.filterAside a {
    margin: 0 4px 0 0;
    padding: 3px .8vw 4px;
    color: var(--color-1);
    border-bottom: 1px solid #c3c3c3;
    font-size: 0.83em;
}
.filterAside a.active {
    background-color: var(--color-1);
    color: white;nav-content
}

.nav-content {
    border-bottom: 2px solid #666666;
    background-color: #e2e2e2;
}

.c_title {
    margin: 10px 0 0;
    padding: 1vh .6vw;
    line-height: 1em;
    background-color: #666666;
    color: white;
    font-size: .9em;
    border-left: 2px solid #d40000;
}

.brandname {
    font-weight: 100;
    color: #d40000 !important;
}

.itemLI .titleLI p {
    display: block;
    width: 100%;
}
.aPropos {
    text-transform: none;
    font-weight: bold;
    color: #000000;
    font-size: 1.15rem;
}
.filterAside h4 {
    font-size: 1.4rem;
    line-height: 1em;
}