
footer {
    background-color: #f8f9fa;
    padding-top: 1rem;
}

footer h5 {
    margin-bottom: 1rem;
    font-weight: bold;
    color: var(--bleuCyber);
}

footer ul {
    padding: 0;
    list-style: none;
}

footer ul li {
    margin-bottom: 0.5rem;
}

footer ul li a {
    color: #343a40;
    text-decoration: none;
}

footer ul li a:hover {
    text-decoration: underline;
}

footer .btn-outline {
    color: #343a40;
}

footer .btn-outline:hover {
    color: #fff;
    background-color: #343a40;
}
