@media print {
	.photo1 {display:none;}
	.photo5 { display:none; }
	.photo1 { float:left;margin-left:-170px; }
	.texte_introduction { display:block; margin-top:50px; padding-left:10px; margin-left:0; }
    .sommaire {visibility:hidden;}
	.fin_article,
	.menu_horizontal_unesco { display:none; }
	#id_centre { width:100%; margin-left:auto; margin-right:auto; }
	.bloc_gauche {visibility:hidden;}
	.texte_contenu_pgm { float:left;margin-left:-170px; }
	.texte_introduction_unesco {float:left;margin-left:-170px;}
	.texte_titre { float:left;margin-left:-170px; }

	.d_navigation_cliotheque { display:none;}
}
.cartePays{width:485px;}
/* .carousel-item {
	-webkit-transition: 5s ease-in-out left;
    -moz-transition: 5s ease-in-out left;
    -o-transition: 5s ease-in-out left;
    transition: 5s ease-in-out left;
    transition-duration: 10s;
} */

/* ****************************************************************** */
/* ********* HTML - 2021 ******************************************** */
/* ****************************************************************** */

*, *:before, *:after {
	box-sizing: 			content-box !important;
}
.lora{

    font-family: Lora,serif;

}
html{
	height: 				100%;
}

body,td,th {
	font-family: 			Verdana, Arial, Helvetica, sans-serif;
	font-size: 				14px;
	color: 					#000;
}

body {
	background-color: 		#d9d4d4 !important;
	margin:             	0px;
    padding:            	0px;
    right:              	0px;
    bottom:             	0px;
    top:                	0px;
    left:              		0px;
	height: 				100%;	
}

a:link {
	color: 					#000000;
	text-decoration: 		none;
}
a:visited {
	text-decoration: 		none;
	color: 					#000000;
}
a:hover {
	text-decoration: 		underline;
	color: 					#000000;
}
a:active {
	text-decoration:		none;
	color: 					#000000;
}

img {
	border:					0px;
}

/* ****************************************************************** */
/* ********* STRUCTURE GENERALE - 2021 ****************************** */
/* ****************************************************************** */

.contenu {
	background-color: 		rgb(0,52,95);
	width:					100%;
	text-align:				left;
	min-height:				1050px;
	margin-right:			auto;
	margin-left:			auto;
	max-width:				1180px;
	min-height: 2000px;
	box-shadow:				0px 2px 6px 4px rgb(0,0,0,0.3);
}

#idhaut {
	max-width:				1180px; 
	background-color: 		#000;
}

#idgauche {
	float:					left;
	width:					230px;
}

#idcentre {
	background-color:		#ffffff;
	margin-left:			200px;
	margin-right:			200px;
	min-height:				750px;
	color:					#000;
}

#idcentrecircuit {
	max-width:				1180px;
	background-color:		white;
	margin-left:			230px;
	min-height:				950px; 
	color:					#000;
	padding-bottom:			20px;
}
@media (max-width: 768px) {
    #idgauche,.d_navigation {
        display: none;
    }

    #idcentrecircuit {
        margin-left: 0 !important; /* Supprime la marge gauche */
        width: 100%; /* Occuper tout l’espace */
    }
    
}
.custom-navbar {
    background-color: rgb(0, 52, 95) !important; /* Bleu foncé */
}

.custom-navbar .navbar-brand img {
    height: 40px; /* Ajuste la taille du logo */
}

.custom-navbar .navbar-toggler {
    border-color: white; /* Bordure blanche du toggler */
}

.custom-navbar .navbar-toggler-icon {
    filter: invert(1); /* Rendre l'icône du toggler blanche */
}

/* ****************************************************************** */
/* ********* BARRE DE NAVIGATION - 2021 ***************************** */
/* ****************************************************************** */

.d_navigation {
	margin: 				0px;
	height:					175px;
	overflow:				hidden;
	background-color:		rgb(0,52,95);
}

.d_logo_navigation {
	display:				inline-block;
	width:					210px;
	height:					140px;
	padding:				10px;
	text-align:				center;
}

.img_logo_navigation {
	width:					170px;	 
}

.d_texte_navigation {
	display:				inline-block;
	position:				relative;
	width:					930px;
	height:					90px;
}

.d_carouseltop_navigation {
	position:				absolute;
	z-index:				0;
	width:					650px;
	margin-left:			240px;
}

.d_item_navigation {
	position:				absolute;
	z-index:				10;
	right:					10px;
	top:					14px;
}

.libelle_navigation {
	position:				absolute;
	z-index:				10;
	top:					118px;
	padding-left:			22px;
	color:					rgb(255,255,255);
	font-size:				27px;
	font-weight:			200;
}

a.item_navigation {
	padding-left:			20px;
	text-decoration: 		none; 
	color:					rgb(255,255,255);
	font-family:			Arial, Helvetica, sans-serif; 
}

a.item_navigation:hover { 
	text-decoration: 		none;
	color:					rgb(255,250,222);
	font-family:			Arial, Helvetica, sans-serif; 
}

@media screen and (max-width: 1150px) {

	.d_texte_navigation {
		width:				760px;
	}

	.libelle_navigation {
		color:				white;
		font-size:			21px;
		font-weight:		200;
		position:			absolute;
		top:				110px;
		padding-left:		20px;
	}
}

/* ****************************************************************** */
/* ********* FOOTER - 2021 ****************************************** */
/* ****************************************************************** */

.d_footer_clio {
	width:					100%;
	max-width:				1180px;
	height:					0px;
	margin-left:			auto;
	margin-right:			auto;
	text-align:				center;
	background-color:		rgb(0,30,60);
	font-family:			Arial, Helvetica, sans-serif;	
	box-shadow:				0px 10px 6px 4px rgb(0,0,0,0.3);
}

/* ****************************************************************** */
/* ********* MENU COLONNE GAUCHE mars 2021 ************************** */
/* ****************************************************************** */

.bloc_moteur{
	margin-left:			10px;
	margin-right: 			10px; 
	box-sizing: 			content-box
}

.rubrique_colonne_gauche_titre{
	margin-bottom: 			1em;
	color: 					rgba(255,250,222);
	font-style: 			italic;
	font-size: 				larger;
}

.rubrique_colonne_gauche {
	margin-bottom:			0px;
	margin-top:				20px; 
	margin-left:			0px;
	background-image:		url(/images/fond_rubrique.png);
	background-repeat:		no-repeat; 
}

#recherche_voyage {
	padding: 				7px;
	padding-bottom:			0px;
	min-height:				80px;
	border: 				1px solid white;
	border-radius: 			5px;
}

.rubrique_colonne_gauche_liste {
	margin-top:				-10px; 
	font-size:				14px; 
	line-height:			18px; 
	color: 					rgb( 255, 255, 255);
}

.d_trouvervoyage_colonne_gauche {
	margin-top:				20px;
	margin-bottom:			15px;
	padding:				5px;
	padding-top:			10px;
	padding-bottom:			10px;
	text-align:				center;
	border:					1px solid rgb(255,255,255);
	border-radius:			2px;	
	font-size:				15px;
	font-weight:			500;
	color:					rgb(255,255,255);
	cursor:					pointer;
}

.d_trouvervoyage_colonne_gauche:hover {
	background-color:		rgb(2255,255,255);
	color:					rgb(0,52,81);
	box-shadow:				0px 0px 1px 2px rgb(0,0,0,0.5);
}

.d_item_colonne_gauche {
	padding-top:			6px;
}

a.item_colonne_gauche {
	color:					rgb(255,255,255);
	text-decoration: 		none;
	font-size:				15px;
}

a.item_colonne_gauche:hover {
	color: 					rgb(255,255,255);
}

/* point blanc avant texte */
.item_colonne_gauche::before {
	display: 				inline-block;
	width: 					1em; 
	margin-right: 			0.1em;
	margin-top:				2px;
	content: 				"\2022";  /* \2022 is the CSS Code/unicode for a bullet */
	color: 					rgb(255,255,255);
	font-weight: 			bold;
}

.d_mention_colonne_gauche {
	margin-top:				25px;
	padding-top:			0px;
	text-align:				center;
	border-top:				1px solid rgba(255,255,255,0.3);
	border-bottom:			1px solid rgba(255,255,255,0.3);
}

.d_link_mention {
	padding-top:			6px;
	padding-bottom:			6px;
	border-top:				1px solid rgba(255,255,255,0.3);
}

.d_link_mention:hover {
	background-color:		rgb(50,100,130);
}

a.link_mention {
	text-decoration:		none;
	color:					rgb(255,255,255);
}

a.link_mention:hover {
	text-decoration:		none;
	color:					rgb(255,255,255);
}

/* *** pop-up *** */
/* ****************/

.pop_contenu {
	position:					absolute;
	z-index:					200;
	background-color:			white;
	padding:					0px;
	box-shadow:					1px 1px 4px 1px rgb(0,0,0,0.4);
	border-radius: 				3px;
	display:					none;
}

.header_pop_contenu {
	background-color: 			rgb(0,52,81);
    padding:					15px;
    font-size: 					20px;
	font-variant-caps:			small-caps;
	font-weight: 				500;
	color:						rgb(255,250,222);
	font-family: 				Calibri, sans-serif;
	border-top-left-radius: 	2px;
	border-top-right-radius: 	2px;
}

.close_pop_contenu {
	float:						right;
	cursor:						pointer;	
}

.btn_close_pop {
	font-size:					18px;
	color:						rgb(255,250,222);
}

.btn_close_pop_blue {
	font-size:					20px;
	color:						rgb(50,100,130);
	margin-right:				15px;
}

.body_pop_contenu {
	font-size: 					15px;
	color:						rgb(0,0,0);
	padding: 					15px;
}

.pop_shadow_filter {
	position:					absolute;
	z-index:					150;
	left:						0px;
	right:						0px;
	top:						0px;
	bottom:						0px;
	width:						100%;
	height:						100%;
	background-color: 			rgba(0,0,0,0.3);
	display:none;
}


/* *** pop-up abonnement lettre electronique ***	 */

.pop_abonnement {
	max-width:					880px;
	min-height:					350px;
	left: 						5px;
	right:						5px;
	top:						180px;
	margin-left:				auto;
	margin-right:				auto;
}

.d_img_pop_abonnement {
	position:					relative;
	width:						360px;
	height:						370px;
	overflow:					hidden;
	border-top-left-radius: 	2px;
	border-bottom-left-radius: 	2px;
}

.d_bg_pop_abonnement {
	background-image: 			url("/images/photos_test/3.jpg");
	background-repeat: 			no-repeat;
	background-size: 			cover;
	filter: 					grayscale(100%);
	width:						360px;
	height:						370px;
}

.img_pop_abonnement {
	position:					absolute;
	left: 						0px;
	right:						0px;
	top:						30%;
	margin-left:				auto;
	margin-right:				auto;
	height:						90px;
}

.d_frm_pop_abonnement {
	margin-left:				380px;
	padding-top:				10px;
	height:						350px;
}

.bottom_pop_abonnement {
	position:					absolute;
	bottom:						5px;
}

.d_success_abonnement {
	font-size:					16px;
	text-align:					justify;
	line-height:				1.6;
	padding-right:				15px;
} 

@media screen and (max-height: 500px) {
	.pop_abonnement {
		top:					70px;
	}
}

/* *** pop-up voyager par style ***	 */

.pop_voyageparstyle {
	float:						left;
	margin-left:				230px;
	margin-top:					8px;
	min-width:					250px;
}

.item_pop_voyageparstyle {
	font-size:					16px;
	font-weight:				500;
	font-family: 				Arial, Helvetica, sans-serif;
	color:						rgb(100,100,100);
	margin-top:					12px;
	padding-bottom:				10px;
}

a.link_voyageparstyle {
	text-decoration:			none;
	color:						rgb(0,0,0);
}

a.link_voyageparstyle:hover {
	text-decoration:			none;
	color:						rgb(50,100,130);
    font-weight: 				bold;
}

/* *** pop-up par destination ***	 */

.pop_pardestination {
	max-width:					930px; 
	max-height:					720px;
	margin-left:				230px;
	margin-top: 				-30px;
}

@media screen and (max-width: 1150px) {
	.pop_pardestination {
		max-width:				730px; 
		max-height:				750px;
	}
}

.body_pop_pardestination {
    padding: 					14px;
	-webkit-columns: 			5;
	-moz-columns: 				5;
	columns: 					5;
	overflow:					auto;
}

.bloc_pardestination {
	float: left; 
	width:130px;
	margin-right:10px;
	position:relative;
	-webkit-column-break-inside:avoid;
	break-inside: avoid-column;
	break-inside: avoid;
}

.title_bloc_pardestination {
	margin-top:6px;
	margin-bottom:6px;
	font-family:arial;
	color:rgb(50,100,130);
	/* background-color: rgb(240,240,240); */
	border-bottom: 1px solid grey;
	padding:4px;
	font-weight:bold;
	font-size:16px;
	position:relative;
}

a.link_pardestination {
	text-decoration: none;
	line-height: 1.5;
	font-size:14px;
	font-weight: 400;
}

a.link_pardestination:hover {
	text-decoration: none;
	line-height: 1.5;
	font-size:14px;
	font-weight: 700;
	color:rgb(50,100,130);
}

/* *** reseaux sociaux *** */
.rubrique_noussuivre {
	color:rgb( 255, 255, 255);
	font-weight: 500;
	font-family: Arial, Helvetica, sans-serif;
}
.d_noussuivre {
	padding-top:4px;
	/* color: rgba(255,255,255,0.8); */
	color: rgba(255,250,222);
	font-style: italic;
	font-size: larger;
}
.d_link_noussuivre {
	text-align: center;
	margin-top:6px;
}
a.link_noussuivre {
	color:rgb( 255, 255, 255);
	text-decoration:none;
	font-size:30px;
	padding-left:7px;
	padding-right: 7px;
}
a.link_noussuivre:hover {
	color:rgb(195,215,225);
	text-decoration:none;
	font-size:30px;
	padding-left:7px;
	padding-right: 7px;
}

.backtotop_colonne_gauche {
	position: fixed;
	width:206px;
	bottom:25px;
	text-align:center;
	font-size:18px;
	padding-top:3px;
	padding-bottom: 3px;
	border:1px solid rgb(50,100,130);
	border-radius: 2px;
	color:rgb(255,255,255);
	cursor:pointer;
	display:none;
}


