@import url("https://fonts.googleapis.com/css2?family=Crimson+Text&family=Poppins:ital,wght@0,200;0,300;0,400;0,500;0,700;1,300;1,400&display=swap");

/* @font-face {
  font-family: "Kunstler Script";
  src: url("font/kunstler-script.eot");
  src: url("https://db.onlinewebfonts.com/t/4a5910f3106719968c759303c3d579c2.eot?#iefix")format("embedded-opentype"),
  url("font/kunstler-script.woff")format("woff"),
  url("font/kunstler-script.woff2")format("woff2"),
  url("font/kunstler-script.ttf")format("truetype"),
  url("font/kunstler-script.svg")format("svg");
} */

@font-face {
  font-family: "Fontawesome";
  src: url("font/fontawesome-webfont.woff2") format("woff2");
}

@font-face {
  font-family: "Edwardian";
  src: url("font/edwardian-script.ttf") format("ttf"),
    url("font/edwardian-script.woff2") format("woff2");
}
:root {
  --marron: #7b6553;
  --gris: #6e6d6d;
  --dore: #bf9860;
  --dore-fonce: #987a50;
  --dore-fonce2: #a38254;
}

html {
  /* scroll-behavior: smooth; */
}
*,
::before,
::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
/******************************/
/**** Mise en page générale ***/
/******************************/

body {
  background-color: #ffffff;
  color: #6e6d6d;
  margin: 0px;
  padding: 0px;
  font-family: Poppins, sans-serif;

  font-size: 1.2rem;
}
a {
  color: #44403e;
}

h1 {
  margin-inline: 1vw;
  font-size: 6rem;
  text-align: center;
  font-weight: 400;
  font-family: "Edwardian", cursive;
}

h2,
h3,
h4 {
  font-family: "Crimson Text", serif;
}
h2 {
  letter-spacing: -1px;
  word-spacing: 0.3ch;
  font-size: clamp(2rem, 1.6275rem + 1.5686vw, 3rem);
  position: relative;
  z-index: 1;
  width: 100%;
  color: #bf9860;
  font-weight: 400;
  padding: 2px 0;
  text-align: center;
}
h3 {
  color: var(--marron, #7b6553);
  font-size: clamp(1.5rem, 1.2392rem + 1.098vw, 2.2rem);
  font-size: clamp(2rem, 1.6275rem + 1.5686vw, 3rem);
  font-weight: 300;
  text-align: center;
  line-height: 100%;
  padding: 0.7rem 1rem 0.7rem;
  color: var(--dore);
}

h3 span,
h2 span {
  display: block;
  font-size: 1.4rem;
  font-family: Poppins, sans-serif;
}
@media screen and (max-width: 800px) {
  h3 {
    padding: 1.5rem 0 1rem;
    width: 100%;
  }
}
/* h3::after {
    content:"";
    display:block;
    position:absolute;
    top:100%;
    left:50%;
    transform: translate(-50%, -100%);
    width:100%;
    height:100%;
    background-image: url(images/wave4.svg);
    background-position: center;
    background-size:cover;
    background-repeat: no-repeat;


    border:solid 1px red;
  } */

h4 {
  font-size: 1.8rem;
  font-weight: 500;
}

section {
  clear: both;
}

.spacer {
  height: 40px;
  width: 100%;
}

.center {
  text-align: center;
}
.dore-fonce {
  color: var(--dore-fonce);
}

.image-panorama {
  width: 100%;
  height: 95vh;
  margin-bottom: 30px;
}
.image-panorama img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/******************************/
/*********** HEADER ***********/
/******************************/
header {
  position: relative;
  width: fit-content;
  margin: 85px auto 0px;
  border: solid 0px;
}
header h1 {
  color: #6a734b;

  font-size: clamp(3rem, 1.8824rem + 4.7059vw, 6rem);
  font-size: 1.8rem;
  z-index: 14;
  position: relative;
  letter-spacing: 0px;
  word-spacing: 0.3ch;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0);
  transform: translateY(-6px);
  font-weight: 400;
  text-align: center;
}

