@media (max-width: 1700px) {
    .approche-etape span{
        font-size:0.83rem;
    }
}

@media (max-width: 1440px) {
    .devis {
        width: 77%;
    }
   
}

@media (max-width: 1240px) {
   
    .devis {
        width: 87%;
    }
}

@media (max-width: 1000px) {
   
    .devis-separator{
        display: none;
    }
    .approche{
        display: none;
    }
    .formulaire{
        width: 100%;
    }
    .div-input-form textarea {
        padding: 1rem 0em 0 1rem;
    }
}

@media (max-width: 425px) {
    .devis {
        width: 91%;
    }
    .devis-img-back.orange{
        bottom: -1095px;
    }
    .devis-img-back.green{
        top: 475px;
    }
}