﻿:root {
    --produit-dispo-stock-dispo: #20a75f;
    --produit-dispo-stock-nondispo: #ff7f23;
    --produit-dispo-stock-standard-p: #767676;
}

.grb__fch-prod__block-disponibilite__container {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    justify-content: flex-start;
    font-weight: 600;
}

    .grb__fch-prod__block-disponibilite__container img {
        width: 14px;
        margin-top: -2px;
    }



/***********************************************************/
/* conteneur global */
.grb_fch-prod__container {
    padding: 0 0 20px 0;
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}
/* fin de conteneur global */

.grb_product-page__title {
    font-size: 24px;
    font-weight: 500;
}

/* titre de gallerie produit */
.grb_fch-prod__title {
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
}
/* fin titre gallerie produit */

/* note + avis */
.grb_product-page__rating {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    column-gap: 10px;
    width: fit-content;
}

.grb_product-page__rating-star {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 2px;
}

.grb_product-page__rating-quantity {
    font-size: var(--size_p);
}

.un_avis__etoiles img {
    width: 15px;
    height: 15px;
    object-fit: contain;
}
/* fin note + avis */

/* SECTION : galerie */
/* conteneur des miniatures gallerie et l'indice de réparabilité */
.grb_product-page__gallery-column-container {
    display: flex;
    flex-direction: column;
 
    row-gap: 20px;
}
/* fin de conteneur des miniature gallerie et l'indice de réparabilité */

/* l'indice de réparabilité*/
.gb_fiche-produit__indice_de_reparabilite_desktop_container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    row-gap: 5px;
    width: 105px;
}

.gb_fiche-produit__indice_de_reparabilite_mobile_container {
    display: none;
    flex-direction: column;
}

.gb_fiche-produit__indice_de_reparabilite_desktop {
    position: relative;
    width: 100%;
    height: 100%;
    max-height: 40px;
    max-width: 80px;
}

    .gb_fiche-produit__indice_de_reparabilite_desktop:hover {
        cursor: pointer;
    }

    .gb_fiche-produit__indice_de_reparabilite_desktop img {
        height: 100%;
        width: 100%;
        object-fit: contain;
    }

.grb_product-page__repairability-score {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    top: 50%;
    left: calc(50% + 8px);
    max-width: 50%;
    transform: translateY(-50%);
}

.gb_fiche-produit__indice_de_reparabilite_desktop_note {
    font-size: var(--size_h4);
    font-weight: var(--semibold);
}

.gb_fiche-produit__indice_de_reparabilite_desktop_diviseur {
    font-size: var(--size_p);
}

.gb_fiche-produit__indice_de_reparabilite_mobile_texte,
.gb_fiche-produit__indice_de_reparabilite_desktop_texte {
    font-size: 11px;
    text-decoration: underline;
}

    .gb_fiche-produit__indice_de_reparabilite_mobile_texte:hover,
    .gb_fiche-produit__indice_de_reparabilite_desktop_texte:hover {
        cursor: pointer;
    }

.gb_fiche-produit__indice_de_reparabilite_mobile {
    max-height: 60px;
    max-width: 101px;
    height: 100%;
    display: inline-block;
    position: relative;
    margin-top: 10px;
}

    .gb_fiche-produit__indice_de_reparabilite_mobile:hover {
        cursor: pointer;
    }

    .gb_fiche-produit__indice_de_reparabilite_mobile img {
        height: 100%;
    }

.gb_fiche-produit__indice_de_reparabilite_mobile_note {
    position: absolute;
    top: 25%;
    left: 60%;
    transform: translate(-50%, -50%);
    font-size: 1.8rem;
    font-weight: bold;
}

.gb_fiche-produit__indice_de_reparabilite_mobile_diviseur {
    position: absolute;
    top: 65%;
    left: 60%;
    transform: translate(-50%, -50%);
    font-size: 1rem;
}
/* fin de l'indice de réparabilité*/

/* style du conteur de galerie */
.grb_fch-prod__container__flex {
    display: flex;
    width: 100%;
    gap: 20px;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 10px;
}
/* fin de style du conteur de galerie */

/* style de galerie photo */
.mySwiper2 {
    width: 100%;
}

.grb_fch-prod__content-top {
    gap: 10px;
    width: 55%;
    vertical-align: top;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.grb_fch-prod__container-img-produit {
    position: relative;
    display: flex;
    max-height: 390px;
    overflow: hidden;
}
.grb_fch-prod__swiper-slide-mini_container {
    height: 100%;
}
.grb_fch-prod__swiper-slide-mini {
    display: flex;
    align-items: center;
    height: 100%;
}
.grb_fch-prod__swiper-slide-mini_item {
    height: 100%;
    max-width: 70px
}

.swiper-button-next {
    text-shadow: 1px 2px 3px #000000a3;
    color: #EEEEEE !important;
}

.swiper-button-prev {
    text-shadow: 1px 2px 3px #000000a3;
    color: #EEEEEE !important;
}

.grb_fch-prod__swiper-mini-item {
    max-width: 60px;
    max-height: 60px;
    cursor: pointer;
    opacity: .5;
}
.grb_fch-prod__swiper-slide {
    display: flex;
    height: 360px;
}
.grb_fch-prod__container-img-produit li img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
/* fin de style de galerie photo */

/* début d'introduction courte */
.grb_product-page__intro-top {
    padding-top: 30px;
    font-size: var(--size_h6);
    line-height: 1.5;
}
/* fin d'introduction courte */
/* fin de SECTION : galerie */

/* SECTION : information produit*/
.grb_product-page__brand-bandage {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.grb_product-page__brand-name,
.grb_product-page__brand-ref {
    font-size: 11px;
}

.grb_fch_prod__caract {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    width: calc(45% - 20px);
    padding: 20px;
    background: #F8F9FA;
    border-radius: 14px 12px 12px 9px;
}

.grb_fch-prod__conatiner-occasion--caract {
    width: 100%;
    display: flex;
    flex-direction: column;
    row-gap: 15px;
}

.grb_fch-prod__container__caracteristiques__top__container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: fit-content;
    row-gap: 2px
}

.grb_fch-prod__offres-partage {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.grb_fch-prod__container__caracteristiques__top__title {
    color: #000000;
    font-size: 14px;
    text-align: left;
    font-weight: 600;
    padding-bottom: 5px;
}

.caracterisques_principales__all::before {
    content: "-";
}

.grb_fch-prod__list-caract {
    display: flex;
    align-content: flex-start;
    flex-direction: column;
    flex-wrap: wrap;
    width: 100%;
    max-height: 120px;
    column-gap: 10px;
}

.grb_fch_prod__voir-plus {
    font-size: 13px;
    text-decoration: underline;
}

.grb_fch-prod__menu-fiche-produit {
    display: flex;
    flex-direction: column;
    width: 100%;
    box-sizing: border-box;
    z-index: 20;
    position: relative;
}

.grb_fch-prod__container__caracteristiques__top__container ul li {
    position: relative;
    line-height: 1.6;
    column-gap: 2px;
}

    .grb_fch-prod__container__caracteristiques__top__container ul li span {
        font-weight: 600;
        color: #000;
    }

.grb_fch-prod__container__caracteristiques__top__container a div svg {
    width: 12px;
}

.grb_fch-prod__container__caracteristiques__top__container a div p {
    font-size: 13px;
}

/* conteneur des prix */
.grb_product-page__transaction-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    row-gap: 10px;
}

.grb_product-page__prices-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}

.grb_fch_prod__prix {
    display: flex;
    column-gap: 20px;
    flex-direction: column;
    row-gap: 10px;
}

.grb_fch-prod__prix-produit {
    display: flex;
    flex-direction: column;
    row-gap: 15px;
}

.grb_product-page__price-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    row-gap: 10px;
}

.grb_product-page__price {
    display: flex;
}

    .grb_product-page__price .p-3x {
        display: flex;
        align-items: center;
        font-size: 32px;
        font-weight: var(--medium);
    }

    .grb_product-page__price sup {
        font-size: 16px;
        font-weight: var(--medium);
    }

.fiche_product_price_barre ~ .p-3x {
    color: var(--rouge_secondaire);
}

.gb_fiche-produit__eco_part {
    color: #8B8B8B;
    font-size: 13px;
    font-weight: 400;
    white-space: nowrap;
}

    .gb_fiche-produit__eco_part span {
        text-decoration: underline;
    }

    .gb_fiche-produit__eco_part:hover span {
        cursor: pointer;
    }

/* conteneur de promo (remise + prix barré) */
.grb_product-price__promo-row {
    display: flex;
    column-gap: 10px;
    align-items: center;
}

    .grb_product-price__promo-row + .grb_product-page__prices-row .grb_product-page__price {
        color: var(--rouge_secondaire);
    }

.grb_product-price__discounted-price--splitted,
.grb_product-price__discounted-price--general {
    position: relative;
    font-size: 16px;
    color: #8f8f8f;
    width: fit-content;
    font-weight: 700;
}

    .grb_product-price__discounted-price--splitted::after,
    .grb_product-price__discounted-price--general::after {
        content: '';
        position: absolute;
        top: 9px;
        right: 0;
        height: 2px;
        width: 100%;
        background-color: #000;
        transform: rotate(-7deg);
    }
/* fin de conteneur de promo */

/* prix fractionné */
.grb_product-page__split-payment--hided {
    display: none;
}

.grb_product-page__split-payment {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    column-gap: 10px;
    cursor: pointer;
}

.grb_product-page__split-payment__content {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    row-gap: 10px;
}

.grb_product-page__split-payment__content__prefix {
    font-size: 25px;
}

.grb_product-page__split-payment__content__price-container {
    position: relative;
    display: flex;
    justify-content: flex-start;
    gap: 5px;
    width: fit-content;
}

    .grb_product-page__split-payment__content__price-container::after {
        content: '';
        position: absolute;
        bottom: -2px;
        left: 0;
        width: calc(100% - 25px);
        height: 2px;
        background-color: var(--rouge);
    }

.grb_product-page__split-payment__content__price {
    font-size: 30px;
    font-weight: var(--medium);
}

.grb_product-page__split-payment__content__suffix {
    font-size: 20px;
    font-weight: var(--thin);
    display: flex;
    column-gap: 5px;
    align-items: center;
}

.grb_product-page__financial-notice {
    font-size: 13px;
    font-weight: var(--thin);
}

    .grb_product-page__financial-notice strong {
        font-weight: var(--medium);
    }

.grb_product-page__split-payment__suffix__question-mark {
    color: var(--blanc);
    background-color: var(--rouge);
    border-radius: 50%;
    width: 20px;
    height: 20px;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* fin de prix fractionné */
.grb_fch-prod__prix--remise {
    position: relative;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

/* fin de conteneur des prix */

/* bouton d'ajout au panier */
.grb_btn {
    position: relative;
    overflow: hidden;
    transition: all .4s;
    position: relative;
    overflow: hidden;
    transition: all .4s;
    z-index: 0;
    background: none;
}

    .grb_btn::before, .grb_btn.grb__btn--add.grb_fch-prod__btn--add {
        border-radius: 20px 13px 13px 6px;
    }

    .grb_btn::before {
        content: '';
        position: absolute;
        background: #3DBA7D;
        width: 100%;
        height: 100%;
        z-index: -1;
        left: 0;
        top: 0;
    }

    .grb_btn::after {
        content: '';
        position: absolute;
        left: -12px;
        top: -12px;
        width: 0%;
        height: calc(100% + 12px);
        transition: all .4s;
        transform: skew(-30deg);
        background: #20a75f;
        z-index: -1;
    }

    .grb_btn:hover:after {
        width: calc(100% + 48px);
    }

.grb_fch-prod__btn--add, .grb__btn--indisponible {
    border: none;
    display: block;
    font-weight: var(--medium);
    width: 100%;
    cursor: pointer;
    transition: all 0.5s;
    width: 100%;
    background: #20a75f;
    border-radius: 3px;
    padding: .8em 0px;
}

    .grb_fch-prod__btn--add a {
        text-transform: uppercase;
        font-size: 16px;
    }

.grb__btn--indisponible {
    background: none;
    pointer-events: none;
}

.grb__btn--add a {
    color: #FFFFFF;
}

.grb__btn--indisponible a {
    color: #ff6e04;
    font-size: 0.8rem;
    text-transform: uppercase;
    font-weight: 800;
}
/* fin de bouton d'ajout au panier */

/* gammes */
.grb_product-page__range-container {
    display: flex;
    gap: 20px;
}

.grb_product-page__range-title {
    font-size: var(--size_p);
    font-weight: var(--regular);
}

.grb_product-page__range-list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: flex-start;
    align-items: center;
    gap: 3px;
}

.grb_product-page__range-block {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    width: 100%;
    flex-wrap: wrap;
}

.grb_product-page__range-item {
    display: flex;
    flex-direction: column;
    row-gap: 5px;
    width: 100%;
    max-width: 70px;
    padding: 3px;
    border: 1px solid #A5A5A5;
    border-radius: 6px 5px 5px 3px;
    transition: .2s;
}

    .grb_product-page__range-item:hover {
        border-color: #EF9592;
    }

.grb_product-page__range-criteria,
.grb_product-page__range-price {
    color: #979898;
    font-size: 11px;
    font-weight: var(--semibold);
    text-align: center;
}

.grb_product-page__range-criteria {
    display: -webkit-box;
    width: 100%;
    height: 23px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-word;
}

.grb_product-page__range-item--active {
    border-color: var(--rouge);
    box-shadow: 1px 3px 3.7px 0px #00000040;
    pointer-events: none;
}

    .grb_product-page__range-item--active .grb_product-page__range-criteria,
    .grb_product-page__range-item--active .grb_product-page__range-price {
        color: #373737;
    }
/* fin de gammes */

/* conteneur des disponiblités */
.grb_fch-prod__fiche-web {
    display: flex;
    flex-direction: column;
    row-gap: 15px
}

.grb_fch-prod__fiche-web--dispo-web, .grb_fch-prod__fiche-mag {
    position: relative;
    border: 1px solid #000000;
    border-radius: 4px;
    padding: 20px;
    display: flex;
    column-gap: 10px;
    align-items: center
}

.grb_fch-prod__titre-enstock {
    position: absolute;
    font-size: 12px;
    background: #F8F9FA;
    top: -12px;
    left: 20px;
    padding: 5px;
    margin-bottom: 0
}

.grb__fch-prod__block-disponibilite__container__title-etat-stock, .grb_fch-prod__fiche-web .prodfiche_dispo, #grb-fp__retrait-possible, #grb-fp__date, #grb-fp__a-partir {
    font-size: 12px !important;
    font-weight: 700 !important;
    color: #00BB55 !important
}

