/* Navigation mobile : contraste stable sur le tiroir bleu Blocksy. */
@media (max-width: 999.98px) {
  .ct-panel.ct-header .mobile-menu .ct-menu-link,
  .ct-panel.ct-header .mobile-menu [class*="ct-toggle-dropdown"] {
    color: #fff !important;
  }

  .ct-panel.ct-header .mobile-menu .current-menu-ancestor > .ct-menu-link {
    color: #fff !important;
  }

  .ct-panel.ct-header .mobile-menu .current-menu-item > .ct-menu-link,
  .ct-panel.ct-header .mobile-menu .current_page_item > .ct-menu-link {
    border-radius: 8px;
    background: #c91624 !important;
    color: #fff !important;
  }

  .ct-panel.ct-header .mobile-menu .sub-menu {
    border-left: 1px solid rgba(255, 255, 255, .2);
  }
}
