@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Lato');
@import url('https://fonts.googleapis.com/css?family=BenchNine:400,700');
/* CSS Document */
* {
	margin:0px;
	padding:0px;
}
/*
vert : #a2b08f
*/

/* GENERAL */
.txtPetit{
	font-size:8px;
}
.divClear{
	clear:both;
}


body{
	background-color:#324557;
	font-family: 'Montserrat', sans-serif;
	color:#e8eef4;
}
.divRef{
	margin:auto;
	width:300px;
	max-width:100%;
	height:5px;
	overflow:hidden;
}
img{
	border:0px;
}

table{
margin:auto;
border:0px solid #ddd;
border-radius:5px;
}
td{
	padding:3px;
	background-color:#e9f5f5;
	border:1px #5ebfbe solid;
	border-radius:5px;
}

table.invisible{
margin:auto;
border:0px;
border-radius:5px;
}
table.invisible tr td{
	padding:3px;
	background-color:transparent;
	border:0px;
}


.trTitre td{
background-color:#aaa;
}

iframe{
	border:none;
	margin: 0;
	padding: 0;
	overflow:hidden;
}

a{
	color:#fff;
	text-decoration:none;
}
a:hover{
	color:#fff;
	text-decoration:none;
}
a:active,
a:focus{
   outline:none;
}
a.neutre,
a.neutre:hover{
	background-color:transparent !important;
	color:inherit !important;
	text-decoration:none !important;
	display:inline !important;
	border:0px !important;
	padding:0px !important;
	margin:0px !important;
}
a.neutre::before{
	content:normal !important;
}
.divLiensPartageReseauxArticle a{
	display:inline !important;
	border:0px;
	padding:0px;
	margin:0px;
}

