@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-offrenoel p {
  font-size: 1.6rem;
  line-height: 3.2rem;
  color: #113751;
  margin: 0;
}
.section-offrenoel h3 {
  margin-bottom: 20px;
}
.section-offrenoel strong {
  font-weight: 600;
}
.section-offrenoel .dates {
  font-weight: 700;
  font-size: 2.4rem;
  color: #113751;
  margin: 0 0 20px;
}
.section-offrenoel .descriptif {
  color: #E62332;
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 700;
  margin: 0;
}
.section-offrenoel figure {
  text-align: center;
  margin: 0;
}
.section-offrenoel img {
  width: 100%;
  height: auto;
  max-width: 100%;
}
.section-offrenoel .premcol {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.section-offrenoel .boutPlein.bleu {
  margin: auto;
  background: #113751;
  border-color: #113751;
  display: inline-flex;
  align-items: center;
}
.section-offrenoel .boutPlein.bleu i {
  font-size: 2rem;
  margin-left: 20px;
}
.section-offrenoel .boutPlein.bleu:hover {
  color: #113751;
  background: transparent;
}
@media (max-width: 992px) {
  .section-offrenoel {
    padding: 0 5%;
  }
  .section-offrenoel figure {
    max-height: 200px;
    text-align: center;
  }
  .section-offrenoel figure img {
    max-height: 200px;
    width: auto;
    height: auto;
    max-width: 100%;
  }
  .section-offrenoel .seccol .texte {
    padding: 0;
  }
  .section-offrenoel .premcol {
    margin-bottom: 20px;
    order: 2;
  }
  .section-offrenoel .premcol a img {
    margin: 0px 0px 50px 0px;
  }
  .seccol .texte {
    padding: 0;
  }
}
