﻿
:root {
    --template__color1: #f0eff4; /* fond 1 */
    --template__color2: #FCFCFC; /* fond 2 */
    --template__color3: #1c1c1c; /* texte bouton */
    --template__color4: #000000; /* texte principaux */
    --template__color5: #ffba02; /* contours et soulignements */
    --template__color6: #2e2e2e; /* fond constructeurs */
    --template__color7: #e96969; /* texte SEO */
    --template__color8: #5e5e5e; /* prix barré pc */
    --template__color9: #383838; /* barre prix barré */
    --template__color10: #8b8686; /* description produit */
    --template__color11: #de1c22; /* fond catégorie */
    --template__color12: #edb4b4; /* border liste services */
    --template__color13: #cecdd5; /* fond hover boutons */
    --template__color14: #e2c88e47; /* fond bouton nos services */
    --template__color15: #bcbbbf; /* prix barré liste */

    --template__color16: #ffba02; /* dégradé bouton */
    --template__color17: radial-gradient(circle, rgb(60 46 8) 0%, rgb(18 18 18) 44%); /* dégradé produit */
    --template__color18: radial-gradient(circle, rgba(52,49,41,1) 0%, rgba(28,28,28,1) 90%); /* Hover dégradé produit */
    --template__color19: radial-gradient(circle, rgba(200,200,200,1) 0%, rgba(255,255,255,1) 29%); /* dégradé services */
    --template__color20: brightness(0) saturate(100%) invert(16%) sepia(85%) saturate(4110%) hue-rotate(349deg) brightness(89%) contrast(95%); /* filter icones services */
    --template__color21: drop-shadow(0px 0px 10px var(--template__color11));
    --template__color22: #EBEBEB; /* fond 3 */
}

.grb_frd__image-container {
    width: 100%;
    height: 420px;
    max-height: 420px;
}

.grb_frd__image-container {
    max-width: 980px;
    margin: 0 auto;
}

.grb_frd__banner-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.grb_bld__title {
    font-size: 36px;
    font-weight: 600;
    padding: 40px 0;
    text-align: center;
}

.grb_bld__condition {
    display: flex;
    align-items: center;
    justify-content: center;
}

#header_infos_bar {
    z-index: 10;
    position: relative;
}

#template__container {
    background: #ffffff;
    padding-bottom: 50px;
}

.template__titre {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 40px;
}

.template__header-intro-intro {
    width: 100%;
    text-align: center;
}

.template__header-intro-img {
    width: 100%;
    margin: auto;
}

.template__bandeau-img {
    display: block;
}

.template__titre-h2 {
    font-size: 1.7em;
    text-transform: uppercase;
    color: var(--template__color4);
    font-weight: 600;
    width: fit-content;
    margin: auto;
}

.template__underline {
    width: fit-content;
    position: relative;
    text-transform: uppercase;
}

    .template__underline:after {
        content: "";
        width: 100%;
        height: 3px;
        position: absolute;
        bottom: 0;
        left: 0;
        background: var(--template__color11);
    }

.template__wrap {
    width: calc(100% - 40px);
    padding: 20px 0;
    max-width: 1280px;
    margin: auto;
    position: relative;
}

.template__header-pc {
    display: flex;
    max-width: 1600px;
    padding: 0;
    gap: 20px;
    padding-bottom: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.template__header-un-pc {
    width: 312px;
    max-width: 312px;
    height: 404px;
    max-height: 404px;
    position: relative;
    background: var(--template__color22);
    outline: solid 1px var(--template__color9);
    padding: 20px;
    transition: 0.3s;
    background: rgb(52,49,41);
    background: var(--template__color2);
}

.template__header-pc-img {
    display: flex;
    justify-content: center;
    position: relative;
    width: 188px;
    height: 188px;
    max-width: 188px;
    max-height: 188px;
    margin: 0 auto;
}

.template__neige-content {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -0;
    pointer-events: none;
    width: 100%;
}

.template__neige {
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    width: 100%;
    transition: 0.3s;
    animation: neige 4s infinite linear;
    z-index: 10
}

.template__neige2 {
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    width: 100%;
    transition: 0.3s;
    animation: neige 5s infinite linear;
    animation-delay: 2s;
    transform: rotate(100deg);
    z-index: 10
}

.template__neige3 {
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    width: 100%;
    transition: 0.3s;
    animation: neige 7s infinite linear;
    animation-delay: 4s;
    z-index: 10;
    transform: rotate(200deg);
}

@keyframes neige {
    0% {
        opacity: 0;
        top: 0px;
    }

    5% {
        opacity: 1;
    }

    80% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        top: 500px;
    }
}