header img {
  position: relative;
  max-width: 100%;
  height: auto;
  top: 0;
  width: 100%;
}
@media screen and (max-width: 950px) {
  header {
    margin: auto;
    padding-top: 1rem;
  }
  .page-home header {
    padding-top: 0;
  }
  header h1 {
    font-size: clamp(3rem, 1.5rem + 6.6667vw, 4rem);
    transform: none;
  }
}
@media screen and (max-width: 550px) {
  header {
    padding-top: 3.5rem;
  }
}
/***************************/
/*** éléments graphiques ***/
/***************************/
main {
  margin: 0.5rem;
}
section {
  padding-bottom: 20px;
}

.bloc-texte {
  max-width: 950px;
  text-align: justify;
  margin: auto;
  font-weight: 300;
}
.bloc-texte p {
  margin: 1rem;
}
.bloc-texte ul {
  margin-inline: 2rem;
}
.bloc-texte ul li {
  margin: 0.25rem 1rem;
}

/*** bouton Bon Cadeau ***/
/* a.reserver {
  background-color:#bf9860;;
  color:#fff;
  font-size: 0.9rem;
  padding-inline: 16px 
  } */

/*** Photo d'accueil ***/
/* .diapo-container {
  width:100%;
  height:fit;
}
.diapo-container img {
display:block;
width:100%;
height:90vh;
object-fit: cover;
} */

/**********************/
/*** PAGE d'Accueil ***/
/**********************/

.page-home .bloc-texte {
  text-align-last: center;
}
.page-home .bloc-texte strong {
  font-weight: 400;
  color: #656565;
}
/*** Carrousel add-on ***/
.carrousel-container {
  position: relative;
}
.title-container {
  position: absolute;
  inset: 0;
  z-index: 4;
}
.carrousel-container h1 {
  color: #f1f1f1;
  font-size: clamp(4.5rem, 2.8333rem + 6.6667vw, 7rem);
  letter-spacing: -3px;
  word-spacing: 0.3ch;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);

  position: absolute;
  top: 12%;
  left: 50%;
  width: fit-content;
  transform: translateX(-50%);
  display: block;
  z-index: 1;
  width: 100%;
}
.carrousel-container h2 {
  letter-spacing: -1px;
  font-size: clamp(1.4rem, 1.102rem + 1.2549vw, 2.2rem);
  top: 6px;
  color: white;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  width: 100%;
  z-index: 1;

  position: absolute;
  top: 75%;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
  display: block;
  z-index: 1;

  display: none;
}
@media screen and (max-width: 430px) {
  .carrousel-container h2 span {
    display: block;
  }
}

.wave-carrousel {
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: auto;
  overflow: hidden;
  text-align: center;
  background-size: 100% 120px;
  top: 0;
  height: 120px;
  z-index: 1;
  transform: scale(1, 1);
}
.wave-carrousel.small {
  max-width: 800px;
  margin-top: 40px;
}
.wave-carrousel svg {
  position: relative;
  width: 100%;
  height: 115px;
  fill: #a38254;
  stroke-width: 0;
  margin: 0;
  stroke: #bf9860;

  display: block;
  object-fit: cover;
  z-index: -1;
}
.wave-carrousel div {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 100%;
  background: #a38254;
  padding-top: 0.5rem;
}
@media screen and (max-width: 600px) {
  .wave-carrousel {
    height: auto;
  }
  .wave-carrousel div {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    width: 100%;
    padding-top: 10px;
    background-color: #a38254;
  }
  .wave-carrousel svg {
    position: relative;
    width: 100%;
    height: 20px;
  }
}
.wave-carrousel h3 {
  text-align: center;
  font-size: clamp(1.5rem, 1.1275rem + 1.5686vw, 2.5rem);
  font-size: clamp(1.8rem, 0.6333rem + 3.7333vw, 2.5rem);
  color: #fff;
  font-weight: 400;
  background: none;
  padding: 0;
  margin: auto;
  max-width: 80%;
  transform: translateY(0.5rem);
}
.wave-carrousel::before h3 {
  display: none;
}
.wave-carrousel p {
  transform: translateY(0.5rem);
  text-align: center;
  font-size: clamp(1.1rem, 0.7667rem + 1.0667vw, 1.3rem);
  color: #fff;
  padding-block: 0.25rem 0.15rem;
}

