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

        body {
            justify-content: center;
            align-items: center;
            margin: 0;
            padding: 0;
        }
        header {
            display: flex;
            justify-content: flex-start;
            align-items: center;
            padding: 20px;
            background: black;
            color: white;
            position: sticky;
            top: 0;
            width: 100%;
            z-index: 1000;
            height: 60px;
        }
        
        h1 {
            font-size: 56px;
            line-height: 60px;
            font-family: 'Sofia Sans', serif;
            font-weight: 800; 
            line-height: 1,5em;
            max-width: 1000px;
            color:#000;
        }
        h2 {
            font-size: 24px;
            line-height: 30px;
            font-family: 'Sofia Sans', serif;
            font-weight: 500; 
            margin-bottom: 16px;
            color:#ffffff;
        }
        h3 {
            font-size: 20px;
            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;
        }

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

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

        .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: #C0392B;
            color: white;
            padding: 10px 20px;
            text-decoration: none;
            border-radius: 5px;
            margin-left: auto;
            font-family: 'Albert Sans', Serif;
        }
        .btn-reservation:hover {
            background: #922d1a;
        }

        .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;
        }

        .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;
        }

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

        .section list {

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

        .section.reverse {
            flex-direction: row-reverse;
            background-color: #282828;
            display: flex;
            align-items: center;
            max-width: 1000px;
            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);
        }

        .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;
        }

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

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

        .sectionPlan list {

        }
        .sectionPlan ul {
            list-style: none;
            list-style-type: circle;
            font-size: 16px;
            padding: 16px;
            color: #000;
            line-height: 24px;
        }
        .sectionPlan a {
            list-style: none;
            list-style-type: circle;
            font-size: 16px;
            color: #000;
        }


        .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;
        }
        .prefooter {
            text-align: center;
            align-items: center;
            align-content: center;
            background-color: #000;
            border-color: red;
            border
            color:white;
            width: 100%;
            height: 80px;
        }

        .prefooter p {
            font-family: 'Sofia Sans', Serif;
            font-size: 26px;
            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;
        }
        


        @media (max-width: 768px) {
            body {
                justify-content: center;
                align-items: center;
                margin: 0;
                padding: 0;
            }
            .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;
            }

            h1 {
                font-size: 34px;
                font-family: 'Sofia Sans', serif;
                font-weight: 800; 
                max-width: 500px;
                line-height: 30px;
            }

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

            h3 {
                font-size: 20px;
                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; 
            }

            .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 */
            }
            .section {
                flex-direction: column;
                align-items: center;
                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: 0px;
                box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
            }

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

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

            .section list {
                color: white;

            }
            .section ul {
                list-style: none;
                list-style-type: circle;
                font-size: 16px;
                padding: 16px;
                color: white;
            }
            .section.reverse {
                flex-direction: column;
                background-color: #282828;
                display: flex;
                align-items: center;
                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: 0px;
                box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
            }

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