#footer {
    padding-top: 40px;
    padding-bottom: 0;
    background-image: none;
}
.footer-column .footer-block-padd ul li {
    list-style-type: none;
}
.container1 {
    max-width: inherit;
}
.horizontal-align {
    display: flex;
    justify-content: center;
    gap: 15vw;
    margin-bottom: 70px;
}

.footer-column {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.list-unstyled, .text-center{
    text-align: inherit !important;
}
.row {
    display: flex;
    justify-content: space-around;
    align-items: baseline;
}
.text-footer {
    line-height: 1.2;
}
.text-footer-up{
    margin-bottom: 10px;
    width: 150px;;
}
.social-media-links > a {
    margin: 10px 20px 0 0;
}
.social-media-links > a:last-child {
    margin: 10px 0px 0 0;
}

.footerBottom{
    border-top: solid #171D26 1px;
    margin-top: 40px;
    padding-bottom: 20px; 
}
.footer_links{
    color: #171D26 !important;
    padding-right: 20px;
}
.footer_cgu{
    margin-top: 30px;
    font-size: small;
    width: 45vw;
    display: flex;
    justify-content: space-around;   
}

.logoFooterRight {
    width: 190px;
}

#text-footer-right{
    width: 240px;
}

@media (max-width: 520px) {
    #footer .container1 .row {
        padding: 7px;
    } 
    #footer .container1 .row .footer-column {
        width: 100% !important;
        padding: 15px 0;
    }
    .footerBottom .footer_cgu {
        display: flex;
        flex-direction: column;
    }
    .footerBottom .footer_cgu .footer_links {
        padding: 10px 0;
    }
}
