/*------------------------------------------------------*/
/*---------------------- GENERAL ------------------------*/
/*------------------------------------------------------*/

body {
	margin: 0px;
	font-family: 'trebuchet_msregular', Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #667696;
	background: #eee;
	overflow-x: hidden;
	height: auto;
}

#dimScreen {
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100; /* Just to keep it at the very top */
}

/*---------- Elements Cutebox --------*/
.ceBackground, .ceBackgroundBasPage, .ceBackgroundCrosslink {
	background: #fff;
}



/*---------- Fond du site (fond campagne) --------*/
.divFondGeneral {
	max-width: 1920px;
	margin: 0 auto;
	min-height: 875px;
	height: 100%;
	position: relative;
	/*max-height:1970px;*/
	overflow: hidden;
}

/*---------- Contenu du site --------*/
#divGeneral {
	position: relative;
	padding-top: 10px;
	z-index: 20;
	margin-top: -235px;
}




/*------------------------------------------------------*/
/*---------------------- HEADER ------------------------*/
/*------------------------------------------------------*/

/*---------- Bandeau haut / Fond header ----------------*/
#header {
	width: 100%;
}
/*-------------------- Zone logo ----------------------*/
#divLogo {
	height: 85px;
	margin-left: 384px;
	margin-top: 38px;
	position: absolute;
	width: 160px;
	z-index: 9999;
}
/*------------- Menu =>  menuPrincipal.css  ------------*/
#divMenu {
	font-size: 12px;
	background: #fff;
	clear: both;
	position: relative;
	z-index: 50;
	height: 0;
}

#dvMenu {
	width: 940px;
	height: 85px;
	left: 0;
	right: 0;
	margin: 0 auto;
	position: absolute;
	margin-top: 38px;
	font-family: 'helvcondensedregular';
}

/*------------------ outilsHeader ----------------*/
#outilsHeader {
	width: 300px;
	float: right;
}
/*------------------ Zone Recherche Haut ----------------*/
.divRecherche {
	width: 191px;
	height: 29px;
	float: right;
	text-align: right;
	clear: both;
}

	.divRecherche input[type="text"] {
		width: 130px;
		margin-right: 10px;
		color: #000;
	}

		.divRecherche input[type="text"].watermarkRecherche {
			color: #999;
		}


/*------------------- Barre de langue -------------------*/
#divLangues {
	text-align: right;
	width: 50px;
	height: 14px;
	float: right;
	margin-bottom: 5px;
	clear: both;
}

.langueActive {
}

.langueNonActive {
}


/*------------------------------------------------------*/
/*-------------------- MENU HAUT DROITE -----------------*/
/*------------------------------------------------------*/

#dvMenuPersonalise {
	right: 0;
	position: absolute;
	height: 34px;
	width: 340px;
}

	#dvMenuPersonalise .qmmc li {
		background-color: #FFF;
		height: 34px;
		line-height: 34px;
		background-image: none;
		padding: 0;
		margin-right: 12px;
	}

		#dvMenuPersonalise .qmmc li a {
			text-decoration: none;
			color: #324f7f;
			font-family: 'helvcondensedregular';
			font-size: 13px;
			padding: 0 22px 0;
		}

			#dvMenuPersonalise .qmmc li a:hover {
				opacity: 0.8;
			}

		#dvMenuPersonalise .qmmc li:first-child {
			margin-right: 8px;
			padding-left: 0;
		}

		#dvMenuPersonalise .qmmc li:last-child {
			background: #264a83;
			margin-right: 0;
		}

			#dvMenuPersonalise .qmmc li:last-child a {
				padding: 0 14px 0;
			}

.hplContact {
	text-decoration: none;
	color: #324f7f;
	margin-top: 10px;
}


/*------------------------------------------------------*/
/*---------------------- CONTENU -----------------------*/
/*------------------------------------------------------*/


/*---------- Fil d'ariane --------*/
#divCheminNav {
	height: 30px;
	line-height: 30px;
	font-size: 10px;
	clear: both;
	color: #555;
	margin: 15px auto;
}

#deco {
	position: relative;
	z-index: 6;
	height: 232px;
	max-width: 1510px;
	margin: 0 auto;
	background: url('../images/fondBandeauBleuHome.png') center center no-repeat;
}


#deco2 {
	height: 310px;
	max-width: 1300px;
	margin: 15px auto 0 auto;
	background: url('../images/fondBandeauBleuBasHome.png') no-repeat;
	position: relative;
	z-index: 6;
}

#dvTemoignage {
	margin-top: 40px;
}

/*------------------------------------------------------*/
/*---------------------- FOOTER ------------------------*/
/*------------------------------------------------------*/

/*---------- Footer --------*/
#footer {
	width: 100%;
	height: 170px;
	line-height: 35px;
	text-align: center;
	font-size: 12px;
	color: #264a83;
	position: relative;
	z-index: 150;
	/*background: #ddd;*/
	padding-top: 40px;
}

.logoBoondooa {
	background: url(../images/logoBoondooa.png) no-repeat center bottom;
	width: 79px;
	height: 17px;
	display: inline-block;
	margin-top: 2px;
	vertical-align: -4px;
}

	.logoBoondooa:hover {
		background: url(../images/logoBoondooa.png) no-repeat center top;
	}

/*---------- Crosslink --------*/
#crosslink {
	width: 100%;
	height: 40px;
	text-align: center;
	font-size: 10px;
	padding-top: 20px;
	color: #bfbfbf;
	background: #fff;
	display: none;
}


/*------------------------------------------------------*/
/*--------------- ELEMENTS MISE EN PAGE ----------------*/
/*------------------------------------------------------*/

.flottant {
	float: right;
	margin: 0 0 15px 30px;
}

.flottantGauche {
	float: left;
	margin: 0 0 15px 30px;
}

/*------------------------------------------------------*/
/*---------------------- ACTUS -------------------------*/
/*------------------------------------------------------*/

/*---------- Homepage Conteneur --------*/
#panHomeActus {
	margin: 0 0 0 15px;
	float: left;
	width: 620px;
	background: url('../images/separateurBlocAtuHome.png') no-repeat right center;
	max-height: 220px !important;
	min-height: 220px !important;
}

/*---------- Homepage Bloc Actu --------*/
.classActu {
	display: inline-block;
	width: 620px;
	position: relative;
	margin: 0px 0 10px 0;
}


	.classActu:nth-child(2n+1) {
		margin-right: 40px;
	}

.classActuTitre {
	margin-bottom: 0px;
	text-transform: uppercase;
}

	.classActuTitre a {
		color: #FFF;
		text-decoration: none;
	}

.classActuImage {
	width: 170px;
	height: 100px;
	overflow: hidden;
	float: left;
	margin-right: 26px;
}