.template__header-pc--img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.template__header-un-pc:hover .template__header-pc--img {
    padding: 10px 0 20px;
}

.template__header-pc--nvidia {
    position: absolute;
    width: 120px;
    top: -20px;
    left: -20px;
}

.template__header_percent {
    position: absolute;
    top: 0;
    left: -8px;
    padding: 6px 10px;
    font-weight: 700;
    background: var(--template__color11);
    color: var(--template__color2);
}

.template__header--texte-pc {
    margin-top: 12px;
}

.template__header--titre-cat {
    color: var(--template__color11);
    font-size: 1em;
    font-weight: 700;
    text-align: center;
}

.template__categories-part {
}

.template__header--titre-pc {
    color: var(--template__color4);
    font-size: 1.1em;
    font-weight: 400;
    padding: 5px 0 8px;
}

.template__header--caract-content-ul, .template__header--caract-ul {
    margin-top: 10px;
    height: 67px;
    overflow: hidden;
}

.template__header--caract-li {
    position: relative;
    padding-left: 15px;
    font-size: 0.8em;
    margin-bottom: 5px;
    color: var(--template__color10);
    font-weight: 600;
    text-align: center;
}


.template__header--caract-content-ul li {
    position: relative;
    font-size: 0.8em;
    margin-bottom: 5px;
    color: var(--template__color10);
    font-weight: 600;
    text-align: center;
}

.template__header-bold {
    font-weight: 700;
}


.template__header-bandeau-texte {
    padding: 15px 30px;
    background: var(--template__color4);
    width: fit-content;
    margin: auto;
    transform: translateY(-20px);
    margin-top: -50px;
    font-weight: 500;
    font-size: 0.8em;
}

.template__header-price-cart {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    text-align: center;
    width: fit-content;
    flex-wrap: wrap;
    margin: 15px auto 15px;
}

.template__header-prix {
    color: var(--template__color11);
    padding-top: 7px;
    font-weight: 700;
    font-size: 1.7em;
    width: 100%;
}

.template__header-prix-barre {
    color: var(--template__color11);
    font-size: 1em;
    position: relative;
    font-weight: 600;
    width: fit-content;
    margin: auto;
}

    .template__header-prix-barre:after {
        content: "";
        width: 100%;
        position: absolute;
        bottom: 50%;
        left: 0;
        background: var(--template__color11);
        height: 1px;
    }

.template__header-cart {
    padding: 15px 10px;
    border-radius: 5px;
    color: var(--template__color2);
    width: inherit;
    position: relative;
    font-size: 0.8em;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    width: 100%;
    background: rgb(255,229,166);
    background: var(--template__color11)
}

.template__header-cart--tout-voir {
    color: var(--template__color11);
    background: var(--template__color2);
    border: solid 1px var(--template__color11);
}

.template__header-un-pc:hover .template__header-cart {
    background: var(--template__color7);
    color: var(--template__color1);
}

.template__header-un-pc:hover {
    background: var(--template__color2)
}

.template__toutvoir--label:hover {
    background: var(--template__color7);
}
/* --------------------------------------- */
.template__un-bundle--container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.template__un-bundle--article {
    width: 100%;
    max-width: 610px;
}

.template__bundle {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 60px;
}
/* -------------------------------------- */
.template__categories {
    display: flex;
    width: 100%;
    gap: 5px;
    padding: 0 20px 20px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-end;
}

.template__categories-titres {
    display: flex;
    justify-content: center;
    gap: 5px;
    flex-wrap: wrap;
}

.template__categorie-une-titre {
    padding: 15px 25px;
    border-radius: 5px 0 0 5px;
    color: var(--template__color4);
    background: var(--template__color2);
}

    .template__categorie-une-titre:hover {
        background: var(--template__color11);
    }

        .template__categorie-une-titre:hover h2 {
            color: var(--template__color1);
        }

.template__categorie-link {
    /*min-width: 300px;*/
}

.template__categorie-une-img {
    transition: 0.3s;
}

.template__categorie-link:hover .template__categorie-une-img {
    filter: var(--template__color21);
}

