@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,800;1,800&display=swap');

@font-face {
  font-family: BwModelica;
  src: url(./fonts/BwModelica-Light.otf);
  font-weight: 300;
}

@font-face {
  font-family: BwModelica;
  src: url(./fonts/BwModelica-Medium.otf);
  font-weight: 400;
}

@font-face {
  font-family: BwModelica;
  src: url(./fonts/BwModelica-Bold.otf);
  font-weight: 600;
}

*{
padding:0px;
border:0px;
margin:0px;
}

html{
width:100%;
min-width:1000px;
scroll-behavior: smooth;
}

.main_width{
width:1000px;
margin:auto;
}


body{
font-family: 'BwModelica', sans-serif;
font-weight:300;
width:100%;
}


/* *********************** COMMON *********************** */

p{
color: #1d1d1b;
line-height: 30px;
font-size: 17px;
margin-bottom: 13px;
}

h1{
color:#1d1d1b;
text-transform: uppercase;
font-size: 50px;
font-weight: 600;
line-height: 48px;
margin-bottom:22px;
}

h2{
color:#1d1d1b;
text-transform: uppercase;
font-size: 66px;
font-weight: 600;
line-height: 77px;
margin-bottom:22px;
}

h1 .deco, h2 .deco{
font-family: 'Playfair Display', serif;
color: #ddb88c;
font-style: italic;
text-transform: none;
}


a.button{
font-style: italic;
font-size: 16px;
text-decoration: underline;
padding-right: 40px;
display: inline-block;
background-image: url(images/button-after.svg);
background-size: 30px;
background-repeat: no-repeat;
background-position: top 8px right;
margin-top: 30px;
transition: all 0.4s;
}

a.button:not(.airbnb):hover{
	padding-right: 50px;
}

a.button.airbnb{
padding-left: 26px;
padding-right: 0;
background-image: url(../images/icon-airbnb.svg);
background-size: 18px;
background-position: left center;
background-repeat: no-repeat;
}

a{
color: #1d1d1b;
}



/* *********************** HEADING MSG*********************** */
#heading{
width:100%;
height:30px;
text-align:center;
background-color:#ddb88c;
}

#heading p{
	color: #1d1d1b;
}



/* *********************** BANNER / MENU *********************** */
#banner{
width:100%;
position: fixed;
z-index: 100;
background-color: transparent;
padding: 9px 2%;
box-sizing: border-box;
display: flex;
justify-content: space-between;
align-items: center;
transition: all 0.6s;
}

#banner.no-home-banner{
position: static;
}

#banner>a{
position: relative;
width: 250px;
height: 95px;
}

#banner:not(.no-home-banner)>a img{
position: absolute;
top: -300px;
width: 100%;
height: auto;
}

.menu-links{
display: none;
}

#banner .burger {
    margin-right: 80px;
}

#banner .burger ul{
list-style: none;
width: 350px;
display: flex;
justify-content: space-between;
}

#banner .burger ul a{
text-decoration: none;
text-transform: uppercase;
font-size: 15px;
font-weight: 400;
transition: color 0.2s;
}

#banner .burger ul a:hover{
color: #ddb88c;
border-bottom: 2px solid #ddb88c;
}


html:not([data-scroll='0']) #banner:not(.no-home-banner){
background-color: white;
animation-name: banner;
animation-duration: 1s;
-webkit-box-shadow: 0px 0px 14px -6px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 0px 14px -6px rgba(0,0,0,0.3);
box-shadow: 0px 0px 14px -6px rgba(0,0,0,0.3);
}

@keyframes banner {
  from {top: -200px;}
  to {top: 0;}
}

html:not([data-scroll='0']) #banner:not(.no-home-banner)>a{
width: 200px;
height: 82px;
}

html:not([data-scroll='0']) #banner:not(.no-home-banner)>a img{
position: static;
top: unset;
}

#banner .langues{
position: absolute;
right: 2%;
}

#banner .langues .active{
padding-right: 20px;
background-image: url(images/arrow-gold-bottom-small.svg);
background-size: 13px;
background-position: right center;
background-repeat: no-repeat;
color: #7F7F7E;
padding: 7px 20px 7px 16px;
margin-left: 50px;
border-left: 1px solid #CCCCCC;
}

