
/*********************   TEMP DEV STYLES   ************************/

#menu_mobile_extraline {
    position: relative;
    display: flex;
    flex-flow: row nowrap;
    width: 100%;
    height: 42px;
    background-color: var(--menu-subsection-bg-color);
    color: white;
    border-top: 1px solid var(--menu-subsection-border-color);
    border-bottom: 1px solid var(--menu-subsection-border-color);
}
/* fade hinting at more scrollable links; lives on the non-scrolling parent
   (not .right) so it stays pinned to the edge instead of scrolling with the content */
#menu_mobile_extraline::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 41px;
    width: 42px;
    background: linear-gradient(to right, transparent, var(--menu-subsection-bg-color));
    pointer-events: none;
    /* --extraline-fade-opacity is kept in sync with scroll position by menu-full.js */
    opacity: var(--extraline-fade-opacity, 1);
    transition: opacity 0.15s linear;
}

#menu_mobile_extraline .left {
    width: 129px;
    height: 42px;
    line-height: 42px;
    padding-right: 0;
    border-right: 1px solid var(--menu-subsection-border-color);
}
#menu_mobile_extraline .right {
    display: flex;
    flex-flow: row nowrap;
    width: calc(100% - 120px);
    height: 42px;
    padding-left: 5px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE/old Edge */
}
#menu_mobile_extraline .right::-webkit-scrollbar {
    display: none; /* Chrome, Safari, mobile browsers */
}
#menu_mobile_extraline .right .mf-menu-element {
    flex: 0 0 auto;
    white-space: nowrap;
    padding: 6px 0;
}

#menu_mobile_extraline .left h3 {
    text-align: center;
    font-size: 20px;
}
#menu_mobile_extraline .left > h3 {
    cursor: pointer;
    font-size: 16px;
    color: var(--menu-subsection-font-color);
}

#menu_mobile_extraline .left a,
#menu_mobile_extraline .right a {
    color: var(--menu-subsection-font-color) !important;
}
#menu_mobile_extraline .left #panel247breves a {
    color: var(--link-color) !important;
    margin-right: 10px;
}


#panel247breves {
    display: none;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 30px;
    background-color: white;
}
#panel247breves > h3 {
    text-align: center;
}
#panel247duel.panel-247 {
    padding-top: 0;
    padding-bottom: 0;
}
.width1262 #panel247duel #duel_widget.right_column_block {
    margin-bottom: 0;
}

.panel-247-closer {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 100%);
    width: 44px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    background-color: white;
    color: var(--menu-subsection-bg-color);
    border-radius: 0 0 8px 8px;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    font-size: 13px;
}

#tlb_wrapper {
    display: none;
}
#panel247breves #tlb_normal {
    display: none;
}
#panel247breves #tlb_wrapper {
    display: block;
    margin-top: 10px;
}

#main_top_content {
    background-color: transparent;
    opacity: 1;
}

#unscrolled-bg,
#scrolled-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: opacity 0.6s cubic-bezier(.09, .47, .18, .99);
    pointer-events: none;
    z-index: -1;
}
#unscrolled-bg {
    opacity: 0;
}
#scrolled-bg {
    opacity: 1;
}
body.home #scrolled-bg {
    opacity: 0;
}
body.scrolled #unscrolled-bg {
    opacity: 0;
}
body.scrolled #scrolled-bg {
    opacity: 1;
}

#top_right_container {
    transition: padding 0.6s cubic-bezier(.09, .47, .18, .99);
}
body.scrolled #top_right_container {
    /*padding-top: 5px;*/
    /*padding-bottom: 5px;*/
}

.account-icons-inline {
    display: flex;
    flex-flow: row nowrap;
    gap: 15px;
}



/*********************   LOGIN SECTION SPECIAL RULES   ************************/

