         * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        :root {
            --site-frame-margin: clamp(6px, 2vw, 14px);
            --site-frame-radius: 20px;
        }

        body {
            justify-content: center;
            align-items: center;
            margin: 0;
            padding: 0;
            background-color: #F0EBE3;
        }
        h1 {
            font-size: 44px;
            line-height: 60px;
            font-family: 'Sofia Sans', serif;
            font-weight: 800; 
            line-height: 1,5em;
            max-width: 1000px;
            color:#000;
        }
        h2 {
            font-size: 26px;
            line-height: 30px;
            font-family: 'Sofia Sans', serif;
            font-weight: 500; 
            margin-bottom: 16px;
            color:#ffffff;
        }
        h3 {
            font-size: 22px;
            line-height: 45px;
            font-family: 'Sofia Sans', serif;
            font-weight: 400; 
            margin-bottom: 10px;
            margin-top: 20px;
            text-align: left;
            color:#ffffff;
        }
        p {
            font-family: 'Albert Sans', serif;
            font-size: 16px; 
            font-weight: 300; 
            color:#ffffff;
        }

        .TitrePartenaires {
            font-size: 26px;
            line-height: 30px;
            font-family: 'Sofia Sans', serif;
            font-weight: 500; 
            margin-bottom: 10px;
            color:#ffffff;
        }

        .hero,
        .hero2,
        .hero3 {
            width: calc(100% - (var(--site-frame-margin) * 2));
            margin: var(--site-frame-margin) auto 0;
            border-radius: var(--site-frame-radius);
            overflow: hidden;
        }

        .hero {
            background: url('../images/hero-HP.jpg') center/cover no-repeat;
            height: 70vh;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-size: 2rem;
            text-align: center;
            padding: 20px;
        }
       
       .hero-text {
            position: absolute;
            text-align: left;
            top: 140px;      /* Positionné 20px du haut */
            left: 80px;     /* Positionné 80px de la gauche */
            transform: none; /* On supprime la transformation centrée */
            color: white;
        }
        .hero2 {
            background: url('../images/hero-clubhouse.jpeg') center/cover no-repeat;
            height: 70vh;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-size: 2rem;
            text-align: center;
            padding: 20px;
        }
       .hero3 {
            background: url('../images/hero-p1000.jpg') center/cover no-repeat;
            height: 70vh;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-size: 2rem;
            text-align: center;
            padding: 20px;
        }
       .hero2-text {
            position: absolute;
            text-align: left;
            top: 140px;      /* Positionné 20px du haut */
            left: 80px;     /* Positionné 80px de la gauche */
            transform: none; /* On supprime la transformation centrée */
            color: white;
        }
        .hero2 img{
            display: flex;
            height: 60px;
            justify-content: center;
            filter: drop-shadow(0 0 0.75rem black);
        }

        .home-carousel {
            --home-carousel-margin: var(--site-frame-margin);
            position: relative;
            width: calc(100% - (var(--home-carousel-margin) * 2));
            height: clamp(480px, calc(100vh - 140px), 760px);
            margin: var(--home-carousel-margin) auto 0;
            overflow: hidden;
            border-radius: var(--site-frame-radius);
            background: #000;
            color: #fff;
        }

        .home-carousel-track,
        .home-carousel-slide {
            width: 100%;
            height: 100%;
        }

        .home-carousel-slide {
            position: absolute;
            inset: 0;
            opacity: 0;
            pointer-events: none;
            transition: opacity 0.45s ease;
        }

        .home-carousel-slide.is-active {
            opacity: 1;
            pointer-events: auto;
        }

        .home-carousel-visual {
            width: 100%;
            height: 100%;
            display: block;
            object-fit: cover;
        }

        .home-carousel-overlay {
            position: absolute;
            inset: 0;
            background: linear-gradient(90deg, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0.38) 48%, rgba(0, 0, 0, 0.12) 100%);
        }

        .home-carousel-content {
            position: absolute;
            z-index: 2;
            left: clamp(24px, 7vw, 90px);
            top: 50%;
            width: min(620px, calc(100% - 48px));
            transform: translateY(-50%);
        }

        .home-carousel-content-logo-only {
            top: clamp(40px, 7vw, 90px);
            transform: none;
        }

        .home-carousel-logo {
            display: block;
            width: min(364px, 72vw);
            max-height: 134px;
            object-fit: contain;
            object-position: left center;
            margin-bottom: 28px;
            filter: drop-shadow(0 0 0.75rem black);
        }

        .home-carousel-title {
            max-width: 760px;
            margin: 0 0 18px;
            color: #fff;
            font-family: 'Sofia Sans', sans-serif;
            font-size: 60px;
            font-weight: 800;
            line-height: 1;
            filter: drop-shadow(0 0 0.75rem black);
        }

        .home-carousel-title-short {
            max-width: none;
            white-space: nowrap;
        }

        .home-carousel-text {
            max-width: 560px;
            margin: 0;
            color: #fff;
            font-family: 'Albert Sans', sans-serif;
            font-size: clamp(1.05rem, 1.6vw, 1.35rem);
            font-weight: 400;
            line-height: 1.4;
            filter: drop-shadow(0 0 0.75rem black);
        }

        .home-carousel-actions {
            display: flex;
            flex-wrap: wrap;
            gap: 12px;
            margin-top: 28px;
        }

        .home-carousel-btn {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            min-height: 46px;
            padding: 12px 22px;
            border-radius: 6px;
            font-family: 'Albert Sans', sans-serif;
            font-size: 1rem;
            font-weight: 700;
            line-height: 1;
            text-decoration: none;
            transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease;
        }

        .home-carousel-btn:hover {
            transform: translateY(-2px);
        }

        .home-carousel-btn-primary {
            background: #C0392B;
            color: #fff;
        }

        .home-carousel-btn-primary:hover {
            background: #922d1a;
        }

        .home-carousel-btn-secondary {
            background: #fff;
            color: #000;
        }

        .home-carousel-btn-secondary:hover {
            background: #f1f1f1;
            color: #000;
        }

        .home-carousel-arrow {
            position: absolute;
            z-index: 3;
            top: 50%;
            width: 42px;
            height: 42px;
            border: 0;
            border-radius: 50%;
            background: rgba(255, 255, 255, 0.88);
            color: #000;
            font-size: 34px;
            line-height: 1;
            cursor: pointer;
            transform: translateY(-50%);
        }

        .home-carousel-arrow-prev {
            left: 18px;
        }

        .home-carousel-arrow-next {
            right: 18px;
        }

        .home-carousel-dots {
            position: absolute;
            z-index: 3;
            left: 50%;
            bottom: 18px;
            display: flex;
            gap: 8px;
            transform: translateX(-50%);
        }

        .home-carousel-dot {
            width: 10px;
            height: 10px;
            padding: 0;
            border: 0;
            border-radius: 50%;
            background: rgba(255, 255, 255, 0.48);
            cursor: pointer;
        }

        .home-carousel-dot.is-active {
            background: #fff;
        }

        .sectionTitre {
            display: flex;
            align-items: center;
            max-width: 1000px;
            padding: 20px;
            margin-top: 20px;
            margin-bottom: 20px;
            margin-left: auto;
            margin-right: auto;
        }
        .section {
            display: flex;
            align-items: flex-start;
            max-width: 1180px;
            background: #A63D2F;
            padding: 20px;
            font-family: 'Albert Sans', Serif;
            font-weight: 300;
            margin-top: 20px;
            margin-bottom: 20px;
            margin-left: auto;
            margin-right: auto;
            border-radius: 18px;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        }

        .section p {
            line-height: 1.4;
            font-family: 'Albert Sans', Serif;
            font-weight: 300;
        }

        .section img {
            width: 40%;
            border-radius: 10px;
        }

        .section div {
            width: 60%;
            padding: 0 20px;
        }

        .section list {

        }
        .section ul {
            list-style: none;
            list-style-type: disc;
            font-size: 16px;
            padding: 16px;
            color: white;
        }

        .section.reverse {
            flex-direction: row-reverse;
            background-color: #282828;
            display: flex;
            align-items: flex-start;
            max-width: 1180px;
            padding: 20px;
            font-family: 'Albert Sans', Serif;
            font-weight: 300;
            margin-top: 20px;
            margin-bottom: 20px;
            margin-left: auto;
            margin-right: auto;
            border-radius: 18px;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        }

        .sectionPlan {
            display: inline-block;
            align-items: center;
            max-width: 1000px;
            background: #FFF;
            padding: 20px;
            font-family: 'Albert Sans', Serif;
            font-weight: 300;
            margin-top: 100px;
            margin-bottom: 100px;
            margin-left: auto;
            margin-right: auto;
            border-radius: 6px;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
            color:#000;
        }

        .sectionPlan p {
            line-height: 1.4;
            font-family: 'Albert Sans', Serif;
            font-weight: 300;
            font-size: 18px;
        }

        .sectionPlan img {
            width: 40%;
            border-radius: 10px;
        }

        .sectionPlan div {
            width: 60%;
            padding: 20px;
        }

        .sectionPlan list {

        }
        .sectionPlan ul {
            list-style: none;
            list-style-type: disc;
            font-size: 18px;
            padding: 16px;
            color: #000;
            line-height: 24px;
        }
        .sectionPlan a {
            list-style: none;
            list-style-type: circle;
            font-size: 16px;
            color: #000;
        }
        .sectionAlerte {
            display: flex;
            align-items: center;
            flex-wrap: wrap;
            row wrap: row wrap;
            max-width: 1180px;
            background: #000000;
            padding: 20px;
            font-family: 'Albert Sans', Serif;
            font-weight: 300;
            margin-top: 20px;
            margin-bottom: 20px;
            margin-left: auto;
            margin-right: auto;
            border-radius: 16px;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        }

        .sectionAlerte p {
            line-height: 1.4;
            font-family: 'Albert Sans', Serif;
            font-weight: 300;
        }

        .sectionAlerte img {
            width: 40%;
            border-radius: 10px;
        }

        .sectionAlerte div {
            width: 100%;
            padding: 20px;
        }

        .sectionAlerte list {

        }
        .sectionAlerte ul {
            list-style: none;
            list-style-type: disc;
            font-size: 16px;
            padding: 16px;
            color: white;
        }
        .sectionAlerteBloc {
            display: flex;
            justify-content: center;
            align-items: left;
            align-content: left;
            width: 200px;
            height: 100px;
            background: #FFFFFF;
            padding: 10px;
            margin-left: auto;
            margin-right: auto;
            border-radius: 3px;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        }
        .sectionAlerteBloc img {
            display: inline-block;
            justify-content: center;
            align-items: center;
            width:160px;
            height:80px;
        }

        .sectionOffres {
            display: flex;
            align-items: center;
            flex-wrap: wrap;
            row wrap: row wrap;
            max-width: 1000px;
            background: #000000;
            padding: 20px;
            font-family: 'Albert Sans', Serif;
            font-weight: 300;
            margin-top: 20px;
            margin-bottom: 20px;
            margin-left: auto;
            margin-right: auto;
            border-radius: 6px;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        }

        .sectionOffres p {
            line-height: 1.4;
            font-family: 'Albert Sans', Serif;
            font-weight: 300;
        }

        .sectionOffres img {
            width: 40%;
            border-radius: 10px;
        }

        .sectionOffres div {
            width: 100%;
            padding: 20px;
        }

        .sectionOffres list {

        }
        .sectionOffres ul {
            list-style: none;
            list-style-type: disc;
            font-size: 16px;
            padding: 16px;
            color: white;
        }
        .sectionOffresBloc {
            display: flex;
            justify-content: center;
            align-items: left;
            align-content: left;
            width: 200px;
            height: 100px;
            background: #FFFFFF;
            padding: 10px;
            margin-left: auto;
            margin-right: auto;
            border-radius: 3px;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        }
        .sectionOffresBloc img {
            display: inline-block;
            justify-content: center;
            align-items: center;
            width:160px;
            height:80px;
        }

        .container {
            display: flex;
            max-width: 900px;
            background: #fdeee9;
            padding: 20px;
            border-radius: 10px;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        }
        .content {
            flex: 2;
            padding-left: 20px;
        }
        .image {
            flex: 1;
            max-width: 250px;
        }
        .image img {
            width: 100%;
            border-radius: 10px;
        }
        .btn {
            display: inline-block;
            margin-top: 20px;
            margin-top: 20px;
            padding: 10px 20px;
            background: #C0392B;
            color: white;
            text-decoration: none;
            border-radius: 5px;
            font-size: 18px;
            font-family: 'Albert Sans', Serif;
        }
        .btn:hover {
            background: #922d1a;
        }
        .btn2 {
            display: inline-block;
            margin-top: 20px;
            margin-top: 20px;
            padding: 10px 20px;
            background: #FFFFFF;
            color: black;
            text-decoration: none;
            border-radius: 5px;
            font-size: 18px;
            font-family: 'Albert Sans', Serif;
        }
        .btn2:hover {
            background: #FFFFFF;
        }
        .prefooter {
            text-align: center;
            align-items: center;
            align-content: center;
            background-color: #000;
            border-color: red;
            border
            color:white;
            width: 100%;
            height: 100px;
        }

        .prefooter p {
            font-family: 'Sofia Sans', Serif;
            font-size: 20px;
            font-weight: 400;
            width: 100%;
            margin-top: 8px;
            margin-bottom: 8px;
            color:white;
        }
        .prefooter img {
            width:140px;
            align-items: center;
            align-content: center;
            margin-bottom: 12px;
        }
        footer {
            background-color: #000000;
            color: white;
            text-align: center;
            padding: 20px;
        }
        
        .footer-apps  {
                width: 100%;
                margin: 5px;
        }
        .footer-apps img {
                height: 30px;
                margin: 5px;
        }

        .footer-links {
            display: flex;
            justify-content: center;
            gap: 30px;
            padding: 10px;
            list-style-type: none;
        }
        .footer-links a {
            color: white;
            text-decoration: none;
            font-family: 'Albert Sans', Serif;
            list-style-type: none;
        } 
        .footer-logo {
            text-align: center;
        }

        .footer-logo p {
            margin-top: 10px;
            font-size: 16px;
            font-family: 'Albert Sans', Serif;
            font-weight: 800;
        }
        #popin-overlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.6);
            display: flex;
            justify-content: center;
            align-items: center;
            z-index: 9999;
        }

        #popin {
            background: #A63D2F;
            padding: 20px;
            border-radius: 6px;
            max-width: 600px;
            max-height: 90%;
            text-align: center;
            position: relative;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
        }

        #popin img {
            max-width: 320px;
            height: auto;
            margin-bottom: 15px;
            border-radius: 6px;
        }

        #close-popin {
            position: absolute;
            top: 10px;
            right: 10px;
            background: #ff4d4d;
            border: none;
            color: white;
            font-size: 1.5rem;
            border-radius: 50%;
            cursor: pointer;
            width: 32px;
            height: 32px;
        }




        /* ==============================
        Homepage - Dernières news
        ============================== */

        .home-news-section {
            width: min(1000px, calc(100% - 40px));
            margin: 70px auto 30px;
        }

        .home-news-header {
            display: flex;
            align-items: flex-end;
            justify-content: space-between;
            gap: 24px;
            margin-bottom: 28px;
        }

        .home-news-header h2 {
            margin: 0 0 10px;
            font-family: 'Sofia Sans', sans-serif;
            font-size: clamp(1,8rem, 4vw, 3.2rem);
            color:#B24433;
            line-height: 1;
            text-transform: uppercase;
        }

        .home-news-link {
            color: #111;
            font-weight: 700;
            font-family: arial;
            text-decoration: none;
            white-space: nowrap;
        }

        .home-news-link:hover {
            text-decoration: underline;
        }

        .home-news-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 24px;
        }

        .home-news-card {
            display: block;
            text-decoration: none;
            color: inherit;
            border-radius: 18px;
            overflow: hidden;
            transition: transform 0.2s ease;
        }

        .home-news-card:hover {
            transform: translateY(-4px);
        }

        .home-news-card-image {
            width: 100%;
            aspect-ratio: 16 / 10;
            background: #ddd;
            border-radius: 18px 18px 0 0;
            overflow: hidden;
        }

        .home-news-card-image img {
            width: 100%;
            height: 100%;
            display: block;
            object-fit: cover;
        }

        .home-news-card-content {
            background: #B24433;
            padding: 14px;
            border-radius: 0 0 18px 18px;
            min-height: 125px;
        }

        .home-news-card-title {
            margin: 0 0 4px;
            font-family: 'Sofia Sans', sans-serif;
            font-size: 1.35rem;
            line-height: 1.1;
            color: #FFFFFF;
        }

        .home-news-card-date {
            display: block;
            font-family: 'Sofia Sans', sans-serif;
            margin-bottom: 12px;
            font-size: 0.78rem;
            color: #FFFFFF;
        }

        .home-news-card-text {
            margin: 0;
            font-size: 0.95rem;
            line-height: 1.45;
            color: #FFFFFF;
        }

        .home-partners-grid {
            display: grid;
            grid-template-columns: repeat(5, minmax(0, 1fr));
            border-radius: 18px;
            gap: 12px;
            width: 100%;
            margin-top: 4px;
        }

        .home-partners-grid .home-partner-card {
            width: 100%;
            margin: 0;
            text-decoration: none;
            transition: transform 0.2s ease;
        }

        .home-partner-card:hover {
            transform: translateY(-3px);
        }

        .home-partner-card img {
            max-width: 100%;
            object-fit: contain;
        }