#banner .langues .langues_links{
opacity: 0;
position: absolute;
left: 51px;
top: 24px;
height: 0;
overflow: hidden;
transition: all 0.4s;
background-color: white;
display: flex;
flex-direction: column;
width: 23px;
padding: 20px;
}

#banner .langues .langues_links{
text-transform: none;
color: #97803E;
}

#banner .langues .langues_links a{
padding: 7px 0;
display: block;
width: 100%;
text-decoration: none;
}

#banner .langues:hover .langues_links{
opacity: 1;
height: 102px;
object-fit: cover;
-webkit-box-shadow: 0px 25px 60px -20px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 25px 60px -20px rgba(0,0,0,0.3);
box-shadow: 0px 25px 60px -20px rgba(0,0,0,0.3);
}

/* *********************** PAGES *********************** */

/* ***** HOME ***** */
#home .c1{
position: relative;
overflow: hidden;
}

#home .c1>.image{
display: inline-block;
width: 50%;
height: 100vh;
max-height: 1000px;
min-height: 800px;
position: relative;
background-image: url(./images/home-c1-image-background.jpg);
background-size: cover;
background-repeat: no-repeat;
background-position: center;
vertical-align: middle;
}

#home .c1>.image .background{
width: 90%;
height: 85%;
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
background-image: url(./images/home-c1-image-background.svg);
background-size: 100%;
background-position: left top;
background-repeat: repeat-y;
}

#home .c1>.image .image{
width: 75%;
height: 79%;
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
}

#home .c1>.image .image img{
width: 100%;
height: 100%;
object-fit: cover;
}

#home .c1>.image .image:before{
content:"";
position: absolute;
width: calc( 100% + 60px );
height: calc( 100% + 60px );
background-color: white;
left: -30px;
top: -30px;
z-index: -1;
}

#home .c1 .content{
display: inline-block;
width: 50%;
vertical-align: middle;
box-sizing: border-box;
padding: 0 8%;
}

#home .c1 .content h1{
text-align: center;
}

#home .c1 .content h1 img{
width: 500px;
height: auto;
margin: 0 auto 50px;
max-width: 100%;
}

#home .c1 .content p{
text-align: left;
text-align: justify;
text-justify: inter-word;
}

#home .c1:after{
content: "";
position: absolute;
z-index: -1;
right: -119px;
bottom: 0;
width: 480px;
height: 490px;
background-image: url(images/home-c1-background.svg);
background-size: 100%;
background-position: center;
background-repeat: no-repeat;
}

#home .c2{
margin: 100px 0;
}

#home .c2 .grid{
display: grid;
grid-template-columns: 1fr 1fr;
grid-template-rows: 585px 430px;
grid-gap: 25px;
}

#home .c2 .grid .content{
grid-column: 1/2;
grid-row: 1/2;
z-index: 2;
}

#home .c2 .grid .content h2{
position: relative;
width: 135%;
padding-top: 17px;
}

#home .c2 .grid .content h2 span{
font-size: 94px;
}

#home .c2 .grid .content p{
margin: 0;
text-align: justify;
text-justify: inter-word;
}

#home .c2 .grid .image-1{
grid-column: 2/3;
grid-row: 1/2;
}

#home .c2 .grid .image-1 img{
width: 100%;
height: 100%;
object-fit: cover;
}

#home .c2 .grid .image-2{
grid-column: 1/2;
grid-row: 2/3;
}

#home .c2 .grid .image-2 img{
width: 100%;
height: auto;
}

#home .c2 .grid .image-3{
grid-column: 2/3;
grid-row: 2/3;
}

#home .c2 .grid .image-3 img{
width: auto;
height: 100%;
}

#home #disponibilites:not(.visible){
height: 0;
overflow: hidden;
}

#home #disponibilites.visible{
background-color: #f9f9f9;
margin: 100px 0;
text-align: center;
padding: 50px 0;
}

#home #disponibilites.visible h2{
font-size: 40px;
line-height: 50px;
margin-bottom: 15px;
}

#home #disponibilites.visible .chambre+h2{
margin-top: 50px;
}

#home #disponibilites.visible h2 .deco{
font-size: 42px;
line-height: 50px;
}

