@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.olwso25aue.bundle.scp.css';

/* /Components/Shared/CheckboxGroup.razor.rz.scp.css */
.checkbox-group[b-vmiuzjyb00] {
    border: 1px solid #dee2e6;
    border-radius: 0.375rem;
    padding: 0.5rem;
    max-height: 150px;
    overflow-y: auto;
}

.checkbox-label[b-vmiuzjyb00] {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    cursor: pointer;
}

.checkbox-label .form-check-input[b-vmiuzjyb00] {
    margin: 0;
}
/* /Components/Shared/Cookie/CookieBanner.razor.rz.scp.css */
.cookie-banner[b-7h194bhupg] {
    position: fixed;
    left: 0;
    right: 0;
    bottom: var(--footer-h, 2rem); /* juste au-dessus du footer existant */
    z-index: 1040;
    padding: 1rem 1.5rem;
    background: var(--bs-body-bg, #fff);
    border-top: 1px solid var(--bs-border-color, #dee2e6);
    box-shadow: 0 -2px 8px rgba(0, 0, 0, .08);
}
/* /Components/Shared/Dialog.razor.rz.scp.css */
.overlay[b-xmvmbb5w8i] {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.dialog[b-xmvmbb5w8i] {
    width: 750px;
    background-color: white;
    border-radius: 10px;
    padding: 1rem;
}

    .dialog .dialog-header[b-xmvmbb5w8i] {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 1rem;
    }

    .dialog .dialog-body[b-xmvmbb5w8i] {
        padding: 1rem;
    }

    .dialog .dialog-footer[b-xmvmbb5w8i] {
        padding: 1rem;
    }


.close[b-xmvmbb5w8i] {
    height: 40px;
    width: 40px;
    background-color: transparent;
    transition: 0.25s ease;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

    .close:hover[b-xmvmbb5w8i] {
        background-color: #DDD;
    }
/* /Components/Shared/Stepper.razor.rz.scp.css */
.stepper[b-6u6t773dz9] {
    display: flex;
    gap: 0;
    overflow-x: auto;
    border: 1px solid #dee2e6;
    border-radius: 0.5rem;
    background: #f8f9fa;
}

.stepper-item[b-6u6t773dz9] {
    flex: 1 1 0;
    display: flex;
    align-items: center;
    gap: 0.625rem;
    padding: 0.75rem 1rem;
    border: none;
    background: transparent;
    cursor: pointer;
    position: relative;
    color: #6c757d;
    font-size: 0.875rem;
    white-space: nowrap;
    transition: background-color 0.2s, color 0.2s;
}

.stepper-item:hover[b-6u6t773dz9] {
    background: #e9ecef;
}

/* Separator between items */
.stepper-item + .stepper-item[b-6u6t773dz9]::before {
    content: '';
    position: absolute;
    left: 0;
    top: 20%;
    height: 60%;
    width: 1px;
    background: #dee2e6;
}

/* Indicator circle */
.stepper-indicator[b-6u6t773dz9] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 1.75rem;
    height: 1.75rem;
    border-radius: 50%;
    font-size: 0.75rem;
    font-weight: 600;
    background: #dee2e6;
    color: #495057;
    transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
}

.stepper-label[b-6u6t773dz9] {
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Active step */
.stepper-item.active[b-6u6t773dz9] {
    background: #e7f1ff;
    color: #0d6efd;
}

.stepper-item.active .stepper-indicator[b-6u6t773dz9] {
    background: #0d6efd;
    color: #fff;
    box-shadow: 0 0 0 3px rgba(13, 110, 253, 0.25);
}

.stepper-item.active .stepper-label[b-6u6t773dz9] {
    font-weight: 600;
}

/* Completed step */
.stepper-item.completed .stepper-indicator[b-6u6t773dz9] {
    background: #198754;
    color: #fff;
}

.stepper-item.completed[b-6u6t773dz9] {
    color: #198754;
}

/* Completed + active combined */
.stepper-item.active.completed[b-6u6t773dz9] {
    background: #e7f1ff;
    color: #0d6efd;
}

.stepper-item.active.completed .stepper-indicator[b-6u6t773dz9] {
    background: #0d6efd;
    color: #fff;
    box-shadow: 0 0 0 3px rgba(13, 110, 253, 0.25);
}

/* Content area */
.stepper-content[b-6u6t773dz9] {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

/* Navigation buttons */
.stepper-nav[b-6u6t773dz9] {
    display: flex;
    gap: 0.5rem;
    margin-bottom: 1rem;
}
