.form-recherche-field {
    width: 100%;
    height: 60px;
}

.form-hidden {
    display: none;
}

.btn-dropdown-form-recherche {
    width: 100%;
    height: 60px;
}

.btn-close-dropdown-form-recherche {
    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-recherche > div {
    width: 100%;
    height: 100%;
    text-align: left;
    overflow-x: hidden;
    padding-top:12px;
    margin-right: 5px;
}

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

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

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

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

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

#btn-recherche {
    width: auto;
    height: 60px;
    float: right;
    padding: 15px;
    background-color: #000000;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: #ffffff;
}

@media only screen and (max-width: 800px) {
    #btn-recherche {
        width: 100%;
    }
    
    .btn-close-dropdown-form-recherche {
        display: block;
    }
    
    input[type="text"] {
        font-size: 16px;
    }
}

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