.elementor-widget-button .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-size:var( --e-global-typography-accent-font-size );font-weight:var( --e-global-typography-accent-font-weight );}.elementor-9786 .elementor-element.elementor-element-6d92598 .elementor-button{background-color:#000000;fill:#FFFFFF;color:#FFFFFF;}@media(max-width:1024px){.elementor-widget-button .elementor-button{font-size:var( --e-global-typography-accent-font-size );}}@media(max-width:767px){.elementor-widget-button .elementor-button{font-size:var( --e-global-typography-accent-font-size );}}/* Start custom CSS for html, class: .elementor-element-f5e7c70 *//*Le conteneur header*/
#google-reviews-header {
  text-align: center;
  font-family: Arial, sans-serif;
  margin-bottom: 40px;
  border-bottom: 1px solid #eee;
  padding-bottom: 30px;
}

#google-reviews-header h1 {
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.verified-badge {
  color: #333;
  font-size: 14px;
  margin-bottom: 25px;
}

.shield-icon { color: #4285F4; margin-right: 5px; }

.summary-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}

.rating-big {
  font-size: 60px;
  font-weight: bold;
  color: #222;
}

.rating-details {
  text-align: left;
}

.stars-gold {
  color: #f1c40f;
  font-size: 24px;
}

.total-reviews {
  color: #666;
  font-size: 14px;
}

.btn-write-review {
  display: inline-block;
  border: 1px solid #000;
  padding: 12px 25px;
  text-decoration: none;
  color: #000;
  font-weight: bold;
  font-size: 14px;
  transition: all 0.3s;
}

.btn-write-review:hover {
  background: #E41F2E;
  color: #fff;
}

.edit-icon { margin-right: 8px; font-size: 18px; }


/* Le conteneur principal */
#reviews-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 3 colonnes égales */
  gap: 20px; /* Espace entre les colonnes */
  margin-top: 20px;
}

/* Style de chaque "carte" d'avis */
.review-card {
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.05);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.author-name {
  font-weight: bold;
  display: block;
  margin-bottom: 5px;
}

.stars {
  color: #f1c40f;
  margin-bottom: 10px;
  font-size: 1.1em;
}

.review-text {
  font-size: 0.9em;
  line-height: 1.5;
  color: #555;
  font-style: italic;
}

.read-more {
  color: #4285F4; /* Bleu Google */
  text-decoration: none;
  font-weight: bold;
  font-size: 0.85em;
  margin-left: 5px;
  cursor: pointer;
}

.read-more:hover {
  text-decoration: underline;
}

/* Optionnel : équilibrer la hauteur des cartes pour la grille */
.review-card {
  min-height: 200px; /* Force une hauteur minimale pour l'alignement */
}

/* Adaptabilité Mobile : 1 seule colonne sur les petits écrans */
@media (max-width: 768px) {
  #reviews-list {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */