@charset "UTF-8";
.Stars {
  --percent: calc(var(--rating) / 5 * 100%);
  display: inline-block;
  font-size: 40px;
  font-family: Times;
  line-height: 1;
}
@media screen and (max-width: 960px) {
  .Stars {
    font-size: 30px;
  }
}
.Stars::before {
  content: "★★★★★";
  letter-spacing: 3px;
  background: linear-gradient(90deg, #FB9B14 var(--percent), #ddd var(--percent));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.container-avis-avant {
  display: flex;
  -webkit-column-gap: 50px;
     -moz-column-gap: 50px;
          column-gap: 50px;
  row-gap: 180px;
  flex-wrap: wrap;
}
.container-avis-avant .avis-item {
  /* background: #fff;
     padding: 50px;*/
  width: calc(33% - 50px);
  text-align: center;
  position: relative;
  font-family: "Outfit", sans-serif;
}
@media screen and (max-width: 1150px) {
  .container-avis-avant .avis-item {
    width: calc(50% - 50px);
  }
}
@media screen and (max-width: 640px) {
  .container-avis-avant .avis-item {
    width: 100%;
  }
}
.container-avis-avant .avis-item .image {
  display: flex;
  justify-content: center;
  /*   margin-bottom: 1.5rem;
  margin-top: -160px;*/
}
.container-avis-avant .avis-item .image img, .container-avis-avant .avis-item .image .boonet-Image, .container-avis-avant .avis-item .image boonet\:Image {
  /*   width: 220px;
  height: 220px;*/
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  /*     border-radius: 50%;*/
}
@media screen and (max-width: 1150px) {
  .container-avis-avant .avis-item .image img, .container-avis-avant .avis-item .image .boonet-Image, .container-avis-avant .avis-item .image boonet\:Image {
    /* width: 180px;
    height: 180px;*/
  }
}
.container-avis-avant .avis-item .titre {
  font-size: 20px;
  color: #212C46;
  margin-bottom: 1.2rem;
  margin-top: 10px;
  font-family: "Outfit", sans-serif;
  font-weight: 300;
}
.container-avis-avant .avis-item .desc {
  font-size: clamp(16px, 4vw, 25px);
  color: #212C46;
  font-family: "the-seasons", sans-serif;
  margin-bottom: 2rem;
  margin-top: 2rem;
  font-family: 300;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 5; /* Limite à 3 lignes */
  line-height: 1.5em;
  max-height: 7.5em; /* Facultatif : empêche l’expansion */
}
@media screen and (max-width: 1150px) {
  .container-avis-avant .avis-item .desc {
    font-size: 23px;
    line-height: 1.2em;
  }
}
.container-avis-avant .avis-item .lien {
  display: flex;
  justify-content: center;
  cursor: pointer;
}
.container-avis-avant .avis-item .lien a {
  position: relative;
  text-decoration: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  text-decoration: none !important;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  cursor: pointer;
}
.container-avis-avant .avis-item .lien a:before {
  content: "";
  position: absolute;
  height: 1px;
  bottom: -5px;
  left: 0;
  right: 0;
  background-color: #ffffff;
  transform-origin: bottom left;
  transform: scaleX(1);
  transition: transform 0.3s ease-in-out;
}
.container-avis-avant .avis-item .lien a:hover:before {
  transform: scaleX(0);
  transform-origin: bottom right;
}
.container-avis-avant .avis-item .lien a.blanc {
  color: #ECE5D6;
}
.container-avis-avant .avis-item .lien a.blanc:before {
  /* background-color: $c-white;*/
}
.container-avis-avant .avis-item .start {
  display: flex;
  justify-content: center;
  font-size: clamp(45px, 4vw, 80px);
  font-family: "the-seasons", sans-serif;
  color: #7A714F;
  margin-bottom: 10px;
}
.container-avis-avant .avis-item .btnUnderline2 {
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.ctAvis {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 15;
  width: 90%;
}

.swiper-avis .avis-item {
  /*background: #fff;
   padding: 50px;*/
  width: 100%;
  text-align: center;
  position: relative;
  font-family: "Outfit", sans-serif;
  /*   &::after {
      content: '';
      height: 100%;
      width: 100%;
      background-color:rgba(0,0,0,.4);
      position: absolute;
      top:0;
      left:0;
      z-index:2;
  }*/
}
.swiper-avis .avis-item .image {
  display: flex;
  justify-content: center;
  /* margin-bottom: 1.5rem;*/
  /* margin-top: -160px;*/
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
}
.swiper-avis .avis-item .image img, .swiper-avis .avis-item .image .boonet-Image, .swiper-avis .avis-item .image boonet\:Image {
  /*width: 220px;
  height: 220px;*/
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  /*   border-radius: 50%;*/
}
@media screen and (max-width: 1150px) {
  .swiper-avis .avis-item .image img, .swiper-avis .avis-item .image .boonet-Image, .swiper-avis .avis-item .image boonet\:Image {
    width: 180px;
    height: 180px;
  }
}
.swiper-avis .avis-item .titre {
  font-size: 16px;
  color: #212C46;
  margin-bottom: 1.2rem;
  margin-top: 10px;
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  margin-top: 25px;
}
.swiper-avis .avis-item .desc {
  font-size: 30px;
  font-style: italic;
  color: #363636;
  margin-bottom: 2rem;
  font-family: 300;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 10; /* Limite à 3 lignes */
  line-height: 1.5em;
  max-height: 15em; /* Facultatif : empêche l’expansion */
}
@media screen and (max-width: 1150px) {
  .swiper-avis .avis-item .desc {
    font-size: 23px;
    line-height: 1.2em;
  }
}
.swiper-avis .avis-item .lien {
  display: flex;
  justify-content: center;
  cursor: pointer;
}
.swiper-avis .avis-item .lien a {
  position: relative;
  text-decoration: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  text-decoration: none !important;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  cursor: pointer;
}
.swiper-avis .avis-item .lien a:before {
  content: "";
  position: absolute;
  height: 1px;
  bottom: -5px;
  left: 0;
  right: 0;
  background-color: #ffffff;
  transform-origin: bottom left;
  transform: scaleX(1);
  transition: transform 0.3s ease-in-out;
}
.swiper-avis .avis-item .lien a:hover:before {
  transform: scaleX(0);
  transform-origin: bottom right;
}
.swiper-avis .avis-item .lien a.blanc {
  color: #ECE5D6;
}
.swiper-avis .avis-item .lien a.blanc:before {
  /* background-color: $c-white;*/
}
.swiper-avis .avis-item .start {
  display: flex;
  justify-content: center;
}

/****CSS SLIDE AVIS***/
.swiper-pagination-avis {
  margin-bottom: -25px;
}

.swiper-pagination-avis .swiper-pagination-bullet {
  border: solid 1px #ECE5D6;
  width: 10px;
  height: 10px;
  background: #ECE5D6;
  opacity: 0.3;
}

.swiper-pagination-avis > .swiper-pagination-bullet-active {
  background: #ECE5D6;
  border: solid 1px #ECE5D6;
  opacity: 1;
}

.avis-overflow {
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
  display: flex;
  align-content: center;
  height: 700px;
  position: relative;
  max-width: 70%;
  margin: auto;
}
@media screen and (max-width: 1350px) {
  .avis-overflow {
    max-width: 90%;
  }
}
.avis-overflow .swiper-slide::after {
  z-index: 12;
  background: transparent;
}
.avis-overflow .swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .avis-overflow .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  z-index: 2;
  bottom: 30px;
}

.Stars {
  --percent: calc(var(--rating) / 5 * 100%);
  display: inline-block;
  font-size: 40px;
  font-family: Times;
  line-height: 1;
}
@media screen and (max-width: 960px) {
  .Stars {
    font-size: 30px;
  }
}

.Stars::before {
  content: "★★★★★";
  letter-spacing: 3px;
  background: linear-gradient(90deg, #FB9B14 var(--percent), #ddd var(--percent));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Configuration du conteneur swiper pour permettre l'overflow */
.swiper-avis {
  overflow: visible;
  position: relative;
  z-index: 1;
}
.swiper-avis .swiper-wrapper {
  overflow: visible;
}
.swiper-avis .swiper-slide {
  overflow: visible;
  width: 80%;
  /* Responsive adjustments */
}
.swiper-avis .swiper-slide .avis-item {
  /* background: #fff;
   padding: 50px;*/
  text-align: center;
  position: relative;
  font-family: "Outfit", sans-serif;
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: visible;
}
.swiper-avis .swiper-slide .avis-item .image {
  display: flex;
  justify-content: center;
  /*margin-bottom: 1.5rem;*/
  /*  margin-top: -160px;*/
  position: relative;
  z-index: 10; /* Z-index élevé pour passer au-dessus */
}
.swiper-avis .swiper-slide .avis-item .image img,
.swiper-avis .swiper-slide .avis-item .image .boonet-Image {
  /*    width: 220px;
  height: 220px;*/
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  /*    border-radius: 50%;*/
  position: relative;
  z-index: 11; /* Z-index encore plus élevé pour l'image */
  /*   box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);*/ /* Ombre pour effet de profondeur */
}
.swiper-avis .swiper-slide .avis-item .titre {
  font-size: clamp(18px, 3vw, 20px);
  color: #ECE5D6;
  margin-bottom: 0;
  margin-top: 0;
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  margin-top: 25px;
}
.swiper-avis .swiper-slide .avis-item .desc {
  font-size: clamp(25px, 4vw, 38px);
  font-style: normal;
  color: #ECE5D6;
  margin-bottom: 0;
  padding: 60px 0;
  font-family: "the-seasons", sans-serif;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 5; /* Limite à 3 lignes */
  line-height: 1.35;
  max-height: 15em; /* Facultatif : empêche l’expansion */
  max-height: unset;
}
@media screen and (max-width: 1150px) {
  .swiper-avis .swiper-slide .avis-item .desc {
    /*      font-size: 23px;
    line-height: 1.2em;*/
  }
}
.swiper-avis .swiper-slide .avis-item .lien {
  display: flex;
  justify-content: center;
  margin-top: auto;
  position: relative;
  z-index: 11;
}
.swiper-avis .swiper-slide .avis-item .lien a {
  position: relative;
  text-decoration: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  text-decoration: none !important;
  font-size: 12px;
  text-transform: none;
  letter-spacing: 1px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #ECE5D6;
}
.swiper-avis .swiper-slide .avis-item .lien a:before {
  content: "";
  position: absolute;
  height: 1px;
  bottom: -2px;
  left: 0;
  right: 0;
  background-color: #ECE5D6;
  transform-origin: bottom left;
  transform: scaleX(1);
  transition: transform 0.3s ease-in-out;
}
.swiper-avis .swiper-slide .avis-item .lien a:hover:before {
  transform: scaleX(0);
  transform-origin: bottom right;
}
.swiper-avis .swiper-slide .avis-item .lien a.blanc {
  color: #ffffff;
}
.swiper-avis .swiper-slide .avis-item .lien a.blanc:before {
  background-color: #ffffff;
}
.swiper-avis .swiper-slide .avis-item .start {
  display: flex;
  justify-content: center;
  font-size: clamp(45px, 4vw, 80px);
  font-family: "the-seasons", sans-serif;
  /*        color: #7A714F;*/
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .swiper-avis .swiper-slide .avis-item {
    padding: 30px 20px;
  }
  .swiper-avis .swiper-slide .avis-item .image {
    margin-top: -120px;
  }
  .swiper-avis .swiper-slide .avis-item .image img,
  .swiper-avis .swiper-slide .avis-item .image .boonet-Image,
  .swiper-avis .swiper-slide .avis-item .image boonet\:Image {
    width: 150px;
    height: 150px;
  }
  .swiper-avis .swiper-slide .avis-item .desc {
    font-size: 24px;
  }
}

.container-avis {
  display: flex;
  -webkit-column-gap: 50px;
     -moz-column-gap: 50px;
          column-gap: 50px;
  row-gap: 180px;
  flex-wrap: wrap;
}
.container-avis .avis-item {
  /* background: #fff;
     padding: 50px;*/
  width: calc(33% - 50px);
  text-align: center;
  position: relative;
  font-family: "Outfit", sans-serif;
}
@media screen and (max-width: 1150px) {
  .container-avis .avis-item {
    width: calc(50% - 50px);
  }
}
@media screen and (max-width: 640px) {
  .container-avis .avis-item {
    width: 100%;
  }
}
.container-avis .avis-item .image {
  display: flex;
  justify-content: center;
  /*   margin-bottom: 1.5rem;
  margin-top: -160px;*/
}
.container-avis .avis-item .image img, .container-avis .avis-item .image .boonet-Image, .container-avis .avis-item .image boonet\:Image {
  /*   width: 220px;
  height: 220px;*/
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  /*     border-radius: 50%;*/
}
@media screen and (max-width: 1150px) {
  .container-avis .avis-item .image img, .container-avis .avis-item .image .boonet-Image, .container-avis .avis-item .image boonet\:Image {
    /* width: 180px;
    height: 180px;*/
  }
}
.container-avis .avis-item .titre {
  font-size: 20px;
  color: #212C46;
  margin-bottom: 1.2rem;
  margin-top: 10px;
  font-family: "Outfit", sans-serif;
  font-weight: 300;
}
.container-avis .avis-item .desc {
  font-size: clamp(16px, 4vw, 25px);
  color: #212C46;
  font-family: "the-seasons", sans-serif;
  margin-bottom: 2rem;
  margin-top: 2rem;
  font-family: 300;
  line-height: 1.5em;
}
@media screen and (max-width: 1150px) {
  .container-avis .avis-item .desc {
    font-size: 23px;
    line-height: 1.2em;
  }
}
.container-avis .avis-item .lien {
  display: flex;
  justify-content: center;
  cursor: pointer;
}
.container-avis .avis-item .lien a {
  position: relative;
  text-decoration: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  text-decoration: none !important;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  cursor: pointer;
}
.container-avis .avis-item .lien a:before {
  content: "";
  position: absolute;
  height: 1px;
  bottom: -5px;
  left: 0;
  right: 0;
  background-color: #ffffff;
  transform-origin: bottom left;
  transform: scaleX(1);
  transition: transform 0.3s ease-in-out;
}
.container-avis .avis-item .lien a:hover:before {
  transform: scaleX(0);
  transform-origin: bottom right;
}
.container-avis .avis-item .lien a.blanc {
  color: #ECE5D6;
}
.container-avis .avis-item .lien a.blanc:before {
  /* background-color: $c-white;*/
}
.container-avis .avis-item .start {
  display: flex;
  justify-content: center;
  font-size: clamp(45px, 4vw, 80px);
  font-family: "the-seasons", sans-serif;
  color: #7A714F;
  margin-bottom: 10px;
}
.container-avis .avis-item .btnUnderline2 {
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.ctAvis {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 15;
  width: 90%;
}
