/******************************************************/
/******** GÉNERALITÉS (sur toutes les pages) **********/
*{
	margin: 0;
	padding: 0;
}

.clear{clear: both;}

body{
	background: #e0e2e4;
	max-width: 100%;
	height: auto;
	margin: 0;
	position: relative;
	font-family: arial;
}

h2{
	color: #7e4a35;
	text-align: center;
	font-size: 100px;
	font-family: 'Monsieur La Doulaise', cursive;
	margin-top: 5vh;
	margin-bottom: 5vh;
}

h3{
	font-family: 'Miss Fajardose', cursive;
	font-size: 75px;
	color: #4f3222;
}

textarea{
	resize: none;
}

hr{
	width: 20vw;
	margin: 0 auto;
}

header a{
	text-decoration: none;
}

.boutonhautdepage{
	display: flex;
	display: block;
	width: auto;
	height: auto;
	text-align: right;
	margin: 2vh;
}

.boutonhautdepage img{
	width: 1em;
	margin-left: 1vh;
	margin-right: 1vh;
	height: auto;
}

.boutonhautdepage a{
	font-size: 1em;
	text-decoration: none;
	color: grey;
}

/******************* EN TETE Commun *******************/
header .titre{
	width: 100%;
	height: 23vh;
}

/***************** PIED DE PAGE Commune ***************/

footer{
	margin-top: 0;
	padding-top: 3vh;
	padding-bottom: 4vh;
	font-size: 15px;
	opacity: 0.7;
	width: 100%;
	height: auto;
    background: rgb(191,170,143);
    margin-bottom: 0;
}

.pied{
	display: flex;
	justify-content: center;
}

.pied_gauche{
	text-align: left;
	height: auto;
}

.pied_droit{	
	text-align: right;
	height: auto;
	flex-direction: column;
}

.pied_milieu{
	text-align: center;
	height: auto;
	flex-direction: column;
	padding-right: 3vw;
	padding-left: 3vw;
}

.liensdesinfo{
	padding-bottom: 1vh;
}

.milieumilieu{
	padding-top: 1vh;
	padding-bottom: 1vh;
}

footer span{
	font-size: 12px;
}

/******************** MENU commun *********************/
.topnav {
	display: flex;
    background-color: #8b6f47;
    overflow: hidden;
    opacity: 0.7;
    margin: 0;
    width: 100vw;
    height: 6vh;
    position: absolute;
    right: 0;
}

.topnav li{
	list-style-type: none;
}

.topnav li a{
    position: relative;
    display: flex;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
    width: 8vw;
    height: 6vh;
}

/* Au survol de la souris */
.topnav li a:hover {
    background-color: #ddd;
    color: black;
}

/* Classe active pour mettre en évidence la page courante */
.active {
    background-color: #4f3222;
    color: white;
}

#responsive-menu-button{
	position:absolute;
	display:none;
	top:5px;
	left:5px;
	color:#000;
	font-size:2.5em;
	font-weight:bold;
}


/*****************************************************/
/************ PAGE ACCUEIL (index.html) **************/

#conteneur{
	margin: 0 auto;
	width: 100vw;
	height: auto;
	color: #4f3222;
}

/***** En Tête *******/
#conteneur header{
	background: #7e4a35;
	text-align: center;
	margin-bottom: 8vh;
	height: 28vh;
}

#conteneur h1{
	text-shadow: 3px 2px black;
	color: white;
	font-size: 130px;
	padding-top: 5vh;
	font-family: 'Monsieur La Doulaise', cursive;
}

#conteneur nav{
	margin-top: 5vh;
}

/****** Diaporama *******/
#slideshow img{
	width: 80vw;
	height: 58.5vh;
}

#slideshow{
	position: relative;
	width: 80vw;
	height: auto;
	padding: 1%;
	margin: 0 auto 2em;
	border: 1px solid #ddd;
	background: #FFF;
	background: linear-gradient(#FFF, #FFF 20%, #EEE 80%, #DDD);
	border-radius: 2px 2px 2px 2px;
	box-shadow: 0 0 3px rgba(0,0,0, 0.2);
}
 
