.product-item {
  width: 100%;
  height: 100%;
}
.product-item.breaking-zone.AH25_BZ_M_GOOD_DAYS {
  font-family: 'Poppins', sans-serif;
  color: #002069;
  width: 100%;
  text-align: center;
  position: relative;
  background-color: #EBEBEB;
}
.product-item.breaking-zone.AH25_BZ_M_GOOD_DAYS .bloc-texte{
  position: absolute;
  height: max-content;
  bottom: 5%;
  top: 0;
  margin: auto;
  width: 100%;
  text-align: center;
}
.product-item.breaking-zone.AH25_BZ_M_GOOD_DAYS img.logo{
  margin: 0 auto;
}
.product-item.breaking-zone.AH25_BZ_M_GOOD_DAYS .excluTxt{
  font-size: 22px;
  line-height: 24px;
  text-transform: uppercase;
  color: #002069;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 22px;
  margin-bottom: 8px;
}
.product-item.breaking-zone.AH25_BZ_M_GOOD_DAYS .excluTxt span{
  font-weight: 700;
}
.product-item.breaking-zone.AH25_BZ_M_GOOD_DAYS .txtOffre {
  font-weight:700;
  font-size: 151px;
  line-height: 140px;
  margin-top: 60px;
}
.product-item.breaking-zone.AH25_BZ_M_GOOD_DAYS .txtOffre span{
  font-weight:600;
}
.product-item.breaking-zone.AH25_BZ_M_GOOD_DAYS .txtOffre sup{
  font-weight:500;
  font-size: 27px;
  line-height: 60px;
  vertical-align: top;
  top: 0;
}
.product-item.breaking-zone.AH25_BZ_M_GOOD_DAYS .txt1 {
  font-weight:700;
  font-size: 31px;
  line-height: 34px;
  margin-top: 8px;
  margin-bottom: 2px;
}
.product-item.breaking-zone.AH25_BZ_M_GOOD_DAYS .txt2 {
  font-size: 24px;
  line-height: 28px;
}

.product-item.breaking-zone.AH25_BZ_M_GOOD_DAYS .ast {
  font-size: 12px;
  line-height: 16px;
  color: #0D3880;
  position: absolute;
  bottom: 6px;
  right: 10px;
}
@media screen and (min-width: 1920px) {
  .product-item.breaking-zone.AH25_BZ_M_GOOD_DAYS {
    min-height: 680px;
    height: 680px;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1919px) {
  .product-item.breaking-zone.AH25_BZ_M_GOOD_DAYS{
    min-height: 650px;
    height: 650px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1365px) {
  .product-item.breaking-zone.AH25_BZ_M_GOOD_DAYS{
    min-height: 470px;
    height: 470px;
  }
}
@media screen and (max-width: 767px){
  .product-item.breaking-zone.AH25_BZ_M_GOOD_DAYS{
    min-height: 450px;
    height: 450px;
  }
}

@media screen and (max-width: 480px){
  .product-item.breaking-zone.AH25_BZ_M_GOOD_DAYS{
    min-height: 290px;
    height: 290px;
  }
  .product-item.breaking-zone.AH25_BZ_M_GOOD_DAYS .excluTxt{
    font-size: 13px;
    line-height: 15px;
    column-gap: 16px;
  }
  .product-item.breaking-zone.AH25_BZ_M_GOOD_DAYS img.logo{
    width: 220px;
  }
  .product-item.breaking-zone.AH25_BZ_M_GOOD_DAYS .txtOffre {
    font-size: 92px;
    line-height: 80px;
    margin-top: 45px;
  }
  .product-item.breaking-zone.AH25_BZ_M_GOOD_DAYS .txtOffre sup{
    font-size: 17px;
    line-height:30px;
  }
  .product-item.breaking-zone.AH25_BZ_M_GOOD_DAYS .txt1 {
    font-size: 19px;
    line-height: 23px;
    margin-top: 4px;
    margin-bottom: 0px;
  }
  .product-item.breaking-zone.AH25_BZ_M_GOOD_DAYS .txt2 {
    font-size: 15px;
    line-height: 20px;
  }

  .product-item.breaking-zone.AH25_BZ_M_GOOD_DAYS .ast {
    font-size: 8px;
    line-height: 10px;
    bottom: 2px;
    right: 8px;
  }
}