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

/* Effets reveal */
.reveal { opacity:0; transform:translateY(30px); transition:opacity 0.7s ease, transform 0.7s ease; }
.reveal.visible { opacity:1; transform:translateY(0); }

/* Effets boutons */
a.btn-hover { overflow:visible !important; transition:transform 0.2s ease, box-shadow 0.2s ease !important; }
a.btn-hover:hover { transform:translateY(-3px) scale(1.03) !important; box-shadow:0 8px 25px rgba(216, 90, 48, 0.4) !important; }
a.btn-hover:active { transform:scale(0.98) !important; }
