.m-chiffres {
  .m-chiffres__titre {
    text-align: center;
  }

  .m-chiffres__texte {
    text-align: center;
  }

  .m-chiffres__titre--accent {
    color: var(--wp--preset--color--primary);
  }

  .m-chiffres__loop {
    margin: 30px 0 0 0;

    .m-chiffres__loop__item {
      background-color: var(--wp--preset--color--primary);
      color: var(--wp--preset--color--base);
      text-align: center;
      padding: 2em 1.5em;
      height: 100%;
      border-radius: var(--wp--custom--radius--sm);

      .m-chiffres__loop__item__icone {
        border-radius: var(--wp--custom--radius--sm);
        width: max-content;
        margin: 0 auto 0.5em;
        display: flex;
        align-items: center;
        justify-content: center;
      }

      .m-chiffres__loop__item__icone img {
        width: 48px;
        height: 48px;
        object-fit: contain;
      }

      .m-chiffres__loop__item__chiffre {
        margin: 0;
        font-weight: var(--wp--custom--font-weight--bold);
        font-size: 3.25rem;
        line-height: 3.75rem;

        @media(width < 768px) {
          font-size: 2rem;
        }
      }

      .m-chiffres__loop__item__texte {
        padding: 0;
        margin: 0;
        font-size: 1.15rem;
        line-height: 1.4;

        @media(width < 768px) {
          font-size: 1rem;
          line-height: normal;
        }
      }
    }
  }

  .m-chiffres__lien {
    text-align: center;
  }

}