#banner .title-gestion{
    width: 500%;
    font-size: 180%;
    background-color: rgba(255, 255, 255, 0.69);
    margin-top: 40%;
    margin-left: -20%;
    padding-left: 20%;
    padding-bottom: 10%;
    margin-bottom: -10%;
    
}

.cont{
    text-align: justify;
}


/* ---------- RESPONSIVE ---------- */

@media only screen and (min-width:768px){
    #banner .title-gestion{
        font-size: 200%;
        margin-top: 30%;
    }
    
    .container .row .col-sm .image{
        max-width: 300px;
    }

}
@media only screen and (min-width:870px){
    #banner .title-gestion{
        margin-top: 25%;
        font-size: 220%;
    }

}

@media only screen and (min-width:1023px){
    #banner .title-gestion{
        padding-bottom: 1%;
        margin-top: 15%;
        font-weight: 700;
    }
    .title-serv{
        font-weight: 700;
    }
    .container .row .col-sm .image{
        width: 100%;
        max-width: 300px;
    }


}

@media only screen and (min-width:1200px){
    #banner .title-gestion{
        font-size: 250%;
        padding-left: 20%;
        margin-left: -25%;
    }

}
@media only screen and (min-width:1300px){
    #banner .title-gestion{
        margin-left: -30%;
    }

}
@media only screen and (min-width:1400px){
    #banner .title-gestion{
        margin-left: -35%;
    }
    
}
@media only screen and (min-width:1439px){
    #banner .title-gestion{
        margin-top: 14%;
    }
    
    .paraph{
        font-size: 20px;
    }

}
@media only screen and (min-width:1500px){
    #banner .title-gestion{
        font-size: 300%;
        margin-left: -40%;
        margin-bottom: -9%;
    }

}
@media only screen and (min-width:1600px){
    #banner .title-gestion{
        margin-left: -45%;
    }
}
@media only screen and (min-width:1700px){
    #banner .title-gestion{
        margin-left: -50%;
    }
}
@media only screen and (min-width:1800px){
    #banner .title-gestion{
        margin-left: -55%;
    }
}
@media only screen and (min-width:1900px){
    #banner .title-gestion{
        margin-left: -60%;  
    }

}
@media only screen and (min-width:2000px){
    #banner .title-gestion{
        margin-left: -65%;
    }
}