/* ****************************************************************** */
/* ****** Entete contenu page - mars 2021 *************************** */
/* ****************************************************************** */
.entete {
	min-height:				200px;
	overflow: 				hidden;
}

.d_entete_contenu {
	position:				relative;
	margin-left:			40px;
	margin-right:			40px;
	margin-top:				40px;
	margin-bottom:			20px;
}

.titre_contenu {
	font-size: 32px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: lighter;
    padding: 40px;
    padding-bottom: 20px;
    color: rgba(50,100,130);
}

@media screen and (max-width: 1150px) {
	.titre_contenu {
		font-size: 32px;
		font-family: Arial, Helvetica, sans-serif;
		font-weight: normal;
		padding: 40px;
		padding-bottom: 20px;
		color: rgba(50,100,130);
	}
}

.soustitre_contenu {
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	padding:40px;
	padding-top:10px;
	padding-bottom:20px;
	color:rgb(80,80,80);
	text-align:justify;

}

/* *** entete avec photo a gauche *** */
.d_titre_left_contenu {
	float:left;
	position: relative;
    z-index: 99;
	width: 202px;
	margin-left:40px;
	margin-top:46px;
}

.img_titre_left_contenu {
	width: 200px;
	filter:saturate(130%);
}

.d_titre_right_contenu {
	margin-left:260px;
}

.titre_right_contenu {
	padding-left:30px;
}

.soustitre_right_contenu {
	font-size:17px;
	line-height:1.7;
	padding-left:30px;
}

.contact_titre_left_contenu {
	margin-top:22px;
	border:1px solid rgb(200,200,200);
	border-radius:2px;
	width:200px;
	padding-top:7px;
	padding-bottom:7px;
	text-align:center;
}

.contact_titre_left_contenu:hover {
	background-color: rgb(240,240,240);
}

a.link_contact_contenu {
	text-decoration: none;
	color:rgb(100,100,100);
	font-size:20px;
}

a.link_contact_contenu:hover {
	text-decoration: none;
	color:rgb(100,100,100);
	font-size:20px;
}

.d_comment_sinscrire {
	max-width:200px;
	text-align: center;
	border:1px solid rgb(200,200,200);
	border-radius:2px;
	padding-top:5px;
	padding-bottom:5px;
	margin-left:40px;
	margin-bottom:15px;
}

a.link_comment_sinscrire {
	text-decoration: none;
	color:rgb(0,52,81);
	font-size: 18px;
	font-weight: 600;
}

a.link_comment_sinscrire:hover {
	text-decoration:none;
	color:rgb(230,100,30);
}

.d_link_voyage {
	display:inline-block;
	text-align: center;
	border:1px solid rgb(200,200,200);
	border-radius:50px;
	padding-top:7px;
	padding-bottom:7px;
	padding-left: 10px;
	padding-right: 10px;
	margin-left:40px;
	margin-bottom:15px;
}
a.link_voyage {
	text-decoration: none;
	color:rgb(0,52,81);
	font-size: 16px;
	font-weight: 600;
}
a.link_voyage:hover {
	text-decoration:none;
	color:rgb(230,100,30);
}

.hr_entete_contenu {
	margin:0px;
	margin-bottom:10px;
	margin-top : 10px;
	margin-left:40px;
	margin-right:40px;
	border-top: 1px solid rgb(200,200,200);
}
.hr_entete_contenu_none {
	display:none;
}

.d_texte_contenu {
	text-align: justify;
	line-height: 1.7;
}

/* ****************************************************************** */
/* ****** Sommaire contenu page - mars 2021 ************************* */
/* ****************************************************************** */

.sommaire_contenu {
	display: 				inline-block;
    vertical-align: 		top;
	width:					200px;
	margin-left:			40px;
	margin-top:				10px;	
	font-weight:			normal; 
}

.body_sommaire_contenu {
	background-color: 		rgb( 255, 255, 255);
	border:1px solid 		rgb(200,200,200);
	border-radius:			2px;
}

/* *** item du sommaire *** */
.d_link_sommaire_contenu {
	padding:				10px;
	border-top:				1px solid rgb(220,220,220);
}

.d_active_sommaire_contenu {
	text-decoration: 		none;
	background-color: 		rgb(220,220,220);
	color: 					rgb(255,255,255);
	font-weight: 			bold;
}

a.link_sommaire_contenu {
	text-decoration: 		none;
	font-size: 				15px;
}

a.link_sommaire_contenu:hover {
	text-decoration: 		none;
	color: 					rgb(50,100,130);
	font-weight: 			600;
}

a.link_active_sommaire_contenu {
	text-decoration: 		none;
	color: 					rgb(50,100,130);
	font-weight: 			600;
}

.link_active_sommaire_contenu {
	text-decoration: 		none;
	color: 					rgb(50,100,130);
	font-weight: 			600;
}

.arrow_sommaire {
	float:					right;
	cursor:					pointer;
	color: 					rgb(50,100,130);
	font-size: 				17px;
}

/* subitem du sommaire */
.d_sublink_sommaire_contenu {
	padding:				10px;
	padding-top:			5px;
	padding-left:			15px;
	cursor:					pointer;
}

.d_sublink_sommaire_contenu:hover {
	background-color:		rgb(240,240,240);
}

a.sublink_sommaire_contenu {
	text-decoration: 		none;
	color:					rgb(230,100,30);
}

a.sublink_sommaire_contenu:hover {
	text-decoration: 		none;
	color:					rgb(230,100,30);
}

.d_listepays_sommaire_contenu {
	display:				none;
	padding:				10px;
	padding-top:			5px;
	padding-left:			15px;
	border-top: 			1px solid rgb(220,220,220);
	border-bottom: 			1px solid rgb(220,220,220);
}

.pays_sommaire_contenu {
	cursor:					pointer;
	color:					rgb(230,100,30);
}

.pays_sommaire_contenu:hover {
	font-weight: 			bold;
	color:					rgb(230,100,30);
}

.arrow_liste_pays {
	display:				none;
	float:					right;
	cursor:					pointer;
	color: 					rgb(50,100,130);
	font-size: 				17px;	
}

.fixed_sommaire_contenu {
	display:				block;
	position: 				fixed;
	z-index:				100;
	top: 					0;
	max-height:				800px;
	scroll-margin:			20px;
	scrollbar-width: 		3px;
	scrollbar-color:		rgb(50,100,130) rgb(220,220,220) ;
}

.fixed_sommaire_contenu::-webkit-scrollbar {
	width: 					3px;
	background-color:		rgb(220,220,220) ;
}

.fixed_sommaire_contenu::-webkit-scrollbar-thumb {
    background:				rgb(50,100,130);
}

.fixed_body_sommaire_contenu {
	max-height:				800px;
	overflow-y: 			auto;
}

.btn_option_sommaire_contenu {
	margin-top:				15px;
	margin-bottom:			15px;
	padding:				7px;
	background-color:		rgb(255, 255, 255);
	border:					1px solid rgb(200,200,200);
	border-radius: 			2px;
	color:					rgb(0,52,81);
	font-size:				16px;
	font-weight: 			500;
	text-align: 			center;
	cursor:					pointer;
}

.btn_option_sommaire_contenu:hover {
	border:					1px solid rgb(200,200,200);
	color:					rgb(255, 255, 255);
	background-color: 		rgb(50,100,130);
	
}

@media  screen and (max-width: 1150px) {
	.sommaire_contenu {
		margin-left:		5px;
		width:				208px;
	}
	.fixed_sommaire_contenu {
		left:				5px;
	}
	.fixed_body_sommaire_contenu {
		max-height:			550px;
		overflow-y: 		auto;
	}
	@media  screen and (max-height: 1025px) {
		.fixed_sommaire_contenu {
			max-height:		650px;
		}
		.fixed_body_sommaire_contenu {
			max-height:		250px;
			overflow-y: 	auto;
		}
	}
	@media  screen and (max-height: 700px) {
		.fixed_sommaire_contenu {
			max-height:		380px;
		}
		.fixed_body_sommaire_contenu {
			max-height:		220px;
			overflow-y: 	auto;
		}
	}
}

/* ****************************************************************** */
/* ****** contenu page - mars 2021 ********************************** */
/* ****************************************************************** */
/* *** general *** */

.body_contenu {
	margin:						0px; 
	margin-top:					10px; 
	margin-left:				40px;
	margin-right:				40px;
	text-align: 				left;  
	color: 						#000; 
	min-height:					710px;
    vertical-align: 			top;
	max-width:					100%;
}

.body_contenu_right {
	float: 					right;
	max-width:				625px;
	min-height:				310px;
    vertical-align: 		top;
	margin:					0px; 
	margin-top:				10px; 
	padding-right:			40px; 
	text-align: 			left;  
	color: 					#000; 	
}

.body_contenu_center {
	margin-left:			auto;
	margin-right:			auto;
	text-align: 			left;  
	color: 					#000; 
	min-height:				710px;
    vertical-align: 		top;
	max-width:				625px;
}

@media screen and (max-width: 1150px) {
	.body_contenu_right {
		float: 				center;
		margin:				0px; 
		margin-top:			10px; 
		padding-right:		40px; 
		padding-left:		40px;
		min-height:			310px;
		vertical-align: 	top;
		max-width:			95%;
		text-align: 		left;   
		color: 				#000; 	
	}
}

.bottom_contenu {
	clear:					both;
	height:					10px;
	margin-right:			10px;
	margin-left:			0px;
	margin-bottom:			20px;
}
/* *** special div ***  */
/* ******************** */
.d_left {	
	float:						left;
}

.d_right {
	float:						right;
}

.d_5 {
	padding:					5px;
}

.d_15 {
	padding:					15px;
}

.d_m_15 {
	margin:						15px;
}

.d_m_lr_40 {
	margin-left: 				40px;
	margin-right: 				40px;
}

.d_no_padding {
	padding:					0px;
}

.d_no_margin {
	margin:						0px;
}

.d_no_lr_margin {
	margin-left: 				0px;
	margin-right: 				0px;
}

.d_relative {
	position:					relative;
}

.d_absolute {
	position: 					absolute;
}

.d_center {
	display: 					inline-block;
	margin-left: 				auto;
	margin-right: 				auto;
}

.d_centertext {
	text-align:					center;
}

.d_justify {
	text-align: 				justify;
}

.d_block {
	display:					block;
}

.d_inline_block {
	display:					inline-block;
}

.pointer {
	cursor:						pointer;
}

.shadow_default {
	box-shadow:					1px 1px 3px 1px rgb(0,0,0,0.3);
}

.d_shadow_filter {
	background-color: 			rgba(100, 90, 70, 0.5);
	width:						100%;
	height:						100%;
}

/* *** simple panels *** */
/* ********************* */

.panel_grey_contenu {
	margin-top: 				15px;
	margin-bottom: 				15px;
	padding:					15px;
	background-color: 			rgb(240,240,240);
	border-radius: 				2px;	
}

.panel_white_contenu {
	position:					relative;
	min-height: 				200px;
	margin-top:					20px;
	margin-bottom:				20px;
	padding:					20px;
	border:						1px solid rgb(200,200,200);
	border-radius: 				2px;
	font-family: 				Arial, Helvetica, sans-serif;
}

/* *** images with zooom effect *** */
/* ******************************** */

.img_inner_zoom {
	overflow: 					hidden;
}

.img_zoom {
	transition: 				transform .5s;
}

.img_zoom:hover {
	-ms-transform: 				scale(1.2); /* IE 9 */
	-webkit-transform: 			scale(1.2); /* Safari 3-8 */
	transform: 					scale(1.2);
}

/* *** labels, pills et icones *** */
/* ******************************* */

.label_gris_contenu {
	padding-top:10px;
	padding-bottom:10px;
	padding-left:15px;
	font-size: 28px;
	font-variant-caps:small-caps;
	font-weight: 500;
	color: rgb(100,100,100);
	font-family: Calibri, sans-serif;
	background-color: rgba(160,160,160, 0.2);
}

.label_md_gris_contenu {
	padding-top:8px;
	padding-bottom:8px;
	padding-left:15px;
	font-size: 24px;
	font-variant-caps:small-caps;
	font-weight: 500;
	color: rgb(100,100,100);
	font-family: Calibri, sans-serif;
	background-color: rgba(160,160,160, 0.2);
}

.label_sm_gris_contenu {
	padding-top:5px;
	padding-bottom:7px;
	font-size: 18px;
	color:rgb(100,100,100);
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	font-weight: 500;
}

.label_xsm_gris_contenu {
	padding-top:5px;
	padding-bottom:7px;
	font-size: 16px;
	color:rgb(100,100,100);
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	font-weight: 500;
}

.label_bleu_contenu {
	padding-top:10px;
	padding-bottom:10px;
	padding-left:15px;
	font-size: 28px;
	font-variant-caps:small-caps;
	font-weight: 500;
	color:rgb(255,250,222);
	font-family: Calibri, sans-serif;
	background-color: rgb(0,52,81);
}

.label_md_bleu_contenu {
	padding-top:8px;
	padding-bottom:8px;
	padding-left:15px;
	font-size: 24px;
	font-variant-caps:small-caps;
	font-weight: 500;
	color:rgb(255,250,222);
	font-family: Calibri, sans-serif;
	background-color: rgb(0,52,81);
}

