@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;

}

body{
	margin:0;
	padding:0;
	padding-bottom:30px;
	scroll-behavior: smooth;
	background-color:#fff;
	color: #646253;
	font-family:dosisregular, sans-serif;
}

h2 {
	font-size:2.8em;
	margin:auto;
}
h3 {
	font-size:1.8em;
	margin:auto 6px;
}
p {
	margin:12px 20px;
	color: #222;
	font-size: 1.5em;
	text-align:justify;
    -moz-text-align-last: center;
    text-align-last: center;
}
.center{text-align:center}
div.espace{
	width:100%;
	height:50px;
}
/****** HEADER ******/
header{
	overflow:auto;
	background-color:#fff;
	z-index:100;
}
#header{
	position: relative;
	width: 100%;
	margin: 80px auto 0px;
	clear: both;
	border-radius: 0px;
	box-sizing:border-box;
	text-align:center;
	display: flex;
	justify-content:stretch;
	align-items:flex-end;
	border:solid 0px red;
	overflow:auto;
	flex-wrap:  wrap;
}
#header a{
	font-size:3em;
	line-height:auto;
	margin:auto;
	font-weight:700;
	text-decoration:none;
	color:white;
	color:#787878;
	font-family:immortalregular, serif;
	text-transform: uppercase;
	border:solid 0px red;
	vertical-align:bottom;
}
#header img{
	max-height:120px;
	width:auto;
	border:solid 0px red;
	animation:retrecit linear 1s;
}
@keyframes retrecit {
  from {transform: scale(0.4);}
  to {transform: scale(1);}
}
#header h1{
	margin:auto;
	text-align:center;
	color: white;
	color:#787878;
	font-size:1.8em;
	line-height:90%;
	font-weight:bold;
	border:solid 0px;
	border:solid 0px red;
	vertical-align:bottom;
	min-width:350px;
	display:inline-block;
	margin-bottom:20px;
}

#contact_accueil {
	position:absolute;
	top:36px;
	left:2px;
	border:solid 0px;
	border-radius:20px;
	width:auto;
	display:block;
	text-align:center;
	padding:0px 4px;
	color:#999;
	font-size:1em;
	font-weight:bold;
	background-color:rgba(0,0,0,0.0)
}
#contact_accueil > a {
	color:inherit;
}

/**** Présentations 

.chambres_accueil {
	display:flex;
	flex-flow: row wrap;
	justify-content: center;
}
.chambres_accueil div{
	max-width:100%;
	box-sizing:border-box;
	border:solid 0px;
	overflow:hidden;
}
.chambres_accueil div div{
	width:100%
	height:auto;
	overflow:hidden;
}
.chambres_accueil div div img{
	height:400px;
	width:100%;
	padding: 1px;
	display:block;
	border:solid 1px transparent;
	box-sizing:border-box;
}
.chambres_accueil div a:hover img{

	transform: scale(1.1);
	transition:all 1s;

}
*****/
/***** Bouton RESERVER  *****/
a.reserver {
	clear:both;
	display:block;
	background:#B3B0AE;
	width:220px;
	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.4s;
	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;
}
/****************************/



/*** Fenêtre modale 19 ***/

.oModal19 {
	position: fixed;
	display:flex;
	align-items:center;
	justify-content:center;
	top: 0;
	left: 0;
	width:100%;
	height:100%;
	background: rgba(0, 0, 0, 0.7);
	/*opacity:1;*/
	/*scrollbar-color: #f7e094 rgba(0,0,0,.15);*/
	scrollbar-width: thin;
	animation: fadeout 30s ease-in;
	z-index:-1;


}
 @keyframes fadeout {
   0% { opacity:0;z-index:-1}
	7% { opacity: 1;z-index:100}
   90% { opacity: 1;z-index:100}
   100%  { opacity: 0;z-index:-10;visibility:0;display:none }
}
.oModal19 > div {
	display:block;

  	max-width: 1100px;

  max-height: calc(100vh - 40px);
	  /*max-height:none;*/
  overflow:auto;

  position: relative;
  margin: auto;
  padding: 20px 8px;
  border-radius: 12px;
	border:solid 10px white;

	background-image: url("photos/covid19-background.jpg");

}

