@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;
}
.section-troisportes {
  display: flex;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  justify-content: center;
}
.section-troisportes .justify-content-center {
  margin: 0px auto 80px;
}
.section-troisportes .gauche,
.section-troisportes .droite,
.section-troisportes .milieu {
  height: 300px;
  display: flex;
  border-radius: 20px;
  background-color: #113751;
  border: white double 3px;
  width: 33%;
}
.section-troisportes .gauche .troisportes__content,
.section-troisportes .droite .troisportes__content,
.section-troisportes .milieu .troisportes__content {
  text-align: center;
}
.section-troisportes .gauche .troisportes__content h2,
.section-troisportes .droite .troisportes__content h2,
.section-troisportes .milieu .troisportes__content h2 {
  line-height: 280px;
  color: white;
}
.section-troisportes .gauche .troisportes__content .pretitre,
.section-troisportes .droite .troisportes__content .pretitre,
.section-troisportes .milieu .troisportes__content .pretitre {
  font-size: 4.2rem;
  font-family: 'Limejuice', sans-serif;
}
.gauche:hover,
.droite:hover,
.milieu:hover {
  background-color: #E62332;
}
.gauche:hover h2,
.droite:hover h2,
.milieu:hover h2 {
  color: white;
}
@media (min-width: 350px) {
  .gauche,
  .droite {
    max-width: 50%;
  }
}
