﻿﻿ /* CSS RESET*/
/* html5doctor.com Reset v1.6.1 - http://cssreset.com */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent
}

body {
    line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

    nav ul {
        list-style: none
    }

blockquote, q {
    quotes: none
}

    blockquote:before, blockquote:after, q:before, q:after {
        content: none
    }

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold
}

del {
    text-decoration: line-through
}

abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0
}

input, select {
    vertical-align: middle
}
/* CSS RESET*/
html {
    font-size: 0;
}

body {
    font-size: 16px;
    overflow: auto !important;
}

a {
    text-decoration: none;
}
/* CSS BEL STYLE */
@font-face {
    font-family: "Gilroy";
    src: url('../../font/Gilroy-Light.otf');
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
}

@font-face {
    font-family: "GilroyBold";
    src: url('../../font/Gilroy-ExtraBold.otf');
    font-weight: bold;
}

@font-face {
    font-family: roboto;
    font-style: normal;
    font-weight: 400;
    src: url('https://www.rtl.be/sites/all/themes/enacarbon_rtl/fonts/roboto/roboto-latin-regular.woff2') format("woff2")
}


@font-face {
    font-family: roboto_condensed;
    font-style: normal;
    font-weight: 400;
    src: url('https://www.rtl.be/sites/all/themes/enacarbon_rtl/fonts/roboto-condensed/roboto-condensed-latin-700.woff2') format("woff2")
}



#wrapper-main {
    width: 100%;
    position: relative;
    padding: 0;
    padding-top: 80px;
    overflow: hidden;
    min-height: 1200px;
}

#w-leaderboard {
}

.w-leaderboard-placeholder {
    text-align: center;
    width: 1100px;
    margin: 0 auto;
    padding: 20px 0;
}

.w-l {
    display: block;
    text-align: center;
    min-height: 87px; /*background-color:#E2E2E2;*/
    margin: 0 auto;
}

.timing-grid {
    display: none;
}

/* MENU */
#w-sticky-menu-wrapper {
    width: 100%;
    height: 80px;
    background-color: #DE2525;
    position: fixed;
    top: 37px;
    z-index: 1000;
}

.w-sticky-menu {
    background-color: #DE2525;
    width: 100%;
    height: 80px;
    position: relative;
    opacity: 1;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}


.w-sticky-menu-container {
    margin: 0 auto;
    width: 1100px;
    height: 100%;
    background-color: #DE2525;
}

.w-sticky-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    height: 100%;
    float: left;
}

    .w-sticky-menu ul.l-social {
        float: right;
    }

    .w-sticky-menu ul li {
        margin: 0;
        padding: 0;
        display: inline-block;
        height: 100%;
    }

        .w-sticky-menu ul li h2 {
            height: 100%;
        }

        .w-sticky-menu ul li + li {
            padding: 0 11px; /*margin: 0 20px 0 0;*/
        }
            /*.w-sticky-menu ul li + li + li + li{margin:0;}*/
            .w-sticky-menu ul li + li + li + li + li + li + li + li + li {
                padding: 0;
            }

            .w-sticky-menu ul li + li + li h2 {
                margin: 0;
            }

            .w-sticky-menu ul li + li + li a { /*padding-top: 33px;*/
            }

        .w-sticky-menu ul li a {
            display: block;
            float: left;
            color: #ffffff;
            text-transform: uppercase;
            font-size: 19px;
            line-height: 19px;
            height: 45px;
            width: 100%;
            height: 100%;
            font-family: 'GilroyBold', sans-serif;
            font-weight: 700;
        }

        .w-sticky-menu ul li:hover h2 a {
            color: #A20909;
        }

        .w-sticky-menu ul li:hover a .bottom-arrow {
            border-top: 10px solid #A20909;
        }

.w-sticky-menu .logo {
    margin-right: 70px;
    width: 100px;
    height: 80px;
    background-position: 0 center;
    background-image: url(img-2023/BEL_logo_white_RGB.png);
    background-size: contain;
    background-repeat: no-repeat;
    text-indent: -9999px;
    overflow: hidden;
}

.w-sticky-menu .home {
    width: 38px;
    height: 100%;
    background-image: url(img/home.png);
    background-position: 50%;
    background-repeat: no-repeat;
    text-indent: -9999px;
    overflow: hidden;
}

.w-sticky-menu .selected {
    background-color: #A20909;
}

.w-sticky-menu .menubel h2 a {
    height: 47px;
    padding-top: 30px;
}

.withsubmenu:hover .submenu,
.withsubmenu .submenu.hover {
    display: block;
    padding: 0 0 20px 0;
}

.w-sticky-menu .submenu {
    display: none;
    z-index: 10000;
    background-color: #A20909;
    background-image: none;
    font-family: 'Gilroy', sans-serif;
    position: absolute;
    left: 1px;
    width: 100%;
    top: 80px;
}

    .w-sticky-menu .submenu h3,
    .w-sticky-menu .submenu h4 {
        font-family: 'GilroyBold', sans-serif;
    }

    .w-sticky-menu .submenu ul {
        list-style: none;
        margin: 0;
        padding: 0;
        float: left;
        width: 200px;
        text-align: left;
    }

        .w-sticky-menu .submenu ul + ul {
            margin-left: 50px;
        }

    .w-sticky-menu .submenu li {
        display: block;
        padding: 0;
    }

        .w-sticky-menu .submenu li h3,
        .w-sticky-menu .submenu li h4 {
            font-size: 18px;
            margin: 20px 0 30px 0;
            text-transform: uppercase;
            color: #FFFFFF;
            font-weight: 700;
        }

        .w-sticky-menu .submenu li a {
            margin: 0 0 5px 0;
            line-height: 24px;
            font-size: 16px;
            display: block;
            height: auto;
            text-transform: none;
            padding: 0;
            font-family: 'Gilroy', sans-serif;
            font-weight: 400;
        }

            .w-sticky-menu .submenu li a:hover {
                color: #DE2525;
            }

.w-sticky-menu .guide {
    font-family: 'GilroyBold', sans-serif;
    font-weight: 400;
    display: block;
    background-color: #ffffff;
    color: #DE2525;
    padding: 5px 28px;
    float: right;
    margin-top: 12px;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    line-height: 17px;
    width: auto;
    border: 1px solid #ffffff;
}

    .w-sticky-menu .guide:hover {
        background-color: #A20909;
        color: #ffffff;
        -webkit-transition: background-color 200ms linear;
        -ms-transition: background-color 200ms linear;
        transition: background-color 200ms linear;
    }

    .w-sticky-menu .guide span {
        width: 0;
        height: 0;
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
        border-left: 9px solid #DE2525;
        display: inline-block;
        margin-left: 10px;
    }

    .w-sticky-menu .guide:hover span {
        border-left: 9px solid #ffffff;
    }

.w-sticky-menu ul.l-social li {
    padding: 0 5px;
}

.w-sticky-menu-container .live {
    display: none;
}

.w-sticky-menu.active .w-sticky-menu-container .live {
    display: block;
}

.social .submenu {
    text-indent: 0;
}

.w-sticky-menu.active .social {
    display: none;
}

.submenu-mobile h3 {
    color: #FFFFFF;
    font-family: 'PT Sans', sans-serif;
    font-weight: 700;
    font-size: 24px;
    margin: 0 0 20px 0;
}

.submenu-mobile p {
    font-size: 14px;
    padding: 5px 0;
    color: #FFFFFF;
    line-height: 18px;
}

.submenu-mobile > img {
    margin: 30px 0 0 0;
}

.submenu-mobile a {
    width: 232px !important;
    display: inline-block !important;
    padding-right: 10px;
}

.submenu-newsletter h3 {
    color: #FFFFFF;
    font-family: 'PT Sans', sans-serif;
    font-weight: 700;
    font-size: 24px;
    margin: 0 0 20px 0;
}

.submenu-newsletter p {
    font-size: 14px;
    padding: 5px 0;
    color: #FFFFFF;
    line-height: 18px;
}

.submenu-newsletter > img {
    margin: 30px 0 0 0;
}

.submenu-newsletter input {
    width: 360px;
    background-color: #FFFFFF;
    margin: 0 0 10px 0;
    padding: 0;
    height: 40px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #000000;
    padding: 0 5px;
}

.submenu-newsletter textarea {
    width: 100%;
    height: 95px;
    background-color: #FFFFFF;
    padding: 5px 0;
    margin: 0 0 20px 0;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #000000;
}

.submenu-newsletter button {
    cursor: pointer;
    padding: 10px;
    font-size: 13px;
    color: #FFFFFF;
    text-transform: uppercase;
    background-color: #8D8D8D;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #8D8D8D;
}

.submenu-newsletter p {
    margin: 10px 0;
    font-size: 13px;
    color: #ffffff;
    line-height: 18px;
}

.submenu-newsletter label {
    display: block;
    margin: 0 0 10px 0;
    font-size: 13px;
    color: #FFFFFF;
}

.submenu-newsletter select {
    width: 370px;
    background-color: #FFFFFF;
    margin: 0 0 10px 0;
    padding: 0;
    height: 30px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #000000;
}

.submenu-newsletter p {
    clear: both;
}

.submenu-newsletter form {
    margin: 20px 0;
}

.submenu-newsletter input[type=submit] {
    width: 113px;
    height: 40px;
    background-color: #DE2525;
    border: none;
    color: #FFFFFF;
    /*font-family: 'PT Sans', sans-serif;*/
    font-weight: 700;
    text-transform: uppercase;
}


.w-sticky-menu-container-contact input.oni-captcha {
    width: 80px !important;
    margin: 0 0 10px 10px;
}

.bottom-arrow {
    display: block;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 10px solid #ffffff;
    margin: 5px 5px;
    float: right;
}

