html {
    box-sizing: border-box;
    font-size: 10px;
}
*, *:before, *:after {
    box-sizing: inherit;
}
body {
    border: 0;
    padding: 50px 0 0 0;
    margin: 0;
    font-family: 'Roboto', arial, sans-serif;
    overflow-x: hidden;
    background: #ffffff;

    text-rendering: optimizeLegibility;
    text-rendering: geometricPrecision;
    font-smooth: always;

    font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    -webkit-font-smoothing: subpixel-antialiased;
}

body .thumbnails-b .video-title, body .thumbnails-b .branding, body .thumbnails-b .trc_rbox_header {
    font-family: 'Roboto', sans-serif !important;
}
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: var(--bf-primary-color);
    height: 50px;
    z-index: 1998000;
    transition: all .3s ease;
}
.header-container {
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
}
header.hide {
    top: -50px;
}
.header-container > div {
    flex: 1;
    line-height: 50px;
}
header #profile-name {
    display: none;
}

header #profile {
    width: 50px;
    max-width: 50px;
    background: url('/bundles/app/images/theme2020/btn_profile_white.png') no-repeat center center;
    background-size: auto 25px;
}

header #lang-selector {
    align-items: center;
    display: flex;
    height: 50px;
    justify-content: center;
    max-width: 50px;
    width: 50px;
}

header #lang-selector.hidden {
    display: none;
}

header #lang-selector .lang-selector {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border: transparent;
    background-color: transparent;
    cursor: pointer;
    font-size: 30px;
    height: 100%;
    outline: none;
    padding-bottom: 2px;
    text-align: center;
    text-align-last: center;
    width: 100%;
}

header #lang-selector .lang-selector option {
    font-size: 30px;
    max-width: 100%;
    text-align: center;
}

header #menu {
    width: 60px;
    max-width: 60px;
    background: url('/bundles/app/images/theme2020/btn_burger_white.png') no-repeat center center;
    background-size: 32px auto;
}

.header-container > div > a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
}

#breadcrumb {
    padding: 20px 25px 0 25px;
}
#breadcrumb .breadcrumb__elt {
    display: inline;
    font-size: 12px;
    color: #8e8e8e;
    font-family: 'Lato', Arial, sans-serif;
    line-height: 18px;
    text-decoration: none;
}
#breadcrumb .breadcrumb__elt:after {
    content: '>';
    padding: 0 5px;
    text-decoration: none;
}
#breadcrumb .breadcrumb__elt:last-child {
    color: #656565;
    font-weight: 600;
}
#breadcrumb .breadcrumb__elt:last-child:after {
    content: '';
    display: none;
}

#body-content {
    background: #ffffff;
}

#sidebar-content {
    margin: 25px auto 0 auto;
    display: block;
    max-width: calc(100% - 50px);
    background: #ffffff;
}

.padding-noempty {
    padding: 10px;
}
.padding-noempty:empty {
    display: none;
}

#profile-name a {
    color: #ffffff;
    padding-right: 13px;
}
#profile-name a:hover {
    text-decoration: underline;
}

.signinAjaxError, .signupAjaxError {
    padding: 0 20px;
    color: #b60000;
    font-size: 12px;
}

footer {
    background: var(--bf-primary-color);
    margin-top: 20px;
}

footer .social {
    display: flex;
    justify-content: center;
}

footer .social > div {
    flex: 1;
    max-width: 30px;
    min-width: 30px;
    height: 30px;
    margin: 10px;
}

footer .social > .social__instagram {
    background: url('/bundles/app/images/theme2020/pic_instagram_white.png') no-repeat center center;
    background-size: contain;
}

footer .social > .social__facebook {
    background: url('/bundles/app/images/theme2020/pic_facebook_white.png') no-repeat center center;
    background-size: contain;
}

footer .social > .social__twitter {
    background: url('/bundles/app/images/theme2020/pic_twitter_white.png') no-repeat center center;
    background-size: contain;
}

footer .social > .social__youtube {
    background: url('/bundles/app/images/theme2020/pic_youtube_white.png') no-repeat center center;
    background-size: contain;
}

footer .social > .social__whatsapp {
    background: url('/bundles/app/images/theme2020/pic_whatsapp_white.png') no-repeat center center;
    background-size: contain;
}