#slideshow:before, #slideshow:after{
	position: absolute;
	bottom: 16px;
	z-index: -10;
	width: 50vw;
	height: 2vh;
	content: " ";
	background: rgba(0,0,0,0.1);
	border-radius: 50%;
	box-shadow: 0 0 3px rgba(0,0,0, 0.4), 0 20px 10px rgba(0,0,0, 0.7);
}
#slideshow:before{
	left: 0;
	transform: rotate(-4deg);
}
#slideshow:after{
	right: 0;
	transform: rotate(4deg);
}

/* gestion des dimensions et débordement du conteneur */
#slideshow .container{
	position: relative;
	width: 80vw;
	height: 58vh;
	overflow: hidden;
}
	
/* espace gris pour la timeline */
#slideshow .container:after{
	position: absolute;
	bottom: 0; left: 0;
	content: " ";
	width: 79.8vw;
	height: 0.3vh;
	background: #999;
}

/* conteneur des slides */
#slideshow .slider{
	position: absolute;
	left: 0; top: 0; 
	width: 400vw;
	height: 31vh;

	/* propriété animation */
	animation: slider 25s infinite;
}

/* annulation des marges sur figure */
#slideshow figure{
	position: relative;
	display: inline-block;
	padding: 0; margin: 0;
}

/* effet de vignette sur les images */
#slideshow figure:after{
	position: absolute;
	display: block;
	content: " ";
	top: 0; left: 0;
	width: 100%; height: 100%;
	box-shadow: 0 0 65px rgba(0,0,0, 0.5) inset;
}

/* styles de nos légendes */
#slideshow figcaption{
	position: absolute;
	left: 0; right: 0; bottom: 5px;
	padding: 20px;
	margin: 0;
	border-top: 1px solid rgb(225,225,225);
	text-align: center;
	letter-spacing: 0.05em;
	word-spacing: 0.05em;
	font-family: Georgia, Times, serif;
	background: #fff;
	background: rgba(255,255,255,0.7);
	color: #555;
	text-shadow: -1px -1px 0 rgba(255,255,255,0.3);

	/* propriété animation */
	animation: figcaptionner 25s infinite;
}

/* fonction d'animation */
@keyframes slider{
	0%, 20%, 100%	{ left: 0 }
	25%, 45%		{ left: -100% }
	50%, 70%		{ left: -200% }
	75%, 95%		{ left: -300% }
}

/* Animation de la légende */
@keyframes figcaptionner{
	0%, 25%, 50%, 75%, 100%				
	{ bottom: -55px;}
	5%, 20%, 30%, 45%, 55%, 70%, 80%, 95%
	{ bottom: 5px;}
}


/***** Boutons pause et play *****/

.play_commands {
	/* positionnement en haut à droite */ 
	position: absolute;
	top: 25px; right: 25px;
	z-index: 10;
	/* dimensionnement des icônes */
	width: 22px;
	height: 22px;
	text-indent: -9999px;
	border:0 none;
	/* placez l'opacité à 1 si vous souhaitez voir les commandes */
	opacity: 0;
	/* préparation de transition sur opacicty et right */
	transition: opacity 1s, right 1s;
}
/* décale play légèrement sur la gauche */
.play { right: 55px; cursor: default; }
 
/* création de l'icône pause */
.pause:after,
.pause:before {
	position: absolute;
	display: block;
	content: " ";
	top:0;
	width:38%;
	height: 22px;
	background: #fff;
	background: rgba(255,255,255,0.5);
}
.pause:after { right:0; }
.pause:before {	left:0; }
 
/* création de l'icône play avec des bordures */
.play {
	width: 1px; 
	height: 1px; 
	/* les transparentes forment la flèche */
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 20px solid #fff; 
	border-left: 20px solid rgba(255,255,255,0.5); 
	/* renseignez 1 pour voir l'icône de suite */
	opacity: 0;
}
 
/* apparition du bouton pause au survole */
/* apparition des boutons au focus */
#slideshow:hover .pause,
.play_commands:focus {
	opacity: 1;
	outline: none;
}

/* stopper les animation */
.sl_command:target ~ #slideshow .slider,
.sl_command:target ~ #slideshow figcaption,
.sl_command:target ~ #slideshow #timeline,
.sl_command:target ~ #slideshow .dots_commands li:first-child a:after {
	animation-play-state: paused;
}
 