.classActuDate {
	font-size: 10px;
	color: #FFF;
	font-style: italic;
	margin: 5px 0;
	display: none;
}

.classActuTexte {
	margin-top: 0px;
	max-height: 80px;
	height: 80px;
	line-height: 16px;
	overflow: hidden;
	text-align: left;
	font-size: 13px;
	color: #dfe4ee;
	float: left;
	width: 365px;
}

.classActuSavoir a {
	color: #FFF !important;
	text-decoration: none;
	letter-spacing: 1px;
}

	.classActuSavoir a:before {
		content: ">  ";
	}

	.classActuSavoir a:hover {
		text-decoration: underline;
	}

.classActuSavoir {
	/*text-align: right;*/
	font-size: 12px;
	margin: 7px 0 0 0;
	float: left;
	width: 366px;
	text-transform: uppercase;
}

/*---------- Page Actus - Listing --------*/
#listingActus {
	margin-bottom: 30px;
	margin-top: 95px;
}

.paginationListing {
	display: block !important;
	text-align: left;
}

#ctl00_cphPanMilieu_grdActus tr {
	display: inline-block;
	margin: 0 9px;
}

.listeLigneActu {
	position: relative;
	display: inline-block;
	width: 215px;
	height: 300px;
	margin-bottom: 20px;
	background: #fff;
}

.listeActusConteneurImage {
	width: 215px;
	height: 125px;
	overflow: hidden;
	margin: 0 auto 10px auto;
}

	.listeActusConteneurImage img {
		width: 100%;
	}

.listeActusConteneurTextes {
	width: 200px;
	margin: 10px auto;
	padding: 0 7px 0 8px;
	position: relative;
	height: 150px;
}

.listeActusTitre {
	color: #1f3f70;
	font-size: 13px;
	padding: 0 0 0 0px;
	margin: 0px 0 10px 0px;
	text-transform: uppercase;
	text-align: left;
	font-family: 'trebuchet_msregular', Tahoma, Arial, Helvetica, sans-serif;
	letter-spacing: 0;
}

	.listeActusTitre a {
		color: #1f3f70 !important;
		text-decoration: none;
		font-size: 13px;
	}

		.listeActusTitre a:hover {
			color: #285db0;
		}

.listeActusDate {
	color: #1f3f70;
	margin: 6px 0px;
	font-size: 12px;
	font-weight: bold;
}

.listeActusDescription {
	line-height: 15px;
	height: 60px;
	text-align: justify;
	overflow: hidden;
}

.listeActusLien {
	margin-top: 12px;
	text-align: right;
	color: #fff;
	text-decoration: none;
	float: right;
	text-transform: uppercase;
	font-size: 11px;
	position: absolute;
	bottom: 0;
}

	.listeActusLien a {
		color: #fff;
		text-decoration: none;
		background: #285db0;
		padding: 4px 8px 4px 8px;
	}

		.listeActusLien a:hover {
			background: #1f3f70;
		}

/*---------- Page Actu Détail ---------*/
#divGalerieActu {
	clear: both;
	margin: 30px 0;
}

#divFichiersActu {
	clear: both;
	margin: 30px 0;
}

	#divFichiersActu li {
		margin: 0 0 7px 0;
		font-style: italic;
	}

		#divFichiersActu li a {
			color: #1f3f70;
		}

.actuDetailGalerie {
	margin-right: 15px;
	margin-bottom: 15px;
}

.detailActuDesc {
}

	.detailActuDesc a {
		font-style: italic;
		color: #1f3f70;
	}

	.detailActuDesc p a:before {
		content: none;
	}

	.detailActuDesc a:before {
		content: url(../images/puceFlecheMini.png);
		margin-right: 5px;
	}

.detailActuDate {
	color: #fff;
	font-weight: bold;
	background: #285db0;
	padding: 5px 10px 5px 10px;
	display: inline-block;
	letter-spacing: 1px;
	float: left;
}

.actuFacebook {
	float: right;
}

.ctActuHaut {
	width: 100%;
	overflow: hidden;
}
/*------------------------------------------------------*/
/*------------ PAGINATION (Control Skin) ----------------*/
/*------------------------------------------------------*/

tr.paginationListing span /*td table tr td span*/ {
	background: #777;
	padding: 3px 5px;
	color: #fff;
	margin: 0 1px;
}

tr.paginationListing a:link, tr.paginationListing a:visited, tr.paginationListing a:active {
	color: #777;
	padding: 3px 5px;
	background: #ddd;
	margin: 0 1px;
	text-decoration: none;
}

tr.paginationListing a:hover {
	color: #ddd;
	background: #777;
	text-decoration: none;
}

/* Lien actif 
tr.paginationListing a.actif
{
	color: #ddd;
	background: #777;
	text-decoration: none;
}

tr.paginationListing a.precedente
{
	margin-right:10px;
}
tr.paginationListing a.suivante
{
	margin-left:10px;
}*/


/*------------------------------------------------------*/
/*----------------- REVUE DE PRESSE --------------------*/
/*------------------------------------------------------*/

.listeLignePresse {
	position: relative;
	width: 100%;
	margin-bottom: 30px;
	background: url(../images/separateurBlocGuides.png) 0 bottom no-repeat;
	padding-bottom: 30px;
}

#ctl00_cphPanMilieu_ctl01_grdPresses tr:first-child .listeLignePresse {
	margin-top: 30px;
}

.listePressesConteneurImage {
	width: 160px;
	height: 120px;
	overflow: hidden;
	float: left;
}

	.listePressesConteneurImage img {
		width: 100%;
	}

.listePressesConteneurTextes {
	float: left;
	width: 510px;
	height: auto;
	margin-left: 30px;
}

.listePressesTitre {
	color: #1f3f70;
	font-size: 14px;
	padding: 0 0 0 0px;
	margin: 0px 0 10px 0px;
	text-transform: uppercase;
	text-align: left;
}

	.listePressesTitre::before {
		content: url(../images/puceTitre3.png);
		margin-right: 2px;
	}

	.listePressesTitre a {
		color: #1f3f70;
		text-decoration: none;
	}

		.listePressesTitre a:hover {
			text-decoration: underline;
		}

.listePressesConteneurDate {
	color: #667696;
	font-size: 11px;
	margin: 5px 0;
}

.listePressesConteneurDescription {
	line-height: 15px;
	height: auto;
	text-align: justify;
}

.listePressesConteneurLien {
	margin-top: 14px;
	text-align: right;
	float: right;
	text-transform: uppercase;
	color: #fff;
}

	.listePressesConteneurLien a {
		color: #fff;
		text-decoration: none;
		background: #285db0;
		padding: 5px 8px 5px 8px;
	}

		.listePressesConteneurLien a:hover {
			background: #264a83;
		}



/*------------------------------------------------------*/
/*------------------ GALERIE PHOTOS --------------------*/
/*------------------------------------------------------*/