.label_sm_bleu_contenu {
	padding-top:5px;
	padding-bottom:7px;
	font-size: 20px;
	color:rgb(0,52,81);
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.label_bgnone_contenu {
	padding-top:10px;
	padding-bottom:10px;
	padding-left:0px;
	font-size: 30px;
	font-variant-caps:small-caps;
	font-weight: 500;
	color:rgb(0,52,81);
	font-family: Calibri, sans-serif;
	background-color: none;
}

.label_md_bgnone_contenu {
	padding-top:10px;
	padding-bottom:10px;
	font-size:23px;
	font-weight:600;
	color:rgb(0,52,81);
	font-family: Calibri, sans-serif;
}

.label_sm_bgnone_contenu {
	padding-top:10px;
	padding-bottom:10px;
	font-size:20px;
	font-weight:600;
	color:rgb(0,52,81);
	font-family: Calibri, sans-serif;
}

.label_petit_blanc_contenu {
	padding-top:5px;
	padding-bottom:7px;
	font-size: 16px;
	/* font-variant-caps:small-caps;
	font-weight: 500; */
	color:rgb(255,255,255);
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.label_sm_input {
	padding-top:10px;
	padding-bottom:6px;
	font-size: 18px;
	color:rgb(50,50,50);
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.label_sm_bleu130_contenu {
	padding-top:5px;
	padding-bottom:7px;
	font-size: 20px;
	color:rgb(50,100,130);
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.label_sm_secure {
	font-size: 15px;
	font-weight: normal;
	color: rgb(220, 60, 60);
}

.d_actionlabel_contenu {
	max-width: 200px;
    text-align: center;
    border: 1px solid rgb(200,200,200);
    border-radius: 50px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-left: 40px;
    margin-bottom: 15px;
}

a.actionlabel_contenu {
	text-decoration: none;
    color: rgb(0,52,81);
    font-size: 18px;
    font-weight: 600;
}

.d_readmore_contenu {
	color:rgb(15, 65, 220);
	cursor:pointer;
}

/* *** buttons *** */
/* *************** */

.d_btn_light_contenu {
	display:				inline-block;
	padding:				5px;
	padding-left:			12px;
	padding-right:			12px;
	margin-bottom:			10px;
	text-align: 			center;
	background-color: 		unset;
	border:					1px solid rgb(200,200,200);
	border-radius:			2px;
	color:					rgb(0,52,81);
	cursor:					pointer;
}

.d_btn_light_contenu:hover {
	background-color:		rgb(50,100,130);
	color:					rgb(255,255,255);	
}

/* *** icon plume clio *** */
/* *********************** */
.d_label_bgnone_plume {
	background-color:rgb(50,100,130);
	padding:3px;
	margin-right: 10px;
	border-radius: 50%;
}

.img_label_bgnone_plume {
	width:23px;
}

.d_label_lgbgnone_plume {
	background-color:rgb(50,100,130);
	padding:4px;
	padding-left: 7px;
	padding-right: 7px;
	margin-right: 15px;
	border-radius: 50%;
}

.img_label_lgbgnone_plume {
	width:26px;
}

/* *** icons *** */
/* ************* */

.icon_label {
	color:rgb(230,100,30);
	font-size: 32px;
}

.icon_md_label {
	color:rgb(230,100,30);
	font-size: 26px;
}
	
.icon_sm_label {
	color:rgb(230,100,30);
	font-size: 20px;
}

.icon_xsm_label {
	color:rgb(230,100,30);
	font-size: 18px;
}

.icon_sm_close {
	font-size:17px;
	padding-left:10px;
	cursor:pointer;
}

.icon_red {
	color : rgb(230, 75, 75);
}

.icon_green {
	color : rgb(60, 160, 30);
}

.red_star {
	color:rgb(255, 0, 0);
	font-size:20px;
	padding-left:3px;
}

.red_star_sm {
	color:rgb(255, 0, 0);
	font-size:12px;
	padding-left:5px;
}

.pill_contenu {
	font-size:16px;
	color:rgb(0,52,81);
	border:1px solid rgb(200,200,200);
	border-radius:2px;
	padding:5px;
	padding-left:12px;
	padding-right:12px;
	display:inline-block;
}

.pill_lg_contenu {
	font-size:18px;
	color:rgb(0,52,81);
	border:1px solid rgb(200,200,200);
	border-radius:2px;
	padding:4px;
	padding-left:12px;
	padding-right:12px;
	display:inline-block;
}

.pill_sm_contenu {
	font-size:15px;
	color:rgb(0,52,81);
	border:1px solid rgb(200,200,200);
	border-radius:2px;
	padding:2px;
	padding-left:12px;
	padding-right:12px;
}

.pill_green_contenu {
	background-color: rgb(100, 190, 80);
	color:rgb(255, 255, 255);
	border:none;
}

.pill_red_contenu {
	background-color: rgb(200, 80, 80);
	color:rgb(255, 255, 255);
	border:none;
}

.pill_grey_contenu {
	background-color: rgb(180,180,180);
	color:rgb(255, 255, 255);
	border:none;
}

.d_breakline_contenu {
	border-bottom:4px solid rgb(230,100,30);
	width:100px;
	margin-top:15px;
	margin-bottom:15px;
}

/* *** barre navigation alphabetique *** */
/* ************************************* */

.navlettre_contenu {
	padding:15px;
	padding-left:40px;
	font-size: 20px;
	color:rgb(255,250,222);
	background-color: rgb(0,52,81);
	cursor:pointer;
}

.sp_navlettre_contenu:hover {	
	color:rgb(230,100,30);
	cursor:pointer;
}

.sp_navlettre_active_contenu {	
	color:rgb(230,100,30);
	font-size:24px;
	line-height: 0.1;
}

@media screen and (max-width: 1150px) {
	.navlettre_contenu {
		padding:15px;
		padding-left:20px;
		font-size: 17px;
		color:rgb(255,250,222);
		background-color: rgb(0,52,81);
		cursor:pointer;
	}
}

/* *** barre navigation onglet *** */
/* ******************************* */
.d_navonglet {
	height:37px;
	margin-top:25px;
	margin-left:40px;
	margin-right:40px;
	border-bottom:1px solid rgb(180,180,180);
}

.item_navonglet {
	display:inline;
	float:left;
	color:rgb(0,52,81);
	font-size:18px;
	font-weight:500;
	padding-left:12px;
	padding-right:12px;
	margin-right:22px;
	padding-bottom: 9px;
	cursor: pointer;
}

.item_navonglet:hover {
	border-bottom: 3px solid rgb(230,100,30);
	font-weight: 500;
}

.item_navonglet_active {
	border-bottom: 3px solid rgb(230,100,30);
	font-weight: 500;
}

.tab_navonglet {
	display:none;
	margin:0px;
	padding:0px;
}

.tab_navonglet_active {
	display:block;	
}

.d_navonglet_contenu {
	height:37px;
	margin-top:25px;
	margin-left:40px;
	margin-right:40px;
	border-bottom:1px solid rgb(180,180,180);
}

.item_navonglet_contenu {
	display:inline;
	float:left;
	color:rgb(0,52,81);
	font-size:18px;
	font-weight:500;
	padding-left:12px;
	padding-right:12px;
	margin-right:22px;
	padding-bottom: 9px;
	cursor: pointer;
}

.item_navonglet_contenu:hover {
	border-bottom: 3px solid rgb(230,100,30);
	font-weight: 500;
}

.item_navonglet_contenu_active {
	border-bottom: 3px solid rgb(230,100,30);
	font-weight: 500;
}

.badge_navonglet_contenu {
	float:right;
	text-align:center;
	font-size: 16px;
	width:25px;
	height:25px;
	border-radius : 50%;
	background-color: rgb(240,240,240);
	
}

@media screen and (max-width: 1150px) {
	
}

/* *** opacity box *** */
.d_opacity_box {
	width:100%;
	height:100%;
	transition: .5s ease;
	opacity: 0;
	background-color : rgb(240,240,240);
}

.d_opacity_box:hover {
	opacity: 0.3;
}

/* *** count result *** */
.d_count_result_voyage {
	margin-left:40px;
	margin-right:40px;
}

.count_result_voyage {
	padding-top:10px;
	padding-bottom:10px;
	font-size:22px;
	font-weight:600;
	color:rgb(100,100,100);
}

/* *** bloc voyage *** */
/* ******************* */

.d_bloc_voyage_contenu{
	padding:0px;
	margin-top:5px;
	margin-bottom:10px;
	display:inline-table;
	width:100%;
	border-radius: 2px;
}

.d_photo_voyage_contenu {
	padding:15px;
	padding-left:0px;
	padding-bottom:0px;
}

.img_voyage_contenu {
	width:625px;
	box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.4);
	transition: box-shadow 0.3s ease-in-out;
	cursor:pointer;
}

.img_voyage_contenu:hover {
	box-shadow: 0 6px 8px 0 rgba(0, 0, 0, 0.4);
	cursor:pointer;
}

.d_infos_voyage_contenu {
	padding:15px;
	padding-left:0px;
}

.titre_voyage_contenu {
	color:rgba(50,100,130);	
	font-weight:100;
	font-size:23.5px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;
	text-align: left;
	cursor:pointer;
}

a.titre_voyage_contenu {
	color:rgba(50,100,130);	
	font-weight:100;
	font-size:23.5px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;
	text-align: left;
}

a.titre_voyage_contenu:hover {
	color:rgba(80,130,160);	
	font-weight:100;
	font-size:23.5px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;
	text-align: left;
}

.soustitre_voyage_contenu {
	text-decoration:none;
	font-weight:lighter;
	font-size:18px;
	color:rgb(80,80,80);
	font-family: Arial, Helvetica, sans-serif;
}

a.soustitre_voyage_contenu {
	text-decoration:none;
	font-weight:lighter;
	font-size:18px;
	color:rgb(80,80,80);
	font-family: Arial, Helvetica, sans-serif;
}

a.soustitre_voyage_contenu:hover {
	text-decoration:none;
	font-weight:lighter;
	font-size:18px;
	color:rgb(80,80,80);
	font-family: Arial, Helvetica, sans-serif;
}

.d_duree_voyage_contenu {
	margin-top:10px;
	margin-bottom: 10px;
	color:rgba(50,100,130);
	font-weight:bold;
	font-size:15px;
	font-family: Arial, Helvetica, sans-serif;
	line-height:0.9;
}
.d_date_voyage_contenu {
	padding:5px; 
	/* margin-right:10px; */
	font-size: 14px;
	border-top: 1px solid rgb(200,200,200);
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	cursor:pointer;
}
.d_date_voyage_contenu:hover {
	background-color: rgb(240,240,240);
}

.d_chapeau_voyage_contenu {
	line-height: 1.5;
	font-size: 16px;
	text-align:justify;
}

.link_voyage_contenu {
	text-decoration: none;
	cursor:pointer;
}
.link_voyage_contenu:hover {
	text-decoration: none;
	color:rgb(230,100,30);
	cursor:pointer;
}
.dot_voyage_etat_orange {
	height: 12px;
	width: 12px;
	margin-top:3px;
	background-color: rgb(230,100,30);
	border-radius: 50%;
	display: inline-block;
}
.dot_voyage_etat_vert {
	height: 12px;
	width: 12px;
	margin-top:3px;
	background-color: rgb(100, 190, 80);
	border-radius: 50%;
	display: inline-block;
}
.dot_voyage_etat_gris {
	height: 12px;
	width: 12px;
	margin-top:3px;
	background-color: rgb(180,180,180);
	border-radius: 50%;
	display: inline-block;
}
.dot_voyage_etat_rouge {
	height: 12px;
	width: 12px;
	margin-top:3px;
	background-color: rgb(218, 24, 24);
	border-radius: 50%;
	display: inline-block;
}

.icon_duree_voyage_contenu {
	color:rgb(230,100,30);
	font-size: 17px;
}

@media screen and (max-width: 1150px) {
	.d_photo_voyage_contenu {
		padding-right:0px;
		padding-left:0px;
		padding-bottom:0px;
	}
	.img_voyage_contenu {
		max-width:100%;
	}
	.d_infos_voyage_contenu {
		padding-right:0px;
		padding-left:0px;
	}

	a.titre_voyage_contenu {
		color:rgba(50,100,130);	
		font-weight:500;
		font-size:23.5px;
		font-family: Arial, Helvetica, sans-serif;
		text-decoration:none;
		text-align: left;
	}	
	a.titre_voyage_contenu:hover {
		color:rgba(80,130,160);	
		font-weight:500;
		font-size:23.5px;
		font-family: Arial, Helvetica, sans-serif;
		text-decoration:none;
		text-align: left;
	}
	a.soustitre_voyage_contenu {
		font-weight:500;
		font-size:14px;
		font-family: Arial, Helvetica, sans-serif;
	}
	.d_duree_voyage_contenu {
		margin-top:10px;
		margin-bottom: 10px;
		color:rgba(50,100,130);
		font-weight:bold;
		font-size:17px;
		font-family: Arial, Helvetica, sans-serif;
	}
	.icon_duree_voyage_contenu {
		color:rgb(230,100,30);
		font-size: 19px;
	}
	.d_date_voyage_contenu {
		padding:6px; 
		margin-right:10px;
		font-size: 16px;
		border-top: 1px solid rgb(200,200,200);
		font-family: Verdana, Geneva, Tahoma, sans-serif;
	}
	.link_voyage_contenu {
		text-decoration: none;
		font-size: 16px;
	}
}

/* *** bloc voyage inline *** */
/* ************************** */

.d_bloc_voyage_inline_contenu {
	margin-top:20px;
	margin-bottom:20px;	
	height:200px;
	border-bottom: 1px solid rgb(200,200,200);
	box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.4);
	transition: box-shadow 0.3s ease-in-out;
	cursor:pointer;
}

.d_bloc_voyage_inline_contenu:hover {
	background-color: rgb(245,245,245);
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.4);
}

.d_label_voyage_inline_contenu {
	font-size:19px;
	font-weight: 500;
	border-bottom:1px solid rgb(220,220,220);
	color:rgb(0,52,81);
	padding-bottom:8px;
	margin-top:40px;
}

.icon_voyage_inline_contenu {
	color:rgb(230,100,30);
	font-size: 21px;
	margin-left:12px;
}

a.link_voyage_inline_contenu {
	text-decoration:none;
}

a.link_voyage_inline_contenu:hover {
	text-decoration:none;
}

.d_photo_voyage_inline_contenu {
	position:relative;
	float:left;
	max-width:200px;
	height:200px;
}

.d_photo_lg_voyage_inline_contenu {
	float:left;
	max-width:350px;
	height:200px;
}

.img_voyage_inline_contenu {
	max-width:200px;
	max-height: 200px;
}

.d_infos_voyage_inline_contenu {
	margin-left:220px;
	padding-top:15px;
	padding-right:20px;
}

.d_titre_voyage_inline_contenu {
	font-size:19px;
	color:rgb(50,100,130);
	text-align:justify;
	line-height: 1.5;
	font-weight: 500;
}

.d_soustitre_voyage_inline_contenu {
	margin-bottom:10px;
	font-size:16px;
	color:rgb(80,80,80);
	text-align:justify;
	line-height: 1.5;
	font-weight: 500;
}

.d_duree_voyage_inline_contenu {
	font-size:15px;
	color:rgb(50,100,130);
	text-align:justify;
	margin-bottom:10px;
	font-weight: bold;
	font-family: Arial, sans-serif;
}

.sp_date_voyage_inline_contenu {
	
}

.sp_conferencier_voyage_inline_contenu {
	font-size:16px;
	font-weight: 400;
	font-family: Arial, Helvetica, sans-serif;
	color:rgb(230,100,30);
}

.d_chapeau_voyage_inline_contenu {
	line-height: 1.5;
	text-align: justify;
}

@media screen and (max-width: 1150px) {
	.d_titre_voyage_inline_contenu {
		font-size:17px;
	}
	.d_chapeau_voyage_inline_contenu {
		font-size:14px;
		line-height: 1.4;
		text-align: justify;
	}
}

/* ********************************************************************** */
/* ****** Brochure - novembre 2021  ************************************* */
/* ********************************************************************** */

.grid_brochure {
	display:				grid;
	grid-template-columns: 	repeat(3, 1fr);
	grid-gap: 				20px;
  	grid-auto-rows: 		minmax(150px, 400px);
	margin-top:				30px;
}

.brochure {
	cursor:					pointer;
}

.title_brochure {
	font-size:				20px;
	color:					rgb(50,100,130);
	font-family: 			Arial, Helvetica, sans-serif;
}

.btn_consult_brochure {
	position:				absolute;
	bottom:					15px;
	right:					5px;
	margin-bottom:			0px;
}
.btn_commande_brochure {
    position: absolute;
    bottom: 15px;
    right: 5px;
    margin-bottom: 0px;
}
@media screen and (max-width: 1000px) {
	.grid_brochure {
		display:				grid;
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 				15px;
		grid-auto-rows: 		minmax(150px, 440px);
	}
}

/* ********************************************************************** */
/* ****** Nous contacter - aout 2021  *********************************** */
/* ********************************************************************** */

.entete_lg_contact {
	position:relative;
	height:450px;
}

.entete_contact {
	position:relative;
	height:300px;
}

.entete .img_contact {
	position: absolute;
    left: 0;
    top: 0;
    width: 950px;
	transform: translateY(-12%);
	filter:saturate(130%);
}

.d_titre_contact {
	position: relative;
    z-index: 99;
	color:rgb(255,255,255);
	font-size:32px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 500;
	padding:40px;
	padding-bottom:30px;
}

.d_introduction_contact {
	position: relative;
    z-index: 99;
	color:rgb(255,255,255);
	font-size:18px;
	line-height: 1.8;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 500;
	padding:40px;
}

.d_opacity_black_box {
	position:absolute;
	z-index:98;
	width:100%;
	height:100%;
	background-color: black;
	opacity:0.6;
}

.grid_media_contact {
	display:grid;
	grid-template-columns: auto auto auto;
	position: relative;
    overflow: hidden;
	margin-bottom:30px;
	height:400px;
}

.media_contact {
	position: relative;
    z-index: 99;
	text-align: center;
	top:60px;
	font-size: 16px;
	font-family: Arial, sans-serif;
}

.icon_media_contact {
	font-size:46px;
	color:rgb(230,100,30);
	padding:15px;
	padding-bottom:30px;
}

.label_media_contact {
	color:rgb(110,210,240);
	font-size:21px;
	font-family: Arial, sans-serif;
	font-weight: 500;
	margin-bottom:7px;
}

.text_media_contact {
	color:rgb( 255, 255, 255);
	font-weight: 500;
	font-size:18px;
}

.label_msg_contact {
	color:rgb(0,52,81);
	font-size:21px;
	font-family: Arial, sans-serif;
	font-weight: 500;
	margin-bottom:7px;
	margin-top:30px;
	text-align: center;
}

.d_formulaire_contact {
	margin-top:20px;
}

.label_formulaire_contact {
	color:rgb(100,100,100);
	font-size:16px;
	font-weight:500;
	margin-bottom:10px;
}

.input_formulaire_contact {
	width:854px;
	border:1px solid rgb(200,200,200);
	border-radius:5px;
	padding:7px;
	margin-bottom: 15px;
	font-size:16px;
	outline:none;
}

.input_formulaire_contact:focus {
	box-shadow: 0 0 3pt 1pt cornflowerblue;
}

.error_contact {
	display:none;
	color:rgb(189, 61, 61);
	font-size:16px;
	/* font-family: Arial, sans-serif; */
}

.icon_msg_success_contact {
	padding:27px;
	font-size:40px;
	text-align:center;
}

@media screen and (max-width: 1150px) {
	.input_formulaire_contact {
		width:97%;
		border:1px solid rgb(200,200,200);
		border-radius:5px;
		padding:7px;
		margin-bottom: 15px;
		font-size:16px;
	}
}

/* ********************************************************************** */
/* ****** Clio recrute - octobre 2021  ********************************** */
/* ********************************************************************** */

.entete_emploi {
	height:					350px;
	background: 			url('/images/vignettes/colton-sturgeon-travel.jpg');
	background-size:		cover;
	filter: 				contrast(1.3);
}

.titre_emploi {
	padding:				40px;
	font-size:				38px;
	color:					rgb(255, 255, 255);
	text-shadow: 			1px 1px 2px rgb(30 30 30);
	font-family: 			Arial, Helvetica, sans-serif;
}

.soustitre_emploi {
	padding:				40px;
	padding-top:			15px;
	padding-bottom:			15px;
	font-size:				19px;
	line-height: 			1.9;
	color:					rgb(255, 255, 255);
	text-shadow: 			1px 1px 2px rgb(30 30 30);
	font-family: 			Arial, Helvetica, sans-serif;
}

.join_us_emploi {
	font-size:				22px;
}

.d_libelle_emploi {
	margin-bottom:			20px;
	font-size: 				22px;
	color:					rgb(50,100,130);
}

.d_texte_emploi {
	text-align: 			justify;
	line-height: 			1.8;
	font-size: 				15px;
	margin-bottom:			70px;	
}

.d_send_emploi {
	position:				absolute;
	bottom:					15px;
	right:					15px;
}

.title_step_candidature {
	font-size:				20px;
	color:					rgb(50,100,130);
}

.input_adjust_recrutement {
	max-width:				844px;
}

#PAY_N_IDnationalite {
	width:					94%;
}