.grb_fch-prod__fiche-web--lien-dispo {
    display: flex;
    width: fit-content;
    margin-left: auto;
    cursor: pointer
}

.grb_fch-prod__fiche-web--cta {
    color: #000000;
    font-size: 12px;
    text-decoration: underline;
    line-height: 1.5
}
.grb_product-page__normal {
    text-decoration: none;
}
.grb-icn_enstock {
    width: 13px;
    height: 13px;
    display: flex;
    margin-right: 5px;
    position: relative;
}

    .grb-icn_enstock img {
        height: 100%;
        width: 100%;
        object-fit: contain;
    }

.prodfiche_dispo {
    display: flex;
    align-items: center;
}

.grb__fch-prod__block-disponibilite__container__nbmag-etat-stock.grb__fch-prod__block-disponibilite__p {
    color: #000000;
    font-size: 12px !important;
    font-weight: 400 !important
}

.grb__fch-prod__block-disponibilite__container__title-retrait {
    margin-left: 15px
}

#grb-fch-prod-voir-les-stocks {
    height: fit-content;
    margin-left: auto
}
/* fin de conteneur des disponiblités */
/* fin de SECTION :'information produit*/

/* SECTION : code revive */
.grb_product-page__revive {
    display: block;
    width: 100%;
}

    .grb_product-page__revive img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
/* fin de SECTION : code revive */

/* SECTION : détail produit */
/* navabr */
.grb_fch-prod--navigation {
    position: sticky;
    top: 156px;
    background: #ffffff;
    z-index: 999;
    width: 100%;
    padding: 15px 0 10px
}

.navigation-fiche-produit--up {
    top: 111px
}

.navigation-fiche-produit {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    width: 100%;
}

.navigation-fiche-produit__liste {
    font-size: 13px;
    font-weight: 700;
    padding: 10px;
}

.link_li--a {
    color: #6C6B6B
}

.link_li--a_none {
    display: none
}

.li_nav__active {
    color: #EE3C34;
}
/* fin de navabr */

/* titres sous-bloc détail */
.check_hide,
.grb_fch-prod__title--chevron {
    display: none
}

.grb_fch-prod__checkbox {
    display: flex;
    column-gap: 10px;
    align-items: center;
}
.grb_fch-prod__title-rubrique {
    font-size: 24px;
    position: relative;
    font-weight: 600;
    width: fit-content;
    padding-left: 17px;
    line-height: 1.5
}
.grb_fch-prod__title-rubrique::before {
    content: "";
    width: 10px;
    height: 10px;
    background: url(https://grosbill.com/images/options/point.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    bottom: 10px
}
.grb_fch-prod__title-rubrique::after {
    content: " ";
    width: 100%;
    height: 2px;
    background: #EE3C34 !important;
    left: 0;
    bottom: 3px;
    position: absolute;
}

.grb_product-page__recommend-swiper {
    width: 100%;
    max-width: 1280px;
}
/* fin de titres sous-bloc détail */

/* offres spéciales */
.grb_fch-prod__offres--content, .grb_fch-prod__offres--link {
    color: var(--rouge_secondaire);
    font-weight: 600;
    font-size: var(--size_h6);
}

.grb_fch-prod__offres--link {
    text-decoration: underline;
    cursor: pointer;
}

.grb_fch-prod__offres--container {
    display: flex;
    column-gap: 5px;
    align-items: center
}

.grb_fch-prod__offres-actives--content {
    border-radius: 13px 6px 20px 13px;
    max-height: unset;
    max-width: 770px;
    width: 100%;
    border: solid 1px #c2c2c2;
    padding: 12px;
    display: flex;
    column-gap: 10px;
    align-items: flex-end
}

.grb_fch-prod__offres-actives {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    padding-bottom: 20px;
}

.grb_fch-prod__infos-produit {
    display: flex;
    flex-direction: column;
    row-gap: 12px
}

    .grb_fch-prod__infos-produit p,
    .grb_fch-prod__infos-produit div,
    .grb_fch-prod__infos-produit a {
        color: var(--rouge_secondaire);
        font-size: 13px;
    }

    .grb_fch-prod__infos-produit div,
    .grb_fch-prod__infos-produit p {
        position: relative;
        padding-left: 20px;
    }

        .grb_fch-prod__infos-produit div::after,
        .grb_fch-prod__infos-produit p::after {
            content: '';
            position: absolute;
            top: 50%;
            left: 0;
            width: 15px;
            height: 15px;
            transform: translateY(-50%);
            background-image: url(https://grosbill.com/images_produits/grosbill/produits/offres_produit.svg);
            background-size: contain;
            background-repeat: no-repeat;
        }

    .grb_fch-prod__infos-produit a {
        display: block;
        margin-top: 5px;
        text-decoration: underline;
        text-transform: uppercase
    }

.grb_fch-prod__infos-produit--content {
    display: flex;
    align-items: center;
    column-gap: 5px
}

.grb_fch-prod__infos-produit--image {
    width: 17px;
    height: 18px
}
/* fin d'offres spéciales */

/* description seo */
#_ctl0_ContentPlaceHolder1_seo_old .fiche_strong {
    width: 60%
}

.ui-block-b.fiche_strong.descriptif {
    line-height: 1.5;
}

.fiche_bold, .fiche_strong {
    margin: 0 !important
}

.fiche_strong {
    font-size: 14px;
}

.grb_fch-prod__titre_desc {
    font-size: 18px;
    font-weight: bold;
}

#_ctl0_ContentPlaceHolder1_seo_old {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    column-gap: 70px
}

    #_ctl0_ContentPlaceHolder1_seo_old .img-description {
        width: 25%;
        display: flex;
        flex-direction: column;
        row-gap: 20px
    }

#_ctl0_ContentPlaceHolder1_seo_new {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

#_ctl0_ContentPlaceHolder1_lbl_desc_web_1, #_ctl0_ContentPlaceHolder1_lbl_desc_web_2 {
    width: 60%;
}

#_ctl0_ContentPlaceHolder1_img_1_new, #_ctl0_ContentPlaceHolder1_img_2_new {
    width: 25%;
    margin: 0 auto;
}

#_ctl0_ContentPlaceHolder1_lbl_desc_web_1 p, #_ctl0_ContentPlaceHolder1_lbl_desc_web_2 p {
    margin: 10px 0px 5px !important;
    line-height: 1.5;
}
/* fin de description seo */

/* caractéristques dans les détail produit */
.grb_fch-prod__txt-fiche {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    border-radius: 20px 20px 20px 10px !important;
}
.caracterisques_principales__all {
    display: flex;
    width: fit-content;
    color: #000000;
    font-size: 13px;
    column-gap: 5px
}

.fiche_strong ul li {
    margin: 0;
    border: none;
    padding: 0;
    box-shadow: none;
}
/* fin de caractéristques dans les détail produit */

/* tableau technique */
.grb_fch-prod__sep-fiche-prod-r {
    width: 100%;
    position: relative;
}
.grb_fch-prod__table-chbx {
    overflow: hidden;
    transition: all 1s;
    display: flex;
    flex-direction: column;
    row-gap: 20px
}
.grb_fch-prod__table {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

.tg .tg-0lax:first-child, .tg .tg-1wig:first-child {
    padding: 5px 0 !important
}

.tg-1wig {
    background: none !important;
    margin: 0;
    font-weight: 400
}

tr .tg-1wig:last-child, tr .tg-0lax:last-child {
    background: #F6F6F6 !important;
}

.grb_fch-prod__tableau-det-tech td:nth-child(even) {
    background: #F6F6F6;
}

#_ctl0_ContentPlaceHolder1_l_descriptif th {
    display: none
}

#_ctl0_ContentPlaceHolder1_l_descriptif td:last-child {
    width: 60%;
    padding: 7px 20px
}
/* fin de tableau technique */

/* référence produit */
.grb_fch-prod__ref-plus {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    width: 100%;
}

.grb_fch-prod__ref-prod {
    position: relative;
}

.grb_btn__container {
    display: flex;
    align-items: center;
    column-gap: 30px
}

.grb_btn__articles-fiche-produit-container {
    border: 1px solid #EE3C34;
    padding: 5px 10px;
    border-radius: 13px 6px 20px 13px;
    width: fit-content;
}

.grb_btn__articles-fiche-produit-container--voir-plus {
    font-size: 20px;
}

.grb_btn__articles-fiche-produit-container a {
    font-size: 14px;
    font-weight: 600
}
/* fin de référence produit */
/* fin de SECTION : détail produit */

/* SECTION : bloc d'avis client */
.grb_product-page__review-list {
    width: 100%;
    max-width: 645px;
    max-height: 150px;
    padding: 20px;
    border-radius: 13px 6px 20px 13px;
    border: 1px solid #e0e0e0;
    overflow-y: scroll;
}

/* SECTION : swiper des articles */
.fiche-produit__top-ventes__container.produit-associe {
    display: flex;
    flex-direction: column;
    row-gap: 20px
}

.mySwiper3::after {
    content: "";
    position: absolute !important;
    right: 50px;
    top: 0;
    z-index: 999;
    background: url(https://www.grosbill.com/images_produits/ombrage-blanc.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 100%;
    width: 60px;
    pointer-events: none;
}

.swiper-button-prev--topvente, .swiper-button-next--topvente {
    position: absolute;
    z-index: 99999;
    top: 0px;
    background: white;
    height: 100%;
    width: 80px;
}

.swiper-button-next--topvente {
    right: -24px;
    border-left: solid 1px #dddddd;
    cursor: pointer;
}

.swiper-button-prev--topvente {
    left: -25px;
    border-right: solid 1px #dddddd;
    cursor: pointer;
}

    .swiper-button-prev--topvente img, .swiper-button-next--topvente img {
        width: 50px;
        cursor: pointer;
        -ms-filter: sepia(1) brightness(200%) hue-rotate(360deg);
        -webkit-filter: sepia(1) brightness(200%) hue-rotate(360deg);
        -moz-filter: sepia(1) brightness(200%) hue-rotate(360deg);
        -o-filter: sepia(1) brightness(200%) hue-rotate(360deg);
        filter: sepia(1) brightness(200%) hue-rotate(360deg);
        pointer-events: none;
    }

.swiper-button-prev--produitscategoriesassociees, .swiper-button-next--produitscategoriesassociees {
    position: absolute;
    z-index: 99999;
    top: 0px;
    background: white;
    height: 100%;
    width: 80px;
}

.swiper-button-next--produitscategoriesassociees {
    right: -24px;
    border-left: solid 1px #dddddd;
    cursor: pointer;
}

.swiper-button-prev--produitscategoriesassociees {
    left: -25px;
    border-right: solid 1px #dddddd;
    cursor: pointer;
}

    .swiper-button-prev--produitscategoriesassociees img, .swiper-button-next--produitscategoriesassociees img {
        width: 50px;
        cursor: pointer;
        -ms-filter: sepia(1) brightness(200%) hue-rotate(360deg);
        -webkit-filter: sepia(1) brightness(200%) hue-rotate(360deg);
        -moz-filter: sepia(1) brightness(200%) hue-rotate(360deg);
        -o-filter: sepia(1) brightness(200%) hue-rotate(360deg);
        filter: sepia(1) brightness(200%) hue-rotate(360deg);
        pointer-events: none;
    }

.grb-chevron--right--content_nav, .grb-chevron--left--content_nav {
    margin-top: 155px;
}

.grb-chevron--right--content_nav {
    background: #EE2D24;
    padding: 10px 0px;
    border-radius: 0 20px 20px 0px;
    right: 27px;
    position: absolute;
    transition: all 0.8s;
}

.grb-chevron--left--content_nav {
    background: #EE2D24;
    padding: 10px 0px;
    border-radius: 20px 0px 0px 20px;
    left: 27px;
    position: absolute;
    transition: all 0.8s;
}

    .grb-chevron--right--content_nav:hover, .grb-chevron--left--content_nav:hover {
        background: #b50000;
        transition: all 0.8s;
    }


.grb_fch-prod__liste_top_vente {
    border: none !important;
    position: relative;
    padding: 20px 10px;
}

.libelle.libelle_title_promos {
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.2
}

.carousel-produits .all_libelle::before {
    display: none;
}

.grb_fch-prod__item_top_vente {
    width: 290px;
    height: auto;
    transition: all 0.5s;
}

    .grb_fch-prod__item_top_vente .libelle:last-child {
        margin-top: 7px;
        width: 100%;
        line-height: 14px !important;
        font-size: 13px;
    }

.prod-assos {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.grb_fch-prod__container_top_vente::after {
    content: "";
    margin-bottom: 50px;
}

.grb_fch-prod__bloc-top-vente::before {
    content: "";
    height: 262px;
    width: 0px;
    background: red;
    margin-top: -8px;
}

.grb_fch-prod__bloc-top-vente {
    background: #ffffff;
    width: 60px;
    height: 280px;
    display: flex;
    position: absolute;
    right: 0;
    top: 3%;
    -webkit-box-shadow: 23px -2px 0px 22px #ffffff, 5px 0px 24px -8px rgb(0 0 0);
    box-shadow: 23px -2px 0px 22px #ffffff, 5px 0px 24px -8px rgb(0 0 0);
}

.grb_fch-prod__btn-top-vente {
    background: #EE2D24000;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 35%;
    cursor: pointer;
    transition: all 0.5s
}

.grb_fch-prod__btn-top-vente--red {
    color: white;
    font-size: 30px;
}

.grb_fch-prod__bloc-top-vente-moins::after {
    content: "";
    height: 262px;
    width: 0px;
    background: red;
    margin-top: -8px;
    position: absolute;
    right: 0;
}

.grb_fch-prod__bloc-top-vente-moins {
    background: #ffffff;
    width: 60px;
    height: 280px;
    display: flex;
    position: absolute;
    left: 0;
    top: 3%;
    -webkit-box-shadow: -23px -2px 0px 22px #ffffff, 10px 0px 24px -8px rgb(0 0 0 / 19%);
    box-shadow: -23px -2px 0px 22px #ffffff, 10px 0px 24px -8px rgb(0 0 0 / 19%);
}

.grb_fch-prod__btn-top-vente-moins {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 35%;
    cursor: pointer;
    transition: all 0.5s;
}

#grb_fch-prod__bloc_top-vente-moins-total {
    opacity: 0;
    transition: all 0.5s;
}

#grb_fch-prod__bloc_top-vente-total {
    transition: all 0.5s;
}