/* VERSION SOUS 1024 PX DE LARGE*/


        @media (max-width: 1024px) {
            body {

            }

            .hero {
                background: url('../images/hero-HP.jpg') center/cover no-repeat;
                height: 50vh;
                display: flex;
                align-items: center;
                justify-content: center;
                color: white;
                font-size: 2rem;
                text-align: center;
                padding: 20px;
            }
       
            .hero-text {
                position: absolute;
                text-align: left;
                top: 140px;      /* Positionné 20px du haut */
                left: 80px;     /* Positionné 80px de la gauche */
                transform: none; /* On supprime la transformation centrée */
                color: white;
            }
            .hero2 {
                background: url('../images/hero-clubhouse.jpg') center/cover no-repeat;
                height: 30vh;
                max-height: 30vh;
                display: flex;
                align-items: center;
                justify-content: center;
                color: white;
                font-size: 2rem;
                text-align: center;
                padding: 20px;
            }
            .hero2-text {
                display: flex;
                text-align: center;
                align-items: center;
                justify-content: center;
                top: 100px;      /* Positionné 80px du haut */
                left: 20px;     /* Positionné 20px de la gauche */
                transform: none; /* On supprime la transformation centrée */
            }
            .hero2 img{
                display: flex;
                height: 40px;
                justify-content: center;
                filter: drop-shadow(0 0 0.75rem black);

            }
            .home-carousel {
                height: 56vh;
                min-height: 430px;
                border-radius: 16px;
            }

            .home-carousel-content {
                left: 28px;
                width: calc(100% - 56px);
            }

            .home-carousel-content-logo-only {
                top: 46px;
                transform: none;
            }

            .home-carousel-title {
                font-size: 50px;
            }

            .home-carousel-arrow {
                display: none;
            }

            .sectionAlerte {
                display: flex;
                flex-wrap: wrap;
                row wrap: row wrap;
                align-items: center;
                width: 90%;
                background: #000000;
                padding: 10px;
                font-family: 'Albert Sans', Serif;
                font-weight: 300;
                margin-top: 12px;
                margin-bottom: 20px;
                margin-left: auto;
                margin-right: auto;
                border-radius: 18px;
                box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
            }


            .sectionAlerte p {
                line-height: 1.4;
                font-family: 'Albert Sans', Serif;
                font-weight: 300;
            }

            .sectionAlerte img {
                width: 40%;
                border-radius: 10px;
            }

            .sectionAlerte div {
                width: 100%;
                padding: 10px;
            }

            .sectionAlerte list {

            }

            .sectionAlerte ul {
                list-style: none;
                list-style-type: disc;
                font-size: 16px;
                padding: 16px;
                color: white;
            }

            .sectionAlerteBloc {
                display: flex;
                justify-content: center;
                align-items: left;
                align-content: left;
                width: 160px;
                height: 80px;
                background: #FFFFFF;
                padding: 15px;
                margin-left: auto;
                margin-right: auto;
                margin-bottom: 6px;
                margin-top: 6px;
                border-radius: 3px;
                box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
            }

            .sectionAlerteBloc img {
                display: flex;
                justify-content: center;
                align-items: center;
                width:100px;
                height:50px;
            }
            #popin-overlay {
                position: fixed;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background: rgba(0, 0, 0, 0.6);
                display: flex;
                justify-content: center;
                align-items: center;
                z-index: 9999;
            }

            #popin {
                background: #A63D2F;
                padding: 20px;
                border-radius: 6px;
                width: 600px;
                max-height: 90%;
                text-align: center;
                position: relative;
                box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
            }

            #popin img {
                max-width: 320px;
                height: auto;
                margin-bottom: 15px;
                border-radius: 6px;
            }

            #close-popin {
                position: absolute;
                top: 10px;
                right: 10px;
                background: #ff4d4d;
                border: none;
                color: white;
                font-size: 1.5rem;
                border-radius: 50%;
                cursor: pointer;
                width: 32px;
                height: 32px;
            }


            .home-news-grid {
                grid-template-columns: 1fr;
                gap: 22px;
            }

            .home-news-header {
                align-items: flex-start;
                flex-direction: column;
            }

            .home-news-card-content {
                min-height: auto;
            }
}


