/* CSS DE BASE */

/*MODIFICATION POLICE DE CARACTERES le 04/08/2016*/
/*
- Ajouté police Google 'Exo 2' dans le body et ajout lien externe dans fichier inclusion header
- Mis en commentaires les styles de balises définis en Arial
- Font-size MENU et Balise <p> passées à 13px
*/

body { 
	margin: 0; 
	background-color: #ECECEC;
	font-family: 'Exo 2', "Arial", sans-serif;
	font-size: 13px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1) {
    ::i-block-chrome, body { /* HACK SAFARI car police de caracteres très laide */
        font-family: Helvetica, "Arial", sans-serif;
    }
}

a { 
	text-decoration: none; 
	color: inherit;
}

a img { border: none; }
button { cursor: pointer; }

p { text-align:justify; }

.conteneur_centre { 
	width: 1100px; 
	margin: 0 auto; 
}
.centre { text-align: center; }
.clear:after {
    content: "";
    clear: both;
    display: block;
}

#contenu {
	width: 830px;
	float: right;
}
#contenu.page {
	background-color: #FFF;
	padding: 20px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
#contenu.full { width: 100%; }

#bloc_principal { padding: 20px 0 40px 0; }

.description_page { 
	margin: 0 0 15px 0;
	font-size: 14px;
	text-align: justify;
}
.description_page h1 { 
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FF6600;
	margin: 0;
}
/* .description_page span { 
	font-size: 16px;
	font-weight:bold;
	text-transform: uppercase;
	color:#FF6600;
} */

.page ul  { padding-left: 15px; }


/* BANDEAU */
#haut_bandeau { position: relative; }
#bandeau { 
	background-color: #FFF; 
	color: #6E61B0;
}
#bloc_liens_bandeau { 
	position: absolute;
    top: 0;
    right: 0; 
}
#bloc_liens_bandeau a { 
	margin-left: 40px;
	font-size: 13px;
}
#bloc_liens_bandeau a:first-child { margin-left: 0; }
#bloc_liens_bandeau a:hover { color: #FF6600; }
#bloc_liens_bandeau, #bloc_slogan { /*font-family: "Verdana", Arial, sans-serif; */}
#bloc_slogan_drapeaux { padding: 10px 0 0 0; }
#bloc_slogan { display: inline-block; }
#bloc_slogan img { vertical-align: bottom; }
#bloc_slogan a { 
	display: inline-block;
	vertical-align: middle;
}
#bloc_slogan span { 
	/*font-size: 40px;*/
	font-size:34px;
	padding-left: 10px;
	position: relative;
    top: 2px;
	font-weight: bold;
	font-style: italic;
	/*font-family: "Calibri", Arial, sans-serif;*/
	display: inline-block;
	vertical-align: middle;
	color:#FF6600;
}
#bloc_drapeaux_bandeau { 
	float: right; 
	margin-top: 28px; 
}
#bloc_drapeaux_bandeau a { 
	display: inline-block; 
	vertical-align: top; 
}
#bloc_drapeaux_bandeau img { 
	display: block;
	border: 1px solid #FFF;
}
#bloc_drapeaux_bandeau a { margin-left: 8px; }
#bloc_drapeaux_bandeau a:first-child { margin-left: 0; }
#img_bandeau { 
	height: 340px;
	background-repeat: no-repeat;
	background-position: center;
    background-color: #FFF;
}
.img_dans_bandeau {
    max-width: 1100px;
    width: 100%;
	height: 100%;
    position: relative;
	margin: 0 auto;
}
#img_audioguides { 
	position: absolute;
	top: 10px;
}
#img_bulles_tarifs {
	position: absolute;
	top: 75px;
	left: 70px;
}
#bandeau_mobile { display: none; }

/* MENU PRINCIPAL */
#bloc_menu_princ { background-color: #666; }

#aff_menu { display: none; }

#menu_principal { 
	list-style: none;
	padding: 0;
	font-size: 13px;
}
#bloc_menu_princ li { 
    float: left;
    width: 200px;
    text-align: center;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
    border-right: 1px solid #FFF;
}
#bloc_menu_princ li.large { width: 240px; }
#bloc_menu_princ li.accueil { 
	width: 60px;
	border: none; 
}
#bloc_menu_princ li.accueil span { display: none; }
#bloc_menu_princ li.accueil img {
	display: block;
	margin: 0 auto;
	padding: 13px 0;
}
#bloc_menu_princ li.first { border-left: 1px solid #FFF; }
#bloc_menu_princ li a { 
	color: #FFF; 
	display: block;
	line-height: 50px;
}
#bloc_menu_princ li a:hover { 
	color: #FF6600; 
}

