*, ::before, ::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: Montserrat, Verdana, sans-serif;
    
}

a{
    text-decoration: none;
    color: inherit;
}

/*---------------------------- Navigation -------------------------*/

nav {
    position: fixed;
    height: 90px;
    width: 80%;
    margin: 0 auto;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.2s ease;
    background-color: #f1f1f1 ;
    z-index: 10;
    border-radius: 10px;
}

nav.scrolled {

        top: 0px;
        width: 100%;
        margin: 0;
        border-radius: 0px;
        background-color: #96e5ac ;
}

.logo-site {
    position: absolute;
    top: 10px;
    left: 70px;
    width: 50px;
    z-index: 25;
}

.logo-menu {
    position: absolute;
    top: 20px;
    right: 25px;
    width: 50px;
    z-index: 25;
    display: none;
}

.liste-nav {

    /* background-color: #ffffff ; */
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: right;
    list-style-type: none;
    border-radius: 10px;

}

.nav-item {

    display: flex;
    align-items: center;

}

.nav-item a {

    font-size: 20px;
    font-weight: 600;
    color: #175727;
    text-decoration: none;
    padding: 10px;
    margin: 0 15px;
}

.nav-item a:hover{

        background-color: #31a251;
        border-radius: 40px;
        color: #ffffff;

}


@media screen and (max-width: 1100px){

    .logo-menu{
        display:block;
    }
    .logo-site{
        left: 25px;;
    }

    .liste-nav{

        padding-top: 70px;
        flex-direction: column;
        height: auto;
        position: relative;
        background-color: #6ed68c;
        display: none;
    }

    .liste-nav.active {
        display: block;
    }

    .nav-item{
        height: 70px;
        justify-content: center;
        
    }
}



/*---------------------- Accueil ---------------------*/

