@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-zoom-sur {
  overflow-x: hidden;
}
.section-zoom-sur .zoom-sur__titrebloc {
  margin-bottom: 48px;
  display: flex;
  align-items: end;
}
.section-zoom-sur .zoom-sur__titrebloc .zoom-sur__pretitre {
  display: flex;
  flex-direction: column;
}
.section-zoom-sur .zoom-sur__titrebloc .zoom-sur__pretitre .h3like {
  max-width: 350px;
  color: rgba(0,0,0,0.85);
  font-weight: bold;
  font-size: 2.8rem;
  line-height: 1.3;
  display: inline-block;
}
.section-zoom-sur .zoom-sur__titrebloc .zoom-sur__pretitre h2 {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 5.2rem;
  text-align: left;
  margin-bottom: 0;
}
.section-zoom-sur .swiper--ctn {
  position: relative;
}
.section-zoom-sur .swiper--ctn .swiper {
  overflow: visible;
  margin: 0;
  clip-path: inset(-100vw -100vw -100vw 0);
}
.section-zoom-sur .swiper--ctn .swiper .swiper-wrapper {
  width: 100%;
  height: 100%;
}
.section-zoom-sur .swiper--ctn .swiper .swiper-wrapper .swiper-slide {
  width: 100%;
  height: auto;
  position: relative;
  display: flex;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #E3CBBE;
  color: #4D092F;
}
.section-zoom-sur .swiper--ctn .swiper .swiper-wrapper .swiper-slide--txt {
  width: 43%;
  padding: 24px 54px 24px 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}
.section-zoom-sur .swiper--ctn .swiper .swiper-wrapper .swiper-slide--txt .slide__etiquette {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 0 10px;
  font-weight: bold;
  color: #E3CBBE;
  background: #4D092F;
  margin: 0 auto 40px 0;
}
.section-zoom-sur .swiper--ctn .swiper .swiper-wrapper .swiper-slide--txt .h3like {
  font-size: 2.4rem;
  font-weight: bold;
  color: #4D092F;
  line-height: 1;
  margin: 0 0 10px;
}
.section-zoom-sur .swiper--ctn .swiper .swiper-wrapper .swiper-slide--txt p {
  margin: 14px 0 0;
  line-height: 1.8;
}
.section-zoom-sur .swiper--ctn .swiper .swiper-wrapper .swiper-slide--txt a {
  width: 100%;
  margin: 40px auto 6px;
  color: #4D092F;
}
.section-zoom-sur .swiper--ctn .swiper .swiper-wrapper .swiper-slide--txt a:hover {
  color: #ffffff;
}
.section-zoom-sur .swiper--ctn .swiper .swiper-wrapper .swiper-slide--img {
  margin: 24px 24px 24px 0;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  width: 57%;
  z-index: 1;
  position: relative;
}
.section-zoom-sur .swiper--ctn .swiper .swiper-wrapper .swiper-slide--img .overlay {
  display: block;
  position: absolute;
  width: 100%;
  bottom: 0;
}
.section-zoom-sur .swiper--ctn .swiper .swiper-wrapper .swiper-slide--img .overlay svg {
  fill: rgba(0,0,0,0.85);
}
.section-zoom-sur .swiper--ctn .swiper .swiper-wrapper .swiper-slide--img .coeur {
  top: 16px;
  right: 10px;
  position: absolute;
  display: inline-flex;
  cursor: pointer;
  transform: scale(1);
  filter: drop-shadow(0 3px 16px rgba(0,0,0,0.46));
}
.section-zoom-sur .swiper--ctn .swiper .swiper-wrapper .swiper-slide--img .coeur svg {
  width: 24px;
  height: auto;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  stroke: #ffffff;
  fill: transparent;
}
.section-zoom-sur .swiper--ctn .swiper .swiper-wrapper .swiper-slide--img .coeur.added svg {
  stroke: transparent;
  fill: #EC5123;
}
.section-zoom-sur .swiper--ctn .swiper .swiper-wrapper .swiper-slide--img .coeur.new-fav {
  animation: 0.3s pulse 0s;
}
.section-zoom-sur .swiper--ctn .swiper .swiper-wrapper .swiper-slide--img small {
  z-index: 3;
  display: flex;
  position: absolute;
  bottom: 2rem;
  right: 2rem;
  color: #ffffff;
  font-size: 1rem;
  line-height: 1;
  background-color: rgba(0,0,0,0.5);
  padding: 8px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  cursor: default;
}
.section-zoom-sur .swiper--ctn .swiper .swiper-wrapper .swiper-slide--img small .copycont {
  padding-left: 5px;
  display: none;
}
.section-zoom-sur .swiper--ctn .swiper .swiper-wrapper .swiper-slide--img small:hover .copycont {
  display: inline;
  animation: 0.3s ease slidecopy;
}
.section-zoom-sur .swiper--ctn .button-slider {
  top: 50%;
  -webkit-transform: translate(0,-50%);
  -moz-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  -o-transform: translate(0,-50%);
  transform: translate(0,-50%);
  z-index: 2;
  position: absolute;
  color: #E3CBBE;
  background: #4D092F;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  width: 39px;
  height: 39px;
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-background-clip: border-box;
  -webkit-background-clip: border-box;
  background-clip: border-box;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.section-zoom-sur .swiper--ctn .button-slider:hover {
  background: #E3CBBE;
  color: #4D092F;
}
.section-zoom-sur .swiper--ctn .button-slider.s-button-prev {
  left: -70px;
}
.section-zoom-sur .swiper--ctn .button-slider.s-button-next {
  right: -13%;
}
@media (max-width: 1599px) {
  .section-zoom-sur .swiper--ctn .button-slider.s-button-prev {
    left: -20px;
  }
}
@media (max-width: 991px) {
  .section-zoom-sur .swiper--ctn .swiper .swiper-wrapper .swiper-slide {
    flex-wrap: wrap;
  }
  .section-zoom-sur .swiper--ctn .swiper .swiper-wrapper .swiper-slide .swiper-slide--img {
    width: 100%;
    min-height: 190px;
    margin: auto 24px 24px 24px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
  .section-zoom-sur .swiper--ctn .swiper .swiper-wrapper .swiper-slide .swiper-slide--txt {
    width: 100%;
  }
  .section-zoom-sur .swiper--ctn .swiper .swiper-wrapper .swiper-slide .swiper-slide--txt .h3like {
    font-size: 2.2rem;
  }
  .section-zoom-sur .swiper--ctn .swiper .swiper-wrapper .swiper-slide .swiper-slide--txt p {
    line-height: 1.4;
  }
}
@media (max-width: 767.98px) {
  .section-zoom-sur .zoom-sur__titrebloc {
    padding: 0 22px;
  }
  .section-zoom-sur .zoom-sur__titrebloc .zoom-sur__pretitre .h3like {
    font-size: 2rem;
    line-height: 1.1;
    margin: 0 0 10px;
  }
  .section-zoom-sur .zoom-sur__titrebloc .zoom-sur__pretitre h2 {
    font-size: 3.6rem;
  }
  .section-zoom-sur .container {
    max-width: none;
    padding: 0;
    overflow: hidden;
  }
  .section-zoom-sur .swiper--ctn .button-slider {
    display: none;
  }
}
