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