.section-brochures .container h2 {
  color: #B3915E;
  margin-bottom: 45px;
}
.section-brochures .container .brochures_elem {
  display: flex;
  margin: 0 0 45px;
}
.section-brochures .container .brochures_elem .brochures_image {
  margin-right: 45px;
  position: relative;
  width: 175px;
  margin-bottom: auto;
  display: block;
}
.section-brochures .container .brochures_elem .brochures_image:hover img {
  opacity: 0.8;
}
.section-brochures .container .brochures_elem .brochures_image >img {
  width: 100%;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -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 .container .brochures_elem .brochures_image >div.brochures_icone {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 50px;
  height: 50px;
  background-color: #ffffff;
  border-radius: 30px;
}
.section-brochures .container .brochures_elem .brochures_image >div.brochures_icone >img {
  position: relative;
  top: 8px;
  left: 4px;
}
.section-brochures .container .brochures_elem .brochures_contenu {
  width: calc(100% - 220px);
}
.section-brochures .container .brochures_elem .brochures_contenu h3 {
  font-size: 2.3rem;
  margin-bottom: 10px;
}
.section-brochures .container .brochures_elem .brochures_contenu h3 a {
  color: #0E4A3C;
}
.section-brochures .container .brochures_elem .brochures_contenu h3 a:hover {
  color: #B3915E;
}
.section-brochures .container .brochures_elem .brochures_contenu .brochures_bouton {
  margin: 0 6px 10px 0;
}
.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;
}
.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;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
  cursor: pointer;
}
.section-brochures .modalFlip .icon-close:hover {
  color: #B3915E;
}
.section-brochures .modalFlip .overlay {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(14,74,60,0.8);
}
@media (max-width: 1340px) {
  .section-brochures .container,
  .section-brochures .container-lg,
  .section-brochures .container-md,
  .section-brochures .container-sm,
  .section-brochures .container-xl,
  .section-brochures .container-xxl {
    max-width: 100%;
    padding: 0 20px;
  }
}
@media (max-width: 991px) {
  .section-brochures .modalFlip .icon-close {
    top: 30px;
    right: 30px;
  }
}
@media (max-width: 767.98px) {
  .section-brochures .modalFlip .innerModal {
    width: 90vw;
    height: 75vh;
  }
  .section-brochures .modalFlip .icon-close {
    font-size: 30px;
  }
  .section-brochures .container .brochures_elem {
    flex-wrap: wrap;
  }
  .section-brochures .container .brochures_elem .brochures_image {
    margin: 0 auto 16px;
  }
  .section-brochures .container .brochures_elem .brochures_contenu {
    width: 100%;
    text-align: center;
  }
}
