/* Polices pour le footer */
.loboes-custom-footer h3 {
  font-family: 'Big Shoulders Display', sans-serif;
  font-weight: 700;
  color: #D4AF37;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 1.5em;
}

/* Boutons réseaux sociaux */
.loboes-custom-footer a[href^="http"],
.loboes-custom-footer a[href="#"] {
  background: #D4AF37 !important;
  color: #1A1A1A !important;
  padding: 8px 12px !important;
  border-radius: 50% !important;
  text-decoration: none !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 1.2em !important;
  transition: transform 0.3s !important;
}

.loboes-custom-footer a[href^="http"]:hover,
.loboes-custom-footer a[href="#"]:hover {
  transform: scale(1.1) !important;
}

/* Carte Google Maps */
.wp_google_maps_container {
  border: 1px solid #D4AF37 !important;
  border-radius: 4px !important;
  margin-bottom: 15px !important;
}

/* Responsive */
@media (max-width: 768px) {
  .loboes-custom-footer > div {
    grid-template-columns: 1fr !important;
    gap: 20px !important;
  }
}