/*@media only screen and (min-width: 1400px) and (max-width: 1499px)*/
/*{*/
/*    #top_account_access {*/
/*        height: inherit;*/
/*    }*/
/*}*/
/*@media only screen and (min-width: 768px) and (max-width: 1249px)*/
/*{*/
/*    #top_account_access {*/
/*        height: inherit;*/
/*    }*/
/*}*/
/*@media only screen and (min-width: 768px) and (max-width: 1149px)*/
@media only screen and (min-width: 768px) and (max-width: 1499px)
{
    #top_right_container {
        top: 50px;
        border-top-left-radius: 0;
        transition: top 0.6s cubic-bezier(.09, .47, .18, .99),
                    border-top-left-radius 0.6s cubic-bezier(.09, .47, .18, .99);
    }
    body.home #top_right_container {
        top: 80px;
        border-top-left-radius: 8px;
    }
    body.home.scrolled #top_right_container {
        top: 50px;
        border-top-left-radius: 0;
    }
    #top_account_access {
        height: inherit;
    }
    .account-icons-inline {
        flex-flow: column nowrap;
    }

    #main_top_content .header-line#menu_line #menu_content {
        margin-right: 30px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 867px)
{
    #main_top_content .header-line#menu_line #menu_content {
        margin-left: 0;
        margin-right: 0;
    }
}

/*********************   HANBURGER ANIMATED ICON   ************************/

.header__hamburger {
    height: 50px;
    width: 100%;
}

.hamburger {
    position: relative;
    top: -2px;
    height: 100%;
    width: 20px;
    background: transparent;
    border: none;
    cursor: pointer;
}

.hamburger:not(.is-active):hover .hamburger__bar:first-child {
    transform: translateY(-10px)
}

.hamburger:not(.is-active):hover .hamburger__bar:last-child {
    transform: translateY(10px)
}

.hamburger.is-active {
    width: 20px
}

.mega-is-active .hamburger,
.search-is-active .hamburger {
    color: #ff8600
}

.mega-is-active .hamburger:hover,
.search-is-active .hamburger:hover {
    color: #fff
}

.hamburger--dots:not(.is-active):hover .hamburger__bar:first-child {
    transform: translateY(-12px)
}

.hamburger--dots:not(.is-active):hover .hamburger__bar:last-child {
    transform: translateY(12px)
}

.hamburger--dots.is-active .hamburger__bar {
    height: 2px;
    width: 1.1em;
    border-radius: 0
}

.hamburger--dots .hamburger__bar {
    height: 4px;
    width: 4px;
    border-radius: 100%
}

.hamburger--dots .hamburger__bar:first-child {
    transform: translateY(-10px)
}

.is-active .hamburger--dots .hamburger__bar:first-child {
    transform: translateY(-8px) rotate(45deg)
}

.hamburger--dots .hamburger__bar:last-child {
    transform: translateY(10px)
}

.is-active .hamburger--dots .hamburger__bar:last-child {
    transform: translateY(8px) rotate(-45deg) translateX(1px)
}

.hamburger__bar {
    position: absolute;
    right: 0;
    height: 3px;
    width: 100%;
    margin: auto;
    background-color: var(--menu-main-link-color);
    transition-property: transform, width, height;
    transition-duration: .2s;
    transition-timing-function: cubic-bezier(.09, .47, .18, .99)
}

.is-active .hamburger__bar {
    opacity: 0
}

.is-active .hamburger__bar:first-child, .is-active .hamburger__bar:last-child {
    opacity: 1
}

.hamburger__bar:first-child {
    transform: translateY(-8px)
}

.is-active .hamburger__bar:first-child {
    transform: rotate(45deg)
}

.hamburger__bar:last-child {
    transform: translateY(8px)
}

.is-active .hamburger__bar:last-child {
    transform: rotate(-45deg)
}






/************************   MENU ELEMENTS   *********************************/




#slide_menu {
    /* .with-ellipse-glow sets position:relative; this id rule outweighs it so the
       menu keeps the position:fixed from .slide-menu and stays a full-screen overlay */
    position: fixed;
}

.slide-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 9999;
    overflow-y: auto;
    transition: transform 0.35s cubic-bezier(.09, .47, .18, .99), opacity 0.35s ease;
}

/* --- slide from left (default) --- */
.slide-menu--left           { transform: translateX(-100%); }
.slide-menu--left.is-open   { transform: translateX(0); }

/* --- slide from right --- */
.slide-menu--right          { transform: translateX(100%); }
.slide-menu--right.is-open  { transform: translateX(0); }

/* --- slide from top --- */
.slide-menu--top            { transform: translateY(-100%); }
.slide-menu--top.is-open    { transform: translateY(0); }

/* --- fade --- */
.slide-menu--fade           { opacity: 0; pointer-events: none; }
.slide-menu--fade.is-open   { opacity: 1; pointer-events: auto; }

/*.slide-menu.is-open {*/
/*    transform: translateX(0);*/
/*}*/

