.product-item {
  width: 100%;
  height: 100%;
}
.product-item.breaking-zone.PE25-TF2-RDC-M_MODULAR_OK {
  font-family: 'Poppins', sans-serif;
  width: 100%;
  text-align: center;
  position: relative;
}
.product-item.breaking-zone.PE25-TF2-RDC-M_MODULAR_OK img.bg,.product-item.breaking-zone.PE25-TF2-RDC-M_MODULAR_OK picture{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.product-item.breaking-zone.PE25-TF2-RDC-M_MODULAR_OK .bloc-texte{
  position: absolute;
  top: 40px;
  height: max-content;
  margin: auto;
  width:95%;
  right: 0;
  left: 0;
}
.product-item.breaking-zone.PE25-TF2-RDC-M_MODULAR_OK h4 {
  font-weight: 500;
  font-size: 30px;
  line-height: 40px;
  letter-spacing: 7px;
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #01988B;
}
.product-item.breaking-zone.PE25-TF2-RDC-M_MODULAR_OK p.txt-1 {
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
  margin-bottom: 15px;
  color: #01988B;
}
.product-item.breaking-zone.PE25-TF2-RDC-M_MODULAR_OK .ctas{
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 10px;
}
.product-item.breaking-zone.PE25-TF2-RDC-M_MODULAR_OK a {
  width: 190px;
  height: 40px;
  font-size: 16px;
  line-height: 20px;
  color: #01988B;
  text-transform: uppercase;
  letter-spacing: 2px;
  border: 1px solid #01988B;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-item.breaking-zone.PE25-TF2-RDC-M_MODULAR_OK a:hover {
  background-color: #01988B;
  color:  #fff;
}

@media screen and (min-width: 1920px) {
  .product-item.breaking-zone.PE25-TF2-RDC-M_MODULAR_OK {
    min-height: 680px;
    height: 680px;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1919px) {
  .product-item.breaking-zone.PE25-TF2-RDC-M_MODULAR_OK{
    min-height: 650px;
    height: 650px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1366px) {
  .product-item.breaking-zone.PE25-TF2-RDC-M_MODULAR_OK .bloc-texte {
    top: 20px;
  }
  .product-item.breaking-zone.PE25-TF2-RDC-M_MODULAR_OK h4 {
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 4px;
  }
  .product-item.breaking-zone.PE25-TF2-RDC-M_MODULAR_OK p.txt-1 {
    font-size: 13px;
    line-height: 19px;
  }
  .product-item.breaking-zone.PE25-TF2-RDC-M_MODULAR_OK a {
    font-size: 12px;
    width: 160px;
    height: 32px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1365px) {
  .product-item.breaking-zone.PE25-TF2-RDC-M_MODULAR_OK{
    min-height: 470px;
    height: 470px;
  }
}
@media screen and (max-width: 767px){
  .product-item.breaking-zone.PE25-TF2-RDC-M_MODULAR_OK .bloc-texte {
    top: 20px;
  }
  .product-item.breaking-zone.PE25-TF2-RDC-M_MODULAR_OK{
    min-height: 400px;
    height: 400px;
  }
  .box-visuels.btn-visuel-second .item-box.Conteneur2{
    min-width: 100%;
  }
  .product-item.breaking-zone.PE25-TF2-RDC-M_MODULAR_OK h4 {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 3px;
    margin-bottom: 6px;
  }
  .product-item.breaking-zone.PE25-TF2-RDC-M_MODULAR_OK p.txt-1 {
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 15px;
  }
  .product-item.breaking-zone.PE25-TF2-RDC-M_MODULAR_OK a {
    font-size: 12px;
    width: 160px;
    height: 32px;
  }
}

@media screen and (max-width: 480px){
  .product-item.breaking-zone.PE25-TF2-RDC-M_MODULAR_OK img.bg,.product-item.breaking-zone.PE25-TF2-RDC-M_MODULAR_OK picture{
    object-position: center;
  }
  .product-item.breaking-zone.PE25-TF2-RDC-M_MODULAR_OK{
    min-height: 290px;
    height: 290px;
  }
  .product-item.breaking-zone.PE25-TF2-RDC-M_MODULAR_OK h4 {
    font-size: 13px;
    line-height: 17px;
    margin-bottom: 6px;
  }
  .product-item.breaking-zone.PE25-TF2-RDC-M_MODULAR_OK p.txt-1 {
    font-size: 9px;
    line-height: 13px;
    margin-bottom: 10px;
  }
  .product-item.breaking-zone.PE25-TF2-RDC-M_MODULAR_OK a {
    font-size: 9px;
    width: 118px;
    height: 20px;
  }
}