.w-sticky-menu-container-contact .left, .w-sticky-menu-container-contact .right {
    display: block;
    float: left;
    width: 50%;
}

.w-sticky-menu-container-contact h3 {
    color: #ffffff;
    font-size: 18px;
    text-transform: uppercase;
    margin: 20px 0 30px 0;
}

.w-sticky-menu-container-contact input {
    width: 85%;
    background-color: #FFFFFF;
    margin: 0 0 16px 0;
    padding: 0;
    height: 30px;
    padding: 0 5px;
}

.w-sticky-menu-container-contact textarea {
    width: 85%;
    height: 102px;
    background-color: #FFFFFF;
    padding: 5px 5px;
    margin: 0 0 20px 0;
}

.w-sticky-menu-container-contact button {
    cursor: pointer;
    padding: 10px;
    font-size: 13px;
    color: #FFFFFF;
    text-transform: uppercase;
    background-color: #8D8D8D;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #8D8D8D;
}

.w-sticky-menu-container-contact p {
    margin: 10px 0;
    font-size: 13px;
    color: #ffffff;
    line-height: 18px;
}

.w-sticky-menu-container-contact label {
    display: block;
    margin: 0 0 16px 0;
    font-size: 17px;
    color: #FFFFFF;
}

.w-sticky-menu-container-contact select {
    width: 87%;
    background-color: #FFFFFF;
    margin: 0 0 10px 0;
    padding: 0;
    height: 30px;
}

.w-sticky-menu-container-contact p {
    clear: both;
}

.w-sticky-menu-container-contact form {
    margin: 20px 0;
}

.w-sticky-menu-container-contact input[type=submit] {
    font-family: 'GilroyBold', sans-serif;
    display: block;
    background-color: #ffffff;
    color: #DE2525;
    padding: 5px 28px;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    line-height: 17px;
    width: auto;
    border: 1px solid #ffffff;
}

    .w-sticky-menu-container-contact input[type=submit]:hover {
        background-color: #A20909;
        color: #ffffff;
        -webkit-transition: background-color 200ms linear;
        -ms-transition: background-color 200ms linear;
        transition: background-color 200ms linear;
    }

/* LIVE*/
#w-live-wrapper {
    height: 42px;
    padding: 4px 0;
    -webkit-box-shadow: 0 10px 5px #888888;
    -moz-box-shadow: 0 10px 5px #888888;
    box-shadow: 0 2px 4px #bdbdbd;
    z-index: 150 !important;
    position: relative;
    background: #fff;
}

.w-live {
    margin: 0 auto;
    width: 1100px;
    height: 100%;
    display: none;
}

.w-live-block {
    float: left;
    background-color: #FFFFFF;
    width: 380px;
}

    .w-live-block.on-air {
        width: 550px;
        margin-right: 10px;
    }

.w-live-block-timing {
    font-family: 'GilroyBold', sans-serif;
    display: block;
    background-color: #ffffff;
    color: #9f9f9f;
    padding: 5px 28px;
    float: left;
    margin-top: 8px;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    line-height: 17px;
    width: auto;
    border: 1px solid #9f9f9f;
}

.on-air .w-live-block-timing {
    color: #DE2525;
    border: 1px solid #DE2525;
}

.w-live-block-info {
    padding: 0px 30px;
    overflow: hidden;
    background-color: #FFFFFF;
    height: 42px;
}

    .w-live-block-info img {
        float: left;
        margin-right: 10px;
        width: 42px;
        height: 42px;
    }

    .w-live-block-info span {
        display: inline-block;
        margin-top: 14px;
        font-family: 'Gilroy', sans-serif;
    }

        .w-live-block-info span.w-live-emission {
            font-weight: bold;
        }

    .w-live-block-info h3 {
        color: #A20909;
        font-size: 21px;
        font-family: 'PT Sans', sans-serif;
        font-weight: 400;
        display: inline-block;
        margin-top: 10px;
    }

    .w-live-block-info h4 {
        color: #858585;
        font-size: 16px;
        font-style: italic;
        font-family: 'PT Sans', sans-serif;
        font-weight: 400;
        display: inline-block;
    }

.w-live-listen {
    float: right;
}

    .w-live-listen .live-button {
        font-family: 'GilroyBold', sans-serif;
        display: block;
        background-color: #DE2525;
        color: #FFFFFF;
        padding: 5px 28px;
        margin-top: 8px;
        font-size: 14px;
        text-transform: uppercase;
        border-radius: 50px;
        -moz-border-radius: 50px;
        -webkit-border-radius: 50px;
        line-height: 17px;
        width: auto;
        border: 1px solid #DE2525;
    }

        .w-live-listen .live-button:hover {
            background-color: #FFFFFF;
            color: #DE2525;
            -webkit-transition: background-color 200ms linear;
            -ms-transition: background-color 200ms linear;
            transition: background-color 200ms linear;
        }


        .w-live-listen .live-button span {
            width: 0;
            height: 0;
            border-top: 5px solid transparent;
            border-bottom: 5px solid transparent;
            border-left: 9px solid #FFFFFF;
            display: inline-block;
            margin-left: 10px;
        }

        .w-live-listen .live-button:hover span {
            border-left: 9px solid #DE2525;
        }

.w-live-block-timing.on-air {
    color: #DE2525;
    border: 1px solid #DE2525;
}

.w-live-block-info.on-air {
    width: 530px;
}

.w-live-slicky {
    width: 940px;
    float: left;
    padding: 0 80px;
}

    .w-live-slicky .slick-prev, .w-live-slicky .slick-next {
        margin: 0;
        width: 15px;
        height: 20px;
        position: absolute;
        top: 15px;
        cursor: pointer;
        background-color: transparent;
        text-indent: -9999px;
    }

        .w-live-slicky .slick-prev::before, .w-live-slicky .slick-next::before {
            content: "";
        }

    .w-live-slicky .slick-prev {
        left: 5px;
        background-image: url('img-2023/icons/arrow barre live.svg');
        background-repeat: no-repeat;
    }

    .w-live-slicky .slick-next {
        right: 0px;
        background-image: url('img-2023/icons/arrow barre live.svg');
        background-repeat: no-repeat;
        -moz-transform: scaleX(-1);
        -o-transform: scaleX(-1);
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
        filter: FlipH;
        -ms-filter: "FlipH";
    }

    .w-live-slicky .slick-prev:hover {
        left: 5px;
        background-image: url('img-2023/icons/arrow barre live red.svg');
        background-repeat: no-repeat;
        cursor: pointer;
    }

    .w-live-slicky .slick-next:hover {
        right: 0px;
        background-image: url('img-2023/icons/arrow barre live red.svg');
        background-repeat: no-repeat;
        -moz-transform: scaleX(-1);
        -o-transform: scaleX(-1);
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
        filter: FlipH;
        -ms-filter: "FlipH";
        cursor: pointer;
    }

    .w-live-slicky.slick-slider {
        margin: 0;
        height: 50px;
    }


.listen-now {
    display: block;
    float: right;
}

    .listen-now a {
        font-family: 'PT Sans', sans-serif;
        font-weight: 400;
        display: block;
        background-color: #A20909;
        color: #ffffff;
        width: 80px;
        padding: 10px 15px;
        float: right;
        margin: 8px 10px 0 0;
        font-size: 14px;
        text-transform: uppercase;
        border-radius: 50px;
        -moz-border-radius: 50px;
        -webkit-border-radius: 50px;
        border: 0px solid #800000;
    }

    .listen-now span {
        width: 0;
        height: 0;
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
        border-left: 9px solid #FFFFFF;
        display: inline-block;
        margin-left: 10px;
    }

.w-live-nav {
    width: 30px;
    display: block;
    float: left;
    height: 100%;
}

    .w-live-nav a {
        background-image: url(img/Live-previous.png);
        width: 100%;
        height: 100%;
        display: block;
        background-repeat: no-repeat;
        background-position: 50% 50%;
    }

    .w-live-nav.next a {
        background-image: url(img/Live-Next.png);
    }

/* CONTENT*/

/* -- VIDEO -- */
.w-content-player {
    text-align: center;
    margin-bottom: 55px;
}

w-content-video {
    position: relative;
    margin-bottom: 20px;
}


.w-content-video-title {
    width: 100%;
    height: auto;
}

    .w-content-video-title h1 {
        font-size: 35px;
        line-height: 50px;
        margin: 0 0 40px 0;
        width: 100%;
        color: #de2525;
        font-family: 'GilroyBold', sans-serif;
        text-transform: uppercase;
        border-bottom: 1px solid #DE2525;
        padding-bottom: 18px;
    }

div.ShowBox div.player.fullwidth,
.w-content-video .player {
    width: 1100px;
    height: 618px;
    margin: 30px auto 50px auto;
}

