header {
    position: relative;
    margin-top: 0;
    width: 100%;
    z-index: 1000;
    background: #FFF;
}

.top-bar {
    position: relative;
    top: 0;
    width: 100%;
    height: 20px;
    overflow: hidden;
    background-image: url('../_img/header/top-bar.svg');
    background-size: cover;
    background-position: center;
}

.head-desk {
    position: relative;
    display: block;
    width: 100%;
    padding: 20px 0 0;
    transition: all 0.5s ease-in-out;
    background: #FFF;
}

.head-mobile {
    display: none;
}

/* raccourcis & logos */
.shortcuts-row {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    transition: all 0.5s ease-in-out;
}

.shortcuts-row .shortcuts-left {
    width: 35%;
    margin: auto 0;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
}

.shortcuts-row .shortcuts-center {
    width: 30%;
    margin: auto 0;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    -webkit-justify-content: center;
}

.shortcuts-row .shortcuts-right {
    width: 35%;
    margin: auto 0;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
}

/* raccourcis & logos > les boutons */
.head-live-bt {
    padding: 0 25px 0 20px;
    height: 45px;
    border-radius: 25px;
    background: #f9ac02;
    display: flex;
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    transition: all 0.3s ease-in-out;
}

.head-live-bt .icon {
    font-size: 30px;
    color: #FFF;
    line-height: 30px;
    margin: auto 0;
    width: 30px;
    height: 30px;
}

.head-live-bt .icon .material-icons,
.head-live-bt .icon i {
    font-size: 30px;
    line-height: 30px;
}

.head-live-bt .label {
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 0.02em;
    text-align: left;
    color: #FFF;
    margin: auto 0 auto 7px;
}

.head-lnh-bt {
    display: block;
    margin: auto 0;
}

.head-icons-bt {
    display: block;
    margin: auto 0;
    margin-left: -10px;
    height: 59px;
    width: 59px;
    transition: all 0.3s ease-in-out;
}

.head-icons-bt.tickets {
    background: url('../_img/icon-tickets.svg') no-repeat center center;
}

.head-icons-bt.shop {
    background: url('../_img/icon-shop.svg') no-repeat center center;
}

.head-icons-bt.favoris {
    background: url('../_img/icon-favoris.svg') no-repeat center center;
}

.head-icons-bt.cart,
.head-icons-bt.handball-tv,
.head-icons-bt.team-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    width: 50px;
    background: #f2f2f2;
    border-radius: 25px;
    margin-left: 8px;
}

.head-icons-bt.cart i {
    font-size: 23px;
    height: 19px;
}

.head-icons-bt.handball-tv {
    background-image: url('../../../medias/_site/header/handball-tv-red-small.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 35px auto;
}

.head-icons-bt:hover {
    text-decoration: none;
    transform: scale(1.06);
}

.head-icons-bt.cart:hover i {
    color: #38b5c7;
}

.head-icons-bt.handball-tv:hover,
.head-icons-bt.team-icon:hover {
    background-color: #f2f2f2;
}

.head-icons-bt.team-icon img {
    height: 34px;
    width: 34px;
    margin: auto;
    object-fit: contain;
}

.head-mylnh {
    margin: auto 0 auto 20px;
    position: relative;
    z-index: 9;
}

.head-mylnh-bt {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    padding: 0 25px;
    height: 45px;
    border-radius: 22.5px;
    background: transparent;
    border: 1px solid #2a4b9a;
    transition: all 0.3s ease-in-out;
}

.head-mylnh-bt .icon {
    color: #000;
    font-size: 23px;
    line-height: 23px;
    margin: auto 0;
}

.head-mylnh-bt .label {
    margin: auto 18px;
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 0.02em;
    text-align: left;
    color: #3455a3;
}

.head-mylnh-bt.logged .icon {
    color: #38b5c7;
}

.head-mylnh-bt.logged .label {
    color: #2a4b9a;
}

.head-mylnh-bt.logged .icon2 {
    font-size: 12px;
    color: #38b5c7;
    line-height: 12px;
    margin: auto 0;
}

.head-mylnh-bt.logged .icon2 i {
    font-size: 10px;
    line-height: 10px;
}

.head-mylnh-sub {
    display: none;
    position: absolute;
    z-index: 10;
    top: 45px;
    left: 0;
    transition: all 0.3s ease-in-out;
}

.head-mylnh-sub a {
    display: block;
    width: 168px;
    height: 31px;
    border-radius: 15.5px;
    background: #f2f2f2;
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 0.02em;
    line-height: 34px;
    text-align: center;
    color: #2a4b9a;
    transition: all 0.3s ease-in-out;
    margin: 2px 0;
}

.head-mylnh-sub a:first-child {
    margin-top: 5px;
}

/* raccourcis & logos > hover */
.head-mylnh-bt:hover {
    text-decoration: none;
    border: 1px solid #38b5c7;
    color: #38b5c7;
}

.head-mylnh-bt:hover .label {
    color: #38b5c7;
}

.head-mylnh-bt:hover i {
    color: #38b5c7;
}

.head-live-bt:hover {
    text-decoration: none;
    background: #38b5c7;
}

.head-icons-bt:hover.tickets {
    background: url('../_img/icon-tickets-hover.svg') no-repeat center center;
}

.head-icons-bt:hover.shop {
    background: url('../_img/icon-shop-hover.svg') no-repeat center center;
}

.head-icons-bt:hover.favoris {
    background: url('../_img/icon-favoris-hover.svg') no-repeat center center;
}

.head-mylnh:hover .head-mylnh-sub {
    display: block;
}


/* nav main > desk header */
nav#main {
    width: 100%;
    position: relative;
    margin-top: 30px;
    transition: all 0.5s ease-in-out;
}