/*---------- LISTING ALBUM PHOTO --------*/
#ctl00_cphPanMilieu_dlAlbums {
	margin-bottom: 50px;
	display: block;
}

#divBlocAlbum {
	width: 275px;
	height: 190px;
	float: left;
	margin: 15px;
	position: relative;
	margin-bottom: 50px;
}

.divPhotoAlbum {
	width: 275px;
	height: 155px;
	overflow: hidden;
	display: block;
}

.divTitreAlbum {
	text-align: center;
	display: block;
	width: 100%;
	margin-top: 10px;
}

	.divTitreAlbum a:link, .divTitreAlbum a:visited, .divTitreAlbum a:active {
		color: #000;
	}

	.divTitreAlbum a:hover {
		text-decoration: none;
		color: #000;
	}


/*---------- DETAIL ALBUM PHOTO --------*/

#galeriePhoto {
	margin: 30px 0 50px 0;
}

.contenuDescriptionAlbum {
	margin-bottom: 30px;
	text-align: justify;
}


.conteneurPhoto {
	float: left;
	width: 65px;
	height: 65px;
	margin: 5px;
	overflow: hidden;
}

/*------------------------------------------------------*/
/*------------------ GALERIE VIDEOS --------------------*/
/*------------------------------------------------------*/

/*---------- LISTING GALERIE VIDEOS --------*/
#conteneurVideo {
	margin-bottom: 50px;
	width: 100%;
}

.blocVideo {
	width: 275px;
	float: left;
	margin: 15px;
	position: relative;
}

.vignetteVideo {
	display: block;
	width: 100%;
	overflow: hidden;
}

	.vignetteVideo img {
		width: 100%;
	}


.divTitreVideo {
	display: block;
	text-align: center;
	margin-top: 10px;
}


	.divTitreVideo a:link, .divTitreVideo a:visited .divTitreVideo a:active {
		color: #000;
	}

	.divTitreVideo a:hover {
		text-decoration: none;
		color: #000;
	}

/*---------- DETAIL VIDEO --------*/

#divVideo {
	width: 100%;
	position: relative;
	height: 0;
	padding-top: 30px;
	padding-bottom: 50%;
	overflow: hidden;
}

	#divVideo iframe {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
	}

.detailVideoDate {
	margin-top: 15px;
	font-style: italic;
}

.detailVideoDescription {
	margin-top: 5px;
}

/*------------------------------------------------------*/
/*-------------------- LIVRE D'OR ----------------------*/
/*------------------------------------------------------*/

.temoignageTitre {
	color: #1f3f70;
	font-size: 14px;
	padding: 0 0 0 0px;
	margin: 0px;
	text-transform: uppercase;
	text-align: left;
	margin-top: 25px;
	text-decoration: none;
}

	.temoignageTitre::before {
		content: url(../images/puceTitre3.png);
		margin-right: 2px;
	}

.temoignageBlocUser {
	margin-top: 0;
	font-size: 11px;
}

.temoignageDe {
	float: left;
}

.temoignageUser {
	color: #667696;
}

.temoignageDate {
	float: right;
	text-align: right;
	color: #667696;
	font-size: 11px;
	margin: 5px 0;
}

.temoignageDescription {
	clear: both;
	padding: 0;
	margin-bottom: 0;
	display: block;
	overflow: hidden;
}

#listingTemoignage .temoignageDescription {
	clear: both;
	padding: 0;
	margin-bottom: 0;
	display: block;
	overflow: hidden;
}

#listingTemoignage #temoigtnagePhoto {
	float: left;
	width: 160px;
	height: 120px;
	overflow: hidden;
}

	#listingTemoignage #temoigtnagePhoto img {
		width: 100%;
	}

#listingTemoignage .temoignageTitre {
	color: #1f3f70;
	font-size: 14px;
	padding: 0 0 0 0px;
	margin: 0px;
	text-transform: uppercase;
	text-align: left;
	margin-top: 0;
}

#temoigtnageDesc {
	float: left;
	width: 530px;
	margin-left: 10px;
	max-height: 112px;
	overflow: hidden;
	text-align: justify;
}

.temoignageSepOmbre {
	width: 100%;
	height: 50px;
	background: url(../images/separateurBlocGuides.png) center no-repeat;
}

#lienTemoignage {
	color: #fff;
	text-decoration: none;
	background: #285db0;
	padding: 5px 8px 5px 8px;
	display: inline-block;
	margin-top: 6px;
	text-transform: uppercase;
	font-size: 12px;
	float: right;
	font-style: normal;
}

	#lienTemoignage:hover {
		background: #1f3f70;
	}

#dvLienTemoignage {
	margin-left: 10px;
	float: right;
}


.lienTemoignages:link, .lienTemoignages:visited, .lienTemoignages:active {
	color: #999;
	text-decoration: underline;
}

.lienTemoignages:hover {
	color: #000;
	text-decoration: underline;
}

#temoigtnagePhoto {
	float: right;
	width: 300px;
	height: 170px;
	overflow: hidden;
}

#temoigtnageDescDetail {
	float: left;
	width: 370px;
	text-align: justify;
}

	#temoigtnageDescDetail a {
		font-style: italic;
		color: #1f3f70;
	}

.temoignageDescription a {
	font-style: italic;
	color: #1f3f70;
}


/*------------------------------------------------------*/
/*------------- BLOC INSCRIPTION NEWSLETTER ------------*/
/*------------------------------------------------------*/

/*Zone de texte/titre du bloc*/
#divDescNewsletter {
}
	/*Bouton valider*/
	#divDescNewsletter input[type="image"] {
		margin: 0 0 0 3px;
	}
	/*Zone de texte*/
	#divDescNewsletter input[type="text"] {
		width: 100px;
	}




/*------------------------------------------------------*/
/*-------------- RECHERCHE (Bloc + Page) ----------------*/
/*------------------------------------------------------*/

.rechercheMot {
	font-weight: bold;
}

.rechercheResultat {
	text-align: right;
}

.rechercheTypeMedia {
	padding: 3px;
}

.ligneRecherche {
}

.listeResultatTitre {
	margin-top: 20px;
}

.listeResultatConteneurDescription {
	height: auto;
	overflow: hidden;
	text-align: justify;
}

.listeResultatConteneurDescriptionNoOverflow {
}

.listeResultatConteneurLien {
	text-align: right;
	padding: 5px 0 0 0;
}

.importantRecherche {
	color: #000;
	background: #ffea00;
	padding: 0 2px;
	font-weight: bold;
}




/*------------------------------------------------------*/
/*----------- SLIDERS ACTUS / BLOG HOME -----------------*/
/*------------------------------------------------------*/

/********** Style des Sliders actus home ************/

