#rox_menu_module .nav li {
    line-height: unset; /*debug alignement billetterie*/
}

.menu_lien_billetterie {
    border: 1px solid white;
}
@media screen and (min-width: 981px) {
    #row_header {
        display: flex !important;
        justify-content: space-between;
    }
    #row_header .et_pb_column {
        width: unset !important;
    }
    #row_header .et_pb_column:first-child {
        width: unset !important;
        margin-right: auto !important;
    }

    #logo_svg_header {
        height: 55px;
        max-height: 55px;
        transition: var(--rox-transition);
    }
    #logo_svg_header:hover {
        transform: scale(1.04);
    }
    #logo_svg_header .cls-1 {
        fill: #fff;
    }
    #logo_svg_header .cls-2 {
        fill: var(--bleu);
        transition: all 2s;
    }
    .et_pb_sticky #logo_svg_header {
        max-height: 40px;
    }

    .et_pb_sticky #logo_svg_header .cls-2 {
        fill: var(--rouge);
        animation: anim_dot_logo 2s;
        z-index: 9999999;
    }

    .et_pb_menu--without-logo .et_pb_menu__menu > nav > ul > li > a {
        padding-bottom: 0;
    }
    .et_pb_menu--without-logo .et_pb_menu__menu > nav > ul > li {
        margin-top: 0 !important;
        padding: 10px !important;
        margin-left: 10px;
    }

    header svg:not(:root) {
        overflow: unset !important;
    }

    .et-menu li li a {
        width: unset !important;
        font-size: 16px !important;
    }
    .nav li li {
        padding: 0 !important;
    }
    .sub-menu {
        transform: scaleY(0) !important;
        transform-origin: top center;
        transition: var(--rox-transition);
    }
    .menu-item-has-children:hover .sub-menu {
        transform: scaleY(1) !important;
    }
}

.et_pb_sticky {
    box-shadow: var(--rox-shadow);
}

/* reset anim img  */
.et_multi_view_image__loaded {
    -webkit-animation: unset !important;
    animation: unset !important;
}
.current_page_item::before,
.menu-item::before {
    width: 0px;
    transition: var(--rox-transition);
}

.current_page_item::before,
.menu-item:hover::before {
    content: "";
    display: block;
    position: absolute;
    left: calc(50% - 10px);
    bottom: 0;
    height: 1px;
    width: 20px;
    background: white;
}
.sub-menu .current_page_item::before,
.current_page_item:last-child:before,
.menu-item:last-child::before,
.sub-menu .menu-item:hover::before {
    display: none;
}

@media screen and (min-width: 981px) {
    .sub-menu {
        display: flex;
        flex-direction: column;
    }
    .et-menu li li a {
        padding: 6px 14px !important;
    }
}
@media screen and (max-width: 980px) {
    .et_mobile_nav_menu .opened .mobile_menu_bar:before {
        content: "\4d" !important;
    }
    .sub-menu li {
        padding-left: 0 !important;
    }
    .menu_lien_billetterie {
        margin-top: 20px !important;
        border: none !important;
    }
    .menu_lien_billetterie a {
        text-align: center !important;
        background-color: var(--rouge) !important;
    }
    .et_mobile_menu .menu-item-has-children > a {
        background-color: unset !important;
    }
    .et_mobile_menu li,
    .sub-menu li {
        position: relative;
    }
    .current_page_item::before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: 15px;
        height: 10px;
        width: 1px;
        background: white;
    }
    .et_pb_menu_0_tb_header.et_pb_menu .et_mobile_menu a {
        font-size: 14px !important;
    }
    .et_mobile_menu li a{
        padding: 3px 5% !important;
    }
}

@keyframes anim_dot_logo {
    0% {
        transform: translateY(0px);
    }
    20% {
        transform: translateY(-100px);
    }
    100% {
        transform: translateY(0px);
    }
}
