﻿
.container-filtre {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    width: 20%;
}

.title-filtre {
    height: 3rem;
    background-color: var(--color-primary);
    color: white;
    border-radius: 0.1rem;
    display: flex;
    align-items: center;
    padding-left: 0.8rem;
}


.items-filtre {
    width: 100%;
}