/* Rétro-éclairage néon vert électrique — bordure inférieure du header — toutes pages */
header.elementor-location-header,
.elementor-location-header,
[data-elementor-type="header"],
.elementor-7262,
.elementor-element-27d55f64 {
    border-bottom: 1px solid #39FF14 !important;
    box-shadow: 0 4px 20px rgba(57, 255, 20, 0.45), inset 0 -1px 6px rgba(57, 255, 20, 0.25) !important;
    animation: neon-header-pulse_ca120a5d 2s infinite alternate !important;
}

@keyframes neon-header-pulse_ca120a5d {
    0% {
        box-shadow: 0 2px 10px rgba(57, 255, 20, 0.3), 0 3px 18px rgba(57, 255, 20, 0.2) !important;
        border-color: rgba(57, 255, 20, 0.75) !important;
    }
    100% {
        box-shadow: 0 4px 28px rgba(57, 255, 20, 0.7), 0 6px 40px rgba(57, 255, 20, 0.45) !important;
        border-color: #39FF14 !important;
    }
}
