
.btn-icon {
    width: 32px;
    height: 32px;
    padding: 0 !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50% !important;
    line-height: 1;
}
.table .btn-icon { margin-right: .25rem; }
.table .btn-icon:last-child { margin-right: 0; }


 body {
     background: url('/images/background.webp') no-repeat center center fixed;
     background-size: cover;
 }

@media (max-width: 768px) {
    body {
        background: url('/images/background.webp') no-repeat center center fixed;
        background-size: cover;
    }
}

.navbar-custom {
    background: #ffffff; /* blanc */
    border-bottom: 3px solid #007bff; /* accent bleu */
}
.navbar-custom .nav-link,
.navbar-custom .navbar-brand {
    color: #000000 !important; /* noir lisible */
    font-weight: 600;
}

.navbar-custom .nav-link.active {
    color: #007bff !important;
    border-bottom: 2px solid #007bff;
}

.content-wrapper {
    background: rgba(255,255,255,0.9);
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
}
footer {
    background: #222;
    color: #ccc;
    text-align: center;
    padding: 12px;
    margin-top: auto; /* pousse le footer en bas */
}
