.temoignage-section {
  background: white;
  padding: 100px 0px 200px 0px;
}

.temoignage-wrapper {
  font-family: sans-serif;
  text-align: center;
}

.temoignage-title {
  margin: 2rem 0;
  font-size: 1.9rem;
}

.temoignage-photos {
  display: flex;
  gap: 1rem;
  justify-content: center;
  margin-bottom: 2rem;
}

.temoignage-photo {
  width: 180px;
  height: 140px;
  object-fit: cover;
  border-radius: 12px;
  transform: rotate(-3deg);
}

.temoignage-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.2rem;
  max-width: 1050px;
  margin: auto;
}

.temoignage-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1.8rem;
  font-size: 1rem;
  text-align: left;
  border-radius: 16px;
}

.temoignage-card-lila {
  font-weight: 600;
  background: #dcd3ff;
}

.temoignage-card-dark {
  font-weight: 600;
  color: white;
  background: #003b2e;
}

.temoignage-card-green {
  background: #d6ffd9;
}

.temoignage-card-peach {
  background: #ffe4d6;
}

.temoignage-card-blue {
  font-weight: 600;
  color: white;
  background: #003f57;
}

.temoignage-card-purple {
  font-weight: 600;
  color: white;
  background: #6c1bc7;
}

.temoignage-stars {
  margin-bottom: 0.5rem;
  font-size: 1.1rem;
}

.temoignage-author {
  margin-top: 0.6rem;
  font-size: 0.85rem;
  opacity: 0.7;
}