/* ********************************************************************** */
/* ****** recherche voyage - aout 2021  ********************************* */
/* ********************************************************************** */
.entete_recherche {
	max-width:1050px;
	height:400px;
	overflow:hidden;
	position:relative;
} 

.d_img_entete_recherche {
	position:absolute;
	z-index:0;
	width:950px;
	height:400px;
	overflow:hidden;
}

.title_recherche {
	position:absolute;
	z-index:10;
	margin-top:40px;
	margin-bottom:20px;
	margin-left:40px;
	padding:15px;
	padding-left:0px;
	font-family: sans-serif;
	/* font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; */
	font-weight: 200;
	color:rgb(255,255,255);
	/* color:rgb(50,100,130); */
	font-size:38px;
	text-shadow: 1px 1px 3px black;
}

.introduction_recherche {
	position:absolute;
	z-index:10;
	top:150px;
	margin-bottom:25px;
	margin-left:40px;
	margin-right:40px;
	font-family:  sans-serif;
	text-align:justify;
	line-height: 1.6;
	color:rgb(255,255,255);
	/* color:rgb(80,80,80); */
	font-size:19px;
	text-shadow: 1px 1px 3px black;
}

.icon_voyage_recherche {
	color: rgb(230,100,30);
	font-size: 38px;
}

.nav_filter_recherche {
	margin-left:40px;
	margin-right:40px;
	background-color:rgb(0,52,81);
	padding:15px;
	padding-right:20px;
	padding-bottom:25px;
}

.nav_item_recherche {
	display:inline-block;
	width:220px;
	color:rgb(255,255,255);
	font-size:18px;
	font-weight:400;
	text-align:center;
	padding:10px;
	background-color:rgb(50,100,130);
	border-bottom:none;
	cursor:pointer;
}

.select_filter_recherche {
	display:inline-block;
	border:none;
	outline:none;
	width:100%;
	height:34px;
	padding-left:7px;
}

.select_filter_recherche::after {
	display:inline-block;
	border:none;
	outline:none;
	width:100%;
	height:34px;
	padding-left:7px;
	padding-left:5px;
	background-color:rgb(255,255,255);
}

.select_filter_recherche:focus {
	display:inline-block;
	border:none;
	outline:none;
	background-color:rgb(215, 240, 255);
}

.btn_submit_recherche {
	border:none;
	outline:none;
	height:32px;
	width:97%;
	background-color: rgb(230,100,30);
	color:rgb(255,255,255);
	font-family: sans-serif;
	font-weight: 100;
	font-size:16px;
	text-align:center;
}

.btn_submit_recherche:hover {
	border:none;
	outline:none;
	background-color: rgb(210,90,10);
}

#filter_motcle {
	padding-top:30px;padding-bottom:40px;
}

.btn_submit_motcle_recherche {
	width:21%;
	outline:none;
	border:none;
	color:white;
	background-color:rgb(230,100,30);
}

.btn_submit_motcle_recherche:hover {
	border:none;
	outline:none;
	background-color: rgb(210,90,10);
}

#input_motcle_recherche {
	width:76%;
}

@media screen and (max-width: 1150px) { 
	.btn_submit_motcle_recherche {
		width:20%;
		outline:none;
		border:none;
		color:white;
		background-color:rgb(230,100,30);
	}

	#input_motcle_recherche {
		width:76%;
	}
}

.spinner_recherche {
	display:none;
	padding:20px;
	font-size:25px;
	color:rgb(50,100,130);
}

.no_result_recherche {
	background-color:white;
	padding:30px;
	margin-top:30px;
	margin-left:40px;
	margin-right:40px;
	border:1px solid rgb(220,220,220);
	text-align:center;
	font-size: 22px;
	color:rgb(50,100,130);
	display:none;
}

.title_query_recherche {
	font-size:18px;
	color:rgb(0,52,81);
	padding-right:20px;
}

.count_result_recherche {
	padding-top:0px;
	padding-bottom:20px;
	margin-left:40px;
	margin-right:40px;
	font-size:22px;
	font-weight:600;
	color:rgb(0,52,81);

}

.empty_date_recherche {
	padding-top:20px;
	padding-bottom:20px;
	font-size:20px;
	font-weight:600;
	color:rgb(0,52,81);
	text-align:center;
}

.btn_selection_recherche {
	border:1px solid rgb(200,200,200);
	border-radius:2px;
	outline:none;
	background-color:rgb(255,255,255);
	color:rgb(0,52,81);
	font-size:17px;
	font-weight: 600;
	padding:8px;
	padding-left:11px;
	padding-right:11px;
}

.btn_selection_recherche:hover {
	color:rgb(230,100,30);
}

#d_spinner_recherche {
	margin-top:30px;
}

#d_result_recherche {
	margin-top:30px;
}

#d_query_recherche {
	margin-top:10px;
	margin-bottom:20px;
	margin-left:40px;
	margin-right:40px;
	padding-top:20px;
	padding-bottom:15px;
	border-bottom:1px solid rgb(200,200,200);
	display:none;
}


/* ********************************************************************** */
/* ****** voyages par vacances scolaires - mars 2021  ******************* */
/* ********************************************************************** */

.d_academies_concernees {
	font-size: 				16px;
	padding-top:			10px;
	padding-bottom:			20px;
}

/* ********************************************************************** */
/* ****** voyages par conferenciers - mars 2021  ************************ */
/* ********************************************************************** */

/* *** page de recherche *** */
.d_conferencier_tableau {
	padding: 0px;
    padding-left: 0px;
    padding-right: 10px;
    margin-top: 25px;
    margin-bottom: 30px;
    height: 200px;
    border-bottom: 1px solid rgb(200,200,200);
	cursor:pointer;
}

.d_conferencier_tableau_left {
	width:180px;
	float:left;	
	padding:0px;
}

.img_tableau_conferencier {
	width:200px;
}

.d_conferencier_tableau_right {
	position:relative;
	width:70%;
	font-size: 15px;
	padding:20px;
	padding-top:12px;
	margin-left:200px;
}
.d_conferencier_tableau_nom {
	position:absolute;
	top:10px;
	font-size:22px;
	color:rgb(50,100,130);
}
.d_conferencier_tableau_titulature {
	position:absolute;
	top:50px;
	font-size:15px;
}
.d_prochains_voyages {
	position:absolute;
	top:155px ;
	font-size:15px;
}
.link_prochains_voyages {
	font-size:16px;
	text-decoration: none;
	color:rgb(50,100,130);
}
.icon_prochains_voyages {
	color:rgb(230,100,30);
	font-size: 20px;
}

/* *** page conferencier *** */
.titre_conferencier {
	margin-right: 40px;
	margin-top:40px;
	margin-left:40px;
	min-height:290px;
}

.d_nom_conferencier {
	font-size: 30px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: lighter;
    padding-bottom: 5px;
	margin-left:250px;
    color: rgba(50,100,130);
}

.sp_decede_conferencier {
	padding-left:10px;
	font-size:18px;
	color: rgb(100,100,100);
}

.d_prix_clio_conferencier {
	display:inline-block;
	margin-left: 40px;
	margin-top:10px;
	min-width: 230px;
	padding:4px;
	padding-left:7px;
	padding-right: 7px;
	padding-bottom: 6px;
	text-align: center;
	font-size: 17px;
	color: rgb(100,100,100);
	border: 1px solid rgb(200,200,200);
	border-radius: 2px;
	cursor:pointer;
}

.d_titulature_conferencier {
	font-size: 20px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: lighter;
	padding-top:0px;
    padding-bottom: 0px;
	margin-left:250px;
    color: rgb(80,80,80);
}

.d_titulature_sm_conferencier {
	font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: lighter;
	padding-top:0px;
    padding-bottom: 0px;
	margin-left:250px;
    color: rgb(80,80,80);
}

.d_portrait_conferencier {
	margin-left:250px;
	font-size: 16px;
	line-height: 1.7;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	padding-top:5px;
	padding-bottom:20px;
	color:rgb(40,40,40);
	text-align: justify;
}

.d_readmore_conferencier {
	color:rgb(13, 62, 221);
	cursor:pointer;
}

.d_breakline_conferencier {
	margin-left:250px;
	border-bottom:4px solid rgb(230,100,30);
	width:100px;
	margin-top:15px;
	margin-bottom:15px;
}

.d_photo_conferencier {
	float:left;
	max-width:210px;
	height: 300px;	
    overflow: hidden;
}

