/* /Components/Account/Pages/Admin/DocumentsVedette.razor.rz.scp.css */
/* Déclencheur d'aperçu (nom de fichier) */
.file-preview-trigger[b-bew28kwblp] {
    cursor: pointer;
}

.file-preview-trigger code[b-bew28kwblp] {
    border-bottom: 1px dashed rgba(255, 255, 255, 0.3);
}

.file-preview-trigger:hover code[b-bew28kwblp] {
    color: #F47920;
    border-bottom-color: #F47920;
}
/* /Components/Layout/CookieBanner.razor.rz.scp.css */
.cookie-banner[b-zgshot3fa7] {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1050;
    background-color: #1e3a1e;
    color: #f0f0f0;
    border-top: 1px solid #2e5a2e;
    padding: 0.75rem 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.5rem;
    font-size: 0.9rem;
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-olmj8jexck] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-olmj8jexck] {
    flex: 1;
}

.sidebar[b-olmj8jexck] {
    background-image: linear-gradient(180deg, #0a0a0a 0%, #0b1f0b 70%);
    border-right: 1px solid #1e3a1e;
}

.top-row[b-olmj8jexck] {
    background-color: #161b22;
    border-bottom: 1px solid #30363d;
    justify-content: flex-start;
    height: 4rem;
    display: flex;
    align-items: center;
}

    .top-row[b-olmj8jexck]  .header-brand {
        font-size: 3.3rem;
        font-weight: 600;
        color: #fff;
        text-decoration: none;
        white-space: nowrap;
    }

    .top-row[b-olmj8jexck]  .header-brand:hover {
        color: #F47920;
        text-decoration: none;
    }

    .top-row[b-olmj8jexck]  a, .top-row[b-olmj8jexck]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-olmj8jexck]  a:hover, .top-row[b-olmj8jexck]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-olmj8jexck]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-olmj8jexck] {
        justify-content: space-between;
    }

    .top-row[b-olmj8jexck]  a, .top-row[b-olmj8jexck]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-olmj8jexck] {
        flex-direction: row;
        height: 100vh;
        overflow: hidden;
    }

    main[b-olmj8jexck] {
        display: flex;
        flex-direction: column;
        overflow: hidden;
        min-height: 0;
    }

    .sidebar[b-olmj8jexck] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
        display: flex;
        flex-direction: column;
    }

    .top-row[b-olmj8jexck] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-olmj8jexck]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-olmj8jexck], article[b-olmj8jexck] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }

    article[b-olmj8jexck] {
        flex: 1;
        overflow-y: auto;
        min-height: 0;
    }
}

#blazor-error-ui[b-olmj8jexck] {
    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-olmj8jexck] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-40mtk55ips] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-40mtk55ips] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-40mtk55ips] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.nav-brand-container[b-40mtk55ips] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: -0.25rem 0 0;
    margin-bottom: -1.25rem;
    gap: 0.4rem;
    text-align: center;
}

.nav-brand-title[b-40mtk55ips] {
    font-size: 1.1rem;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    white-space: nowrap;
    display: block;
    width: 100%;
    text-align: center;
}

.nav-brand-title:hover[b-40mtk55ips] {
    color: #F47920;
    text-decoration: none;
}

.navbar-logo-link[b-40mtk55ips] {
    display: inline-flex;
    justify-content: center;
    line-height: 0;
}

.navbar-logo[b-40mtk55ips] {
    width: 200px;
    height: auto;
    filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.6));
    transition: transform 0.2s ease, filter 0.2s ease;
}

.navbar-logo:hover[b-40mtk55ips] {
    transform: scale(1.04);
    filter: drop-shadow(0 3px 10px rgba(244, 121, 32, 0.5));
}

.bi[b-40mtk55ips] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-40mtk55ips] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-40mtk55ips] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-40mtk55ips] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.bi-lock-nav-menu[b-40mtk55ips] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath d='M8 1a2 2 0 0 1 2 2v4H6V3a2 2 0 0 1 2-2zm3 6V3a3 3 0 0 0-6 0v4a2 2 0 0 0-2 2v5a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2zM5 8h6a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1z'/%3E%3C/svg%3E");
}