.slide-menu__close {
    position: absolute;
    top: 16px;
    right: 15px;
    background: transparent;
    border: none;
    color: var(--menu-main-link-color);
    font-size: 2rem;
    cursor: pointer;
}

.slide-menu-overlay {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 9998;
}

.slide-menu-overlay.is-open {
    display: block;
}


.slide-menu__nav {
    display: flex;
    column-gap: 30px;
    margin: 0 auto;
    width: 1262px;
    flex-wrap: wrap;
    position: relative;
    color: var(--menu-sliding-element-color);
}
.slide-menu__col {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: start;
    /*height: calc(100vh - 80px - 81px);*/
    width: calc(30% - 20px);
    padding-top: 80px;
    text-align: left;
}
.slide-menu__col.narrow {
    width: calc(20% - 20px);
}
.slide-menu__col.large {
    width: calc(60% - 20px);
}
#slide_menu_header {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    position: relative;
    padding: 0;
    height: 80px;
    width: 100%;
    border-bottom: 1px solid var(--menu-border-color);
}
#slide_menu_footer.sliding-menu-section {
    position: absolute;
    bottom: 0;
    left: 0; right: 0;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    padding: 5px 0 0 0;
    margin-top: 0;
    /*height: 60px;*/
    width: 100%;
}

#logo_menu_wrapper {
    width: 320px;
    height: 50px;
    padding: 15px 0;
    text-align: left;
}
#menu_logo {
    position: relative;
    top: 5px;
    left: 3px;
}
#menu_headline {
    position: relative;
    top: -13px;
    left: 60px;
    width: 200px;
    height: 20px;
    text-align: center;
    font-size: 10px;
    line-height: 20px;
}
#menu_headline a {
    /*color: var(--menu-sliding-element-color);*/
    color: white;
}


#search_form_menu {
    display: flex;
    flex-flow: row nowrap;
}


#slide_menu_header #menu_content {
    height: 50px;
    padding: 15px 0;
    margin-left: 160px;
    margin-right: 300px;
}

.sliding-menu-section {
    display: flex;
    flex-flow: column wrap;
    position: relative;
    margin-top: 40px;
    padding: 0;
}
.sliding-menu-section.no-top-margin {
     margin-top: 0;
}
.sliding-menu-section.with-top-border {
    border-top: 1px solid var(--menu-border-color);
}
.sliding-menu-section.mini {
    margin-top: 10px;
}
.sliding-menu-section:first-of-type {
    margin-top: 0;
}
.sliding-menu-section.visual:first-of-type {
    /*margin-top: -50px;*/
}
.sliding-menu-section h2 {
    color: var(--menu-sliding-element-color);
    margin-bottom: 20px;
    font-size: 28px;
    border-bottom: 1px solid var(--menu-border-color);
}
.sliding-menu-section.mini h2 {
    margin-bottom: 10px;
    font-size: 18px;
}
.sliding-menu-section .over-title {
    margin-bottom: 20px;
}

.sliding-menu-section ul {
    list-style: none;
    --menu-element-height: 30px;
}
.sliding-menu-section:not(.visual) ul li {
    display: block;
    height: var(--menu-element-height);
    border-bottom: 1px solid var(--menu-border-color);
}
.sliding-menu-section ul li:last-child {
    border-bottom: none;

}
.sliding-menu-section ul li a {
    position: relative;
    display: flex;
    width: 100%;
    height: 100%;
    font-size: 16px;
    line-height: var(--menu-element-height);
}
.sliding-menu-section:not(.visual) ul li a:after {
    position: absolute;
    top: 0;
    right: 0;
    height: var(--menu-element-height);
    font-size: 12px;
    line-height: var(--menu-element-height);
    content: '→';
    opacity: 50%;
}
.menu-social i,
.menu-social svg,
.sliding-menu-section a span,
.sliding-menu-section a {
    color: var(--menu-sliding-element-color) !important;
    fill: var(--menu-sliding-element-color);
    transition-property: color, fill;
    transition-duration: .5s;
    transition-timing-function: cubic-bezier(.09, .47, .18, .99)
}
.menu-social i:hover,
.menu-social svg:hover,
.sliding-menu-section ul li a:hover span,
.sliding-menu-section ul li a:hover {
    color: var(--menu-link-hover-color) !important;
    fill: var(--menu-link-hover-color);

}

