body {
    --black-black-week: #151919;
    background-color: var(--black-friday-dark);
}
main h1, 
main h2 {
    font-family: var(--font-two);
    font-weight: 900;
    color: rgba(0, 0, 0, 0);
    position: relative;
}
main h1 {
    top: -200px;
    font-size: 5em;
    line-height: 0.9;
    -webkit-text-stroke: 2px;
    -webkit-text-stroke-color: var(--black-friday-light);
    transform: rotate(-3deg);
}
main h1:nth-child(odd) {
    left: -50px;
}
main h1:nth-child(even) {
    left: -350px;
}
main h4 {
    font-family: var(--font-two);
    font-size: 5em;
    color: var(--white);
    font-weight: 900;
    color: var(--secondary-normal);
}
main h5 {
    font-size: 1.5em;
    color: var(--white);
    font-family: var(--primary-font);
    transform: rotate(-2deg);
}
/** Banniere */
.bfstore {
    height: auto;
    padding: 10px 0px;
    width: 100%;
    position: fixed;
    background-color: var(--primary-normal);
    z-index: 200;
    top: 80px;
    transition: top 400ms linear;
}
.menu:has(#menu.scrolled) ~ main .bfstore {
    top: 0px;
}
marquee {
    display: inline-block;
    width: -webkit-fill-available;
    font-family: var(--primary-font);
    color: var(--white);
}
marquee i {
    font-size: 0.75em;
}
/** WEB BANNER */
.webbanner {
    margin: 0px auto;
    padding-top: 100px;
}
.webbanner_txt {
    width: 80%;
    text-align: center;
}
.webbanner_txt,
.web_banner {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
}
.webbanner_txt img {
    height: 80px;
}
.web_banner {
    width: 100%;
    height: 450px;
    background-position: top left 50px;
    background-repeat: no-repeat;
    background-size: 50%;
    margin-top: 50px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    border-radius: var(--secondary-border-radius);
    border: 2px solid var(--black-friday-light);
    /* padding-top: 100px; */
    display: flex;
    align-items: center;
    justify-content: center;

    background: url(/assets/img/operation/blackfriday/bforblack.svg) no-repeat center center;
    background-color: var(--black-black-week);
    background-size: cover;
}
.black_week {
    width: 100%;
    max-width: 250px;
} 
.black_friday {
    position: absolute;
    background-color: var(--black-friday-light);
    width: 720px;
    padding: 50px 25px;
    top: 60px;
    left: 50%;
    margin: 0 -360px;
    border-radius: var(--secondary-border-radius);

    display: flex;
    flex-direction: column;
    align-items: center;
}
.black_friday_txt {
    display: flex;
}
.black_friday_txt p:not(:first-child){
    margin-left: 5px;
}
.web_banner p {
    font-family: var(--secondary-font);
    color: var(--white);
}
.black_friday p {
    font-family: var(--primary-font);
}
.web_banner h5:nth-child(4),
.web_banner h5:last-child {
    background-color: var(--secondary-normal);
    color: var(--white);
    line-height: 40px;
}
.web_banner h5:nth-child(4) {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
.web_banner h5:last-child {
    font-weight: 600;
    margin-top: 5px;
    width: 50%;
}
/** MAIN */
.main {
    margin: 130px auto 0px auto !important;
    max-width: 1200px;
}
/** Compte a rebours */
.txt-center-banner, 
.comptearebours {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
    width: 100%;
    top: -50px;
    font-family: var(--primary-font);
    text-align: center;
}
.content-comptearebours {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.comptearebours {
    margin-bottom: 0px;
    padding: 30px;
    display: flex;
    top: 0px;
    height: 100%;
    overflow-y: scroll;
    max-width: 1200px;
}
.txt-center-banner h5, 
.comptearebours h5 {
    color: var(--white);
    font-family: var(--primary-font);
    font-size: 1.250em !important;
    margin-bottom: 30px;
    font-weight: 400;
    background-color: var(--secondary-normal);
    color: var(--white);
    line-height: 40px;
    width: 260px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}
.txt-center-banner p:first-child, 
.comptearebours p:first-child {
    margin-top: 0px;
    /* margin-bottom: 30px; */
    margin-bottom: 20px;
    color: var(--white);
    font-family: var(--font-two);
    font-weight: 900;
    color: var(--black-friday-dark);
    -webkit-text-stroke: 1px;
    -webkit-text-stroke-color: var(--white);
    font-size: 4em;
    line-height: 0.9;
    position: relative;
}
.compte_a_rebours {
    flex-wrap: wrap;
    justify-content: center;
    display: flex;
    width: 100%;
    align-items: center;
    align-content: center;
}
.label-count {
    text-align: center;
    margin: 0 5px;
    padding: 50px;
    min-width: 200px;
    background-color: var(--black-friday-light);
    border-radius: var(--secondary-border-radius);
}
.count {
    align-items: center;
    justify-content: center;
    font-size: 3em;
    color: var(--secondary-normal);
    min-width: 35px;
    height: 40px;
    border-radius: 5px;
    font-weight: 600;
    margin: 2px;
}
.label-count div {
    display: flex;
    min-width: 50px;
}
.label-count p {
    line-height: inherit;
    text-align: center;
    margin-top: 25px;
    font-size: 1em;
    font-weight: 900;
    font-family: var(--primary-font);
    font-weight: 700;
    color: var(--white);
}
.black_friday_txt, 
.ouverture p:first-child {
    color: var(--white);
    font-family: var(--primary-font);
    font-size: 1.000em !important;
    margin-bottom: 5px;
    font-weight: 200;
    line-height: 25px;
}
.black_friday_txt{
    font-weight: 400;
    display: block;
    margin-bottom: 30px;
    /* text-align: center;
    align-items: center;
    justify-content: center; */
}
.ouverture p:first-child span {
    font-weight: 400;
}
.ouverture a {
    font-family: var(--primary-font);
}
/** Cookies **/
.cookie{
    background-color: var(--black-friday-light);
    border: 2px solid var(--black-friday-dark);
}
.cookie p{
    color: var(--white);
}
.cookie p a {
    color: var(--primary-normal);
}
/** Articles **/
.wrapper {
    margin: 0px auto 0px auto;
    background: var(--black-friday-dark);
}
.magasins {
    display: flex;
    justify-content: center;
}
.magasins .magasinsBtn {
    color: var(--white);
    text-decoration: none;
    font-family: var(--primary-font);
    padding: 15px 18px;
    border-radius: 50px;
    display: inline-block;
    background-color: var(--black);
    cursor: pointer;
    margin-bottom: 30px;
}
.magasins .magasinsBtn.current {
    background: var(--secondary-normal);
    color: #F9F9F9;
}

.blackfriday-button, .blackfriday-button:hover {
    color:#BB86FC;
}

.filter {
    padding: 0 0 20px 0;
    text-align: center;
    font-size: 0.875em;
    font-family: var(--primary-font);
    font-weight: 600;
}
.filter .filter_btn {
    margin-right: 10px;
    color: var(--white);
    text-decoration: none;
    font-family: var(--primary-font);
    padding: 15px 18px;
    border-radius: 50px;
    display: inline-block;
    background-color: var(--black);
    margin-bottom: 10px;
    cursor: pointer;
}
.filter .filter_btn.current {
    background: var(--secondary-normal);
    color: #F9F9F9;
}
.filter .filter_btn.disabled {
    background: var(--second-dark);
    cursor: not-allowed;
}
.list-articles {
    position: relative;
    margin: 50px auto;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: space-between;
}
.articles {
    text-align: center;
    margin-bottom: 10px;
    border-radius: var(--secondary-border-radius);
    overflow: hidden;
    cursor: pointer;
    position: relative;
    height: 350px;
    display: flex;

    border: 2px solid var(--black-friday-light);
    background: url(/assets/img/operation/blackfriday/bforblack.svg) no-repeat center center;
    background-color: var(--black-black-week);
    background-size: 250%;
}
.articles.no_stock {
    opacity: 0.4;
}
.articles h3 {
    position: absolute;
    /* color: rgba(255, 255, 255, 0.2); */
    color: var(--secondary-normal);
    transform: rotate(-15deg);
    font-family: var(--font-two);
    font-weight: 700;
    top: 0px;
    left: -100px;
    font-size: 3em;
}
.articles.no_stock h3 {
    color: var(--black-friday-light);
}
/** Type de bloc différent **/
.articles.watch {
    height: 335px;
}
.articles.iphone {
    height: 355px;
}
.articles.ipad {
    height: 380px;
}
.articles.mac {
    height: 420px;
    /* height: 365px; */
}
.articles.musique {
    height: 320px;
}
.articles.maison__tv {
    height: 350px;
}
/** Type de bloc différent img **/
.articles img {
    max-height: 230px;
    max-width: 230px;
    border-radius: 8%;
}
.articles.ipad img {
    max-height: 140px;
    margin-bottom: 20px;
}
.articles.watch img {
    max-height: 120px;
    margin-bottom: 20px;
}
.articles.musique img,
.articles.maison__tv img {
    max-height: 140px;
}
.articles p {
    font-family: var(--primary-font);
    color: var(--white);
    margin-top: 10px;
    font-weight: 700;
    font-size: 0.875em;
}
.articles p span {
    font-size: 0.750em;
}
.articles > div {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.articles .btn_articles {
    position: absolute;
    top: 15px;
    right: 15px;
    background-color: var(--black);
    border-radius: 190px;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.articles .btn_articles.more_infos{
    top: 70px;
}
.articles .btn_articles img{
    width: 25px;
    height: 25px;
    margin: 0;
}
.articles .old_price {
    color: var(--white);
    text-decoration: line-through;
    font-size: 0.875em;
    font-weight: 300;
}
.articles .new_price {
    color: var(--primary-normal);
    font-size: 1.5em;
    font-weight: 900;
}
.no_result {
    position: relative;
    display: flex;
    text-align: center;
    margin-top: -90px;
    margin-bottom: 90px;
    border-radius: var(--secondary-border-radius);
    overflow: hidden;
    cursor: pointer;
    background-color: var(--black-friday-light);
    height: 350px;
    justify-content: center;
    align-items: center;
}
.no_result p {
    color: var(--white);
    font-family: var(--primary-font);
    font-weight: 700;
    font-size: 1em;
}
.modale_filtres {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 250px;
    height: calc(100vh - 100px);
    overflow: auto;
}
.modale_filtres > p {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
    color: var(--white);
    font-weight: 800;
    font-family: var(--primary-font);
    font-size: 0.875em;
    text-decoration: underline;
}
.filterBtnMobile {
    display: none;
}
.pourcent_infos,
.pourcent_infos a {
    color: var(--white);
    margin-bottom: 80px;
    font-family: var(--primary-font);
    font-size: 0.750em;
}
.pourcent_infos a {
    font-size: 1em;
    text-decoration: underline;
}
/** Panier **/
#commande .commande_detail {
    background-color: var(--first-light);
}
.commande_detail_title {
    margin-bottom: 60px;
}
.commande_detail_title h5 {
    margin-right: 20px;
    color: var(--primary-normal);
    transform: none;
}
.list_commande_produits {
    margin-top: 40px;
}
.list_commande_produits div {
    width: 100%;
}
.list_commande .produit_panier {
    box-shadow: var(--box-shadow);
    border: 0px;
    background-color: var(--white);
    height: 100px;
    max-width: 100px;
    min-width: 100px;
    border-radius: var(--primary-border-radius);
    margin-right: 30px;
}
.list_commande p {
    font-size: 0.750em;
}
.list_commande_produits p {
    margin-bottom: 3px;
}
.info_produit_panier {
    display: grid;
}
.info_produit_panier div:first-child p:first-child, 
.info_produit_panier div:first-child p:last-child,
.info_produit_panier div:last-child p:first-child {
    font-family: var(--primary-font);
    font-weight: 700;
}
.info_produit_panier div:first-child p:last-child {
    color: var(--secondary-normal);
}
.info_produit_panier div:last-child p:first-child {
    color: var(--black);
}
.ajout_panier {
    background-color: var(--secondary-normal);
    width: 100%;
    border-radius: var(--secondary-border-radius);
    margin-bottom: 30px;
    margin-top: 50px;
    padding: 18px 25px;
    cursor: pointer;
}
.ajout_panier p {
    color: var(--white);
    font-family: var(--primary-font);
    font-weight: 400;
    font-size: 1.000em;
}
.notif {
    cursor: pointer;
}
.filterBtnMobile {
    display: none;
}
/** Responsive **/
@media screen and (max-width: 1300px){
    .main,
    .web_banner {
        width: calc(100% - 100px);
    }
    .articles {
        width: calc(50% - 8px);
    }
} 
@media screen and (max-width: 980px){
    .web_banner {
        width: 100%;
        border-radius: 0px;
        border-left: 0px;
        border-right: 0px;
    }
    .label-count {
        width: calc(50% - 10px);
        margin-bottom: 10px;
    }
    .label-count div {
        display: flex;
        justify-content: center;
    }
}
@media screen and (max-width: 920px) {
    .wrapper .filters {
        display: none;
    }
    .filterBtnMobile {
        display: flex;
        position: fixed;
        bottom: 10px;
        right: 10px;
        width: 250px;
        padding: 20px 30px;
        background-color: var(--secondary-normal);
        border-radius: var(--secondary-border-radius);
        z-index: 1;
    }
    .filterBtnMobile p {
        font-family: var(--primary-font);
        color: var(--white);
    }
    .filterBtnMobile img {
        margin-right: 20px;
    }
    .filterBtnMobile .number_filtre {
        background-color: var(--white);
        border-radius: 190px;
        padding: 5px 10px;
    }
    .filterBtnMobile .number_filtre p {
        color: var(--black);
        text-align: center;
    }
    .filter {
        margin-bottom: 10px;
        text-align: center;
        font-size: 0.875em;
        font-family: var(--primary-font);
        font-weight: 600;
        width: 100%;
        background-color: var(--black);
        border-radius: var(--secondary-border-radius);
        padding: 40px;
    }
    .filter .filter_btn {
        margin-right: 10px;
        color: var(--white);
        text-decoration: none;
        font-family: var(--primary-font);
        padding: 15px 18px;
        border-radius: 50px;
        display: inline-block;
        background-color: var(--black);
        margin-bottom: 10px;
        cursor: pointer;
    }
}
@media screen and (max-width: 890px) {
    .articles {
        width: 100%;
    }
}
@media screen and (max-width: 800px) {
    .black_friday {
        width: 100%;
        margin: 0px -50%;
        border-radius: 0px;
    }
}
@media screen and (max-width: 600px) {
    .produit_panier {
        height: 100px;
        max-width: 100px;
        min-width: 100px;
        margin-right: 20px;
    }
}
@media screen and (max-width: 560px) {
    main h4 {
        font-size: 4em;
    }
    .txt-center-banner p:first-child, 
    .comptearebours p:first-child {
        font-size: 3em;
    }
}
@media screen and (max-width: 530px) {
    .commande_detail {
        width: 100%;
    }
    .filterBtnMobile {
        bottom: 90px;
    }
    .modale_filtres {
        height: calc(100vh - 180px);
    }
    .webbanner {
        padding-top: 30px;
    }
    .bfstore {
        top: 0px;
    }
    #menu.scrolled~main .bfstore {
        top: 0px;
    }
}
@media screen and (max-width: 520px) {
    .web_banner h5:last-child {
        width: 70%;
    }  
    .comptearebours {
        align-items: flex-start;
    }
    .label-count {
        width: 100%;
    }
    .black_friday_txt {
        flex-direction: column;
    }
    .black_friday_txt p:not(:first-child) {
        margin-left: 0px;
    }
}
@media screen and (max-width: 490px) {
    .info_produit_panier_title {
        display: initial !important;
    }
    .info_produit_panier div:first-child {
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 450px){
    .web_banner {
        height: 400px;
    }
    main h4 {
        font-size: 2.7em;
    }
    main h5 {
        font-size: 1.000em;
    }
    .main {
        width: calc(100% - 60px);
    }
    .txt-center-banner p:first-child, 
    .comptearebours p:first-child {
        font-size: 2.5em;
    }
    .black_friday_txt p{
        font-size: 0.875em;
    }
    .commande_detail {
        padding: 30px;
    }
    .commande_detail_title {
        margin-bottom: 0px;
    }
    .list_commande_produits {
        margin-top: 30px;
    }
    .list_commande .produit_panier {
        height: 80px;
        min-width: 80px;
        max-width: 80px;
    }
} 
@media screen and (max-width: 400px) {
    .main {
        width: 100%;
    }
    .txt-center-banner, 
    .filters {
        width: calc(100% - 60px);
    }
    .filters {
        margin-right: auto;
        margin-left: auto;
    }
    .articles {
        border-radius: 0px;
    }
    .produit_panier {
        width: 100%;
        height: auto;
        max-width: inherit;
        min-width: inherit;
        margin-bottom: 30px;
    }
    .list_commande_produits {
        flex-direction: column;
        align-items: center;
    }
    .list_commande .produit_panier {
        margin-bottom: 10px;
    }
}