@font-face {
  font-family: 'ARSMaquette';
  src: url('/wp-content/themes/yatatheme-child/fonts/ARSMaquettePro-Regular.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ARSMaquette';
  src: url('/wp-content/themes/yatatheme-child/fonts/ARSMaquettePro-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'ARSMaquette';
  src: url('/wp-content/themes/yatatheme-child/fonts/ARSMaquettePro-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'ARSNovelty';
  src: url('/wp-content/themes/yatatheme-child/fonts/ARSNovelty-Bold.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Tomatoes';
  src: url('/wp-content/themes/yatatheme-child/fonts/TOMATOES 2021.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
.section-crosssellinggeneral .titrerow > div {
  display: flex;
  align-items: center;
  column-gap: 50px;
  padding-left: 90px;
  margin-bottom: 40px;
  background-image: url(/wp-content/themes/yatatheme-child/img/parenthese.svg);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: contain;
}
.section-crosssellinggeneral .titrerow > div i {
  font-size: 15rem;
  color: #3355A2;
}
.section-crosssellinggeneral .titrerow > div div h2 {
  margin-bottom: 10px;
}
.section-crosssellinggeneral .titrerow > div div span.soustitre {
  font-size: 5rem;
  color: #3355A2;
  font-family: 'Tomatoes', cursive;
  display: block;
  transform: rotate(-3deg);
}
.section-crosssellinggeneral .s-button-prev,
.section-crosssellinggeneral .s-button-next {
  width: 40px;
  height: 40px;
  border: 1px solid #359B48;
}
.section-crosssellinggeneral .s-button-prev i:before,
.section-crosssellinggeneral .s-button-next i:before {
  color: #359B48;
}
.section-crosssellinggeneral .s-button-prev:hover,
.section-crosssellinggeneral .s-button-next:hover {
  background-color: #359B48;
}
.section-crosssellinggeneral .s-button-prev:hover i:before,
.section-crosssellinggeneral .s-button-next:hover i:before {
  color: #ffffff;
}
.section-crosssellinggeneral .s-button-prev {
  left: -50px;
}
.section-crosssellinggeneral .s-button-next {
  right: -50px;
}
.section-crosssellinggeneral .flexcol {
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-crosssellinggeneral .objetcross {
  width: 31.33%;
  margin-right: 3%;
  height: 340px;
}
.section-crosssellinggeneral .objetcross:last-child {
  margin-right: 0;
}
.section-crosssellinggeneral .objetcross a .imgcropCtn {
  height: 100%;
}
.section-crosssellinggeneral .objetcross a .imgcropCtn span.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #359B48;
}
.section-crosssellinggeneral .objetcross a .imgcropCtn span.blackoverlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #000000;
  opacity: 0.2;
}
.section-crosssellinggeneral .objetcross a .imgcropCtn i {
  position: absolute;
  bottom: 9px;
  right: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #ffffff;
  border-radius: 20px;
  font-size: 1.5rem;
  transition: all 0.2s ease;
}
.section-crosssellinggeneral .objetcross a .imgcropCtn h3 {
  font-family: 'ARSNovelty', sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.2;
  color: #ffffff;
  position: absolute;
  top: 50%;
  word-break: break-word;
  left: 0;
  padding: 0 30px;
  margin-bottom: 0;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}
.section-crosssellinggeneral .objetcross a:hover .imgcropCtn h3 {
  top: 30%;
}
.section-crosssellinggeneral .objetcross a:hover .imgcropCtn i {
  right: 7px;
}
.section-crosssellinggeneral .swiper .objetcross a .imgcropCtn i {
  display: none;
}
.section-crosssellinggeneral .swiper .objetcross a .imgcropCtn h3 {
  padding: 0 55px;
}
@media (max-width: 1399px) {
  .section-crosssellinggeneral .titrerow > div div span.soustitre {
    font-size: 4rem;
  }
  .section-crosssellinggeneral .titrerow > div i {
    font-size: 12rem;
  }
  .section-crosssellinggeneral .s-button-prev,
  .section-crosssellinggeneral .s-button-next {
    width: 34px;
    height: 34px;
    border: 1px solid #ffffff;
  }
  .section-crosssellinggeneral .s-button-prev i:before,
  .section-crosssellinggeneral .s-button-next i:before {
    color: #ffffff;
  }
  .section-crosssellinggeneral .s-button-prev i,
  .section-crosssellinggeneral .s-button-next i {
    font-size: 12px;
  }
  .section-crosssellinggeneral .s-button-prev:hover,
  .section-crosssellinggeneral .s-button-next:hover {
    background-color: #ffffff;
  }
  .section-crosssellinggeneral .s-button-prev:hover i:before,
  .section-crosssellinggeneral .s-button-next:hover i:before {
    color: #359B48;
  }
  .section-crosssellinggeneral .s-button-prev {
    left: 5px;
  }
  .section-crosssellinggeneral .s-button-next {
    right: 5px;
  }
}
@media (max-width: 1199px) {
  .section-crosssellinggeneral .titrerow > div div span.soustitre {
    font-size: 3.3rem;
  }
  .section-crosssellinggeneral .titrerow > div i {
    font-size: 10rem;
  }
  .section-crosssellinggeneral .titrerow > div {
    column-gap: 20px;
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .section-crosssellinggeneral .flexcol {
    flex-direction: column;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 20px;
  }
  .section-crosssellinggeneral .flexcol .objetcross {
    width: 100%;
    margin: 0 0;
  }
}
@media (max-width: 767px) {
  .section-crosssellinggeneral .flexcol {
    display: flex;
    flex-direction: column;
  }
  .section-crosssellinggeneral .objetcross {
    height: 60vw;
  }
  .section-crosssellinggeneral .objetcross a .imgcropCtn h3 {
    bottom: 8%;
    font-size: 2.5rem;
  }
  .section-crosssellinggeneral .swiper--ctn .s-button-next {
    right: 10px;
  }
  .section-crosssellinggeneral .swiper--ctn .s-button-prev {
    left: 10px;
  }
  .section-crosssellinggeneral .titrerow > div {
    background-image: none;
    padding-left: 0;
    margin-bottom: 20px;
  }
  .section-crosssellinggeneral .titrerow > div div span.soustitre {
    font-size: 2.7rem;
  }
  .section-crosssellinggeneral .titrerow > div i {
    font-size: 8rem;
  }
}
