@font-face {
    font-family: 'dosisregular';
    src: url('font/dosis-regular-webfont.woff2') format('woff2'),
         url('font/dosis-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'dosisbold';
    src: url('font/dosis-bold-webfont.woff2') format('woff2'),
         url('font/dosis-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'immortalregular';
    src: url('font/immortal-webfont.woff2') format('woff2'),
         url('font/immortal-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'immortal_-_alternatesregular';
    src: url('font/immrtlt_-webfont.woff2') format('woff2'),
         url('font/immrtlt_-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
html {font-size: 100%;}
body {
	margin:0;
	padding:0;
	padding-bottom:30px;
	scroll-behavior: smooth;
	background-color:#fff;
	color: #646253;
	scroll-behavior: smooth;
	font-family:dosisregular, sans-serif;
}
body.chambres{
	background-attachment: fixed;
	background: url(photos/diapo-bg-08.jpg) no-repeat center fixed;
	background-size: cover; /* version standardisée */
}
body.loisirs{
	background-attachment: fixed;
	background: url(photos/diapo-bg-02.jpg) no-repeat center fixed;
	background-size: cover; /* version standardisée */
}
body.gites{
	background-attachment: fixed;
	background: url(photos/diapo-bg-09.jpg) no-repeat center fixed;
	background-size: cover; /* version standardisée */
}
body.cuisine{
	background-attachment: fixed;
	background: url(photos/diapo-bg-07.jpg) no-repeat center fixed;
	background-size: cover; /* version standardisée */
}
body.tarifs{
	background-attachment: fixed;
	background: url(photos/diapo-bg-06.jpg) no-repeat center fixed;
	background-size: cover; /* version standardisée */
}
body.provence{
	background-attachment: fixed;
	background: url(photos/diapo-bg-05.jpg) no-repeat center fixed;
	background-size: cover; /* version standardisée */
}
body.carte{
	background-attachment: fixed;
	background: url(photos/diapo-bg-04.jpg) no-repeat center fixed;
	background-size: cover; /* version standardisée */
}
h1 {
	color: #829797;
	font-size:2em;
	font-weight:normal;
}

h2 {
	color: #ffffff;
	font-size:1.4em;
	font-weight:bold;
	letter-spacing:0.04em;
	margin: 12px 6px 6px;
	font-weight:normal;
}
h3 {
	color: #6B8181;
	font-size:2.5em;
	margin-top: 6px;
	margin-bottom: 12px;
	font-weight:normal;
	text-shadow:1px 1px 1px rgba(0,0,0,1.);
	margin-bottom:8px;
	padding-top:16px;

}
p {
	text-align:left;
}
table{
	margin:auto;
}
hr {
    display: block;
    clear: both;
    height: 0;
    margin: 0px;
    padding: 0;
    border: 0;
}



/****** HEADER ******/
header{
	background-image:linear-gradient(rgba(0,0,0,0.0),rgba(0,0,0,0.1)60%,rgba(0,0,0,0.1)92%, rgba(0,0,0,0));
	width:100%;
	border:solid 0px white;
}
#header{
	max-width: 1000px;
	margin: auto;
	margin-top:50px;
	clear: both;
	background-color: transparent;
	border:solid 0px transparent;
	border:solid 0px white;
	overflow:auto;
	display: flex;
	justify-content:center;
	align-items:flex-end;
	flex-wrap:  wrap;
}
#header a{
	font-size:3em;
	text-decoration:none;
	text-shadow:1px 1px 3px rgba(0,0,0,1);
	color:white;
	margin:auto;
	margin-bottom:0;
	border:solid 0px white;
	font-family:immortalregular, serif;
	text-transform: uppercase;
	border:solid 0px white;
	white-space: nowrap;
}
#header h1{
	margin:auto;
	border:solid 1px transparent;
	color:#fff;
	text-shadow:1px 1px 1px #000;
	border:solid 0px white;
	font-size:3em;
	margin-bottom:16px;
	min-width:350px;
	text-align:center;
	line-height:90%;
}

#header img{
	margin:auto;
	max-height:120px;
	width:auto;
	border:solid 0px white;
	margin-bottom:0;
}


/*********************************/
.titre {
	width: 1000px;
	margin: auto;
	clear: both;
	background-color: #FFFFFF;
	border:solid 10px #550099;
	margin-top: -12px;
	border-radius: 6px 6px 0px 0px;
	height:150px;
}
.titre img{
	border-radius: 6px 0px 0px 0px;
}


/***** Bouton RESERVER  *****/
a.reserver {
	clear:both;
	display:inline-block;
	background:#B3B0AE;
	width:260px;
	height:60px;
	text-align:center;
	margin:auto;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	color:white !important;
	text-decoration:none;
	line-height:60px;
	text-transform: uppercase;
	border:solid 0px red;
	transition:all ease-out 0.2s;
	font-size:1.4em;
	font-weight:bold;
}
a.reserver:hover {
	background:linear-gradient(#B3B0AE, rgba(0,0,0,0.4) 50%, #B3B0AE);
	box-shadow:inset 1px 1px 3px #B3B0AE;
	text-shadow: 1px 1px 1px rgba(0,0,0,1);
	border-radius:12px;
	font-size:1.5em;
}
/****************************/


/**** MAIN  *****/
.main {
	max-width: 1000px;
	margin: 0 auto;
	clear: both;
	background-color: #fff;
	color: #829797;
	font-size: 1em;
	padding-bottom: 12px;
	overflow:visible;
	border-radius:8px;
	box-shadow:1px 1px 3px #333;
}
.main p{
	margin:6px 20px;
	color: #777;
	font-size: 1.5em;
	text-align:justify;
}
.main a{
	color: #6F8484;
}

.main .titre {
	color: #829797;
	font-family: 'LucianoNormal', Georgia, "Times New Roman", Times, serif;
	font-size:2.5em;
	margin-top: 12px;
	margin-bottom: 12px;
	font-weight:normal;
}
.main table p{
	margin:6px auto;
	font-size: 1em;
}
	

/**** BAS de PAGE    ****/
.basdepage  {
	position:fixed;
	bottom:0;
	padding:3px;
	text-align: center;
	width:100%;
	text-align:center;
	border:solid 1px #ccc;
	padding-top:4px;
	color:white;

	color:#666;
	text-shadow:0px 0px 2px rgba(255,255,255,1);
	background-color: rgba(255,255,255,0.9);
	font-weight:600;


}
.basdepage p{
	margin:4px;
	font-size: 1.5em;
	color:#666;
	text-align:center;
	line-height:90%;
}
.basdepage p a{
	color: white;
	color:#666;
	font-weight:600;
}
.basdepage .hide_accueil{
	display:none
}
.hide {
	display:none;
}

.basdepage .hide_accueil{
	display:none
}
div#badges{
	max-width:1000px;
	margin:6px auto;
	z-index:10;
	text-align:center;

}
div#badges img{
	margin:auto 10px;
	vertical-align: middle;
}
.footer {
	font-family:  Arial, Helvetica;
	color: #777;
	font-size: 0.8em;
	text-align:center;
	margin-top:30px;
	margin-bottom:30px;
}
.footer a{
	color: #777;
}
.cadregauche {
	float:left;
	width:360px;
	text-align:center;
}
.cadregauche p{
	text-align:left;
	font-size: 1em;
}
.coordonnees{
	font-weight: bold;
}

