#main-header-mobile {
    display: none;
}

#header-ordi {
    display: flex;
    flex-direction: column;
    position: relative;
}

.swiper-container-flash {
    overflow: hidden;
    }
    .compteArebours.swiper-slide {
    overflow: hidden;
    }

.menu-mobile-open .cote-images-cote, .menu-mobile-open .support_add_to_cart_mobile, .menu-mobile-open .single_add_to_cart_button {
    display: none !important;
}

#header-ordi .topHeader .leftSide .topHeader_logo {
    max-height: 60px;
    max-width: 164px;
}

header .compteArebours {
    background-color: var(--couleur-4);
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    width: 100%;
    transition: opacity 1s;
    opacity: 1;
    min-height: 2.5rem;
}

header .rebours.compte-a-rebours-cache {
    display: none;
}


/* header .compteArebours a[target="_self"] {
    pointer-events: none;
} */

header .swiper-container-flash.mySwiper.compteArebours-container.mobile {
    overflow-x: hidden;
}

header .compteArebours .titre-lien {
    color: white;
    margin: 5px;
    text-decoration: underline;
}

header .compteArebours.hide {
    opacity: 0;
    pointer-events: none;
}

header .compteArebours p {
    font-family: var(--police-worksans-regular);
    color: var(--couleur-10);
    display: flex;
    align-items: center;
    gap: 5px;
    flex-wrap: wrap;
    justify-content: center;
}

header .texte-flash {
    color: white;
}

header .compteArebours .rebours {
    color: var(--couleur-9);
    font-family: var(--police-worksans-bold);
}

header .manquer li a {
    display: flex !important;
    align-items: center;
}

header .manquer li img {
    margin-right: 10px;
    height: 30px;
}


/* Top #header-ordi */
#header-ordi .topHeader {
    display: flex;
    justify-content: space-between;
    padding: 2rem 7rem;
    height: 7rem;
    max-height: 7rem;
}

#header-ordi .topHeader .leftSide {
    display: flex;
    align-items: center;
    gap: 2rem;
    width: 70%;
}

.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
    padding: 8px 24px 8px 48px;
    font-size: 16px;
    border: 2px solid transparent;
    border-radius: 5px;
    height: auto;
    font-family: var(--police-worksans-regular);
    background-color: var(--couleur-18);
}

.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
    top: 15px;
}

.dgwt-wcas-search-wrapp {
    position: unset;
    line-height: unset;
    display: unset;
    margin: unset;
    max-width: unset !important;
}

#header-ordi .topHeader .rightSide {
    display: flex;
    align-items: center;
    gap: 1rem;
}



/* espace compte */
#header-ordi .topHeader .rightSide .espace_compte {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    position: relative;
    margin-right: 3rem;
}

#header-ordi .topHeader .rightSide .espace_compte .userImg {
    height: 1.8rem;
    transition: transform .2s;
}

#header-ordi .topHeader .rightSide .espace_compte:hover .userImg {
    transform: rotateZ(-10deg);
}

#header-ordi .topHeader .rightSide .espace_compte .right {
    display: flex;
    align-items: flex-end;
    gap: 0.4rem;
}

#header-ordi .topHeader .rightSide .espace_compte .right p:nth-child(1) {
    font-family: var(--police-worksans-bold);
    color: var(--couleur-9);
}

#header-ordi .topHeader .rightSide .espace_compte .right img {
    height: 0.35rem;
    margin-bottom: 0.4rem;
}

#header-ordi .topHeader .rightSide .espace_compte .compte_sous_menu.not_logged_in {
    position: absolute;
    top: 100%;
    z-index: 15;
    left: 50%;
    opacity: 0;
    transform: translate(-50%, 0);
    transition: opacity .2s;
    animation: disparait .2s;
    animation-fill-mode: forwards;
    margin-top: 1rem;
    background-color: transparent;
}

#header-ordi .topHeader .rightSide .espace_compte .compte_sous_menu.not_logged_in .in {
    border: 1px solid var(--couleur-1);
    border-radius: 5px;
    background-color: var(--couleur-10);
    display: flex;
    flex-direction: column;
    align-items: center;
}

#header-ordi .topHeader .rightSide .espace_compte .compte_sous_menu.not_logged_in .in .ligne {
    padding: 1rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    align-items: center;
    min-width: 15rem;
    border-top: 1px solid var(--couleur-1);
}

#header-ordi .topHeader .rightSide .espace_compte .compte_sous_menu.not_logged_in .in .ligne:nth-child(1) {
    border-top: none;
}

#header-ordi .topHeader .rightSide .espace_compte .compte_sous_menu.not_logged_in .in .ligne p:nth-child(1) {
    font-family: var(--police-worksans-bold);
}

#header-ordi .topHeader .rightSide .espace_compte .compte_sous_menu.not_logged_in .in .ligne p:nth-child(2) {
    color: var(--couleur-8);
}

#header-ordi .topHeader .rightSide .espace_compte:hover .compte_sous_menu.not_logged_in {
    animation: apparait .2s;
    animation-fill-mode: forwards;
}


/* espace compte CONNECTER */
#header-ordi .topHeader .rightSide .espace_compte .compte_sous_menu.logged_in {
    position: absolute;
    top: 100%;
    background-color: transparent;
    transform: translate(-50%, 0);
    left: 50%;
    transition: opacity .2s;
    opacity: 0;
    animation: disparait .2s;
    animation-fill-mode: forwards;
    z-index: 15;
}