#panHomeActus .itemSliderPage, #slidesBlogArticleHome .itemSliderPage {
	/*width: 320px;
	max-height: 165px;
	overflow: hidden;
	margin-left: 0;
	margin-right: 0;*/
	/*margin-top: 60px;*/
	/*background-color: transparent;*/
	background-color: transparent;
	height: 220px;
	max-height: 220px !important;
	min-height: 220px !important;
	margin-left: 0;
	margin-right: 0;
	overflow: hidden;
	position: static;
	width: 620px;
	margin-top: 34px;
}

#panHomeActus .slides_container, #slidesBlogArticleHome .slides_container { /*width:200px;*/
	max-height: 140px;
	min-height: 140px;
	height: 140px;
	overflow: hidden;
	position: relative;
	display: none;
	width: 620px;
}

#slidesActusHome, #slidesBlogArticleHome {
	position: relative;
	height: 200px;
}

	#slidesActusHome .slide, #slidesBlogArticleHome .slide {
		position: relative;
		width: 620px;
		height: 130px;
		display: block;
	}

	/************** BOUTONS NEXT/PREV **************/

	#slidesActusHome .next, #slidesActusHome .prev, #slidesBlogArticleHome .next, #slidesBlogArticleHome .prev {
		position: absolute;
		top: 4px;
		width: 26px;
		height: 25px;
		z-index: 101;
		cursor: pointer;
	}

	#slidesActusHome .prev, #slidesBlogArticleHome .prev {
		left: 250px;
		opacity: 0.5;
		background: url(../images/sliderFlecheG.png) no-repeat center center;
	}

		#slidesActusHome .prev:hover, #slidesBlogArticleHome .prev:hover {
			opacity: 1;
		}

	#slidesActusHome .next, #slidesBlogArticleHome .next {
		left: 285px;
		background: url(../images/sliderFlecheD.png) no-repeat center center;
		opacity: 0.5;
	}

		#slidesActusHome .next:hover, #slidesBlogArticleHome .next:hover {
			opacity: 1;
		}

	/*************** PAGINATION ******************/
	/*CONTAINER PAGINATION*/
	#slidesActusHome .pagination_container, #slidesBlogArticleHome .pagination_container {
		top: 142px;
		height: 15px;
		position: absolute;
		text-align: center;
		width: 320px;
		z-index: 100;
	}

	#slidesActusHome .pagination_container {
		display: none;
	}
/*UL PAGINATION*/
.pagination {
	margin: 0;
	display: inline-table;
	padding: 0;
}

	/*LI PAGINATION*/
	.pagination li {
		float: left;
		margin: 0 1px;
		list-style: none;
		display: inline;
	}

		/*PUCE PAGINATION*/
		.pagination li a {
			/*display: block;
			width: 12px;
			height: 0;
			padding-top: 12px;
			background-image: url(../images/pagination.png);
			background-position: 0 0;
			float: left;
			overflow: hidden;*/
		}

/*PUCE PAGINATION ACTIVE*/
/*.pagination li.current a {
			background-position: 0 -12px;
		}*/


/*---------- Homepage Bloc Articles Blog --------*/

#panHomeBlogArticles {
	margin: 20px 0;
}

.classBlogArticle {
	display: inline-block;
	width: 300px;
	position: relative;
	margin: 0px 0 10px 0;
}

	.classBlogArticle:nth-child(2n+1) {
		margin-right: 40px;
	}

.classBlogArticleTitre {
	margin-bottom: 10px;
}

.classBlogArticleImage {
	width: 300px;
	height: 150px;
	overflow: hidden;
}

.classBlogArticleSavoir {
	text-align: right;
	font-size: 10px;
	margin: 5px 0;
}


/*------------------------------------------------------*/
/*--------------------- CONTACT ------------------------*/
/*------------------------------------------------------*/

.tabFormulaire {
	line-height: 25px;
}

.formContact {
	margin-bottom: 30px;
}

	.formContact tr td {
		padding-bottom: 5px;
	}

		.formContact tr td:first-child {
			width: 100px;
		}

	.formContact input[type="text"] {
		width: 460px;
		height: 25px;
		border: 0;
	}

	.formContact input[type="password"] {
		width: 300px;
		height: 25px;
		border: 0;
	}

	.formContact textarea {
		width: 460px;
		height: 80px;
		border: 0;
	}

	.formContact input[type="submit"] {
		width: 100px;
		height: 30px;
		background: #285db0;
		color: #fff;
		border: 0;
		margin-top: 15px;
		text-transform: uppercase;
	}

		.formContact input[type="submit"]:hover {
			cursor: pointer;
			background: #1f3f70;
			color: #fff;
		}

	.formContact .commentTab {
		font-size: 10px;
		font-style: italic;
	}

	.formContact .dvCtLblPartenaire {
		text-align: left;
		width: 200px;
	}

	.formContact .boxAdresse {
		padding-left: 0;
	}

/*------------------------------------------------------*/
/*---------------------- BOOTCHA -----------------------*/
/*------------------------------------------------------*/

#containerBootcha {
	margin-top: 20px;
}

#bootchaCode {
	float: left;
}

	#bootchaCode img {
		width: initial;
	}


#bootchaSaisie {
	float: left;
	clear: both;
}

	#bootchaSaisie input[type="text"] {
		width: 100px;
		margin-left: 10px;
	}





/*------------------------------------------------------*/
/*-------------------- REFERENCES ----------------------*/
/*------------------------------------------------------*/


/*---------- LISTING REFERENCES (mode liste) --------*/
.listeLigneReferences {
	position: relative;
	width: 100%;
	min-height: 120px;
	margin-bottom: 10px;
}