#select_lg_mobile { display: none; }

.lien_menu_mobile { display: none; }


/* SIDEBAR */
#sidebar { 
	width: 250px;
	padding-right: 20px;
	float: left;
}
.cadre_sidebar { 
	background-color: #FFF;
	color: #777;
	margin-top: 20px;
	text-align: center;
	font-size: 14px;
	padding: 5px;
	border: 1px solid #DDD;
	border-radius: 3px;
	-webkit-box-shadow: 2px 2px 4px 0px #DDD;
	 	 -o-box-shadow: 2px 2px 4px 0px #DDD;
			box-shadow: 2px 2px 4px 0px #DDD;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#CCC, Direction=134, Strength=4);
}
.bloc_cadre_sidebar:first-child .cadre_sidebar { margin-top: 0;}
.cadre_sidebar h2 { 
	font-size: 18px;
	margin: 0;
	padding: 2px 0 6px 0;
}

.cadre_sidebar img { vertical-align: top; }
.cadre_sidebar p { 
	margin: 0;
	padding: 5px 0;
}
#offre_moment_sidebar { padding-bottom: 12px;}
#offre_moment_sidebar p { 
	font-size: 13px; 
	text-align: justify;
}
#offre_moment_sidebar h2 { 
    font-size: 15px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
}
#contact_sidebar h1 { 
	font-size: 14px; 
	padding-bottom: 5px;
}
#contact_sidebar h2 { 
	font-size: 11px; 
	margin-top: 0;
}

/* OFFRES MOMENT */
#offre_moment .cadre_sidebar img {
	width: 100%;
	max-width: 238px;
}
#offre_moment .cadre_sidebar p { padding: 7px; }
#offre_moment .btn_plus_accueil {
    width: 95%;
    padding: 8px 8px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.promo_sidebar { margin-bottom: 20px; }
.promo_sidebar h2 { color:#FF6600; }
.promo_sidebar p { color:#000; }
.promo_sidebar.orange { 
	background-color: #FF6600;
	border: none;
}
.promo_sidebar .tarif_promo {
	display: block;
	text-align: right;
	font-size: 16px;
	font-weight: bold;
}
.promo_sidebar .tarif_promo sup {
	text-decoration: line-through;
	font-size: 14px;
	font-weight: normal;
}
.promo_sidebar.orange h2, .promo_sidebar.orange p { color:#FFF; }
.promo_sidebar.orange .btn_plus_accueil {
	background-color: #FFF;
	color: #FF6600;
}

/* INFOS SIDEBAR */
#info_sidebar.cadre_sidebar { 
	padding: 0;
	border: 0;
}
#info_sidebar ul {
	font-size: 15px; /* au lieu de 14px en Arial */
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: left;
	padding-left: 5px;
	padding-right: 5px;
}
#info_sidebar li { border-bottom: 2px dotted #FF6600; }
#info_sidebar li:first-child { border-top: 2px dotted #FF6600; }
#info_sidebar li a {
	display: block;
	padding: 8px 0;
}
#info_sidebar .avantages li {
	display: block;
	padding: 4px 0;
	color: #777;
	border-bottom: 1px dotted #FF6600;
	font-weight: bold;
}
#info_sidebar .avantages li:first-child { border-top: 1px dotted #FF6600; padding-top:8px;}
#info_sidebar .bloc_liens_reseaux { 
	margin-top: 18px; 
	padding-bottom: 10px;
}
#info_sidebar .bloc_liens_reseaux a:first-child { margin-right: 30px; }
#infos_CIC, #liens_sociaux {
	border: 1px solid #CCC; 
	padding: 5px; 
	border-radius: 5px; 
	text-align: center; 
	background-color: #FFF; 
	margin-top: 20px
}
#infos_CIC p { 
	margin: 0; 
	text-align: center
}
#liens_sociaux p {
	margin: 0 0 5px 0; 
	text-align: center
}
#liens_sociaux img {
	margin: 0 5px;
}
#infos_alerte .cadre_sidebar { 
	color: #FF6600; 
	text-transform: uppercase;
    padding: 8px 50px;
    border-radius: 5px;
    -webkit-box-shadow: 2px 2px 4px 0px #CCC;
            box-shadow: 2px 2px 4px 0px #CCC;
    font-size: 15px;
	cursor: pointer;
}