ul.nav-main {
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-evenly;
}

ul.nav-main li.li-main {
    margin: 0;
    padding: 0;
    height: 55px;
    border-bottom: 5px solid #FFF;
    cursor: pointer;
}

ul.nav-main .top-item {
    display: flex;
    height: 55px;
    line-height: 55px;
    margin: 0;
    padding: 0 25px;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 0.02em;
    text-align: left;
    color: #000;
    text-transform: uppercase;
    text-decoration: none;
}

ul.nav-main .top-item i {
    font-size: 18px;
    line-height: 55px;
}

ul.nav-main .top-item .icon {
    margin: auto 11px auto 0;
}

ul.nav-main .top-item .icon i {
    font-size: 18px;
    color: #D93338;
}

ul.nav-main .top-item.is-red {
    color: #D93338;
}

#main .container,
ul.nav-main .container {
    position: unset;
}

.sub-items .container {
    min-height: 320px;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}

.sub-items {
    display: none;
    position: absolute;
    top: 55px;
    left: 0;
    right: 0;
    width: 100%;
    background: #FFF;
    transition: all 1.0s ease-in-out;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.sub-items .sub-items-inside {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    padding: 30px 0;
}

.nav-sub-medias {
    width: 300px;
    min-height: 200px;
    margin: 5px 0 auto;
    margin-right: 30px;
}

.nav-sub-cols {}

.nav-sub-cols .univers-baseline {
    padding: 10px 0 5px;
    width: 100%;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.2;
    text-align: left;
    color: #38B5C7;
}

.nav-sub-cols-inside {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
}

ul.nav-sub {
    width: 300px;
    min-height: 135px;
    list-style: none;
    padding: 0;
    margin: 5px 30px auto 0;
}

ul.nav-sub li.li-sub {
    width: 100%;
}

ul.nav-sub li.li-sub a.a-sub {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    border-bottom: 1px solid #36bad8;
    height: 50px;
    transition: all 0.5s ease-in-out;
}

ul.nav-sub li.li-sub a.a-sub .icon {
    margin: auto 0 auto 15px;
    width: 24px;
    font-size: 20px;
    text-align: center;
}

ul.nav-sub li.li-sub a.a-sub .label {
    margin: auto 0 auto 20px;
    font-weight: 500;
    font-size: 13px;
    letter-spacing: 0.02em;
    line-height: 1.3;
    text-align: left;
    color: #2a4b9a;
    text-transform: uppercase;
}

/* specifique */
ul.nav-sub li.li-sub a.a-sub.discord .icon {
    color: #5865f2;
}

/* nav main > active && hover */
ul.nav-main .top-item.active {
    color: #38b5c7;
}

ul.nav-main li.li-main.in {
    border-bottom: 3px solid #38b5c7;
}

ul.nav-main li.li-main.in .top-item {
    color: #38b5c7;
}

ul.nav-sub li.li-sub a.a-sub:hover {
    text-decoration: none;
}

li.li-main-sub.in .sub-items {
    display: block;
    -webkit-animation: swing-in-top-fwd 0.5s cubic-bezier(0.175, 0.885, 0.320, 1.275) both;
    animation: swing-in-top-fwd 0.5s cubic-bezier(0.175, 0.885, 0.320, 1.275) both;
}

li.li-main-sub.out .sub-items {
    display: none;
}

/* HEADER > scroll */
.top-bar.on-scroll {
    position: fixed;
    top: 0;
}

.head-desk.on-scroll {
    position: fixed;
    top: 5px;
    padding: 0;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.head-desk.on-scroll .head-lnh-bt img {
    height: 55px;
}

.head-desk.on-scroll .shortcuts-row {
    display: none;
}

.head-desk.on-scroll nav#main {
    margin: 0;
}

/* HEADER > NAV > Medias */
.nav-sub-medias .media {
    display: block;
    width: 100%;
    text-decoration: none;
    position: relative;
    max-height: 240px;
    border-radius: 7px;
    overflow: hidden;
}

.nav-sub-medias .media img {
    border-radius: 7px;
    overflow: hidden;
    width: auto;
    max-height: 240px;
}

.nav-sub-medias .media .title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: 10px;
    text-align: center;
    font-size: 13px;
    line-height: 1.1;
    color: #FFF;
}

