.elementor-1674 .elementor-element.elementor-element-910503f > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-1674 .elementor-element.elementor-element-910503f:not(.elementor-motion-effects-element-type-background), .elementor-1674 .elementor-element.elementor-element-910503f > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://golfsaintroman.fr/wp-content/uploads/2026/07/6D3B5B9B-4166-470F-AFCB-9C8DD074C2AA.png");background-position:0px 0px;background-repeat:no-repeat;background-size:100% auto;}.elementor-1674 .elementor-element.elementor-element-910503f > .elementor-background-overlay{background-color:#000000;opacity:0;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1674 .elementor-element.elementor-element-910503f > .elementor-container{min-height:920px;}.elementor-1674 .elementor-element.elementor-element-910503f{border-style:none;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 0px;}body.elementor-page-1674 .navbar-default{border:none;}body.elementor-page-1674 h1.entry-title{margin-top:1px;}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-1674 .elementor-element.elementor-element-910503f:not(.elementor-motion-effects-element-type-background), .elementor-1674 .elementor-element.elementor-element-910503f > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-position:0px 0px;}}@media(max-width:767px){.elementor-1674 .elementor-element.elementor-element-910503f:not(.elementor-motion-effects-element-type-background), .elementor-1674 .elementor-element.elementor-element-910503f > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-position:0px 0px;}}/* Start custom CSS for html, class: .elementor-element-1440e8c *//* =========================================================
   HERO — GOLF DE BEAUCAIRE SAINT-ROMAN
========================================================= */

.gsr-hero {
  --gsr-hero-green: #173d2f;
  --gsr-hero-green-hover: #245341;
  --gsr-hero-gold: #d2ae69;
  --gsr-hero-white: #ffffff;

  position: relative;
  isolation: isolate;

  display: flex;
  align-items: center;

  width: 100%;
  min-height: 920px;
  margin: 0;
  padding: 0;

  overflow: hidden;

  background-color: #173d2f;
  background-image:
    url("https://golfsaintroman.fr/wp-content/uploads/2026/07/6D3B5B9B-4166-470F-AFCB-9C8DD074C2AA.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.gsr-hero,
.gsr-hero *,
.gsr-hero *::before,
.gsr-hero *::after {
  box-sizing: border-box;
}

/* =========================================================
   OVERLAY
========================================================= */

.gsr-hero__overlay {
  position: absolute;
  inset: 0;
  z-index: 0;

  background:
    linear-gradient(
      90deg,
      rgba(7, 22, 15, 0.69) 0%,
      rgba(7, 22, 15, 0.52) 35%,
      rgba(7, 22, 15, 0.2) 68%,
      rgba(7, 22, 15, 0.06) 100%
    ),
    linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.08) 0%,
      rgba(0, 0, 0, 0.12) 56%,
      rgba(0, 0, 0, 0.32) 100%
    );

  pointer-events: none;
}

/* =========================================================
   CONTENEUR
========================================================= */

.gsr-hero__container {
  position: relative;
  z-index: 2;

  width: min(1320px, calc(100% - 96px));
  margin: 0 auto;
  padding: 155px 0 66px;
}

.gsr-hero__content {
  max-width: 760px;
}

/* =========================================================
   SURTITRE
========================================================= */

.gsr-hero__kicker {
  margin: 0 0 19px;

  color: var(--gsr-hero-gold);

  font-family: "Manrope", Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 4px;
  text-transform: uppercase;
}

/* =========================================================
   TITRE
========================================================= */

.gsr-hero__title {
  max-width: 790px;
  margin: 0;

  color: var(--gsr-hero-white);

  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(72px, 6.3vw, 92px);
  font-weight: 500;
  line-height: 0.93;
  letter-spacing: -1.8px;

  text-wrap: balance;

  text-shadow: 0 8px 35px rgba(0, 0, 0, 0.22);
}

.gsr-hero__title span {
  display: block;
}

/* =========================================================
   DESCRIPTION
========================================================= */

.gsr-hero__description {
  max-width: 650px;
  margin: 34px 0 40px;

  color: rgba(255, 255, 255, 0.92);

  font-family: "Manrope", Arial, sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 1.72;

  text-shadow: 0 3px 18px rgba(0, 0, 0, 0.2);
}

/* =========================================================
   BOUTONS
========================================================= */

.gsr-hero__buttons {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
}

.gsr-button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;

  min-width: 220px;
  min-height: 60px;
  padding: 9px 12px 9px 27px;

  border: 1px solid transparent;
  border-radius: 999px;

  font-family: "Manrope", Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;

  transition:
    transform 0.3s ease,
    color 0.3s ease,
    background-color 0.3s ease,
    border-color 0.3s ease;
}

.gsr-button__arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 39px;
  height: 39px;

  flex: 0 0 39px;

  border-radius: 50%;

  font-family: Arial, sans-serif;
  font-size: 17px;
  line-height: 1;

  transition:
    transform 0.3s ease,
    color 0.3s ease,
    background-color 0.3s ease;
}

.gsr-button:hover {
  transform: translateY(-3px);
}

.gsr-button:hover .gsr-button__arrow {
  transform: translateX(3px);
}

/* Bouton principal */

.gsr-button--primary {
  color: #ffffff;
  border-color: var(--gsr-hero-green);
  background: var(--gsr-hero-green);

  box-shadow:
    0 18px 40px rgba(0, 0, 0, 0.22);
}

.gsr-button--primary .gsr-button__arrow {
  color: var(--gsr-hero-green);
  background: #ffffff;
}

.gsr-button--primary:hover {
  border-color: var(--gsr-hero-green-hover);
  background: var(--gsr-hero-green-hover);
}

/* Bouton secondaire */

.gsr-button--secondary {
  color: #ffffff;

  border-color: rgba(255, 255, 255, 0.68);

  background: rgba(255, 255, 255, 0.08);

  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.gsr-button--secondary .gsr-button__arrow {
  color: var(--gsr-hero-green);
  background: #ffffff;
}

.gsr-button--secondary:hover {
  color: var(--gsr-hero-green);
  background: #ffffff;
}

/* =========================================================
   INFORMATIONS PRINCIPALES
========================================================= */

.gsr-hero__facts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));

  margin-top: 64px;

  overflow: hidden;

  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 22px;

  background: rgba(9, 31, 21, 0.47);

  box-shadow:
    0 25px 60px rgba(0, 0, 0, 0.22);

  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.gsr-fact {
  position: relative;

  min-width: 0;
  padding: 27px 31px;
}

.gsr-fact:not(:last-child)::after {
  content: "";

  position: absolute;
  top: 23%;
  right: 0;
  bottom: 23%;

  width: 1px;

  background: rgba(255, 255, 255, 0.13);
}

.gsr-fact__number {
  display: block;
  margin-bottom: 8px;

  color: #ffffff;

  font-family: "Manrope", Arial, sans-serif;
  font-size: 23px;
  font-weight: 700;
  line-height: 1.25;
}

.gsr-fact__label {
  display: block;

  color: rgba(255, 255, 255, 0.74);

  font-family: "Manrope", Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

/* =========================================================
   INDICATEUR DE DÉFILEMENT
========================================================= */

.gsr-hero__scroll {
  position: absolute;
  right: 43px;
  bottom: 39px;
  z-index: 4;

  display: block;

  width: 28px;
  height: 49px;

  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: 999px;
}

.gsr-hero__scroll span {
  position: absolute;
  top: 8px;
  left: 50%;

  width: 4px;
  height: 4px;

  border-radius: 50%;

  background: #ffffff;

  transform: translateX(-50%);

  animation: gsrScrollMouse 2s infinite;
}

@keyframes gsrScrollMouse {
  0% {
    opacity: 0;
    transform: translate(-50%, 0);
  }

  20% {
    opacity: 1;
  }

  70% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: translate(-50%, 18px);
  }
}

/* =========================================================
   ANIMATIONS D’APPARITION
========================================================= */

.gsr-hero__kicker,
.gsr-hero__title,
.gsr-hero__description,
.gsr-hero__buttons,
.gsr-hero__facts {
  opacity: 0;
  transform: translateY(28px);

  animation: gsrHeroFadeUp 0.85s forwards;
}

.gsr-hero__title {
  animation-delay: 0.12s;
}

.gsr-hero__description {
  animation-delay: 0.28s;
}

.gsr-hero__buttons {
  animation-delay: 0.43s;
}

.gsr-hero__facts {
  animation-delay: 0.58s;
}

@keyframes gsrHeroFadeUp {
  to {
    opacity: 1;
    transform: none;
  }
}

/* =========================================================
   TABLETTE
========================================================= */

@media (max-width: 1100px) {

  .gsr-hero {
    min-height: 850px;
  }

  .gsr-hero__container {
    width: calc(100% - 60px);
    padding-top: 135px;
  }

  .gsr-hero__title {
    max-width: 680px;
    font-size: 66px;
  }

  .gsr-hero__description {
    max-width: 600px;
    font-size: 18px;
  }

  .gsr-hero__facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gsr-fact:nth-child(2)::after {
    display: none;
  }

  .gsr-fact:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.13);
  }

}

/* =========================================================
   MOBILE — VRAIE COMPOSITION DÉDIÉE
========================================================= */

@media (max-width: 767px) {

  .gsr-hero {
    display: block;

    min-height: auto;

    padding: 0;

    background-position:32% top;
  }

  /*
    Le hero mobile est séparé visuellement en deux parties :
    une zone photo en haut puis un dégradé plus sombre sous le titre.
  */

  .gsr-hero__overlay {
    background:
      linear-gradient(
        180deg,
        rgba(5, 18, 12, 0.05) 0%,
        rgba(5, 18, 12, 0.13) 22%,
        rgba(7, 26, 18, 0.7) 49%,
        rgba(7, 26, 18, 0.94) 74%,
        rgba(7, 26, 18, 0.98) 100%
      );
  }

  .gsr-hero__container {
    display: flex;
    flex-direction: column;

    width: 100%;
    margin: 0;

    padding:
      clamp(215px, 56vw, 285px)
      20px
      34px;
  }

  .gsr-hero__content {
    width: 100%;
    max-width: none;
  }

  .gsr-hero__kicker {
    margin-bottom: 16px;

    font-size: 10px;
    letter-spacing: 2.8px;
  }

  .gsr-hero__title {
    max-width: 620px;

    font-size: clamp(47px, 13.1vw, 60px);
    line-height: 0.94;
    letter-spacing: -1.1px;

    text-wrap: initial;
  }

  .gsr-hero__title span {
    display: inline;
  }

  .gsr-hero__description {
    max-width: 570px;
    margin: 25px 0 29px;

    font-size: 15px;
    line-height: 1.68;
  }

  .gsr-hero__buttons {
    display: grid;
    grid-template-columns: 1fr;

    width: 100%;
    gap: 11px;
  }

  .gsr-button {
    width: 100%;
    min-width: 0;
    min-height: 57px;

    padding: 8px 10px 8px 21px;

    font-size: 13px;
  }

  .gsr-button__arrow {
    width: 37px;
    height: 37px;

    flex-basis: 37px;

    font-size: 16px;
  }

  /*
    Grille 2 × 2 à la place d’une colonne interminable.
  */

  .gsr-hero__facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));

    width: 100%;
    margin-top: 26px;

    border-radius: 19px;

    background: rgba(255, 255, 255, 0.09);

    box-shadow: none;
  }

  .gsr-fact {
    min-height: 116px;
    padding: 21px 17px;
  }

  .gsr-fact:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.13);
  }

  .gsr-fact:nth-child(odd)::after {
    content: "";

    position: absolute;
    top: 18px;
    right: 0;
    bottom: 18px;

    display: block;

    width: 1px;

    background: rgba(255, 255, 255, 0.13);
  }

  .gsr-fact:nth-child(even)::after {
    display: none;
  }

  .gsr-fact__number {
    margin-bottom: 6px;

    font-size: 17px;
    line-height: 1.28;
  }

  .gsr-fact__label {
    font-size: 12px;
    line-height: 1.45;
  }

  .gsr-hero__scroll {
    display: none;
  }

}

/* =========================================================
   PETITS MOBILES
========================================================= */

@media (max-width: 390px) {

  .gsr-hero__container {
    padding-right: 16px;
    padding-left: 16px;
  }

  .gsr-hero__title {
    font-size: 45px;
  }

  .gsr-hero__description {
    font-size: 14px;
  }

  .gsr-fact {
    min-height: 108px;
    padding: 18px 14px;
  }

  .gsr-fact__number {
    font-size: 16px;
  }

}

/* =========================================================
   ÉCRANS TRÈS BAS
========================================================= */

