section.block.block-chiffres-cles .container {
  padding: 80px 0px;
}
section.block.block-chiffres-cles .container .title {
  margin-bottom: 60px;
  text-align: center;
}
section.block.block-chiffres-cles .container .figures {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: var(--col-10);
  margin: auto;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  section.block.block-chiffres-cles .container .figures {
    width: 100%;
    gap: var(--spacing-xl);
  }
}
section.block.block-chiffres-cles .container .figures .figure {
  width: calc(33.3333333333% - 20px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  section.block.block-chiffres-cles .container .figures .figure {
    width: 100%;
    text-align: center;
  }
}
section.block.block-chiffres-cles .container .figures .figure .number {
  font-size: 70px;
  line-height: 70px;
  font-weight: 700;
  margin-bottom: 16px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  section.block.block-chiffres-cles .container .figures .figure .number {
    font-size: 48px;
    line-height: 48px;
    margin-bottom: 6px;
  }
}
section.block.block-chiffres-cles .container .figures .figure .text {
  font-weight: 500;
  opacity: 0.7;
  font-size: 18px;
  text-align: center;
}