#home #disponibilites.visible #year-change-1, #home #disponibilites.visible #year-change-2{
scroll-margin-top: 300px;
}

#home #disponibilites.visible p.year{
display: inline-block;
padding: 0 20px;
text-transform: uppercase;
font-weight: 400;
transform: translateY(-4px);
}

#home #disponibilites.visible .chambre{
margin-top: 50px;
}

#home #disponibilites.visible .chambre .content{
display: inline-block;
width: 29%;
vertical-align: top;
margin-right: 5%;
}

#home #disponibilites.visible .chambre .content h3{
text-transform: uppercase;
font-size: 28px;
line-height: 35px;
margin-bottom: 15px;
}

#home #disponibilites.visible .chambre .content .image{
width: 100%;
height: 250px;
}

#home #disponibilites.visible .chambre .content .image img{
width: 100%;
height: 100%;
object-fit: cover;
}

#home #disponibilites.visible .chambre .table{
display: inline-block;
width: 65%;
vertical-align: top;
}

#home #disponibilites.visible .chambre .table table{
display: inline-block;
vertical-align: top;
width: 30%;
margin: 0 1% 20px;
}

#home #disponibilites.visible .chambre .table tbody{
display: block;
width: 100%;
min-width: 100%;
}

#home #disponibilites.visible .chambre .table table tr:first-of-type{
text-transform: uppercase;
font-weight: 500;
line-height: 31px;
font-size: 16px;
}

#home #disponibilites.visible .chambre .table table .jours{
font-size: 13px;
line-height: 20px;
color: darkgrey;
}

#home #disponibilites.visible .chambre .table table .numero{
width: calc( 100% / 11 );
height: 30px;
vertical-align: middle;
text-align: center;
line-height: 33px;
font-size: 16px;
}

#home #disponibilites.visible .chambre .table table .numero.booked_a, #home #disponibilites.visible .chambre .table table .numero.date_anterieure{
	text-decoration: line-through;
	opacity: 0.3;
}

#home .c3{
background-color: #212126;
margin: 220px 0 280px;
padding: 80px 0;
position: relative;
}

#home .c3 .content{
max-width: 40%;
position: relative;
z-index: 2;
}

#home .c3 h2{
color: white;
width: 240%;
}

#home .c3 p{
color: white;
text-align: justify;
text-justify: inter-word;
}

#home .c3 a{
color: #ddb88c;
background-image: url(images/button-after-gold.svg);
}

#home .c3 .images{
position: absolute;
z-index: 1;
right: 0;
top: -100px;
width: 47%;
height: calc( 100% + 200px );
}

#home .c3 .images .image-1{
width: 100%;
height: 100%;
}

#home .c3 .images .image-1 img{
width: 100%;
height: 100%;
object-fit:cover;
}

#home .c3 .images .image-2{
position: absolute;
bottom: -100px;
left: -100px;
width: 320px;
height: 370px;
z-index: 3;
}

#home .c3 .images .image-2 img{
width: 100%;
height: 100%;
object-fit:cover;
}

#home .c3 .images .image-2:before {
content: "";
position: absolute;
width: calc( 100% + 40px );
height: calc( 100% + 40px );
background-color: white;
left: -20px;
top: -20px;
z-index: -1;
}

#home .c4{
position: relative;
text-align: right;
margin: 400px 0 250px;
}

#home .c4 .images{
position: absolute;
left: 0;
top: -100px;
height: calc(100% + 200px);
width: 40%;
}

#home .c4 .images .map{
width: 100%;
height: calc(100% - 100px);
}

#home .c4 .images .map iframe{
width: 100%;
height: 100%;
}

#home .c4 .images .image-1{
position: absolute;
bottom: 0;
right: -60px;
width: 290px;
height: 330px;
z-index: 3;
}

#home .c4 .images .image-1 img{
width: 100%;
height: 100%;
object-fit:cover;
}

#home .c4 .images .image-1:before {
content: "";
position: absolute;
width: calc( 100% + 40px );
height: calc( 100% + 40px );
background-color: white;
left: -20px;
top: -20px;
z-index: -1;
}

#home .c4 .content{
width: 51%;
text-align: left;
margin: 0 0 0 auto;
}

#home .c4 .content p{
text-align: justify;
text-justify: inter-word;
}

/* ***** Mentions légales ***** */