.listeReferencesConteneurImage {
	width: 160px;
	height: 160px;
	overflow: hidden;
	float: left;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.listeReferencesConteneurTextes {
	float: left;
	width: 815px;
	height: auto;
	margin-left: 15px;
}

.listeReferenceTitre {
	font-size: 12px;
	margin: 0;
}

.listeReferencesConteneurDescription {
	line-height: 15px;
	height: auto;
	text-align: justify;
}

.listeReferencesConteneurLien {
	margin-top: 5px;
	text-align: right;
}

.referencesSepOmbre {
	width: 100%;
	height: 15px;
	background: url(../images/ombreNews.png) center no-repeat;
}

/*---------- LISTING REFERENCES (mode vignettes) --------*/
.blocsReferences {
	width: 275px;
	height: 250px;
	float: left;
	margin: 15px;
	margin-bottom: 30px;
	overflow: hidden;
}

.blocsReferencesConteneurImage {
	width: 100%;
}

.blocsReferencesConteneurTextes {
	width: 100%;
}

.blocsReferencesTitre {
	color: #000;
	font-size: 15px;
	padding: 10px 0;
	margin: 0;
	text-align: center;
}

.blocsReferencesConteneurDescription {
	line-height: 15px;
	height: auto;
	text-align: justify;
}





/*------------------------------------------------------*/
/*------------------- UC CONNEXION ---------------------*/
/*------------------------------------------------------*/

.containerConnexion {
	margin: 30px auto;
}

.connexionColGauche {
	float: left;
	width: 290px;
	border-right: solid 1px #c9d4da;
	margin-right: 20px;
}

.connexionColDroite {
	float: left;
	width: 290px;
}

.connexionOutilsInscription {
	margin-top: 10px;
	text-align: right;
}



/*------------------------------------------------------*/
/*------------------- UC INSCRIPTION --------------------*/
/*------------------------------------------------------*/

.containerOutilsInscription {
	width: 300px;
	text-align: center;
	padding: 10px 0;
}

.containerMessageInscription {
	text-align: center;
}

/*------------- Conteneur connexion ---------------*/
.panDeconnexion {
	text-align: right;
	float: right;
	clear: both;
	margin-bottom: 10px;
}

.connexionNom {
	padding-right: 10px;
}

	.connexionNom:hover {
		text-decoration: none;
	}

.lienDeconnexion:link, .lienDeconnexion:visited, .lienDeconnexion:active {
	text-decoration: none;
}

.lienDeconnexion:hover {
	text-decoration: none;
}


/*------------------------------------------------------*/
/*----------------- ILS NOUS ONT REJOINS ----------------*/
/*------------------------------------------------------*/

#titreInject {
	background: url('../images/pictoOeil.png') no-repeat left top;
	padding-left: 40px;
}

#titreInjectTemoingage {
	background: url('../images/pictoTemoignage.png') no-repeat left center;
	padding-left: 40px;
}

#dvRejoins {
	float: right;
	margin: 34px 15px 30px 0;
	width: 255px;
	position: relative;
	height: 150px;
}

#titreRejoint {
	background: url('../images/pictoCoeur.png') no-repeat left center;
	padding-left: 40px;
}

#dvRejoins p {
	color: #fff;
}

#dvRejoins a {
	color: #fff !important;
	text-decoration: none;
}

	#dvRejoins a:before {
		content: ">  ";
	}

	#dvRejoins a:hover {
		text-decoration: underline;
	}

#dvFb {
	line-height: 20px;
	bottom: 0;
	position: absolute;
	width: 255px;
}

.divTexteImageSlider {
	background: url('../images/pictoLegendeSlider.png') no-repeat left bottom;
}

#dvSuivezNousFb {
	float: left;
	margin-right: 10px;
}

#dvBtnFb {
	float: left;
}

/*------------------------------------------------------*/
/*----------- SLIDERS Temoignage -----------------*/
/*------------------------------------------------------*/

/********** Style des Sliders actus home ************/
#panTemoignage .itemSliderPage {
	/*width: 320px;
	max-height: 165px;
	overflow: hidden;
	margin-left: 0;
	margin-right: 0;*/
	/*margin-top: 60px;*/
	/*background-color: transparent;*/
	background-color: transparent;
	height: 220px;
	max-height: 220px !important;
	min-height: 220px !important;
	margin-left: 0;
	margin-right: 0;
	overflow: hidden;
	position: static;
	width: 920px;
	padding: 0 10px;
}

#panHomeTemoignage .slides_container, #slidesTemoignageHome .slides_container { /*width:200px;*/
	max-height: 200px;
	overflow: hidden;
	position: relative;
	display: none;
	height: 270px;
}

#panHomeTemoignage #slidesTemoignageHome .itemSliderPage {
	/*width: 320px;
	max-height: 165px;
	overflow: hidden;
	margin-left: 0;
	margin-right: 0;*/
	/*margin-top: 60px;*/
	/*background-color: transparent;*/
	background-color: transparent;
	height: 220px;
	max-height: 220px !important;
	min-height: 220px !important;
	margin-left: 0;
	margin-right: 0;
	overflow: hidden;
	position: static;
	width: 914px;
}

#slidesTemoignageHome {
	position: relative;
	height: 270px;
}

	#slidesTemoignageHome .slide {
		position: relative;
		width: 914px;
		height: 130px;
		display: block;
	}

	/************** BOUTONS NEXT/PREV **************/

	#slidesTemoignageHome .next, #slidesTemoignageHome .prev {
		position: absolute;
		top: 4px;
		width: 26px;
		height: 25px;
		z-index: 101;
		cursor: pointer;
		opacity: 0.5;
	}

		#slidesTemoignageHome .next:hover, #slidesTemoignageHome .prev:hover {
			opacity: 1;
		}

	#slidesTemoignageHome .prev {
		left: 405px;
		background: url(../images/sliderFlecheG.png) no-repeat center center;
	}

	#slidesTemoignageHome .next {
		left: 440px;
		background: url(../images/sliderFlecheD.png) no-repeat center center;
	}

	/*************** PAGINATION ******************/
	/*CONTAINER PAGINATION*/
	#slidesTemoignageHome .pagination_container {
		top: 142px;
		height: 15px;
		position: absolute;
		text-align: center;
		width: 320px;
		z-index: 100;
	}


/*---------- Homepage Bloc Actu --------*/
.classTemoingage {
	display: inline-block;
	width: 914px;
	position: relative;
	margin: 0px 0 10px 0;
}


	.classTemoingage:nth-child(2n+1) {
		margin-right: 40px;
	}

.classTemoingageTitre {
	margin-bottom: 10px;
	text-transform: uppercase;
}

	.classTemoingageTitre a {
		color: #FFF;
		text-decoration: none;
	}

.classTemoingageImage {
	width: 270px;
	height: 180px;
	overflow: hidden;
	float: left;
	margin-right: 26px;
}

.classTemoingageDate {
	font-size: 10px;
	color: #FFF;
	font-style: italic;
	margin: 5px 0;
	display: none;
}

.classTemoingageTexte {
	/*margin-top:5px;*/
	max-height: 150px;
	height: 138px;
	line-height: 16px;
	overflow: hidden;
	text-align: justify;
	font-size: 13px;
	color: #dfe4ee;
	float: left;
	width: 615px;
}

.classTemoingageSavoir a {
	color: #FFF !important;
	text-decoration: none;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

	.classTemoingageSavoir a:hover {
		text-decoration: underline;
	}

	.classTemoingageSavoir a:before {
		content: ">  ";
	}

.classTemoingageSavoir {
	/*text-align: right;*/
	font-size: 10px;
	margin: 18px 0 0 0;
	float: left;
	width: 366px;
}

.homeEdito {
	margin-top: 45px;
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	float: none;
}

.homeEditoLien {
	margin-bottom: 20px;
}

/*------------------------------------------------------*/
/*------------------- MASTER PAGE ----------------------*/
/*------------------------------------------------------*/

#bandeauBleuPage {
	background: url(../images/fondBandeauBleuPage.png) center center no-repeat;
	height: 107px;
	width: 100%;
	position: absolute;
	margin: 0 auto;
	top: 330px;
	z-index: 10;
}