#header-ordi .topHeader .rightSide .espace_compte .compte_sous_menu.logged_in .in {
    border: 1px solid var(--couleur-status-actuel);
    border-radius: 5px;
    background-color: var(--couleur-10);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 2rem;
    gap: 1rem;
    align-items: flex-start;
    margin-top: 1rem;
}

#header-ordi .topHeader .rightSide .espace_compte:hover .compte_sous_menu.logged_in {
    animation: apparait .2s;
    animation-fill-mode: forwards;
}

#header-ordi .topHeader .rightSide .espace_compte .right .user_name {
    color: var(--couleur-status-actuel);
    font-family: var(--police-worksans-bold);
    text-overflow: ellipsis;
    max-width: 5rem;
    overflow: hidden;
    text-wrap: nowrap;
}

#header-ordi .topHeader .rightSide .espace_compte .imgs {
    height: 1.8rem;
    position: relative;
}

#header-ordi .topHeader .rightSide .espace_compte .imgs .userImg {
    height: 100%;
}

#header-ordi .topHeader .rightSide .espace_compte .imgs .userImgStatus {
    position: absolute;
    bottom: -0.3rem;
    right: -0.3rem;
    height: 1rem;
    object-fit: contain;
}

#header-ordi .topHeader .rightSide .espace_compte:hover .compte_sous_menu.logged_in .texts {
    display: flex;
    flex-direction: column;
    gap: .5rem;
}

#header-ordi .topHeader .rightSide .espace_compte:hover .compte_sous_menu.logged_in .lien_onglet {
    display: flex;
    align-items: center;
    gap: 1rem;
    width: 10rem;
    transition: color .2s;
    text-wrap: nowrap;
}

#header-ordi .topHeader .rightSide .espace_compte:hover .compte_sous_menu.logged_in .lien_onglet img {
    min-width: 1.5rem;
    width: 1.5rem;
    height: 1.5rem;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

#header-ordi .topHeader .rightSide .espace_compte:hover .compte_sous_menu.logged_in .lien_onglet:hover {
    color: var(--couleur-status-actuel);
}

/* espace compte CONNECTER */

/* espace compte */


#header-ordi .topHeader .rightSide .panier {
    margin-right: -1.2rem;
    cursor: pointer;
}

#header-ordi .topHeader .rightSide .panier .pann {
    display: flex;
    height: 2.8rem;
    width: 2.8rem;
    position: relative;
}

#header-ordi .topHeader .rightSide .panier .pann img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    transition: transform .2s;
}

#header-ordi .topHeader .rightSide .panier:hover .pann img {
    transform: rotateZ(-5deg);
}

header .panier .pann .cart_count {
    position: absolute;
    bottom: 1rem;
    right: 0;
    border-radius: 50%;
    background-color: var(--couleur-4);
    width: 0.9rem;
    height: 0.9rem;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--couleur-10);
    font-size: .7rem;
    padding: 9px;
}

#header-ordi .topHeader .rightSide .wishlist a {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#header-ordi .topHeader .rightSide .wishlist .imgs {
    position: relative;
    height: 2rem;
    width: 2rem;
    margin-top: 1.2rem;
    transition: margin .2s;
}

#header-ordi .topHeader .rightSide .wishlist:hover .imgs {
    margin-top: 0;
}

#header-ordi .topHeader .rightSide .wishlist .imgs img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: contain;
    transition: opacity .2s;
}

#header-ordi .topHeader .rightSide .wishlist .imgs img.rempli {
    opacity: 0;
}

#header-ordi .topHeader .rightSide .wishlist:hover img.rempli {
    opacity: 1;
}

#header-ordi .topHeader .rightSide .wishlist p {
    opacity: 0;
    transition: opacity .2s;
    max-width: 5rem;
    text-align: center;
    font-family: var(--police-worksans-bold);
    font-size: .65rem;
}

#header-ordi .topHeader .rightSide .wishlist:hover p {
    opacity: 1;
}


@keyframes disparait {
    100% {
        opacity: 0;
        visibility: hidden;
    }
}

@keyframes apparait {
    0% {
        opacity: 0;
        visibility: visible;
    }

    100% {
        opacity: 1;
        visibility: visible;
    }
}


@media screen and (max-width: 900px) {
    header .compteArebours {
        height: unset;
        padding: 0.5rem 1.5rem;
    }

}


/* Bottom Header */
#header-ordi .bottomHeader {
    background-color: #FAF4E9;
    padding-left: 7rem;
    align-items: stretch;
    display: flex;
    position: relative;
}

#header-ordi .bottomHeader .academie {
    width: 210px;
    background-color: var(--couleur-1);
    display: flex;
    align-items: center;
    transition: all 0.2s;
}

#header-ordi .bottomHeader .academie a {
    padding: 0 30px;
    height: 100%;
    display: flex;
    align-items: center;
}

#header-ordi .bottomHeader .academie a::after {
    content: url(../../../uploads/2023/07/fleche-longue-blanche.svg);
    margin-left: 20px;
}

#header-ordi .bottomHeader .academie:hover a::after {
    margin-left: 25px;
}

#header-ordi .bottomHeader .academie:hover {
    background-color: var(--couleur-26);
}

#header-ordi .bottomHeader menu {
    width: calc(100% - 210px);
}

#header-ordi .bottomHeader menu ul {
    align-items: center;
    display: flex;
}


#header-ordi .bottomHeader ul {
    list-style: none;
}

#header-ordi .bottomHeader .academie * {
    color: white;
    font-family: var(--police-worksans-bold);
}

#header-ordi .bottomHeader .li-menu {
    padding: 18px 1vw;
    cursor: pointer;
}