/* ACCUEIL */

.bloc_moitie { 
	margin-bottom: 30px; 
	display: -webkit-box; 
	display: -ms-flexbox; 
	display: flex;
}
.bloc_moitie .cadre_accueil.moitie:first-child { margin-right: 30px; }
.bloc_moitie.last, .cadre_accueil.last { margin-bottom: 0; }
.cadre_accueil {
	background-color: #FFF;
	padding: 4px 15px 10px 15px;
	margin-bottom: 30px;
	color: #000;
	position: relative;
}
.cadre_accueil .renard, #bloc_img_produit .renard {
	width: 45px;
	height: 20px;
	display: inline;
}
.cadre_accueil .renard {
	vertical-align: middle;
	margin-left: -7px;
}
.cadre_accueil > h2 {
	/*font-family: Arial, sans-serif;*/
	font-size: 18px;
	font-weight: bold;
	margin: 0;
}
.cadre_accueil img { 
	display: block;
	margin: 5px 0;
	width: 100%;
}
.cadre_accueil p {
	margin: 0;
	font-size: 13px; /*au lieu de 12px en Arial*/
	text-align: justify;
	line-height:17px;
}
.cadre_accueil.moitie {
	width: 400px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	float: left;
	margin-bottom: 0;
}

.cadre_accueil.moitie p { padding-bottom: 40px; }

.btn_resa_accueil, .btn_plus_accueil {
    display: inline-block;
	padding: 8px 50px;
    background-color: #FF6500;
    color: #FFF;
    border-radius: 5px;
	-webkit-box-shadow: 2px 2px 4px 0px #CCC;
	        box-shadow: 2px 2px 4px 0px #CCC;
	font-size:15px;
}
.btn_resa_accueil {
	position: absolute;
	bottom: 10px;
	right: 15px;
}

.lien_btn_plus {
	text-align: right;
	margin-top: 5px;
}

#bulles_tarifs_mobile { display: none; }

.lien_img_accueil .bande_promo {
	background-color: #ff6601;
    color: #fff;
    margin: 10px 0 0 0;
    padding: 2px 5px;
    font-size: 18px;
}
.lien_img_accueil img {
	margin-top: 0;
}


/* PRODUIT */
.cadre_produit, .cadre_page {
	background-color:#FFF;
	padding: 20px;
}
#bloc_img_produit { 
	padding: 10px 25px 20px 25px;
}
#bloc_img_produit h1 {
	/*font-family: "Arial", sans-serif;*/
	font-size: 24px;
	margin: 0;
	color: #000;
}
#bloc_img_produit h2 {
    /*font-family: "Verdana", Arial, sans-serif;*/
    font-size: 16px;
    font-weight: normal;
    font-style: italic;
    margin: 0;
	text-align: left;
	color: #FF6600;
}
#bloc_img_produit img {
	display: block;
	margin-top: 10px;
	width: 730px;
	height: 410px;
}

#contenu.contenu_produit { 
	width: 780px;
	float: left; 
}

#sidebar.sidebar_produit {
	padding-right: 0;
	padding-left: 20px;
	float: right;
	width: 300px;
}

.contenu_produit #bloc_contenu { margin-top: 20px; }

#bloc_tarif_prod, 
#bloc_tarif_prod_mobile { 
	padding: 10px 20px; 
	margin-bottom: 20px;
}
#bloc_tarif_prod p { 
	font-size: 24px;
	margin: 0;
	text-align:right;
}
#bloc_tarif_prod_mobile p { 
	font-size: 20px; 
	margin: 0;
}
#bloc_tarif_prod span,
#bloc_tarif_prod_mobile span { color: #FF6600; }
#bloc_tarif_prod_mobile { 
	display: none;
	margin: 20px 0 0 0; 
}

.bloc_calendrier_resa {
	padding: 5px;
	background-color: #fff;
}
#sidebar.sidebar_produit iframe,
.bloc_reservation_autre_produit iframe  {
	display: block;
}

.infos_produit #infos_circuit, .infos_produit #infos_horaires { display: none; }

#bloc_contenu h2 { font-size: 22px; }

