.section-brochures .container > .row {
  justify-content: center;
}
.section-brochures .coltitre {
  margin-bottom: 40px;
}
.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;
  bottom: 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 .brochures_contenu h3 {
  width: 100%;
  margin: 0 0 20px;
  line-height: 1;
}
.section-brochures .brochures_elem .brochures_contenu h3 a {
  font-size: 2.5rem;
  color: #422816;
  line-height: 1;
}
.section-brochures .brochures_elem .brochures_contenu a.bouton1 {
  margin-bottom: 10px;
}
.section-brochures .modalFlip {
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-brochures .modalFlip.showed {
  opacity: 1;
  pointer-events: auto;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.section-brochures .modalFlip .innerModal {
  position: relative;
  z-index: 3;
  width: 80vw;
  height: 90vh;
  margin: 0 auto;
  background: #ffffff;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.section-brochures .modalFlip .flip-book-container {
  height: 100%;
  width: 100%;
}
.section-brochures .modalFlip .icon-close {
  position: absolute;
  z-index: 2;
  top: 50px;
  right: 50px;
  font-size: 40px;
  color: #ffffff;
  cursor: pointer;
}
.section-brochures .modalFlip .icon-close:hover {
  color: #FFE87C;
}
.section-brochures .modalFlip .overlay {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(66,40,22,0.9);
  display: none;
}
.section-brochures .modalFlip.showed .overlay {
  display: block;
}
@media (max-width: 1399px) {
  .section-brochures .brochures_elem .brochures_contenu h3 {
    margin: 10px 0 20px;
  }
}
@media (max-width: 991px) {
  .section-brochures .col-lg-4:not(:last-child) {
    margin-bottom: 30px;
  }
  .section-brochures .modalFlip .icon-close {
    top: 20px;
    right: 20px;
  }
}
@media (max-width: 767px) {
  .section-brochures .brochures_elem .brochures_contenu h3 a {
    font-size: 2.3rem;
  }
  .section-brochures .brochures_contenu .gtm_brochures_preview {
    display: none;
  }
  .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;
  }
}