/* redémarrer les animations */
#sl_play:target ~ #slideshow .slider,
#sl_play:target ~ #slideshow figcaption,
#sl_play:target ~ #slideshow #timeline,
#sl_play:target ~ #slideshow .dots_commands li:first-child a:after {
	animation-play-state: running;
}
 
/* switch entre les boutons */
.sl_command:target ~ #slideshow .pause {opacity: 0;}
#sl_play:target ~ #slideshow:hover .pause,
#sl_play:target ~ #slideshow .pause:focus {opacity: 1;}
.sl_command:target ~ #slideshow .play { 
	opacity: 1; 
	right: 25px;
	cursor: pointer;
}
#sl_play:target ~ #slideshow .play {
	opacity: 0;
	right: 55px;
	cursor: default;
}


/******************************************************/
/************* PAGES CHAMBRES ET SUITES ***************/

#conteneur_chambre{
	width: 90vw;
	height: auto;
	margin: auto;
}

.corps_chambre{
	width: 90vw;
	height: auto;
}

#conteneur_chambre .contenu{
	display: flex;
	justify-content: center;
}

#conteneur_chambre header{
	margin-bottom: 7vh;
}

.corps_chambre span{
	font-size: 28px;
}

.corps_chambre h4{
	padding-top: 2vh;
	padding-bottom: 2vh;
}

.corps_chambre section{
	width: 90vw;
	height: auto;
	margin-bottom: 4vh;
	margin: auto;
}

.contenu img{
	width: 45vw;
	height: auto;
}

.corps_chambre .text{
	width: 40vw;
	height: auto;
	flex-direction: column;
	text-align: center;
	background-color: rgba(212,172,110,0.36);
}

#conteneur_chambre .un{
	justify-content: center;
	display: flex;
	padding-bottom: 2vh;
	padding-top: 2vh;
}
#conteneur_chambre .un div{
	flex-direction: column;
}

#conteneur_chambre .deux{
	flex-direction: column;
	padding-bottom: 2vh;
	height: auto;
}

.contenu .g, .contenu .m, .contenu .d{
	padding-left: 1vw;
	padding-right: 1vw;
}


/* Bouton de réservation */

.wrapper {
	margin-top: 4vh;
	display: flex;
	justify-content: center;
	margin: auto;
}

.button_reserv {
	padding: 0.5em 1em;
	text-align: center;
	text-decoration: none;
	color: #4f3222;
	border: 2px solid #4f3222;
	font-size: 1.5vw;
	display: inline-block;
	border-radius: 0.3em;
	transition: all 0.5s ease-in-out;
 }

.button_reserv:hover {
    background-color: #4f3222;
    color: #fff;
    border-bottom: 4px solid darken(#2194E0, 10%);
}


/*****************************************************/
/****************** PAGE RESTAURANT *******************/

#conteneur_restaurant{
	width: 100vw;
	height: auto;
}

#corps_restaurant .zero{
	display: flex;
	width: 90vw;
	margin-top: 2vh;
}

#corps_restaurant .deux{
	display: flex;
	flex-direction: column;
	text-align: center;
	padding-left: 2vw;
	padding-right: 2vw;
}

#corps_restaurant{
	margin-top: 7vh;
}

#conteneur_restaurant section{
	width: 90vw;
	margin: 0 auto;
	margin-top: 3vh;
}

#conteneur_restaurant .specialite{
	font-family: 'Miss Fajardose', cursive;
	font-size: 55px;
}

#restaurant img, #bar img, #brasserie img{
	width: 45vw;
	height: auto;
}

#conteneur_restaurant .deux p{
	padding-bottom: 1vh;
}


/*****************************************************/
/****************** PAGE SPA *************************/

#conteneur_spa{
	width: 90vw;
	height: auto;
	margin: auto;
}

#conteneur_spa header p{
	width: 90vw;
	display: flex;
	text-align: center;
	padding-top: 10vh;
	padding-bottom: 3vh;
}

#corps_spa{
	display: flex;
	margin: 0 auto;
}

#corps_spa section{
	width: 90vw;
	height: 50vh;
	display: flex;
	display: block;
	flex-direction: column;
	justify-content: center;
}

.massagescorps{
	width: 90vw;
	display: flex;
	margin-bottom: 5vh;
}

