.footer{
    display: flex;
    flex-direction: row;
    padding: 50px 50px;
    background-color: #22577E;
}

.footer-link{
    min-width: 25%;
    margin: 0;
}

.footer-link a{
    text-decoration: none;
    color: white;
}

.big-link{
    font-size: 18px;
    font-weight: bold;
}

.reseau-sociaux{
    background-color: #22577E;
    display:flex;
    flex-direction: row;
    justify-content: center;
}

.reseau-sociaux div{
    margin: 2% 5%;
}