@font-face {
  font-family: 'OstrichHeavy';
  src: url('/wp-content/themes/yatatheme/fonts/OstrichSans-Heavy.otf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
.section-brochures h2 {
  color: #5b5d8b;
  margin-bottom: 40px;
}
.section-brochures .row {
  row-gap: 30px;
}
.section-brochures .brochures_elem {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 20px;
  color: #5b5d8b;
}
.section-brochures .brochures_elem .brochures_image {
  display: block;
  position: relative;
}
.section-brochures .brochures_elem .brochures_image > img {
  width: 226px;
}
.section-brochures .brochures_elem .brochures_image span.brochures_icone {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  background-color: white;
  border-radius: 20px;
}
.section-brochures .brochures_elem .brochures_image span.brochures_icone >img {
  width: 35px;
}
.section-brochures .brochures_elem .liendoc .brochure_title {
  color: #5b5d8b;
  font-size: 1.9rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  text-align: center;
}
.section-brochures .brochures_elem .liendoc .brochure_details {
  color: #5b5d8b;
  font-size: 1.5rem;
  font-weight: 400;
}
.section-brochures .brochures_elem .liendoc:hover .brochure_details,
.section-brochures .brochures_elem .liendoc:hover .brochure_title {
  color: #00A79B;
  transition: all 0.2s ease;
}
.section-brochures .brochures_elem a.bouton1.gtm_brochures_preview {
  text-align: center;
}
@media (max-width: 576px) {
  .section-brochures .brochures_elem a.brochures_image img {
    width: 100px;
    height: auto;
  }
  .section-brochures .brochures_elem a.bouton1 {
    font-weight: 500;
    font-size: 1.5rem;
    padding: 0.5rem 1rem;
  }
}
