@import '_content/Microsoft.FluentUI.AspNetCore.Components/Microsoft.FluentUI.AspNetCore.Components.exfvxuochq.bundle.scp.css';

/* _content/Sie.WebSite.GridPortal.Web/Components/Layout/MainLayout.razor.rz.scp.css */
/* Mobile styles */
@media (max-width: 768px) {
    .hide-on-mobile[b-xmk8cp14u6] {
        display: none !important;
    }

    .show-on-mobile[b-xmk8cp14u6] {
        display: block !important;
    }

    .header-content[b-xmk8cp14u6] {
        margin-right: 60px; /* Space for hamburger menu */
    }
}

/* Desktop styles */
@media (min-width: 769px) {
    .hide-on-mobile[b-xmk8cp14u6] {
        display: block !important;
    }

    .show-on-mobile[b-xmk8cp14u6] {
        display: none !important;
    }
}
/* _content/Sie.WebSite.GridPortal.Web/Components/Layout/NavMenu.razor.rz.scp.css */
[b-9knnscsk47] .navLink {
    background-color: #fbfbfb !important;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
}

    [b-9knnscsk47] .navLink:hover {
        background-color: #f1f1f1 !important;
    }
/* _content/Sie.WebSite.GridPortal.Web/Components/Pages/Agenda.razor.rz.scp.css */
[b-qa7ct9ocez] .agenda-stack {
    padding: 1.5rem;
}
[b-qa7ct9ocez] .activeTab {
    color: dodgerblue !important;
}
[b-qa7ct9ocez] .rcp-row {
    display: flex;
    flex-direction: column;
    margin-bottom: 1rem;
}
[b-qa7ct9ocez] .rcp-header {
    padding: 0.5rem 1rem;
    /*color: light;*/
    font-weight: bold;
    background-color: rgba(201, 211, 226, 0.4) !important;
}
[b-qa7ct9ocez] .rcp-steps {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    overflow-x: auto;
}
[b-qa7ct9ocez] .step {
    flex: 1;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: slategray;
    box-shadow: 0 4px 8px rgba(0,0,0,0.3);
    font-weight: 500;
    background-color: #64b5f6;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    padding: 1.5rem;
    position: relative;
    clip-path: polygon( 0% 0%, calc(100% - var(--point-offset)) 0%, 100% 50%, calc(100% - var(--point-offset)) 100%, 0% 100%, 0% var(--notch-bottom), var(--notch-depth) 50%, 0% var(--notch-top) );
    box-shadow: 0 2px 4px rgba(0,0,0,0.3);
    transition: clip-path 0.3s ease;
    --notch-depth: 15px;
    --notch-top: 5%;
    --notch-bottom: 95%;
    --point-offset: 15px;
    transition: transform 0.3s ease, box-shadow 0.3s ease, clip-path 0.3s ease;
}
    [b-qa7ct9ocez] .step:hover {
        transform: translateY(-2px);
        box-shadow: 0 4px 8px rgba(0,0,0,0.3);
    }
    [b-qa7ct9ocez] .step:first-child {
        clip-path: polygon( 0% 0%, calc(100% - var(--point-offset)) 0%, 100% 50%, calc(100% - var(--point-offset)) 100%, 0% 100%, 0% var(--notch-bottom), var(--notch-depth) 50%, 0% var(--notch-top) );
        box-shadow: 0 2px 4px rgba(0,0,0,0.3);
        transition: clip-path 0.3s ease;
        --notch-depth: 0px;
        --notch-top: 5%;
        --notch-bottom: 95%;
        --point-offset: 15px;
        margin-left:0.5rem;
    }
    [b-qa7ct9ocez] .step:last-child {
        clip-path: polygon( 0% 0%, calc(100% - var(--point-offset)) 0%, 100% 50%, calc(100% - var(--point-offset)) 100%, 0% 100%, 0% var(--notch-bottom), var(--notch-depth) 50%, 0% var(--notch-top) );
        box-shadow: 0 2px 4px rgba(0,0,0,0.3);
        transition: clip-path 0.3s ease;
        --notch-depth: 15px;
        --notch-top: 5%;
        --notch-bottom: 95%;
        --point-offset: 0px;
        margin-right:0.5rem;
        
    }
