.et_pb_module.wlda_filtres_home .et_pb_contact select {
    color: rgba(0,0,0,0.79) !important;
    font-size: 17px;
    background-color: #ffffff;
}
.et_pb_module.wlda_filtres_home .et_pb_contact .et_pb_button {
    color: #ffffff !important;
    background: #6582a0;
    border-width: 0px !important;
    border-color: rgba(0,0,0,0);
    border-radius: 1px;
    font-size: 20px;
    background-color: #6582a0;
}
.et_pb_module.wlda_filtres_home .et_pb_contact .et_pb_contact_form  {
    display: flex;
}
.et_pb_module.wlda_filtres_home .et_pb_contact .et_contact_bottom_container  {
    float: none;
    text-align: center;
    margin: 0;
    display: block;
}

@media only screen and (max-width: 600px) {
    #filters {
        display: none;
    }
    .btn-filtre-mobile {
        display: block !important;
        background-color: white !important;
    }
}