.header .intro{
	position:relative;
	width:100%;
	height:52px;
	min-height:52px;
	margin:0;
	padding:0;
}
.header .intro .gauche-l {
   display:table-cell;
   background-color:#EDF9D2;
   	-ms-filter: "alpha(opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
/**************/
.header .intro .rubrique{
	position:absolute;
	top:0px;
	left:0px;
	display:table;
	width:100%;
	height:52px;
	min-height:50px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background-color:#F5FBE4;
	z-index:90;
}
.header .intro .rubrique .voile{
	display:table-cell;
	background: #EEF9D2 url("../images/rubrique/s-voile.png") repeat-x;
	border-bottom:1px solid #FCFCFC; /* patch pour S5 & Note 4, iPhone 4S & 5 */
}
.header .intro .rubrique .voile .msg{
	font-family: 'Open Sans', sans-serif;
	font-weight:300;
	font-size: 15px;
	color:#79A318;
	display:block;
	width:325px;
	margin:0 auto;
}
@media screen and (max-width: 620px){
	.header .intro .rubrique .voile .msg{
		display:none;
	}
	.header .intro .rubrique .voile .min{
		display:none;
	}	
}
.header .intro .rubrique .voile .none{
	display:none;
}
.header .intro .rubrique .titre{
	display:table-cell;
}
.header .intro .rubrique .titre span{
	font-family:'Lucida Sans Italic';
	font-weight:normal;
	font-size:22px;
	display:inline-block;
	width:100%;
	height:40px;
	min-height:40px;
	margin-left:33px;
	line-height:35px;
	text-align:left;
	padding:0;
}
.header .intro .rubrique .teinte{
	display:table-cell;
	width:105px;
}
@media screen and (min-width: 400px){
	.header .intro .rubrique .teinte{
		width:150px;
	}
}
.header .intro .rubrique .r-recherche,
.header .intro .rubrique .r-recherche{
	width:100px;
	background: transparent url("../images/rubrique/r-recherche.png") no-repeat top center;
}
.header .intro .rubrique .r-recherche span,
.header .intro .rubrique .r-recherche span{
	color:#FEA900;
}
.header .intro .rubrique .t-recherche,
.header .intro .rubrique .t-recherche{
	background: transparent url("../images/rubrique/t-recherche.png") repeat-x;
}
.header .intro .bas{
	position:absolute;
	top:470px;
	left:0px;
	width:100%;
	height:50px;
	min-height:50px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background-color:white;
}
.header .intro .haut,
.header .intro .bas{
	-ms-filter: "alpha(opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}
/*************/

.corps{
	position:relative;
	width:100%;
	margin:0;
	padding:0;
	background-color:#FCFCFC;
}
.corps .page{
	position:relative;
	background-color:#FCFCFC;
	margin-left:auto;
	margin-right:auto;
	padding-top:0;
	margin-bottom:5px;
	width:100%;
	height:auto;
	border-top:1px solid #FCFCFC; /* patch pour éviter bandeau blanc */
}
@media screen and (min-width: 640px) and (max-width: 699px){
	.corps .page{
		width: 600px;
		min-height: 1750px;
		margin:0 auto;
	}
}
@media screen and (min-width: 700px){
	.corps .page{
		width: 640px;
		min-height: 1750px;
		margin:0 auto;
	}
}
.corps .page .moteur{
	position:absolute;
	top:30px;
	left:10px;
	width:255px;
	height:auto;
	/*min-height:327px;*/
	background-color:#fff;
	padding-bottom:10px;
	-webkit-box-shadow:5px 5px 7px -7px rgba(0,0,0,.1);
	-moz-box-shadow:5px 5px 7px -7px rgba(0,0,0,.1);
	box-shadow:5px 5px 7px -7px rgba(0,0,0,.1);
	border-left:1px solid #F2F2F2;
}
/*
.corps .page .mothaut{
	height:370px;
}
*/
@media screen and (max-width: 639px){
	.corps .page .moteur{
		position:relative;
		display:block;
		top:0;
		left:0;
		margin:20px auto 40px auto;
		padding-top:10px;
		border-top:1px solid #F2F2F2;
	}
	.corps .page .mothaut{
		height:auto;
	}	
}
.corps .page .moteur .titre{
	display:inline-block;
	width:100%;
	text-align:center;
	font-family:'Lucida Sans Italic';
	font-size:22.5px;
	line-height:35px;
	color:#9ACF1F;
	margin:8px 0 25px 0;
}
@media screen and (max-width: 639px){
	.corps .page .moteur .titre{
		display:none;
	}
}
.corps .page .moteur .cadre{
	width:210px;
	margin:0 auto;
}
.corps .page .moteur .champs{
	display:inline-block;
	width:100%;
	height: 43px;
	min-height: 43px;
	margin:0;
}
/*
.corps .page .moteur .champs span{
	display:inline-block;
	float:left;
	width:21px;
	height: 21px;
	min-height: 21px;
	margin:7px 15px 0 0;
	background-repeat:no-repeat;
	background-position: 0 0;
	-o-background-size:21px 21px;
	-moz-background-size:21px 21px;
	-webkit-background-size:21px 21px;
	background-size:21px 21px;	
}
*/
.corps .page .moteur .champs .type,
.corps .page .moteur .champs .theme,
.corps .page .moteur .champs .saison,
.corps .page .moteur .champs .date,
.corps .page .moteur .champs .region,
.corps .page .moteur .champs .accueil{
	display:inline-block;
	float:left;
	width:21px;
	height: 21px;
	min-height: 21px;
	margin:7px 15px 0 0;
	background:url("../images/commun/icones-recherche.svg");
	background-repeat:no-repeat;
	-o-background-size:126px 126px;
	-moz-background-size:126px 126px;
	-webkit-background-size:126px 126px;
	background-size:126px 126px;
}

.corps .page .moteur .notheme{ display:none; }
.corps .page .moteur .nodate{ display:none; }
.corps .page .moteur .champs .type{ background-position: -105px 0; }
.corps .page .moteur .champs .theme{ background-position: -105px -21px; }
.corps .page .moteur .champs .date{ background-position: -105px -63px; }
.corps .page .moteur .champs .region{ background-position: -105px -84px; }
.corps .page .moteur .champs .accueil{ background-position: -105px -105px; }

.corps .page .moteur .champs .printemps{ background-position: -84px -84px; }
.corps .page .moteur .champs .ete{ background-position: -84px -105px; }
.corps .page .moteur .champs .automne{ background-position: -42px -105px; }
.corps .page .moteur .champs .hiver{ background-position: -105px -42px; }


.jq-dropdown-menu .ico-heb,
.jq-dropdown-menu .ico-rep{
	display:inline;
	float:right;
	width:21px;
	height: 21px;
	min-height: 21px;
	margin:0;
	padding:0;
	background:url("../images/commun/icones-recherche.svg");
	background-repeat:no-repeat;
	-o-background-size:126px 126px;
	-moz-background-size:126px 126px;
	-webkit-background-size:126px 126px;
	background-size:126px 126px;
	cursor: hand;
	cursor: pointer;
}
.jq-dropdown-menu .heb-drk{ background-position: -84px -63px; margin-right:5px;}
.jq-dropdown-menu .int-drk{ background-position: -84px -42px; }
.jq-dropdown-menu .dmp-drk{ background-position: -84px -21px; }
.jq-dropdown-menu .ext-drk{ background-position: -84px 0; }

.corps .page .moteur .bouton{
	display:inline-block;
	width:100%;
	height:38px;
	margin:20px 0;
	text-align:right;
}
.corps .page .moteur .bouton img{
	cursor: hand;
	cursor: pointer;
}
.corps .page #form_search input[type=text]{
	border: 0;
	outline: 0;
	border-bottom: 1px solid #E6E6E6;
	font-family: 'Open Sans', sans-serif;
	font-weight:300;
	font-size: 16px;
	position: relative;
	height: 36px;
	line-height: 36px;	
	width: 150px;
	padding-left:0;
	margin:0;
	padding-right:20px;
	background: url("../images/commun/select.png") no-repeat;
	background-position: bottom 12px right 10px;
	cursor: hand;
	cursor: pointer;
	overflow-y: auto;
	overflow-x: hidden;
	color:#474747;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}
.corps .page #form_search .actif{
	color:#449EBD !important;
}
.corps .page #form_search #date{
	position: relative; z-index:100;
}
#type_r,
#theme_r,
#saison_r,
#date_r,
#region_r,
#accueil_r{
	max-height:300px;
	overflow-y: auto;
	overflow-x: hidden;
	top:-50px;
}
#type_r,
#date_r,
#accueil_r{
	width:195px;
	max-width:195px;
}
#theme_r,
#saison_r,
#region_r{
	width:220px;
	max-width:220px;
	border:1px solid #D7E7F2 !important;
}
#theme_r ul,
#saison_r ul,
#region_r ul{
	display:table !important;
	max-width:220px !important;
	border:0;
}
#type_r ul,
#date_r ul,
#accueil_r ul{
	display:table !important;
	max-width:195px !important;
	border:1px solid #D7E7F2 !important;
}
#type_r li,
#theme_r li,
#saison_r li,
#date_r li,
#region_r li,
#accueil_r li{
	display: table-row !important;
}
/*
#theme_r li:nth-child(even),#region_r li:nth-child(even){ // modulo.. (even ou odd)
	background-color:#F7F7F7;
}
*/
#type_r li a,
#theme_r li a,
#saison_r li a,
#date_r li a,
#region_r li a,
#accueil_r li a{
	display:table-cell !important;
	white-space: normal !important;
	padding:10px 20px 10px 10px;
	font-family: 'Open Sans', sans-serif;
	font-weight:300;
	font-size: 16px;
	background-color:#FBFEFF;
	color:#474747;
}
#theme_r li:not(:last-child) a,
#saison_r li:not(:last-child) a,
#region_r li:not(:last-child) a{
	/*
	border-bottom:1px dashed #C6E1EC !important;
	*/
	background-color:#FBFEFF !important;
	/*Horizontal*/
	background-image: linear-gradient(to right, #C6E1EC 50%, rgba(255,255,255,0) 0%) !important;
	background-position: bottom !important;
	background-size: 10px 1px !important;
	background-repeat: repeat-x !important;	
}
#theme_r li a:hover,
#saison_r li a:hover,
#region_r li a:hover{
	background-color:#D8EEFC !important;
}
#saison_r li a span{
	float:right;
	margin-left:10px;
	color:#98B0BA;
}
.jq-dropdown ul {
	padding:0 !important;
	border-top-left-radius: 0 !important;
	border-top-right-radius: 0 !important;

}
.jq-dropdown a:hover{
	background-color:#D8EEFC !important;
}
.corps .page .legendes{
	position:absolute;
	top:447px;
	left:10px;
	width:255px;
	height:190px;
	padding:20px;
	background:url("../images/commun/legendes-tirets.svg");
	background-repeat:no-repeat;
	background-position: 0 0;
	-o-background-size:255px 190px;
	-moz-background-size:255px 190px;
	-webkit-background-size:255px 190px;
	background-size:255px 190px;
}
.corps .page .leghaut{
	top:475px;
}
@media screen and (max-width: 639px){
	.corps .page .legendes{
		position:relative;
		display:block;
		top:0;
		left:0;
		margin:40px auto 40px auto;
		padding:20px 0 0 20px;
		width:235px;
		height:170px;
	}
	.corps .page .leghaut{
		top:0;
	}	
}
.corps .page .noleg{
	display:none;
}
.corps .page .legendes .ico{
	display:inline-block;
	width:21px;
	height: 21px;
	min-height: 21px;
	line-height:25px;
	margin:0 5px 0 0;
	padding:0;
	background:url("../images/commun/icones-recherche.svg");
	background-repeat:no-repeat;
	-o-background-size:126px 126px;
	-moz-background-size:126px 126px;
	-webkit-background-size:126px 126px;
	background-size:126px 126px;
}


