/*
@import url('http://fonts.cdnfonts.com/css/segoe-s');
*/
@font-face {
	font-family: "The brooklyn";
	src: url('font/thebrooklyn.woff2') format("woff2"), url('font/thebrooklyn.woff') format("woff");
	/*src: url('https://res.cloudinary.com/amenitiz/raw/upload/v1580913751/pekxgasgzr7gyrbzn1pk.otf');*/
	font-display: auto;
  }
  @font-face {
	font-family: "Bellarina";
	/*src: url('https://res.cloudinary.com/amenitiz/raw/upload/v1580913750/mcyw1qbmvjcrhecxgecy.otf');*/
	src: url('font/bellarina.woff2') format("woff2"),  url('font/bellarina.woff') format("woff");
	font-display: block;
  }
/*
@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;

}*/
* {box-sizing: border-box;}
html {
	font-size: 100%;
	scroll-behavior: smooth;
}

body {
	margin: 0;
	padding: 0;
	scroll-behavior: smooth;
	background-color: fff;
	color: #333;
	scroll-behavior: smooth;
	font-family: 'The brooklyn', sans-serif;
}
@media screen and (max-width: 900px) {
	body {
		background-color: #365e5c;
	}
}

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-14.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: #6B8181;
	font-size: 36px;
	font-weight: normal;
	padding:20px 0 6px;
	margin:0;
}

h3 {
	color: #6B8181;
	font-size: 30px;
	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;
}
a {color:inherit}
table {
	margin: auto;
}
strong {font-weight:600}
hr {
	display: block;
	clear: both;
	height: 0;
	margin: 0px;
	padding: 0;
	border: 0;
}
div.espace {
    width: 100%;
    text-align:center;
	padding:15px 0;
}
div.espace img{
    height:100px;width:auto;
}


/****** HEADER ******/
header {
	padding-top:40px;
	width: 100%;
	border: solid 0px white;
	position:relative;
}

body#accueil header {
	width: 100%;
	border: solid 0px white;
	z-index:20;
	position:absolute;
	top:0;
	background-color: transparent;
	padding:0;
}

#logo {width:100%;text-align:center}
#logo img{max-width:100%;height:auto;}

#wrapper_slider {
	position:relative;
	min-height:400px;
	border:solid 1px red;
	margin-top:50px;
}

body#accueil header {
	overflow: auto;
	z-index: 1;
	background-image:none;
}

body#accueil  #titre {
	position:relative;
	bottom:0;
	left:0;
	width: 100%;
	box-sizing: border-box;
	text-align: center;
	border: solid 0px red;
	background-image: url(photos/diapo-bg-04.jpg);
	background-position: center center;
	background-color:#fff;
	min-height:450px;
	margin-top:30px;
}

#titre div {
	position:absolute;
	bottom:0px;
	left:0;
	width: 100%;
	box-sizing: border-box;
	text-align: center;
	display: flex;
	flex-flow: column;
	border: solid 0px red;
}
#titre img {
	height:;
	border: solid 0px red;
	animation: retrecit linear 1s;
	display:block;
	margin:auto;
}
/*
@keyframes retrecit {
	from {
		transform: scale(0.4);
	}

	to {
		transform: scale(1);
	}
}
*/
#titre h1 {
	margin: auto;
	text-align: center;
	color: white;
	font-size: 90px;
    vertical-align: bottom;
	display: block;
	background:rgb(0, 0, 0, 0.3);
	background: #83A3A1;
	padding: 0;
	font-family: 'Bellarina', sans-serif;
	width:100%;
	z-index:0;
	margin:0;
	display:block;
}
body#accueil  #titre h1 {
	background:rgb(0, 0, 0, 0.3);
}

section#introduction {
	padding:30px 0;
	max-width:600px;
	margin:auto;
}
section#covid {padding:30px 0;}
section#covid h3 {
font-family:'bellarina',cursive;
font-size:60px;
line-height:40px;
}
body#accueil  h2 {
	font-size: 2.4em;
	margin: auto;
	text-align:center;
	color:#333;
}

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




