.product-item {
  width: 100%;
  height: 100%;
}
.product-item.breaking-zone.AH25-UNIFORMS-NOUVELLE-CO-OK {
  font-family: 'Poppins', sans-serif;
  color: #FFFFFF;
  width: 100%;
  text-align: center;
  position: relative;
}
.product-item.breaking-zone.AH25-UNIFORMS-NOUVELLE-CO-OK img.bg{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.product-item.breaking-zone.AH25-UNIFORMS-NOUVELLE-CO-OK .bloc-texte{
  position: absolute;
  height: max-content;
  bottom: 20%;
  margin: auto;
  width: 100%;
  text-align: center;
}
.product-item.breaking-zone.AH25-UNIFORMS-NOUVELLE-CO-OK h4 {
  font-weight: 400;
  font-size: 50px;
  line-height: 50px;
  margin-bottom: 30px;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.product-item.breaking-zone.AH25-UNIFORMS-NOUVELLE-CO-OK a {
  font-size: 20px;
  line-height: 20px;
  color: #ffffff;
  display: inline-block;
}
.product-item.breaking-zone.AH25-UNIFORMS-NOUVELLE-CO-OK a:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}

@media screen and (min-width: 1920px) {
  .product-item.breaking-zone.AH25-UNIFORMS-NOUVELLE-CO-OK {
    min-height: 680px;
    height: 680px;
  }
  .product-item.breaking-zone.AH25-UNIFORMS-NOUVELLE-CO-OK h4 {
    font-size: 65px;
    line-height: 65px;
  }
  .product-item.breaking-zone.AH25-UNIFORMS-NOUVELLE-CO-OK a {
    font-size: 24px;
    line-height: 24px;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1919px) {
  .product-item.breaking-zone.AH25-UNIFORMS-NOUVELLE-CO-OK{
    min-height: 650px;
    height: 650px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1365px) {
  .product-item.breaking-zone.AH25-UNIFORMS-NOUVELLE-CO-OK{
    min-height: 470px;
    height: 470px;
  }
}
@media screen and (max-width: 767px){
  .product-item.breaking-zone.AH25-UNIFORMS-NOUVELLE-CO-OK{
    min-height: 290px;
    height: 290px;
  }
  .product-item.breaking-zone.AH25-UNIFORMS-NOUVELLE-CO-OK h4 {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 20px;
  }
  .product-item.breaking-zone.AH25-UNIFORMS-NOUVELLE-CO-OK a {
    font-size: 16px;
    line-height: 16px;
  }
}

@media screen and (max-width: 480px){
  .product-item.breaking-zone.AH25-UNIFORMS-NOUVELLE-CO-OK h4 {
    font-size: 25px;
    line-height: 25px;
    margin-bottom: 15px;
  }
  .product-item.breaking-zone.AH25-UNIFORMS-NOUVELLE-CO-OK a {
    font-size: 10px;
    line-height: 10px;
  }
}