.elementor .btn-pulse{animation: pulseLumineux 1.4s ease-in-out infinite !important;
}

@keyframes pulseLumineux {
  0% {
      transform: scale(1);
      box-shadow: 0 0 0 0 rgba(255, 193, 7, 0.7);
  }
  50% {
      transform: scale(1.05);
      box-shadow: 0 0 25px 8px rgba(255, 193, 7, 0.9);
  }
  100% {
      transform: scale(1);
      box-shadow: 0 0 0 0 rgba(255, 193, 7, 0.7);
  }
}

.ignorer {\n}