/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-tb969c4tik] {
    position: relative;
    display: flex;
    flex-direction: column;
}

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

.sidebar[b-tb969c4tik] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-tb969c4tik] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

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

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

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

@media (max-width: 640.98px) {
    .top-row[b-tb969c4tik] {
        justify-content: space-between;
    }

    .top-row[b-tb969c4tik]  a, .top-row[b-tb969c4tik]  .btn-link {
        margin-left: 0;
    }
}

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

    .sidebar[b-tb969c4tik] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

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

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

    .top-row[b-tb969c4tik], article[b-tb969c4tik] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-tb969c4tik] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-tb969c4tik] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-fufrlm9cqm],
.components-reconnect-repeated-attempt-visible[b-fufrlm9cqm],
.components-reconnect-failed-visible[b-fufrlm9cqm],
.components-pause-visible[b-fufrlm9cqm],
.components-resume-failed-visible[b-fufrlm9cqm],
.components-rejoining-animation[b-fufrlm9cqm] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-fufrlm9cqm],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-fufrlm9cqm],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-fufrlm9cqm],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-fufrlm9cqm],
#components-reconnect-modal.components-reconnect-retrying[b-fufrlm9cqm],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-fufrlm9cqm],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-fufrlm9cqm],
#components-reconnect-modal.components-reconnect-failed[b-fufrlm9cqm],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-fufrlm9cqm] {
    display: block;
}


#components-reconnect-modal[b-fufrlm9cqm] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-fufrlm9cqm 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-fufrlm9cqm 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-fufrlm9cqm 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-fufrlm9cqm]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-fufrlm9cqm 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-fufrlm9cqm {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-fufrlm9cqm {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-fufrlm9cqm {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-fufrlm9cqm] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-fufrlm9cqm] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-fufrlm9cqm] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-fufrlm9cqm] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-fufrlm9cqm] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-fufrlm9cqm] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-fufrlm9cqm] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-fufrlm9cqm 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-fufrlm9cqm] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-fufrlm9cqm {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/Cartographie/Chantiers.razor.rz.scp.css */
/* Hauteur du wrapper carte — valeurs héritées du template Vuexy (app-logistics-fleet)
   restaurées maintenant que la card n'a plus de header au-dessus. Objectif : la carte
   occupe l'espace entre le breadcrumb et le footer sans dépassement. */

.app-logistics-fleet-wrapper[b-u4bkpzf5xz] {
    position: relative;
    overflow: hidden;
    border: none;
    block-size: calc(100vh - 14.1rem);
}

@media (max-width: 1199.98px) {
    .app-logistics-fleet-wrapper[b-u4bkpzf5xz] {
        block-size: calc(100vh - 10.5rem);
    }
}

@media (max-width: 767.98px) {
    .app-logistics-fleet-wrapper[b-u4bkpzf5xz] {
        block-size: calc(100vh - 11.5rem);
    }
}

[b-u4bkpzf5xz] .layout-navbar-hidden .app-logistics-fleet-wrapper {
    block-size: calc(100vh - 6.5rem);
}

/* La div interne #map doit prendre 100% de la hauteur de son parent direct. */
#map[b-u4bkpzf5xz] {
    block-size: 100%;
    inline-size: 100%;
}

/* Contrôle Leaflet personnalisé « Filtres » — empilé sous le zoom +/- en topleft.
   Le wrapper .leaflet-bar fournit déjà le fond blanc, la bordure et l'ombre via Leaflet ;
   on ne stylise ici que l'icône à l'intérieur du <a> et le badge compteur. */
[b-u4bkpzf5xz] .carto-filter-control a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
    font-size: 18px;
}

[b-u4bkpzf5xz] .carto-filter-control a:hover {
    background-color: #f4f4f4;
}

[b-u4bkpzf5xz] .carto-filter-badge {
    position: absolute;
    top: -6px;
    inset-inline-end: -6px;
    min-width: 18px;
    height: 18px;
    padding: 0 5px;
    background: #696cff;
    color: #fff;
    border-radius: 9px;
    font-size: 11px;
    font-weight: 600;
    line-height: 18px;
    text-align: center;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
}
/* /Components/Pages/Cartographie/Polygones.razor.rz.scp.css */
/*.leaflet-map {*/
/*    z-index: 1;*/
/*    block-size: 900px;*/
/*    !* Map tooltip border radius *!*/
/*}*/
/*.leaflet-map .leaflet-popup .leaflet-popup-content-wrapper {*/
/*    border-radius: 0.375rem;*/
/*}*/
/*.leaflet-map .leaflet-control-container .leaflet-left {*/
/*    inset-inline: 0 auto;*/
/*}*/
/*.leaflet-map .leaflet-control-container .leaflet-left .leaflet-control-zoom,*/
/*.leaflet-map .leaflet-control-container .leaflet-left .leaflet-control-layers {*/
/*    margin-inline: 0.625rem 0;*/
/*}*/
/*.leaflet-map .leaflet-control-container .leaflet-right {*/
/*    inset-inline: auto 0;*/
/*}*/
/*.leaflet-map .leaflet-control-container .leaflet-right .leaflet-control-zoom,*/
/*.leaflet-map .leaflet-control-container .leaflet-right .leaflet-control-layers {*/
/*    margin-inline: 0 0.625rem;*/
/*}*/