hr{
	border: 1px dotted #999;
	margin:30px;
}
/* Video */
	.video-wrapper {
		width: 600px;
		max-width: 100%;
		margin:auto;
	}
	.video-container {
		position: relative;
		padding-bottom: 56.25%;
		padding-top: 30px;
		height: 0;
		overflow: hidden;
	}
	
	.video-container iframe,  
	.video-container object,  
	.video-container embed {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
/* pour rechecher */
.highLight{
	background-color:#ffff00;
	color:#000000;
	padding-left:2px;
	padding-right:2px;
}
/*Dobeuliou ckeditor (ds /css/style.css, /bo/css/style.css, /bo/ckeditor/content.css) */
.txtPlusPetit{
	font-size:0.8em;
}
.txtPlusGrand{
	font-size:1.2em;
}
.txtCouleur1{
	color:#ff0000;
}
.txtCouleur2{
	color:#00ff00;
}
.txtCouleur3{
	color:#0000ff;
}
.txtCouleur4{
	color:#ffff00;
}
.txtCouleur5{
	color:#ff00ff;
}

h1{
	font-family: 'Advent Pro', sans-serif;
	color:#72b4e3;
	font-size:2.0em;
	text-shadow: 2px 2px 3px rgba(0,0,0,0.2);
	line-height:1.0em;
	margin-top:0px;
	padding-bottom:15px;
	font-weight:200;
	letter-spacing:0.1em;
}
h2{
	font-size:1.4em;
	font-weight:normal;
	color:#fff36d;
	margin-top:10px;
	margin-bottom:10px;
}
.divRef{
}
.divRef img{
	display:block;
	max-width:90%;
	margin:0px;
	padding:0px;
}
.divCadreVideo{
	background-color:#000;
	padding:5px;
}
.divCadreVideo .video{
	width:100%;
	height:360px;
}

/* HEADER */

header{
	display:block;
	max-width:100%;
	margin:auto;
	margin-top:0px;
	z-index:2000;
	position:relative;
	height:160px;
}
header > h1{
		display:block;
		position:absolute;
		top:35px;
		left:25%;
		color:#fff;
		font-size:40px;
		font-family: 'Poppins', sans-serif;
		letter-spacing:0.1em;
		text-align:center;
		margin:10px 0px 40px 0px;;
		padding:0px;
	}
.divLogo{
	display:block;
	text-align:left;
	width:20%;
	padding-left:5%;
	margin-top:15px;
	z-index:1000 !important;
	position:relative;
}
	.divLogo img{
		height:180px;
	}
	
.divMenu{
	position:relative;
	display:block;
	width:100%;
	/*background-color:#FF0;*/
	z-index:2000 !important;
	overflow:visible;
}

.divBtnHD{
	position:absolute;
	display:block;
	padding:5px;
	top:0px;
	right:0px;
	z-index:1000;
}
.divPictoHD{
	display:block;
	float:right;
	text-align:right;
	margin-left:5px;
	width:30px;
	z-index:1000;
}
.divPictoHD img{
	width:100%;
	border-radius:3px;
	box-shadow:2px 2px 2px rgba(0,0,0,0.3);
}
.divLangHD{
	display:block;
	float:right;
	text-align:right;
	margin-right:4px;
	margin-left:4px;
}


.divMenuGaleries{
	display:block;
	float:left;
	width:20%;
	padding-top:80px;
}
.divMenuGaleries > h1{
	color:#fff;
	text-align:center;
}

.divConteneurGlobal{
	display:block;
	float:left;
	width:75%;
	max-width:1200px;
	margin:5px 2% 30px 1%;
	
	z-index:1;
	position:relative;
}
.divConteneurGlobalAccueil{
	margin-top:15px;
	max-width:auto;
}


/*************** CONTENU *********************/

.divConteneurContenu{
	display:block;
	box-sizing:border-box;
	width:100%;
	padding-top:10px;
	padding-bottom:20px;
	min-height:360px;
	margin:auto;
	margin-top:5px;
	z-index:1;
	border:2px #72b4e3 dotted;
	border-radius:60px 0px 60px 0px;
	box-shadow:0px 0px 10px rgba(0,0,0,0.3);
	background-color:rgba(0,0,0,0.2);
}
.divContenu {
	display:block;
	min-height:400px;
	width:92%;
	margin-left:4%;
	margin-right:4%;
	padding-top:15px;
	margin-top:0px;
	text-align:left;
	font-size:1.0em;
	position:relative;
}

.divTitrePage{
	text-align:center;
}

/* ARTICLES PAGES */

.divArticleContenu{
	padding-bottom:20px;
	margin-top:0px;
	margin-bottom:20px;
}

.divArticleContenu h2{
	margin-top:0px;
	padding-top:0px;
}

.divTexteArticle{
	display:block;
	float:none;
	width:100%;
	margin:auto;
	max-width:640px;
}

.divPhotoSeule{
	display:block;
	margin:auto;
	text-align:center;
}

.divPhotoArticleLeft,
.divPhotoArticleLeftBig{
	display:block;
	float:left;
	text-align:right;
	margin-right:2%;
	margin-top:15px;
}

.divTexteArticleLeft,
.divTexteArticleLeftBig{
	display:block;
	float:left;
	padding-top:15px;
}
.divPhotoArticleRight,
.divPhotoArticleRightBig{
	display:block;
	float:right;
	text-align:left;
	margin-left:2%;
}
.divTexteArticleRight,
.divTexteArticleRightBig{
	display:block;
	float:right;
}

.divPhotoArticleLeft,
.divPhotoArticleRight
{
		width:48%;
}
.divTexteArticleLeft,
.divTexteArticleRight
{
		width:50%;
}
.divPhotoArticleLeftBig,
.divPhotoArticleRightBig{
		width:75%;
}
.divTexteArticleLeftBig,
.divTexteArticleRightBig{
		width:20%;
}

.divPhotoArticleLeft  img, 
.divPhotoArticleRight  img,
.divPhotoArticleLeftBig img, 
.divPhotoArticleRightBig img,
.divPhotoSeule img{
	max-width:100%;
	height:auto;
	margin-bottom:10px;
	border-radius:0px;
}

.divLegendePhotoArticle{
	font-size:0.6em;
	font-style:italic;
	text-align:right;
	padding-right:5px;
	margin-top:-8px;
	color:rgba(255,255,255,0.7);
	text-shadow:1px 1px 0px rgba(0,0,0,0.5);
}
.divPhotoSeule .divLegendePhotoArticle{
	text-align:center;
	font-size:0.8em;
	margin-top:-10px;
}
	.divCorpsArticle{
		padding-left:0px;
	}
	.divCorpsArticle a,
	a.lienCorpsArticle,
	a.lienCorpsArticleBack{
		display:inline-block;
		border-bottom:2px #72b4e3 dotted;
		padding:1px 5px;
		transition:all 0.5s;
		color: #fff;
	}
	.divCorpsArticle a::before,
	a.lienCorpsArticle::before{
		content:"› ";
	}
	a.lienCorpsArticleBack::before{
		content:"‹ ";
	}
	.divCorpsArticle a:hover,
	a.lienCorpsArticle:hover,
	a.lienCorpsArticleBack:hover{
		color:#fff;
		border-radius:4px;
		background-color:#72b4e3;
		border-bottom-style:solid;
	}
	.divCorpsArticle p{
		padding-top:5px;
		padding-bottom:5px;
		margin-top:10px;
	}
	.divCorpsArticle p:first-child{
		padding-top:0px;
		margin-top:0px;
	}
	.divCorpsArticle ul{
		margin:5px;
		padding:5px 0px;
	}
	.divCorpsArticle li{
		margin-left: 20px;
		margin-bottom:8px;
	}
	.divCorpsArticle img{
		max-width:100%;
	}
	.divCorpsArticle blockquote{
			margin:10px 0px 10px 20px;
			border-left:5px #ccc solid;
			padding-left:15px;
			
	}
	.divListePdfsArticle{
		padding:15px;
	}
	.divListePdfsArticle > a{
		display:block;
	}
	.divListePdfsArticle > a > img{
		width:20px;
		margin-right:5px;
	}
	.divLirelasuiteArticle{
		text-align:right;
		margin:10px 0px;
	}
	.divLirelasuiteArticle > a{
		color:#cb1700;
		background-color:#ffbb9e;
		box-shadow:2px 2px 4px rgba(0,0,0,0.2);
		font-size:1.2em;
	}
	.divLienRetourFamille{
		margin:15px;
		text-align:center ;
	}
	.divLienRetourFamille > a::before{
		content:"‹ " !important;
	}

.divConteneurGallery{
  display:block;
  width: 98%;
  padding:1%;
  background-color: #dedede;
  /* à changer aussi ds royalslider/skins/default/rs-default.css !! */
  margin-bottom:15px;
  border-radius: 0px;
  text-align:center;
}
#gallery-article {
  width: 100%;
  user-select: none;
  text-align:left !important;
  margin:auto;
  padding:0px;
}