.img_conferencier {
	width:300px;
	transform: translateX(-45px);
		
}

.d_contenu_conferencier {
	padding-bottom:20px;
	line-height: 1.9;
	text-align: justify;
}

.d_voyage_conferencier {
	margin-top:20px;
	/* line-height: 1.9;
	text-align: justify; */
}

.d_alire {
	float:right;
	position:absolute;
	bottom:0px;
	right:0px;
	padding-left:5px;
	padding-right: 5px; 
	color:rgb(255,255,255);
	background-color: rgb(50,100,130);
}

.d_bloc_article_conferencier {
	margin-top:20px;
	margin-bottom:20px;	
	height:160px;
	cursor:pointer;
	box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.4);
	transition: box-shadow 0.3s ease-in-out;
}

.d_bloc_article_conferencier:hover {
	background-color: rgb(245,245,245);
	box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.4);
}

.d_bloc_bibliographie_conferencier {
	margin-top:20px;
	margin-bottom:20px;	
	height:160px;
	box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.4);
	transition: box-shadow 0.3s ease-in-out;
}

.d_bloc_bibliographie_conferencier:hover {
	background-color: rgb(245,245,245);
	box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.4);
}

.d_photo_article_conferencier {
	position:relative;
	float:left;
	max-width:160px;
	height:160px;
}

.img_article_conferencier {
	/* max-width:160px; */
	max-height: 160px;
}

.d_infos_article_conferencier {
	margin-left:180px;
	padding-top:15px;
	padding-right:20px;
}

.d_titre_article_conferencier {
	font-size:18px;
	color:rgb(50,100,130);
	text-align:justify;
	line-height: 1.5;
	font-weight: 500;
}

.d_chapeau_article_conferencier {
	padding-top:10px;
	line-height: 1.4;
}

.d_auteur_article_conferencier {
	padding-top:5px;
	line-height: 1.4;
	color:rgb(80,80,80);
}

.lire_article {
	color:rgb(50,100,130);
	font-weight: 500;
}

.lire_article:hover {
	color:rgb(22, 123, 240);
	font-weight: 500;
}

@media screen and (max-width: 1150px) {
	.d_nom_conferencier {
		font-size: 32px;
		font-family: Arial, Helvetica, sans-serif;
		font-weight: 400;
		padding-bottom: 20px;
		margin-left:260px;
		color: rgba(50,100,130);
	}
	
	.d_titulature_conferencier {
		font-size: 20px;
		font-family: Arial, Helvetica, sans-serif;
		font-weight: 400;
		padding-top:0px;
		padding-bottom: 20px;
		margin-left:260px;
		color: rgb(80,80,80);
	}

	.d_infos_article_conferencier {
		margin-left:180px;
		padding-top:5px;
		padding-right:20px;
	}
	.d_chapeau_article_conferencier {
		padding-top:10px;
		line-height: 1.4;
	}

}

/* ********************************************************************** */
/* ****** Personnalites de Clio - mai 2021  ***************************** */
/* ********************************************************************** */

.d_photo_personnalite {
	float: left;
    position: relative;
    width: 200px;
    height: 200px;
}

.d_libelle_personnalite {
	margin-left: 220px;
    font-size: 22px;
    color: rgb(50,100,130);
    padding-top: 30px;
}

.d_texte_personnalite {
	margin-left:220px;
	font-size: 18px;
    color: rgb(100,100,100);
    margin-top: 10px;
    text-align: justify;
}

/* ********************************************************************** */
/* ****** Prix Clio - septembre 2021  *********************************** */
/* ********************************************************************** */

.d_entete_prixclio {
	height:310px;
	overflow:hidden;
	background-color:rgb(255,250,222);
}

.d_photo_entete_prixclio {
	float:left;
	width:310px;
	height:310px;
	overflow: hidden;
}

.img_entete_prixclio {
	width:310px;
	transform: translateY(-15px) translateX(-10px);
	filter: grayscale(100%) contrast(150%);
}

.d_texte_entete_prixclio {
	margin-left:295px;
	height:310px;
	color:white;
	position:relative;
	z-index:98;
}

.d_icon_laurier_prixclio {
	position:absolute;
	top:38px;
	left:30px;
}

.icon_laurier_prixclio {
	width:105px;
}

.icon_laurier_md_prixclio {
	width:45px;
}

.icon_laurier_sm_prixclio {
	width:28px;
}

.icon_laurier_xsm_prixclio {
	width:22px;
}

.d_titre_prixclio {
	position:absolute;
	top:15px;
	left:160px;
}

.titre1_prixclio {
	font-size:64px;
	color:rgb(50,100,130);
	padding-top:15px;
	font-family:'Times New Roman', Times, serif;
	line-height:1.0;
}

.titre2_prixclio {
	font-size:33px;
	color:rgb(50,100,130);
	padding-bottom:25px;
	font-family:'Times New Roman', Times, serif;
	line-height:1.2;
}

.d_introduction_prixclio {
	position:absolute;
	top:155px;
	left:35px;
	color:rgb(60,60,60);
	padding-right:40px;
	text-align:justify;
	font-size:16px;
	line-height:1.6;
}

.d_contenu_prixclio {
	padding-top:25px;
}

.d_select_annee_prixclio {
	float:right;
	display:inline;
}

select.select_annee_prixclio {
	display:inline;
	border:1px solid rgb(200,200,200);
	outline:none;
	width:200px;
	height:40px;
	padding-left:7px;
	font-size:17px;
}

/* *** palmares *** */
.d_palmares_prixclio {
	margin-top:30px;
}

.d_bloc_palmares_prixclio {
	height:200px;
	margin-top:14px;
	box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.4);
	transition: box-shadow 0.3s ease-in-out;
	border-bottom:1px solid rgb(200,200,200);
}

.d_bloc_palmares_prixclio:hover {
	background-color: rgb(245,245,245);
	box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.4);
}

.d_photo_palmares_prixclio {
	float:left;
	width:200px;
}

.img_palmares {
	width:200px;
}

.d_texte_palmares_prixclio {
	position:relative;
	height:200px;
	margin-left:230px;
}

.d_libelle_laureat_prixclio {
	padding-top: 15px;
	font-size:26px;
	color:rgb(50,100,130);
	font-family: serif;
}

.d_nom_laureat_prixclio {
	font-size:22px;
	color:rgb(80,80,80);
}

.d_titulature_laureat_prixclio {
	padding-top:10px;
}

#d_link_dossier_prixclio {
	position:absolute;
	right:15px;
	bottom:20px;
}

a.link_dossier_prixclio {
	text-decoration: none;
	color:rgb(80,80,80);
	padding:7px;
	border:1px solid rgb(200,200,200);
	border-radius: 2px;
}

/* *** concourir *** */

.titre_concourir_prixclio {
	font-size:26px;
	color:rgb(0,52,81);
	font-family: sans-serif;
	margin-top:10px;
	margin-bottom:30px;
}

.texte_concourir_prixclio {
	text-align: justify;
	line-height: 1.7;
}

.d_titre_reglement {
	font-size:20px;
	text-align: justify;
	color:rgb(50,100,130);
}

/* *** jury *** */

.d_titre_jury_prixclio {
	font-size: 26px;
	font-family:sans-serif;
	color:rgb(0,52,81);
	margin-bottom: 15px;
}

.d_introduction_jury_prixclio {
	font-size:18px;
	line-height: 1.7;
	margin-bottom: 15px;
}

/* *** esprit *** */

.titre_esprit_prixclio {
	font-size:26px;
	color:rgb(0,52,81);
	font-family: sans-serif;
	margin-top:10px;
	margin-bottom:35px;
}

.texte_esprit_prixclio {
	font-size:16px;
	line-height: 1.7;
	text-align:justify;
}

/* *** barre navigation dark *** */
.d_dark_navonglet {
	padding:0px;
	margin:0px;
	/* padding-left:40px;
	padding-right:40px; */
	font-size: 20px;
	color:rgb(255,250,222);
	background-color: rgb(0,52,81);
	cursor:pointer;
	text-align: center;
	display: inline-flex;
	width:100%;
	height:50px;
	align-content: space-between;
}

.item_dark_navonglet {
	padding-top:8px;
	padding-bottom:8px;
	width:23%;
}

.item_dark_28 {
	width:31%;
}

.item_dark_navonglet_active {	
	background-color: rgb(50,100,130);
	/* color:rgb(230,100,30); */
	/* font-size:24px;
	line-height: 0.1; */
}

.item_dark_navonglet:hover {	
	/* color:rgb(230,100,30); */
	background-color: rgb(50,100,130);
	cursor:pointer;
}
.d_nav_prixclio {
	padding:0px;
	margin:0px;
	/* padding-left:40px;
	padding-right:40px; */
	font-size: 20px;
	color:rgb(255,250,222);
	background-color: rgb(0,52,81);
	cursor:pointer;
	text-align: center;
	display: inline-flex;
	width:100%;
	height:50px;
	align-content: space-between;
}

.item_nav_prixclio {
	padding-top:8px;
	padding-bottom:8px;
	width:23%;
}

.item_28 {
	width:31%;
}

.item_nav_prixclio_active {	
	background-color: rgb(50,100,130);
	/* color:rgb(230,100,30); */
	/* font-size:24px;
	line-height: 0.1; */
}

.item_nav_prixclio:hover {	
	/* color:rgb(230,100,30); */
	background-color: rgb(50,100,130);
	cursor:pointer;
}



@media screen and (max-width: 1150px) {
	/* .d_nav_prixclio {
		padding:15px;
		padding-left:20px;
		font-size: 17px;
		color:rgb(255,250,222);
		background-color: rgb(0,52,81);
		cursor:pointer;
	} */
}

/* ***************************************************************************** */
/* ****** Page pays - septembre 2021  ****************************************** */
/* ***************************************************************************** */
.entete_pays {
	position:relative;
	background-size:cover;
	background-repeat: no-repeat;
	height:450px;
	overflow: hidden;
}

.d_titre_pays {
	position:absolute;
	bottom:0px;
	left: 0;
    right: 0;
	/* margin-top:329px; */
	width: 100%;
	background-color: rgba(0,52,81, 0.8);
	padding-left:40px;
	padding-right:50px;
	padding-top:32px;
	padding-bottom:34px;
}

.titre_pays {
	font-size:40px;
	font-family: sans-serif;
	/* color:rgb(255,255,255); */
	color:rgb(255,250,222);
}

.d_googlemap_pays {
	margin-top:15px;
	margin-bottom:15px;
	width:870px;
	height:500px;
}

.d_clioCarte_pays {
	margin-top:15px;
	margin-bottom:15px;
	width:100%;
	
}

#d_circuit_pays {
	margin-top: 15px;
}

@media screen and (max-width: 1150px) {
	.entete_pays {
		background-size:cover;
		background-repeat: no-repeat;
		height:450px;
		overflow: hidden;
	}

	.d_googlemap_pays {
		margin-top:15px;
		margin-bottom:15px;
		width:670px;
		height:400px;
	}
}

/* ***************************************************************************** */
/* ****** Page circuit - septembre 2021  *************************************** */
/* ***************************************************************************** */
.entete_circuit {
	background-size:cover;
	background-position-y: -40px;
	height:500px;
	overflow: hidden;
	position:relative;
}

.d_titre_circuit {
	position:absolute;
	bottom:0px;
	left: 0;
    right: 0;
	background-color: rgba(0,52,81,0.8);
	padding-left:40px;
	padding-right:50px;
	padding-top:32px;
	padding-bottom:34px;
}

.d_carte_circuit {
	float:left;
	width:450px;
	height:567px;
	padding:15px;
	overflow: hidden;
	background-color: rgba(50,100,130, 0.2);
	text-align: center;	
}

#carte_circuit {
	margin-top: 50%;
	transform: translateY(-40%);
}

.img_photo_circuit {
	max-width:450px;
	max-height: 480px;
}

.d_overview_circuit {
	margin-left:500px;
	font-size:16px;
	padding:0px;
	padding-top:15px;
	padding-bottom: 15px;
	border:1px solid rgb(200,200,200);
	border-radius: 2px;
	margin-bottom:20px;
}

.overview_circuit {
	display:inline-block;
	width:30%;
	text-align:center;
	color:rgb(0,52,81);
	font-weight: 600;
}

.d_overview_lg_circuit {
	font-size:16px;
	padding:0px;
	padding-top:15px;
	padding-bottom: 15px;
	border:1px solid rgb(200,200,200);
	border-radius: 2px;
	margin-bottom:20px;
}

.d_pointsforts_circuit {
	position:relative;
	margin-left:500px;	
	height:490px;
	overflow: hidden;
	padding:15px;
	padding-left:20px;
	border:1px solid rgb(200,200,200);
	border-radius: 2px;
}

.d_pointsforts_lg_circuit {
	position:relative;	
	overflow: hidden;
	padding:20px;
	padding-left:20px;
	border:1px solid rgb(200,200,200);
	border-radius: 2px;
}

.pointsforts_circuit {
	margin-top:10px;
	line-height:1.7;
	padding-left:14px;
}

.item_pointsforts_circuit {
	display: list-item; 
    list-style-type: none; 
	padding-inline-start: 7px;
	padding-inline-end: 5px;
}

.item_pointsforts_circuit::before {
	content: "\2022";
	color:rgb(0,52,81);
	display: inline-block;
	font-weight: bold;
	font-size: 20px;
	margin-left: -1em;
	padding-right: 10px;
}

/**** display grid points forts ***/

.pointsforts_grid_circuit {
	display:grid;
	grid-template-columns: 1fr 1fr;

	margin-top:10px;	
	padding-left:14px;
}

.grid_item_pointsforts_circuit {
	margin-top: 20px;
	display: list-item; 
    list-style-type: none; 
	line-height:1.4;
	padding-inline-start: 7px;
	padding-inline-end: 5px;
	width:380px;
}

.grid_item_pointsforts_circuit::before {
	content: "\2022";
	color:rgb(0,52,81);
	display: inline-block;
	font-weight: bold;
	font-size: 20px;
	margin-left: -1em;
	padding-right: 10px;
}

.d_label_unesco_circuit {
	position:absolute;
	bottom:10px;
}