/* Logistics Fleet
******************************************************************************* */
/* (C) */
/* (C) */
/* Default */
/* App logistics-fleet wrapper for sidebar */
.app-logistics-fleet-wrapper[b-aexcoiivs4] {
    position: relative;
    overflow: hidden;
    border: none;
    block-size: calc(100vh - 14.1rem);
    /* setting wrapper height when navbar is hidden */
    /* Sidebar functionality */
    /* Close sidebar button */
    /* Setting sidebar height */
    /* For Sidebar Map menu Button to open in full screen */
}
@media (max-width: 1199.98px) {
    .app-logistics-fleet-wrapper[b-aexcoiivs4] {
        block-size: calc(100vh - 10.5rem);
    }
}
.layout-navbar-hidden .app-logistics-fleet-wrapper[b-aexcoiivs4] {
    block-size: calc(100vh - 6.5rem);
}
.layout-navbar-hidden .app-logistics-fleet-wrapper .logistics-fleet-sidebar-body[b-aexcoiivs4] {
    block-size: calc(100vh - 15.8rem + 4rem);
}
.app-logistics-fleet-wrapper .app-logistics-fleet-sidebar[b-aexcoiivs4] {
    position: absolute;
    z-index: 2;
    overflow: hidden;
    flex-basis: 21.5rem;
    flex-grow: 0;
    background-color: var(--bs-paper-bg);
    block-size: 100%;
    inline-size: 21.5rem;
    inset-inline-start: calc(-21.5rem - 1.2rem);
    transition: all 0.3s;
}
.app-logistics-fleet-wrapper .app-logistics-fleet-sidebar.show[b-aexcoiivs4] {
    inset-inline-start: 0;
}
.app-logistics-fleet-wrapper .close-sidebar[b-aexcoiivs4] {
    position: absolute;
    background-color: var(--bs-heading-color);
    inset-block-start: 1.5rem;
    inset-inline-end: 1.5rem;
}
.app-logistics-fleet-wrapper .logistics-fleet-sidebar-body[b-aexcoiivs4] {
    block-size: calc(100vh - 13rem);
}
@media (min-width: 1200px) {
    .app-logistics-fleet-wrapper .logistics-fleet-sidebar-body[b-aexcoiivs4] {
        block-size: calc(100vh - 15.8rem);
    }
}
@media (max-width: 767.98px) {
    .app-logistics-fleet-wrapper[b-aexcoiivs4] {
        /* Setting wrapper height when screen < md */
        /* Setting wrapper height when navbar is hidden */
    }
    .app-logistics-fleet-wrapper[b-aexcoiivs4] {
        block-size: calc(100vh - 11.5rem);
        /* For Sidebar Map menu Scroll */
    }
    .app-logistics-fleet-wrapper .logistics-fleet-sidebar-body[b-aexcoiivs4] {
        block-size: calc(100vh - 15.8rem + 0.8rem);
    }
    .layout-navbar-hidden .app-logistics-fleet-wrapper[b-aexcoiivs4] {
        block-size: calc(100vh - 7.5rem);
        /* For Sidebar Map menu Scroll */
    }
    .layout-navbar-hidden .app-logistics-fleet-wrapper .logistics-fleet-sidebar-body[b-aexcoiivs4] {
        block-size: calc(100vh - 15.8rem + 2.5rem);
    }
}
@media (min-width: 768px) {
    .app-logistics-fleet-wrapper .app-logistics-fleet-sidebar[b-aexcoiivs4] {
        position: static;
        background-color: transparent;
        block-size: auto;
    }
}
.app-logistics-fleet-wrapper .btn-white.btn-white-dark-variant[b-aexcoiivs4] {
    box-shadow: 0 0.0625rem 0.375rem 0 rgba(47, 43, 61, 0.1);
    color: #444050;
}
/* /Components/Pages/Chantiers/Detail.razor.rz.scp.css */
/*.leaflet-map {*/
/*    z-index: 1;*/
/*    block-size: 900px;*/
/*    !* Map tooltip border radius *!*/
/*}*/
/*.leaflet-map .leaflet-popup .leaflet-popup-content-wrapper {*/
/*    border-radius: 0.375rem;*/
/*}*/
/*.leaflet-map .leaflet-control-container .leaflet-left {*/
/*    inset-inline: 0 auto;*/
/*}*/
/*.leaflet-map .leaflet-control-container .leaflet-left .leaflet-control-zoom,*/
/*.leaflet-map .leaflet-control-container .leaflet-left .leaflet-control-layers {*/
/*    margin-inline: 0.625rem 0;*/
/*}*/
/*.leaflet-map .leaflet-control-container .leaflet-right {*/
/*    inset-inline: auto 0;*/
/*}*/
/*.leaflet-map .leaflet-control-container .leaflet-right .leaflet-control-zoom,*/
/*.leaflet-map .leaflet-control-container .leaflet-right .leaflet-control-layers {*/
/*    margin-inline: 0 0.625rem;*/
/*}*/











