.footer-menu {
    display: flex; /* Affiche les éléments en ligne */
    justify-content: flex-start; /* Centre les liens horizontalement */
    flex-wrap: wrap; /* Permet aux liens de passer à la ligne si nécessaire */
    padding: 20px 0; /* Ajoute un espace autour du conteneur */
}
@media (min-width: 1024px) {
    .margin-top-wiziblocks #c1-body .body__wrapper--withoutPadding .wiziblocks__item.margin-top-small, .margin-top-wiziblocks #c1-body .wrapperPage__right .wiziblocks__item.margin-top-small {
        margin-top: 0px !important;
    }
}
.custombutton {
  border: none;
  color: #fff;
  background-image: linear-gradient(30deg, #000000, #000000);
  border-radius: 20px;
  background-size: 100% auto;
  font-family: inherit;
  font-size: 17px;
  padding: 0.6em 1.5em;
 }
 
 .custombutton:hover {
  background-position: right center;
  background-size: 200% auto;
  -webkit-animation: pulse 2s infinite;
  animation: pulse512 1.5s infinite;
 }

@keyframes pulse512 {
  0% {
   box-shadow: 0 0 0 0 #b39054;
  }
 
  70% {
   box-shadow: 0 0 0 10px rgb(218 103 68 / 0%);
  }
 
  100% {
   box-shadow: 0 0 0 0 rgb(218 103 68 / 0%);
  }
 }

.cat picture:not(.with-loading) img.lazyloaded {
  opacity: 0.8;
  transition: 0.8s ease-out;
    border-radius: 20px;
}

.cat picture:not(.with-loading) img.lazyloaded:hover {
  opacity: 1;
  transition: 0.8s ease-out;
}

.marques img.wizi-img__item.lazyloaded {
    opacity: 0.8;
  transition: 0.8s ease-out;
    border-radius: 20px;
}

.marques img.wizi-img__item.lazyloaded:hover {
  opacity: 1;
  transition: 0.8s ease-out;
}

/*.nav__itemlvl1 {
    position: relative;
    padding: 0;
    width: auto;
    border: none;
    clear: none;
    font-weight: 400;
    font-size: 1rem;
    line-height: 45px;
    color: var(--text-on-body);
    cursor: pointer;
    margin: 0 40px 0 0;
    text-transform: none;
    font-weight: 600;
}

.nav__itemlvl1:hover {
    color: var(--primary-color);
    font-weight: 800;
}

.nav-perso-off .nav__label .nav__a {
    padding: 0;
    line-height: 1.2;
    margin-bottom: 20px;
    color: black;
    display: inline-block;
    width: auto;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    white-space: nowrap;
    padding-right: 20px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    font-weight: 600;
}*/

li.variationRadio.var-radio.row.relative {
    /* background-color: #b39054; */
    border-color: #b39054!important;
    border-radius: 10px;
}

/*SOLDES*/
a.nav__itemlvl1.nav__item.nav__itemlvl1--link[title~="SOLDES"], a.nav__itemlvl1.nav__item.nav__itemlvl1--link[title~="Soldes"], a.nav__itemlvl1.nav__item.nav__itemlvl1--link[title~="soldes"] {
    font-weight: bold;
    color: #ff9516;
}

@media (max-width: 1750px) {
.banniere .wizi-txt.wizi-txt--large {
    background-color: #ffffff95!important;
    border-radius: 25px!important;
}}

header#header {
    background: #000;
}

.header__relative {
    background: #000;
}
.footer {background-color: #000;}

        /* Media query pour les mobiles */
        @media (max-width: 768px) {
            .emergency-bar__text p {
                font-size: 12px; /* Taille réduite du texte sur mobile */
            }
            
            .emergency-bar__text p::before {
                font-size: 12px; /* Taille réduite des icônes emoji sur mobile */
            }
        }


/* TEST BANNIERE */
@media (max-width: 600px) {
    div#\39 d0af5dc-4f55-4792-869b-8612b4686e90 {
        padding: 0px !important;
    }
}

@media (max-width: 600px) {
    .slider__img {
        width: 100vw !important;  /* 100% de la largeur de l'écran */
        height: auto !important;
        max-height: 300px !important; /* Ajuster la hauteur max */
        object-fit: contain !important; /* Afficher l’image complète sans la rogner */
    }

    /* Changer l'image sur mobile en remplaçant la source */
    .slider__img[alt="une casquette qg"] {
        content: url("https://media.cdnws.com/_i/362483/m600-2297/640/0/une-casquette-qg.png") !important;
    }

    .slider__img[alt="saint valentin 2025 1"] {
        content: url("https://media.cdnws.com/_i/362483/2409/2225/13/quartier-generale-banniere-saint-valentin-mobile.jpeg") !important;
    }

    .slider__img[alt="derniere demarque"] {
        content: url("https://media.cdnws.com/_i/362483/2408/728/12/quartier-generale-banniere-mobile.jpeg") !important;
    }

    /* Ajuster la mise en page des images */
    .wizi-slider__item {
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
    }
}

.wizi-slider .slick-dots li button:before {
    width: 10px;
    height: 10px;
}

@media (max-width: 719px) {
    .wizi-slider ul.slick-dots {
        bottom: 0px;
    }
}