.nav-sub-medias .all {
    display: block;
    padding: 7px 0 0;
    color: #000;
    text-decoration: underline;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
}

/* reseaux sociaux */
.sub-items-rs {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -150px;
}

.rs-toolbar.vertical {
    width: 50px;
    display: flex;
    flex-flow: column;
}

.rs-toolbar.horizontal {
    display: flex;
    flex-flow: row nowrap;
}

.rs-toolbar a.rs-bt {
    width: 50px;
    height: 50px;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    transition: all 0.5s ease-in-out;
    text-decoration: none;
}

.rs-toolbar a.rs-bt i {
    font-size: 23px;
    line-height: 50px;
    color: #FFF;
    transition: all 0.3s ease-in-out;
}

.rs-toolbar a.rs-bt.instagram {
    background-color: #36BAD8;
}

.rs-toolbar a.rs-bt.twitch {
    background-color: #FABB19;
}

.rs-toolbar a.rs-bt.facebook {
    background-color: #2A4B9A;
}

.rs-toolbar a.rs-bt.twitter {
    background-color: #000;
}

.rs-toolbar a.rs-bt.tiktok {
    background-color: #E42027;
}

.rs-toolbar a.rs-bt.discord {
    background-color: #5865f2;
}

.rs-toolbar a.rs-bt:hover i {
    font-size: 27px;
}


/* FOOTER  */
footer {
    position: relative;
    font-weight: normal;
    font-size: 16px;
    letter-spacing: 0.02em;
    text-align: left;
}

.footer-white {
    background: #FFF;
    padding: 50px 0;
    color: #0c0c0c;
}

.footer-blue {
    background: #2A4B9A;
    padding: 35px 0;
    color: #fff;
}

.footer-row {
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
}

.footer-bloc {
    margin: auto 0;
    width: 34%;
}

.footer-bloc:first-child {
    width: 22%;
}

ul.footer-nav {
    list-style: none;
    margin: 25px 0 45px;
    padding: 0;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    width: 100%;
}

ul.footer-nav li {
    width: 15%;
    margin: 0 auto;
    padding-left: 15px;
    display: flex;
    flex-flow: column;
    border-left: 1px solid #36bad8;
}

ul.footer-nav li:nth-child(1) {
    border: none;
    padding: 0;
}

.footer-nav-title {
    font-size: 15px;
    font-weight: bold;
    padding-bottom: 5px;
    text-transform: uppercase;
    color: #FFF;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
}

.footer-nav-title .icon {
    margin: 0 3px;
}

footer ul.nav-sub {
    width: 100%;
    min-height: unset;
    margin: 0;
}

footer ul.nav-sub li {
    border: none;
    padding: 0;
}

footer ul.nav-sub li.li-sub a.a-sub {
    border: none;
    height: auto;
    padding: 2px 3px;
    color: #FFF;
}

footer ul.nav-sub li.li-sub a.a-sub .label {
    margin: 0;
    color: #FFF;
    font-size: 12px;
    text-transform: none;
}

.footer-title {
    font-weight: bold;
    font-size: 17px;
    line-height: 1.0;
    letter-spacing: 0.04em;
    text-align: left;
    color: #000;
    padding-bottom: 4px;
}

a.footer-link {
    display: block;
    margin: auto 15px;
    color: #FFF;
    font-weight: normal;
    font-size: 12px;
    letter-spacing: 0.02em;
}

a.partner-link {
    display: block;
    text-decoration: none;
    width: 8%;
    margin: 0 auto 25px;
}

a.partner-link .partner-logo {
    background: #FFF;
    padding: 15px 0;
    text-align: center;
    width: 100%;
    height: 86px;
    border-radius: 5px;
    display: flex;
    border: 3px solid #FFF;
}

a.partner-link .partner-logo img {
    max-height: 50px;
    width: auto;
    max-width: 100%;
    margin: auto;
}

a.partner-link.secondary .partner-logo {
    background: none;
}

a.partner-link .partner-type {
    padding: 5px 0 0 5px;
    font-weight: 500;
    text-decoration: underline;
    font-size: 12px;
    letter-spacing: 0.08em;
    line-height: 1.3;
    text-align: center;
    color: #36bad8;
    text-transform: uppercase;
}

/* footer > hover & active */
footer ul.nav-sub li.li-sub a.a-sub:hover {
    text-decoration: underline;
}

a.partner-link:hover {
    text-decoration: none;
}
