/* Avis Google */
.google-reviews-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
  padding: 20px;
  background: #f8f8f8;
}

.google-review {
  background: white;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
  padding: 15px;
  width: 100%;
  max-width: 350px;
  flex: 1 1 300px;
}

.review-header {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.review-header img {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

.review-author {
  flex: 1;
}

.review-author a {
  font-weight: bold;
  color: #333;
  text-decoration: none;
}

.review-stars {
  color: #ffc107;
  font-size: 1.2em;
  line-height: 1;
}

.review-text {
  font-size: 0.7em;
  color: #555;
  margin-bottom: 10px;
}

.review-date {
  font-size: 0.8em;
  color: #888;
  text-align: right;
}

.stars, .rating {
  color: #ffa500;
}




p.googleH2 {
  font-size: 24px;
  color: white;
}