#header-ordi .bottomHeader .categorie {
    position: absolute;
    width: 100vw;
    background-color: #fff;
    left: 0;
    top: 100%;
    z-index: 100;
    overflow: hidden;
    transition: height 0.2s;
    transition: max-height 0.2s;
    transition: opacity 0.2s;
    opacity: 0;
}

#header-ordi .bottomHeader .li-menu.menu {
    border-right: 1px solid #F6E4B7;
    border-left: 1px solid #F6E4B7;
    display: flex;
    align-items: center;
}

#header-ordi .bottomHeader .li-menu.menu .span-menu span {
    width: 20px;
    height: 2px;
    background-color: black;
    transition: all 0.2s;
    margin: 5px 0;
    display: block;
}

#header-ordi .bottomHeader .li-menu.menu .span-menu {
    pointer-events: none;
    margin-right: 10px;
    position: relative;
    width: 20px;
    height: 25px;
}

#header-ordi .bottomHeader .li-menu.menu.active .span-menu .span-1 {
    transform: rotate(45deg);
    width: 22px;
    top: 7px;
    position: absolute;
}

#header-ordi .bottomHeader .li-menu.menu.active .span-menu .span-3 {
    transform: rotate(-45deg);
    width: 22px;
    top: 7px;
    position: absolute;
}

#header-ordi .bottomHeader .li-menu.menu.active .span-menu .span-2 {
    opacity: 0;
}


#header-ordi .bottomHeader .li-menu .visuel::after {
    content: url("../../../uploads/2023/07/fleche-bas-noir.svg");
    position: absolute;
    right: -20px;
    top: 50%;
    top: calc(50% - 10px);
}

#header-ordi .bottomHeader .li-menu.active .visuel::after {
    transform: rotate(180deg);
    top: calc(50% - 5px);
}

#header-ordi .bottomHeader .active .categorie {
    max-height: 80vh !important;
    overflow-y: auto;
    height: max-content !important;
    opacity: 1;
    display: flex;
    cursor: auto;
}

#header-ordi .bottomHeader .visuel {
    pointer-events: none;
    position: relative;
    transition: all 0.2s;
}

#header-ordi .bottomHeader .li-menu:hover .visuel {
    font-family: var(--police-worksans-bold);
}

#header-ordi .bottomHeader .li-menu.active .visuel {
    font-family: var(--police-worksans-bold);
}



#header-ordi .bottomHeader .categorie.categorie-1 {
    width: 375px;
}

#header-ordi .bottomHeader .categorie.categorie-1 .page {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    min-width: 250px;
}

#header-ordi .bottomHeader .categorie.categorie-1 .page li,
#header-ordi .bottomHeader .choix-gauche ul li {
    border-bottom: 1px solid #FBF1DB;
    padding: 15px 0;
    width: 100%;
    position: relative;
}

#header-ordi .bottomHeader .choix-gauche ul li {
    cursor: pointer;
}

#header-ordi .bottomHeader .active .categorie.categorie-1 {
    padding: 40px 4rem !important;
}

#header-ordi .bottomHeader .categorie.categorie-1 .page li a,
#header-ordi .bottomHeader .choix-gauche ul li p {
    position: relative;
    display: flex;
    align-items: center;
    transition: all 0.2s;
    justify-content: space-between;
}

#header-ordi .bottomHeader .choix-gauche ul li p {
    pointer-events: none;
    font-family: var(--police-worksans-bold);
}

#header-ordi .bottomHeader .choix-gauche ul li.active p {
    color: var(--couleur-1)
}

#header-ordi .bottomHeader .choix-gauche ul li:hover p {
    color: var(--couleur-1)
}

#header-ordi .bottomHeader .categorie.categorie-1 .page li a::after,
#header-ordi .bottomHeader .choix-gauche ul li p::after {
    content: "";
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 17px;
    width: 17px;
    background-image: url(../../../uploads/2023/07/fleche-droite-marron.svg);
    margin-left: 15px;
    min-height: 17px;
    min-width: 17px;
}

#header-ordi .bottomHeader .categorie.categorie-1 .page li:hover * {
    color: var(--couleur-1);
}

#header-ordi .bottomHeader .li-menu.menu .visuel {
    text-transform: uppercase;
    font-family: var(--police-worksans-bold);
}

#header-ordi .bottomHeader .li-menu.menu .visuel::after {
    content: none;
}

#header-ordi .bottomHeader .questions-categorie {
    background-color: var(--couleur-23);
    padding: 40px 4vw;
    width: 30%;
    min-height: max-content;
}

#header-ordi .bottomHeader .sous-categorie {
    padding: 40px 4vw 40px 8vw;
    width: 70%;
    display: flex;
    justify-content: space-between;
}

#header-ordi .bottomHeader .sous-categorie .bloc {
    width: 25%;
    height: max-content;
}

#header-ordi .bottomHeader .bloc.bloc-4.avec-info-supplementaire {
	height: auto;
}

#header-ordi .bottomHeader .choix ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

#header-ordi .bottomHeader .choix p,#header-ordi .bottomHeader .choix p a {
    color: var(--couleur-1);
    margin-bottom: 25px;
    font-family: var(--police-balthazar-regular);
    font-size: clamp(18px, calc(18px + ((25 - 18) * ((100vw - 1024px) / (1920 - 1024)))), 25px);
}

#header-ordi .bottomHeader .titre-questions {
    color: var(--couleur-1);
    margin-bottom: 10px;
    font-family: var(--police-balthazar-regular);
    font-size: clamp(18px, calc(18px + ((25 - 18) * ((100vw - 1024px) / (1920 - 1024)))), 25px);
}