.grb_fch-prod__btn-top-vente-moins:hover {
    background: #b20000;
    border-radius: 20px 0px 0px 20px;
}

.grb_fch-prod__btn-top-vente:hover {
    background: #b20000;
    border-radius: 0px 20px 20px 0px;
}
/* fin de SECTION : swiper des articles */

/* SECTION : réassurance */
.grb_fiche-produit__reassurance {
    display: flex;
    gap: 50px;
    margin-bottom: 40px;
    margin-top: 40px
}

.grb_fiche-produit__reassurance--element {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

.grb_fiche-produit__reassurance-image-container {
    width: 50px;
    height: 40px
}

.grb_fiche-produit__reassurance--image {
    width: 100%;
    height: 100%
}

.grb_fiche-produit__reassurance--element-title {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.2;
}

.grb_fiche-produit__reassurance-text {
    font-size: 14px;
}
/* fin de SECTION : réassurance */

/* SECTION : recherche associée */
.grb__fiche-prodruit__rechercheassocies {
    display: flex;
    flex-direction: column;
    row-gap: 20px
}

.grb__fiche-prodruit__rechercheassocies__container {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    column-gap: 20px;
    row-gap: 15px
}

    .grb__fiche-prodruit__rechercheassocies__container a {
        border: 1px solid #EE3C34;
        padding: 10px;
        font-size: 14px;
        font-weight: 600;
        cursor: pointer;
        border-radius: 13px 6px 20px 13px;
    }
/* fin de SECTION : recherche associée */

/* SECTION : newsletter */
.grb-footer__reseau-newsletter {
    width: 800px;
    margin: auto;
    margin-bottom: 40px;
    margin-top: 40px;
}

.grb-footer__bloc-container {
    width: 100%;
    display: flex;
}

.grb-footer__bloc-reseaux {
    width: 50%;
}

.grb-footer__bloc-reseaux__title {
    font-size: 20px;
    font-weight: 700;
    color: #333;
    text-align: left;
    margin: 0;
}

.grb-footer__separation {
    width: 360px;
    height: 1px;
    background: #B0B0B0;
    margin-top: 10px;
}

.grb-footer__container-reseaux {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0;
}

.grb-footer__link-reseaux {
    /*width: 50px;*/
    /*margin-right: 15px;*/
    text-decoration: none;
}

.grb-footer__link-reseaux__img {
    width: 50px;
}

.grb-footer__bloc-newsletter {
    width: 50%;
}

.grb-footer__texte {
    font-size: 15px;
    color: #333333;
    line-height: 1.3;
    margin-top: 8px;
    margin-bottom: 8px;
}

.grb-footer__input-email {
    margin-top: 10px;
    width: 100%;
    border-radius: 5px 0 0 5px;
}

.grb-footer__input-email__input {
    width: 300px;
    padding: 12px 20px;
    padding-left: 50px;
    border-radius: 5px 0 0 5px;
}

.grb-footer__input-email__input {
    border: solid 1px #333333 !important;
    border-radius: 20px 0px 0px 20px;
}

.grb-footer__buttonnewsletter {
    border: solid 1px #333333 !important;
    border-radius: 0px 10px 20px 0px !important;
}

.grb-footer__input-email__containerrelative {
    position: relative;
}

.grb-footer__input-email__imgplaceholder {
    position: absolute;
    top: 10px;
    left: 14px;
    width: 26px;
}

.grb-footer__buttonnewsletter {
    color: #fff;
    font-weight: 700;
    border-left: none !important;
    margin-left: -95px;
    border-radius: 0 5px 5px 0;
    padding: 0 10px 0 10px;
    z-index: 10;
    cursor: pointer;
    background-color: #ee2d24;
}

.grb-footer__input-email__input, .grb-footer__buttonnewsletter {
    height: 43px;
    border: 2px solid #333333;
}

.grb-footer__input-email__input {
    font-size: 13px;
}

.grb-footer__point-fort {
    width: 100%;
    background: #333333;
}

.grb-footer__point-fort__container {
    width: 800px;
    display: flex;
    padding-top: 30px;
    padding-bottom: 30px;
    margin: auto;
}

.grb-footer__point-fort__content {
    width: 25%;
    display: flex;
    flex-direction: column;
    margin: auto;
}

.grb-footer__point-fort__img {
    width: 50px;
    margin: auto;
}

.grb-footer__point-fort__texte {
    text-align: center;
    color: #fefefe;
    font-weight: 600;
    font-size: 14px;
}

.grb-footer__point-fort__separation {
    width: 1px;
    height: 100px;
    background: #535353;
}

.grb-footer__button__error {
    display: none;
}

.grb-footer__input-email {
    display: flex;
    justify-content: space-between;
}

.grb-footer__button__containerrelative {
    width: 5px;
}
/* fin de SECTION : newsletter */

/* séparateur... */

.grb_fch-prod__fiche-produit {
    width: 100%;
    font-size: 14px;
}


.slider-fiche_produit-main.cbk_black_arrows {
    float: none !important;
}

.grb_fch-prod--content-top {
    display: inline-block;
    width: 30%;
    background: #F6F6F6;
    padding: 20px;
}

.grb_fch-prod__img-block {
    height: 410px;
}

.grb_fch-prod__content-img-produit {
    position: relative;
}

.grb_fch-prod__troisxsans {
    display: block;
    text-align: center;
    margin-top: 5px;
    width: 30%;
    position: absolute;
    right: 0;
    padding: 20px;
}

.grb_fch-prod__ou3x {
    height: 20px;
    display: inline-block;
    font-size: 12px;
    color: #888;
    vertical-align: middle;
}

.grb_fch-prod__blockinline {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
}





.grb_fch-prod__titre_desc div * {
    font-size: 12px;
    line-height: 1.5;
}






.grb_fch-prod__en-stock {
    color: #20a75f;
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 15px;
}

    .grb_fch-prod__en-stock i {
        margin-right: 6px;
    }


.grb_fch-prod__voirmagasins {
    font-size: 13px;
    text-decoration: underline;
    font-weight: 600;
}

.grb_fch-prod--partager__i {
    font-size: 14px;
}

.grb_fch-prod__tableau-det-tech td tr {
    display: flex;
}

.grb_fch-prod__tableau-det-tech .title {
    display: none;
}

.grb_fch-prod__title_dp {
    margin: 0px 0px 10px;
    display: block;
    font-size: 18px;
    font-weight: 800;
    position: relative;
    text-transform: capitalize;
}

.productParameterGroups2 {
    padding: 10px 30px;
    text-transform: capitalize;
    font-size: 16px;
    width: 100%;
    font-weight: 500;
    margin: 0;
}


.grb_fch-prod__tableau-det-tech .feature td:nth-child(2) {
    width: 30%;
    background: #FFFFFF;
}

.grb_fch-prod__tableau-det-tech td:nth-child(3), .grb_fch-prod__tableau-det-tech .checkbox {
    width: 70%;
    background: #F6F6F6;
}

.fiche_strong_pcp.titre-rubrique.firstletter {
    display: none;
}





.grb_fch-prod__container-avis-flex {
    display: flex;
}

#grb_fch-prod__dsply_none {
    display: none;
}



.grb__btn-chbx:checked ~ .grb_fch-prod__table-chbx {
    max-height: 5000px;
    transition: all 1.5s;
    margin-bottom: 40px;
}

    .grb__btn-chbx:checked ~ .grb_fch-prod__table-chbx::after {
        display: none;
    }

.grb_btn-chbx-lbl {
    margin-top: 0px;
    min-width: 305px;
    border-radius: 5px;
    padding: 15px 70px;
    border: solid 1px black;
    background: white;
    cursor: pointer;
    bottom: 0;
    position: absolute;
    left: calc(50% - 146px);
    transition: all 0.4s;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
}

    .grb_btn-chbx-lbl:hover {
        background: #EEEEEE;
        border: solid 1px white;
        border-radius: 0px;
    }

/*
.grb__btn-chbx:checked ~ .grb_fch-prod__table-chbx::after, .grb__btn-chbx:checked ~ .grb_fch-prod__btn-chbx-lbl, .grb__btn-chbx:checked {
     display: none !important; 
}*/
.grb__btn-chbx:checked ~ .grb_fch-prod__btn-chbx-lbl .grb_btn-chbx-lbl {
    position: relative;
}

.grb_btn-chbx-lbl::after {
    content: "Plus de caractéristiques";
    font-weight: 600;
    font-size: 14px;
}

.grb__btn-chbx:checked ~ .grb_fch-prod__btn-chbx-lbl .grb_btn-chbx-lbl::after {
    content: "Moins de carractéristiques";
    font-weight: 600;
}

/*.grb_fch-prod__btn-chbx-lbl a {
    border-radius: 5px;
    padding: 23px 152px;
    background: white;
    cursor: pointer;
    bottom: 0;
    position: absolute;
    left: calc(50% - 144px);
    transition: all 0.4s;
    z-index: 999;
    background: red;
}*/

.grb_fch-prod__btn-chbx-lbl {
    position: absolute;
    z-index: 5;
    bottom: 0;
    width: 100%;
    display: block !important;
}

.grb__btn-chbx {
    display: none;
}


.cbk_list_nodots {
    width: 100%;
    overflow: hidden;
}

.fiche_produit_images_produits_associes .ui-li-aside {
    margin-top: 20px;
}

.fiche_produit_images_produits_associes {
    min-height: 45px;
}

.fiche_product_price .p-3x span span {
    display: none;
}

.grb_img_carte-3x {
    width: 30px;
}

.grb_fch-prod__prix-3x .p-3x {
    font-size: 20px;
}

.grb_fch-prod__3xsf {
    font-size: 12px;
}

.grb_fch-prod__prix-3x sup {
    vertical-align: middle;
}


.grb_btn__articles-fiche-produit-container a:hover i {
    color: #000000;
    transition: all 0.5s;
}


.slider-fiche_produit-main.cbk_black_arrows, .ps-current {
    height: 410px !important;
}


.fancybox-thumb img {
    width: 405px;
    margin-left: 15%;
}

#mCSB_1_scrollbar_vertical {
    display: none !important;
}


.button-toggle.hide, .button-toggle.show {
    display: none !important;
}

.grb-chevron--slider {
    width: 35px;
}

.grb-chevron--red {
    filter: brightness(0) saturate(100%) invert(8%) sepia(98%) saturate(6802%) hue-rotate(5deg) brightness(106%) contrast(105%);
    width: 24px;
    margin-bottom: -6px;
}

.grb-chevron--left {
    transform: rotate(180deg);
}


.grb_product-page__reduction {
    width: fit-content;
    padding: .25em 1em;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    background-color: var(--rouge_secondaire);
    border-radius: 14px 12px 12px 9px;
}

.rupture-fiche .grb-icn_enstock {
    display: none;
}

#grb_fch-prod__voirmagasins, .grb__btn-chbx-magasin {
    display: none;
}

.presentmagasin ~ #grb_fch-prod__voirmagasins {
    display: block;
    width: 100%;
}

.grb_fch-prod__voirmagasins {
    cursor: pointer;
    text-align: left;
    width: 100%;
    transition: all 0.4s;
}

    .grb_fch-prod__voirmagasins:hover {
        transition: all 0.4s;
        color: #20a75f;
    }

.grb_fch-prod__fond-magasins {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    pointer-events: none;
}

.grb_fch-prod__magasins {
    font-size: 15px;
    background-color: #f0f0f085;
    width: 80%;
    position: fixed;
    top: 20vh;
    left: 10%;
    z-index: 9999;
    opacity: 0;
    transition: opacity 0.5s;
    pointer-events: none;
}

.grb_fch-prod__liste-magasins {
    width: 80%;
    top: 20%;
    position: absolute;
    left: 10%;
    background: white;
    border: solid 1px #e4e4e4;
    box-shadow: 0px 0px 12px 2px #cecece;
    border-radius: 10px;
}

.grb_fch-prod__liste-magasins--content {
    padding: 20px 45px 20px 45px;
}