/* Mur Logos */
.divBlocMurLogos{
	display:inline-block;
	position: relative;
	width:215px;
	height:200px;
	padding:10px;
	margin:10px;
	border-radius:10px;
	box-shadow:2px 2px 5px rgba(0,0,0,0.2);
	overflow:hidden;
	text-align:center;
}
.divBlocMurLogos .divLogoMur{
	width:90%;
	position: absolute;
  	top: 50%; /* poussé de la moitié de hauteur du référent */
  	transform: translateY(-50%); /* tiré de la moitié de sa propre hauteur */
	line-height:0px;
	text-align:center;
}
.divBlocMurLogos img{
	max-width:180px;
	max-height:200px;
	width:auto;
	height:auto;
}

/* BTN PRECEDENT LISTE SUIVANT */
#divBoutonPrecedent a,
#divBoutonListe a,
#divBoutonSuivant a,
#divBoutonSelectionner a,
#divBoutonSelectionner .divProduitSelect{
	display:block;
	float:left;
	margin-top:0px;
	margin-right:5px;
	border-radius:7px;
	width:30px;
	height:30px;
	padding:5px;
	position:relative;
	text-decoration:none;
	font-size:28px;
	line-height:1.0em;
	text-align:center;
	cursor:pointer;
	z-index:10;
	background-color:rgba(0,0,0,0.2);
	color:rgba(255,255,255,0.6);
}
#divBoutonSelectionner .divProduitSelect{
	cursor:default;
}
#divBoutonSelectionner a,
#divBoutonSelectionner .divProduitSelect{
	width:auto;
	text-transform:uppercase;
	font-family:'BenchNine', sans-serif;
}
#divBoutonPrecedent a:hover,
#divBoutonListe a:hover,
#divBoutonSuivant a:hover,
#divBoutonSelectionner a:hover,
#divBoutonSelectionner .divProduitSelect{
	background-color:rgba(0,0,0,0.5);
	border-color:#fff;
	color:#fff;
	text-decoration:none;
}
#divBoutonPrecedent a img,
#divBoutonListe a img,
#divBoutonSuivant a img,
#divBoutonSelectionner a img,
#divBoutonSelectionner .divProduitSelect img{
	height:100%;
	width:auto;
	opacity:0.6;
}
#divBoutonPrecedent a:hover img,
#divBoutonListe a:hover img,
#divBoutonSuivant a:hover img,
#divBoutonSelectionner a:hover img,
#divBoutonSelectionner .divProduitSelect img{
	opacity:1.0;
}

