@charset "utf-8";
/* CSS Document */
* {
	margin:0px;
	padding:0px;
	box-sizing:border-box;
}
/* GENERAL */
.txtPetit{
	font-size:8px;
}
.divClear{
	clear:both;
}
body{
	
	background-color:#e1b28b;
	font-family: "Quicksand",Sans-serif;
	background-image:url(../images/H-bg.png);
	background-image-opacity: 0.2;
	color:#333;
	width:100%;
	height:100%;
	margin:0;
	padding:0;
}
.divRef{
	margin:auto;
	position:relative;
	width:300px;
	height:5px;
	overflow:hidden;
}
.divRef img{
	display:block;
	max-width:90%;
	margin:0px;
	padding:0px;
}
img{
	border:0px;
}

table{
margin:auto;
border:0px solid #ddd;
border-radius:5px;
}
td{
	padding:5px;
	background-color:#ffe4ce;
	border:0px #fff solid;
	border-radius:3px;
	margin:2px;
}

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:#000;
	text-decoration:none;
}
a:hover{
	color:#e31f2d;
	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;
}
/* 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;
}
span.lettrine{
	display:inline-block;
	float:left;
	font-family: 'Dancing Script', cursive;
	color:#777;
	font-size:60px;
	line-height:30px;
	padding-right:5px;
}
.txtCouleur1{
	color:#e31f2d;
}
.txtCouleur2{
	color:#00ff00;
}
.txtCouleur3{
	color:#0000ff;
}
.txtCouleur4{
	color:#ffff00;
}
.txtCouleur5{
	color:#ff00ff;
}



.divCadreVideo{
	background-color:#000;
	padding:5px;
}
.divCadreVideo .video{
	width:100%;
	height:360px;
}

h2{
	font-family: "Abril Fatface", serif;
	color:#ff7000;
	line-height:0.9em;
	margin-bottom:15px;
}

/*langues */
.divLangues{
	position:relative;
	z-index:3000;
	width:55px;
	float:right;
	margin-top:7px;
}
	.divLangueSelect{
		width:50px;
		height:26px;
		background-color:#fff;
		color:#a0333d;
		font-size:16px;
	    font-weight:bold;
		padding:2px;
	}
	.divAutresLangues{
		position:absolute;
		top:0px;
		left:0px;
		z-index:2000;
		width:50px;
		height:25px;
		overflow:hidden;
		transition:all 0.5s;
		padding:0px;
		border:1px #fff solid;
	}
	.divLangues:hover .divAutresLangues {
		height:105px;
	}
	.divAutresLangues a{
		display:block;
		background-color:#ffd4c2;
		width:50px;
		padding:2px;
	}
	.divAutresLangues a:first-child{
		margin-top:25px;
	}
	.divAutresLangues a:hover{
		background-color:#a0333d;
	}
.divLangHD{
	display:block;
	float:right;
	text-align:right;
	margin-right:4px;
	margin-left:4px;
}
/* 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%;
	}

#global{
	position:relative;
	margin:0px;
}

/* HEADER */
header{
	width:100%;
	z-index:100;
	position:fixed;
	top:0px;
	left:0px;
	height:95px;
	background-color:transparent;
	transition:all 0.5s;
}
.headerOpaque,
.headerToujoursOpaque{
	background-color:#666666;
	box-shadow:0px 0px 5px rgba(0,0,0,0.5);
}
	.divMenu{
		position:absolute;
		height:61px;
		width:100%;
		top:15px;
		left:0px;
		z-index:101 !important;
		overflow:visible;
		transition:all 0.5s;
	}
	
	.divLogo{
		display:block;
		margin:25px auto;
		text-align:center;
		position:relative;
		z-index:2000 !important;
		width:60%;
		max-width:280px;
		transition:all 0.5s;
		user-select: none;
	}
	.divLogo:hover{
		animation: rubberBand; /* referring directly to the animation's @keyframe declaration */
		animation-duration: 1s; /* don't forget to set a duration! */
	}
	.divLogoReduit,
	.divLogoToujoursReduit{
		max-width:120px;
		margin-top:5px;
	}
	.divLogo img{
		width:100%;
	}
	.divBtnHD{
		position:absolute;
		display:flex;
		flex-wrap:wrap;
		justify-content:right;
		padding:0px;
		top:10px;
		right:10px;
		width:70px;
		z-index:1000;
	}
		.divPictoHD{
			display:block;
			margin:0px 5px 5px 5px;
			width:40px;
			border:1px #fff solid;
			background-color:rgba(0,0,0,0.9);
			line-height:0px;
			z-index:1000;
			
		}
		.divPictoHD img{
			width:100%;
		}
		.divPictoHD:hover{
			background-color:#ff7000;
		}
	.divLangHD{
		display:block;
		float:right;
		text-align:right;
		margin-right:4px;
		margin-left:4px;
	}

	
	.divConteneurDiaporama{
		position:relative;
		width:100%;
		margin-top:0px;
		overflow:hidden;
		background-color:transparent;
	}
	.divRemplaceBanniere{
		height:100px;
	}


	

