footer{
    width: 100%;
    background-color:var(--gris);
    display: flex;
    flex-direction: column;
    text-align: center;
    row-gap: 1.5rem;
    padding:16px 0;
    font-size: 0.9rem;
    border-top: 6px solid var(--bleu_clair);
}

#footer__infosComite{
    display: flex;
    flex-direction: column;
}

#footer__social{
    display: flex;
    column-gap: 20px;
    justify-content: center;
}

.footer__social--image{
    width: calc(30px + 0.2vw);
}