@font-face {
  font-family: 'gamay';
  src: url('/wp-content/themes/yatatheme-child/fonts/Gamay Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'gamay';
  src: url('/wp-content/themes/yatatheme-child/fonts/Gamay Light.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'gamay';
  src: url('/wp-content/themes/yatatheme-child/fonts/Gamay Book.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'gamay';
  src: url('/wp-content/themes/yatatheme-child/fonts/Gamay Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'gamay';
  src: url('/wp-content/themes/yatatheme-child/fonts/Gamay Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
.section-brochures {
  scroll-margin-top: 200px;
}
.section-brochures .container-fluid .row.brochures {
  justify-content: center;
}
.section-brochures .brochures_elem {
  padding: 30px;
  display: flex;
  column-gap: 38px;
  margin-bottom: 20px;
  background-color: rgba(139,177,126,0.34);
}
.section-brochures .brochures_elem i {
  font-size: 7.5rem;
  color: #305736;
}
.section-brochures .brochures_elem .brochures_contenu h3 {
  margin-bottom: 15px;
}
.section-brochures .brochures_elem .brochures_contenu h3 a {
  color: #305736;
}
.section-brochures .brochures_elem .brochures_contenu p {
  line-height: 2;
}
.section-brochures .brochures_elem .brochures_contenu a.liendoc {
  display: flex;
  align-items: center;
}
.section-brochures .brochures_elem .brochures_contenu a.liendoc i {
  font-size: 2.9rem;
  color: #305736;
  margin-right: 20px;
}
.section-brochures .brochures_elem .brochures_contenu a.liendoc span {
  color: #305736;
  font-weight: 300;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.section-brochures .brochures_elem .brochures_contenu a.liendoc span.ext {
  font-size: 1.4rem;
}
.section-brochures .brochures_elem .brochures_contenu a.liendoc:hover i,
.section-brochures .brochures_elem .brochures_contenu a.liendoc:hover span {
  color: #5B8D48;
  text-decoration: none;
}
@media (max-width: 1399px) {
  .section-brochures .brochures_elem i {
    font-size: 5.5rem;
  }
}
@media (max-width: 1199px) {
  .section-brochures .brochures_elem i {
    font-size: 4.5rem;
  }
  .section-brochures .brochures_elem {
    padding: 20px;
  }
  .section-brochures .brochures_elem {
    column-gap: 28px;
  }
}
@media (max-width: 767px) {
  .section-brochures .brochures_elem .brochures_contenu h3 {
    margin-bottom: 10px;
  }
  .section-brochures {
    scroll-margin-top: 20px;
  }
}
@media (max-width: 575px) {
  .section-brochures .brochures_elem {
    flex-direction: column;
    row-gap: 15px;
  }
}