.corps .page .legendes .ext{ background-position: -63px 0px; }
.corps .page .legendes .dmp{ background-position: -63px -21px; }
.corps .page .legendes .int{ background-position: -63px -42px; }
.corps .page .legendes .heb{ background-position: -63px -63px; }
.corps .page .legendes .pos{ background-position: -63px -84px; }
.corps .page .legendes .noh{ background-position: -63px -105px; }

.corps .page .legendes .txt{
	line-height:25px;
	font-family: 'Open Sans', sans-serif;
	font-weight:300;
	font-size:14px;
	color:#474747;
}
.corps .page .resultats{
	position:absolute;
	top:30px;
	left:290px;
	width:295px;
	height:800px;
}
.corps .page .rescourt{
	width:295px;
}
.corps .page .resultats .hide_short{
	display:none;
}
@media screen and (min-width: 700px){
	.corps .page .resultats{
		left:320px;
	}
}
@media screen and (max-width: 639px){
	.corps .page .resultats{
		position:relative;
		top:0;
		left:0;
		display:block;
		margin:20px auto 0 auto;
		width:295px;
		height:auto;
	}
}
@media screen and (max-width: 319px){
	.corps .page .resultats{
		width:100%;
	}
}

@media screen and (min-width: 439px) and (max-width: 639px){
	.corps .page .resultats,
	.corps .page .rescourt{
		width:395px;
	}
}
.corps .page .resultats .titre{
	display:inline-block;
	float:left;
	width:295px;
	font-family:'Lucida Sans Italic';
	font-size:21.5px;
	line-height:35px;
	color:#86AFD2;
	margin:8px 5px 0 0;
	text-align:center;
}
@media screen and (max-width: 319px){
	.corps .page .resultats .titre{
		width:100%;
	}
	.corps .page .resultats .titre .min{
		display:none;
	}
}
@media screen and (min-width: 439px) and (max-width: 639px){
	.corps .page .resultats .titre{
		margin:8px auto 0 auto;
		display:block;
		float:none;
	}
}
.corps .page .resultats .info0{
	display:inline-block;
	float:right;
	width:auto;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	font-size:15px;
	line-height:35px;
	color:#C7CFD3;
	text-align:left;
	margin:0 0 15px 0;
}
.corps .page .resultats .info1{
	display:inline-block;
	float:right;
	width:auto;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	font-size:15px;
	line-height:35px;
	color:#86AFD2;
	text-align:right;
	margin:0 60px 15px 0;
}
@media screen and (min-width: 439px) and (max-width: 639px){
	.corps .page .resultats .info1{
		margin:0 110px 15px 0;
	}
}
.corps .page .resultats .sessions{
	display:table;
	width:295px;
	margin-bottom:20px;
	background-color:#fff;
	-webkit-box-shadow:6px 6px 7px -7px rgba(0,0,0,.1);
	-moz-box-shadow:6px 6px 7px -7px rgba(0,0,0,.1);
	box-shadow:6px 6px 7px -7px rgba(0,0,0,.1);
}
@media screen and (max-width: 319px){
	.corps .page .resultats .sessions{
		width:100%;;
	}
}
@media screen and (min-width: 439px) and (max-width: 639px){
	.corps .page .resultats .sessions{
		width:395px;
	}
}
.corps .page .resultats .sessions .tr{
	display:table-row;
}
.corps .page .resultats .sessions .etat{
	display:table-cell;
	width:10px;
}
.corps .page .resultats .sessions .orange{
	background:#F4C076;
}
.corps .page .resultats .sessions .vert{
	background:#BDD76E;
}
.corps .page .resultats .sessions .gris{
	background:#E0E0E0;
}
.corps .page .resultats .sessions .infos {
	display:table-cell;
	width:245px;
	padding-left:10px;
}
.corps .page .resultats .sessions .infos span{
	font-family: 'Open Sans', sans-serif;
	font-weight:300;
	font-size:17px;
	/*height:21px;*/
	line-height:21px;
	padding:0 10px 10px 10px;
	color:#474747;
}
.corps .page .resultats .sessions .infos .booking{
	display:block;
	color:#D99300;
	font-size:14px;
	line-height:30px;
	padding-bottom:0;
}
.corps .page .resultats .sessions .infos .complet{
	display:block;
	color:#BABABA;
	font-size:14px;
	line-height:14px;
	padding-bottom:0;
}
.corps .page .resultats .sessions .infos .theme,
.corps .page .rescourt .sessions .infos .theme{
	display:inline-block;
	float:left;
	font-weight:400;
	width:250px;
	height:auto;
	min-height:20px;
	margin:7px 0 0 0;
}
.corps .page .rescourt .sessions .infos .theme{
	display:none !important;
}
@media screen and (min-width: 439px) and (max-width: 639px){
	.corps .page .resultats .sessions .infos .theme{
		width:325px;
	}	
}
.corps .page .resultats .sessions .infos .datelieu{
	display:inline-block;
	float:left;
	margin:0 15px 0 0;
}
.hide2_mobile{ display:none !important; }
.corps .page .resultats .sessions .infos .decaldat{
	margin-top:15px;
}
.corps .page .resultats .sessions .infos .tarif{
	display:inline-block;
	float:left;
	margin:20px 40px 0 50px;
}
@media screen and (min-width: 439px) and (max-width: 639px){
	.corps .page .resultats .sessions .infos .tarif{
		float:none;
		margin:20px auto 0 auto;
	}
}
.corps .page .resultats .sessions .infos .tarif .ext,
.corps .page .resultats .sessions .infos .tarif .dmp,
.corps .page .resultats .sessions .infos .tarif .int{
	float:right;
	margin:0 0 5px 10px;
}
.corps .page .resultats .sessions .infos .tarif .libelle{
	display:inline-block;
	float:left;
	margin:0;
	padding:0;	
}
.corps .page .resultats .sessions .infos .tarif .montant{
	float:left;
	margin:0;
	padding:0;
}
.corps .page .resultats .sessions .infos .tarif .ico-rep,
.corps .page .resultats .sessions .infos .tarif .ico-heb{
	display:inline;
	float:left;
	width:21px;
	height: 21px;
	min-height: 21px;
	margin:0;
	padding:0;
	background:url("../images/commun/icones-recherche.svg");
	background-repeat:no-repeat;
	-o-background-size:126px 126px;
	-moz-background-size:126px 126px;
	-webkit-background-size:126px 126px;
	background-size:126px 126px;
	cursor: hand;
	cursor: pointer;
}
.corps .page .resultats .sessions .infos .tarif .ico-heb{
	margin-right:3px;
}
.corps .page .resultats .sessions .infos .tarif .ext-vert{ background-position: -42px 0; }
.corps .page .resultats .sessions .infos .tarif .ext-jaune{ background-position: -21px 0; }
.corps .page .resultats .sessions .infos .tarif .ext-gris{ background-position: 0 0; }

