body{
    overflow-x: hidden;
}
section.section.bloc-augmente {
    background: url(../img/agmentee.jpg) no-repeat center;
    background-size: cover;
    padding: 30px 0 60px;
}
section.section.bloc-augmente, section.section.bloc-augmente .fp-tableCell{
    height: auto !important;
}
section.section.bloc-augmente .texte p.big-text {
    color: #FFF;
    /* font-family: "Helvetica Neue"; */
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 38px;
    margin-top: 0;
}

section.section.bloc-augmente .texte p {
    color: #FFF;
    /* font-family: "Helvetica Neue"; */
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 38px;
}

section.section.bloc-augmente .texte {
    max-width: 680px;
    margin-left: auto;
}

section.section.bloc-augmente h3 {
    margin: 0;
    text-align: center;
}

section.section.bloc-augmente .container-fluid {
    max-width: 1440px;
}
.page-id-8859 section.section.bloc-augmente.d-none{
    display: flex !important;
}
@media screen and (max-width: 1024px) {
    section.section.bloc-augmente {
        background-position: bottom right;
    }
    section.section.bloc-augmente .texte p{
        font-size: 18px;
        line-height: 28px;
    }
}