.template__categorie-link--content {
    display: flex;
    justify-content: center;
    margin: auto;
    width: fit-content;
    border: solid 2px var(--template__color11);
    border-radius: 7px;
}

.template__categorie-une-titre-h2 {
    position: relative;
    font-size: .8em;
    text-transform: uppercase;
    font-weight: 500;
    width: 150px;
    text-align: center;
    color: var(--template__color4);
    min-height: 39px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.template__categorie-une-titre-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 10px;
    border-radius: 0 5px 5px 0;
    background: rgb(255,229,166);
    background: var(--template__color11);
}

.template__categorie-une-arrow {
    width: 15px;
    filter: brightness(100%) saturate(100%)
}

.template__categories-titres {
    padding-top: 0;
}
/* ------------------------------------- */
.template__marques {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
}

.template__une-marque {
    width: 18%;
    padding: 10px 30px;
    background: var(--template__color6);
    transition: 0.3s;
    text-align: center;
    color: var(--template__color2);
}

    .template__une-marque:hover {
        background: var(--template__color11);
    }

.template__une-marque-img {
}
/* ------------------------------------- */
.template__zone_produits {
    background: var(--template__color1) !important;
}

}
/* -------------------------------------- */
.template__wrap-blanc {
    width: 100%;
}

.template__paiements {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.template__un-paiement {
    width: 100%;
    max-width: 23%;
    min-width: 270px;
    padding: 30px;
    border: solid 1px var(--template__color12);
    border-radius: 20px;
    background: var(--template__color2);
}

.template__icone3x {
    width: 50px;
    height: 41px;
    filter: var(--template__color20);
}

.template__3xtitre {
    font-size: 1.5em;
    font-weight: 500;
    color: var(--template__color4);
    text-transform: uppercase;
    margin: 15px 0;
}

.template__3xtexte {
    line-height: 1.3;
    font-size: 0.9em;
    margin-top: 7px;
    color: grey;
}

.template__un-paiement--odd {
    margin-top: 50px;
}

/* ---------------------------- */
.bloc-reduc {
    background: var(--template__color11) !important;
    color: var(--template__color2) !important;
    border-radius: 60px !important;
    width: fit-content !important;
    padding: 3px 10px !important;
    position: absolute;
    top: 10px !important;
    left: 10px !important;
}


.lien-landing {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    width: 100%;
    transform: translateY(6px) !important;
    left: 0 !important;
    bottom: 0;
    position: absolute !important;
    height: 30px !important;
}

.nvidia-prix {
    font-family: 'Montserrat' !important;
    margin-bottom: 30px;
    font-size: 26px !important;
    color: #EE0000 !important;
    font-weight: 600;
}

.eco {
    display: none !important;
}

.reduc span {
    font-weight: 700;
}

.nvidia_produit {
    font-size: 12px !important;
    margin-bottom: 10px !important;
    height: auto !important;
}



.black-friday .content-landing .produit-landing li .bck-prix-barre {
    color: var(--template__color15) !important;
    margin-top: 10px !important;
    line-height: 25px !important;
    position: relative !important;
    width: fit-content !important;
    margin: auto !important;
    font-size: 18px !important;
    font-weight: 600 !important;
}

.black-friday .bck-prix-barre::after {
    display: block !important;
    transform: rotate(-8deg) !important;
    content: "";
    height: 2px !important;
    background: var(--template__color10) !important;
    text-align: center !important;
    position: absolute !important;
    top: 45% !important;
    left: 0 !important;
    width: 100% !important;
}

.produit-landing {
    padding: 25px 0;
}

#listeproduits ul {
    display: flex !important;
    justify-content: center !important;
    gap: 20px !important;
    flex-wrap: wrap;
}

.img-code-promo {
    min-height: 190px;
}

.template__services-texte {
    color: var(--template__color5);
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
}

.template__service-part {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    border-radius: 20px;
    overflow: hidden;
}

.template__header-cart-services {
    background: var(--template__color11);
    color: var(--template__color1);
    width: fit-content;
    padding: 10px 50px;
    position: absolute;
    bottom: 20px;
    left: 20px;
    transition: 0.3s;
}

.template__service-link:hover .template__header-cart-services {
    background: var(--template__color11);
}

.template__service-link {
    width: 100%;
    display: block;
    position: relative;
}

.template__services-img {
    width: 100%;
    min-height: 220px;
    object-fit: cover;
}

.template__services__container {
    position: relative;
}