.accueil{
    width: 100%;
    height: 100vh;
    min-height: 970px;
    background-image: url(ressources/images/image-accueil.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-bottom: 1px dotted #7777;
    padding-top: 1px;
}


.container {

    width: auto;
    height: auto;
    display: flex;
    justify-content: left;
    margin: 0 auto;

}

.content {

    width: 980px;
    height: auto;
    position: absolute;
    top: 270px;
    left: 200px;
}

.content h1 {

    font-size: 60px;
    color: #029935;
    margin-bottom: 30px;
    text-align: justify;

}


.content p {
    color: #000000;
    font-size: 25px;
    margin-bottom: 20px;
    text-align: justify;
    line-height: 1.5;
}

.content button {
    padding: 20px;
    font-size: 25px;
    /* font-weight: bold; */
    color: #ffffff;
    cursor: pointer;
    border-color: #029935;
    border-radius: 9999px;
    background: linear-gradient(0deg, #029935, #1d8f43);
}

.content button:hover{
    background:#fe8d25;
    color: #ffffff;
    border-color: #fe8d25;
}

.content button:active{
    transform: scale(0.9);
    background:#ec7708;
}

.prot{
    color: #fe8d25;

}

@media screen and (max-width: 1380px) {


    .content {

        width: 980px;
        height: auto;
        position: absolute;
        top: 270px;
        left: 180px;
    }

    .accueil{

        background-position: left;
    
    }

}

@media screen and (max-width: 850px) {


    .accueil {
        height: 650px;
        min-height: auto;
        background-position: left;
    }

    .content {

        width: 500px;
        height: auto;
        position: absolute;
        top: 150px;
        left: 50%;
        transform: translateX(-50%);
        
    }
    
    .content h1 {
    
        font-size: 30px;
        color: #029935;
        margin-bottom: 10px;
        text-align: justify;
    
    }
    
    
    .content p {
        color: #000000;
        font-size: 20px;
        margin-bottom: 20px;
        text-align: justify;
        line-height: 1.5;
    }
    
    .content button {
        padding: 20px;
        font-size: 20px;
        /* font-weight: bold; */
        color: #ffffff;
        cursor: pointer;
        border-color: #029935;
        border-radius: 9999px;
        background: linear-gradient(0deg, #029935, #1d8f43);
        display: block;
        margin: 0 auto;

    }

    .container {

        width: auto;
        height: auto;
        display: flex;
        justify-content: center;
        
    
    }
}

@media (max-width: 1300px) and (min-width: 850px) {

    .content button {
        padding: 20px;
        font-size: 25px;
        /* font-weight: bold; */
        color: #ffffff;
        cursor: pointer;
        border-color: #029935;
        border-radius: 9999px;
        background: linear-gradient(0deg, #029935, #1d8f43);
        display: block;
        margin: 0 auto;

    }

    .content h1 {
    
        font-size: 40px;
        color: #029935;
        margin-bottom: 10px;
        text-align: justify;
    
    }
    
    .content {

        width: 800px;
        height: auto;
        position: absolute;
        top: 180px;
        left: 50%;
        transform: translateX(-50%);
        
    }

    .accueil {
        height: 750px;
        min-height: auto;
        background-position: left;
    }

}

@media screen and (max-width: 520px) {

        .accueil {
            height: 600px;
            min-height: auto;
            background-position: left;
        }
    
        .content {
    
            width: 350px;
            height: auto;
            position: absolute;
            top: 150px;
            left: 50%;
            transform: translateX(-50%);
            
        }
        
        .content h1 {
        
            font-size: 25px;
            color: #029935;
            margin-bottom: 10px;
            text-align: justify;
        
        }
        
        
        .content p {
            color: #000000;
            font-size: 15px;
            margin-bottom: 20px;
            text-align: justify;
            line-height: 1.5;
        }
        
        .content button {
            padding: 20px;
            font-size: 15px;
            /* font-weight: bold; */
            color: #ffffff;
            cursor: pointer;
            border-color: #029935;
            border-radius: 9999px;
            background: linear-gradient(0deg, #029935, #1d8f43);
            display: block;
            margin: 0 auto;
    
        }
    
        .container {
    
            width: auto;
            height: auto;
            display: flex;
            justify-content: center;
            

        }

}

@media screen and (max-width: 410px) {

    .accueil {
        height: 600px;
        min-height: auto;
        background-position: left;
    }

    .content {

        width: 300px;
        height: auto;
        position: absolute;
        top: 130px;
        left: 50%;
        transform: translateX(-50%);
        
    }
    
    .content h1 {
    
        font-size: 25px;
        color: #029935;
        margin-bottom: 10px;
        text-align: justify;
    
    }
    
    
    .content p {
        color: #000000;
        font-size: 15px;
        margin-bottom: 20px;
        text-align: justify;
        line-height: 1.5;
    }
    
    .content button {
        padding: 20px;
        font-size: 15px;
        /* font-weight: bold; */
        color: #ffffff;
        cursor: pointer;
        border-color: #029935;
        border-radius: 9999px;
        background: linear-gradient(0deg, #029935, #1d8f43);
        display: block;
        margin: 0 auto;

    }

    .container {

        width: auto;
        height: auto;
        display: flex;
        justify-content: center;
        

    }

}



/* carousel------------------------------------- */



.carousel{
    position: relative;
    width: 80%;
    max-width: 1920px;
    margin: 10px auto;
    overflow: hidden;
    border: 2px solid #ddd;
    /* border-radius: 10px; */

}

.carousel-images {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.carousel-images img{
    width: 100%;
    flex-shrink: 0;
}

.carousel-text{
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
    color: white;
    font-size: 1.5rem;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7);
    background: rgba(0, 0, 0, 0.5);
    padding: 10px;
    border-radius: 5px;
}

.carousel-buttons{
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);

}

.carousel-buttons button {
    background-color: rgba(0, 0, 0, 0.5);
    border: none;
    color: white;
    font-size: 1.5rem;
    cursor: pointer;
    padding: 10px 20px;
}

.carousel-buttons button:hover{
    background-color: rgba(11, 68, 9, 0.8);
}





/* qui sommes nous------------------------------------------ */

.quisomnous {
    width: 100%;
    height: auto;
    background: #248e42;
    border-bottom: 1px dotted #777;
}


.contient {

    width: 70%;
    height: 340px ;
    margin: 10px auto;
    padding-top: 40px;
    background:#248e42;
    display: flex;
    justify-content: center;
    gap: 50px;
/* 
    display: flex;
    justify-content: left;
    width: 80%; */

}

.contient .image img {

    width: 200px;
    padding: 20px;
    border-radius: 25px;

    /* width: 160px; */
}

.texte h2 {

    color: #ffffff;
    font-size: 30px;
    margin-bottom: 20px;
    font-weight: 500;
}

.texte h2::after{
    content: '';
    display: block;
    width: 300px;
    height: 4px;
    background: #fe8d25;
    margin-top: 10px;
    border-radius: 2px;
}

.texte p {

        text-align: justify;
        font-size: 20px;
        line-height: 1.5;
        color: #f1f1f1;
}


@media screen and (max-width: 1477px) {


    .contient {

        width: 1200px;
        height: 340px ;
        margin: 10px auto;
        padding-top: 40px;
        background:#248e42;
        display: flex;
        justify-content: center;
        gap: 50px;
    }

}


@media screen and (max-width: 1275px) {


    .contient {

        width: 1000px;
        height: auto ;
        margin: 10px auto;
        padding-top: 40px;
        background:#248e42;
        display: flex;
        justify-content: center;
        gap: 50px;
    }

}



@media screen and (max-width: 1080px) {


    .contient {

        width: 800px;
        height: auto ;
        margin: 10px auto;
        padding-top: 20px;
        background:#248e42;
        display: flex;
        justify-content: center;
        gap: 50px;
    }

    .contient .image img {

        width: 200px;
        padding: 20px;
        border-radius: 25px;
        margin-top: 60px;
    }

 

}



@media screen and (max-width: 889px) {


    .contient {

        width: 600px;
        height: auto ;
        margin: 10px auto;
        padding-top: 20px;
        background:#248e42;
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 10px;
    }

    .contient .image img {

        width: 200px;
        padding: 20px;
        border-radius: 25px;
        margin: 0 auto;

    }

    .contient .image{

        width: 600px;
        height: auto;
        background-color: #ffffff;
        margin: 0 auto;
        display: flex;
        justify-content: center;
    }

 

}


@media screen and (max-width: 685px) {


    .contient {

        width: 500px;
        height: auto ;
        margin: 10px auto;
        padding-top: 20px;
        background:#248e42;
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 10px;
    }

    .contient .image img {

        width: 200px;
        padding: 20px;
        border-radius: 25px;
        margin: 20px auto;

    }

    .contient .image{

        width: 500px;
        height: auto;
        background-color: #ffffff;
        margin: 0 auto;
        display: flex;
        justify-content: center;
    }
 

}


@media screen and (max-width: 550px) {


    .contient {

        width: 400px;
        height: auto ;
        margin: 10px auto;
        padding-top: 20px;
        background:#248e42;
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 10px;
    }

    .contient .image img {

        width: 200px;
        padding: 20px;
        border-radius: 25px;
        margin: 20px auto;

    }

    .contient .image{

        width: 400px;
        height: auto;
        background-color: #ffffff;
        margin: 0 auto;
        display: flex;
        justify-content: center;
    }
 

}


@media screen and (max-width: 450px) {


    .contient {

        width: 300px;
        height: auto ;
        margin: 10px auto;
        padding-top: 20px;
        background:#248e42;
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 10px;
    }

    .contient .image img {

        width: 150px;
        padding: 20px;
        border-radius: 25px;
        margin: 20px auto;

    }

    .contient .image{

        width: 200px;
        height: auto;
        background-color: #ffffff;
        margin: 0 auto;
        display: flex;
        justify-content: center;
    }
 

}



/* pourquoi nous choisir------------------- */

.pknouschoisir{

    margin-bottom: 0px;
    border-bottom: 1px dotted #175727;

}


.container4{
    width: auto;
    height: auto;
    /* background: #5a5a5a; */
    display: grid;
    grid-template-rows: 421px 421px;
    grid-template-columns: 469px 469px;
    grid-gap: 30px;
    align-content: center;
    justify-content: center;

}

.content4{
    background-color: #daf7e3;
    border-radius: 10px;
    padding: 20px;
    height: 370px;
    width: 468px;
    transition: transform 0.2s ease-in-out;
}

.content4:hover{
    background-color: #c7f7d6;
    transform: scale(1.03);
}


.content4 h3{
    font-size: 30px;
    width: 200px;
    margin: 30px auto;
    color: #029935;
}

.content4 p{
    width: 280px;
    text-align: justify;
    margin: 30px auto;
}

.pknouschoisir h2{
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 48px;
    color: #029935;
    font-weight: 600;
}


@media screen and (max-width: 1040px) {

    
    .pknouschoisir{

        padding-bottom: 20px;
        border-bottom: 1px dotted #175727;
    
    }

.container4{
    width: auto;
    height: auto;
    /* background: #5a5a5a; */
    display: grid;
    grid-template-rows: 321px 321px;
    grid-template-columns: 369px 369px;
    align-items: center;
    justify-content: center;
    
    
}

.content4{
    background-color: #daf7e3;
    border-radius: 10px;
    padding: 20px;
    height: 320px;
    width: 370px;
    transition: transform 0.2s ease-in-out;
}

.content4:hover{
    background-color: #c7f7d6;
    transform: scale(1.03);
}


.content4 h3{
    font-size: 20px;
    width: 200px;
    margin: 20px auto;
    color: #029935;
}

.content4 p{
    width: 280px;
    text-align: justify;
    margin: 20px auto;
    font-size: 15px;
}

.pknouschoisir h2{
    text-align: center;
    font-size: 40px;
    color: #029935;
    font-weight: 600;
}
 

}


@media screen and (max-width: 820px) {

    .pknouschoisir{

        padding-bottom: 30px;
        border-bottom: 1px dotted #175727;
    
    }

    .container4{
        width: auto;
        height: auto;
        /* background: #5a5a5a; */
        display: flex;
        grid-template-rows: 321px 321px;
        grid-template-columns: 369px 369px;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        
    }
    
    .content4{
        background-color: #daf7e3;
        border-radius: 10px;
        padding: 10px;
        height: 270px;
        width: 468px;

    }
    
    .content4:hover{
        background-color: #c7f7d6;
        transform: scale(1);
    }
  
    
    
    .content4 h3{
        font-size: 20px;
        width: 300px;
        margin: 20px auto;
        color: #029935;
    }
    
    .content4 p{
        width: 380px;
        text-align: justify;
        margin: 40px auto;
        font-size: 15px;
    }
    
    .pknouschoisir h2{
        text-align: center;
        font-size: 30px;
        color: #029935;
        font-weight: 600;
        padding-top: 20px;
        padding-bottom: 25px;
    }
     
    
    }


    

@media screen and (max-width: 510px) {

    

    .container4{
        width: auto;
        height: auto;
        /* background: #5a5a5a; */
        display: flex;
        grid-template-rows: 321px 321px;
        grid-template-columns: 369px 369px;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        
    }
    
    .content4{
        background-color: #daf7e3;
        border-radius: 10px;
        padding: 10px;
        height: 270px;
        width: 358px;

    }
     
    
    .content4 h3{
        font-size: 20px;
        width: 300px;
        margin: 20px auto;
        color: #029935;
    }
    
    .content4 p{
        width: 300px;
        text-align: justify;
        margin: 40px auto;
        font-size: 15px;
    }
    
    .pknouschoisir h2{
        text-align: center;
        font-size: 30px;
        color: #029935;
        font-weight: 600;
        padding-top: 20px;
        padding-bottom: 25px;
    }
     
    
}


@media screen and (max-width: 410px) {

    

    .container4{
        width: auto;
        height: auto;
        /* background: #5a5a5a; */
        display: flex;
        grid-template-rows: 321px 321px;
        grid-template-columns: 369px 369px;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        
    }
    
    .content4{
        background-color: #daf7e3;
        border-radius: 10px;
        padding: 10px;
        height: 250px;
        width: 320px;

    }
     
    
    .content4 h3{
        font-size: 18px;
        width: 300px;
        margin: 20px;
        color: #029935;
    }
    
    .content4 p{
        width: 250px;
        text-align: justify;
        margin: 20px auto;
        font-size: 14px;
    }
    
    .pknouschoisir h2{
        text-align: center;
        margin: 0 auto;
        width: 250px;
        font-size: 30px;
        color: #029935;
        font-weight: 600;
        padding-top: 20px;
        padding-bottom: 25px;
    }
     
    
}


/*----------- Nos services-------------------------- */


    
.sect5{  
    width: 100%;
    height: auto;
    background: #248e42;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-bottom: 1px dotted #777;
   
}


.sect5 h2{
text-align: center;
padding-top: 30px;
font-size: 48px;
color: #f1f1f1;
font-weight: 600;
}

.fleche{
text-align: center;
transition: all 0.2s ease-in-out;
padding-top: 20px;
width: 50px;
height: auto;
margin: 0 auto;
}

.fleche:hover{
transform: scale(1.7);
}

.fleche img{
width: 15px;
}

.sect5 hr{
width: 600px;
margin: 15px auto;
height: 1px
}

.containService{

width: auto;
height: auto;
margin: 0 auto;
/* background: #7954cf; */
display: grid;
grid-template-rows: 220px 220px 220px ;
grid-template-columns: 463px 463px;
align-content: center;
justify-content: center;
grid-gap: 15px;
}

.serviceDiv{
padding: 18px;
background: #fdf8f8; 
border-radius: 8px;
cursor: pointer;
transition: transform 0.1s ease-in-out;
}

.serviceDiv:hover{
border: solid 2px #fe8d25;
padding: 16px;
} 

.serviceDiv:active{
transform: scale(0.9);
}

.serviceDiv span{
font-size: 50px;
font-weight: 500;
color: #fe8d25;

}

.serviceDiv h3{
font-size: 29px;
color: #029935;
margin: 5px auto;
}

.sect5 .button{
width: 180px;
height: 50px;
background: #ffffff;
margin: 20px auto;
text-align: center;
line-height: 50px;
cursor: pointer;
font-size: 25px;
border-radius: 9999px;
color: #000000;
}

.sect5 .button:hover{
    background-color: #fe8d25;
    color: #ffffff;
    border-radius: 9999px;
    }

.sect5 .button:active{
        background-color: #be5d02;
    }

@media screen and (max-width: 1020px){


    .sect5{  
        width: 100%;
        height: auto;
        background: #248e42;
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin: 0px auto 0;
    }
    
    
    .sect5 h2{
    text-align: center;
    padding-top: 30px;
    font-size: 35px;
    color: #f1f1f1;
    font-weight: 600;
    }
    
    .fleche{
    text-align: center;
    transition: all 0.2s ease-in-out;
    padding-top: 20px;
    width: 50px;
    height: auto;
    margin: 0 auto;
    }
    
    .fleche:hover{
    transform: scale(1.7);
    }
    
    .fleche img{
    width: 15px;
    }
    
    .sect5 hr{
    width: 600px;
    margin: 20px auto;
    height: 1px
    }
    
    .containService{
    
    width: auto;
    height: auto;
    /* background: #7954cf; */
    display: grid;
    grid-template-rows: 195px 195px 195px ;
    grid-template-columns: 360px 360px;
    grid-gap: 20px;
    }
    
    .serviceDiv{
    padding: 18px;
    background: #fdf8f8; 
    border-radius: 8px;
    cursor: pointer;
    transition: transform 0.1s ease-in-out;
    width: 350px;
    height: 195px;
    margin: 0 auto;
    
    }
    
    .serviceDiv:hover{
    border: solid 2px #fe8d25;
    padding: 16px;
    } 
    
    .serviceDiv:active{
    transform: scale(0.9);
    }
    
    .serviceDiv span{
    font-size: 40px;
    font-weight: 500;
    color: #fe8d25;
    }
    
    .serviceDiv h3{
    font-size: 25px;
    color: #029935;
    margin: 5px auto;
    }

    .serviceDiv p {
        font-size: 15px;
    }
    
    .sect5 .button{
    width: 180px;
    height: 50px;
    background: #ffffff;
    margin: 20px auto 0;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
    font-size: 25px;
    border-radius: 8px;
    color: #000000;
    }
    
    .sect5 .button:hover{
        background-color: #fe8d25;
        color: #ffffff;
        border-radius: 10px;
        }
    
        .sect5 .button:active{
            background-color: #be5d02;
        }

}


@media screen and (max-width: 820px){


    .sect5{  
        width: 100%;
        height: auto;
        background: #248e42;
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin: 0px auto;
    }
    
    
    .sect5 h2{
    text-align: center;
    padding-top: 30px;
    font-size: 35px;
    color: #f1f1f1;
    font-weight: 600;
    }
    
    .fleche{
    text-align: center;
    transition: all 0.2s ease-in-out;
    padding-top: 20px;
    width: 50px;
    height: auto;
    margin: 0 auto;
    }
    
    .fleche:hover{
    transform: scale(1.7);
    }
    
    .fleche img{
    width: 15px;
    }
    
    .sect5 hr{
    width: 300px;
    margin: 20px auto;
    height: 1px
    }
    
    .containService{
    
    width: auto;
    height: auto;
    /* background: #7954cf; */
    display: flex;
    flex-direction: column;
    grid-template-rows: 195px 195px 195px ;
    grid-template-columns: 460px 460px;
    grid-gap: 20px;
    }
    
    .serviceDiv{
    padding: 18px;
    background: #fdf8f8; 
    border-radius: 8px;
    cursor: pointer;
    transition: transform 0.1s ease-in-out;
    width: 450px;
    height: 195px;
    margin: 0 auto;
    
    }
    
    .serviceDiv:hover{
    border: solid 2px #fe8d25;
    padding: 16px;
    } 
    
    .serviceDiv:active{
    transform: scale(0.9);
    }
    
    .serviceDiv span{
    font-size: 40px;
    font-weight: 500;
    color: #fe8d25;
    }
    
    .serviceDiv h3{
    font-size: 25px;
    color: #029935;
    margin: 5px auto;
    }

    .serviceDiv p {
        font-size: 15px;
    }
    
    .sect5 .button{
    width: 150px;
    height: 50px;
    background: #ffffff;
    margin: 20px auto 0;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
    font-size: 20px;
    border-radius: 8px;
    color: #000000;
    }
    
    .sect5 .button:hover{
    background-color: #fe8d25;
    color: #ffffff;
    border-radius: 10px;
    }

    .sect5 .button:active{
        background-color: #be5d02;
    }

}


@media screen and (max-width: 510px){


    .sect5{  
        width: 100%;
        height: auto;
        background: #248e42;
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin: 0px auto;
    }
    
    
    .sect5 h2{
    text-align: center;
    padding-top: 30px;
    font-size: 35px;
    color: #f1f1f1;
    font-weight: 600;
    }
    
    .fleche{
    text-align: center;
    transition: all 0.2s ease-in-out;
    padding-top: 20px;
    width: 50px;
    height: auto;
    margin: 0 auto;
    }
    
    .fleche:hover{
    transform: scale(1.7);
    }
    
    .fleche img{
    width: 15px;
    }
    
    .sect5 hr{
    width: 300px;
    margin: 20px auto;
    height: 1px
    }
    
    .containService{
    
    width: auto;
    height: auto;
    /* background: #7954cf; */
    display: flex;
    flex-direction: column;
    grid-template-rows: 195px 195px 195px ;
    grid-template-columns: 460px 460px;
    grid-gap: 20px;
    }
    
    .serviceDiv{
    padding: 18px;
    background: #fdf8f8; 
    border-radius: 8px;
    cursor: pointer;
    transition: transform 0.1s ease-in-out;
    width: 358px;
    height: 197px;
    margin: 0 auto;
    
    }
    
    .serviceDiv:hover{
    border: solid 2px #fe8d25;
    padding: 16px;
    } 
    
    .serviceDiv:active{
    transform: scale(0.9);
    }
    
    .serviceDiv span{
    font-size: 40px;
    font-weight: 500;
    color: #fe8d25;
    }
    
    .serviceDiv h3{
    font-size: 25px;
    color: #029935;
    margin: 5px auto;
    }

    .serviceDiv p {
        font-size: 15px;
    }
    
    .sect5 .button{
    width: 110px;
    height: 50px;
    background: #ffffff;
    margin: 20px auto 0;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
    font-size: 17px;
    border-radius: 8px;
    color: #000000;
    }
    
    .sect5 .button:hover{
        background-color: #fe8d25;
        color: #ffffff;
        border-radius: 10px;
        }
    
        .sect5 .button:active{
            background-color: #be5d02;
        }

}

@media screen and (max-width: 410px){


    .sect5{  
        width: 100%;
        height: auto;
        background: #248e42;
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin: 0px auto;
    }
    
    
    .sect5 h2{
    text-align: center;
    padding-top: 30px;
    font-size: 30px;
    color: #f1f1f1;
    font-weight: 600;
    }
    
    .fleche{
    text-align: center;
    transition: all 0.2s ease-in-out;
    padding-top: 20px;
    width: 40px;
    height: auto;
    margin: 0 auto;
    }
    
    .fleche:hover{
    transform: scale(1.7);
    }
    
    .fleche img{
    width: 10px;
    }
    
    .sect5 hr{
    width: 300px;
    margin: 20px auto;
    height: 1px
    }
    
    .containService{
    
    width: auto;
    height: auto;
    /* background: #7954cf; */
    display: flex;
    flex-direction: column;
    grid-template-rows: 195px 195px 195px ;
    grid-template-columns: 460px 460px;
    grid-gap: 20px;
    }
    
    .serviceDiv{
    padding: 18px;
    background: #fdf8f8; 
    border-radius: 8px;
    cursor: pointer;
    transition: transform 0.1s ease-in-out;
    width: 258px;
    height: 147px;
    margin: 0 auto;
    
    }
    
    .serviceDiv:hover{
    border: solid 2px #fe8d25;
    padding: 16px;
    } 
    
    .serviceDiv:active{
    transform: scale(0.9);
    }
    
    .serviceDiv span{
    font-size: 20px;
    font-weight: 500;
    color: #fe8d25;
    }
    
    .serviceDiv h3{
    font-size: 15px;
    color: #029935;
    margin: 5px auto;
    }

    .serviceDiv p {
        font-size: 11px;
    }
    
    .sect5 .button{
    width: 110px;
    height: 50px;
    background: #ffffff;
    margin: 20px auto 0;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
    font-size: 17px;
    border-radius: 8px;
    color: #000000;
    }
    
    .sect5 .button:hover{
        background-color: #fe8d25;
        color: #ffffff;
        border-radius: 10px;
        }
    
        .sect5 .button:active{
            background-color: #be5d02;
        }

}

/* SECTION PARTENAIRES------------------------------------------- */

.partenaire{

    display: flex;
    flex-direction: column;
    border: 1px dotted #175727;
    background-color: #eeeeee;
}

.texte-partenaire{

    width: 700px;
    margin: 50px auto 40px;
    /* background-color: #441e1e; */
}

.texte-partenaire h2{
    font-size: 48px ;
    font-weight: 600;
    text-align: center;
    margin-bottom: 25px;
}

.texte-partenaire p {
    text-align: center;
    font-size: 20px;
}

.texte-partenaire span {
    color: #029935;
}


.partenaire-logo .logC {
    width: 182px;
}

.partenaire-logo{
    width: 1000px;
    /* background-color: #9b3434; */
    display: flex;
    justify-content: space-around;
    margin: 0 auto 80px;
}


@media  screen and (max-width: 1020px) {
    
    .partenaire{

        display: flex;
        flex-direction: column;
        border: 1px dotted #175727;
        background-color: #eeeeee;
    }
    
    .texte-partenaire{
    
        width: 700px;
        margin: 50px auto 40px;
        /* background-color: #441e1e; */
    }
    
    .texte-partenaire h2{
        font-size: 30px ;
        text-align: center;
        margin-bottom: 25px;
    }
    
    .texte-partenaire p {
        text-align: center;
        font-size: 18px;
    }
    
    .texte-partenaire span {
        color: #11682e;
    }
    
    
    .partenaire-logo .logC {
        width: 150px;
    }

    .partenaire-logo .logA {
        width: 350px;
    }
    
    .partenaire-logo{
        width: 750px;
        /* background-color: #9b3434; */
        display: flex;
        justify-content: space-around;
        margin: 0 auto 80px;
    }

}


@media  screen and (max-width: 918px){

    .partenaire-logo{
        width: 700px;
        /* background-color: #9b3434; */
        display: flex;
        justify-content: space-around;
        margin: 0 auto 80px;
    }

}


@media  screen and (max-width: 820px){

    .partenaire-logo{
        width: 550px;
        /* background-color: #9b3434; */
        display: flex;
        justify-content: space-around;
        margin: 0 auto 80px;
    }


    .partenaire-logo .logC {
        width: 120px;
    }

    .partenaire-logo .logA {
        width: 290px;
    }

}

@media  screen and (max-width: 720px) {

    .texte-partenaire{
    
        width: 400px;
        margin: 50px auto 40px;
        /* background-color: #441e1e; */
    }
}

@media  screen and (max-width: 580px) {

    .partenaire-logo{
        width: 410px;
        /* background-color: #9b3434; */
        display: flex;
        justify-content: space-around;
        margin: 0 auto 50px;
    }


    .partenaire-logo .logC {
        width: 90px;
    }

    .partenaire-logo .logA {
        width: 220px;
    }

    .texte-partenaire{
    
        margin: px auto 40px;
        /* background-color: #441e1e; */
    }

}


@media  screen and (max-width: 580px) {

    .partenaire-logo{
        width: 410px;
        /* background-color: #9b3434; */
        display: flex;
        justify-content: space-around;
        margin: 0 auto 50px;
    }


    .partenaire-logo .logC {
        width: 90px;
    }

    .partenaire-logo .logA {
        width: 220px;
    }

    .texte-partenaire{
    
        margin: px auto 40px;
        /* background-color: #441e1e; */
    }

}

@media  screen and (max-width: 418px) {

    .partenaire-logo{
        width: 250px;
        /* background-color: #9b3434; */
        display: flex;
        justify-content: space-around;
        margin: 0 auto 50px;
    }


    .partenaire-logo .logC {
        width: 60px;
    }

    .partenaire-logo .logA {
        width: 130px;
    }

    .texte-partenaire{
    
        margin: px auto 20px;
        width: 310px;
        /* background-color: #441e1e; */
    }


    

}






/* SECTION CONTACT------------------------------------------- */

.section-contact {

    padding-bottom: 100px;
}

.section-contact h2 {

    text-align: center;
    color: #333;
    font-size: 48px;
    font-weight: 400;
    margin-bottom: 50px;
    padding: 70px 0 0 0;
}

.section-contact h2 strong {

    font-weight: 600;
    color: #029935;
}

.container-form {

    margin: 0 auto;
    width: 70%;
}

.form-groupe {
    position: relative;
    margin-bottom: 45px;
}

.form-groupe label {

    color: #aaa;
    font-size: 20px;
}

.form-groupe input {

    display: block;
    width: 100%;
    padding: 10px 0px;
    border: none;
    outline: none;
    background: none;
    border-bottom: 3px solid #aaa;
    color: #666;
    font-size: 20px;


}

textarea {

    width: 100%;
    height: 200px;
    border: none;
    border: 3px solid #aaa;
    border-radius: 3px;
    resize: none;
    outline: none;
    font-size: 20px;
    background: #f1f1f1;

}

.form-groupe:nth-child(4) {

    margin-bottom: 25px;
}

.form-groupe .buton-sub {

    display: block;
    width: auto;
    padding: 15px 60px;
    border: 3px solid rgb(144, 144, 144);
    border-radius: 9999px;
    background-image: linear-gradient(to right, transparent 50%, #029935 50%, #96e5ac);
    background-size: 200%;
    color: #333;
    font-size: 24px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.4s ease-in-out;
}

.form-groupe .buton-sub:hover {
    color: #fff;
    background-position: 100%;
    border: 3px solid #fff;
}

@media screen and (max-width: 1300px) {

    .section-contact h2 {
        padding: 70px 0 0 0;
    }

    .container-form {
        padding-left: 0;
    }
}

@media screen and (max-width: 410px) {

    .section-contact h2 {
        padding: 70px 0 0 0;
        font-size: 30px;
    }


    .container-form {
        padding-left: 0;
    }
}

/*---------------- FOOTER------------------------------------ */

.piedpage{

    width: 100%;
    background-color: #029935;
    height: 500px;
}

.piedpage .fond-style{
    width: 100%;
    height: 500px;
    opacity: 0.3;
    z-index: 0;
    position: absolute;
    margin-top: 0;
    background-size: cover;
}

.container-contact {
    width: 60%;
    height: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 40px;
}



.piedpage img {
    margin: 30px 0 0 0;
    width:268px ;
}

.texte-contact{
    display: flex;
    gap: 90px;
}

.texte-contact ul{
    list-style-type: none;
}

.texte-contact ul li {

    color: #ffffff;
    margin: 10px 0 0 0;
    
    
}

.texte-contact h3 {
    color: #113716;
}

.reseaux-sociaux{
    height: auto;
}

.reseaux-sociaux img {

    width: 40px;
}


.fondtrait {
    background-color: #fe8d25;
}

.fondtrait span {
    text-align: center;
    display: block;
    margin: 0 auto;
    color: #ffffff;
}



@media screen and (max-width: 860px) {

    
.piedpage{

    width: 100%;
    background-color: #029935;
    height: 700px;
}

.piedpage .fond-style{
    width: 100%;
    height: 500px;
    opacity: 0.3;
    z-index: 0;
    position: absolute;
    margin-top: 0;
    background-size: cover;
}

.container-contact {
    width: 60%;
    height: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 40px;
}



.piedpage img {
    width:250px ;
    margin: 20px auto;
}

.texte-contact{
    display: flex;
    flex-direction: column;
    gap: 50px;
    margin: 0 auto;
}

.texte-contact ul{
    list-style-type: none;
}

.texte-contact ul li {

    color: #ffffff;
    margin: 10px 0 0 0;
    
    
}

.texte-contact h3 {
    color: #113716;
}

.reseaux-sociaux{
    height: auto;
}

.reseaux-sociaux img {

    width: 30px;
}


.fondtrait {
    background-color: #fe8d25;
}

.fondtrait span {
    text-align: center;
    display: block;
    margin: 0 auto;
    color: #ffffff;
}

}