﻿#bf__container {
    background: #141221;
    padding-bottom: 50px;
}

.bf__titre {
    text-align: center;
    padding-top: 50px;
    padding-bottom: var(--val_40);
}

.bf__header-intro-intro {
    width: 100%;
    text-align: center;
}

.bf__header-intro-img {
    width: 100%;
    max-width: 850px;
    margin: auto;
}

.bf__bandeau-img {
    display: block;
}

.bf__texte-intro {
    color: #685d99;
    font-weight: var(--medium);
    text-align: center;
    line-height: 1.5;
    padding: 0 30px;
}

.bf__titre-h2 {
    font-size: 1.7em;
    text-transform: uppercase;
    color: #FFFFFF;
    font-weight: var(--medium);
    width: fit-content;
    margin: auto;
}

.bf__underline {
    width: fit-content;
    position: relative;
    text-transform: uppercase;
}

    .bf__underline:after {
        content: "";
        width: 100%;
        height: 2px;
        position: absolute;
        bottom: 0;
        left: 0;
        background: #524884;
    }

.bf__warp {
    width: calc(100% - 40px);
    padding: var(--val_20);
    max-width: 1280px;
    margin: auto;
    position: relative;
}

.bf__header-pc {
    display: flex;
    width: 100%;
    padding: 0;
    gap: 1.3%;
    padding-bottom: var(--val_20);
    justify-content: center;
    flex-wrap: wrap;
}

.bf__header-un-pc {
    width: calc(100% - 40px);
    max-width: 23%;
    position: relative;
    background: #292442;
    outline: solid 1px #524884;
    padding: var(--val_20);
    min-width: 290px;
}

.bf__header-pc-img {
    display: flex;
    justify-content: center;
    position: relative;
}

.bf__header-pc--img {
    max-width: 90%;
    padding: 20px 0 10px;
}

.bf__header-pc--nvidia {
    position: absolute;
    width: 120px;
    top: -20px;
    left: -20px;
}

.bf__header_percent {
    position: absolute;
    bottom: 0;
    left: -8px;
    background: var(--jaune);
    padding: 6px 10px;
    font-weight: var(--semibold);
}

.bf__header--texte-pc {
    margin-top: 12px;
}

.bf__header--titre-cat {
    color: #8d86b0;
    font-size: 0.9em;
    font-weight: var(--medium);
}

.bf__categories-part {
    background: #141414;
}

.bf__header--titre-pc {
    color: #ffffff;
    font-size: 1.1em;
    font-weight: 400;
    padding: 5px 0 8px;
}

.bf__header--caract-li {
    position: relative;
    padding-left: var(--val_15);
    font-size: 0.8em;
    margin-bottom: var(--val_5);
    color: #FFFFFF;
}

    .bf__header--caract-li:before {
        content: "";
        background: #7766cc;
        width: 8px;
        height: 8px;
        position: absolute;
        top: 3px;
        left: 0;
        -webkit-clip-path: polygon(0 0, 0% 100%, 66% 50%);
        clip-path: polygon(0 0, 0% 100%, 66% 50%);
    }

.bf__header-bold {
    font-weight: var(--semibold);
}

.bf__header-livraison {
    position: relative;
    padding-left: var(--val_10);
    font-size: 0.8em;
    margin-top: var(--val_10);
    color: #6beb81;
}

    .bf__header-livraison:before {
        content: "";
        background: #4cd463;
        width: var(--val_5);
        height: var(--val_5);
        position: absolute;
        top: var(--val_5);
        left: -1px;
        border-radius: var(--val_10);
    }

.bf__header-tous-pc {
    width: 24%;
    outline: solid 1px #524884;
    background: #0b0d19;
}

.bf__header-bandeau-texte {
    padding: 15px 30px;
    background: var(--blanc);
    width: fit-content;
    margin: auto;
    transform: translateY(-20px);
    margin-top: -50px;
    font-weight: var(--medium);
    font-size: 0.8em;
}

.bf__header-price-cart {
    display: flex;
    justify-content: space-between;
    margin-top: var(--val_5);
    align-items: flex-end;
}

.bf__header-prix {
    color: #FFFFFF;
    padding-top: 7px;
    font-weight: var(--medium);
    font-size: 1.5em;
}

