.form-contact-mfr-field {
    width: 100%;
    height: 70px;
    background-color: #e3e2de;
    border: none;
}

input.form-contact-mfr-field {
    background-color: #e3e2de;
}

.form-hidden {
    display: none;
}

.dropdown-form-contact-mfr {
    width: 100%;
    height: 70px;
    background-color: #e3e2de;
    border: none;
}

.btn-dropdown-form-contact-mfr {
    width: 100%;
    height: 70px;
    background-color: #e3e2de;
    border: none;
}

.btn-close-dropdown-form-contact-mfr {
    width: 30px;
    height: 30px;
    float: right;
    z-index:600;
    position:absolute;
    top: 0;
    right: 0;
    padding: 0px;
    background-color: #000000;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 30px;
    line-height: 0px;
    color: #ffffff;
    display: none;
}

.btn-dropdown-form-contact-mfr > div {
    width: 100%;
    height: 100%;
    text-align: left;
    overflow-x: hidden;
    padding-top:18px;
    margin-right: 5px;
}

.dropdown-menu > li > input {
    border : 1px solid #ccc;
}

.dropdown-form-contact-mfr > ul {
    width: 100%;
}

.dropdown-form-contact-mfr > ul > li {
    width: 100%;
}

.list-dropdown-form-contact-mfr {
    width:95%;
    height: auto;
    max-height: 400px;
    margin:auto;
    overflow-y: scroll;
}

.list-dropdown-form-contact-mfr-option {
    width: 100%;
    padding: 10px;
    border: 0px;
    text-align: left;
}

.form-hidden {
    display: none;
}

.form-contact-mfr-placeholder {
    color: #999;
    opacity: 1;
}

.div-title-form-contact-mfr {
    padding-top: 40px;
    background-color: #ffffff;
    font-family: 'Knewave', sans-serif;
    font-weight: 600;
    font-size: 40px;
}

.contact-mfr-form {
    background-color: #ffffff;
    padding-top: 30px;
    padding-bottom: 30px;
}

.with-errors > span > ul {
    margin-bottom: 10px;
}

.with-errors > span > ul > li {
    color: red;
}

.btn-contact-mfr {
    width: auto;
    height: 60px;
    padding: 15px;
    /*background-color: #ecc747;*/
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.2;
    /*color: #000000;*/
}

@media only screen and (max-width: 800px) {
/*    #btn-recherche {
        width: 100%;
    }*/
    
    .btn-close-dropdown-form-cnotact-mfr {
        display: block;
    }
    
    input[type="text"] {
        font-size: 16px;
    }
    
    .contact-mfr-form > form {
        padding-left: 10px;
        padding-right: 10px;
    }
    
    .btn-contact-mfr {
        width: 100%;
    }
}

/*@media only screen and (max-width: 375px) {
    #btn-recherche {
        width: 100%;
        padding-top: 17px;
        font-size: 18px;
    }
}*/