/***** Bouton RESERVER  *****/
a.reserver {
	clear: both;
	display: inline-block;
	background: #5da39f;
	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;
	margin: 15px;
}

a.reserver:hover {
	background: #4e8a87;
	box-shadow: inset 1px 1px 3px #B3B0AE;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
	font-size: 1.5em;
}

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


/**** MAIN  *****/
main {
	max-width: 1200px;
	margin: 0 auto 60vh;
	clear: both;
	font-size: 1em;
	background:white;
	overflow: visible;
	padding-bottom:20px;
}
body#accueil main { margin-bottom:20px;}

main p {
	margin: 6px auto;
	font-size: 22px;
	line-height:28px;
	text-align: justify;
	max-width:800px;
	text-align-last: center;
	/*font-family: 'Segoe S', sans-serif;*/
}
main p strong {
	color:#365e5c;
	background-color:#b4d9d7;
	padding:0 4px;
	border-radius:4px;
}
main a {
	color: #6F8484;
}

main .titre {
	color: #829797;
	font-size: 2.5em;
	margin-top: 12px;
	margin-bottom: 12px;
	font-weight: normal;
}

main table p {
	margin: 6px auto;
	font-size: 1em;
}

@media screen and (max-width: 900px) {
	main p {
		margin: 6px;
		font-size: 18px;
		line-height:28px;
		/*font-family: 'Segoe S', sans-serif;*/
	}
}



/**** BAS de PAGE    ****/

.hide {
	display: none;
}



section#badges {
	width:100%;
	padding: 40px 0;
	text-align: center;

}

section#badges img {
	margin: auto 10px;
	vertical-align: middle;
}




footer {
	background-color:#365e5c;
	color:white;
	font-size:1.2em;
	padding:12px 0 30px;
	margin:0;
}
footer a {
	color:inherit;
	font-size:1.2em;
}
footer > div.basdepage {
	display:flex;
	justify-content:space-evenly;
	flex-wrap: wrap;
}
footer h3 {
	margin:6px;padding:0;color: #ddd;font-size:1.6em;
}
footer  p {
	margin:12px 6px;
}
footer > div.basdepage > div {align-self:flex-start}

footer ul {margin:0;padding-left:10px;list-style: none;}
footer ul li {font-size:0.8em;color:#ccc}
footer ul li ::before {content: "\25CF"; color: #ccc;margin-right:10px;}
footer ul li:hover ::before {content: "\25A0"; color: #fff}
footer ul li a {text-decoration:none;}
footer ul li a:hover {color:#fff}
footer div#coordonnees p {margin:12px 6px;}
footer div#coordonnees p a {}

footer div#credits {
	border-top:solid 1px #999;
	width:100%;
	max-width:90%;
	margin-top:20px;
	padding-top:6px;
}
footer div#credits p {
	color: #ddd;
	text-align:right;
}
footer div#credits a {
	font-size:1em;
}
footer p.icones {
	display: inline-block;
	border:solid 0px red;
	width:150px;
	vertical-align: top;
}

footer p.icones:hover {
}

footer p.icones a {
	width: auto;
}

footer p.icones img {
	height: 32px;
	margin:auto 4px;
	width: auto;
	display: inline-block;
	vertical-align: middle;
	transition: 0.2s;
}
footer p.icones img:hover {
	transform: scale(1.5);
}

#drapeaux {width:100%;text-align:left;padding:10px 0;}

@media screen and (max-width: 900px) {
	footer p,footer h3,#drapeaux {text-align:center}
	footer div#menu-basdepage {display:none}
	footer p.icones {
		margin:auto;
		width:100%;
	}
}

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

.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:40px 20px 20px;
	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 {
	float: none;
	width: 100%;
	vertical-align: middle;
	text-align: center;
	margin: 0px auto !important;
	border: solid 0px;
	margin-top: 0;
	display: block;

}

.colonne_vignette img {
	width: 100px;
	height: 75px;
	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;
	height:600px;
	width: auto;
	vertical-align: middle;
}
@media screen and (max-width: 900px) {
	.cadre_photo_diapo {
		height:auto;
		width: auto;
		max-width:100%;
		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;
	border-spacing: 2px 0px;
	box-sizing: border-box;
	text-align: center;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.cadre_lightbox > div {
	display: inline-block;
	max-width:300px;
	position: relative;
	height: 100%;
	border: solid 1px white;
	overflow: hidden;
	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 bottom, rgba(0, 0, 0, 0.2) 80%, rgba(0, 0, 0, 0));
	padding-top:2%;
	padding-bottom: 2%;
	z-index: 20;
	font-size: 2em;
	margin: 0;
	transition: all 0.6s;
}

.cadre_lightbox>div:hover h3 {
	background-color: rgba(0, 0, 0, 0);
	text-decoration: underline;
	font-size: 2.2em;
}

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

.cadre_lightbox div img {
	width: 100%;
	max-width:350px;
	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;
}


/**** Resume cadre lighbox page d'accueil ***/
section#resume > .cadre_lightbox {
	position: relative;
	width: 100%;
	margin: auto;
	border: solid 0px green;
	border-spacing: 2px 0px;
	box-sizing: border-box;
	text-align: center;
	display: flex;
	justify-content: center;
	flex-wrap: nowrap;
	align-items:stretch;
}

section#resume > .cadre_lightbox > div {
	flex:1 ;
	display: block;
	max-width:32%;
	max-width:400px;
	position: relative;
	border: solid 1px white;
	vertical-align: middle;
	box-sizing: border-box;
	text-align: left;
	border:solid 1px #ddd;
	margin:3px;
	
}