.template__services-texte {
    color: var(--template__color2);
    font-size: 20px;
    font-weight: 600;
    position: absolute;
    bottom: 80px;
    left: 20px;
}

.template__services-texte-p {
    font-size: 16px;
    position: absolute;
    top: 120px;
    left: 20px;
    color: var(--template__color4);
}

.template__services-texte-titre {
    top: 80px;
}

.template__services-rs--content {
    position: absolute;
    bottom: 20px;
    left: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
}

.template__texte-seo {
    color: var(--template__color10);
    font-size: 15px;
    line-height: 1.5;
}

.template__h2-seo {
    font-size: 23px;
    font-weight: 600;
}

.produit-landing ul {
    max-height: 890px;
    transition: 0.5s;
}

.template__marques {
    /*    max-height: 175px;
    overflow: hidden;*/
    transition: 0.5s;
}

.template__categories-titres {
    /*max-height: 220px;*/ /* <- Si affichage plus */
    overflow: hidden;
    transition: 0.5s;
}

#template__toutvoir, #template__marques, #template__categories {
    display: none;
}

.template__toutvoir--label {
    min-width: 190px;
    max-width: 190px;
    margin: auto;
    cursor: pointer;
    padding: 14px 30px;
}

    .template__toutvoir--label::after {
        content: "TOUT VOIR";
    }

#template__toutvoir:checked ~ .template__wrap--label .template__toutvoir--label::after,
#template__marques:checked ~ #changeAfterMarques .template__toutvoir--label::after,
#template__categories:checked ~ #changeAfterCategories .template__toutvoir--label::after {
    content: "MASQUER";
}






.template__wrap--label {
    display: flex;
    align-items: center;
    justify-content: center;
}

.template__produit--ul-width-after {
    position: relative;
}

    .template__produit--ul-width-after:after,
    /*  .template__marques--ul-width-after:after,*/
    .template__categories--ul-width-after:after {
        content: "";
        opacity: 1;
        position: absolute;
        bottom: 0px;
        left: 0;
        width: 1000%;
        height: 200px;
        left: -100px;
        box-shadow: 0px 90px 63px var(--template__color2) inset;
        transform: rotate(180deg);
        transition: 0.5s;
        pointer-events: none;
        bottom: -30px;
    }

#template__toutvoir:checked ~ .bck-img .template__produit--ul-width-after::after,
#template__marques:checked ~ .template__marques::after,
#template__categories:checked ~ .template__categories-titres::after {
    opacity: 0;
}

#template__toutvoir:checked ~ .bck-img .template__produit--ul-width-after,
#template__marques:checked ~ .template__marques,
#template__categories:checked ~ .template__categories-titres {
    max-height: initial;
}

.hide--btn {
    opacity: 0;
    display: none
}

.template__btn-lm-container {
    width: 100%;
}

.template__btn-lm {
    margin: 20px auto 10px;
    width: 100%;
    max-width: 250px;
    display: block;
}

    .template__btn-lm:hover .template__header-cart {
        background: var(--template__color7);
        color: var(--template__color1);
    }


.template__bonplan {
    padding: 0;
    outline: none;
    background: none;
}

.template__bonplanpc {
    width: 100%;
    max-width: 100%;
    padding: 0;
}

.template__header-pc--bonplan {
    width: 100%;
    max-width: 100%;
    padding: 0 !important;
}

    .template__header-pc--bonplan:hover {
        outline: solid 1px var(--template__color5);
    }


.template__bandeau-remplace--desktop {
    display: block;
}

.template__bandeau-remplace--mobile {
    display: none;
}

.template__bandeau-remplace--tablette {
    display: none;
}

.template__header-cart-services--mobile,
.template__services-texte--mobile {
    display: none;
}
@media screen and (max-width: 1200px) {
    .template__header-tous-pc {
        width: 100%;
        outline: none;
        background: none;
    }

    .template__bandeau-img {
        display: block;
        width: fit-content;
        margin: auto;
    }

    .template__header-pc {
        gap: 20px;
    }

    .template__header-bandeau-texte {
        text-align: center;
    }

    .template__bandeau-remplace--desktop {
        display: none;
    }

    .template__bandeau-remplace--mobile {
        display: none;
    }

    .template__bandeau-remplace--tablette {
        display: block;
    }

    .template__paiements {
        max-width: 600px;
        margin: auto;
    }
}

