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

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

.sidebar[b-s6mwy8hkcv] {
    background-image: linear-gradient(180deg, #0a0a0a 0%, #14532d 70%);
}

.top-row[b-s6mwy8hkcv] {
    background-image: linear-gradient(90deg, #0a0a0a 0%, #14532d 70%);
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

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

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

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

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

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

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

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

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

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

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

#blazor-error-ui[b-s6mwy8hkcv] {
    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-s6mwy8hkcv] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-fqsasrmkba] {
    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-fqsasrmkba] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-fqsasrmkba] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

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

.bi[b-fqsasrmkba] {
    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-fqsasrmkba] {
    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-fqsasrmkba] {
    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-fqsasrmkba] {
    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-folder2-nav-menu[b-fqsasrmkba] {
    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='M1 3.5A1.5 1.5 0 0 1 2.5 2h2.764c.958 0 1.76.56 2.311 1.184C7.985 3.648 8.48 4 9 4h4.5A1.5 1.5 0 0 1 15 5.5v7a1.5 1.5 0 0 1-1.5 1.5h-11A1.5 1.5 0 0 1 1 12.5v-9zM2.5 3a.5.5 0 0 0-.5.5V6h12v-.5a.5.5 0 0 0-.5-.5H9c-.964 0-1.71-.383-2.36-1.184A2.92 2.92 0 0 0 5.264 2H2.5z'/%3E%3C/svg%3E");
}

.bi-speedometer-nav-menu[b-fqsasrmkba] {
    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 4a.5.5 0 0 1 .5.5V6a.5.5 0 0 1-1 0V4.5A.5.5 0 0 1 8 4zM3.732 5.732a.5.5 0 0 1 .707 0l.915.914a.5.5 0 1 1-.708.708l-.914-.915a.5.5 0 0 1 0-.707zM2 10a.5.5 0 0 1 .5-.5h1.586a.5.5 0 0 1 0 1H2.5A.5.5 0 0 1 2 10zm9.5 0a.5.5 0 0 1 .5-.5h1.5a.5.5 0 0 1 0 1H12a.5.5 0 0 1-.5-.5zm.754-4.246a.5.5 0 0 0-.708 0l-.914.914a.5.5 0 0 0 .708.708l.914-.914a.5.5 0 0 0 0-.708zM0 10a8 8 0 1 1 15.547 2.661c-.442 1.253-1.845 1.602-2.932 1.25C11.309 13.488 9.475 13 8 13c-1.474 0-3.31.488-4.615.911-1.087.352-2.49.003-2.932-1.25A7.988 7.988 0 0 1 0 10zm8-7a7 7 0 0 0-6.603 9.329c.203.575.923.876 1.68.63C4.397 12.533 6.358 12 8 12s3.604.532 4.923.96c.757.245 1.477-.056 1.68-.631A7 7 0 0 0 8 3z'/%3E%3C/svg%3E");
}

.bi-people-fill-nav-menu[b-fqsasrmkba] {
    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='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-box-arrow-right-nav-menu[b-fqsasrmkba] {
    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 12.5a.5.5 0 0 1-.5.5h-8a.5.5 0 0 1-.5-.5v-9a.5.5 0 0 1 .5-.5h8a.5.5 0 0 1 .5.5v2a.5.5 0 0 0 1 0v-2A1.5 1.5 0 0 0 9.5 2h-8A1.5 1.5 0 0 0 0 3.5v9A1.5 1.5 0 0 0 1.5 14h8a1.5 1.5 0 0 0 1.5-1.5v-2a.5.5 0 0 0-1 0v2z'/%3E%3Cpath fill-rule='evenodd' d='M15.854 8.354a.5.5 0 0 0 0-.708l-3-3a.5.5 0 0 0-.708.708L14.293 7.5H5.5a.5.5 0 0 0 0 1h8.793l-2.147 2.146a.5.5 0 0 0 .708.708l3-3z'/%3E%3C/svg%3E");
}

.bi-person-fill-nav-menu[b-fqsasrmkba] {
    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='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-person-plus-fill-nav-menu[b-fqsasrmkba] {
    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='M1 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H1zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6z'/%3E%3Cpath fill-rule='evenodd' d='M13.5 5a.5.5 0 0 1 .5.5V7h1.5a.5.5 0 0 1 0 1H14v1.5a.5.5 0 0 1-1 0V8h-1.5a.5.5 0 0 1 0-1H13V5.5a.5.5 0 0 1 .5-.5z'/%3E%3C/svg%3E");
}

.bi-shield-fill-nav-menu[b-fqsasrmkba] {
    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 0c-.69 0-1.843.265-2.928.56-1.11.3-2.229.655-2.887.87a1.54 1.54 0 0 0-1.044 1.262c-.596 4.477.787 7.795 2.465 9.99a11.775 11.775 0 0 0 2.517 2.453 7.159 7.159 0 0 0 1.048.625c.28.132.581.24.829.24s.548-.108.829-.24a7.159 7.159 0 0 0 1.048-.625 11.775 11.775 0 0 0 2.517-2.453c1.678-2.195 3.061-5.513 2.465-9.99a1.541 1.541 0 0 0-1.044-1.263 62.467 62.467 0 0 0-2.887-.87C9.843.266 8.69 0 8 0z'/%3E%3C/svg%3E");
}

.bi-envelope-fill-nav-menu[b-fqsasrmkba] {
    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='M.05 3.555A2 2 0 0 1 2 2h12a2 2 0 0 1 1.95 1.555L8 8.414.05 3.555ZM0 4.697v7.104l5.803-3.558L0 4.697ZM6.761 8.83l-6.57 4.027A2 2 0 0 0 2 14h12a2 2 0 0 0 1.808-1.144l-6.57-4.027L8 9.586l-1.239-.757Zm3.436-.586L16 11.801V4.697l-5.803 3.546Z'/%3E%3C/svg%3E");
}

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

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

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

    .nav-item[b-fqsasrmkba]  .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-fqsasrmkba]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

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

