/* ---------- FOOTER STYLE ---------- */
footer.end {
    background-color: #1D3458; /* gris très foncé */
    color: #ffffff; /* rose doux */
    text-align: center;
    padding: 2em 1em;
    font-family: 'Afacad', sans-serif;
}

footer .icon {
    margin-bottom: 1em;
}

footer .icon a {
    color: #ffffff;
    font-size: 1.5rem;
    margin: 0 10px;
    transition: transform 0.2s ease, color 0.2s ease;
}

footer .icon a:hover {
    transform: translateY(-3px);
    color: #ffffff; /* un rose un peu plus clair au survol */
}

footer .footer-line {
    width: 40%;
    margin: 0.5em auto 1em auto;
    border: none;
    border-top: 1px solid #ffffff;
    opacity: 0.6;
}

footer .logoend a {
    color: #ffffff;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.6rem;
    letter-spacing: 1px;
    transition: color 0.3s ease;
}

footer .logoend a:hover {
    color: #ffffff;
}

/* --------- Responsive adjustments --------- */
@media (min-width: 601px) {
    footer .icon a {
        margin: 0 15px;
        font-size: 1.6rem;
    }
}

@media (min-width: 1025px) {
    footer.end {
        padding: 2.5em 3em;
    }

    footer .logoend a {
        font-size: 1.8rem;
    }
}