.corps .page .resultats .sessions .infos .tarif .dmp-vert{ background-position: -42px -21px; }
.corps .page .resultats .sessions .infos .tarif .dmp-jaune{ background-position: -21px -21px; }
.corps .page .resultats .sessions .infos .tarif .dmp-gris{ background-position: 0 -21px; }

.corps .page .resultats .sessions .infos .tarif .int-vert{ background-position: -42px -42px; }
.corps .page .resultats .sessions .infos .tarif .int-jaune{ background-position: -21px -42px; }
.corps .page .resultats .sessions .infos .tarif .int-gris{ background-position: 0 -42px; }

.corps .page .resultats .sessions .infos .tarif .noh{ background-position: 0 -105px; margin-left:7px;}

.corps .page .resultats .sessions .infos .tarif .pos-vert{ background-position: -42px -84px; margin-left:7px;}
.corps .page .resultats .sessions .infos .tarif .pos-jaune{ background-position: -21px -84px; margin-left:7px;}
.corps .page .resultats .sessions .infos .tarif .pos-gris{ background-position: 0 -84px; margin-left:7px;}

.corps .page .resultats .sessions .infos .tarif .heb-vert{ background-position: -42px -63px; margin-left:7px;}
.corps .page .resultats .sessions .infos .tarif .heb-jaune{ background-position: -21px -63px; margin-left:7px;}
.corps .page .resultats .sessions .infos .tarif .heb-gris{ background-position: 0 -63px; margin-left:7px;}

