         * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        body {
            background-color: #F5F6FA;
            margin: 0;
            padding: 0;
            justify-content: center;
            align-items: center;
        }
        header {
            display: flex;
            justify-content: flex-start;
            align-items: center;
            padding: 12px;
            background-color: #0D1B2A;
            color: white;
            position: sticky;
            top: 0;
            width: 100%;
            z-index: 1000;
            height: 60px;
        }
        
        h1 {
            font-size: 50px;
            font-family: 'Sofia Sans', serif;
            font-weight: 600; 
            line-height: normal;
            max-width: 1000px;
        }
        h2 {
            font-size: 26px;
            line-height: 34px;
            font-family: 'Sofia Sans', serif;
            font-weight: 500; 
            margin-bottom: 16px;
            color:white;
        }
        h3 {
            font-size: 22px;
            line-height: normal;
            font-family: 'Sofia Sans', serif;
            font-weight: 400; 
            margin-bottom: 6px;
            margin-top: 6px;
            text-align: left;
            color:white;
        }
        h4 {
            font-size: 18px;
            line-height: normal;
            font-family: 'Sofia Sans', serif;
            font-weight: 400; 
            margin-bottom: 6px;
            margin-top: 6px;
            text-align: left;
            color:white;
        }
        TitreOffres {
            font-size: 26px;
            line-height: 30px;
            font-family: 'Sofia Sans', serif;
            font-weight: 500; 
            margin-bottom: 16px;
            color:#ffffff;
        }

        p {
            font-family: 'Albert Sans', serif;
            font-size: 15px; 
            font-weight: 300; 
        }

        .nav-links {
            list-style: none;
            display: flex;
            margin-left: 12px;
        }

        .nav-links li {
            margin: 0 8px;
        }

        .nav-links a {
            color: white;
            text-decoration: none;
            font-family: 'Albert Sans', Serif;
        }

        .burger-menu {
            display: none;
            background: none;
            border: none;
            font-size: 2rem;
            color: white;
            cursor: pointer;
        }

        .btn-reservation {
            background: #FF6B35;
            color: #FFFFFF;
            padding: 10px 20px;
            text-decoration: none;
            border-radius: 5px;
            margin-left: auto;
            font-family: 'Albert Sans', Serif;
            font-size: 600;
        }
        .btn-reservation:hover {
            background-color: #FFFFFF;
            color:#FF6B35;
        }

        .btn-insta {
            align: right;
        }
        .btn-insta img {
            margin-left: 20px;
            margin-right: 4px;
            height: 34px;
        }
         
        .btn-fb {
            align: right;
        }
        .btn-fb img {
            margin-left: 10px;
            margin-right: 10px;
            height: 34px;
        }
        .hero2 {
            background: url('../images/hero-central.jpg') center/cover no-repeat;
            height: 40vh;
            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: 120px;      /* Positionné 20px du haut */
            left: 80px;     /* Positionné 80px de la gauche */
            transform: none; /* On supprime la transformation centrée */
            color: white;
            font-size: 24px;
            font-weight: bold;
            font-family: 'Sofia Sans', Serif;
        }
        .heroCentre {
            background: url('../images/hero-centre.jpg') center/cover no-repeat;
            height: 40vh;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-size: 2rem;
            text-align: center;
            padding: 20px;
        }
        .heroCentre-text {
            position: absolute;
            text-align: left;
            top: 120px;      /* Positionné 120px du haut */
            left: 80px;     /* Positionné 80px de la gauche */
            transform: none; /* On supprime la transformation centrée */
            color: white;
            font-size: 24px;
            font-weight: bold;
            font-family: 'Sofia Sans', Serif;
        }
        .heroTarifs {
            background: url('../images/hero-terrain-noir.png') center/cover no-repeat;
            height: 40vh;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-size: 2rem;
            text-align: center;
            padding: 20px;
        }
        .heroTarifs-text {
            position: absolute;
            text-align: left;
            top: 120px;      /* Positionné 120px du haut */
            left: 80px;     /* Positionné 80px de la gauche */
            transform: none; /* On supprime la transformation centrée */
            color: white;
            font-size: 24px;
            font-weight: bold;
            font-family: 'Sofia Sans', Serif;
        }
        .heroRestauration {
            background: url('../images/restauration.jpg') center/cover no-repeat;
            height: 40vh;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-size: 2rem;
            text-align: center;
            padding: 20px;
        }
        .heroRestauration-text {
            position: absolute;
            text-align: left;
            top: 120px;      /* Positionné 120px du haut */
            left: 80px;     /* Positionné 80px de la gauche */
            transform: none; /* On supprime la transformation centrée */
            color: white;
            font-size: 24px;
            font-weight: bold;
            font-family: 'Sofia Sans', Serif;
        }
        .heroReservation {
            background: url('../images/hero-terrain-4.jpg') center/cover no-repeat;
            height: 40vh;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-size: 2rem;
            text-align: center;
            padding: 20px;
        }
        .heroReservation-text {
            position: absolute;
            text-align: left;
            top: 120px;      /* Positionné 120px du haut */
            left: 80px;     /* Positionné 80px de la gauche */
            transform: none; /* On supprime la transformation centrée */
            color: white;
            font-size: 24px;
            font-weight: bold;
            font-family: 'Sofia Sans', Serif;
        }
        .heroShop {
            background: url('../images/hero-raquettes.jpg') center/cover no-repeat;
            height: 40vh;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-size: 2rem;
            text-align: center;
            padding: 20px;
        }
        
        .section {
            display: flex;
            align-items: center;
            padding: 50px;
            font-family: 'Sofia Sans', Serif;
            font-weight: 300;
            background-color: #0D1B2A;
        }
        .container {
            display: flex;
            flex-wrap: wrap;
            row wrap: row wrap;
            max-width: 1000px;
            align-items: center;
            justify-content: center;
            align-items: flex-start;
            padding: 20px;
            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);
            align: center;
            font-size: 16px;
            background-color: #0D1B2A;
        }
        .containerNoir {
            display: flex;
            flex-wrap: wrap;
            row wrap: row wrap;
            max-width: 1000px;
            align-items: center;
            justify-content: center;
            align-items: flex-start;
            padding: 20px;
            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);
            align: center;
            font-size: 16px;
            background-color: #000000;
        }
        .image {
            display: flex;
            max-width: 400px;
            margin-top : 10px;
        }
        .image img {
            display:flex;
            width: 100%;
            border-radius: 10px;
        }
        .content {
            flex: 2;
            padding-left: 20px;
            font-family: 'Albert Sans', Serif;
            font-weight: 300;
            width: 60%;
        }
        .content img{
            padding-left: 20px;
            margin-top: 14px;
            max-width: 250px;
            align-items: center;
            align-content: center;
        }
        .content p {
            line-height: 20px;
            font-family: 'Albert Sans', Serif;
            font-size: 15px;
            font-weight: 300;
            color:white;
            margin-bottom: 8px;
        }

        .content ul {
            line-height: 1.4;
            font-family: 'Albert Sans', Serif;
            font-size: 15px;
            font-weight: 300;
            color:white;
            list-style: none;
            list-style-type: disc;
            padding-left: 20px;
            margin-bottom: 14px;
        }
        .content1 {
            flex: 2;
            padding-left: 20px;
            font-family: 'Albert Sans', Serif;
            font-weight: 300;
            width: 60%;
        }
        .content1 img{
            padding-left: 20px;
            margin-top: 14px;
            max-width: 250px;
            align-items: center;
            align-content: center;
        }
        .content1 p {
            line-height: 20px;
            font-family: 'Albert Sans', Serif;
            font-size: 16px;
            font-weight: 300;
            color:white;
            margin-bottom: 12px;
        }

        .content1 ul {
            line-height: 1.4;
            font-family: 'Albert Sans', Serif;
            font-size: 16px;
            font-weight: 300;
            color:white;
            list-style: none;
            list-style-type: circle;
            padding-left: 20px;
            margin-bottom: 14px;
        }
        .sectionOffres {
            display: flex;
            align-items: center;
            flex-wrap: wrap;
            row wrap: row wrap;
            max-width: 1000px;
            background: #000000;
            padding: 10px;
            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: circle;
            font-size: 16px;
            padding: 16px;
            color: white;
        }
        .sectionOffresBloc {
            display: flex;
            justify-content: center;
            align-items: left;
            align-content: left;
            width: 400px;
            height: 300px;
            background: #FFFFFF;
            padding: 10px;
            margin-left: 0px;
            margin-right: auto;
            border-radius: 6px;
            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;
        }
        .btn {
            display: inline-block;
            margin-top: 20px;
            margin-top: 20px;
            padding: 10px 20px;
            background-color: #A7BBC7;
            color: white;
            text-decoration: none;
            border-radius: 5px;
            font-size: 18px;
            font-family: 'Albert Sans', Serif;
        }
        .btn:hover {
            background: #FFFFFF;
            color:#FF6B35;
        }
        .prefooter {
            text-align: center;
            align-items: center;
            align-content: center;
            background-color: #A7BBC7;
            border-color: red;
            border
            color:white;
            width: 100%;
            height: 80px;
        }
        .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: #A7BBC7;
            color: white;
            text-align: center;
            padding: 20px;
        }
        
        .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: 'Sofia Sans', Serif;
            font-weight: 800;
        }
        .asterisque {
            font-family: 'Albert Sans', serif;
            font-size: 13px;
        }



