/* Start custom CSS for html, class: .elementor-element-1c799ab *//* =========================================================
   PAGE — NOS DEUX GÎTES
   LES GRANGES DE LA HULOTTE
========================================================= */

.hulotte-gites,
.hulotte-gites * {
  box-sizing: border-box;
}

.hulotte-gites {
  width: 100%;
  margin: 0;
  padding: 0;

  color: #555b55;
  background: #fbfaf6;
}


/* =========================================================
   1 — HERO
========================================================= */

.hulotte-gites-hero {
  width: 100%;

  padding: 82px 28px 74px;

  background:
    linear-gradient(
      135deg,
      #f7f4ee 0%,
      #fbfaf6 60%,
      #f2eee5 100%
    );

  text-align: center;
}

.hulotte-gites-hero__inner {
  max-width: 920px;
  margin: 0 auto;
}

.hulotte-gites-hero__eyebrow {
  display: block;

  margin-bottom: 14px;

  font-family: Georgia, serif;
  font-size: 11px;
  line-height: 1.3;
  letter-spacing: 0.13em;
  text-transform: uppercase;

  color: #b49663;
}

.hulotte-gites-hero__title {
  margin: 0 !important;

  font-family: "Cormorant Garamond", Georgia, serif !important;
  font-size: clamp(50px, 5vw, 72px) !important;
  line-height: 0.98 !important;
  font-weight: 500 !important;

  color: #2f392f !important;
}

.hulotte-gites-hero__intro {
  max-width: 690px;
  margin: 22px auto 0 !important;

  font-family: Georgia, serif;
  font-size: 15px;
  line-height: 1.72;

  color: #626762;
}


/* =========================================================
   2 — INTRODUCTION
========================================================= */

.hulotte-gites-intro {
  width: 100%;

  padding: 62px 28px;

  background: #ffffff;
}

.hulotte-gites-intro__inner {
  max-width: 720px;
  margin: 0 auto;

  text-align: center;
}

.hulotte-gites-intro__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 48px;
  height: 48px;

  margin-bottom: 15px;

  font-size: 25px;
  line-height: 1;
}

.hulotte-gites-intro h2 {
  margin: 0 0 20px !important;

  font-family: "Cormorant Garamond", Georgia, serif !important;
  font-size: 40px !important;
  line-height: 1.08 !important;
  font-weight: 500 !important;

  color: #31513e !important;
}

.hulotte-gites-intro p {
  max-width: 670px;
  margin: 0 auto 14px !important;

  font-family: Georgia, serif;
  font-size: 14px;
  line-height: 1.78;

  color: #595f59;
}


/* =========================================================
   3 & 4 — BLOCS DES DEUX GÎTES
========================================================= */

.hulotte-gite {
  width: 100%;

  padding: 58px 28px;

  background: #fbfaf6;
}

.hulotte-gite--two {
  background: #f7f4ee;
}

.hulotte-gite__grid {
  max-width: 1180px;
  margin: 0 auto;

  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 56px;
  align-items: center;
}

.hulotte-gite__grid--reverse {
  grid-template-columns: 0.95fr 1.05fr;
}


/* =========================================================
   IMAGE DES GÎTES
========================================================= */

.hulotte-gite__image {
  width: 100%;

  overflow: hidden;

  border-radius: 7px;
}

.hulotte-gite__image img {
  display: block;

  width: 100%;
  height: 470px;

  object-fit: cover;
  object-position: center;

  transition:
    transform 0.4s ease,
    filter 0.4s ease;
}

.hulotte-gite__image:hover img {
  transform: scale(1.015);

  filter: brightness(1.02);
}


/* =========================================================
   CONTENU DES GÎTES
========================================================= */

.hulotte-gite__content {
  min-width: 0;
}

.hulotte-gite__eyebrow {
  display: block;

  margin-bottom: 9px;

  font-family: Georgia, serif;
  font-size: 10px;
  line-height: 1.3;
  letter-spacing: 0.12em;
  text-transform: uppercase;

  color: #b49663;
}

.hulotte-gite__content h2 {
  margin: 0 0 14px !important;

  font-family: "Cormorant Garamond", Georgia, serif !important;
  font-size: 42px !important;
  line-height: 1.04 !important;
  font-weight: 500 !important;

  color: #31513e !important;
}

.hulotte-gite__lead {
  margin: 0 0 22px !important;

  font-family: Georgia, serif;
  font-size: 15px;
  line-height: 1.65;
  font-style: italic;

  color: #6e756e;
}

.hulotte-gite__content > p:not(.hulotte-gite__lead) {
  margin: 20px 0 0 !important;

  font-family: Georgia, serif;
  font-size: 13.5px;
  line-height: 1.72;

  color: #565d56;
}


/* =========================================================
   CARACTÉRISTIQUES DES GÎTES
========================================================= */

.hulotte-gite__features {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 18px;

  margin-top: 20px;
}

.hulotte-gite__feature {
  display: flex;
  align-items: center;
  gap: 10px;

  min-width: 0;

  padding: 11px 0;

  border-bottom: 1px solid #e0dbd1;
}