@media screen and (max-width: 1150px) {
    .template__services-rs--content {
        bottom: 140px;
    }
}

@media screen and (max-width: 1000px) {
    .grb_frd__banner-image--tablette {
        display: block;
    }

    .grb_frd__banner-image--desktop,
    .grb_frd__banner-image--mobile {
        display: none;
    }

    .template__services__container__text {
        width: 100%;
    }

    .template__services__container__image {
        width: 100%;
        display: flex;
        min-width: 100%;
    }

    .template__services__container {
        flex-direction: column-reverse;
    }

    .template__service-link {
        width: 100%;
    }

    .template__service-link-rs .template__services-img {
        display: none;
    }

    .template__services-rs--content .template__services-img {
        display: block;
    }

    .template__service-link-rs .template__services-texte, .template__service-link-rs .template__services-texte-p, .template__services-rs--content {
        top: auto;
        bottom: auto;
        left: auto;
        right: auto;
        position: relative;
        padding: 10px 0 0;
    }

    .template__services-rs--content {
        padding: 20px 0 0;
    }

    .template__bundle {
        gap: 20px;
    }
}

@media screen and (max-width: 700px) {
    .template__une-marque {
        width: 30%;
    }

    .template__bandeau-remplace--desktop {
        display: none;
    }

    .template__bandeau-remplace--mobile {
        display: block;
    }

    .template__bandeau-remplace--tablette {
        display: none;
    }

    .template__un-paiement--odd {
        margin-top: 0;
    }
}

@media screen and (max-width: 500px) {
    .grb_bld__title {
        font-size: 24px;
    }

    .grb_frd__image-container {
        height: 200px;
    }

    .grb_frd__banner-image--mobile {
        display: block;
    }

    .grb_frd__banner-image--desktop,
    .grb_frd__banner-image--tablette {
        display: none;
    }

    .template__une-marque {
        width: 40%;
    }
    .template__services-texte {
        bottom: unset;
        top: 20px
    }
}

.template__header-un-pc-epuise:after {
    content: "Uniquement en magasin";
    background: var(--template__color1);
    width: 130px;
    height: auto;
    position: absolute;
    top: 20px;
    right: 20px;
    font-weight: 700;
    padding: 10px;
    border-radius: 20px;
    transition: 0.3s;
    text-align: center;
}

.template__header-un-pc-epuise:hover:after {
    padding: 20px 10px;
}

.cats img {
    margin: 10px 0px 0px !important;
    transition: 0.3s;
}

.cats:hover img {
    margin: 0px 0px 10px !important;
}

.filtres__categories {
    position: relative;
    z-index: 10;
}

.filtres__constructeur {
    position: relative;
    z-index: 5;
}

.black-friday {
    overflow: visible !important;
    padding-top: 30px;
    padding-bottom: 10px;
}

    .black-friday .filtres {
        margin: 0 !important;
        width: 300px !important;
        padding: 0 !important;
    }

.template__zone_filtres-produits {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 50px;
}

.template__titre--bundle {
    padding-top: 50px;
}

#bundle {
    height: 0px;
}


::-webkit-scrollbar {
    background: var(--template__color2) !important;
    cursor: pointer;
}

::-webkit-scrollbar-thumb {
    background-color: #000000;
    background: var(--template__color13) !important;
}

    ::-webkit-scrollbar-thumb:hover {
        background-color: #555555;
    }

scrollbar {
    scrollbar-color: #000000 #F5F5F5;
}

.black-friday .filtres:hover .open-filtre {
    overflow-y: scroll !important;
}

#changeAfterMarques {
    display: none;
}

.lien-landing {
    background: var(--template__color4) !important;
}

.cats:hover .lien-landing {
    background: var(--template__color9) !important;
}





.grb_frd__icon-cart {
    max-width: 16px;
    max-height: 11px;
}




/*ajout vignette css propre*/
/* conteneur des vignettes produits */

<style >
.content {
    background-color: #000;
}

/* bannière */
.grb_template__banner-img {
    width: 100%;
    border-bottom: 5px solid #cb192d;
    vertical-align: bottom;
}

.grb_template__banner-img--tablette,
.grb_template__banner-img--mobile {
    display: none;
}

/* filtres (à virer jusqu'à la ligne 88 si pas besoin) */
.grb_template__filter-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin: 0 auto;
    padding-top: 40px;
    flex-wrap: wrap;
    max-width: 620px;
    width: 100%;
}