.oModal19 p, .oModal19 h3 {color:white;text-shadow: 1px 1px #000}


/*.oModal19 > div div{
	margin:0px;
	width:49%;
	max-width:550px;
	max-height:480px;
	display:flex;
	flex-direction: column;
	justify-content:center;
	border-radius:18px;
}
.oModal19 > div div p{
	margin:6px;
	color:#000;
}
.oModal19 > div div img{
	max-width:100%;
	height:auto;
	margin:0 auto;;
	padding:0;
}

.oModal19 > div div:nth-child(2) p,.oModal19 > div div:nth-child(2) li{
font-size:14px;	margin-right:12px;
	
}
.oModal19 > div div ul, .oModal19 > div div p{
	margin-top:2px;margin-bottom:2px;
}
	

.oModal19 > div div:nth-child(1){
	width:100%;
	max-width:none;
}
.oModal19 > div div:nth-child(4){
	align-content:center;

}*/
.oModal19  button.fermer{
  color:#333;
  border:solid 1px;
  border-radius:30px;
  padding:0px 8px;
  text-decoration:none;
  font-size:1.5em;
font-weight:normal;
  float:left;
 width:32px;


	
}
.oModal19  button.fermer:hover{
  color:#fff;
  background-color:#333;
  border:solid 1px #fff;
}
 
.oModal19 > div h2 {
  margin:0;
}
 
.oModal19 .close {

	height:50px;
	width:300px;
	margin:10px auto; 
	background-color:#e74c3c;
	background-color:#666;
	cursor:pointer;
	border:none;
	color:white;font-size:24px;
}
 
.oModal19 > div section,.oModal19 > div > header, .oModal19 > div > footer {
  padding:15px;
}
@media screen and (max-width: 800px) { 
	.oModal19 {margin-top:28px;z-index:100}
	.oModal19 > div {max-width:none;max-height:calc(100vh-40px);}
	.oModal19 > div div{width:98%}
	.oModal19 > div div:nth-child(3),.oModal19 > div div:nth-child(4){width:50%}
	.oModal19 > div div:nth-child(5) img:nth-child(2) {height:120px !important;width:auto !important}
	
	
}





/* Accueil Chambres */
/* espace entre les rubriques */
#fwslider {
	padding:20px 0px;
	background-color:white;
}
#chambres,#gites,#loisirs,#repas,#acces,#tourisme {
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
	margin:70px 0px;
	border:solid 0px red;
	margin:auto;
}



#gites, #tourisme, #loisirs{
	max-width:1200px !important;
	height:auto;
	
}

.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.5em;
	margin:0;
	transition:all 0.6s;
}
.cadre_lightbox > div:hover h3{
	background-color:rgba(0,0,0,0);
	font-size:1.6em;
}
.cadre_lightbox > div h3 a{
	color:white !important;
	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;
}



#acces div{
	max-width:600px;
	display:inline-block;
	text-align:left;
	vertical-align:top;
	text-align-last: left;
}
#acces div p{
	text-align:left !important;
	text-align-last:left;
}
#acces iframe{
	width:500px;
	display:inline-block;
	height:350px;
}






#tripadvisor{
	position:absolute;
	top: 100px;
	right: 2px;
	width:160px;
 	text-align:center;
	z-index:0;
	border:solid 0px red;
}
#tripadvisor img{
	width:140px !important;
 	height:auto;
}
#top_link{
	position:fixed;
	right:20px;
	bottom:50px;
	padding:20px;
	background:rgba(255,255,255,0.4);
	-moz-border-radius:40px;
	-webkit-border-radius:40px;
	border-radius:40px;
	opacity:0.9;
	z-index:2000;
	display:block;
}
#top_link:hover img{
	filter: saturate(120%);
}
#bottom_link{
	position:absolute;
	right:20px;
	top:960px;
	padding:20px;
	background:rgba(255,255,255,0.4);
	-moz-border-radius:40px;
	-webkit-border-radius:40px;
	border-radius:40px;
	opacity:0.9;
	z-index:2000;
	display:block;
}




/*************************** ANNONCE   **********************/


/* Make it a marquee */
/***** Marquee ***/

.marquee {
	 display:block;
	 position:relative;
	 border:solid 0px;
	 width:96%;
	margin:0 auto;
	background-color:white;
}
.marquee div {
	display:block;
 	/*animation:linear marqueelike 20s infinite ;*/
	text-align:center;
	 border:solid 0px red;
	margin:0;
}
.marquee div p{
	 z-index:10;
	 width:100%;
	text-align:center;
	font-size:1.5em;
	color:#666;
 	animation:ease marqueelike 12s  ;
	margin:0;
	
}
@keyframes marqueelike {
	0%, 100% {margin-left:100%;}
	99.99% {margin-left:0;}
 }
 
 
/****** CARTE DE VISITE  *******/
.basdepage  {
	padding-top:5px;
	padding-bottom:5px;
	text-align: center;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	width:100%;
	text-align:center;
	color:#333;
	font-weight:600;


}
.basdepage p{
	margin:4px;
	font-size: 1.8em;
	color:#646253 ;
}
.basdepage p a{
	color: white;
	color:#646253 !important;
	font-weight:600;
}
.basdepage .hide_accueil{
	display:none
}
.hide {
	display:none;
}

