/* /Components/AccueilPublic.razor.rz.scp.css */
.home-hero[b-q5ah34y2tx] {
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: var(--border-radius-small);
    padding: 3rem;
    max-width: 60%;
    margin: 2rem auto;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    background-color: white;
}

.hero-logo[b-q5ah34y2tx] {
    height: 5rem;
    margin-bottom: 2rem;
}

.hero-subtitle[b-q5ah34y2tx] {
    margin: 1.5rem;
    color: var(--neutral-mid);
    font-size: 1.1rem;
}
/* /Components/Appels/DetailReponseAppel.razor.rz.scp.css */
.titre[b-f6hpwhu5t5] {
    font-size: 2rem;
    font-weight: bold;
}

[b-f6hpwhu5t5] .repartition-verticale {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    gap: 0.75em;
}

[b-f6hpwhu5t5] .rz-textarea {
    width: 100%;
    min-height: 100px !important;
}
/* /Components/Appels/DetailReponseAppelSession.razor.rz.scp.css */
.info[b-irww4abwb5] {
    background-color: var(--rz-menu-background);
    border-left: 4px solid var(--primary);
    border-radius: 4px;
    padding: 0.8rem;
    width: 50%;
    margin-bottom: 1.25rem;
}
/* /Components/Appels/RecapitulatifAppel.razor.rz.scp.css */
.info-label[b-9uarnv7vlt] {
    font-size: 0.8rem;
    color: var(--text-muted);
}
/* /Components/Appels/SignatureConvention.razor.rz.scp.css */
/* /Components/Appels/TimeLineConvention.razor.rz.scp.css */
.timeline[b-rdugktt9tu] {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.timeline[b-rdugktt9tu]::before {
    content: '';
    position: absolute;
    top: 28px;
    left: 0;
    right: 0;
    height: 3px;
    background: var(--rz-menu-background);
}

.timeline-step[b-rdugktt9tu] {
    text-align: center;
    position: relative;
    flex: 1;
}

.timeline-icon[b-rdugktt9tu] {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: var(--rz-menu-background);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.timeline-step.entamee .timeline-icon[b-rdugktt9tu] {
    color: var(--success);
}

.timeline-step.entamee .timeline-icon[b-rdugktt9tu]{
    position: relative;
}

.timeline-step.entamee .timeline-icon[b-rdugktt9tu]::after{
    content: "✓";
    position: absolute;
    top: -4px;
    right: -4px;
    width: 20px;
    height: 20px;
    background: var(--success);
    color: white;
    border-radius: 50%;
    font-size: 12px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid white;
}
/* /Components/InfoOffre/InfoOffreComplet.razor.rz.scp.css */
.timeline[b-m0lmrucmxb] {
    position: relative;
}

.timeline-row[b-m0lmrucmxb] {
    display: flex;
}

.timeline[b-m0lmrucmxb]::before {
    content: "";
    position: absolute;
    left: 50%;
    width: 2px;
    height: 100%;
    background: linear-gradient(to bottom, #e9ecef, #dee2e6);
    transform: translateX(-50%);
}

.item[b-m0lmrucmxb] {
    position: relative;
    width: 50%;
    padding: 1.5rem;
}

.item.left[b-m0lmrucmxb] {
    left: 0;
}

.item[b-m0lmrucmxb]::before {
    content: "";
    position: absolute;
    top: 38px;
    width: 10px;
    height: 10px;
    background: var(--timeline);
    border-radius: 50%;
    box-shadow: 0 0 0 6px rgba(99, 102, 241, 0.1);
}

.item.left[b-m0lmrucmxb]::before {
    right: -5px;
}

.item.right[b-m0lmrucmxb]::before {
    left: -5px;
}

.label[b-m0lmrucmxb] {
    font-weight: 600;
    color: var(--secondary);
    margin-bottom: 0.6rem;
    letter-spacing: 0.05em;
}

@media (max-width: 768px) {
    .timeline[b-m0lmrucmxb]::before {
        left: 8px;
    }

    .item[b-m0lmrucmxb] {
        width: 100%;
        padding-left: 30px;
    }

    .item.left[b-m0lmrucmxb],
    .item.right[b-m0lmrucmxb] {
        left: 0;
    }

    .item[b-m0lmrucmxb]::before {
        left: 0;
    }

    .timeline-row[b-m0lmrucmxb] {
        display: block;
    }
}
/* /Components/InfoOffre/InfoOffreInscriptions.razor.rz.scp.css */
.inscriptions[b-zvh2wgdv3j] {
    display: flex;
    gap: 0.4rem;
    flex-wrap: wrap;
}

.inscription-item[b-zvh2wgdv3j] {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
    border-radius: 2px;
    background: #f9fafb;
    transition: all 0.2s ease;
}

.inscription-item:hover[b-zvh2wgdv3j] {
    transform: translateY(-2px);
    background: #f3f4f6;
}

.value[b-zvh2wgdv3j] {
    font-weight: 600;
}

.label[b-zvh2wgdv3j] {
    font-size: 12px;
    color: var(--text-muted);
}
/* /Components/InfoOffre/InfoOffrePublicVise.razor.rz.scp.css */
.public-badges[b-kgfu48f7m0] {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.badge-item[b-kgfu48f7m0] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 10px;
    border-radius: 999px;
    background: var(--rz-menu-background);
    color: var(--primary);
    font-size: 13px;
    font-weight: 500;
}

.badge-item:hover[b-kgfu48f7m0] {
    background: var(--rz-menu-background);
    transform: translateY(-1px);
}
/* /Components/InfoOffre/InfoOffreTexteSimple.razor.rz.scp.css */
.plus[b-nemgs0a0ug] {
    color: var(--timeline);
    cursor: pointer;
    font-weight: 500;
}
/* /Components/Inscriptions/ModalInscriptionEnseignants.razor.rz.scp.css */
.confirmation-box[b-6ud5w3xrir] {
    border-radius: 12px;
    background: #f8f9fa;
    border: 1px solid #e3e6ea;
    padding: 1rem 1.25rem;
}

.confirmation-content[b-6ud5w3xrir] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
}

.confirmation-text[b-6ud5w3xrir] {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    font-size: 0.95rem;
}

[b-6ud5w3xrir] .rz-form-field label::after {
    content: " *" !important;
    color: var(--danger) !important;
}
/* /Components/OfImpersonator.razor.rz.scp.css */
/* /Components/ToggleBoolNullable.razor.rz.scp.css */
/* /Pages/NotFound.razor.rz.scp.css */
/* /Shared/Document.razor.rz.scp.css */
.document-container[b-taf0lx5fey] {
    display: block;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    padding: 0.4em;
    transition: box-shadow 0.2s ease;
}

.document-container:hover[b-taf0lx5fey] {
    box-shadow: 0 2px 6px rgba(0,0,0,0.08);
}

.document-row[b-taf0lx5fey] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1em;
}

.document-left[b-taf0lx5fey] {
    display: flex;
    align-items: center;
    gap: 8px;
}

.document-nom[b-taf0lx5fey] {
    font-size: x-small;
}

.actions[b-taf0lx5fey] {
    display: flex;
    align-items: center;
    gap: 6px;
}

.document-new[b-taf0lx5fey] {
    background-color: #fff8e1;
    padding: 6px 8px;
}

.document-existant[b-taf0lx5fey] {
    border-radius: 8px;
    padding: 6px 8px;
}

.badge-new[b-taf0lx5fey] {
    font-size: 11px;
    background-color: var(--warning);
    color: white;
    padding: 2px 6px;
    border-radius: 6px;
    font-weight: 500;
}
/* /Shared/Footer.razor.rz.scp.css */
.footer-container[b-jsrzc1kc62] {
    background-color: var(--primary);
    color: white;
    padding: var(--btn-padding-y);
    text-align: center;
    position: relative;
}

.footer-scroll-top[b-jsrzc1kc62] {
    color: var(--primary);
    border-radius: 50%;
    border: none;
    width: 2rem;
    height: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -18px;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.15);
    transition: 0.25s ease;
}

