.product-item {
  width: 100%;
  height: 100%;
}
.product-item.breaking-zone.PE25_TF5_M_ETE_OB {
  font-family: 'Poppins', sans-serif;
  color: #82C7D3;
  width: 100%;
  text-align: right;
  position: relative;
}
.product-item.breaking-zone.PE25_TF5_M_ETE_OB img.bg,.product-item.breaking-zone.PE25_TF5_M_ETE_OB picture{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.product-item.breaking-zone.PE25_TF5_M_ETE_OB .bloc-texte{
  position: absolute;
  top: 11%;
  height: max-content;
  margin: auto;
  width: 47%;
  right: 4%;
  text-align: center;
}
.product-item.breaking-zone.PE25_TF5_M_ETE_OB h4 {
    font-weight: 300;
    font-size: 35px;
    line-height: 40px;
    letter-spacing: 4px;
    margin: 35px 0 24px;
    text-transform: uppercase;
}
.product-item.breaking-zone.PE25_TF5_M_ETE_OB .ctas {
    margin-top: 15px;
}
.product-item.breaking-zone.PE25_TF5_M_ETE_OB a {
    font-size: 16px;
    line-height: 18px;
    color: #82C7D3;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.product-item.breaking-zone.PE25_TF5_M_ETE_OB a:hover {
  text-decoration: none;
}

@media screen and (min-width: 1920px) {
  .product-item.breaking-zone.PE25_TF5_M_ETE_OB {
    min-height: 680px;
    height: 680px;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1919px) {
  .product-item.breaking-zone.PE25_TF5_M_ETE_OB{
    min-height: 650px;
    height: 650px;
  }
}
@media screen and (max-width: 1500px) {
  .product-item.breaking-zone.PE25_TF5_M_ETE_OB h4 {
    font-size: 30px;
    line-height: 38px;
    letter-spacing: 4px;
  }
}
@media screen and (max-width: 1366px) {
  .product-item.breaking-zone.PE25_TF5_M_ETE_OB h4 {
      font-size: 27px;
      line-height: 34px;
      margin: 15px 0 13px;
  }
  .product-item.breaking-zone.PE25_TF5_M_ETE_OB a {
    font-size: 14px;
  }
  .product-item.breaking-zone.PE25_TF5_M_ETE_OB .bloc-texte {
    width: 51%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1365px) {
  .product-item.breaking-zone.PE25_TF5_M_ETE_OB{
    min-height: 470px;
    height: 470px;
  }
}

@media screen and (max-width: 767px){
  .product-item.breaking-zone.PE25_TF5_M_ETE_OB{
    min-height: 290px;
    height: 290px;
  }
  .box-visuels.btn-visuel-second .item-box.Conteneur2{
    min-width: 100%;
  }
  .product-item.breaking-zone.PE25_TF5_M_ETE_OB h4.PL {
    margin: 10px 0 10px;
  }
  .product-item.breaking-zone.PE25_TF5_M_ETE_OB a {
    font-size: 13px;
  }
}
@media screen and (max-width: 500px){
  .product-item.breaking-zone.PE25_TF5_M_ETE_OB .bloc-texte {
    width: 49%;
    right: 2%;
    top: 6%;
  }
  .product-item.breaking-zone.PE25_TF5_M_ETE_OB h4 {
    font-size: 15px;
    line-height: 21px;
    letter-spacing: 3px;
    margin: 15px 0 5px;
  }
  .product-item.breaking-zone.PE25_TF5_M_ETE_OB a {
    font-size: 10px;
  }
.product-item.breaking-zone.PE25_TF5_M_ETE_OB .ctas {
    margin-top: 3px;
}
}