/*
Theme Name: Lozdev Astra Child
Theme URI: https://www.lozdev-informatique.fr
Description: Child theme Astra personnalisé par Lozdev Informatique
Author: Géraldine Juery - Lozdev Informatique
Author URI: https://www.lozdev-informatique.fr
Template: astra
Version: 1.0
Text Domain: lozdev-astra-child
*/


/* ===== Boutons Lozdev ===== */

.ast-custom-button {
    transition: all 0.3s ease;
}

.ast-custom-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(2, 102, 121, 0.25);
}