/* CSS FOXITY */
.titre_para {
    background-color: #FF6600;
    padding-left: 10px;
    color: #FFF;
	margin: 15px 0;
}
.titre_para h2 {
    margin: 0;
    padding: 5px 0;
    font-size: 18px;
    font-weight: normal;
}
h3 {
    color: #FF6600;
    margin: 0;
    font-size: 15px;
    background: url(../images/fleche_droite.png);
    background-repeat: no-repeat;
	margin-top: 15px;
	line-height: 16px;
    padding: 2px 0 2px 25px;
}
h5 {
    color: #000;
    margin: 10px;
    padding: 0;
    padding-left: 30px;
    font-size: 16px;
    background: url(../images/fleche_droite.png);
    background-repeat: no-repeat;
	font-weight:normal;
	line-height: 20px;
}
.pplus {   
	margin: 5px 0;
    text-align: justify;
	line-height: 20px;
}

/* mobile */
@media only screen and (max-width: 769px) {
	.titre_para h2 { font-size: 16px; }
}


/* HORAIRES */

.conteneur_horaires .tablo td { 
	border: 1px solid #FF6600; 
	font-size: 11px;
}
.conteneur_horaires .tablo th {
	background-color: #999;
	color: #FFF;
	font-size: 12px;
	height: 20px;
	padding: 3px;
}

.no_display { display: none; }

#nav_horaires {
	font-size: 0;
	line-height: 0;
	padding: 0 0 2px 230px;
	text-align: center;
}
#nav_horaires .prev, #nav_horaires .next {
	width: 30px;
	height: 30px;
	display: inline-block;
	background-size: 100%;
	margin: 0 8px;
	cursor: pointer;
}
#nav_horaires .prev { background-image: url(../images/fleche_gauche_2.png); }
#nav_horaires .next { background-image: url(../images/fleche_droite_2.png); }

#main_tab .cel_horaire.orange, #main_tab_2 .cel_horaire.orange{
	background-color:#FFD9BF;
}

.legende_dernier_tour {
	display: inline-block;
	background: #FFD9BF;
	width: 20px;
	height: 12px;
	border: 1px solid #FF6600;
}

/* mobile */
@media only screen and (max-width: 769px) {
	#nav_horaires { padding-left: 0; }
}


/* AVANTAGES */

#avantages .cadre_avantages{
	padding: 5px;
	float: left;
	/* width: 100%; */
	margin: 0 0 10px 0;
}
#avantages .cadre_avantages img {
    border: 1px solid #999;
    margin: 3px 5px 0 0;
}
#avantages .cadre_avantages p{
	border: 0;
	margin: 0px;
	font-size: 11px;
	color: #666;
	line-height: 17px;
}


/* CIRCUIT */

.img_video_div {
	text-align: center;
	cursor: pointer;
}

.img_video_div .img_video{
	width: 100%;
	height: 213px;
}

.img_video_div .bouton_play_video{
	background: url('../images/bouton_play.png') 0 0 no-repeat;
	width: 82px;
	height: 82px;
	display: inline-block;
	margin-top: 65px;
	position: relative;
	z-index: 1;
}

.img_video_div:hover .bouton_play_video { background: url('../images/bouton_play.png') 0 -83px no-repeat; }

#opacity_layer_video.actif {
	width: 100%;
	height: 100%;
	position: fixed;
	background: rgba(0, 0, 0, 0.70);
	z-index: 5;
}


/* POINT DE DEPARTS */

#bloc_agences {
    float: right;
	margin-left: 20px
}

#bloc_agences .bloc_depart { 
	float: initial; 
	width: 200px;
	margin-bottom: 5px;
}
#bloc_agences .bloc_depart img { 
	width: 100%; 
	max-width: 224px;
}

.bloc_depart {
	float: left;
	text-align: center;
	width: 33%;
}
.bloc_depart h3 { 
	padding: 0;
    margin: 15px 0 0 0;
	min-height: 35px; 
}

.adresse_agence {
    padding: 0;
    background: none;
	color: #000;
}

/* tablette */
@media only screen and (min-width: 770px) and (max-width: 1099px) {
	#bloc_contenu_agences { clear: both; }
	
	#bloc_agences  { 
		margin-left: 0; 
		float: initial;
	}
	#bloc_agences .bloc_depart { float: left; }
	
	#bloc_agences .bloc_depart, .bloc_depart { width: 33%; }
	.bloc_depart img { 
		width: 100%; 
		max-width: 224px;
	}
}

/* mobile */
@media only screen and (max-width: 769px) {
	#bloc_contenu_agences { clear: both; }
	
	#bloc_agences  { 
		margin-left: 0; 
		float: initial;
	}
	#bloc_agences .bloc_depart { float: left; }
	
	#bloc_agences .bloc_depart, .bloc_depart { width: 50%; }
	.bloc_depart img { 
		width: 100%; 
		max-width: 224px;
	}
}


/* AGENCE */

.iframe_agence {
	float: left;
}
.conteneur_img_arrets {
	width: 38%;
	float: right;
}
.conteneur_img_arrets h2 {
	font-size: 15px;
	margin: 0;
	line-height: 20px;
}
.conteneur_img_arrets img {
	max-width: 100%;
	height: 25px;
	display: block;
	margin: 4px 0;
}

/* mobile */
@media only screen and (max-width: 769px) {
	.iframe_agence, .conteneur_img_arrets {
		width: 100%;
		float: none;
	}
	.conteneur_img_arrets { margin-top: 20px; }
}


/* COMPTE CLIENT */

.cadre_compte_client {
	border: 1px solid #CCC;
	padding: 10px;
	margin: 15px auto 30px auto;
	width: 320px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

/* mobile */
@media only screen and (max-width: 769px) {
	.cadre_compte_client {
		width: 100%;
		max-width: 320px;
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
	}
}


/* PANIER */

#titre_panier { margin-top: 0; }

.mentions_panier { 
	margin: 0;
	padding-left: 0 !important;
	list-style: none;
}
.mentions_panier h3 { 
    margin: 5px 0;
}

#img_cic_panier {
	float: right;
	margin-top: 20px;
	padding: 10px;
	border-radius: 5px;
	
	-webkit-box-shadow: 3px 3px 5px 2px #9E9E9E;
			box-shadow: 3px 3px 5px 2px #9E9E9E;
}

/* mobile */
@media only screen and (max-width: 769px) {
	#img_cic_panier {
		float: none;
		margin: 0 0 10px 0;
	}
}