.bloc_picto_infos_prod {
	margin-top: 20px;
}
.picto_info_prod {
	text-align: center;
	width: 25%;
	float: left;
}
.bloc_picto_infos_prod img {
	max-width: 160px;
	display: inline-block;
	vertical-align: top;
	padding: 0 10px;
	border: 1px solid #FF6600;
	border-radius: 5px;
	width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}


/* AUTRES PRODUITS */
.contenu_autre_produit {
	float: left;
	width: 510px;
	background-color:#FFF;
	padding: 10px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.contenu_autre_produit img { 
	width: 100%;
	margin: 10px 0;
}
.bloc_reservation_autre_produit {  
	float: right;
    width: 300px;
    padding-left: 20px;
}
.contenu_autre_produit h1 {
	/*font-family: "Arial", Arial, sans-serif;*/
    font-size: 18px;
    margin: 0;
    color: #000;
}
.contenu_autre_produit h2 {
	/*font-family: "Verdana", Arial, sans-serif;*/
    font-size: 16px;
    font-weight: normal;
    font-style: italic;
    margin: 0;
    color: #FF6600;
}
.bloc_autre_produit {
	margin-top: 20px;
}
.bloc_autre_produit:first-child {
	margin-top: 0;
}

/* FORMULAIRE CONTACT */
.formulaire label {
    display: block;
    margin-bottom: 5px;
}
.formulaire input {
    padding: 5px 3px;
}
.formulaire input, .formulaire textarea {
    display: block;
    border: 2px solid #FF8B00;
    border-radius: 3px;
    margin-bottom: 10px;
}
.formulaire .g-recaptcha { margin-bottom: 10px; }
.formulaire #datepicker { font-size: 14px; }
.formulaire .rouge {
    border-color: red;
    color: red;
}
.formulaire button {
    background-color: #FF6600;
    border: 2px solid #CCC;
    border-radius: 3px;
    color: #FFF;
    padding: 8px 30px;
}

/* SIDE BAR PAGES LOCATION BUS ET CONTACT GROUPES*/
#sidebar .groupes{
	width: 25%;
	padding-right: 2%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

#btn_devis_sidebar_groupes a {
	display: block;
	background-color: #FF6600;
	color: #FFF;
	line-height:25px;
}
#btn_devis_sidebar_groupes a:hover {
	background-color: #FF8B00; 
}

#img_groupes {
	position: relative;
	z-index: 1;
}
#img_groupes img{
	display: block;
	max-width: 250px;
    width: 100%;
	margin-top:10px;
}

/* FOOTER */
#footer {
	background-color: #666;
	height: 220px;
	padding: 20px 0;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	color: #FFF;
}
#bloc_listes_footer { margin-top: 20px; }
#footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline-block;
	vertical-align: top;
	font-size: 15px;
}
#coord_footer { line-height: 18px; }
#info_footer { 
	float: right; 
    position: relative;
    top: -40px;
}
#info_footer li {
	float: left;
	border-left: 1px solid #FFF;
}
#info_footer .titre_liste { 
    float: none;
    border: none;
    text-align: center;
    font-size: 18px;
    color: #FF6600;
    padding-bottom: 15px;
}
#info_footer li.first{ border-left: none; }
#info_footer li a { padding: 0 20px; }
#info_footer li.first a { padding-left: 0; }
#info_footer li.last a { padding-right: 0; }
#footer a { color: #FFF; }

#footer a:hover { text-decoration: underline; }

#liste_coord_footer { line-height: 20px; }

#info_footer .offre_promo_footer {
	display: block;
    float: none;
    text-align: center;
    border: none;
    padding-bottom: 15px;
}


/* POPUP JQUERY */
#centreur_popup {
    position: absolute;
    z-index: 20;
    text-align: center;
    left: 0;
    right: 0;
	cursor: pointer;
}
#cadre_popup {
	background-color: #FFF;
    border-radius: 8px;
	position: relative;
}
#popup {
	border: none;
	padding: 15px;
	cursor: default;
	vertical-align: top;
}
#fermer_popup {
    position: absolute;
    top: 0;
    right: -65px;
    background-color: #FFF;
    font-family: Arial;
    font-weight: bold;
    font-size: 24px;
    width: 28px;
    line-height: 28px;
    padding: 10px;
    border-radius: 5px;
    color: #FF6600;
	cursor: pointer;
}
#opacity_layer {
	background-color: rgba(0,0,0,.6);
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 15;
    cursor: pointer;
}

