/*
Theme Name: kadence-child
Template: kadence
Theme URI: https://gexpa.fr
Description: Thème enfant personnalisé par Pau
Author: APIC
Author URI: https://www.pop-apic.com
Version: 1.0.0
*/	

/* SAUVEGARDE CSS PERSONNALISE 
 * Bouton "Contactez nos équipes" 
.button-glide {
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
.button-glide:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}
 Cartes chiffres clés"
.chiffres-card {
  transition: all 0.3s ease;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
.chiffres-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}

section.chiffre-card {
  border-left: 4px solid var(--accent-gexpa);
  padding: 2rem;
  border-radius: 12px;
  background: rgba(26, 39, 68, 0.03);
  transition: all 0.4s ease;
}
section.chiffre-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgba(0,0,0,0.12);
}
*/