.bi-person-nav-menu[b-40mtk55ips] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person' viewBox='0 0 16 16'%3E%3Cpath d='M8 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm2-3a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm4 8c0 1-1 1-1 1H3s-1 0-1-1 1-4 6-4 6 3 6 4Zm-1-.004c-.001-.246-.154-.986-.832-1.664C11.516 10.68 10.289 10 8 10c-2.29 0-3.516.68-4.168 1.332-.678.678-.83 1.418-.832 1.664h10Z'/%3E%3C/svg%3E");
}

.bi-person-badge-nav-menu[b-40mtk55ips] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-badge' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 2a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1h-3zM11 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0z'/%3E%3Cpath d='M4.5 0A2.5 2.5 0 0 0 2 2.5V14a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2.5A2.5 2.5 0 0 0 11.5 0h-7zM3 2.5A1.5 1.5 0 0 1 4.5 1h7A1.5 1.5 0 0 1 13 2.5v10.795a4.2 4.2 0 0 0-.776-.492C11.392 12.387 10.063 12 8 12s-3.392.387-4.224.803a4.2 4.2 0 0 0-.776.492V2.5z'/%3E%3C/svg%3E");
}

.bi-person-fill-nav-menu[b-40mtk55ips] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-fill' viewBox='0 0 16 16'%3E%3Cpath d='M3 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H3Zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z'/%3E%3C/svg%3E");
}

.bi-arrow-bar-left-nav-menu[b-40mtk55ips] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-arrow-bar-left' viewBox='0 0 16 16'%3E%3Cpath d='M12.5 15a.5.5 0 0 1-.5-.5v-13a.5.5 0 0 1 1 0v13a.5.5 0 0 1-.5.5ZM10 8a.5.5 0 0 1-.5.5H3.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L3.707 7.5H9.5a.5.5 0 0 1 .5.5Z'/%3E%3C/svg%3E");
}

.bi-people-fill-nav-menu[b-40mtk55ips] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-people-fill' viewBox='0 0 16 16'%3E%3Cpath d='M7 14s-1 0-1-1 1-4 5-4 5 3 5 4-1 1-1 1H7zm4-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6z'/%3E%3Cpath fill-rule='evenodd' d='M5.216 14A2.238 2.238 0 0 1 5 13c0-1.355.68-2.75 1.936-3.72A6.325 6.325 0 0 0 5 9c-4 0-5 3-5 4s1 1 1 1h4.216z'/%3E%3Cpath d='M4.5 8a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5z'/%3E%3C/svg%3E");
}

.bi-geo-alt-fill-nav-menu[b-40mtk55ips] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-geo-alt-fill' viewBox='0 0 16 16'%3E%3Cpath d='M8 16s6-5.686 6-10A6 6 0 0 0 2 6c0 4.314 6 10 6 10zm0-7a3 3 0 1 1 0-6 3 3 0 0 1 0 6z'/%3E%3C/svg%3E");
}

.bi-book-half-nav-menu[b-40mtk55ips] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M8.5 2.687c.654-.689 1.782-.886 3.112-.752 1.234.124 2.503.523 3.388.893v9.923c-.918-.35-2.107-.692-3.287-.81-1.094-.111-2.278-.039-3.213.492V2.687zM8 1.783C7.015.936 5.587.81 4.287.98a5.193 5.193 0 0 0-1.806.804A1 1 0 0 0 2 2.582v9.937a1 1 0 0 0 1.384.924l.074-.027c.132-.049.26-.095.38-.135.238-.08.533-.157.909-.22.744-.124 1.644-.184 2.52-.084.62.07 1.173.19 1.733.346V1.783z'/%3E%3C/svg%3E");
}

.bi-mortarboard-fill-nav-menu[b-40mtk55ips] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M8.211 2.047a.5.5 0 0 0-.422 0l-7.5 3.5a.5.5 0 0 0 .025.917l7.5 3a.5.5 0 0 0 .372 0L14 7.14V13a1 1 0 0 0-1 1v2h3v-2a1 1 0 0 0-1-1V6.739l.686-.275a.5.5 0 0 0 .025-.917l-7.5-3.5Z'/%3E%3Cpath d='M4.176 9.032a.5.5 0 0 0-.656.327l-.5 1.7a.5.5 0 0 0 .294.605l4.5 1.8a.5.5 0 0 0 .372 0l4.5-1.8a.5.5 0 0 0 .294-.605l-.5-1.7a.5.5 0 0 0-.656-.327L8 10.466 4.176 9.032Z'/%3E%3C/svg%3E");
}

