.block-img-chiffre {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.block-img-chiffre .offset {
  width: 100%;
}
.block-img-chiffre .offset .boite-chiffre .contenu-chiffre {
  border-bottom: 1px solid white;
  margin-top: 1rem;
}
.block-img-chiffre .offset .boite-chiffre .contenu-chiffre:nth-last-of-type(-n+1) {
  border-bottom: transparent;
}
.block-img-chiffre .offset .boite-chiffre .contenu-chiffre p {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .block-img-chiffre {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .block-img-chiffre img.full {
    object-position: center;
    object-fit: cover;
  }
  .block-img-chiffre .offset {
    width: 80%;
  }
  .block-img-chiffre .offset .boite-chiffre {
    width: 50%;
  }
  .block-img-chiffre .offset .boite-chiffre .contenu-chiffre {
    border-bottom: 1px solid white;
    margin-top: 2rem;
  }
  .block-img-chiffre .offset .boite-chiffre .contenu-chiffre h5 {
    font-size: 3.75rem;
  }
  .block-img-chiffre .offset .boite-chiffre .contenu-chiffre p {
    font-size: 1.25rem;
    margin-bottom: 2rem;
  }
  .block-img-chiffre .offset .boite-chiffre .contenu-chiffre .txt-before-title {
    margin-bottom: 8rem;
  }
}
@media (min-width: 1200px) {
  .block-img-chiffre img.full {
    max-width: 50vw;
    width: 50vw;
    max-height: 900px;
    height: 100vh;
    object-position: center;
    object-fit: cover;
  }
}