/* VERSION SOUS 768 PX DE LARGE*/


        @media (max-width: 768px) {
            body {
                justify-content: center;
                align-items: center;
                margin: 0;
                padding: 0;
            }

            .home-news-section {
                width: calc(100% - 24px);
            }

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

            .btn {
                display: inline-block;
                margin-top: 20px;
                margin-top: 20px;
                padding: 8px 16px;
                background: #C0392B;
                color: white;
                text-decoration: none;
                border-radius: 5px;
                font-size: 14px;
                font-family: 'Albert Sans', Serif;
            }
            .btn:hover {
                background: #922d1a;
            }
            .btn2 {
                display: inline-block;
                margin-top: 20px;
                margin-top: 20px;
                padding: 8px 16px;
                background: #FFFFFF;
                color: black;
                text-decoration: none;
                border-radius: 5px;
                font-size: 14px;
                font-family: 'Albert Sans', Serif;
            }
            h1 {
                font-size: 34px;
                font-family: 'Sofia Sans', serif;
                font-weight: 800; 
                max-width: 500px;
                line-height: 36px;
            }

            h2 {
                font-size: 26px;
                line-height: 30px;
                font-family: 'Sofia Sans', serif;
                font-weight: 500; 
                margin-bottom: 16px;
            }

            h3 {
                font-size: 22px;
                line-height: normal;
                font-family: 'Sofia Sans', serif;
                font-weight: 400; 
                margin-bottom: 8px;
                text-align: left;
            }
            
            p {
                font-family: 'Albert Sans', serif;
                font-size: 20px; 
                font-weight: 300; 
            }
            .TitrePartenaires {
                font-size: 26px;
                line-height: 30px;
                font-family: 'Sofia Sans', serif;
                font-weight: 500; 
                margin-bottom: 12px;
                color:#ffffff;
            }
            .hero {
                background: url('../images/hero-HP.jpg') center/cover no-repeat;
                height: 30vh;
                max-height: 30vh;
                display: flex;
                align-items: center;
                justify-content: center;
                color: white;
                font-size: 2rem;
                text-align: center;
                padding: 20px;
            }
            .hero-text {
                position: absolute;
                text-align: left;
                top: 100px;      /* Positionné 80px du haut */
                left: 20px;     /* Positionné 20px de la gauche */
                transform: none; /* On supprime la transformation centrée */
            }
            .hero2 {
                background: url('../images/hero-clubhouse.jpg') center/cover no-repeat;
                height: 30vh;
                max-height: 30vh;
                display: flex;
                align-items: center;
                justify-content: center;
                color: white;
                font-size: 2rem;
                text-align: center;
                padding: 20px;
            }
            .hero2-text {
                display: flex;
                text-align: center;
                align-items: center;
                justify-content: center;
                top: 100px;      /* Positionné 80px du haut */
                left: 20px;     /* Positionné 20px de la gauche */
                transform: none; /* On supprime la transformation centrée */
            }
            .hero2 img{
                display: flex;
                height: 30px;
                justify-content: center;
            }
            .home-carousel {
                --home-carousel-margin: 12px;
                aspect-ratio: 1 / 1;
                height: auto;
                min-height: 0;
                max-height: none;
                border-radius: 14px;
            }

            .home-carousel-overlay {
                background: linear-gradient(180deg, rgba(0, 0, 0, 0.16) 0%, rgba(0, 0, 0, 0.72) 100%);
            }

            .home-carousel-content {
                left: 18px;
                right: 18px;
                width: auto;
            }

            .home-carousel-content-logo-only {
                top: 34px;
                transform: none;
            }

            .home-carousel-title-short {
                white-space: normal;
            }

            .home-carousel-logo {
                width: min(294px, 76vw);
                max-height: 110px;
                margin-bottom: 20px;
            }

            .home-carousel-title {
                margin-bottom: 14px;
                font-size: clamp(2rem, 10vw, 42px);
                line-height: 1;
            }

            .home-carousel-text {
                font-size: 1rem;
                line-height: 1.35;
            }

            .home-carousel-actions {
                gap: 10px;
                margin-top: 22px;
            }

            .home-carousel-btn {
                flex: 1 1 100%;
                min-height: 44px;
                padding: 11px 16px;
            }

            .section {
                flex-direction: column;
                align-items: center;
                width: calc(100% - 24px);
                max-width: 1000px;
                background: #A63D2F;
                padding: 20px;
                font-family: 'Albert Sans', Serif;
                font-weight: 300;
                margin-top: 20px;
                margin-bottom: 20px;
                margin-left: auto;
                margin-right: auto;
                border-radius: 14px;
                box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
            }

            .section img, .section div {
                width: 100%;
                display: inline-block;
            }

            .section div {
                padding: 18px 0 0;
            }

            .section p {
                line-height: 1.4;
                font-family: 'Albert Sans', Serif;
                font-weight: 300;
                font-size: 18px;
            }

            .section list {
                color: white;
            }
            .section ul {
                list-style: none;
                list-style-type: disc;
                font-family: 'Albert Sans', Serif;
                font-size: 18px;
                padding: 16px;
                color: white;
            }
            .section.reverse {
                flex-direction: column;
                background-color: #282828;
                display: flex;
                align-items: center;
                width: calc(100% - 24px);
                max-width: 900px;
                padding: 20px;
                font-family: 'Sofia Sans', Serif;
                font-weight: 300;
                margin-top: 20px;
                margin-bottom: 20px;
                margin-left: auto;
                margin-right: auto;
                border-radius: 14px;
                box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
                }

            .sectionAlerte {
                display: flex;
                flex-wrap: wrap;
                row wrap: row wrap;
                align-items: center;
                width: 90%;
                background: #000000;
                padding: 20px;
                font-family: 'Albert Sans', Serif;
                font-weight: 300;
                margin-top: 20px;
                margin-bottom: 20px;
                margin-left: auto;
                margin-right: auto;
                border-radius: 18px;
                box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
            }
            .sectionAlerte p {
                line-height: 1.4;
                font-family: 'Albert Sans', Serif;
                font-weight: 300;
            }

            .sectionAlerte img {
                width: 40%;
                border-radius: 10px;
            }

            .sectionAlerte div {
                width: 100%;
                padding: 20px;
            }

            .sectionAlerte list {
            }

            .sectionAlerte ul {
                list-style: none;
                list-style-type: disc;
                font-size: 16px;
                padding: 16px;
                color: white;
            }

            .sectionAlerteBloc {
                display: flex;
                justify-content: center;
                align-items: left;
                align-content: left;
                width: 160px;
                height: 80px;
                background: #FFFFFF;
                padding: 15px;
                margin-left: auto;
                margin-right: auto;
                margin-bottom: 6px;
                margin-top: 6px;
                border-radius: 3px;
                box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
            }

            .sectionAlerteBloc img {
                display: flex;
                justify-content: center;
                align-items: center;
                width:100px;
                height:50px;
            }
            .footer {
                background: black;
                color: white;
                padding: 40px 20px;
            }

            .footer-content {
                display: block;
                justify-content: space-between;
                align-items: center;
                max-width: 1200px;
                margin: auto;
            }
            .footer-links {
                list-style: none;
                display: inline-block;
                flex-direction: column;
                gap: 10px;
                align-items: flex-start;
            }

            .footer-links a {
                color: white;
                text-decoration: none;
                align-items: flex-start;
                font-size: 16px;
                line-height: 30px;
            }

            .footer-apps img {
                height: 30px;
                margin: 5px;
            }

            .footer-logo {
                text-align: center;
            }

            .footer-logo p {
                margin-top: 10px;
                font-size: 15px;
                font-family: 'Sofia Sans', Serif;
                font-weight: 800;
            }
            
            #popin-overlay {
                position: fixed;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background: rgba(0, 0, 0, 0.6);
                display: flex;
                justify-content: center;
                align-items: center;
                z-index: 9999;
            }

            #popin {
                background: #A63D2F;
                padding: 20px;
                border-radius: 6px;
                width: 600px;
                max-height: 90%;
                text-align: center;
                position: relative;
                box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
            }

            #popin img {
                max-width: 320px;
                height: auto;
                margin-bottom: 15px;
                border-radius: 6px;
            }

            #close-popin {
                position: absolute;
                top: 10px;
                right: 10px;
                background: #ff4d4d;
                border: none;
                color: white;
                font-size: 1.5rem;
                border-radius: 50%;
                cursor: pointer;
                width: 32px;
                height: 32px;
            }

            
        }