/* adapter overview circuit */
@media screen and (max-width: 1150px) {
	.d_carte_circuit {
		float:unset;
		width:auto;
	}
	
	#carte_circuit {
		margin-top: 50%;
		transform: translateY(-60%);
	}
	
	.img_photo_circuit {
		max-width:500px;
		max-height: 520px;
	}
	
	.d_overview_circuit {
		margin-left:0px;
		margin-top:20px;
		margin-bottom:20px;
	}

	.d_pointsforts_circuit {
		position:relative;
		margin-left:0px;	
		height:auto;
	}

}

/* prochains voyages */

.d_dates_voyages_circuit {
	padding:20px;
	padding-bottom: 0px;
	font-size:18px;
	color:rgb(50,100,130);
	text-align:justify;
	line-height: 1.5;
	font-weight: 500;
	font-family: Arial, Helvetica, sans-serif;
}

.d_soustitre_voyage_circuit {
	padding:10px;
	padding-top:0px;
	padding-left:20px;
	font-size:16px;
	color:rgb(80,80,80);
}
.img_conferencier_voyage_circuit {
	max-width:100px;
}

.d_conferencier_voyage_circuit {
	margin-left:120px;
	font-size:14.5px;
}

.d_titulature_conferencier_circuit {
	color:rgb(80,80,80);
	font-size:13px;
	line-height: 1.3;
}

.d_infos_voyage_circuit {
	max-width:480px;
	position:absolute;
	bottom:15px;
	padding-left:20px;
}

.d_option_voyage_circuit {
	position:absolute;
	bottom:3px;
	right:20px;
}

.d_novoyage_circuit {
	margin-top: 20px;
	padding:20px;
	text-align: center;
	border:1px solid rgb(200,200,200);
	font-size: 20px;
	color:rgb(0,52,81);
}

.sp_noprogram_circuit {
	display:inline-block;
	color:rgb(100,100,100);
	font-size:16px;
}

.d_alertvoyage_circuit {
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
	padding:5px;
	max-width:560px;
	background-color: rgb(100, 190, 80);
	color:rgb(255, 255, 255);
	border-radius: 2px;
	font-size:18px;
	cursor:pointer;
}

.d_alertvoyage_circuit:hover {
	background-color: rgb(80, 170, 60);
}

/* **************************************************************************** */
/* ****** Page voyage - septembre 2021  *************************************** */
/* **************************************************************************** */

.entete_voyage {
	background-size:cover;
	background-position-y: -50px;
	height:550px;
	overflow: hidden;
	position:relative;
}

.d_titre_voyage {
	position:absolute;
	bottom:0px;
	left: 0;
    right: 0;
	background-color: rgba(0,52,81,0.8);
	padding-left:40px;
	padding-right:50px;
	padding-top:32px;
	padding-bottom:34px;
}

.titre_voyage {
	font-size:36px;
	font-family: sans-serif;
	/* color:rgb(255,255,255); */
	color:rgb(255,250,222);
}

.soustitre_voyage {
	margin-top:10px;
	font-size:22px;
	font-family: sans-serif;
	font-weight: 200;
	color:rgb(255,255,255);
}

.dates_voyage {
	margin-top:20px;
	font-size:22px;
	font-family: sans-serif;
	font-weight: 200;
	color:rgb(255,255,255);
}

.d_option_voyage {
	position:absolute;
	top:30px;
	right:40px;
}

.btn_option_voyage {
	display:inline-block;
	padding:10px;
	padding-left:12px;
	padding-right:12px;
	margin:7px;
	margin-top:0px;
	font-weight:600;
	font-size:16x;
	border:1px solid rgb(255, 255, 255);
	background-color: rgba(255,255,255,0.98);
	border-radius: 2px;
	color:rgb(0,52,81);
	cursor:pointer;
}

.btn_option_voyage:hover {
	box-shadow: 0px 1px 2px 1px rgba(0,0,0, 0.5);
}

.btn_option_alt_voyage {
	display:inline-block;
	padding:10px;
	padding-left:12px;
	padding-right:12px;
	margin:7px;
	margin-top:0px;
	font-weight:600;
	font-size:17px;
	border:1px solid rgb(255, 255, 255);
	background-color: rgb(0,52,81,.4);
	border-radius: 2px;
	color:rgb(255, 255, 255);
	cursor:pointer;
}

.d_introduction_voyage {
	margin-top:30px;
	margin-bottom:25px;
	font-size:17px;
	line-height:1.8;
	padding-top:0px;
	text-align:justify;
}

.d_pvc_voyage {
	margin-top:0px;
	margin-bottom: 20px;
	padding:10px;
	font-size:19px;
	color:rgb(80,80,80);
	cursor:pointer;
	text-align: center;
	background-color: rgb(240,240,240);
}

.d_pvc_voyage:hover {
	color:rgb(230,100,30);
	background-color: rgb(230,230,230);
}

.d_leftcolumn_voyage {
	float:left;
	width:220px;
	overflow: hidden;
}

.label_voyage { 
	position:relative;
	width:100%;
	height:54px;
	overflow: hidden;
	background-color:rgb(50,100,130);
	font-size:20px;
	/* background-color:rgba(50,100,130, 0.2); */
}

.label_md_voyage { 
	position:relative;
	width:230px;
	height:54px;
	overflow: hidden;
	background-color:rgb(50,100,130);
	font-size:18px;
	/* background-color:rgba(50,100,130, 0.2); */
}

.label_texte_voyage {
	position:absolute;
	top: 18px;
	left:40px;
	color:white;
	font-family: sans-serif;
	line-height:1;
}

.label_logo_plume_voyage {
	position:absolute;
	top: 18px;
	left:8px;
	width:26px;
}

.d_conferencier_voyage {
	background-color:rgba(50,100,130, 0.2);
	padding:20px;
	padding-left:0px;
	padding-top: 0px;
	width:220px;
	height:453px;
	overflow: hidden;
}

.d_img_conferencier_voyage {
	width:220px;
	height:210px;
	overflow: hidden;
	margin-bottom: 15px;
}

.img_conferencier_voyage {
	width:220px;
}

.d_nom_conferencier_voyage {
	font-size:19px;
	padding-left:15px;
	font-weight:600;
	/* font-family: sans-serif; */
	color:rgb(80,80,80);
	cursor:pointer;
}

.d_nom_conferencier_voyage:hover {
	color:rgb(30,130,230);
}

.d_titulature_voyage {
	padding-left:15px;
	padding-right:15px;
	margin-top:10px;
}

.d_overview_voyage {
	margin-left: 250px;
	font-size:16px;
	padding:0px;
	padding-top:15px;
	padding-bottom: 15px;
	border:1px solid rgb(200,200,200);
	border-radius: 2px;
	margin-bottom:20px;
}

.overview_voyage {
	display:inline-block;
	width:30%;
	text-align:center;
	color:rgb(0,52,81);
	font-weight: 600;
}

.d_accessibilite_complet {
	display:none;
	position:absolute;
	margin-left:180px;
	margin-top:10px;
	padding:10px;
	z-index:99;
	max-width:250px;
	font-size:14.5px;
	line-height: 1.7;
	font-weight: 400;
	color:rgb(80,80,80);
	text-align: justify;
	background-color:white;
	box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.5);
}

.d_pointsforts_voyage {
	height:420px;
	margin-left:250px;
	margin-top:10px;
	padding:15px;
	padding-left:25px;
	border:1px solid rgb(200,200,200);
	border-radius: 2px;
}

.label_pointsforts_voyage {
	padding-left:0px;
	font-size: 22px;
	font-weight: 400;
	color:rgb(0,52,81);
	font-family: sans-serif;
	background-color: none;
}

.pointsforts_voyage {
	padding:15px;
	padding-top:10px;
}

ul.ul_pointsforts_voyage {
	list-style: none;
	font-size: 16px;
	color:rgb(0,0,0);
    padding-inline-start: 7px;
	padding-inline-end: 5px;
}

ul.ul_pointsforts_voyage li::before {
	content: "\2022";
	color:rgb(0,52,81);
	display: inline-block;
	font-weight: bold;
	font-size: 20px;
	margin-left: -1em;
	padding-right: 10px;
}

ul.line_lg_pointsforts_voyage {
	line-height: 1.9;
}

ul.line_sm_pointsforts_voyage {
	line-height: 1.7;
}

.icone_lg_voyage {
	width:28px;
	vertical-align: text-bottom;
}

.icone_md_voyage {
	width:28px;
	vertical-align: text-bottom;
}

/* adapter overview voyage */
@media screen and (max-width: 1150px) {
	.label_md_voyage { 
		width:100%;
	}

	.d_leftcolumn_voyage {
		float:unset;
		width:100%;
	}

	.d_conferencier_voyage {
		margin-top:20px;
		margin-bottom: 20px;
		width:100%;
		height:200px;
	}
	
	.d_img_conferencier_voyage {
		float:left;
		width:220px;
		height:220px;
		overflow: hidden;
		margin-bottom: 15px;
	}
	
	.img_conferencier_voyage {
		width:220px;
	}
	
	.d_nom_conferencier_voyage {
		margin-top:20px;
		margin-left:240px;
		padding-left:0px;
	}

	.d_titulature_voyage {
		margin-top:20px;
		margin-left:240px;
		padding-left:0px;
		padding-right:0px;
	}

	.d_pointsforts_voyage {
		margin-left: 0px;
		height: unset;
	}

	.d_overview_voyage {
		margin-left: 0px;
	}
}

/* *** sommaire du voyage *** */
.sommaire_contenu_voyage {
	float:left;
	width:220px;
	margin-left:0px;
	margin-top:20px;
}

.d_bloc_voyage {
	margin-top:20px;
	margin-left:250px;
	max-width: 620px;
}

@media screen and (max-width: 1150px) {
	.d_bloc_voyage {
		margin-top:20px;
		margin-left:0px;
		max-width: 870px;
	}
}

/* *** itineraire et carte *** */
.title_itineraire_voyage {
	display:inline-block;
	padding-bottom: 15px;
	font-weight: 500;
	font-size:16px;
	color:rgb(0,52,81);
}

.d_carte_voyage {
	margin-top:20px;
	background-color: rgba(50,100,130, 0.2);
	padding:20px;
	max-width: 620px;
	text-align: center;
	overflow: hidden;
}

.img_carte_voyage {
	max-width: 500px;
	max-height:540px;
}

.d_zoommap_voyage {
	/* text-align: left; */
	margin-top:7px;
	padding:5px;
	font-size:17px;
	background-color:rgb(245,245,245);
	color:rgb(0,52,81);
	border-radius: 2px;
	cursor:pointer;
}

.d_zoommap_voyage:hover {
	/* text-align: left; */
	margin-top:7px;
	padding:5px;
	font-size:17px;
	background-color:rgb(235,235,235);
	border-radius: 2px;
	cursor:pointer;
}

.itineraire_voyage {
	margin-top:0px;
	text-align: justify;
}

.d_information_previsionnelle {
	padding:15px;
	border:1px solid rgb(200,200,200);
	border-radius: 2px;
	text-align: justify;
}

/* *** hotel *** */

.table_hotel_voyage { 
	border-collapse: collapse;
	width:100%;
}
.th_hotel_voyage { 
	font-family:Arial, sans-serif;
	font-size:16px;
	color:rgb(50,100,130);
	padding:7px; 
	border-bottom: 1px solid rgb(50,100,130); 
	border-top: 1px solid rgb(50,100,130);
}
.td_villehotel_voyage { 
	font-family:Arial, sans-serif;
	font-size:15px;
	color:rgb(60, 60,60);
	font-weight:bold;
	padding:5px;
	vertical-align: top; 
	width:150px; 
	background-color: rgba(50,100,130, 0.2);
	border-top: 1px solid rgb(200,200,200);
}
.td_nomhotel_voyage { 
	font-family:Arial, sans-serif;
	font-size:15px;
	color:rgb(50,100,130);
	padding:7px; 
	border-top: 1px solid rgb(200,200,200);
	cursor:pointer;
}
.td_categorimodeste_hotel_voyage { 
	font-family:Arial, sans-serif;
	font-size:14px; 
	padding:7px;
	text-align:justify;
}
a.a_lien_hotel_voyage { 
	text-decoration : none;
	font-family:Arial, sans-serif;
	font-size:14px;
}

.sp_fichierprestataire_voyage {
	display:inline;
	float:right;
	font-size: 14px;
	color:rgb(80,80,80);
	border: 1px solid rgb(200,200,200);
	border-radius: 2px;
	padding:0.5px;
	padding-left: 15px;
	padding-right: 15px;
	cursor:pointer;
}

/* *** horaire transport ***/
.tablehoraire { 
	border-collapse: collapse;
	border:1px solid rgb(200,200,200);
	width:100%;
}
.tdallerretourhoraire { 
	font-family:Arial, sans-serif;
	font-size:16px;
	color:rgb(60, 60, 60);
	font-weight:bold;
	padding:5px;
	vertical-align: top;
	width:150px;
	background-color: rgba(50,100,130, 0.2);
	border-top: 1px solid rgb(200,200,200);
}
.tddetailvol { 
	font-family:Arial, sans-serif;
	font-size:14px;
	padding:7px;
	color:rgb(60,60,60);
	text-align:left;
	vertical-align: top;
	border-top: 1px solid rgb(200,200,200);
}
#thempty { 
	border-left :1px solid rgb(255, 255, 255);
	border-top : 1px solid rgb(255, 255, 255);
	border-bottom:1px solid  rgb(50,100,130);
}
.thdetailvol { 
	font-family:Arial, sans-serif;
	font-size:16px;
	padding:7px;
	color:rgb(50,100,130);
	text-align:justify;
	border-bottom: 1px solid rgb(50,100,130);
	border-top: 1px solid rgb(50,100,130);
}

/* *** prestations *** */

.d_prestationincluse_voyage {
	background-color: rgba(50,100,130, 0.2);
	padding:15px;
}

.d_prestationnonincluse_voyage {
	padding:15px;
	border : 3px dashed rgb(50,100,130);
	border-radius: 5px;
}

.label_prestation_voyage {
	font-size:18px;
	color:rgb(0,52,81);
}

.icone_prestation_voyage {
	width:50px;
}

/* *** prix et disponibilites *** */

.d_overview_prix_voyage {
	font-size:17px;
	color:rgb(0,52,81);
}