.grb__btn-chbx-magasin:checked ~ .grb_fch-prod__magasins {
    opacity: 100;
    transition: opacity 0.5s;
    pointer-events: initial;
}

.grb__btn-chbx-magasin:checked ~ .grb_fch-prod__fond-magasins {
    pointer-events: initial;
    opacity: 100;
    background-color: #f0f0f085;
    transition: opacity 0.5s;
}

.grb_fch-prod__close-magasin-x {
    cursor: pointer;
    transition: all 0.2s;
    width: 20px;
    height: 19px;
    text-align: center;
    background-origin: initial;
    padding-top: 1px;
    padding-right: 1px;
    background: none;
    overflow: hidden;
    position: relative;
    font-size: 21px;
}

    .grb_fch-prod__close-magasin-x:hover {
        color: #EE2D24;
        font-size: 21px;
    }

.grb_fch-prod__liste-magasins--ss-titre {
    font-size: 16px;
    text-align: left;
    color: #959595;
    line-height: 1.4;
}

.cbk_logo_magasins {
    width: 180px;
    padding: 20px;
}

.grb_fch-prod__liste-magasins--zone-recherche {
    padding: 10px;
    background: #f4f4f4;
    box-shadow: inset 1px 1px 8px 0px #aaaaaa;
    width: 300px;
    margin: auto;
    text-align: left;
    position: relative;
    overflow: hidden;
    margin: 0;
}

    .grb_fch-prod__liste-magasins--zone-recherche::before {
        content: "o";
        background: #afafaf;
        position: absolute;
        left: 0;
        padding: 10px 12px;
        top: 0;
        color: white;
    }

.grb_fch-prod__liste-magasins--valider {
    content: "o";
    background: #20a75f;
    padding: 3px 2px;
    color: white;
    border-radius: 0 5px 5px 0;
    transition: all 0.5s;
    cursor: pointer;
}

    .grb_fch-prod__liste-magasins--valider:hover {
        background: #00a34a;
        transition: all 0.5s;
    }

.grb_fch-prod__liste-magasins--liste {
    border-top: solid 1px gray;
    margin-top: 30px;
    text-align: left;
}

.grb_fch-prod__liste-magasins--recherche {
    width: 45%;
    margin: auto;
    display: flex;
    justify-content: center;
}

.grb_fch-prod__liste-magasins--recherche--image {
    display: flex;
    align-items: center;
    width: 30px;
    background: #a1a1a1;
    padding: 9px;
    color: white;
}

.grb_fch-prod__liste-magasins--item {
    padding: 30px 40px;
    border-bottom: solid 1px grey;
    text-align: left;
}

.grb_fch-prod__liste-magasins--list {
    overflow-y: scroll;
    height: 40vh;
}

::-webkit-scrollbar {
    height: 12px;
    width: 12px;
    background: #f4f4f4;
    -webkit-border-radius: 1ex;
}

::-webkit-scrollbar-thumb {
    background: #EE3C34;
    -webkit-border-radius: 1ex;
}

::-webkit-scrollbar-corner {
    background: #000;
}

.grb__btn-chbx--desc {
    display: none;
}

.grb_fch-prod__localisation_magasin {
    width: 1rem;
}

.grb_fch-prod__horloge_magasin {
    width: 1rem;
    margin-right: 0.4rem;
}



.grb_fch-prod_nbr-mag {
    font-weight: 700;
    text-decoration: underline;
}

.grb_fch-prod_en-stock-magasin {
    text-align: left;
    margin: 10px 0;
    width: 100%;
    font-size: 12px;
}

.grb_fch-prod-icn-en-stock {
    display: flex;
    align-items: center;
    font-size: 0.8rem;
    color: #20a75f;
    font-weight: 800;
    text-transform: uppercase;
    flex-wrap: wrap;
}

.grb_fch-prod-icn-non-stock {
    display: flex;
    align-items: center;
    font-size: 0.8rem;
    color: #ff7f23;
    font-weight: 700;
    text-transform: uppercase;
    display: flex;
    align-items: flex-end;
    margin-top: 10px;
    font-weight: 800;
}

.grb_fch-prod_block-stock {
    width: 50%;
    font-size: 1rem;
}



.grb_fch-prod_check-magasin {
    width: 1rem;
    margin-right: 0.5rem;
}

.grb-check {
    max-width: 20px;
}

.firstletter {
    overflow: hidden;
}

@keyframes startStock {
    0% {
        transform: translateY(100%);
    }

    100% {
        transform: translateY(0%);
    }
}

/* end */
.grb_fch-prod__mobile {
    display: none;
}
/* end */

.grb-chevron--red {
    margin-left: 3px;
}

/** Ajout **/
.swiper-slide img {
    border: none;
}

.mag-lst {
    text-align: center;
}

    .mag-lst:hover {
        text-decoration: underline;
    }

.ouvert-mag {
    font-size: 12px;
    padding: 0;
    border-bottom: none;
    text-transform: initial;
    position: relative;
}


.retrait-possible {
    background: url();
    padding: 0;
}

.cache-mobile--button {
    display: block;
}

.cache-desktop--button {
    display: none;
}

.grb__fiche-produit__top-ventes__container {
    margin-top: 50px;
}



#_ctl0_ContentPlaceHolder1_btn_add_panier {
    position: relative;
    z-index: 1000;
}



.swiper-container {
    position: relative;
    margin: 0 50px;
    overflow: hidden;
}

.grb_fch-prod__item_top_vente {
    padding: 20px !important;
    border-radius: 10px;
}



.aucun_produit {
    display: none;
}



#a_retrait_magasin_p {
    text-decoration: underline;
    cursor: pointer;
    transition: all 0.2s;
}

.grb_pasdedispo {
    color: #ff6e04;
    font-weight: bold;
    font-size: 14px;
    text-align: left;
}

/*** Ajout Bastien **/


.carousel-produits li {
    height: auto;
}

/** Ajout pour pop up **/

.grb_fch-prod__pop-up__content {
    background: #fff;
    display: flex;
    flex-direction: column;
}

.grb_fch-prod__pop-up__content__texte {
    padding: 20px;
}

    .grb_fch-prod__pop-up__content__texte p {
        font-size: 14px;
        color: grey;
        line-height: 1.5;
    }

.grb_fch-prod__pop-up__content__logo img {
    margin: auto;
}

.grb_fch-prod__pop-up__content__main {
    margin-top: 30px;
    /**display: flex;**/
    display: none;
}

    .grb_fch-prod__pop-up__content__main div {
        margin: auto;
    }

.grb_fch-prod__pop-up__content__input {
    display: flex;
}

.grb_fch-prod__pop-up__content__input__champrecherche {
    width: 100%;
    margin: auto;
    border: 1px solid #1a1a1a;
}

    .grb_fch-prod__pop-up__content__input__champrecherche input {
        padding: 20px;
    }

.grb_fch-prod__pop-up__champ {
    width: 300px;
    padding: 6px;
    background: #EAEAEA;
}

.grb_fch-prod__pop-up__button {
    background: #20a75f;
    border: none;
    border-radius: 0px 6px 6px 0px;
}

    .grb_fch-prod__pop-up__button p {
        font-size: 16px;
        font-weight: 600;
        color: #fff;
        padding: 14px;
    }

.grb_fch-prod__pop-up__content__geo-container {
    display: flex;
    height: 50px;
    width: auto;
    background: #C4C4C4;
    width: 50px;
}

.grb_fch-prod__pop-up__geolocalisation {
    width: 24px;
    margin: auto;
    filter: invert(100%);
}

/** Magasin **/


.grb_fch-prod__pop-up__container-magasin__magasin div:last-child {
    border: none;
}

.grb_fch-prod__pop-up__container-magasin__texthead {
    padding-top: 20px;
    padding-left: 20px;
    padding-bottom: 0;
    font-size: 16px;
    font-weight: 600;
    color: grey;
}

.grb_fch-prod__pop-up__magasin__flex__partiemagasin {
    width: 30%;
    display: block;
}

.grb_fch-prod__pop-up__magasin__flex__partiemagasin__nommagasin {
    display: flex;
    justify-content: flex-start;
}

.grb_fch-prod__pop-up__magasin__flex__partiemagasin__information p {
    line-height: 1.4;
    font-size: 12px;
}

.grb_fch-prod__pop-up__magasin__flex__partiemagasin__information #popup__adresse {
}

.grb_fch-prod__pop-up__magasin__flex__partiemagasin__information #popup__cp__ville {
}

.grb_fch-prod__pop-up__magasin__flex__partiemagasin__information #popup__distance {
    display: none;
}

.grb_fch-prod__pop-up__magasin__flex__partiemagasin__information #popup__etat-magasin * {
    text-decoration: underline;
    font-weight: 600;
}

.grb_fch-prod__pop-up__partiemagasin__localisationcontainer {
    margin-right: 5px;
}

    .grb_fch-prod__pop-up__partiemagasin__localisationcontainer * {
        width: 20px;
    }

.grb_fch-prod__pop-up__partiemagasin__nomcontainer {
    display: flex;
}

.grb_fch-prod__pop-up__magasin__flex__partiecta__infos {
    display: none;
}

.swiper-slide-thumb-active {
    cursor: initial !important;
    opacity: 1;
}

.grb_fch-prod_flex {
    display: flex;
}

.nbr_avis_titre {
    margin-top: -4px;
}

/* AJOUT FIN */

#idselect-mag {
    padding-top: 3px !important;
    width: 79px;
    height: 20px;
    position: absolute;
    margin-top: 2px;
    margin-left: 147px;
}

.mag-list-fiche {
    margin-left: 127px !important;
    width: 185px !important;
}

.mag_fiche {
    font-size: 12px !important;
}


.choix_mag_fiche-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.mag-lst {
    width: 100%;
    text-align: center;
}


.grb_fch-prod__fiche-mag__container-change a {
    transition: all 0.3s;
}

    .grb_fch-prod__fiche-mag__container-change a:last-child {
        color: #acacac;
        text-decoration: underline;
    }









.grb_fch-prod__fiche-mag__flex .dispo-mag-fiche .prodfiche_dispo {
    font-size: 11px;
}

.ouvert-mag span {
    color: #20a75f;
}

.mag_fiche .prodfiche_dispo {
    color: #20a75f;
    text-align: center;
    width: 100%;
}

.mag_fiche {
    display: flex;
    flex-direction: column;
}

.mag_fiche__nom-magasin {
    text-align: center;
}

.mag_fiche__dispo-magasin {
    text-align: center;
}

#_ctl0_ContentPlaceHolder1_fiche_mag_sel ~ #_ctl0_ContentPlaceHolder1_choix_mag_fiche .select-mag {
    display: none !important;
}

#grb-fp__a-partir, .grb-fp__a-partir {
    text-indent: 5px;
}

#grb-fp__date {
    text-indent: 4px;
    color: #000;
    text-transform: capitalize;
    font-weight: 700;
    font-size: 0.8rem;
    text-transform: uppercase;
}

/** Modification après mise en prod du 25/02 **/

#grb_fch-prod__dsply_none--desc {
    display: none;
}

/************* Module Etat PC ****************/
.module__fiche-produit {
    width: 100%;
    margin: auto;
}

.module__fiche-produit__container {
    width: 100%;
    margin-bottom: 40px;
}

.module__fiche-produit__container__bloc-exp {
    background: #229988;
    width: 100%;
    padding: 20px 0px 20px 0px;
    border-radius: 10px;
}

.module__fiche-produit__container__bloc__padding__title {
    font-size: 22px;
    font-weight: 700;
    margin: 0;
    color: white;
    padding-left: 30px;
    padding-right: 30px;
}

.module__fiche-produit__container__bloc__padding__text {
    font-size: 16px;
    margin: 0;
    padding-top: 12px;
    color: white;
    line-height: 1.4;
    padding-left: 30px;
    padding-right: 30px;
}

.module__fiche-produit__container__bloc-liste {
    width: 100%;
    margin-top: 24px;
}

    .module__fiche-produit__container__bloc-liste div {
        padding: 12px;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        font-size: 16px;
        padding: 14px 20px;
        line-height: 1.4;
        align-items: center;
    }

        .module__fiche-produit__container__bloc-liste div strong {
            margin-right: 24px;
        }

        .module__fiche-produit__container__bloc-liste div p {
            margin: 0;
            font-size: 12px !important;
        }

        .module__fiche-produit__container__bloc-liste div:nth-child(even) {
            background: #f3f3f3;
        }

/* popup ajout au panier */
/* fancy box d'ajout au panier */
.grb_produt-list__fancy-addcart {
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
    width: 100% !important;
    max-width: 800px;
    border-radius: 20px 20px 20px 10px;
    overflow: hidden !important;
}

    .grb_produt-list__fancy-addcart .fancybox-inner {
        width: 100% !important;
    }

    .grb_produt-list__fancy-addcart .fancybox-close {
        top: 20px;
        right: 20px;
        background-color: #ee2d24;
        border-radius: 50%;
        background-image: url(https://www.grosbill.com/images_produits/grosbill/site/icn_cross.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: auto !important;
    }
/* fin de fancybox d'ajout au panier */

.grb_fch-prod_nbr-mag {
    color: black;
}

.produit-mag .select-mag .prodfiche_dispo {
    font-weight: 900;
}


.croix-verte {
    width: 13px;
    margin-left: 6px;
}

.grb_fch-prod__bandeau-diapo--img {
    margin-top: 60px;
}

.grb_promo__percent {
    position: absolute;
    top: -20px;
    left: -20px;
    color: white;
    background: #EE2D24;
    border-radius: 10px 5px 5px 5px;
    padding: 10px 15px;
    font-size: 29px;
    font-weight: 700;
    display: none;
}



.fiche_product_code_promo {
    color: #EE2D24;
    font-weight: 600;
    font-size: 16px;
    border: 2px solid;
    padding: 10px;
    margin-bottom: 0px;
    display: block;
    border-radius: 5px;
}

.grb__code-promo {
    font-size: 14px;
    color: #EE2D24;
    line-height: 1.4;
    font-weight: 500;
    padding: 4px 0;
}

/* Popup dispo magasins */
.grb_product-list__dispo-mag {
    border-radius: 20px 20px 20px 10px;
    overflow: hidden !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%)
}