/* FORMS */

.divFormColG{
	display:block;
	width:28%;
	float:left;
	text-align:right;
	margin-right:2%;
	margin-top:2px;
	margin-bottom:2px;
	clear:both;
}
.divFormColD{
	display:block;
	width:70%;
	float:left;
	text-align:left;
	margin-top:2px;
	margin-bottom:2px;
	
}
input, textarea, select, a.lienCmd{
	background-color:#fff.8); 
	border : 1px  #72b4e3 solid; 
	font-size: 16px;  
	color: #333; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width:98%;
	padding:3px 1%;
	margin:1px 0px;
	border-radius: 0px;
	}
input[type=checkbox],
input[type=radio]{
	width:auto;
}
a.lienCmd{
	display:block;
	background-color:#72b4e3;
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
	border-radius: 20px 20px 0px 20px;
	font-size:1.0em;
	max-width:300px;
	color:#fff;
	text-decoration:none;
	padding:10px;
	margin-top:5px;
	margin-bottom:5px;
	transition:all 0.5s;
}
a.lienCmd:hover{
	background-color:#fff04c;
		background-position:top center;
		background-repeat:repeat-y;
		color:#333 !important;
		border-color:#fff;
		text-decoration:none;
}


/*** FOOTER ***/

#btnHautdepage{
	display:block;
	width:30px;
	height:15px;
	margin:auto;
	padding:10px;
	border-radius:40px 40px 0px 0px;
	text-align:center; 
	font-size:15px; 
	cursor:pointer;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin-top:10px;
	color:#fff;
	background-color:#72b4e3;
	transition:all 0.5s;
}
#btnHautdepage:hover{
	background-color:#000;
}

.divConteneurFooter,
.divConteneurFooterAccueil{
	position:relative;
	display:block;
	color:rgba(255,255,255,0.8);
	border-radius:0px;
	width:96%;
	padding:2%;
	padding-top:15px;
	padding-bottom:0px;
	margin-top:15px;
	text-align:center;
}

.divFooter a{
	color:rgba(255,255,255,0.8);
}
.divFooter a:hover{
	color:#fff;
}

.divDobeul{
	display:block;
	padding:4px;
	padding-right:0px;
	text-align:right;
	font-size:10px;
}
.divDobeul a{
	font-family:Verdana, Geneva, sans-serif;
	color:rgba(255,255,255,0.4);
	text-decoration:none;
}
.divDobeul a:hover{
	color:rgba(255,255,255,0.8);
	text-decoration:none;
}

.divLegal{
	text-align:center;
	color:#fff;
	font-family:Verdana, Geneva, sans-serif;
	font-size:0.8em;
	padding:20px;
}
.divLogosFooter{
	margin-top:15px;
}
.divLogosFooter img{
	height:80px;
	width:auto;
	margin:5px;
	box-shadow:2px 2px 4px rgba(0,0,0,0.2);
}