footer .social > .social__newsletter {
    background: url('/bundles/app/images/theme2020/pic_newsletter_white.png') no-repeat center center;
    background-size: contain;
}

footer .social > .social__notifications {
    background: url('/bundles/app/images/theme2020/pic_notification_white.png') no-repeat center center;
    background-size: contain;
}

footer .social > .social__notifications.hide {
    display: none !important;
}

footer .social a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    outline: 0;
}

footer .links {
    padding-bottom: 20px;
    font-size: 14px;
    color: #ffffff;
    font-weight: 400;
    width: 100%;
    margin: 0 auto
}

footer .links .links__title {
    /* font-size: 14px !important; */
    text-transform: uppercase;
    margin-bottom: 20px !important;
    font-weight: bold;
    padding: 0 !important;
}
footer .links .links__title a {
    font-size: 14px;
}
footer .footer-column a {
    color: #ffffff;
    text-decoration: none;
    display: block;
    margin: 0 0 10px 0;
}

footer .copyright {
    text-align: left;
    font-size: 12px;
    color: #ffffff;
    font-weight: 400;
    flex: 1;
    line-height: 50px;
}

footer .copyright a {
    color: #ffffff;
    display: inline;
}

.disable-scrollbars::-webkit-scrollbar {
    width: 0px;
    background: transparent; /* Chrome/Safari/Webkit */
}
.disable-scrollbars {
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none;  /* IE 10+ */
}
#footer-desktop{
    display: none;
    width: 100% !important;
}
#footer-desktop footer{
    width: 100%;
    padding: 30px 30px 10px 30px;
    font-size: 12px;
}
#footer-desktop footer .links {
    font-size: 12px;
}
#footer-desktop footer .links div {
    padding: 0 5px;
}


#footer-desktop .links-desktop{
    display: flex;
    justify-content: space-between;
}
#footer-desktop .links-desktop div{
    flex:1;
}
#footer-mobile footer{
    display: block;
    text-align: center;
    padding: 25px 15px 15px 15px;
}

.comments__form .btn-burger-account {
    color: #000000;
}

.pagination {
    padding: 20px;
    display: flex;
}
.pagination a {
    flex: 1;
    min-width: 50%;
    max-width: 50%;
    font-size: 14px;
    line-height: 26px;
    color: var(--bf-primary-color);
    text-decoration: none;
}
.pagination a.btn-next {
    text-align: right;
    background: url('/bundles/app/images/theme2020/pic_chevron_right_blue.png') no-repeat right center;
    background-size: auto 13px;
    padding: 0 20px 0 0;
}
.pagination a.btn-prev {
    text-align: left;
    background: url('/bundles/app/images/theme2020/pic_chevron_left_blue.png') no-repeat left center;
    background-size: auto 13px;
    padding: 0 0 0 20px;
}
.pagination a:hover {
    text-decoration: underline;
}

.abecedaire {
    display: flex;
    padding: 0 20px;
    justify-content: space-between;
    align-items: center;
}
.abecedaire a {
    flex: 1;
    font-size: 14px;
    color: var(--bf-primary-color);
    text-align: center;
}
.allportals__search {
    margin: 40px 0;
    padding: 0 20px;
}
.allportals__search input[type="search"] {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: .375rem .75rem;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', Arial, sans-serif;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.allportals__search input[type="search"]:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,0.25);
}
.allportals__letter {
    color: var(--bf-primary-color);
    padding: 10px 20px;
    font-size: 22px;
}
.allportals__letter.hidden {
    display: none;
}
.allportals__portal {
    display: flex;
    align-items: center;
    padding: 10px 40px;
}
.allportals__portal.hidden {
    display: none;
}
.allportals__portal__icon {
    min-width: 40px;
    max-width: 40px;
    height: 30px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}
.allportals__portal__icon a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
}
.allportals__portal__title {
    flex: 1;
    min-width: calc(100% - 80px);
    max-width: calc(100% - 80px);
    height: 30px;
    line-height: 16px;
    font-size: 14px;
    color: #000000;
    padding: 0 20px;
    text-decoration: none;
}
.allportals__portal__chevron {
    flex: 1;
    min-width: 40px;
    max-width: 40px;
    height: 30px;
    background: url('/bundles/app/images/theme2020/pic_chevron_right_blue.png') no-repeat center center;
    background-size: auto 20px;
}
.allportals__portal__chevron a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
}