.grb_fch-prod__liste-magasins--titre {
    display: flex;
    justify-content: center;
    padding: 20px 0 10px
}

.grb_fch-prod__pop-up__magasin__nom {
    font-size: 12px;
    font-weight: 600;
    padding: 0
}

.grb_fch-prod__pop-up__magasin__flex__partiemagasin__information {
    font-size: 12px;
    line-height: 1.3;
    font-weight: 400
}

    .grb_fch-prod__pop-up__magasin__flex__partiemagasin__information .fermeture {
        color: #EE3C34;
        font-weight: 600;
    }

    .grb_fch-prod__pop-up__magasin__flex__partiemagasin__information .ouverture {
        color: #000000;
        font-weight: 600;
    }

.grb_fch-prod--content-top__container-block__disponibilite__title {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

    .grb_fch-prod--content-top__container-block__disponibilite__title p {
        color: #333;
        font-size: 18px;
        text-align: center;
        text-transform: uppercase;
        margin: auto;
        font-weight: 800;
        margin-bottom: 4px;
    }

.grb_fch-prod__pop-up__magasin__flex {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 20px;
}

.grb_fch-prod__pop-up__magasin__flex__partiecta__changemagasin {
    padding: 10px 20px;
    background: #EE3C34;
    color: #fff;
    font-weight: 600;
    border-radius: 4px;
    font-size: 13px
}

.grb_fch-prod__pop-up__magasin__flex__partiestock {
    width: 35%;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 10px;
    row-gap: 10px
}

    .grb_fch-prod__pop-up__magasin__flex__partiestock p {
        font-weight: 900;
        color: #3DBA7D;
        position: relative;
        font-size: 13px
    }

.fancybox-close {
    position: fixed;
    top: 10px;
    right: 15px;
    background-image: none !important
}

    .fancybox-close::after {
        content: "x";
        position: absolute;
        top: 0;
        right: 10px;
        font-size: 30px;
        font-weight: 900;
        color: #fff;
    }
/* fin de popup disponibilité magasin */

@media screen and (max-width: 1300px) {
    .grb_fch-prod__list-caract {
        max-height: 100%;
    }

    .grb_fch-prod__container__flex {
        gap: 20px;
    }

    .grb_fch-prod__content-top {
        width: 40%;
    }

    .grb_fch-prod__troisxsans {
        display: flex;
        flex-direction: column;
        gap: 4px;
        width: auto;
        padding: 0px;
    }

    .grb_btn {
        width: 100%;
    }
}

@media screen and (max-width: 960px) {
    .grb_fch-prod__container__flex {
        flex-direction: column;
    }

    .grb_fch-prod__content-top,
    .grb_fch_prod__caract {
        width: 100%;
    }

    .fiche-produit-r {
        width: 100%;
    }

    .grb_fch-prod__container__caracteristiques__top__container a div {
        justify-content: flex-start;
    }

    .grb_fch-prod__swiper-slide-mini li {
        background: #20a75f;
        border-radius: 50px;
        height: 14px;
        width: 14px !important;
        margin: 0;
    }

        .grb_fch-prod__swiper-slide-mini li img {
            display: none !important;
        }

    .grb_btn {
        width: 80%;
    }

    .grb-footer__bloc-container {
        flex-direction: column;
        justify-content: center;
    }

    .grb-footer__reseau-newsletter {
        width: 100%;
    }

    .grb-footer__bloc-container {
        width: 100%;
        gap: 20px;
    }

    .grb-footer__bloc-reseaux {
        margin: auto;
        width: 53%;
    }

    .grb-footer__bloc-newsletter {
        margin: auto;
        width: 53%;
    }

    .carousel-produits .all_libelle {
        height: 100px;
    }

    .grb-footer__point-fort__container {
        width: 100%;
        flex-wrap: wrap;
    }

    .mySwiper3 .swiper-button-next {
        display: none;
    }

    .mySwiper3 .swiper-button-prev--topvente, .mySwiper3 .swiper-button-next--topvente {
        display: none;
    }

    .mySwiper3::before {
        display: none;
    }

    .mySwiper3::after {
        display: none;
    }

    .grb_fch-prod--content-top {
        width: 100% !important;
    }
}

@media screen and (max-width: 820px) {
    .grb_produt-list__fancy-addcart {
        width: calc(100% - 40px) !important;
    }
}

@media screen and (max-width: 768px) {
    .grb_fch-prod--navigation {
        display: none;
    }
    .grb_fch-prod__title--chevron {
        display: block;
    }
    label.grb_fch-prod__checkbox + div {
        max-height: 0;
        overflow: hidden;
        transition: max-height .3s ease-out;
    }
    .check_hide:checked ~ label.grb_fch-prod__checkbox + div {
        max-height: 2000px;
    }
    .check_hide:checked ~ label.grb_fch-prod__checkbox .grb_fch-prod__title--chevron {
        transform: rotate(90deg);
        transition: transform .3s;
    }

    .table-responsive-border tr {
        display: flex;
        flex-wrap: wrap;
        line-height: 1.4;
    }

    .grb_btn__container {
        flex-direction: column;
        gap: 20px;
    }

        .grb_btn__container div {
            width: 100%;
        }

    .grb_fch-prod__list-caract {
        width: 100%;
    }

    .grb-footer__bloc-reseaux {
        width: 100%;
    }

    .grb-footer__bloc-newsletter {
        width: 100%;
    }

    .grb-footer__input-email__containerrelative {
        width: 80%;
    }

    .grb-footer__input-email__input {
        width: 100%;
    }

    .grb-footer__button__containerrelative {
        width: 20%;
    }

    .grb-footer__buttonnewsletter {
        margin: 0;
        width: 100%;
    }

    #_ctl0_ContentPlaceHolder1_seo_old .img-description,
    #_ctl0_ContentPlaceHolder1_seo_old .fiche_strong {
        width: 100%;
    }
}

@media screen and (max-width: 570px) {
    .grb_produt-list__fancy-addcart .fancybox-inner {
        height: calc(100vh - 270px) !important;
    }
}

@media screen and (max-width: 480px) {

    .block-search {
        width: 100%;
    }

    #_ctl0_tbx_recherche {
        width: 100%;
    }

    .cbk_field_recherche {
        width: 100%;
    }

    .warp {
        width: calc(100% - 40px);
    }

    .grb_fch-prod__container__caracteristiques__top__container ul li {
        width: 100%;
    }

    .caracterisques_principales {
        width: 100%;
    }

    #_ctl0_ContentPlaceHolder1_lbl_desc_web_1, #_ctl0_ContentPlaceHolder1_lbl_desc_web_2 {
        width: 100%;
    }

    #_ctl0_ContentPlaceHolder1_img_1_new, #_ctl0_ContentPlaceHolder1_img_2_new {
        width: 80%;
    }

    .grb_btn__container {
        flex-direction: column;
        gap: 30px;
    }

    .grb_btn__articles-fiche-produit-container {
        width: 100%;
    }

    .grb__fiche-prodruit__rechercheassocies__container a {
        margin-right: 10px;
        font-size: 12px;
    }

    .grb-footer__point-fort__content {
        width: 40%;
    }

    .grb_fch-prod__btn--add {
        float: none;
        margin: 0 auto;
        width: 96%;
        border: 1px solid #20a75f;
        position: fixed;
        bottom: 10px;
        left: 50%;
        transform: translate(-50%);
        z-index: 5000;
        height: 45px;
    }

    .grb_fch-prod__container-img-produit li img {
        width: 80%;
    }

    .grb_fch-prod__pop-up__magasin__flex {
        flex-direction: column;
        text-align: center;
    }

    .grb_fch-prod__pop-up__magasin__flex__partiemagasin__nommagasin {
        align-items: center;
        justify-content: center;
    }

    .grb_fch-prod__pop-up__magasin__flex__partiemagasin {
        width: 100%;
    }

    .grb_fch-prod__pop-up__magasin__flex__partiestock {
        width: 100%;
        margin: 10px 0
    }

    .grb_fch-prod__pop-up__magasin__flex__partiecta {
        width: 100%;
    }

    .grb_fch-prod__pop-up__magasin__flex__partiestock p {
        text-align: left;
        margin: 0;
    }

        .grb_fch-prod__pop-up__magasin__flex__partiestock p:before {
            display: none;
        }
}

/* ------------- responsive -------------*/
.grb__fch-prod__block-disponibilite__container__title-etat-dispo-non-dispo {
    display: block;
    line-height: 16px;
    font-size: 0.8rem;
    text-transform: uppercase;
    font-weight: 800;
}

.prodfiche_nodispo_pc {
    color: #20a75f;
}

/* COLIS WEB */
#_ctl0_ContentPlaceHolder1_div_eligilite_colisweb {
    position: relative;
}

.cweb-container {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 2px 7px;
    background: #efefef;
    position: relative;
    cursor: pointer;
    border-radius: 140px;
    align-items: center
}

.cweb-inter {
    width: 20px;
    height: 20px;
    border-radius: 26px;
    display: flex;
    background: #EE2D24;
    font-weight: 800;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
    font-size: 12px;
    color: white;
}

.cweb-hidden {
    display: none;
}

.cweb-texte-princ {
    font-weight: 800;
    color: #558ea8;
    font-size: 12px;
    margin: 0 !important;
    color: #EE2D24 !important;
    text-transform: uppercase;
}

.test-eligibilite {
    display: none;
}

.cweb-texte {
    margin-left: 10px;
}

.cweb-inter:hover .cweb-hidden {
    display: block;
    position: absolute;
    left: -179px;
    top: 0;
    /* background: #333333; */
    color: white;
    padding: 10px;
    font-weight: 500;
    width: 206px;
    left: -179px;
    top: 5px;
    height: 100px;
    clip-path: polygon(81% 0, 100% 0, 100% 33%, 100% 50%, 100% 100%, 0 100%, 0 23%, 81% 23%);
}

.cweb-hidden--content {
    display: block;
    position: absolute;
    left: 0;
    top: 35px;
    background: #333333;
    color: white;
    padding: 10px;
    font-weight: 500;
    width: 206px;
}

    .cweb-hidden--content:before {
        content: "";
        background: #333333;
        clip-path: polygon(50% 0, 0% 100%, 100% 100%);
        position: absolute;
        top: -10px;
        right: 9px;
        width: 15px;
        height: 10px;
    }

    .cweb-hidden--content a {
        color: #ffcf00;
    }

        .cweb-hidden--content a:hover {
            text-decoration: underline;
        }

.cweb-container--test-container {
    background: white;
}

.cweb-container--test {
    display: flex;
    align-items: center;
    gap: 10px;
}

#_ctl0_ContentPlaceHolder1_test_eligibilite {
    display: none;
}

.disponibilite_container {
    display: none;
}

#_ctl0_ContentPlaceHolder1_test_eligibilite:checked ~ .disponibilite_container {
    display: block;
}

.cweb-container--test-container {
    width: 100%;
}

.btn_eligibilite {
    background: #EE2D24;
    padding: 5px 10px;
    font-weight: 500;
    height: 26px;
    cursor: pointer;
    font-size: 15px;
    color: white;
}

#_ctl0_ContentPlaceHolder1_div_formulaire_eligibilite_colisweb {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 8px;
}

#_ctl0_ContentPlaceHolder1_tbx_colisweb_codepostal {
    padding: 4px 10px;
    max-width: 168px;
    height: 26px;
}

#_ctl0_ContentPlaceHolder1_div_retour_eligibilite_colisweb {
    margin-top: 2px;
    padding: 5px 0;
}

.cweb-container--test img {
    margin-top: 2px;
    margin-left: 2px;
}

.cweb-container--test .cweb-texte-princ {
    margin-left: -2px;
    margin-top: 2px;
}

.container-verif-eligibilite p {
    color: #4ED964;
    font-weight: 600;
}

.container-verif-eligibilite {
    color: #4ed964;
    font-weight: 500;
}

.container-non-eligibilite p {
    color: red;
    font-weight: 600;
}

.cross-indispo {
    transform: rotate(45deg);
    width: fit-content;
    font-weight: 700;
    font-size: 30px;
    color: red;
    height: fit-content;
}

.container-non-eligibilite div {
    display: flex;
    align-items: center;
    color: red;
    font-weight: 500;
}

.valid-codepostal {
    width: 15px;
}

.container-verif-eligibilite div {
    display: flex;
}

@media screen and (max-width: 968px) {
    #_ctl0_ContentPlaceHolder1_test_eligibilite:checked ~ .cweb-container {
        display: block;
    }

    .alma-payment-plans-container {
        margin: auto;
        width: fit-content;
    }


    .cweb-texte {
        display: none;
    }

    .cweb-container {
        transform: initial;
    }

    #_ctl0_ContentPlaceHolder1_div_formulaire_eligibilite_colisweb {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 8px;
        width: fit-content;
    }
}

@media screen and (max-width: 550px) {



    #_ctl0_ContentPlaceHolder1_tbx_colisweb_codepostal {
        padding: 4px 10px;
        max-width: 148px;
        height: 26px;
    }
}

@media screen and (max-width: 480px) {

    .cweb-container--test-container {
        left: 0px !important;
    }
}

.cweb-container--test-container {
    z-index: 5;
    border-radius: 10px;
}