.bf__header-prix-barre {
    color: #d9804e;
    font-size: 0.8em;
    position: relative;
    width: fit-content;
}

    .bf__header-prix-barre:after {
        content: "";
        width: 100%;
        position: absolute;
        bottom: 50%;
        left: 0;
        background: #d9804e;
        height: 1px;
    }

.bf__header-cart {
    background: #524884;
    padding: 15px 10px;
    border-radius: 0;
    color: #FFFFFF;
    width: inherit;
    position: relative;
    font-size: 0.8em;
    text-transform: uppercase;
    font-weight: var(--medium);
    text-align: center;
}

/* -------------------------------------- */
.bf__categories {
    display: flex;
    justify-content: space-between;
    width: 100%;
    gap: var(--val_5);
    padding: 0 var(--marg_20_20);
    flex-wrap: wrap;
}

.bf__categories-titres {
    display: flex;
    justify-content: center;
    gap: var(--val_5);
    flex-wrap: wrap;
}

.bf__categorie-une-titre {
    background: #524884;
    padding: 15px 30px;
    border-radius: 5px 0 0 5px;
    color: #FFFFFF;
}

.bf__categorie-link {
    display: flex;
    justify-content: center;
    min-width: 300px;
    margin: auto;
}

.bf__categorie-une-titre-h2 {
    position: relative;
    font-size: 0.8em;
    text-transform: uppercase;
    font-weight: var(--medium);
    width: 150px;
    text-align: center;
}

.bf__categorie-une-titre-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 10px;
    background: #39325c;
    border-radius: 0 5px var(--marg_5_0);
}

.bf__categorie-une-arrow {
    width: var(--val_15);
}

.bf__categories-titres {
    padding-top: 0;
}

/* ------------------------------------- */
.bf__services {
    max-width: 1280px;
    width: calc(100% - 40px);
    padding: var(--val_20);
    margin: auto;
}

.bf__services__container {
    width: 100%;
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
}

.bf__services__container-positionodd {
    flex-direction: row-reverse;
}

.bf__services__container__text {
    width: 35%;
}

.bf__services__container__image {
    width: 50%;
    display: flex;
    min-width: 425px;
}

    .bf__services__container__image img {
        margin: auto;
        width: 100%;
    }

.bf__services__container__text h2 {
    font-size: var(--val_20);
    font-weight: var(--semibold);
    color: #C1BDDB;
    line-height: 1.6;
    margin-bottom: var(--val_20);
}

.bf__services__container__text p {
    font-size: var(--size_p);
    font-weight: var(--medium);
    color: #C1BDDB;
    line-height: 1.6;
    margin-bottom: var(--val_40);
}

.bf__services__container__text a {
    font-size: var(--size_p);
    font-weight: var(--medium);
    color: #ffffff;
    text-transform: uppercase;
    background-color: #524884;
    padding: 14px 32px;
    text-align: center;
    text-decoration: none;
    border-radius: 6px;
    ;
}

.bf__services__sep {
    width: 100%;
    height: 1px;
    background: #504884;
    margin-top: 80px;
    margin-bottom: 80px;
}
/* ------------------------------------- */
.bf__marques {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: var(--val_15);
}

.bf__une-marque {
    width: 18%;
    padding: 10px 30px;
    background: #2e2e2e;
    transition: 0.3s;
}

    .bf__une-marque:hover {
        background: #141414;
    }

.bf__une-marque-img {
}






/* ------------------------------------- */
.bf__zone_produits {
    background: #141221 !important;
}

.bf_friday {
    display: none !important;
}

.open-filtre {
    background: #141221 !important;
    overflow: hidden !important;
    transform: translateY(-4px) !important;
    z-index: 2 !important;
    border-top: none !important;
}

.bf__filtre {
    border: none !important;
}

.bf__label {
    color: #FFFFFF !important;
    font-size: 0.7em !important;
    position: relative;
    padding: 10px !important;
}

    .bf__label:after {
        content: "";
        position: absolute;
        width: 0%;
        left: 50%;
        bottom: var(--val_10);
        height: 2px;
        background: #FFFFFF;
        transition: 0.3s;
    }

    .bf__label:hover:after {
        width: 100%;
        left: 0%;
    }