#header-ordi .bottomHeader .choix li {
    margin: clamp(4px, calc(4px + ((7 - 4) * ((100vw - 1024px) / (1920 - 420)))), 7px) 0;
}

#header-ordi .bottomHeader .choix.choix-1,
#header-ordi .bottomHeader .bloc-2 .choix.choix-3,
#header-ordi .bottomHeader .bloc-3 .choix.choix-5 {
    margin-top: 35px;
}

#header-ordi .bottomHeader .choix a:hover {
    color: var(--couleur-1);
}

#header-ordi .bottomHeader .choix a {
    transition: all 0.2s;
    font-size: clamp(12px, calc(12px + ((16 - 12) * ((100vw - 1024px) / (1920 - 1024)))), 16px);
}

#header-ordi .bottomHeader .choix a.ancien-p {
    color: var(--couleur-1);
    margin-bottom: 13px;
    font-family: var(--police-balthazar-regular);
    font-size: clamp(18px, calc(18px + ((25 - 18) * ((100vw - 1024px) / (1920 - 1024)))), 25px);
    display: block;
    text-decoration: none !important;
    color: var(--couleur-1);
}

#header-ordi .bottomHeader p.titre_groupe_1 a {
    color: var(--couleur-1);
    text-transform: uppercase;
    margin-bottom: 10px;
    font-family: var(--police-balthazar-regular);
    font-size: 18px;
}

#header-ordi .bottomHeader .tous a {
    font-family: var(--police-worksans-bold);
    text-decoration: underline;
    transition: all 0.2s;
}

#header-ordi .bottomHeader .tous a:hover {
    color: var(--couleur-1);
}

#header-ordi .bottomHeader .questions {
    flex-direction: column;
    align-items: flex-start;
}

#header-ordi .bottomHeader .questions li {
    margin: 8px 0;
}

#header-ordi .bottomHeader .questions a {
    color: #865F00;
    transition: all 0.2s;
}

#header-ordi .bottomHeader .questions a:hover {
    color: var(--couleur-9);
}

#header-ordi .bottomHeader .fabrication,
#header-ordi .bottomHeader .garantis {
    border: 1px solid #FEEFC6;
    border-radius: 2px;
    background-color: white;
    padding: 20px;
    display: flex;
    margin-top: 15px;
    padding: 15px 20px;
    align-items: center;
}

#header-ordi .bottomHeader .fabrication img,
#header-ordi .bottomHeader .garantis img {
    margin-right: 20px;
    height: 50px;
}


#header-ordi .bottomHeader .choix-gauche ul {
    display: flex;
    flex-direction: column;
}

#header-ordi .bottomHeader .choix-gauche {
    width: 450px;
    border-right: 1px solid #EACFB9;
    padding: 40px 4vw 40px 5vw;
}

#header-ordi .bottomHeader .choix-droite {
    width: calc(100% - 200px);
    padding: 40px 8vw 40px 4vw;
    overflow: hidden;
}

#header-ordi .bottomHeader .choix-droite .visu-droite {
    opacity: 0;
    max-height: 0px;
    transition: opacity 0.2s, max-height 0.2s;
    display: flex;
    justify-content: flex-start;
    z-index: 2;
    position: relative;
}

#header-ordi .bottomHeader .choix-droite .bloc {
    width: 100%;
}

#header-ordi .bottomHeader .choix-droite .visu-droite.visuel-active {
    opacity: 1;
    /*  max-height: max-content; */
    z-index: 9;
    overflow: auto;
    max-height: calc(100vh - 173px);
}



/* MEDIA */

@media screen and (min-width: 1024px) {
    #panierHeader {
        height: calc(100vh - 173px) !important;
        max-height: initial !important;
    }

    #menuDeroulant .topHeader_logo {
        max-width: 160px;
    }

    #header-ordi .bottomHeader .active .categorie.categorie-1 {
        height: calc(100vh - 173px) !important;
        max-height: initial !important;
    }
}

@media screen and (max-width: 1400px) {
    #header-ordi .topHeader .leftSide {
        width: 60%;
    }

    #header-ordi .topHeader .rightSide .espace_compte {
        margin-right: 1rem;
        min-width: 150px;
    }

    #header-ordi .bottomHeader .li-menu {
        padding: 18px 2vw;
    }

    #header-ordi .bottomHeader .choix-gauche {
        width: 350px;
        padding: 40px 3vw 40px 4vw;
    }

    #header-ordi .bottomHeader .choix-droite .visu-droite {
        flex-wrap: wrap;
    }

    #header-ordi .bottomHeader .choix-droite .bloc {
        width: 33%;
        max-width: initial !important;
    }

    #header-ordi .bottomHeader .choix-droite .bloc-4,
    #header-ordi .bottomHeader .choix-droite .bloc-5 {
        margin-top: 35px;
    }
}

/* Mobile */