.nav-scrollable[b-fqsasrmkba] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-fqsasrmkba] {
    display: block;
}

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

    .nav-scrollable[b-fqsasrmkba] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Components/Layout/OnePageLayout.razor.rz.scp.css */
/* Layout global */
.one-page-wrapper[b-edv0gsw3ey] {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

/* Header et Navigation */
.one-page-header[b-edv0gsw3ey] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.05);
    transition: var(--transition);
}

.one-page-header.scrolled[b-edv0gsw3ey] {
    box-shadow: var(--shadow);
}

.navbar-onepage[b-edv0gsw3ey] {
    padding: 0;
}

.navbar-container[b-edv0gsw3ey] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 1rem 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.brand-logo[b-edv0gsw3ey] {
    text-decoration: none;
    font-size: 1.5rem;
    font-weight: 700;
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    transition: var(--transition);
}

.brand-logo:hover[b-edv0gsw3ey] {
    opacity: 0.8;
}

.nav-menu[b-edv0gsw3ey] {
    display: flex;
    gap: 2rem;
    align-items: center;
}

.nav-link[b-edv0gsw3ey] {
    text-decoration: none;
    color: var(--text-dark);
    font-weight: 500;
    position: relative;
    padding: 0.5rem 0;
    transition: var(--transition);
}

.nav-link[b-edv0gsw3ey]::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    transition: width 0.3s ease;
}

.nav-link:hover[b-edv0gsw3ey]::after,
.nav-link.active[b-edv0gsw3ey]::after {
    width: 100%;
}

.nav-link:hover[b-edv0gsw3ey] {
    color: var(--primary-color);
}

.nav-link-accent[b-edv0gsw3ey] {
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    color: white !important;
    padding: 0.5rem 1.5rem !important;
    border-radius: 50px;
    transition: var(--transition);
}

.nav-link-accent[b-edv0gsw3ey]::after {
    display: none;
}

