@font-face {
  font-family: 'Hackney';
  src: url('/wp-content/themes/yatatheme/fonts/Hackney.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Limejuice';
  src: url('/wp-content/themes/yatatheme/fonts/Limejuice.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Source Sans Pro';
  src: url('/wp-content/themes/yatatheme/fonts/SourceSansPro-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}
@keyframes slidetop {
  from {
    margin-top: 0;
    opacity: .1;
  }
  to {
    margin-top: -66px;
    opacity: 1;
  }
}
.section-jadhere .boutonjadhere {
  text-align: center;
}
.section-jadhere .boutonjadhere a.bouton4 {
  font-size: 3.4rem;
  font-weight: 400;
  text-transform: none;
  min-height: 92px;
  border-radius: 46px;
  padding: 0 60px;
}
.section-jadhere .boutonjadhere a.bouton4 i {
  font-size: 6.8rem;
}
@media (max-width: 1599px) {
  .section-jadhere .boutonjadhere a.bouton4 {
    min-height: 60px;
    border-radius: 30px;
    font-size: 2.6rem;
    padding: 0 40px;
  }
  .section-jadhere .boutonjadhere a.bouton4 i {
    font-size: 4.8rem;
  }
}
@media (max-width: 1199px) {
  .section-jadhere .boutonjadhere a.bouton4 {
    min-height: 50px;
    border-radius: 25px;
    font-size: 2rem;
    padding: 0 30px;
  }
  .section-jadhere .boutonjadhere a.bouton4 i {
    font-size: 3.8rem;
  }
}