/* VERSION SOUS 1024 PX DE LARGE*/


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

            }

            .nav-links {
                display: none;
                flex-direction: column;
                position: absolute;
                top: 64px;
                left: -10px;
                width: 96%;
                background: black;
                text-align: left;
                line-height: 2;
                font-size: 24px;
                font-family: 'Albert Sans', serif;
                font-weight: 300;
                border-radius: 8px;
            }

            .nav-links.active {
                display: flex;
            }

            .burger-menu {
                display: block;
                font-size: 2rem;
                color: white;
                margin-left: 20px;
            }
            .btn {
                display: inline-block;
                margin-top: 20px;
                margin-top: 20px;
                padding: 10px 20px;
                background-color: #A7BBC7;
                color: white;
                text-decoration: none;
                border-radius: 5px;
                font-size: 18px;
                font-family: 'Albert Sans', Serif;
            }
            .btn:hover {
                background: #FFFFFF;
                color:#FF6B35;
            }
            .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: center;
                /*top: 100px;       Positionné 20px du haut */
                /* left: 80px;     Positionné 80px de la gauche */
                transform: none; /* On supprime la transformation centrée */
                color: white;
            }

            .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: 6px;
                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: circle;
                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;
            }

        }


/* VERSION POUR LES ECRANS DE MOINS DE 768PX */


         @media (max-width: 768px) {
            body {
                background-color: #f8f8f8;
                margin-left: 0px;
                padding: 0;
                justify-content: center;
                align-items: center;
            }
            header {
                display: flex;
                justify-content: flex-start;
                align-items: center;
                padding: 20px;
                background-color: #0D1B2A;
                color: white;
                position: sticky;
                top: 0;
                width: 100%;
                z-index: 1000;
                height: 60px;
            }
            .hero2 {
                background: url('../images/hero-central.jpg') center/cover no-repeat;
                height: 20vh;
                max-height: 30vh;
                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: 120px;      /* Positionné 20px du haut */
                left: 80px;     /* Positionné 80px de la gauche */
                transform: none; /* On supprime la transformation centrée */
                color: white;
                font-size: 24px;
                font-weight: bold;
                font-family: 'Sofia Sans', Serif;
            }
            .heroCentre {
                background: url('../images/hero-centre.jpg') center/cover no-repeat;
                height: 20vh;
                display: flex;
                align-items: center;
                justify-content: center;
                color: white;
                font-size: 2rem;
                text-align: center;
                padding: 20px;
            }
            .heroCentre-text {
                position: absolute;
                text-align: left;
                top: 120px;      /* Positionné 120px du haut */
                left: 80px;     /* Positionné 80px de la gauche */
                transform: none; /* On supprime la transformation centrée */
                color: white;
                font-size: 24px;
                font-weight: bold;
                font-family: 'Sofia Sans', Serif;
            }
            .heroTarifs {
                background: url('../images/hero-terrain-noir.png') center/cover no-repeat;
                height: 20vh;
                display: flex;
                align-items: center;
                justify-content: center;
                color: white;
                font-size: 2rem;
                text-align: center;
                padding: 20px;
            }
            .heroTarifs-text {
                position: absolute;
                text-align: left;
                top: 120px;      /* Positionné 120px du haut */
                left: 80px;     /* Positionné 80px de la gauche */
                transform: none; /* On supprime la transformation centrée */
                color: white;
                font-size: 24px;
                font-weight: bold;
                font-family: 'Sofia Sans', Serif;
            }
            .heroRestauration {
                background: url('../images/restauration.jpg') center/cover no-repeat;
                height: 20vh;
                max-height: 30vh;
                display: flex;
                align-items: center;
                justify-content: center;
                color: white;
                font-size: 2rem;
                text-align: center;
                padding: 20px;
            }
            .heroRestauration-text {
                position: absolute;
                text-align: center;
                transform: none; /* On supprime la transformation centrée */
                color: white;
                font-size: 24px;
                font-weight: bold;
                font-family: 'Sofia Sans', Serif;
            }
            .heroReservation {
                background: url('../images/hero-terrain-4.jpg') center/cover no-repeat;
                height: 20vh;
                max-height: 30vh;
                display: flex;
                align-items: center;
                justify-content: center;
                color: white;
                font-size: 2rem;
                text-align: center;
                padding: 20px;
            }
            .heroShop {
                background: url('../images/hero-raquettes.jpg') center/cover no-repeat;
                height: 20vh;
                max-height: 30vh;
                display: flex;
                align-items: center;
                justify-content: center;
                color: white;
                font-size: 2rem;
                text-align: center;
                padding: 20px;
            }
            .heroReservation-text {
                position: absolute;
                text-align: center;
                transform: none; /* On supprime la transformation centrée */
                color: white;
                font-size: 24px;
                font-weight: bold;
                font-family: 'Sofia Sans', Serif;
            }

            h1 {
                font-size: 36px;
                line-height: 60px;
                font-family: 'Sofia Sans', serif;
                font-weight: 600; 
                line-height: 1,5em;
                max-width: 1000px;
            }
            h2 {
                display: flex;
                flex-wrap: flex-wrap;
                font-size: 26px;
                line-height: 30px;
                font-family: 'Sofia Sans', serif;
                font-weight: 500; 
                margin-bottom: 20px;
                width:100Ù;
            }
            h3 {
                font-size: 22px;
                line-height: 20px;
                font-family: 'Sofia Sans', serif;
                font-weight: 400; 
                margin-bottom: 10px;
                margin-top: 16px;
                text-align: left;
            }

            p {
                font-family: 'Albert Sans', serif;
                font-size: 16px; 
                font-weight: 300; 
            }       
            .nav-links {
                display: none;
                flex-direction: column;
                position: absolute;
                top: 64px;
                left: -10px;
                width: 96%;
                background: black;
                text-align: left;
                line-height: 2;
                font-size: 24px;
                font-family: 'Albert Sans', serif;
                font-weight: 300;
                border-radius: 8px;
            }

            .nav-links.active {
                display: block;
            }
            .btn-reservation {
                display:none;
                background: #FF6B35;
                color: white;
                padding: 6px 4px;
                text-decoration: none;
                border-radius: 5px;
                margin-left: auto;
                font-family: 'Albert Sans', Serif;
                font-size: 12;
            }
            .btn-reservation:hover {
                display:none;
                background: #922d1a;
            }
            .burger-menu {
                display: block;
                margin-left: 20px;
            }
            .containerNoir {
                display: flex;
                width:100%;
                flex-wrap: wrap;
                row wrap: row wrap;
                max-width: 90%;
                align-items: center;
                background: #000000;
                justify-content: flex-start;
                padding: 20px;
                margin-top: 20px;
                margin-bottom: 20px;
                margin-left: auto;
                margin-right: auto;
                border-radius: 10px;
                box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
                align: center;
            }
            .container {
                display: flex;
                width:100%;
                flex-wrap: wrap;
                row wrap: row wrap;
                max-width: 90%;
                align-items: center;
                background-color: #0D1B2A;
                justify-content: flex-start;
                padding: 20px;
                margin-top: 20px;
                margin-bottom: 20px;
                margin-left: auto;
                margin-right: auto;
                border-radius: 10px;
                box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
                align: center;
            }
            
            .image {
                display: flex;
                max-width: 100%;
                margin-top : 10px;
            }
            /*.image {
                flex: 1;
                vertical-align: inherit;
            }*/
            .image img {
                display:flex;
                width: 100%;
                border-radius: 10px;
                margin-bottom: 20px;
            }
            .content {
                display:flex;
                flex-direction: column;
                width: 100%;
                vertical-align:top;
                padding-left: 10px;
                font-family: 'Albert Sans', Serif;
                font-weight: 300;
            }
            .content p {
                width: 100%;
                font-family: 'Albert Sans', Serif;
                font-size: 16px;
                font-weight: 300;
                color:white;
                margin-bottom: 8px;
            }
            .content ul {
                width: 100%;
                line-height: 1.4;
                font-family: 'Albert Sans', Serif;
                font-size: 16px;
                font-weight: 300;
                color:#FFFFFF;
                list-style: none;
                list-style-type: disc;
                padding-left: 16px;
                margin-bottom: 14px;
            }
            .content1 {
                display: flex;
                flex-direction: column;
                vertical-align:top;
                width: 100px;
                padding-left: 10px;
                font-family: 'Albert Sans', Serif;
                font-weight: 300;
            }
            .content1 p {
                width: 100%;
                font-family: 'Albert Sans', Serif;
                font-size: 16px;
                font-weight: 300;
                color:white;
                margin-bottom: 8px;
                width: 100%;
            }
            .content1 ul {
                width: 100%;
                line-height: 1.4;
                font-family: 'Albert Sans', Serif;
                font-size: 16px;
                font-weight: 300;
                color:#FFFFFF;
                list-style: none;
                list-style-type: circle;
                padding-left: 16px;
                margin-bottom: 14px;
                width: 100%;
            }

            .btn {
                display: inline-block;
                margin-top: 20px;
                margin-top: 20px;
                padding: 10px 20px;
                background-color: #A7BBC7;
                color: white;
                text-decoration: none;
                border-radius: 5px;
                font-size: 18px;
                font-family: 'Albert Sans', Serif;
            }
            .btn:hover {
                background: #FFFFFF;
                color:#FF6B35;
            }
            .asterisque {
                font-family: 'Albert Sans', serif;
                font-size: 13px;
            }
            .footer {
                background: A7BBC7;
                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: 24px;
                margin: 5px;
            }

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

            .footer-logo p {
                margin-top: 10px;
                font-size: 15px;
                font-family: 'Albert Sans', Serif;
                font-weight: 800;
            }
            
        }   