.nav-link-accent:hover[b-edv0gsw3ey] {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(var(--primary-rgb), 0.35);
    color: white !important;
}

/* Menu mobile toggle */
.menu-toggle[b-edv0gsw3ey] {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0.5rem;
}

.menu-toggle span[b-edv0gsw3ey] {
    display: block;
    width: 25px;
    height: 3px;
    background: var(--text-dark);
    border-radius: 3px;
    transition: var(--transition);
}

/* Content */
.one-page-content[b-edv0gsw3ey] {
    flex: 1;
    padding-top: 80px;
}

/* Footer */
.one-page-footer[b-edv0gsw3ey] {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);
    color: white;
    padding: 3rem 0 1rem;
    margin-top: 4rem;
}

.footer-container[b-edv0gsw3ey] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

.footer-content[b-edv0gsw3ey] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-bottom: 2rem;
}

.footer-section h3[b-edv0gsw3ey],
.footer-section h4[b-edv0gsw3ey] {
    margin-bottom: 1rem;
    color: white;
}

.footer-section p[b-edv0gsw3ey] {
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.6;
}

.footer-section ul[b-edv0gsw3ey] {
    list-style: none;
    padding: 0;
}

.footer-section ul li[b-edv0gsw3ey] {
    margin-bottom: 0.5rem;
}

.footer-section ul li a[b-edv0gsw3ey] {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    transition: var(--transition);
}

.footer-section ul li a:hover[b-edv0gsw3ey] {
    color: var(--accent-color);
}

.footer-bottom[b-edv0gsw3ey] {
    text-align: center;
    padding-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-bottom p[b-edv0gsw3ey] {
    color: rgba(255, 255, 255, 0.6);
    margin: 0;
}

.footer-secret-link[b-edv0gsw3ey] {
    color: inherit;
    text-decoration: none;
    cursor: default;
}

/* Responsive */
@media (max-width: 768px) {
    .navbar-container[b-edv0gsw3ey] {
        padding: 1rem;
    }

    .menu-toggle[b-edv0gsw3ey] {
        display: flex;
    }

    .nav-menu[b-edv0gsw3ey] {
        position: fixed;
        top: 70px;
        left: 0;
        right: 0;
        background: white;
        flex-direction: column;
        padding: 2rem;
        box-shadow: var(--shadow);
        transform: translateX(100%);
        transition: transform 0.3s ease;
    }

    .nav-menu.active[b-edv0gsw3ey] {
        transform: translateX(0);
    }

    .one-page-content[b-edv0gsw3ey] {
        padding-top: 70px;
    }

    .footer-content[b-edv0gsw3ey] {
        grid-template-columns: 1fr;
    }
}

/* Animations */
@keyframes fadeInUp-b-edv0gsw3ey {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.animate-in[b-edv0gsw3ey] {
    animation: fadeInUp-b-edv0gsw3ey 0.6s ease forwards;
}

/* Même logique que MainLayout.razor.css : le scope s’applique au bandeau de ce layout. */
#blazor-error-ui[b-edv0gsw3ey] {
    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-edv0gsw3ey] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* /Components/Layout/ProjectLayout.razor.rz.scp.css */
/* Zone de défilement interne : la fenêtre ne scroll pas, la barre latérale reste fixe.
   3.5rem = .top-row (MainLayout), 1.1rem = padding-top global .content (app.css). */
.project-scroll-area[b-8rbyoqf5u4] {
    height: calc(100dvh - 3.5rem - 1.1rem);
    max-height: calc(100dvh - 3.5rem - 1.1rem);
    overflow-y: auto;
    overflow-x: hidden;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-zzco877m2z],
.components-reconnect-repeated-attempt-visible[b-zzco877m2z],
.components-reconnect-failed-visible[b-zzco877m2z],
.components-pause-visible[b-zzco877m2z],
.components-resume-failed-visible[b-zzco877m2z],
.components-rejoining-animation[b-zzco877m2z] {
    display: none;
}

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


#components-reconnect-modal[b-zzco877m2z] {
    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-zzco877m2z 0.5s both;
    &[open]

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

}

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

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

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

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

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 0;
    }
}

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

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

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

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

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

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

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

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