/************ MAIN  *****************/
#accueil
{
	position: relative;
	width:calc(100% - 12px);
	background-color: rgba(255,255,255,0.8);
	margin: auto;
	text-align: left;
	color: #333;
	padding:6px;
	margin:auto;
	margin-top:16px;

}
#accueil a
{
	color: #333;
}
#accueil p
{
	margin:12px 20px;
	color: #222;
	font-size: 1.5em;
	text-align:justify;
}


#badges
{
	text-align:center;
	border:solid 0px;
}
#badges img
{
	vertical-align:middle;margin:6px 10px;
}
.footer {
	color: #777;
	font-size: 1em;
	text-align:center;
}
.footer a{
	color: #777;
}





/* Show at least something when animations not supported */
.no-cssanimations .cb-slideshow li span{
	opacity: 1;
}
@media screen and (max-width: 1000px) { 
	div#drapeaux2{
		position:absolute;
		top:3px;
		left:10px;
		z-index:10;
		border:solid 1px transparent;
		z-index:20;
		text-align:center;
		width:100%;
		background-color:#FFFFFF;
	}
	div#drapeaux2 img{
		margin:4px;
		border:0;
		display:inline-block;
		vertical-align:middle;
		border-radius:0;
		width:24px;
		height:auto;
	}
	div#drapeaux2 {
	}
	nav  {
		background-color:#FFFFFF;
		}
	#menu {
		position:fixed;
		top:30px;
		left:0px;
		width:100%;
		text-align:center;
		background-color:#FFFFFF;
	}
	header{
		border:solid 0px red;
		background-color:#FFFFFF;
		overflow:auto;
	}
	#header{
		margin-top: 70px;
		border:solid 0px red;
	}
	#header h1{
		font-size:1.8em;
	}
	#header a{
		font-size:2.2em;
		text-decoration:none;
		border:solid 0px white;
	}
	#header img{
		margin:auto;
		max-height:90px;
		width:auto;
		border:solid 0px white;
		margin-bottom:0;
	}
}
@media screen and (max-width: 800px) { 
	/* // Sudo Slider */
	div#drapeaux2{
		background-color:#FFFFFF;
	}
	#slider {
		width: 100%;;
		margin:auto;
		/*box-shadow:2px 2px 6px rgba(0,0,0,0.3);*/
		border:solid 0px rgba(255,255,255,0.6);
		text-align:center;
		display:block;
		position:relative;
	
	}
	#slider li {
		width: 100%;
	}
	#slider img {
		/*width: 800px;*/
		display:block;
		margin:auto;
		max-width: 800px;
	}
	
	
	
	header{
	}
	#header{
/*
		position: relative;
		width: 100%;
		margin: 50px auto 12px;
		clear: both;
		border-radius: 0px;
		box-sizing:border-box;
		text-align:center;
		display: flex;
		justify-content:stretch;
		align-items:flex-end;
		border:solid 0px red;
		overflow:auto;
*/
	}
	#header a{
/*
		font-size:3em;
		line-height:auto;
		margin:auto;
		font-weight:700;
		text-decoration:none;
		color:white;
		color:#787878;
		font-family:immortalregular, serif;
		text-transform: uppercase;
		border:solid 0px red;
		vertical-align:bottom;
*/
		display:block;
		overflow:hidden;
	}
	#header img{
		display:block;
		clear:both;
	}
	@keyframes retrecit {
	  from {transform: scale(0.4);}
	  to {transform: scale(1);}
	}
	#header h1{
		margin:auto;
		text-align:center;
		color: white;
		color:#787878;
		font-size:1.8em;
		line-height:90%;
		font-weight:bold;
		border:solid 0px;
		border:solid 0px red;
		vertical-align:bottom;
		display:block;
	}
	
	

	#tripadvisor{
		position:fixed;
		top: 300px;
		right: 2px;
		width:100px;
		text-align:center;
		z-index:0;
		border:solid 0px red;
	}
	#tripadvisor img{
		width:100px !important;
		height:auto;
	}
	.hide {
	display:none;
	}
	#menu {
		text-align:center;
		}
	.annonce {
		bottom:60px;
	}
	#top_link{
		display:none;
	}
	#top_link img:hover{
		filter: saturate(120%);
	}
	#acces iframe{
		width:350px;
		display:inline-block;
		height:350px;
	}
}
@media screen and (max-width: 600px) {
	#header{
		margin: auto;
		margin-top:90px;
		overflow:hidden;
		border:solid 0px white;
	}
	#header img{
		margin:auto;
		max-height:60px;
		width:auto;
		border:solid 0px white;
		margin-bottom:0;
		display:block;
	}
	#header h1{
		display:block;
		font-size:1.5em;
		width:100%;
	}
	#header a{
		width:100%;
		font-size:1.5em;
	}
	.marquee div p {
		margin:0 auto;
	}
	.marquee div p {
		font-size:1.2em;
	}
}
