/*
Bascules du panneau /admin. N'existe que pour désactiver des animations
déjà définies ailleurs (shiny-buttons.css, styles.css) — aucune règle
visuelle propre, uniquement des neutralisations ciblées.
*/
/* shiny-buttons.css renforce volontairement sa spécificité (body:not(.shop-page) .primary-button)
   pour battre d'anciennes règles ; on doit égaler cette spécificité (élément + 2 classes) pour gagner ici. */
html.cms-shiny-off .hero-cta,
html.cms-shiny-off .primary-button,
html.cms-shiny-off .resource-primary,
html.cms-shiny-off .shop-primary,
html.cms-shiny-off .demo-primary,
html.cms-shiny-off .demo-back,
html.cms-shiny-off .hero-cta::before,
html.cms-shiny-off .primary-button::before,
html.cms-shiny-off .resource-primary::before,
html.cms-shiny-off .shop-primary::before,
html.cms-shiny-off .demo-primary::before,
html.cms-shiny-off .demo-back::before {
  animation: none !important;
}

.cms-herogeo-off .hero-geo {
  animation: none !important;
  opacity: 1 !important;
}