.footer-scroll-top:hover[b-jsrzc1kc62] {
    transform: translateX(-50%) translateY(-3px);
}

.badge-env[b-jsrzc1kc62] {
    padding: var(--badge-padding);
    border-radius: var(--border-radius-large);
    font-size: 0.75rem;
    background: var(--secondary);
    color: white;
}
/* /Shared/Header.razor.rz.scp.css */
.main-header[b-hsghxuxwky] {
    background: white;
    color: var(--text-light) !important;
    padding: 1rem;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.18);
    position: sticky;
    top: 0;
    z-index: 100;
}

.header-content[b-hsghxuxwky] {
    display: flex;
    flex-direction: column;
    max-width: 100%;
}

.header-title[b-hsghxuxwky] {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.btn-login[b-hsghxuxwky] {
    color: var(--primary);
    padding: var(--btn-padding);
    border-radius: 999px;
    border: none;
    font-weight: 600;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
}

.user-panel-body[b-hsghxuxwky] {
    padding: 14px;
}

.user-panel-footer[b-hsghxuxwky] {
    padding: 14px;
    border-top: 1px solid #eaeaea;
}

.logout-btn[b-hsghxuxwky] {
    width: 100%;
    padding: 0.8rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    background: transparent;
    border: none;
    border-radius: var(--border-radius-small);
    color: var(--primary);
    font-weight: 500;
    transition: all 0.2s ease;
}

.logout-btn:hover[b-hsghxuxwky] {
    background: var(--danger-soft);
    color: var(--danger);
}

[b-hsghxuxwky] ul.rz-profile-menu .rz-navigation-item-icon-children {
    display: none !important;
}

@media (max-width: 640px) {
    .main-header[b-hsghxuxwky] {
        padding: 12px 18px;
    }
}
/* /Shared/Icons/Icon.razor.rz.scp.css */
.clickable[b-z54eq9rm3h]{
    cursor: pointer;
}
/* /Shared/Loader.razor.rz.scp.css */
.loader[b-v8gxz8jby2] {
    width: 120px;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
}

svg[b-v8gxz8jby2] {
    width: 70%;
    fill: none;
}

.load[b-v8gxz8jby2] {
    transform-origin: 50% 50%;
    stroke-dasharray: 570;
    stroke-width: 20px;

    &.one {
        stroke: var(--color3-loader);
        animation: load-b-v8gxz8jby2 1.5s infinite;
    }

    &.two[b-v8gxz8jby2] {
        stroke: var(--color2-loader);
        animation: load-b-v8gxz8jby2 1.5s infinite;
        animation-delay: 0.1s;
    }

    &.three[b-v8gxz8jby2] {
        stroke: var(--color1-loader);
        animation: load-b-v8gxz8jby2 1.5s infinite;
        animation-delay: 0.2s;
    }
}

.point[b-v8gxz8jby2] {
    animation: bounce-b-v8gxz8jby2 1s infinite ease-in-out;

    &.one {
        fill: var(--color1-loader);
        animation-delay: 0s;
    }

    &.two[b-v8gxz8jby2] {
        fill: var(--color2-loader);
        animation-delay: 0.1s;
    }

    &.three[b-v8gxz8jby2] {
        fill: var(--color3-loader);
        animation-delay: 0.2s;
    }
}

@keyframes bounce-b-v8gxz8jby2 {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-20px);
    }
}