.corps .page .resultats .sessions .infos .acces{
	display:inline-block;
	float:right;
	text-align:right;
	font-size:14px;
	line-height:14px;
	margin:20px 40px 20px 0;
}
.corps .page .resultats .sessions .infos .acces p{
	display:none;
	width:120px;
	
}
.corps .page .resultats .sessions .infos .dernieres p{
	display:inline-block;
	color:#D99300;
}
.corps .page .resultats .sessions .infos .completes p{
	display:inline-block;
	color:#BABABA;
}
.corps .page .resultats .sessions .infos .none{
	display:none;
}
.corps .page .resultats .info2{
	display:none;
}
@media screen and (min-width: 439px) and (max-width: 639px){
	.corps .page .resultats .info2{
		display:block;
		float:right;
		width:100px;
		height:37px;
		min-height:37px;
		margin:0 0 0 0;
		padding:0;
		font-family: 'Open Sans', sans-serif;
		font-weight:400;
		font-size: 15px;
		line-height:35px;
		color:#86AFD2;
		text-align:right;
	}	
}
.corps .page .resultats .info3,
.corps .page .resultats .info4{
	width:100%;
	height:37px;
	min-height:37px;
	margin:50px 0 0 0;
	padding:0;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	font-size: 15px;
	line-height:21px;
	color:#86AFD2;
	text-align:center;
}
.corps .page .resultats .info3{
	display:block;
}
.corps .page .resultats .info4{
	display:none;
}
@media screen and (max-width: 639px){
	.corps .page .resultats .info3{
		display:none;
	}
	.corps .page .resultats .info4{
		display:block;		
		width:295px;
		margin:30px auto 0 auto;	
	}
}
@media screen and (max-width: 319px){
	.corps .page .resultats .info4{	
		width:100%;	
	}
}
.corps .page .resultats .pages{
	display:block;
	width:100%;
	height:37px;
	min-height:37px;
	margin:0;
	padding:0;
}
.corps .page .pages a,
.corps .page .pages .actuelle,
.corps .page .pages .noleft,
.corps .page .pages .noright{
	display:inline-block;
	float:left;
	width:29px;
	height:35px;
	min-height:35px;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	font-size: 15px;
	line-height:35px;	
	text-align:center;
	color:#707070;
	margin:0 0 0 5px;
	padding:0;
	background-color:#fff;
	-webkit-box-shadow:6px 6px 7px -7px rgba(0,0,0,.1);
	-moz-box-shadow:6px 6px 7px -7px rgba(0,0,0,.1);
	box-shadow:6px 6px 7px -7px rgba(0,0,0,.1);
	border-bottom:1px solid #EDF3F8;
}
.corps .page .pages a:hover{
	background:#8BCADC;
	color:#fff;
}
.corps .page .pages .actuelle{
	height:32px;
	min-height:32px;
	border-bottom:4px solid #A5D7E4;
}
.corps .page .pages .first,
.corps .page .pages .left,
.corps .page .pages .right{
	color:#87C7DA;
	font-weight:bold;
	margin:0 20px;
	line-height:31px;
	font-size:25px;
}
.corps .page .pages .first{
	margin:0 -10px 0 0;
}
.corps .page .pages .noleft,
.corps .page .pages .noright{
	color:#EDEDED;
	font-weight:bold;
	margin:0 20px;
	line-height:31px;
	font-size:25px;
}
.corps .page .construction{
	height:100px;
	min-height:100px;
	margin:100px 0 0 100px;
	width:100%;
	font-family:'Lucida Sans Italic';
	font-weight:normal;
	font-size:22.5px;
	line-height:50px;
	display:inline-block;
	color:#597B92;
}
.corps .page .destination,
.corps .page .introuvable{
	display:none;
}
.corps .page .destination2{
	display:block;
	position:absolute;
	top:690px;
	left:10px;
	width:255px;
	height:535px;
	background:url("../images/bafa-bafd/recherche-bafa-bafd.jpg");
	background-repeat:no-repeat;
	-o-background-size:255px 535px;
	-moz-background-size:255px 535px;
	-webkit-background-size:255px 535px;
	background-size:255px 535px;
	background-position: 0 0;
}
.corps .page .introuvable2{
	display:block;
	position:absolute;
	top:450px;
	left:10px;
	width:255px;
	height:375px;
	background:url("../images/bafa-bafd/bafa-bafd-afocal.jpg");
	background-repeat:no-repeat;
	-o-background-size:255px 375px;
	-moz-background-size:255px 375px;
	-webkit-background-size:255px 375px;
	background-size:255px 375px;
	background-position: 0 0;
}
@media screen and (max-width: 639px){
	.corps .page .destination2,
	.corps .page .introuvable2{
		display:none;
	}
}
.corps .page .resultats .nosess{
	position:relative;
	display:inline-block;
	width:215px;
	height:auto;
	padding:40px;
	margin-bottom:20px;
	background-color:#fff;
	-webkit-box-shadow:6px 6px 7px -7px rgba(0,0,0,.1);
	-moz-box-shadow:6px 6px 7px -7px rgba(0,0,0,.1);
	box-shadow:6px 6px 7px -7px rgba(0,0,0,.1);
	font-family: 'Open Sans', sans-serif;
	font-weight:300;
	font-size: 17px;
	line-height:35px;
	color:#474747;
	text-align:center;
}
@media screen and (min-width: 439px) and (max-width: 639px){
	.corps .page .resultats .nosess{
		width:315px;
	}
}
.corps .page .resultats .nosess .oops,
.corps .page .resultats .nosess .patience,
.corps .page .resultats .nosess .nbage,
.corps .page .resultats .nosess .incite{
	display:inline-block;
	margin:0 0 20px 0;
	padding:0;
	float:none;
}
.corps .page .resultats .nosess .oops,
.corps .page .resultats .nosess .nbage{
	font-weight:400;
}