@media (max-width: 767px) and (max-height: 700px) {

  .gsr-hero__container {
    padding-top: 190px;
  }

  .gsr-hero__title {
    font-size: 43px;
  }

  .gsr-hero__description {
    margin-top: 20px;
    margin-bottom: 24px;
  }

}

/* =========================================================
   ACCESSIBILITÉ
========================================================= */

@media (prefers-reduced-motion: reduce) {

  .gsr-hero__kicker,
  .gsr-hero__title,
  .gsr-hero__description,
  .gsr-hero__buttons,
  .gsr-hero__facts,
  .gsr-hero__scroll span,
  .gsr-button {
    animation: none !important;
    transition: none !important;
    transform: none !important;
    opacity: 1 !important;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-438e89e *//* =========================================================
   POURQUOI CHOISIR SAINT-ROMAN
========================================================= */

.gsr-benefits {
  --gsr-benefits-green: #173d2f;
  --gsr-benefits-gold: #d2ae69;
  --gsr-benefits-background: #f5f3ed;
  --gsr-benefits-card: #ffffff;
  --gsr-benefits-muted: #68756e;
  --gsr-benefits-border: rgba(23, 61, 47, 0.09);

  position: relative;

  width: 100%;
  margin: 0;
  padding: 120px 0 0;

  overflow: hidden;

  color: var(--gsr-benefits-green);

  background:
    radial-gradient(
      circle at 7% 18%,
      rgba(210, 174, 105, 0.1),
      transparent 28%
    ),
    var(--gsr-benefits-background);
}

.gsr-benefits,
.gsr-benefits *,
.gsr-benefits *::before,
.gsr-benefits *::after {
  box-sizing: border-box;
}

/* =========================================================
   CONTENEUR
========================================================= */

.gsr-benefits__container {
  position: relative;
  z-index: 2;

  width: min(1320px, calc(100% - 96px));
  margin: 0 auto;
}

/* =========================================================
   EN-TÊTE
========================================================= */

.gsr-benefits__header {
  max-width: 860px;
  margin: 0 auto 62px;

  text-align: center;
}

.gsr-benefits__eyebrow {
  margin: 0 0 17px;

  color: var(--gsr-benefits-gold);

  font-family: "Manrope", Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.gsr-benefits__title {
  max-width: 850px;
  margin: 0 auto;

  color: var(--gsr-benefits-green);

  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(52px, 5vw, 72px);
  font-weight: 500;
  line-height: 0.98;
  letter-spacing: -1px;

  text-wrap: balance;
}

.gsr-benefits__intro {
  max-width: 720px;
  margin: 25px auto 0;

  color: var(--gsr-benefits-muted);

  font-family: "Manrope", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.72;
}

/* =========================================================
   GRILLE
========================================================= */

.gsr-benefits__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;

  padding-bottom: 96px;
}

/* =========================================================
   CARTES DESKTOP
========================================================= */

.gsr-benefit-card {
  position: relative;

  display: flex;
  flex-direction: column;

  min-width: 0;
  min-height: 310px;
  padding: 30px 28px;

  overflow: hidden;

  border: 1px solid var(--gsr-benefits-border);
  border-radius: 24px;

  background: var(--gsr-benefits-card);

  box-shadow:
    0 14px 40px rgba(20, 48, 37, 0.045);

  transition:
    transform 0.4s cubic-bezier(0.2, 0.75, 0.25, 1),
    box-shadow 0.4s ease,
    border-color 0.4s ease;
}

.gsr-benefit-card::before {
  content: "";

  position: absolute;
  top: 0;
  right: 0;

  width: 130px;
  height: 130px;

  border-radius: 0 24px 0 100%;

  background:
    linear-gradient(
      140deg,
      rgba(210, 174, 105, 0.12),
      rgba(210, 174, 105, 0)
    );

  pointer-events: none;
}

.gsr-benefit-card:hover {
  transform: translateY(-7px);

  border-color: rgba(23, 61, 47, 0.15);

  box-shadow:
    0 25px 65px rgba(20, 48, 37, 0.09);
}

/* =========================================================
   ICÔNES
========================================================= */

.gsr-benefit-card__icon {
  position: relative;
  z-index: 2;

  display: flex;
  align-items: center;
  justify-content: center;

  width: 57px;
  height: 57px;
  margin-bottom: 37px;

  flex: 0 0 57px;

  border: 1px solid rgba(23, 61, 47, 0.11);
  border-radius: 18px;

  background: rgba(23, 61, 47, 0.045);

  transition:
    transform 0.35s ease,
    background-color 0.35s ease,
    border-color 0.35s ease;
}

.gsr-benefit-card__icon svg {
  width: 27px;
  height: 27px;

  fill: none;
  stroke: var(--gsr-benefits-green);
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.gsr-benefit-card:hover .gsr-benefit-card__icon {
  transform: scale(1.06);

  border-color: rgba(23, 61, 47, 0.16);

  background: rgba(23, 61, 47, 0.075);
}

/* =========================================================
   TEXTE DES CARTES
========================================================= */

.gsr-benefit-card__content {
  position: relative;
  z-index: 2;

  min-width: 0;
}

.gsr-benefit-card__title {
  margin: 0 0 13px;

  color: var(--gsr-benefits-green);

  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: -0.3px;
}

.gsr-benefit-card__text {
  margin: 0;

  color: var(--gsr-benefits-muted);

  font-family: "Manrope", Arial, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.68;
}

/* =========================================================
   IMAGE PANORAMIQUE
========================================================= */

.gsr-experience {
  position: relative;

  display: block;

  width: 100%;
  height: clamp(430px, 38vw, 590px);
  margin: 0;
  padding: 0;

  overflow: hidden;

  line-height: 0;

  background: var(--gsr-benefits-green);

  isolation: isolate;
}

.gsr-experience::after {
  content: "";

  position: absolute;
  inset: 0;
  z-index: 2;

  background:
    linear-gradient(
      180deg,
      rgba(7, 28, 19, 0.01) 0%,
      rgba(7, 28, 19, 0.02) 65%,
      rgba(7, 28, 19, 0.12) 100%
    );

  pointer-events: none;
}

.gsr-experience__image {
  position: absolute;
  inset: 0;
  z-index: 1;

  display: block;

  width: 100% !important;
  height: 100% !important;

  min-width: 100%;
  min-height: 100%;

  max-width: none !important;
  max-height: none !important;

  margin: 0 !important;
  padding: 0 !important;

  border: 0;

  object-fit: cover;
  object-position: center 54%;

  transform: scale(1.01);
  transform-origin: center;

  transition:
    transform 1.5s cubic-bezier(0.2, 0.75, 0.25, 1);
}

.gsr-experience:hover .gsr-experience__image {
  transform: scale(1.04);
}

/* =========================================================
   CORRECTIONS ELEMENTOR
========================================================= */

.gsr-experience figure,
.gsr-experience picture,
.gsr-experience .elementor-widget-container,
.gsr-experience .elementor-widget-image {
  width: 100% !important;
  height: 100% !important;

  margin: 0 !important;
  padding: 0 !important;

  line-height: 0 !important;
}

.gsr-experience img {
  vertical-align: middle !important;
}

.gsr-benefits > .elementor-container,
.gsr-benefits > .e-con-inner,
.gsr-experience > .elementor-container,
.gsr-experience > .e-con-inner {
  width: 100% !important;
  max-width: none !important;

  margin: 0 !important;
  padding: 0 !important;
}

/* =========================================================
   TABLETTE
========================================================= */

@media (max-width: 1100px) {

  .gsr-benefits {
    padding-top: 100px;
  }

  .gsr-benefits__container {
    width: calc(100% - 56px);
  }

  .gsr-benefits__header {
    margin-bottom: 54px;
  }

  .gsr-benefits__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));

    gap: 18px;

    padding-bottom: 80px;
  }

  .gsr-benefit-card {
    min-height: 270px;
  }

  .gsr-experience {
    height: clamp(400px, 54vw, 540px);
  }

}

/* =========================================================
   MOBILE — COMPOSITION SPÉCIFIQUE
========================================================= */

@media (max-width: 767px) {

  .gsr-benefits {
    padding-top: 66px;

    background:
      radial-gradient(
        circle at 0% 8%,
        rgba(210, 174, 105, 0.1),
        transparent 24%
      ),
      var(--gsr-benefits-background);
  }

  .gsr-benefits__container {
    width: calc(100% - 32px);
  }

  .gsr-benefits__header {
    max-width: none;
    margin-bottom: 37px;

    text-align: center;
  }

  .gsr-benefits__eyebrow {
    margin-bottom: 13px;

    font-size: 9px;
    line-height: 1.4;
    letter-spacing: 2.1px;
  }

  .gsr-benefits__title {
    max-width: 500px;

    font-size: clamp(39px, 11.4vw, 49px);
    line-height: 0.98;
    letter-spacing: -0.7px;
  }

  .gsr-benefits__intro {
    max-width: 540px;
    margin-top: 18px;

    font-size: 14px;
    line-height: 1.65;
  }

  /*
    Les cartes deviennent des blocs horizontaux.
    L’icône est à gauche et le texte à droite.
  */

  .gsr-benefits__grid {
    grid-template-columns: 1fr;

    gap: 12px;

    padding-bottom: 50px;
  }

  .gsr-benefit-card {
    display: grid;
    grid-template-columns: 49px minmax(0, 1fr);
    gap: 17px;
    align-items: flex-start;

    min-height: 0;
    padding: 20px;

    border-radius: 20px;

    box-shadow:
      0 9px 28px rgba(20, 48, 37, 0.04);
  }

  .gsr-benefit-card::before {
    width: 88px;
    height: 88px;

    border-radius: 0 20px 0 100%;
  }

  .gsr-benefit-card:hover {
    transform: none;

    box-shadow:
      0 9px 28px rgba(20, 48, 37, 0.04);
  }

  .gsr-benefit-card__icon {
    width: 49px;
    height: 49px;
    margin: 0;

    flex-basis: 49px;

    border-radius: 15px;
  }

  .gsr-benefit-card__icon svg {
    width: 24px;
    height: 24px;
  }

  .gsr-benefit-card__content {
    padding-top: 2px;
  }

  .gsr-benefit-card__title {
    margin-bottom: 7px;

    font-size: 23px;
    line-height: 1.08;
  }

  .gsr-benefit-card__text {
    max-width: 510px;

    font-size: 12px;
    line-height: 1.58;
  }

  /*
    La photo devient une transition plus courte.
    On montre principalement le green et moins de ciel.
  */

  .gsr-experience {
    height: clamp(270px, 75vw, 360px);
  }

  .gsr-experience__image {
    object-position: 58% 64%;
  }

}

/* =========================================================
   PETITS MOBILES
========================================================= */

@media (max-width: 390px) {

  .gsr-benefits {
    padding-top: 57px;
  }

  .gsr-benefits__container {
    width: calc(100% - 26px);
  }

  .gsr-benefits__header {
    margin-bottom: 31px;
  }

  .gsr-benefits__title {
    font-size: 38px;
  }

  .gsr-benefits__intro {
    font-size: 13px;
  }

  .gsr-benefit-card {
    grid-template-columns: 45px minmax(0, 1fr);

    gap: 14px;

    padding: 17px;
  }

  .gsr-benefit-card__icon {
    width: 45px;
    height: 45px;

    flex-basis: 45px;
  }

  .gsr-benefit-card__icon svg {
    width: 22px;
    height: 22px;
  }

  .gsr-benefit-card__title {
    font-size: 21px;
  }

  .gsr-benefit-card__text {
    font-size: 11.5px;
  }

  .gsr-experience {
    height: 275px;
  }

  .gsr-experience__image {
    object-position: 60% 65%;
  }

}

/* =========================================================
   ACCESSIBILITÉ
========================================================= */

