/* Services */
@media screen {
    
    .unMVP {
        height: 450px;
        display: flex;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        text-align: center;
        box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
        border-radius: 25px;
        transition: all .3s ease-in-out;
        border-top:7px solid #3f7036;
        border-bottom:7px solid #3f7036;
    }

    .unMVP:hover .icone svg {
        background: #fff;
        color: #3f7036;
    }

    .unMVP:hover {
        background:#3f7036;
    }
    
    .unMVP .icone svg {
        width: 100px;
        color: #fff;
        padding: 20px;
        border-radius: 20px;
        background: #3f7036;
    }
    
    .unMVP h5, .unMVP p { color: #444444; }

    .unMVP .btn {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 8px;
        color: #fff;
        color: #3f7036;
    }

    .unMVP:hover .btn {
        border: 1px solid #fff;
        padding: 5px 25px;
        transition: background .3s ease-in-out;
    }

    .unMVP:hover .btn:hover {
        background: #fff;
    }

    .unMVP .btn svg {
        width: 20px;
        color: #3f7036;
    }

    .unMVP:hover h5,
    .unMVP:hover p,
    .unMVP:hover span,
    .unMVP:hover .btn svg {
        color: #fff;
    }

    #mvp1:hover .btn:hover span,
    #mvp1:hover .btn:hover svg {
        color: #3f7036;
    }
}





#ecs-story ul li svg {
    width: 45px;
    color: #3e7035;
    display: block;
}






#sectionWWA svg {
    width: 50px;
}

@media (min-width:500px) {
    #sectionWWA svg {
        width: 30px;
    }   
}

#whoWeAreTitle {
    color: #3e7035;
    font-size: clamp(40px, 3.5vw, 60px);
    font-weight: 700;
}


#statistiques .statistiques {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    background: #fff;
    border-radius: 12px;
    margin-bottom: 2rem;
}

#statistiques .statistiques svg {
    width: 70px;
    color: #3e7035;
}

#statistiques .statistiques p {
    line-height: 1;
    margin-bottom: 0;
}

#statistiques .statistiques span {
    display: block;
    color: #52565e;
}