.playlist {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

    .playlist .Item {
        width: 22%;
        overflow: hidden;
        text-align: center;
        margin: 15px 0;
    }

        .playlist .Item a {
            width: 100%;
            height: 100%;
            display: block;
        }

        .playlist .Item img {
            width: 100%;
            height: auto;
            margin-bottom: 10px;
        }

        .playlist .Item h4 {
            color: #de2525;
            font-family: 'GilroyBold';
            font-size: 16px;
            line-height: 20px;
            margin-bottom: 8px;
        }

.leftColumn .playlist .Item + .clr, .leftColumn .playlist .Item ~ ul {
    display: none;
}

.w-content-video p {
    margin: 10px 0;
    font-size: 14px;
    line-height: 22px;
}

.w-content-video h2 {
    font-size: 26px;
    color: #A20909 !important;
    font-family: 'GilroyBold', sans-serif;
    font-weight: bold;
}

.w-content-video h3 {
    font-size: 24px;
    color: #A20909 !important;
    font-family: GilroyBold, sans-serif;
    font-weight: bold;
}

.w-content-video ul {
    margin: 0 20px;
}

    .w-content-video ul li {
        font-size: 14px;
        line-height: 22px;
    }

.w-content-thumb {
    height: 155px;
    width: 1100px;
    margin: 20px auto;
}

    .w-content-thumb ul {
        list-style: none;
        margin: 0;
        padding: 0;
        height: 100%;
        height: 100%;
    }

        .w-content-thumb ul li {
            margin: 0;
            padding: 0;
            display: block;
            float: left;
            height: 100%;
            width: 180px;
        }

            .w-content-thumb ul li + li {
                margin-left: 22px;
            }

                .w-content-thumb ul li + li + li + li + li + li {
                    display: none;
                }

            .w-content-thumb ul li a {
                font-size: 14px;
                display: block;
                line-height: 16px;
                position: relative;
            }

                .w-content-thumb ul li a:hover {
                    color: #DE2525;
                }

    .w-content-thumb img {
        width: 180px;
        height: 102px;
        margin: 0 0 10px 0;
    }
    /*.w-content-thumb span {background-image:url(img/btn-play-video.png);position:absolute;top:30px;left:70px;display:block;height:48px;width:48px;}*/
    .w-content-thumb span {
        background-image: url('img-2023/icons/play-white.svg');
        position: absolute;
        top: 30px;
        left: 70px;
        display: block;
        height: 102px;
        width: 180px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 40%;
        top: 0;
        left: 0;
    }
/*-- NEWS CAROUSEL --*/
.w-content-news-carousel {
    display: none;
}

    .w-content-news-carousel .owl-pagination {
        text-align: center;
    }

    .w-content-news-carousel .owl-theme .owl-controls .owl-pagination .owl-page span {
        background: #DE2525;
    }

    .w-content-news-carousel .item img {
        width: 100%;
        height: auto;
    }
/*-- RTLINFO --*/
.row.info .center {
    border: 1px solid #DE2525;
    border-left: 0;
    border-right: 0;
    padding: 40px 0;
}

.w-content-rtlinfo-news {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

    .w-content-rtlinfo-news .rtlinfo-article {
        display: block;
        max-width: 31%;
    }

    .w-content-rtlinfo-news .rltinfo-img {
        width: 100%;
    }

    .w-content-rtlinfo-news .rltinfo-title {
        font-family: 'roboto', 'GilroyBold', sans-serif;
        font-weight: bold;
        color: #053262;
        font-size: 30px;
        line-height: 40px;
        margin: 10px 0;
    }

    .w-content-rtlinfo-news h4.rltinfo-title {
        font-size: 18px;
        line-height: 22px;
    }

    .w-content-rtlinfo-news .rltinfo-description {
        font-family: 'roboto', sans-serif;
        font-size: 16px;
        line-height: 28px;
        color: #053262;
        padding-bottom: 10px;
    }

    .w-content-rtlinfo-news .rltinfo-category {
        font-family: roboto_condensed, sans-serif;
        font-size: 16px;
        color: #256DE0;
        text-transform: uppercase;
        padding-right: 18px;
    }

        .w-content-rtlinfo-news .rltinfo-category::after {
            content: '';
            display: inline-block;
            width: 6px;
            height: 6px;
            background: #256DE0;
            margin: 4px 6px;
            position: absolute;
            border-radius: 50%;
        }

    .w-content-rtlinfo-news .rltinfo-date {
        font-family: 'roboto_condensed', sans-serif;
        color: #696969;
    }


/*-- SHOWBOX --*/
.center {
    margin: 0 auto;
    width: 1100px;
    padding: 40px 0;
}

    .center.small-padding {
        padding: 20px 0;
    }

    .center.no-padding {
        margin: 0 auto;
        width: 1100px;
        padding: 0;
    }

.w-content-showbox { /*float:left;*/
    width: 670px;
    height: 392px;
    margin-bottom: 0 !important;
}


    .w-content-showbox .slick-prev, .w-content-showbox .slick-next {
        width: 61px;
        height: 110px;
        top: 40%;
        text-indent: -9999px;
        position: absolute;
        background-color: transparent;
    }

        .w-content-showbox .slick-prev::before, .w-content-showbox .slick-next::before {
            content: "";
        }

    .w-content-showbox .slick-prev {
        left: 0px;
        background-image: url(img/promobox-previous.png);
        background-repeat: no-repeat;
        background-position: -55px -19px;
    }

    .w-content-showbox .slick-next {
        right: 0px;
        background-image: url(img/promobox-next.png);
        background-repeat: no-repeat;
        background-position: -24px -19px;
    }

    .w-content-showbox .slick-prev:hover {
        left: 0px;
        background-image: url(img/promobox-previous.png);
        background-repeat: no-repeat;
        background-position: -55px -19px;
        cursor: pointer;
    }

    .w-content-showbox .slick-next:hover {
        right: 0px;
        background-image: url(img/promobox-next.png);
        background-repeat: no-repeat;
        background-position: -24px -19px;
        cursor: pointer;
    }


    .w-content-showbox .slick-dots {
        background-color: #DE2525;
        bottom: auto;
        height: 30px;
    }

        .w-content-showbox .slick-dots li button::before {
            color: #FFFFFF;
        }

        .w-content-showbox .slick-dots li.slick-active button::before {
            color: #FFFFFF;
        }

        .w-content-showbox .slick-dots li {
            margin: 5px 5px;
        }



.w-content-pub { /*float:right;width:300px;*/
    margin-bottom: 20px;
}

.w-content-imu {
    margin-bottom: 20px
}

.w-content-no-col {
    padding-top: 20px;
}

/*-- LCOL--*/
.w-content-lcol {
    display: block;
    float: left;
    width: 760px;
}

/*-- TIMELINE --*/
.w-content-timeline {
}

/* -- RCOL -- */
.w-content-rcol {
    width: 300px;
    float: right;
}

.rcol-item {
    background-color: #FFFFFF;
    min-height: 280px;
    margin: 0 0 20px 0;
}

    .rcol-item h3 {
        background-color: #FFFFFF;
        color: #DE2525;
        text-transform: uppercase;
        font-size: 28px;
        padding: 10px;
        font-family: 'GilroyBold', sans-serif;
        border-bottom: 1px solid #DE2525;
    }

.rcol-item-content {
    padding: 20px 0;
}

.rcol-item ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.w-content-rtlinfo-boxes {
    display: flex;
    justify-content: space-between;
}

    .w-content-rtlinfo-boxes > div {
        width: 46%;
        position: relative;
    }

.w-content-rtlinfo-box h2,
.w-content-rtlinfo-horoscope h2,
.w-content-timeline h2 {
    font-family: 'GilroyBold', sans-serif;
    color: #DE2525;
    font-size: 28px;
    line-height: 35px;
    margin-bottom: 28px;
    margin-top: 10px;
    text-transform: uppercase;
}

/* -- METEO -- */

.w-content-meteo-text ul {
    list-style: none;
}

    .w-content-meteo-text ul li {
        display: inline-block;
        text-transform: uppercase;
        font-size: 12px;
        line-height: 13px;
        background: #ffffff;
        color: #DE2525;
        border: 1px solid #DE2525;
        padding: 10px;
        border-radius: 5px;
        margin-right: 15px;
        cursor: pointer;
    }

        .w-content-meteo-text ul li:hover,
        .w-content-meteo-text ul li.selected {
            background: #DE2525;
            color: #ffffff;
            -webkit-transition: background-color 200ms linear;
            -ms-transition: background-color 200ms linear;
            transition: background-color 200ms linear;
        }

.w-content-meteo-text .more {
    display: block;
    width: 100%;
    border-top: 1px solid #CC3A31;
    padding-top: 20px;
    color: #CC3A31;
    font-size: 17px;
    line-height: 20px;
    text-align: right;
}

    .w-content-meteo-text .more a:hover {
        opacity: 0.7;
    }

    .w-content-meteo-text .more a::after {
        content: '';
        display: inline-block;
        width: 12px;
        height: 12px;
        background-image: url('img-2023/icons/chevron more.svg');
        background-repeat: no-repeat;
        background-position: center;
        margin-left: 8px;
    }


.w-content-other-news-one-three-list-panel {
    margin-top: 40px;
}

    .w-content-other-news-one-three-list-panel .city-title {
        font-weight: bold;
        font-size: 28px;
        line-height: 34px;
        display: block;
        margin-bottom: 10px;
    }

    .w-content-other-news-one-three-list-panel .today {
        font-size: 16px;
        line-height: 19px;
    }

    .w-content-other-news-one-three-list-panel .img-wrapper {
        display: flex;
        margin: 30px;
    }

        .w-content-other-news-one-three-list-panel .img-wrapper > div {
            margin: auto 15px;
        }

            .w-content-other-news-one-three-list-panel .img-wrapper > div .description {
                font-size: 12px;
            }

    .w-content-other-news-one-three-list-panel img {
        display: block;
        width: 22%;
        background-color: #de2525;
        border-radius: 50%;
        padding: 8px;
    }

.rcol-item.meteo .meteo-img {
    float: left;
    margin: 0 10px 0 0;
    height: 77px;
}

.rcol-item.meteo h4 {
    font-size: 28px;
    margin: 10px 0;
}

.rcol-item.meteo p {
    font-size: 14px;
    margin: 0 0 20px 0;
}

span.temp {
    font-family: GilroyBold, sans-serif;
    display: block;
    font-size: 50px;
    color: #DE2525;
    margin: 0 0 10px 0;
}

span.temp-description {
    font-size: 13px;
    line-height: 18px;
}

.meteo-video {
    margin: 16px 0;
}

    .meteo-video h4 {
        display: none;
    }

.moreinfoholder {
    text-align: right;
}

    .moreinfoholder span {
        display: inline-block;
        width: 16px;
        height: 11px;
        background-image: url('img-2023/icons/chevron more.svg');
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center right;
    }

    .moreinfoholder a {
        color: #DE2525;
        font-size: 17px;
    }

        .moreinfoholder a:hover {
            opacity: 0.7;
        }

.am {
    display: block;
}

.pm, .evening, .night {
    display: none;
}

.row.black {
    background-color: #3f3f3f;
}

.row.white {
    background-color: #ffffff;
}

.row.grey {
    background-color: #F0F0F0;
}



/* -- AGENDA --*/
.agenda .w-content-rtlinfo-box-content ul li {
    display: flex;
    justify-content: space-between;
    padding: 25px 0;
    border-bottom: 1px solid #de2525;
}

    .agenda .w-content-rtlinfo-box-content ul li:first-of-type {
        padding-top: 0;
    }

    .agenda .w-content-rtlinfo-box-content ul li:last-of-type {
        border: none;
        padding-bottom: 45px;
    }

    .agenda .w-content-rtlinfo-box-content ul li a:first-of-type {
        width: 30%;
    }

    .agenda .w-content-rtlinfo-box-content ul li a:last-of-type {
        width: 65%;
    }

    .agenda .w-content-rtlinfo-box-content ul li a img {
        width: 100%;
        height: auto;
    }

    .agenda .w-content-rtlinfo-box-content ul li h3 {
        font-size: 16px;
        font-weight: bold;
        color: #DE2525;
        line-height: 22px;
    }

        .agenda .w-content-rtlinfo-box-content ul li h3 span {
            font-weight: normal;
            color: #000000;
            display: block;
        }

.agenda .agenda-link {
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    border-top: 1px solid #CC3A31;
    padding-top: 20px;
    color: #CC3A31;
    font-size: 17px;
    line-height: 20px;
    text-align: right;
}

    .agenda .agenda-link a:hover {
        opacity: 0.7;
    }

    .agenda .agenda-link a::after {
        content: '';
        display: inline-block;
        width: 12px;
        height: 12px;
        background-image: url('img-2023/icons/chevron more.svg');
        background-repeat: no-repeat;
        background-position: center;
        margin-left: 8px;
    }

/* -- HOROSCOPE--*/


.w-content-rtlinfo-horoscope-content {
    width: 100%;
    height: 145px;
    background-color: #FFFFFF;
}

    .w-content-rtlinfo-horoscope-content ul {
        list-style: none;
        margin: 0;
        padding: 0;
        display: flex;
        justify-content: space-between;
    }

        .w-content-rtlinfo-horoscope-content ul li {
            float: left;
            display: block;
            margin: 25px 0;
            text-align: center;
            width: 88px;
        }

            .w-content-rtlinfo-horoscope-content ul li a {
                display: block;
            }

    .w-content-rtlinfo-horoscope-content a:hover h3 {
        color: #BE0A00;
    }

    .w-content-rtlinfo-horoscope-content ul li + li + li + li + li + li + li + li + li + li + li + li {
        margin-right: 0px;
    }

    .w-content-rtlinfo-horoscope-content h3 {
        margin: 20px 0;
        color: #2E2E2E;
        font-weight: bolder;
        text-transform: uppercase;
        font-size: 12px;
        font-family: 'Gilroy', sans-serif;
    }

    .w-content-rtlinfo-horoscope-content .icon-horoscope,
    .w-content-horoscope-head .icon-horoscope {
        width: 60px;
        height: 60px;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        margin: 0 auto;
    }

        .w-content-rtlinfo-horoscope-content .icon-horoscope.belier,
        .w-content-horoscope-head .icon-horoscope.belier {
            background-image: url('img-2023/icons/Horoscope/belier.svg');
        }

    .w-content-rtlinfo-horoscope-content a:hover .icon-horoscope.belier {
        background-image: url('img-2023/icons/Horoscope/belier-hover.svg');
    }

    .w-content-rtlinfo-horoscope-content .icon-horoscope.taureau,
    .w-content-horoscope-head .icon-horoscope.taureau {
        background-image: url('img-2023/icons/Horoscope/taureau.svg');
    }

    .w-content-rtlinfo-horoscope-content a:hover .icon-horoscope.taureau {
        background-image: url('img-2023/icons/Horoscope/taureau-hover.svg');
    }

    .w-content-rtlinfo-horoscope-content .icon-horoscope.gemeaux,
    .w-content-horoscope-head .icon-horoscope.gemeaux {
        background-image: url('img-2023/icons/Horoscope/gemeaux.svg');
    }

    .w-content-rtlinfo-horoscope-content a:hover .icon-horoscope.gemeaux {
        background-image: url('img-2023/icons/Horoscope/gemeaux-hover.svg');
    }

    .w-content-rtlinfo-horoscope-content .icon-horoscope.cancer,
    .w-content-horoscope-head .icon-horoscope.cancer {
        background-image: url('img-2023/icons/Horoscope/cancer.svg');
    }

    .w-content-rtlinfo-horoscope-content a:hover .icon-horoscope.cancer {
        background-image: url('img-2023/icons/Horoscope/cancer-hover.svg');
    }

    .w-content-rtlinfo-horoscope-content .icon-horoscope.lion,
    .w-content-horoscope-head .icon-horoscope.lion {
        background-image: url('img-2023/icons/Horoscope/lion.svg');
    }

    .w-content-rtlinfo-horoscope-content a:hover .icon-horoscope.lion {
        background-image: url('img-2023/icons/Horoscope/lion-hover.svg');
    }

    .w-content-rtlinfo-horoscope-content .icon-horoscope.vierge,
    .w-content-horoscope-head .icon-horoscope.vierge {
        background-image: url('img-2023/icons/Horoscope/vierge.svg');
    }

    .w-content-rtlinfo-horoscope-content a:hover .icon-horoscope.vierge {
        background-image: url('img-2023/icons/Horoscope/vierge-hover.svg');
    }

    .w-content-rtlinfo-horoscope-content .icon-horoscope.balance,
    .w-content-horoscope-head .icon-horoscope.balance {
        background-image: url('img-2023/icons/Horoscope/balance.svg');
    }

    .w-content-rtlinfo-horoscope-content a:hover .icon-horoscope.balance {
        background-image: url('img-2023/icons/Horoscope/balance-hover.svg');
    }

    .w-content-rtlinfo-horoscope-content .icon-horoscope.scorpion,
    .w-content-horoscope-head .icon-horoscope.scorpion {
        background-image: url('img-2023/icons/Horoscope/scorpion.svg');
    }

    .w-content-rtlinfo-horoscope-content a:hover .icon-horoscope.scorpion {
        background-image: url('img-2023/icons/Horoscope/scorpion-hover.svg');
    }

    .w-content-rtlinfo-horoscope-content .icon-horoscope.sagittaire,
    .w-content-horoscope-head .icon-horoscope.sagittaire {
        background-image: url('img-2023/icons/Horoscope/sagittaire.svg');
    }

    .w-content-rtlinfo-horoscope-content a:hover .icon-horoscope.sagittaire {
        background-image: url('img-2023/icons/Horoscope/sagittaire-hover.svg');
    }

    .w-content-rtlinfo-horoscope-content .icon-horoscope.capricorne,
    .w-content-horoscope-head .icon-horoscope.capricorne {
        background-image: url('img-2023/icons/Horoscope/capricorne.svg');
    }

    .w-content-rtlinfo-horoscope-content a:hover .icon-horoscope.capricorne {
        background-image: url('img-2023/icons/Horoscope/capricorne-hover.svg');
    }

    .w-content-rtlinfo-horoscope-content .icon-horoscope.verseau,
    .w-content-horoscope-head .icon-horoscope.verseau {
        background-image: url('img-2023/icons/Horoscope/verseau.svg');
    }

    .w-content-rtlinfo-horoscope-content a:hover .icon-horoscope.verseau {
        background-image: url('img-2023/icons/Horoscope/verseau-hover.svg');
    }

    .w-content-rtlinfo-horoscope-content .icon-horoscope.poisson,
    .w-content-horoscope-head .icon-horoscope.poisson {
        background-image: url('img-2023/icons/Horoscope/poisson.svg');
    }

    .w-content-rtlinfo-horoscope-content a:hover .icon-horoscope.poisson {
        background-image: url('img-2023/icons/Horoscope/poisson-hover.svg');
    }

/* --INFO-- */
.rcol-item.info {
    background-color: #005080
}

    .rcol-item.info h3 {
        background-color: #FF5000;
    }

    .rcol-item.info li {
        border-bottom: solid 1px #588CAB;
        padding: 0 0 15px 0;
        margin: 0 0 15px 0;
    }

        .rcol-item.info li a {
            color: #ffffff;
            display: block;
            font-size: 14px;
            line-height: 18px;
            min-height: 67px;
        }

        .rcol-item.info li img {
            float: left;
            margin: 0 10px 30px 0;
            width: 120px;
            height: 67px; /*padding-bottom: 500em;margin-bottom: -500em;overflow:hidden;*/
        }

        .rcol-item.info li a h4 { /*padding-bottom: 500em;margin-bottom: -500em;*/
            float: right;
            width: 140px;
            overflow: hidden;
        }

    .rcol-item.info .searchholder a {
        color: #FFFFFF;
    }

    .rcol-item.info .moreinfoholder a {
        color: #FFFFFF;
    }

        .rcol-item.info .moreinfoholder a:hover {
            color: #A20909;
        }


/* --AGENDA-- */
.rcol-item.agenda img {
    margin: 0 10px 0 0;
    width: 100px;
    height: 57px;
    overflow: hidden; /*padding-bottom: 500em;    margin-bottom: -500em;*/
}

.rcol-item.agenda li {
    padding: 0 0 15px 0;
    margin: 0 0 15px 0;
}

    .rcol-item.agenda li a {
        display: flex;
        font-size: 14px;
        line-height: 18px;
        min-height: 57px;
    }

        .rcol-item.agenda li a:hover h4,
        .rcol-item.agenda li a:hover span {
            color: #A20909;
        }

    .rcol-item.agenda li h4 {
        width: 160px;
        color: #DE2525;
        margin: auto 0;
    }

.rcol-item.agenda span.Place {
    font-size: 14px;
    color: #000000;
    display: inline-block;
    width: 150px;
}

.rcol-item.agenda span.date {
    font-size: 14px;
    color: #000000;
    display: inline-block;
    width: 150px;
}

.rcol-item.agenda {
    min-height: 190px;
}

/* --TOPVIDEO-- */

.rcol-item.topvideos a.bigvideo h4 {
    line-height: 20px;
    font-size: 16px;
    padding: 16px 0 20px 0;
    border-bottom: 1px solid #DE2525;
    margin-bottom: 16px;
}

.rcol-item.topvideos ul img {
    float: left;
    margin: 0 10px 0 0;
}

.rcol-item.topvideos li {
    border-bottom: solid 1px #000000;
    padding: 0 0 15px 0;
    margin: 0 0 15px 0;
    min-height: 68px;
}

    .rcol-item.topvideos li a {
        display: block;
        font-size: 14px;
        line-height: 18px;
        color: #FFFFFF;
    }

.rcol-item.topvideos .topvideoitem img {
    margin: 0 10px 0 0;
    width: 110px;
    height: 60px; /*padding-bottom: 500em;margin-bottom: -500em;*/
}

.rcol-item.topvideos .topvideoitem h4 {
    margin: auto 0;
    width: 150px;
    position: relative;
    vertical-align: middle;
}

.rcol-item.topvideos .topvideoitem {
    margin: 0 0 15px 0;
    min-height: 68px;
}

    .rcol-item.topvideos .topvideoitem a {
        display: flex;
        font-size: 14px;
        line-height: 18px;
        color: #000000;
    }

        .rcol-item.topvideos .topvideoitem a:hover {
            color: #DE2525;
        }

.rcol-item.topvideos span {
    color: #DE2525;
    font-size: 14px;
    display: inline-block;
}



/* -- MILLIS--*/
.rcol-item.millis p {
    font-size: 14px;
    color: #2E2E2E;
    line-height: 20px;
    font-family: 'PT Sans', sans-serif;
    font-weight: 400;
}

    .rcol-item.millis p + p {
        margin: 10px 0 0 0;
    }

.rcol-item.millis .moreinfoholder {
    border-top: solid 1px #DE2525;
    padding-top: 16px;
    font-family: 'PT Sans', sans-serif;
    font-weight: 400;
}

/* --CONTACT --*/
.rcol-item.contact {
    background-color: #DFDFDF;
}

    .rcol-item.contact .rcol-item-content {
        background-color: #DFDFDF;
    }

    .rcol-item.contact label {
        display: block;
        margin: 0 0 10px 0;
        font-size: 13px;
    }

.rcol-item .rcol-item-content input {
    width: 260px;
    background-color: #FFFFFF;
    margin: 0 0 10px 0;
    padding: 0 5px;
    height: 30px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 0px solid #ffffff;
}

.rcol-item .rcol-item-content textarea {
    width: 260px;
    background-color: #FFFFFF;
    padding: 5px 5px;
    margin: 0 0 20px 0;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 0px solid #ffffff;
}

.rcol-item .rcol-item-content button {
    cursor: pointer;
    padding: 10px;
    font-size: 13px;
    color: #FFFFFF;
    text-transform: uppercase;
    background-color: #8D8D8D;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 0px solid #8D8D8D;
}

.rcol-item.contact p {
    margin: 10px 0;
    font-size: 13px;
    color: #858585;
    line-height: 18px;
}

.rcol-item.contact select {
    width: 100%;
    background-color: #FFFFFF;
    margin: 0 0 10px 0;
    padding: 0;
    height: 30px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 0px solid #ffffff;
}

.rcol-item .rcol-item-content input[type=submit] {
    cursor: pointer;
    padding: 10px;
    font-size: 13px;
    color: #FFFFFF;
    text-transform: uppercase;
    background-color: #8D8D8D;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 0px solid #8D8D8D;
}









/* --REPLAYS --*/

.rcol-item.replays ul li {
    margin: 0 0 10px 0;
    color: #de2525;
    position: relative;
}

.rcol-item.replays li span {
    color: #de2525;
    font-size: 14px;
    display: block;
    padding: 7px 0 12px 0;
}

.rcol-item.replays h4 {
    margin: 10px 0;
    line-height: 20px;
}

.rcol-item.replays li a {
    display: block;
    position: absolute;
    background-image: url(img-2023/icons/replay.svg);
    right: 0;
    top: 0;
    width: 36px;
    height: 36px;
    background-position: center;
    background-size: 130%;
}

    .rcol-item.replays li a:hover {
        background-image: url(img-2023/icons/replay-hover.svg);
    }

.rcol-item.replays .moreinfoholder a {
    color: #FFFFFF;
}

    .rcol-item.replays .moreinfoholder a:hover {
        color: #A20909;
    }

/* -- SEQUENCES --*/
.rcol-item.sequence img {
    float: left;
    margin: 0 10px 0 0;
    width: 50px;
    height: 50px;
}

.rcol-item.sequence li {
    padding: 0 0 15px 0;
    margin: 0 0 15px 0;
    height: 50px;
}

    .rcol-item.sequence li a {
        display: block;
        font-size: 14px;
        line-height: 18px;
    }

.rcol-item.sequence h4 {
    color: #DE2525;
    font-size: 20px;
    text-transform: uppercase;
    font-family: 'GilroyBold', sans-serif;
}

.rcol-item.sequence span {
    color: #2E2E2E;
    font-size: 14px;
    display: inline-block;
    font-family: 'Gilroy', sans-serif;
    text-transform: uppercase;
    max-width: 240px;
}

.rcol-item.sequence li:last-child {
    border: none;
    padding: 0;
    margin: 0;
}






/* -- FOOTER --*/
#w-footer {
    background-color: #DE2525 !important;
    color: #ffffff;
    font-family: "Gilroy", sans-serif;
}

.w-footer-content h5 {
    color: #ffffff;
    font-weight: bold;
    font-family: "GilroyBold", sans-serif;
    margin: 18px 0 14px 0;
    font-size: 16px;
}

.w-footer-second-col a,
.w-footer-third-col a {
    font-size: 0.85em;
    line-height: 22px;
}

    .w-footer-second-col a:hover,
    .w-footer-third-col a:hover {
        color: #a20909;
    }

.w-footer-links {
    background-color: #3A3B36;
    color: #B1B1B0;
    min-height: 290px;
}

.w-footer-social-links {
    background-color: #DE2525;
}

    .w-footer-social-links .footer-icon {
        width: 30px;
        height: 30px;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
    }

.w-footer-links ul {
    list-style: none;
    margin: 0;
    padding: 0;
    float: left;
}

    .w-footer-links ul + ul {
        margin-left: 50px;
    }

.w-footer-links li h3 {
    font-size: 23px;
    margin: 0 0 20px 0;
    font-family: 'PT Sans', sans-serif;
    font-weight: 700;
}

.w-footer-links li a {
    font-size: 14px;
    line-height: 18px;
    display: block;
}

.w-footer-social-links a {
    display: inline-block;
}

    .w-footer-social-links a + a {
        margin: 0 0 0 10px
    }

        .w-footer-social-links a + a + a + a + a {
            float: right;
        }



/* ===== WEBRADIOS ===== */


#webradios-opener {
    display: none;
}

    #webradios-opener.active {
        display: block;
        position: fixed;
        bottom: 25px;
        right: 35px;
        width: 36px;
        height: 36px;
        border-radius: 50%;
        background-color: #DE2525;
        border: 1px solid rgba(255,255,255,0.5);
        padding: 9px 12px 15px 12px;
        text-align: center;
        margin: 1px;
    }

        #webradios-opener.active:hover {
            border: 2px solid #ffffff;
            margin: 0;
        }

        #webradios-opener.active + #side-webradios-wrapper {
            transform: translateX(100%);
            overflow: hidden;
        }


