footer {
    color: #808080;
    background-color: #02193E;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;

    padding: 0px 30px 20px 30px;
}

footer h4 {
    margin-bottom: 20px;
    margin-top: 20px;
}

footer p {
    text-align: center;
}

.reseaux {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;

    margin-bottom: 20px;
}

.reseaux img {
    width: 40px;
    height: 40px;
}