body.elementor-page-1775 h1.entry-title{margin-top:1px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-aa260d5 *//*==========================================================
=                     HERO TARIFS                          =
==========================================================*/

.rates-hero,
.rates-hero *{
    box-sizing:border-box;
}

.rates-hero{
    --rates-green:#123f31;
    --rates-dark:#082b21;
    --rates-gold:#d7aa52;
    --rates-white:#ffffff;

    width:100%;

    padding:22px 28px 36px;

    background:#fff;
}


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

.rates-hero__inner{
    width:min(1180px,100%);
    margin:0 auto;
}


/*==========================================================
=                         HERO                             =
==========================================================*/

.rates-hero__media{
    position:relative;

    width:100%;
    height:760px;

    overflow:hidden;

    background:var(--rates-dark);
}


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

.rates-hero__image{
    position:absolute;
    inset:0;

    display:block;

    width:100%;
    height:100%;

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

    transition:
        transform 1.2s cubic-bezier(.2,.7,.2,1);
}


.rates-hero__media:hover .rates-hero__image{
    transform:scale(1.012);
}


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

.rates-hero__overlay{
    position:absolute;
    inset:0;

    z-index:1;

    background:
        linear-gradient(
            to top,
            rgba(5,31,23,.76) 0%,
            rgba(5,31,23,.55) 22%,
            rgba(5,31,23,.23) 46%,
            rgba(5,31,23,.07) 70%,
            rgba(5,31,23,.02) 100%
        );
}


/*==========================================================
=                     CADRE INTÉRIEUR                      =
==========================================================*/

.rates-hero__border{
    position:absolute;

    inset:20px;

    z-index:2;

    border:1px solid rgba(255,255,255,.32);

    pointer-events:none;
}


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

.rates-hero__content{
    position:absolute;

    z-index:3;

    left:50px;
    bottom:68px;

    width:min(760px,calc(100% - 150px));
}


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

.rates-hero__eyebrow{
    display:flex;
    align-items:center;

    gap:14px;

    margin-bottom:22px;

    color:var(--rates-gold);

    font-family:"Manrope",Arial,sans-serif;

    font-size:11px;
    font-weight:700;

    line-height:1.4;

    letter-spacing:.22em;
    text-transform:uppercase;
}


.rates-hero__eyebrow::before{
    content:"";

    width:36px;
    height:1px;

    flex:0 0 36px;

    background:var(--rates-gold);
}


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

.rates-hero__title{
    max-width:760px;

    margin:0;

    color:#fff;

    font-family:"Cormorant Garamond",Georgia,serif;

    font-size:clamp(64px,6.5vw,94px);

    font-weight:500;

    line-height:.91;

    letter-spacing:-.045em;
}


.rates-hero__title em{
    display:block;

    margin-top:7px;

    color:var(--rates-gold);

    font-weight:400;
}


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

.rates-hero__description{
    max-width:600px;

    margin:27px 0 0;

    color:rgba(255,255,255,.84);

    font-family:"Manrope",Arial,sans-serif;

    font-size:15px;

    line-height:1.7;
}


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

.rates-hero__actions{
    display:flex;
    align-items:center;
    flex-wrap:wrap;

    gap:12px;

    margin-top:32px;
}


.rates-hero__button{
    display:inline-flex;
    align-items:center;
    justify-content:center;

    gap:18px;

    min-height:55px;

    padding:7px 8px 7px 22px;

    border-radius:100px;

    font-family:"Manrope",Arial,sans-serif;

    font-size:13px;
    font-weight:700;

    text-decoration:none;

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


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

.rates-hero__button--primary{
    background:#fff;

    color:var(--rates-green);
}


.rates-hero__button--primary:hover{
    color:var(--rates-green);

    transform:translateY(-2px);
}


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

.rates-hero__button--secondary{
    border:1px solid rgba(255,255,255,.82);

    background:rgba(255,255,255,.04);

    color:#fff;

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


.rates-hero__button--secondary:hover{
    border-color:#fff;

    background:rgba(255,255,255,.11);

    color:#fff;

    transform:translateY(-2px);
}


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

.rates-hero__button-icon{
    display:flex;
    align-items:center;
    justify-content:center;

    width:40px;
    height:40px;

    flex:0 0 40px;

    border-radius:50%;

    font-size:16px;

    transition:transform .3s ease;
}


.rates-hero__button--primary
.rates-hero__button-icon{
    background:var(--rates-green);

    color:#fff;
}


.rates-hero__button--secondary
.rates-hero__button-icon{
    background:#fff;

    color:var(--rates-green);
}


.rates-hero__button:hover
.rates-hero__button-icon{
    transform:translateY(3px);
}


/*==========================================================
=               INDICATION VERTICALE                       =
==========================================================*/

.rates-hero__discover{
    position:absolute;

    z-index:3;

    right:45px;
    bottom:60px;

    display:flex;
    flex-direction:column;
    align-items:center;

    gap:12px;

    color:rgba(255,255,255,.72);

    font-family:"Manrope",Arial,sans-serif;

    font-size:8px;
    font-weight:700;

    letter-spacing:.24em;

    text-transform:uppercase;

    writing-mode:vertical-rl;

    transform:rotate(180deg);
}


.rates-hero__discover i{
    display:block;

    width:1px;
    height:44px;

    background:var(--rates-gold);
}


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

@media (max-width:1024px){

    .rates-hero{
        padding:
            18px
            22px
            30px;
    }


    .rates-hero__media{
        height:680px;
    }


    .rates-hero__content{
        left:44px;
        bottom:55px;

        width:min(
            680px,
            calc(100% - 115px)
        );
    }


    .rates-hero__title{
        font-size:72px;
    }

}


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

@media (max-width:767px){

    .rates-hero{
        padding:
            10px
            12px
            24px;
    }


    /*----------------------------------------
      HERO
    ----------------------------------------*/

    .rates-hero__media{
        height:auto;

        min-height:650px;
    }


    /*----------------------------------------
      IMAGE
    ----------------------------------------*/

    .rates-hero__image{
        object-position:center center;
    }


    /*----------------------------------------
      VOILE
    ----------------------------------------*/

    .rates-hero__overlay{
        background:
            linear-gradient(
                to top,
                rgba(5,31,23,.92) 0%,
                rgba(5,31,23,.76) 27%,
                rgba(5,31,23,.42) 49%,
                rgba(5,31,23,.13) 70%,
                rgba(5,31,23,.02) 100%
            );
    }


    /*----------------------------------------
      CADRE
    ----------------------------------------*/

    .rates-hero__border{
        inset:10px;
    }


    /*----------------------------------------
      CONTENU
    ----------------------------------------*/

    .rates-hero__content{
        left:27px;
        right:27px;

        bottom:29px;

        width:auto;
    }


    /*----------------------------------------
      SURTITRE
    ----------------------------------------*/

    .rates-hero__eyebrow{
        gap:9px;

        margin-bottom:15px;

        font-size:8px;

        line-height:1.5;

        letter-spacing:.15em;
    }


    .rates-hero__eyebrow::before{
        width:22px;

        flex-basis:22px;
    }


    /*----------------------------------------
      TITRE
    ----------------------------------------*/

    .rates-hero__title{
        max-width:100%;

        font-size:51px;

        line-height:.91;

        letter-spacing:-.035em;
    }


    .rates-hero__title em{
        margin-top:5px;
    }


    /*----------------------------------------
      DESCRIPTION
    ----------------------------------------*/

    .rates-hero__description{
        max-width:315px;

        margin-top:20px;

        font-size:13px;

        line-height:1.6;
    }


    /*----------------------------------------
      BOUTONS
    ----------------------------------------*/

    .rates-hero__actions{
        display:flex;
        flex-direction:column;

        align-items:stretch;

        gap:9px;

        width:100%;

        margin-top:24px;
    }


    .rates-hero__button{
        justify-content:space-between;

        width:100%;

        min-height:52px;

        padding-left:18px;

        font-size:12px;
    }


    .rates-hero__button-icon{
        width:38px;
        height:38px;

        flex-basis:38px;
    }


    /*----------------------------------------
      INDICATION
    ----------------------------------------*/

    .rates-hero__discover{
        display:none;
    }

}


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

@media (max-width:390px){

    .rates-hero{
        padding-left:8px;
        padding-right:8px;
    }


    .rates-hero__media{
        min-height:625px;
    }


    .rates-hero__content{
        left:22px;
        right:22px;

        bottom:24px;
    }


    .rates-hero__title{
        font-size:46px;
    }


    .rates-hero__description{
        max-width:285px;

        font-size:12.5px;
    }


    .rates-hero__button{
        font-size:11.5px;
    }

}


/*==========================================================
=                  TRÈS PETITS MOBILES                     =
==========================================================*/

@media (max-width:350px){

    .rates-hero__media{
        min-height:600px;
    }


    .rates-hero__title{
        font-size:42px;
    }


    .rates-hero__description{
        font-size:12px;
    }

}

/*==========================================================
=        FIX HERO TARIFS — IMAGE SUR TOUT LE BLOC          =
==========================================================*/

.rates-hero__media{
    position:relative !important;

    width:100% !important;
    height:760px !important;
    min-height:760px !important;

    overflow:hidden !important;

    background:transparent !important;
}


/* IMAGE = TOUT LE HERO */

.rates-hero__image{
    position:absolute !important;

    top:0 !important;
    right:0 !important;
    bottom:0 !important;
    left:0 !important;

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

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

    z-index:0 !important;

    display:block !important;
}


/* SUPPRESSION DES FONDS QUI PEUVENT RESTER */

.rates-hero__content,
.rates-hero__actions,
.rates-hero__content::before,
.rates-hero__content::after,
.rates-hero__actions::before,
.rates-hero__actions::after{
    background:none !important;
    background-color:transparent !important;
    background-image:none !important;
}


/* LE VOILE RESTE TRANSPARENT */

.rates-hero__overlay{
    position:absolute !important;
    inset:0 !important;

    z-index:1 !important;

    background:
        linear-gradient(
            to top,
            rgba(5,31,23,.76) 0%,
            rgba(5,31,23,.46) 23%,
            rgba(5,31,23,.18) 47%,
            rgba(5,31,23,.04) 72%,
            rgba(5,31,23,0) 100%
        ) !important;

    pointer-events:none !important;
}


/* CONTENU AU-DESSUS DE L'IMAGE */

.rates-hero__content{
    position:absolute !important;

    left:50px !important;
    bottom:68px !important;

    width:min(760px,calc(100% - 150px)) !important;

    z-index:3 !important;
}


/* CADRE */

.rates-hero__border{
    position:absolute !important;
    inset:20px !important;

    z-index:4 !important;

    background:transparent !important;

    border:1px solid rgba(255,255,255,.32) !important;

    pointer-events:none !important;
}


/* INDICATION DROITE */

.rates-hero__discover{
    z-index:5 !important;

    background:transparent !important;
}


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

@media (max-width:767px){

    .rates-hero__media{
        height:650px !important;
        min-height:650px !important;
    }

    .rates-hero__image{
        width:100% !important;
        height:100% !important;

        object-fit:cover !important;
        object-position:center center !important;
    }

    .rates-hero__overlay{
        background:
            linear-gradient(
                to top,
                rgba(5,31,23,.84) 0%,
                rgba(5,31,23,.56) 26%,
                rgba(5,31,23,.22) 52%,
                rgba(5,31,23,.04) 77%,
                rgba(5,31,23,0) 100%
            ) !important;
    }

    .rates-hero__content{
        left:27px !important;
        right:27px !important;

        bottom:29px !important;

        width:auto !important;

        background:transparent !important;
    }

    .rates-hero__border{
        inset:10px !important;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3751274 *//* ==========================================================
   SECTION ABONNEMENTS
========================================================== */

.membership-section,
.membership-section * {
    box-sizing: border-box;
}

.membership-section {
    --ms-green: #123f31;
    --ms-dark: #082b21;
    --ms-gold: #d7aa52;
    --ms-cream: #f7f4ec;
    --ms-text: #6d7a74;
    --ms-border: rgba(18, 63, 49, .14);

    width: 100%;
    margin: 0;
    padding: 110px 30px 115px;

    background:
        radial-gradient(
            circle at 88% 10%,
            rgba(215, 170, 82, .08),
            transparent 24%
        ),
        var(--ms-cream);
}


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

.membership-section__container {
    width: min(1180px, 100%);
    margin: 0 auto;
}


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

.membership-section__header {
    display: grid;
    grid-template-columns: 1.2fr .8fr;
    align-items: end;
    gap: 75px;

    margin-bottom: 60px;
}

.membership-section__eyebrow {
    display: flex;
    align-items: center;
    gap: 14px;

    margin: 0 0 18px;

    color: var(--ms-gold);

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

.membership-section__eyebrow::before {
    content: "";

    display: block;

    width: 36px;
    height: 1px;
    flex: 0 0 36px;

    background: var(--ms-gold);
}

.membership-section__title {
    margin: 0;
    padding: 0;

    color: var(--ms-green);

    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: clamp(56px, 5.4vw, 80px);
    font-weight: 500;
    line-height: .9;
    letter-spacing: -.045em;
}

.membership-section__title em {
    display: block;

    margin-top: 7px;

    color: var(--ms-gold);

    font-weight: 400;
}

.membership-section__intro {
    max-width: 420px;
}

.membership-section__intro p {
    margin: 0;
    padding: 0;

    color: var(--ms-text);

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


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

.membership-section__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}


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

.membership-card {
    position: relative;

    display: flex;
    flex-direction: column;

    min-height: 510px;
    padding: 32px;

    overflow: hidden;

    border: 1px solid var(--ms-border);
    border-radius: 26px;

    background: #ffffff;

    transition:
        transform .35s ease,
        box-shadow .35s ease;
}

.membership-card:hover {
    transform: translateY(-5px);

    box-shadow: 0 25px 60px rgba(18, 63, 49, .10);
}


/* ==========================================================
   CARTE MISE EN AVANT
========================================================== */

.membership-card--featured {
    border-color: var(--ms-green);

    background: var(--ms-green);
    color: #ffffff;
}

.membership-card__badge {
    position: absolute;
    top: 18px;
    right: 18px;

    padding: 6px 10px;

    border-radius: 100px;

    background: var(--ms-gold);
    color: var(--ms-dark);

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


/* ==========================================================
   HAUT DES CARTES
========================================================== */

.membership-card__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;

    padding-bottom: 25px;

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

.membership-card--featured .membership-card__top {
    border-color: rgba(255, 255, 255, .14);
}

.membership-card__number {
    color: var(--ms-gold);

    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 20px;
    font-weight: 600;
}

.membership-card__category {
    color: var(--ms-green);

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

.membership-card--featured .membership-card__category {
    color: rgba(255, 255, 255, .78);
}


/* ==========================================================
   PRIX
========================================================== */

.membership-card__price {
    display: flex;
    align-items: flex-start;
    gap: 8px;

    margin-top: 38px;
}

.membership-card__price strong {
    color: var(--ms-green);

    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 74px;
    font-weight: 500;
    line-height: .8;
    letter-spacing: -.05em;
}

.membership-card--featured .membership-card__price strong {
    color: #ffffff;
}

.membership-card__price div {
    display: flex;
    flex-direction: column;
    gap: 2px;

    padding-top: 2px;
}

.membership-card__price div span {
    color: var(--ms-gold);

    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 24px;
    font-weight: 600;
}

.membership-card__price div small {
    color: var(--ms-text);

    font-family: "Manrope", Arial, sans-serif;
    font-size: 10px;
    font-weight: 600;
}

.membership-card--featured
.membership-card__price div small {
    color: rgba(255, 255, 255, .52);
}


/* ==========================================================
   TITRES DES CARTES
========================================================== */

.membership-card h3 {
    margin: 30px 0 0;

    color: var(--ms-green);

    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 39px;
    font-weight: 500;
    line-height: .95;
    letter-spacing: -.035em;
}

.membership-card h3 em {
    display: block;

    color: var(--ms-gold);

    font-weight: 400;
}

.membership-card--featured h3 {
    color: #ffffff;
}


/* ==========================================================
   CARACTÉRISTIQUES
========================================================== */

.membership-card__features {
    margin-top: auto;
    padding-top: 34px;
}

.membership-card__feature {
    display: grid;
    grid-template-columns: 28px 1fr;
    gap: 11px;

    padding: 17px 0;

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

.membership-card--featured .membership-card__feature {
    border-color: rgba(255, 255, 255, .13);
}

.membership-card__feature > span {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 26px;
    height: 26px;

    border: 1px solid rgba(18, 63, 49, .20);
    border-radius: 50%;

    color: var(--ms-green);

    font-size: 14px;
}

.membership-card--featured
.membership-card__feature > span {
    border-color: rgba(215, 170, 82, .40);

    color: var(--ms-gold);
}

.membership-card__feature p {
    margin: 2px 0 0;
    padding: 0;

    color: var(--ms-text);

    font-family: "Manrope", Arial, sans-serif;
    font-size: 12px;
    line-height: 1.55;
}

.membership-card--featured
.membership-card__feature p {
    color: rgba(255, 255, 255, .70);
}


/* ==========================================================
   PIED DE SECTION
========================================================== */

.membership-section__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;

    margin-top: 40px;
    padding-top: 28px;

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

.membership-section__footer p {
    margin: 0;
    padding: 0;

    color: var(--ms-text);

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


/* ==========================================================
   BOUTON NOUS CONTACTER
========================================================== */

.membership-section__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 16px;

    width: auto;

    margin: 0;
    padding: 0;

    border: 0;

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

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

    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
}

.membership-section__cta > span:first-child {
    padding-bottom: 5px;

    border-bottom: 1px solid var(--ms-gold);

    transition:
        color .3s ease,
        border-color .3s ease;
}

.membership-section__cta:hover > span:first-child {
    color: var(--ms-gold);
}

.membership-section__cta:focus-visible {
    outline: 2px solid var(--ms-gold);
    outline-offset: 5px;

    border-radius: 4px;
}


/* ==========================================================
   ICÔNE DU BOUTON
========================================================== */

.membership-section__cta-icon {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 38px;
    height: 38px;
    flex: 0 0 38px;

    border-radius: 50%;

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

    font-size: 15px;
    line-height: 1;

    transition:
        transform .3s ease,
        background-color .3s ease;
}

.membership-section__cta:hover
.membership-section__cta-icon {
    transform: translateX(3px);

    background: var(--ms-dark);
}


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

@media (max-width: 1024px) {

    .membership-section {
        padding: 90px 24px 100px;
    }

    .membership-section__header {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .membership-section__grid {
        grid-template-columns: 1fr 1fr;
    }

    .membership-card:last-child {
        grid-column: 1 / -1;
    }
}


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

@media (max-width: 767px) {

    .membership-section {
        padding: 70px 14px 80px;
    }

    .membership-section__header {
        margin-bottom: 38px;
    }

    .membership-section__eyebrow {
        gap: 10px;

        margin-bottom: 14px;

        font-size: 9px;
        letter-spacing: .17em;
    }

    .membership-section__eyebrow::before {
        width: 24px;
        flex-basis: 24px;
    }

    .membership-section__title {
        max-width: 340px;

        font-size: 47px;
    }

    .membership-section__intro p {
        max-width: 340px;

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

    .membership-section__grid {
        grid-template-columns: 1fr;
        gap: 13px;
    }

    .membership-card,
    .membership-card:last-child {
        grid-column: auto;

        min-height: 0;
        padding: 24px;

        border-radius: 21px;
    }

    .membership-card:hover {
        transform: none;
    }

    .membership-card__price {
        margin-top: 30px;
    }

    .membership-card__price strong {
        font-size: 65px;
    }

    .membership-card h3 {
        margin-top: 25px;

        font-size: 36px;
    }

    .membership-card__features {
        margin-top: 30px;
        padding-top: 0;
    }

    .membership-section__footer {
        flex-direction: column;
        align-items: stretch;
        gap: 22px;

        margin-top: 30px;
    }

    .membership-section__cta {
        justify-content: space-between;

        width: 100%;
    }
}


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

@media (max-width: 390px) {

    .membership-section {
        padding-right: 10px;
        padding-left: 10px;
    }

    .membership-section__title {
        font-size: 42px;
    }

    .membership-card {
        padding: 21px;
    }

    .membership-card__price strong {
        font-size: 58px;
    }

    .membership-card h3 {
        font-size: 33px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4edc16a *//*==========================================================
=                    GREEN-FEES                            =
==========================================================*/

.greenfees-section,
.greenfees-section *{
    box-sizing:border-box;
}

.greenfees-section{
    --gf-green:#123f31;
    --gf-dark:#082b21;
    --gf-gold:#d7aa52;
    --gf-cream:#f7f4ec;
    --gf-white:#ffffff;

    width:100%;

    padding:95px 30px 110px;

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


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

.greenfees-section__container{
    width:min(1180px,100%);
    margin:0 auto;
}


/*==========================================================
=                       PANEL                              =
==========================================================*/

.greenfees-section__panel{
    display:grid;

    grid-template-columns:
        minmax(320px,.8fr)
        minmax(0,1.2fr);

    gap:70px;

    padding:60px;

    border-radius:28px;

    background:
        radial-gradient(
            circle at 5% 100%,
            rgba(215,170,82,.09),
            transparent 32%
        ),
        var(--gf-dark);

    overflow:hidden;
}


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

.greenfees-section__intro{
    display:flex;
    flex-direction:column;

    align-items:flex-start;
}


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

.greenfees-section__eyebrow{
    display:flex;
    align-items:center;

    gap:14px;

    margin-bottom:20px;

    color:var(--gf-gold);

    font-size:10px;
    font-weight:700;

    letter-spacing:.22em;
    text-transform:uppercase;
}

.greenfees-section__eyebrow::before{
    content:"";

    width:34px;
    height:1px;

    background:var(--gf-gold);
}


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

.greenfees-section__title{
    margin:0;

    color:#fff;

    font-family:"Cormorant Garamond",Georgia,serif;

    font-size:clamp(54px,5vw,74px);
    font-weight:500;

    line-height:.9;

    letter-spacing:-.045em;
}

.greenfees-section__title em{
    display:block;

    margin-top:7px;

    color:var(--gf-gold);

    font-weight:400;
}


/*==========================================================
=                         TEXTE                            =
==========================================================*/

.greenfees-section__text{
    max-width:430px;

    margin:28px 0 0;

    color:rgba(255,255,255,.66);

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


/*==========================================================
=                           CTA                            =
==========================================================*/

.greenfees-section__cta{
    display:inline-flex;
    align-items:center;

    gap:17px;

    margin-top:auto;
    padding-top:40px;

    color:#fff;

    font-size:12px;
    font-weight:700;

    text-decoration:none;
}

.greenfees-section__cta > span:first-child{
    padding-bottom:6px;

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

.greenfees-section__cta-icon{
    display:flex;
    align-items:center;
    justify-content:center;

    width:40px;
    height:40px;

    border-radius:50%;

    background:var(--gf-gold);

    color:var(--gf-dark);

    font-size:16px;

    transition:transform .3s ease;
}

.greenfees-section__cta:hover
.greenfees-section__cta-icon{
    transform:translateX(3px);
}


/*==========================================================
=                      LISTE TARIFS                        =
==========================================================*/

.greenfees-section__list{
    display:flex;
    flex-direction:column;

    border-top:1px solid rgba(255,255,255,.13);
}


/*==========================================================
=                        LIGNE                             =
==========================================================*/

.greenfees-section__item{
    display:grid;

    grid-template-columns:
        45px
        minmax(0,1fr)
        auto;

    align-items:center;

    gap:20px;

    min-height:145px;

    padding:25px 16px;

    border-bottom:1px solid rgba(255,255,255,.13);

    transition:
        background-color .3s ease,
        padding-left .3s ease,
        padding-right .3s ease;
}

.greenfees-section__item:hover{
    padding-left:24px;
    padding-right:24px;

    background:rgba(255,255,255,.055);
}


/*==========================================================
=                         NUMÉRO                           =
==========================================================*/

.greenfees-section__number{
    color:var(--gf-gold);

    font-family:"Cormorant Garamond",Georgia,serif;

    font-size:18px;
    font-weight:600;
}


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

.greenfees-section__label{
    display:block;

    margin-bottom:7px;

    color:rgba(255,255,255,.44);

    font-size:8px;
    font-weight:700;

    letter-spacing:.18em;
    text-transform:uppercase;
}

.greenfees-section__item h3{
    margin:0;

    color:#fff;

    font-family:"Cormorant Garamond",Georgia,serif;

    font-size:30px;
    font-weight:500;

    line-height:1;

    letter-spacing:-.025em;
}

.greenfees-section__young{
    display:block;

    margin-top:5px;

    color:var(--gf-gold);

    font-size:9px;
    font-weight:700;

    letter-spacing:.08em;
    text-transform:uppercase;
}


/*==========================================================
=                         PRIX                             =
==========================================================*/

.greenfees-section__price{
    display:grid;

    grid-template-columns:auto auto;

    align-items:start;

    min-width:120px;

    text-align:right;
}

.greenfees-section__price strong{
    color:#fff;

    font-family:"Cormorant Garamond",Georgia,serif;

    font-size:55px;
    font-weight:500;

    line-height:.8;

    letter-spacing:-.04em;
}

.greenfees-section__price > span{
    margin-left:5px;

    color:var(--gf-gold);

    font-family:"Cormorant Garamond",Georgia,serif;

    font-size:22px;
}

.greenfees-section__price small{
    grid-column:1 / -1;

    margin-top:7px;

    color:rgba(255,255,255,.38);

    font-size:8px;

    letter-spacing:.12em;

    text-transform:uppercase;
}


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

@media (max-width:1024px){

    .greenfees-section{
        padding:
            80px
            24px
            90px;
    }

    .greenfees-section__panel{
        grid-template-columns:1fr;

        gap:45px;

        padding:45px;
    }

    .greenfees-section__text{
        max-width:600px;
    }

    .greenfees-section__cta{
        margin-top:30px;
        padding-top:0;
    }

}


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

@media (max-width:767px){

    .greenfees-section{
        padding:
            65px
            14px
            72px;
    }


    .greenfees-section__panel{
        gap:35px;

        padding:
            34px
            22px;

        border-radius:21px;
    }


    /* INTRO */

    .greenfees-section__eyebrow{
        gap:10px;

        margin-bottom:15px;

        font-size:8px;

        letter-spacing:.16em;
    }

    .greenfees-section__eyebrow::before{
        width:23px;
    }


    .greenfees-section__title{
        max-width:320px;

        font-size:46px;
    }


    .greenfees-section__text{
        max-width:320px;

        margin-top:22px;

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


    .greenfees-section__cta{
        width:100%;

        justify-content:space-between;

        margin-top:27px;
    }


    /* TARIFS */

    .greenfees-section__item{
        grid-template-columns:
            32px
            minmax(0,1fr)
            auto;

        gap:12px;

        min-height:120px;

        padding:
            20px
            0;
    }

    .greenfees-section__item:hover{
        padding-left:0;
        padding-right:0;

        background:transparent;
    }


    .greenfees-section__number{
        font-size:15px;
    }


    .greenfees-section__label{
        font-size:7px;
    }


    .greenfees-section__item h3{
        font-size:24px;
    }


    .greenfees-section__price{
        min-width:80px;
    }


    .greenfees-section__price strong{
        font-size:43px;
    }


    .greenfees-section__price > span{
        font-size:18px;
    }

}


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

@media (max-width:390px){

    .greenfees-section{
        padding-left:10px;
        padding-right:10px;
    }


    .greenfees-section__panel{
        padding:
            30px
            18px;
    }


    .greenfees-section__title{
        font-size:41px;
    }


    .greenfees-section__item{
        grid-template-columns:
            26px
            minmax(0,1fr)
            auto;

        gap:8px;
    }


    .greenfees-section__item h3{
        font-size:21px;
    }


    .greenfees-section__price strong{
        font-size:38px;
    }


    .greenfees-section__price > span{
        font-size:16px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-af7e564 *//*==========================================================
=               TARIFS — RAPPEL PRACTICE                   =
==========================================================*/

.rates-practice,
.rates-practice *{
    box-sizing:border-box;
}

.rates-practice{
    --rp-green:#123f31;
    --rp-dark:#082b21;
    --rp-gold:#d7aa52;
    --rp-cream:#f7f4ec;
    --rp-text:#6d7a74;
    --rp-border:rgba(18,63,49,.14);

    width:100%;

    padding:105px 30px;

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


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

.rates-practice__container{
    width:min(1180px,100%);
    margin:0 auto;

    display:grid;
    grid-template-columns:minmax(300px,.75fr) minmax(0,1.25fr);

    gap:80px;

    align-items:center;
}


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

.rates-practice__intro{
    max-width:430px;
}


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

.rates-practice__eyebrow{
    display:flex;
    align-items:center;

    gap:14px;

    margin-bottom:20px;

    color:var(--rp-gold);

    font-size:10px;
    font-weight:700;

    letter-spacing:.22em;

    text-transform:uppercase;
}

.rates-practice__eyebrow::before{
    content:"";

    width:34px;
    height:1px;

    background:var(--rp-gold);
}


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

.rates-practice__title{
    margin:0;

    color:var(--rp-green);

    font-family:"Cormorant Garamond",Georgia,serif;

    font-size:clamp(52px,5vw,73px);
    font-weight:500;

    line-height:.91;

    letter-spacing:-.04em;
}

.rates-practice__title em{
    display:block;

    margin-top:7px;

    color:var(--rp-gold);

    font-weight:400;
}


/*==========================================================
=                         TEXTE                            =
==========================================================*/

.rates-practice__text{
    max-width:400px;

    margin:27px 0 0;

    color:var(--rp-text);

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


/*==========================================================
=                           CTA                            =
==========================================================*/

.rates-practice__cta{
    display:inline-flex;
    align-items:center;

    gap:17px;

    margin-top:32px;

    color:var(--rp-green);

    font-size:12px;
    font-weight:700;

    text-decoration:none;
}

.rates-practice__cta > span:first-child{
    padding-bottom:6px;

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

.rates-practice__cta-icon{
    display:flex;
    align-items:center;
    justify-content:center;

    width:40px;
    height:40px;

    border-radius:50%;

    background:var(--rp-green);

    color:#fff;

    font-size:16px;

    transition:transform .3s ease;
}

.rates-practice__cta:hover
.rates-practice__cta-icon{
    transform:translateX(3px);
}


/*==========================================================
=                    BLOCS TARIFAIRES                      =
==========================================================*/

.rates-practice__pricing{
    border-top:1px solid var(--rp-border);
}


/*==========================================================
=                         LIGNE                            =
==========================================================*/

.rates-practice__row{
    display:grid;

    grid-template-columns:
        45px
        minmax(170px,1fr)
        minmax(280px,1.15fr);

    align-items:center;

    gap:24px;

    min-height:170px;

    padding:28px 0;

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


/*==========================================================
=                    LIGNE MISE EN AVANT                   =
==========================================================*/

.rates-practice__row--featured{
    position:relative;
}

.rates-practice__row--featured::before{
    content:"";

    position:absolute;

    left:-18px;
    right:-18px;

    top:10px;
    bottom:10px;

    z-index:0;

    border-radius:20px;

    background:rgba(215,170,82,.07);

    pointer-events:none;
}

.rates-practice__row > *{
    position:relative;
    z-index:1;
}


/*==========================================================
=                         NUMÉRO                           =
==========================================================*/

.rates-practice__number{
    color:var(--rp-gold);

    font-family:"Cormorant Garamond",Georgia,serif;

    font-size:19px;
    font-weight:600;
}


/*==========================================================
=                       NOM FORMULE                        =
==========================================================*/

.rates-practice__row-title small{
    display:block;

    margin-bottom:8px;

    color:var(--rp-gold);

    font-size:8px;
    font-weight:700;

    letter-spacing:.18em;

    text-transform:uppercase;
}

.rates-practice__row-title h3{
    margin:0;

    color:var(--rp-green);

    font-family:"Cormorant Garamond",Georgia,serif;

    font-size:32px;
    font-weight:500;

    line-height:1;

    letter-spacing:-.025em;
}


/*==========================================================
=                       LES PRIX                           =
==========================================================*/

.rates-practice__prices{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));

    gap:12px;
}


/*==========================================================
=                        PRIX                              =
==========================================================*/

.rates-practice__price{
    padding:18px 20px;

    border:1px solid var(--rp-border);

    border-radius:17px;

    background:rgba(255,255,255,.45);
}

.rates-practice__price--member{
    border-color:rgba(215,170,82,.30);

    background:rgba(215,170,82,.10);
}

.rates-practice__price > span{
    display:block;

    margin-bottom:10px;

    color:var(--rp-text);

    font-size:8px;
    font-weight:700;

    letter-spacing:.14em;

    text-transform:uppercase;
}

.rates-practice__price--member > span{
    color:var(--rp-gold);
}


/*==========================================================
=                       MONTANT                            =
==========================================================*/

.rates-practice__price strong{
    display:flex;
    align-items:flex-start;

    gap:4px;

    color:var(--rp-green);

    font-family:"Cormorant Garamond",Georgia,serif;

    font-size:42px;
    font-weight:500;

    line-height:.8;

    letter-spacing:-.035em;
}

.rates-practice__price strong small{
    color:var(--rp-gold);

    font-size:19px;
    font-weight:600;

    line-height:1;
}


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

@media (max-width:1024px){

    .rates-practice{
        padding:
            85px
            24px;
    }

    .rates-practice__container{
        grid-template-columns:1fr;

        gap:50px;
    }

    .rates-practice__intro{
        max-width:650px;
    }

}


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

@media (max-width:767px){

    .rates-practice{
        padding:
            70px
            14px;
    }

    .rates-practice__container{
        gap:38px;
    }


    /* TITRE */

    .rates-practice__eyebrow{
        gap:10px;

        margin-bottom:14px;

        font-size:9px;

        letter-spacing:.17em;
    }

    .rates-practice__eyebrow::before{
        width:24px;
    }

    .rates-practice__title{
        max-width:340px;

        font-size:46px;
    }

    .rates-practice__text{
        max-width:340px;

        margin-top:22px;

        font-size:13px;

        line-height:1.65;
    }


    /* CTA */

    .rates-practice__cta{
        justify-content:space-between;

        width:100%;

        margin-top:27px;
    }


    /* LIGNES */

    .rates-practice__row{
        grid-template-columns:30px 1fr;

        gap:12px;

        min-height:0;

        padding:28px 0;
    }

    .rates-practice__prices{
        grid-column:1 / -1;

        margin-top:8px;
    }

    .rates-practice__row-title h3{
        font-size:29px;
    }

    .rates-practice__row--featured::before{
        left:-8px;
        right:-8px;
    }


    /* PRIX */

    .rates-practice__price{
        padding:16px;
    }

    .rates-practice__price strong{
        font-size:38px;
    }

}


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

@media (max-width:390px){

    .rates-practice{
        padding-left:10px;
        padding-right:10px;
    }

    .rates-practice__title{
        font-size:41px;
    }

    .rates-practice__prices{
        gap:8px;
    }

    .rates-practice__price{
        padding:
            14px
            12px;
    }

    .rates-practice__price strong{
        font-size:34px;
    }

    .rates-practice__price strong small{
        font-size:16px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b7bebad *//* ==========================================================
   CTA FINAL — PAGE TARIFS
========================================================== */

.rates-final,
.rates-final * {
    box-sizing: border-box;
}

.rates-final {
    --rf-green: #123f31;
    --rf-dark: #082b21;
    --rf-gold: #d7aa52;
    --rf-cream: #f7f4ec;
    --rf-white: #ffffff;

    width: 100%;
    margin: 0;
    padding: 45px 30px 70px;

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


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

.rates-final__container {
    width: min(1180px, 100%);
    margin: 0 auto;
}


/* ==========================================================
   PANNEAU
========================================================== */

.rates-final__panel {
    position: relative;

    display: flex;
    flex-direction: column;
    justify-content: center;

    min-height: 570px;

    padding: 80px 75px 55px;

    overflow: hidden;

    border-radius: 28px;

    background:
        radial-gradient(
            circle at 90% 10%,
            rgba(215, 170, 82, .10),
            transparent 27%
        ),
        radial-gradient(
            circle at 0% 100%,
            rgba(255, 255, 255, .04),
            transparent 31%
        ),
        var(--rf-dark);
}


/* ==========================================================
   CADRE INTÉRIEUR
========================================================== */

.rates-final__panel::before {
    content: "";

    position: absolute;
    inset: 18px;

    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 18px;

    pointer-events: none;
}


/* ==========================================================
   GRAND NUMÉRO
========================================================== */

.rates-final__number {
    position: absolute;
    top: -40px;
    right: 45px;

    color: rgba(255, 255, 255, .025);

    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 300px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -.08em;

    pointer-events: none;
}


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

.rates-final__content {
    position: relative;
    z-index: 2;

    width: min(820px, 100%);
}


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

.rates-final__eyebrow {
    display: flex;
    align-items: center;
    gap: 14px;

    margin: 0 0 24px;

    color: var(--rf-gold);

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

.rates-final__eyebrow::before {
    content: "";

    display: block;

    width: 36px;
    height: 1px;
    flex: 0 0 36px;

    background: var(--rf-gold);
}


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

.rates-final__title {
    max-width: 850px;

    margin: 0;
    padding: 0;

    color: #ffffff;

    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: clamp(60px, 6.3vw, 92px);
    font-weight: 500;
    line-height: .88;
    letter-spacing: -.045em;
}

.rates-final__title em {
    display: block;

    margin-top: 9px;

    color: var(--rf-gold);

    font-weight: 400;
}


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

.rates-final__description {
    max-width: 540px;

    margin: 31px 0 0;
    padding: 0;

    color: rgba(255, 255, 255, .65);

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


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

.rates-final__actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;

    margin-top: 38px;
}


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

.rates-final__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 20px;

    width: auto;
    min-height: 56px;

    margin: 0;
    padding: 7px 8px 7px 23px;

    border-radius: 100px;

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

    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;

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

.rates-final__button:focus-visible {
    outline: 2px solid var(--rf-gold);
    outline-offset: 4px;
}


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

.rates-final__button--primary {
    border: 0;

    background: #ffffff;
    color: var(--rf-green);
}

.rates-final__button--primary:hover {
    color: var(--rf-green);

    transform: translateY(-2px);
}


/* ==========================================================
   BOUTON NOUS CONTACTER
========================================================== */

.rates-final__button--secondary {
    border: 1px solid rgba(255, 255, 255, .25);

    background: rgba(255, 255, 255, .035);
    color: #ffffff;
}

.rates-final__button--secondary:hover {
    border-color: rgba(255, 255, 255, .55);

    background: rgba(255, 255, 255, .08);
    color: #ffffff;

    transform: translateY(-2px);
}


/* ==========================================================
   ICÔNES DES BOUTONS
========================================================== */

.rates-final__button-icon {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 40px;
    height: 40px;
    flex: 0 0 40px;

    border-radius: 50%;

    font-size: 16px;
    line-height: 1;

    transition: transform .3s ease;
}

.rates-final__button--primary
.rates-final__button-icon {
    background: var(--rf-green);
    color: #ffffff;
}

.rates-final__button--secondary
.rates-final__button-icon {
    background: var(--rf-gold);
    color: var(--rf-dark);
}

.rates-final__button:hover
.rates-final__button-icon {
    transform: translateX(3px);
}


/* ==========================================================
   SIGNATURE
========================================================== */

.rates-final__signature {
    position: absolute;
    right: 75px;
    bottom: 55px;
    z-index: 2;

    display: flex;
    align-items: center;
    gap: 12px;

    color: rgba(255, 255, 255, .35);

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

.rates-final__signature i {
    display: block;

    width: 3px;
    height: 3px;

    border-radius: 50%;

    background: var(--rf-gold);
}


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

@media (max-width: 1024px) {

    .rates-final {
        padding: 35px 24px 60px;
    }

    .rates-final__panel {
        min-height: 540px;

        padding: 65px 55px 50px;
    }

    .rates-final__title {
        font-size: 72px;
    }

    .rates-final__signature {
        right: 55px;
        bottom: 45px;
    }
}


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

@media (max-width: 767px) {

    .rates-final {
        padding: 25px 14px 55px;
    }

    .rates-final__panel {
        min-height: 0;

        padding: 65px 27px 38px;

        border-radius: 21px;
    }

    .rates-final__panel::before {
        inset: 10px;

        border-radius: 14px;
    }

    .rates-final__number {
        top: -10px;
        right: 10px;

        font-size: 170px;
    }

    .rates-final__eyebrow {
        gap: 10px;

        margin-bottom: 18px;

        font-size: 8px;
        line-height: 1.5;
        letter-spacing: .16em;
    }

    .rates-final__eyebrow::before {
        width: 23px;
        flex-basis: 23px;
    }

    .rates-final__title {
        max-width: 350px;

        font-size: 48px;
        line-height: .91;
    }

    .rates-final__title em {
        margin-top: 6px;
    }

    .rates-final__description {
        max-width: 320px;

        margin-top: 24px;

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

    .rates-final__actions {
        flex-direction: column;
        align-items: stretch;
        gap: 9px;

        width: 100%;

        margin-top: 30px;
    }

    .rates-final__button {
        justify-content: space-between;

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

        padding-left: 18px;

        font-size: 12px;
    }

    .rates-final__button-icon {
        width: 38px;
        height: 38px;
        flex-basis: 38px;
    }

    .rates-final__signature {
        position: relative;
        right: auto;
        bottom: auto;

        flex-wrap: wrap;

        margin-top: 35px;

        font-size: 7px;
    }
}


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

@media (max-width: 390px) {

    .rates-final {
        padding-right: 10px;
        padding-left: 10px;
    }

    .rates-final__panel {
        padding: 58px 23px 32px;
    }

    .rates-final__title {
        font-size: 43px;
    }

    .rates-final__description {
        font-size: 12.5px;
    }

    .rates-final__number {
        font-size: 145px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-16b2b68 *//* ==========================================================
   POPUP GÉNÉRAL DE CONTACT DU GOLF
========================================================== */

.golf-contact-modal,
.golf-contact-modal * {
    box-sizing: border-box;
}


/* LE POPUP FERMÉ NE PREND AUCUNE PLACE */

.golf-contact-modal[hidden] {
    display: none !important;
}


/* CONTENEUR PLEIN ÉCRAN */

.golf-contact-modal {
    --golf-modal-green: #123f31;
    --golf-modal-dark: #0a2f24;
    --golf-modal-gold: #d7ad59;
    --golf-modal-cream: #f6f2e8;
    --golf-modal-cream-light: #fbf9f3;

    position: fixed !important;
    inset: 0 !important;
    z-index: 999999 !important;

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

    width: 100vw !important;
    height: 100vh !important;

    margin: 0 !important;
    padding: 24px !important;

    visibility: hidden;
    opacity: 0;
    pointer-events: none;

    background: transparent !important;

    transition:
        opacity .35s ease,
        visibility .35s ease;
}


/* POPUP OUVERT */

.golf-contact-modal.is-open {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
}


/* ARRIÈRE-PLAN */

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

    width: 100%;
    height: 100%;

    background: rgba(5, 35, 29, .72);

    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);

    cursor: pointer;
}


/* FENÊTRE */

.golf-contact-modal__dialog {
    position: relative;
    z-index: 2;

    width: min(760px, 100%);
    max-height: calc(100vh - 48px);

    margin: 0;
    padding: 28px;

    overflow-y: auto;
    overscroll-behavior: contain;

    border-radius: 42px;

    background: var(--golf-modal-green);

    box-shadow:
        0 35px 90px rgba(0, 0, 0, .38),
        inset 0 1px 0 rgba(255, 255, 255, .08);

    transform: translateY(30px) scale(.96);

    transition:
        transform .42s cubic-bezier(.2, .7, .2, 1);

    scrollbar-width: thin;
    scrollbar-color: rgba(255, 255, 255, .30) transparent;
}

.golf-contact-modal.is-open
.golf-contact-modal__dialog {
    transform: translateY(0) scale(1);
}


/* CADRE INTÉRIEUR */

.golf-contact-modal__dialog::before {
    content: "";

    position: absolute;
    inset: 24px;
    z-index: 0;

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

    pointer-events: none;
}


/* BARRE DE DÉFILEMENT */

.golf-contact-modal__dialog::-webkit-scrollbar {
    width: 6px;
}

.golf-contact-modal__dialog::-webkit-scrollbar-track {
    background: transparent;
}

.golf-contact-modal__dialog::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgba(255, 255, 255, .30);
}


/* CONTENU */

.golf-contact-modal__inner {
    position: relative;
    z-index: 1;

    width: 100%;

    margin: 0;
    padding: 55px 50px 42px;

    text-align: center;
}


/* BOUTON FERMER */

.golf-contact-modal__close {
    position: absolute;
    top: 42px;
    right: 42px;
    z-index: 3;

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

    width: 54px;
    height: 54px;

    margin: 0;
    padding: 0;

    border: 0;
    border-radius: 50%;

    color: #ffffff;
    background: rgba(255, 255, 255, .10);

    font-family: Arial, sans-serif;
    font-size: 34px;
    font-weight: 200;
    line-height: 1;

    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;

    transition:
        background-color .25s ease,
        transform .25s ease;
}

.golf-contact-modal__close:hover {
    background: rgba(255, 255, 255, .18);
    transform: rotate(5deg);
}

.golf-contact-modal__close:focus-visible {
    outline: 2px solid var(--golf-modal-gold);
    outline-offset: 4px;
}


/* LOGO */

.golf-contact-modal__logo-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 170px;
    height: 170px;

    margin: 0 auto 36px;
    padding: 18px;

    overflow: hidden;

    border-radius: 50%;

    background: #ffffff;

    box-shadow:
        0 18px 40px rgba(0, 0, 0, .18),
        inset 0 0 0 1px rgba(18, 63, 49, .08);
}

.golf-contact-modal__logo {
    display: block !important;

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

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

    object-fit: contain !important;
}


/* SURTITRE */

.golf-contact-modal__eyebrow {
    display: block;

    margin: 0 0 23px;

    color: var(--golf-modal-gold);

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


/* TITRE */

.golf-contact-modal__title {
    margin: 0 0 15px !important;
    padding: 0 !important;

    color: #ffffff !important;

    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: clamp(48px, 6vw, 66px);
    font-weight: 500;
    line-height: .95;
    letter-spacing: -.035em;
}


/* DESCRIPTION */

.golf-contact-modal__description {
    max-width: 560px;

    margin: 0 auto 38px !important;
    padding: 0 !important;

    color: rgba(255, 255, 255, .67) !important;

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


/* COORDONNÉES */

.golf-contact-modal__details {
    display: grid;
    gap: 14px;

    width: 100%;
}


/* CARTE DE CONTACT */

.golf-contact-modal__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;

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

    margin: 0;
    padding: 16px 18px 16px 32px;

    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 50px;

    color: var(--golf-modal-green);
    background: #ffffff;

    text-align: left;
    text-decoration: none;

    box-shadow: 0 12px 30px rgba(0, 0, 0, .08);

    transition:
        transform .3s ease,
        box-shadow .3s ease,
        background-color .3s ease;
}

.golf-contact-modal__item:hover {
    transform: translateY(-3px);

    background: var(--golf-modal-cream-light);

    box-shadow: 0 18px 38px rgba(0, 0, 0, .16);
}

.golf-contact-modal__item:focus-visible {
    outline: 2px solid var(--golf-modal-gold);
    outline-offset: 4px;
}


/* CONTENU DES CARTES */

.golf-contact-modal__item-content {
    display: flex;
    flex-direction: column;
    gap: 7px;

    min-width: 0;
}

.golf-contact-modal__item-label {
    color: var(--golf-modal-gold);

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

.golf-contact-modal__item-value {
    color: var(--golf-modal-green);

    font-family: "Manrope", Arial, sans-serif;
    font-size: clamp(18px, 3vw, 27px);
    font-weight: 500;
    line-height: 1.2;

    overflow-wrap: anywhere;
}


/* FLÈCHE */

.golf-contact-modal__item-arrow {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 62px;
    height: 62px;
    flex: 0 0 62px;

    border-radius: 50%;

    color: #ffffff;
    background: var(--golf-modal-green);

    font-size: 24px;
    line-height: 1;

    transition:
        transform .3s ease,
        background-color .3s ease,
        color .3s ease;
}

.golf-contact-modal__item:hover
.golf-contact-modal__item-arrow {
    transform: translate(2px, -2px);

    color: var(--golf-modal-dark);
    background: var(--golf-modal-gold);
}


/* NOTE */

.golf-contact-modal__note {
    margin: 30px 0 0 !important;
    padding: 0 !important;

    color: rgba(255, 255, 255, .55) !important;

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


/* BLOQUER LE DÉFILEMENT */

body.golf-contact-modal-open {
    overflow: hidden !important;
}


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

@media (max-width: 767px) {

    .golf-contact-modal {
        padding: 12px !important;
    }

    .golf-contact-modal__dialog {
        width: 100%;
        max-height: calc(100vh - 24px);

        padding: 14px;

        border-radius: 28px;
    }

    .golf-contact-modal__dialog::before {
        inset: 12px;
        border-radius: 21px;
    }

    .golf-contact-modal__inner {
        padding: 62px 18px 28px;
    }

    .golf-contact-modal__close {
        top: 26px;
        right: 26px;

        width: 46px;
        height: 46px;

        font-size: 30px;
    }

    .golf-contact-modal__logo-wrapper {
        width: 125px;
        height: 125px;

        margin-bottom: 27px;
        padding: 13px;
    }

    .golf-contact-modal__eyebrow {
        margin-bottom: 17px;

        font-size: 9px;
        letter-spacing: .18em;
    }

    .golf-contact-modal__title {
        font-size: 43px;
    }

    .golf-contact-modal__description {
        margin-bottom: 27px !important;

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

    .golf-contact-modal__item {
        min-height: 80px;

        gap: 12px;
        padding: 13px 13px 13px 21px;

        border-radius: 28px;
    }

    .golf-contact-modal__item-value {
        font-size: 17px;
    }

    .golf-contact-modal__item-arrow {
        width: 50px;
        height: 50px;
        flex-basis: 50px;

        font-size: 20px;
    }

    .golf-contact-modal__note {
        margin-top: 24px !important;

        font-size: 12px;
    }
}


/* ==========================================================
   PETITS TÉLÉPHONES
========================================================== */

@media (max-width: 390px) {

    .golf-contact-modal__inner {
        padding-right: 14px;
        padding-left: 14px;
    }

    .golf-contact-modal__logo-wrapper {
        width: 105px;
        height: 105px;
    }

    .golf-contact-modal__title {
        font-size: 38px;
    }

    .golf-contact-modal__description {
        font-size: 13px;
    }

    .golf-contact-modal__item {
        padding-left: 17px;
    }

    .golf-contact-modal__item-value {
        font-size: 15px;
    }

    .golf-contact-modal__item-arrow {
        width: 46px;
        height: 46px;
        flex-basis: 46px;
    }
}


/* ==========================================================
   RÉDUCTION DES ANIMATIONS
========================================================== */

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

    .golf-contact-modal,
    .golf-contact-modal__dialog,
    .golf-contact-modal__close,
    .golf-contact-modal__item,
    .golf-contact-modal__item-arrow {
        transition: none !important;
    }
}/* End custom CSS */