/* reduce the font size of the main menu items because there are too many */
@media only screen and (min-width: 992px) {
  .hbk-mega-menu.style-merseille .hbk-mega-menu--items .item-link {
    font-size: 15px;
  }
  .hbk-mega-menu.style-merseille .hbk-mega-menu--items > .item {
    min-width: 85px;
  }
  ul.hbk-mega-menu--items {
    display: flex;
    width: inherit !important;
  }
}
