#widget .GAT3BookingWidget * {
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	font-family: DINWeb-Medium, "Open Sans","Trebuchet MS","Helvetica Neue",Arial,Helvetica,sans-serif ;
	font-size: 13px;
	font-weight: 400;
	box-sizing: border-box;
	color: #E8E7DE;
}

@media (min-width: 992px) {
	#widget .GAT3BookingWidget .au{
		text-align: right;
	}
}

#widget .GAT3BookingWidget .fa {
	font-family: "FontAwesome" ;
}

/* -- Query -- */

#widget .query{
	padding:10px 0; margin: 0;
}
/* -- Infos -- */
#widget .infos{
	display: none;
}
/* -- End infos -- */

#widget .GAT3BookingWidget .menuProduit {
	margin-top: 8px;
}

#widget .GAT3BookingWidget .productList {
	overflow : auto;
	cursor : pointer;
	background-color: white;
}

#widget .GAT3BookingWidget .selection {
	display: none;
	font-size: 16px;
	height: auto;
	overflow : auto;
	max-height: 150px;
	cursor : pointer;
	color: #212121 ;
	transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
	border: 2px solid #e6e6e1;
	height: 30px;
	background: white;
}

i.fa-caret-down {
	float: right;
	margin-right: 10px;
	text-align: right;
	color: #616870 ;
	position: absolute;
	top: 7px;
	right: 10px;
	cursor: pointer;
}

i.fa-caret-up {
	display: none;
	float: right;
	margin-right: 10px;
	text-align: right;
	color: #616870 ;
	position: absolute;
	top: 7px;
	right: 10px;
	cursor: pointer;
}

#widget .GAT3BookingWidget .productList UL > a:hover {
	background: inherit;
}


#widget .GAT3BookingWidget .productList:focus > ul::after {
	content: "";
}

#widget .GAT3BookingWidget UL,
#widget .GAT3BookingWidget LI {
	list-style: none;
	color: #212121 ;
	margin-bottom: 0
}

#widget .GAT3BookingWidget FIELDSET {
	border: none;
}

#widget .GAT3BookingWidget INPUT {
	cursor: pointer;
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAA2BAMAAADe9B8AAAAALVBMVEUAAAClqK2lqK2lqK2lqK2lqK2lqK2lqK2lqK2lqK2lqK2lqK2lqK2lqK2lqK2/dm/8AAAADnRSTlMAGZj05bddDM6MeDsqJy3eHH0AAACNSURBVCjPrdBBCoAgEAVQTxDUAQIv0IkKulVHaNuRMlu4+mfImWQYGEIXfVB4KDp8157uzBssOowBCBjB8ANw9dOLkgrkB4tZkAOvEfcCUO5VIR1yjQ4EcVNPL+bTCvTUvwdcqgUXSw0TuVhqmFFSAS3OJ2anAK8Rd4Z0rJAOgnRMkI4Fi2uawJmp2/IAleagVcLyxGoAAAAASUVORK5CYII=');
	background-repeat: no-repeat;
	transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
	color: #212121 ;
	text-align: right;

}

#widget .GAT3BookingWidget INPUT:first-child {
	background-position: 4px 0;
}

#widget .GAT3BookingWidget #end {
	background-position: 4px -27px;
}


#widget .GAT3BookingWidget .monLabel, #widget .GAT3BookingWidget .nbpers{
	line-height: 32px;
}

#widget .GAT3BookingWidget .produit{
	line-height: 42px;
}

#widget .GAT3BookingWidget SELECT {
	border: 1px solid #CCC;
	text-align: center;
	border-radius: 2px;
	cursor: pointer;
	color: #212121 ;
	height : 30px;
	width: 100%;
}

#widget .GAT3BookingWidget .select {
	background-color : darkgray;
}



#widget .GAT3BookingWidget .query A,
#widget .GAT3BookingWidget .offers A {
	display: block;
	background: linear-gradient(#F8BC02, #D09D02 70%) repeat scroll 0% 0% transparent;
	border: 1px solid #B68A01;
	color: #FFF;
	text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.2);
	font-weight: 600;
	font-size: 14px;
	line-height: 40px;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 3px;
	text-align: center;
}

#widget .GAT3BookingWidget .date{
	background: transparent linear-gradient(#616870, #212121 70%) repeat scroll 0 0;
	border: 1px solid #4f5760;
	border-radius: 3px;
	box-shadow: 0 1px 0 #414850 inset;
	color: #fff;
	cursor: pointer;
	display: block;
	font-size: 14px;
	font-weight: 600;
	line-height: 40px;
	text-align: center;
	text-decoration: none;
	text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.2);
	text-transform: uppercase;
}

