/* *****************************************************

    ** Custom Stylesheet **

    Any custom styling you want to apply should be
    defined here.

***************************************************** */
/* Ajuste l'espacement général du footer par rapport au body */
body {
    padding-bottom: 0 !important;
}

.footer {
    margin-top: 4rem !important;
}

/* Améliore l'espacement et le style des liens */
.footer a {
    transition: color 0.2s ease-in-out;
}

.footer a:hover {
    color: #2d68cc !important;
    text-decoration: underline;
}

/* Ajuste les espacements internes pour un look plus aéré */
.footer .container {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

/* Style cohérent pour les titres */
.footer h5 {
    font-weight: 600;
}