/***** ADVERTISING *****/
body > header,
body > #page {
    transition: all .3s ease;
}

body.with-blur > header,
body.with-blur > #page {
    filter: blur(2px);
}

.popup-active {
    display: flex !important;
}

/* Promo */
#siteskin {
    display: none;
}

/*#popup-tv,
#popup-advertising,
#popup-survey,*/
#popup-notifications,
#popup-newsletter {
    display: none;
}

body.with-siteskin #siteskin {
    display: block;
    position: absolute;
    width: 100%;
    height: 2000px;
    top: 50px;
    left: 0;
    z-index: 0;
    background: url('/bundles/app/images/theme2020/awe_habillage_desktop_v2.png') no-repeat top center;
}
body.with-siteskin #siteskin a {
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
}
body.with-siteskin #siteskin video {
    position: absolute;
    width: 350px;
    height: 200px;
    left: 50%;
    margin-left: -175px;
    top: 24px;
}
body.with-siteskin #page {
    /*margin-top: 250px;*/
    margin-top: 250px!important;
    background-color: #ffffff;
    z-index: 1;
    position: relative;
}
body.with-siteskin {
    background-color: #fd0141;
}
body.with-siteskin #cgBannerWrapperATF {
    display: none!important;
}

.notifications,
.newsletter {
    width: 100%;
}

.notifications.hide {
    display: none;
}

.clickable-copy-tooltip {
    cursor: pointer;
    display: inline-block;
    position: relative;
}

.clickable-copy-tooltip .clickable-copy-tooltip-text {
    background-color: #555;
    border-radius: 4px;
    bottom: 110%;
    color: #fff;
    font-size: 13px;
    left: 50%;
    margin-left: -75px;
    opacity: 0;
    padding: 2px;
    position: absolute;
    text-align: center;
    transition: opacity 0.3s;
    visibility: hidden;
    width: 140px;
    z-index: 1;
}

.clickable-copy-tooltip .clickable-copy-tooltip-text::after {
    border-color: #555 transparent transparent transparent;
    border-style: solid;
    border-width: 5px;
    content: "";
    left: 50%;
    margin-left: -5px;
    position: absolute;
    top: 100%;
}

.clickable-copy-tooltip:hover .clickable-copy-tooltip-text {
    opacity: 1;
    visibility: visible;
}

@media screen and (max-width: 600px) {
    /***** ADVERTISING *****/
    body.with-siteskin {
        background-color: #fd0141;
    }

    .div-contain-popup {
        display: none;
        height: 0;
        justify-content: center;
        left: 0;
        padding-top: 127.64%;
        position: fixed;
        top: 50px;
        width: 100%;
        z-index: 1999950;
    }

    /*.popup-tv {
        background: url('/bundles/app/images/theme2020/notification-bf-mobile-tcl.jpg') no-repeat center center;
        background-size: contain !important;
        display: flex;
        height: 100%;
        justify-content: flex-end;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
    }

    .popup-advertising {
        background: url('/bundles/app/images/theme2020/notification-mobile-awe-v2.png') no-repeat center center;
        background-size: contain !important;
        display: flex;
        height: 100%;
        justify-content: flex-end;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
    }*/

    /*.popup-survey {
        margin-top: 5px;
    }*/

    /*.popup-survey,*/
    .popup-notifications,
    .popup-newsletter {
        background-color: #ffffff;
        display: flex;
        justify-content: flex-end;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
    }

    .popup-newsletter .newsletter {
        margin-bottom: 0;
    }

    .popup-notifications .notifications .notifications__body,
    .popup-newsletter .newsletter .newsletter__body {
        padding: 10px 40px;
    }

    .popup-newsletter .newsletter .newsletter__body #newsletter-submit {
        width: 100%;
    }

    /*.link-pop-tv,
    .link-pop-advertising {
        width: 100%;
        height: 100%;
        display: block;
        padding-top: 55%;
    }*/

    .close-link-div {
        width: 18%;
        height: 14%;
        position: absolute;
        z-index: 1111000;
        top: 0;
        right: 0;
    }

    /*.popup-survey .close-link-div,*/
    .popup-notifications .close-link-div,
    .popup-newsletter .close-link-div {
        height: 40px;
        width: 40px;
    }

    .close-link {
        width: 100%;
        height: 100%;
        display: block;
    }

    /*.popup-survey .close-link,*/
    .popup-notifications .close-link,
    .popup-newsletter .close-link {
        display: flex;
        justify-content: center;
        text-decoration: none;
    }

    /*.popup-survey .close-link > .fa,*/
    .popup-notifications .close-link > .fa,
    .popup-newsletter .close-link > .fa {
        color: #ffffff;
        font-size: 38px;
    }

    /*.video-popup {
        width: 94%;
        margin: 0 3%;
        display: none;
    }

    .popup-video-active {
        display: block;
    }*/
}

