/* MASQUER LES CATEGORIES
nav.nav {
    display: none !important;
}
FIN MASQUER LES CATEGORIES */

/* Cacher les options “Du - cher au + cher” et “Du + cher au - cher” */
.sort__sublevel button.sort__link:first-child, .sort__sublevel button.sort__link:nth-child(2) {display :none !important}


.nav__wrapper2 {
    display: none !important;
}

.menu picture:not(.with-loading) img.lazyloaded {
  opacity: 0.8;
  transition: 0.8s ease-out;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

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

.collection .wizi-imgtxt.wizi-imgtxt--half {
    background-color: black;
    color: white;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.footer__wrapper__left {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

header#header {
    background-color: black;
}

.footer {
    background-color: black;
}

a.footer__wrapper__left__primary__ul__li__link {
    color: white;
}

@media (min-width: 1024px) {
    .footer__wrapper__left__primary__ul__li__link:focus, .footer__wrapper__left__primary__ul__li__link:hover {
        color: var(--primary-color);
        font-weight: 700;
    }

      .header.header--fixed .nav__itemlvl1 {
        font-size: 1rem;
        line-height: 1.375rem !important;
        font-weight: 500;
        margin: 0 !important;
        color: #fff;
        padding-top: 10px;
        padding-bottom: 10px;
        text-transform: uppercase;
    }

  .nav-perso-off .nav__label--open .nav__itemlvl1, .nav-perso-off .nav__label:hover .nav__itemlvl1 {
        position: relative;
        display: block;
        color: var(--primary-color);
        font-weight: bold;
    }

      body:not(.nav-perso-on) .nav__maxWidth>.nav__itemlvl1:hover {
        color: var(--primary-color);
        font-weight: bold;
    }
}

@media (min-width: 1024px) {
    div#bloc-cat-1 {
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
        border-radius: 30px;
        padding: 1rem;
      background-color:black;
    }
    .prod-infos__desc {
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
        border-radius: 30px;
        padding: 1rem;
    }
}

@media (min-width: 1024px) {
    .prod-list .bloc h2, .prod-list .bloc h3, .prod-list .bloc h4, .prod-list .bloc p {
        color: white;
    }
}