section#resume > .cadre_lightbox  div h3 {
	position: relative;
	display: inline-block;
	font-size: 1.55em;
	font-weight:normal;
	text-align:left;
	background:none;
	margin-top:10px;
	background-color: transparent;
	border-color: transparent;
	padding: .5rem 1rem;
	line-height: 1.5;
	background-color: none;
	border-color: none;
	transition: all .15s ease-in-out;
	border-radius: .3rem;
	text-decoration: none;
	color:#444;
}

section#resume > div.cadre_lightbox  div  h3 a {
	text-decoration: none;
	color:inherit;
	width:100%;
	display:block;
}

section#resume > div.cadre_lightbox  div  h3   {
	background-color: #5da39f;
	border-color: #5da39f;
	color:#fff;
}
section#resume > div.cadre_lightbox  div  h3:hover   {
	background-color: #4e8a87;
	border-color: #4e8a87;
	color:#fff;
}
section#resume > .cadre_lightbox > div p {
	font-size:18px;
	position: relative;
	width: 100%;
	margin: 0;
	color:#444;
	text-align:left;
	text-align-last:unset;
	padding: 0.5rem 1rem;
}
section#resume > .cadre_lightbox > div p a {
	padding: .5rem 1rem;
	font-size: 1.25rem;
	line-height: 1.5;
	border-radius: .3rem;
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8;
	display: inline-block;
	font-weight: 400;
	margin-top: 10px;
	text-decoration: none;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
section#resume > .cadre_lightbox > div p a:hover{
	background-color: #138496;
	border-color: #17a2b8;
}

section#resume > .cadre_lightbox div img {
	width: 100%;
	max-width:100%;
	height: auto;
	position: relative;
	display: block;
	max-height: 400px;
	margin: auto;
}

section#resume > .cadre_lightbox div:hover img {
	transform: scale(1);
	filter: brightness(0.8);
	transition: all 0.6s;
}
@media screen and (max-width: 500px) {
	section#resume > .cadre_lightbox {
		flex-wrap: wrap;
		flex-direction:column;
	}
}

/*** Container fluide ***/
.container-fluid {
	width:100%;
	height:500px;
	display:flex;
	justify-content: center;
}
.container-fluid div {
	margin:0;
	background-repeat: no-repeat;
	background-size:cover;
	width:100%;
}
.container-fluid3  {
	width:100%;
	height:300px;
	display:flex;
	justify-content: center;
}
.container-fluid3 div {
	margin:0;
	background-repeat: no-repeat;
	background-size:cover;
	width:33.33%;
}