@media (prefers-reduced-motion: reduce) {

  .gsr-benefit-card,
  .gsr-benefit-card__icon,
  .gsr-experience__image {
    animation: none !important;
    transition: none !important;
    transform: none !important;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b2eba84 *//* =========================================================
   SECTION — LE PARCOURS
========================================================= */

.sr-course-v3 {
  --sr-course-green: #204736;
  --sr-course-green-dark: #173d2f;
  --sr-course-gold: #c5a05c;
  --sr-course-background: #f5f3ed;
  --sr-course-muted: #6f706c;

  position: relative;

  width: 100%;
  margin: 0;
  padding: 118px 0;

  overflow: hidden;

  background: var(--sr-course-background);
}

.sr-course-v3,
.sr-course-v3 *,
.sr-course-v3 *::before,
.sr-course-v3 *::after {
  box-sizing: border-box;
}

/* =========================================================
   CONTENEUR
========================================================= */

.sr-course-v3__container {
  position: relative;

  display: grid;
  grid-template-columns:
    minmax(0, 1.12fr)
    minmax(410px, 0.88fr);

  align-items: center;
  gap: 76px;

  width: min(1420px, calc(100% - 88px));
  margin: 0 auto;
}

/* =========================================================
   VISUEL
========================================================= */

.sr-course-v3__visual {
  position: relative;

  min-width: 0;
  padding-top: 66px;
  padding-right: 64px;
}

.sr-course-v3__visual--mobile {
  display: none;
}

.sr-course-v3__number {
  position: absolute;
  top: -7px;
  right: -3px;
  z-index: 3;

  color: var(--sr-course-green);

  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 205px;
  font-weight: 500;
  line-height: 0.8;
  letter-spacing: -0.08em;

  opacity: 0.08;

  pointer-events: none;
  user-select: none;
}

.sr-course-v3__image-wrap {
  position: relative;
  z-index: 2;

  width: 100%;
  height: 690px;

  overflow: hidden;

  border-radius: 32px;

  box-shadow:
    0 30px 76px rgba(24, 55, 42, 0.13),
    0 9px 26px rgba(24, 55, 42, 0.06);
}

.sr-course-v3__image-wrap img {
  display: block;

  width: 100%;
  height: 100%;

  max-width: none;

  object-fit: cover;
  object-position: center center;

  transform: scale(1.01);

  transition:
    transform 1.2s cubic-bezier(0.2, 0.75, 0.25, 1);
}

.sr-course-v3__visual:hover
.sr-course-v3__image-wrap img {
  transform: scale(1.04);
}

.sr-course-v3__visual::after {
  content: "";

  position: absolute;
  left: -30px;
  bottom: -31px;
  z-index: 1;

  width: 165px;
  height: 165px;

  border: 1px solid rgba(197, 160, 92, 0.32);
  border-radius: 50%;

  pointer-events: none;
}

/* =========================================================
   CONTENU
========================================================= */

.sr-course-v3__content {
  position: relative;
  z-index: 4;

  min-width: 0;
}

.sr-course-v3__eyebrow {
  display: inline-block;

  margin: 0 0 20px;

  color: var(--sr-course-gold);

  font-family: "Manrope", Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.sr-course-v3__content h2 {
  max-width: 650px;
  margin: 0 0 28px;

  color: var(--sr-course-green);

  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(58px, 5vw, 78px);
  font-weight: 500;
  line-height: 0.96;
  letter-spacing: -0.03em;

  text-wrap: balance;
}

.sr-course-v3__content h2 span {
  display: block;
}

.sr-course-v3__intro {
  max-width: 610px;
  margin: 0 0 34px;

  color: var(--sr-course-muted);

  font-family: "Manrope", Arial, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.78;
}

/* =========================================================
   ENCADRÉ VERT
========================================================= */

.sr-course-v3__panel {
  position: relative;

  width: 100%;
  max-width: 620px;
  padding: 30px;

  overflow: hidden;

  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 27px;

  color: #ffffff;

  background:
    linear-gradient(
      135deg,
      rgba(38, 86, 66, 0.99),
      rgba(25, 65, 49, 0.99)
    );

  box-shadow:
    0 20px 46px rgba(31, 71, 54, 0.17);
}

.sr-course-v3__panel::before {
  content: "";

  position: absolute;
  top: -90px;
  right: -72px;

  width: 215px;
  height: 215px;

  border-radius: 50%;

  background: rgba(255, 255, 255, 0.045);

  pointer-events: none;
}

.sr-course-v3__panel-header {
  position: relative;
  z-index: 2;

  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;

  margin-bottom: 23px;
  padding-bottom: 20px;

  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.sr-course-v3__panel-label {
  color: #d8ba7a;

  font-family: "Manrope", Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.25em;
  text-transform: uppercase;
}

.sr-course-v3__panel-count {
  color: #ffffff;

  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 27px;
  font-weight: 500;
  line-height: 1;
}

/* =========================================================
   ÉLÉMENTS DU PANNEAU
========================================================= */

.sr-course-v3__items {
  position: relative;
  z-index: 2;

  display: grid;
  gap: 18px;
}

.sr-course-v3__item {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  align-items: center;
  gap: 17px;
}

.sr-course-v3__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 44px;
  height: 44px;

  border: 1px solid rgba(216, 186, 122, 0.45);
  border-radius: 50%;

  color: #d8ba7a;

  font-family: "Manrope", Arial, sans-serif;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
}

.sr-course-v3__item-content {
  min-width: 0;
}

.sr-course-v3__item h3 {
  margin: 0 0 4px;

  color: #ffffff;

  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.08;
}

.sr-course-v3__item p {
  margin: 0;

  color: rgba(255, 255, 255, 0.7);

  font-family: "Manrope", Arial, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
}

/* =========================================================
   BOUTON
========================================================= */

.sr-course-v3__button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;

  min-width: 245px;
  min-height: 58px;
  margin-top: 31px;
  padding: 9px 11px 9px 27px;

  border: 1px solid rgba(32, 71, 54, 0.34);
  border-radius: 999px;

  color: var(--sr-course-green);
  background: transparent;

  font-family: "Manrope", Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;

  transition:
    color 0.3s ease,
    background-color 0.3s ease,
    border-color 0.3s ease,
    transform 0.3s ease;
}

.sr-course-v3__button-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 38px;
  height: 38px;

  flex: 0 0 38px;

  border-radius: 50%;

  color: #ffffff;
  background: var(--sr-course-green);

  font-family: Arial, sans-serif;
  font-size: 17px;
  line-height: 1;

  transition:
    color 0.3s ease,
    background-color 0.3s ease,
    transform 0.3s ease;
}

.sr-course-v3__button:hover {
  color: #ffffff;
  border-color: var(--sr-course-green);
  background: var(--sr-course-green);

  transform: translateY(-2px);
}

.sr-course-v3__button:hover
.sr-course-v3__button-arrow {
  color: var(--sr-course-green);
  background: #ffffff;

  transform: translateX(3px);
}

/* =========================================================
   TABLETTE
========================================================= */

@media (max-width: 1180px) {

  .sr-course-v3 {
    padding: 96px 0;
  }

  .sr-course-v3__container {
    grid-template-columns: 1fr;
    gap: 58px;

    width: min(900px, calc(100% - 56px));
  }

  .sr-course-v3__visual--desktop {
    display: none;
  }

  .sr-course-v3__visual--mobile {
    display: block;

    margin: 42px 0 38px;
  }

  .sr-course-v3__visual {
    padding-top: 45px;
    padding-right: 54px;
  }

  .sr-course-v3__number {
    top: -2px;
    right: 0;

    font-size: 160px;
  }

  .sr-course-v3__image-wrap {
    height: 520px;
  }

  .sr-course-v3__content {
    max-width: 820px;
  }

  .sr-course-v3__intro {
    max-width: 720px;
  }

  .sr-course-v3__panel {
    max-width: 720px;
  }

}

/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

  .sr-course-v3 {
    padding: 66px 0 70px;
  }

  .sr-course-v3__container {
    width: calc(100% - 32px);
  }

  .sr-course-v3__eyebrow {
    margin-bottom: 13px;

    font-size: 9px;
    letter-spacing: 0.23em;
  }

  .sr-course-v3__content h2 {
    max-width: 560px;
    margin-bottom: 20px;

    font-size: clamp(42px, 12vw, 52px);
    line-height: 0.96;
  }

  .sr-course-v3__content h2 span {
    display: inline;
  }

  .sr-course-v3__intro {
    margin-bottom: 0;

    font-size: 14px;
    line-height: 1.66;
  }

  /*
    Image plus courte et horizontale :
    elle ne prend plus un écran entier.
  */

  .sr-course-v3__visual--mobile {
    margin: 31px 0 28px;
  }

  .sr-course-v3__visual {
    padding-top: 20px;
    padding-right: 0;
  }

  .sr-course-v3__number {
    top: -8px;
    right: 6px;

    font-size: 84px;

    opacity: 0.1;
  }

  .sr-course-v3__image-wrap {
    height: clamp(245px, 67vw, 335px);

    border-radius: 22px;

    box-shadow:
      0 17px 42px rgba(24, 55, 42, 0.11);
  }

  .sr-course-v3__image-wrap img {
    object-position: center 57%;
  }

  .sr-course-v3__visual::after {
    display: none;
  }

  /*
    Encadré vert compact.
  */

  .sr-course-v3__panel {
    padding: 21px 18px;

    border-radius: 22px;
  }

  .sr-course-v3__panel-header {
    margin-bottom: 17px;
    padding-bottom: 16px;
  }

  .sr-course-v3__panel-label {
    font-size: 9px;
  }

  .sr-course-v3__panel-count {
    font-size: 22px;
  }

  .sr-course-v3__items {
    gap: 0;
  }

  .sr-course-v3__item {
    grid-template-columns: 38px minmax(0, 1fr);

    gap: 13px;

    padding: 14px 0;
  }

  .sr-course-v3__item:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.11);
  }

  .sr-course-v3__icon {
    width: 38px;
    height: 38px;

    font-size: 9px;
  }

  .sr-course-v3__item h3 {
    margin-bottom: 3px;

    font-size: 20px;
  }

  .sr-course-v3__item p {
    font-size: 11.5px;
    line-height: 1.45;
  }

  .sr-course-v3__button {
    width: 100%;
    min-width: 0;
    min-height: 56px;

    margin-top: 22px;
    padding: 8px 9px 8px 21px;

    font-size: 13px;
  }

  .sr-course-v3__button-arrow {
    width: 38px;
    height: 38px;

    flex-basis: 38px;
  }

}

/* =========================================================
   PETITS MOBILES
========================================================= */

@media (max-width: 390px) {

  .sr-course-v3 {
    padding-top: 58px;
    padding-bottom: 62px;
  }

  .sr-course-v3__container {
    width: calc(100% - 26px);
  }

  .sr-course-v3__content h2 {
    font-size: 39px;
  }

  .sr-course-v3__intro {
    font-size: 13px;
  }

  .sr-course-v3__visual--mobile {
    margin-top: 26px;
  }

  .sr-course-v3__image-wrap {
    height: 245px;
  }

  .sr-course-v3__number {
    font-size: 74px;
  }

  .sr-course-v3__panel {
    padding: 18px 16px;
  }

  .sr-course-v3__item h3 {
    font-size: 19px;
  }

  .sr-course-v3__item p {
    font-size: 11px;
  }

}

/* =========================================================
   ACCESSIBILITÉ
========================================================= */