#side-webradios-wrapper .close-webradios {
    display: block;
    width: 25px;
    height: 25px;
    border: 1px solid #ffffff;
    border-radius: 50%;
    color: #ffffff;
    position: absolute;
    top: 10px;
    right: 10px;
    line-height: 25px;
    font-size: 10px;
    text-align: center;
}

    #side-webradios-wrapper .close-webradios:hover {
        color: #571a19;
        border-color: #571a19;
    }

    #side-webradios-wrapper .close-webradios::after {
        content: "\2573";
    }

#side-webradios-wrapper {
    position: fixed;
    top: 116px;
    right: 0;
    height: calc(100vh - 116px);
    background: #de2525;
    z-index: 10;
    transition: transform 0.5s ease-in-out;
    transform: translateX(0);
}

#side-webradios {
    height: 100%;
    padding: 60px 25px 10px 25px;
    box-sizing: border-box;
}

.webradios-list {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    max-height: 100%;
    flex-wrap: nowrap;
    overflow: hidden;
}

.webradio-item {
    display: block;
    max-width: 100px;
    width: 100%;
    box-sizing: border-box;
}

.webradio-item img {
    width: 100% !important;
    height: auto !important;
}

/* ===== FIN WEBRADIOS ===== */


/* -- EMISSIONS --*/
.breadcrumb { /*padding-bottom:20px;*/
}

    .breadcrumb ul {
        list-style: none;
        margin: 0;
        padding: 0;
        display: block
    }

        .breadcrumb ul li {
            display: inline-block;
            float: left;
        }

            .breadcrumb ul li a {
                font-size: 13px;
                line-height: 16px;
                color: #2E2E2E;
                text-transform: uppercase;
            }

            .breadcrumb ul li:not(:last-of-type)::after {
                content: '/';
                padding: 0 10px;
            }

