/*
 * Phase 2 — Lot CSS 2BF
 * Module : alignement de l’onglet IA Présence
 * Extraction stricte du bloc nf-ia-nav-align.
 *
 * Ce module ne modifie ni la grille de navigation, ni l’écran IA,
 * ni l’affichage général de la barre basse.
 * Il conserve uniquement l’alignement, la taille et les couleurs
 * de l’icône centrale IA Présence.
 * Aucun JavaScript modifié.
 */

/* Aligner l'onglet IA Présence sur les autres icônes de navigation */
.nf-nav-center{ transform:none!important; }
.nf-nav-center svg{ width:22px!important;height:22px!important;background:none!important;border-radius:0!important;padding:0!important;box-shadow:none!important; }
#nf-bottom-nav .nf-nav-center{ transform:none!important; }
#nf-bottom-nav .nf-nav-center svg,
#nf-bottom-nav .nf-nav-center:not(.active) svg,
#nf-bottom-nav .nf-nav-center.active svg{
  width:22px!important;height:22px!important;background:none!important;
  border-radius:0!important;padding:0!important;box-shadow:none!important;
}
#nf-bottom-nav .nf-nav-center:not(.active),
#nf-bottom-nav .nf-nav-center:not(.active) svg{ color:var(--nf-ink-mid)!important; }
#nf-bottom-nav .nf-nav-center.active,
#nf-bottom-nav .nf-nav-center.active svg{ color:var(--nf-copper)!important; }
