.elementor-widget-image-gallery .gallery-item .gallery-caption{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );font-style:var( --e-global-typography-accent-font-style );}.elementor-2851 .elementor-element.elementor-element-18d7784 .gallery-item .gallery-caption{text-align:center;}.elementor-2851 .elementor-element.elementor-element-f51fba9 .gallery-item .gallery-caption{text-align:center;}/* Start custom CSS for html, class: .elementor-element-93b4fa4 *//* =========================================================
   HERO — SÉJOUR À DEUX
   Les Granges de la Hulotte
========================================================= */

.hulotte-couple-hero {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;

    max-width: 1380px;
    margin: 0 auto;

    padding: 70px 55px;

    background-color: #faf9f5;
}


/* =========================================================
   COLONNE TEXTE
========================================================= */

.hulotte-couple-hero__content {
    width: 46%;
    max-width: 570px;
}


/* Petit surtitre */

.hulotte-couple-hero__eyebrow {
    margin-bottom: 16px;

    color: #7a856f;

    font-family: Georgia, "Times New Roman", serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.4;

    letter-spacing: 1.6px;
    text-transform: uppercase;
}


/* Titre principal */

.hulotte-couple-hero__title {
    margin: 0 0 28px 0;

    color: #31513e;

    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: clamp(54px, 5vw, 82px);
    font-weight: 500;

    line-height: 0.98;
    letter-spacing: -1px;
}


/* Premier texte */

.hulotte-couple-hero__intro {
    margin: 0 0 18px 0;

    color: #31352f;

    font-family: Georgia, "Times New Roman", serif;
    font-size: 18px;
    line-height: 1.65;
}


/* Second texte */

.hulotte-couple-hero__text {
    margin: 0;

    color: #5a5e56;

    font-family: Georgia, "Times New Roman", serif;
    font-size: 16px;
    line-height: 1.7;
}


/* =========================================================
   BOUTONS
========================================================= */

.hulotte-couple-hero__buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;

    margin-top: 34px;
}


/* Base des boutons */

.hulotte-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-height: 48px;

    padding: 13px 24px;

    border-radius: 4px;

    font-family: Georgia, "Times New Roman", serif;
    font-size: 15px;
    line-height: 1;

    text-decoration: none;

    transition:
        background-color 0.25s ease,
        color 0.25s ease,
        border-color 0.25s ease,
        transform 0.25s ease;
}


/* Bouton principal */

.hulotte-btn--primary {
    color: #ffffff;
    background-color: #31563e;
    border: 1px solid #31563e;
}

.hulotte-btn--primary:hover {
    color: #ffffff;
    background-color: #263f30;
    border-color: #263f30;

    transform: translateY(-2px);
}


/* Bouton secondaire */

.hulotte-btn--secondary {
    color: #31513e;
    background-color: transparent;
    border: 1px solid #75806f;
}

.hulotte-btn--secondary:hover {
    color: #ffffff;
    background-color: #75806f;
    border-color: #75806f;

    transform: translateY(-2px);
}


/* Icône */

.hulotte-btn__icon {
    margin-right: 8px;

    font-size: 18px;
    line-height: 1;
}


/* =========================================================
   COLONNE IMAGE
========================================================= */

.hulotte-couple-hero__visual {
    width: 54%;
}


/* Photo */

.hulotte-couple-hero__image {
    display: block;

    width: 100%;
    height: 520px;

    object-fit: cover;
    object-position: center;

    border-radius: 8px;

    box-shadow: 0 12px 30px rgba(47, 67, 50, 0.08);
}


/* =========================================================
   TABLETTE
========================================================= */

