.section-brochures .brochures_elem {
  text-align: center;
}
.section-brochures .brochures_elem >a.brochures_lien {
  display: inline-block;
}
.section-brochures .brochures_elem >a.brochures_lien .brochures_image {
  display: inline-block;
  position: relative;
}
.section-brochures .brochures_elem >a.brochures_lien .brochures_image > img {
  width: 240px;
}
.section-brochures .brochures_elem >a.brochures_lien .brochures_image > div.brochures_icone {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  background-color: white;
  border-radius: 30px;
}
.section-brochures .brochures_elem >a.brochures_lien .brochures_image > div.brochures_icone > img {
  position: relative;
  top: 7px;
  left: 2px;
}
.section-brochures .brochures_elem >a.brochures_lien .brochures_bouton {
  text-align: center;
  margin-top: 10px;
  font-size: 1.8rem;
}
.section-brochures .brochures_elem >a.brochures_lien .boutPlein,
.section-brochures .brochures_elem >a.brochures_lien .boutVide {
  font-size: revert;
  display: block;
}
@media (max-width: 992px) {
  .section-brochures .brochures_elem > a.brochures_lien {
    margin-bottom: 25px;
  }
}
@media (max-width: 576px) {
  .section-brochures .brochures_elem > a.brochures_lien .brochures_image > img {
    width: 200px;
  }
  .section-brochures .brochures_elem > a.brochures_lien .brochures_image > div.brochures_icone {
    width: 40px;
    height: 40px;
  }
  .section-brochures .brochures_elem > a.brochures_lien .brochures_image > div.brochures_icone > img {
    width: 35px;
  }
}
