.footer-band {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center; /* Centre les colonnes horizontalement */
    background-color: #f04c23;
    color: white;
    padding: 10px 0;
    z-index: 1000;
    height: 60px;
}

.footer-column {
    flex: 1; /* Distribue l'espace équitablement entre les colonnes */
    text-align: center;
}

.footer-band img {
    width: 30px; 
    height: auto;
    align-items: center;
    margin-bottom: 5px; /* Espacement entre l'icône et le texte */
}