.grb_mini-landing-fixe__filter {
    position: relative;
    width: 100%;
    max-width: 240px;
    text-align: center;
}

.grb_mini-landing-fixe__filter-text {
    background: #EE2D24;
    line-height: 38px;
    font-weight: bold;
    width: 100%;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    border-radius: 13px 6px 20px 13px;
}

.grb_mini-landing-fixe__filter--opened {
    display: none;
    z-index: 1;
    position: absolute;
    left: 0;
    right: 0;
    max-height: 300px;
    padding: 0 10px;
    background: #fff;
    overflow-y: scroll;
}

.grb_mini-landing-fixe__filter:hover .grb_mini-landing-fixe__filter--opened {
    display: block;
}

.grb_mini-landing-fixe__filter-option {
    display: block;
    text-align: center;
    line-height: 25px;
    border-bottom: 1px solid #c8c8c3;
}

.grb_mini-landing-fixe__option-text {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    padding: 10px 0;
    line-height: 20px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
}

.grb_mini-landing-fixe__option-validate {
    display: none;
    vertical-align: middle;
}

    .grb_mini-landing-fixe__option-validate:checked + .grb_mini-landing-fixe__option-text {
        color: #fff;
        background: #EE2D24;
    }
/* titre top */
.grb_template__top-title {
    width: fit-content;
    margin: 0 auto;
    padding-top: 40px;
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    text-align: center;
}

/* Début de produits */
.grb_template__products {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 40px 0 20px;
}

/* conteneur des vignettes produits */
.grb_template__title {
    padding: 20px 0;
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    text-align: center
}

.grb_template__product-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.grb_template__product-link {
    position: relative;
    display: flex;
    flex-direction: column;
    width: calc((100% / 6) - 20px);
    min-width: 195px;
    height: 300px;
    background-color: #fff;
    border-radius: 14px 12px 20px 13px;
    overflow: hidden;
}

.grb_template__product-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    row-gap: 5px;
    padding: 10px;
}

.grb_template__product-img {
    width: 100%;
    height: 140px;
    transition: margin .3s ease-in-out;
}

    .grb_template__product-img img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

.grb_template__product-link:hover .grb_template__product-img {
    margin-top: -10px;
    margin-bottom: 10px;
}

.grb_template__product-text {
    height: 51px;
    font-size: 12px;
    line-height: 1.5;
    overflow: hidden;
    font-weight: 600;
    text-align: center;
    word-break: break-word;
    overflow: hidden;
}

.grb_template__product-title,
.grb_template__product-description {
    overflow: hidden;
}

.grb_template__product-title {
    height: 33px;
    font-weight: 700;
}

.grb_template__product-description {
    height: 18px;
}

.grb_template__product-prices {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    height: 38px;
}

.grb_template__discount-percentage {
    position: absolute;
    top: 5px;
    left: 5px;
    padding: 5px 10px;
    background-color: #EE2D24;
    border-radius: 50px;
    color: #fff;
}

.grb_template__original-price {
    position: relative;
    color: #b8b7bc;
    font-size: 16px;
    font-weight: 500;
}

.grb_template__original-price::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #b8b7bc;
    transform: rotate(170deg);
}

.grb_template__current-price {
    color: #EE2D24;
    font-size: 22px;
    font-weight: 600;
}

.grb_template__product-cta {
    width: 100%;
    padding: 10px 0;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    text-align: center;
    background-size: 300% 100%;
    transition: all .4s ease-in-out;
    background-image: linear-gradient(to right, #ee0000, #da242b, #e14e53, #ee0000);
    box-shadow: 0 5px 15px rgba(242, 97, 103, .4);
    border-radius: 13px 6px 20px 13px;
    margin-top: auto;
}

.grb_template__product-link:hover .grb_template__product-cta {
    background-position: 100% 0;
    transition: all .3s ease-in-out;
}
/* fin de produit */

/* responsive bannière */
@media (max-width: 1000px) {
    .grb_template__banner-img--desktop,
    .grb_template__banner-img--mobile {
        display: none;
    }

    .grb_template__banner-img--tablette {
        display: block
    }
}

@media (max-width: 500px) {
    .grb_template__banner-img--desktop,
    .grb_template__banner-img--tablette {
        display: none;
    }

    .grb_template__banner-img--mobile {
        display: block;
    }
}