    @font-face {
    font-family: "PPWoodland";
    src: url(/fonts/PPWoodland-Bold.otf);
    font-weight: normal;
    font-style: normal;
}  
      
      * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
    font-family: "Geist", sans-serif;
            background-color: #7F9384;
            min-height: 100vh;
            overflow: hidden;
        }

        .container {
            max-width: 1200px;
            width: 100%;

        }

        .trois {
    width: 1000px;
    height: 600px;
    position: absolute;
    left: 60%;
    bottom: 10%;


        }
        .deux {
    flex: 1;  /* ← AJOUTÉ - prend l'espace disponible */
    max-width: 500px; 
    margin-left: 80px; /* ← AJOUTÉ - limite la largeur */
}

        .icon-navigation {
            display: flex;
            justify-content: center;
            gap: 1.5rem;
            margin-bottom: 4rem;
            margin-left : 180px;
            margin-top: 40px;
        }

        .icon-btn {
            width: 60px;
            height: 60px;
            background: #D6872b;
            border-radius: 50%;
            display: flex;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s ease;
            box-shadow: 0 4px 15px rgba(9, 19, 7, 0.3);
            border: none;
        }

        .def {
           padding: 8px;
        }

        .defa{
            padding: 12px;
        }

        .icon-btn-retour{
             width: 60px;
            height: 60px;
            background: #BD9BA4;
            border-radius: 50%;
            display: flex;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s ease;
            box-shadow: 0 4px 15px rgba(255, 255, 255, 0.3);
            border: none;
            filter: invert(1);
            margin: 20px;
            margin-top: 200px;
        }

        .icon-btn-retour:hover {
            transform: translateY(-3px);
            box-shadow: 0 6px 20px rgba(255, 255, 255, 0.4);
            background: #ffffff;
        }

        
.direction {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
    margin-top: 40px;
}
        

      

        .icon-btn:hover {
            transform: translateY(-3px);
            box-shadow: 0 6px 20px #42645B;
            background: #455951;
        }

        .icon-btn svg {
            width: 30px;
            height: 30px;
            fill: white;
            stroke: white;
        }

        .main-title {
            font-size: clamp(3rem, 7vw, 5rem);
            font-weight: 400;
            color: white;
            text-align: center;
            margin-bottom: 4rem;
            text-align: left;
            margin-left: 500px;
    font-family: "PPWoodland", sans-serif;
            letter-spacing: -0.02em;
        }

        .content-section {
            gap: 4rem;  /* ← AJOUTÉ pour espacement */
    align-items: center;  /* ← AJOUTÉ pour alignement vertical */
    margin-top: 12rem;  /* ← RÉDUIT */
    position: relative;
    z-index: 10;  
            display: flex;
    
        }

        .section-title {
            font-size: clamp(1.5rem, 3vw, 2rem);
            font-weight: 600;
            color: white;
            margin-bottom: 1.5rem;
            line-height: 1.3;
        }

        .section-text {
            font-size: clamp(1rem, 1.8vw, 1.125rem);
            color: white;
            line-height: 1.7;
            margin-bottom: 2rem;
            opacity: 0.95;
        }

        spline-viewer {
    flex: 1;
    max-width: 600px;
    border-radius: 20px;
    overflow: hidden;
}



        @media (max-width: 768px) {
            .icon-navigation {
                gap: 1rem;
                margin-bottom: 3rem;
            }

            .icon-btn {
                width: 50px;
                height: 50px;
            }

            .icon-btn svg {
                width: 24px;
                height: 24px;
            }

            .main-title {
                margin-bottom: 3rem;
            }
        }

        @media (max-width: 480px) {
            body {
                padding: 1.5rem;
            }

            .icon-navigation {
                flex-wrap: wrap;
                justify-content: center;
            }

            .icon-btn {
                width: 45px;
                height: 45px;
            }
        }

        
.container::before,
.container::after {
    content: '';
    position: absolute;
    top: 0;
    z-index: -1;
    width: 50%;
    height: 65%;
    background-image: url(/image/image.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.container::before {
    left: 0;
    background-position: top left;
}

.container::after {
    right: 0;
    background-position: top left;
    transform: scaleX(-1);
}


.content-section-marais{
       gap: 5rem;  /* ← AJOUTÉ pour espacement */
    align-items: center;  /* ← AJOUTÉ pour alignement vertical */
     
    position: relative;
    z-index: 10;  
            display: flex;
}

.marais  {
    width: 700px;   
    height: auto;
}

.deux-marais {
    
    flex: 1;  /* ← AJOUTÉ - prend l'espace disponible */
    max-width: 500px;  /* ← AJOUTÉ - limite la largeur */
    margin-left: 80px;
}



.section-text-marais{
    font-size: clamp(1rem, 1.8vw, 1.125rem);
    color: white;
    line-height: 1.7;
    opacity: 0.95;
}

.serre{
    width: 600px;   
    height: auto;
}

.content-section-serre{
       gap: 5rem;  /* ← AJOUTÉ pour espacement */
    align-items: center;  /* ← AJOUTÉ pour alignement vertical */
     
    position: relative;
    z-index: 10;  
            display: flex;
}


.deux-serre {
    
    flex: 1;  /* ← AJOUTÉ - prend l'espace disponible */
    max-width: 500px;  /* ← AJOUTÉ - limite la largeur */
    margin-left: 80px;
}



.section-text-serre{
    font-size: clamp(1rem, 1.8vw, 1.125rem);
    color: white;
    line-height: 1.7;
    opacity: 0.95;
}


.foot{
    width: 600px;   
    height: auto;
}

.content-section-foot{
       gap: 5rem;  /* ← AJOUTÉ pour espacement */
    align-items: center;  /* ← AJOUTÉ pour alignement vertical */
     
    position: relative;
    z-index: 10;  
            display: flex;
}


.deux-foot {
    
    flex: 1;  /* ← AJOUTÉ - prend l'espace disponible */
    max-width: 500px;  /* ← AJOUTÉ - limite la largeur */
    margin-left: 80px;
}



.section-text-foot{
    font-size: clamp(1rem, 1.8vw, 1.125rem);
    color: white;
    line-height: 1.7;
    opacity: 0.95;
}

.main-title-foot {
             font-size: clamp(3rem, 7vw, 5rem);
            font-weight: 400;
            color: white;
            text-align: center;
            margin-bottom: 4rem;
            text-align: left;
            margin-left: 400px;
    font-family: "PPWoodland", sans-serif;
            letter-spacing: -0.02em;
            
}

.main-title-workout {
             font-size: clamp(3rem, 7vw, 5rem);
            font-weight: 400;
            color: white;
            text-align: center;
            margin-bottom: 4rem;
            text-align: left;
            margin-left: 400px;
    font-family: "PPWoodland", sans-serif;
            letter-spacing: -0.02em;
            
}