.section-brochures .brochures_elem {
  display: flex;
  column-gap: 150px;
  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 {
  margin-bottom: 15px;
  display: block;
}
.section-brochures .brochures_elem div.brochures_contenu a.liendoc {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.section-brochures .brochures_elem div.brochures_contenu a.liendoc i {
  width: 50px;
  height: 50px;
  background-color: #4CCD81;
  padding: 9px;
  font-size: 3.2rem;
  color: #29235C;
  margin-right: 15px;
  border-radius: 25px;
  transition: all 0.3s ease;
}
.section-brochures .brochures_elem div.brochures_contenu a.liendoc > span {
  display: flex;
  flex-direction: column;
  color: #4CCD81;
  font-size: 2.2rem;
  font-weight: 500;
  transition: all 0.3s ease;
}
.section-brochures .brochures_elem div.brochures_contenu a.liendoc > span span.ext {
  font-size: 1.6rem;
  font-weight: 400;
}
.section-brochures .brochures_elem div.brochures_contenu a.liendoc:hover i {
  background-color: #CBA7F8;
}
.section-brochures .brochures_elem div.brochures_contenu a.liendoc:hover >span {
  color: #CBA7F8;
}
@media (max-width: 1199px) {
  .section-brochures .brochures_elem {
    column-gap: 50px;
  }
}
@media (max-width: 991px) {
  .section-brochures .brochures_elem div.brochures_contenu a.liendoc i {
    width: 40px;
    height: 40px;
    font-size: 2.2rem;
  }
  .section-brochures .brochures_elem div.brochures_contenu a.liendoc > span {
    font-size: 2rem;
  }
  .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;
  }
}
@media (max-width: 575px) {
  .section-brochures .brochures_elem div.brochures_image {
    width: 140px;
  }
}