.bi-link-45deg-nav-menu[b-40mtk55ips] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M4.715 6.542 3.343 7.914a3 3 0 1 0 4.243 4.243l1.828-1.829A3 3 0 0 0 8.586 5.5L8 6.086a1.002 1.002 0 0 0-.154.199 2 2 0 0 1 .861 3.337L6.88 11.45a2 2 0 1 1-2.83-2.83l.793-.792a4.018 4.018 0 0 1-.128-1.287z'/%3E%3Cpath d='M6.586 4.672A3 3 0 0 0 7.414 9.5l.775-.776a2 2 0 0 1-.896-3.346L9.12 3.55a2 2 0 1 1 2.83 2.83l-.793.792c.112.42.155.855.128 1.287l1.372-1.372a3 3 0 1 0-4.243-4.243L6.586 4.672z'/%3E%3C/svg%3E");
}

.bi-megaphone-fill-nav-menu[b-40mtk55ips] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M13 2.5a1.5 1.5 0 0 1 3 0v11a1.5 1.5 0 0 1-3 0v-.214c-2.162-1.241-4.49-1.715-6.831-2.047l.001 4.402a1 1 0 0 1-.572.905l-1.003.5a1 1 0 0 1-1.286-.82l-.5-3.483A10.56 10.56 0 0 1 1 13c-.28 0-.55-.213-.55-.6v-5.8c0-.387.27-.6.55-.6h1.168c2.33.33 4.667.804 6.832 2.047V2.5z'/%3E%3C/svg%3E");
}

.bi-file-earmark-text-nav-menu[b-40mtk55ips] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M9.293 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V4.707A1 1 0 0 0 13.707 4L10 .293A1 1 0 0 0 9.293 0zM9.5 3.5v-2l3 3h-2a1 1 0 0 1-1-1zM4.5 9a.5.5 0 0 1 0-1h7a.5.5 0 0 1 0 1h-7zM4 10.5a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5zm.5 2.5a.5.5 0 0 1 0-1h4a.5.5 0 0 1 0 1h-4z'/%3E%3C/svg%3E");
}

.bi-trophy-fill-nav-menu[b-40mtk55ips] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M2.5.5A.5.5 0 0 1 3 0h10a.5.5 0 0 1 .5.5c0 .538-.012 1.05-.034 1.536a3 3 0 1 1-1.133 5.89c-.79 1.865-1.878 2.777-2.833 3.011v2.173l1.425.356c.194.048.377.135.537.255L13.3 15.1a.5.5 0 0 1-.3.9H3a.5.5 0 0 1-.3-.9l1.838-1.379c.16-.12.343-.207.537-.255L6.5 13.11v-2.173c-.955-.234-2.043-1.146-2.833-3.012a3 3 0 1 1-1.132-5.89A33 33 0 0 1 2.5.5zm.099 2.54a2 2 0 0 0 .72 3.935c-.333-1.398-.588-2.797-.72-3.935zm10.083 3.935a2 2 0 0 0 .72-3.935c-.133 1.138-.388 2.537-.72 3.935z'/%3E%3C/svg%3E");
}

.bi-clipboard-check-nav-menu[b-40mtk55ips] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M10.854 7.146a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708 0l-1.5-1.5a.5.5 0 1 1 .708-.708L7.5 9.793l2.646-2.647a.5.5 0 0 1 .708 0z'/%3E%3Cpath d='M4 1.5H3a2 2 0 0 0-2 2V14a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V3.5a2 2 0 0 0-2-2h-1v1h1a1 1 0 0 1 1 1V14a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V3.5a1 1 0 0 1 1-1h1v-1z'/%3E%3Cpath d='M9.5 1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-3a.5.5 0 0 1-.5-.5v-1a.5.5 0 0 1 .5-.5h3zm-3-1A1.5 1.5 0 0 0 5 1.5v1A1.5 1.5 0 0 0 6.5 4h3A1.5 1.5 0 0 0 11 2.5v-1A1.5 1.5 0 0 0 9.5 0h-3z'/%3E%3C/svg%3E");
}