.menu-copyright {
    height: 35px;
    line-height: 17.5px;
}

.sliding-menu-section.mini ul li a {
    font-size: 11px;
    line-height: 13px;
    margin-bottom: 5px;
}
.sliding-menu-section ul li a img {
    width: 100%;
    height: auto;
}
/* force the featured-cover ratio (1262x660) on every news thumbnail, including
   the 2x2 grid cells (each half width/half height, so same ratio), so old
   articles with covers cropped to a different ratio don't distort the layout */
#menu_news_section ul li a img {
    aspect-ratio: 1262 / 660;
    object-fit: cover;
}
.sliding-menu-section ul li a span {
    position: absolute;
    bottom: 0;
    left: 0;
    color: var(--coloredtextonthemebg);
    margin: 0;
    padding: 10px 15px;
    font-size: 18px;
}
.sliding-menu-section #search_menu_input_wrapper {
    display: flex;
    flex-flow: row nowrap;
    flex-grow: 1;
    border: 1px solid var(--menu-border-color);
}
.sliding-menu-section input {
    display: flex;
    flex-grow: 1;
    height: 42px;
    padding: 5px 15px;
    font-size: 16px;
    border: none;
    background-color: transparent;
    color: var(--menu-sliding-element-color);
    transition-property: background-color;
    transition-duration: .2s;
    transition-timing-function: cubic-bezier(.09, .47, .18, .99);
}
.sliding-menu-section input::placeholder {
    font-style: italic;
    opacity: 0.8;
    color: var(--menu-sliding-element-color);
}
.sliding-menu-section input:focus {
    outline: none;
}
.sliding-menu-section #search_form_menu label {
    padding: 5px 30px 5px 0;
    border: 1px solid transparent;
    line-height: 42px;
    transition: background-color .2s cubic-bezier(.09, .47, .18, .99),
                padding .2s cubic-bezier(.09, .47, .18, .99),
                border .2s cubic-bezier(.09, .47, .18, .99);
}
.sliding-menu-section #menu_research_button {
    padding: 5px 30px;
    line-height: 42px;
    opacity: 0;
    cursor: pointer;
    pointer-events: none;
    transition: opacity .2s cubic-bezier(.09, .47, .18, .99);
}
#search_form_menu.is-focused  #search_menu_input_wrapper,
#search_form_menu.has-content  #search_menu_input_wrapper {
    border: 1px solid rgb(224 224 224 / 0);
}
#search_form_menu.is-focused input,
#search_form_menu.has-content input {
    background-color: #272727;
}
#search_form_menu.is-focused label,
#search_form_menu.has-content label {
    padding: 5px 15px;
    background-color: #000000;
    border: 1px solid var(--bg-openmenu);
}
#search_form_menu.is-focused #menu_research_button,
#search_form_menu.has-content #menu_research_button {
    opacity: 1;
    pointer-events: auto;
}


#menu_right_column.slide-menu__col {

}
#menu_right_column .sliding-menu-section {
    text-align: left;
    color: var(--menu-sliding-element-color) !important;
}
#menu_right_column .sliding-menu-section h3 {
    font-size: 22px;
    color: var(--menu-sliding-element-color);
    margin-bottom: 20px;
}


#menu_social_wrapper {
    display: flex;
    justify-content: flex-start;
    gap: 20px;
}
.menu-social i {
    font-size: 32px;
    line-height: 32px;
}
.menu-social svg {
    height: 32px;
    width: 32px;
}


.sliding-menu-section.visual li.menu_news {
    position: relative;
    /*margin-bottom: 5px;*/
}

/* "à l'affiche" / "Plus d'actus" tabs */
.menu-news-tabs {
    display: flex;
    flex-flow: row nowrap;
    gap: 25px;
    align-items: baseline;
    margin-bottom: 20px;
}
.menu-news-tab {
    margin-bottom: 0;
    cursor: pointer;
    opacity: 0.45;
    transition: opacity .3s cubic-bezier(.09, .47, .18, .99);
}
.menu-news-tab.is-active {
    opacity: 1;
    text-decoration: underline;
}
.menu-news-tab:not(.is-active):hover {
    /*opacity: 0.75;*/
    opacity: 1;
}
.menu-news-tab a, .menu-news-tab a:hover {
    color: var(--menu-sliding-element-color);
}