/* date picker */

.ui-datepicker {
	width: 255px;
	height: auto;
	margin:-1px 0 0 -59px;
	padding:0;
	font-family: 'Open Sans', sans-serif;
	font-weight:300;
	font-size:17px;
	line-height:21px;
	-webkit-box-shadow:5px 5px 7px -7px rgba(0,0,0,.1);
	-moz-box-shadow:5px 5px 7px -7px rgba(0,0,0,.1);
	box-shadow:7px 7px 7px -7px rgba(0,0,0,.1);
	background: #FBFEFF;
	border:0 !important;
	border-top:1px solid #E6E6E6 !important;
	border-bottom:1px solid #D1E3E9 !important;
	border-top-left-radius: 0 !important;
	border-top-right-radius: 0 !important;  
}
.ui-datepicker a {
	text-decoration: none;
}
/* DatePicker Table */
.ui-datepicker table {
	width: 100%;
}
.ui-datepicker-header {
	font-size:14px;
	line-height:14px;
	font-weight:300;
	background:transparent;
	border:none;
}
.ui-datepicker-title {
	text-align: center;
}
.ui-datepicker-prev, .ui-datepicker-next,
.ui-datepicker-prev:hover, .ui-datepicker-next:hover {
	display: inline-block;
	width: 30px;
	height: 30px;
	text-align: center;
	cursor: pointer;
	background-repeat:no-repeat;
	background-position: 50% 50%;
	-o-background-size:14px 14px;
	-moz-background-size:14px 14px;
	-webkit-background-size:14px 14px;
	background-size:14px 14px;
	overflow: hidden;
	border:none;
}
.ui-datepicker-prev, .ui-datepicker-prev:hover{
	float: left;
	background-image: url('../images/commun/fleche-gauche.png');	
}
.ui-datepicker-next, .ui-datepicker-next:hover {
	float: right;
	background-image: url('../images/commun/fleche-droite.png');
}
.ui-corner-all{
	border:1px solid #F9FDFF;
}
.ui-datepicker th {
	text-transform: uppercase;
	font-size: 6pt;
	padding: 5px 0;
	color: #666666;
	text-shadow: 1px 0px 0px #fff;
	filter: dropshadow(color=#fff, offx=1, offy=0);
}
.ui-datepicker tbody td {
	padding: 0;
}
.ui-datepicker tbody td:last-child {
	border-right: 0px;
}
.ui-datepicker tbody tr:last-child {
	border-bottom: 0px;
}
.ui-datepicker td span, .ui-datepicker td a {
	display: inline-block;
	font-weight: bold;
	text-align: center;
	width: 30px;
	height: 30px;
	line-height: 30px;
	color: #666666;
	text-shadow: 1px 1px 0px #fff;
	filter: dropshadow(color=#fff, offx=1, offy=1);
}
.ui-datepicker-unselectable.ui-state-disabled span{
    color:#3D8392 !important;
	background:transparent;
}
.ui-priority-secondary{
    color:#3D8392 !important;
	background:transparent;
	-ms-filter: "alpha(opacity=35)" !important;
	filter: alpha(opacity=35) !important;
	-moz-opacity: 0.35 !important;
	opacity: 0.35 !important;
}
.ui-priority-secondary:hover{
	-ms-filter: "alpha(opacity=100)" !important;
	filter: alpha(opacity=100) !important;
	-moz-opacity: 1 !important;
	opacity: 1 !important;
}
.ui-datepicker-calendar .ui-state-default {
	background-color:transparent;
	color:#474747;
	border:none;
}
.ui-datepicker-calendar .ui-state-hover {
	background: transparent url('../images/commun/datehover.png');
	background-repeat:no-repeat !important;
	background-position: 0 0;
	-o-background-size:35px 35px;
	-moz-background-size:35px 35px;
	-webkit-background-size:35px 35px;
	background-size:35px 35px;
	text-shadow:none;
	border:none;
	color:#474747;
}
.ui-datepicker-calendar .ui-state-active {
	background: transparent url('../images/commun/datepicked.png') !important;
	background-repeat:no-repeat !important;
	background-position: 0 0;
	-o-background-size:35px 35px;
	-moz-background-size:35px 35px;
	-webkit-background-size:35px 35px;
	background-size:35px 35px;
	text-shadow:none;
	color:#ffffff !important;
	position: relative;
	margin: -1px;
}
.ui-datepicker-current-day{
	width:35px !important;
	height:35px !important;
}
.ui-datepicker-today a.ui-state-highlight {
	background: transparent url('../images/commun/daydated.png');
	background-repeat:no-repeat !important;
	background-position: 0 0;
	-o-background-size:35px 35px;
	-moz-background-size:35px 35px;
	-webkit-background-size:35px 35px;
	background-size:35px 35px;
	text-shadow:none;
	border:none;
	color:#3D8392;    
}
.still-highlight-today span{
	/* class maison */
	background: transparent url('../images/commun/daydated.png') !important;
	background-repeat:no-repeat !important;
	background-position: 0 0;
	-o-background-size:35px 35px;
	-moz-background-size:35px 35px;
	-webkit-background-size:35px 35px;
	background-size:35px 35px;
	text-shadow:none !important;
	border:none !important;
	color:#3D8392 !important;
}
.ui-datepicker-unselectable .ui-state-default {
	background:transparent;
	color: #b4b3b3;
}
.ui-datepicker-calendar td:first-child .ui-state-active {
	width: 29px;
	margin-left: 0;
}
.ui-datepicker-calendar td:last-child .ui-state-active {
	width: 29px;
	margin-right: 0;
}
.ui-datepicker-calendar tr:last-child .ui-state-active {
	height: 29px;
	margin-bottom: 0;
}
.modal.bb-alternate-modal .modal-content {
    background: #000 none repeat scroll 0 0;
    color: #fff;
}
.modal.bb-alternate-modal .modal-footer{
	border-top: 0 none;
}
.modal.bb-alternate-modal .modal-footer button{
	color: white;
	background:black;
	border-color:white;
}
.modal.bb-alternate-modal .modal-header{
	display:none;
}
.modal.bb-alternate-modal .modal-body button{
	color: white;
	text-shadow:none;
	-ms-filter: "alpha(opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;	
}
/*
.modal-open .modal {
    display: flex !important;
    align-items: center;
    justify-content: center;
}
*/

.modal {
  text-align: center;
  padding: 0!important;
  z-index: 9999 !important;  
}
.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}
.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

.modal300{
	max-width: 300px !important;
}
/* BOUTONS */

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
	font-style: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}
.aidemsg{
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	font-size:15.5px;
	line-height:21px;	
}
