@media(min-width: 768px) and (max-width: 1050px){
    #home-presentation{
        min-height: 34.2em;
        background-size: cover;
    }
    .btn-lg, .btn-group-lg > .btn{
        font-size: 16px;
    }
    #quelques_chiffres .big{
        margin-top: 1.2em;
    }
    #quelques_chiffres h2{
        margin-bottom: 1em;
    }
    #about_historique .timeline:after, #about_historique .bloc_timeline.gauche h3:after, #about_historique .bloc_timeline h3.histo:after{
        content: none;
    }
}
@media(max-width: 768px){
    #home-presentation{
        min-height: 36em;
        background-size: cover;
    }
    .btn-lg, .btn-group-lg > .btn{
        font-size: 16px;
    }
    #quelques_chiffres .big{
        margin-top: 1.2em;
    }
    #quelques_chiffres h2{
        margin-bottom: 1em;
    }
    #home-bandeau-news .bot p {
        line-height: 25px;
    }
}