/* 
* @Author: leXard
* @Date:   2014-11-03 13:25:46
* @Last Modified by:   leXard
* @Last Modified time: 2016-01-07 17:03:47
*/
@import url(http://fonts.googleapis.com/css?family=Raleway:200,100);
* {
	margin: 0;
	padding: 0;
}
body {
	background: #e9e9e9;
	font-family: 'Arial', sans-serif;
	font-size: 12px;
}
header {
	background: #000;
	height: 57px;
	position: relative;
}
header #logo {
	position: absolute;
	left: 50%;
	top: 9px;
	height: 39px;
	width: 277px;
	background: url(../images/logo.png) no-repeat center;
	margin-left: -400px;
}
header #top {
	position: absolute;
	top: 8px;
	left: 50%;
	height: 42px;
	width: 312px;
	/*background: url(../images/head.png) no-repeat center;*/
	margin-left: -100px;
}
nav ul {
	list-style: none;
	width: 800px;
	margin: auto;
	text-align: right;
}
nav ul li {
	display: inline-block;
}
nav ul li a {
	display: inline-block;
	padding: 3px 25px 3px 25px;
	margin-top: 20px;
	margin-bottom: 20px;
	border-right: solid 1px #ababab;
	font-size: 11px;
	color: #000;
	text-decoration: none;
}
nav ul li a.account {
	border: none;
	padding-right: 0;
}
#website {
	width: 800px;
	margin: auto;
}
.white_bloc {
	background: #FFF;
	border-radius: 4px;
	margin-bottom: 10px;
	border: solid 2px #dedede;
	border-top: solid 1px #dedede;
}
#content {
	width: 560px;
	float: left;
	padding: 15px;
	position: relative;
}
#sidebar {
	float: right;
	width: 200px;
}
#sidebar .titleSidebar {
	padding: 6px 10px 6px 10px;
	font-weight: bold;
	color: #5a5a5a;
	border-bottom: solid 2px #eaeaea;
	position: relative;
}
.clear {
	clear: both;
}
#sidebar .contentSidebar {
	padding: 10px;
}
#help .contentSidebar {
	text-align: center;
}
.tel {
	display: block;
	text-align: center;
	color: #707070;
	font-size: 17px;
	padding: 10px;
}
.hours {
	display: block;
	text-align: center;
	color: #979797;
}
#validate_cart {
	background: url(../images/bt_validate.png) center;
	border: none;
	margin: 25px 10px 5px 10px;
	width: 150px;
	border-radius: 3px;
	height: 35px;
	color: #FFF;
	font-size: 13px;
}
h1 {
	font-weight: normal;
	border-bottom: solid 1px #d2d2d2;
	padding-bottom: 8px;
	margin-bottom: 10px;
}
.case {
	position: relative;
}
/*#choiceTarget {
	position: absolute;
	right: 16px;
	top: 10px;
}*/
#choiceTarget {
	text-align: center;
}
#choiceTarget .case {
	display: inline-block;
	width: 185px;
	margin: 10px;
	height: 74px;
}
.case [type="checkbox"]:not(:checked),
.case [type="checkbox"]:checked,
.case [type="radio"]:not(:checked),
.case [type="radio"]:checked {  
  position: absolute;  
  left: -9999px;  
}  
.case [type="checkbox"]:not(:checked) + label,  
.case [type="checkbox"]:checked + label,
.case [type="radio"]:not(:checked) + label,  
.case [type="radio"]:checked + label { 
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: -1px;
	display: inline-block;
	background: url(../images/bg_radio.png) center;
	padding: 25px;
	border:solid 1px #d2d2d2;
	font-size: 12px;
	text-align: center;
	cursor: pointer;
	overflow: hidden;
	margin-bottom: 10px;
	color: #818181;
}
.case [type="checkbox"]:checked + label,
.case [type="radio"]:checked + label {
	background: #123d82;
	color: #FFF;
}
#choiceService .case {
	display: inline-block;
	width: 186px;
	height: 74px;
}
#choiceCar .case {
	display: inline-block;
	width: 150px;
	height: 100px;
	margin: 15px;
}
#choiceCar .case label {
	border-radius: 4px;
	background-position: center;
	background-repeat: no-repeat;
	border: solid 2px transparent;
}
/*#choiceCar .case [type="checkbox"]:checked + label,
#choiceCar .case [type="radio"]:checked + label {
	background-color: inherit;
	border: solid 5px #CCC;
}*/
.titleSection {
	font-size: 14px;
	margin-bottom: 10px;
}
#choiceCar label span {
	opacity: 0;
	color: #FFF;
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,.6);
	padding: 5px;
	font-size: 11px;
	border-radius: 0px 0px 4px 4px;
	-webkit-transition: opacity .6s ease;
	-o-transition: opacity .6s ease;
	transition: opacity .6s ease;
}
#choiceCar label:hover span {
	opacity: 1;
}
.ng-hide {
	display: none;
}
.notFound {
	border-radius: 4px;
	background: #EFEFEF;
	padding: 10px;
	font-size: 14px;
}
#choiceOffer {
	background: #EFEFEF;
	border-radius: 4px;
	padding: 15px;
	margin-top: 20px;
}
#choiceOffer .case {
	display: block;
	padding: 6px;
	padding-right: 150px;
}
#choiceOffer .case:nth-child(odd) {
	background: #FFF;
}
#choiceOffer .case button {
	position: absolute;
	top: 4px;
	width: 70px;
	right: 10px;
	height: 18px;
	border: none;
	border-radius: 4px;
	text-transform: uppercase;
	color: #FFF;
	cursor: pointer;
	background: #00b7ea;
	font-size: 11px;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwYjdlYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDhjYjciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #00b7ea 0%, #008cb7 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00b7ea), color-stop(100%,#008cb7));
	background: -webkit-linear-gradient(top,  #00b7ea 0%,#008cb7 100%);
	background: -o-linear-gradient(top,  #00b7ea 0%,#008cb7 100%);
	background: -ms-linear-gradient(top,  #00b7ea 0%,#008cb7 100%);
	background: linear-gradient(to bottom,  #00b7ea 0%,#008cb7 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b7ea', endColorstr='#008cb7',GradientType=0 );
}
.zone_bt_adh {
	text-align: center;
	padding-top: 30px;
}
.single_bt {
	border: none;
	padding: 5px 15px;
	color: #FFF;
	font-size: 16px;
	display: inline-block;
	margin: auto;
	border-radius: 5px;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwYjdlYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDhjYjciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #00b7ea 0%, #008cb7 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00b7ea), color-stop(100%,#008cb7));
	background: -webkit-linear-gradient(top,  #00b7ea 0%,#008cb7 100%);
	background: -o-linear-gradient(top,  #00b7ea 0%,#008cb7 100%);
	background: -ms-linear-gradient(top,  #00b7ea 0%,#008cb7 100%);
	background: linear-gradient(to bottom,  #00b7ea 0%,#008cb7 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b7ea', endColorstr='#008cb7',GradientType=0 );
}
.pickers_place {
	display: inline-block;
}
.picker-color-cross {
	display: inline-block;
	height: 5px;
	background: red;
	width: 20px;
	vertical-align: middle;
	margin-left: 5px;
}
.specialOffer {
	padding: 10px;
	font-size: 14px;
	color: #af1717;
	font-style: italic;
	text-align: center;
}
#choiceOffer .case strong {	
	position: absolute;
	top: 8px;
	right: 90px;
}
#choiceOffer .case strong strike {
	font-weight: normal;
	font-style: italic;	
	margin-right: 10px;
}
#choiceOffer .titleSection {
	margin-left: -15px;
	margin-right: -15px;
	margin-top: -5px;
	border-bottom: solid 1px #CCC;
	padding-left: 20px;
	padding-bottom: 10px;
}
.title_cart {
	background: #af1717;
	color: #FFF !important;
	border-radius: 4px 4px 0 0;
}
.totalPrice {
	color: #FFF !important;
}
.itemCart, .itemCart_large {
	margin-bottom: 10px;
	position: relative;
	padding-bottom: 10px;
	border-bottom: solid 1px #DDD;
}
.itemName {
	display: block;
	color: #666;
	font-style: italic;
	margin: 10px 0px 10px 0px;
	font-size: 11px; 
}
.itemPrice {
	position: absolute;
	bottom: 10px;
	right: 0;
	font-weight: 400;
	color: #999;
}
.itemCart_large .itemPrice {
	top: 0;
	bottom: auto;
}
.setItem {
	position: absolute;
	top: 0px;
	right: 110px;
}
.lessQuantity, .moreQuantity {
	display: inline-block;
	/*padding: 3px 5px 5px 5px;*/
	width: 15px;
	height: 15px;
	line-height: 15px;
	border-radius: 3px;
	background: #DDD;
	font-size: 15px;
	border: none;
}
.itemQuantity {
	display: inline-block;
	width: 20px;
	text-align: center;
}
.removeItem {
	background: transparent;
	border: none;
	position: absolute;
	bottom: 12px;
	left: 65px;
	display: none;
}
button {
	cursor: pointer;
}
button:focus {
	outline: none;
}
.itemCart:hover .removeItem {
	display: block;
}
.totalPrice {
	position: absolute;
	top: 6px;
	right: 10px;
	color: #000;
}
#connection, #registr {
	float: left;
	width: 250px;
	padding: 15px;
}
h2 {
	font-size: 20px;
	font-weight: 400;
	padding-bottom: 5px;
	margin-bottom: 15px;
	border-bottom: solid 1px #d2d2d2;
}
#registr {
	float: right;
	background: #EFEFEF;
	padding: 15px;
}
#connection label, #registr label {
	display: inline-block;
	width: 100px;
}
#connection input[type="text"],
#connection input[type="password"],
#connection input[type="email"],
#connection input[type="tel"],
#registr input[type="text"],
#registr input[type="password"],
#registr input[type="email"],
#registr input[type="tel"] {
	font-size: 12px;
	padding: 3px;
	border-radius: 5px;
	border: solid 1px #D2D2D2;
	margin-bottom: 10px;
	width: 137px;
}
.ng-dirty.ng-invalid {
	border-color: #ba1f1f !important;
}
.valid_form {
	background: #258dc8;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzI1OGRjOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDYyYzQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #258dc8 0%, #0062c4 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#258dc8), color-stop(100%,#0062c4));
	background: -webkit-linear-gradient(top,  #258dc8 0%,#0062c4 100%);
	background: -o-linear-gradient(top,  #258dc8 0%,#0062c4 100%);
	background: -ms-linear-gradient(top,  #258dc8 0%,#0062c4 100%);
	background: linear-gradient(to bottom,  #258dc8 0%,#0062c4 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#258dc8', endColorstr='#0062c4',GradientType=0 );
	font-size: 12px;
	color: #FFF;
	border: none;
	border-radius: 5px;
	width: 100px;
	padding: 5px 10px 5px 10px;
	float: right;
	margin-top: 15px;
	margin-right: 5px;
	position: relative;
}
.valid_form .form_novalid {
	position: absolute;
	background: #EEE;
	padding: 5px;
	color: #ba1f1f;
	right: 100%;
	margin-right: 5px;
	width: 140px;
	top: -8px;
	border-radius: 5px;
	border: solid 1px #ba1f1f;
}
.error_login {
	color: red;
	border: solid 1px red;
	padding: 10px;
	border-radius: 5px;
}
.link_forgot {
	text-decoration: none;
	color: #999;
	margin-top: 20px;
	display: inline-block;
}
.mentions {
	position: absolute;
	bottom: 20px;
	left: 20px;
	text-align: justify;
	width: 260px;
	font-size: 11px;
	color: #CCC;
}
#cartSummaryPrice {
	float: right;
	width: 175px;
}
.final_priceHT, .final_priceTVA {
	margin-bottom: 5px;
	font-size: 13px;
	color: #333;
}
.final_priceHT span, .final_priceTVA span, .final_priceTTC span {
	float: right;
}
.final_priceTTC {
	font-size: 14px;
	font-weight: 600;
}
#bt_payment {
	text-decoration: none;
	cursor: pointer;
	background: #00b7ea;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwYjdlYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDhjYjciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #00b7ea 0%, #008cb7 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00b7ea), color-stop(100%,#008cb7));
	background: -webkit-linear-gradient(top,  #00b7ea 0%,#008cb7 100%);
	background: -o-linear-gradient(top,  #00b7ea 0%,#008cb7 100%);
	background: -ms-linear-gradient(top,  #00b7ea 0%,#008cb7 100%);
	background: linear-gradient(to bottom,  #00b7ea 0%,#008cb7 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b7ea', endColorstr='#008cb7',GradientType=0 );
	color: #FFF;
	padding: 15px;
	border-radius: 4px;
	font-size: 14px;
	display: inline-block;
	float: right;
	margin-top: 20px;
}
.logout, .bt_grey {
	float: right;
	margin-top: -45px;
	background: #ffffff;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNWU1ZTUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #ffffff 0%, #e5e5e5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#e5e5e5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 );
	padding: 5px 10px 5px 10px;
	color: #999;
	border: solid 1px #CCC;
	border-radius: 5px;
	font-size: 10px;
	font-weight: 600;
}
.bt_grey {
	margin-top: 30px;
	float: left; 
}
.bloc_paiement {
	text-align: center;
}
.cgv {
	padding: 10px;
	font-size: 11px;
	color: #999;
	text-align: center;
}
.cgv a {
	text-decoration: none;
	color: #af1717;
}
#account_detail h2 {
	font-size: 14px;
	border: none;
	font-weight: bold;
	color: #af1717;
	display: inline-block;
}
.update_account {
	cursor: pointer;
	border-bottom: solid 1px #CCC;
}
.left_form {
	float: left;
	width: 280px;
}
.left_form label {
	display: inline-block;
	width: 100px;
	font-style: italic;
	margin-bottom: 5px;
	font-size: 11px;
}
.left_form input[type="text"] {
	width: 150px;
	border: none;
	padding-bottom: 2px;
	border-bottom: solid 2px #FFF;
	background: #EFEFEF;
	font-size: 11px;
}
.left_form input[type="text"]:disabled {
	border-color: #FFF;
	background: transparent;
}
.left_form .valid_form {
	margin-right: 27px;
}
.account_list {
	list-style: none;
}
.account_list li {
	display: block;
	padding: 5px;
}
.account_list li:nth-child(odd) {
	background: #EFEFEF;
}
.account_list li .total, .account_list li a {
	float: right;
	text-align: right;
	width: 100px;
}
.account_list li a {
	text-decoration: none;
	color: #af1717;
}
.account_list li .total {
	font-weight: bold;
}
.account_list li em {
	font-size: 11px;
}
.billet_link {
	position: absolute;
	top: 20px;
	right: 0px;
	text-decoration: none;
	color: #999;
	padding: 5px 10px 5px 10px;
	display: inline-block;
	background: #EFEFEF;
}
.billet_link:hover {
	color: #333;
}
.bloc_paiement .contentSidebar {
	color: #999;
	text-align: left;
}
.bloc_paiement .contentSidebar span {
	float: left;
	font-size: 25px;
	color: #666;
	font-weight: bold;
	margin-right: 10px;
}
#billeterie {
	display: block;
	width: 800px;
	margin: auto;
	height: 120px;
	margin-bottom: 20px;
	background: url(../images/billeterie.jpg?reload=124) center no-repeat;
}
.billeterie_colum {
	float: left;
	width: 270px;
	margin-top: 10px;
	border: solid 2px #EFEFEF;
	border-radius: 2px;
	margin-right: 4px;
}
.larger_colum {
	width: 547px;
}
.billeterie_colum h2 {
	background: #EFEFEF;
	text-align: center;
	padding: 10px;
	font-size: 14px;
	color: #333;
}
.billeterie_bloc {
	margin-top: 10px;
	text-align: center;
	padding: 5px;
	border-bottom: solid 1px #CCC;
}
.billeterie_bloc strong {
	display: block;
	color: #666;
}
.billeterie_bloc button {
	display: block;
	margin: auto;
	margin-top: 5px;
	width: 200px;
	height: 30px;
	font-size: 14px;
	border: none;
	color: #333;
	font-weight: bold;
	border-radius: 2px;
	background: #f7eb4a;
	background: -moz-linear-gradient(top,  #f7eb4a 0%, #f8b500 100%, #fbdf93 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7eb4a), color-stop(100%,#f8b500), color-stop(100%,#fbdf93));
	background: -webkit-linear-gradient(top,  #f7eb4a 0%,#f8b500 100%,#fbdf93 100%);
	background: -o-linear-gradient(top,  #f7eb4a 0%,#f8b500 100%,#fbdf93 100%);
	background: -ms-linear-gradient(top,  #f7eb4a 0%,#f8b500 100%,#fbdf93 100%);
	background: linear-gradient(to bottom,  #f7eb4a 0%,#f8b500 100%,#fbdf93 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7eb4a', endColorstr='#fbdf93',GradientType=0 );
}
.billeterie_bloc button:hover {
	color: #FFF;
	border: none;
	background: #00b7ea;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwYjdlYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDhjYjciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #00b7ea 0%, #008cb7 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00b7ea), color-stop(100%,#008cb7));
	background: -webkit-linear-gradient(top,  #00b7ea 0%,#008cb7 100%);
	background: -o-linear-gradient(top,  #00b7ea 0%,#008cb7 100%);
	background: -ms-linear-gradient(top,  #00b7ea 0%,#008cb7 100%);
	background: linear-gradient(to bottom,  #00b7ea 0%,#008cb7 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b7ea', endColorstr='#008cb7',GradientType=0 );
}
#pub_villacreces {
	clear: both;
	height: 155px;
	width: 550px;
	background: url(../images/partner/villacreces.jpg) no-repeat center bottom;
	background-size: contain;
}
#location_gt {
	width: 559px;
	height: 80px;
	background: url(../images/partner/location.jpg) no-repeat center;
	background-size: contain;
}
#choiceDate {
	font-family: 'Raleway', sans-serif;
}
.moto_bloc {
	margin-top: 10px;
	padding: 5px;
	position: relative;
}
.moto_bloc:nth-child(odd) {
	background: #EFEFEF;
}
.moto_img {
	float: left;
	height: 100px;
	width: 130px;
	background-size: cover;
	background-position: center;
	margin-right: 10px;
}
.moto_bloc button {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	width: 100px;
	height: 40px;
	border: none;
	border-radius: 4px;
	text-transform: uppercase;
	color: #FFF;
	cursor: pointer;
	background: #00b7ea;
	font-size: 11px;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwYjdlYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDhjYjciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #00b7ea 0%, #008cb7 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00b7ea), color-stop(100%,#008cb7));
	background: -webkit-linear-gradient(top,  #00b7ea 0%,#008cb7 100%);
	background: -o-linear-gradient(top,  #00b7ea 0%,#008cb7 100%);
	background: -ms-linear-gradient(top,  #00b7ea 0%,#008cb7 100%);
	background: linear-gradient(to bottom,  #00b7ea 0%,#008cb7 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b7ea', endColorstr='#008cb7',GradientType=0 );
}
.moto_desc {
	float: left;
	width: 300px;
}
.moto_desc strong {
	display: block;
	margin-bottom: 3px;
	font-size: 14px;
}
#return {
	display: inline-block;
	text-decoration: none;
	background: rgba(0,0,0,.6);
	width: 150px;
	padding: 10px 0;
	color: #FFF;
	text-align: center;
	font-size: 14px;
}