.hulotte-gite__feature span {
  flex: 0 0 auto;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 28px;
  height: 28px;

  font-size: 17px;
  line-height: 1;
}

.hulotte-gite__feature p {
  margin: 0 !important;

  font-family: Georgia, serif;
  font-size: 12px;
  line-height: 1.4;

  color: #3f473f;
}


/* =========================================================
   5 — AUTOUR DES GÎTES
========================================================= */

.hulotte-gites-autour {
  width: 100%;

  padding: 64px 28px 68px;

  background: #ffffff;
}

.hulotte-gites-autour__inner {
  max-width: 1120px;
  margin: 0 auto;
}

.hulotte-gites-autour__heading {
  max-width: 720px;
  margin: 0 auto 38px;

  text-align: center;
}

.hulotte-gites-autour__eyebrow {
  display: block;

  margin-bottom: 9px;

  font-family: Georgia, serif;
  font-size: 10px;
  line-height: 1.3;
  letter-spacing: 0.12em;
  text-transform: uppercase;

  color: #b49663;
}

.hulotte-gites-autour__heading h2 {
  margin: 0 !important;

  font-family: "Cormorant Garamond", Georgia, serif !important;
  font-size: 39px !important;
  line-height: 1.07 !important;
  font-weight: 500 !important;

  color: #31513e !important;
}

.hulotte-gites-autour__heading p {
  max-width: 620px;
  margin: 12px auto 0 !important;

  font-family: Georgia, serif;
  font-size: 13.5px;
  line-height: 1.7;

  color: #616761;
}

.hulotte-gites-autour__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px;
}

.hulotte-gites-autour__item {
  min-width: 0;

  text-align: center;

  padding: 10px 16px;
}

.hulotte-gites-autour__item > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 42px;
  height: 42px;

  margin-bottom: 12px;

  font-size: 23px;
  line-height: 1;
}

.hulotte-gites-autour__item h3 {
  margin: 0 0 8px !important;

  font-family: "Cormorant Garamond", Georgia, serif !important;
  font-size: 23px !important;
  line-height: 1.1 !important;
  font-weight: 500 !important;

  color: #3f4f38 !important;
}

.hulotte-gites-autour__item p {
  margin: 0 !important;

  font-family: Georgia, serif;
  font-size: 12px;
  line-height: 1.65;

  color: #606660;
}


/* =========================================================
   6 — LIENS UTILES
========================================================= */

.hulotte-gites-links {
  width: 100%;

  padding: 46px 28px;

  background: #f3efe7;
}

.hulotte-gites-links__inner {
  max-width: 1000px;
  margin: 0 auto;

  text-align: center;
}

.hulotte-gites-links h2 {
  margin: 0 !important;

  font-family: "Cormorant Garamond", Georgia, serif !important;
  font-size: 34px !important;
  line-height: 1.08 !important;
  font-weight: 500 !important;

  color: #31513e !important;
}

.hulotte-gites-links__buttons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;

  margin-top: 22px;
}

.hulotte-gites-links__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  min-height: 44px;

  padding: 11px 18px;

  border: 1px solid #d7cfbf;
  border-radius: 3px;

  background: #fbfaf6;

  font-family: Georgia, serif;
  font-size: 12px;
  line-height: 1.3;

  color: #31513e !important;
  text-decoration: none !important;

  transition:
    background-color 0.25s ease,
    border-color 0.25s ease,
    color 0.25s ease,
    transform 0.25s ease;
}

.hulotte-gites-links__button:hover,
.hulotte-gites-links__button:focus {
  transform: translateY(-2px);

  background: #3f4f38;
  border-color: #3f4f38;

  color: #ffffff !important;
}


/* =========================================================
   7 — CTA FINAL
========================================================= */

.hulotte-gites-cta {
  width: 100%;

  padding: 66px 28px;

  background:
    linear-gradient(
      135deg,
      #3f513e 0%,
      #52634b 52%,
      #3f513e 100%
    );

  text-align: center;
}

.hulotte-gites-cta__inner {
  max-width: 760px;
  margin: 0 auto;
}

.hulotte-gites-cta__eyebrow {
  display: block;

  margin-bottom: 12px;

  font-family: Georgia, serif;
  font-size: 10px;
  line-height: 1.3;
  letter-spacing: 0.12em;
  text-transform: uppercase;

  color: #d5c49d;
}

.hulotte-gites-cta h2 {
  margin: 0 !important;

  font-family: "Cormorant Garamond", Georgia, serif !important;
  font-size: 42px !important;
  line-height: 1.04 !important;
  font-weight: 400 !important;

  color: #ffffff !important;
}

.hulotte-gites-cta p {
  max-width: 590px;
  margin: 16px auto 0 !important;

  font-family: Georgia, serif;
  font-size: 13.5px;
  line-height: 1.7;

  color: rgba(255, 255, 255, 0.9);
}

