@font-face {
  font-family: 'Ohno Softie';
  src: url('/wp-content/themes/yatatheme/fonts/Ohno_Softie/OhnoSoftie-Light.woff2') format('woff2'), url('/wp-content/themes/yatatheme/fonts/Ohno_Softie/OhnoSoftie-Light.woff') format('woff');
  font-weight: 300;
}
@font-face {
  font-family: 'Ohno Softie';
  src: url('/wp-content/themes/yatatheme/fonts/Ohno_Softie/OhnoSoftie-Regular.woff2') format('woff2'), url('/wp-content/themes/yatatheme/fonts/Ohno_Softie/OhnoSoftie-Regular.woff') format('woff');
  font-weight: normal;
}
@font-face {
  font-family: 'Ohno Softie';
  src: url('/wp-content/themes/yatatheme/fonts/Ohno_Softie/OhnoSoftie-Medium.woff2') format('woff2'), url('/wp-content/themes/yatatheme/fonts/Ohno_Softie/OhnoSoftie-Medium.woff') format('woff');
  font-weight: 500;
}
@font-face {
  font-family: 'Ohno Softie';
  src: url('/wp-content/themes/yatatheme/fonts/Ohno_Softie/OhnoSoftie-Bold.woff2') format('woff2'), url('/wp-content/themes/yatatheme/fonts/Ohno_Softie/OhnoSoftie-Bold.woff') format('woff');
  font-weight: bold;
}
@font-face {
  font-family: 'Ohno Softie';
  src: url('/wp-content/themes/yatatheme/fonts/Ohno_Softie/OhnoSoftie-Black.woff2') format('woff2'), url('/wp-content/themes/yatatheme/fonts/Ohno_Softie/OhnoSoftie-Black.woff') format('woff');
  font-weight: 900;
}
@keyframes slidecopy {
  from {
    margin-left: -50px;
    opacity: .1;
  }
  to {
    margin-left: 0px;
    opacity: 1;
  }
}
@keyframes slidecopyTop {
  from {
    margin-bottom: -60px;
    opacity: .1;
  }
  to {
    margin-bottom: -10px;
    opacity: 1;
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
  }
}
.section-brochures .container h2 {
  margin-bottom: 30px;
}
.section-brochures .container .brochures_elem {
  display: flex;
  margin: 0 0 45px;
}
.section-brochures .container .brochures_elem .brochures_image {
  margin-right: 75px;
  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: 13px;
  -moz-border-radius: 13px;
  border-radius: 13px;
  -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;
  border: 1px solid #FFC166;
}
.section-brochures .container .brochures_elem .brochures_image >div.brochures_icone {
  position: absolute;
  bottom: 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% - 250px);
}
.section-brochures .container .brochures_elem .brochures_contenu h3 {
  margin: 0 0 20px;
}
.section-brochures .container .brochures_elem .brochures_contenu h3 a {
  color: rgba(0,0,0,0.85);
}
.section-brochures .container .brochures_elem .brochures_contenu h3 a:hover {
  color: #EC5123;
}
.section-brochures .container .brochures_elem .brochures_contenu p {
  line-height: 1.7;
  font-size: 1.8rem;
}
.section-brochures .container .brochures_elem .brochures_contenu .boutPlein {
  margin: 0 16px 8px 0;
}
.section-brochures .modalFlip {
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
  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-plus {
  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;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.section-brochures .modalFlip .icon-plus:hover {
  color: #EC5123;
}
.section-brochures .modalFlip .overlay {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.9);
}
@media (max-width: 991px) {
  .section-brochures .modalFlip .icon-plus {
    top: 30px;
    right: 30px;
  }
  .section-brochures .container .brochures_elem .brochures_contenu p {
    line-height: 1.6;
    font-size: 1.6rem;
  }
  .section-brochures .container .brochures_elem .brochures_image {
    margin-right: 50px;
  }
  .section-brochures .container .brochures_elem .brochures_contenu {
    width: calc(100% - 225px);
  }
}
@media (max-width: 767.98px) {
  .section-brochures .container {
    padding: 0;
    max-width: none;
  }
  .section-brochures .container > .row > div {
    margin: auto;
    width: 80%;
  }
  .section-brochures .container > .row > div .brochures_elem {
    flex-wrap: wrap;
  }
  .section-brochures .container > .row > div .brochures_elem .brochures_image {
    margin: 0 auto 16px;
  }
  .section-brochures .container > .row > div .brochures_elem .brochures_contenu {
    width: 100%;
  }
  .section-brochures .modalFlip .innerModal {
    width: 90vw;
    height: 75vh;
  }
  .section-brochures .container > .row > div .brochures_elem .brochures_contenu {
    text-align: center;
  }
  .section-brochures .modalFlip .icon-plus {
    font-size: 30px;
  }
}