/*** Présentation des Chambres ***/
.page-accueil .bloc-texte p {
  text-align-last: center;
}

/*** Présentation des Chambres ***/
.cadre_lightbox {
  position: relative;
  width: 100%;
  max-width: 1212px;
  margin: 20px auto 0;
  border-spacing: 2px 0px;
  box-sizing: border-box;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 12px;
}

.cadre_lightbox > div {
  display: inline-block;
  width: 600px;
  position: relative;
  height: 400px;
  overflow: hidden;
  text-align: center;
  border-radius: 4px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 750px) {
  .cadre_lightbox > div {
    height: fit-content;
  }
}
@media screen and (max-width: 600px) {
  .cadre_lightbox > div {
    max-width: 100%;
  }
}

.cadre_lightbox > div h3 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  color: #fff;
  /* background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 30%,
    rgba(0, 0, 0, 0.3)
  ); */
  padding-top: 2%;
  padding-bottom: 1%;
  z-index: 20;
  font-size: 2rem;
  margin: 0;
  transition: all 0.6s;
  z-index: 0;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.5);
  font-family: Poppins, sans-serif;
}

.cadre_lightbox > div:hover h3 {
  background-color: rgba(0, 0, 0, 0);
  font-size: 1.8rem;
}

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

.cadre_lightbox > div h3::before {
  display: none;
}
.cadre_lightbox div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  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;
}

/* Module de réservation pour la page Chambre */
.module-elloha-container {
  position: fixed;
  top: 20vh;
  left: 50%;
  transform: translate(-50%, -40vh);
  visibility: hidden;

  max-width: 1000px;
  width: 100%;
  margin-inline: auto;

  transition: 0.6s ease-in-out;
}
.overlay {
  opacity: 0;
  z-index: -1;
  position: fixed;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  transition: none;
}
.overlay.active {
  opacity: 1;
  z-index: 0;
  transition: opacity 0.4s 0.2s ease-out;
}
.module-elloha-container.active {
  transform: translate(-50%, 0);
  visibility: visible;
}
.module-elloha-container .co-widget.co-widget-vertical {
  padding: 2vw !important;
}
.module-elloha-container .co-widget-title {
  display: none !important;
}
.module-elloha-container .co-widget-p-link-container {
  display: none !important;
}
.module-elloha-container .co-widget-occupancy > label {
  height: 0;
}
.module-elloha-container .co-widget-trip label {
  height: 0;
}
@media screen and (max-width: 1000px) {
  .module-elloha-container {
    margin-inline: 1vw;
  }
}
/*** Présentation des Activités ***/

#accueil-activites {
  margin: 20px auto 0;
}

#accueil-activites .cadre_lightbox {
  align-items: center;
  gap: 0;
  margin-block: 30px;
}

#accueil-activites .cadre_lightbox > div {
  display: inline-block;
  position: relative;
  overflow: hidden;
}
#accueil-activites .cadre_lightbox > div.bloc-texte {
  box-shadow: none;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 2rem;
  /* border:solid 2px #f1e9dd; */

  /* background:radial-gradient(ellipse at center, #fff 84%,var(--dore) 85%); */

  width: 40%;
}

#accueil-activites .cadre_lightbox > div.bloc-texte h3 {
  position: relative;
  background: none;

  text-shadow: none;
  font-size: 1.8rem;
  top: unset;
  transform: none;
  font-weight: 500;
}

.cadre_lightbox > div.bloc-texte h3 a {
  color: var(--dore);
}

.cadre_lightbox > div.bloc-texte:hover h3 a:hover {
  text-decoration: underline;
}
#accueil-activites .bloc-texte p {
  padding-inline: 2rem;
}