@media screen and (max-width: 1024px) {

    #header-ordi {
        display: none;
    }

    #main-header-mobile {
        display: flex;
        /* position: fixed; */
        top: 0;
        width: 100%;
        background: white;
        z-index: 90;
        box-shadow: 0px 3px 6px #0000001A;
    }

    #menuDeroulant {
        display: flex;
        align-items: center;
        width: 100%;
        justify-content: center;
        flex-wrap: wrap;
        position: relative;
    }

    #main-header-mobile .panier {
        position: relative;
        width: 15%;
        text-align: center;
    }

    #main-header-mobile .panier a {
        position: relative;
    }

    #menuDeroulant input#burger {
        display: block;
        width: 40px !important;
        height: 45px;
        position: absolute;
        left: calc(10px - -4vw);
        cursor: pointer;
        opacity: 0;
        z-index: 2000;
        left: calc(11.5% - 20px);
        margin-bottom: 10px;
        bottom: 60px;
    }

    #menuDeroulant input#burger::after {
        width: 35px !important;
        top: initial;
        left: initial;
    }

    #menuDeroulant .span-burger {
        width: 15%;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #menuDeroulant .span-1 {
        transform-origin: 0% 0%;
        top: -7px;
    }

    #menuDeroulant .span-2 {
        transform-origin: 0% 0%;
    }

    #menuDeroulant .span-3 {
        transform-origin: 0% 0%;
        top: 7px;
    }

    #menuDeroulant .span-burger span {
        display: block;
        width: 25px;
        height: 1px;
        position: absolute;
        background-color: white;
        z-index: 20;
        transform-origin: 4px 0px;
        transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), opacity 0.55s ease;
        transition: all 0.2s;
    }

    #main-header-mobile #menuDeroulant .span-burger span {
        background-color: black;
    }

    #menuDeroulant #menu {
        background-color: white;
        transform-origin: 0% 0%;
        transform: translate(0, 0%);
        transition: display 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
        position: absolute;
        z-index: 12;
        max-height: 100vh;
        overflow: auto;
        opacity: 0;
        display: none;
        transition: all 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
        width: 100vw;
        height: calc(100vh - 122px);
        padding: 25px 10vw;
        top: 100%;
        transition: all 0.2s;
    }

    #menuDeroulant input#burger:checked~.span-burger .span-1 {
        transform: rotate(45deg);
        top: -6px;
    }

    #menuDeroulant input#burger:checked~.span-burger .span-2 {
        opacity: 0;
        transform: rotate(0deg) scale(0.2, 0.2);
    }

    #menuDeroulant input#burger:checked~.span-burger .span-3 {
        transform: rotate(-45deg);
        top: 6px;
    }



    /* Dimension du menu */
    #menuDeroulant input#burger:checked~#menu {
        transform: translate(0vw, 0);
        transition: display 0.2s cubic-bezier(0.77, 0.2, 0.05, 1);
        opacity: 1;
        display: block;
        transition: all 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
        background-color: white;
        color: black;
    }

    /* Permet de pouvoir cliquer sur le hamburger */
    #menuDeroulant input#burger:checked~ul {
        transform: none;
    }

    #menuDeroulant .logo-mobile-div {
        margin: 15px 10px;
        width: 30%;
        text-align: center;
    }

    #menuDeroulant menu,
    #menuDeroulant menu ul {
        padding: 0;
        margin-bottom: 10px;
    }

    #menuDeroulant #menu li {
        list-style: none;
        display: flex;
        justify-content: space-between;
        font-size: clamp(14px, calc(14px + ((16 - 14) * ((100vw - 400px) / (1024 - 400)))), 16px);
        align-items: center;
    }

    #menuDeroulant #menu li a {
        font-size: clamp(14px, calc(14px + ((16 - 14) * ((100vw - 400px) / (1024 - 400)))), 16px) !important;
    }

    #menuDeroulant #menu li .lien-page {
        height: 100%;
        padding: 13px 0;
        /* width: 100%; */
    }

    #menuDeroulant #menu li.style-3-auto-refonte .lien-page,
    #menuDeroulant #menu li.style-4-evenements .lien-page {
        width: 100%;
    }

    #menuDeroulant #menu li .lien-cat {
        cursor: pointer;
        font-size: clamp(14px, calc(14px + ((16 - 14) * ((100vw - 400px) / (1024 - 400)))), 16px);
        font-family: var(--police-worksans-bold);
    font-weight: inherit;
    }

    #menuDeroulant #menu li .div-li {
        width: 100%;
        text-align: end;
        cursor: pointer;
        width: 15px;
    }

    #menuDeroulant #menu li .div-li svg {
        width: 15px;
        height: auto;
    }

    #menuDeroulant #menu li:last-child {
        border: none;
    }

    #menuDeroulant #menu .li-event .div-li .image {
        height: 13px;
    }


    /* menu */

    #menuDeroulant #menu #form {
        display: flex;
        margin-bottom: 20px;
    }

    #menuDeroulant #menu .categorie {
        width: 100%;
    }

    #menuDeroulant #menu .bloc-categorie a {
        padding: 10px 0;
    }

    #menuDeroulant #menu .categorie a {
        /* opacity: 0.8; */
        width: max-content;
        font-size: clamp(14px, calc(14px + ((16 - 14) * ((100vw - 400px) / (1024 - 400)))), 16px);
    }

    #menuDeroulant #menu li.suite>a:nth-child(1) {}

    #main-header-mobile .logo-image-mobile {
        width: 100px;
        height: auto;
    }


    #main-header-mobile .fiborecherche {
        width: auto;
        margin-right: 0;
        margin-left: 0;
        width: 90%;
        max-width: 800px;
        position: relative;
        margin-bottom: 5px;
    }



    #main-header-mobile .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
        top: 5px !important;
        left: 10px !important;
    }

    #main-header-mobile .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp {
        padding: 0px;
    }

    #main-header-mobile .compte.div-hover {
        width: 15%;
        text-align: center;
    }

    #main-header-mobile .wishlist.favoris {
        width: 15%;
        text-align: center;
    }



    /*sous-menu mobile*/

    #main-header-mobile .sous-menu {
        display: none;
        position: absolute;
        background-color: white;
        width: 100%;
        z-index: 9;
        left: 0;
        top: 0;
        /* max-height: calc(85vh - 182px); */
        /* height: calc(85vh - 182px); */

        min-height: calc(100vh - 182px);
    }

    #main-header-mobile .sous-sous-menu-2 {
        max-height: calc(95vh - 182px);
        height: calc(95vh - 182px);
        min-height: calc(95vh - 182px);
    }

    #menuDeroulant input#burger:checked~#menu .sous-menu {
        display: none;
    }

    /* Haut */
    #main-header-mobile .sous-menu .haut {
        /*         padding: 25px 10%; */
        width: 80%;
        margin: 0 10%;
        display: flex;
        border-bottom: 1px solid #F4E3C2;
        padding: 20px 0;
        flex-direction: column;
        gap: 20px;
    }


    #main-header-mobile .sous-menu .haut .retour p {
        min-width: max-content;
    }

    #main-header-mobile .sous-menu .haut .retour {
        width: max-content;
        align-items: baseline;
        display: flex;
        cursor: pointer;
        gap: 5px;
    }

    #main-header-mobile .sous-menu .haut .retour * {
        color: #A5A5A5;
        font-size: clamp(14px, calc(14px + ((16 - 14) * ((100vw - 400px) / (1024 - 400)))), 16px);
    }

    #main-header-mobile .sous-menu .haut .titre {
        font-size: clamp(16px, calc(16px + ((18 - 16) * ((100vw - 400px) / (1024 - 400)))), 18px);
        margin: 0 !important;
        width: 100%;
        display: flex;
        align-items: center;
        gap: 13px;
        font-weight: 700;
    }

    #main-header-mobile .sous-menu .haut .titre a {
        font-size: clamp(14px, calc(14px + ((16 - 14) * ((100vw - 400px) / (1024 - 400)))), 16px);
        font-weight: 400;
        margin-top: 5px;
        display: block;
    }



    /*bas*/
    #main-header-mobile .sous-menu .bas {
        padding: 10px 10%;
        /* position: relative; */
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 100%;
    }

    /* 
    #main-header-mobile .sous-menu .bas .titre {
        color: var(--couleur-11);
        text-transform: uppercase;
        margin-bottom: 30px;
        font-size: 20px;
        width: 100%;
        margin-top: 30px;
    } */

    #main-header-mobile .sous-menu .bas .tous a {
        color: var(--couleur-1);
        font-family: var(--police-worksans-bold);
        text-decoration: underline;
    }


    /*liste marque mobile*/
    #main-header-mobile .sous-menu .bas a {
        display: block;
        margin-bottom: 5px;
        width: max-content;
        max-width: 100%;
    }



    /*produits*/
    #main-header-mobile .sous-menu .bas .menu-li {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }

    #main-header-mobile .sous-menu .bas .menu-deroulant-mobile .menu-li {
        cursor: pointer;
    }

    #main-header-mobile .sous-menu .bas .menu-deroulant-mobile .menu-li.actif svg {
	transform: rotate(180deg);
	transition: all 0.2s ease-in-out;
}

    #main-header-mobile .sous-menu .bas .menu-li p {
        width: 100%;
        display: flex;
        justify-content: space-between;
        cursor: pointer;
    }

    #main-header-mobile .sous-menu .bas ul {
        width: 100%;
    }

    #main-header-mobile .sous-menu .bas ul li {
        flex-direction: column;
        padding: 7px 0;

    }

    #main-header-mobile .sous-menu .bas ul .li-event {
        flex-direction: row;
    }

    #main-header-mobile .bas.bas-style-2 {
        padding: 0 !important;
        width: 80%;
        margin: 0 10%;
        max-height: calc(90vh - 232px);
        overflow: auto;
    }

    #main-header-mobile .sous-menu .bas .menu-li>a:nth-child(1) {
        min-width: max-content;
    }

    #main-header-mobile .sous-menu .bas .menu-li img {
        transition: all 0.2s;
    }

    #main-header-mobile .sous-menu .bas .menu-li a {}

    #main-header-mobile .sous-menu .bas .categorie a {}

    #main-header-mobile .sous-menu .bas .categorie .titre {}

    #main-header-mobile .sous-menu .bas .sous-categorie div {
        margin-bottom: 10px;
        margin-top: 10px;
        min-width: 25%;
        max-width: 32%;
    }

    #main-header-mobile .sous-menu .bas .sous-categorie {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        flex-direction: column;
    }

    #main-header-mobile .sous-menu .bas .sous-categorie li {
        align-items: flex-start !important;
        border: none !important;
    }

    #main-header-mobile .sous-menu .bas .sous-categorie a {
        padding: 0 !important;
        margin-bottom: 0;
    }


    #main-header-mobile .sous-menu .bas .categorie .titre {
        text-align: inherit;
        font-size: 14px;
        margin-top: 10px;
        padding: 0 !important;
        margin-bottom: 0;
    }

    #main-header-mobile .sous-menu.sous-menu-6 .bas .tous {
        width: 100%;
    }

    #main-header-mobile .sous-menu.sous-menu-6 .bas .tous a {
        color: var(--couleur-5);
        font-size: 20px;
    }

    #main-header-mobile .sous-menu.sous-menu-6 .bas .titre {
        color: var(--couleur-5);
    }

    #main-header-mobile .sous-menu.sous-menu-6 .bas div {
        width: 100%;
        min-width: 100%;
    }

    #main-header-mobile .afficher {
        display: initial !important;
    }

    #main-header-mobile .rotation {
        transform: rotate(-180deg);
    }

    .bas-style-2 .lien-page,
    .bas-style-2 .div-li {
        display: initial !important;
    }

}


