@media (max-width: 991.98px) {
  .iode-editorial-shell .iode-ap-header .navbar {
    align-items: center;
    flex-wrap: wrap;
  }

  .iode-editorial-shell .iode-ap-header .container-fluid {
    align-items: center;
    min-width: 0;
    padding-right: 0;
    padding-left: 0;
  }

  .iode-editorial-shell .iode-ap-brand {
    max-width: calc(100% - 3.5rem);
  }

  .iode-editorial-shell .iode-ap-header .navbar-toggler {
    flex: 0 0 auto;
    margin-left: auto;
  }

  .iode-editorial-shell .iode-ap-header .navbar-collapse:not(.show):not(.collapsing) {
    display: none !important;
  }

  .iode-editorial-shell .iode-ap-header .navbar-collapse {
    flex: 0 0 100%;
    width: 100%;
    min-width: 0;
  }

  .iode-editorial-shell .iode-ap-header .navbar-collapse.show,
  .iode-editorial-shell .iode-ap-header .navbar-collapse.collapsing {
    display: block !important;
  }

  .iode-editorial-shell .iode-ap-nav {
    align-items: stretch;
    width: 100%;
  }

  .iode-editorial-shell .iode-ap-header .navbar-nav .nav-link,
  .iode-editorial-shell .iode-ap-header .navbar-nav .dropdown-toggle,
  .iode-editorial-shell .iode-ap-nav>li:not(.nav-item)>a {
    display: flex;
    width: 100%;
  }

  .iode-editorial-shell .iode-ap-dropdown,
  .iode-editorial-shell .iode-ap-nav .submenu {
    display: none !important;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
  }

  .iode-editorial-shell .iode-ap-dropdown.show,
  .iode-editorial-shell .show>.iode-ap-dropdown,
  .iode-editorial-shell .iode-ap-nav .submenu.show,
  .iode-editorial-shell .iode-ap-nav>li:hover>.submenu,
  .iode-editorial-shell .iode-ap-nav>li:focus-within>.submenu,
  .iode-editorial-shell .iode-ap-nav .show>.submenu {
    display: block !important;
    visibility: visible;
    opacity: 1;
    transform: none;
    pointer-events: auto;
  }

  .iode-editorial-shell .iode-header-actions {
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
  }
}