.divConteneurGlobal{
	display:block;
	width:96%;
	max-width:1300px;
	margin:0px auto;
	z-index:1;
	position:relative;
}



/*************** CONTENU *********************/

@keyframes conteneurContenuAnim {
  0%   {margin-top:20px;}
  25%   {margin-top:20px;}
  100% {margin-top:-20px;}
}
.divConteneurContenu{
	display:block;
	position:relative;
	width:100%;
	margin-left:auto;
	margin-right:auto;
	margin-top:30px;
	margin-bottom:50px;
	z-index:1;
	background-color:#f2e5d9;
	
	border-radius:0px;
	/*
	box-shadow:0px 0px 10px rgba(0,0,0,0.5);
	
	animation-name: conteneurContenuAnim;
  	animation-duration: 3s;
	animation-timing-function: ease-in-out;
	position:relative;*/
}

.divContenu {
	display:block;
	position:relative;
	background-image:url(../images/H-bg2.png);
	background-repeat:no-repeat;
	min-height:400px;
	width:96%;
	padding:20px 2%;
	margin:0px;
	text-align:left;
	font-size:1.0em;
}
.divToit{
	position:absolute;
	width:10%;
	top:-60px;
	right:-10px;
	text-align:right;
}
.divToit img{
	width:100%;
}
.divTitrePage{
	margin-bottom:40px;
}
.divTitrePage h1{
	text-align:center;
	padding-top:15px;
	font-family: "Abril Fatface", serif;
	color:#666;
}


/* ARTICLES PAGES */

.divArticleContenu{
	position:relative;
	padding-bottom:10px;
	margin-top:0px;
	margin-bottom:20px;
}

.divArticleContenu h1{
	margin-bottom:20px;
}

.divTexteArticle{
	display:block;
	float:none;
	width:100%;
	margin:auto;
	max-width:840px;
}

.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:45%;
}
.divTexteArticleLeft,
.divTexteArticleRight
{
		width:50%;
}
.divPhotoArticleLeftBig,
.divPhotoArticleRightBig{
		width:65%;
}
.divTexteArticleLeftBig,
.divTexteArticleRightBig{
		width:30%;
}