.w-content-emission {
    position: relative;
    margin-bottom: 20px;
}


.w-content-emission-title {
    width: 100%;
    height: auto;
}

    .w-content-emission-title h1 {
        font-size: 35px;
        line-height: 42px;
        margin: 0 0 40px 0;
        width: 100%;
        color: #de2525;
        font-family: 'GilroyBold', sans-serif;
        text-transform: uppercase;
        border-bottom: 1px solid #DE2525;
        padding-bottom: 18px;
    }

.w-content-emission .w-content-emission-title h1 {
    margin: 0;
    padding: 0;
    border: none;
}

.w-content-emission-title span {
    font-family: 'Gilroy', sans-serif;
    width: 100%;
    padding: 0;
    text-transform: uppercase;
    color: #2E2E2E;
    font-size: 17px;
    display: block;
    margin: 10px 0 35px 0;
}

.w-content-emission-title a {
    font-family: 'PT Sans', sans-serif;
    font-weight: 700;
    width: auto;
    height: 20px;
    padding: 40px 40px 40px 97px;
    text-transform: uppercase;
    color: #FFFFFF;
    font-size: 24px;
    background-color: #A20909;
    display: inline-block;
    float: right;
    background-image: url(img/emission-live-play.png);
    background-repeat: no-repeat;
    background-position: 40px;
}