@media screen and (max-width: 768px) {


    #main-header-mobile .logo-image-mobile {
        width: 80px;
    }

    #main-header-mobile .sous-menu.sous-menu-6 .bas div {
        width: 100%;
    }

    #menuDeroulant #menu {
        width: 100vw;
    }

    #menuDeroulant input#burger:checked~#menu {
        transform: translate(0vw, 0);
    }

}

@media screen and (max-width: 600px) {

    #main-header-mobile .sous-menu .bas .sous-categorie div {
        min-width: 47%;
        max-width: 47%;
    }

    #main-header-mobile .sous-menu .bas .sous-categorie {
        flex-wrap: wrap-reverse;
    }

    #main-header-mobile .sous-menu .bas .sous-categorie .bloc-titre {
        order: 3;
        min-width: 100%;
        max-width: 100%;
    }

    #main-header-mobile .compte.div-hover img {
        width: 20px;
    }

    #main-header-mobile .panier img {
        width: 30px;
    }

    #main-header-mobile .wishlist.favoris img {
        width: 25px;
    }

    #menuDeroulant input#burger {
        left: calc(11.5% - 23px);
    }


    header .panier .pann .cart_count {
        width: 0.5rem;
        height: 0.5rem;
        font-size: .6rem;
        padding: 6px;
    }

}