@keyframes components-rejoining-animation-b-zzco877m2z {
    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/Dashboard.razor.rz.scp.css */
/* Compense le padding de article.content (app.css) pour un fond plein largeur, sans bandes blanches. */
.dashboard-bg[b-azszr62zgk] {
    box-sizing: border-box;
    margin-top: -1.1rem;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 1.1rem;
    padding-bottom: 0;
    height: calc(100vh - 3.5rem);
    max-height: calc(100vh - 3.5rem);
    height: calc(100dvh - 3.5rem);
    max-height: calc(100dvh - 3.5rem);
    min-height: 0;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #0a0a0a;
    background-image: url("/images/intra/owlWallpaper.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center right;
}

@media (min-width: 641px) {
    .dashboard-bg[b-azszr62zgk] {
        margin-left: -2rem;
        margin-right: -1.5rem;
        padding-left: 2rem;
        padding-right: 1.5rem;
    }
}
/* /Components/Sections/AboutSection.razor.rz.scp.css */
.about-section[b-94jrinay0o] {
    padding: 6rem 2rem;
    background: linear-gradient(180deg, #ffffff 0%, #f7fafc 100%);
}

.about-container[b-94jrinay0o] {
    max-width: 1200px;
    margin: 0 auto;
}

.section-header[b-94jrinay0o] {
    text-align: center;
    margin-bottom: 4rem;
}

.section-title[b-94jrinay0o] {
    font-size: 2.5rem;
    font-weight: 800;
    color: #2d3748;
    margin-bottom: 1rem;
    position: relative;
    display: inline-block;
}

.section-title[b-94jrinay0o]::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 4px;
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    border-radius: 2px;
}

.section-subtitle[b-94jrinay0o] {
    font-size: 1.2rem;
    color: #718096;
    max-width: 600px;
    margin: 1.5rem auto 0;
    line-height: 1.8;
}

.about-content[b-94jrinay0o] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}

.about-text h3[b-94jrinay0o] {
    font-size: 1.8rem;
    color: #2d3748;
    margin-bottom: 1.5rem;
}

.about-text p[b-94jrinay0o] {
    color: #4a5568;
    line-height: 1.8;
    margin-bottom: 1.5rem;
}

.about-values[b-94jrinay0o] {
    list-style: none;
    padding: 0;
    margin-top: 2rem;
}

.about-values li[b-94jrinay0o] {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1rem;
    background: white;
    border-radius: 10px;
    margin-bottom: 1rem;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.about-values li:hover[b-94jrinay0o] {
    transform: translateX(10px);
    box-shadow: 0 5px 20px rgba(var(--primary-rgb), 0.2);
}

.value-icon[b-94jrinay0o] {
    font-size: 1.5rem;
    flex-shrink: 0;
}

.value-icon svg[b-94jrinay0o] {
    display: block;
    width: 1.5rem;
    height: 1.5rem;
}

.value-icon--target[b-94jrinay0o] {
    color: var(--primary-color);
}

.value-icon--leaf[b-94jrinay0o] {
    color: #38a169;
}

.about-values li strong[b-94jrinay0o] {
    display: block;
    color: #2d3748;
    margin-bottom: 0.25rem;
}

.about-stats[b-94jrinay0o] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
}

.stat-card[b-94jrinay0o] {
    background: white;
    padding: 2rem;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.stat-card:hover[b-94jrinay0o] {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(var(--primary-rgb), 0.28);
}

.stat-number[b-94jrinay0o] {
    font-size: 3rem;
    font-weight: 800;
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 0.5rem;
}

.stat-label[b-94jrinay0o] {
    color: #718096;
    font-weight: 600;
}

@media (max-width: 968px) {
    .about-section[b-94jrinay0o] {
        padding: 4rem 1.5rem;
    }

    .section-title[b-94jrinay0o] {
        font-size: 2rem;
    }

    .about-content[b-94jrinay0o] {
        grid-template-columns: 1fr;
        gap: 3rem;
    }

    .about-stats[b-94jrinay0o] {
        grid-template-columns: 1fr;
    }

    .about-values li[b-94jrinay0o] {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
}
/* /Components/Sections/ContactSection.razor.rz.scp.css */
.contact-section[b-i450g5n8sa] {
    padding: 6rem 2rem;
    background: linear-gradient(180deg, #f7fafc 0%, #ffffff 100%);
}

.contact-container[b-i450g5n8sa] {
    max-width: 1200px;
    margin: 0 auto;
}

.section-header[b-i450g5n8sa] {
    text-align: center;
    margin-bottom: 4rem;
}

.section-title[b-i450g5n8sa] {
    font-size: 2.5rem;
    font-weight: 800;
    color: #2d3748;
    margin-bottom: 1rem;
    position: relative;
    display: inline-block;
}

.section-title[b-i450g5n8sa]::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 4px;
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    border-radius: 2px;
}

.section-subtitle[b-i450g5n8sa] {
    font-size: 1.2rem;
    color: #718096;
    max-width: 600px;
    margin: 1.5rem auto 0;
    line-height: 1.8;
}

.contact-content[b-i450g5n8sa] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: start;
}

.contact-info h3[b-i450g5n8sa] {
    font-size: 1.8rem;
    color: #2d3748;
    margin-bottom: 1rem;
}

.contact-info > p[b-i450g5n8sa] {
    color: #4a5568;
    line-height: 1.8;
    margin-bottom: 2rem;
}

.contact-methods[b-i450g5n8sa] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.contact-method[b-i450g5n8sa] {
    display: flex;
    gap: 1.5rem;
    padding: 1.5rem;
    background: white;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.contact-method:hover[b-i450g5n8sa] {
    transform: translateX(10px);
    box-shadow: 0 10px 25px rgba(var(--primary-rgb), 0.2);
}

.method-icon[b-i450g5n8sa] {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.method-icon svg[b-i450g5n8sa] {
    width: 25px;
    height: 25px;
    color: white;
}

.contact-method h4[b-i450g5n8sa] {
    font-size: 1.1rem;
    color: #2d3748;
    margin-bottom: 0.25rem;
}

.contact-method p[b-i450g5n8sa] {
    color: #718096;
    margin: 0;
}

.contact-form-wrapper[b-i450g5n8sa] {
    background: white;
    padding: 2.5rem;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.contact-form[b-i450g5n8sa] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.form-group[b-i450g5n8sa] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.form-group label[b-i450g5n8sa] {
    font-weight: 600;
    color: #2d3748;
}

.form-group input[b-i450g5n8sa],
.form-group textarea[b-i450g5n8sa] {
    padding: 0.875rem 1rem;
    border: 2px solid #e2e8f0;
    border-radius: 10px;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.form-group input:focus[b-i450g5n8sa],
.form-group textarea:focus[b-i450g5n8sa] {
    outline: none;
    border-color: var(--primary-color);
    box-shadow: 0 0 0 3px rgba(var(--primary-rgb), 0.12);
}

.form-group textarea[b-i450g5n8sa] {
    resize: vertical;
    font-family: inherit;
}

.submit-btn[b-i450g5n8sa] {
    padding: 1rem 2rem;
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    color: white;
    border: none;
    border-radius: 10px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.submit-btn:hover:not(:disabled)[b-i450g5n8sa] {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(var(--primary-rgb), 0.35);
}

.submit-btn:disabled[b-i450g5n8sa] {
    opacity: 0.6;
    cursor: not-allowed;
}

.submit-btn .submit-btn-loading[hidden][b-i450g5n8sa] {
    display: none !important;
}

.submit-message[b-i450g5n8sa] {
    padding: 1rem;
    border-radius: 10px;
    text-align: center;
    font-weight: 500;
    animation: fadeIn-b-i450g5n8sa 0.3s ease;
}

.submit-message.success[b-i450g5n8sa] {
    background: #c6f6d5;
    color: #22543d;
    border: 1px solid #9ae6b4;
}

.submit-message.error[b-i450g5n8sa] {
    background: #fed7d7;
    color: #742a2a;
    border: 1px solid #fc8181;
}

@keyframes fadeIn-b-i450g5n8sa {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 968px) {
    .contact-section[b-i450g5n8sa] {
        padding: 4rem 1.5rem;
    }

    .section-title[b-i450g5n8sa] {
        font-size: 2rem;
    }

    .contact-content[b-i450g5n8sa] {
        grid-template-columns: 1fr;
        gap: 3rem;
    }

    .contact-form-wrapper[b-i450g5n8sa] {
        padding: 2rem 1.5rem;
    }
}
/* /Components/Sections/FeaturesSection.razor.rz.scp.css */
.features-section[b-teu6e4r43e] {
    padding: 6rem 2rem;
    background: linear-gradient(135deg, var(--secondary-color) 0%, var(--primary-color) 50%, var(--secondary-color) 100%);
    position: relative;
    overflow: hidden;
}

.features-section[b-teu6e4r43e]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 10% 20%, rgba(255, 255, 255, 0.05) 0%, transparent 40%),
        radial-gradient(circle at 90% 80%, rgba(255, 255, 255, 0.05) 0%, transparent 40%);
    pointer-events: none;
}

.features-container[b-teu6e4r43e] {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.section-header[b-teu6e4r43e] {
    text-align: center;
    margin-bottom: 4rem;
}

.section-title[b-teu6e4r43e] {
    font-size: 2.5rem;
    font-weight: 800;
    color: white;
    margin-bottom: 1rem;
    position: relative;
    display: inline-block;
}

.section-title[b-teu6e4r43e]::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 4px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 2px;
}

.section-subtitle[b-teu6e4r43e] {
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.9);
    max-width: 600px;
    margin: 1.5rem auto 0;
    line-height: 1.8;
}

.features-grid[b-teu6e4r43e] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.feature-card[b-teu6e4r43e] {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 20px;
    padding: 2.5rem;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
}

.feature-card:hover[b-teu6e4r43e] {
    transform: translateY(-10px);
    background: rgba(255, 255, 255, 0.15);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

.feature-icon[b-teu6e4r43e] {
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    transition: all 0.3s ease;
}

.feature-card:hover .feature-icon[b-teu6e4r43e] {
    background: white;
    transform: scale(1.1);
}

.feature-icon svg[b-teu6e4r43e] {
    width: 30px;
    height: 30px;
    color: white;
    transition: color 0.3s ease;
}

.feature-card:hover .feature-icon svg[b-teu6e4r43e] {
    color: var(--primary-color);
}

.feature-card h3[b-teu6e4r43e] {
    font-size: 1.5rem;
    font-weight: 700;
    color: white;
    margin-bottom: 1rem;
}

.feature-card p[b-teu6e4r43e] {
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.7;
    font-size: 1rem;
}

@media (max-width: 968px) {
    .features-section[b-teu6e4r43e] {
        padding: 4rem 1.5rem;
    }

    .section-title[b-teu6e4r43e] {
        font-size: 2rem;
    }

    .features-grid[b-teu6e4r43e] {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .feature-card[b-teu6e4r43e] {
        padding: 2rem;
    }
}
/* /Components/Sections/HeroSection.razor.rz.scp.css */
.hero-section[b-mph95xz7kv] {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--secondary-color) 0%, var(--primary-color) 45%, var(--secondary-color) 100%);
    position: relative;
    overflow: hidden;
    padding: 2rem;
}

.hero-section[b-mph95xz7kv]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 20% 50%, rgba(255, 255, 255, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 80%, rgba(255, 255, 255, 0.1) 0%, transparent 50%);
    pointer-events: none;
}

.hero-container[b-mph95xz7kv] {
    max-width: 1200px;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
    position: relative;
    z-index: 1;
}

.hero-content[b-mph95xz7kv] {
    color: white;
}

.hero-title[b-mph95xz7kv] {
    font-size: 3.5rem;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 1.5rem;
    animation: fadeInUp-b-mph95xz7kv 0.8s ease;
}

.hero-gradient[b-mph95xz7kv] {
    background: linear-gradient(135deg, #fff, #99f6e4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.hero-description[b-mph95xz7kv] {
    font-size: 1.25rem;
    line-height: 1.8;
    margin-bottom: 2rem;
    opacity: 0.95;
    animation: fadeInUp-b-mph95xz7kv 0.8s ease 0.2s backwards;
}

.hero-actions[b-mph95xz7kv] {
    display: flex;
    gap: 1rem;
    animation: fadeInUp-b-mph95xz7kv 0.8s ease 0.4s backwards;
}

.btn-primary[b-mph95xz7kv],
.btn-secondary[b-mph95xz7kv] {
    padding: 1rem 2rem;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: inline-block;
}

.btn-primary[b-mph95xz7kv] {
    background: white;
    color: var(--secondary-color);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.btn-primary:hover[b-mph95xz7kv] {
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
}

.btn-secondary[b-mph95xz7kv] {
    background: rgba(255, 255, 255, 0.1);
    color: white;
    border: 2px solid white;
    backdrop-filter: blur(10px);
}

.btn-secondary:hover[b-mph95xz7kv] {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-3px);
}

.hero-image[b-mph95xz7kv] {
    position: relative;
    height: 500px;
}

.floating-card[b-mph95xz7kv] {
    position: absolute;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
}

.card-1[b-mph95xz7kv] {
    width: 280px;
    height: 350px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    animation: float-b-mph95xz7kv 6s ease-in-out infinite;
}

.card-2[b-mph95xz7kv] {
    width: 240px;
    height: 300px;
    top: 50px;
    left: 0;
    animation: float-b-mph95xz7kv 6s ease-in-out infinite 1s;
}

.card-3[b-mph95xz7kv] {
    width: 200px;
    height: 250px;
    bottom: 50px;
    right: 0;
    animation: float-b-mph95xz7kv 6s ease-in-out infinite 2s;
}

.scroll-indicator[b-mph95xz7kv] {
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
    width: 30px;
    height: 50px;
    border: 2px solid white;
    border-radius: 25px;
    display: flex;
    justify-content: center;
    padding-top: 10px;
}

.scroll-indicator span[b-mph95xz7kv] {
    width: 6px;
    height: 10px;
    background: white;
    border-radius: 3px;
    animation: scroll-b-mph95xz7kv 2s ease-in-out infinite;
}

@keyframes fadeInUp-b-mph95xz7kv {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes float-b-mph95xz7kv {
    0%, 100% {
        transform: translateY(0) translateX(0);
    }
    50% {
        transform: translateY(-20px) translateX(10px);
    }
}

@keyframes scroll-b-mph95xz7kv {
    0%, 100% {
        transform: translateY(0);
        opacity: 1;
    }
    50% {
        transform: translateY(15px);
        opacity: 0.3;
    }
}

@media (max-width: 968px) {
    .hero-container[b-mph95xz7kv] {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .hero-title[b-mph95xz7kv] {
        font-size: 2.5rem;
    }

    .hero-description[b-mph95xz7kv] {
        font-size: 1.1rem;
    }

    .hero-image[b-mph95xz7kv] {
        height: 300px;
    }

    .floating-card[b-mph95xz7kv] {
        display: none;
    }

    .card-1[b-mph95xz7kv] {
        display: block;
        width: 100%;
        left: 0;
        transform: none;
    }

    .hero-actions[b-mph95xz7kv] {
        flex-direction: column;
    }

    .btn-primary[b-mph95xz7kv],
    .btn-secondary[b-mph95xz7kv] {
        text-align: center;
    }
}