.w-content-emission img {
    width: 100%;
    height: auto;
}

/*-- PROGRAMMES --*/

.grid {
    background-color: #FFFFFF;
    padding: 0 0 20px 0;
}

.timing-grid {
    height: 60px;
    width: 1050px;
    margin: 0 0 0 25px;
    background-color: #8D8D8D;
}

    .timing-grid h3 {
        height: 40px;
        background-color: #ffffff;
        font-size: 22px;
        line-height: 14px;
        cursor: pointer;
        text-transform: uppercase;
        font-family: 'GilroyBold', sans-serif;
        color: #DE2525;
        padding: 18px 6px 2px 6px;
        text-align: center;
    }

        .timing-grid h3 span {
            font-size: 12px;
            display: block;
            margin: 4px 0;
            font-family: 'Gilroy', sans-serif;
        }

    .timing-grid .slick-prev {
        top: 0;
        left: -25px;
    }

    .timing-grid .slick-next {
        top: 0;
        right: -25px;
    }

    .timing-grid .slick-prev, .timing-grid .slick-next {
        width: 35px;
        background-color: #ffffff;
        height: 60px;
        margin: 0;
        padding: 0;
        top: 0;
        text-indent: -9999px;
        position: absolute;
    }

    .timing-grid .slick-slide {
        height: 75px;
        position: relative;
    }

    .timing-grid .slick-prev, .timing-grid .slick-next {
        background-image: url('img-2023/icons/arrow grille.svg');
        background-repeat: no-repeat;
        background-position: 50%;
        cursor: pointer;
    }

        .timing-grid .slick-prev:hover, .timing-grid .slick-next:hover {
            background-image: url('img-2023/icons/arrow grille-hover.svg');
        }

    .timing-grid .slick-prev {
        -moz-transform: scaleX(-1);
        -o-transform: scaleX(-1);
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
        filter: FlipH;
        -ms-filter: "FlipH";
    }

    .timing-grid div span.arrow {
        display: none;
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 10px solid #f00;
        position: absolute;
        bottom: 5px;
        left: 61px;
    }

    .timing-grid .slick-active.slick-center span {
        display: block;
    }

    .timing-grid .slick-active.slick-center h3,
    .timing-grid .slick-center h3,
    .timing-grid h3:hover {
        background-color: #DE2525;
        color: #ffffff;
    }

.grid-details {
    display: none;
    border-left: solid 1px #2E2E2E;
    margin: 20px;
}

    .grid-details.selected {
        display: block;
    }

.program {
    margin-bottom: 20px;
}

.program-timing {
    float: left;
    width: 110px;
    padding: 20px 0 0 20px;
    position: relative;
    color: #DE2525;
    font-size: 28px;
    margin: 0 0 10px 0;
    font-family: 'Gilroy', sans-serif;
}

    .program-timing span {
        display: inline-block;
        position: absolute;
        top: 20px;
        display: block;
        left: -6px;
        background-color: #FFFFFF;
        width: 10px;
        height: 30px;
    }

        .program-timing span i {
            width: 10px;
            height: 10px;
            background: #DE2525;
            border-radius: 50%;
            margin: 10px 0;
            display: block;
        }


.program-details {
    float: left;
    width: 899px;
    padding: 15px;
    position: relative;
}

    .program-details img {
        float: left;
        margin-right: 10px;
        width: 118px;
        height: 118px;
    }

    .program-details h2 {
        font-size: 26px;
        font-family: 'GilroyBold', sans-serif;
        text-transform: uppercase;
        margin: 0 0 12px -1px;
        color: #de2525;
    }

    .program-details span {
        color: #2E2E2E;
        text-transform: uppercase;
        display: block;
        font-size: 16px;
        margin: 5px auto;
        font-family: 'Gilroy', sans-serif;
    }

    .program-details p {
        font-size: 14px;
        color: #2E2E2E;
        line-height: 21px;
        width: 640px;
        margin: 10px 0 0 0;
    }

.btn-replay,
.btn-live,
.btn-replay-today,
.btn-emission {
    position: absolute;
    right: 90px;
    top: 15px;
    background-image: url(img-2023/icons/play.svg);
    background-repeat: no-repeat;
    display: block;
    width: 60px;
    height: 60px;
    background-position: center 12px;
    text-align: center;
}


.btn-emission {
    right: 15px;
    background-image: url(img-2023/icons/emission.svg);
}

.program-details .btn-replay span,
.program-details .btn-live span,
.program-details .btn-replay-today span,
.program-details .btn-emission span {
    font-size: 14px;
    text-transform: none;
    font-family: 'GilroyBold', sans-serif;
}


.program-details .btn-replay:hover span,
.program-details .btn-replay.actif span,
.program-details .btn-live:hover span,
.program-details .btn-replay-today:hover span,
.program-details .btn-emission:hover span {
    color: #A20909;
}

.btn-replay:hover,
.btn-replay.actif,
.btn-live:hover {
    background-image: url(img-2023/icons/replay-hover.svg);
}


.btn-emission:hover {
    background-image: url('img-2023/icons/emission-hover.svg');
}


.playerplaceholder {
    height: 45px;
    padding: 10px 0;
    display: none;
}


/* -- SYNOPSIS --*/
.w-content-synopsis {
    padding: 20px 0;
    background-color: #FFFFFF;
    margin: 0 0 20px 0;
}

    .w-content-synopsis h2 {
        color: #A20909;
        font-size: 24px;
        font-family: 'GilroyBold', sans-serif;
        font-weight: bold;
    }

    .w-content-synopsis p {
        margin: 10px 0;
        font-size: 14px;
        line-height: 18px;
    }

        .w-content-synopsis p.bolder {
            font-weight: bolder;
        }

/* -- ADMIN --*/
.w-content-admin {
    background-color: #FFFFFF;
    margin: 0 0 20px 0;
}

/* -- ARTICLES --*/
.w-content-article {
    position: relative;
    margin-bottom: 20px;
}


.w-content-article-title {
    width: 100%;
    height: auto;
}

    .w-content-article-title h1 {
        font-size: 35px;
        line-height: 50px;
        margin: 0 0 40px 0;
        width: 100%;
        color: #de2525;
        font-family: 'GilroyBold', sans-serif;
        text-transform: uppercase;
        border-bottom: 1px solid #DE2525;
        padding-bottom: 18px;
    }

.w-content-article p {
    margin: 10px 0;
    font-size: 14px;
    line-height: 22px;
}

.w-content-article h2 {
    font-size: 26px;
    color: #A20909 !important;
    font-family: 'GilroyBold', sans-serif;
    font-weight: bold;
}

.w-content-article ul {
    margin: 0 20px;
}

    .w-content-article ul li {
        font-size: 14px;
        line-height: 22px;
    }


.w-content-related h2 {
    font-size: 28px;
    color: #DE2525;
    font-family: 'GilroyBold', sans-serif;
    padding: 20px 0;
    text-transform: uppercase;
    border-bottom: 1px solid;
    margin-bottom: 25px;
}