@media screen and (max-width: 500px) {

    #main-header-mobile .div-inter {
        display: none !important;
    }

    #menuDeroulant .topHeader_logo {
        max-width: 100%;
    }

    #main-header-mobile #menuDeroulant #menu li.suite-2 {
        display: flex;
    }

    #main-header-mobile .sous-menu.sous-menu-6 .bas div {
        width: 100%;
    }

    #menuDeroulant #menu {
        width: 100vw;
        padding: 25px 5vw;
    }

    #menuDeroulant input#burger:checked~#menu {
        transform: translate(0vw, 0);
    }

    #main-header-mobile .sous-menu .bas .sous-categorie div {
        min-width: 100%;
        max-width: 100%;
    }


}




/* PARTIE PANIER */
.panierHeader {
    position: absolute;
    z-index: 100;
    top: 100%;
    right: 0;
    background-color: #fff;
    padding: 4rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3rem;
    opacity: 0;
    pointer-events: none;
    transition: opacity .2s;
    /* box-shadow: -2px 13px 85px #00000042; */
}

.panierHeader.active {
    opacity: 1;
    pointer-events: all;
}

.panierHeader .header_panier_loader {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #9d95954f;
    cursor: progress;
    display: none;
}

.panierHeader .header_panier_loader.active {
    display: block;
}

.panierHeader h2 {
    font-size: 1.8rem;
}

.panierHeader .products {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    max-height: 30rem;
    overflow: auto;
    padding-right: 1rem;
}

.panierHeader .products .produit {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    max-width: 25rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid var(--couleur-16);
}

.panierHeader .products .produit .prod_img {
    min-height: 6rem;
    min-width: 6rem;
    height: 6rem;
    width: 6rem;
    border-radius: 5px;
    box-shadow: 0px 1px 3px #0000001A;
    object-fit: cover;
}

.panierHeader .products .produit .right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    gap: 1rem;
}

.panierHeader .products .produit .right .top {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1rem;
}

.panierHeader .products .produit .right .top .prod_name {
    font-size: 1rem;
    display: flex;
    flex-direction: column;
}

.panierHeader .products .produit .right .top .prod_name span {
    font-family: var(--police-worksans-bold);
    font-size: inherit !important;
}

.panierHeader .products .produit .right .top .dl_prod {
    cursor: pointer;
}

.panierHeader .products .produit .right .bottom {
    display: flex;
    justify-content: space-between;
    gap: 0.5rem;
    align-items: flex-end;
}

.panierHeader .products .produit .right .bottom.not {
    align-items: flex-start;
    flex-direction: column;
    gap: 0;
}

.panierHeader .products .produit .right .bottom.not .prix_quantite {
    display: flex;
    align-items: baseline;
    gap: .4rem;
}

.panierHeader .products .produit .right .bottom.not .prix_quantite.plus {
    width: 100%;
    justify-content: space-between;
}

.panierHeader .products .produit .right .bottom.not .prix_quantite .quantite {
    font-size: .9rem;
    color: var(--couleur-8);
}

.panierHeader .products .produit .right .bottom.not .desc {
    text-wrap: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 17rem;
}

.panierHeader .products .produit .right .bottom .prix_unitaire {
    font-family: var(--police-worksans-bold);
}

.panierHeader .products .produit .right .bottom .prix_unitaire.marron {
    color: var(--couleur-26);
}






/* quantite produit */
.panierHeader .products .produit .right .bottom .quantityDiv {
    display: flex;
    height: 2rem;
}

.panierHeader .products .produit .right .bottom .quantityDiv input {
    border: none;
    outline: none;
    border-top: 1px solid #FDF8ED;
    border-bottom: 1px solid #FDF8ED;
    background-color: #FDF8ED;
    font-family: var(--police-worksans-bold);
    height: 100%;
    width: 2rem;
    text-align: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.panierHeader .products .produit .right .bottom .quantityDiv input::-webkit-outer-spin-button,
.panierHeader .products .produit .right .bottom .quantityDiv input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    appearance: none;
    margin: 0
}

