@font-face {
  font-family: 'ARSMaquette';
  src: url('/wp-content/themes/yatatheme-child/fonts/ARSMaquettePro-Regular.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ARSMaquette';
  src: url('/wp-content/themes/yatatheme-child/fonts/ARSMaquettePro-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'ARSMaquette';
  src: url('/wp-content/themes/yatatheme-child/fonts/ARSMaquettePro-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'ARSNovelty';
  src: url('/wp-content/themes/yatatheme-child/fonts/ARSNovelty-Bold.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Tomatoes';
  src: url('/wp-content/themes/yatatheme-child/fonts/TOMATOES 2021.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
.section-dataicone .row > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 30px;
}
.section-dataicone .row > div .data {
  width: 260px;
  height: 260px;
  border-radius: 130px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.section-dataicone .row > div .data i {
  display: block;
  font-size: 7.2rem;
  color: #ffffff;
  text-align: center;
}
.section-dataicone .row > div .data span.nombreetunite {
  display: block;
  text-align: center;
}
.section-dataicone .row > div .data span.nombreetunite span {
  font-family: 'ARSNovelty', sans-serif;
  font-size: 7rem;
  font-weight: 700;
  color: #ffffff;
}
.section-dataicone .row > div .data span.intitule {
  display: block;
  color: #ffffff;
  text-align: center;
  margin-top: 10px;
  padding: 0 35px;
}
@media (max-width: 1399px) {
  .section-dataicone .row > div .data {
    width: 220px;
    height: 220px;
  }
  .section-dataicone .row > div .data i {
    font-size: 5.5rem;
  }
  .section-dataicone .row > div .data span.nombreetunite span {
    font-size: 5.5rem;
  }
  .section-dataicone .row > div .data span.intitule {
    padding: 0 25px;
  }
}
@media (max-width: 991px) {
  .section-dataicone .row > div {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 20px;
  }
  .section-dataicone .row > div .data {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .section-dataicone .row > div {
    grid-gap: 10px;
  }
  .section-dataicone .row > div .data span.nombreetunite span {
    font-size: 4.5rem;
  }
}
@media (max-width: 500px) {
  .section-dataicone .row > div {
    grid-template-columns: repeat(1,1fr);
  }
  .section-dataicone .row > div .data {
    width: 200px;
    height: 200px;
  }
  .section-dataicone .row > div .data i {
    font-size: 5rem;
  }
  .section-dataicone .row > div .data span.nombreetunite span {
    font-size: 4rem;
  }
  .section-dataicone .row > div .data span.intitule {
    padding: 0 20px;
  }
}
