﻿.filtre-liste-produit__header {
    padding: 10px 0 20px;
    display: flex;
    flex-direction: column;
}

.filtre-seo-container-titre {
    display: flex;
    justify-content: flex-start;
}

.filtre-seo-container {
    margin: 10px 0 0 0;
}

.filtre-liste {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.filtre-text-titre-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.filtre-no-result-img {
    margin: 20px 0;
}

.filtre-no-result-block {
    display: flex;
    padding: 50px 0 0 70px;
    justify-content: space-between;
    align-items: center;
}

.filtre-no-result-right-column {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 20px;
}

.filtre-no-result-text {
    display: flex;
    width: 460px;
    height: 117px;
    padding: 20px;
    border-radius: 20px 30px 5px 20px;
    background-color: #EFEFEF;
    line-height: 29px;
    font-size: 20px;
    font-weight: var(--semibold);
    text-align: center;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.filtre-no-result-interest-card-first-last {
    transform: scale(0.9);
}

.filtre-no-result-interest-card-container {
    display: flex;
    cursor: pointer;
    width: 280px;
    height: 215px;
    background-color: #fff;
    border-radius: 25px 15px 15px 10px;
    box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.09);
    background: #E53029;
}

.filtre-no-result-interest-card {
    display: flex;
    position: relative;
    flex-direction: column;
    width: 280px;
    left: 5px;
    height: 215px;
    background-color: #fff;
    border-radius: 25px 15px 15px 10px;
    overflow: hidden;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #D0D0D0;
}

.filtre-no-result-interest-cards-list {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.filtre-no-result-interest-card-text {
    display: flex;
    width: 262px;
    height: 26px;
    margin-bottom: 5px;
    flex-direction: column;
    justify-content: center;
    border-radius: 4px 5px 15px 7px;
    flex-shrink: 0;
    text-align: center;
    font-size: 13px;
    text-transform: uppercase;
    background-color: #16BC85;
    color: white;
}

.filtre-no-result-interest-block {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-top: 20px;
}

.filtre-no-result-interest-text {
    font-size: 16px;
    font-weight: var(--bold);
    text-transform: uppercase;
    text-align: center;
}

.filtre-no-result-tout-effacer {
    font-size: 18px;
    font-weight: 500;
    text-decoration: underline;
    cursor: pointer;
}

.price-input {
    width: 100%;
    display: flex;
    margin: 10px 0 25px 0;
    justify-content: space-between;
}

.field input {
    width: 76px;
    height: 27px;
    outline: none;
    font-size: 13px;
    font-weight: var(--semibold);
    border-radius: 10px 7px 7px 5px;
    border: 1px solid #BABABA;
    text-align: center;
    -moz-appearance: textfield;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.price-input .separator {
    width: 130px;
    display: flex;
    font-size: 19px;
    align-items: center;
    justify-content: center;
}

.slider {
    height: 5px;
    position: relative;
    background: #343333;
    border-radius: 5px;
    cursor: pointer;
}

    .slider .progress {
        height: 100%;
        left: 25%;
        right: 25%;
        position: absolute;
        border-radius: 5px;
        background: #EE3C34;
    }

.range-input {
    position: relative;
    padding-bottom: 10px;
}

    .range-input input {
        position: absolute;
        width: 100%;
        top: -10px;
        background: none;
        cursor: pointer;
        pointer-events: none;
        -webkit-appearance: none;
        -moz-appearance: none;
    }

input[type="range"]::-webkit-slider-thumb {
    height: 17px;
    width: 17px;
    border-radius: 50%;
    background: #EE3C34;
    pointer-events: auto;
    -webkit-appearance: none;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

input[type="range"]::-moz-range-thumb {
    height: 17px;
    width: 17px;
    border: none;
    border-radius: 50%;
    background: #EE3C34;
    pointer-events: auto;
    -moz-appearance: none;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}


.filtre-choix {
    width: auto;
    height: auto;
    background-color: #F3F3F3;
    border-radius: 15px 10px 10px 5px;
    display: flex;
    flex-direction: row;
    padding: 10px 20px;
    flex-wrap: wrap;
}

.filtre-selection {
    width: auto;
    height: auto;
    display: flex;
    padding: 10px;
    align-items: center;
    cursor: pointer;
    font-size: 13px;
    font-weight: var(--semibold);
    width: 50%;
    justify-content: space-between;
    align-items: center;
}

.filtre-no-result-interest-card-img {
    height: 80%;
    width: auto;
    object-fit: contain;
    padding-top: 10px;
}

    .filtre-no-result-interest-card-img img {
        height: 100%
    }

.filtre-selectionned {
    font-weight: bold;
    text-decoration: underline;
    display: flex;
    align-items: center;
}

.filtre-selection-text {
    text-decoration: underline;
}

.remove-selection {
    font-size: 16px;
    font-weight: var(--semibold);
    margin-left: 5px;
}

.remove-selection-text {
    font-size: 13px;
    font-weight: var(--semibold);
    text-decoration: underline;
}

.filtre-text-titre-filtrer {
    display: flex;
    gap: 10px;
    align-items: center;
    font-size: 16px;
    font-weight: var(--semibold);
    color: var(--noir);
}

.filtre-text-titre-tout-effacer {
    font-size: 14px;
    font-weight: var(--semibold);
    color: var(--noir);
    text-decoration-line: underline;
}

.filtre-paneltri {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.filtre-cadre {
    background: #ffffff;
    border: solid 1px #CCCCCC;
    border-radius: 15px 10px 10px 5px;
    height: auto;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.filtre-onglet input:checked + .filter-selected div {
    text-decoration: underline;
}

.filtre-cadre-promo {
    display: flex;
    background: #FFEEED;
    border-radius: 15px 10px 10px 5px;
    min-height: 47px;
    width: 100%;
    padding: 10px 20px;
}

.filtre-bouton-mobile {
    display: none;
    height: 50px;
    justify-content: center;
    align-items: center;
    color: white;
    border-radius: 41px;
    background: #EE3C34;
}

.filtre-bouton-afficher-resultat {
    display: none;
}

.filtre-bouton-mobile-filtered {
    border-radius: 41px;
    border: 1px solid #EE3C34;
    background: #FFF;
    color: #EE3C34;
}

.filtre-bouton-mobile-icone-text {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.filtre-bouton-mobile-icone-text-filtered {
    filter: brightness(0) saturate(100%) invert(51%) sepia(55%) saturate(6942%) hue-rotate(339deg) brightness(93%) contrast(100%);
}

.filtre-bouton-mobile-text {
    font-size: 16px;
}

.filtres-supplementaires-liste {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.filtre-cadre-text {
    display: flex;
    width: 100%;
    height: 40px;
    align-items: center;
    justify-content: space-between;
    color: var(--noir);
    font-size: 14px;
    font-weight: var(--semibold);
    padding: 10px;
    position: relative;
    cursor: pointer;
}

.grb__liste-produit__filtre--label svg {
    width: 15px;
}

/*.filtre-prix-empathy {
    display: none;
}*/

.svg-icon-more {
    transform: rotate(-90deg);
}

.svg-icon-less {
    display: none
}

.grb__liste-produit__filtre--checkbox:checked ~ .filtre-cadre-text::before {
    transform: rotate(0deg);
    right: 15px;
    margin-top: -5px;
    color: #EE3C34;
}

.grb__liste-produit__filtre--checkbox:checked ~ .filtre-cadre-text::after {
    transform: rotate(0deg);
    right: 10px;
    margin-top: -5px;
    color: #EE3C34;
}

.filtre-option-container {
    width: 100%;
    border-radius: 0 0 5px 5px;
    overflow: hidden;
    padding: 10px;
    transition: all 0.05s;
    display: none;
}

.filtre-bouton-voir-plus-texte {
    display: flex;
    justify-content: center;
    font-weight: var(--semibold);
    font-size: 16px;
}

.filtre-dv_cbx {
    max-height: 570px;
    overflow-y: auto;
    padding: 10px;
}

    .filtre-dv_cbx span {
        display: flex;
        gap: 5px;
    }

        .filtre-dv_cbx span input {
            accent-color: #FFE470;
        }

        .filtre-dv_cbx span label {
            display: flex;
            gap: 5px;
            justify-content: space-between;
            width: 100%
        }

    .filtre-dv_cbx tbody {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

.grb__liste-produit__filtre--checkbox:checked ~ .filtre-option-container {
    height: auto !important;
    opacity: 1;
    cursor: initial;
    flex-direction: column;
    display: flex;
}

.filtre-radiobutton, .filtre-promo-horizontal {
    display: flex;
    align-items: center;
    cursor: pointer;
}

    .filtre-radiobutton input, .filtre-promo-horizontal input {
        position: relative;
        border-radius: 50%;
        padding: 7px;
        appearance: none;
        -webkit-appearance: none;
        outline: 1px solid red;
        background: white;
        cursor: pointer;
    }

    .filtre-promo-horizontal td {
        display: flex;
        align-items: center;
        gap: 5px;
    }

    .filtre-radiobutton tbody, .filtre-promo-horizontal tbody {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }

    .filtre-promo-horizontal label {
        display: flex;
        position: relative;
        top: 1px;
        gap: 5px;
        padding-left: 5px;
        cursor: pointer;
        text-wrap: nowrap;
        font-size: 14px;
        font-weight: var(--semibold);
        color: var(--noir);
    }

    .filtre-radiobutton input::after, .filtre-promo-horizontal input::after {
        display: none;
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: calc(100% - 5px);
        height: calc(100% - 5px);
        background-color: red;
        border-radius: 50%;
        transform: translate(-50%, -50%);
    }

    .filtre-radiobutton input:checked::after, .filtre-promo-horizontal input:checked::after {
        display: block;
    }


.filtre-radiobutton, .filtre-promo {
    display: flex;
    align-items: center;
    cursor: pointer;
}

    .filtre-radiobutton input, .filtre-promo input {
        position: relative;
        border-radius: 50%;
        padding: 7px;
        appearance: none;
        -webkit-appearance: none;
        outline: 1px solid red;
        background: white;
        cursor: pointer;
    }

    .filtre-radiobutton span, .filtre-radiobutton td {
        display: flex;
        align-items: center;
    }

.produits-filtre {
    width: 100%;
}

.disponibilite-produits-filtre {
    width: 100%;
}

.filtre-promo td {
    display: flex;
    align-items: center;
}

.filtre-radiobutton tbody, .filtre-promo tbody {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%
}

.filtre-promo label {
    display: flex;
    position: relative;
    top: 1px;
    gap: 5px;
    padding-left: 5px;
    cursor: pointer;
    font-size: 14px;
    font-weight: var(--semibold);
    color: var(--noir);
}

.filtre-promo-horizontal, .filtre-promo-horizontal tbody {
    width: 100%;
}

    .filtre-promo-horizontal tr {
        width: 100%
    }

    .filtre-promo-horizontal td label {
        width: 100%;
        display: flex;
        justify-content: space-between
    }

.filtre-radiobutton label {
    display: flex;
    position: relative;
    gap: 5px;
    padding-left: 10px;
    cursor: pointer;
    font-size: 13px;
    font-weight: var(--semibold);
    color: #545454;
    justify-content: space-between;
    width: 100%;
}

.filtre-radiobutton input::after, .filtre-promo input::after {
    display: none;
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: calc(100% - 5px);
    height: calc(100% - 5px);
    background-color: red;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

.filtre-radiobutton input:checked::after, .filtre-promo input:checked::after {
    display: block;
}

.filtre-pagination {
    display: flex;
    justify-content: flex-end;
}

.filtre-pagination-active {
    background: #EE3C34 !important;
    color: white;
    box-shadow: none;
    text-shadow: none;
}

    .filtre-pagination-active p {
        color: white;
    }

.filtre-bloc-result-tri {
    display: flex;
    width: 100%;
    padding-bottom: 10px;
    border-bottom: 1px solid #CDCCCC;
    margin-left: 15px;
    justify-content: space-between;
    align-items: center;
}

.filtre-result-nbr {
    display: flex;
    flex-direction: row;
}

    .filtre-result-nbr p {
        font-weight: 700;
        font-size: 13px;
        color: #616161;
        margin-left: 0;
    }


.filtre-result-mobile-nbr {
    display: none;
    flex-direction: row;
}

    .filtre-result-mobile-nbr p {
        font-weight: 700;
        font-size: 13px;
        color: #616161;
        margin-left: 0;
    }

.filtre-tri-dropdown {
    position: relative;
    display: inline-block;
    width: 160px;
}

    .filtre-tri-dropdown::after {
        content: '';
        position: absolute;
        top: 40%;
        right: 20px;
        width: 10px;
        height: 10px;
        border-right: 2px solid black;
        border-bottom: 2px solid black;
        transform: rotate(45deg) translateY(-50%);
        pointer-events: none;
    }

.filtre-tri-dropdown-mobile {
    position: relative;
    display: none;
}

    .filtre-tri-dropdown-mobile::before, .filtre-tri-dropdown-mobile::after {
        content: '_';
        top: 40%;
        height: 10px;
        position: absolute;
        font-weight: 700;
        transition: all 0.2s;
    }

    .filtre-tri-dropdown-mobile::before {
        transform: rotate(50deg);
        right: 11px;
        margin-top: -8px;
    }

    .filtre-tri-dropdown-mobile::after {
        transform: rotate(-50deg);
        right: 24px;
        margin-top: -8px;
    }


.filtre-tri-dropdown-select-mobile {
    width: 100%;
    padding: 10px;
    font-size: 14px;
    font-weight: bold;
    color: #000;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: solid 1px #CCCCCC;
    border-radius: 15px 10px 10px 5px;
    background-color: white;
}

    .filtre-tri-dropdown-select-mobile:hover {
        cursor: pointer;
    }

.filtre-tri-dropdown-select option:hover {
    background-color: #959595;
}

.filtre-tri-dropdown-select {
    width: 100%;
    padding: 10px;
    font-size: 14px;
    font-weight: bold;
    color: #000;
    border: none;
    border-radius: 3px !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 20px 25px 15px 20px !important;
    border: solid 1px #CDCCCC;
    background-color: white;
}

    .filtre-tri-dropdown-select:hover {
        cursor: pointer;
    }

    .filtre-tri-dropdown-select option:hover {
        background-color: #959595;
    }

.filtre-recherchefrequente {
    padding: 0 0 20px;
}

.filtre-recherchefrequente-container {
    display: flex;
    position: relative;
    flex-direction: row;
    overflow: hidden;
    gap: 10px;
}

    .filtre-recherchefrequente-container::after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 2%;
        height: 100%;
        background: linear-gradient(to left, #ffffff 0%, transparent 50%);
        z-index: 10;
        opacity: var(--after-opacity, 1);
        transition: opacity .3s;
    }

.filtre-recherchefrequente-slide {
    display: inline-flex;
    width: auto;
}

    .filtre-recherchefrequente-slide a {
        display: flex;
        background-color: #EFEFEF;
        border-radius: 12px 9px 16px 12px;
        width: auto;
        height: 30px;
        padding: 15px 30px;
        align-items: center;
        justify-content: center;
        font-size: 12px;
        font-weight: var(--semibold);
        white-space: nowrap;
    }

        .filtre-recherchefrequente-slide a:hover {
            background-color: #EE3C34;
            color: var(--blanc);
        }

.filtre-swiper-button-prev,
.filtre-swiper-button-next {
    width: 30px;
    height: 40px;
    background-color: #323232;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 1;
    cursor: pointer;
}

    .filtre-swiper-button-prev.swiper-button-disabled,
    .filtre-swiper-button-next.swiper-button-disabled {
        pointer-events: none;
        visibility: hidden;
    }

.filtre-swiper-button-prev {
    left: 218px;
}

.filtre-swiper-button-next {
    right: 218px;
}

    .filtre-swiper-button-prev::after,
    .filtre-swiper-button-next::after {
        font-size: 16px;
        color: white;
    }

.filtre-swiper-button-prev::after {
    content: '<';
}

.filtre-swiper-button-next::after {
    content: '>';
}

@media screen and (max-width: 960px) {
    .grb_revive {
        order: 1;
    }

    .filtre-tri-dropdown-gamme {
        width: 100%;
    }

    .filtre-bouton-mobile {
        display: flex;
        width: 100%;
        order: 2;
    }

    .filtre-result-mobile-nbr {
        display: flex;
        order: 3;
        justify-content: center;
        padding-top: 10px;
    }

    .filtre-liste {
        margin-bottom: 70px;
    }

    .filtre-block-resultat-bouton-tri {
        display: flex;
        flex-direction: column-reverse;
    }

    .filtre-bloc-result-tri {
        order: 1;
        justify-content: center;
        border-bottom: unset;
        margin-left: unset;
        padding: 10px 0;
    }

    .stock-actif {
        width: 100%;
    }

    .stock-inactif {
        width: 100%;
    }

    .filtre-bouton-voir-plus {
        display: none;
    }

    .filtre-tri-dropdown {
        display: none;
    }

    .filtre-tri-dropdown-mobile {
        display: flex;
        width: auto;
    }

    .filtre-recherchefrequente-slide a {
        height: 39px;
    }

    .field input {
        width: 80px;
        height: 35px;
    }

    .filtre-bouton-resultat-mobile {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 38px;
        padding: 0px 23px;
        width: fit-content;
        border-radius: 41px;
        background: #EE3C34;
        color: var(--blanc);
    }

    .filtre-bouton-afficher-resultat {
        display: flex;
        position: fixed;
        width: 90%;
        bottom: 30px;
    }
}

@media screen and (max-width: 768px) {
    .filtre-no-result-block {
        flex-direction: column;
        padding: unset;
    }

    .filtre-no-result-text {
        width: 359px;
        height: 117px;
        margin: auto;
        border-radius: 14px;
        line-height: 19px;
        font-size: 16px;
        padding: 20px 40px;
    }

    .filtre-no-result-img {
        width: 216px;
        height: 198px;
        order: 1;
    }

    .filtre-no-result-right-column {
        align-items: center;
    }

    .filtre-no-result-interest-cards-list {
        flex-direction: column;
        align-items: center;
    }
}

/* Style Empathy */
.filtre-option-container--empathy {
    row-gap: 10px;
}

.filtre-radiobutton--empathy {
    column-gap: 5px;
}

    .filtre-radiobutton--empathy a div {
        font-size: 13px;
        font-weight: var(--semibold);
        color: #545454;
    }

#empathy-predefined-ranges {
    display: none;
}

.filtres-empathy .filtre-choix {
    column-gap: 20px;
}

.remove-selection-empathy .filtre-selection {
    width: fit-content;
    text-decoration: underline;
}

.remove-selection-empathy {
    display: flex;
    align-items: center;
    width: fit-content;
}
