.block-dosi-chiffres-block {
  background-color: #f6f6f6;
  padding: 2rem;
  margin-bottom: 1rem;
}

.block-dosi-chiffres-block h2.heading {
  text-align: center;
  padding-bottom: 1.4rem;
}

.dosi-chiffres div {
  flex-direction: column;
  margin-bottom: 2.8rem;
  align-items: center;
}

.dosi-chiffres div:before {
  font-size: 3rem;
  color: #00bfff;
  font-family: serif, "Font Awesome 5 Pro";
}

.dosi-chiffres span {
  display: block;
  padding-right: .3rem;
  font-size: 1rem;
  color: #0a0a0a;
}

.dosi-chiffres__main div:first-of-type:before {
  content: "\f5fc";
}

.dosi-chiffres__main div:nth-of-type(2):before {
  content: "\f233";
}

.dosi-chiffres__users div:nth-of-type(1):before {
  content: "\f4fe";
}

.dosi-chiffres__users div:nth-of-type(2):before {
  content: "\f007";
}

.dosi-chiffres__users div:nth-of-type(3):before {
  content: "\f4fb";
}

.dosi-chiffres__events div:nth-of-type(1):before {
  content: "\f5fc";
  color: #00558b;
}

.dosi-chiffres__events div:nth-of-type(2):before {
  content: "\f233";
  color: #57bc6f;
}

.dosi-chiffres span:nth-child(2) {
  line-height: 1.2rem;
  padding-left: .2rem;
}

.dosi-chiffres {
  padding-right: .3rem;
  font-size: 1.75rem;
  color: #0a0a0a;
}

.nota {
  font-size: small;
  margin-top: .8rem;
}

@media print, screen and (max-width: 40em) {
  .dosi-chiffres div {
    font-size: 1rem;
    display: block;
  }

  .dosi-chiffres span {
    display: inline;
  }
}
