@media only screen and (max-width: 1350px), only screen and (max-device-width: 1350px) {
    /* MENU */
    ul.nav-main {
        width: 100%;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 1024px), only screen and (max-device-width: 1024px) {
header {
    min-height: 80px
}
/* HEADER */
 .top-bar {
    position: fixed;
    top: 0;
    width: 100%;
    height: 5px;
    overflow: hidden;
    transition: unset;
    background-image: url('../_img/header/top-bar-mobile.svg');
    background-size: cover;
    background-position: center;
}
    .top-bar img {
        vertical-align: top;
    }
.top-bar.on-scroll {
    position: fixed;
    top: 0;
}

.head-desk {
    display: none;
}
.head-mobile {
    position: fixed;
    top: 5px;
    display: block;
    width: 100%;
    padding: 15px 20px;
    transition: all 0.5s ease-in-out;
    background: #FFF;
}
    .shortcuts-row i {
        font-size: 20px;
    }
    .nav-open i,
    .nav-close i {
        font-size: 30px;
    }

/* HEADER > scroll */
.head-mobile.on-scroll {
    position: fixed;
    top: 5px;
    padding: 10px 20px;
}

/* HEADER > nav */
nav#mobile {
    width: 100%;
    position: fixed;
    z-index: 150;
    top: 0;
    left: 0;
    bottom: 0;
}
.nav-mobile-overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 0%;
    background: #000;
    opacity: 0.6 !important;
    z-index: 151;
}
.nav-mobile {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 0%;
    background: #FFF;
    z-index: 152;
    overflow: hidden;
}
    .nav-mobile .top-bar {
        width: calc(100% + 40px);
    }
    .nav-mobile .shortcuts-row {
        padding: 15px 20px;
        height: 60px;
    }
    .nav-mobile-inside {
        width: 100%;
        padding: 0 20px;
        height: calc(100% - 80px);
        overflow: auto;
    }
    ul.nav-main {
        width: 100%;
        list-style: none;
        margin: 0;
        margin-bottom: 30px;
        padding: 0;
        display: flex;
        flex-flow: column;
    }
        ul.nav-main li.li-main {
            min-height: 50px;
            height: unset;
            border-bottom: 1px solid #38b5c7;
        }
        ul.nav-main li.li-main.in {
            border-bottom: 1px solid #38b5c7;
        }
            ul.nav-main li.li-main.in .top-item .icon {
                transition: all 0.4s ease-in-out;
                transform: rotate(90deg);
            }
        ul.nav-main .top-item {
            padding: 0;
            font-size: 15px;
        }
            ul.nav-main .top-item .icon {
                margin: 0;
                margin-left: auto;
            }
                ul.nav-main .top-item .icon i {
                    font-size: 20px;
                    color: #000;
                }
                ul.nav-main .top-item .icon.external i {
                    color: #DB3137;
                }
        .sub-items {
            position: relative;
            top: 0;
            left: 0;
            box-shadow: none;
        }
            .sub-items .container {
                justify-content: flex-start;
            }
            .sub-items .sub-items-inside {
                padding: 0;
                padding-bottom: 20px;
                display: flex;
                flex-flow: column;
            }
            .sub-items .univers-baseline {
                padding: 10px;
                width: 100%;
                font-weight: normal;
                font-size: 14px;
                line-height: 1.2;
                text-align: left;
                color: #38B5C7;
            }              
            ul.nav-sub {
                margin: 0;
                margin-left: 10px;
                min-height: unset;
            }
                ul.nav-sub li.li-sub a.a-sub {
                    border: none;
                    height: 40px;
                }
                ul.nav-sub li.li-sub a.a-sub .icon {
                    font-size: 20px;
                    text-align: center;
                }
                ul.nav-sub li.li-sub a.a-sub .label {
                    text-transform: none;
                }
            .sub-items .container {
                min-height: unset;
            }
            .nav-sub-medias,
            .sub-items-rs {
                display: none;
            }

/* nav > boutons & RS */
.nav-mobile-bts-grid {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    gap: 10px 0;
    margin-top: 10px;
}

.nav-mobile-bt {
    width: calc(50% - 6px);
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-weight: 500;
    font-size: 14px;
    min-height: 48px;
    line-height: 1.2;
    padding: 10px 14px;
    margin-bottom: 0;
    letter-spacing: 0.02em;
    text-align: left;
    color: #000;
    background: #f2f2f2;
    border-radius: 14px;
    text-decoration: none;
    box-sizing: border-box;
}
    .nav-mobile-bt i {
        font-size: 20px;
        width: 24px;
        text-align: center;
        margin: 0 12px 0 0;
        color: #D93338;
    }
    .nav-mobile-bt .icon-img {
        display: flex;
        width: 24px;
        min-width: 24px;
        margin: 0 12px 0 0;
    }
    .nav-mobile-bt .icon-img img {
        display: block;
        width: 22px;
        height: auto;
        margin: auto;
    }
    .nav-mobile-bt:hover {
        text-decoration: none;
        background: #ebebeb;
    }
.nav-mobile-inside .rs-toolbar {
    margin-top: 40px;
    width: 100%;
}
    .nav-mobile-inside .rs-toolbar a.rs-bt {
        width: 20%;
    }

/* etats ouverture/fermeture */
nav#mobile.is-close {
    -webkit-animation: slide-out-left 0.7s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
            animation: slide-out-left 0.7s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
}
nav#mobile.is-hidden {
    -webkit-animation: slide-out-left 0s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
            animation: slide-out-left 0s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
}
nav#mobile.is-open {
    display: block;
    -webkit-animation: slide-in-left 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
            animation: slide-in-left 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
nav#mobile.is-open .nav-mobile-overlay {
    width: 100%;
    -webkit-animation: slide-in-left 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
            animation: slide-in-left 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
nav#mobile.is-open .nav-mobile {
    width: calc(100% - 40px);
    -webkit-animation: slide-in-left 0.7s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
            animation: slide-in-left 0.7s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
nav#mobile.is-close .nav-mobile-overlay {
    width: 100%;
    -webkit-animation: slide-out-left 0.7s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
            animation: slide-out-left 0.7s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
}
nav#mobile.is-close .nav-mobile {
    width: calc(100% - 40px);
    -webkit-animation: slide-out-left 0.4s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
            animation: slide-out-left 0.4s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
}



}