/*.menuConnexion {
	overflow: hidden;
	width: 340px;
	margin-left: 145px;
	padding-top: 4px;
}*/


.menuConnexion {
	background: #fff none repeat scroll 0 0;
	font-size: 12px;
	margin-left: 139px;
	margin-top: 40px;
	overflow: hidden;
	padding: 5px 10px;
	text-transform: uppercase;
	width: 100px;
}

	.menuConnexion a {
		text-decoration: none;
	}

.ui-widget-content {
	border: none !important;
	background-color: #e4e4e4 !important;
}

.ui-tabs .ui-tabs-nav {
	padding: 0 !important;
}


.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	color: #4e6692 !important;
}


.txtTab {
	font-family: 'fishfingersregular' !important;
	font-size: 19px;
	font-weight: normal;
	letter-spacing: 1px;
	color: #4e6692 !important;
}

.ui-tabs .ui-tabs-panel {
	padding-top: 35px !important;
}

.ui-widget-header {
	background-image: none !important;
	background-color: #e4e4e4 !important;
	border: none !important;
}


.txtTest {
	font-size: 12px !important;
	border: 1px solid #aaaaaa !important;
	background: #ffffff url("../images/ui-bg_flat_75_ffffff_40x100.png") 50% 50% repeat-x !important;
}

.boxPays {
	float: left;
	width: 200px;
	line-height: 28px;
	height: 28px;
}

	.boxPays select, input[type="text"], input[type="email"], input[type="password"], textarea, #submit {
		background-color: #fff;
		border: 1px solid #2756a2;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		color: #2756a2;
		height: 28px;
		line-height: 28px;
		margin-bottom: 5px;
		outline: medium none;
		overflow: hidden;
		position: relative;
		resize: none;
		-moz-transition: all 0.23s ease 0s;
		-o-transition: all 0.23s ease 0s;
		-webkit-transition: all 0.23s ease 0s;
		transition: all 0.23s ease 0s;
		width: 207px;
	}

.ddlPays {
	background: url("../images/puceddl2.png") no-repeat scroll 170px -1px #fff !important;
	border: medium 1px;
	text-transform: uppercase;
}

.boxDdlPays {
	overflow: hidden;
	width: 190px;
}

.ctPays {
	float: left;
	width: 300px;
}



textarea.txtExperience {
	width: 580px !important;
	height: 120px;
}

textarea.txtInteret {
	height: 45px !important;
}


input.btnAjoutMembre[type="submit"] {
	color: #fff;
	cursor: pointer;
	font-size: 12px;
	background-color: #285DB0;
}

.dv-btn-supp-exp {
	text-align: right;
	margin-right: 70px;
}

.btnAjoutMembre {
	border: medium none;
	height: 30px;
	line-height: 30px;
	padding: 0;
	padding-right: 10px;
	width: 180px;
	background: url('../images/btnPlus.png') no-repeat 10px center;
}

input.btnAjoutMembre[type="submit"]:hover {
	opacity: 0.9;
}

input.btnSuppExperience[type="submit"] {
	color: #fff;
	cursor: pointer;
	font-size: 12px;
	background-color: #285DB0;
}

.btnSuppExperience {
	border: medium none;
	height: 30px;
	line-height: 30px;
	padding: 0;
	padding-right: 10px;
	width: 180px;
}

input.btnSuppExperience[type="submit"]:hover {
	opacity: 0.9;
}




/*.btnAjoutMembre:before{
	   content:url(../images/btnPlus.png);
	   margin-right:5px;
}*/

.boxExp input[type="text"], input[type="email"], input[type="passowrd"], select, textarea, #submit {
	background-color: #fff;
	border: 1px solid #2756a2;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #2756a2;
	height: 28px;
	outline: medium none;
	overflow: hidden;
	position: relative;
	resize: none;
	-moz-transition: all 0.23s ease 0s;
	-o-transition: all 0.23s ease 0s;
	-webkit-transition: all 0.23s ease 0s;
	transition: all 0.23s ease 0s;
	width: 200px;
}

.ctMembreExperience {
	width: 100%;
	text-align: center;
	overflow: hidden;
	margin-top: 20px;
	padding-bottom: 10px;
}

.dv-pays {
	width: 50%;
	float:left;
}

.dv-job {
	width: 50%;
	float:right;
}

.dv-description {
}

.lblMembreExperience {
	text-align: right;
	margin-right: 12px;
}

.ctBtnAjoutExp {
	padding-top: 10px;
}

input.btnEnrProfilMembre[type="submit"] {
	color: #fff;
	cursor: pointer;
	font-size: 12px;
	height: 40px;
}

	input.btnEnrProfilMembre[type="submit"]:hover {
		opacity: 0.8;
	}

.btnEnrProfilMembre {
	background: url("../images/btnEnrProfilMembre.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: medium none;
	height: 30px;
	line-height: 30px;
	padding: 0;
	text-transform: uppercase;
	width: 282px;
	color: #FFF;
}


#dvEnrProfilMembre {
	text-align: right;
	padding: 10px 0;
	/*display:none;*/
}
/*.btnEnrProfilMembre:before {
		content: ">  ";
	}*/


#ctl00_cphPanMilieu_panRecherche {
}

.dvRecherche {
	background-color: #E4E4E4;
	padding: 35px;
	font-size: 14px;
}

h3.noPuce {
}


	h3.noPuce::before {
		content: '';
		margin-right: 8px;
	}

#dvResultatRecherche {
	padding-top: 15px;
}

.listingResultatRecherche {
	background-color: #e4e4e4;
	/*padding: 35px 0 35px 35px;*/
	margin-bottom: 10px;
	height: 110px;
	overflow: hidden;
}

.listingRecherche {
	background-color: #FFf;
	/*padding: 35px 0 35px 35px;*/
	margin-bottom: 10px;
	height: 110px;
	overflow: hidden;
}

.h2RechercheMembre {
	padding-top: 15px;
}

.rechercheMembre {
	background-color: #f3f3f3;
	padding-top: 15px;
}

.ctImageRechecheResultat {
	float: left;
	width: 100px;
	margin-right: 5px;
	height: 110px;
}

.ctDescRechercheResultat {
	float: left;
	width: 512px;
	margin-right: 20px;
	padding: 5px 0;
}

.ctRechercheResultat {
	float: right;
	background: url('../images/fleche_resulta.png') center center #2859a7 no-repeat;
	height: 110px;
	width: 42px;
}

/**************************************/
/********* RECHERCHE D'OFFRE **********/
/**************************************/

.titreOffre {
	font-size: 14px;
	font-weight: bold;
	margin-top: 12px;
	height: 18px;
	overflow: hidden;
}

