         * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        body {
            background-color: #C5DBC6;
            margin: 0;
            padding: 0;
            justify-content: center;
            align-items: center;
        }
        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: 50px;
            font-family: 'Sofia Sans', serif;
            font-weight: 600; 
            line-height: normal;
            max-width: 1000px;
            filter: drop-shadow(0 0 0.75rem black);
        }
        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;
        }
        p {
            font-family: 'Albert Sans', serif;
            font-size: 16px; 
            font-weight: 300; 
        }

        .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;
            font-size: 14px;
        }

        .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;
            font-size: 600;
        }
        .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;
        }
        .hero2 {
            background: url('../images/Hero-zen@2x.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;
        }
        .herogap {
            background: url('../images/hero-gap.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;
        }
        .heroqui {
            background: url('../images/hero-qui.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;
        }
        .heroaudition {
            background: url('../images/hero-audition.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;
        }
        .herosupervisionco {
            background: url('../images/hero-supervision-collective.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;
        }
        .herosupervisionind {
            background: url('../images/hero-supervision-individuelle.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;
        }
        .heroregulation {
            background: url('../images/hero-regulation.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;
        }
        .heroformation {
            background: url('../images/hero-formation.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;
        }
        .herocontact {
            background: url('../images/hero-hp.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;
        }
        .container {
            display: flex;
            flex-wrap: wrap;
            row wrap: row wrap;
            max-width: 1000px;
            align-items: center;
            align-items: flex-start;
            justify-content: center;
            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: #ABBEAB;
        }
        .image {
            display: flex;
            max-width: 400px;
            vertical-align: top;
            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;
        }
        .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: 16px;
            font-weight: 300;
            color:white;
            margin-bottom: 12px;
        }

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

        .btn {
            display: inline-block;
            margin-top: 20px;
            margin-top: 20px;
            padding: 10px 20px;
            background: #000000;
            color: white;
            text-decoration: none;
            border-radius: 5px;
            font-size: 18px;
            font-family: 'Albert Sans', Serif;
        }
        .btn:hover {
            background: #CCCCCC;
        }

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

@media (max-width: 768px) {
            body {
                background-color: #C5DBC6;
                margin-left: 0px;
                padding: 0;
                justify-content: center;
                align-items: center;
            }
            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;
            }
            .hero2 {
                background: url('../images/hero-hp.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;
            }
            .herogap {
                background: url('../images/hero-gap.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;
            }
            .heroqui {
                background: url('../images/hero-qui.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;
            }
            .heroaudition {
                background: url('../images/hero-audition.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;
            }
            .herosupervisionco {
                background: url('../images/hero-supervision-collective.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;
            }
            .herosupervisionind {
                background: url('../images/hero-supervision-individuelle.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;
            }
            .heroregulation {
                background: url('../images/hero-regulation.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;
            }
            .heroformation {
                background: url('../images/hero-formation.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;
            }
            .herocontact {
                background: url('../images/hero-hp.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;
            }

            h1 {
                font-size: 32px;
                line-height: 40px;
                font-family: 'Sofia Sans', serif;
                font-weight: 400; 
                max-width: 1000px;
                filter: drop-shadow(0 0 0.75rem black);
            }
            h2 {
                font-size: 26px;
                line-height: 30px;
                font-family: 'Sofia Sans', serif;
                font-weight: 500; 
                margin-bottom: 20px;
            }
            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: 20px; 
                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;
                margin-left: 20px;
            }
            
            .container {
                display: flex;
                max-width: 90%;
                align-items: center;
                background: #ABBEAB;
                justify-content: center;
                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 img {
                display:flex;
                width: 100%;
                border-radius: 10px;
                margin-bottom: 20px;
            }
            .content {
                flex: 18;
                padding-left: 10px;
                font-family: 'Albert Sans', Serif;
                font-weight: 300;
            }
            .content p {
                font-family: 'Albert Sans', Serif;
                font-size: 18px;
                font-weight: 300;
                color:white;
                margin-bottom: 8px;
            }
            .content ul {
                line-height: 1.4;
                font-family: 'Albert Sans', Serif;
                font-size: 18px;
                font-weight: 300;
                color:#FFFFFF;
                list-style: none;
                list-style-type: circle;
                padding-left: 16px;
                margin-bottom: 14px;
            }

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