@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-socialwall .insta__row {
  display: flex;
  flex-wrap: wrap;
}
.section-socialwall .insta__row .insta__bloc-couleur {
  width: 20%;
  display: inline-block;
  background: #4D092F;
  padding: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-border-radius: 70px;
  -moz-border-radius: 70px;
  border-radius: 70px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.section-socialwall .insta__row .insta__bloc-couleur .insta__coeur {
  margin: -40px 0 16px;
}
.section-socialwall .insta__row .insta__bloc-couleur .insta__coeur svg {
  height: 46px;
  width: auto;
  display: block;
}
.section-socialwall .insta__row .insta__bloc-couleur .insta__coeur svg path {
  fill: #FFB4FF;
}
.section-socialwall .insta__row .insta__bloc-couleur > div {
  color: #FFB4FF;
  font-size: 2.6rem;
  font-weight: 500;
  text-transform: uppercase;
}
.section-socialwall .insta__row .insta__bloc-couleur .h3like {
  font-size: 2.7rem;
  margin-bottom: 45px;
  font-weight: bold;
}
.section-socialwall .insta__row .insta__bloc-photos {
  width: 80%;
  display: inline-block;
}
.section-socialwall .insta__row .insta__bloc-photos .sbi_item {
  -webkit-border-radius: 70px;
  -moz-border-radius: 70px;
  border-radius: 70px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.section-socialwall .insta__row .insta__bouton {
  margin: 60px auto 0;
}
.section-socialwall .insta__row .insta__bouton .boutPlein {
  margin: 0;
}
@media (max-width: 1399px) {
  .section-socialwall .insta__row .insta__bloc-couleur>div {
    font-size: 2rem;
  }
  .section-socialwall .insta__row .insta__bloc-couleur .h3like {
    font-size: 2.4rem;
  }
  .section-socialwall .insta__row .insta__bloc-couleur .insta__coeur {
    margin: 0 0 16px;
  }
}
@media (max-width: 1199px) {
  .section-socialwall .insta__row {
    flex-direction: column;
  }
  .section-socialwall .insta__row .insta__bloc-couleur {
    width: 100%;
    padding: 30px;
  }
  .section-socialwall .insta__row .insta__bloc-photos {
    width: 100%;
  }
  .section-socialwall .insta__row .insta__bouton {
    margin-top: 20px;
  }
}
@media (max-width: 991px) {
  .section-socialwall .insta__row .insta__bloc-couleur .h3like {
    font-size: 2.7rem;
    margin-bottom: 30px;
  }
  .section-socialwall .insta__row .insta__bloc-couleur>div {
    font-size: 2.6rem;
  }
  .section-socialwall .insta__row .insta__bouton {
    margin: 30px 0 0;
  }
  .section-socialwall .insta__row .insta__bouton .boutPlein {
    width: 100%;
    justify-content: center;
  }
}