/* REF OBJETS LIEUX */
	.divRefRecherche{
		font-size:0.8em;
		margin:20px auto;
		color:#F99;
		text-align:center;
		background-color:rgba(255,255,255,0.2);
		padding:15px;
		border-radius:15px;
	}
	.divRefRecherche img{
		height:12px;
		opacity:0.5;
	}
	a.btnItineraire{
		color:#fff;
		background-color:#F66;
		display:block;
		width:96%;
		padding:15px 2%;
		text-align:center;
		border:0px;
		border-radius:15px;
	}
	a.btnItineraire::before{
		content:"";
	}
	a.btnItineraire img{width:50px;}
	a.btnItineraire:hover{
		color:#fff;
		background-color:#C33;
		border-radius:15px;
	}

/* RESEAUX */

.divLiensPartageReseauxArticle{
	margin-top:5px;
	margin-bottom:5px;
	text-align:right;
}
.divLiensPartageReseauxArticle a img{
	width:16px;
	height:auto;
	border-radius:2px;
	opacity:0.7;
}
.divLiensPartageReseauxArticle a:hover img{
	opacity:1.0;
}
.divLiensPartageReseauxFooter{
	margin:auto;
	text-align:center;
	padding:5px;
	font-size:0.7em;
}
.divLiensPartageReseauxFooter a img{
	width:25px;
	height:auto;
	border-radius:2px;
	opacity:0.8;
	margin:2px;
}
.divLiensPartageReseauxFooter a:hover img{
	opacity:1.0;
}




@media screen and (max-width:1250px){
	.divMenuGaleries{
		width:25%;
	}
	.divConteneurGlobal, 
	.divConteneurGlobalAccueil{
		width:71%;
	}
}
@media screen and (max-width:1000px){
	.divLogo img{
		height:160px;
	}
	header > h1{
		font-size:32px;
		left:28%;
	}
	.divMenuGaleries{
		display:none;
	}
	.divConteneurGlobal, 
	.divConteneurGlobalAccueil{
		width:98%;
		margin:auto;
		float:none;
	}
	.divContenu {
    width: 98%;
    margin-left: 1%;
    margin-right: 1%;
}
}
@media screen and (max-width:900px){
}
@media screen and (max-width:760px){
	.divLogo img{
		height:120px;
	}
	header > h1{
		font-size:25px;
		left:28%;
	}
	.divConteneurFooter{
		position:relative;
	}
	.divConteneurFooter a{
		font-family:Arial, Helvetica, sans-serif;
		font-size:13px;
	}
	.divConteneurContenu {
		padding-top:5px;
	}
	.divContenu h1{
		font-size:1.3em;
	}
	.divContenu h2{
		font-size:1.3em;
	}
	.divCadreVideo .video{
		height:260px;
	}
	
	/*equipe*/
	.divPhotosEquipe{
		margin-bottom:10px;
	}
	.divPhotosEquipe img{
		height:110px;
		margin-right:10px;
		margin-bottom:10px;
	}
		
	/* ARTICLES PAGES & RESUMES */

	.divPhotoArticleResumeLeft, .divTexteArticleResumeLeft, .divPhotoArticleResumeRight, .divTexteArticleResumeRight, 
	.divPhotoArticleLeft, .divTexteArticleLeft, .divPhotoArticleRight, .divTexteArticleRight, 
	.divPhotoArticleLeftBig, .divTexteArticleLeftBig, .divPhotoArticleRightBig, .divTexteArticleRightBig,
	.divArticleColG, .divArticleColD, 
	.divFicheVillageColG, .divFicheVillageColD,
	.divFormColG, .divFormColD,
	.divDemiColG, .divDemiColD,
	.divBlogCategories, .divBlogListePosts{
		float:none;
		width:100%;
		margin-left:0px;
		margin-right:0px;
	}
	.divPhotoArticleResumeLeft, .divPhotoArticleResumeRight,.divPhotoArticleLeft, .divPhotoArticleRight{
		text-align:center;
	}
	.divFormColG{
		text-align:left;
	}


}
@media screen and (max-width:500px){
	.divLogo{
		width:50%;
		margin:auto;
		text-align:center;
	}
	.divLogo img{
		height:60px;
	}
	header > h1{
		position:relative;
		font-size:25px;
		left:auto;
		top:auto;
		margin:auto;
		display:block;
		max-width:300px;
		text-align:center;
	}
	.divCadreVideo .video{
		height:260px;
	}
	.divArticleContenu.mobileOff{
		display:none;
	}
}