@media screen and (max-width: 1200px) {
  #accueil-activites .cadre_lightbox {
    margin-block: 0 40px;
    gap: 0;
  }

  #accueil-activites .cadre_lightbox:nth-child(2n) {
    flex-direction: column-reverse;
  }
  .cadre_lightbox > div {
  }
  #accueil-activites .cadre_lightbox > div.bloc-texte {
    padding-block: 2rem;
    padding-inline: 0;
    min-height: 300px;
  }

  #accueil-activites .cadre_lightbox > div.bloc-texte {
    max-width: 600px;
    width: 100%;
    height: fit-content;
  }
}
/*** Google maps ***/
.googlemap {
  width: 100%;
  height: 60vh;
  border: 0;
}

/*** Livre d'or ***/
#livredor figure {
  max-width: 800px;
  margin: auto;
  font-family: "Crimson Text", sans-serif;
  padding: 20px 0;
  cursor: pointer;
}
#livredor figure blockquote {
  position: relative;
  margin: 0 0 8px;
  padding-inline: 60px;
  padding-block-end: 12px;
  border-radius: 12px;
  font-style: italic;

  max-height: 0px;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
}
#livredor figure.active blockquote {
  max-height: 600px;
}
#livredor h4 {
  font-style: italic;
  color: #6c6767;
  position: relative;
  max-width: 720px;
}
#livredor h4::after {
  content: "+";
  font-style: normal;
  position: absolute;
  right: 5%;
  transition: transform 0.4s ease-in-out;
  font-size: 2.5rem;
  color: #a38254;
}
#livredor h4:hover::after {
  transform: rotate(15deg);
}
#livredor figure.active h4::after {
  transform: rotate(135deg);
}
#livredor blockquote p {
  margin: 8px 0px;
  font-size: 1.2rem;
}
#livredor blockquote:before {
  position: absolute;
  top: 20px;
  left: 10px;
  width: 40px;
  height: 40px;
  content: url(images/quote2.svg);
}
#livredor blockquote:after {
  position: absolute;
  bottom: 30px;
  right: 10px;
  width: 40px;
  height: 40px;
  content: url(images/quote2.svg);
  transform: rotate(180deg);
}

#livredor figcaption {
  position: relative;
  text-align: right;
  color: #a38254;
  background-color: #ffffff;
}
#livredor figcaption:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #a38254;
}
#livredor figcaption span {
  display: inline-block;
  position: relative;
  margin-right: 40px;
  padding: 0 8px;
  z-index: 1;
  background-color: #ffffff;
  transform: translateY(-13px);
}

/*** Galerie ***/
.galerie {
  display: flex;
  justify-content: center;
  margin: auto;
  flex-wrap: wrap;
  max-width: 1210px;
  gap: 18px;
}
.galerie div {
  position: relative;
}
.galerie div a {
  display: block;
}
.galerie div img {
  width: 390px;
  height: 300px;
  object-fit: cover;
  border-radius: 12px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4);
  display: block;
}
.galerie div span {
  position: absolute;
  width: 100%;
  bottom: 0;
  color: white;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.8);
  font-size: 1rem;
  margin-block: 5px;
  margin-inline: 10px;
}
/*** Bon cadeau Logo Clos des Cyprès page réserver ***/
#boncadeau {
  padding-top: 40px;
}

.logo-closdescypres {
  width: fit-content;
  margin: auto;
  max-width: 500px;
}
.logo-closdescypres img {
  max-width: 100%;
  height: auto;
  border: solid 2px #b27a4b;
  padding: 1rem;
}
/*** Jardin ***/
.page-jardin .image-panorama img {
  /* object-position: bottom; */
}

/*** Page Réserver ***/

.co-widget input,
.co-widget select {
  border-radius: 8px;
  padding: 2px 4px;
  font-size: 16px;
  border-color: #b27a4b !important;
  border: solid 1px #b27a4b !important;
}

.co-widget-p-link-gift-voucher > a {
  background: #b27a4b !important;
  font-size: 18px !important;
  border-radius: 4px;
}
.co-widget-p-link-title-first-part {
  font-size: 18px !important;
}
.co-widget-p-link-title-second-part {
  font-size: 14px !important;
}

.page-reserver h4 {
  padding-top: 50px;
  margin-top: -50px;
}