/****************************************/




.cadre_photo{
	border: 1px solid #B6C2C2;
	margin:1px;
}
.cadre-resa {
	color: #6A6A59;
	margin: auto;
}
.cadre-resa td{
	color: #6A6A59;
}
.cadre-resa p{
	color: #6A6A59;
}
.cadre-resa th{
	color: #ffffff;
}
.annonce {
	font-weight: bold;
	font-size: 1.2em;
	color: #ff3399 !important;
	text-align: center !important;
}

/*** CHAMBRES ***/
.chambre {
	border-top:solid 0px #fff;
	border-bottom:solid 5px red;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:60px;
	text-align:center;
	height:auto;
	transition: height 1s ease-out;
	border-bottom:solid 0px grey;
}
.chambre h3{
	width:100%;
	margin-bottom:8px;
	padding-top:16px;
	border:solid 0px red;
}
.colonne_vignette {
	vertical-align:bottom;
	text-align:left;
	margin-left:10px;
	margin-top:10px;
	text-align:right;
}
.colonne_vignette img{
	width:140px;
	height:105px;
	vertical-align:middle;
}
.colonne_vignette img:hover{
	transform: scale(1.1) ;
	box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.5);
}
.chambre p{
	clear:both;
}
.cadre_photo_diapo{
	border: 2px solid #B6C2C2;
	padding: 4px;
	margin-bottom: 10px;
	max-width:900px;
	max-height:500px;
	height:auto;
	width:auto;
	vertical-align:middle;
}
.cadre_photo_diapo_provence{
	border: 2px solid #B6C2C2;
	padding: 4px;
	margin: auto;
	width:800px;
	height:auto;
}
.tourisme img{
	width:92px;
	height:69px;
}



