footer {
    background-color: var(--clr-primary-header);
}

footer .footerbox {
    display: flex;
    display: -moz-flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    align-items: flex-end;
    width: 100%;
    color: var(--clr-secondary-header);
    padding: 25px 0 50px;
    font-size: 12px;
    line-height: 18px;
}

footer .footerbox .footer-info, footer .footerbox .footer-contact {
    width: 30%;
}

footer .footerbox .footer-info {
    background-image: url("../images.lbp/icon-info.svg");
    background-size: 30px;
    background-repeat: no-repeat;
    padding-left: 40px;
}

footer .footerbox .footer-contact {
    background-image: url("../images.lbp/icon-contact.svg");
    background-size: 30px;
    background-repeat: no-repeat;
    padding-left: 40px;
}

footer .footerbox .footer-info a {
    display: block;
}

footer .footerbox .footer-info a .text {
    float: left;
    width: 60%;
    text-decoration: underline;
}

footer .footerbox .footer-info a .icon {
    float: left;
    width: 40%;
    padding-top: 10px;
}
footer .footerbox .footer-info a .icon img {
    width: 20px;
    height: 20px;
}

footer .footerbox .footer-links {
    width: 40%;
    text-align: right;
    padding-right: 70px;
}

footer .footerbox .footer-links a {
    background-image: url("../images.lbp/icon-arrow.svg");
    background-position: right;
    background-size: 15px;
    background-repeat: no-repeat;
    padding: 0 20px 0 25px;
}

footer .footerbox a {
    color: var(--clr-secondary-header);
}
