*{
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
body{
    font-family: Arial, Helvetica, sans-serif;
    /* height: 100vh; */
    position: relative;
    --vert:#09721b;
    --orange: #fe7624;
    --gris:#ddd;
    --bleu-ciel:#0082f3;
    --bleu-fonce:#142973;
    --turquoise-clair: #d3f0f0;
    --rose-violet: #a877dd;
    --violet-susu-vital-2: #6529da;
    --rose-susu-care: #de2f7e48;
    --rose: #de2f7f;
    --turquoise: #1ac9d7;
    --vert-mère-enfant: #90c78b;
    --blanc-fonce:#f0f5ff;
    --blanc-invisible:#ffffffd9;
}
/***********************************************************************************/
/******************le main commence mnt*/
/*la partie de la section presentation*/
#la_presentation{
    background-color: #edf3f8;
    display: flex;
    width: 100%;
    min-height: 500px;
    height: auto;
    flex-direction: column;
    align-items: center;
    padding: 50px 0;
    gap: 10px;
}
#la_presentation h2{
    font-weight: 500;
    width: 85%;
    height: 50px;
    display: flex;
    align-items: center;
    color: var(--orange);
    display: flex;
    gap: 10px;
    font-size: 25px;
}
#la_presentation h2 span{
    color: var(--vert);
}
#la_presentation .mr1{
    width: 85%;
    min-height: 400px;
    display: flex;
    padding: 30px 0;
    
}
.txt1{
    width: 50%;
    min-height: 100%;
    height: auto;
    align-items: center;
    display: flex;
}
.txt1 p{
    line-height: 30px;
    font-size: 18px;
}
.pht1{
    width: 50%;
    min-height: 100%;
    height: auto;
    padding: 20px 20px;
}
.pht1 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
/*la responsive de la partie presentation*/
@media screen and (max-width:1000px) {
    #la_presentation .mr1{
        flex-direction: column;
    }
    .pht1{
        width: 100%;
    }
    .txt1{
        width: 100%;
    }
    .txt1 p{
        font-size: 15px;
    }
    #la_presentation h2{
        font-size: 18px;
        flex-direction: column;
    }
}
#mission_valeur{
    width: 100%;
    min-height: 200px;
    /* background-color: #edf3f8; */
    padding: 50px 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}
#mission_valeur h2{
    font-weight: 500;
    width: 85%;
    display: flex;
    font-size: 28px;
    height: auto;
    color: var(--orange);
    display: flex;
    flex-direction: column;
    border-bottom: 2px solid var(--orange);
    padding-bottom: 8px;
}
#mission_valeur h2 span{
    color: var(--vert);
    padding: 5px 25px;
}
.couverture{
    width: 100%;
    min-height: 480px;
    height: auto;
    display: flex;
    justify-content:center ;
    align-items: center;
    flex-wrap: wrap;
    gap: 40px;
    padding: 20px 0;
}

.f1{
    width:500px ;
    height: 400px;
    background-size: cover;
    background-position: center;
}
.f1 img{
    width: 100%;
    height: 100%;
    border-radius: 20px;
}
.f2{
    width:550px ;
    min-height: 400px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.titre h3{
    font-weight: 500;
    font-size: 24px;
    color: var(--bleu-fonce);
}
.f2 .mission{
    display: flex;
    width: 90%;
    min-height:110px ;
    flex-direction: column;
    gap: 20px;
}
.mission p{
    line-height: 25px;
}
.mission ul{
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-left: 40px;
    color: var(--bleu-fonce);
}
.valeur{
    width: 100%;
    height: auto;
    padding: 20px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}
.valeur h3{
    font-weight: 500;
    font-size: 24px;
    color: var(--bleu-fonce);
    display: flex;
    justify-content: center;
    align-items: center;
}
.lesvaleur{/*la div qui contient 4 div qui donne nos differnete valeur*/
    width: 100%;
    min-height: 300px;
    flex-wrap: wrap;
    display: flex;
    gap: 30px;
    justify-content: center;
    align-items: center;
}
.box{/*la div qui contient des valeur */
    /* background-image:url(./images/fond\ vert.jpg) ; */
    background: linear-gradient(to right, #3d8e94,#000000);
    width: 250px;
    height: 260px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    cursor: pointer;
    padding: 20px 0;
}
.box h4{
    color: white;
}

.icone{/*l'icone*/
    font-size: 60px;
    padding-top: 10px;
}
.paragraphe{
    text-align: start;
    width: 90%;
    height: auto;
    color: white;
    font-size: 15px;
}
/*animation*/
.box:hover{
    transform: translateY(-15px);
    transition: 0.3s ease;
}
@media screen and (max-width:1000px) {
    .phrase2 h2{
        font-size: 20px;
    }
    .valeur h3{
        font-size: 18px;
    }
}
@media screen and (max-width:1000px) {
    .couverture{
        padding: 20px 0;
    }
    .f1{
    width:90%;
    height: 90%;
    background-size: cover;
    }
    .f2{
        align-items: center;
    }
    #mission_valeur h2{
        font-size: 20px;
    }
}
/*la partie video pour place la video */
#video{
    padding: 20px 0;
    width: 100%;
    min-height: 600px;
    height: auto;
    background-color: #142973;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}
.notre_actualite{
    width: 90%;
    height: 120px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    display: flex;
    gap: 20px;
}
.notre_actualite h2{
    color: #ffffffd9;
    text-align: center;
    font-size: 32px;
    font-weight: 500;
}
.notre_actualite p{
    color: #ffffffd9;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
}
.explication{
    width: 90%;
    min-height: 450px;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 200px;
}
.deo{
    width: 350px;
    height: 350px;
    border-radius: 20px;
    display: flex;
}
.deo video{
    width: 100%;
    height: auto;
    /* object-fit: contain;
    background: #000;
    */
    object-fit: cover;
    border-radius: 20px; 
    cursor: pointer;
}
.le_message{
    width: 450px;
    height: 350px;
}
.le_message .message{
    width: 100%;
    height: 300px;
    display: flex;
    position: relative;
}
.le_message .boutton{
    width: 100%;
    height: 50px;
    display: flex;
    gap: 10px;
}
.gh,.dt{
    width: 50px;
    height: 100%;
    border: none;
    background-color: var(--orange);
    color: white;
    font-size: 25px;
    cursor: pointer;
}
.gh:hover,.dt:hover{
    background-color: var(--vert);
}
.slide{
    color: white;
    font-weight: 600;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    text-align: center;
    justify-content: center;
    align-items: center;
    position: absolute;
}
.active_slide{
    z-index: 3;
}
/*la responsive*/
@media screen and (max-width: 1000px) {
    .explication{
        flex-direction: column;
        gap: 30px;
        padding: 30px 0;
    }
    .notre_actualite h2{
        font-size: 20px;
    }
    .notre_actualite p{
        font-size: 15px;
    }
    .le_message .message{
        gap: 0;
    }
    .gh,.dt{
        width: 50%;
    }
    .le_message .boutton{
        gap: 0;
    }
    .le_message{
        width: 100%;
    }
}