@media (prefers-reduced-motion: reduce) {

  .sr-course-v3__image-wrap img,
  .sr-course-v3__button,
  .sr-course-v3__button-arrow {
    animation: none !important;
    transition: none !important;
    transform: none !important;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-eeb5f83 *//* =========================================================
   SECTION — PRACTICE
========================================================= */

.practice-premium {
  --practice-green: #204736;
  --practice-green-dark: #173d2f;
  --practice-gold: #bd9350;
  --practice-background: #f7f5ef;
  --practice-muted: #73746f;
  --practice-border: rgba(32, 71, 54, 0.16);

  position: relative;

  width: 100%;
  margin: 0;
  padding: 118px 0;

  overflow: hidden;

  background: var(--practice-background);
}

.practice-premium,
.practice-premium *,
.practice-premium *::before,
.practice-premium *::after {
  box-sizing: border-box;
}

/* =========================================================
   CONTENEUR
========================================================= */

.practice-premium__container {
  position: relative;

  display: grid;
  grid-template-columns:
    minmax(430px, 0.84fr)
    minmax(0, 1.16fr);

  align-items: center;
  gap: 96px;

  width: min(1420px, calc(100% - 88px));
  margin: 0 auto;
}

/* =========================================================
   CONTENU
========================================================= */

.practice-premium__content {
  position: relative;
  z-index: 4;

  min-width: 0;
}

.practice-premium__eyebrow {
  display: inline-block;

  margin: 0 0 20px;

  color: var(--practice-gold);

  font-family: "Manrope", Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.practice-premium__title {
  max-width: 650px;
  margin: 0 0 28px;

  color: var(--practice-green);

  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(58px, 5vw, 79px);
  font-weight: 500;
  line-height: 0.96;
  letter-spacing: -0.03em;

  text-wrap: balance;
}

.practice-premium__title span {
  display: block;
}

.practice-premium__intro {
  max-width: 590px;
  margin: 0 0 38px;

  color: var(--practice-muted);

  font-family: "Manrope", Arial, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.76;
}

/* =========================================================
   IMAGE
========================================================= */

.practice-premium__visual {
  position: relative;

  min-width: 0;
  padding: 68px 0 35px 52px;
}

.practice-premium__visual--mobile {
  display: none;
}

.practice-premium__word {
  position: absolute;
  top: 2px;
  right: -10px;
  z-index: 1;

  color: var(--practice-green);

  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 138px;
  font-weight: 500;
  line-height: 0.85;
  letter-spacing: -0.04em;
  white-space: nowrap;

  opacity: 0.05;

  pointer-events: none;
  user-select: none;
}

.practice-premium__circle {
  position: absolute;
  top: 20px;
  left: 5px;
  z-index: 1;

  width: 155px;
  height: 155px;

  border: 1px solid rgba(189, 147, 80, 0.37);
  border-radius: 50%;

  pointer-events: none;
}

.practice-premium__image {
  position: relative;
  z-index: 2;

  width: 100%;
  height: 700px;

  overflow: hidden;

  border-radius: 32px;

  box-shadow:
    0 32px 78px rgba(24, 55, 42, 0.13),
    0 9px 28px rgba(24, 55, 42, 0.06);
}

.practice-premium__image::after {
  content: "";

  position: absolute;
  inset: 0;
  z-index: 2;

  background:
    linear-gradient(
      180deg,
      rgba(20, 48, 36, 0) 55%,
      rgba(20, 48, 36, 0.12) 100%
    );

  pointer-events: none;
}

.practice-premium__image img {
  display: block;

  width: 100%;
  height: 100%;

  max-width: none;

  object-fit: cover;
  object-position: center center;

  transform: scale(1.01);

  transition:
    transform 1.1s cubic-bezier(0.2, 0.75, 0.25, 1);
}

.practice-premium__visual:hover
.practice-premium__image img {
  transform: scale(1.04);
}

/* =========================================================
   INFORMATIONS
========================================================= */

.practice-premium__features {
  width: 100%;
  max-width: 630px;

  border-top: 1px solid var(--practice-border);
}

.practice-premium__feature {
  display: grid;
  grid-template-columns: 104px minmax(0, 1fr);
  align-items: center;
  gap: 27px;

  padding: 27px 0;

  border-bottom: 1px solid var(--practice-border);
}

.practice-premium__stat {
  min-width: 0;
}

.practice-premium__capacity-total,
.practice-premium__number {
  color: var(--practice-gold);

  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 55px;
  font-weight: 500;
  line-height: 0.85;
  letter-spacing: -0.045em;
}

.practice-premium__number {
  font-size: 45px;
  white-space: nowrap;
}

.practice-premium__number span {
  display: inline-block;

  margin-left: 2px;

  font-size: 20px;
  letter-spacing: 0;
}

.practice-premium__capacity-label {
  margin-top: 10px;

  color: var(--practice-green);

  font-family: "Manrope", Arial, sans-serif;
  font-size: 9px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.practice-premium__feature-text {
  min-width: 0;
}

.practice-premium__feature-text h3 {
  max-width: 430px;
  margin: 0 0 8px;

  color: var(--practice-green);

  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 27px;
  font-weight: 500;
  line-height: 1.08;
}

.practice-premium__feature-text p {
  max-width: 450px;
  margin: 0;

  color: #7b7c77;

  font-family: "Manrope", Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.62;
}

/* =========================================================
   DÉTAIL 6 + 8
========================================================= */

.practice-premium__capacity-detail {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;

  margin-top: 13px;
}

.practice-premium__capacity-detail span {
  display: inline-flex;
  align-items: center;
  gap: 4px;

  color: #7d7e79;

  font-family: "Manrope", Arial, sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.4;
}

.practice-premium__capacity-detail strong {
  color: var(--practice-green);
  font-weight: 700;
}

/* =========================================================
   BOUTON
========================================================= */

.practice-premium__button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;

  min-width: 235px;
  min-height: 58px;
  margin-top: 31px;
  padding: 9px 11px 9px 27px;

  border: 1px solid rgba(32, 71, 54, 0.45);
  border-radius: 999px;

  color: var(--practice-green);
  background: transparent;

  font-family: "Manrope", Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;

  transition:
    color 0.3s ease,
    background-color 0.3s ease,
    border-color 0.3s ease,
    transform 0.3s ease;
}

.practice-premium__button-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 38px;
  height: 38px;

  flex: 0 0 38px;

  border-radius: 50%;

  color: #ffffff;
  background: var(--practice-green);

  font-family: Arial, sans-serif;
  font-size: 17px;
  line-height: 1;

  transition:
    color 0.3s ease,
    background-color 0.3s ease,
    transform 0.3s ease;
}

.practice-premium__button:hover {
  color: #ffffff;
  border-color: var(--practice-green);
  background: var(--practice-green);

  transform: translateY(-2px);
}

.practice-premium__button:hover
.practice-premium__button-arrow {
  color: var(--practice-green);
  background: #ffffff;

  transform: translateX(3px);
}

/* =========================================================
   TABLETTE
========================================================= */

@media (max-width: 1180px) {

  .practice-premium {
    padding: 96px 0;
  }

  .practice-premium__container {
    grid-template-columns: 1fr;
    gap: 55px;

    width: min(900px, calc(100% - 56px));
  }

  .practice-premium__visual--desktop {
    display: none;
  }

  .practice-premium__visual--mobile {
    display: block;

    margin: 39px 0 35px;
  }

  .practice-premium__visual {
    padding: 48px 0 0 45px;
  }

  .practice-premium__image {
    height: 520px;
  }

  .practice-premium__content {
    max-width: 820px;
  }

  .practice-premium__intro {
    max-width: 720px;
    margin-bottom: 0;
  }

  .practice-premium__features {
    max-width: 720px;
  }

}

/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

  .practice-premium {
    padding: 64px 0 69px;
  }

  .practice-premium__container {
    width: calc(100% - 32px);
  }

  .practice-premium__eyebrow {
    margin-bottom: 13px;

    font-size: 9px;
    letter-spacing: 0.23em;
  }

  .practice-premium__title {
    max-width: 560px;
    margin-bottom: 20px;

    font-size: clamp(42px, 12vw, 52px);
    line-height: 0.96;
  }

  .practice-premium__title span {
    display: inline;
  }

  .practice-premium__intro {
    font-size: 14px;
    line-height: 1.65;
  }

  /* IMAGE HORIZONTALE ET COMPACTE */

  .practice-premium__visual--mobile {
    margin: 29px 0 28px;
  }

  .practice-premium__visual {
    padding: 0;
  }

  .practice-premium__word,
  .practice-premium__circle {
    display: none;
  }

  .practice-premium__image {
    height: clamp(235px, 65vw, 320px);

    border-radius: 22px;

    box-shadow:
      0 17px 42px rgba(24, 55, 42, 0.11);
  }

  .practice-premium__image img {
    object-position: center 57%;
  }

  /* BLOCS STATISTIQUES */

  .practice-premium__features {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;

    border-top: 0;
  }

  .practice-premium__feature {
    grid-template-columns: 72px minmax(0, 1fr);
    align-items: start;
    gap: 16px;

    padding: 19px;

    border: 1px solid rgba(32, 71, 54, 0.1);
    border-radius: 20px;

    background: rgba(255, 255, 255, 0.72);

    box-shadow:
      0 8px 25px rgba(24, 55, 42, 0.035);
  }

  .practice-premium__capacity-total {
    font-size: 45px;
  }

  .practice-premium__number {
    font-size: 34px;
  }

  .practice-premium__number span {
    font-size: 15px;
  }

  .practice-premium__capacity-label {
    margin-top: 7px;

    font-size: 8px;
  }

  .practice-premium__feature-text h3 {
    margin-bottom: 6px;

    font-size: 21px;
  }

  .practice-premium__feature-text p {
    font-size: 12px;
    line-height: 1.52;
  }

  .practice-premium__capacity-detail {
    gap: 6px 14px;

    margin-top: 10px;
  }

  .practice-premium__capacity-detail span {
    font-size: 10px;
  }

  .practice-premium__button {
    width: 100%;
    min-width: 0;
    min-height: 56px;

    margin-top: 21px;
    padding: 8px 9px 8px 21px;

    font-size: 13px;
  }

}

/* =========================================================
   PETITS MOBILES
========================================================= */

@media (max-width: 390px) {

  .practice-premium {
    padding-top: 57px;
    padding-bottom: 61px;
  }

  .practice-premium__container {
    width: calc(100% - 26px);
  }

  .practice-premium__title {
    font-size: 39px;
  }

  .practice-premium__intro {
    font-size: 13px;
  }

  .practice-premium__visual--mobile {
    margin-top: 25px;
  }

  .practice-premium__image {
    height: 235px;
  }

  .practice-premium__feature {
    grid-template-columns: 64px minmax(0, 1fr);

    gap: 13px;

    padding: 16px;
  }

  .practice-premium__capacity-total {
    font-size: 40px;
  }

  .practice-premium__number {
    font-size: 30px;
  }

  .practice-premium__feature-text h3 {
    font-size: 19px;
  }

  .practice-premium__feature-text p {
    font-size: 11.5px;
  }

}

/* =========================================================
   ACCESSIBILITÉ
========================================================= */

@media (prefers-reduced-motion: reduce) {

  .practice-premium__image img,
  .practice-premium__button,
  .practice-premium__button-arrow {
    animation: none !important;
    transition: none !important;
    transform: none !important;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f47a849 *//* =========================================================
   SECTION — JL ACADEMY
========================================================= */

.jl-academy {
  --jl-green: #204736;
  --jl-green-dark: #173d2f;
  --jl-gold: #bd9350;
  --jl-background: #f7f5ef;
  --jl-muted: #6e736d;
  --jl-border: rgba(32, 71, 54, 0.14);

  position: relative;

  width: 100%;
  margin: 0;
  padding: 118px 0;

  overflow: hidden;

  background: var(--jl-background);
}

.jl-academy,
.jl-academy *,
.jl-academy *::before,
.jl-academy *::after {
  box-sizing: border-box;
}

/* =========================================================
   CONTENEUR
========================================================= */

.jl-academy__container {
  position: relative;

  display: grid;
  grid-template-columns:
    minmax(0, 1fr)
    minmax(500px, 1fr);

  align-items: center;
  gap: 96px;

  width: min(1420px, calc(100% - 88px));
  margin: 0 auto;
}

/* =========================================================
   CONTENU
========================================================= */

.jl-academy__content {
  position: relative;
  z-index: 4;

  min-width: 0;
}

/* =========================================================
   IDENTITÉ
========================================================= */

.jl-academy__brand {
  display: flex;
  align-items: center;
  gap: 22px;

  margin-bottom: 35px;
}

.jl-academy__logo {
  display: block;

  width: 112px;
  height: 104px;

  flex: 0 0 auto;

  object-fit: contain;
}

.jl-academy__brand-divider {
  width: 1px;
  height: 61px;

  flex: 0 0 auto;

  background: rgba(32, 71, 54, 0.2);
}

.jl-academy__signature {
  display: flex;
  flex-direction: column;
  gap: 10px;

  min-width: 0;
}

.jl-academy__eyebrow {
  margin: 0;

  color: var(--jl-gold);

  font-family: "Manrope", Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.jl-academy__slogan {
  margin: 0;

  color: var(--jl-green);

  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 27px;
  font-weight: 500;
  font-style: italic;
  line-height: 1;
}

/* =========================================================
   TITRE
========================================================= */

.jl-academy__title {
  max-width: 680px;
  margin: 0 0 27px;

  color: var(--jl-green);

  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(54px, 4.5vw, 69px);
  font-weight: 500;
  line-height: 0.97;
  letter-spacing: -0.035em;

  text-wrap: balance;
}

/* =========================================================
   INTRODUCTION
========================================================= */

.jl-academy__introduction {
  max-width: 650px;
  margin: 0 0 34px;

  color: var(--jl-muted);

  font-family: "Manrope", Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.75;
}

/* =========================================================
   VISUEL
========================================================= */

.jl-academy__visual {
  position: relative;

  min-width: 0;
  min-height: 730px;
  padding: 92px 80px 90px 20px;
}

.jl-academy__visual--mobile {
  display: none;
}

.jl-academy__decorative-word {
  position: absolute;
  top: 28px;
  left: -3px;
  z-index: 0;

  color: var(--jl-green);

  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(96px, 8vw, 135px);
  font-weight: 500;
  line-height: 0.85;
  letter-spacing: -0.055em;
  white-space: nowrap;

  opacity: 0.04;

  pointer-events: none;
  user-select: none;
}

.jl-academy__main-image {
  position: relative;
  z-index: 1;

  width: 100%;
  height: 620px;

  overflow: hidden;

  border-radius: 32px;

  box-shadow:
    0 31px 76px rgba(24, 55, 42, 0.13),
    0 9px 28px rgba(24, 55, 42, 0.06);
}

.jl-academy__main-image::after {
  content: "";

  position: absolute;
  inset: 0;
  z-index: 2;

  background:
    linear-gradient(
      180deg,
      rgba(20, 47, 36, 0) 58%,
      rgba(20, 47, 36, 0.13) 100%
    );

  pointer-events: none;
}

.jl-academy__main-image img {
  display: block;

  width: 100%;
  height: 100%;

  max-width: none;

  object-fit: cover;
  object-position: center center;

  transform: scale(1.01);

  transition:
    transform 1.1s cubic-bezier(0.2, 0.75, 0.25, 1);
}

.jl-academy__visual:hover
.jl-academy__main-image img {
  transform: scale(1.04);
}

/* =========================================================
   IMAGE SECONDAIRE
========================================================= */

.jl-academy__secondary-image {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 3;

  width: 320px;
  height: 230px;

  overflow: hidden;

  border: 9px solid var(--jl-background);
  border-radius: 23px;

  box-shadow:
    0 22px 52px rgba(24, 55, 42, 0.16),
    0 7px 19px rgba(24, 55, 42, 0.07);
}

.jl-academy__secondary-image::after {
  content: "";

  position: absolute;
  inset: 0;
  z-index: 2;

  background:
    linear-gradient(
      180deg,
      rgba(20, 47, 36, 0) 38%,
      rgba(20, 47, 36, 0.76) 100%
    );

  pointer-events: none;
}

.jl-academy__secondary-image img {
  display: block;

  width: 100%;
  height: 100%;

  object-fit: cover;
  object-position: center;

  transition: transform 0.9s ease;
}

.jl-academy__secondary-image:hover img {
  transform: scale(1.04);
}

.jl-academy__secondary-caption {
  position: absolute;
  right: 19px;
  bottom: 17px;
  left: 19px;
  z-index: 3;

  margin: 0;

  color: #ffffff;

  font-family: "Manrope", Arial, sans-serif;
  font-size: 9px;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

/* =========================================================
   SERVICES
========================================================= */

.jl-academy__services {
  width: 100%;
  max-width: 680px;

  border-top: 1px solid var(--jl-border);
}

.jl-academy__service {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  align-items: start;
  gap: 21px;

  padding: 24px 0;

  border-bottom: 1px solid var(--jl-border);
}

.jl-academy__service-number {
  padding-top: 4px;

  color: var(--jl-gold);

  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
}

.jl-academy__service-content {
  min-width: 0;
}

.jl-academy__service-content h3 {
  margin: 0 0 8px;

  color: var(--jl-green);

  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 27px;
  font-weight: 500;
  line-height: 1.08;
}

.jl-academy__service-content p {
  max-width: 540px;
  margin: 0;

  color: #777b75;

  font-family: "Manrope", Arial, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.62;
}

.jl-academy__service-detail {
  display: block;

  margin-top: 11px;

  color: var(--jl-gold);

  font-family: "Manrope", Arial, sans-serif;
  font-size: 9px;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

/* =========================================================
   BOUTONS
========================================================= */

.jl-academy__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;

  margin-top: 31px;
}

.jl-academy__button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;

  min-height: 58px;
  padding: 9px 10px 9px 25px;

  border: 1px solid var(--jl-green);
  border-radius: 999px;

  font-family: "Manrope", Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;

  transition:
    color 0.3s ease,
    background-color 0.3s ease,
    border-color 0.3s ease,
    transform 0.3s ease;
}

.jl-academy__button--primary {
  color: #ffffff;
  background: var(--jl-green);
}

.jl-academy__button--secondary {
  color: var(--jl-green);
  background: transparent;
}

.jl-academy__button-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 38px;
  height: 38px;

  flex: 0 0 38px;

  border-radius: 50%;

  font-family: Arial, sans-serif;
  font-size: 16px;
  line-height: 1;

  transition:
    color 0.3s ease,
    background-color 0.3s ease,
    transform 0.3s ease;
}

.jl-academy__button--primary
.jl-academy__button-icon {
  color: var(--jl-green);
  background: #ffffff;
}

.jl-academy__button--secondary
.jl-academy__button-icon {
  color: #ffffff;
  background: var(--jl-green);
}

.jl-academy__button:hover {
  transform: translateY(-2px);
}

.jl-academy__button:hover
.jl-academy__button-icon {
  transform: translateX(3px);
}

.jl-academy__button--primary:hover {
  color: var(--jl-green);
  background: transparent;
}

.jl-academy__button--primary:hover
.jl-academy__button-icon {
  color: #ffffff;
  background: var(--jl-green);
}

.jl-academy__button--secondary:hover {
  color: #ffffff;
  background: var(--jl-green);
}

.jl-academy__button--secondary:hover
.jl-academy__button-icon {
  color: var(--jl-green);
  background: #ffffff;
}

/* =========================================================
   TABLETTE
========================================================= */

@media (max-width: 1100px) {

  .jl-academy {
    padding: 96px 0;
  }

  .jl-academy__container {
    grid-template-columns: 1fr;
    gap: 54px;

    width: min(900px, calc(100% - 56px));
  }

  .jl-academy__visual--desktop {
    display: none;
  }

  .jl-academy__visual--mobile {
    display: block;

    margin: 39px 0 37px;
  }

  .jl-academy__visual {
    min-height: 570px;
    padding: 0 60px 72px 0;
  }

  .jl-academy__main-image {
    height: 510px;
  }

  .jl-academy__secondary-image {
    width: 300px;
    height: 215px;
  }

  .jl-academy__content {
    max-width: 820px;
  }

  .jl-academy__introduction,
  .jl-academy__services {
    max-width: 720px;
  }

}

/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

  .jl-academy {
    padding: 64px 0 69px;
  }

  .jl-academy__container {
    width: calc(100% - 32px);
  }

  /* IDENTITÉ */

  .jl-academy__brand {
    gap: 14px;

    margin-bottom: 27px;
  }

  .jl-academy__logo {
    width: 72px;
    height: 68px;
  }

  .jl-academy__brand-divider {
    height: 45px;
  }

  .jl-academy__signature {
    gap: 7px;
  }

  .jl-academy__eyebrow {
    font-size: 9px;
    letter-spacing: 0.22em;
  }

  .jl-academy__slogan {
    font-size: 20px;
  }

  /* TITRE */

  .jl-academy__title {
    margin-bottom: 19px;

    font-size: clamp(42px, 12vw, 51px);
    line-height: 0.97;
  }

  .jl-academy__introduction {
    margin-bottom: 0;

    font-size: 14px;
    line-height: 1.65;
  }

  /* VISUEL MOBILE */

  .jl-academy__visual--mobile {
    margin: 29px 0 28px;
  }

  .jl-academy__visual {
    min-height: 0;
    padding: 0 0 48px;
  }

  .jl-academy__decorative-word {
    display: none;
  }

  .jl-academy__main-image {
    height: clamp(270px, 78vw, 370px);

    border-radius: 22px;

    box-shadow:
      0 17px 42px rgba(24, 55, 42, 0.11);
  }

  .jl-academy__main-image img {
    object-position: center 42%;
  }

  .jl-academy__secondary-image {
    right: 10px;
    bottom: 0;

    width: min(58%, 230px);
    height: 135px;

    border-width: 6px;
    border-radius: 17px;
  }

  .jl-academy__secondary-caption {
    right: 12px;
    bottom: 11px;
    left: 12px;

    font-size: 7px;
    letter-spacing: 0.09em;
  }

  /* SERVICES EN CARTES */

  .jl-academy__services {
    display: grid;
    gap: 11px;

    border-top: 0;
  }

  .jl-academy__service {
    grid-template-columns: 36px minmax(0, 1fr);
    gap: 13px;

    padding: 18px;

    border: 1px solid rgba(32, 71, 54, 0.1);
    border-radius: 19px;

    background: rgba(255, 255, 255, 0.7);

    box-shadow:
      0 8px 24px rgba(24, 55, 42, 0.035);
  }

  .jl-academy__service-number {
    padding-top: 2px;

    font-size: 17px;
  }

  .jl-academy__service-content h3 {
    margin-bottom: 6px;

    font-size: 21px;
  }

  .jl-academy__service-content p {
    font-size: 12px;
    line-height: 1.52;
  }

  .jl-academy__service-detail {
    margin-top: 9px;

    font-size: 8px;
    letter-spacing: 0.1em;
  }

  /* BOUTONS */

  .jl-academy__actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;

    margin-top: 22px;
  }

  .jl-academy__button {
    width: 100%;
    min-height: 56px;

    padding: 8px 9px 8px 21px;

    font-size: 12.5px;
  }

}

/* =========================================================
   PETITS MOBILES
========================================================= */

@media (max-width: 390px) {

  .jl-academy {
    padding-top: 57px;
    padding-bottom: 61px;
  }

  .jl-academy__container {
    width: calc(100% - 26px);
  }

  .jl-academy__logo {
    width: 64px;
    height: 60px;
  }

  .jl-academy__brand-divider {
    height: 40px;
  }

  .jl-academy__slogan {
    font-size: 18px;
  }

  .jl-academy__title {
    font-size: 39px;
  }

  .jl-academy__introduction {
    font-size: 13px;
  }

  .jl-academy__main-image {
    height: 270px;
  }

  .jl-academy__secondary-image {
    width: 205px;
    height: 122px;
  }

  .jl-academy__service {
    grid-template-columns: 31px minmax(0, 1fr);

    gap: 11px;

    padding: 16px;
  }

  .jl-academy__service-number {
    font-size: 15px;
  }

  .jl-academy__service-content h3 {
    font-size: 19px;
  }

  .jl-academy__service-content p {
    font-size: 11.5px;
  }

}

/* =========================================================
   ACCESSIBILITÉ
========================================================= */

@media (prefers-reduced-motion: reduce) {

  .jl-academy__main-image img,
  .jl-academy__secondary-image img,
  .jl-academy__button,
  .jl-academy__button-icon {
    animation: none !important;
    transition: none !important;
    transform: none !important;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-fa94fec *//* =========================================================
   SECTION — BISTROT LA PAUSE
========================================================= */

.golf-restaurant {
  --restaurant-green: #204736;
  --restaurant-green-dark: #173d2f;
  --restaurant-gold: #bd9350;
  --restaurant-cream: #f8f6ef;
  --restaurant-muted: #72776f;
  --restaurant-border: rgba(32, 71, 54, 0.13);

  position: relative;

  display: flex;
  align-items: center;

  width: 100%;
  min-height: 830px;
  margin: 0;

  overflow: hidden;

  background: var(--restaurant-green);
}

.golf-restaurant,
.golf-restaurant *,
.golf-restaurant *::before,
.golf-restaurant *::after {
  box-sizing: border-box;
}

/* =========================================================
   IMAGE DE FOND
========================================================= */

.golf-restaurant__image {
  position: absolute;
  inset: 0;
  z-index: 0;

  overflow: hidden;
}

.golf-restaurant__image img {
  display: block;

  width: 100%;
  height: 100%;

  max-width: none;

  object-fit: cover;
  object-position: 55% center;

  transform: scale(1.01);
  transform-origin: center;

  transition:
    transform 1.3s cubic-bezier(0.2, 0.75, 0.25, 1);
}

.golf-restaurant:hover
.golf-restaurant__image img {
  transform: scale(1.035);
}

/* =========================================================
   VOILE
========================================================= */

.golf-restaurant__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;

  background:
    linear-gradient(
      90deg,
      rgba(12, 31, 23, 0.02) 0%,
      rgba(12, 31, 23, 0.02) 42%,
      rgba(12, 31, 23, 0.17) 67%,
      rgba(12, 31, 23, 0.49) 100%
    ),
    linear-gradient(
      180deg,
      rgba(12, 31, 23, 0.02) 0%,
      rgba(12, 31, 23, 0.13) 100%
    );

  pointer-events: none;
}

/* =========================================================
   CONTENEUR
========================================================= */

.golf-restaurant__container {
  position: relative;
  z-index: 3;

  display: flex;
  justify-content: flex-end;

  width: min(1480px, calc(100% - 80px));
  margin: 0 auto;
  padding: 86px 0;
}

/* =========================================================
   CARTE PRINCIPALE
========================================================= */

.golf-restaurant__card {
  position: relative;

  width: min(520px, 100%);
  padding: 40px 42px 38px;

  overflow: hidden;

  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 28px;

  color: var(--restaurant-green);

  background: rgba(248, 246, 239, 0.95);

  box-shadow:
    0 31px 78px rgba(10, 28, 20, 0.22),
    0 9px 27px rgba(10, 28, 20, 0.1);

  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.golf-restaurant__card::before {
  content: "";

  position: absolute;
  top: 20px;
  right: 20px;

  width: 56px;
  height: 56px;

  border-top: 1px solid rgba(189, 147, 80, 0.42);
  border-right: 1px solid rgba(189, 147, 80, 0.42);
  border-radius: 0 13px 0 0;

  pointer-events: none;
}

/* =========================================================
   IDENTITÉ
========================================================= */

.golf-restaurant__brand {
  margin-bottom: 21px;
}

.golf-restaurant__logo {
  display: block;

  width: 128px;
  height: auto;
  margin-bottom: 13px;

  object-fit: contain;
  object-position: left center;
}

.golf-restaurant__heading {
  display: flex;
  align-items: center;
  gap: 14px;
}

.golf-restaurant__eyebrow {
  flex: 0 0 auto;

  margin: 0;

  color: var(--restaurant-gold);

  font-family: "Manrope", Arial, sans-serif;
  font-size: 9px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.23em;
  text-transform: uppercase;
}

.golf-restaurant__line {
  display: block;

  width: 52px;
  height: 1px;

  background: rgba(189, 147, 80, 0.7);
}

/* =========================================================
   TITRE
========================================================= */

.golf-restaurant__title {
  max-width: 445px;
  margin: 0 0 18px;

  color: var(--restaurant-green);

  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(42px, 3.25vw, 52px);
  font-weight: 500;
  line-height: 0.98;
  letter-spacing: -0.038em;

  text-wrap: balance;
}

/* =========================================================
   INTRODUCTION
========================================================= */

.golf-restaurant__introduction {
  max-width: 445px;
  margin: 0 0 22px;

  color: var(--restaurant-muted);

  font-family: "Manrope", Arial, sans-serif;
  font-size: 12.5px;
  font-weight: 400;
  line-height: 1.65;
}

/* =========================================================
   AVANTAGES
========================================================= */

.golf-restaurant__features {
  width: 100%;

  border-top: 1px solid var(--restaurant-border);
}

.golf-restaurant__feature {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  align-items: start;
  gap: 13px;

  padding: 14px 0;

  border-bottom: 1px solid var(--restaurant-border);
}

.golf-restaurant__feature-number {
  display: block;

  padding-top: 3px;

  color: var(--restaurant-gold);

  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
}

.golf-restaurant__feature-content {
  min-width: 0;
}

.golf-restaurant__feature h3 {
  margin: 0 0 4px;

  color: var(--restaurant-green);

  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.08;
}

.golf-restaurant__feature p {
  max-width: 390px;
  margin: 0;

  color: #7b7f79;

  font-family: "Manrope", Arial, sans-serif;
  font-size: 10.5px;
  font-weight: 400;
  line-height: 1.52;
}

/* =========================================================
   ACTIONS
========================================================= */

.golf-restaurant__actions {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 9px;

  margin-top: 21px;
}

.golf-restaurant__button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;

  min-height: 49px;
  padding: 8px 8px 8px 17px;

  border: 1px solid var(--restaurant-green);
  border-radius: 999px;

  font-family: "Manrope", Arial, sans-serif;
  font-size: 10.5px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  text-decoration: none;

  transition:
    color 0.3s ease,
    background-color 0.3s ease,
    border-color 0.3s ease,
    transform 0.3s ease;
}

.golf-restaurant__button--primary {
  color: #ffffff;
  background: var(--restaurant-green);
}

.golf-restaurant__button--secondary {
  color: var(--restaurant-green);
  background: transparent;
}

.golf-restaurant__button-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 31px;
  height: 31px;

  flex: 0 0 31px;

  border-radius: 50%;

  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 1;

  transition:
    color 0.3s ease,
    background-color 0.3s ease,
    transform 0.3s ease;
}

.golf-restaurant__button--primary
.golf-restaurant__button-icon {
  color: var(--restaurant-green);
  background: #ffffff;
}

.golf-restaurant__button--secondary
.golf-restaurant__button-icon {
  color: #ffffff;
  background: var(--restaurant-green);
}

.golf-restaurant__button:hover {
  transform: translateY(-2px);
}

.golf-restaurant__button:hover
.golf-restaurant__button-icon {
  transform: translateX(3px);
}

.golf-restaurant__button--primary:hover {
  color: var(--restaurant-green);
  background: transparent;
}

.golf-restaurant__button--primary:hover
.golf-restaurant__button-icon {
  color: #ffffff;
  background: var(--restaurant-green);
}

.golf-restaurant__button--secondary:hover {
  color: #ffffff;
  background: var(--restaurant-green);
}

.golf-restaurant__button--secondary:hover
.golf-restaurant__button-icon {
  color: var(--restaurant-green);
  background: #ffffff;
}

/* =========================================================
   NOTE
========================================================= */

.golf-restaurant__note {
  max-width: 430px;
  margin: 15px 0 0;

  color: #92958f;

  font-family: "Manrope", Arial, sans-serif;
  font-size: 8.5px;
  font-weight: 400;
  line-height: 1.48;
}

/* =========================================================
   GRANDS ÉCRANS
========================================================= */

@media (min-width: 1300px) {

  .golf-restaurant__card {
    transform: translateX(20px);
  }

}

/* =========================================================
   ÉCRANS INTERMÉDIAIRES
========================================================= */

@media (max-width: 1250px) {

  .golf-restaurant {
    min-height: 770px;
  }

  .golf-restaurant__container {
    width: min(1120px, calc(100% - 56px));
    padding: 70px 0;
  }

  .golf-restaurant__card {
    width: min(500px, 100%);
    padding: 37px 38px 35px;

    transform: none;
  }

  .golf-restaurant__image img {
    object-position: 60% center;
  }

}

/* =========================================================
   TABLETTE
========================================================= */

@media (max-width: 900px) {

  .golf-restaurant {
    min-height: 920px;

    align-items: flex-end;
  }

  .golf-restaurant__image img {
    object-position: 58% center;
  }

  .golf-restaurant__overlay {
    background:
      linear-gradient(
        180deg,
        rgba(18, 43, 32, 0.01) 0%,
        rgba(18, 43, 32, 0.08) 37%,
        rgba(18, 43, 32, 0.68) 100%
      );
  }

  .golf-restaurant__container {
    justify-content: center;

    width: min(720px, calc(100% - 42px));
    padding: 260px 0 50px;
  }

  .golf-restaurant__card {
    width: 100%;
    max-width: 590px;
  }

}

/* =========================================================
   MOBILE — COMPOSITION DÉDIÉE
========================================================= */

@media (max-width: 767px) {

  .golf-restaurant {
    display: block;

    min-height: 0;

    background: var(--restaurant-cream);
  }

  /* PHOTO SÉPARÉE */

  .golf-restaurant__image {
    position: relative;

    width: 100%;
    height: clamp(285px, 78vw, 390px);
  }

  .golf-restaurant__image img {
    object-position: 58% center;

    transform: none;
  }

  .golf-restaurant:hover
  .golf-restaurant__image img {
    transform: none;
  }

  .golf-restaurant__overlay {
    background:
      linear-gradient(
        180deg,
        rgba(18, 43, 32, 0.01) 0%,
        rgba(18, 43, 32, 0.04) 58%,
        rgba(18, 43, 32, 0.28) 100%
      );
  }

  /* CONTENU SOUS LA PHOTO */

  .golf-restaurant__container {
    display: block;

    width: 100%;
    margin: 0;
    padding: 0;
  }

  .golf-restaurant__card {
    width: 100%;
    max-width: none;
    padding: 35px 16px 53px;

    overflow: visible;

    border: 0;
    border-radius: 0;

    background: var(--restaurant-cream);

    box-shadow: none;

    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  .golf-restaurant__card::before {
    display: none;
  }

  /* IDENTITÉ */

  .golf-restaurant__brand {
    margin-bottom: 22px;
  }

  .golf-restaurant__logo {
    width: 105px;
    margin-bottom: 11px;
  }

  .golf-restaurant__eyebrow {
    font-size: 8.5px;
    letter-spacing: 0.2em;
  }

  .golf-restaurant__line {
    width: 42px;
  }

  /* TITRE */

  .golf-restaurant__title {
    max-width: 560px;
    margin-bottom: 17px;

    font-size: clamp(40px, 11.7vw, 49px);
    line-height: 0.98;
  }

  .golf-restaurant__introduction {
    max-width: 550px;
    margin-bottom: 25px;

    font-size: 13px;
    line-height: 1.63;
  }

  /* CARTES AVANTAGES */

  .golf-restaurant__features {
    display: grid;
    gap: 11px;

    border-top: 0;
  }

  .golf-restaurant__feature {
    grid-template-columns: 31px minmax(0, 1fr);
    gap: 12px;

    padding: 17px;

    border: 1px solid rgba(32, 71, 54, 0.1);
    border-radius: 18px;

    background: rgba(255, 255, 255, 0.68);

    box-shadow:
      0 8px 24px rgba(24, 55, 42, 0.035);
  }

  .golf-restaurant__feature-number {
    padding-top: 2px;

    font-size: 16px;
  }

  .golf-restaurant__feature h3 {
    margin-bottom: 5px;

    font-size: 20px;
  }

  .golf-restaurant__feature p {
    font-size: 11.5px;
    line-height: 1.5;
  }

  /* BOUTONS */

  .golf-restaurant__actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;

    margin-top: 21px;
  }

  .golf-restaurant__button {
    width: 100%;
    min-height: 56px;

    padding: 8px 9px 8px 20px;

    font-size: 12.5px;
  }

  .golf-restaurant__button-icon {
    width: 38px;
    height: 38px;

    flex-basis: 38px;
  }

  .golf-restaurant__note {
    margin-top: 15px;

    font-size: 8.5px;
    line-height: 1.45;
  }

}

/* =========================================================
   PETITS MOBILES
========================================================= */

@media (max-width: 390px) {

  .golf-restaurant__image {
    height: 285px;
  }

  .golf-restaurant__image img {
    object-position: 60% center;
  }

  .golf-restaurant__card {
    padding-right: 13px;
    padding-bottom: 47px;
    padding-left: 13px;
  }

  .golf-restaurant__logo {
    width: 96px;
  }

  .golf-restaurant__title {
    font-size: 38px;
  }

  .golf-restaurant__introduction {
    font-size: 12.5px;
  }

  .golf-restaurant__feature {
    grid-template-columns: 28px minmax(0, 1fr);

    gap: 10px;

    padding: 15px;
  }

  .golf-restaurant__feature h3 {
    font-size: 18.5px;
  }

  .golf-restaurant__feature p {
    font-size: 11px;
  }

}

/* =========================================================
   ACCESSIBILITÉ
========================================================= */

@media (prefers-reduced-motion: reduce) {

  .golf-restaurant__image img,
  .golf-restaurant__button,
  .golf-restaurant__button-icon {
    animation: none !important;
    transition: none !important;
    transform: none !important;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f8fddea *//* =========================================================
   SECTION — AVIS GOOGLE
========================================================= */

.golf-reviews {
  --reviews-green: #204736;
  --reviews-gold: #bd9350;
  --reviews-cream: #f7f5ef;
  --reviews-muted: #72776f;
  --reviews-yellow: #f6b500;
  --reviews-border: rgba(32, 71, 54, 0.12);

  position: relative;

  width: 100%;
  padding: 120px 0 126px;

  overflow: hidden;

  background:
    radial-gradient(
      circle at 92% 10%,
      rgba(189, 147, 80, 0.08),
      transparent 31%
    ),
    var(--reviews-cream);
}

.golf-reviews,
.golf-reviews *,
.golf-reviews *::before,
.golf-reviews *::after {
  box-sizing: border-box;
}

.golf-reviews::before {
  content: "Avis";

  position: absolute;
  right: -18px;
  bottom: -40px;
  z-index: 0;

  color: rgba(32, 71, 54, 0.03);

  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(150px, 17vw, 280px);
  font-weight: 500;
  font-style: italic;
  line-height: 0.8;
  letter-spacing: -0.06em;

  pointer-events: none;
  user-select: none;
}

/* =========================================================
   CONTENEUR
========================================================= */

.golf-reviews__container {
  position: relative;
  z-index: 2;

  display: grid;
  grid-template-columns:
    minmax(390px, 0.84fr)
    minmax(0, 1.16fr);

  align-items: center;
  gap: 96px;

  width: min(1420px, calc(100% - 88px));
  margin: 0 auto;
}

/* =========================================================
   RÉSUMÉ
========================================================= */

.golf-reviews__summary {
  max-width: 560px;
}

.golf-reviews__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 14px;

  margin-bottom: 22px;

  color: var(--reviews-gold);

  font-family: "Manrope", Arial, sans-serif;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.26em;
  text-transform: uppercase;
}

.golf-reviews__eyebrow::after {
  content: "";

  width: 58px;
  height: 1px;

  background: rgba(189, 147, 80, 0.68);
}

.golf-reviews__title {
  max-width: 540px;
  margin: 0 0 23px;

  color: var(--reviews-green);

  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(53px, 4.45vw, 68px);
  font-weight: 500;
  line-height: 0.98;
  letter-spacing: -0.04em;

  text-wrap: balance;
}

.golf-reviews__intro {
  max-width: 520px;
  margin: 0 0 29px;

  color: var(--reviews-muted);

  font-family: "Manrope", Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.72;
}

/* =========================================================
   NOTE
========================================================= */

.golf-reviews__rating {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;

  margin-bottom: 18px;
}

.golf-reviews__stars {
  display: flex;
  align-items: center;
  gap: 3px;

  color: var(--reviews-yellow);

  font-family: Arial, sans-serif;
  font-size: 21px;
  line-height: 1;
}

.golf-reviews__star-partial {
  position: relative;

  display: inline-block;

  width: 21px;
  height: 21px;

  overflow: hidden;
}

.golf-reviews__star-empty,
.golf-reviews__star-fill {
  position: absolute;
  inset: 0;
}

.golf-reviews__star-empty {
  color: #d6d7d3;
}

.golf-reviews__star-fill {
  width: 40%;

  overflow: hidden;

  color: var(--reviews-yellow);
}

.golf-reviews__rating-score {
  display: flex;
  align-items: flex-end;
  gap: 7px;
}

.golf-reviews__score {
  color: var(--reviews-green);

  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 82px;
  font-weight: 500;
  line-height: 0.79;
  letter-spacing: -0.05em;
}

.golf-reviews__score-total {
  margin-bottom: 7px;

  color: #8b8e89;

  font-family: "Manrope", Arial, sans-serif;
  font-size: 15px;
  font-weight: 600;
}

.golf-reviews__count {
  color: #686d67;

  font-family: "Manrope", Arial, sans-serif;
  font-size: 12px;
  font-weight: 600;
}

/* =========================================================
   BADGE GOOGLE
========================================================= */

.golf-reviews__google-badge {
  display: inline-flex;
  align-items: center;
  gap: 9px;

  min-height: 40px;
  padding: 7px 14px;

  border: 1px solid var(--reviews-border);
  border-radius: 999px;

  background: rgba(255, 255, 255, 0.63);
}

.golf-reviews__google-letter {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 24px;
  height: 24px;

  border-radius: 50%;

  color: #ffffff;
  background: #4285f4;

  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.golf-reviews__google-name {
  color: #383b38;

  font-family: "Manrope", Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.golf-reviews__google-separator {
  width: 1px;
  height: 17px;

  background: rgba(32, 71, 54, 0.14);
}

.golf-reviews__verified {
  color: #858983;

  font-family: "Manrope", Arial, sans-serif;
  font-size: 10px;
  font-weight: 500;
}

.golf-reviews__note {
  max-width: 470px;
  margin: 16px 0 0;

  color: #92958f;

  font-family: "Manrope", Arial, sans-serif;
  font-size: 9px;
  line-height: 1.52;
}

/* =========================================================
   BOUTON
========================================================= */

.golf-reviews__button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;

  min-height: 56px;
  margin-top: 26px;
  padding: 8px 9px 8px 23px;

  border: 1px solid var(--reviews-green);
  border-radius: 999px;

  color: #ffffff;
  background: var(--reviews-green);

  font-family: "Manrope", Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;

  transition:
    color 0.3s ease,
    background-color 0.3s ease,
    transform 0.3s ease;
}

.golf-reviews__button-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 37px;
  height: 37px;

  flex: 0 0 37px;

  border-radius: 50%;

  color: var(--reviews-green);
  background: #ffffff;

  font-family: Arial, sans-serif;
  font-size: 16px;
  line-height: 1;

  transition:
    color 0.3s ease,
    background-color 0.3s ease,
    transform 0.3s ease;
}

.golf-reviews__button:hover {
  color: var(--reviews-green);
  background: transparent;

  transform: translateY(-2px);
}

.golf-reviews__button:hover
.golf-reviews__button-icon {
  color: #ffffff;
  background: var(--reviews-green);

  transform: translateX(3px);
}

/* =========================================================
   CARTES
========================================================= */

.golf-reviews__cards {
  position: relative;

  display: flex;
  flex-direction: column;
  gap: 18px;

  padding: 38px 0;
}

.golf-reviews__cards::before {
  content: "";

  position: absolute;
  top: 0;
  right: 5%;
  bottom: 0;
  left: 5%;
  z-index: -1;

  border-radius: 42px;

  background: rgba(32, 71, 54, 0.052);
}

.golf-reviews__card {
  position: relative;

  width: min(650px, 92%);
  padding: 27px 30px 23px;

  border: 1px solid rgba(32, 71, 54, 0.1);
  border-radius: 23px;

  background: rgba(255, 255, 255, 0.82);

  box-shadow:
    0 19px 48px rgba(32, 71, 54, 0.07),
    0 6px 18px rgba(32, 71, 54, 0.035);

  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);

  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease;
}

.golf-reviews__card:nth-child(1) {
  align-self: flex-start;
}

.golf-reviews__card:nth-child(2) {
  align-self: flex-end;
}

.golf-reviews__card:nth-child(3) {
  align-self: flex-start;

  margin-left: 6%;
}

.golf-reviews__card:hover {
  transform: translateY(-4px);

  box-shadow:
    0 25px 59px rgba(32, 71, 54, 0.1),
    0 8px 22px rgba(32, 71, 54, 0.045);
}

/* =========================================================
   ENTÊTE DES AVIS
========================================================= */

.golf-reviews__card-top {
  display: grid;
  grid-template-columns: 45px minmax(0, 1fr);
  align-items: center;
  gap: 13px;

  margin-bottom: 13px;
}

.golf-reviews__avatar {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 45px;
  height: 45px;

  border: 1px solid rgba(32, 71, 54, 0.13);
  border-radius: 50%;

  color: var(--reviews-green);
  background: var(--reviews-cream);

  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 22px;
  font-weight: 600;
}

.golf-reviews__author h3 {
  margin: 0 0 3px;

  color: var(--reviews-green);

  font-family: "Manrope", Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.25;
}

.golf-reviews__author span {
  color: #92958f;

  font-family: "Manrope", Arial, sans-serif;
  font-size: 9px;
  font-weight: 500;
}

/* =========================================================
   ÉTOILES DES AVIS
========================================================= */

.golf-reviews__card-stars {
  margin-bottom: 15px;

  color: var(--reviews-yellow);

  font-family: Arial, sans-serif;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 1px;
}

.golf-reviews__card-stars--four span:last-child {
  color: #d6d7d3;
}

/* =========================================================
   CITATIONS
========================================================= */

.golf-reviews__card blockquote {
  max-width: 545px;
  margin: 0;

  color: #47564d;

  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 23px;
  font-weight: 500;
  font-style: italic;
  line-height: 1.34;
  letter-spacing: -0.01em;
}

.golf-reviews__card-footer {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;

  margin-top: 17px;
}

.golf-reviews__card-footer > span:first-child {
  color: #999c97;

  font-family: "Manrope", Arial, sans-serif;
  font-size: 8.5px;
  font-weight: 500;
}

.golf-reviews__quote-mark {
  color: rgba(189, 147, 80, 0.3);

  font-family: Georgia, serif;
  font-size: 52px;
  line-height: 0.55;
}

/* =========================================================
   ÉCRANS INTERMÉDIAIRES
========================================================= */

@media (max-width: 1250px) {

  .golf-reviews {
    padding: 105px 0 112px;
  }

  .golf-reviews__container {
    grid-template-columns:
      minmax(350px, 0.85fr)
      minmax(0, 1.15fr);

    gap: 66px;

    width: min(1120px, calc(100% - 60px));
  }

  .golf-reviews__title {
    font-size: 57px;
  }

  .golf-reviews__card {
    width: min(590px, 94%);
  }

}

/* =========================================================
   TABLETTE
========================================================= */

@media (max-width: 950px) {

  .golf-reviews {
    padding: 90px 0 96px;
  }

  .golf-reviews__container {
    grid-template-columns: 1fr;
    gap: 58px;

    width: min(780px, calc(100% - 50px));
  }

  .golf-reviews__summary {
    max-width: 700px;
  }

  .golf-reviews__title {
    max-width: 650px;

    font-size: 60px;
  }

  .golf-reviews__intro {
    max-width: 620px;
  }

  .golf-reviews__cards {
    max-width: 720px;
  }

}

/* =========================================================
   MOBILE — COMPOSITION DÉDIÉE
========================================================= */

@media (max-width: 767px) {

  .golf-reviews {
    padding: 61px 0 65px;

    background: var(--reviews-cream);
  }

  .golf-reviews::before {
    display: none;
  }

  .golf-reviews__container {
    width: calc(100% - 32px);
    gap: 35px;
  }

  /* EN-TÊTE */

  .golf-reviews__eyebrow {
    margin-bottom: 14px;

    font-size: 8.5px;
    letter-spacing: 0.21em;
  }

  .golf-reviews__eyebrow::after {
    width: 39px;
  }

  .golf-reviews__title {
    max-width: 560px;
    margin-bottom: 17px;

    font-size: clamp(40px, 11.8vw, 49px);
    line-height: 0.98;
  }

  .golf-reviews__intro {
    margin-bottom: 23px;

    font-size: 13px;
    line-height: 1.62;
  }

  /* NOTE CENTRALE */

  .golf-reviews__rating {
    align-items: center;

    gap: 7px;

    margin-bottom: 14px;

    text-align: center;
  }

  .golf-reviews__stars {
    font-size: 18px;
  }

  .golf-reviews__star-partial {
    width: 18px;
    height: 18px;
  }

  .golf-reviews__score {
    font-size: 69px;
  }

  .golf-reviews__score-total {
    margin-bottom: 5px;

    font-size: 13px;
  }

  .golf-reviews__count {
    font-size: 11px;
  }

  .golf-reviews__google-badge {
    display: flex;

    width: fit-content;
    margin: 0 auto;

    min-height: 38px;
  }

  .golf-reviews__note {
    max-width: 390px;
    margin: 13px auto 0;

    text-align: center;
  }

  /* CARTES */

  .golf-reviews__cards {
    display: grid;
    grid-template-columns: 1fr;
    gap: 11px;

    width: 100%;
    padding: 0;
  }

  .golf-reviews__cards::before {
    display: none;
  }

  .golf-reviews__card,
  .golf-reviews__card:nth-child(1),
  .golf-reviews__card:nth-child(2),
  .golf-reviews__card:nth-child(3) {
    width: 100%;
    margin: 0;

    align-self: auto;
  }

  .golf-reviews__card {
    padding: 19px 18px 17px;

    border-radius: 19px;

    background: rgba(255, 255, 255, 0.75);

    box-shadow:
      0 8px 24px rgba(32, 71, 54, 0.035);
  }

  .golf-reviews__card-top {
    grid-template-columns: 39px minmax(0, 1fr);

    gap: 11px;

    margin-bottom: 10px;
  }

  .golf-reviews__avatar {
    width: 39px;
    height: 39px;

    font-size: 19px;
  }

  .golf-reviews__author h3 {
    font-size: 12px;
  }

  .golf-reviews__author span {
    font-size: 8px;
  }

  .golf-reviews__card-stars {
    margin-bottom: 11px;

    font-size: 11px;
  }

  .golf-reviews__card blockquote {
    font-size: 19px;
    line-height: 1.32;
  }

  .golf-reviews__card-footer {
    margin-top: 12px;
  }

  .golf-reviews__quote-mark {
    font-size: 41px;
  }

  /* CTA APRÈS LES AVIS */

  .golf-reviews__button {
    width: 100%;
    min-height: 55px;
    margin-top: 0;
    padding: 8px 9px 8px 20px;

    font-size: 12px;
  }

  /*
    Sur mobile, le bouton est affiché après les cartes
    grâce à l’ordre de grille.
  */

  .golf-reviews__summary {
    display: contents;
  }

  .golf-reviews__eyebrow,
  .golf-reviews__title,
  .golf-reviews__intro,
  .golf-reviews__rating,
  .golf-reviews__google-badge,
  .golf-reviews__note {
    grid-column: 1;
  }

  .golf-reviews__eyebrow {
    grid-row: 1;
  }

  .golf-reviews__title {
    grid-row: 2;
  }

  .golf-reviews__intro {
    grid-row: 3;
  }

  .golf-reviews__rating {
    grid-row: 4;
  }

  .golf-reviews__google-badge {
    grid-row: 5;
  }

  .golf-reviews__note {
    grid-row: 6;
  }

  .golf-reviews__cards {
    grid-column: 1;
    grid-row: 7;

    margin-top: 4px;
  }

  .golf-reviews__button {
    grid-column: 1;
    grid-row: 8;

    margin-top: 5px;
  }

}

/* =========================================================
   PETITS MOBILES
========================================================= */

@media (max-width: 390px) {

  .golf-reviews {
    padding-top: 55px;
    padding-bottom: 59px;
  }

  .golf-reviews__container {
    width: calc(100% - 26px);
  }

  .golf-reviews__title {
    font-size: 38px;
  }

  .golf-reviews__intro {
    font-size: 12.5px;
  }

  .golf-reviews__score {
    font-size: 63px;
  }

  .golf-reviews__google-badge {
    gap: 7px;

    padding-right: 11px;
    padding-left: 11px;
  }

  .golf-reviews__card {
    padding: 17px 16px 15px;
  }

  .golf-reviews__card blockquote {
    font-size: 18px;
  }

}

/* =========================================================
   ACCESSIBILITÉ
========================================================= */

@media (prefers-reduced-motion: reduce) {

  .golf-reviews__card,
  .golf-reviews__button,
  .golf-reviews__button-icon {
    animation: none !important;
    transition: none !important;
    transform: none !important;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ab8e98a *//* =========================================================
   CTA FINAL — RÉSERVATION
========================================================= */

.golf-booking-cta {
  --booking-green: #204736;
  --booking-green-dark: #10291f;
  --booking-gold: #d6b370;
  --booking-white: #ffffff;

  position: relative;

  display: flex;
  align-items: center;
  justify-content: center;

  width: 100%;
  min-height: clamp(680px, 52vw, 720px);
  padding: 80px 40px;

  overflow: hidden;

  background: var(--booking-green-dark);
}

.golf-booking-cta,
.golf-booking-cta *,
.golf-booking-cta *::before,
.golf-booking-cta *::after {
  box-sizing: border-box;
}

/* =========================================================
   IMAGE
========================================================= */

.golf-booking-cta__media {
  position: absolute;
  inset: 0;
  z-index: 0;

  overflow: hidden;
}

.golf-booking-cta__image {
  display: block;

  width: 100%;
  height: 100%;

  max-width: none;

  object-fit: cover;
  object-position: center 57%;

  transform: scale(1.005);
  transform-origin: center;

  transition:
    transform 12s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.golf-booking-cta:hover
.golf-booking-cta__image {
  transform: scale(1.02);
}

/* =========================================================
   OVERLAY
========================================================= */

.golf-booking-cta__overlay {
  position: absolute;
  inset: 0;

  background:
    linear-gradient(
      180deg,
      rgba(7, 20, 14, 0.26) 0%,
      rgba(7, 20, 14, 0.44) 42%,
      rgba(7, 20, 14, 0.76) 100%
    ),
    linear-gradient(
      90deg,
      rgba(7, 20, 14, 0.3) 0%,
      rgba(7, 20, 14, 0.12) 50%,
      rgba(7, 20, 14, 0.3) 100%
    );
}

/* Cadre fin */

.golf-booking-cta::before {
  content: "";

  position: absolute;
  inset: 20px;
  z-index: 1;

  border: 1px solid rgba(255, 255, 255, 0.17);

  pointer-events: none;
}

/* Ombre derrière le contenu */

.golf-booking-cta::after {
  content: "";

  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;

  width: min(920px, 84%);
  height: 78%;

  transform: translate(-50%, -50%);

  background:
    radial-gradient(
      ellipse at center,
      rgba(5, 15, 10, 0.34) 0%,
      rgba(5, 15, 10, 0.15) 48%,
      transparent 74%
    );

  pointer-events: none;
}

/* =========================================================
   CONTENEUR
========================================================= */

.golf-booking-cta__container {
  position: relative;
  z-index: 2;

  width: min(1060px, 100%);
  margin: 0 auto;
}

.golf-booking-cta__content {
  display: flex;
  flex-direction: column;
  align-items: center;

  width: 100%;

  text-align: center;
}

/* =========================================================
   SURTITRE
========================================================= */

.golf-booking-cta__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 14px;

  margin-bottom: 20px;

  color: var(--booking-gold);

  font-family: "Manrope", Arial, sans-serif;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.27em;
  text-transform: uppercase;
}

.golf-booking-cta__eyebrow::before,
.golf-booking-cta__eyebrow::after {
  content: "";

  width: 43px;
  height: 1px;

  background: rgba(214, 179, 112, 0.78);
}

/* =========================================================
   TITRE
========================================================= */

.golf-booking-cta__title {
  max-width: 820px;
  margin: 0;

  color: var(--booking-white);

  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(62px, 5.8vw, 88px);
  font-weight: 500;
  line-height: 0.94;
  letter-spacing: -0.046em;

  text-wrap: balance;

  text-shadow:
    0 4px 26px rgba(0, 0, 0, 0.34);
}

/* =========================================================
   TEXTE
========================================================= */

.golf-booking-cta__text {
  max-width: 650px;
  margin: 24px auto 0;

  color: rgba(255, 255, 255, 0.87);

  font-family: "Manrope", Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.67;

  text-shadow:
    0 2px 13px rgba(0, 0, 0, 0.33);
}

/* =========================================================
   LIGNE DE CONFIANCE
========================================================= */

.golf-booking-cta__trust {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 11px;

  margin-top: 19px;
}

.golf-booking-cta__trust-item {
  color: rgba(255, 255, 255, 0.72);

  font-family: "Manrope", Arial, sans-serif;
  font-size: 9px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.golf-booking-cta__trust-dot {
  width: 3px;
  height: 3px;

  flex: 0 0 3px;

  border-radius: 50%;

  background: var(--booking-gold);
}

/* =========================================================
   BOUTONS
========================================================= */

.golf-booking-cta__buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 11px;

  margin-top: 30px;
}

.golf-booking-cta__button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;

  min-width: 214px;
  min-height: 54px;
  padding: 7px 8px 7px 21px;

  border: 1px solid rgba(255, 255, 255, 0.86);
  border-radius: 999px;

  font-family: "Manrope", Arial, sans-serif;
  font-size: 11.5px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;

  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);

  transition:
    color 0.3s ease,
    background-color 0.3s ease,
    border-color 0.3s ease,
    transform 0.3s ease;
}

.golf-booking-cta__button--primary {
  color: var(--booking-green);
  background: rgba(255, 255, 255, 0.96);
}

.golf-booking-cta__button--secondary {
  color: var(--booking-white);
  background: rgba(255, 255, 255, 0.08);
}

.golf-booking-cta__button-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 35px;
  height: 35px;

  flex: 0 0 35px;

  border-radius: 50%;

  font-family: Arial, sans-serif;
  font-size: 15px;
  line-height: 1;

  transition:
    color 0.3s ease,
    background-color 0.3s ease,
    transform 0.3s ease;
}