.t_tarif { 
	border-collapse: collapse;
	font-family:Arial, sans-serif;
	font-size:15px;
	width:100%;
}
.th_prix_tarif { 
	font-family:Arial, sans-serif;
	font-size:16px;
	color:rgb(50,100,130);
	padding:7px; 
	border-bottom: 1px solid rgb(50,100,130);
	border-top: 1px solid rgb(50,100,130);
	border-collapse: collapse;
}
.th_prixeneuro_tarif { 
	font-family:Arial, sans-serif;
	font-size:14px;color:rgb(50,100,130);
	padding:7px; 
	border-bottom: 1px solid rgb(50,100,130);
	border-top: 1px solid rgb(50,100,130);
	border-collapse: collapse;
	text-align:right;
}
.td_forfait_tarif { 
	font-family:Arial, sans-serif;
	font-size:13.5px;
	color:rgb(60, 60, 60);
	font-weight:bold;
	padding:5px;
	vertical-align: middle;
	background-color: rgba(50,100,130, 0.2);
	width: 210px;
}

.bottom_t_tarif {
	border-bottom: 1px solid rgb(80,170,180);
}

#forfait { 
	border-bottom: 1px solid rgb(200,200,200);
}
.tdprixdate { 
	font-family:Arial, sans-serif;
	font-size:15px;
	color:rgb(60, 60, 60);
	padding:7px;
}
#prixpresto { 
	color:rgb(50,100,130);
}
.tdprixeneuro { 
	font-family:Arial, sans-serif;
	font-size:16px;
	color:rgb(60, 60, 60);
	padding:7px;
	text-align:right;
}
.tdremise { 
	font-family:Arial, sans-serif;
	font-size:13px;
	color:rgb(60, 60, 60);
	padding:7px;
	border-bottom: 1px solid rgb(100,160,220);
}

.sp_consult_tarif {
	color:rgb(220, 60, 60);
	font-size:15px;
}

/* information pratique formalites bon a savoir */

.dformalites { margin:0px;padding-left:-20px;}
.pays_informationspratiques { 
	font-size:17px;
	color:rgb(50,100,130);
	padding-top:12px;
	padding-bottom: 5px;
}
.title_informationspratiques {
	padding-top:5px;
	padding-bottom:5px;
	color:rgb(0,52,81);
	font-size:20px;
	/* font-weight:bold; */
	margin-top:5px;
}
.dinformationspratiques { 
	font-family:Arial, sans-serif;
	text-align:justify;
	font-size:14px;
	font-weight:500;
	line-height:1.6;
}

.d_bonasavoir_voyage {
	background-color: rgba(255,255,255, 0.8);
	line-height: 1.8;
	background-image: url("../images/icones/logo_ampoule.svg");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

.bonasavoir {
	background-color: rgba(255,255,255, 0.6);
}

.d_formalite_voyage {
	margin-top:30px;
	padding:15px;
	border : 3px dashed rgb(50,100,130);
	border-radius: 5px;
}

.img_passeport_voyage {
	width:50px;
}
/* *** preparer son voyage *** */

.d_preparer_voyage {
	padding-top:15px;
	padding-bottom:15px;
}

.img_livre_voyage {
	width:40px;
}

.d_article_voyage { 
	font-family:Arial, sans-serif;
	font-size:16px;
	margin-top:10px;
	color:rgb(50,100,130);
	cursor:pointer;
}

.sp_nomauteur_voyage { 
	font-family:Arial, sans-serif;
	font-size:16px;
	color:rgb(60,60,60); 
}

.sp_linkarticle_voyage { 
	font-family:Arial, sans-serif;
	font-size:16px;
	color:rgb(80,80,80);
	padding-left:10px;
	padding-right:5px;
	cursor:pointer;
}

a.linkarticle { 
	text-decoration:none;
	color:rgb(80,80,80); 
}
.d_livre_voyage { 
	font-family:Arial, sans-serif;
	font-size:16px; 
	margin-top:10px; 
}
.sp_titrelivre_voyage {
	font-style: italic;
	color:rgb(50,100,130); 
}


/* ********************************************************************** */
/* ****** Qui somme-nous - aout 2021  *********************************** */
/* ********************************************************************** */

.d_entete_quisommesnous {
	position:relative;
	height:300px;
}

.d_titreleft_quisommesnous {
	float:left;
	position: relative;
    z-index: 99;
	width: 200px;
	margin-left:40px;
	margin-top:46px;
}

.img_titreleft_quisommesnous {
	width: 200px;
}

.d_titreright_quisommesnous {
	margin-left:260px;
}

.d_texte_quisommesnous {
	text-align: justify;
	line-height: 1.7;
}

/* ********************************************************************** */
/* ****** voyages mode d emploi - septembre 2021  *********************** */
/* ********************************************************************** */

.soustitre_mode {
	font-size:				17px;
	font-weight: 			400;
}

.d_titreright_mode {
	margin-left:			0px;
}

.d_texte_mode {
	text-align: 			justify;
	line-height: 			1.7;
}

/* ********************************************************************** */
/* ****** Cliotheque - octobre 2020  ************************************ */
/* ********************************************************************** */
/* *** General *** */
.divfiltreentete {
	background-color: rgba(100, 90, 70, 0.5);
	width:100%;
	height:100%;
}
.d_titre_cliotheque {
	padding:40px;
	/* background-color: rgba(100, 90, 70, 0.4); */
}
.d_titre_cliotheque_1 {
	font-size:50px;
	height:56px;
	font-family:serif;
	/* color:rgb(110, 165, 195); */
	color:rgb(90,190,240);
	text-shadow: 1px 1px 2px rgb(30,30,30);
}
.d_titre_cliotheque_2 {
	font-size:76px;
	font-family:serif;
	color:rgb(90,190,240);
	text-shadow: 1px 1px 2px rgb(30,30,30);
}
.TexteIntroductionCliotheque {
	padding:40px;
	padding-top:0px;
	color:white;
	line-height: 27px;
	font-family:sans-serif;
	text-align: justify;
	/* background-color: rgba(100, 90, 70, 0.4); */
	font-size:19px;
	text-shadow: 1px 1px 3px black;
	padding-bottom:60px;
}

#classesparpays {
	text-transform: uppercase;
	font-size:18px;
}

/* *** navigation *** */

.d_navigation_cliotheque {
	display:block;
	height:25px;
}

.d_navigationleft_cliotheque {
	float:left;
}

.d_navigationright_cliotheque {
	float:right;
}

.d_link_home_cliotheque {
	float:right;
	color:rgb(255,255,255);
	font-size: 20px;
	font-family:serif;
	/* text-shadow: 1px 1px 3px rgb(30,30,30); */
	cursor:pointer;
}

a.link_home_blanc_cliotheque {
	text-decoration:none;
	color:rgb(255,255,255);
	text-shadow: 1px 1px 3px rgb(30,30,30);
}
a.link_home_blanc_cliotheque:hover {
	text-decoration:none;
	color:rgb(255,255,255);
	
}

a.link_home_bleu_cliotheque {
	text-decoration:none;
	color:rgb(0,52,81);
	font-family:serif;
	font-size:20px;
}

a.link_home_bleu_cliotheque:hover {
	text-decoration:none;
	color:rgb(0,52,81);
}

a.return_cliotheque {
	text-decoration:none;
	color:rgb(0,52,81);
	font-size:20px;
	font-family:serif;
}

a.return_cliotheque:hover {
	text-decoration:none;
	color:rgb(0,52,81);
}

.print_page_cliotheque {
	color:rgb(0,52,81);
	font-size:20px;
	font-family:serif;
	cursor:pointer;
}

.icon_navigation_cliotheque {
	color:rgb(230,100,30);
}

/* *** tableau recherche *** */
.bloc_tab_recherche {
	margin-left:			40px;
	margin-right: 			40px;
}

.tab_recherche {
	margin:					0px;
	padding:				0px;
}

.libellepays_tab_recherche {
	margin-top:				30px;
	padding-bottom:			4px;
	font-size:				24px;
	color:					rgb(0,52,81);
}

.item_tab_recherche {
	position:				relative;
	padding:				0px;
	padding-left:			0px;
	padding-right:			15px;
	margin-top:				20px;
	margin-bottom:			30px;
	height:					200px;
	border-bottom:			1px solid rgb(200,200,200);
	box-shadow: 			0 0px 0px 0 rgba(0, 0, 0, 0.3);
	transition: 			box-shadow 0.3s ease-in-out;
}

.item_tab_recherche:hover {
	background-color: 		rgb(240,240,240);
	cursor:					pointer;
	box-shadow: 			0 3px 4px 0 rgba(0, 0, 0, 0.3);
}

.item_tab_recherche:hover .d_opacity_box {
	opacity: 				0.4;
}

.d_photo_tab_recherche {
	float: 					left;
    position: 				relative;
    width: 					200px;
    height: 				200px;
}

.ic_cliofr_tab_recherche {
	position:				absolute;
	z-index:				10;
	bottom:					0px;
	right:					0px;
	padding:				5px;
	padding-left:			8px;
	padding-right:			8px;
	color:					rgb(255,255,255);
	background-color: 		rgb(50,100,130);
}

.img_tab_recherche {
	width: 					200px;
}

.ic_opacitybox_recherche {
	opacity:				0;
	width:					100%;
	height:					100%;
	font-size:				60px;
	color:					rgb(90,190,240);
	padding-top:			35%;
	text-align: 			center;
	position: 				absolute;
	z-index: 				99;
	transition: 			.5s ease;
}

.item_tab_recherche:hover .ic_opacitybox_recherche {
	opacity: 				1;
}

.d_infos_tab_recherche {
	margin-left: 			220px;
}

.d_title_tab_recherche {
	font-size: 				19px;
	font-weight: 			500;
	color: 					rgb(50,100,130);
	padding-top: 			15px;
}

.d_subtitle_tab_recherche {
	font-size:				18px;
	color:					rgb(100,100,100);
	margin-top:				10px;
	text-align:				justify;
}

.d_texte_tab_recherche {
	font-size:				16px;
	color:					rgb(0,0,0);
	margin-top:				10px;
	text-align:				justify;
	line-height: 			1.6;
}

@media screen and (max-width: 1150px) {
	.d_title_tab_recherche {
		font-size: 			17px;
	}

	.d_subtitle_tab_recherche {
		font-size:			16px;
	}

	.d_texte_tab_recherche {
		font-size:			14px;
		line-height: 		1.7;
	}
}

/* *** Page d'accueil *** */

.d_rubrique { 
	margin:20px;
	margin-left:40px;
	margin-right:40px;
	margin-bottom:30px;
	height:250px;
	border-bottom:1px solid rgb(200,200,200);
	cursor:pointer;
}

.d_photoright_rubrique {
	float:right;
	height:100%;
	width:250px;
}

.d_photoleft_rubrique {
	float:left;
	height:100%;
	width:250px;
}

.img_rubrique {
	width:100%;
	height:100%;
}

.d_titleright_rubrique {
	padding:30px;
	padding-left:0px;
	padding-top:20px;
	font-size:24px;
	/* color: rgba(71,0,40,0.5); */
	color:rgb(50,100,130);
}

.d_titleleft_rubrique {
	padding:30px;
	padding-top:20px;
	padding-left:270px;
	font-size:24px;
	/* color: rgba(71,0,40,0.5); */
	color:rgb(50,100,130);
}

.d_textleft_rubrique { 
	padding:30px;
	padding-left:270px;
	padding-top:0px;
	font-size:15px;
	line-height: 25px;
}

.d_textright_rubrique { 
	padding:30px;
	padding-left:0px;
	padding-top:0px;
	font-size:15px;
	padding-right:260px;
	line-height: 25px;
}

.d_linkleft_rubrique { 
	margin-top:20px;
}

.d_linkright_rubrique { 
	margin-top:20px;
	margin-right:20px;
}

a.link_rubrique {
	text-decoration: none;
	color:rgb(100,100,100);
	border : 1px solid rgb(255,255,255);
	padding:7px;
	padding-left:10px;
	padding-right:10px;
	font-size:17px;
}

a.link_rubrique:hover { 
	text-decoration: none;
	color:rgb(100,100,100);
	border : 1px solid rgb(200,200,200);
	border-radius:2px;
}

.icon_discover_rubrique {
	/* color:rgba(71,0,40,0.5); */
	color:rgb(230,100,30);
}

/* *** bandeau entete BEL , breve et chronologie *** */

.d_title_p_cliotheque {
	position:relative;
	margin-top:20px;
	height: 202px;
	overflow: hidden;
	background-color: rgb(50,100,130);
	color:rgb( 255, 255, 255);
}

.d_titleleft_p_cliotheque {
	float:left;
	width:202px;
	overflow: hidden;
}

.img_titleleft_p_cliotheque {
	width:202px;
}

.d_titleright_p_cliotheque {
	position:absolute;
	top:40px;
	bottom: 32%;
	margin-left: 230px;
	margin-right: 20px;
}

.titre_p_cliotheque {
	font-size: 35px;
	font-family: sans-serif;
	font-weight:600;
}

.soustitre_p_cliotheque {
	padding-top:15px;
	font-size: 26px;
	font-family: sans-serif;
	font-weight:500;
}

/* *** Bibliotheque en ligne BEL *** */
.bloc_bel {
	position:relative;
}

#include_bel {
	
}

.d_select_order_bel {
	position:absolute;
	right:40px;
	margin-top:85px;
	font-size: 20px;
	color: rgb(50,100,130);
	font-weight: 500;
}

.select_order_bel {
	font-size: 18px;
	padding:5px;
}

.d_libelle_bel {
	position:absolute;
	top: 65px;
	left: 280px;
    font-size: 22px;
    color: rgb(50,100,130);
}

.d_texte_bel {
	position:absolute;
	top: 100px;
	left:280px;
	font-size: 18px;
    color: rgb(100,100,100);
	margin-right:15px;
    text-align: justify;
}

.iconeBELsearch {
	color:rgb(230,100,30);
}

.critereArticle { 
	margin:20px;
	margin-bottom:30px;
}

.divBELcritere {
	display:inline-block;
	width:49%;
	background-color:rgb(240,240,240);
	padding:30px;
	color:rgb(100,100,100);
	border:2px solid rgb(255,255,255);
	cursor:pointer;
}

.divBELcritere:hover {
	display:inline-block;
	width:49%;
	background-color: rgb(195,215,225, 0.8);
	padding:30px;
	font-weight: 500;
	color:rgba(50,100,130);
	cursor:pointer;
}

.titleBELcritere {
	display:inline-block;
	font-size:18px;
}

.titleBELcritere:hover {
	display:inline-block;
	font-size:18px;
}