#bloc_popup.fixed {
	position: fixed;
	height: 100%;
	width: 100%;
	z-index: 20;
}
.fixed #centreur_popup {
	display: table-cell;
	vertical-align: middle;
	position: relative;
    z-index: 5;
	left: initial;
	right: initial;
	top: initial;
}
.fixed #opacity_layer {
    position: absolute;
    z-index: 0;
}

#img_popup {
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

/* TEMOIGNAGES */
#temoignages {
	background-color: #FFF;
	padding: 5px;
	margin: 20px 0 0 0;
	border: 1px solid #ff6600;
}
#temoignages h2, #img_groupes h2 {
	margin: 10px 0;
	font-size: 18px;
	color: #FF6600;
	text-align: center;
}
#temoignages ul { 
	padding: 0; 
	margin: 0;
	font-size: 12px;
	line-height: 14px;
	list-style: none;
}
#temoignages li { 
	margin-top: 10px;
	padding-left: 15px;
	background-image: url('../images/guillemet_1.png');
	background-repeat: no-repeat;
	background-position: 0 3px;
}
#temoignages .temoignage_plus { 
	opacity: 0;
	max-height: 0;
	cursor: default;
	
	-webkit-transition: all .3s ease-out;
		 -o-transition: all .3s ease-out;
			transition: all .3s ease-out;
}
#temoignages .temoignage_plus.visible {
	opacity: 1;
	max-height: 1000px;
	cursor: auto;
	
	-webkit-transition: all .5s ease-in;
		 -o-transition: all .5s ease-in;
			transition: all .5s ease-in;
}
#temoignages .plus {
	position: relative;
	text-align: center;
	color: #FF6600;
	font-size: 16px;
	padding: 10px 0;
	margin: 0;
	cursor: pointer;
}


/* CSS RESPONSIVE */
@media only screen and (min-width: 770px) and (max-width: 1099px) {
	.conteneur_centre { width: 100%; }
	
	#bloc_principal {
		padding: 20px 10px 40px 10px;
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
	}
	
	#contenu { width: 75%; }
	
	/* SIDEBAR RESPONSIVE */
	#sidebar {
		width: 25%;
		padding-right: 2%;
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
	}
	.cadre_sidebar img { 
		width: 100%;
		height: auto;
	}
	.cadre_sidebar ul.avantages img { width: auto; }
	
	/* BANDEAU RESPONSIVE */
	#haut_bandeau { 
		padding: 0 10px; 
		-webkit-box-sizing: border-box; 
		        box-sizing: border-box;
	}
	#bloc_liens_bandeau { padding: 0 10px; }
	#bloc_slogan img, #logo_footer { height: 50px; }
	#bloc_slogan span { 
		display: block; 
		padding-left: 0;
		line-height: 30px;
	}
	#bloc_drapeaux_bandeau { margin-top: 58px; }
	
	/* MENU PRINCIPAL RESPONSIVE */
	#bloc_menu_princ { background-color: #FFF; }
	#bloc_menu_princ li { 
		width: 33.33% !important; 
		padding: 1px;
	}
	#bloc_menu_princ li.top { padding-top: 0; padding-bottom: 1px; }
	#bloc_menu_princ li.bottom { padding-top: 1px; padding-bottom: 0; }
	#bloc_menu_princ li.left { padding-left: 0; padding-right: 1px; }
	#bloc_menu_princ li.right { padding-left: 1px; padding-right: 0; }
	#bloc_menu_princ li, #bloc_menu_princ li.first { border: none; }
	#bloc_menu_princ li a { background-color: #666; /* #6E61B0 */ }
	#bloc_menu_princ li.accueil span { display: block; }
	#bloc_menu_princ li.accueil img { display: none; }
	
	/* ACCUEIL RESPONSIVE */
	.cadre_accueil.moitie { width: 48%; }
	.bloc_moitie .cadre_accueil.moitie:first-child { margin: 0; }
	.bloc_moitie .cadre_accueil.moitie.left { margin-right: 2%; }
	.bloc_moitie .cadre_accueil.moitie.right { margin-left: 2%; }
	
	/* PRODUIT RESPONSIVE */
	#contenu.contenu_produit { width: 65%; }

	#sidebar.sidebar_produit { width: 35%; }
	
	#bloc_img_produit img { 
		width: 100%; 
		height: auto;
	}
	
	.picto_info_prod { width: 24%; }
	.separateur_info, 
	.separateur_info_inter {  
		float: left;
		width: 1.33%;
		height: 10px;
	}
	
	/* AUTRES PRODUITS */
	#autres_produits #contenu,
	#autres_produits #sidebar {
		float: none;
		width: 100%;
		padding: 0;
	}
	#autres_produits #sidebar { margin-top: 20px; }
	.contenu_autre_produit { width: 65%; }
	.bloc_reservation_autre_produit {
		width: 35%;
		padding-left: 20px;
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
	}
	
	/* FOOTER RESPONSIVE */
	#footer { 
		padding: 20px 10px;
		height: 230px;
	}
	#footer ul { font-size: 14px; }
	#info_footer { 
		top: 0; 
		text-align: right;
	}
	#info_footer .titre_liste { 
		padding-bottom: 0; 
		font-size: inherit;
		font-weight: bold;
		text-align: right;
	}
	#info_footer li { 
		float: none; 
		border: none;
	}
	#info_footer li a { padding: 0; }
}


