footer {
    background-color: #121212;
}
footer h2 {
    font-size: 2rem;
    font-weight: 400;
    color: #edd5a2;
}
footer ul {
    display: flex;
    flex-direction: column;
    margin-top: 1rem;
}
footer ul li {
    position: relative;
    list-style: none;
    color: #f4d18c;
}
footer ul li {
    padding: 1.3rem 0;
}
footer ul li:not(:last-child)::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 200px;
    background-color: #BF9E5945;
}
footer > :not(#legal) a {
    color: #f4d18c !important;
}
footer #footer-contact {
    padding: 4rem 0;
    margin: 0 auto;
    max-width: 1600px;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}
footer #footer-contact img {
    max-width: 250px;
}
footer #footer-contact #footer-iframe {
    flex-grow: 1;
}
footer #legal {
    background-color: #f2f2f2;
    padding: 1.5rem 0;
    text-align: center;
    color: #121212;
}
footer #legal a {
    color: #888888;
}
footer a {
    text-decoration: none !important;
}

@media screen and (min-width: 1200px) {
    footer #footer-contact {
        flex-direction: row;
        align-items: center;
    }
    footer #footer-contact #infos-contact {
        width: 34%;
    }
}
