body>footer {
    display: block;
    margin-top: 50px;
    padding: 25px 0;
    color: #fff;
    background-color: #0032a0;
}

body>footer h3 {
    text-align: left;
    font-size: 14px;
    font-weight: 500;
    color: white;
    padding-bottom: 8px;
}


body>footer a:hover {
    color: rgb(255 255 255) !important;
    text-decoration: underline;
}

body>footer div.infos {
    text-align: left;
    font-size: 13px;
    color: hsla(0, 0%, 100%, .8);
    line-height: 20px
}

body>footer a {
    display: block;
    color: hsla(0, 0%, 100%, .8);
    font-size: 15px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

body>footer a:hover {
    color: #fff
}

body>footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
    list-style-type: none;
    list-style-image: none
}

body>footer ul>li {
    padding: 0;
    line-height: 20px;
    text-align: left;
}

body>footer ul>li a {
    padding: 7px 0 0 0px;
    color: hsla(0, 0%, 100%, .6);
    font-size: 13px;
}

body>footer hr {
    margin: 15px 0;
    height: 1px;
    background: hsla(0, 0%, 100%, .1);
    border: none
}

@media (max-width: 768px) {
    body>footer>div>nav.menu>div>.logos>a {
        margin-top: 10px;
    }
    body>footer>div>nav.menu>div>.logos>a:not(:first-child) {
        margin-top: 20px;
    }
    body>footer>div>nav.menu>div>.logos>a>img {
        max-width: 40%;
    }
}

@media (min-width: 767px) and (max-width: 992px) {
    body>footer {
        padding: 25px 10px;
    }
    body>footer>div>nav.menu>div>.logos {
        margin-top: 40px;
    }
    body>footer>div>nav.menu>div>.logos>a>img {
        max-width: 85%;
    }
}