body {
    margin-top: 2rem;
}

a {
    text-decoration: none;
}

h3 {
    font-size: 1.1rem;
}

footer ul {
    display: flex;
    justify-content: center;
}

footer li,
footer li a {
    color: var(--color-gris-clair);
    list-style: none;
    font-size: 0.8rem;
    margin: 0.5rem;
}

.links-native-maps ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0;
    padding: 0;
}

.links-native-maps li {
    list-style: none;
    margin: 0.5rem;
}

.links-native-maps a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.links-native-maps span {
    margin: 2rem;
    min-width: 120px;
    text-align: left;
}

.links-native-maps img {
    width: 50px;
    height: auto;
}
