#newsletter-popup {
    display: none;
}




/* // `xxl` applies to x-large devices (large desktops, less than 1400px) */
@media (max-width: 1399.98px) {
    .s-mb {
        display: none;
    }

    .h-mb {
        display: block;
    }

    .flex-block {
        display: flex;
        justify-content: space-between;
    }
}

/* // `xl` applies to large devices (desktops, less than 1280px) */
@media (max-width: 1280px) {
    .s-mb {
        display: none;
    }

    .h-mb {
        display: block;
    }

    .onip-videoframe video,
    .onip-videoframe iframe {
        width: 200px;
        height: 240px;
    }

    /*.rd-navbar-abonner {*/
    /*    display: none;*/
    /*}*/
}

/* // `lg` applies to medium devices (tablets, less than 1024px) MEDIA QUERY FOR BIG TABLETS*/
@media (max-width: 1024.98px) {

    .onip-videoframe video,
    .onip-videoframe iframe {
        width: 150px;
        height: 200px;
    }

    .s-mb {
        display: block;
    }

    .h-mb {
        display: none;
    }

    .rd-navbar-fixed .rd-navbar-collapse,
    .rd-navbar-fixed .rd-navbar-search-toggle {
        top: 2px;
        right: 23%;
    }

    .rd-navbar-fixed .rd-navbar-brand img.brand-logo-light {
        display: block !important;
        height: 44px !important;
    }
}

/* // `lg` applies to medium devices (tablets, less than 992px) MEDIA QUERY FOR TABLETS*/
@media (max-width: 991.98px) {

    .onip-videoframe video,
    .onip-videoframe iframe {
        width: 450px;
        height: 300px;
    }

    .mobile-logo {
        display: block;
        margin: 0 auto;
        height: 50px;
    }

    .flex-block {
        display: flex;
        justify-content: space-between;
    }

    .s-mb {
        display: block;
    }

    .h-mb {
        display: none;
    }

    .rd-navbar-fixed .rd-navbar-collapse,
    .rd-navbar-fixed .rd-navbar-search-toggle {
        top: 2px;
        right: 30%;
    }

    .rd-navbar-fixed .rd-navbar-brand img.brand-logo-light {
        display: block !important;
        height: 44px !important;
    }
}

/* // `sm` applies to x-small devices (portrait phones, less than 576px)  MEDIA QUERY FOR ALL MOBILE PHONES*/
@media (max-width: 575.98px) {
    .s-mb {
        display: unset !important;
    }

    .h-mb {
        display: none !important;
    }

    .onip-videoframe video,
    .onip-videoframe iframe {
        width: 300px;
        height: 250px;
    }

    .mobile-logo {
        display: block;
        margin: 0 auto;
        height: 50px;
    }

    .tabs-corporate.tabs-corporate .nav-tabs {
        flex-direction: unset;
    }

    .unit-left .post-image {
        width: 310px;
        margin: 0 auto;
        display: block;
    }

    .top-banner {
        display: none !important;
    }

    .rd-navbar-fixed .rd-navbar-collapse,
    .rd-navbar-fixed .rd-navbar-search-toggle {
        top: 2px;
        right: 20%;
    }

    .rd-navbar-fixed .rd-navbar-brand img.brand-logo-light {
        display: block !important;
        height: 44px !important;
    }

    .news-display3 .card {
        width: 100%;
    }

    .news-display2 .content-part {
        height: 250px;
    }

    .news-les-plus-lu {
        align-items: center;
    }

    .news-les-plus-lu h1 {
        line-height: 48px !important;
    }

    .flex-block {
        display: block;
    }

    .newsfooter .detail-footer-sec {
        border-right: none !important;
        padding-bottom: 5px;
    }

    .afw4fas {
        display: none;
    }

    .d564dasd {
        width: 100%;
    }
}

/* `xs` very small devices MEDIA QUERY FOR MOBILE PHONES WITH SMALL SCREENS*/
@media (max-width: 375px) {
    .unit-spacing-xl>* {
        margin-left: 25px;
    }
}