/* flip-over between the featured cover and the 2x2 grid */
.menu-news-flip {
    perspective: 1400px;
    /* reserve the full "2 rows" height (same ratio as the cover image, see
       #menu_news_section ul li a img above) so a group with fewer than 4
       articles (e.g. "1 mois" most-read with only 1-2 results) doesn't
       collapse to a single row and shift menu-news-tabs--mini upward */
    aspect-ratio: 1262 / 660;
}
.menu-news-flip-inner {
    position: relative;
    transform-style: preserve-3d;
    transition: transform 0.6s cubic-bezier(.09, .47, .18, .99);
}
.menu-news-flip-inner.is-flipped {
    transform: rotateY(180deg);
}
.menu-news-panel {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}
/* front stays in flow and sets the height; back is stacked on top, pre-rotated */
.menu-news-back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transform: rotateY(180deg);
}
/* backface-visibility alone isn't reliable once a panel is empty (nothing left to
   visually mask the mirrored backface behind it), so hide the non-visible slot
   explicitly based on flip state. */
.menu-news-flip-inner:not(.is-flipped) .menu-news-back {
    visibility: hidden;
}
.menu-news-flip-inner.is-flipped .menu-news-front {
    visibility: hidden;
}

/* 2x2 of secondary articles, same footprint as the featured visual */
ul.menu-news-grid {
    display: flex;
    flex-flow: row wrap;
}
ul.menu-news-grid li.menu_news {
    width: 50%;
    margin-bottom: 0;
}
ul.menu-news-grid li a span {
    width: calc(94% - 12px);
    padding: 6px 8px;
    font-size: 11px;
    line-height: 14px;
}


.menu-news-meta {
    display: flex;
    flex-flow: column nowrap;
    position: absolute;
    bottom: 0;
    left: 0; right: 0;
    padding: 30px 30px 15px 15px;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5) 60%, rgba(0, 0, 0, 0));
}
.sliding-menu-section ul li .menu-news-meta a {
    font-size: 22px;
}
.sliding-menu-section ul li .menu-news-meta.other a {
    font-size: 16px;
    line-height: 1.1;
}
.sliding-menu-section ul li .menu-news-meta .news-tagline {
    display: none;
    /*font-size: 14px;*/
    /*text-transform: uppercase;*/
    /*margin-bottom: 8px;*/
}
.sliding-menu-section ul li .menu-news-meta.other .news-tagline {
    display: none;
    /*font-size: 12px;*/
    /*margin-bottom: 8px;*/
}
.sliding-menu-section ul li .menu-news-meta .news-short {
    display: none;
}

/* "Les plus lues" mini tab group (1 mois / 6 mois / 5 ans), separated from the
   à la une / plus d'actus tabs and placed under the flip area; same flip/rotate
   mechanism, smaller tab labels since it's a secondary row. */
.menu-news-tabs--mini {
    margin-top: 20px;
    margin-bottom: 0;
    gap: 15px;
    font-size: 10px;
}
/* static label in front of the mini tabs: same font/size as the tabs (inherited
   from .menu-news-tabs--mini) but always full opacity and not clickable, since
   it's not a .menu-news-tab and js/menu-full.js only binds flip clicks to those */
.menu-news-tabs-label {
    opacity: 1;
    cursor: default;
}

/* holding area for the 5 groups' markup; js/menu-full.js moves nodes out of it
   into whichever flip slot is hidden, so it never needs to be shown itself */
.menu-news-groups-source[hidden] {
    display: none;
}





/*   SMALL desktop SCREENS   */

@media only screen and (min-width: 1070px) and (max-width: 1399px)
{
    .slide-menu__nav {
        width: 1000px;

    }
}

