.footer-custom {
    background-color: #FA964E; /* Couleur orange */
    color: black; /* Couleur du texte */
    padding: 20px 0;
}
.footer-custom .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.footer-custom p {
    margin: 0;
}