/* Text utility */
/* Mobile utility */
/* link hover utility */
/* Container utility mixin */
/* Container avec variable CSS */
/* Text content styles */
/* Centered content */
/* from... */
/* to... */
/* from... to... */
/* at... */
/* FONT WEIGHTS */
.s-testimony-item .l-wrapper {
  padding: 0 !important;
}
.s-testimony-item__card {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1rem;
  border: 1px solid var(--wp--preset--color--lila-rvb);
}
.s-testimony-slider--inline .s-testimony-item__card {
  flex-direction: row;
  align-items: flex-start;
}
@media screen and (min-width: 1280px) {
  .s-testimony-item__card {
    column-gap: 2rem;
    padding: 2rem;
  }
}
@media screen and (min-width: 1920px) {
  .s-testimony-item__card {
    column-gap: 3rem;
    padding: 3rem;
  }
}
.s-testimony-item__image {
  flex-shrink: 0;
  width: 7rem;
  height: 4.5rem;
}
.s-testimony-item__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left center;
}
.s-testimony-item__image-placeholder {
  width: 3rem;
  height: 3rem;
  background-color: color-mix(in srgb, currentColor 10%, transparent);
}
.s-testimony-item__body {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
@media screen and (min-width: 1920px) {
  .s-testimony-item__body {
    margin-bottom: 0.75rem;
  }
}
.s-testimony-item__text {
  margin-bottom: 0.75rem;
}
@media screen and (min-width: 1920px) {
  .s-testimony-item__text {
    margin-bottom: 1rem;
  }
}
.s-testimony-item__text, .s-testimony-item__text p {
  font-family: "paralucent", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.125;
}
@media screen and (max-width: 580px) {
  .s-testimony-item__text, .s-testimony-item__text p {
    font-size: 1.25rem;
  }
}
.s-testimony-item__text p {
  display: inline;
}
.s-testimony-item__auteur {
  font-family: "paralucent", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  color: var(--wp--preset--color--indigo-rvb);
}
.s-testimony-item__poste {
  font-family: "paralucent-text", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
}
.s-testimony-item__source {
  font-family: "paralucent-condensed", sans-serif;
  font-size: 0.8125rem;
  font-weight: 300;
}