.divPhotoArticleLeft  img, 
.divPhotoArticleRight  img,
.divPhotoArticleLeftBig img, 
.divPhotoArticleRightBig img{
	max-width:100%;
	height:auto;
	margin-bottom:10px;
	border-radius:0px;
}

	/* Articles multi photos */
	.divConteneurPhotosPrimairesEtSecondaires{
		display:inline-block;
		position:relative;
	}
	.divPhotoPrincipale{
		display:block;
		position:relative;
		width:99%;
		margin:0% 0.5%;
		overflow:hidden;
	}
	.divPhotoPrincipale img{
		width:100%;
		height:auto;
	}
	.divConteneurPhotosSecondaires{
		display:flex;
		flex-wrap:wrap;
		justify-content:center;
		width:100%;
		margin:0px;
		padding:0px;
	
	}
		.divPhotoSecondaire{
			position:relative;
			max-width:100%;
			width:auto;
			height:160px;
			margin: 3px 0.5%;
			overflow:hidden;
			line-height:0px;
			overflow:hidden;
		}
		.divPhotoSecondaire img{
			height:100%;
			width:auto;
		}
	
	.divLegendePhotoArticle{
		color:rgba(0,0,0,0.9);
		text-shadow:1px 1px 0px rgba(255,255,255,0.9);
		font-size:0.6em;
		font-style:italic;
		padding:2px 10px;
		text-align:right;
		margin-bottom:5px;
		margin-top:-32px;
	}
	.divPhotoArticleRight .divLegendePhotoArticle{
		text-align:left;
	}
	.divBtnPhoto{
		position: absolute;
		top: 50%; left: 50%;
		transform: translate(-50%,-50%);
		width:50px;
		height:50px;
		background-color:rgba(0,0,0,0.4);
		text-align:center;
		font-size:40px;
		line-height:50px;
		font-family:Arial, Helvetica, sans-serif;
		color:#fff;
		border:2px #fff dotted;
		transition:all 0.5s;
		cursor:pointer;
		opacity:0.0;
	}
	.divConteneurPhotosPrimairesEtSecondaires a:hover img{
		filter: grayscale(100%);
		-webkit-filter: grayscale(100%);
		-moz-filter: grayscale(100%);
		-ms-filter: grayscale(100%);
		-o-filter: grayscale(100%);
	}
	.divConteneurPhotosPrimairesEtSecondaires a:hover .divBtnPhoto{
		opacity:1.0;
	}

	.divConteneurTJGallery .item{
		position:relative;
	}
	.divConteneurTJGallery .item .divBtnPhoto{
		position: absolute;
		top: 50%; left: 50%;
		transform: translate(-50%,-50%);
		width:50px;
		height:50px;
		background-color:rgba(0,0,0,0.4);
		text-align:center;
		font-size:40px;
		line-height:50px;
		font-family:Arial, Helvetica, sans-serif;
		color:#fff;
		border:2px #fff dotted;
		transition:all 0.5s;
		cursor:pointer;
		opacity:0.0;
	}
	.divConteneurTJGallery .item a:hover img{
		filter: grayscale(100%);
		-webkit-filter: grayscale(100%);
		-moz-filter: grayscale(100%);
		-ms-filter: grayscale(100%);
		-o-filter: grayscale(100%);
	}
	.divConteneurTJGallery .item a:hover .divBtnPhoto{
		opacity:1.0;
	}
	
	/* Articles multi photos */

	.divCorpsArticle{
		padding-left:0px;
		font-size:1.1em;
	}
	.divCorpsArticle h1{
		color:#000;
		font-family: "Abril Fatface", serif;
		font-size:2.2em;
		line-height:1.0em;
		margin-top:0px;
		margin-bottom:20px;
		font-weight:normal;
	}
	.divCorpsArticle h2{
		font-size:1.4em;
		font-weight:normal;
		letter-spacing:0.1em;
		margin-top:10px;
		margin-bottom:10px;
	}
	.divCorpsArticle a,
	a.lienCorpsArticle,
	a.lienCorpsArticleBack{
		display:inline-block;
		border-bottom:2px #ff7000 dotted;
		padding:1px 5px;
		transition:all 0.5s;
		margin-bottom:1px;
	}
	.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:#ff7000;
		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;
	}
	.divCorpsArticle li{
		margin-left: 25px;
	}
	.divCorpsArticle blockquote{
			margin-left:20px;
			border-left:5px #ccc solid;
			padding-left:15px;
			
	}
	.divLirelasuiteArticle{
		text-align:right;
		margin:10px 0px;
	}
	.divLirelasuiteArticle > a{
		color:#a0333d;
		background-color:#ffbb9e;
		box-shadow:2px 2px 4px rgba(0,0,0,0.2);
		font-size:1.2em;
	}
	
	.divLienRtourFamille{
		margin:10px 0px;
	}
	.divLienRtourFamille > a{
		display:inline-block;
		color:#a0333d;
		background-color:#ffbb9e;
		box-shadow:2px 2px 4px rgba(0,0,0,0.2);
		font-size:1.2em;
	}
	

.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;
}

#divBoutonPrecedent a,
#divBoutonListe a,
#divBoutonSuivant a{
	display:block;
	float:left;
	margin-top:0px;
	margin-right:5px;
	border-radius:0px;
	width:40px;
	height:40px;
	padding:5px;
	position:relative;
	text-decoration:none;
	font-size:28px;
	line-height:1.0em;
	text-align:center;
	cursor:pointer;
	z-index:10;
	background-color:#a0323d;
	color:#fff;
}
#divBoutonSuivant a{
	margin-right:0px;
}
#divBoutonPrecedent a:hover,
#divBoutonListe a:hover,
#divBoutonSuivant a:hover{
	background-color:#a0333d;
	border-color:#fff;
	color:#fff;
	text-decoration:none;
}
#divBoutonPrecedent a img,
#divBoutonListe a img,
#divBoutonSuivant a img{
	width:100%;
	height:auto;
	opacity:0.6;
}
#divBoutonPrecedent a:hover img,
#divBoutonListe a:hover img,
#divBoutonSuivant a:hover img{
	width:100%;
	height:auto;
	opacity:1.0;
}

