
.ma{
    display: flex;
    justify-content: center;
}
.ma .context{
    margin-top: 40px;
}
.context p{
    font-size: 50px;
    font-weight: 600;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
.par .soc{
    display: flex;
    justify-content: center;
}
.par .soc a{
    margin-right: 30px;
    text-decoration: none;
    font-weight: 800;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;

}
.contexte{
    margin-top: 70px;
    display: flex;
    justify-content: center;
}
.contexte p{
    font-size: 18px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
.contexte img{
    margin-left: 250px;
    height: 190px;
    border-radius: 10%;
    box-shadow: 0 5px 10px black;
   
}

@media(max-width:991px){
    .context p{
        margin-top: 130px;
        font-size: 50px;
        font-weight: 600;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    }
    .contexte{
        margin-left: 10px;
        margin-top: 10px;
        display: block;
        justify-content: center;
    }
    .contexte p{
        font-size: 18px;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    }
    .contexte img{
        display: none;
       
    }

}