


/* ________________Section Témoignages__________ */

.testimonials {
  background-color: #eee;
  padding: 3rem 1rem;
}

.testimonials-container {
  max-width: 800px;
  margin: auto;
}

.testimonials-container h1 {
  font-family: var(--police-secondaire);
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.testimonials-container h2 {
  font-family: var(--police-secondaire);
  font-size: 1.5rem;
  font-weight: 300;
  margin-bottom: 3rem;
}

.testimonials-elem {
  font-family: var(--police-secondaire);
  background: white;
  border-radius: 5px;
  padding: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
  box-shadow: 0px 0px 3px 0px rgba(90, 90, 90, 0.5);
}

.testimonials-elem-text {
  padding-right: 2rem;
}

.testimonials-elem-text p {
  /* margin-bottom: 1rem; */
}

.testimonials-elem-profil {
  height: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content:flex-start;
  align-items: center;
}

.testimonials-elem-profil p {
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.testimonials-elem-profil img {
  width: 120px;
  border-radius: 50px;
  margin-bottom: 0.5rem;
}

em {
  font-size: 0.7rem;
  color: #555;
}






.google {
  font-family: var(--police-secondaire);
  width: 100%;
  background: white;
  border-radius: 5px;
  padding: 0.5rem;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin-bottom: 1rem;
  box-shadow: 0px 0px 3px 0px rgba(90, 90, 90, 0.5);
  line-height: 1.5;
}

.google-logo {
  width: 100px;
  margin-right: 1rem;
}

.google-star {
  width: 150px;
  margin-right: 1rem;
}

.google-note {
  font-size: 2rem;
  margin-right: 1rem;
  color: #70757a;
  font-family: arial,sans-serif;
}

.google-compte {
  /* margin-top: 8px; */
  color: #70757a;
  font-family: arial,sans-serif;
}

.google-lien i {
  font-size: 1.5rem;
  color: var(--couleur-principale);
}







.plus-avis {
  width: 50%;
  font-family: var(--police-secondaire);
  background: white;
  border-radius: 5px;
  padding: 1rem;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 3px 0px rgba(90, 90, 90, 0.5);
}

.plus-avis h2 {
  font-size: 1rem;
  margin-bottom: 1rem;
  text-align: center;
}

.plus-avis-img {
  width: 100%;
  display: flex;
  justify-content: center;
}

.plus-avis-img img {
  width: 100px;
}