/* VERSION POUR LES ECRANS DE MOINS DE 365PX */


         @media (max-width: 365px) {
            body {
                background-color: #f8f8f8;
                margin-left: 0px;
                padding: 0;
                justify-content: center;
                align-items: center;
            }
            h1 {
                font-size: 30px;
                line-height: 60px;
                font-family: 'Sofia Sans', serif;
                font-weight: 600; 
                line-height: 1,5em;
                max-width: 1000px;
            }
            h2 {
                display: flex;
                flex-wrap: flex-wrap;
                font-size: 24px;
                line-height: 30px;
                font-family: 'Sofia Sans', serif;
                font-weight: 500; 
                margin-bottom: 20px;
                width:100Ù;
            }
            h3 {
                font-size: 20px;
                line-height: 22px;
                font-family: 'Sofia Sans', serif;
                font-weight: 400; 
                margin-bottom: 10px;
                margin-top: 16px;
                text-align: left;
            }

            p {
                font-family: 'Albert Sans', serif;
                font-size: 12px; 
                font-weight: 300; 
            }       
            .nav-links {
                display: none;
                flex-direction: column;
                position: absolute;
                top: 64px;
                left: -10px;
                width: 96%;
                background: black;
                text-align: left;
                line-height: 2;
                font-size: 24px;
                font-family: 'Albert Sans', serif;
                font-weight: 300;
                border-radius: 8px;
            }
            .nav-links.active {
                display: block;
            }
            .burger-menu {
                display: block;
                font-size: 2rem;
                color: white;
                margin-left: 8px;
            }
            .btn-reservation {
                display:none;
                background: #FF6B35;
                color: white;
                padding: 6px 4px;
                text-decoration: none;
                border-radius: 5px;
                margin-left: auto;
                font-family: 'Albert Sans', Serif;
                font-size: 12;
            }
            .btn-reservation:hover {
                display:none;
                background: #922d1a;
            }
            .btn {
                display: inline-block;
                margin-top: 20px;
                margin-top: 20px;
                padding: 10px 20px;
                background-color: #A7BBC7;
                color: white;
                text-decoration: none;
                border-radius: 5px;
                font-size: 18px;
                font-family: 'Albert Sans', Serif;
            }
            .btn:hover {
                background: #FFFFFF;
                color:#FF6B35;
            }
            .btn2 {
                display: inline-block;
                margin-top: 20px;
                margin-left: auto;
                padding: 8px 16px;
                background: #FFFFFF;
                color: black;
                text-decoration: none;
                border-radius: 5px;
                font-size: 14px;
                font-family: 'Albert Sans', Serif;
            }
            .btn2:hover {
                background: #FFFFFF;
            }
            .container {
                display: flex;
                width:100%;
                flex-wrap: wrap;
                row wrap: row wrap;
                max-width: 90%;
                align-items: center;
                background: #0D1B2A;
                justify-content: flex-start;
                padding: 20px;
                margin-top: 20px;
                margin-bottom: 20px;
                margin-left: auto;
                margin-right: auto;
                border-radius: 10px;
                box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
                align: center;
            }
            .containerNoir {
                display: flex;
                width:100%;
                flex-wrap: wrap;
                row wrap: row wrap;
                max-width: 90%;
                align-items: center;
                background: #000000;
                justify-content: flex-start;
                padding: 20px;
                margin-top: 20px;
                margin-bottom: 20px;
                margin-left: auto;
                margin-right: auto;
                border-radius: 10px;
                box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
                align: center;
            }
            /*.image {
                flex: 1;
                vertical-align: inherit;
            }*/
            .image img {
                display:flex;
                width: 100%;
                border-radius: 10px;
                margin-bottom: 20px;
            }
            .content {
                flex: 2;
                flex-direction: column;
                width: 100%;
                vertical-align:top;
                padding-left: 10px;
                font-family: 'Albert Sans', Serif;
                font-weight: 300;
            }
            .content {
                flex: 2;
                padding-left: 10px;
                font-family: 'Albert Sans', Serif;
                font-weight: 300;
                width: 60%;
            }
            .content p {
                width: 100%;
                font-family: 'Albert Sans', Serif;
                font-size: 16px;
                font-weight: 300;
                color:white;
                margin-bottom: 8px;
            }
            .content ul {
                width: 100%;
                line-height: 1.4;
                font-family: 'Albert Sans', Serif;
                font-size: 16px;
                font-weight: 300;
                color:#FFFFFF;
                list-style: none;
                list-style-type: disc;
                padding-left: 16px;
                margin-bottom: 14px;
            }
            .content1 {
                display: flex;
                flex-direction: column;
                vertical-align:top;
                width: 100px;
                padding-left: 10px;
                font-family: 'Albert Sans', Serif;
                font-weight: 300;
            }
            .content1 p {
                width: 100%;
                font-family: 'Albert Sans', Serif;
                font-size: 16px;
                font-weight: 300;
                color:white;
                margin-bottom: 8px;
                width: 100%;
            }
            .content1 ul {
                width: 100%;
                line-height: 1.4;
                font-family: 'Albert Sans', Serif;
                font-size: 16px;
                font-weight: 300;
                color:#FFFFFF;
                list-style: none;
                list-style-type: circle;
                padding-left: 16px;
                margin-bottom: 14px;
                width: 100%;
            }

