@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-cross-selling .container h2 {
  margin-bottom: 40px;
}
.section-cross-selling .container .cross-selling__item {
  position: relative;
  margin: 6px 0 30px;
}
.section-cross-selling .container .cross-selling__item .cross-selling__logo {
  position: absolute;
  width: 80px;
  height: auto;
  top: 230px;
  -webkit-transform: translate(0,-88%);
  -moz-transform: translate(0,-88%);
  -ms-transform: translate(0,-88%);
  -o-transform: translate(0,-88%);
  transform: translate(0,-88%);
  left: 5px;
}
.section-cross-selling .container .cross-selling__item .cross-selling__image {
  height: 230px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.section-cross-selling .container .cross-selling__item .cross-selling__image .imgcrop {
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.section-cross-selling .container .cross-selling__item .cross-selling__image small {
  z-index: 3;
  display: flex;
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  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-cross-selling .container .cross-selling__item .cross-selling__image small .copycont {
  padding-left: 5px;
  display: none;
}
.section-cross-selling .container .cross-selling__item .cross-selling__image small:hover .copycont {
  display: inline;
  animation: 0.3s ease slidecopy;
}
.section-cross-selling .container .cross-selling__item .cross-selling__resaAR {
  margin: 0 8px -36px auto;
  width: fit-content;
  background: #FFB4FF;
  font-size: 1.4rem;
  letter-spacing: 1.25px;
  text-transform: uppercase;
  font-weight: bold;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 8px 12px;
  color: #EC5123;
  -webkit-transform: translate(0,-88%);
  -moz-transform: translate(0,-88%);
  -ms-transform: translate(0,-88%);
  -o-transform: translate(0,-88%);
  transform: translate(0,-88%);
}
.section-cross-selling .container .cross-selling__item .cross-selling__infos {
  padding: 16px 0;
  color: rgba(0,0,0,0.85);
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.section-cross-selling .container .cross-selling__item .cross-selling__infos .h3like {
  color: rgba(0,0,0,0.85);
  font-size: 2.2rem;
  font-weight: 500;
  margin-bottom: 5px;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.section-cross-selling .container .cross-selling__item .cross-selling__infos .cross-selling__classement {
  margin-bottom: 2px;
}
.section-cross-selling .container .cross-selling__item .cross-selling__infos .cross-selling__classement i {
  margin-right: 2px;
}
.section-cross-selling .container .cross-selling__item .cross-selling__infos .cross-selling__commune {
  display: flex;
  align-items: end;
  line-height: 1;
}
.section-cross-selling .container .cross-selling__item .cross-selling__infos .cross-selling__commune i {
  margin-right: 8px;
  font-size: 2.5rem;
}
.section-cross-selling .container .cross-selling__item .cross-selling__infos .cross-selling__etiquettes {
  font-size: 1.4rem;
  margin-top: 3px;
}
.section-cross-selling .container .cross-selling__item .cross-selling__infos .cross-selling__etiquettes .cross-selling__type::after {
  content: ' - ';
}
.section-cross-selling .container .cross-selling__item .cross-selling__infos .cross-selling__etiquettes .cross-selling__type:last-child::after {
  content: none;
}
.section-cross-selling .container .cross-selling__item .coeur {
  right: 2px;
  top: -6px;
  position: absolute;
  display: inline-flex;
  cursor: pointer;
  transform: scale(1);
}
.section-cross-selling .container .cross-selling__item .coeur svg {
  width: 39px;
  height: auto;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  fill: #3D2681;
}
.section-cross-selling .container .cross-selling__item .coeur.added svg {
  stroke: transparent;
  fill: #EC5123;
}
.section-cross-selling .container .cross-selling__item .coeur.new-fav {
  animation: 0.3s pulse 0s;
}
.section-cross-selling .container .cross-selling__item .cross-selling__link:hover .cross-selling__image .imgcrop {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.section-cross-selling .container .cross-selling__item .cross-selling__link:hover .cross-selling__infos {
  color: #3D2681;
}
.section-cross-selling .container .cross-selling__item .cross-selling__link:hover .cross-selling__infos .h3like {
  color: #3D2681;
}
@media (max-width: 1399px) {
  .section-cross-selling .container .cross-selling__bloc {
    justify-content: start !important;
  }
}
@media (max-width: 767.98px) {
  .section-cross-selling .container {
    padding: 0;
    max-width: none;
    overflow: hidden;
  }
  .section-cross-selling .container > .row > div {
    margin: auto;
    width: 80%;
  }
}