#conteneur_spa .deux, #conteneur_spa .un{
	width: 45vw;
	height: auto;
	text-align: center;
	display: flex;
	display: block;
}

#conteneur_spa img{
	width: 45vw;
}

.massagescorps p{
	text-align: center;
	padding-bottom: 1vh;
	padding-top: 0.5vh;
}

.massagescorps .text{
	padding: 2vh;
}


/*****************************************************/
/******************* RESERVATION *********************/

#reservation{
	width: 100%;
	height: auto;
}

#corps_reservation{min-height: 40vh;}

#corps_reservation .formulaire{
	display: flex;
	display: block;
	justify-content: center;
	width: 50%;
	height: auto;
	margin: 0 auto;
	background: rgba(212,172,110,0.36);
	padding: 5vh 5vw 5vh 5vw;
	font-size: 18px;
	margin-top: 13vh; 
}

#conteneur_reservation{
	height: auto;
}

#corps_reservation label{
	display: flex;
	display: block;
	flex-direction: column;
	width: 50%;
	height: auto;
	padding-right: 5vw;
	padding-left: 5vw;
}

#corps_reservation select, #corps_reservation .gauche{
	display: flex;
	display: block;
	flex-direction: column;
	min-width: 8%;
	max-width: 50%;
}

#corps_reservation .element1{
	display: flex;
	padding-bottom: 1vh;
}

#corps_reservation .bouton{
	display: flex;
	display: block;
	margin: auto;
	padding: 1px;
	margin-top: 2vh;
	width: auto;
}


/*****************************************************/
/************* CONTACT et RECRUTEMENT ***************/

.contact{
	width: 100vw;
	height: auto;
}

.corps_contact .intro{
	width: 90vw;
	height: auto;
	padding-top: 10vh;
	margin-bottom: 2vh;
	margin: 0 auto;
	text-align: center;
}

.corps_contact .formulaire{
	width: 40vw;
	height: auto;
	margin: 0 auto;
	background: rgba(212,172,110,0.36);
	padding: 5vh 5vw 5vh 5vw;
	font-size: 18px;
}

.corps_contact .gauche{
	display: flex;
	display: block;
	flex-direction: column;
	width: 20vw;
}

.corps_contact .droite{
	display: flex;
	display: block;
	flex-direction: column;
	float: left;
	width: auto;
	text-align: left;
}

.messagecontact{
	display: flex;
	justify-content: center;
	max-width: 100%;
}

.corps_contact .element{
	display: flex;
	margin-bottom: 2vh;
}

.corps_contact .sujet{
	width: 10vw;
}

.corps_contact .bouton{
	display: flex;
	justify-content: center;
	margin: auto;
}

.element .civil{
	display: flex;
	display: inline-block;
	width: auto;
}


/*****************************************************/
/********************** HOTEL *************************/

#hotel{
	width: 100vw;
	height: auto;
}

/* Boutons */
#hotel #onglet a{
	display: flex;
	display: block;
	border-radius: 30px;
	border-style: solid;
	border-color: #cab577;
	background-color: #cab577;
	text-align: center;
	padding: 1vh;
	text-decoration: none;
	width: auto;
	color: #7e4a35;
	margin: 1vw;
}

#hotel #onglet{
	display: flex;
	justify-content: center;
}

/* Elements du corps */
#corps_hotel .sous-titre{
	display: flex;
	display: inline;
	margin: auto;
}

#corps_hotel .intro{
	height: auto;
	padding-top: 10vh;
	text-align: center;
}

#acces #elementpremier{
	display: flex;
	flex-wrap: nowrap;
	width: 80vw;
	margin-bottom: 4vh;
}

#nous_connaitre{
	display: flex;
	flex-direction: column;
	width: 50%;
	margin: 0;
	padding-top: 2vh;
	text-align: center;
}

#nous_connaitre strong{
	padding-top: 2vh;
	padding-bottom: 2vh;
	font-style: bold;
	font-size: 5vw;
	font-family: 'Miss Fajardose', cursive;
	color: grey;
	text-shadow: 1vw 1vw white;
}

#nous_connaitre a{
	text-decoration: none;
	border-radius: 2px 2px 2px 2px solid black;
}

#corps_hotel{
	width: 80vw;
	margin: 0 auto;
}