.panierHeader .products .produit .right .bottom .quantityDiv p {
    height: 100%;
    width: 2.5rem;
    border: 1px solid #FDF8ED;
    background-color: #FDF8ED;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    user-select: none
}

.panierHeader .products .produit .right .bottom .quantityDiv p.nop {
    color: var(--couleur-8);
    cursor: not-allowed;
}

.panierHeader .products .produit .right .bottom .quantityDiv p.quantity_less {
    border-right: none;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px
}

.panierHeader .products .produit .right .bottom .quantityDiv p.quantity_more {
    border-left: none;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px
}

/* quantite produit */


.panierHeader .btn_enregistre {
    width: 100%;
    display: flex;
    margin-top: -1.5rem;
}

.panierHeader .total {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.panierHeader .total p {
    font-size: 1.5rem;
    font-family: var(--police-balthazar-regular);
}

.panierHeader .btn_enregistre .btn_m_a_jour {
    padding: 0.5rem 0.8rem;
    border-radius: 5px;
    border: 1px solid var(--couleur-25);
    background-color: var(--couleur-10);
    color: var(--couleur-9);
    font-family: var(--police-worksans-bold);
    cursor: pointer;
    transition: all .2s;
    width: fit-content;
    font-size: .85rem;
}

.panierHeader .btn_enregistre .btn_m_a_jour:hover {
    color: var(--couleur-25);
}

.panierHeader .btn_enregistre .btn_m_a_jour.inactive {
    background-color: var(--couleur-18);
    border: 1px solid var(--couleur-8);
    color: var(--couleur-8);
    cursor: not-allowed;
}

.panierHeader .btn_enregistre .btn_m_a_jour.inactive:hover {
    color: var(--couleur-8);
}

/* PARTIE PANIER */







/* barre de recherche */
#dgwt-wcas-search-input-1,
#dgwt-wcas-search-input-2 {
    font-family: var(--police-worksans-regular);
}

.dgwt-wcas-details-product-title,
.dgwt-wcas-details-product-title * {
    color: var(--couleur-25) !important;
    font-family: var(--police-worksans-bold);
    font-size: 20px;
    margin-bottom: 15px !important;
}

.dgwt-wcas-st-more,
.dgwt-wcas-st-more * {
    color: var(--couleur-1);
    font-family: var(--police-worksans-bold);
    text-transform: initial;
    text-decoration: underline;
}

.dgwt-wcas-st-title span {
    font-family: var(--police-worksans-bold);
}

.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input {
    padding: 7px 24px 7px 48px !important;
    border-radius: 5px !important;
    background-color: var(--couleur-18) !important;
}

.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
    top: 14px !important;
}


/* voir tout les produits (30) */
.dgwt-wcas-is-details .dgwt-wcas-has-img .dgwt-wcas-suggestion.dgwt-wcas-suggestion-more,
.dgwt-wcas-suggestion.dgwt-wcas-suggestion-more {
    display: none !important;
}

.dgwt-wcas-details-desc {
    font-size: 11px !important;
    font-family: var(--police-opensans-regular) !important;
}

/* barre de recherche */



/* Rajout refonte */
#menuDeroulant #menu .img-mobile {
    max-width: 45px !important;
    min-width: 45px !important;
}

#menuDeroulant #menu .li-event {
    border-radius: 2px;
    background: #FBF7EE;
    margin-bottom: 10px;
    gap: 10px;
    padding: 5px 20px 5px 5px;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
}

#menuDeroulant #menu .titre-pages {
    margin-top: 25px;
    display: flex;
    gap: 20px;
    align-items: center;
    margin-bottom: 10px;
}

#menuDeroulant #menu .titre-pages * {
    color: var(--couleur-1);
    font-size: clamp(18px, calc(18px + ((20 - 18) * ((100vw - 400px) / (1024 - 400)))), 20px);
    font-family: var(--police-balthazar-regular);
}

#menuDeroulant #menu .titre-pages span {
    min-width: max-content;
}

#menuDeroulant #menu .titre-pages hr {
    width: 100%;
    height: 1px;
    border: none;
    background-color: var(--couleur-1);
}

#menuDeroulant #menu .lien-page-mobile.gras {
    font-weight: 700;
}

#header-ordi .titre-autre {
	margin-bottom: 13px !important;
}



/* MOBILE */
@media screen and (max-width: 1024px) {
    #menuDeroulant #menu .academie a::after {
        content: url(../../../uploads/2023/07/fleche-longue-blanche.svg);
        margin-left: 20px;
    }

    #menuDeroulant #menu .academie {
        background-color: var(--couleur-1);
        transition: all 0.2s;
        border-radius: 2px;
        padding: 5px 20px 5px 5px;
    }

    #menuDeroulant #menu .academie .lien-cat.lien-page {
        width: 100%;
        display: flex;
        justify-content: space-between;
        color: white;
    }

    #menuDeroulant #menu .espace-pro {
        transition: all 0.2s;
        padding: 5px 20px 5px 5px;
        border-radius: 2px;
        background: #F4F6F9;
        margin-top: 10px;
    }

    #menuDeroulant #menu .espace-pro .lien-cat.lien-page {
        width: 100%;
        display: flex;
        justify-content: space-between;
        color: #ADC0E6;
    }

    #menuDeroulant #menu .academie img,
    #menuDeroulant #menu .espace-pro img {
        margin-right: 10px;
    }



}



@media screen and (max-width: 500px) {
    #main-header-mobile .sous-menu .haut {
        width: 90%;
        margin: 0 5%;
    }

    #main-header-mobile .sous-menu .bas {
        padding: 10px 5%;
    }
}