/* /Components/Layout/MainLayout.razor.rz.scp.css */
.layout-drawer-body[b-4ljgwokbsa]  .groupbox {
    margin-top: 1rem;
}

.layout-drawer-body[b-4ljgwokbsa]  .btn-info {
    --bs-info: #0078d4;
    --bs-btn-hover-bg: #1260b0;
    margin-bottom: 1rem;
}

#blazor-error-ui[b-4ljgwokbsa] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}
.mud-overlay[b-4ljgwokbsa] {
    z-index: 9999 !important;
}

.mud-dialog-container[b-4ljgwokbsa] {
    z-index: 10000 !important;
}
    #blazor-error-ui .dismiss[b-4ljgwokbsa] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }


.layout[b-4ljgwokbsa] {
    --bb-layout-header-background: #ffffff;
    --bb-layout-headerbar-background: #ffffff;
    --bb-layout-headerbar-background: #ffffff;
}
.layout-banner[b-4ljgwokbsa] {
    background-color: #ffffff !important;
}
body[b-4ljgwokbsa] {
    background-image: url('/images/fond-page.png'); /* Remplacez par le chemin de votre image */
    background-size: cover; /* Étire l'image pour couvrir toute la zone sans déformation */
    background-position: center; /* Centre l'image */
    background-repeat: no-repeat; /* Évite la répétition de l'image */
    background-attachment: fixed; /* Optionnel : fixe l'image lors du scroll pour un effet parallax */
    min-height: 100vh; /* Assure que le body couvre toute la hauteur de la vue */
}
.homecard[b-4ljgwokbsa] {
    background-color: transparent ;
    border-width:0 ;
}
.foot-text[b-4ljgwokbsa] {
    color: grey;
    padding:5px;
    margin-top:10px;
}
/* /Components/Pages/Home.razor.rz.scp.css */
.custom-rate[b-e8kzfkj4wi] {
    --bb-rate-font-size: 1.7rem;
    --bb-rate-height: 30px;
    --bb-rate-width: 30px;
/*    --bb-rate-active-color: var(--bs-primary);*/
}

.radio-list-required[b-e8kzfkj4wi] {
    border: 1px solid #dc3545;
    padding: 5px;
    border-radius: 5px;
    background-color: rgba(220, 53, 69, 0.05);
}

.radio-list-required[b-e8kzfkj4wi]::before {
    content: "⚠ Sélection requise (réponse obligatoire)";
    display: block;
    color: #dc3545;
    font-size: 0.675rem;
    margin-bottom: 5px;
    font-weight: 500;
}


h6[b-e8kzfkj4wi] {
    color: #005a64;
}
/* Styles pour les items actifs/sélectionnés */
.custom-rate .rate-item-custom.active[b-e8kzfkj4wi] {
    color: white !important;
}

    .custom-rate .rate-item-custom.active i[b-e8kzfkj4wi] {
        color: white !important;
    }

    .custom-rate .rate-item-custom.active .rate-label[b-e8kzfkj4wi] {
        color: white !important;
        font-weight: 500;
    }


/* Force pour BootstrapBlazor RadioList */
[b-e8kzfkj4wi] .radio-list .btn.active .rate-item-custom,
[b-e8kzfkj4wi] .radio-list .btn.active .rate-item-custom *,
[b-e8kzfkj4wi] .btn-group > .btn.active .rate-item-custom,
[b-e8kzfkj4wi] .btn-group > .btn.active .rate-item-custom * {
    color: white !important;
}