@keyframes load-b-v8gxz8jby2 {
    0% {
        stroke-dashoffset: 570;
    }
    50% {
        stroke-dashoffset: 530;
    }
    100% {
        stroke-dashoffset: 570;
        transform: rotate(360deg);
    }
}
/* /Shared/Loading.razor.rz.scp.css */
.loader-overlay[b-wrj0hcvdjp] {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.08);
    backdrop-filter: blur(3px);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.pulse-loader[b-wrj0hcvdjp] {
    width: 12px;
    height: 12px;
    background: var(--accent);
    border-radius: 50%;
    box-shadow: 0 0 0 rgba(59, 130, 246, 0.6);
    animation: pulseEffect-b-wrj0hcvdjp 1.6s infinite ease-out;
    margin: auto;
}

@keyframes pulseEffect-b-wrj0hcvdjp {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(59, 130, 246, 0.6);
    }
    50% {
        transform: scale(1.18);
        box-shadow: 0 0 0 8px rgba(59, 130, 246, 0);
    }
    100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(59, 130, 246, 0);
    }
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page-container[b-w7h63ckogs] {
    display: flex;
    position: relative;
    flex-direction: column;
    min-height: 100vh;
    justify-content: space-around;
}

.main-content[b-w7h63ckogs]{
    flex: 1;
}

.contenu[b-w7h63ckogs]{
    align-self: center;
}
/* /Shared/ToggleButton.razor.rz.scp.css */
/* /Shared/ToggleButtonCollection.razor.rz.scp.css */
