@font-face {
  font-family: 'Sourcesanspro';
  src: url('/wp-content/themes/yatatheme/fonts/SourceSansPro-Regular.otf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Sourcesanspro';
  src: url('/wp-content/themes/yatatheme/fonts/SourceSansPro-Semibold.otf') format('truetype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Donau';
  src: url('/wp-content/themes/yatatheme/fonts/Donau Neue_Uppercase.otf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
.section-compteur .compteurs {
  justify-content: center;
}
.section-compteur .compteurs > div .nombreetunite {
  text-align: center;
}
.section-compteur .compteurs > div .nombreetunite span.nombre {
  color: #3CBFB6;
  font-size: 5.3rem;
  line-height: 1.1;
  text-transform: uppercase;
  transition: all 0.5s ease-in;
}
.section-compteur .compteurs > div .nombreetunite span.unite {
  font-size: 1.8rem;
  font-weight: 700;
}
.section-compteur .compteurs > div .intitule {
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.4;
  text-align: center;
  margin-top: 5px;
}
.section-compteur .compteurs > div .bouton1 {
  display: block;
  margin: 20px auto 0;
  min-width: auto;
  padding: 7px 20px;
}
@media (max-width: 991px) {
  .section-compteur .compteurs > div {
    margin-bottom: 30px;
  }
}
