footer a {
    font-family: "georgiapro", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: black;
    text-decoration: none;
    display: flex;
    font-size: 16px;
    justify-content: center;
}

footer {
    margin-top: 80px;
    margin-bottom: 40px;
}

/* Conteneur principal du footer */
.footer-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
    flex-wrap: nowrap;
}

/* Section contact */
.footer-contact {
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Section des réseaux sociaux */
.footer-socials {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 40px;
    align-items: center;
}

/* Paragraphes dans footer-socials */
.footer-socials p {
    font-family: "georgiapro", sans-serif;
    font-weight: 400;
    font-style: normal;
    margin: 4px 0;
}

/* Conteneur des icônes médias */
.footer-media {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-top: 20px;
}

.footer-media img {
    height: 22px;
    width: 22px;
}