.testimonialfull1 {
  width: 100%; /* Réduit légèrement la largeur */
  position: relative;
  background: #f7f7f7;
  border-radius: 6.25rem 1rem 6.25rem 1rem;
  border: 1px solid transparent;
  background-clip: padding-box;
  padding: 3rem;
  margin: 2rem auto;
  overflow: visible; /* Empêche l'image de déborder */
}

.testimonialfull1__content {
  display: grid;
  grid-template-columns: 42% 40%; /* Ajuste la proportion texte/image */
  align-items: flex-start;
  justify-content: space-around;
  padding: 2.5rem;
}

.testimonialfull1__text {
  padding-right: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.testimonialfull1__image {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.testimonialfull1__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Style du texte ajusté */
.testimonialfull1__text h1 {
  font-family: "DM Sans", sans-serif;
  font-size: 2.125rem;
  font-weight: 700;
  line-height: 1.3;
  color: #1e1d1d;
  margin: 0;
}

.testimonialfull1__text h2 {
  font-family: "DM Sans", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3;
  color: #505050;
  margin: 0;
}

.testimonialfull1__text p {
  font-family: "DM Sans", sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.6;
  color: #1e1d1d;
  margin: 0.5rem 0;
}

.testimonialfull3 {
  width: 100%;
  position: relative;
  background: #f7f7f7;
  border-radius: 6.25rem 1rem 6.25rem 1rem;
  border: 1px solid transparent;
  background-clip: padding-box;
  padding: 3rem;
  margin: 2rem auto;
  overflow: visible;
}

.testimonialfull3__content {
  display: grid;
  grid-template-columns: 42% 40%;
  align-items: flex-start;
  justify-content: space-around;
  padding: 2.5rem;
}

.testimonialfull3__text {
  padding-right: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.testimonialfull3__image {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.testimonialfull3__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.testimonialfull3__text h1 {
  font-family: "DM Sans", sans-serif;
  font-size: 2.125rem;
  font-weight: 700;
  line-height: 1.3;
  color: #1e1d1d;
  margin: 0;
}

.testimonialfull3__text h2 {
  font-family: "DM Sans", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3;
  color: #505050;
  margin: 0;
}

.testimonialfull3__text p {
  font-family: "DM Sans", sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.6;
  color: #1e1d1d;
  margin: 0.5rem 0;
}

@media (max-width: 768px) {
  .testimonialfull3 {
    border-radius: 75px 16px 75px 16px;
    padding: 0;
  }

  .testimonialfull3__content {
    padding: 3.75rem 1rem;
    display: flex;
    flex-direction: column;
  }

  .testimonialfull3__text {
    padding-right: 0rem;
  }

  .testimonialfull3__text h1 {
    font-family: "DM Sans", sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.95rem;
    color: #1e1d1d;
    margin: 0;
  }

  .testimonialfull3__text h2 {
    font-family: "DM Sans", sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.62rem;
    color: #505050;
    margin: 0;
  }

  .testimonialfull3__text p {
    font-family: "DM Sans", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.3;
    color: #1e1d1d;
    margin: 0.5rem 0;
  }

  .testimonialfull3__image {
    margin-top: 1.875rem;
  }
}

.testimonialfull3__image iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 0;
  border-radius: 4px;
  display: block;
}
