.main-content {
    margin-top: 0 !important;
    margin-left: 125px !important;
    width: 100% !important;
    padding-top: 0 !important;
}

.dossier-header {
    background: #FFFFFF;
    padding: 11.5px 30px;
    color: white;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    border-bottom: 1px solid rgba(255,255,255,0.1);
    margin-top : 0 !important ;
    font-weight: 700;
    font-family: "Comfortaa", sans-serif;
}
.text-header{
    color: #5f4fcf;
}
/* Informations bénéficiaire */
.beneficiaire-info h4 {
    font-size: 1.3rem;
    font-weight: 700;
}

.beneficiaire-info .text-muted {
    font-size: 14px;
    font-weight: 600;
}


.sous-titre{
    font-size: 14px;
}
/************* SideBare ****************/
.sidebar-logo {
    width: 45px;
    filter: brightness(0) invert(1);
}
/* Sidebar compacte universelle */
.sidebar-compact {
    position: fixed;
    top: 0;
    left: 0;
    width: 125px;
    height: 100vh;
    background: #5f4fcf;
    z-index: 1000;
    overflow-y: auto;
    box-shadow: 2px 0 10px rgba(0,0,0,0.1);
    font-weight: 700;
    font-family: "Comfortaa", sans-serif;
}

.sidebar-header {
    background: #5f4fcf;
    display: flex;
    justify-content: center;
    padding: 3.5px 22px;
}

.sidebar-nav {
    padding: 10px 0;
}
.nav-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: white;
    margin-bottom: 7px;
    padding: 13px 10px;
    border-radius: 8px;
    transition: all 0.3s ease;
    margin-left: 10px;
    margin-right: 10px;
}

.nav-item i {
    font-size: 20px;
    margin-bottom: 8px;
}

.nav-item span {
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    line-height: 1.2;
}

.nav-item-blue.active {
    background: #ff9500; /* Bleu plus foncé */
}

.nav-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}

.nav-item.active {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.3);
}

/* Contenu principal */
.main-content {
    margin-left: 180px;
    width: calc(100% - 180px);
    min-height: 100vh;
}


