.block-chiffres {
  background-color: #11222F;
  color: #ffffff;
  padding: 60px 0;
}
.block-chiffres .titre {
  color: #ffffff;
  font-size: 2rem;
  font-weight: 700;
}
.block-chiffres .chiffres-wrapper {
  justify-content: center;
}
.block-chiffres .chiffre-item {
  padding: 20px;
}
.block-chiffres .chiffre-item .chiffre-number {
  font-size: 4.5rem;
  font-weight: 700;
  color: #ffffff;
}
.block-chiffres .chiffre-item .chiffre-label {
  font-size: 1.25rem;
  color: #ffffff;
  opacity: 0.9;
}