.bi-clipboard-data-nav-menu[b-40mtk55ips] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M4 11a1 1 0 1 1 2 0v1a1 1 0 1 1-2 0v-1zm6-4a1 1 0 1 1 2 0v5a1 1 0 1 1-2 0V7zm-2 2a1 1 0 1 1 2 0v3a1 1 0 1 1-2 0V9z'/%3E%3Cpath d='M4 1.5H3a2 2 0 0 0-2 2V14a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V3.5a2 2 0 0 0-2-2h-1v1h1a1 1 0 0 1 1 1V14a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V3.5a1 1 0 0 1 1-1h1v-1z'/%3E%3Cpath d='M9.5 1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-3a.5.5 0 0 1-.5-.5v-1a.5.5 0 0 1 .5-.5h3zm-3-1A1.5 1.5 0 0 0 5 1.5v1A1.5 1.5 0 0 0 6.5 4h3A1.5 1.5 0 0 0 11 2.5v-1A1.5 1.5 0 0 0 9.5 0h-3z'/%3E%3C/svg%3E");
}

.nav-item[b-40mtk55ips] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-40mtk55ips] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-40mtk55ips] {
        padding-bottom: 1rem;
    }

    .nav-item[b-40mtk55ips]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-40mtk55ips]  a.active {
    background-color: rgba(244, 121, 32, 0.28);
    color: #F47920;
}

.nav-item[b-40mtk55ips]  .nav-link:hover {
    background-color: rgba(244, 121, 32, 0.12);
    color: #F47920;
}

.nav-scrollable[b-40mtk55ips] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-40mtk55ips] {
    display: block;
    max-height: 70vh;
    overflow-y: auto;
}

@media (min-width: 641px) {
    .navbar-toggler[b-40mtk55ips] {
        display: none;
    }

    .nav-scrollable[b-40mtk55ips] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Fill remaining sidebar height after the logo */
        flex: 1;
        min-height: 0;
        overflow-y: auto;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-r2m2pdf5n4],
.components-reconnect-repeated-attempt-visible[b-r2m2pdf5n4],
.components-reconnect-failed-visible[b-r2m2pdf5n4],
.components-pause-visible[b-r2m2pdf5n4],
.components-resume-failed-visible[b-r2m2pdf5n4],
.components-rejoining-animation[b-r2m2pdf5n4] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-r2m2pdf5n4],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-r2m2pdf5n4],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-r2m2pdf5n4],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-r2m2pdf5n4],
#components-reconnect-modal.components-reconnect-retrying[b-r2m2pdf5n4],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-r2m2pdf5n4],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-r2m2pdf5n4],
#components-reconnect-modal.components-reconnect-failed[b-r2m2pdf5n4],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-r2m2pdf5n4] {
    display: block;
}


#components-reconnect-modal[b-r2m2pdf5n4] {
    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-r2m2pdf5n4 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-r2m2pdf5n4 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-r2m2pdf5n4 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-r2m2pdf5n4]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-r2m2pdf5n4 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-r2m2pdf5n4 {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-r2m2pdf5n4 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-r2m2pdf5n4 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-r2m2pdf5n4] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-r2m2pdf5n4] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-r2m2pdf5n4] {
    border: 0;
    background-color: #F47920;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-r2m2pdf5n4] {
        background-color: #d4661a;
    }

    #components-reconnect-modal button:active[b-r2m2pdf5n4] {
        background-color: #F47920;
    }

