
/*============== DESKTOP ===============*/
@media screen and (min-width: 1024px)  {
    .banner-objectif{
        width: 100%;
        height: auto;
        padding: 100px;
        text-align: center;
        background-color: rgb(242, 242, 243);
    }
    .banner-objectif h2{
        font-size: 3em;
        font-weight: bolder;
    }
    .objectifs-container{
        width: 70%;
        height: auto;
        margin: 80px auto;
        text-align: justify;
    }
    .objectifs-container div{
        margin-bottom: 50px;
    }
    .objectifs-container p, .objectifs-container li{
        font-size: 20px;
    }
    .objectifs-container .subtitle{
        font-weight: bold;
        font-size: 21px;
    }
}
