body:not(.wp-admin).jaune .section-brochures .brochures_elem,
div.wp-block.jaune .section-brochures .brochures_elem {
  color: #1E4B35;
}
body:not(.wp-admin).jaune .section-brochures .brochures_elem .brochures_contenu h3 a,
div.wp-block.jaune .section-brochures .brochures_elem .brochures_contenu h3 a {
  color: #1E4B35;
}
.section-brochures .brochures__container {
  max-width: 850px;
  margin: auto;
  padding: 0 40px;
}
.section-brochures .brochures_elem {
  display: flex;
  margin: 0 0 45px;
}
.section-brochures .brochures_elem .brochures_image {
  margin-right: 75px;
  position: relative;
  width: 175px;
  margin-bottom: auto;
  display: block;
}
.section-brochures .brochures_elem .brochures_image:hover img {
  opacity: 0.8;
}
.section-brochures .brochures_elem .brochures_image >img {
  width: 100%;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.section-brochures .brochures_elem .brochures_image >div.brochures_icone {
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 50px;
  height: 50px;
  background-color: #F7F6E7;
  border-radius: 30px;
}
.section-brochures .brochures_elem .brochures_image >div.brochures_icone >img {
  position: relative;
  top: 7px;
  left: 2px;
}
.section-brochures .brochures_elem .brochures_contenu {
  width: calc(100% - 250px);
}
.section-brochures .brochures_elem .brochures_contenu h3 {
  margin: 0 0 20px;
}
.section-brochures .brochures_elem .brochures_contenu h3 a {
  color: #F7F6E7;
}
.section-brochures .brochures_elem .brochures_contenu .bouton1 {
  margin-right: 16px;
}
@media (max-width: 991px) {
  .section-brochures .col-lg-3:not(:last-child) {
    margin-bottom: 30px;
  }
  .section-brochures .brochures_elem .brochures_image {
    margin-right: 50px;
  }
  .section-brochures .brochures_elem .brochures_contenu {
    width: calc(100% - 225px);
  }
}
@media (max-width: 767px) {
  .section-brochures .brochures_elem {
    flex-wrap: wrap;
  }
  .section-brochures .brochures_elem .brochures_image {
    margin: 0 auto 16px;
  }
  .section-brochures .brochures_elem .brochures_image > div.brochures_icone {
    width: 40px;
    height: 40px;
  }
  .section-brochures .brochures_elem .brochures_image > div.brochures_icone > img {
    width: 35px;
  }
  .section-brochures .brochures_elem .brochures_contenu {
    width: 100%;
    text-align: center;
  }
  .section-brochures .brochures_elem .brochures_contenu .bouton1 {
    margin-right: 0;
  }
}
