.testimonial-component {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #FFFFFF;
  border-radius: 0.75rem;
  padding: 20px;
  transition: 0.3s;
  max-width: 418px;
  border: 1px solid #F2F2F2;
  height: 100%;
}
.testimonial-component:hover {
  box-shadow: 2px 5px 17px 0 rgba(0, 0, 0, 0.15);
}
.testimonial-component:hover .testimonial-quote svg {
  transform: scale(1.05);
}
.testimonial-component .testimonial-content {
  margin-bottom: 10px;
}
.testimonial-component .testimonial-content p:not(:first-of-type) {
  display: none;
}
.testimonial-component .testimonial-content p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
  margin-block: 10px;
}
.testimonial-component .testimonial-content a {
  overflow-wrap: anywhere;
}
.testimonial-component .testimonial-content .testimonial-quote svg {
  transition: 0.3s;
  height: 45px;
  fill: #562C80;
}
.testimonial-component .testimonial-content .testimonial-quote.testimonial-second-quote {
  display: flex;
  justify-content: flex-end;
}
.testimonial-component .testimonial-content .testimonial-quote.testimonial-second-quote svg {
  rotate: 180deg;
  opacity: 0.3;
  height: 25px;
}
.testimonial-component .testimonial-content .video-component {
  margin-block: 0;
}
.testimonial-component .testimonial-context .testimonial-infos {
  display: flex;
  gap: 10px;
}
.testimonial-component .testimonial-context .testimonial-infos img:not(.close-modal-icon) {
  border-radius: 10px;
  width: 90px;
  min-width: 90px;
  height: 90px;
}
.testimonial-component .testimonial-context .testimonial-infos img:not(.close-modal-icon):not(.youtube-logo-icon) {
  object-fit: cover;
}
.testimonial-component .testimonial-context .testimonial-infos .video-component {
  width: 90px;
  min-width: 90px;
  aspect-ratio: unset;
  margin: 0;
}
.testimonial-component .testimonial-context .testimonial-infos .video-component svg {
  height: 50%;
  fill: #FFFFFF;
}
.testimonial-component .testimonial-context .testimonial-infos .testimonial-person-name {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: unset;
}
.testimonial-component .testimonial-context .testimonial-infos .testimonial-person-name::after {
  content: "";
  display: block;
  height: 1px;
  width: 30%;
  margin: calc(10px / 2);
  background-color: #562C80;
}
.testimonial-component .testimonial-context .testimonial-infos .testimonial-person-name + p {
  font-size: 0.875rem;
  margin-bottom: 0;
}
.testimonial-component .testimonial-context .testimonial-infos .testimonial-programme-link {
  font-size: 0.875rem;
  color: #562C80;
  text-decoration: none;
}
.testimonial-component .testimonial-context .testimonial-infos .testimonial-programme-link:hover {
  cursor: pointer;
  text-decoration: underline;
}
.testimonial-component .testimonial-context .cta-component {
  margin: 20px 0 0 0;
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #562C80;
  padding-block: 10px;
  color: #562C80;
}
.testimonial-component .testimonial-context .cta-component:hover {
  background: #562C80;
  color: #FFFFFF;
}

/*# sourceMappingURL=testimonial-component-style.css.map */