#acces{
	padding-top: 2vh;
	width: 80vw;
	height: auto;
	margin: 0 auto;
}

#evenement{
	display: flex;
	justify-content: center;
	margin-bottom: 4vh;
}

#evenement2{
	margin-left: 2vw;
}

#hotel h3{
	padding-top: 2vh;
	padding-bottom: 2vh;
	text-align: center;
}

#hotel a{
	text-decoration: none;
}

/* Presse */

#presse .journal{
	width: 15vw;
	display: flex;
	display: block;
	padding-top: 2vh;
	padding-bottom: 2vh;
}

#presse .extrait{
	font-size: 1.8vw;
	font-family: bold;
	display: flex;
	display: inline-block;
	width: 60vw;

}

.guillemet{
	width: 3vw;
	height: auto;
}

#presse div{
	padding-bottom: 4vh;
	margin: 0 auto;
	width: 60vw;
}


/*****************************************************/
/******************** ACTUALITES **********************/

#corps_actu{
	width: 70vw;
	height: auto;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding-left: 2vw;
	padding-right: 2vw;
	margin-top: 10vh;
}

#corps_actu img{width: 30vw;}

#corps_actu h3{
	text-align: center;
	margin-bottom: 2vh;
}

.actu{
	width: 30vw;
	height: auto;
	margin: auto;
	margin: 2vh;
	display: flex;
	align-content: center;
	align-items: center;
	display: block;
	padding: 1.5vh;
	background-color: rgba(212,172,110,0.36);
}


/*****************************************************/
/*********************** AVIS ************************/

/* Formulaire */

#corps_avis form{
	width: 50vw;
	height: auto;
	padding-top: 10vh;
	margin: 0 auto;
	border: 2px solid #7e4a35;
	padding: 2vw;
}

#formavis{width: 100%;}

#formavis label{
	display: flex;
	display: block;
	flex-direction: column;
	width: 50%;
}

#formavis .element{
	display: flex;
	margin-bottom: 1vh;
}
.element #sujet{
	margin: 0;
	padding: 0;
}

#formavis .gauche, #formavis .droite{
	display: block;
	justify-content: center;
	flex-direction: column;
}

#formavis .gauche{width: 50%;}
#formavis .droite{width: auto;}

#comment{
	display: flex;
	display: block;
	justify-content: center;
	width: 100%;
	height: auto;
}


/* Commentaires et autres */

#corps_avis .intro{
	text-align: center;
	margin-bottom: 2vh;
}

#corps_avis{margin-top: 5vh;}

#section_avis p{
	width: 50vw;
	margin: 0 auto;
	margin-bottom: 3vh;
	border-radius: 30px;
	border-style: solid;
  	border-color: #d4ac6e;  	
	padding: 2vw;
}

#corps_avis #onglet a{
	display: flex;
	display: inline-block;
	min-width: 10vw;
	height: auto;
	border-radius: 30px;
	border-style: solid;
  	border-color: #d4ac6e;
	background-color: #d4ac6e;
	text-decoration: none;
	text-align: center;
	padding: 0.5vh;
	padding-top: 1vh;
	margin: 0.5vw;
	color: #7e4a35;
}

#corps_avis #onglet{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	width: 50vw;
	margin: 0 auto;
}

#corps_avis h3{
	padding-top: 3vh;
	padding-bottom: 2vh;
}


/*****************************************************/
/*************** CGV ET MENTIONS LÉGALES *************/
#mentions{
	text-align: center;
	margin-top: 15vh;
}

#corps-cgv{
	width: 80vw;
	height: auto;
	margin: 0 auto;
}

#corps-cgv ul{padding-left: 2vw;}
#corps-cgv b{font-size: 18px;}

#corps-cgv h3{
	text-align: center;
	margin-bottom: 3vh;
	margin-top: 3vh;
}

#corps-cgv p{margin-bottom: 3vh;}


/*****************************************************/
/******************** PLAN DU SITE *******************/

#conteneur_cgv .serapation{
	display: flex;
	justify-content: center;
}

#corps_plan{
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 60vw;
	height: auto;
	margin: 0 auto;
	padding-top: 10vh;
	padding-bottom: 5vh;
}

#corps_plan ul ul{margin-left: 2vw;}
#corps_plan ul{margin-bottom: 1vh;}
