.footer {
    width: 100%;
    height: fit-content;
    box-sizing: border-box;
    padding: 5px 0;
}

.footer-texte {
    font-size: 12px;
    text-align: center;
    color: black;
}