/* Home Section Expertise */
.expertise{
    position: relative;
    padding: 90px 0 0;
    background-repeat: no-repeat;
    background-position: right;
    background-size: 35%;
    margin-bottom: 210px;
}
.expertise .bouton{
    margin-top: 40px;
}
.expertise .align-right-img {
    text-align: right;
}

.expertise h2{
    margin-bottom: 30px;
    margin-top: 3px;
}

.expertise .texte {
    padding-right: 105px;
}
@media (max-width: 1366px) and (max-height: 1024px){
    .expertise{
        padding: 0 0 120px;
    }
    .expertise .texte {
        padding-right: 0;
    }
    .expertise {
        padding: 0 0 75px;
        background-size: 35%;
        margin-bottom: 60px;
    }
}
@media (max-width: 1024px) and (max-height: 1366px){
    .expertise{
        padding: 15px 0 0;
        margin-bottom: 100px;
        background-size: 43%;
    }
    .expertise .texte {
        padding-right: 40px;
    }
}

/** AJOUT 26/09/19 **/
@media (min-width: 992px) and (max-width: 1200px){
    .expertise .texte {
        padding-left: 22px;
    }
    .expertise h2 {
        font-size: 30px;
        line-height: 40px;
    }
}

@media (max-width: 992px) {
    .expertise .u-xlarge {
        font-size: 34px;
        line-height: 40px;
    }
    .expertise{
        padding-bottom: 0;
        background-position: bottom right;
    }
}
@media (max-width: 576px) {
    .expertise .texte {
        padding: 0 20px!important;
    }
    .expertise .u-subtitles{
        font-size: 18px;
        line-height: 22px;
    }
    .expertise .u-xlarge {
        font-size: 30px;
        line-height: 38px;
    }
    .expertise .u-label{
        font-size: 12px;
    }
    .expertise h2.color-black.u-xlarge {
        margin: 10px 0 19px;
    }
    .expertise .btn-primary-red{
        padding: 15px 30px;
    }
    .expertise .bouton {
        margin-top: 25px;
    }
    .expertise {
        padding: 50px 0 450px;
        margin-bottom: -30px;
    }
    .expertise {
        background-position: bottom 75px right 128%;
        background-size: 120%;
    }
}