.livraison-fiche {
    padding-bottom: 10px;
}

#_ctl0_ContentPlaceHolder1_div_formulaire_eligibilite_colisweb p {
    margin: 0 !important;
}

.container-verif-eligibilite div, .container-non-eligibilite div {
    font-size: 14px;
}

.cross-indispo {
    font-size: 20px !important;
}

#_ctl0_ContentPlaceHolder1_div_islogged ~ #_ctl0_ContentPlaceHolder1_div_eligilite_colisweb {
    display: block;
}

#_ctl0_ContentPlaceHolder1_test_eligibilite:checked ~ .cweb-container .cross_eligibilite-off {
    font-size: 20px;
    transform: rotate(45deg);
    background: black;
    color: white;
    width: 15px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 40px;
    position: absolute;
    right: 0;
    z-index: 99;
}

.cweb-container--test .cweb-texte-princ {
    padding-top: 6px !important;
}

.grb__fiche-prodruit__rechercheassocies__container, .grb_btn-chbx-lbl, .grb_fch-prod__ref-prod *, .fiche_strong {
    font-size: 12px;
}

.fiche_strong {
    font-size: 14px;
}



/* 
    Résumé de l'ajout ci-dessous :

    mettre display none à la flèche slider "produits associées" en mobile
    reduire le largeur du bouton "plus de carac" sous le tableau
    Fix overflow du conteneur avis client
*/
@media screen and (max-width: 960px) {
    .mySwiper3 .swiper-button-prev {
        display: none;
    }
}

@media screen and (max-width: 350px) {
    .grb_btn-chbx-lbl {
        left: 0;
        min-width: 280px;
    }
}






.grb_btn-chbx-lbl {
    border-radius: 12px 9px 16px 12px !important;
}



.grb_choixextension {
    border-radius: 13px 6px 20px 13px !important;
}

#_ctl0_ContentPlaceHolder1_btn_add_panier {
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.grb-icn-adpanier {
    width: 23px;
    filter: brightness(0) saturate(100%) invert(100%) sepia(5%) saturate(309%) hue-rotate(194deg) brightness(114%) contrast(100%);
    margin-right: 10px
}

@media screen and (max-width:480px) {
    .grb_btn::before, .grb_btn.grb__btn--add.grb_fch-prod__btn--add {
        border-radius: 0px !important;
        bottom: 0px;
        width: 100vw !important;
        padding-bottom: 40px !important;
    }
}


/* ===== responsive réassurance ===== */


#_ctl0_ContentPlaceHolder1_dv_bandeau_produit span {
    color: #e00000;
    font-size: 12px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    border-top: solid 1px #f7a39f4f;
    padding: 10px 0;
    border-bottom: solid 1px #f7a39f4f;
    margin: 5px auto;
}

.sep-fiche-prod {
    display: flex;
    flex-direction: column;
    row-gap: 20px
}

.rupture-fiche .grb_fiche-dispo--noel {
    display: none;
}



/* Occasion */

/*.cbk_un-produit-occasion {
    width: 100%;
    max-width: calc(25% - 22px);
    border: solid 2px #1a1a1a;
    border-radius: 13px 20px 20px 10px;
    position: relative;
    padding: 20px;
}*/
.occasion_part_top {
    position: relative;
    background: #098a7b;
    top: -20px;
    left: -20px;
    border-radius: 11px 10px 10px 20px;
    padding: 10px 10px 10px 15px;
    width: 200px;
}

.occasion__libeleetat {
    font-size: 22px;
    color: white;
    font-weight: 600;
}

.cbk_occasion--etat {
    position: absolute;
    left: 13px;
    bottom: -20px;
}

.cbk_icn__etat-id {
    height: 25px;
}

.occasion_part_top--4 {
    background: #64c17e;
}

.occasion_part_top--3 {
    background: #2ba172;
}

.occasion_part_top--2 {
    background: #098a7b;
}

.occasion_part_top--1 {
    background: #098a7b;
}

.occasion__part2 {
    border-top: solid 3px #3dba7d;
    margin-top: 5px;
    padding-top: 10px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
}

.occasion_icn__garantie {
    width: 25px;
}

.occasion__garantie {
    font-size: 17px;
    font-weight: 600;
}

.occasion-part3 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.icn_add--card--occasion {
    display: block;
    width: 50px;
    padding: 10px 12px 5px;
    background: #ee3c34;
    border-radius: 13px 16px 16px 10px;
}

.occasion__slider-cta-icon {
    width: 30px;
    margin: auto;
    display: block;
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(108deg) brightness(104%) contrast(104%);
}

.grb_slider_cta--occasion {
    display: flex;
    justify-content: center;
    align-items: center;
}

.prod_txt_occasion--prix {
}

.cbk_occcasion_flex_prix_barre--occasion {
    display: flex;
    align-items: flex-end;
    gap: 20px;
}

.cbk_occasion--prix_barre {
    font-size: 16px;
    color: #717070;
    position: relative;
}

.cbk_occasion--remise {
    font-size: 20px;
    font-weight: 600;
    padding: 1px 7px;
    background: #ee2d24;
    border-radius: 14px 12px 12px 5px;
    color: white;
}

.cbk_occasion--prix_barre:after {
    content: "";
    height: 1px;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: rotate(351deg);
    background: #bb3a3a;
}

.cbk_occasion--prix {
    font-size: 24px;
    font-weight: 700;
}

.cbk__container-liste-occasions-pop {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
    max-width: calc(50% - 10px);
    border: solid 2px #1a1a1a;
    border-radius: 13px 20px 20px 10px;
    position: relative;
    padding: 20px;
}

.cbk_un-produit-occasion-pop {
    width: 100%;
    min-width: calc(50% - 10px);
}

.occasion_link_href {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.link_occasion {
    position: relative;
    z-index: 10;
    cursor: pointer;
    font-weight: 700;
}

    .link_occasion:hover {
        text-decoration: underline;
    }

.fond-pop {
    width: 100%;
    height: 100vh;
    background: #00000033;
    position: fixed;
    top: 0;
    left: 0;
}

.bodyfige {
    overflow-y: hidden;
    max-height: 100vh;
}

#pop_occasion {
    position: absolute;
}

.check_show--occasion {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    column-gap: 20px;
    max-width: 100%;
    width: 100%;
}

.gb_container-liste-occasions--prod {
    width: 100%;
    max-width: calc(25% - 22px);
    border: solid 2px #1a1a1a;
    border-radius: 13px 20px 20px 10px;
    position: relative;
    padding: 20px;
}

.check_show--occasion-produits {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.gb-occasion__etat-star {
    height: 25px;
}

.cbk_occasion__pop--title {
    font-size: 16px;
    font-weight: 700;
    display: flex;
    align-items: flex-end;
    gap: 10px;
}



.cbk_occasion__pop--title,
.cbk_occasion__pop--desc {
    width: 100%;
}

.cbk_occasion__pop--title,
.cbk_occasion__pop--desc {
    padding-bottom: 10px;
    line-height: 1.25;
}

.grb_fch-prod__title-part {
    padding-bottom: 20px;
}

.yntd_btn-close--occasion {
    background: #1a1a1a;
    padding: 8px 10px;
    border-radius: 50px;
    display: flex;
    align-content: center;
    justify-content: center;
}

.cbk__container-liste-occasions-pop,
.gb_container-liste-occasions--prod {
    min-width: 280px;
}

.cbk_occasion--desc_etat {
    height: 57px;
    padding: 15px 0 10px;
    overflow: hidden;
}

@media screen and (max-width:960px) {
    .grb_fch-prod__conatiner-occasion--caract {
        width: 100%;
    }

    .cbk__container-liste-occasions-pop,
    .gb_container-liste-occasions--prod {
        width: 100%;
        max-width: 100%;
        margin: auto;
    }

    #pop_occasion {
        top: 0;
    }
}

/*========= REFONTE FICHE PRODUIT ===========*/

/*--- Style général ---*/
.table-ariane {
    padding: 10px 0
}

.fil-ariane {
    margin: 5px 0
}

.bodyfige {
    overflow-y: hidden;
    max-height: 100vh;
}


/*--- Section images produits + caractréristiques + prix + dispo ---*/


/*-- Conteneur Carctéristiques --*/

.grb_fch-prod__brand-container {
    display: flex;
    justify-content: space-between;
    /* padding: 20px 20px 10px*/
}

.grb_fch-prod__brand-container--brand, .grb_fch-prod__brand-container--ref {
    font-size: 13px
}

.avis_description__etoiles {
    width: fit-content;
    max-width: unset;
    column-gap: 5px
}

.avis_description__etoiles--container {
    display: flex;
    column-gap: 1px
}

.tous_avis__moyenne, .tous_avis__total_avis {
    display: block;
    margin: 0;
    padding: 0
}

.avis_description__link {
    text-decoration: underline;
}









.caracterisques_principales__all__dot {
    display: none
}

.caracterisques_principales__all.caracterisques_principales__all span {
    font-weight: 800;
    font-size: 13px
}



/*--- Conteneur Prix et ajout au panier ---*/




/*-- Affichage produits reconditionnés --*/
.offres_top__header {
    display: flex;
    row-gap: 5px;
    flex-direction: column;
}

.occasion__texte-header {
    display: flex;
    font-size: var(--size_h6);
}

.occasion_autresproduits {
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
}

.occasion_bold {
    padding-left: 5px;
    font-weight: 600
}

.link_offres--occasion {
    font-size: var(--size_h6);
    font-weight: 600;
    text-align: right;
    text-decoration: underline;
    cursor: pointer;
    white-space: nowrap;
}

.occasion_logo__img-container {
    width: 20px;
    height: 20px;
    filter: brightness(0) saturate(100%) invert(27%) sepia(93%) saturate(3670%) hue-rotate(161deg) brightness(95%) contrast(95%);
}

.occasion_logo--img {
    width: 100%;
    height: 100%;
    max-width: 17px;
}
.occasion--hidden {
    display: none;
}
/*-- Fin produits reconditionnés --*/

/*-- Popup Produit reconditionnés --*/

.cbk_pop-up--container {
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
    max-height: 830px !important;
    height: fit-content
}

.grb_pop-up--container--content {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    position: relative;
}

.yntd_btn-close--occasion {
    position: absolute;
    top: 0 !important;
    right: 0 !important
}

.grb_pop-up--container--title {
    display: flex;
    justify-content: center
}

.cbk_h2 {
    font-weight: 700 !important;
    margin: 0 !important
}

.grb_occasion__pop--desc--container {
    display: flex;
    flex-direction: column;
    row-gap: 12px
}

.grb_occasion__pop--desc--container--content {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

.grb_occasion__pop--descriptif {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

.grb_occasion__pop--cta {
    display: flex;
    justify-content: center
}

.btn_occasion_gb__cta {
    border-radius: 13px 6px 20px 13px !important;
    padding: 15px 30px;
    background: #ee2d24;
    font-size: 18px;
    color: white;
    margin: 0;
    display: block;
    width: fit-content;
}

    .btn_occasion_gb__cta:hover {
        background: #fb574f;
    }

.supr-loop {
    width: 16px;
}

    .supr-loop svg {
        width: 100%;
        height: 100%
    }

/*--- Fin popup reconditionnés ---*/

.grb_fch-prod--content-top {
    width: 100% !important;
}

.fiche-produit__share {
    display: flex;
    justify-content: flex-end;
    gap: 5px;
    /*padding: 10px 10px 0*/
}

.icn_share_partage {
    height: 20px;
    width: 20px;
}

.fiche-produit__share__button {
    cursor: pointer
}

    .fiche-produit__share__button:hover {
        filter: brightness(0) saturate(100%) invert(32%) sepia(4%) saturate(26%) hue-rotate(11deg) brightness(99%) contrast(92%);
    }

.grb_link--copied {
    font-size: 11px;
    color: #20a75f;
    font-weight: 600;
    display: flex;
    align-items: center;
    padding-top: 4px;
    gap: 2px;
    position: relative;
}

#_ctl0_ContentPlaceHolder1_financement_possible + .fiche_product_price .fiche_product_price_barre {
    position: relative;
    top: -27px;
    left: 90px
}

/*-- Conteneur Dispo mag et web --*/

.grb_product-page__visibility-container:has(.grb_fch-prod__fiche-web--cta) ~ #grb-fch-prod-voir-les-stocks {
    display: none;
}

.livraison-fiche {
    display: flex
}

    .livraison-fiche p {
        margin-bottom: 0
    }






#a_retrait_magasin_p {
    font-size: 12px !important
}




/*--- Affichage texte d'indisponibilité produit ---*/

.rupture-fiche {
    display: flex;
    column-gap: 10px
}

#_ctl0_ContentPlaceHolder1_rupture_fiche_lbl, #_ctl0_ContentPlaceHolder1_rupture_fiche_date {
    color: #ff6e04;
    font-size: 12px;
    font-weight: 700
}


/*-- Affichage du CTA Livraison chez vous si pas de dispo web --*/

.rupture-fiche ~ .grb_fch-prod__fiche-web--lien-dispo {
    display: none;
}


/*--- texte si produit indisponible ou dispo uniquement en magasin ---*/

.rupture-fiche span {
    font-size: 12px !important;
    font-weight: 700 !important
}


/*--- Popup dispo web ---*/

.livraison-fiche-show {
    display: flex;
    flex-direction: column;
    position: fixed;
    background: #ffffff;
    border-radius: 20px 20px 20px 10px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 448px;
    width: 100%;
    height: fit-content;
    padding: 10px 20px;
    row-gap: 30px
}

