.FIL {
    padding: 20px 0 10px;
    margin: 0;
    width: 100%;
    line-height: 1.2rem;
}
.FIL a {font-size: 1rem;color: black;}



.nav-content a:hover {
    color: var(--color-1) ;
    background-color: unset;
}   

.c_title {
    margin: 10px 0 0;
    padding: 1vh .6vw;
    line-height: 1em;    
    color: var(--color-1);
    text-transform: uppercase;
    font-size: .9em;
    font-weight: 700 !important;
    
}
.filtersChoice {
    border-bottom: 1px dotted #999;
    padding-bottom: 1rem;
}
.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;
}




.hide1000 {display:none;visibility:hidden;}
