/** Shopify CDN: Minification failed

Line 354:0 Unexpected "}"

**/
.testimonial-card__info__rating {
    display: flex;
    gap: 2px;
}

.testimonial-card__info__rating span {
    color: #185CA4;
    width: 20px;
    height: auto;
    display: block;
}

.testimonial-card__info__rating span svg {
    fill: currentColor;
    width: 100%;
    height: 100%;
}

.testimonial-card__info__info {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: auto;
  padding: 2.5rem;
  padding-top:0;
  flex-wrap: wrap;
}
@media screen and (max-width: 750px) {
  .testimonial-card__info__info {
    margin-top: 0;
    padding-top: 0;
  }  
}

.testimonial-card__info__name-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
}

.testimonial-card__info__name-wrapper img {
    width: 40px;
    border-radius: 50%;
}

span.testimonial-card__info__name {
    font-weight: bold;
}
.testimonial .title {
  margin: 0;
}

.testimonial.no-heading .title {
  display: none;
}

.testimonial .title-wrapper-with-link {
  margin-top: 0;
}

@media screen and (max-width: 749px) {
  .testimonial .title-wrapper-with-link {
    margin-bottom: 3rem;
  }
}

.testimonial-card__image-wrapper--third-width {
  width: 33%;
}

.testimonial-card__image-wrapper--half-width {
  width: 50%;
}

.testimonial-list__item.center
  .testimonial-card__image-wrapper:not(.testimonial-card__image-wrapper--full-width),
.testimonial-list__item:only-child {
  margin-left: auto;
  margin-right: auto;
}

.testimonial .button {
  margin-top: 1.5rem;
}
.testimonial button.button.button--primary.slider-button--next,
.testimonial button.button.button--primary.slider-button--prev{
    border-radius: 50%;
    width: 60px;
    height: 60px;
    min-height: 60px;
    max-height: 60px;
    min-width: 60px;
    max-width: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    outline: none;
    border: none;
}
.testimonial .slider-buttons{
  gap:20px
}
.testimonial button.button.button--primary.slider-button--next:before,
.testimonial button.button.button--primary.slider-button--prev:before,
.testimonial button.button.button--primary.slider-button--next:after,
.testimonial button.button.button--primary.slider-button--prev:after{
  display:none
}
.testimonial button.button.button--primary.slider-button--next svg,
.testimonial button.button.button--primary.slider-button--prev svg{
    width: 20px;
    height: 20px;
    min-width: 20px;
}
@media screen and (min-width: 750px) {
  .testimonial .button {
    margin-top: 4rem;
  }
}

.testimonial-list {
  cursor:pointer;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}

.testimonial-list__item:only-child {
  max-width: 72rem;
}

.testimonial-list__item--empty {
  display: none;
}

.testimonial:not(.background-none) .testimonial-card {
  background: rgb(var(--color-background));
  height: 100%;
}

.testimonial.background-primary .testimonial-card {
  background: rgb(var(--color-background)) linear-gradient(rgba(var(--color-foreground), 0.04), rgba(var(--color-foreground), 0.04));
}

.testimonial-list h3 {
  line-height: calc(1 + 0.5 / max(1, var(--font-heading-scale)));
}

.testimonial-list h3,
.testimonial-list p {
  margin: 0;
}

.testimonial-card-spacing {
  padding-top: 2.5rem;
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

.testimonial-card__info > :nth-child(2) {
  margin-top: 1rem;
}

.testimonial-list__item.center .media--adapt,
.testimonial-list__item .media--adapt .testimonial-card__image {
  width: auto;
}

.testimonial-list__item.center .media--adapt img {
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 749px) {
  .testimonial-list {
    margin: 0;
    width: 100%;
  }

  .testimonial-list:not(.slider) {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}


@media screen and (min-width: 750px) {
  .testimonial-list.slider,
  .testimonial-list.grid--4-col-desktop {
    padding: 0;
  }

  .testimonial-list__item,
  .grid--4-col-desktop .testimonial-list__item {
    padding-bottom: 0;
  }

  .background-none .grid--2-col-tablet .testimonial-list__item {
    margin-top: 4rem;
  }
}

.background-none .testimonial-card-spacing {
  padding: 0;
  margin: 0;
}

.testimonial-card__info {
  padding: 2.5rem;
}

.background-none .testimonial-card__info {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.background-none .slider .testimonial-card__info {
  padding-bottom: 0;
}

.background-none .testimonial-card__image-wrapper + .testimonial-card__info {
  padding-top: 2.5rem;
}

.background-none .slider .testimonial-card__info {
  padding-left: 0.5rem;
}

.background-none
  .slider
  .testimonial-card__image-wrapper
  + .testimonial-card__info {
  padding-left: 1.5rem;
}

.background-none
  .testimonial-list:not(.slider)
  .center
  .testimonial-card__info {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

@media screen and (max-width: 749px) {
  .background-none .slider .testimonial-card__info {
    padding-bottom: 1rem;
  }

  .testimonial.background-none .slider.slider--mobile {
    margin-bottom: 0rem;
  }
}

@media screen and (min-width: 750px) {
  .background-none .testimonial-card__image-wrapper {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .background-none .testimonial-list .testimonial-card__info,
  .background-none
    .testimonial-list:not(.slider)
    .center
    .testimonial-card__info {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.testimonial-card {
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}

.testimonial-card > .testimonial-card__image-wrapper--full-width:not(.testimonial-card-spacing) {
  border-top-left-radius: calc(var(--text-boxes-radius) - var(--text-boxes-border-width));
  border-top-right-radius: calc(var(--text-boxes-radius) - var(--text-boxes-border-width));
  overflow: hidden;
}

.testimonial.background-none .testimonial-card {
  border-radius: 0;
}

.testimonial-card__info .link {
  text-decoration: none;
  font-size: inherit;
  margin-top: 1.5rem;
}

.testimonial-card__info .icon-wrap {
  margin-left: 0.8rem;
  white-space: nowrap;
}

@media screen and (min-width: 990px) {
  .testimonial-list__item--empty {
    display: list-item;
  }
}

.testimonial .testimonial-card__info__header {
    display: flex;
    align-items: center;
    gap: 10px;
}

.testimonial button.slider-button__floating {
    position: absolute;
    top: 20%;
    z-index: 1;
    width: 40px !important;
    height: 40px !important;
    min-height: 40px !important;
    max-height: 40px !important;
    min-width: 40px !important;
    max-width: 40px !important;
    padding: 0;
}

.testimonial button.slider-button__floating.slider-button--prev {
    left: -10px;
}

.testimonial button.slider-button__floating.slider-button--next {
    right: -10px;
}

@media screen and (max-width: 749px) {
  .testimonial .rte {
    font-size: 15px !important; /* taille du texte des avis */
    line-height: 1.4em !important; /* pour garder lisible */
  }
}

  /* Nom du client */
  .testimonial .testimonial-card__info__name {
    font-size: 17px !important;
  }

  /* Texte "verified customer" ou autre */
  .testimonial .testimonial-card__info__status {
    font-size: 14px !important;
    color: #666; /* optionnel : couleur plus douce */
  }
}
