/* Section 8 : Chiffres Clés */
.msv-chiffres-cles {
  background: #fff;
  padding: 48px 0 56px 0;
}
.msv-chiffres-cles__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}
.msv-chiffres-cles__title {
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-size: 2.4rem;
  font-weight: 400;
  color: #005258;
  margin-bottom: 0.5em;
}
.msv-chiffres-cles__infos {
  margin-bottom: 1.5em;
  color: #333;
  font-size: 1rem;
  line-height: 1.5;
  padding-top: 10px;
  padding-bottom: 30px;
}
.msv-chiffres-cles__infos p {
  margin-bottom: 1em;
}
.msv-chiffres-cles__infos p:last-child {
  margin-bottom: 0;
}
.msv-chiffres-cles__infos ul,
.msv-chiffres-cles__infos ol {
  margin-left: 1.5em;
  margin-bottom: 1em;
}
.msv-chiffres-cles__infos img {
  max-width: 100%;
  height: auto;
  margin: 1em 0;
}
.msv-chiffres-cles__subtitle {
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-size: 1.25rem;
  color: #1f9192;
  margin-bottom: 0.5em;
  font-weight: 400;
}
.msv-chiffres-cles__divider {
  border: none;
  border-top: 1px solid #1f9192;
  margin: 0 0 32px 0;
}
.msv-chiffres-cles__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 36px 32px;
}
.msv-chiffres-cles__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: space-between;
  min-width: 0;
}
.msv-chiffres-cles__icon {
  margin-bottom: 10px;
}
.msv-chiffres-cles__icon img {
  width: 100%;
  height: 100%;
  min-width: 32px;
  min-height: 32px;
  max-width: 64px;
  max-height: 64px;
  display: block;
  margin: 0 auto;
}
.msv-chiffres-cles__indication {
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-size: 1.05rem;
  color: #005258;
  margin-bottom: 6px;
  font-weight: 400;
}
.msv-chiffres-cles__value {
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  color: #005258;
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 0.2em;
}
.msv-chiffres-cles__number {
  font-size: 3rem;
  font-weight: 700;
  color: #005258;
}
.msv-chiffres-cles__suffix {
  font-size: 1.2rem;
  font-weight: 300;
  color: #005258;
  margin-left: 0.1em;
}
@media (max-width: 900px) {
  .msv-chiffres-cles__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px 20px;
  }
}
@media (max-width: 600px) {
  .msv-chiffres-cles__container {
    padding: 0 8px;
  }
  .msv-chiffres-cles__grid {
    grid-template-columns: 1fr;
    gap: 24px 0;
  }
  .msv-chiffres-cles {
    padding: 32px 0 32px 0;
  }
  .msv-chiffres-cles__title {
    font-size: 1.5rem;
  }
  .msv-chiffres-cles__value {
    font-size: 1.5rem;
  }
}

#chiffres .msv-chiffres-cles__container > .msv-chiffres-cles__infos:nth-of-type(2) p {padding-top:30px;}
