@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-brochures .brochures_elem {
  display: flex;
  column-gap: 50px;
  margin-bottom: 80px;
}
.section-brochures .brochures_elem div.brochures_image {
  width: 250px;
  flex-shrink: 0;
}
.section-brochures .brochures_elem div.brochures_image a.brochures_lien img {
  width: 100%;
  height: auto;
}
.section-brochures .brochures_elem div.brochures_contenu a.h3like {
  font-family: 'ARSNovelty', sans-serif;
  color: #000000;
  margin-bottom: 20px;
  display: block;
  font-size: 3.6rem;
}
.section-brochures .brochures_elem div.brochures_contenu .boutons {
  display: flex;
  column-gap: 60px;
  align-items: center;
}
@media (max-width: 1199px) {
  .section-brochures .brochures_elem {
    column-gap: 50px;
  }
  .section-brochures .brochures_elem div.brochures_contenu a.h3like {
    font-size: 3.2rem;
    margin-bottom: 10px;
  }
}
@media (max-width: 991px) {
  .section-brochures .brochures_elem {
    column-gap: 30px;
  }
  .section-brochures .brochures_elem div.brochures_image {
    width: 170px;
  }
}
@media (max-width: 767px) {
  .section-brochures .brochures_elem {
    flex-direction: column;
  }
  .section-brochures .brochures_elem div.brochures_image {
    margin: 0 auto 20px;
  }
  .section-brochures .brochures_elem div.brochures_contenu a.h3like {
    font-size: 2.7rem;
  }
}
@media (max-width: 575px) {
  .section-brochures .brochures_elem div.brochures_image {
    width: 140px;
  }
  .section-brochures .brochures_elem div.brochures_contenu a.h3like {
    font-size: 2.5rem;
  }
  .section-brochures .brochures_elem div.brochures_contenu .boutons {
    flex-direction: column;
    row-gap: 20px;
  }
  .section-brochures .brochures_elem div.brochures_contenu .boutons .liendoc,
  .section-brochures .brochures_elem div.brochures_contenu .boutons .bouton1 {
    margin: 0 auto 0 0;
  }
}
