.menu-item-formation>a{position:relative;color:#0055ff;font-weight:bold;transition:color 0.3s ease;text-transform:uppercase;text-shadow:0 0 5px #0055ff,0 0 10px #0055ff,0 0 20px #0055ff;animation:neonPulse 1.5s infinite alternate}.menu-item-formation>a::after{content:"Nouveau";position:absolute;top:-12px;right:-50px;background-color:#ff0055;color:white;font-size:10px;padding:2px 6px;border-radius:12px;font-weight:bold;animation:pulseBadge 1.5s infinite alternate}@keyframes neonPulse{from{text-shadow:0 0 5px #0055ff,0 0 10px #0055ff,0 0 20px #0055ff}to{text-shadow:0 0 10px #0080ff,0 0 20px #0080ff,0 0 30px #0080ff}}@keyframes pulseBadge{0%{box-shadow:0 0 5px #ff0055}100%{box-shadow:0 0 15px #ff3399}}