.bf__ouvrir-filtre {
    color: #a49cc9 !important;
    border: solid 1px #a49cc9 !important;
    padding: 10px !important;
    font-weight: 600 !important;
    background-color: #ffffff00 !important;
    border-radius: 4px;
    z-index: 5 !important;
    position: relative;
    cursor: pointer;
}

.bf_friday:checked + .bf__label {
    background: #524884;
}

/* -------------------------------------- */
.bf__warp-blanc {
    width: 100%;
    background: #FFFFFF;
    background: #FFFFFF;
}

.bf__paiements {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: var(--val_20);
}

.bf__un-paiement {
    width: 100%;
    max-width: 22%;
    min-width: 270px;
}

.bf__icone3x {
    width: 50px;
    filter: brightness(0) saturate(100%) invert(29%) sepia(10%) saturate(2598%) hue-rotate(210deg) brightness(96%) contrast(89%);
}

.bf__3xtitre {
    font-size: 1.5em;
    font-weight: var(--semibold);
    color: #333333;
    text-transform: uppercase;
}

.bf__3xtexte {
    line-height: 1.3;
    font-size: 0.9em;
    margin-top: 7px;
}



/* ---------------------------- */
.bloc-reduc {
    background: #ffcf00 !important;
    color: var(--noir) !important;
    border-radius: 60px !important;
    width: fit-content !important;
    padding: 3px 10px !important;
    position: absolute;
    top: 10px !important;
    left: 10px !important;
}

.cats {
    width: 100%;
    height: auto !important;
    max-width: 15%;
    padding: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    min-width: 190px;
}

.lien-landing {
    width: 100%;
    transform: translateY(6px) !important;
    left: 0 !important;
    bottom: 0;
    position: absolute !important;
}

.nvidia-prix {
    font-family: 'Montserrat' !important;
    margin-bottom: var(--val_30);
}

.eco {
    display: none !important;
}

.reduc span {
    font-weight: var(--semibold);
}

.nvidia_produit {
    font-size: var(--size_p) !important;
    margin-bottom: 10px !important;
}



.black-friday .content-landing .produit-landing li .bck-prix-barre {
    color: #bcbbbf !important;
    margin-top: 10px !important;
    line-height: 25px !important;
    position: relative !important;
    width: fit-content !important;
    margin: auto !important;
    font-size: 21px !important;
    font-weight: 600 !important;
}

.black-friday .bck-prix-barre::after {
    display: block !important;
    transform: rotate(0) !important;
    content: "";
    height: 2px !important;
    background: #979797 !important;
    text-align: center !important;
    position: absolute !important;
    top: 48% !important;
    left: 0 !important;
    width: 100% !important;
}

#listeproduits ul {
    display: flex !important;
    justify-content: center !important;
    gap: 20px !important;
    flex-wrap: wrap;
}

.img-code-promo {
    min-height: 140px;
}

.open-filtre {
    max-height: fit-content !important;
}

@media screen and (max-width: 1200px) {
    .bf__header-tous-pc {
        width: 100%;
        outline: none;
        background: none;
    }

    .bf__bandeau-img {
        display: block;
        width: fit-content;
        margin: auto;
    }

    .bf__header-pc {
        gap: var(--val_20);
    }

    .bf__header-bandeau-texte {
        text-align: center;
    }
}

@media screen and (max-width: 1000px) {
    .bf__services__container__text {
        width: 100%;
    }

    .bf__services__container__image {
        width: 100%;
        display: flex;
        min-width: 100%;
    }

    .bf__services__container {
        flex-direction: column-reverse;
    }
}

@media screen and (max-width: 700px) {
    .bf__une-marque {
        width: 30%;
    }
}

@media screen and (max-width: 500px) {
    .bf__une-marque {
        width: 40%;
    }

    .cats {
        width: 100% !important;
        max-width: 100%;
    }
}

.bf__header-un-pc-level9 {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}
    .bf__header-un-pc-level9:after {
        content: "Uniquement en magasin";
        background: #15172bc7;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--blanc);
        font-size: var(--size_h1);
        text-transform: uppercase;
        font-weight: var(--semibold);
        text-align: center;
    }