@font-face {
  font-family: 'Sourcesanspro';
  src: url('/wp-content/themes/yatatheme/fonts/SourceSansPro-Regular.otf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Sourcesanspro';
  src: url('/wp-content/themes/yatatheme/fonts/SourceSansPro-Semibold.otf') format('truetype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Donau';
  src: url('/wp-content/themes/yatatheme/fonts/Donau Neue_Uppercase.otf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
.section-brochures .container > .row .row {
  justify-content: center;
}
.section-brochures .brochures_elem {
  text-align: center;
  margin: 0 0 40px;
}
.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: 100%;
}
.section-brochures .brochures_elem >a.brochures_lien .brochures_image > div.brochures_icone {
  position: absolute;
  bottom: 10px;
  right: 10px;
  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 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.section-brochures .brochures_elem .brochures_contenu h3 {
  width: 100%;
  margin: 10px 0;
  font-family: 'Sourcesanspro', sans-serif;
  font-size: 1.9rem;
  line-height: 1.1;
  text-transform: none;
  margin-bottom: 5px;
}
.section-brochures .brochures_elem .brochures_contenu .bouton1,
.section-brochures .brochures_elem .brochures_contenu .bouton2 {
  min-width: auto;
  padding: 5px 6px;
}
.section-brochures .brochures_elem .brochures_contenu .bouton1:nth-child(3),
.section-brochures .brochures_elem .brochures_contenu .bouton2:nth-child(3) {
  margin-left: 5px;
}
.section-brochures .brochures_elem .brochures_contenu .bouton2 {
  border-color: #3CBFB6;
}
.section-brochures .brochures_elem .brochures_contenu .bouton2:hover {
  background-color: #3CBFB6;
}
.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: #f9b233;
}
.section-brochures .modalFlip .overlay {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(60,191,182,0.9);
  display: none;
}
.section-brochures .modalFlip.showed .overlay {
  display: block;
}
@media (max-width: 991px) {
  .section-brochures .col-lg-3:not(:last-child) {
    margin-bottom: 30px;
  }
  .section-brochures .modalFlip .icon-close {
    top: 20px;
    right: 20px;
  }
}
@media (max-width: 767px) {
  .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;
  }
}
