.bandeau-chiffres {
  background: var(--Bleu-Pastel, #e1ecf6);
  position: relative;
  overflow: hidden;
  width: 100vw;
  min-width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 370px;
}

.bandeau-chiffres-inner {
  width: 1438px;
  max-width: 100vw;
  margin: 0 auto;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 0 24px;
  box-sizing: border-box;
}

.chiffres-bg-word {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-family: "Belle de Mai", serif;
  font-size: 250px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  opacity: 0.35;
  white-space: nowrap;
  z-index: 1;
  pointer-events: none;
}

.chiffres-list {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 0;
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
}

.chiffre-widget {
  text-align: center;
  padding: 0 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
  justify-content: center;
  height: 100%;
}

.chiffre {
  color: #000;
  font-family: "Degular", sans-serif;
  font-size: 100px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-align: center;
  height: 111px;
  align-self: stretch;
  display: flex;
  align-items: center;
  justify-content: center;
}

.chiffre-label {
  color: #000;
  font-family: "Degular", sans-serif;
  font-size: 35px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-align: center;
  align-self: stretch;
  display: flex;
  align-items: center;
  justify-content: center;
}

.chiffre-separator {
  width: 2px;
  height: 111px;
  background: #000;
  margin: 0 0;
  opacity: 0.8;
  border-radius: 1px;
  align-self: center;
  display: flex;
}

@media (max-width: 1024px) {
  .bandeau-chiffres-inner {
    width: 100%;
    padding: 0 12px;
  }
  .chiffres-bg-word {
    font-size: 120px;
  }
  .bandeau-chiffres {
    height: 260px;
  }
  .chiffre {
    font-size: 60px;
    height: 70px;
  }
  .chiffre-label {
    font-size: 22px;
  }
  .chiffre-separator {
    height: 70px;
  }
}

@media (max-width: 600px) {
  .bandeau-chiffres-inner {
    flex-direction: column;
    width: 100%;
    padding: 0 6px;
  }
  .chiffres-list {
    flex-direction: column;
    align-items: center;
    height: auto;
  }
  .bandeau-chiffres {
    height: auto;
    min-height: 180px;
    padding: 24px 0;
  }
  .chiffres-bg-word {
    font-size: 60px;
  }
  .chiffre-widget {
    padding: 12px 0;
    height: auto;
  }
  .chiffre {
    font-size: 38px;
    height: 40px;
  }
  .chiffre-label {
    font-size: 16px;
  }
  .chiffre-separator {
    width: 60px;
    height: 2px;
    margin: 8px 0;
    align-self: center;
    background: #000;
    opacity: 0.5;
    border-radius: 1px;
    display: flex;
  }
}
