@import '_content/SharePoint.Blazor/SharePoint.Blazor.bundle.scp.css';
@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.bundle.scp.css';

/* _content/CarteAbeilleWebsite/Components/Footer.razor.rz.scp.css */
#edit-footer-container[b-ysqi9hzr7t] {
    text-align: center;
}
/* _content/CarteAbeilleWebsite/Components/NavMenu.razor.rz.scp.css */
.menu-mobile[b-axxssosfbo] {
    display: none;
}

.menu-desktop[b-axxssosfbo] {
    display: inline-block;
}

.menu-search-section[b-axxssosfbo] {
    margin-top: 15px;
    display: none;
}

.language-selector[b-axxssosfbo] {
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: center;
}


@media(max-width: 768px) {
    .menu-mobile[b-axxssosfbo] {
        display: block;
    }

    .menu-desktop[b-axxssosfbo] {
        display: none;
    }

    .menu-search-section[b-axxssosfbo] {
        display: block;
    }
}
/* _content/CarteAbeilleWebsite/Components/NotFound.razor.rz.scp.css */
.error-v1[b-1heq9cgzkl] {
    padding-bottom: 30px;
    text-align: center;
}

    .error-v1 p[b-1heq9cgzkl] {
        color: #555;
        font-size: 16px;
    }

    .error-v1 span[b-1heq9cgzkl] {
        color: #555;
        display: block;
        font-size: 35px;
        font-weight: 200;
    }

        .error-v1 span.error-v1-title[b-1heq9cgzkl] {
            color: #777;
            font-size: 180px;
            line-height: 200px;
            padding-bottom: 20px;
        }

/*For Mobile Devices*/
@media (max-width: 500px) {
    .error-v1 p[b-1heq9cgzkl] {
        font-size: 12px;
    }

    .error-v1 span[b-1heq9cgzkl] {
        font-size: 25px;
    }

        .error-v1 span.error-v1-title[b-1heq9cgzkl] {
            font-size: 140px;
        }
}
/* _content/CarteAbeilleWebsite/Pages/MainLayout.razor.rz.scp.css */
.page[b-pttn9sr06z] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-pttn9sr06z] {
    flex: 1;
}

.sidebar[b-pttn9sr06z] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-pttn9sr06z] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-pttn9sr06z]  a, .top-row .btn-link[b-pttn9sr06z] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-pttn9sr06z] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-pttn9sr06z] {
        display: none;
    }

    .top-row.auth[b-pttn9sr06z] {
        justify-content: space-between;
    }

    .top-row a[b-pttn9sr06z], .top-row .btn-link[b-pttn9sr06z] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-pttn9sr06z] {
        flex-direction: row;
    }

    .sidebar[b-pttn9sr06z] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-pttn9sr06z] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-pttn9sr06z], article[b-pttn9sr06z] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