#widget .GAT3BookingWidget .date+UL{
	display:none;
}

#widget .GAT3BookingWidget .action {
	padding:0;
}

#widget .GAT3BookingWidget .action A {
	line-height : 42px;
	background: #383e45 none repeat scroll 0 0;
	border: medium none;
	border-radius: 0;
	box-sizing: border-box;
	color: #fff;
	font-family: DINWeb-Bold,sans-serif;
	font-size: 14px;
	line-height: 100%;
	padding: 14px 14px 10px;
	text-align: center;
	text-transform: uppercase;
	transition: background-color 0.4s ease 0s, color 0.4s ease 0s;
}

#widget .GAT3BookingWidget {
	border: none;
	position: relative;
	background: none repeat scroll 0 0 #4F5760;
	border-radius: 1px;
	box-shadow: 0 0 0 2px rgba(178, 178, 178, 0.3);
}


#widget .GAT3BookingWidget .reserver{
	background: transparent linear-gradient(#616870, #212121 70%) repeat scroll 0 0;
	border: 1px solid #4f5760;
	border-radius: 3px;
	box-shadow: 0 1px 0 #414850 inset;
	color: #fff;
	display: block;
	font-size: 14px;
	font-weight: 600;
	height: 20px;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
	text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.2);
	text-transform: uppercase;
	cursor : pointer;
	margin-bottom: 5px;
}


#widget .GAT3BookingWidget input{
	height: 30px;
}

#widget .GAT3BookingWidget .offers {
	display: none;
}

#widget .GAT3BookingWidget .offers ul{
	overflow: auto;
	height: auto;
	margin-bottom: 1px;
	background-color: #616870;
	margin:0;
	padding:0;
	overflow:hidden;
}

#widget .GAT3BookingWidget .offers LI {
	padding: 10px;
	min-height: 100px;
	border-top: 1px solid #CCC;
	background-color: #616870;
	margin:0;
	padding:0;
	overflow: hidden;
}


#widget .GAT3BookingWidget .offers LI:first-child {
	border-top: none;
}

#widget .GAT3BookingWidget .offers IMG{
	height: 70px;
	border : 1px solid #CCC;
	left: 15px;
	top: 15px;
	margin-top: 5px;
}

#widget .GAT3BookingWidget .offers LI DIV {
	font-size: 14px;
	right: 0;
	top: 0;
}

#widget .GAT3BookingWidget .offers LI SPAN {
	clear: both;
	margin-right: 30px;
	font-size : 18px;
}

#widget .GAT3BookingWidget .descriptif {

	font-size: 17px;
}

#widget .GAT3BookingWidget .offers LI SPAN.price {
	font-size: 10px;
	font-weight: normal;
}

#widget .GAT3BookingWidget .datepicker * {
	font-family: "Open Sans","Trebuchet MS","Helvetica Neue",Arial,Helvetica,sans-serif;
}

#widget .GAT3BookingWidget .module.extension_Code #widget .GAT3BookingWidget sup{
	top:-1.5em;
}

#widget .GAT3BookingWidget .module.extension_Code #widget .GAT3BookingWidget{
	max-height: none;
}

#widget .GAT3BookingWidget .fa .fa-tag{
	color: #616870 ;
}

#widget .GAT3BookingWidget option{
	color: #000;
}

/*------------------------ANIMATION LOADER-------------------------------------------*/
#widget .GAT3BookingWidget .se-pre-con {
	display : none;
	text-align: center;
	margin-top: -54px;
}

/* SPIN */
@keyframes spin{
	0%{transform:rotate(0deg)}
	100%{transform:rotate(359deg)}
}
#widget .GAT3BookingWidget .faa-spin.animated{
	animation: spin 1.5s linear infinite;
	font-size : 100px;
	text-align : center;
	opacity : 0.4;
	position: absolute;
	margin-top : 160px;
	z-index: 9999;
	line-height: 0px;
}




#widget .GAT3BookingWidget .row                         { overflow: hidden; }
#widget .GAT3BookingWidget .col-xs-12                   { display: block; float: left; padding: 0 5px; }
#widget .GAT3BookingWidget .col-xs-12.col-md-12         { width: 100%; display: block;}
#widget .GAT3BookingWidget .col-xs-12.col-md-4          { width: 33%; }
#widget .GAT3BookingWidget .col-xs-12.col-md-3          { width: 25%; }
#widget .GAT3BookingWidget .col-xs-12.col-md-2          { width: 16%; }
#widget .GAT3BookingWidget .action a                    { margin-top: 20px; padding: 8px 14px 10px; }

.datepicker.dropdown-menu                               { position: fixed !important; }