.song-link {
    text-decoration: underline;
}

footer:empty {
    display: none !important;
}

.member {
    outline: none;
}

.partner a[target="_blank"]:focus,
.association a[target="_blank"]:focus {
    display: unset;
    text-decoration: none;
    box-shadow: none;
    outline: none;
}

.partner a[target="_blank"]:focus img,
.association a[target="_blank"]:focus img {
    box-shadow: var(--focus-border-2);
}