/*
 Theme Name:   Hello Elementor Child
 Theme URI:    https://exemple.com
 Description:  Thème enfant pour Hello Elementor
 Author:       Léa Ribes
 Author URI:   https://learibes.fr/
 Template:     hello-elementor
 Version:      1.0
*/


/* Ajouter les styles personnalisés ici */

.lr-card-formation {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.lr-card-formation:hover {
  transform: scale(0.96);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1); /* optionnel, pour du relief */
}

div#menubar-164 {
    background: var(--e-global-color-9a461ef) !important;
    height: 90vh;
    justify-content: center;
}