.grb_fch-prod__popup-overlay {
    display: none;
    position: fixed;
    background: rgba(0, 0, 0, .3);
    width: 100%;
    z-index: 99999999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.grb_fch-prod__popup-overlay-show {
    display: block
}

.livraison_fiche__title {
    display: flex;
    justify-content: center;
}

.livraison_fiche__fermeture {
    width: fit-content;
    cursor: pointer
}

    .livraison_fiche__fermeture .livraison_fiche__fermeture--icone {
        font-size: 40px !important;
        font-weight: 900;
        position: absolute;
        top: 5px;
        right: 20px;
        transform: rotate(45deg)
    }

.livraison_fiche__domicile, .livraison_fiche__relais-colis {
    display: flex;
    flex-direction: column;
    row-gap: 20px
}

.livraison_fiche__domicile-container {
    display: flex;
    flex-direction: column;
    row-gap: 20px
}

.livraison_fiche__domicile-container--standard, .livraison_fiche__domicile--express {
    display: flex;
    flex-direction: column;
    row-gap: 5px
}

.grb_fch-prod__livraisonchezvous {
    display: flex;
    align-items: flex-end;
    column-gap: 5px;
    position: relative;
}

    .grb_fch-prod__livraisonchezvous::after {
        content: "";
        width: 100%;
        height: 1px;
        background: #000000;
        position: absolute;
        bottom: -5px;
    }

.livraison_fiche__relais-colis--date-container {
    display: flex;
    flex-direction: column;
    row-gap: 3px
}

.livraison-fiche__livraisonchezvous--subtitle {
    font-size: 13px;
    font-weight: 400;
}

.grb_fch-prod__livraisonchezvous--image-container {
    height: 16px;
    width: 21px
}

.grb_fch-prod__livraisonchezvous--image {
    width: 100%;
    height: 100%
}

.disponibilite_container {
    display: flex;
    flex-direction: column;
}

.grb_fch-prod__date-livraisonstandard, .grb_fch-prod__date-livraisonexpress, .disponibilite_container__heading--title, .grb_fch-prod__date-livraisonrelaiscolis {
    font-weight: 900 !important;
    font-size: 12px !important
}

.grb_fch-prod_delais-livraison-content {
    font-weight: 400 !important;
    font-size: 12px !important
}

.disponibilite_container__heading {
    line-height: 1.3;
}

.disponibilite_container__heading--title, .disponibilite_container__heading--subtitle, .grb_fch-prod__date-livraisonrelaiscolis {
    font-size: 12px !important
}

, .grb_fch-prod__date-livraisonrelaiscolis {
    font-weight: 600 !important;
}

.grb_fch-prod__container .livraison-fiche .disponibilite_container__heading--subtitle {
    font-weight: 400 !important;
}

#_ctl0_ContentPlaceHolder1_div_formulaire_eligibilite_colisweb {
    display: flex;
    align-items: center;
    width: fit-content;
}

#_ctl0_ContentPlaceHolder1_tbx_colisweb_codepostal {
    border: solid 1px rgba(0,0,0,.5);
    padding: 4px 10px;
    width: 130px;
    height: 26px;
    border-radius: 7px 3px 10px 7px !important;
    background: rgba(217,217,217,.5);
}

.btn_eligibilite {
    background: #3DBA7D;
    padding: 5px 15px;
    font-weight: 600;
    height: 26px;
    cursor: pointer;
    font-size: 12px;
    color: white;
    position: relative;
    left: -20px
}

#_ctl0_ContentPlaceHolder1_button_verifier_eligibilite_colisweb {
    border-radius: 7px 3px 10px 7px !important
}

#_ctl0_ContentPlaceHolder1_livraison_relais_colis_date {
    font-weight: 400 !important;
    color: #000000;
    font-size: 13px !important
}






/*--- Affichage magasin choisi ---*/

.dispo-mag-fiche {
    display: flex;
    align-items: center;
    column-gap: 10px;
    row-gap: 5px
}

#_ctl0_ContentPlaceHolder1_fiche_mag_sel {
    display: flex;
    width: 100%;
    align-items: center;
    gap: 5px;
}

.grb_fch-prod__fiche-mag__flex {
    display: flex;
    flex-direction: column;
    align-items: baseline;
    row-gap: 10px;
    max-width: 250px;
    width: 100%
}

    .grb_fch-prod__fiche-mag__flex .dispo-mag-fiche a {
        font-weight: 400;
        color: #000000;
        font-size: 12px;
        text-decoration: underline;
        text-transform: capitalize !important
    }

.fermeture {
    font-size: 12px;
}

.grb_fch-prod__retrait-possible {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

#_ctl0_ContentPlaceHolder1_fiche_mag_sel .grb_fch-prod__fiche-web--lien-dispo {
    margin-left: auto
}

.grb_fch-prod__fiche-mag__container-change {
    margin-left: auto;
    border: 1px solid;
    border-radius: 9px 5px 13px 9px;
    padding: 5px;
}

#_ctl0_ContentPlaceHolder1_change_magasin {
    font-size: 12px;
    color: #000000;
    text-decoration: none
}
/*--- Infos à cacher ---*/





/*--- Titre des sections avec mise en forme similaire ---*/





/*--- Section Présentation ---*/

.grb_fch-prod__fiche-produit--presentation {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}




/*--- Section Caractéristiques principales ---*/





/*--- Section détails techniques ---*/


#product-parameters tr {
    line-height: 1.3
}

#product-parameters .title {
    background: none;
    display: none
}

    #product-parameters .title h2, #product-parameters .checkbox, #product-parameters .label, #product-parameters .no-checkbox {
        font-size: 13px;
        font-weight: 400
    }

    #product-parameters .title h2 {
        text-transform: capitalize
    }

.allparams {
    background: none !important;
    margin: 0
}

#product-parameters .label {
    padding: 5px 0;
    line-height: 1.3
}

#product-parameters .checkbox {
    padding: 5px 20px
}

.productParameterGroupsFirst, .productParameter, .productParameterGroups {
    background: none !important;
    padding: 5px 0 !important
}

.productParameterGroups2, .productParameterValues {
    background-color: #F6F6F6;
    padding: 5px 20px !important
}

.allparams.even td, .allparams.odd td {
    padding: 0
}

    .allparams td div, .productParameterGroupsFirst h3, .allparams.even td div {
        font-size: 14px;
        font-weight: 400
    }













/*--- Section top ventes ---*/
.grb_retro__top-vente {
    display: none
}


/*--- Section Avis clients ---*/

.pc_gamer__avis_verifies__avis_commentaires {
    display: flex;
    flex-direction: column;
    row-gap: 20px
}

.avis_commentaires__un_avis:nth-child(even), .avis_commentaires__un_avis:nth-child(odd) {
    background: none;
}

.avis_commentaires__un_avis {
    flex-wrap: unset;
    flex-direction: column;
    row-gap: 5px
}

.un_avis__commentaire, .un_avis__nom {
    margin: 0
}

.avis_commentaires__avis-etoiles {
    display: flex;
    width: fit-content
}

.un_avis__etoiles {
    column-gap: 2px
}

.un_avis__note {
    font-size: 12px;
    font-weight: 400
}

.un_avis__container {
    display: flex;
    flex-direction: column
}

.un_avis__commentaire {
    font-size: 13px
}

.un_avis__nom {
    font-size: 13px;
    font-weight: 600;
}


/*--- Produits reconditionnés ---*/

.cyb__occasions {
    display: flex;
    flex-direction: column;
    row-gap: 20px
}




/*--- Section articles associés sous bandeau de réassurance ---*/











.grb_fch-prod__item_top_vente {
    max-width: 300px !important;
    width: 100% !important
}

@media screen and (max-width: 1024px) {

    /*--- Section Caractéristiques principales ---*/

    .grb_fch-prod__list-caract {
        flex-wrap: nowrap;
        max-height: unset
    }

    /*--- Navigation ---*/

    .navigation-fiche-produit--up {
        top: 110px
    }

    /*--- Bandeau réassu ---*/
    .grb_fiche-produit__reassurance {
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
    }

    .grb_fiche-produit__reassurance--element {
        align-items: center;
        width: calc(50% - 15px);
        row-gap: 15px
    }

    .grb_fiche-produit__reassurance--element-title, .grb_fiche-produit__reassurance-text {
        text-align: center
    }

    .grb_fiche-produit__reassurance--element-title {
        font-size: 15px
    }

    /*--- Section Articles associés ---*/
    .swiper-container {
        margin: 0;
    }

    .grb__fiche-prodruit__rechercheassocies__container {
        flex-wrap: wrap;
        row-gap: 10px
    }

    .swiper-button-prev--produitscategoriesassociees, .swiper-button-next--produitscategoriesassociees {
        display: none;
    }
}

@media screen and (max-width: 920px) {

    /*--- Section Images produits et caractéristiques principales ---*/
    .grb_fch-prod__swiper-slide-mini_item {
        max-width: unset;
        flex-direction: row
    }

    .grb_fch-prod__swiper-slide-mini {
        justify-content: center
    }

    .grb_fch-prod__container-img-produit {
        flex-direction: column-reverse;
        row-gap: 10px;
    }

    .grb_fch-prod__list-caract {
        max-height: unset;
    }

    .caracterisques_principales__all {
        width: 100%
    }

    /*--- Section prix et mensualités ---*/
    #_ctl0_ContentPlaceHolder1_financement_possible {
        margin: 0 !important
    }

    /*--- Section dispo mag / affichage magasin choisi ---*/

    #_ctl0_ContentPlaceHolder1_fiche_mag_sel {
        flex-direction: column;
        align-items: flex-start;
        row-gap: 10px
    }

        .grb_fch-prod__fiche-mag__container-change, #_ctl0_ContentPlaceHolder1_fiche_mag_sel .grb_fch-prod__fiche-web--lien-dispo {
            margin-left: unset
        }
    /*--- Navigation ---*/
    .grb_fch-prod--navigation {
        top: 100px
    }
}

@media screen and (max-width: 820px) {

    /*--- Section images produits et caractéristiques principales ---*/

    .grb_fch-prod__swiper-slide-mini_item {
        max-width: unset;
        flex-direction: row
    }

    .grb_fch-prod__swiper-slide-mini {
        justify-content: center
    }
}

/*===== Benchmark ======*/

.benchmark {
    display: flex;
    flex-direction: column;
    margin: 0 !important;
    row-gap: 20px;
}

.pcgamer__benchmark__sub-title {
    font-size: 24px;
    font-weight: var(--bold);
}

