@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-telechargement a {
  background-color: #359B48;
  margin: auto;
  width: 530px;
  display: flex;
  column-gap: 25px;
  position: relative;
  padding: 20px 20px 65px 20px;
  border: 1px solid #359B48;
}
.section-telechargement a i.icon-download {
  width: 54px;
  height: 54px;
  background-color: #ffffff;
  border-radius: 27px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 3.4rem;
  color: #359B48;
  transition: all 0.3s ease;
  flex-shrink: 0;
}
.section-telechargement a > span {
  font-family: 'ARSNovelty', sans-serif;
  color: #ffffff;
  font-size: 4rem;
  line-height: 1.1;
}
.section-telechargement a > span span.ext {
  display: block;
  font-family: 'ARSMaquette', sans-serif;
  color: #ffffff;
  font-size: 1.6rem;
  margin-top: 8px;
}
.section-telechargement a i.icon-fleche {
  position: absolute;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  border-radius: 20px;
  right: 20px;
  bottom: 15px;
  font-size: 1.5rem;
  color: #359B48;
  transition: all 0.3s ease;
}
.section-telechargement a:hover {
  background-color: transparent;
}
.section-telechargement a:hover i.icon-download {
  background-color: #359B48;
  color: #ffffff;
}
.section-telechargement a:hover > span {
  color: #359B48;
}
.section-telechargement a:hover > span span.ext {
  color: #359B48;
}
.section-telechargement a:hover i.icon-fleche {
  background-color: #359B48;
  color: #ffffff;
  right: 5px;
}
@media (max-width: 1399px) {
  .section-telechargement a > span {
    font-size: 3.4rem;
  }
}
@media (max-width: 1199px) {
  .section-telechargement a {
    column-gap: 15px;
  }
  .section-telechargement a i.icon-download {
    width: 44px;
    height: 44px;
    font-size: 2.9rem;
  }
  .section-telechargement a > span {
    font-size: 3rem;
  }
}
@media (max-width: 767px) {
  .section-telechargement a > span {
    font-size: 2.5rem;
  }
}
@media (max-width: 600px) {
  .section-telechargement a {
    width: 100%;
    padding: 10px 10px 45px 10px;
  }
  .section-telechargement a > span {
    font-size: 2.5rem;
  }
  .section-telechargement a i.icon-fleche {
    bottom: 10px;
    right: 10px;
  }
}
