.vr {
    min-height: 0 !important;
}



.topbar-responsive {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.topbar-responsive .topbar-l {
  flex: 1 1 auto;
  min-width: 0;
}

.topbar-responsive .topbar-r {
  flex: 0 0 auto;
  white-space: nowrap;
}

.topbar-responsive .topbar-l > *,
.topbar-responsive .topbar-r > * {
  min-width: 0;
}

/* Smartphone / tablette */
@media (max-width: 991.98px) {
  .topbar-responsive {
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
  }

  .topbar-responsive .topbar-r {
    order: 1;
    width: 100%;
    justify-content: flex-end;
  }

  .topbar-responsive .topbar-l {
    order: 2;
    width: 100%;
    min-width: 0;
  }
}


.topbar-responsive {
  direction: ltr;
}

.topbar-responsive .topbar-l,
.topbar-responsive .topbar-r {
  direction: inherit;
}

html[dir="rtl"] .topbar-responsive {
  direction: ltr;
}

.item-page.layout-default.no-sidebar .top-article-info {
    max-width: none;
}

.t4-footnav .t4-module .navbar .nav > li a.nav-link {
    color: #E0E0E0
}