.golf-booking-cta__button--primary
.golf-booking-cta__button-icon {
  color: var(--booking-white);
  background: var(--booking-green);
}

.golf-booking-cta__button--secondary
.golf-booking-cta__button-icon {
  color: var(--booking-green);
  background: var(--booking-white);
}

.golf-booking-cta__button:hover {
  transform: translateY(-2px);
}

.golf-booking-cta__button:hover
.golf-booking-cta__button-icon {
  transform: translateX(3px);
}

.golf-booking-cta__button--primary:hover {
  color: var(--booking-white);
  border-color: var(--booking-green);
  background: var(--booking-green);
}

.golf-booking-cta__button--primary:hover
.golf-booking-cta__button-icon {
  color: var(--booking-green);
  background: var(--booking-white);
}

.golf-booking-cta__button--secondary:hover {
  color: var(--booking-green);
  background: var(--booking-white);
}

.golf-booking-cta__button--secondary:hover
.golf-booking-cta__button-icon {
  color: var(--booking-white);
  background: var(--booking-green);
}

/* =========================================================
   BADGES
========================================================= */

.golf-booking-cta__highlights {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 9px;

  margin-top: 32px;
}

.golf-booking-cta__highlight {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  min-height: 33px;
  padding: 8px 15px;

  border: 1px solid rgba(255, 255, 255, 0.19);
  border-radius: 999px;

  color: rgba(255, 255, 255, 0.88);
  background: rgba(13, 38, 28, 0.3);

  font-family: "Manrope", Arial, sans-serif;
  font-size: 9px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.13em;
  text-transform: uppercase;

  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

/* =========================================================
   TABLETTE
========================================================= */

@media (max-width: 950px) {

  .golf-booking-cta {
    min-height: 660px;
    padding: 70px 34px;
  }

  .golf-booking-cta__title {
    max-width: 720px;

    font-size: clamp(58px, 8.5vw, 78px);
  }

  .golf-booking-cta__text {
    max-width: 610px;
  }

}

/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

  .golf-booking-cta {
    min-height: clamp(590px, 160vw, 660px);
    padding: 54px 17px 46px;
  }

  .golf-booking-cta::before {
    inset: 10px;
  }

  .golf-booking-cta::after {
    width: 110%;
    height: 90%;

    background:
      radial-gradient(
        ellipse at center,
        rgba(5, 17, 11, 0.43) 0%,
        rgba(5, 17, 11, 0.23) 51%,
        transparent 78%
      );
  }

  .golf-booking-cta__image {
    object-position: 59% center;
  }

  .golf-booking-cta__overlay {
    background:
      linear-gradient(
        180deg,
        rgba(7, 20, 14, 0.22) 0%,
        rgba(7, 20, 14, 0.47) 36%,
        rgba(7, 20, 14, 0.82) 100%
      ),
      linear-gradient(
        90deg,
        rgba(7, 20, 14, 0.31) 0%,
        rgba(7, 20, 14, 0.1) 48%,
        rgba(7, 20, 14, 0.32) 100%
      );
  }

  .golf-booking-cta__container {
    width: 100%;
  }

  .golf-booking-cta__eyebrow {
    gap: 9px;

    margin-bottom: 15px;

    font-size: 7.5px;
    letter-spacing: 0.2em;
  }

  .golf-booking-cta__eyebrow::before,
  .golf-booking-cta__eyebrow::after {
    width: 24px;
  }

  .golf-booking-cta__title {
    max-width: 480px;

    font-size: clamp(42px, 12.6vw, 52px);
    line-height: 0.97;
    letter-spacing: -0.04em;
  }

  .golf-booking-cta__text {
    max-width: 420px;
    margin-top: 18px;

    font-size: 12.5px;
    line-height: 1.58;
  }

  .golf-booking-cta__trust {
    gap: 8px;

    margin-top: 15px;
  }

  .golf-booking-cta__trust-item {
    font-size: 7.5px;
  }

  .golf-booking-cta__buttons {
    display: grid;
    grid-template-columns: 1fr;
    gap: 9px;

    width: 100%;
    max-width: 390px;
    margin-top: 25px;
  }

  .golf-booking-cta__button {
    width: 100%;
    min-width: 0;
    min-height: 52px;
    padding: 7px 8px 7px 18px;

    font-size: 11px;
  }

  .golf-booking-cta__button-icon {
    width: 35px;
    height: 35px;

    flex-basis: 35px;
  }

  .golf-booking-cta__highlights {
    gap: 7px;

    width: 100%;
    max-width: 390px;
    margin-top: 23px;
  }

  .golf-booking-cta__highlight {
    min-height: 30px;
    padding: 7px 11px;

    font-size: 7.5px;
    letter-spacing: 0.1em;
  }

}

/* =========================================================
   PETITS MOBILES
========================================================= */

@media (max-width: 390px) {

  .golf-booking-cta {
    min-height: 600px;
    padding-right: 14px;
    padding-left: 14px;
  }

  .golf-booking-cta__image {
    object-position: 61% center;
  }

  .golf-booking-cta__title {
    font-size: 40px;
  }

  .golf-booking-cta__text {
    font-size: 12px;
  }

  .golf-booking-cta__highlight {
    padding-right: 9px;
    padding-left: 9px;

    font-size: 7px;
  }

}

/* =========================================================
   ACCESSIBILITÉ
========================================================= */

@media (prefers-reduced-motion: reduce) {

  .golf-booking-cta__image,
  .golf-booking-cta__button,
  .golf-booking-cta__button-icon {
    animation: none !important;
    transition: none !important;
    transform: none !important;
  }

}/* End custom CSS */