.gm-elus-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem;
}

.gm-fonction-titre {
  font-size: 1.8rem;
  margin-top: 3rem;
  margin-bottom: 1rem;
  color: #2c3e50;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.gm-elus-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1.5rem;
}

.gm-elu {
  background: #f9f9f9;
  padding: 1rem;
  border-radius: 8px;
  text-align: center;
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
}

.gm-photo {
  max-width: 100%;
  height: auto;
  border-radius: 6px;
  margin-bottom: 0.8rem;
}

.gm-elu h3 {
  font-size: 1.1rem;
  margin: 0.5rem 0;
  color: #34495e;
}

.gm-poste {
  font-style: italic;
  font-size: 0.95rem;
  margin-bottom: 0.5rem;
  color: #7f8c8d;
}

.gm-contacts a {
  margin: 0 8px;
  color: #2980b9;
  text-decoration: none;
  font-size: 1.2rem;
}

.gm-contacts a:hover {
  color: #1c5980;
}
