@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-grille .grille__entete .grille__titrebloc {
  margin-bottom: 48px;
  display: flex;
  align-items: end;
}
.section-grille .grille__entete .grille__titrebloc .grille__pretitre {
  display: flex;
  flex-direction: column;
}
.section-grille .grille__entete .grille__titrebloc .grille__pretitre .h3like {
  max-width: 350px;
  font-size: 2.8rem;
  color: rgba(0,0,0,0.85);
  font-weight: bold;
  line-height: 1.3;
  display: inline-block;
}
.section-grille .grille__entete .grille__titrebloc h2 {
  text-align: left;
  font-weight: bold;
  font-size: 5.2rem;
  text-transform: uppercase;
  margin-bottom: 0;
}
.section-grille .grille__grid .grille__item {
  position: relative;
  display: flex;
  margin-bottom: 16px;
}
.section-grille .grille__grid .grille__item-title {
  top: 50%;
  left: 50%;
  margin: 0;
  width: calc(100% - 20px);
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  position: absolute;
  text-align: center;
}
.section-grille .grille__grid .grille__item-title .h3like {
  background: rgba(255,255,255,0.9);
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-size: 2.6rem;
  line-height: 1.2;
  color: #4D092F;
  display: inline-flex;
  padding: 8px 36px 6px;
}
.section-grille .grille__grid .grille__item-img {
  width: 100%;
  height: 390px;
  z-index: 1;
  position: relative;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 10px;
}
.section-grille .grille__grid .grille__item-img img {
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.section-grille .grille__grid .grille__item-img small {
  z-index: 3;
  display: flex;
  position: absolute;
  left: 2rem;
  bottom: 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-grille .grille__grid .grille__item-img small .copycont {
  padding-left: 5px;
  display: none;
}
.section-grille .grille__grid .grille__item-img small:hover .copycont {
  display: inline;
  animation: 0.3s ease slidecopy;
}
.section-grille .grille__grid .grille__item:hover .grille__item-img img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
@media (max-width: 991px) {
  .section-grille .grille__grid .grille__item:nth-child(3n) {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .section-grille .grille__containerentete {
    max-width: none;
    padding: 0;
    overflow: hidden;
  }
  .section-grille .grille__blocentete {
    margin: 0 auto 16px;
  }
  .section-grille .grille__blocentete .grille__titrebloc {
    padding: 0 22px;
  }
  .section-grille .grille__blocentete .grille__titrebloc .grille__pretitre .h3like {
    font-size: 2rem;
    line-height: 1.1;
  }
  .section-grille .grille__blocentete .grille__titrebloc .grille__pretitre h2 {
    font-size: 3.6rem;
  }
  .section-grille .grille__grid .grille__item .h3like {
    font-size: 2.2rem;
  }
  .section-grille .grille__grid .grille__item-img {
    height: 290px;
  }
}