#legal{
text-align:center;
}

#legal .main_width{
padding-top:85px;
padding-bottom:30px;
}


#legal h1{
text-align:center;
background-position:bottom center;
margin-bottom:73px;
}

#legal h2{
background-position: 0px 7px;
position: relative;
bottom: 0px;
margin-top: 14px;
margin-bottom: 14px;
font-size:28px;
line-height:30px;
background-position: bottom left;
padding-bottom: 7px;
}

#legal h3{
line-height:23px!important;
padding-bottom: 6px!important;
}

#legal p{
margin-bottom:5px;
}

#legal p span{
display:inline-block;
vertical-align:top;
width:166px;
text-decoration:underline;
}

#legal .c0{
width:600px;
text-align:left;
display:inline-block;
vertical-align:top;
border:1px solid #c0c0c0;
text-align:left;
padding:1%;
margin-bottom:30px;
background-color:white;
border-radius:13px;
}

#legal .c1{
display:inline-block;
vertical-align:top;
width:36%;
margin-right:6%;
padding:1%;
border:1px solid #c0c0c0;
text-align:left;
margin-bottom:30px;
min-height:262px;
background-color:white;
border-radius:13px;
}

#legal .c1.last{
margin-right:0px;
}

#legal .c1 p{
margin-bottom:8px;
font-size:13px;
line-height:22px;
}

#legal .c2{
width:36%;
padding:1%;
margin-right:4%;
text-align:left;
display:inline-block;
vertical-align:top;
border:1px solid #c0c0c0;
margin-bottom:30px;
height:600px;
overflow:auto;
padding-bottom:30px;
background-color:white;
border-radius:13px;
}

#legal .c2 h3{

}

#legal .c2 h4{

}

#legal .c2 p{
margin-bottom:8px;
font-size:13px;
line-height:22px;
}

#legal .c2 ul li{
margin-bottom:5px;
font-size:13px;
line-height:22px;
padding-left:15px;
list-style-type:none;
}

#legal .c2 ul ul li{
padding-left:30px;
}

#legal .c2.last{
margin-right:0px;
}


/* ***** 404 ***** */

#e404{
text-align:center;
}

#e404 .main_width{
padding-top:85px;
padding-bottom:30px;
}

#e404 h1{
	text-align:center;
background-position:bottom center;
margin-bottom:73px;
}


/* *********************** FOOTER *********************** */


#footer{
text-align: center;
background-image: url(images/footer-background.jpg);
background-size: cover;
background-repeat: no-repeat;
background-position: center;
padding: 50px 0;
margin-top: 150px;
}

#footer .content{
background-color: #ffffffde;
padding: 30px 0;
}

#footer .logo{
width: 450px;
height: auto;
margin: 0 auto 50px;
display: block;
}

#footer .contact, #footer .horaires{
display: inline-block;
width: 24%;
vertical-align: top;
text-align: left;
}

#footer .contact{
margin-right: 6%;
}

#footer p.title{
font-weight: 600;
font-size: 18px;
display: block;
border-bottom: 1px solid #1d1d1b;
}

#footer p:not(.title){
font-size: 16px;
margin-bottom: 5px;
}

#footer .content a{
text-decoration: none;
}

#footer .content .important{
color: #ddb88c;
font-weight: 500;
}

#footer .facebook{
padding-left: 40px;
background-image: url(images/icon-facebook.svg);
background-size: 30px;
background-repeat: no-repeat;
background-position: left center;
line-height: 30px;
display: block;
}

#footer .content a:hover{
	text-decoration: underline;
}

#footer p.copyright{
font-size: 14px;
margin: 0;
padding: 0px 0px 23px;
text-align: center;
position: relative;
margin-top: 70px;
}

#footer p.copyright a:last-of-type{
position: absolute;
left: 50%;
transform: translateX(-50%);
bottom: -10px;
}

#footer .copyright a img{
display: inline-block;
width: 94px;
height: auto;
}


/* ***** CAPTCHA ***** */

.grecaptcha-badge { 
	visibility: hidden; 
}


/* ***** COOKIES ***** */

#cookieChoiceInfo{
	box-sizing: border-box;
}

/* ***** AOS ***** */

.fade_container {
    overflow-x: hidden;
}