.product-item {
  width: 100%;
  height: 100%;
}
.product-item.breaking-zone.PE25-VFM-PAM-LIGHT-OBF {
  font-family: 'Poppins', sans-serif;
  color: #ffffff;
  width: 100%;
  text-align: center;
  position: relative;
}
.product-item.breaking-zone.PE25-VFM-PAM-LIGHT-OBF img.bg,.product-item.breaking-zone.PE25-VFM-PAM-LIGHT-OBF picture{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.product-item.breaking-zone.PE25-VFM-PAM-LIGHT-OBF .bloc-texte{
  position: absolute;
  bottom: 17%;
  height: max-content;
  margin: auto;
  width: 45%;
  left: 25px;
  text-align: left; 
}
.product-item.breaking-zone.PE25-VFM-PAM-LIGHT-OBF h4 {
  font-weight: 400;
  font-size: 33px;
  line-height: 40px;
  letter-spacing: 4px;
  margin: 20px 0 20px;
  text-transform: uppercase;
}
.product-item.breaking-zone.PE25-VFM-PAM-LIGHT-OBF a {
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
  color: #ffffff;
  letter-spacing: 2px;
  text-decoration: underline;
  text-transform: uppercase;
}
.product-item.breaking-zone.PE25-VFM-PAM-LIGHT-OBF a:hover {
  text-decoration: none;
}

@media screen and (min-width: 1920px) {
  .product-item.breaking-zone.PE25-VFM-PAM-LIGHT-OBF {
    min-height: 680px;
    height: 680px;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1919px) {
  .product-item.breaking-zone.PE25-VFM-PAM-LIGHT-OBF{
    min-height: 650px;
    height: 650px;
  }
}
@media screen and (max-width: 1366px) {
  .product-item.breaking-zone.PE25-VFM-PAM-LIGHT-OBF h4 {
    font-size: 23px;
    line-height: 30px;
    letter-spacing: 3px;
    margin: 15px 0 15px;
  }
  .product-item.breaking-zone.PE25-VFM-PAM-LIGHT-OBF a {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1365px) {
  .product-item.breaking-zone.PE25-VFM-PAM-LIGHT-OBF{
    min-height: 470px;
    height: 470px;
  }
}

@media screen and (max-width: 767px){
  .product-item.breaking-zone.PE25-VFM-PAM-LIGHT-OBF{
    min-height: 290px;
    height: 290px;
  }
  .box-visuels.btn-visuel-second .item-box.Conteneur2{
    min-width: 100%;
  }
  .product-item.breaking-zone.PE25-VFM-PAM-LIGHT-OBF img.logo{
    width: 44px;
  }
  .product-item.breaking-zone.PE25-VFM-PAM-LIGHT-OBF h4.PL {
    margin: 10px 0 10px;
  }
}
@media screen and (max-width: 480px){
.product-item.breaking-zone.PE25-VFM-PAM-LIGHT-OBF .bloc-texte {
    width: 45%;
    left: 15px;
    bottom: unset;
    top: 14%;
  }
  .product-item.breaking-zone.PE25-VFM-PAM-LIGHT-OBF h4 {
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 2px;
  }
  .product-item.breaking-zone.PE25-VFM-PAM-LIGHT-OBF h4 span {
    display: block;
  }
  .product-item.breaking-zone.PE25-VFM-PAM-LIGHT-OBF a {
    font-size: 10px;
  }
}