
/* =footer
--------------------------------------------------------------- */

.footer__infos {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    padding: 2.5em 0 0;
    justify-content: space-between;
}
.footer__infos h2 {
    white-space: nowrap;
}
.footer__column {
    flex: 0 0;
}
.footer__column--address {
    min-width: 150px;
}
.footer__column--partner {
    min-width: auto;
}
