.product-item {
  width: 100%;
  height: 100%;
}

.product-item.breaking-zone.AH26-BZ-M-OP-RECRUTEMENT {
  font-family: 'Poppins', sans-serif;
  color: #fff;
  width: 100%;
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  background-color: #82C7D3;
  flex-wrap: wrap;
}
.product-item.breaking-zone.AH26-BZ-M-OP-RECRUTEMENT .blocImg{
  width: 40%;
  height: 100%;
}
.product-item.breaking-zone.AH26-BZ-M-OP-RECRUTEMENT img.bg,
.product-item.breaking-zone.AH26-BZ-M-OP-RECRUTEMENT picture {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-position: center;
}
.product-item.breaking-zone.AH26-BZ-M-OP-RECRUTEMENT .logo1{
  margin-bottom: 13%;

}
.product-item.breaking-zone.AH26-BZ-M-OP-RECRUTEMENT .bloc-texte {
  width: 60%;
  text-align: center;
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.product-item.breaking-zone.AH26-BZ-M-OP-RECRUTEMENT h4 {
  font-weight: 700;
  font-size: 3vw;
  line-height: 1.1;
  text-transform: uppercase;
}
.product-item.breaking-zone.AH26-BZ-M-OP-RECRUTEMENT p.txt {
    font-size: 1.4vw;
    line-height: 1.2;
    font-weight: 300;
    margin-bottom: 12%;

}
.product-item.breaking-zone.AH26-BZ-M-OP-RECRUTEMENT .ctas{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10%;
}
.product-item.breaking-zone.AH26-BZ-M-OP-RECRUTEMENT a {
  font-size: 1.3vw;
  line-height:1;
  font-weight: 400;
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 2px;
  display: block;
  text-transform: uppercase;
}

.product-item.breaking-zone.AH26-BZ-M-OP-RECRUTEMENT a:hover {
  text-decoration: none;
}
.product-item.breaking-zone.AH26-BZ-M-OP-RECRUTEMENT p.ast {
  position: absolute;
  right: 10px;
  font-size: 8px;
  bottom: 5px;
  text-align: right;
}
@media screen and (max-width: 1023px) {
  .product-item.breaking-zone.AH26-BZ-M-OP-RECRUTEMENT h4 {
    font-size: 45px;
  }
  .product-item.breaking-zone.AH26-BZ-M-OP-RECRUTEMENT p.txt {
    font-size: 22px;
  }
  .product-item.breaking-zone.AH26-BZ-M-OP-RECRUTEMENT a {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .product-item.breaking-zone.AH26-BZ-M-OP-RECRUTEMENT .bloc-texte {
    width: 100%;
  }
  .product-item.breaking-zone.AH26-BZ-M-OP-RECRUTEMENT {
    min-height: 400px !important;
    max-height: 500px !important;
    height: 400px !important;
  }
  .product-item.breaking-zone.AH26-BZ-M-OP-RECRUTEMENT .logo1 {
      margin-bottom: 20px;
      width: 160px;
  }
  .product-item.breaking-zone.AH26-BZ-M-OP-RECRUTEMENT .blocImg{
    display: none;
  }
  .product-item.breaking-zone.AH26-BZ-M-OP-RECRUTEMENT h4 {
    font-size: 45px;
  }
  .product-item.breaking-zone.AH26-BZ-M-OP-RECRUTEMENT p.txt {
    font-size: 22px;
    margin-bottom: 25px;
  }
  .product-item.breaking-zone.AH26-BZ-M-OP-RECRUTEMENT .ctas{
    margin-bottom: 20px;
  }
  .product-item.breaking-zone.AH26-BZ-M-OP-RECRUTEMENT a {
    font-size: 16px;
  }
  .product-item.breaking-zone.AH26-BZ-M-OP-RECRUTEMENT .logo2 {
      width: 30px;
  }
}
.no-desk{display: none ;}
@media screen and (max-width: 480px) {
  .product-item.breaking-zone.AH26-BZ-M-OP-RECRUTEMENT {
    min-height: 290px !important;
    max-height: 390px !important;
    height: 290px !important;
  }
  .no-mob{display: none ;}
  .no-desk{display: inline-block ;}
  .product-item.breaking-zone.AH26-BZ-M-OP-RECRUTEMENT .logo1 {
      margin-bottom: 15px;
      width: 105px;
  }
  .product-item.breaking-zone.AH26-BZ-M-OP-RECRUTEMENT h4 {
    font-size: 37px;
  }
  .product-item.breaking-zone.AH26-BZ-M-OP-RECRUTEMENT p.txt {
    font-size: 17px;
    margin-bottom: 18px;
  }
  .product-item.breaking-zone.AH26-BZ-M-OP-RECRUTEMENT .ctas{
    margin-bottom: 20px;
  }
  .product-item.breaking-zone.AH26-BZ-M-OP-RECRUTEMENT a {
    font-size: 13px;
  }
  .product-item.breaking-zone.AH26-BZ-M-OP-RECRUTEMENT .logo2 {
      width: 24px;
  }
  .product-item.breaking-zone.AH26-BZ-M-OP-RECRUTEMENT p.ast {
    font-size: 7px;
  }
}