/*** Tarifs ***/
body.tarifs>div.main {
	padding-top: 40px;
	padding-bottom: 20px;
}

#tarifs table  {
	border-collapse: collapse;
}
#tarifs table th {
	font-size: 1.4em;
	padding: 6px;
	background-color: #737E88;
	color:white;
}
#tarifs table td  {
	font-size: 1.2em;
	padding: 12px 6px;
}
#tarifs table tr:nth-child(even){background-color: #D2E5DE
	;}

/*** 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;
}

/***** Modifications   *******/

#button, #button2, #button3, #button4, #button5, #button6, #button7, #button8, body#modif  input[type="submit"] {
	font-size:18px;
	padding:5px 15px;
	margin:8px auto;
}

/***** 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;
		}

		#titre {
			min-width: auto;
			max-width: 1000px;
		}

		#titre a {
			font-size: 2.2em;
			text-decoration: none;
			text-shadow: 1px 1px 3px rgba(0, 0, 0, 1);
			border: solid 0px white;
		}

		#titre 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;

		}

		#titre 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;
		}

		#titre {
			margin: auto;
			margin-top: 70px;
			overflow: hidden;
			border: solid 0px white;
		}

		#titre img {
			margin: auto;
			max-height: 60px;
			width: auto;
			border: solid 0px white;
			margin-bottom: 0;
			margin-bottom: -20px;
		}

		#titre 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;
		}


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


/*** MENU PRINCIPAL HAMBURGER ***/

.navbar {
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	z-index: 5;
	margin: 0;
	padding:  0;
	clear: both;
	font-weight: normal;
	text-align: center;
	border: solid 0px red;
	font-size: 16px;
	font-size: 18px;
	line-height: 40px;
	background-color:#365e5c;
	z-index:10;
	color:white;
}
nav > div {
	float:left;
	padding:0 8px;
	text-align: left;
}
nav > div > div#titre-nesquiere {
	display:inline-block;
	text-transform: uppercase;
	line-height: 40px;
}
nav > div > div#titre-nesquiere a {
	font-size:28px;
	text-decoration:none;
	transition: letter-spacing 0.2s ease-in ;
}
nav > div > div#titre-nesquiere a:hover {
	letter-spacing:0.1em;
}

nav > div > div#contact_accueil {
    border: solid 0px;
    width: auto;
    display: block;
    padding: 0px;
	font-size:14px !important;
	line-height:18px;
	display:block;
	clear:both;
	display:none;
}

nav > div > #contact_accueil a {
    color: inherit;
	margin-right:20px;
	font-size:16px !important;
}
nav > div > #contact_accueil a:hover {
    text-decoration:underline;
}

nav div.icones {
	display: inline-block;
	border:solid 0px red;
	width:120px;
	vertical-align: top;
}

nav div.icones:hover {

}

nav div.icones a {
	width: auto;
}

nav div.icones img {
	height: 20px;
	margin:auto 4px;
	width: auto;
	display: inline-block;
	vertical-align: middle;
	transition: 0.2s;
}
nav div.icones img:hover {
	transform: scale(1.5);
}

nav > ul {
	padding: 0;
	margin: 0;
	margin-right: 50px;
	display: flex;
	justify-content: flex-end;
	border: solid 0px white;
	list-style-type: none;
	border: solid 0px red;
	flex-flow: row;
	flex-wrap: wrap;
	float:right;
	z-index:10;
}

nav ul li {
	list-style: none;
	font-size: 16px;
	white-space: nowrap;
	text-align: center;
	z-index: 15;
	display: inline-block;
	position: relative;
	border-bottom: solid 0px white;
	margin: 0px;
	padding: 0px;
}

nav li:hover {}

nav > ul > li {
	width: auto;
	/* 100% / 7 elements = 14.28% */
	width:90px;
	/* minimum pour ne pas déplacer les éléments au survol et apparition du menu déroulant */
	position:relative;
	border:solid 0px;
	text-align:center;
}
nav > ul > li:hover {
	background: #4e8a87;
}