/* *** article de la BEL *** */

.d_texte_article {
	font-size: 16px;
	line-height: 1.7;
	text-align: justify;
}

.d_auteur_article {
	font-size:22px;
	color:rgb(50,100,130);
}

.d_titulature_article {
	font-size: 18px;
	margin-bottom:25px;
}

.d_breakline_article {
	border-bottom:4px solid rgb(230,100,30);
	width:100px;
	margin-top:10px;
	margin-bottom:25px;
}

.d_biblio_article {
	margin-top: 20px;
	margin-bottom: 20px;
	height: 130px;
}

.d_biblio_article:hover {
	background-color: rgb(245,245,245);
}

.d_left_biblio_article {
	float:left;
	width:130px;
	overflow: hidden;
}

.img_biblio_article {
	width:130px;
}

.d_right_biblio_article {
	position:relative;
	margin-left:160px;
}

.d_auteur_biblio_article {
	position:absolute;
	top:15px;
	font-size:17px;
	color:rgb(80,80,80);
}

.d_infos_biblio_article {
	position: absolute;
	top:45px;
	padding-right: 15px;
	font-size: 17px;
}

.titre_biblio_article {
	font-size:18px;
	font-style: italic;
	color:rgb(50,100,130);
}

.infos_biblio_article {
	margin-top:10px;
}

.d_bottom_article {
	text-align: right;
	margin-top:25px;
}

.auteur_bottom_article {
	font-size: 18px;
	color:rgb(50,100,130);
}

.copyright_bottom_article {
	margin-top:60px;
	text-align: center;
	color:rgb(100,100,100);
}

/* *** Breves culturelles *** */

.d_libellepays_breve {
	position:absolute;
	top:70px;
	left:280px;
	font-size:26px;
	color:rgb(50,100,130);
	height:90px;
}

.sp_nbfiche_breve { 
	font-size:19px;
	color:rgb(80,80,80);
}

/* *** page breve *** */

.d_texte_breve {
	margin-top: 20px;
	text-align: justify;
	line-height: 1.7;
}

.libelle_section_breve {
	font-size: 22px;
	color:rgb(50,100,130);
	padding-top:15px;
	margin-bottom:20px;
}

.divconseilvoyage {
	margin-left:40px;
	margin-right:40px;
	margin-top:40px;
}

.titreconseilvoyage {
	font-size:23px;
	border-bottom:1px solid rgb(200,200,200);
	color:rgb(50,100,130);
}

.iconconseilvoyage {
	color:rgb(230,100,30);
	font-size: 26px;
}

.conseilvoyage {
	padding:15px;
	padding-top:25px;
	font-size:16px;
	cursor:pointer;
}

.conseilvoyage:hover {
	background-color: rgb(240,240,240);
	cursor:pointer;
}

.infosconseilvoyage {
	margin-left:150px;
}

.titreinfosconseilvoyage {
	font-size:20px;
	color:rgb(50,100,130);
	text-align:justify;
}

.datesinfosconseilvoyage {
	font-size:18px;
	color:rgb(100,100,100);
	text-align:justify;
	margin-bottom:10px;
}

/* *** Chronologie de Clio *** */
.d_photo_chronologie {
	float:left;
	position:relative;
	width:200px;
	height:200px;
}

.d_libelle_chronologie {
	margin-left:220px;
	font-size:26px;
	color:rgb(50,100,130);
	padding-top:15px;
	height:90px;
}

.d_texte_chronologie {
	font-size:16px;
	color:rgb(100,100,100);
	margin-top:10px;
	text-align:justify;
}

.body_chronologie {
	padding-right:50px;
	max-width:628px;
}

.d_titre_p_chronologie {
	margin-top:20px;
	height: 202px;
	background-color: rgb(50,100,130);
	color:rgb( 255, 255, 255);
}

.d_img_p_chronologie {
	float:left;
	width:202px;
	overflow:hidden;
}

.img_p_chronologie {
	width:202px;
}

.titre_p_chronologie {
	margin-left: 230px;
	padding-left: 0px;
	padding-top:30px;
	padding-bottom: 5px;
	font-size: 40px;
	font-family: sans-serif;
	font-weight:600;
}

.soustitre_p_chronologie {
	margin-left: 230px;
	padding:20px;
	padding-left: 0px;
	padding-top:0px;
	font-size: 26px;
	font-family: sans-serif;
	font-weight:500;
}

.introduction_p_chronologie {
	font-size:16px;
	text-align: justify;
	line-height: 1.8;
}


.d_link_sommaire_chronologie {
	padding:10px;
	/* padding-left:5px;
	padding-right:5px; */
	border-top:1px solid rgb(200,200,200);
}

.link_sommaire_chronologie {
	font-size:15px;
}

.no_border_sommaire {
	border:none;
}

.link_sommaire_chronologie:hover {
	font-size:15px;
	cursor:pointer;
	color : rgb(50,100,130);
	font-weight: 600;
}

.d_nosvoyages_p_chronologie {
	background-color: rgb( 255, 255, 255);
	border:1px solid rgb(200,200,200);
	width:200px;
	margin-left:40px;
	margin-top:20px;
	margin-bottom: 10px;
	padding-top:7px;
	padding-bottom:7px;	
	font-weight:normal; 
	display: block;
	text-align:center;
	border-radius: 50px;
}

.fixed_nosvoyages_p_chronologie {
	/* position: static; */
	/* top: 10px; */
	/* z-index: 100; */
	/* left:0; */
	/* background-color: rgb( 255, 255, 255);
	border:1px solid rgb(200,200,200);
	width:200px;
	margin-left:40px;
	margin-top:20px;
	padding-top:7px;
	padding-bottom:7px;	
	display: block; */
}

@media screen and (max-width: 1150px) {
	.d_nosvoyages_p_chronologie {
		position: fixed;
		display:block;
		/* top: 400px; */
		left:0;
		background-color: rgb( 255, 255, 255);
		border:1px solid rgb(200,200,200);
		width:200px;
		margin-left:10px;
		margin-top:15px;
		padding-top:7px;
		padding-bottom:7px;	
	}
}

a.link_nosvoyages_p_chronologie {
	text-decoration:none;
	font-size:17px;
	color:rgb(0,52,81);
	font-weight: 400;
}

a.link_nosvoyages_p_chronologie:hover {
	text-decoration:none;
	color:rgb(0,52,81);
}

.libelle_partie_p_chronologie {
	font-size:26px;
	color:rgb(50,100,130);
	padding-top:25px;
	padding-bottom:25px;
}

.texte_p_chronologie {
    font-size: 16px;
    line-height: 1.7;
    text-align: justify;
}

/* *** Voyager avec Clio *** */
/* *** recherche *** */
.d_photo_voyager {
	float:left;
	position:relative;
	width:200px;
	height:200px;
}

.d_libelle_voyager {
	margin-left:220px;
	font-size:20px;
	color:rgb(50,100,130);
	padding-top:15px;
	height:90px;
}

.d_texte_voyager {
	font-size:16px;
	color:rgb(100,100,100);
	margin-top:20px;
	text-align:justify;
}

@media screen and (max-width: 1150px) {
	.d_libelle_voyager {
		font-size:18px;
	}
	
	.d_texte_voyager {
		font-size:15px;
		margin-top:18px;
	}
}


/* *** page voyager *** */
.d_titre_p_voyager {
	max-width:870px;
	/* height:450px; */
	background-color:rgb(50,100,130);
	color:white;
	font-size: 30px;
	font-weight: bold;
	margin-top:20px;
}

.titre_p_voyager {
	max-width:870px;
	padding:20px;
	padding-left:30px;
	padding-top:25px;
	line-height: 1.3;
	font-family: sans-serif;
	font-weight:600;
}

.d_img_p_voyager {
	max-width: 870px;
	max-height:350px;
	overflow: hidden;
}

.img_p_voyager {
	width:870px;
	transform: translateY(-10%);
}

.chapeau_p_voyager {
	font-size: 17px;
	line-height: 1.8;
	margin-bottom:30px;
	text-align: justify;
	font-weight:500;
	color:rgb(80,80,80);
}

.subtitle_p_voyager {
	font-size:22px;
	color:rgb(0,52,81);
	margin-top:15px;
	margin-bottom:10px;
	font-family: sans-serif;
	font-weight:500;
}

.texte_p_voyager {
	font-size:16px;
	line-height: 1.7;
	text-align: justify;
}

@media screen and (max-width: 1100px) {

	/* *** page d'accueil *** */
	.rubrique { 
		margin:20px;
		margin-left:40px;
		margin-right:40px;
		margin-bottom:30px;
		height:250px;
		border-bottom:1px solid rgb(200,200,200);
	}
	.rubriqueDivPhotoAlignRight {
		width:250px;
		height:250px;
	}
	.rubriqueDivPhotoAlignLeft {
		width:250px;
		height:250px;
	}
	.rubriquePhoto {
		width:100%;
		height:100%;
	}
	.rubriqueTitleAlignRight {
		margin-right: 280px;
		padding:0px;
		padding-top:20px;
		font-size:22px;
		color: rgb(50,100,130);
	}
	.rubriqueTitleAlignLeft {
		margin-left: 280px;
		padding:0px;
		padding-top:20px;
		font-size:22px;
		color: rgb(50,100,130);
	}
	.rubriqueTextAlignLeft { 
		margin-top:20px;
		margin-left: 280px;
		padding:0px;
		font-size:15px;
		line-height: 24px;
	}
	.rubriqueTextAlignRight { 
		margin-right: 280px;
		margin-top:20px;		
		padding:0px;
		font-size:15px;
		line-height: 22px;
	}
	.rubriqueDivLinkAlignLeft { 
		margin-top:20px;
		float:left; 
	}
	.rubriqueDivLinkAlignRight { 
		margin-top:20px;
		float:left; 
	}
	.rubriqueDivCritereArticle {
		display:block;
		width:100%;
		background-color:rgb(240,240,240);
		padding:30px;
		color:rgb(100,100,100);
		margin-bottom:10px;
		margin-top:10px;
		border:none;
		cursor:pointer;
	}
    .rubriqueDivCritereArticle:hover {
		display:block;
		width:100%;
		background-color: rgb(80,80,120);
		padding:30px;
		color:rgb(255,255,255);
		margin-bottom:10px;
		margin-top:10px;
		border:none;
		cursor:pointer;
	}
    .rubriqueDivTitreCritereArticle {
		display:inline-block;
		font-size:18px;
	}
    .rubriqueDivTitreCritereArticle:hover {
		display:inline-block;
		font-size:18px;
	}
	/* *** breve culturelle *** */
	.voirvoyage {
		float:left;
		padding:7px;
		padding-top:5px;
		padding-bottom:5px;
		font-size:15px;
		margin-top:10px;
		margin-left:40px;
		margin-right:25px;
		color:rgb(50,100,130);
		/* border:1px solid rgb(50,100,130); */
		background-color:rgb(240,240,240);
		border-radius:30px;
		/* color:rgb(100,100,100); */
	}
	
	.voirvoyage:hover {
		float:left;
		padding:7px;
		padding-top:5px;
		padding-bottom:5px;
		font-size:15px;
		color:rgb(230, 100, 30);
		background-color:rgb(240,240,240);
		border-radius:30px;
		cursor:pointer;
		/* box-shadow: 1px 1px 4px 0px rgb(180,180,180); */
	}
	
	.iconvoirvoyage {
		color:rgb(230, 100, 30);
	}
	
	.voiregalement {
		margin-left:40px;
		margin-right:40px;
		padding-top:15px;
		padding-bottom:15px;
		font-size: 15px;
		border-top:1px solid rgb(200,200,200);
		border-bottom:1px solid rgb(200,200,200);
		font-family: Arial, sans-serif;
	}

	/* *** Chronologie de Clio *** */

	.divchronologiepays {
		padding:20px;
		padding-left:0px;
		padding-top:0px;
		padding-bottom:0px;
		border-bottom:1px solid rgb(200,200,200);
	}

	.divchronologiepays:hover {
		background-color: rgb(240,240,240);
		cursor:pointer;
	}

	.divchronologiephoto {
		float:left;
		width:190px;
		height:170px;
		background-color: rgb(200,200,200);
	}

	.divchronologielibelle {
		margin-left:210px;
		font-size:21px;
		color:rgb(50,100,130);
		padding-top:10px;
		height:170px;
	}

	.divchronologietexte {
		font-size:15px;
		color:rgb(100,100,100);
		margin-top:10px;
		text-align:justify;
	}

	/* *** Voyager avec Clio *** */
	.divlettrepaysvoyager {
		margin-left:40px;
		margin-right: 40px;
	}

	.divvoyager {
		padding:0px;
		padding-left:0px;
		padding-right:10px;
		margin-top:20px;
		margin-bottom:30px;
		height:160px;
		border-bottom:1px solid rgb(200,200,200);
	}

	.divvoyager:hover {
		background-color: rgb(240,240,240);
		cursor:pointer;
	}

	.divlibellepaysvoyager {
		margin-top:30px;
		padding-bottom:4px;
		/* border-bottom:1px solid rgb(110,165,195); */
		font-size:24px;
		color:rgb(0,52,81);
	}

}
/* ****************************************************************** */
/* ****************************************************************** */
/* ****************************************************************** */

@media print {
	/* *** general *** */
	#idhaut {display:none; }
	#idgauche {display:none; }
	#idcentrecircuit {width:100%; margin-left:0px;}
	.mentions2 { display:none; }

	.photo1 {display:none;}
	.photo5 { display:none; }
	.photo1 { float:left;margin-left:-170px; }
	.texte_introduction { display:block; margin-top:50px; padding-left:10px; margin-left:0; }
    .sommaire {visibility:hidden;}
	.fin_article,
	.menu_horizontal_unesco { display:none; }
	#id_centre { width:100%; margin-left:auto; margin-right:auto; }
	.bloc_gauche {visibility:hidden;}
	.texte_contenu_pgm { float:left;margin-left:-170px; }
	.texte_introduction_unesco {float:left;margin-left:-170px;}
	.texte_titre { float:left;margin-left:-170px; }

	/* *** cliotheque *** */
	.d_navigation_cliotheque { display:none;}
	.d_titre_p_voyager { width:100%;padding-left:0px;padding-right:0px;}
	.titre_p_voyager { width:100%;padding-left:10px;padding-right:10px; font-size:32px;}
}
