/* V386 — organisation visuelle du menu uniquement. */
#drawer .v386-menu-section{
  display:flex;
  flex-direction:column;
  gap:10px;
  margin:14px 0 18px;
}
#drawer .v386-menu-section-title{
  margin:0 10px 2px;
  padding:0 4px 8px;
  border-bottom:1px solid rgba(120,166,218,.38);
  color:#ffd900;
  font-size:12px;
  font-weight:1000;
  letter-spacing:.12em;
  text-transform:uppercase;
  line-height:1.2;
}
#drawer .v386-menu-section .navItem{margin:0!important;width:100%;}
#drawer .v386-menu-home{margin-bottom:4px!important;}
@media(max-width:760px){
  #drawer .v386-menu-section{gap:8px;margin:12px 0 16px;}
  #drawer .v386-menu-section-title{font-size:11px;}
}

/* V395: alignement fiable des icônes et libellés. */
.v395-nav-icon{display:inline-flex;width:1.55em;justify-content:center;align-items:center;flex:0 0 1.55em}
.v395-nav-label{display:inline-block;min-width:0}
#drawer .navItem{display:flex!important;align-items:center;gap:.55em}
