button:not(.dropdown-item) {
    font-family: 'Roboto', sans sherif;
    border-radius: 8px !important;
    padding: 0.15rem 0.5rem !important;
}

button.filter {
   margin: 0 0.25rem 0.25rem 0;
}

button.filter i {
    display: none !important;
}

button.filter:hover i {
    display: inline !important;
}

.filter-collapse {
    margin: 0 0.5rem 0.25rem 0;
}

.filter-collapse button {
    box-shadow: none !important;
}

.filter-collapse button:first-child {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.filter-collapse button:nth-child(even) {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.filter-collapse:hover button, .filter-collapse:focus button {
    background-color: #6c757d !important;
    border-color: #6c757d !important;
}

#button-tuile-1:disabled {
    opacity: 1;
}

button.resume {
    padding: 0 !important;
}
