.kl-testimonials {
  position: relative;
  padding-left: 2rem;
  padding-right: 2rem;
  z-index: 0;
}
.kl-testimonials .swiper-button-next-testimonials {
  position: absolute;
  top: 50%;
  right: -5px;
  transform: translateY(-50%);
}
.kl-testimonials .swiper-button-next-testimonials::after {
  content: "";
  display: block;
  width: 27px;
  height: 27px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="w-6 h-6"><path stroke-linecap="round" stroke-linejoin="round" d="M17.25 8.25L21 12m0 0l-3.75 3.75M21 12H3" /></svg>');
  background-size: contain;
  background-repeat: no-repeat;
}
.kl-testimonials .swiper-button-next-testimonials.swiper-button-disabled {
  opacity: 0.5;
}
.kl-testimonials .swiper-button-prev-testimonials {
  position: absolute;
  top: 50%;
  left: -5px;
  transform: translateY(-50%);
}
.kl-testimonials .swiper-button-prev-testimonials::after {
  content: "";
  display: block;
  width: 27px;
  height: 27px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="w-6 h-6"><path stroke-linecap="round" stroke-linejoin="round" d="M6.75 15.75L3 12m0 0l3.75-3.75M3 12h18" /></svg>');
  background-size: contain;
  background-repeat: no-repeat;
}
.kl-testimonials .swiper-button-prev-testimonials.swiper-button-disabled {
  opacity: 0.5;
}

.testimonial-card.template-default {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.testimonial-card.template-default .testimonial-card_content {
  height: 100%;
  padding: 40px 35px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
  text-align: center;
}
@media screen and (max-width: 550px) {
  .testimonial-card.template-default .testimonial-card_content {
    padding: 15px 5px;
  }
}
.testimonial-card.template-default .testimonial-card_content .testimonial-card_rating {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.testimonial-card.template-default .testimonial-card_content .testimonial-card_rating svg {
  width: 20px;
  height: 20px;
}
.testimonial-card.template-default .testimonial-card_content p {
  padding: 0;
  margin: 0;
}
.testimonial-card.template-default .testimonial-card_content p.person {
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 1.5rem;
  margin-bottom: 5px;
}
.testimonial-card.template-default .testimonial-card_img {
  position: relative;
  height: 100%;
  width: 30%;
}
@media screen and (max-width: 550px) {
  .testimonial-card.template-default .testimonial-card_img {
    width: 100%;
  }
}
.testimonial-card.template-default .testimonial-card_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.testimonial-card.template-default .testimonial-card_img .logo {
  position: absolute;
  top: -5px;
  right: -5px;
  background-color: #fff;
  border: 1px solid #404040;
  padding: 21px 30px;
  border-radius: 5px;
}
.testimonial-card.template-card-style-1 {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.testimonial-card.template-card-style-1 .testimonial-card_content-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1000px) {
  .testimonial-card.template-card-style-1 .testimonial-card_content-wrapper {
    flex-direction: column;
  }
}
.testimonial-card.template-card-style-1 .company-image {
  position: relative;
  width: 400px;
  height: 400px;
  display: inline-block;
  margin-left: -111px;
  margin-top: -45px;
  aspect-ratio: 1;
}
@media screen and (max-width: 1000px) {
  .testimonial-card.template-card-style-1 .company-image {
    margin-left: auto;
    margin-right: auto;
    width: 310px;
    height: 310px;
    margin-top: 68px;
  }
}
@media screen and (max-width: 768px) {
  .testimonial-card.template-card-style-1 .company-image {
    margin-top: 25px;
    width: 265px;
    height: 265px;
  }
}
.testimonial-card.template-card-style-1 .company-image::after {
  content: "";
  position: absolute;
  top: -33px;
  left: 16px;
  width: calc(100% - 15px);
  height: calc(100% - 15px);
  background-color: #f4c52c;
  -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
          clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  z-index: 2;
}
.testimonial-card.template-card-style-1 .company-image img {
  position: absolute;
  top: -25px;
  left: 15px;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
          clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  z-index: 3;
}
.testimonial-card.template-card-style-1 .testimonial-card_content {
  width: 70%;
  height: 100%;
  padding: 40px 35px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  text-align: left;
  font-weight: 200;
  font-size: 15px;
  color: #fff;
}
@media screen and (max-width: 1000px) {
  .testimonial-card.template-card-style-1 .testimonial-card_content {
    padding: 0;
    width: 100%;
    text-align: center;
  }
}
.testimonial-card.template-card-style-1 .testimonial-card_content p {
  padding: 0;
  margin: 0;
}
.testimonial-card.template-card-style-1 .testimonial-card_content p.person {
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: start;
  width: 100%;
  margin-top: 1.5rem;
  margin-bottom: 5px;
}
@media screen and (max-width: 1000px) {
  .testimonial-card.template-card-style-1 .testimonial-card_content p.person {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .testimonial-card.template-card-style-1 .testimonial-card_content p.person {
    margin-bottom: 35px;
  }
}
.testimonial-card.template-card-style-1 .testimonial-card_content p.person .person-name {
  font-weight: 700;
  color: #f4c52c;
}

/* Animation de fade-in pour l'image (depuis la gauche) */
.fade-in-left {
  opacity: 0;
  transform: translateX(-50px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.fade-in-left.active {
  opacity: 1;
  transform: translateX(0);
}

/* Animation de fade-in pour le texte (depuis le bas) */
.fade-in-bottom {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.fade-in-bottom.active {
  opacity: 1;
  transform: translateY(0);
}

.swiper-pagination-bullet {
  background: #fff !important;
  opacity: 1 !important;
  height: 4px !important;
  width: 35px !important;
  border-radius: 0 !important;
}
.swiper-pagination-bullet-active {
  background: #f4c52c !important;
}

/*# sourceMappingURL=public.css.map*/