@import '_content/IZIPortail.WebApp.Shared/IZIPortail.WebApp.Shared.bundle.scp.css';

/* /Shared/Components/NavBarComponent.razor.rz.scp.css */
.top-row[b-oqazk9t1ta] {
  justify-content: flex-end;
  height: 3.5rem;
  display: flex;
  align-items: center;
}

.top-row[b-oqazk9t1ta]  a, .top-row[b-oqazk9t1ta]  .btn-link {
  white-space: nowrap;
  margin-left: 1.5rem;
  text-decoration: none;
}

.top-row[b-oqazk9t1ta]  a:hover, .top-row[b-oqazk9t1ta]  .btn-link:hover {
  text-decoration: underline;
}

.top-row[b-oqazk9t1ta]  a:first-child {
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 640.98px) {
  .top-row:not(.auth)[b-oqazk9t1ta] {
    display: none;
  }

  .top-row.auth[b-oqazk9t1ta] {
    justify-content: space-between;
  }

  .top-row[b-oqazk9t1ta]  a, .top-row[b-oqazk9t1ta]  .btn-link {
    margin-left: 0;
  }
}
@media (min-width: 641px) {
  .top-row[b-oqazk9t1ta] {
    position: sticky;
    top: 0;
    z-index: 1;
  }

  .top-row.auth[b-oqazk9t1ta]  a:first-child {
    flex: 1;
    text-align: right;
    width: 0;
  }

  .top-row[b-oqazk9t1ta], article[b-oqazk9t1ta] {
    padding-left: 2rem !important;
    padding-right: 1.5rem !important;
  }
}
/* /Shared/Components/SideBarComponent.razor.rz.scp.css */
.sidebar-menu[b-6djvnt9j61] {
  background-color: #7f8c8d;
}

.navbar-toggler[b-6djvnt9j61] {
  background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-6djvnt9j61] {
  height: 3.5rem;
  background-color: rgba(0, 0, 0, 0.2);
}

.navbar-brand[b-6djvnt9j61] {
  font-size: 1.1rem;
}

.oi[b-6djvnt9j61] {
  width: 2rem;
  font-size: 1.1rem;
  vertical-align: text-top;
  top: -2px;
}

.nav-item[b-6djvnt9j61] {
  font-size: 0.9rem;
  padding-bottom: 0.5rem;
}

.nav-item:first-of-type[b-6djvnt9j61] {
  padding-top: 1rem;
}

.nav-item:last-of-type[b-6djvnt9j61] {
  padding-bottom: 1rem;
}

.nav-item[b-6djvnt9j61]  a {
  color: #d7d7d7;
  border-radius: 4px;
  height: 3rem;
  display: flex;
  align-items: center;
  line-height: 3rem;
}

.nav-item[b-6djvnt9j61]  a.active {
  background-color: rgba(255, 255, 255, 0.25);
  color: white;
}

.nav-item[b-6djvnt9j61]  a:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: white;
}

@media (min-width: 641px) {
  .navbar-toggler[b-6djvnt9j61] {
    display: none;
  }

  .collapse[b-6djvnt9j61] {
    /* Never collapse the sidebar for wide screens */
    display: block;
  }
}
.user-profile .logo-container[b-6djvnt9j61] {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.user-profile .log-off-btn[b-6djvnt9j61] {
  padding-top: 0.815rem;
  padding-bottom: 0.815rem;
  border-top: 1px solid #e5e5e5;
}

.user-profile .menu-icon-user-profile[b-6djvnt9j61] {
  opacity: 0.25;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

@media (min-width: 641px) {
  .sidebar-menu[b-6djvnt9j61] {
    width: 250px;
    height: 100vh;
    position: sticky;
    top: 0;
  }

  .top-row[b-6djvnt9j61] {
    position: sticky;
    top: 0;
    z-index: 1;
  }

  .top-row.auth[b-6djvnt9j61]  a:first-child {
    flex: 1;
    text-align: right;
    width: 0;
  }

  .top-row[b-6djvnt9j61], article[b-6djvnt9j61] {
    padding-left: 2rem !important;
    padding-right: 1.5rem !important;
  }
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-bdcyt2te7p] {
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: #f5f6fa;
}

main[b-bdcyt2te7p] {
    flex: 1;
}

@media (min-width: 641px) {
    .page[b-bdcyt2te7p] {
        flex-direction: row;
    }
}
