
/* ===== Correctif 2 : coupures de mots barre laterale (labels FR plus longs) ===== */
.il-mainbar-entries button, .il-maincontrols-slate a,
.il-maincontrols-slate button, .ilLeftNav a {
  font-size: 9.5px !important;
  line-height: 1.15 !important;
  hyphens: auto !important;
  -webkit-hyphens: auto !important;
  word-break: normal !important;
  overflow-wrap: break-word !important;
}
.il-mainbar-entries .bulky-label {
  hyphens: auto !important;
  -webkit-hyphens: auto !important;
  word-break: normal !important;
}
/* ===== fin correctif 2 ===== */
