/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 20 2026 | 21:27:58 */
/* Effet hover global sur les boutons Elementor : légère translation
   verticale (-1px) au survol pour donner un effet de soulèvement.
   Désactiver si effet jugé trop discret. */

.elementor-button:hover {
  transform: translateY(-1px);
  transition: transform 0.2s ease, background 0.2s ease;
}