.hulotte-gites-cta__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;

  min-height: 46px;

  margin-top: 24px;
  padding: 12px 22px;

  background: #f3eee3;
  border: 1px solid #f3eee3;
  border-radius: 3px;

  font-family: Georgia, serif;
  font-size: 12.5px;
  line-height: 1.3;

  color: #31513e !important;
  text-decoration: none !important;

  transition:
    background-color 0.25s ease,
    border-color 0.25s ease,
    color 0.25s ease;
}

.hulotte-gites-cta__button span {
  transition: transform 0.25s ease;
}

.hulotte-gites-cta__button:hover,
.hulotte-gites-cta__button:focus {
  background: #31513e;
  border-color: #d5c49d;

  color: #ffffff !important;
}

.hulotte-gites-cta__button:hover span,
.hulotte-gites-cta__button:focus span {
  transform: translateX(4px);
}


/* =========================================================
   TABLETTE — 1024 PX
========================================================= */

@media (max-width: 1024px) {

  .hulotte-gites-hero {
    padding: 70px 24px 64px;
  }

  .hulotte-gites-hero__title {
    font-size: 58px !important;
  }


  .hulotte-gite {
    padding-left: 24px;
    padding-right: 24px;
  }

  .hulotte-gite__grid,
  .hulotte-gite__grid--reverse {
    gap: 34px;
  }

  .hulotte-gite__image img {
    height: 400px;
  }

  .hulotte-gite__content h2 {
    font-size: 37px !important;
  }


  .hulotte-gites-autour__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px 22px;
  }
}


/* =========================================================
   MOBILE — 767 PX
========================================================= */

@media (max-width: 767px) {

  /* HERO */

  .hulotte-gites-hero {
    padding: 54px 18px 50px;
  }

  .hulotte-gites-hero__eyebrow {
    font-size: 9.5px;
  }

  .hulotte-gites-hero__title {
    font-size: 42px !important;
    line-height: 1 !important;
  }

  .hulotte-gites-hero__intro {
    margin-top: 17px !important;

    font-size: 13.5px;
  }


  /* INTRO */

  .hulotte-gites-intro {
    padding: 46px 18px;
  }

  .hulotte-gites-intro h2 {
    font-size: 33px !important;
  }

  .hulotte-gites-intro p {
    font-size: 13px;
  }


  /* GÎTES */

  .hulotte-gite {
    padding: 42px 18px;
  }

  .hulotte-gite__grid,
  .hulotte-gite__grid--reverse {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  /* Sur le second gîte, remettre l’image avant le texte */
  .hulotte-gite__grid--reverse .hulotte-gite__image {
    order: 1;
  }

  .hulotte-gite__grid--reverse .hulotte-gite__content {
    order: 2;
  }

  .hulotte-gite__image img {
    height: auto;
    aspect-ratio: 4 / 3;
  }

  .hulotte-gite__content h2 {
    font-size: 34px !important;
  }

  .hulotte-gite__lead {
    font-size: 13.5px;
  }

  .hulotte-gite__features {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .hulotte-gite__feature {
    padding: 9px 0;
  }

  .hulotte-gite__content > p:not(.hulotte-gite__lead) {
    font-size: 13px;
  }


  /* AUTOUR */

  .hulotte-gites-autour {
    padding: 48px 18px;
  }

  .hulotte-gites-autour__heading {
    margin-bottom: 30px;
  }

  .hulotte-gites-autour__heading h2 {
    font-size: 32px !important;
  }

  .hulotte-gites-autour__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px 12px;
  }

  .hulotte-gites-autour__item {
    padding: 4px 6px;
  }

  .hulotte-gites-autour__item h3 {
    font-size: 20px !important;
  }

  .hulotte-gites-autour__item p {
    font-size: 11.5px;
  }


  /* LIENS */

  .hulotte-gites-links {
    padding: 40px 18px;
  }

  .hulotte-gites-links h2 {
    font-size: 30px !important;
  }

  .hulotte-gites-links__buttons {
    flex-direction: column;
    align-items: stretch;
  }

  .hulotte-gites-links__button {
    width: 100%;
  }


  /* CTA */

  .hulotte-gites-cta {
    padding: 52px 18px;
  }

  .hulotte-gites-cta h2 {
    font-size: 34px !important;
  }

  .hulotte-gites-cta p {
    font-size: 13px;
  }
}


/* =========================================================
   PETITS MOBILES — 480 PX
========================================================= */

@media (max-width: 480px) {

  .hulotte-gites-hero__title {
    font-size: 37px !important;
  }

  .hulotte-gites-intro h2 {
    font-size: 30px !important;
  }

  .hulotte-gite__content h2 {
    font-size: 31px !important;
  }

  .hulotte-gites-autour__heading h2 {
    font-size: 29px !important;
  }

  .hulotte-gites-autour__grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .hulotte-gites-autour__item {
    max-width: 330px;
    margin: 0 auto;
  }

  .hulotte-gites-cta h2 {
    font-size: 31px !important;
  }

  .hulotte-gites-cta__button {
    width: 100%;
  }
}/* End custom CSS */