﻿

/* === FILTRES === */

.filtre_navigation--titre {
    text-align: left;
    line-height: 40px;
    text-transform: uppercase;
    font-size: 14px;
    position: relative;
    font-weight: bold;
    border-top: solid 1px #949494;
}

.filtre_navigation--content {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 300px;
}

.filtre_navigation--content--items {
    display: flex;
    flex-flow: wrap;
}

.filtre_navigation--content--items > li {
    border-bottom: solid 1px #ebebeb;
    line-height: 37px;
    margin: 0;
    padding-left: 20px;
    width: 100%;
    white-space: nowrap;
    opacity: 0.9;
}

.filtre_navigation--content--items > li:hover {
    opacity: 1;
}

.filtre_navigation--content--items > li:hover label {
    text-decoration: underline;
}


.filtre_navigation--content--items > li:last-child {
    border-bottom: none;
}

.filtre_navigation--content--items > li a {
    width: calc(100% - 5px);
}

.filtre_navigation--content--items > li label {
    vertical-align: middle;
    margin: 0 0 0 8px;
    width: calc(100% - 25px);
}

.filtre_navigation--content--items > li input[type='checkbox'],
.filtre_navigation--content--items > li input[type='radio'],
.filtre_navigation--content--items > li label {
    cursor: pointer;
}    


.filtre_navigation--content--items > li input[type='checkbox'],
.filtre_navigation--content--items > li input[type='radio'] {
    transform: scale(1.4);
    vertical-align: middle;
    margin: 1px 0 0 0;
}

.filtre_navigation--content--items .select_filtre {
    max-width: 213px;
    min-width: 197px;
}


/* - Classification - */
.filtre_navigation--content--items .classification_active label {
    font-weight: bold;
}

.filtre_navigation--content--items .classification_active a {
    font-weight: bold;
}


/* - Axe - */
.filtre_navigation--content--items .axe_actif label {
    font-weight: bold;
}

.filtre_navigation--content--items .axe_actif a {
    font-weight: bold;
}


/* - Prix - */
.filtre_navigation--content--items #li_filtre_prix {
    border-bottom: solid 1px #ebebeb;
}

.filtre_navigation--content--items #li_filtre_prix input[type='text'] {
    width: 35px;
}

.filtre_navigation--content--items #li_filtre_prix label {
    margin-right: 10px;
    width: auto;
}


#div_filtre_tri_catalogue .filtre_navigation--content--items > li {
    border-bottom: none;
}

.page_body--content--options--appliquer, 
.page_body--content--options--supprimer {
    text-align: center;
    margin-bottom: 15px;
}


/* ==================================== */
/* =============== MEDIA ============== */

@media (max-width : 480px) {

    .page_body--content--options {
        margin-top: 0px;
    }

    .filtre_navigation--titre {
        padding-left: 10px;
    }
}