/* MOBILE */
@media only screen and (max-width: 769px) {
	.conteneur_centre { width: 100%; }
	
	#bloc_principal { 
	    padding: 15px 10px;
		width: 100%;
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
	}

	#sidebar, #contenu,
	#sidebar.sidebar_produit, #contenu.contenu_produit {
		float: none;
		width: 100%;
		padding: 0;
	}
	
	#contenu.page { padding: 5px; }
	
	/* SIDEBAR MOBILE */
	#sidebar { margin-top: 30px; }
	.page_location_bus #sidebar.groupes { 
		margin-top: 0; 
		margin-bottom: 20px; 
	}
	.page_contact #sidebar.groupes { display: none; }
	
	#offre_moment .cadre_sidebar img { max-width: 100%; }
	#offre_moment .btn_plus_accueil {
		width: auto;
		padding: 8px 50px;
	}
	
	#infos_circuit, #infos_horaires, #infos_CIC, #liens_sociaux { display: none; }
	
	/* BANDEAU MOBILE */
	#bloc_liens_bandeau { display: none; }

	#bloc_slogan_drapeaux { display: none; }

	#img_bandeau { display: none; }
	
	#bandeau_mobile { 
		display: block; 
		width: 100%;
	}
	
	/* MENU PRINCIPAL MOBILE */
	#bloc_menu_princ { 
		background-color: transparent; 
		position: relative;
	}
	#menu_principal { 
		background-color: #FF6600;
		display: none;		
	}
	#menu_principal.aff_mobile { 
		display: inherit; 
		font-size: 15px; 
	}
	#aff_menu {
		display: block;
		border: none;
		line-height: 40px;
		padding: 0;
		width: 100%;
		background-color: #666;
		color: #FFF;
		font-size: 15px;
	}
	#bloc_menu_princ li, #bloc_menu_princ li.first { border: none; }
	#bloc_menu_princ li, #bloc_menu_princ li.large { 
		width: 100%; 
		border-top: 1px dotted #FFF; /* FFF8EF */
		float: none;
	}
	#bloc_menu_princ li.accueil { display: none; }
	#bloc_menu_princ li.first { border: none; }
	#bloc_menu_princ li a { 
		line-height: 40px;
		color: #FFF; 
	}
	#bloc_menu_princ li a:hover { color: #FFF; }
	#bloc_menu_princ .lien_menu_mobile { background-color: #BBB; }
	
	
	#select_lg_mobile { 
		display: block; 
		position: absolute;
		top: 10px;
		right: 5%;
	}
	
	.lien_menu_mobile { 
		display: block; 
		border-top: 1px dotted #FFF8EF;
	}
	
	/* ACCUEIL MOBILE */
	.bloc_moitie { display: block; }
	.cadre_accueil, .cadre_accueil.moitie:first-child { 
		margin-top: 30px; 
		padding: 5px;
	}
	.cadre_accueil, .lien_btn_plus { text-align: center; }
	.cadre_accueil > h2 { text-align: center; }
	.cadre_accueil img { max-width: 100%; }
	.bloc_moitie .cadre_accueil.moitie { 
		width: 100%; 
		float: none;
	}
	.cadre_accueil.moitie p { padding-bottom: 0; }
	.btn_resa_accueil {
		position: initial;
		margin-top: 5px;
	}
	#bloc_moitie_1 .cadre_accueil.moitie.left { margin-top: 15px; }
	#bulles_tarifs_mobile { 
		width: 100%;
		max-width: 840px;
		margin: 0 auto 15px auto;
		display: block;
	}
	#map_tarifs_mobile a {
	    position: absolute;
		top: 0;
		display: block;
		height: 100%;
	}
	#description_index { display: none; }
	
	/* PRODUIT MOBILE */
	#bloc_img_produit { padding: 5px; }
	#bloc_img_produit h1 { font-size: 22px; }
	#bloc_img_produit h2 {
		font-size: 12px;
		font-weight: bold;
	}
	#bloc_img_produit img { 
		width: 100%; 
		height: auto;
	}
	
	#sidebar.sidebar_produit { margin-top: 20px; }
	
	#bloc_tarif_prod p { text-align: left; }
	#bloc_tarif_prod, #bloc_tarif_prod_mobile { padding: 5px; }
	#bloc_tarif_prod_mobile { display: block; }
	#bloc_tarif_prod_mobile .ancre_mobile { 
	    font-size: 12px;
		padding: 5px 15px;
		background-color: #FF6600;
		color: #FFF;
		font-weight: bold;
		border-radius: 3px;
		position: absolute;
		right: 5px;
		top: 5px;
	}
	
	.cadre_produit, .cadre_page { padding: 5px; }
	
	.infos_produit { margin-top: 20px; }
	.infos_produit #infos_circuit {
		display: block;
		width: 46.5%;
		float: left;
	}
	.infos_produit #infos_horaires { 
		display: block; 
		float: right;
		width: 46.5%;
	}
	.infos_produit .cadre_sidebar { margin: 0; }
	.infos_produit .cadre_sidebar h1 { display: none; }
	
	.picto_info_prod { width: 48%; }
	.picto_info_prod.bottom { margin-top: 15px; }
	.separateur_info {  
		float: left;
		width: 4%;
		height: 10px;
	}
	
	.clear_mobile { display: none; }
	
	/* AUTRES PRODUITS */
	#autres_produits #contenu,
	#autres_produits #sidebar {
		float: none;
		width: 100%;
		padding: 0;
	}
	#autres_produits #sidebar { margin-top: 20px; }
	.contenu_autre_produit { 
		width: 100%; 
		float: none;
	}
	.bloc_reservation_autre_produit {
		width: 100%;
		padding-left: 0;
		float: none;
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
		margin-top: 20px;
	}
	.bloc_autre_produit {
		margin-top: 40px;
	}
	
	/* SIDE BAR PAGES LOCATION BUS ET CONTACT GROUPES MOBILE */
	#btn_devis_sidebar_groupes  img { display: none; }
	#img_groupes { display: none; }
	
	/* FOOTER MOBILE */
	#footer {
		padding: 10px 5px;
		height: auto;
	}
	#logo_footer {
		height: 50px;
		vertical-align: top;
	}
	#bloc_listes_footer {
		margin-top: 15px;
		height: auto;
	}
	#footer ul {
		list-style: none;
		font-size: 12px;
		margin: 0;
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
	}
	#footer ul li { margin-top: 5px; }
	#footer ul li:first-child { margin-top: 0; }
	#coord_footer { float: left; }
	#info_footer { 
		text-align: right;
		top: 0;
		width: 55%;
		float: none;
	}
	#footer ul#info_footer { padding: 0 0 0 5px; }
	#info_footer .titre_liste { 
		color: #FF6600;
		font-weight: bold;
		font-size: inherit;
		padding: 0;
		text-align: right;
	}
	#info_footer li { 
		float: none; 
		border: none;
	}
	#info_footer li a { padding: 0; }
	
	#liste_coord_footer { 
		line-height: 16px;
		width: 45%;
	}
	#footer ul#liste_coord_footer { padding: 0 5px 0 0; }
	
	#info_footer .offre_promo_footer { text-align: right; }
	
	/* POPUP MOBILE */
	.popup { 
		border-width: 0px;
		border-style: dashed; 
	}
}

/* HACKS FIREFOX */
@-moz-document url-prefix() { 
    #info_sidebar .avantages li {
		font-weight: initial;
		color: #666;
	}
	
	.description_page h1 { font-size: 15px; }
}