@media screen and (max-width: 1680px){
    .container-fluid{
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media screen and (max-width: 1440px) {
    :root{
        --180: 100px;
        --160: 80px;
        --120: 60px;
        --90: 70px;
        --85: 60px;
        --60: 45px;
        --40: 32px;
        --38: 28px;
        --35: 24px;
        --32: 26px;
        --28: 20px;
        --18: 16px;
    }

    .form-content h3{
        max-width: 90%;
    }

    .impacts .text-center h3:not(.h2){
        max-width: 680px;
    }

    .plusieurs-list h3{
        min-height: 80px;
    }
}

@media screen and (max-width: 1280px) {
    :root{
        --180: 100px;
        --160: 80px;
        --120: 70px;
        --90: 70px;
        --85: 65px;
        --60: 45px;
        --40: 30px;
        --38: 28px;
        --35: 26px;
        --32: 24px;
        --28: 22px;
        --18: 15px;
    }    

    .container, .container-fluid{
        padding-left: 12px;
        padding-right: 12px;
    }
}

@media screen and (max-width: 1199px) {
    :root{
        --180: 80px;
        --160: 70px;
        --120: 60px;
        --90: 56px;
        --85: 55px;
        --60: 36px;
        --40: 24px;
        --38: 26px;
        --35: 22px;
        --32: 22px;
        --28: 20px;
        --18: 14px;
    }    

    .impacts .text-center h3:not(.h2) {
        max-width: 480px;
    }

    .number{
        text-indent: 0;
    }

    .benefits .row > div{
        width: 48%;
    }
}


@media screen and (max-width: 767px) {
    :root{
        --60: 42px;
        --40: 32px;
        --32: 26px;
    }
    
    .hero > img{
        width: 150%;
        margin-left: -50%;
    }

    .impack-items > div:nth-child(3){
        border: none !important;
    }

    .row-text{
        --40: 22px
    }

    .benefits .row > div {
        width: 100%;
    }

    .plusieurs-content{
        padding-top: 0;
    }

    .plusieurs-content > img{
        border-radius: 0;
        height: 640px;
        width: 100%;
        bottom: 0;
        top: auto;
    }

    .form-content, .form-fields{
        padding: 40px 20px;
    }
}


@media screen and (max-width: 575px) {
    :root{
        --180: 60px;
        --160: 50px;
        --90: 9.4vw;
        --120: 40px;
        --40: 22px;
        --35: 20px;
        --60: 32px;
        --32: 18px;
    }

    .hero > img {
        width: 220%;
        margin-left: -120%;
    }

    .form-content h3{
        max-width: 100%;
    }

    .row-text {
        --40: 16px;
    }

    .plusieurs-list h3 {
        min-height: 60px;
    }

    .plusieurs-content > img{
        height: 480px;
    }
}