footer {
    margin-top: auto;
}

.footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-evenly;
}

.footer .link {
    font-size: 14px;
    line-height: 30px;
    text-decoration: none;
}

.footer .link:hover {
    text-decoration: underline;
}

.footer .logos-container {
    padding-bottom: 35px;
    display: flex;
    align-items: start;
    margin-top: 35px;
}

.footer .logo-fifpl {
    width: 95px;
}

.footer .second-block-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer .social-links a {
    color: #ffffff;
    font-size: 2.2rem;
    display: flex;
    justify-content: center;
    text-decoration: none;
}

.footer .social-links a > span {
    text-decoration: none;
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 0% 1px;
    transition: background-size .3s;
}

.footer .social-links a:hover > span {
    background-size: 100% 1px;
}

.footer .second-block {
    padding-left: 90px;
    padding-right: 72px;
    padding-top: 60px;
    float: left;
}

.footer .second-block .title {
    color: #FFFFFF;
    font-size: 24px;
    font-weight: 500;
    line-height: 37px;
    width: 380px;
    padding-bottom: 35px;
}

.footer .social {
    max-height: 19px;
    max-width: 24px;
    padding-right: 45px;
}

.footer .logo-custom {
    top: 0;
    position: relative;
}

.footer .logo-custom.lxbel, .footer .logo-custom.notaires, .footer .logo-custom.portail {
    width: 213px;
    height: 35px;
    background-image: url(../images/logo-lexlearning.svg);
    filter: brightness(0) invert(1);
}

.footer .logo-custom.efbparcours,
.footer .logo-custom.deonto,
.footer .logo-custom.efb {
    background-color: white;
}
