.titreFooter {
    font-size: 30px;
    color: var(--color-text);
    margin-top: 20px;
    text-align: left;
    margin-left: 30px;
}

footer {
    bottom: 0;
    width: 100%;
}

.navFooter :hover {
    color: var(--color-text);
    border-bottom: none;
}

.navFooter {
    justify-content: start;
    font-size: 20px;
}

.copyright {
    text-align: end;
    font-family: sans-serif;
    font-size: small;
    margin: 0 30px 20px 0;
    padding: 0;
}