/* ARTICLE HEBERGEMENT */
	.divArticleColG{
	display:block;
	float:right;
	width:38%;
	margin-right:2%;
	text-align:justify;
	}
	 
	.divArticleColD{
	display:block;
	float:right;
	width:60%;
	}
	a.btnReserver{
		display:flex !important;
	}
	a.btnReserver div:first-child{
		margin-right:5px;
	}
	a.btnReserver div:nth-child(2){
		font-size:1.4em;
	}

.divArticleColG h1, .divArticleColD h1{
	text-align:left;
}

/* Liste hébergements */
.divHebergementsCarte{
	display:block;
	box-sizing:border-block;
	margin-top:5px;
	width:40%;
	float:left;
}
.divHebergementsListe{
	display:block;
	box-sizing:border-block;
	width:60%;
	float:left;
}
	.divConteneurBlocsListeHebergements{
		display:flex;
		flex-wrap: wrap;
		justify-content:center;
	}
		.divConteneurBlocsListeHebergements a{
			display:block;
			margin:5px;
			width:95%;
			max-width:350px;
			background-color:#a0323d;
			overflow:hidden;
			text-align:center;
			transition:all 0.5s;
			box-shadow:2px 2px 4px rgba(0,0,0,0.3);
		}
		.divConteneurBlocsListeHebergements a:hover{
			color:#fff;
			text-shadow:none;
			background-color:#a0333d;
			text-decoration:none;
		}
		.divConteneurBlocsListeHebergements a > .divTitre{
			display:block;
			position:relative;
			z-index:2;
			height:50px;
			font-size:1.6em;
			color:#fff;
			padding:5px;
		}
		.divConteneurBlocsListeHebergements a > .divInfos{
			display:block;
			position:relative;
			z-index:2;
			height:20px;
			color:#fff;
			font-style:italic;
			font-size:1.2em;
			padding:5px;
		}
		.divConteneurBlocsListeHebergements a > .divPhoto{
			display:block;
			position:relative;
			z-index:1;
			height:260px;
			overflow:hidden;
			color:#fff;
			font-style:italic;
			margin:0px;
		}
		.divConteneurBlocsListeHebergements a > .divPhoto img{
			width:100%;
			margin-top:2px;
			transition:all 0.5s;
		}
		.divConteneurBlocsListeHebergements  a:hover .divPhoto img{
			width:110%;
			margin-left:-5%;
			margin-bottom:-5%;
			margin-top:-5%;
		}

/*LIVRE D'OR */
.divConteneurLivredor{
	margin:auto;
	width:98%;
	max-width:760px;
}
.divBlocLivredor{
	width:80%;
	padding:15px 2%;
	margin:5px auto;
	border-radius:0px;
	background-color:#ffdfd1;
	border:1px #a0323d solid;

}



/* FORMS */
.divContactColG{
	display:block;
	width:48%;
	float:left;
	margin-right:2%;
}
.divContactColD{
	display:block;
	width:50%;
	float:left;
}
.divFormColG{
	display:block;
	margin:2px 2%;
	margin-top:15px;
}
.divFormColD{
	display:block;
	margin:2px 2%;
	padding-left:20px;
}
input, textarea, select{
	background-color:#fff; 
	border : 1px  #777 solid; 
	font-size: 16px;  
	color: #333; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding:5px;
	margin:1px;
	border-radius: 0px;
	width:100%;
	}
	
	a.btnDispo{
		display:block;
		text-align:center;
		font-weight:bold;
		background-image:url(/images/picto_calendrier.png);
		background-position:top left;
		background-repeat:no-repeat;
		transition:all 0.5s;
	}
	a.btnDispo:hover{
		padding-top:50px;
		height:95px;
		background-repeat:no-repeat !important;
		background-position:bottom center;
	}
	
	#divBtnDispo{
		display:block;
		width:100%;
		border : 1px  #fff solid;
		background-color:#ff7000;
		border-radius: 0px;
		font-size:1.0em;
		/* max-width:300px; */
		color:#fff;
		text-decoration:none;
		padding:10px 1%;
		margin-top:5px;
		margin-bottom:5px;
		transition:all 0.5s;
		text-align:center;
		font-weight:bold;
		background-image:url(/images/picto_calendrier.png);
		background-position:top center;
		background-repeat:no-repeat;
		padding-top:50px;
		height:95px;
		transition:all 0.5s;
		cursor:pointer;
	}
	#divBtnDispo:hover{
		background-color:#000;
		
	}
	
	
