footer {
    background-color: var(--color-dark-grey);
    padding: 20px 0;
    color: #fff;
    font-size: 9px;
}

footer .content {
    padding: 10px;
}

footer .content p {
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 10px;
}

footer.min {
    background: none;
    padding: 0;
}

footer a {
    color: #fff !important;
}

footer img {
    height: 100%;
}

footer.min, footer.min a {
    color: var(--color-dark-grey) !important;
}

footer .content .headline {
    display: flex;
    height: 30px;
    margin-bottom: 30px;
}

footer .content .headline img {
    margin-right: 10px;
}

footer .content .categories {
    display: grid;
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 10px;
    margin-bottom: 30px;
}

footer .content .categories .category a {
    display: inline-block;
    width: 100%;
    text-decoration: none;
    font-size: 13px;
    margin-top: 5px;
}

footer .content .newsletter {
    margin-bottom: 30px;
}

footer .content #newsletterIframe {
    width: 100%;
    max-width: 500px;
    height: 100%;
}

footer .content #newsletterIframe iframe {
    width: 100%;
    height: 0;
    margin: 0;
}

footer .content #newsletterIframe .success {
    font-size: 18px;
    margin: 70px 0;
}

footer .content .inputFields {
    display: block;
    margin: 20px 0;
}

footer #nlemail {
    flex: 2;
    margin: 0 0 10px 0;
    border-radius: 5px;
}

footer .content .inputFields .btnRed {
    flex: 0.5;
    width: 100%;
}

footer .content .categories p {
    margin-top: 0;
    margin-bottom: 0;
}

footer .content .apps {
    display: flex;
}

footer .content .apps a {
    height: 35px;
    margin-right: 5px;
}

footer .content .mobileapps {
    margin-bottom: 30px;
}

footer .content .socialMedia {
    display: flex;
    margin-bottom: 30px;
}

footer .content .socialMedia a {
    height: 35px;
    align-items: center;
    margin-right: 20px;
}

footer .content .countries {
    display: flex;

}

footer .content .countries .country {
    height: 25px;
    width: 25px;
    display: block;
    background-position-x: center;
    background-size: cover;
    position: relative;
    margin-right: 5px;
    border-radius: 50%;
    padding: 0;
}

footer .content .countries .flag.fr, footer .content .countries .flag.be, footer .content .countries .flag.it {
    background-size: auto;
    background-repeat: repeat-y;
}

#copyright {
    background: #3d3d3d;
    font-size: 11px;
    color: #fff;
    text-align: center;
    padding: 20px 50px;
}

#copyright a:link, #copyright a:active, #copyright a:visited {
    color: #fff;
}

.grecaptcha-badge {
    z-index: 999;
    bottom: 100px !important;
}

/* desktop */
@media(min-width: 1088px) {
    footer {
        padding: 50px 0;
        font-size: 13px;
    }

    footer .content {
        padding: 0;
    }

    footer .content .headline {
        height: 40px;
    }

    footer .content p {
        font-size: 16px;
        margin-top: 0;
        margin-bottom: 20px;
    }

    footer .content {
        width: 1088px;
        margin: 0 auto;
    }

    footer .content .media {
        display: flex;
    }

    footer .content .media .newsletter {
        width: 50%;
        margin-right: 10px;
    }

    footer .content .socialMedia {
        margin: 0 0 30px 0;
    }

    footer .content .socialMedia a {
        height: 40px;
        margin-right: 20px;
    }

    footer .content .countries .country {
        height: 30px;
        width: 30px;
        margin-right: 10px;
    }

    footer .content .categories {
        display: flex;
        column-gap: 20px;
    }

    footer .content .categories .category {
        flex: 1;
    }

    footer .content .categories .category a {
        font-size: 15px;
    }

    footer .content #newsletterIframe {
        max-width: none;
    }

    footer .content .media .mobileapps {
        display: none;
    }

    footer .content .inputFields {
        display: flex;
        padding: 0;
    }

    #copyright {
        padding: 20px;
    }

    footer #nl-signup {
        padding-right: 20px;
    }

    footer #nl-Form #NlEmail {
        border-bottom-right-radius: 0px;
        border-top-right-radius: 0px;
    }

    footer #nl-Form input[type=submit] {
        border-bottom-left-radius: 0px;
        border-top-left-radius: 0px;
    }
}

/* push notification dialog */
dialog#push-notification-dialog {
    border: 0;
    border-radius: 1em;
    box-sizing: border-box;
    height: 40vh;
    min-height: 460px;
    width: 45vw;
    overflow: hidden;
}

dialog#push-notification-dialog .close
{
    position: absolute;
    top: 0.5em;
    right: 0.5em;
}

dialog#push-notification-dialog iframe {
    border: 0;
    height: 100%;
    width: 100%;
}

@media(max-width:768px) {
    #nl-Form {
        padding: 0 10px;
    }

    footer #nl-Form #NlEmail {
        border-radius: 5px;
        margin-bottom: 5px;
    }

    dialog#push-notification-dialog {
        height: 40vh;
        min-height: 460px;
        width: 95vw;
    }
}