.components-rejoining-animation[b-r2m2pdf5n4] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-r2m2pdf5n4] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-r2m2pdf5n4 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-r2m2pdf5n4] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-r2m2pdf5n4 {
    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/Formations.razor.rz.scp.css */
.btn-langue-fr[b-enr91w9oi3] {
    --bs-btn-color:              #4da6ff;
    --bs-btn-border-color:       #4da6ff;
    --bs-btn-hover-color:        #fff;
    --bs-btn-hover-bg:           #4da6ff;
    --bs-btn-hover-border-color: #4da6ff;
    --bs-btn-active-color:       #fff;
    --bs-btn-active-bg:          #1976D2;
    --bs-btn-active-border-color:#1976D2;
}

.btn-langue-en[b-enr91w9oi3] {
    --bs-btn-color:              #4CAF50;
    --bs-btn-border-color:       #4CAF50;
    --bs-btn-hover-color:        #fff;
    --bs-btn-hover-bg:           #4CAF50;
    --bs-btn-hover-border-color: #4CAF50;
    --bs-btn-active-color:       #fff;
    --bs-btn-active-bg:          #2D7D32;
    --bs-btn-active-border-color:#2D7D32;
}


    transition: border-color 0.15s ease;[b-enr91w9oi3]
}

.formation-card:hover[b-enr91w9oi3] {
    border-color: rgba(244, 121, 32, 0.45) !important;
}

.prix-badge[b-enr91w9oi3] {
    font-size: 0.9rem;
    white-space: nowrap;
}

.lien-card:hover[b-enr91w9oi3] {
    border-color: rgba(244, 121, 32, 0.45) !important;
    background-color: rgba(244, 121, 32, 0.07);
}

.lien-icone[b-enr91w9oi3] {
    font-size: 1.4rem;
    flex-shrink: 0;
}

.faq-liste[b-enr91w9oi3] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.faq-item[b-enr91w9oi3] {
    border: 1px solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    overflow: hidden;
    background-color: var(--bs-secondary-bg);
}

.faq-question[b-enr91w9oi3] {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0.6rem;
    padding: 0.85rem 1rem;
    font-weight: 600;
    cursor: pointer;
    list-style: none;
    background-color: var(--bs-tertiary-bg);
    color: var(--bs-body-color);
    user-select: none;
    transition: background-color 0.15s ease;
}

.faq-question:hover[b-enr91w9oi3] {
    background-color: rgba(244, 121, 32, 0.08);
}

.faq-question[b-enr91w9oi3]::-webkit-details-marker {
    display: none;
}

.faq-question[b-enr91w9oi3]::before {
    content: "\203A";
    font-size: 1.1rem;
    font-weight: bold;
    color: #F47920;
    flex-shrink: 0;
    display: inline-block;
    width: 1rem;
    text-align: center;
    transition: transform 0.2s ease, color 0.15s ease;
}

details[open] > .faq-question[b-enr91w9oi3]::before {
    transform: rotate(90deg);
}

.faq-reponse[b-enr91w9oi3] {
    padding: 0.85rem 1rem;
    border-top: 1px solid var(--bs-border-color);
    color: var(--bs-secondary-color);
}
/* /Components/Pages/Home.razor.rz.scp.css */
/* ── Carrousel de documents ────────────────────────────────────── */

.doc-carousel[b-muddwdg7qk] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.carousel-track[b-muddwdg7qk] {
    flex: 1;
    overflow: hidden;
}

