footer {
    background-color: #1d3441;
    padding: 20px 10px 70px;
}

footer li,
footer p,
footer a,
footer h3 {
    color: #aab3bf;
    font-size: 17px !important;
}

footer h3 {
    color: rgb(244, 240, 239);
    font-size: 19px !important;
}

footer li {
    margin: 6px 0;
}

footer .bloc {
    width: auto;
    min-width: 230px;
}

@media(max-width:700px) {

    footer h3 {
        font-size: 22px !important;
    }

    footer li,
    footer p,
    footer a,
    footer h3 {
        font-size: 19px !important;
    }


}