.dateOffre {
	font-size: 10px;
	margin-top: 4px;
}

.descriptionOffre {
	font-size: 13px;
	margin-top: 6px;
	height: 52px;
	overflow: hidden;
	-ms-text-overflow: ellipsis !important;
	-o-text-overflow: ellipsis !important;
	text-overflow: ellipsis !important;
}

	.descriptionOffre span {
		color: #667696 !important;
		font-weight: normal !important;
		font-size: 14px !important;
	}

.imgResultatRechercheOffre {
	left: 4px;
	position: relative;
}

.lblResultatRechercheTypeOffre {
	/*margin:auto;*/
}

.divResultatRechercheTypeOffre {
	position: relative;
	text-align: center;
	top: 45px;
	width: 100px;
}


.titreDossier {
	font-size: 14px;
	font-weight: bold;
	/*margin-top: 12px;
	height: 18px;
	overflow: hidden;*/
}

.dateDossier {
	font-size: 10px;
	margin-top: 4px;
}

.descriptionDossier {
	font-size: 13px;
	margin-top: 6px;
	height: 50px;
	overflow: hidden;
}

.imgResultatRechercheDossier {
	left: 18px;
	position: relative;
}


.divResultatRechercheTypeDossier {
	position: relative;
	text-align: center;
	top: 45px;
	width: 93px;
}


/******************************************/
/**************DETAIL OFFRE****************/
/******************************************/

#divImageDetailOffre {
	margin-right: 20px;
	position: relative;
	top: -34px;
	width: 164px;
	height: 164px;
	background-color: white;
}

.imgDetailOffre {
	position: relative;
	left: 14px;
	top: 10px;
}

.divDetailOffre {
	margin-top: 90px;
	background-color: #e4e4e4;
	padding-left: 35px;
	padding-right: 35px;
	padding-bottom: 100px;
	font-size: 14px;
	color: #667696;
}


.row {
	display: inline-block;
}

#divDetailOffreHautDroite {
	vertical-align: top;
	margin-top: 30px;
	max-width: 440px;
	/*color: #97a0b2;*/
}

#divImageDetailOffreInside {
	height: 155px;
	width: 155px;
	background: #e4e4e4;
	top: 4px;
	left: 4px;
	position: relative;
	overflow: hidden;
}

.lblDetailOffreTitle {
	/*font-weight:bold;*/
	color: #1f3f70;
}

.blocDetailOffre {
	margin-top: 20px;
	margin-bottom: 40px;
	font-size: 13px;
}

.divDetailOffreTitre {
	color: #1f3f70;
	/*font-weight:bold;*/
	margin-bottom: 10px;
	text-transform: uppercase;
	font-size: 14px;
}

#divDetailOffreDesc {
	margin-top: 10px;
}


.divDetailOffreTypeOffre {
	position: relative;
	text-align: center;
	top: 70px;
}

#divDetailOffreHautDroite .lblDetailOffreTitle {
	font-weight: bold;
}


#divDetailOffreTitre {
	margin-top: 10px;
	font-family: 'hazelnut_waterlight';
	color: #264a83;
	font-size: 40px;
}

#divDetailOffreTypesOffre {
	text-transform: uppercase;
}



#divRetourRecherche {
	float: right;
	width: 282px;
}

	#divRetourRecherche img {
		position: relative;
	}

.lblRetourRecherche {
	color: white;
}

#divRetourRecherche a, #divRetourRecherche a:hover, #divRetourRecherche a:visited {
	text-decoration: none;
}


#spanLblRetourRecherche {
	left: 85px;
	position: relative;
	top: -30px;
}

.imgDetailDossier {
	position: relative;
	left: 10px;
	top: 10px;
}

.divRechercheTrombiSelectionPays {
	/*display:block;*/
}



/************************************************/
/*****************TROMBINOSCOPE******************/
/************************************************/

#divDescTrombinoscope {
	font-size: 40px;
	font-family: 'hazelnut_waterlight';
	margin-bottom: 30px;
}

/*RECHERCHE*/
#divRechercheTrombinoscope {
	background-color: #e4e4e4;
}

#divRechercheTrombiMembresPartis {
	padding-top: 0px;
}

#divRechercheTrombiMostCles {
	padding: 15px 0 15px 0;
}

#divRechercheTrombinoscope div {
	border: none;
}


.divButtonRecherche {
	float: right;
	padding: 10px 0 10px 10px;
}

.divRechercheTrombiTitrePart {
	text-transform: uppercase;
	color: #264a83;
	margin: 5px 0;
}

.divNoMaj {
	text-transform: none;
}

.rowForm {
	float: none;
	padding-top: 0 !important;
}


/*RESULTATS RECHERCHE*/


.divResRechercheTrombi {
	margin-top: 80px;
}

.hplListeTrombi {
	height: 220px;
	width: 155px;
	padding: 5px;
	background-color: #fff;
	display: inline-block;
	margin: 8px 8px 0 0;
	overflow: hidden;
}

.imgMembresTrombi {
	width: 155px;
}

.lblTrombiPrenom {
	font-weight: bold;
}

.lblTrombiNom {
	/*text-transform:uppercase;*/
}

.divNomListeTrombi {
	margin-top: 5px;
	width: 500px;
	height: 17px;
	line-height: 13px;
	overflow: hidden;
	border-bottom: solid 1px #bdc8da;
}

.divTextListeTrombi {
	width: 100%;
	overflow: hidden;
}

.divResRechercheTrombi a, .divResRechercheTrombi a:visited, .divResRechercheTrombi a:hover {
	text-decoration: none;
	cursor: pointer;
}

.divPaysListeTrombi {
	width: 500px;
	color: #667696;
	margin-top: 5px;
}

/************Trombi detail*************/

.imgDetailTrombi {
	/*height:155px;*/
	width: 155px;
}

.pictoTrombi {
	width: 20px;
}

.bold {
	font-weight: bold;
}

#divNomDetailTrombinsocope {
	font-size: 32px;
	font-family: 'hazelnut_waterlight';
	width: 440px;
	color: #264a83;
}

.underline {
	border-bottom: 1px solid #abb5c7;
}

.lignePays p {
	margin-bottom: 0px;
}

.titreTrombiDetail {
	text-transform: uppercase;
}

.sousTitreTrombiDetail, .titreTrombiDetail {
	color: #264a83;
}

.lineTrombiDetail p {
	color: #264a83;
	text-transform: uppercase;
	margin-bottom: 0px;
}

.lineTrombiDetail {
	margin-bottom: 20px;
}

#divDescDetailTrombi {
	margin: 0 0 20px 0;
}

#divPaysDetailTrombinoscope {
	margin-top: 10px;
}

.experienceTrombi {
	margin-bottom: 30px;
}

	.experienceTrombi p {
		margin-bottom: 0px;
	}