.w-content-related ul {
    list-style: none;
    margin: 20px 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

    .w-content-related ul li {
        display: block;
        width: 31%;
        min-height: 230px;
        background-color: #FFFFFF;
        margin: 0 0 20px 0;
    }

        .w-content-related ul li a {
            display: block;
        }

        .w-content-related ul li img {
            max-width: 100%;
            height: auto;
        }

        .w-content-related ul li + li {
            margin: 0 20px 20px 20px
        }

            .w-content-related ul li + li + li {
                margin: 0 0 20px 0
            }

                .w-content-related ul li + li + li + li + li {
                    margin: 0 20px 20px 20px
                }

                    .w-content-related ul li + li + li + li + li + li {
                        margin: 0 0 20px 0
                    }

.w-content-related h3 {
    font-family: 'GilroyBold';
    font-size: 14px;
    line-height: 22px;
    padding: 15px 0;
    color: #de2525;
}

.w-content-related li:hover h3 {
    color: #A20909;
}

.w-content-slider {
    background-color: #000000;
    height: 570px;
    width: 640px;
}

    .w-content-slider .slick-slider {
        margin: 0;
    }

.w-content-slider-top .slick-prev {
    top: 0;
    left: 0;
}

.w-content-slider-top .slick-next {
    top: 0;
    right: 0;
}

.w-content-slider-top .slick-prev, .w-content-slider-top .slick-next {
    cursor: pointer;
    width: 56px;
    background-color: transparent;
    height: 111px;
    margin: 0;
    padding: 0;
    top: 35%;
    text-indent: -9999px;
    position: absolute;
}

    .w-content-slider-top .slick-prev:hover, .w-content-slider .slick-next:hover {
        background-color: transparent;
        color: #FFFFFF;
    }

    .w-content-slider-top .slick-prev::before {
        content: "";
    }

    .w-content-slider-top .slick-next::before {
        content: "";
    }

.w-content-slider-top .slick-active.slick-center h3 {
    background-color: #A20909;
}

.w-content-slider-top .slick-slide {
    height: 450px;
    position: relative;
}

.w-content-slider-top .slick-prev, .w-content-slider-top .slick-prev:hover {
    background-image: url(img/galerie-prev.png);
    background-repeat: no-repeat;
}

.w-content-slider-top .slick-next, .w-content-slider-top .slick-next:hover {
    background-image: url(img/galerie-next.png);
    background-repeat: no-repeat;
}

.w-content-slider-nav .slick-slide {
    cursor: pointer;
}

.w-content-slider-nav {
    height: 120px;
}

    .w-content-slider-nav .slick-prev::before {
        content: "";
    }

    .w-content-slider-nav .slick-next::before {
        content: "";
    }

    .w-content-slider-nav .slick-prev, .w-content-slider-nav .slick-next {
        display: none !important;
    }

/* -- EVENTS / CONTESTS --*/

.contest-tabs {
    display: flex;
    justify-content: space-between;
}

.contest-tab {
    display: block;
    text-align: center;
    width: 46%;
    padding: 8px;
    text-transform: uppercase;
    font-size: 16px;
    font-family: 'GilroyBold', sans-serif;
    color: #DE2525;
    border: 2px solid;
    cursor: pointer;
}

    .contest-tab.active,
    .contest-tab:hover {
        background: #DE2525;
        color: #FFFFFF;
    }

.w-content-events,
.w-content-contests {
    padding: 20px;
    background-color: #FFFFFF;
    margin: 0 0 20px 0;
}

    .w-content-events p,
    .w-content-contests p {
        margin: 8px 0 0px 0;
        font-size: 16px;
        line-height: 20px;
    }

    .w-content-events a {
        display: block;
    }

    .w-content-contests ul li a {
        display: flex;
        justify-content: space-between;
    }

    .w-content-events h2,
    .w-content-contests h2 {
        font-size: 35px;
        color: #DE2525;
        font-family: 'GilroyBold', sans-serif;
        border-bottom: 1px solid #DE2525;
        padding-bottom: 20px;
        margin-bottom: 30px;
        line-height: 42px;
        text-transform: uppercase;
    }

    .w-content-events ul,
    .w-content-contests ul {
        list-style: none;
        margin: 40px 0;
    }

        .w-content-events ul li,
        .w-content-contests ul li {
            font-size: 16px;
            line-height: 22px;
            clear: both;
            margin: 25px 0;
            display: block;
            min-height: 142px;
            border-bottom: solid 1px #CC3A31;
            padding-bottom: 25px;
        }

        .w-content-contests ul li {
            min-height: 200px;
        }

            .w-content-contests ul li.finished {
                display: none;
            }

#no-current-contest, #no-finished-contest {
    display: none;
    text-align: center;
    font-size: 18px;
    min-height: auto;
    padding: 60px 0px;
}

.w-content-events ul li:last-of-type,
.w-content-contests ul li:last-of-type {
    border-bottom: none;
}

.w-content-events ul li img {
    float: left;
    margin: 0 10px 0 0;
    width: 250px;
    height: 142px;
    overflow: hidden;
}

.w-content-contests ul li img {
    width: 48%;
    height: auto;
    overflow: hidden;
}

.w-content-contests ul li a div {
    width: 48%;
    margin: auto 0;
}

.w-content-events li span,
.w-content-contests ul li span {
    font-family: Arial;
    color: #000000;
    font-size: 16px;
    display: block;
    font-weight: bold;
    line-height: 20px;
}

    .w-content-events li span + span,
    .w-content-contests li span + span {
        font-size: 14px;
        margin: 0;
    }

.w-content-events li h3,
.w-content-contests li h3 {
    font-family: Arial, sans-serif;
    color: #DE2525;
    font-size: 27px;
    margin: 8px 0;
    font-weight: bold;
    line-height: 30px;
}

.w-content-contests li h3 {
    margin-top: 0;
}

.w-content-events li a:hover h3,
.w-content-contests li a:hover h3 {
    color: #A20909;
}

.w-content-event-others h2 {
    font-size: 28px;
    color: #DE2525;
    font-family: 'GilroyBold', sans-serif;
    text-transform: uppercase;
    border-bottom: 1px solid;
    padding-bottom: 18px;
}

.w-content-event-others-details {
    margin: 40px 0;
    position: relative;
    background-color: #FFFFFF;
}

.w-content-event-others ul {
    position: relative;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
}

.w-content-event-others li {
    display: flex;
    width: 48.5%;
    border-bottom: solid 1px #DE2525;
    margin-bottom: 20px;
    min-height: 85px;
    padding-bottom: 20px;
    justify-content: space-between;
}

.w-content-event-others img {
    width: 140px;
    height: 80px;
    float: left;
    margin: 0 5px 0 0
}

.w-content-event-others a {
    display: block;
    width: 140px; /*height: 80px;*/
}

.w-content-event-others span {
    font-size: 14px;
    margin: 8px 0;
    display: block;
}

.w-content-event-others h4 {
    font-size: 14px;
    margin: 8px 0;
    font-weight: bold;
    color: #DE2525;
}

.w-content-event-others a:hover h4 {
    color: #A20909;
}


.w-content-event-others li > div {
    position: relative;
    min-height: 80px;
    width: 140px;
}

.w-content-event-others li div + div {
    position: relative;
    width: 212px;
}

a.more-events {
    font-size: 17px;
    color: #DE2525;
    float: right;
    margin-bottom: 120px;
    width: 144px;
}

    a.more-events::after {
        content: '';
        display: inline-block;
        width: 12px;
        height: 12px;
        background-image: url('img-2023/icons/chevron more.svg');
        background-repeat: no-repeat;
        background-position: center;
        margin-left: 8px;
    }

/* -- EVENT--*/
.w-content-event {
    position: relative;
    height: auto;
}

    .w-content-event img {
        width: 100%;
        height: auto;
    }

.w-content-event-detail {
    padding: 20px 0;
    background-color: #FFFFFF;
    margin: 0 0 20px 0;
}

    .w-content-event-detail h2 {
        FONT-SIZE: 24px;
        FONT-FAMILY: Arial;
        COLOR: #A20909;
        PADDING-BOTTOM: 10px;
        DISPLAY: block;
    }

    .w-content-event-detail img {
        margin-bottom: 25px;
    }

.w-content-event-title {
    width: 100%;
    height: auto;
}

    .w-content-event-title h1 {
        font-size: 35px;
        margin: 0 0 40px 0;
        line-height: 50px;
        width: 100%;
        color: #de2525;
        font-family: 'GilroyBold', sans-serif;
        text-transform: uppercase;
        border-bottom: 1px solid #DE2525;
        padding-bottom: 18px;
    }

.w-content-event-detail span {
    color: #DE2525;
    font-family: 'GilroyBold', sans-serif;
    font-size: 26px;
    padding-bottom: 10px;
    display: block;
}

.w-content-event-detail p {
    padding: 10px 0;
    font-family: Arial;
    font-size: 14px;
    line-height: 18px;
}

.w-content-event-detail ul {
    padding: 0 20px;
    font-family: Arial;
    font-size: 14px;
    line-height: 18px;
}

.w-content-event-detail a {
    display: inline-block;
    font-family: Arial;
    font-size: 14px;
    color: #DE2525;
    text-decoration: underline;
    font-weight: bold;
}

    .w-content-event-detail a:hover {
        opacity: 0.7;
    }

/* -- HOROSCOPE -- */

.w-content-horoscope {
    position: relative;
    margin-bottom: 20px;
}


.w-content-horoscope-title {
    width: 100%;
    height: auto;
}

    .w-content-horoscope-title h1 {
        font-size: 35px;
        line-height: 42px;
        margin: 0 0 40px 0;
        width: 100%;
        color: #de2525;
        font-family: 'GilroyBold', sans-serif;
        text-transform: uppercase;
        border-bottom: 1px solid #DE2525;
        padding-bottom: 18px;
    }

.w-content-horoscope .w-content-horoscope-title h1 {
    margin: 0;
    padding: 0;
    border: none;
}

.w-content-horoscope-title span {
    font-family: 'Gilroy', sans-serif;
    width: 100%;
    padding: 0;
    text-transform: uppercase;
    color: #2E2E2E;
    font-size: 17px;
    display: block;
    margin: 10px 0 35px 0;
}

