.product-item {
  width: 100%;
  height: 100%;
}

.product-item.breaking-zone.PE26_BZ_M_HAPPY_HOURS {
  font-family: "Poppins", sans-serif;
  width: 100%;
  text-align: center;
  position: relative;
  color: #181818;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.product-item.breaking-zone.PE26_BZ_M_HAPPY_HOURS .blocLeft{
  width: 60%;
  background-color: #00FF2F;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 100%;
}
.product-item.breaking-zone.PE26_BZ_M_HAPPY_HOURS .blocRight  {
  width: 40%;
  background-color: #203D7F;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 100%;
}

.product-item.breaking-zone.PE26_BZ_M_HAPPY_HOURS .title {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 25%;
  line-height: 1.1;
  text-align: left;
}
.product-item.breaking-zone.PE26_BZ_M_HAPPY_HOURS .blocLeft .title sup {
  top: -9px;
  font-size: 0.7vw;
}

.product-item.breaking-zone.PE26_BZ_M_HAPPY_HOURS .exclu {
  position: absolute;
  text-transform: uppercase;
  bottom: 0;
  left: 0px;
  right: 0px;
  background: #ffffff;
  height: 22px;
  color: #181818;
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.product-item.breaking-zone.PE26_BZ_M_HAPPY_HOURS .exclu span {
  font-weight: 600;
  padding-left: 5px;
}

.product-item.breaking-zone.PE26_BZ_M_HAPPY_HOURS .ml {
  position: absolute;
  bottom: 25px;
  right: 10px;
  font-size: 9px;
}

.product-item.breaking-zone.PE26_BZ_M_HAPPY_HOURS .cta {
  font-size: 1vw;
  letter-spacing: 1px;
  color: #181818;
  font-weight: 400;
  text-decoration: underline;
  text-transform: uppercase;
  margin-top: 7%;
  margin-bottom: 2.4vw;
}

.product-item.breaking-zone.PE26_BZ_M_HAPPY_HOURS .offers .offer .num {
  transform: rotate(-90deg);
  width: fit-content;
  font-size: 72px;
  font-weight: 800;
  line-height: 0.9;
}

.product-item.breaking-zone.PE26_BZ_M_HAPPY_HOURS .blocLeft .desc {
  font-size: 12px;
  text-transform: uppercase;
  margin-top: 24%;
  line-height: 1.1;
  font-weight: 400;
}
.product-item.breaking-zone.PE26_BZ_M_HAPPY_HOURS .blocLeft .desc span {
  font-weight: 700;
}

.product-item.breaking-zone.PE26_BZ_M_HAPPY_HOURS .offers .offer .num sup {
  font-size: 0.1em;
  vertical-align: 5.8em;
}

/*  */

.product-item.breaking-zone.PE26_BZ_M_HAPPY_HOURS img.bg,
.product-item.breaking-zone.PE26_BZ_M_HAPPY_HOURS picture {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.product-item.breaking-zone.PE26_BZ_M_HAPPY_HOURS .bloc-texte {
  position: absolute;
  height: max-content;
  top: 12%;
  margin: auto;
  width: 100%;
  text-align: center;
}

.product-item.breaking-zone.PE26_BZ_M_HAPPY_HOURS .txtDate {
  font-size: 1.3vw;
  line-height: 1.5vw;
  margin-bottom: 20px;
}

.product-item.breaking-zone.PE26_BZ_M_HAPPY_HOURS .txt1 {
  font-size: 1.2vw;
  line-height: 1.4vw;
  font-weight: 600;
  margin-bottom: 24px;
}

.product-item.breaking-zone.PE26_BZ_M_HAPPY_HOURS a {
  font-size: 17px;
  line-height: 20px;
  color: #181818;
  text-decoration: underline;
  display: inline-block;
}
.product-item.breaking-zone.PE26_BZ_M_HAPPY_HOURS a:hover {
  text-decoration: none;
}

.product-item.breaking-zone.PE26_BZ_M_HAPPY_HOURS .cdt {
  font-size: 11px;
  color: rgba(56, 56, 56, 0.5);
  position: absolute;
  bottom: 12px;
  right: 10px;
}
.product-item.breaking-zone.PE26_BZ_M_HAPPY_HOURS .offers {
  position: relative;
  width: 100%;
  height: 40%;
}

.product-item.breaking-zone.PE26_BZ_M_HAPPY_HOURS .offer {
  position: absolute;
  inset: 0;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  opacity: 0;
}

/* animation */
.product-item.breaking-zone.PE26_BZ_M_HAPPY_HOURS .offer:nth-child(1) {
  animation: switchOffer 3s infinite;
}

.product-item.breaking-zone.PE26_BZ_M_HAPPY_HOURS .offer:nth-child(2) {
  animation: switchOffer 3s infinite;
  animation-delay: 1500ms;
}

/* SWITCH HARD (pas de fade) */
@keyframes switchOffer {
  0% { opacity: 0; }
  0.01%,49.99% { opacity: 1; }
  50%, 100% { opacity: 0; }
}


@media screen and (min-width: 1024px) {
   .product-item.breaking-zone.PE26_BZ_M_HAPPY_HOURS .offers .offer .num {
      font-size:6.7vw;
      margin: 0px;
  }
  .product-item.breaking-zone.PE26_BZ_M_HAPPY_HOURS .title {
    font-size: 1.4vw;
  }

  .product-item.breaking-zone.PE26_BZ_M_HAPPY_HOURS .ml {
    font-size: 0.6vw;
    bottom: 2.4vw;
    right: 4px;
  }

  .product-item.breaking-zone.PE26_BZ_M_HAPPY_HOURS .cta {
    font-size: 1vw;
  }

  .product-item.breaking-zone.PE26_BZ_M_HAPPY_HOURS .exclu {
    height: 2.2vw;
    font-size: 1.2vw;
  }



  .product-item.breaking-zone.PE26_BZ_M_HAPPY_HOURS .blocLeft .desc {
    font-size: 1vw;
  }
}
@media screen and (max-width: 1023px) {
  .product-item.breaking-zone.PE26_BZ_M_HAPPY_HOURS {
    min-height: 400px !important;
    height: 400px !important;
  }
  .product-item.breaking-zone.PE26_BZ_M_HAPPY_HOURS .blocLeft .desc {
    margin-top: 14%;
  }
  .product-item.breaking-zone.PE26_BZ_M_HAPPY_HOURS .title {
    margin-bottom: 15%;
  }
  .product-item.breaking-zone.PE26_BZ_M_HAPPY_HOURS .cta {
    margin-top: 4%;
  }
}

@media screen and (max-width: 767px) {
  .product-item.breaking-zone.PE26_BZ_M_HAPPY_HOURS {
    min-height: 290px !important;
    height: 290px !important;
  }
  .product-item.breaking-zone.PE26_BZ_M_HAPPY_HOURS .blocRight{
    display: none;
  }
  .product-item.breaking-zone.PE26_BZ_M_HAPPY_HOURS .blocLeft {
    width: 100%;
  }
  .product-item.breaking-zone.PE26_BZ_M_HAPPY_HOURS .title {
    margin-bottom: 0;
    font-size: 25px;
  }
  .product-item.breaking-zone.PE26_BZ_M_HAPPY_HOURS .blocLeft .title sup {
    top: -9px;
    font-size: 9px;
}
  .product-item.breaking-zone.PE26_BZ_M_HAPPY_HOURS .title br{
    display: none;
  }
  .product-item.breaking-zone.PE26_BZ_M_HAPPY_HOURS .offers .offer .num {
    transform: none;
    width: fit-content;
    font-size: 110px;
    font-weight: 800;
    line-height: 0.9;
  }
  .product-item.breaking-zone.PE26_BZ_M_HAPPY_HOURS .blocLeft .desc {
    margin-top: 0;
    font-size: 13px;
    line-height: 1.2;
  }
    .product-item.breaking-zone.PE26_BZ_M_HAPPY_HOURS .cta {
      margin-top: 0;
      margin-bottom: 30px;
      font-size: 13px;
  }
  .product-item.breaking-zone.PE26_BZ_M_HAPPY_HOURS .offers {
    height: 154px;
    margin-bottom: 10px;
}
}