/* Logistics Fleet
******************************************************************************* */
/* (C) */
/* (C) */
/* Default */
/* App logistics-fleet wrapper for sidebar */
.app-logistics-fleet-wrapper[b-bk195dl0zb] {
    position: relative;
    overflow: hidden;
    border: none;
    block-size: calc(100vh - 14.1rem);
    /* setting wrapper height when navbar is hidden */
    /* Sidebar functionality */
    /* Close sidebar button */
    /* Setting sidebar height */
    /* For Sidebar Map menu Button to open in full screen */
}
@media (max-width: 1199.98px) {
    .app-logistics-fleet-wrapper[b-bk195dl0zb] {
        block-size: calc(100vh - 10.5rem);
    }
}
.layout-navbar-hidden .app-logistics-fleet-wrapper[b-bk195dl0zb] {
    block-size: calc(100vh - 6.5rem);
}
.layout-navbar-hidden .app-logistics-fleet-wrapper .logistics-fleet-sidebar-body[b-bk195dl0zb] {
    block-size: calc(100vh - 15.8rem + 4rem);
}
.app-logistics-fleet-wrapper .app-logistics-fleet-sidebar[b-bk195dl0zb] {
    position: absolute;
    z-index: 2;
    overflow: hidden;
    flex-basis: 21.5rem;
    flex-grow: 0;
    background-color: var(--bs-paper-bg);
    block-size: 100%;
    inline-size: 21.5rem;
    inset-inline-start: calc(-21.5rem - 1.2rem);
    transition: all 0.3s;
}
.app-logistics-fleet-wrapper .app-logistics-fleet-sidebar.show[b-bk195dl0zb] {
    inset-inline-start: 0;
}
.app-logistics-fleet-wrapper .close-sidebar[b-bk195dl0zb] {
    position: absolute;
    background-color: var(--bs-heading-color);
    inset-block-start: 1.5rem;
    inset-inline-end: 1.5rem;
}
.app-logistics-fleet-wrapper .logistics-fleet-sidebar-body[b-bk195dl0zb] {
    block-size: calc(100vh - 13rem);
}
@media (min-width: 1200px) {
    .app-logistics-fleet-wrapper .logistics-fleet-sidebar-body[b-bk195dl0zb] {
        block-size: calc(100vh - 15.8rem);
    }
}
@media (max-width: 767.98px) {
    .app-logistics-fleet-wrapper[b-bk195dl0zb] {
        /* Setting wrapper height when screen < md */
        /* Setting wrapper height when navbar is hidden */
    }
    .app-logistics-fleet-wrapper[b-bk195dl0zb] {
        block-size: calc(100vh - 11.5rem);
        /* For Sidebar Map menu Scroll */
    }
    .app-logistics-fleet-wrapper .logistics-fleet-sidebar-body[b-bk195dl0zb] {
        block-size: calc(100vh - 15.8rem + 0.8rem);
    }
    .layout-navbar-hidden .app-logistics-fleet-wrapper[b-bk195dl0zb] {
        block-size: calc(100vh - 7.5rem);
        /* For Sidebar Map menu Scroll */
    }
    .layout-navbar-hidden .app-logistics-fleet-wrapper .logistics-fleet-sidebar-body[b-bk195dl0zb] {
        block-size: calc(100vh - 15.8rem + 2.5rem);
    }
}
@media (min-width: 768px) {
    .app-logistics-fleet-wrapper .app-logistics-fleet-sidebar[b-bk195dl0zb] {
        position: static;
        background-color: transparent;
        block-size: auto;
    }
}
.app-logistics-fleet-wrapper .btn-white.btn-white-dark-variant[b-bk195dl0zb] {
    box-shadow: 0 0.0625rem 0.375rem 0 rgba(47, 43, 61, 0.1);
    color: #444050;
}