.carousel-card[b-muddwdg7qk] {
    background: var(--bs-card-bg, #2b2b2b);
    border: 1px solid var(--bs-border-color, #444);
    border-radius: 0.5rem;
    padding: 2rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    height: 30rem;
}

.carousel-card-icon[b-muddwdg7qk] {
    font-size: 3rem;
    height: 20rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.carousel-card-title[b-muddwdg7qk] {
    font-size: 1.25rem;
    margin-bottom: 0.75rem;
    flex-shrink: 0;
}

.carousel-card-desc[b-muddwdg7qk] {
    color: var(--bs-secondary-color);
    margin-bottom: 1rem;
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.carousel-card > a[b-muddwdg7qk],
.carousel-card > button:last-child[b-muddwdg7qk] {
    margin-top: auto;
    flex-shrink: 0;
}

/* ── Aperçus média ────────────────────────────────────────────── */

.carousel-media-preview[b-muddwdg7qk] {
    margin-bottom: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 20rem;
    flex-shrink: 0;
}

.carousel-image[b-muddwdg7qk] {
    max-width: 100%;
    max-height: 20rem;
    border-radius: 0.375rem;
    object-fit: contain;
}

.carousel-video[b-muddwdg7qk] {
    max-width: 100%;
    max-height: 20rem;
    border-radius: 0.375rem;
}

/* ── Navigation ───────────────────────────────────────────────── */

.carousel-nav[b-muddwdg7qk] {
    background: var(--bs-tertiary-bg, #333);
    border: 1px solid var(--bs-border-color, #444);
    color: var(--bs-body-color);
    border-radius: 50%;
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    cursor: pointer;
    flex-shrink: 0;
    transition: background-color 0.2s;
    padding: 0;
    line-height: 1;
}

.carousel-nav:hover[b-muddwdg7qk] {
    background: var(--bs-primary);
    color: white;
}

.carousel-indicators[b-muddwdg7qk] {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    margin-top: 1rem;
}

.indicator[b-muddwdg7qk] {
    width: 0.75rem;
    height: 0.75rem;
    border-radius: 50%;
    border: 1px solid var(--bs-border-color);
    background: transparent;
    cursor: pointer;
    padding: 0;
    transition: background-color 0.2s;
}

.indicator.active[b-muddwdg7qk] {
    background: var(--bs-primary);
    border-color: var(--bs-primary);
}
/* /Components/Pages/Liens.razor.rz.scp.css */
.lien-card:hover[b-w1ffxpdl12] {
    border-color: rgba(244, 121, 32, 0.45) !important;
    background-color: rgba(244, 121, 32, 0.07);
}

.lien-icone[b-w1ffxpdl12] {
    font-size: 1.4rem;
    flex-shrink: 0;
}
/* /Components/Pages/Ressources.razor.rz.scp.css */
.pdf-viewer[b-ex92qowq79] {
    display: block;
    width: 100%;
    height: 600px;
    border: none;
}

.toggle-arrow[b-ex92qowq79] {
    display: inline-block;
    width: 1rem;
    text-align: center;
    font-size: 1rem;
    color: var(--bs-secondary);
    transition: transform 0.2s ease, color 0.15s ease;
}

.toggle-arrow.ouvert[b-ex92qowq79] {
    transform: rotate(90deg);
}

button.btn-link:hover .toggle-arrow[b-ex92qowq79] {
    color: var(--bs-primary);
}

.pdf-indisponible[b-ex92qowq79] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 120px;
    gap: 0.5rem;
}

.pdf-icone[b-ex92qowq79] {
    font-size: 2.5rem;
    opacity: 0.3;
}

.lien-card:hover[b-ex92qowq79] {
    border-color: rgba(244, 121, 32, 0.45) !important;
    background-color: rgba(244, 121, 32, 0.07);
}

.lien-icone[b-ex92qowq79] {
    font-size: 1.4rem;
    flex-shrink: 0;
}
/* /Components/Pages/Terrains.razor.rz.scp.css */
.terrain-survole[b-jhn2jtt761] {
    background-color: rgba(244, 121, 32, 0.1) !important;
    border-color: rgba(244, 121, 32, 0.4) !important;
}

/* Écrans < lg : colonnes empilées, carte en haut */
@media (max-width: 991.98px) {
    .terrains-row[b-jhn2jtt761] {
        flex-direction: column;
        flex-wrap: nowrap;
        gap: 0.75rem;
    }

    .terrains-map-col[b-jhn2jtt761] {
        order: -1;
    }
}

/* Tablette / écran moyen (sidebar visible, colonnes empilées) */
@media (min-width: 641px) and (max-width: 991.98px) {
    .terrains-map-col[b-jhn2jtt761] {
        flex: 0 0 300px;
    }

    .terrains-list-col[b-jhn2jtt761] {
        flex: 1 1 0%;
        min-height: 0;
    }
}

/* Desktop (≥ lg) : colonnes côte à côte, hauteur contrainte */
@media (min-width: 992px) {
    .terrains-row[b-jhn2jtt761] {
        flex-wrap: nowrap;
    }

    .terrains-list-col[b-jhn2jtt761] {
        min-height: 0;
        overflow: hidden;
    }
}

/* Mobile (hamburger) */
@media (max-width: 640.98px) {
    .terrains-map-col[b-jhn2jtt761] {
        flex: 0 0 250px;
    }

    .terrains-list-scroll[b-jhn2jtt761] {
        max-height: 40vh;
    }
}
