footer {
    background-color: #ffbaba; /* Couleur rose */
    color: #5a4631; /* Couleur marron pour le texte */
    padding: 30px 15px;
    font-size: 0.9rem;
}

footer h5 {
    margin-bottom: 15px;
    font-weight: bold;
}

footer a {
    color: #5a4631; /* Même couleur que le texte */
    text-decoration: none;
}

footer a:hover {
    text-decoration: underline;
}

footer .social-icons a {
    margin-right: 10px;
    font-size: 1.2rem;
}

footer p {
    font-weight: 350;
    line-height: 1.3;
}

footer .margin-left {
    margin-left: 5%;

}