:root{
    --FooterHeight: 464px;
}

footer {
    max-width: 100vw;
    overflow: hidden;
}
footer a {
    text-decoration: none;
}
footer .container > .row{
    height: var(--FooterHeight, 464px);
}

footer #col-footer-menu{
    position: relative;
    background: var(--Charcoal, #212B2F);
}
.menu-menu-de-pied-de-page-container * {
    color: var(--PlaceboBlue, #EDF7FB);
}

footer #col-footer-menu .sub-menu a:hover{
    color: var(--BlueBubble)
}

footer #col-footer-menu::before {
    content: "";
    position: absolute;
    background: var(--Charcoal, #212B2F);
    height: 100%;
    width: 100%;
    top: 0;
    right: 100%;
}

footer #col-footer-menu #col-legal-menu{
    display: flex;
    align-items: end;
}
footer #col-footer-menu #col-legal-menu ul{
    display: flex;
}

footer #col-footer-menu #col-legal-menu .menu-item{
    color: var(--BlueBubble, #A3D7EC);
    font-family: Figtree, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    list-style-type: none;
}

footer #col-footer-menu #col-legal-menu ul li:not(:last-child)::after{
    content: "|";
    color: var(--PlaceboBlue, #EDF7FB);
    /* Text3 */
    font-family: "Noto Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0 16px;
}

footer #col-footer-menu #col-legal-menu .menu-item a{
    color: var(--BlueBubble, #A3D7EC);
    font-family: Figtree, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

#menu-menu-de-pied-de-page{
    margin-top: 41px;
    display: flex;
    gap: 31px;
    padding: 0;
}
#menu-menu-de-pied-de-page ul,
#menu-menu-de-pied-de-page li{
    list-style-type: none;
    padding: 0;
    margin: 0;
    min-width: 160px;
}

#menu-menu-de-pied-de-page .menu-item a {
    display: block;
    margin-bottom: 20px;
}

#menu-menu-de-pied-de-page .menu-item > a{
    font-family: Figtree, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

#menu-menu-de-pied-de-page .sub-menu .menu-item a {
    font-family: Figtree, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

footer #col-footer-menu #legals{
    position: absolute;
    bottom: 0;
}

footer #col-footer-menu #legals img {
    max-width: 200px;
    margin-bottom: 4px;
}

footer #col-footer-menu #legals p.copyright {
    max-width: 253px;
    color: var(--Frost);
    font-family: Figtree, sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

footer #col-technical-assistance {
    position: relative;
    background: var(--Frost, #D1EBF6);
    padding: 42px 30px;
}

footer #col-technical-assistance::after {
    content: "";
    background: var(--Charcoal, #212B2F);
    position: absolute;
    width: 50vw;
    left: 100%;
    top: 0;
    height: 100%;
}

footer #col-technical-assistance h3 {
    margin-bottom: 22px;
}

footer #col-technical-assistance #business-hour-wrapper {
    margin-bottom: 32px;
}

footer #col-technical-assistance .info-line{
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 24px;
}

footer #col-technical-assistance p {
    padding: 0;
    margin: 0;
}

footer #col-technical-assistance img {
    max-width: 22px;
}

@media only screen and (max-width: 992px) {
    footer #col-technical-assistance {
        padding: 42px 10px;
    }
    #menu-menu-de-pied-de-page ul,
    #menu-menu-de-pied-de-page li {
        min-width: auto;
    }
}

@media only screen and (max-width: 768px){
    footer .row{
        flex-direction: column-reverse;
    }

    footer .menu-menu-de-pied-de-page-container{
        display: none;
    }
    footer #legals{
        padding: 30px;
        position: relative !important;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    footer #col-footer-menu #col-legal-menu { 
        justify-content: center;
    }

    footer #col-footer-menu #col-legal-menu ul { 
        padding: 0;
    }

    footer #col-technical-assistance {
        padding: 20px 10px;
    }
}