nav > ul > li > a,
nav > ul > li > span {
	color: inherit;
	text-decoration: none;
	width: auto;
	padding: 2px 8px;
	position: relative;
	overflow: visible;
	font-size:19px;
}

nav a {
	border-bottom: 1px solid transparent;
	transition: border 0.5s ease;
}

nav a:hover {

}

nav li.reserver a {
	background-color: rgba(255, 255, 255, 0.2);
}

nav li.icones {
	display: flex;
	justify-content: center;
	flex-wrap: nowrap;
	width:auto;
	align-items: center;
}

nav  li.icones:hover {
}

nav li.icones a {
	width: auto;
}

nav li.icones img {
	height: 20px;
	width: auto;
	display: block;
	vertical-align: middle;
	transition: 0.2s;
}
nav li.icones img:hover {
	transform: scale(1.5);
}

nav > ul > li > span span,
nav > ul > li > a span {
	position: relative;
	font-family: ETmodules;
	font-size: 10px;
	font-weight: 800;
	top: 5px;
	right: 2px;
	display:none;
}

nav > ul > li > a:hover span,
nav > ul > li > a span:hover {
	text-decoration: none !important;
}

nav > ul > li > a span:after { content:' \002228'; font-size:0.7em} /* Changer ce afin de changer le symbole du menu déroulant */
nav > ul > li > a:only-child:after { content: ''; }
 
/***** Sous menu *****/
nav > ul > li > ul {
	display: flex;
	flex-direction: column;
	margin: 0;
	padding: 0;
	width:auto;
	position:relative;
	top:0px;left:0;
	height:0;
	max-height: 0;
	transition: max-height 0.8s ease;
	overflow: hidden;
	width:150px;
	border:solid 0px red;
}
nav > ul > li > ul > li {
	width: auto;
	line-height: 36px;
	text-align:left;
	background-color: #365e5c;;
}

nav > ul > li:hover > ul {
	
	border-left:solid 0px #333;
	border:solid 0px red;
	overflow: visible;
}
nav > ul > li:hover > ul li {

	border-left:solid 0px #333;
}

nav > ul > li > ul > li a {
	text-decoration: none;
	background-color: ;
	padding-left:12px;
	transition:padding 0.3s;

}

nav > ul>li>ul>li:hover a {

	background: #4e8a87;
	width:100%;
	display:block;
	padding-left:20px;
}

/** bouton menu fermer **/
nav [type="submit"],
nav button {
	cursor: pointer;
	padding: 0;
	font-family: inherit;
	background: none;
	border: none;
	border-radius: 0;
	-webkit-appearance: none;
	border: 1px solid #47362C;
	display: none;
	z-index: 20;
}

.btn-menu {
	min-width: 80px;
	padding: 10px;
	color: #47362C;
	font-size: .8rem;
	text-transform: uppercase;
	background: #fff;
	transition: color 0.2s, background 0.3s;

	position: fixed;
	top: 0;
	right: 0;
	z-index: 1;
	display: none;
	/*grand écran*/
}

.btn-menu:hover .btn-menu-icon span {
	transform: translateX(5px);
	transition: transform 0.3s, opacity 0.3s;
	border: 0;
}

.btn-menu[aria-expanded="true"] {
	color: #191918;
	color: #323230;
	background: #fff;
	transition: color 0.2s, background 0.3s
}

.btn-menu[aria-expanded="true"] .btn-menu-icon span {
	opacity: 0;
	transform: translateX(30px);
	transition: transform 0.3s, opacity 0.3s
}

.btn-menu[aria-expanded="true"] .btn-menu-icon:before {
	top: 50%;
	background: #47362C;
	transform: rotate(-45deg);
	transition: background 0.3s, transform 0.3s, top 0.3s
}

.btn-menu[aria-expanded="true"] .btn-menu-icon:after {
	top: 50%;
	background: #47362C;
	transform: rotate(45deg);
	transition: background 0.3s, transform 0.3s, top 0.3s
}

.btn-menu[aria-expanded="true"] .btn-menu-label {
	display: none
}