w-content-horoscope-title a {
    font-family: 'PT Sans', sans-serif;
    font-weight: 700;
    width: auto;
    height: 20px;
    padding: 40px 40px 40px 97px;
    text-transform: uppercase;
    color: #FFFFFF;
    font-size: 24px;
    background-color: #A20909;
    display: inline-block;
    float: right;
    background-image: url(img/emission-live-play.png);
    background-repeat: no-repeat;
    background-position: 40px;
}

.w-content-horoscope img {
    width: 100%;
    height: auto;
}

.rcol-item.millis img {
    width: 100%;
    height: auto;
    padding-top: 15px;
}

.w-content-horoscope-grid {
    margin: 0 0 20px 0;
}

.w-content-horoscope-item {
    margin: 0 0 20px 0;
}

.w-content-horoscope-img {
    width: 80px;
    float: left;
    margin-right: 18px;
}

.w-content-horoscope-head {
    display: flex;
}

    .w-content-horoscope-head .icon-horoscope {
        margin: 0;
    }

    .w-content-horoscope-head .w-content-horoscope-item-title {
        margin: auto 15px;
    }

.w-content-horoscope-item-title h2 {
    font-size: 26px;
    font-weight: bold;
    font-family: 'GilroyBold', sans-serif;
    color: #DE2525;
    line-height: 32px;
    text-transform: uppercase;
}

.w-content-horoscope-item-title h3 {
    color: #2E2E2E;
    font-size: 17px;
    font-family: 'Gilroy', sans-serif;
    line-height: 23px;
    text-transform: uppercase;
}

.w-content-horoscope-details {
    background-color: #FFFFFF;
    width: 100%;
    padding: 5px 0 35px 0;
    position: relative;
    border-bottom: 1px solid #DE2525;
}

    .w-content-horoscope-details h2 {
        font-size: 24px;
        font-family: 'PT Sans', sans-serif;
        font-weight: 400;
    }

    .w-content-horoscope-details h3 {
        font-size: 18px;
        color: #DE2525;
        font-style: italic;
        font-family: 'PT Sans', sans-serif;
        font-weight: 400;
        margin: 10px 0;
    }

    .w-content-horoscope-details p {
        font-size: 14px;
        color: #2E2E2E;
        margin: 20px 0;
        line-height: 20px;
    }


.w-content-horoscope-item {
    min-height: 220px;
}

.w-content-horoscope-img img {
    padding: 5px 0;
    background-color: #F0F0F0;
}

.h-rating {
    height: 48px;
    width: 115px;
    margin: 0 20px 0 0;
    display: block;
    float: left;
}

    .h-rating div.title {
        font-size: 15px;
        font-family: 'GilroyBold', sans-serif;
        font-weight: 400;
        text-transform: uppercase;
        color: #2E2E2E;
        text-align: center;
        padding: 5px 0 0 0;
    }

.w-content-horoscope-details div.h-rating + div.h-rating + div.h-rating + div.h-rating {
    margin: 0;
}

.h-rating span.rated {
    display: inline-block;
    background-image: url('img-2023/icons/star-red.svg');
    width: 19px;
    height: 18px;
}

.h-rating span {
    display: inline-block;
    background-image: url('img-2023/icons/star-grey.svg');
    width: 19px;
    height: 18px;
    margin: 10px 4px;
}


.w-content-full-width {
    padding: 20px;
    background-color: #FFFFFF;
    min-height: 550px;
    margin: 0 0 20px 0;
    position: relative;
}

.notfound-message {
    font-family: 'PT Sans', sans-serif;
    font-weight: 700;
    position: absolute;
    top: 230px;
    left: 20px;
    position: absolute;
}

    .notfound-message h1 {
        font-size: 4pc;
        color: #DE2525;
        font-family: 'PT Sans', sans-serif;
        font-weight: 400;
        margin: 0 0 20px 0;
    }

    .notfound-message h2 {
        font-size: 30px;
        color: #8C8C8C;
        font-family: 'PT Sans', sans-serif;
        font-weight: 400;
    }

.notfound {
    font-family: 'PT Sans', sans-serif;
    font-size: 22pc;
    Color: #F0F0F0;
    line-height: 20pc;
    border-bottom: solid 1px #F0F0F0;
    text-align: right;
    margin: 30px 0 0 0;
}

#Skyscrapper {
    position: absolute;
    top: 410px;
    left: 1125px;
    padding-top: 70px;
}

div.w-topfixed {
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    position: fixed;
    z-index: 1000;
}

div.topfixedInner {
    width: 1100px;
    height: 0px;
    margin: 0 auto 0 auto;
    position: relative;
}


/*IMAGE*/

.w-sticky-menu ul li.social {
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    text-indent: -9999px;
    overflow: hidden;
    padding: 0;
    margin: 25px 6px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.live a {
    font-family: 'GilroyBold', sans-serif;
    font-weight: 400;
    display: block;
    background-color: #ffffff;
    color: #DE2525;
    padding: 5px 28px;
    float: right;
    margin-top: 24px;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    line-height: 17px;
    border: 1px solid #ffffff;
}

    .live a:hover {
        background-color: #DE2525;
        color: #ffffff;
        -webkit-transition: background-color 200ms linear;
        -ms-transition: background-color 200ms linear;
        transition: background-color 200ms linear;
    }

.live span {
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 9px solid #DE2525;
    display: inline-block;
    margin-left: 10px;
}

.live a:hover span {
    border-left: 9px solid #ffffff;
}

.facebook {
    background-image: url(img-2023/icons/facebook.svg);
}

    .facebook:hover {
        background-image: url(img-2023/icons/facebook-hover.svg);
    }

.twitter {
    background-image: url(img-2023/icons/x.svg);
}

    .twitter:hover {
        background-image: url(img-2023/icons/x-hover.svg);
    }

.mail {
    background-image: url(img-2023/icons/mail.svg);
}

    .mail:hover {
        background-image: url(img-2023/icons/mail-hover.svg);
    }

.mobile {
    background-image: url(img-2023/icons/tel.svg);
}

    .mobile:hover {
        background-image: url(img-2023/icons/tel-hover.svg);
    }

.instagram {
    background-image: url(img-2023/icons/instagram.svg);
}

    .instagram:hover {
        background-image: url(img-2023/icons/instagram-hover.svg);
    }

.logo-on-top {
    width: 71px;
    height: 30px;
    background-image: url(img/Logo-Bel-RTL-small.gif);
}

.w-sticky-menu-on-top {
}

.clear {
    clear: both;
}

div.SubscribeForm {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 100;
    background-color: rgba(0, 0, 0, 0.5);
    display: table;
}

    div.SubscribeForm a {
        display: block;
        width: 23px;
        height: 24px;
        background-color: #808080;
        border-radius: 12px;
        position: absolute;
        top: 16px;
        right: 16px;
        z-index: 10;
        text-align: center;
        line-height: 22px;
        color: #ffffff;
        padding: 0 1px 0 0;
        cursor: pointer;
    }

        div.SubscribeForm a:hover {
            background-color: #000000;
        }

    div.SubscribeForm > div {
        display: table-cell;
        width: 100%;
        height: 100%;
        text-align: center;
        vertical-align: middle;
    }

        div.SubscribeForm > div > div {
            font-family: Arial, Sans-Serif;
            font-size: 14px;
            color: #a0a0a0;
            display: inline-block;
            width: auto;
            height: auto;
            background-color: #ffffff;
            border-radius: 16px;
            padding: 16px;
            text-align: left;
            margin: auto;
            position: relative;
            box-shadow: 0 0 10px rgba(0, 0,0, 0.5);
        }

            div.SubscribeForm > div > div h4 {
                font-size: 16px;
                color: #202020;
                line-height: 24px;
                margin: 0 40px 10px 0;
                padding: 0;
            }

            div.SubscribeForm > div > div input[type="text"] {
                width: calc(100% - 48px);
                border: none;
                background-color: #e8e8e8;
                padding: 8px;
                border-radius: 8px;
                margin-top: 4px;
                color: #404040;
                outline: none;
            }

            div.SubscribeForm > div > div a.saveBut {
                display: inline-block;
                background-color: #008000;
                position: static;
                top: auto;
                right: auto;
                margin-left: 8px;
            }

div#NLForm input[type="text"] {
    height: 24px;
    background: #fff;
}

div#NLForm a {
    font-family: 'GilroyBold', sans-serif;
    font-weight: 400;
    display: inline-block;
    background-color: #ffffff;
    color: #DE2525;
    padding: 5px 28px;
    float: none;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    line-height: 17px;
    width: auto;
    border: 1px solid #ffffff;
    vertical-align: middle;
    margin-left: 30px;
}

    div#NLForm a:hover {
        background-color: #A20909;
        color: #ffffff;
        -webkit-transition: background-color 200ms linear;
        -ms-transition: background-color 200ms linear;
        transition: background-color 200ms linear;
    }

div#NLForm h4 {
    margin-bottom: 15px;
    line-height: 40px;
    font-size: 20px;
    color: #ffffff;
}

div#NLForm span {
    margin-bottom: 15px;
    display: block;
    font-size: 12px;
    color: #ffffff;
}

div#NLForm a + a {
    display: none;
}

div#ipnewmedia-leaderboard-2 {
    display: inline-block;
}

div#ipnewmedia-leaderboard-2_ad_container {
    text-align: center;
}

.w-content-related {
    background-color: #FFFFFF;
}

.frm-error {
    color: #ffffff;
    display: block;
    margin: 0 0 10px 0;
}

.w-content-synopsis ul {
    FONT-SIZE: 14px;
    FONT-FAMILY: Arial;
    PADDING-BOTTOM: 0px;
    PADDING-TOP: 0px;
    PADDING-LEFT: 20px;
    LINE-HEIGHT: 18px;
    PADDING-RIGHT: 20px;
}
