/* /Components/BandeauVisite.razor.rz.scp.css */
.bandeau-visite[b-9t6m7hytr1] {
    background-color: #1c1c1c;
    border-radius: 4px;
    overflow-x: auto;
}

.bandeau-visite ul[b-9t6m7hytr1] {
    display: flex;
    align-items: stretch;
    list-style: none;
    margin: 0;
    padding: 0;
}

.bandeau-visite li[b-9t6m7hytr1] {
    display: flex;
    border-right: 1px solid #333;
}

.bandeau-visite li.actif[b-9t6m7hytr1] {
    background-color: #000;
}

.bandeau-visite li a[b-9t6m7hytr1] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    padding: 8px 14px;
    color: #e6e6e6;
    font-size: 0.72rem;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
}

.bandeau-visite li a:hover[b-9t6m7hytr1] {
    background-color: #333;
    color: #fff;
}

.bandeau-visite li img[b-9t6m7hytr1] {
    width: 38px;
    height: 38px;
    object-fit: contain;
}

.bandeau-visite li span[b-9t6m7hytr1] {
    max-width: 90px;
    white-space: normal;
    line-height: 1.05;
}
/* /Components/CadreVisite.razor.rz.scp.css */
.visite-header .logo[b-3g663qq7j0] {
    height: 48px;
    object-fit: contain;
}

.visite-header .titre[b-3g663qq7j0] {
    font-size: 1rem;
}
/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-fgwj2rw188] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-fgwj2rw188] {
    flex: 1;
}

.sidebar[b-fgwj2rw188] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-fgwj2rw188] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-fgwj2rw188]  a, .top-row[b-fgwj2rw188]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-fgwj2rw188]  a:hover, .top-row[b-fgwj2rw188]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-fgwj2rw188]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-fgwj2rw188] {
        justify-content: space-between;
    }

    .top-row[b-fgwj2rw188]  a, .top-row[b-fgwj2rw188]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-fgwj2rw188] {
        flex-direction: row;
    }

    .sidebar[b-fgwj2rw188] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-fgwj2rw188] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-fgwj2rw188]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-fgwj2rw188], article[b-fgwj2rw188] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Pages/VisiteSaisie.razor.rz.scp.css */
.visite-header .logo[b-06h3tnmohv] {
    height: 48px;
    object-fit: contain;
}

.visite-header .titre[b-06h3tnmohv] {
    font-size: 1rem;
}

.icon-edit[b-06h3tnmohv] {
    width: 22px;
    height: 22px;
    cursor: pointer;
    vertical-align: middle;
    margin-left: 4px;
    opacity: 0.85;
}