.bouton-boncadeau {
  border: none;
  display: block;
  margin-inline: auto;
  width: fit-content;
  background-color: #b27a4b;
  cursor: pointer;
  font-size: inherit;
  border-radius: 4px;
  margin-block: 0.5rem;
}
.bouton-boncadeau:hover {
  background-color: #966740;
  outline: invert;
}
.bouton-boncadeau a {
  display: block;
  padding: 1rem 2rem;
  color: white;
  text-decoration: none;
}
.bouton-boncadeau a span:nth-child(1) {
  font-weight: bold;
  display: block;
}
.bouton-boncadeau a span:nth-child(2) {
  font-size: 0.9rem;
  display: block;
}

/* Page Crédits */
.page-credits {
  min-height: 100vh;
}
.page-credits section {
  max-width: 750px;
  min-height: 30vh;
  margin-inline: auto;
  margin-block: 10vh;
  padding-inline: 1vw;

  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
}

/******************************/
/******* footer  *******/
/******************************/
.wave-divider {
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  text-align: center;
  margin-top: 2rem;
  transform: translateY(-2px);
}

.wave-divider svg {
  position: relative;
  width: 50%;
  height: 45px;
  fill: #7b6553;
  stroke-width: 0;
  margin: 0 auto;
  stroke: #7b6553;
  display: block;
  transform: rotate(180deg);
}

footer {
  background-color: #7b6553;
  color: white;
  padding: 12px 0 20px;
  margin: 0;
  margin-top: -2px;
}
/* liens */
footer a {
  color: white;
  white-space: nowrap;
  text-decoration: none;
  font-weight: 500;
  position: relative;
}
footer a:after {
  content: "";
  background-color: white;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: scale(0);
  transition: 0.3s ease-out;
  display: inline-block;
  height: 1px;
  width: 100%;
}
footer a:hover:after {
  transform: scale(1);
}

.labels a:after,
.social-media a:after {
  display: none;
}

.footer-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: self-start;
  margin-top: 1.5rem;
}

.footer-container > div {
  width: 33%;
  min-width: 280px;
}

footer h3 {
  margin-block: 0;
  margin-inline: auto;
  padding: 0;
  color: #fff;
  border: none;
  text-align: center;
  font-family: "Edwardian", cursive;
  font-size: 3.5rem;
  background: none;
  width: auto;
  transform: translateY(-1rem);
}
footer p {
  margin: 12px 6px;
  text-align: center;
  font-size: 1.2rem;
}

.logo img {
  width: 36px;
  height: auto;
  margin-inline: 8px;
}

/*** 1ère colonne ***/
.footer-adresse {
}

/*** 2ème colonne ***/
.footer-contact {
  align-self: start;
}
.footer-contact p {
  font-size: 1.4rem;
}
.social-media {
  margin-top: 18px;
}

/*** 3ème colonne ***/
.footer-labels {
  font-size: 1rem;
}

.footer-labels .labels {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  flex-direction: row;
  flex-wrap: wrap;
  margin: auto;
  width: 100%;
  max-width: 300px;
}
/*** labels ***/
.labels {
  margin: 12px 6px;
}
.labels img {
  max-width: 75px;
  height: auto;
  border-radius: 0.5rem;
  display: block;
}

footer .drapeaux {
  vertical-align: middle;

  display: none; /*a supprimer*/
}
footer .drapeaux img {
  width: 35px;
  height: auto;
  margin-inline: 8px;
}

/*** ***/
footer .credits {
  margin-top: 20px;
}
footer .credits p {
  font-size: 1rem;
}

@media screen and (max-width: 950px) {
  footer h3 {
    transform: none;
    margin-bottom: 20px;
  }
  .footer-container > div {
    width: auto;
  }
  .footer-container {
    flex-direction: column;
    gap: 20px;
    align-items: center;
  }
  .footer-contact {
    order: 1;
    align-self: center;
  }
  .footer-adresse {
    order: 2;
  }
  .footer-labels {
    order: 3;
  }
}

/*** MODIFICATIONS***/
.modif form {
  width: fit-content;
  margin: auto;
}
.modif form h3 {
  margin-top: 40px;
}

/*** Audio ***/
.audio {
  margin-block: 20px;
  margin-inline: auto;
  width: fit-content;
  display: none;
}