#divExpTrombiDetail {
	margin-top: 20px;
}

#divAjoutComm textarea {
	width: 580px !important;
	height: 100px;
	margin-left: 20px;
	border-radius: 0;
	border: #969696 solid 1px;
}

#divAjoutComm img {
	vertical-align: top;
}

/*.textareaCommentaire{

}*/

.TitreAjoutComm {
	font-size: 40px;
	font-family: 'hazelnut_waterlight';
	/*width:440px;*/
	color: #264a83;
	margin-bottom: 20px;
}

#divAjoutComm {
	margin-top: 60px;
}

.clsSignalAbu {
	position: absolute;
	top: 16px;
	right: 16px;
	z-index: 9999;
}

.commentTrombi {
	position: relative;
	/*height: 85px;*/
	box-shadow: 1px 1px 5px 0 rgba(50, 50, 50, 0.6);
	margin-top: 5px;
	overflow: hidden;
	padding: 20px;
	background: #FFF;
}


.ligne-haut-com {
	width: 100%;
	margin-bottom: 20px;
}

.divDetailCom {
	width: 555px;
}

.fright {
	float: right;
}

.divImgCom {
	text-align: center;
	/*margin: 0 35px;*/
}

	.divImgCom span {
		display: inline-block;
		padding-left: 10px;
	}

	.divImgCom img {
		width: 70px;
		height: 70px;
		border-radius: 100%;
	}

.arrow-button {
	/*margin: 1em auto;*/
	width: 140px;
	text-align: center;
	background-color: #eee;
	padding: 5px 0;
	font-size: 12px !important;
	display: block;
	color: rgb(71,111,176);
	text-decoration: none;
	text-transform: uppercase;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	box-shadow: 1px 1px 5px 0 rgba(50, 50, 50, 0.6);
	border-radius: 8px;
	cursor: pointer;
}

	.arrow-button:hover {
		color: #eee;
		background-color: rgb(71,111,176);
	}

.arrow-left::before {
	content: '\25c4';
	padding-right: 0.5em;
}


.arrow-right::before {
	content: '\25ba';
	padding-right: 0.5em;
}

.arrow-down::before {
	content: '\25bc';
	padding-right: 0.5em;
}

.arrow-up::before {
	content: '\25b2';
	padding-right: 0.5em;
}

.padFright {
	padding-top: 20px;
}

.lblLigneHautCom {
	width: 150px;
}

.btnRepondreCom {
	background: #2756a2;
	border: none;
	font-size: 11px !important;
	color: #FFF !important;
	text-transform: uppercase;
	padding: 10px;
}

	.btnRepondreCom, .btnRepondreCom:hover, .btnRepondreCom:visited {
		text-decoration: none;
		cursor: pointer;
		opacity: 0.85;
	}

.btnRepCommentaire {
	text-align: right;
}

.btnSignal {
	vertical-align: middle;
}

.lblNomComment {
	font-size: 13px;
	color: #1f3f70;
	font-weight: bold;
	width: 150px;
}


.detailCommentaire {
	font-size: 12px;
	/*overflow: hidden;*/
}

.divdroitCommentaire {
	width: 435px !important;
}

.commentaireTrombinoscope {
	margin-left: 40px;
}

.hide {
	display: none;
}



span .rotate {
	-ms-transform: rotate(90deg); /* IE 9 */
	-webkit-transform: rotate(90deg); /* Safari */
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}

.panProfilIncomplet {
	color: #eb8f18;
	border: 1px solid #eb8f18;
	margin-bottom: 20px;
	padding: 28px;
}

.divTextProfilIncomplet {
	width: 570px;
	vertical-align: middle;
}

.profilIncompletImg {
	margin-right: 28px;
}



.profilIncompletFloat {
	background-color: #eb8f18;
	color: white;
	cursor: pointer;
	float: right;
	padding: 2px 5px;
	position: relative;
	right: 29px;
	text-decoration: none;
	top: -7px;
}

	.profilIncompletFloat:hover, .profilIncompletFloat:visited {
		color: white;
	}

.imgStyloProfilIncomplet {
	margin: 3px;
}

.hplConnexionAncienSite {
	margin-top: 20px;
}

.panAccesAncienSite {
	margin-top: 20px;
}


.divImageListeTrombi {
	height: 155px;
	overflow: hidden;
	width: 155px;
}

.lienMdpOublie {
	background: none;
	border: none;
	color: #667696 !important;
	text-decoration: underline;
}

.btnOublie {
	color: #fff !important;
	border: none;
	margin-top: 0;
	padding: 2px 4px !important;
	margin-left: 10px;
	cursor: pointer;
}


.formRow {
	margin: 20px 0;
}

	.formRow select {
		width: 330px;
	}


.textareaTemoignage {
	width: 100%;
	height: 250px;
}

.uppercase {
	text-transform: uppercase;
}

.dvLblPays {
	float: left;
	line-height: 28px;
	padding-bottom: 10px;
	width: 20px;
}


.dvSignaler {
	padding-top: 8px;
	text-align: center;
}

.dvMessageContribue {
	text-align: right;
}


.clsPanierGuide[type="submit"]:hover {
	background: #1f3f70;
	cursor: pointer;
}

.clsPanierGuide[type="submit"] {
	width: 150px;
	height: 30px;
	background: #285db0;
	color: #fff;
	border: 0;
	margin-top: 15px;
	text-transform: uppercase;
}

.clsExpiration {
	border-color: red !important;
	color: red;
}

.clsRptHisoHeader {
	padding: 10px;
	overflow: hidden;
	background-color: #FFF;
}

.clsRptHiso {
	padding: 10px;
	overflow: hidden;
	background-color: rgba(40, 93, 176, 0.8);
	color: #FFF;
}

	.clsRptHiso:nth-child(odd) {
		background-color: rgb(243,243,243);
		color: #285db0;
	}

	.clsRptHiso:nth-child() {
	}


.dvHistorique {
	width: 125px;
}


.panProfil {
	width: 780px;
}

/*sous menu membre */
.menuMobileMembre {
}
/*#menuMembre{display:none;}*/

.ct-adhesion-cv {
	display: flex;
	width: 100%;
	flex-direction:column;
	/* flex-flow:nowrap; */
}

.dv-adhesion-cv{
	width:100%;
	padding-bottom: 20px;
	text-transform: uppercase;
}
.dv-adhesion-cv p{
	padding-top:10px;
	text-transform:initial;
}
.dv-adhesion-cv span{
	font-weight:bold;
	display:block;
	width: 15%;
}

.chk-prix-cv{
	display:flex;
	width:100%;
	align-items:  center;
	justify-content: space-between;
}

#ctl00_cphPanMilieu_panEtape5 {
	background-color: #E4E4E4;
	padding: 2%;
}