.cadre_lightbox {
	position:relative;
	width:100%;
	margin:auto;
	border:solid 0px green;
	display:table;
	border-spacing:2px 0px;
	box-sizing:border-box;
	table-layout:fixed;
	text-align:center;
}
.cadre_lightbox > div{
	display:inline-block;
	position:relative;
	height:100%;
	border:solid 1px white;
	overflow:hidden;
	display:table-cell;
	vertical-align:middle;
	box-sizing:border-box;
	text-align:center;
}
.cadre_lightbox > div h3{
	position:absolute;
	top:0;
	width:100%;
	color:#fff;
	background:linear-gradient(to top,rgba(0,0,0,0.0),rgba(0,0,0,0.4));
	
	padding-bottom:2px;
	z-index:20;
	font-size:1.4em;
	margin:0;
	transition:all 0.6s;
}
.cadre_lightbox > div:hover h3{
	background-color:rgba(0,0,0,0);
	text-decoration:underline;
	font-size:1.6em;
}

.cadre_lightbox > div h3 a{
	color:white;
	text-decoration:none;
}

.cadre_lightbox div img{
	width:100%;
	height:auto;
	position:relative;
	display:block;
	max-height:400px;
	margin:auto;
}
.cadre_lightbox  div:hover img{
	transform: scale(1.05);
	filter: brightness(0.8);
	transition:all 0.6s;
}



/*** Tarifs ***/
body.tarifs > div.main {
	padding-top:40px;
	padding-bottom:20px;
}
.tarifs table td, .tarifs table th {
	font-size:1.2em;
	padding:6px;
}

/*** RESERVATION ***/
form#reservation {
	width:auto;
	}
#reservation table {
	margin:auto;
	background-color:#f0f0f0;
	padding:6px 30px;
	border-radius:12px;
	border:solid 1px #737E88; 
}
#reservation td label{
	float:right;
}
#reservation input,textarea,select{
	border-radius: 3px;
	border: 1px solid transparent;
	border-top: none;
	border-bottom: 1px solid #DDD;
	box-shadow: inset 0 1px 2px rgba(0,0,0,.39), 0 -1px 1px #FFF, 0 1px 0 #FFF; 
	vertical-align:middle;
	max-width:250px;
	padding:2px 8px;
	float:left;
	}
#reservation input,select{
	height:24px; }
#reservation input[type="radio"]{
	box-shadow:none;
	vertical-align:-5px;
	width:auto;
	float:none;
	}
#reservation input[type="submit"]{
	width:auto;
	height:auto;
	float:none;
	text-align:center;
	font-size:1em;
	background-color:#fff;
	text-shadow:1px 1px 1px white;
	padding:4px 10px;
	border-radius:12px;}
#reservation input[type="submit"]:hover{
	background-color:#444;
	color:white;
	text-shadow:1px 1px 1px black;
	}
#reservation input[type="submit"]:focus{
	background-color:#fff;
	color:green;
	text-shadow:none;
	font-weight:bold;
	}
#reservation input[type="number"]{
	}
#reservation input[type="date"]{
	width:60px;
	float:left;
}
/***** DIAPORAMA   *******/


/***** TEXTE   *****/

.center {
	text-align:center !important;
	}