.btn-menu[aria-expanded="true"] .btn-menu-label:last-of-type {
	display: block
}

.btn-menu-label {
	display: block
}

.btn-menu-label:last-of-type {
	display: none
}

.btn-menu-icon {
	position: relative;
	display: block;
	width: 22px;
	height: 14px;
	margin: 0 auto 5px
}

.btn-menu-icon span {
	position: absolute;
	width: 100%;
	height: 2px;
	left: 0;
	top: 6px;
	background: #47362C;
	transition: transform 0.3s, opacity 0.3s
}

.btn-menu-icon:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 2px;
	left: 0;
	top: 0;
	background: #47362C;
	transition: background 0.3s, top 0.3s, transform 0.3s
}

.btn-menu-icon:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 2px;
	left: 0;
	top: 12px;
	background: #47362C;
	transition: background 0.3s, top 0.3s, transform 0.3s
}

/**** modif au scroll
.navbar {background:transparent}
.navbar.scroll {background:#FEFEFE;	color: #323230;}***/

a.booking{
    clear: both;
    display: inline-block;
    background: #B3B0AE;
    text-align: center;
    margin: auto;
    color: white !important;
    text-decoration: none;
    transition: all ease-out 0.2s;
    font-weight: bold;
	border-radius:6px;
}

a.booking:hover{
	background-color: transparent;
	color: #3a2c24 !important;
}





@media screen and (max-width: 900px) {
	.navbar {
		height: auto;
		height: 0;
		background-color: #365e5c;
	}

	nav {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 9;
		max-width: none;
		padding-top: 0px;
		padding-bottom: 0px;background-color: #365e5c;
	}
	nav > div > div#contact_accueil {
		display:inline-block;
		margin-right:20px;
	}
	nav > div > div#contact_accueil a {
		margin-right:5px;
	}
	nav > ul {
		margin: 0;
		display: flex;
		justify-content: left;
		flex-flow: column;
		border: solid 0px white;
		display: none;
		padding-top: 20px;
		padding-left: 10px;
		height: 100vh;
		background: #365e5c;
	}


	nav  ul  li {
		font-size: 19px;
		white-space: nowrap;
		border: solid 0px white;
		text-align: left;
		list-style-type: "&#62;";
		min-width: unset;
		margin: 6px;
		width: auto;
		max-width:none;
	}

	nav ul li.icones {
		display: flex;
		justify-content: start;
		flex-wrap: nowrap;
		text-align: center;
	}

	nav ul li.icones a {
		width: auto;
		padding: 4px 8px;
	}

	nav ul li.icones img {
		height: 35px;
		width: auto;
		display: block;
		padding:0 8px;
	}

	nav ul li.icones:hover a {
		background: transparent;
	}

	nav > ul >  li > a {
		text-decoration: none;
		display: block;
		color: #fff;
		transition: padding 0.2s;
		padding: 6px 12px;
		padding-left: 5%;
		width:100%;
	}

	nav a:hover {
		border-bottom: solid 1px transparent;
		color: #191918;
	}



	.btn-menu {
		display: block;
		z-index: 20
	}

	/** Sous menu mob ***/
	nav > ul > li > ul {
		display: flex;
		flex-direction: row;
		justify-content: space-around;
		flex-wrap: wrap;
		margin: 0;
		position:relative;
		border:0;
		width:100%;
		height:auto;
	}
	nav > ul > li:hover  {
		max-height: 500px;
		border:0;
		position: relative;
	}
	nav > ul > li:hover > ul {
		max-height: 500px;
		border:0;
		position: relative;
	}

	nav > ul > li > ul > li {
		width:auto;
		display: inline-block;
		max-width: 150px;
		margin: 0;
		border:0;
		min-width:none;
		background:none;
	}
		nav > ul > li > ul > li a{
		width:100%;
		padding: 0 6px;
	}
	nav>ul>li>ul>li:hover {
		border:0
	}
	nav>ul>li>ul>li a:hover {

	}

	nav>ul>li>ul>li:hover a {

	}
}

/***** FIN MENU HAMBURGER  ***/