/* HEADER */
@media (min-width: 1024px) {
    .header__logo__a .picture--left {
        width: 400px !important;
        height: 116px !important;
    }
}

nav.nav {
    border-top: 3px solid #2459EC;
}

@media (min-width: 1024px) {
    .nav {
        max-width: none !important;
    }
}

.nav__sublevel {
    margin-top: 0px !important;
}

/* BODY */
@media (min-width: 720px) {
    .new-bloc .bloc {
        padding: 20px;
        border: 3px solid #2357E7;
    }
}

@media (min-width: 1024px) {
    .prod-list__title {
        font-size: 2rem !important;
        margin: 0.5rem 0 !important;
    }
}

.wiziBtn {
    color: #2357e7 !important;
    background-color: transparent !important;
    border: 3px solid #2357e7;
}

.wiziBtn:hover {
    color: white !important;
    background-color: #2357e7 !important;
    border: 3px solid #2357e7;
}

div#e5bab22d-227a-4df0-b647-ad6a61cdc9c2 {
    border-top: 4px solid #ff8000;
    border-bottom: 4px solid #ff8000;
}

.we-size-large {
    position: relative;
    display: inline-block;
}

.we-size-large::after {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    background-color: #FF8000; /* Orange */
    position: absolute;
    bottom: -5px;
    left: 0;
}

.wizi-imgtxt__wrap {
    position: relative;
    padding: 20px; /* Ajustez l'espace intérieur si besoin */
}

.wizi-imgtxt__wrap::before,
.wizi-imgtxt__wrap::after {
    content: "";
    position: absolute;
    width: 25px; /* Taille de l'angle */
    height: 25px; /* Taille de l'angle */
    border: 3px solid #FF8000; /* Couleur orange */
}

.wizi-imgtxt__wrap::before {
    top: 0;
    left: 0;
    border-right: none;
    border-bottom: none;
}

.wizi-imgtxt__wrap::after {
    bottom: 0;
    right: 0;
    border-left: none;
    border-top: none;
}

@media (max-width: 2100px) and (min-width: 1200px) {
      .bloc6 .wizi-imgtxt__left {
        animation: slide2 linear;
        animation-timeline: view();
        animation-range-start: cover 0%;
        animation-range-end: contain 30%;
    }
}
@media (max-width: 2100px) and (min-width: 1200px) {
      .bloc8 .wizi-imgtxt__left {
        animation: slide3 linear;
        animation-timeline: view();
        animation-range-start: cover 0%;
        animation-range-end: contain 30%;
    }
}
 @keyframes slide3 {
  from{
  transform: translateX(-100%);
  opacity:0;
  }
  to {
  transform: translateX(0%);
  opacity:1;
  }
}

 @keyframes slide2 {
  from{
  transform: translateX(-100%);
  opacity:0;
  }
  to {
  transform: translateX(0%);
  opacity:1;
  }
}

@media (max-width: 2100px) and (min-width: 1200px) {
      .bloc7 .wizi-imgtxt__right {
        animation: slide5 linear;
        animation-timeline: view();
        animation-range-start: cover 0%;
        animation-range-end: contain 30%;
    }
}
 @keyframes slide5 {
  from{
  transform: translateX(100%);
  opacity:0;
  }
  to {
  transform: translateX(0%);
  opacity:1;
  }
}

div#\31 89732ec-6c45-4bfd-83bf-fabc49441585 h2 {
    text-align: center;
    position: relative;
    display: inline-block;
    padding: 5px 10px;
}

div#\31 89732ec-6c45-4bfd-83bf-fabc49441585 h2 .we-size-small {
    text-transform: uppercase;
}

/* Ajout d'un effet de soulignement orange sous le titre */
div#\31 89732ec-6c45-4bfd-83bf-fabc49441585 h2 .we-size-small::after {
    content: "";
    display: block;
    width: 80%;
    height: 3px;
    background-color: #FF8000; /* Orange vif */
    margin: 5px auto 0 auto;
}

@media (min-width: 1024px) {
    .nav__maxWidth {
        gap: 30px !important;
    }
}

.prod-list__title {
    color: #2558E8;
}

h2, .title-page {
    color: #2558e8;
}

@media (min-width: 1025px) {
    .fixed-nav {
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        z-index: 1000 !important;
        background-color: #fff;
        box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    }
}

.prod-details__shopping h1 {
    color: #2558e8;
}

.prod-infos__desc {
    padding: 20px;
    border: 3px solid #2357E7;
}

.wizi-hr__wrapper.none {
    margin: auto !important;
}