.navbar-brand-img {
    height: 120px;
    width: 150px;
}

.nav-container {
    height: 120px !important;
    margin-left: 15px !important;
    margin-top: -30px;
}

.nav-item-nav-toggle-data {
    margin-left: -60px !important;
    margin-top: 60px !important;
}

.btn-espace {
    margin-right: 10px !important;
}

.menu-item-libelle {
    font-size: 16px;
    font-weight: bold;
}

.breadcrumb-text-danger {
    color: var(--bs-green) !important;
    font-weight: bold;
}

.link-text {
    color: var(--bs-danger) !important;
    font-weight: bold;
}

.oley-navbar {
    background-color: var(--bs-primary);
    color: var(--bs-white);
}

.usine-link {
    font-size: 20px;
    font-weight: bold;
    color: var(--bs-white);
    margin-right: 20px;
    text-align: center;
}

.usine-link:hover {
    color: var(--bs-warning);
}

.current-usine-link {
    font-size: 20px;
    font-weight: bold;
    color: var(--bs-warning);
    margin-right: 20px;
    text-align: center;
}

.current-usine-link:hover {
    color: var(--bs-warning);
}

.btn-btn-bienfaiteur-primary {
    background: #015ea3;
    color: #fff;
    padding: 12px 24px;
    border-radius: 8px;
    border: none;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s ease;
}

.btn-btn-bienfaiteur-primary:hover {
    background: #015ea3;
    /* légèrement plus foncé au survol */
    transform: translateY(-3px);
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.25);
}

.btn-btn-bienfaiteur-primary:active {
    transform: translateY(0);
    box-shadow: none;
}


.btn-outline-secondary {
    background: #ea8b83;
    color: #fff;
    padding: 12px 24px;
    border-radius: 8px;
    border: none;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s ease;
}

.btn-outline-secondary:hover {
    background: #ea8b83;
    /* légèrement plus foncé au survol */
    transform: translateY(-3px);
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.25);
}

.btn-outline-secondary:active {
    transform: translateY(0);
    box-shadow: none;
}









/* Empêche le scroll global */
/* html,
body {
    height: 100%;
    overflow: hidden;
} */


.page-fixed-layout {
    height: calc(150vh - 120px);
    /* navbar + breadcrumb Vuexy */
    display: flex;
    flex-direction: column;
}

.page-fixed-header {
    flex-shrink: 0;
}

.card-table-wrapper {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-height: 0;
    /* 🔥 TRÈS IMPORTANT */
}

.card-table-scroll {
    flex: 1;
    overflow-y: auto;
    min-height: 0;
}

.card-table-scroll thead th {
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 10;
}