.pcgamer__benchmark__all-container {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

.pcgamer__benchmark__api {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    margin-left: auto
}

.pcgamer__benchmark__api-text {
    font-size: 13px;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 700;
}

.pcgamer__benchmark__api-logo {
    width: 117px;
}

.pcgamer__benchmark__note-container {
    display: flex;
    flex-direction: column;
    row-gap: 30px;
    position: relative;
    z-index: 5
}

.pcgamer_benchmark__wrapper {
    display: flex;
    transition: transform 0.3s ease-in-out;
}

.pcgamer_benchmark__image-container {
    cursor: pointer;
    height: calc(100% + 6px);
    width: calc(100% + 6px);
}

.pcgamer_benchmark__image--jeux-container {
    height: 170px;
    width: auto;
    position: relative;
    left: -3px;
    bottom: 3px;
}

.pcgamer_benchmark__image-jeux {
    display: flex;
    cursor: pointer
}

.pcgamer_benchmark__item {
    display: flex;
    border-radius: 20px 20px 20px 10px;
    height: 168px;
    max-width: 138px;
    width: 100% !important;
    margin: 0 !important;
    cursor: pointer
}

.pcgamer_benchmark__image {
    height: 100%;
    width: 100%;
    object-fit: cover
}
/*
.pcgamer_benchmark__image-jeux input {
    display: none
}*/


.pcgame__benchmark__titre-jeux {
    color: var(--blanc);
    position: absolute;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    bottom: 0;
    width: 100%;
    height: 50px;
    text-align: center;
    overflow: hidden;
    padding: 15px 0;
    z-index: 10
}

.pcgame__benchmark__titre-jeux--content {
    font-size: 14px;
    font-weight: 900 !important;
    text-transform: none !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    position: absolute;
    bottom: 10% !important;
    transform: none !important
}

.fiche_strong ul li {
    border-radius: 20px 20px 20px 10px !important;
}

.pcgamer_benchmark__item--active {
    transform: scale(1.1);
    margin: 0 5px !important;
    z-index: 10;
    position: relative;
}

.pcgamer_benchmark__item--border-active {
    width: 100%
}

.pcgamer_benchmark__item--active .pcgamer_benchmark__item--border-active {
    border: 3px solid var(--rouge) !important;
    position: relative;
    border-radius: 20px 20px 20px 10px;
    width: 100%;
    overflow: hidden;
}

.pcgamer_benchmark__item--border-active {
    width: 100%
}

.pcgamer_benchmark__item::after {
    content: "";
    width: 100%;
    height: 200px;
    position: absolute;
    background: linear-gradient(179.93deg, rgba(105, 14, 14, 0) 54.75%, #000000 89.5%);
    bottom: 0;
}

.pcgamer_benchmark__item--active::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: linear-gradient(180deg, rgba(170, 64, 18, 0) 46.52%, #EE2D24 85.97%);
    bottom: 0;
    left: 0;
    box-sizing: border-box;
}



.pcgamer_benchmark__resolution--affichage {
    width: 100%;
    max-width: 226px;
    text-transform: uppercase;
    padding: 5px 10px;
    text-align: center;
    border: 1px solid #000000;
    border-radius: 14px 12px 12px 5px;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    color: #333333;
    position: relative;
    z-index: 10;
    background: var(--blanc)
}

.pcgamer__benchmark__note-reco-container {
    background: #F6F6F6;
    border-radius: 20px 20px 20px 10px;
    width: 100%;
    display: flex;
    column-gap: 20px;
    padding: 10px 10px 40px;
    justify-content: space-evenly;
}

.pcgamer_benchmark__score {
    overflow: hidden;
    position: relative;
    display: flex;
    row-gap: 10px;
    width: 70%;
    flex-direction: column;
    align-items: center;
}

.pcgamer__benchmark__vertical-rule {
    position: relative;
    height: auto
}

    .pcgamer__benchmark__vertical-rule::after {
        content: "";
        position: absolute;
        height: 280px;
        width: 2px;
        background: #CCCCCC;
        bottom: 0
    }

.pcgamer_benchmark__resolution {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 30px;
    justify-content: center;
    align-items: start;
    width: 100%;
    justify-items: center;
}


.pcgamer_benchmark__level {
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    row-gap: 15px;
    transition: opacity 0.3s ease, height 0.3s ease;
    width: 100%
}

.pcgamer_benchmark__level {
    display: none
}

.pcgamer_benchmark__level--active {
    transform: translateY(0);
    display: flex;
}

.pcgamer_benchmark__resolution-container {
    position: relative;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 5
}

.rts-hidden {
    display: none;
}

.rts-active {
    display: flex
}

.pcgamer_benchmark__resolution-content {
    display: flex;
    align-items: center;
    z-index: 15;
    column-gap: 5px
}

.pcgamer_benchmark__resolution--note-terme {
    text-transform: uppercase;
}

.pcgamer_benchmark__resolution--note, .pcgamer_benchmark__resolution--note-terme {
    font-size: 20px;
    color: #000000;
    font-weight: 700
}

.pcgamer__benchmark__options {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 30;
    justify-content: space-between
}

.pcgamer__benchmark__recommandations {
    display: flex;
    flex-direction: column;
    justify-content: center;
    row-gap: 35px;
    width: fit-content;
    align-items: center;
}

.pcgamer__benchmark__recommandations-titre {
    font-size: 20px;
    font-weight: 600;
    color: #333333
}

.pcgamer__benchmark__container-texte-reco {
    display: flex;
    flex-direction: column;
    row-gap: 20px
}

.pcgamer__benchmark__texte-reco {
    background: #CCCCCC;
    padding: 8px 30px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 14px 12px 12px 5px;
    text-align: center;
}

.pcgamer__benchmark__recommandations-titre, .pcgamer__benchmark__texte-reco {
    font-family: 'Montserrat', sans-serif !important;
}

svg:not(:root) {
    overflow: visible !important
}

.pcgamer_benchmark__svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

svg {
    transform: rotate(-90deg);
}

pcgamer_benchmark__resolution--note {
    display: none;
}

.pcgamer_benchmark__resolution--icone {
    stroke-dasharray: 180;
    stroke-dashoffset: 180;
}

.pcgamer__benchmark__ray-tracing {
    display: flex;
    column-gap: 20px;
    height: fit-content;
    align-items: center
}

    .pcgamer__benchmark__ray-tracing input[type="checkbox"] {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        position: relative;
        height: 30px;
        width: 54px;
        background: #333333;
        border-radius: 58px !important;
        border: 2px solid var(--blanc);
        transition: background-color .3s ease-in-out .15s;
    }

        .pcgamer__benchmark__ray-tracing input[type="checkbox"]:after {
            content: "";
            position: absolute;
            top: 50%;
            left: 30%;
            transform: translate(-50%, -50%);
            height: 23px;
            width: 23px;
            background: var(--blanc);
            border-radius: 50%;
            transition: left .3s ease-in-out
        }

        .pcgamer__benchmark__ray-tracing input[type="checkbox"]:checked {
            background-color: #EE2D24;
        }

            .pcgamer__benchmark__ray-tracing input[type="checkbox"]:checked:after {
                left: 70%;
            }


.grb_swiper__wrapper {
    overflow: visible !important;
    column-gap: 5px
}

.grb_swiper__container {
    margin: 0;
}

.grb_swiper-content {
    padding: 25px 10px;
    width: 100%;
    overflow: hidden;
}

.swiper-button-prev-benchmark, .swiper-button-next-benchmark {
    position: absolute;
    z-index: 99999;
    top: 0px;
    height: 100%;
    width: 80px;
    border: none !important
}

.swiper-button-prev-benchmark {
    background: linear-gradient(to left, rgba(255, 255, 255, 0) -2%, var(--blanc) 40%);
}

.swiper-button-next-benchmark {
    background: linear-gradient(to right, rgba(255, 255, 255, 0) -2%, var(--blanc) 40%);
}


.swiper-button-prev-benchmark {
    left: 0
}

.swiper-button-next-benchmark {
    right: 0
}


.swiper-button-prev-benchmark--chevron-left {
    background: #EE2D24;
    padding: 10px 0px;
    border-radius: 10px 2px 5px 10px;
    left: 0;
    top: 50%;
    position: absolute;
    transition: all 0.8s;
    transform: translateY(-50%);
}

.swiper-button-next-benchmark--chevron-right {
    background: #EE2D24;
    padding: 10px 0px;
    border-radius: 2px 10px 10px 5px;
    right: 0;
    top: 50%;
    position: absolute;
    transition: all 0.8s;
    transform: translateY(-50%);
}

    .swiper-button-next-benchmark--chevron-right .grb-chevron--right, .swiper-button-prev-benchmark--chevron-left .grb-chevron--left {
        width: 40px;
    }

.pcgamer__benchmark__image-container .swiper-button-disabled {
    opacity: 0
}


.swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    background: #C2C2C2;
    opacity: 0.7;
}

.swiper-pagination-bullet-active {
    background: #333333;
    opacity: 1;
}


/*===== Responsive Benchmark =====*/
@media screen and (max-width: 1024px) {
    .pcgamer_benchmark__svg svg {
        width: 170px;
        height: 170px
    }

    .pcgamer_benchmark__resolution--note, .pcgamer_benchmark__resolution--note-terme {
        font-size: 28px
    }

    .pcgamer_benchmark__resolution--affichage {
        font-size: 20px
    }

    .pcgamer__benchmark__recommandations-titre {
        font-size: 20px
    }
}

@media screen and (max-width: 960px) {
    .gb_fiche-produit__indice_de_reparabilite_desktop_container {
        display: none;
    }

    .gb_fiche-produit__indice_de_reparabilite_mobile_container {
        display: flex;
    }

    .gb_fiche-produit__indice_de_reparabilite_mobile_note {
        top: 35%;
        font-size: 1.35rem;
    }

    .gb_fiche-produit__indice_de_reparabilite_mobile_diviseur {
        top: 73%;
        font-size: 0.8rem;
    }

    .pcgamer__benchmark__note-reco-container {
        padding: 10px;
        column-gap: 15px
    }

    .pcgamer__benchmark__container-texte-reco {
        display: flex;
        flex-direction: column;
        row-gap: 20px;
    }

    .pcgamer_benchmark__svg svg {
        width: 150px;
        height: 150px;
    }

    .pcgamer__benchmark__texte-reco {
        font-size: 16px
    }

    .pcgamer_benchmark__resolution--affichage {
        font-size: 18px
    }

    .pcgamer_benchmark__resolution--note, .pcgamer_benchmark__resolution--note-terme {
        font-size: 24px
    }

    .pcgamer__benchmark__ray-tracing {
        column-gap: 10px
    }

    .pcgamer__benchmark__recommandations-titre {
        font-size: 18px
    }

    .pcgamer__benchmark__ray-tracing input[type="checkbox"] {
        height: 28px;
        width: 45px
    }

        .pcgamer__benchmark__ray-tracing input[type="checkbox"]:after {
            height: 22px;
            width: 20px
        }

    .swiper-pagination {
        position: absolute;
        text-align: center;
        transition: 0.3s opacity;
        transform: translate3d(0, 0, 0);
        display: flex;
        justify-content: center;
        bottom: 0;
        column-gap: 3px;
        width: 100% !important
    }

    .swiper-pagination-bullet {
        border-radius: 50%
    }
}


@media screen and (max-width: 769px) {
    .mw__youtube {
        width: 320px;
        height: 160px;
    }
    .benchmark {
        row-gap: 20px;
        width: 100%
    }

    .gamer_titrepc {
        margin: 0
    }

    .pcgamer__benchmark__api-logo {
        width: 83px;
        height: 17px
    }

    .pcgamer__benchmark__image-container {
        padding: 10px 5px 20px;
        flex-direction: column;
        align-items: center;
    }

    .pcgamer__benchmark__note-container {
        row-gap: 30px
    }

    .cbk_swiper__wrapper {
        flex-wrap: nowrap !important;
        gap: unset !important
    }

    .cbk_swiper-content {
        margin: 0;
    }

    .pcgamer__benchmark__next, .pcgamer__benchmark__prev {
        width: 9px
    }

    .swiper-button-prev-benchmark, .swiper-button-next-benchmark {
        display: flex;
    }

    .swiper-button-next-benchmark--chevron-right, .swiper-button-prev-benchmark--chevron-left {
        height: 33px;
        width: 24px;
    }

    .swiper-button-next-benchmark--chevron-right {
        border-radius: 0 10px 10px 0
    }

    .swiper-button-prev-benchmark--chevron-left {
        border-radius: 10px 0 0 10px
    }

    .pcgamer__benchmark__image-container .grb-chevron--right, .pcgamer__benchmark__image-container .grb-chevron--left {
        height: 19px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }

    .pcgamer__benchmark__image-container .grb-chevron--left {
        transform: rotate(180deg) translateY(50%);
    }

    .swiper-button-next-benchmark {
        background: linear-gradient(to right, rgba(255, 255, 255, 0) -2%, var(--blanc) 70%);
    }

    .swiper-button-prev-benchmark {
        background: linear-gradient(to left, rgba(255, 255, 255, 0) -2%, var(--blanc) 70%);
    }

    .pcgamer_benchmark__item {
        height: 140px;
        max-width: 115px;
        border-radius: 18px;
    }

    .pcgamer_benchmark__item--active {
        margin: 0 7px !important;
    }

    .grb_swiper__wrapper {
        column-gap: 0
    }

    .pcgamer_benchmark__item::after {
        border-radius: 14px 12px 12px 5px;
    }

    .pcgamer_benchmark__item--active::after {
        border-radius: 14px 12px 12px 5px;
    }

    .pcgamer_benchmark__item--active::after, .pcgamer_benchmark__item::after {
        height: 110px
    }

    .pcgamer_benchmark__image--jeux-container {
        height: 100%;
        width: 100%;
    }

    .pcgamer_benchmark__image {
        border-radius: 18px
    }

    .pcgame__benchmark__titre-jeux {
        display: none;
    }

    .pcgame__benchmark__titre-jeux--active {
        display: flex;
        border-radius: 0 0 14px 14px;
        bottom: -10px
    }

    .pcgame__benchmark__titre-jeux--content {
        position: absolute;
    }


    .pcgame__benchmark__titre-jeux--content {
        font-size: 13px;
        font-weight: 600 !important;
    }

    .pcgamer__benchmark__all-container {
        row-gap: 5px;
    }

    .pcgamer__benchmark__note-reco-container {
        flex-direction: column;
        row-gap: 10px;
        padding: 10px
    }
    /*.pcgamer_benchmark__level {
        overflow: visible !important;
        row-gap: 20px;
        margin: 0 10px
    }*/
    .pcgamer_benchmark__score {
        display: flex;
        flex-direction: column;
        row-gap: 10px;
        width: 100%
    }

    .pcgamer_benchmark__resolution {
        width: 100%;
        row-gap: 8px;
        column-gap: 10px;
        grid-template-columns: 1fr 1fr 1fr;
        grid-template-areas:
            "resolution1 resolution2 resolution3"
            "options options options";
    }

    .pcgamer_benchmark__resolution--affichage {
        font-size: 14px;
        padding: 4px 0
    }

    .pcgamer_benchmark__resolution--note, .pcgamer_benchmark__resolution--note-terme {
        font-size: 15px;
    }

    .pcgamer_benchmark__svg svg {
        width: 104px;
        height: 104px
    }

    .pcgamer_benchmark__resolution-container {
        height: 120px;
    }

    .pcgamer__benchmark__vertical-rule {
        display: none
    }

    .pcgamer__benchmark__recommandations {
        flex-direction: column;
        padding: 0;
        width: 100%;
        align-items: flex-start;
        row-gap: 10px
    }

    .pcgamer__benchmark__container-texte-reco {
        flex-direction: row;
        flex-wrap: wrap;
        row-gap: 10px;
        column-gap: 10px;
    }

    .pcgamer__benchmark__options {
        flex-direction: column;
        width: 100%;
        align-items: flex-start;
        row-gap: 10px
    }

    .pcgamer__benchmark__ray-tracing {
        margin: 0;
        flex-direction: row
    }



    .pcgamer__benchmark__recommandations-titre {
        font-size: 16px
    }

    .pcgamer__benchmark__ray-tracing input[type="checkbox"] {
        height: 28px;
        width: 45px;
    }

        .pcgamer__benchmark__ray-tracing input[type="checkbox"]:after {
            height: 22px;
            width: 20px;
        }

    .pcgamer__benchmark__texte-reco {
        text-align: center;
        padding: 5px 0;
        width: 145px;
        background: #CCCCCC;
        display: flex;
        justify-content: center;
        font-size: 14px
    }

    .pcgamer__benchmark__texte-reco--content {
        font-size: 12px;
        color: var(--noir) !important;
        font-weight: 600
    }

    .pcgamer__benchmark__api-text {
        font-size: 10px
    }
}
@media screen and (max-width: 390px) {
    .grb_fch-prod__title-rubrique {
        font-size: 18px;
    }
}
@media screen and (max-width: 340px) {
    .mw__youtube {
        width: 300px;
        height: 150px;
    }
}