@media only screen and (min-width: 768px) and (max-width: 1069px)
{

    #slide_menu_header {
        /*width: calc(100% + 60px);*/
        /*margin-left: -30px;*/
        /*margin-right: -30px;*/
        /*padding: 0 15px 0 15px;*/
    }

    .slide-menu__nav {
        width: 100%;
        padding-left: 30px;
        padding-right: 30px;
        column-gap: 15px;
        padding-bottom: 60px;
    }

    .slide-menu__col {
        padding-top: 45px;
    }
    .slide-menu__col.narrow {
        width: calc(50% - 7.5px);
    }

    #logo_menu_wrapper {
        width: 200px;
    }
    #slide_menu_header #menu_content {
        margin: 0 120px 0 40px;
    }
    .slide-menu__close {
        /*position: relative;*/
        /*top: inherit;*/
        /*right: inherit;*/
    }



    /* .large generates no box of its own here, so its children (search / news
       / footer) become direct flex items of .slide-menu__nav and can be
       reordered against the two narrow columns instead of being stuck above
       them wherever they sit in the markup. */
    .slide-menu__col.large {
        display: contents;
    }
    .slide-menu__col.large > .sliding-menu-section.no-top-margin {
        order: 1;
        width: 100%;
        padding-top: 80px;
    }
    #menu_news_section {
        order: 2;
        width: 100%;
    }
    .menu-col-mylene {
        order: 3;
    }
    .menu-col-media {
        order: 4;
    }
    #slide_menu_footer.sliding-menu-section {
        order: 5;
        position: relative;
        bottom: auto;
        margin-top: 90px;
        width: 100%;
    }

    .sliding-menu-section input {
        height: 52px;
    }

    #menu_headline {
        left: 50px;
    }

}

@media only screen and (max-width: 767px)
{

    body.home #scrolled-bg {
        opacity: 1 !important;
    }

    .slide-menu__nav {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
        column-gap: 15px;
        padding-bottom: 45px;
    }
    .slide-menu__col {
        padding-top: 30px;
    }
    .slide-menu__col.large {
        display: contents;
    }
    .slide-menu__col.narrow {
        width: calc(50% - 7.5px);
    }
    .slide-menu__col.large > .sliding-menu-section.no-top-margin {
        order: 1;
        width: 100%;
        padding-top: 30px;
    }
    #menu_news_section {
        order: 2;
        width: 100%;
    }
    .menu-col-mylene {
        order: 3;
    }
    .menu-col-media {
        order: 4;
    }
    #slide_menu_footer.sliding-menu-section {
        order: 5;
        position: relative;
        bottom: auto;
        margin-top: 90px;
        width: 100%;
        gap: 15px;
    }

    .sliding-menu-section input {
        height: 52px;
    }

    #menu_headline {
        top: -10px;
        left: 0;
    }

    /* Off-canvas on mobile: hangs off #main_top_content_bottom (position:relative,
       full-width flex row here) instead of the desktop bookmark-tab placement,
       sitting just left of the 60px hamburger slot (#menu_line_hamburger). Uses
       top/bottom:0 + flex centering rather than a fixed top offset so it stays
       vertically centered whether the header is in its taller "home" state or
       its shorter "scrolled" state. */
    #top_right_container {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 60px;
        left: auto;
        display: flex;
        align-items: center;
        min-width: 0;
        width: auto;
        height: auto;
        margin: 0;
        border-radius: 0;
        z-index: 50;
    }

    /* Sized by padding (not a fixed box) so it shrinks the same way
       #logo_line / #menu_content / #menu_line_hamburger do on scroll — see the
       .width1262.home / .width1262.scrolled padding rules in 1262-large.css. */
    #top_login,
    #top_account_trigger {
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        padding: 10px;
        transition: padding 0.6s cubic-bezier(.09, .47, .18, .99);
    }
    body.scrolled #top_login,
    body.scrolled #top_account_trigger {
        /*padding: 8px;*/
    }

    .account-badge {
        position: absolute;
        top: 2px;
        right: 2px;
        min-width: 15px;
        height: 15px;
        padding: 0 3px;
        border-radius: 999px;
        background: var(--link-color, #e55300);
        color: #fff;
        font-size: 10px;
        line-height: 15px;
        text-align: center;
    }

    .sliding-menu-section {
        margin-top: 36px;
    }

    .sliding-menu-section ul li a {
        font-size: 16px;
    }

    .sliding-menu-section ul li .menu-news-meta.other {
        padding: 10px;
    }

    .sliding-menu-section ul li .menu-news-meta a {
        font-size: 16px;
        line-height: 1.3;
    }
    .sliding-menu-section ul li .menu-news-meta.other a {
        font-size: 12px;
    }
}


@media only screen and (max-width: 430px)
{
    .slide-menu__col.narrow {
        width: 100%;
    }

    .sliding-menu-section #search_form_menu label {
        padding-right: 10px;
    }

    .sliding-menu-section input {
        font-size: 14px;
    }
    .sliding-menu-section #menu_research_button {
        padding: 5px 15px;
    }


}


@media only screen and (max-width: 389px)
{


}

