@font-face {
  font-family: 'BebasNeue';
  src: url('/wp-content/themes/yatatheme-child/fonts/BebasNeue-Regular.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham';
  src: url('/wp-content/themes/yatatheme-child/fonts/Gotham-Book.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham';
  src: url('/wp-content/themes/yatatheme-child/fonts/Gotham-Medium.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham';
  src: url('/wp-content/themes/yatatheme-child/fonts/Gotham-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}
.section-telechargement .row > div {
  text-align: center;
}
.section-telechargement .row > div h2.h3like {
  margin-bottom: 20px;
}
.section-telechargement .row > div .liendoc {
  width: auto;
  justify-content: center;
}
.section-telechargement.big .liendoc {
  flex-direction: column;
  row-gap: 15px;
}
.section-telechargement.big .liendoc > span {
  text-align: left;
}
.section-telechargement.big .liendoc i {
  font-size: 4.3rem;
  width: 72px;
  height: 72px;
  border-radius: 36px;
}
@media (max-width: 1399px) {
  .section-telechargement.big .liendoc i {
    font-size: 3.6rem;
    width: 57px;
    height: 57px;
  }
}
@media (max-width: 767px) {
  .section-telechargement.big .liendoc i {
    font-size: 3rem;
    width: 47px;
    height: 47px;
  }
  .section-telechargement.big .liendoc {
    row-gap: 5px;
  }
}