@media screen and (max-width: 1024px) {

    .hulotte-couple-hero {
        gap: 40px;

        padding: 55px 35px;
    }

    .hulotte-couple-hero__content {
        width: 48%;
    }

    .hulotte-couple-hero__visual {
        width: 52%;
    }

    .hulotte-couple-hero__title {
        font-size: 58px;
    }

    .hulotte-couple-hero__intro {
        font-size: 17px;
    }

    .hulotte-couple-hero__text {
        font-size: 15px;
    }

    .hulotte-couple-hero__image {
        height: 440px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media screen and (max-width: 767px) {

    .hulotte-couple-hero {
        flex-direction: column;

        gap: 30px;

        padding: 38px 20px;
    }

    .hulotte-couple-hero__content,
    .hulotte-couple-hero__visual {
        width: 100%;
        max-width: none;
    }

    .hulotte-couple-hero__eyebrow {
        margin-bottom: 12px;

        font-size: 11px;
        letter-spacing: 1.3px;
    }

    .hulotte-couple-hero__title {
        margin-bottom: 22px;

        font-size: 48px;
        line-height: 1;
    }

    .hulotte-couple-hero__intro {
        font-size: 16px;
        line-height: 1.6;
    }

    .hulotte-couple-hero__text {
        font-size: 15px;
        line-height: 1.65;
    }

    .hulotte-couple-hero__buttons {
        flex-direction: column;

        width: 100%;
        margin-top: 28px;
    }

    .hulotte-btn {
        width: 100%;
    }

    .hulotte-couple-hero__image {
        height: 330px;

        border-radius: 6px;
    }

}


/* =========================================================
   PETITS MOBILES
========================================================= */

@media screen and (max-width: 480px) {

    .hulotte-couple-hero {
        padding: 32px 16px;
    }

    .hulotte-couple-hero__title {
        font-size: 42px;
    }

    .hulotte-couple-hero__image {
        height: 280px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-38d6a29 *//* =====================================================
   BANDEAU "ET SI CE WEEK-END..."
===================================================== */

.hulotte-break {
    width: 100%;
    background: #f9f7f2;
    padding: 48px 30px;
}

.hulotte-break__inner {
    max-width: 1180px;
    margin: 0 auto;

    display: grid;
    grid-template-columns: 1fr 1.05fr;
    align-items: center;

    gap: 70px;
}


/* TITRE */

.hulotte-break__left h2 {
    margin: 0;

    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 46px;
    font-weight: 500;
    line-height: 1.08;

    color: #31513e;
}


/* TEXTE */

.hulotte-break__right {
    max-width: 520px;
}

.hulotte-break__right p {
    margin: 0 0 14px 0;

    font-family: Georgia, "Times New Roman", serif;
    font-size: 16px;
    line-height: 1.7;

    color: #4d514a;
}


/* PHRASE FINALE */

.hulotte-break__signature {
    margin-top: 22px !important;
    margin-bottom: 0 !important;

    padding-left: 18px;

    border-left: 2px solid #c4a875;

    font-family: "Cormorant Garamond", Georgia, serif !important;
    font-size: 25px !important;
    line-height: 1.25 !important;

    color: #31513e !important;
}


/* TABLETTE */

@media (max-width: 1024px) {

    .hulotte-break {
        padding: 42px 30px;
    }

    .hulotte-break__inner {
        gap: 45px;
    }

    .hulotte-break__left h2 {
        font-size: 40px;
    }

}


/* MOBILE */

@media (max-width: 767px) {

    .hulotte-break {
        padding: 40px 20px;
    }

    .hulotte-break__inner {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .hulotte-break__left h2 {
        font-size: 38px;
    }

    .hulotte-break__right {
        max-width: 100%;
    }

    .hulotte-break__right p {
        font-size: 15px;
    }

    .hulotte-break__signature {
        font-size: 23px !important;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-576cbf5 *//* =========================================================
   4 PILIERS — SÉJOUR À DEUX
   Les Granges de la Hulotte
========================================================= */

.hulotte-couple-pillars {
    width: 100%;
    background: #ffffff;
    padding: 38px 30px 58px;
}

.hulotte-couple-pillars__inner {
    max-width: 1180px;
    margin: 0 auto;

    display: grid;
    grid-template-columns: repeat(4, 1fr);
    align-items: stretch;
}


/* =========================================================
   CHAQUE PILIER
========================================================= */

.hulotte-couple-pillar {
    position: relative;

    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;

    padding: 12px 34px 8px;
}


/* Ligne de séparation verticale */

.hulotte-couple-pillar:not(:last-child)::after {
    content: "";

    position: absolute;
    right: 0;
    top: 15%;

    width: 1px;
    height: 70%;

    background: #ded8cb;
}


/* =========================================================
   ICÔNES
========================================================= */

.hulotte-couple-pillar__icon {
    width: 58px;
    height: 58px;

    margin-bottom: 14px;

    display: flex;
    align-items: center;
    justify-content: center;
}

.hulotte-couple-pillar__icon svg {
    width: 48px;
    height: 48px;

    fill: none;

    stroke: #49624d;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}


/* =========================================================
   TITRES
========================================================= */

.hulotte-couple-pillar h3 {
    margin: 0 0 10px 0;

    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 26px;
    font-weight: 500;
    line-height: 1.15;

    color: #31513e;
}


/* =========================================================
   TEXTES
========================================================= */

.hulotte-couple-pillar p {
    margin: 0;

    max-width: 220px;

    font-family: Georgia, "Times New Roman", serif;
    font-size: 15px;
    line-height: 1.55;

    color: #575b53;
}


/* =========================================================
   TABLETTE
========================================================= */

@media screen and (max-width: 1024px) {

    .hulotte-couple-pillars {
        padding: 34px 24px 48px;
    }

    .hulotte-couple-pillars__inner {
        grid-template-columns: repeat(2, 1fr);
        row-gap: 38px;
    }

    .hulotte-couple-pillar {
        padding: 10px 28px 18px;
    }

    /* On retire les séparations verticales globales */
    .hulotte-couple-pillar::after {
        display: none;
    }

    /* Séparation entre les 2 colonnes */
    .hulotte-couple-pillar:nth-child(odd)::after {
        content: "";

        display: block;

        position: absolute;
        right: 0;
        top: 10%;

        width: 1px;
        height: 75%;

        background: #ded8cb;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media screen and (max-width: 767px) {

    .hulotte-couple-pillars {
        padding: 26px 20px 42px;
    }

    .hulotte-couple-pillars__inner {
        grid-template-columns: 1fr;
        row-gap: 0;
    }

    .hulotte-couple-pillar {
        padding: 26px 10px;
    }

    .hulotte-couple-pillar:not(:last-child) {
        border-bottom: 1px solid #e5dfd4;
    }

    .hulotte-couple-pillar::after,
    .hulotte-couple-pillar:nth-child(odd)::after {
        display: none;
    }

    .hulotte-couple-pillar__icon {
        width: 54px;
        height: 54px;

        margin-bottom: 10px;
    }

    .hulotte-couple-pillar__icon svg {
        width: 44px;
        height: 44px;
    }

    .hulotte-couple-pillar h3 {
        font-size: 25px;
    }

    .hulotte-couple-pillar p {
        max-width: 300px;

        font-size: 15px;
    }

}


/* =========================================================
   PETITS MOBILES
========================================================= */

@media screen and (max-width: 480px) {

    .hulotte-couple-pillars {
        padding-left: 16px;
        padding-right: 16px;
    }

    .hulotte-couple-pillar {
        padding-top: 22px;
        padding-bottom: 22px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ec98969 *//* =========================================================
   SECTION GÉNÉRALE
========================================================= */

.hulotte-couple-formules {
  width: 100%;
  padding: 58px 30px 64px;
  background: #fbfaf6;
  box-sizing: border-box;
}

.hulotte-couple-formules__inner {
  max-width: 1040px;
  margin: 0 auto;
}


/* =========================================================
   EN-TÊTE
========================================================= */

.hulotte-couple-formules__header {
  max-width: 760px;
  margin: 0 auto 34px;
  text-align: center;
}

.hulotte-couple-formules__title {
  margin: 0 !important;
  font-family: "Cormorant Garamond", Georgia, serif !important;
  font-size: 42px !important;
  line-height: 1.08 !important;
  font-weight: 500 !important;
  color: #3f4f38 !important;
}

.hulotte-couple-formules__intro {
  margin: 10px auto 0;
  max-width: 650px;

  font-family: Georgia, serif;
  font-size: 14px;
  line-height: 1.65;
  color: #6a6d67;
}


/* =========================================================
   GRILLE
========================================================= */

.hulotte-couple-formules__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  align-items: stretch;
}


/* =========================================================
   CARTES
========================================================= */

.hulotte-couple-formule {
  position: relative;
  display: flex;

  background: #fffefa;
  border: 1px solid #ddd8ce;

  box-sizing: border-box;
}

.hulotte-couple-formule--featured {
  border-color: #9aaa9b;
}

.hulotte-couple-formule__content {
  width: 100%;
  min-height: 100%;

  display: flex;
  flex-direction: column;

  padding: 34px 38px 26px;

  box-sizing: border-box;
}


/* =========================================================
   BADGE FORMULE RECOMMANDÉE
========================================================= */

.hulotte-couple-formule__badge {
  position: absolute;
  top: 0;
  right: 32px;

  transform: translateY(-50%);

  padding: 7px 14px;

  background: #315f42;
  color: #ffffff;

  font-family: Georgia, serif;
  font-size: 9px;
  line-height: 1;
  letter-spacing: 0.06em;
  text-transform: uppercase;

  white-space: nowrap;
}


/* =========================================================
   PETIT SUR-TITRE
========================================================= */

.hulotte-couple-formule__eyebrow {
  display: block;

  margin-bottom: 12px;

  font-family: Georgia, serif;
  font-size: 10px;
  line-height: 1.3;
  letter-spacing: 0.08em;
  text-transform: uppercase;

  color: #8d8b82;
}


/* =========================================================
   TITRE DE CHAQUE FORMULE
========================================================= */

.hulotte-couple-formule__title {
  margin: 0 0 17px !important;

  font-family: "Cormorant Garamond", Georgia, serif !important;
  font-size: 29px !important;
  line-height: 1.08 !important;
  font-weight: 500 !important;

  color: #3f4f38 !important;
}


/* =========================================================
   SOUS-TITRE
========================================================= */

.hulotte-couple-formule__subtitle {
  min-height: 46px;

  margin: 0 0 26px;

  font-family: Georgia, serif;
  font-size: 13px;
  line-height: 1.6;

  color: #666963;
}


/* =========================================================
   LISTE
========================================================= */

.hulotte-couple-formule__list {
  margin: 0 0 24px;
  padding: 0;

  list-style: none;
}

.hulotte-couple-formule__list li {
  position: relative;

  margin: 0;
  padding: 5px 0 5px 27px;

  font-family: Georgia, serif;
  font-size: 13px;
  line-height: 1.45;

  color: #555953;
}

.hulotte-couple-formule__list li::before {
  content: "✓";

  position: absolute;
  left: 0;
  top: 4px;

  width: 16px;
  height: 16px;

  display: flex;
  align-items: center;
  justify-content: center;

  border: 1px solid #aeb9ae;
  border-radius: 50%;

  color: #5c7862;

  font-family: Arial, sans-serif;
  font-size: 9px;
  line-height: 1;
}


/* =========================================================
   PRIX
========================================================= */

.hulotte-couple-formule__price {
  width: 100%;

  margin-top: auto;
  margin-bottom: 14px;

  min-height: 54px;

  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;

  padding: 10px 14px;

  background: #f2eee4;

  box-sizing: border-box;

  font-family: Georgia, serif;
  color: #7a786f;
}

.hulotte-couple-formule--featured
.hulotte-couple-formule__price {
  background: #e9ede3;
}

.hulotte-couple-formule__price span {
  font-size: 12px;
}

.hulotte-couple-formule__price strong {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 30px;
  line-height: 1;
  font-weight: 500;

  color: #3f4f38;
}


/* =========================================================
   BOUTONS
========================================================= */

.hulotte-couple-formule__button {
  width: 100%;

  display: flex;
  align-items: center;
  justify-content: center;

  padding: 13px 18px;

  background: #315f42;
  border: 1px solid #315f42;

  color: #f5efe5 !important;

  font-family: Georgia, serif;
  font-size: 12px;
  line-height: 1.2;

  text-decoration: none !important;

  box-sizing: border-box;

  transition:
    background-color 0.25s ease,
    color 0.25s ease;
}

.hulotte-couple-formule__button:hover {
  background: transparent;
  color: #315f42 !important;
}


/* =========================================================
   TABLETTE
========================================================= */

@media (max-width: 1024px) {

  .hulotte-couple-formules {
    padding: 52px 24px 58px;
  }

  .hulotte-couple-formules__grid {
    gap: 20px;
  }

  .hulotte-couple-formule__content {
    padding: 32px 28px 24px;
  }

  .hulotte-couple-formules__title {
    font-size: 38px !important;
  }

  .hulotte-couple-formule__title {
    font-size: 27px !important;
  }
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

  .hulotte-couple-formules {
    padding: 44px 18px 48px;
  }

  .hulotte-couple-formules__header {
    margin-bottom: 30px;
  }

  .hulotte-couple-formules__title {
    font-size: 34px !important;
    line-height: 1.08 !important;
  }

  .hulotte-couple-formules__intro {
    margin-top: 10px;

    font-size: 13px;
    line-height: 1.6;
  }

  .hulotte-couple-formules__grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .hulotte-couple-formule__content {
    padding: 30px 22px 22px;
  }

  .hulotte-couple-formule__badge {
    right: 18px;

    padding: 6px 11px;

    font-size: 8px;
  }

  .hulotte-couple-formule__title {
    font-size: 27px !important;
  }

  .hulotte-couple-formule__subtitle {
    min-height: 0;

    margin-bottom: 20px;

    font-size: 13px;
  }

  .hulotte-couple-formule__list {
    margin-bottom: 20px;
  }

  .hulotte-couple-formule__list li {
    padding-left: 25px;

    font-size: 12.5px;
  }

  .hulotte-couple-formule__price {
    min-height: 50px;
  }

  .hulotte-couple-formule__price strong {
    font-size: 28px;
  }
}


/* =========================================================
   PETITS MOBILES
========================================================= */

@media (max-width: 480px) {

  .hulotte-couple-formules {
    padding: 40px 16px 44px;
  }

  .hulotte-couple-formules__title {
    font-size: 31px !important;
  }

  .hulotte-couple-formule__content {
    padding: 28px 18px 20px;
  }

  .hulotte-couple-formule__title {
    font-size: 25px !important;
  }

  .hulotte-couple-formule__button {
    padding: 12px 14px;
    font-size: 11.5px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-885e6b0 *//* =========================================================
   SECTION — EXPÉRIENCES À PARTAGER
========================================================= */

.hulotte-couple-experiences {
  width: 100%;
  padding: 62px 30px 66px;
  background: #fbfaf6;
  box-sizing: border-box;
}

.hulotte-couple-experiences__inner {
  max-width: 1120px;
  margin: 0 auto;
}


/* =========================================================
   EN-TÊTE
========================================================= */

.hulotte-couple-experiences__header {
  max-width: 760px;
  margin: 0 auto 38px;
  text-align: center;
}

.hulotte-couple-experiences__title {
  margin: 0 !important;

  font-family: "Cormorant Garamond", Georgia, serif !important;
  font-size: 40px !important;
  line-height: 1.08 !important;
  font-weight: 500 !important;

  color: #3f4f38 !important;
}

.hulotte-couple-experiences__intro {
  max-width: 700px;
  margin: 13px auto 0;

  font-family: Georgia, serif;
  font-size: 14px;
  line-height: 1.7;

  color: #676b65;
}


/* =========================================================
   GRILLE DES 4 EXPÉRIENCES
========================================================= */

.hulotte-couple-experiences__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  align-items: start;
}


/* =========================================================
   UNE EXPÉRIENCE
========================================================= */

.hulotte-couple-experience {
  min-width: 0;

  padding: 4px 28px 8px;

  text-align: center;

  box-sizing: border-box;
}

.hulotte-couple-experience + .hulotte-couple-experience {
  border-left: 1px solid #ded9cf;
}


/* =========================================================
   ICÔNES
========================================================= */

.hulotte-couple-experience__icon {
  width: 46px;
  height: 46px;

  margin: 0 auto 14px;

  display: flex;
  align-items: center;
  justify-content: center;

  color: #78907e;
}

.hulotte-couple-experience__icon svg {
  width: 38px;
  height: 38px;

  fill: none;
  stroke: currentColor;
  stroke-width: 1.35;
  stroke-linecap: round;
  stroke-linejoin: round;
}


/* =========================================================
   TITRES
========================================================= */

.hulotte-couple-experience h3 {
  margin: 0 0 8px !important;

  font-family: "Cormorant Garamond", Georgia, serif !important;
  font-size: 25px !important;
  line-height: 1.1 !important;
  font-weight: 500 !important;

  color: #3f4f38 !important;
}


/* =========================================================
   TEXTES
========================================================= */

.hulotte-couple-experience p {
  margin: 0;

  font-family: Georgia, serif;
  font-size: 12.5px;
  line-height: 1.6;

  color: #666a64;
}


/* =========================================================
   BAS DU BLOC
========================================================= */

.hulotte-couple-experiences__footer {
  max-width: 760px;
  margin: 34px auto 0;

  text-align: center;
}

.hulotte-couple-experiences__footer p {
  margin: 0 auto 16px;

  font-family: Georgia, serif;
  font-size: 12.5px;
  line-height: 1.65;
  font-style: italic;

  color: #777b75;
}

.hulotte-couple-experiences__link {
  display: inline-flex;
  align-items: center;
  gap: 7px;

  padding-bottom: 3px;

  border-bottom: 1px solid #9aaa9b;

  font-family: Georgia, serif;
  font-size: 12.5px;

  color: #3f6047 !important;
  text-decoration: none !important;

  transition: color 0.25s ease;
}

.hulotte-couple-experiences__link span {
  transition: transform 0.25s ease;
}

.hulotte-couple-experiences__link:hover {
  color: #b49663 !important;
}

.hulotte-couple-experiences__link:hover span {
  transform: translateX(4px);
}


/* =========================================================
   TABLETTE
========================================================= */

@media (max-width: 1024px) {

  .hulotte-couple-experiences {
    padding: 56px 24px 60px;
  }

  .hulotte-couple-experiences__title {
    font-size: 36px !important;
  }

  .hulotte-couple-experience {
    padding: 4px 20px 8px;
  }

  .hulotte-couple-experience h3 {
    font-size: 23px !important;
  }

  .hulotte-couple-experience p {
    font-size: 12px;
  }
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

  .hulotte-couple-experiences {
    padding: 46px 18px 50px;
  }

  .hulotte-couple-experiences__header {
    margin-bottom: 26px;
    text-align: left;
  }

  .hulotte-couple-experiences__title {
    font-size: 33px !important;
    line-height: 1.08 !important;
  }

  .hulotte-couple-experiences__intro {
    margin-top: 10px;

    font-size: 13px;
    line-height: 1.65;
  }

  .hulotte-couple-experiences__grid {
    grid-template-columns: 1fr 1fr;
    gap: 24px 0;
  }

  .hulotte-couple-experience {
    padding: 0 16px;
  }

  .hulotte-couple-experience:nth-child(odd) {
    padding-left: 0;
  }

  .hulotte-couple-experience:nth-child(even) {
    padding-right: 0;
    border-left: 1px solid #ded9cf;
  }

  .hulotte-couple-experience:nth-child(3) {
    border-left: none;
  }

  .hulotte-couple-experience__icon {
    width: 40px;
    height: 40px;

    margin-bottom: 10px;
  }

  .hulotte-couple-experience__icon svg {
    width: 33px;
    height: 33px;
  }

  .hulotte-couple-experience h3 {
    font-size: 22px !important;
  }

  .hulotte-couple-experience p {
    font-size: 12px;
    line-height: 1.55;
  }

  .hulotte-couple-experiences__footer {
    margin-top: 28px;
  }

  .hulotte-couple-experiences__footer p {
    font-size: 12px;
  }
}


/* =========================================================
   PETITS MOBILES
========================================================= */

@media (max-width: 480px) {

  .hulotte-couple-experiences {
    padding: 42px 16px 46px;
  }

  .hulotte-couple-experiences__title {
    font-size: 30px !important;
  }

  .hulotte-couple-experiences__grid {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .hulotte-couple-experience,
  .hulotte-couple-experience:nth-child(odd),
  .hulotte-couple-experience:nth-child(even) {
    padding: 20px 0;

    border-left: none;
    border-bottom: 1px solid #e3ded5;
  }

  .hulotte-couple-experience:first-child {
    padding-top: 4px;
  }

  .hulotte-couple-experience:last-child {
    border-bottom: none;
    padding-bottom: 4px;
  }

  .hulotte-couple-experience h3 {
    font-size: 23px !important;
  }

  .hulotte-couple-experience p {
    max-width: 310px;
    margin: 0 auto;

    font-size: 12px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6d0ed9c *//* =========================================================
   SECTION MARIA & ÉRIC
========================================================= */

.hulotte-duo {
  width: 100%;
  padding: 64px 30px;
  background: #fbfaf6;
  box-sizing: border-box;
}

.hulotte-duo__inner {
  max-width: 1100px;
  margin: 0 auto;

  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 58px;
  align-items: center;
}


/* =========================================================
   PHOTO
========================================================= */

.hulotte-duo__photo {
  display: flex;
  align-items: center;
  justify-content: center;
}

.hulotte-duo__photo img {
  width: 100%;
  max-width: 390px;
  aspect-ratio: 1 / 1;

  display: block;
  object-fit: cover;

  border-radius: 50%;
}


/* =========================================================
   CONTENU
========================================================= */

.hulotte-duo__content {
  min-width: 0;
}

.hulotte-duo__eyebrow {
  display: block;
  margin-bottom: 10px;

  font-family: Georgia, serif;
  font-size: 10px;
  line-height: 1.3;
  letter-spacing: 0.12em;
  text-transform: uppercase;

  color: #b49663;
}

.hulotte-duo__title {
  margin: 0 !important;

  font-family: "Cormorant Garamond", Georgia, serif !important;
  font-size: 44px !important;
  line-height: 1.05 !important;
  font-weight: 500 !important;

  color: #3f4f38 !important;
}

.hulotte-duo__subtitle {
  margin: 8px 0 14px !important;

  font-family: "Cormorant Garamond", Georgia, serif !important;
  font-size: 24px !important;
  line-height: 1.2 !important;
  font-weight: 500 !important;

  color: #66715f !important;
}

.hulotte-duo__intro {
  margin: 0 0 24px;

  font-family: Georgia, serif;
  font-size: 14.5px;
  line-height: 1.75;

  color: #555b55;
}


/* =========================================================
   DEUX APPROCHES
========================================================= */

.hulotte-duo__approaches {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;

  margin-top: 8px;
  margin-bottom: 20px;

  border-top: 1px solid #ded9cf;
  border-bottom: 1px solid #ded9cf;
}

.hulotte-duo__approach {
  min-width: 0;
  padding: 22px 24px 22px 0;
}

.hulotte-duo__approach + .hulotte-duo__approach {
  padding-left: 24px;
  padding-right: 0;

  border-left: 1px solid #ded9cf;
}

.hulotte-duo__name {
  display: block;
  margin-bottom: 7px;

  font-family: Georgia, serif;
  font-size: 10px;
  line-height: 1.3;
  letter-spacing: 0.08em;
  text-transform: uppercase;

  color: #9a8057;
}

.hulotte-duo__approach h4 {
  margin: 0 0 8px !important;

  font-family: "Cormorant Garamond", Georgia, serif !important;
  font-size: 21px !important;
  line-height: 1.15 !important;
  font-weight: 500 !important;

  color: #3f4f38 !important;
}

.hulotte-duo__approach p {
  margin: 0;

  font-family: Georgia, serif;
  font-size: 12.5px;
  line-height: 1.65;

  color: #666a64;
}


/* =========================================================
   NOTE
========================================================= */

.hulotte-duo__note {
  margin: 0 0 20px;

  font-family: Georgia, serif;
  font-size: 12.5px;
  line-height: 1.65;
  font-style: italic;

  color: #777b75;
}


/* =========================================================
   LIENS
========================================================= */

.hulotte-duo__links {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}

.hulotte-duo__button {
  display: inline-flex;
  align-items: center;
  gap: 8px;

  padding: 12px 18px;

  background: #315f42;
  border: 1px solid #315f42;

  color: #ffffff !important;

  font-family: Georgia, serif;
  font-size: 12.5px;
  line-height: 1.2;

  text-decoration: none !important;

  transition: all 0.25s ease;
}

.hulotte-duo__button:hover {
  background: transparent;
  color: #315f42 !important;
}

.hulotte-duo__button span {
  transition: transform 0.25s ease;
}

.hulotte-duo__button:hover span {
  transform: translateX(4px);
}

.hulotte-duo__link {
  display: inline-block;
  padding-bottom: 2px;

  border-bottom: 1px solid #9aaa9b;

  font-family: Georgia, serif;
  font-size: 12.5px;

  color: #3f6047 !important;
  text-decoration: none !important;
}

.hulotte-duo__link:hover {
  color: #b49663 !important;
}


/* =========================================================
   TABLETTE
========================================================= */

@media (max-width: 1024px) {

  .hulotte-duo {
    padding: 56px 24px;
  }

  .hulotte-duo__inner {
    grid-template-columns: 0.9fr 1.1fr;
    gap: 38px;
  }

  .hulotte-duo__photo img {
    max-width: 330px;
  }

  .hulotte-duo__title {
    font-size: 39px !important;
  }

  .hulotte-duo__subtitle {
    font-size: 22px !important;
  }
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

  .hulotte-duo {
    padding: 46px 18px 50px;
  }

  .hulotte-duo__inner {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .hulotte-duo__photo {
    justify-content: flex-start;
  }

  .hulotte-duo__photo img {
    width: 180px;
    max-width: 100%;
  }

  .hulotte-duo__title {
    font-size: 34px !important;
  }

  .hulotte-duo__subtitle {
    margin-top: 6px !important;

    font-size: 21px !important;
    line-height: 1.18 !important;
  }

  .hulotte-duo__intro {
    margin-bottom: 20px;

    font-size: 14px;
    line-height: 1.7;
  }

  .hulotte-duo__approaches {
    grid-template-columns: 1fr;
  }

  .hulotte-duo__approach {
    padding: 18px 0;
  }

  .hulotte-duo__approach + .hulotte-duo__approach {
    padding: 18px 0;

    border-left: none;
    border-top: 1px solid #ded9cf;
  }

  .hulotte-duo__approach h4 {
    font-size: 20px !important;
  }

  .hulotte-duo__links {
    gap: 14px;
  }
}


/* =========================================================
   PETITS MOBILES
========================================================= */

@media (max-width: 480px) {

  .hulotte-duo {
    padding: 42px 16px 46px;
  }

  .hulotte-duo__photo img {
    width: 150px;
  }

  .hulotte-duo__title {
    font-size: 31px !important;
  }

  .hulotte-duo__subtitle {
    font-size: 19px !important;
  }

  .hulotte-duo__button {
    width: 100%;
    justify-content: center;

    box-sizing: border-box;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9302c31 *//* =========================================================
   SECTION — OFFRIR DU TEMPS À DEUX
========================================================= */

.hulotte-couple-gift {
  width: 100%;
  padding: 62px 30px;
  background: #f7f4ee;
  box-sizing: border-box;
}

.hulotte-couple-gift__inner {
  max-width: 1080px;
  margin: 0 auto;

  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  gap: 70px;
  align-items: center;
}


/* =========================================================
   CONTENU
========================================================= */

.hulotte-couple-gift__content {
  min-width: 0;
  max-width: 650px;
}

.hulotte-couple-gift__eyebrow {
  display: block;
  margin-bottom: 10px;

  font-family: Georgia, serif;
  font-size: 10px;
  line-height: 1.3;
  letter-spacing: 0.13em;
  text-transform: uppercase;

  color: #b49663;
}

.hulotte-couple-gift__title {
  margin: 0 0 10px !important;

  font-family: "Cormorant Garamond", Georgia, serif !important;
  font-size: 44px !important;
  line-height: 1.05 !important;
  font-weight: 500 !important;

  color: #3f4f38 !important;
}

.hulotte-couple-gift__lead {
  margin: 0 0 18px !important;

  font-family: "Cormorant Garamond", Georgia, serif !important;
  font-size: 24px !important;
  line-height: 1.3 !important;
  font-weight: 400 !important;
  font-style: italic;

  color: #65705f !important;
}

.hulotte-couple-gift__text {
  margin: 0 0 14px !important;

  font-family: Georgia, serif;
  font-size: 14px;
  line-height: 1.7;

  color: #555b55;
}

.hulotte-couple-gift__text:last-of-type {
  margin-bottom: 24px !important;
}


/* =========================================================
   BOUTON
========================================================= */

.hulotte-couple-gift__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;

  padding: 13px 20px;

  background: #315f42;
  border: 1px solid #315f42;

  color: #ffffff !important;

  font-family: Georgia, serif;
  font-size: 12.5px;
  line-height: 1.2;

  text-decoration: none !important;

  transition:
    background-color 0.25s ease,
    color 0.25s ease;
}

.hulotte-couple-gift__button:hover {
  background: transparent;
  color: #315f42 !important;
}

.hulotte-couple-gift__button span {
  transition: transform 0.25s ease;
}

.hulotte-couple-gift__button:hover span {
  transform: translateX(4px);
}


/* =========================================================
   CARTE CADEAU
========================================================= */

.hulotte-couple-gift__card {
  width: 100%;
  max-width: 340px;
  min-height: 245px;

  margin: 0 auto;
  padding: 34px 28px;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  text-align: center;

  background: #fffdf8;
  border: 1px solid #d8d1c4;

  box-sizing: border-box;
}

.hulotte-couple-gift__card-small {
  display: block;
  margin-bottom: 20px;

  font-family: Georgia, serif;
  font-size: 9px;
  line-height: 1.3;
  letter-spacing: 0.13em;
  text-transform: uppercase;

  color: #9b8b6f;
}

.hulotte-couple-gift__card-icon {
  margin-bottom: 10px;

  font-family: Georgia, serif;
  font-size: 25px;
  line-height: 1;

  color: #b49663;
}

.hulotte-couple-gift__card-title {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 31px;
  line-height: 1.05;
  font-weight: 500;

  color: #3f4f38;
}

.hulotte-couple-gift__card-line {
  width: 52px;
  height: 1px;

  margin: 18px 0 14px;

  background: #c7b791;
}

.hulotte-couple-gift__card-text {
  font-family: Georgia, serif;
  font-size: 10.5px;
  line-height: 1.5;
  letter-spacing: 0.03em;

  color: #77776f;
}


/* =========================================================
   TABLETTE
========================================================= */

@media (max-width: 1024px) {

  .hulotte-couple-gift {
    padding: 56px 24px;
  }

  .hulotte-couple-gift__inner {
    grid-template-columns: minmax(0, 1.1fr) minmax(250px, 0.9fr);
    gap: 45px;
  }

  .hulotte-couple-gift__title {
    font-size: 39px !important;
  }

  .hulotte-couple-gift__lead {
    font-size: 22px !important;
  }

  .hulotte-couple-gift__card {
    max-width: 310px;
  }
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

  .hulotte-couple-gift {
    padding: 46px 18px 50px;
  }

  .hulotte-couple-gift__inner {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .hulotte-couple-gift__content {
    max-width: 100%;
  }

  .hulotte-couple-gift__title {
    font-size: 34px !important;
  }

  .hulotte-couple-gift__lead {
    font-size: 21px !important;
    line-height: 1.25 !important;
  }

  .hulotte-couple-gift__text {
    font-size: 13.5px;
    line-height: 1.65;
  }

  .hulotte-couple-gift__button {
    width: auto;
    max-width: 100%;
  }

  .hulotte-couple-gift__card {
    width: 100%;
    max-width: 300px;
    min-height: 220px;

    padding: 30px 22px;
  }

  .hulotte-couple-gift__card-title {
    font-size: 28px;
  }
}


/* =========================================================
   PETITS MOBILES
========================================================= */

@media (max-width: 480px) {

  .hulotte-couple-gift {
    padding: 42px 16px 46px;
  }

  .hulotte-couple-gift__inner {
    gap: 28px;
  }

  .hulotte-couple-gift__title {
    font-size: 31px !important;
  }

  .hulotte-couple-gift__lead {
    font-size: 19px !important;
  }

  .hulotte-couple-gift__button {
    width: 100%;
    box-sizing: border-box;
  }

  .hulotte-couple-gift__card {
    max-width: 280px;
    min-height: 205px;
  }

  .hulotte-couple-gift__card-title {
    font-size: 26px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7d8d479 *//* =========================================================
   PETIT BLOC GÉOGRAPHIQUE
========================================================= */

.hulotte-couple-location {
  width: 100%;
  padding: 48px 30px;
  background: #fbfaf6;
  box-sizing: border-box;
}

.hulotte-couple-location__inner {
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
}

.hulotte-couple-location__eyebrow {
  display: block;
  margin-bottom: 10px;

  font-family: Georgia, serif;
  font-size: 10px;
  line-height: 1.3;
  letter-spacing: 0.13em;
  text-transform: uppercase;

  color: #b49663;
}

.hulotte-couple-location__title {
  margin: 0 !important;

  font-family: "Cormorant Garamond", Georgia, serif !important;
  font-size: 38px !important;
  line-height: 1.08 !important;
  font-weight: 500 !important;

  color: #3f4f38 !important;
}

.hulotte-couple-location__text {
  max-width: 720px;
  margin: 16px auto 0 !important;

  font-family: Georgia, serif;
  font-size: 14px;
  line-height: 1.7;

  color: #5f655f;
}

.hulotte-couple-location__link {
  display: inline-flex;
  align-items: center;
  gap: 7px;

  margin-top: 18px;
  padding-bottom: 3px;

  border-bottom: 1px solid #9aaa9b;

  font-family: Georgia, serif;
  font-size: 12.5px;

  color: #3f6047 !important;
  text-decoration: none !important;

  transition: color 0.25s ease;
}

.hulotte-couple-location__link span {
  transition: transform 0.25s ease;
}

.hulotte-couple-location__link:hover {
  color: #b49663 !important;
}

.hulotte-couple-location__link:hover span {
  transform: translateX(4px);
}


/* TABLETTE */
@media (max-width: 1024px) {

  .hulotte-couple-location {
    padding: 44px 24px;
  }

  .hulotte-couple-location__title {
    font-size: 34px !important;
  }
}


/* MOBILE */
@media (max-width: 767px) {

  .hulotte-couple-location {
    padding: 38px 18px;
  }

  .hulotte-couple-location__inner {
    max-width: 100%;
  }

  .hulotte-couple-location__title {
    font-size: 31px !important;
    line-height: 1.1 !important;
  }

  .hulotte-couple-location__text {
    margin-top: 13px !important;
    font-size: 13.5px;
    line-height: 1.65;
  }

  .hulotte-couple-location__link {
    margin-top: 16px;
    font-size: 12px;
  }
}


/* PETITS MOBILES */
@media (max-width: 480px) {

  .hulotte-couple-location {
    padding: 34px 16px;
  }

  .hulotte-couple-location__title {
    font-size: 28px !important;
  }

  .hulotte-couple-location__text {
    font-size: 13px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7979427 *//* =========================================================
   FAQ — SÉJOUR À DEUX
========================================================= */

.hulotte-couple-faq {
  width: 100%;
  padding: 58px 30px 64px;
  background: #fbfaf6;
  box-sizing: border-box;
}

.hulotte-couple-faq__inner {
  max-width: 920px;
  margin: 0 auto;
}


/* =========================================================
   EN-TÊTE
========================================================= */

.hulotte-couple-faq__header {
  max-width: 720px;
  margin: 0 auto 30px;
  text-align: center;
}

.hulotte-couple-faq__eyebrow {
  display: block;
  margin-bottom: 10px;

  font-family: Georgia, serif;
  font-size: 10px;
  line-height: 1.3;
  letter-spacing: 0.13em;
  text-transform: uppercase;

  color: #b49663;
}

.hulotte-couple-faq__title {
  margin: 0 !important;

  font-family: "Cormorant Garamond", Georgia, serif !important;
  font-size: 40px !important;
  line-height: 1.08 !important;
  font-weight: 500 !important;

  color: #3f4f38 !important;
}

.hulotte-couple-faq__intro {
  max-width: 620px;
  margin: 12px auto 0 !important;

  font-family: Georgia, serif;
  font-size: 14px;
  line-height: 1.65;

  color: #666b65;
}


/* =========================================================
   LISTE
========================================================= */

.hulotte-couple-faq__list {
  width: 100%;
  border-top: 1px solid #ded9cf;
}


/* =========================================================
   QUESTION
========================================================= */

.hulotte-couple-faq__item {
  width: 100%;
  margin: 0;

  border-bottom: 1px solid #ded9cf;

  box-sizing: border-box;
}

.hulotte-couple-faq__item summary {
  position: relative;

  width: 100%;
  padding: 18px 42px 18px 0;

  cursor: pointer;

  list-style: none;

  font-family: "Cormorant Garamond", Georgia, serif !important;
  font-size: 21px !important;
  line-height: 1.2 !important;
  font-weight: 500 !important;

  color: #3f4f38 !important;

  box-sizing: border-box;
}

.hulotte-couple-faq__item summary::-webkit-details-marker {
  display: none;
}


/* + / − */
.hulotte-couple-faq__item summary::after {
  content: "+";

  position: absolute;
  right: 4px;
  top: 50%;

  transform: translateY(-50%);

  font-family: Georgia, serif;
  font-size: 24px;
  line-height: 1;
  font-weight: 400;

  color: #9a8057;
}

.hulotte-couple-faq__item[open] summary::after {
  content: "−";
}


/* =========================================================
   RÉPONSE
========================================================= */

.hulotte-couple-faq__answer {
  padding: 0 44px 18px 0;
}

.hulotte-couple-faq__answer p {
  max-width: 780px;

  margin: 0 !important;

  font-family: Georgia, serif;
  font-size: 13.5px;
  line-height: 1.7;

  color: #5f655f;
}


/* =========================================================
   HOVER
========================================================= */

.hulotte-couple-faq__item summary:hover {
  color: #78907e !important;
}


/* =========================================================
   TABLETTE
========================================================= */

@media (max-width: 1024px) {

  .hulotte-couple-faq {
    padding: 52px 24px 58px;
  }

  .hulotte-couple-faq__title {
    font-size: 36px !important;
  }

  .hulotte-couple-faq__item summary {
    font-size: 20px !important;
  }
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

  .hulotte-couple-faq {
    padding: 44px 18px 48px;
  }

  .hulotte-couple-faq__header {
    margin-bottom: 24px;
    text-align: left;
  }

  .hulotte-couple-faq__title {
    font-size: 32px !important;
    line-height: 1.08 !important;
  }

  .hulotte-couple-faq__intro {
    margin-top: 10px !important;

    font-size: 13px;
    line-height: 1.6;
  }

  .hulotte-couple-faq__item summary {
    padding: 16px 34px 16px 0;

    font-size: 19px !important;
    line-height: 1.2 !important;
  }

  .hulotte-couple-faq__item summary::after {
    right: 2px;
    font-size: 21px;
  }

  .hulotte-couple-faq__answer {
    padding: 0 28px 16px 0;
  }

  .hulotte-couple-faq__answer p {
    font-size: 13px;
    line-height: 1.65;
  }
}


/* =========================================================
   PETITS MOBILES
========================================================= */

@media (max-width: 480px) {

  .hulotte-couple-faq {
    padding: 40px 16px 44px;
  }

  .hulotte-couple-faq__title {
    font-size: 29px !important;
  }

  .hulotte-couple-faq__item summary {
    font-size: 18px !important;
  }

  .hulotte-couple-faq__answer p {
    font-size: 12.8px;
  }
}/* End custom CSS */