/* Animation d'apparition glissée */
@keyframes slideInLeft-b-qa7ct9ocez {
    from {
        opacity: 0;
        transform: translateX(-30px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* Appliquer à chaque étape */
[b-qa7ct9ocez] .rcp-steps .step {
    animation: slideInLeft-b-qa7ct9ocez 0.6s ease forwards;
    opacity: 0;
}

    /* Décalage progressif pour chaque élément (effet cascade) */
    [b-qa7ct9ocez] .rcp-steps .step:nth-child(1) {
        animation-delay: 0.1s;
    }

    [b-qa7ct9ocez] .rcp-steps .step:nth-child(2) {
        animation-delay: 0.25s;
    }

    [b-qa7ct9ocez] .rcp-steps .step:nth-child(3) {
        animation-delay: 0.4s;
    }

    [b-qa7ct9ocez] .rcp-steps .step:nth-child(4) {
        animation-delay: 0.55s;
    }

    [b-qa7ct9ocez] .rcp-steps .step:nth-child(5) {
        animation-delay: 0.7s;
    }
    [b-qa7ct9ocez] .rcp-steps .step:nth-child(6) {
        animation-delay: 0.8s;
    }

    [b-qa7ct9ocez] .rcp-steps .step:nth-child(7) {
        animation-delay: 0.9s;
    }

    [b-qa7ct9ocez] .rcp-steps .step:nth-child(8) {
        animation-delay: 1s;
    }

    [b-qa7ct9ocez] .rcp-steps .step:nth-child(9) {
        animation-delay: 1.1s;
    }

    [b-qa7ct9ocez] .rcp-steps .step:nth-child(10) {
        animation-delay: 1.2s;
    }
    [b-qa7ct9ocez] .rcp-steps .step:nth-child(11) {
        animation-delay: 1.3s;
    }

    [b-qa7ct9ocez] .rcp-steps .step:nth-child(12) {
        animation-delay: 1.4s;
    }

    [b-qa7ct9ocez] .rcp-steps .step:nth-child(13) {
        animation-delay: 1.5s;
    }

    [b-qa7ct9ocez] .rcp-steps .step:nth-child(14) {
        animation-delay: 1.6s;
    }

    [b-qa7ct9ocez] .rcp-steps .step:nth-child(15) {
        animation-delay: 1.7s;
    }

/* Pour plus de 5 étapes, on peut généraliser : */
[b-qa7ct9ocez] .rcp-steps .step {
    animation-fill-mode: both;
}
/* _content/Sie.WebSite.GridPortal.Web/Components/Pages/Archives.razor.rz.scp.css */
[b-qhiu6bv5kl] .archives-stack {
    padding: 1.5rem;
}
/* _content/Sie.WebSite.GridPortal.Web/Components/Pages/Associate.razor.rz.scp.css */
[b-v0lhhvyjg5] .info {
    font-size: 1.1rem;
    line-height: 1.5;
    margin-bottom: 2rem;
    margin-top: 2rem;
    padding-bottom: 2rem;
}
/* _content/Sie.WebSite.GridPortal.Web/Components/Pages/Connection.razor.rz.scp.css */
[b-0c9iqr24tf] .connectionForm {
    display: grid;
    gap: 1rem;
    /*max-width: 600px;*/
    margin-top: 2rem;
}

[b-0c9iqr24tf] .isRequired {
    padding-left: 5px;
    color: var(--error);
}

[b-0c9iqr24tf] .formLabel {
    width: 20%;
}

[b-0c9iqr24tf] .formInput {
    width: 80%;
}
/* _content/Sie.WebSite.GridPortal.Web/Components/Pages/Forms/DeleteConnection.razor.rz.scp.css */
[b-rg5fhq878z] .bloc1 {
    width: 100%;
    align-items: flex-start;
}

[b-rg5fhq878z] .bloc1_text_field {
    width: 70%;
}

[b-rg5fhq878z] .bloc1_map {
    height: 550px;
    width: 100%;
    border: 1px solid #ccc;
}

[b-rg5fhq878z] .map_warning {
    color: red;
}

[b-rg5fhq878z] .sr-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}
/* _content/Sie.WebSite.GridPortal.Web/Components/Pages/Maps.razor.rz.scp.css */
.map[b-6jeywj06zv] {
    height: 500px;
    width: 100%;
    border: 1px solid #ccc;
}
/* _content/Sie.WebSite.GridPortal.Web/Components/Pages/Project.razor.rz.scp.css */
[b-mz60lo4oj4] .activeTab {
    color: dodgerblue !important;
}
/* _content/Sie.WebSite.GridPortal.Web/Components/Pages/Requests.razor.rz.scp.css */
/* _content/Sie.WebSite.GridPortal.Web/Components/Pages/UserProfile.razor.rz.scp.css */
[b-typ9mj475p] .activeTab {
    color: dodgerblue !important;
}


[b-typ9mj475p] .divider {
    width: 100%;
    margin-bottom: 1.5rem;
}

[b-typ9mj475p] .form_change_password {
    max-width: 700px;
}

.profile-grid[b-typ9mj475p] {
    display: grid;
    grid-template-columns: 200px 1fr;
    row-gap: 0.75rem;
    margin-top: 1rem;
}

.tabs-container[b-typ9mj475p] {
    overflow: hidden;
}

.slide-content[b-typ9mj475p] {
    transition: all 0.5s ease-in-out;
}

.slide-in-left[b-typ9mj475p] {
    animation: slideInLeft-b-typ9mj475p 0.5s ease-out;
}

.slide-in-right[b-typ9mj475p] {
    animation: slideInRight-b-typ9mj475p 0.5s ease-out;
}

.slide-out-left[b-typ9mj475p] {
    animation: slideOutLeft-b-typ9mj475p 0.5s ease-out;
    opacity: 0;
}

.slide-out-right[b-typ9mj475p] {
    animation: slideOutRight-b-typ9mj475p 0.5s ease-out;
    opacity: 0;
}

@keyframes slideInLeft-b-typ9mj475p {
    from {
        transform: translateX(-100%);
        opacity: 0;
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slideInRight-b-typ9mj475p {
    from {
        transform: translateX(100%);
        opacity: 0;
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slideOutLeft-b-typ9mj475p {
    from {
        transform: translateX(0);
        opacity: 1;
    }

    to {
        transform: translateX(-100%);
        opacity: 0;
    }
}

@keyframes slideOutRight-b-typ9mj475p {
    from {
        transform: translateX(0);
        opacity: 1;
    }

    to {
        transform: translateX(100%);
        opacity: 0;
    }
}
/* _content/Sie.WebSite.GridPortal.Web/Components/Shared/Spinner.razor.rz.scp.css */
.spinner-overlay[b-uhkn2qowbi] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    /* background: rgba(255,255,255,0.7); */
    z-index: 9999;
}

.spinner-container[b-uhkn2qowbi] {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.loader[b-uhkn2qowbi] {
    border: 10px solid #f3f3f3;
    border-top: 10px solid #0078d4;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin-b-uhkn2qowbi 1s linear infinite;
    margin-bottom: 18px;
}

@keyframes spin-b-uhkn2qowbi {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.spinner-message[b-uhkn2qowbi] {
    font-size: 1.2rem;
    color: #333;
    text-align: center;
}
