#wrapper #left-column .block-categories {
    padding: 30px 25px;
    background-color: var(--second-background-color);
    border-radius: 10px;
}
#wrapper #left-column .block-categories .category-top-menu .sous-categories-title {
    color: var(--text-color, #323232);
    font-family: "Advent Pro";
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    position: relative;
}
#wrapper #left-column .block-categories .category-top-menu .sous-categories-title::after {
    content: '';
    position: absolute;
    bottom: -20px; 
    left: 0;
    width: 32px;
    height: 3px; 
    background-color: var(--main-color);
    border-radius: 10px;
}
#wrapper #left-column .block-categories .category-top-menu .category-sub-menu {
    margin-top: 38px;
}
#wrapper #left-column .block-categories .category-top-menu .category-sub-menu li a {
    color: var(--text-color, #323232);
    font-family: "PP Neue Montreal";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: left;
    border-bottom: solid 1px rgba(0, 0, 0, 0.10);
    padding-bottom: 6px;
}
#wrapper #left-column .block-categories .category-top-menu .category-sub-menu li::after {
    content: ">";
    position: absolute;
    color: var(--text-color, #323232);
    font-family: "Advent Pro";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
}
#wrapper #left-column #search_filters_wrapper {
    padding: 30px 25px;
    background-color: var(--second-background-color);
    border-radius: 10px;
}
#wrapper #left-column #search_filters_wrapper #search_filters {
    background-color: var(--second-background-color);
    padding: 0;
}
#wrapper #left-column #search_filters_wrapper #search_filters p.text-uppercase {
    color: var(--text-color, #323232);
    font-family: var(--main-font)!important;
    font-size: 30px!important;
    font-style: normal;
    font-weight: 500!important;
    line-height: normal;
    text-transform: uppercase;
    position: relative;
    margin: 0;
}
#wrapper #left-column #search_filters_wrapper #search_filters p.text-uppercase::after {
    content: '';
    position: absolute;
    bottom: -20px; 
    left: 0;
    width: 32px;
    height: 3px; 
    background-color: var(--main-color);
    border-radius: 10px;
}
#wrapper #left-column #search_filters_wrapper #search_filters .collapse a.select-title {
    background-color: #FFF;
}
#wrapper #left-column #search_filters_wrapper #search_filters section.facet:first-of-type {
    margin-top: 38px;
}
#wrapper #left-column #search_filters_wrapper #search_filters section.facet p.facet-title {
    color: var(--text-color, #323232);
    font-family: "PP Neue Montreal";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
#wrapper #left-column #search_filters_wrapper #search_filters section.facet .facet-label a.search-link {
    text-align: left;
    color: var(--text-color, #323232);
    font-family: "PP Neue Montreal";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
#wrapper #left-column #search_filters_wrapper #search_filters section.facet .facet-label .custom-checkbox span.ps-shown-by-js {
    border-radius: 2px;
    border: 1px solid var(--Filets-clairs, #EBEBEB);
    background: #FFF;
}
#wrapper #left-column #search_filters_wrapper #search_filters section.facet .collapse .select-title span {
    color: var(--text-color, #323232);
    font-family: "PP Neue Montreal";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}