input[type=checkbox],
input[type=radio]{
	width:auto;
}
select{
	width:auto;
	max-width:100%;
}
a.lienCmd{
	display:block;
	width:100%;
	border : 1px  #fff solid;
	background-color:#ff7000;
	border-radius: 0px;
	font-size:1.0em;
	/* max-width:300px; */
	color:#fff;
	text-decoration:none;
	padding:10px 1%;
	margin-top:5px;
	margin-bottom:5px;
	transition:all 0.5s
}
a.lienCmd:hover{
	background-color:#000;
		background-position:top center;
		background-repeat:repeat-y;
		color:#fff !important;
		text-decoration:none;
}


/*** FOOTER ***/

	/* RECHERCHE référencement */
	
	.divRefRecherche{
		font-size:0.7em;
		color:#536193;
		text-align:center;
		margin-top:30px;
		margin-bottom:30px;
	}
	.divRefRecherche a, .divRefRecherche a:hover{
		color:#536193;
		text-decoration:none;
	}
	.divPreciserRechercheBouton{
		display:block;
		cursor:pointer;
		padding-left:30px;
		font-size:0.6em;
	}
	.divPreciserRechercheListe{
		display:none;
		padding-left:30px;
	}

#btnHautdepage{
	display:block;
	width:60px;
	height:60px;
	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:#333;
	user-select: none;
}
#btnHautdepage:hover{
	background-color:#ff7000;
}

.divConteneurFooter{
	position:relative;
	display:block;
	color:#fff;
	background-color:#6aad9f;
	border-top:1px #fff solid;
	border-bottom:1px #fff solid;
	border-radius:0px;
	width:100%;
	padding:2%;
	padding-top:15px;
	padding-bottom:0px;
	margin-top:15px;
	text-align:center;
	z-index:1;
}

.divConteneurFooter a{
	color:#fff;
}
.divConteneurFooter a:hover{
	color:#333;
}

.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:#777;
	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);
}

/* RESEAUX */

.divLiensPartageReseauxArticle{
	margin-top:15px;
	margin-bottom:5px;
	text-align:right;
}
.divLiensPartageReseauxArticle a{
	display:inline !important;
	border:0px;
	padding:0px;
	margin:0px;
}
.divLiensPartageReseauxArticle a::before{
	content:normal;
}
.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:1000px){
	.divBtnHD{
		top:100px;
	}

@media screen and (max-width:900px){
	header{
		height:120px;
		background-color:#666666;
		box-shadow:0px 0px 5px rgba(0,0,0,0.5);
	}
	.divConteneurDiaporama{
		margin-top:120px;
	}
	.divRemplaceBanniere{
		display:none;
	}
	.divBtnHD{
		top:0px;
		width:150px;
	}
	.divMenu{
		margin-top:40px;
		padding-right:5px;
	}
	.divLogo{
		margin-top:17px;
	}
	/* Liste hébergements */
	.divHebergementsCarte{
		width:60%;
	}
	.divHebergementsListe{
		width:40%;
	}


}
@media screen and (max-width:780px){
	.legendeSlider{
		font-size:20px;
		bottom:5px;
	}
	.divConteneurContenu{
		padding: 0px 10px;
	}
	
	/* Liste hébergements */
	.divHebergementsCarte{
		float:none;
		width:100%;
	}
	.divHebergementsListe{
		float:none;
		width:100%;
	}
	
	.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;
	}
		
	/* ARTICLES PAGES & RESUMES */

	.divPhotoArticleResumeLeft, .divTexteArticleResumeLeft, .divPhotoArticleResumeRight, .divTexteArticleResumeRight, 
	.divPhotoArticleLeft, .divTexteArticleLeft, .divPhotoArticleRight, .divTexteArticleRight, 
	.divPhotoArticleLeftBig, .divTexteArticleLeftBig, .divPhotoArticleRightBig, .divTexteArticleRightBig,
	.divArticleColG, .divArticleColD, 
	.divContactColG, .divContactColD,
	.divFormColG, .divFormColD,
	.divDemiColG, .divDemiColD,
	.divBlogCategories, .divBlogListePosts{
		float:none;
		width:100%;
		margin:2px auto;
	}
	.divPhotoArticleResumeLeft, .divPhotoArticleResumeRight,.divPhotoArticleLeft, .divPhotoArticleRight{
		text-align:center;
	}
	.divFormColG{
		text-align:left;
	}


}
@media screen and (max-width:480px){

	.divCadreVideo .video{
		height:260px;
	}

	.divContenu{
		width:98%;
		padding:20px 1%;
	}
	.divArticleContenu.mobileOff{
		display:none;
	}
}
