@media (min-width: 769px) and (max-width: 1250px) {
  .tablet-only {
    display: flex;
  }
  .tablet-hide {
    display: none !important;
  }
  body #topnav .navbar-custom > .container-fluid {
    padding-left: 0;
  }
  body #topnav .navbar-custom ul.navigation-menu li a {
    background-color: transparent !important;
    padding: 10px 20px;
  }
  body .thematic_links_summary {
    flex-direction: column;
  }
  body .thematic_links_summary > div {
    width: 100%;
    max-width: 100%;
  }
  body #vue-market .main-filters-bar {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  body #vue-market .filter-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  body #vue-market .filter-wrapper > div {
    flex: unset;
  }
}

/*# sourceMappingURL=tablet.css.map */