@media screen and (min-width: 601px) {
    /***** ADVERTISING *****/
    .div-contain-popup {
        display: none;
        height: 100%;
        justify-content: center;
        position: fixed;
        top: 50px;
        width: 100%;
        z-index: 1999950;
    }

    #popup-notifications.div-contain-popup {
        justify-content: flex-start;
    }

    /*.popup-tv {
        background: url('/bundles/app/images/theme2020/notification-bf-mobile-tcl.jpg') no-repeat center center;
        background-size: contain !important;
        height: 702px;
        margin-left: calc((100% - 550px) / 2);
        margin-right: calc((100% - 550px) / 2);
        position: relative;
        width: 550px;
        z-index: 1111000;
    }

    .popup-advertising {
        background: url('/bundles/app/images/theme2020/notification-mobile-awe-v2.png') no-repeat center center;
        background-size: contain !important;
        height: 702px;
        margin-left: calc((100% - 550px) / 2);
        margin-right: calc((100% - 550px) / 2);
        position: relative;
        width: 550px;
        z-index: 1111000;
    }*/

    /*.popup-survey,*/
    .popup-notifications,
    .popup-newsletter {
        background-color: #ffffff;
        position: relative;
    }

    /*.popup-survey {
        height: 690px;
        margin-left: calc((100% - 640px) / 2);
        margin-right: calc((100% - 640px) / 2);
        margin-top: 10px;
        padding-bottom: 10px;
        width: 640px;
    }*/

    .popup-notifications {
        height: 200px;
        width: 450px;
    }

    .popup-newsletter {
        height: 260px;
        margin-left: calc((100% - 480px) / 2);
        margin-right: calc((100% - 480px) / 2);
        width: 480px;
    }

    .popup-newsletter .newsletter {
        margin-bottom: 0;
    }

    .notifications.notifications-article .notifications__heading,
    .notifications.notifications-article .notifications__body,
    .newsletter.newsletter-article .newsletter__heading,
    .newsletter.newsletter-article .newsletter__body {
        max-width: 400px;
        margin: 0 auto;
    }

    .popup-notifications .notifications .notifications__body {
        padding: 20px;
    }

    .newsletter.newsletter-article .newsletter__body {
        padding: 10px 10px 0;
    }

    .popup-newsletter .newsletter .newsletter__body {
        padding: 10px 40px;
    }

    .newsletter.newsletter-article .newsletter__body b,
    .newsletter.newsletter-article .newsletter__body strong {
        font-size: 14px !important;
    }

    .newsletter.newsletter-article .newsletter__body .newsletter-submit {
        cursor: pointer;
    }

    /*.link-pop-tv,
    .link-pop-advertising {
        width: 100%;
        height: 100%;
        display: flex;
    }*/

    .close-link-div {
        width: 80px;
        height: 80px;
        position: absolute;
        z-index: 1111000;
        top: 0;
        right: 0;
    }

    /*.popup-survey .close-link-div,*/
    .popup-notifications .close-link-div,
    .popup-newsletter .close-link-div {
        height: 40px;
        width: 40px;
    }

    .close-link {
        width: 100%;
        height: 100%;
        display: block;
    }

    /*.popup-survey .close-link,*/
    .popup-notifications .close-link,
    .popup-newsletter .close-link {
        display: flex;
        justify-content: center;
        text-decoration: none;
    }

    /*.popup-survey .close-link > .fa,*/
    .popup-notifications .close-link > .fa,
    .popup-newsletter .close-link > .fa {
        color: #ffffff;
        font-size: 38px;
    }

    /*.video-popup {
        width: 92%;
        position: relative;
        left: 4%;
        padding-top: 200px;
        display: none;
    }

    .popup-video-active {
        display: block;
    }*/
}