.right {
	text-align:right;
	}
.left {
	text-align:left;
	}
.textpetit {
	font-size:0.8em;
	}

/*** Carte Google Maps  ***/
#map {
	width:100%;
	height:400px;
	margin:auto;
	}
#map iframe{
		width:100%;
		height:100%;
		margin:auto;
}
/**** Page Facebook ***/


@media screen and (max-width: 2000px) {
	.colonne_vignette {
		float:none;
		width:100%;
		vertical-align:middle;
		text-align:center;
		margin:0px auto !important;
		border:solid 0px;
		margin-top:10px;
		display:block;
	}

@media screen and (max-width: 1000px) {
	.hide1200 {
		display:none;
	}
	#header{
		min-width: auto;
		max-width:1000px;
	}
	#header a{
		font-size:2.2em;
		text-decoration:none;
		text-shadow:1px 1px 3px rgba(0,0,0,1);
		border:solid 0px white;
	}
	#header h1{
		margin:auto;
		border:solid 1px transparent;
		color:#fff;
		text-shadow:1px 1px 1px #000;
		border:solid 0px white;
		font-size:2.2em;
		min-width:auto;
		text-align:center;
		margin-bottom:12px;

	}
	
	#header img{
		margin:auto;
		max-height:90px;
		width:auto;
		border:solid 0px white;
		margin-bottom:0;
	}
	
}
@media screen and (max-width: 930px) {
	.colonne_vignette {
		float:none;
		width:100%;
		vertical-align:middle;
		text-align:center;
		margin:auto;
	}
	/*** Carte Google Maps  ***/
	#map {
		max-width:600px;
		height:300px;
		margin:auto;
		}
}

@media screen and (max-width: 600px) {
	body {
		margin:0;
		}
	/****** HEADER ******/
	header{
		background-image:linear-gradient(rgba(0,0,0,0.0),rgba(0,0,0,0.1)60%,rgba(0,0,0,0.1)92%, rgba(0,0,0,0));
		width:100%;
		border:solid 0px red;
	}
	#header{
		margin: auto;
		margin-top:70px;
		overflow:hidden;
		border:solid 0px white;
	}
	#header img{
		margin:auto;
		max-height:60px;
		width:auto;
		border:solid 0px white;
		margin-bottom:0;
		margin-bottom:-20px;
	}
	#header h1{
		display:block;
		font-size:1.8em;
	}
	#main{
		overflow:visible;
		}
	.coordonnees{
		font-size: 1.2em;
	}
	#reservation table {
		padding:6px;
	}
	#reservation td label{
		font-size:1em;
	}
	#reservation input[type="radio"]{
		height:150%;
		vertical-align:baseline;
		}
	#reservation input[type="submit"]{
		width:auto;
		height:auto;
		float:none;
		text-align:center;
		font-size:1em;
		background-color:#fff;
		text-shadow:1px 1px 1px white;
		padding:4px 10px;
		border-radius:12px;}
	#reservation input[type="submit"]:hover{
		background-color:#444;
		color:white;
		text-shadow:1px 1px 1px black;
		}
	#reservation input[type="submit"]:focus{
		background-color:#fff;
		color:green;
		text-shadow:none;
		font-weight:bold;
		}
	#reservation input[type="number"]{
		width:60px;}
	#reservation input[type="date"]{
		width:60px;
		float:left;
	}
	/*** CHAMBRES ***/
	.chambre  {
	}
	.colonne_vignette {
		float:none;
		width:100%;
		text-align:left;
		margin:0;
	}
	.colonne_vignette img{
		width:100%;
		height:auto;
	}
	.colonne_vignette img:hover{
		transform: none;
		box-shadow: none;
	}
	.chambre p{
		clear:both;
	}
	.cadre_photo_diapo, .cadre_photo_diapo_provence{
		display:none;
		visibility: hidden;
		float:none;
	}
	
	.basdepage p{
		font-size: 1em;
		line-height:100%;
	}
	.basdepage {
		background-color: rgba(255,255,255,1);
	}

	
	/*** Carte Google Maps  ***/
	#map {
		max-width:100%;
		height:250px;
		}
}
