/** CSS SEARCH FILTER FORM **/

.list-search-flex {
    border-top: 0px solid #eee;
    overflow-x: auto;
    width: 100%;
    z-index: 9;
    display: flex;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.titre-search {
    display: inline-flex;
    margin-right: 0;
    height: 20px;
    color: #fff;
    border-radius: 20px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    padding: 10px 20px 3px 20px;
    margin-right: 5px;
    border: 1px solid #111;
    background-color: #111;
    margin-bottom: 10px;
}


.select-search select {
    max-width: 255px;
    height: 32px;
    padding: 5px 35px 5px 5px;
    color: #111;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    border: 1px solid #111;
    border-radius: 30px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    padding: 2px 20px 2px 20px;
    margin-right: 5px;
    text-align-last: center;
    margin-bottom: 10px;
}

.select-search select:checked {
    color: #fff;
    border: 1px solid #fff;
    background-color: #111;
}


.date-search {
    display: inline-flex;
    margin-right: 0;
    height: 20px;
    color: #111;
    border-radius: 20px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    padding: 10px 20px 3px 20px;
    margin-right: 5px;
    border: 1px solid #111;
    background-color: #fff;
    margin-bottom: 10px;
}

.date-search input[type="date"] {
    display: block;
    min-height: 0px;
    color: #111;
    padding: 0;
    margin-top: -4px;
    border: 0;
    font-size: 13px;
    background-color: #fff;
}
.list-tag-flex-search {
    width: 100%;
    padding-top: 0px;
    padding-bottom: 20px;
    padding-left: 50px;
}

.submit-search{
    height: 20px;
    background-color: #111;
    color: #fff;
    border-radius: 20px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    padding: 8px 20px 8px 20px;
    margin-right: 5px;
}
.submit-search {
    height: 35px;
    background-color: #FFFFE8;
    color: #111;
    border-radius: 20px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    padding: 5px 20px 5px 20px;
    margin-right: 5px;
    border: 1px solid;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.submit-search:hover {
    background-color: #111;
    color: #fff;
    border: 1px solid #111;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}




