.product-item {
  width: 100%;
  height: 100%;
}

.product-item.breaking-zone.AH25-BZ-M-LAST-DAYS-PL {
  font-family: 'Poppins', sans-serif;
  color: #ffffff;
  width: 100%;
  text-align: center;
  position: relative;
  background-color: #E61F1B;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-item.breaking-zone.AH25-BZ-M-LAST-DAYS-PL .texte{
  width: 100%;
}
.product-item.breaking-zone.AH25-BZ-M-LAST-DAYS-PL .txt1 {
    font-weight: 400;
    font-size: 3vw;
    line-height: 1;
    text-transform: uppercase;
    color: #FFFFFF;
}
.product-item.breaking-zone.AH25-BZ-M-LAST-DAYS-PL .txtOffre {
    font-weight: 400;
    font-size: 2vw;
    line-height: 1;
    text-transform: uppercase;
    color: #FFFFFF;
    margin: 50px 0 5px;
}
.product-item.breaking-zone.AH25-BZ-M-LAST-DAYS-PL .offeres {
  position: relative;
  overflow: hidden;
}
.product-item.breaking-zone.AH25-BZ-M-LAST-DAYS-PL .offeres .pct {
  opacity: 0;
  animation: rotatePct 4.5s infinite;
}

/* Décalage des animations */

.product-item.breaking-zone.AH25-BZ-M-LAST-DAYS-PL .offeres .pct-1 { animation-delay: 0s; }

.product-item.breaking-zone.AH25-BZ-M-LAST-DAYS-PL .offeres .pct-2 { animation-delay: 1.5s;
position: absolute;
  top: 0;
  left: 0;
  width: 100%;
 }

.product-item.breaking-zone.AH25-BZ-M-LAST-DAYS-PL .offeres .pct-3 { animation-delay: 3s;
position: absolute;
  top: 0;
  left: 0;
  width: 100%;
 }

@keyframes rotatePct {
  0%   { opacity: 0; }
  0.01% { opacity: 1; }
  33.33% { opacity: 1; }
  33.34% { opacity: 0; }
  100% { opacity: 0; }
}
.product-item.breaking-zone.AH25-BZ-M-LAST-DAYS-PL .texte p.pct {
    font-size: 8vw;
    line-height: 1;
    font-weight: 700;
    color: #FFFFFF;
    margin-bottom: 30px;
}

.product-item.breaking-zone.AH25-BZ-M-LAST-DAYS-PL .texte p.pct sup {
    font-size: .2em;
    line-height: 1;
    vertical-align: 2.3em;
    left: 0em;
}
.product-item.breaking-zone.AH25-BZ-M-LAST-DAYS-PL a.cta{
    font-size: 20px;
    width: 240px;
    height: 52px;
    line-height: 52px;
    font-weight: 400;
    color: #E61F1B;
    background-color: #ffffff;
    border: 1px solid #ffffff;
    display: inline-block;
}
.product-item.breaking-zone.AH25-BZ-M-LAST-DAYS-PL a.cta:hover{
    color: #ffffff;
    background-color: transparent;
}

.product-item.breaking-zone.AH25-BZ-M-LAST-DAYS-PL .ast {
    font-size: 10px;
    line-height: 1;
    position: absolute;
    bottom: 6px;
    right: 6px;
    text-align: right;
}
@media screen and (max-width: 1024px) {
  .product-item.breaking-zone.AH25-BZ-M-LAST-DAYS-PL a.cta{
      font-size: 16px;
      width: 180px;
      height: 42px;
      line-height: 42px;
  }
}
@media screen and (max-width: 1022px) {
  .product-item.breaking-zone.AH25-BZ-M-LAST-DAYS-PL {
    min-height: 360px !important;
    height: 360px !important;
  }
  .product-item.breaking-zone.AH25-BZ-M-LAST-DAYS-PL .txt1 {
    font-size: 30px;
}
.product-item.breaking-zone.AH25-BZ-M-LAST-DAYS-PL .txtOffre {
    font-size: 18px;
    margin: 35px 0 5px;
}
.product-item.breaking-zone.AH25-BZ-M-LAST-DAYS-PL .texte p.pct {
    font-size: 90px;
    margin-bottom: 20px;
}

  .product-item.breaking-zone.AH25-BZ-M-LAST-DAYS-PL .offer sup {
    font-size: 0.13em;
    left: -0.6em;
    vertical-align: 3.8em;
  }

  .product-item.breaking-zone.AH25-BZ-M-LAST-DAYS-PL a.cta{
      font-size: 15px;
      width: 146px;
      height: 40px;
      line-height: 40px;
  }
  .product-item.breaking-zone.AH25-BZ-M-LAST-DAYS-PL .ast {
    font-size: 8px;
    bottom: 3px;
    right: 3px;
}
}

@media screen and (max-width: 480px) {
  .product-item.breaking-zone.AH25-BZ-M-LAST-DAYS-PL {
    min-height: 290px !important;
    height: 290px !important;
  }
  .product-item.breaking-zone.AH25-BZ-M-LAST-DAYS-PL .txt1 {
    font-size: 28px;
}
.product-item.breaking-zone.AH25-BZ-M-LAST-DAYS-PL .txtOffre {
    font-size: 15px;
    margin: 22px 0 5px;
}
.product-item.breaking-zone.AH25-BZ-M-LAST-DAYS-PL .texte p.pct {
    font-size: 84px;
    margin-bottom: 24px;
}
.product-item.breaking-zone.AH25-BZ-M-LAST-DAYS-PL .texte p.pct sup{
    font-size: .1em;
    left: 0;
    vertical-align: 5.6em;
  }
  .product-item.breaking-zone.AH25-BZ-M-LAST-DAYS-PL .ast {
    font-size:7px;
}
}