/* ------------------------------------------------------------------------------------
 Desktop
--------------------------------------------------------------------------------------- */
@media screen and (min-width: 1024px) {
    body {
        background: #f4f4f4;
    }

    #cgBannerATF1 {
        margin-top: 2rem;
    }

    header #profile-name {
        display: block;
        text-align: right;
        font-size: 20px;
        color: #ffffff;
    }

    #page {
        margin: 0 auto;
        max-width: 1040px;
        display: flex;
        justify-content: space-between;
    }

    #body-content {
        flex: 1;
        max-width: 680px;
        min-width: 680px;
        margin: 20px 0;
    }

    #sidebar-content {
        display: block;
        flex: 1;
        padding: 20px;
        min-width: 340px;
        max-width: 340px;
        margin: 20px 0;
    }

    #breadcrumb {
        padding: 20px 0 0 0;
        margin: 0 20px;
    }
    #footer-mobile{
        display: none;
    }
    #footer-desktop{
        display: flex;
    }

    .pagination a {
        font-size: 18px;
        line-height: 20px;
    }
    .allportals__search {
        padding: 0 80px;
    }

    .abecedaire {
        padding: 0 80px;
    }

    .allportals__letter {
        color: var(--bf-primary-color);
        padding: 10px 40px;
        font-size: 22px;
    }
    .allportals__portal {
        display: flex;
        align-items: center;
        padding: 10px 80px;
    }
    .allportals__portal__icon {
        min-width: 40px;
        max-width: 40px;
        height: 40px;
        background-size: contain;
        background-position: center center;
    }
    .allportals__portal__title {
        flex: 1;
        min-width: calc(100% - 80px);
        max-width: calc(100% - 80px);
        height: 40px;
        line-height: 40px;
        font-size: 18px;
        color: #000000;
        padding: 0 20px;
        text-decoration: none;
    }
    .allportals__portal__chevron {
        height: 40px;
        background-size: auto 30px;
    }

    /***** ADVERTISING DESKTOP *****/
    /*.popup-tv {
        background: url('/bundles/app/images/theme2020/notification-bf-pc-tcl.jpg') no-repeat center center;
        background-size: contain !important;
        height: 690px;
        margin-left: calc((100% - 620px) / 2);
        margin-right: calc((100% - 620px) / 2);
        width: 620px;
    }

    .popup-advertising {
        background: url('/bundles/app/images/theme2020/notification-desktop-awe-v2.png') no-repeat center center;
        background-size: contain !important;
        height: 690px;
        margin-left: calc((100% - 620px) / 2);
        margin-right: calc((100% - 620px) / 2);
        width: 620px;
    }*/

    .popup-newsletter {
        margin-top: 300px;
    }

    /*.video-popup {
        width: 94%;
        left: 3%;
        padding-top: 160px;
    }*/
}

/*
#ezoic-pub-ad-placeholder-139 { background: red; width: 20px; height: 20px; }
#ezoic-pub-ad-placeholder-145 { background: red; width: 20px; height: 20px; }
#ezoic-pub-ad-placeholder-146 { background: red; width: 20px; height: 20px; }
#ezoic-pub-ad-placeholder-147 { background: red; width: 20px; height: 20px; }
#ezoic-pub-ad-placeholder-148 { background: red; width: 20px; height: 20px; }
#ezoic-pub-ad-placeholder-149 { background: red; width: 20px; height: 20px; }
#ezoic-pub-ad-placeholder-150 { background: red; width: 20px; height: 20px; }
#ezoic-pub-ad-placeholder-151 { background: red; width: 20px; height: 20px; }
#ezoic-pub-ad-placeholder-152 { background: red; width: 20px; height: 20px; }
#ezoic-pub-ad-placeholder-153 { background: red; width: 20px; height: 20px; }
#ezoic-pub-ad-placeholder-140 { background: red; width: 20px; height: 20px; }
#ezoic-pub-ad-placeholder-141 { background: red; width: 20px; height: 20px; }
#ezoic-pub-ad-placeholder-142 { background: red; width: 20px; height: 20px; }
#ezoic-pub-ad-placeholder-143 { background: red; width: 20px; height: 20px; }
#ezoic-pub-ad-placeholder-144 { background: red; width: 20px; height: 20px; }
*/