@media only screen and (min-width: 1024px) and (orientation: landscape) {
    .section-taux {
        padding-bottom: 150px;
        max-width: 75%;
        margin: 0 auto;
        margin-top: 150px;
    }

    .section-organisation .container .col-1 {
        max-width: 50%;
    }
}