.container-presentation{
    padding: 50px 90px 40px 90px;
    background: linear-gradient(to bottom, #fefdff,#6031ed3b,#6031ed4c);
}

@media screen and (max-width:1000px){
    .container-presentation {  
        padding: 50px 30px 40px 30px;
    
    }
}

@media screen and (max-width:1000px){
    .container-presentation-h1 {  
        display: flex;
        justify-content: center;
    }
}

.container-presentation .image-profil img{
    border-radius: 10px;
    width: 95%;
}

@media screen and (max-width:1000px){
    .container-presentation .image-profil {  
    display: flex;
    justify-content: center;
    }
}

/* @media screen and (max-width:600px){
    .container-presentation .image-profil img{
    width: 300px;   
    }
} */

.container-presentation-text p{
    font-weight: 500;
}

.container-presentation-text p span{
    color: #6D31EDFF;
    font-weight: 700;
}

.container-presentation-text h3{
    color: #6D31EDFF;
}

.container-sommes-nous{
    padding: 60px 90px 30px 90px;
}

@media screen and (max-width:1000px){
    .container-sommes-nous {  
        padding: 60px 30px 10px 30px;
    
    }
}

.container-sommes-nous p{
    font-weight: 500;
}

.container-sommes-nous p span{
    font-weight: 700;
    color: #6D31EDFF;
}



.container-sommes-nous .image-famille img{
    /* width: 450px;
    height: 350px; */
    width: 100%;
    border-radius: 10px;
    border: solid 2px #6D31EDFF;
}

/* @media screen and (max-width:800px){
    .container-sommes-nous .image-famille img{
    height: 250px; 
    }
} */

.container-mission{
    padding: 30px 90px 30px 90px;
    background: linear-gradient(to bottom, #fefdff,#6031ed3b,#6031ed4c);
}

@media screen and (max-width:1000px){
    .container-mission {  
        padding: 30px 30px 60px 30px;  
    }
}

.container-mission .image-reportage {
    display: flex;
    justify-content: center;
}

.container-mission .image-reportage img{
    width: 100%;
    /* height: 300px; */
    border-radius: 10px;
    border: solid 2px #6D31EDFF;
}

/* @media screen and (max-width:1000px){
    .container-mission .image-reportage img{  
    height: 200px; 
    }
} */

.container-mission p{
    font-weight: 500;
}

.container-mission p span{
    color: #6D31EDFF;
    font-weight: 700;
}

.container-mission ul{
    font-weight: 500;
}


.container-engagement{
    padding: 30px 90px 30px 90px;
    /* background: linear-gradient(to bottom, #fefdff,#6031ed3b,#6031ed4c); */
}

@media screen and (max-width:1000px){
    .container-engagement {  
        padding: 30px 30px 60px 30px;  
    }
}

.container-engagement p{
    font-weight: 500;
}

.container-engagement ul{
    font-weight: 500;
}

.container-engagement ul span{
    color: #6D31EDFF;
    font-weight: 700;
}

.container-engagement p span{
    color: #6D31EDFF;
    font-weight: 700;
}

.container-engagement h5{
    color: #6D31EDFF;
    font-weight: 700;
    font-size: 22px;
}