header {
    width: 100%;
    background: #FFF;
    padding-bottom: 0;
}

/* NAV TOP ADHERENT WELCOME */
header .nav-top-adherents {
    padding: 4px 0;
    width: 100%;
    background: #ee3124;
    display: flex; display: -webkit-flex; 
    flex-flow: row nowrap; -webkit-flex-flow: row nowrap;
    justify-content: flex-start; -webkit-justify-content: flex-start;
}
    header .nav-top-adherents .inside {
        position: relative;
    }
    .adherent-welcome {
        margin: auto 0;
        font-family: 'ClanOT-Medium';
        font-size: 12px;
        color: #FFF;
    }
    .adherent-icons {
        margin: auto 0;
        display: flex; display: -webkit-flex; 
        flex-flow: row wrap; -webkit-flex-flow: row wrap;
        justify-content: flex-start; -webkit-justify-content: flex-start;
        font-family: 'ClanOT-Medium';
        font-size: 12px;
        padding-right: 4px;
        line-height: 20px;
        color: #FFF;
   }
        .adherent-icons.first {
            margin-left: auto;
            margin-right: 7px;
            padding-right: 7px;
            border-right: 1px solid #FFF;
        }
        .adherent-icons i {
            font-size: 20px;
            color: #FFF;
            display: inline-block;
            margin-right: 4px;
        }

/*  NAV UNIVERS */
header .nav-univers {
    padding: 6px 0;
    width: 100%;
    background: #FFF;
    display: flex; display: -webkit-flex; 
    flex-flow: row nowrap; -webkit-flex-flow: row nowrap;
    justify-content: flex-start; -webkit-justify-content: flex-start;
}
    header .nav-univers .inside {
        position: relative;
    }
    header .nav-univers .univers-arrow {
        position: absolute;
        top: -3px;
        left: -1px;
    }
    header .nav-univers .col-univers {
        width: 70%;
        display: flex; display: -webkit-flex; 
        flex-flow: row nowrap; -webkit-flex-flow: row nowrap;
        justify-content: flex-start; -webkit-justify-content: flex-start;
    }
        header .nav-univers .col-univers a, header .nav-univers .col-right a {
            height: 20px;
            line-height: 23px;
            padding: 0 1.3rem;
            font-size: 10px;
            display: flex; display: -webkit-flex; 
            flex-flow: row nowrap; -webkit-flex-flow: row nowrap;
            justify-content: space-around; -webkit-justify-content: space-around;
        }
            header .nav-univers .col-univers a span, header .nav-univers .col-right a span {
                color: #021644;
                font-family: 'ClanOT-Medium';
                text-transform: uppercase;
            }
    header .nav-univers .col-shortcuts {
        width: 30%;
        display: flex; display: -webkit-flex; 
        flex-flow: row nowrap; -webkit-flex-flow: row nowrap;
        justify-content: flex-end; -webkit-justify-content: flex-end;
    }
        header .nav-univers .col-shortcuts a {
            display: block;
            margin: auto 2px;
        }

header .inside {
    display: flex; display: -webkit-flex; 
    flex-flow: row wrap; -webkit-flex-flow: row wrap;
    justify-content: flex-start; -webkit-justify-content: flex-start;
}
    header .nav-logo {
        background: #FFF;
        padding: 40px 0 30px;
    }
        header .nav-logo .col-left {
            margin: auto 0;
        }
        header .nav-logo .col-right {
            margin: auto 0;
            margin-left: auto;
            display: flex; display: -webkit-flex; 
            flex-flow: column; -webkit-flex-flow: column;
        }
            header .rs {
                width: 100%;
                margin: auto 0 7px;
                display: flex; display: -webkit-flex; 
                flex-flow: row nowrap; -webkit-flex-flow: row nowrap;
                justify-content: flex-end; -webkit-justify-content: flex-end;
            }
                header .rs a {
                    display: block;
                    margin: auto 0;
                    margin-left: 4px;
                }
             header .shortcuts {
                width: 100%;
                margin: auto 0 0;
                display: flex; display: -webkit-flex; 
                flex-flow: row nowrap; -webkit-flex-flow: row nowrap;
                justify-content: flex-end; -webkit-justify-content: flex-end;
                height: 24px;
            }
                header .shortcuts .hello {
                    margin: auto 12px auto 0;
                    font-size: 11px;
                    font-family: 'ClanOT-Medium';
                }
                header .shortcut {
                    display: flex; display: -webkit-flex; 
                    flex-flow: row nowrap; -webkit-flex-flow: row nowrap;
                    justify-content: flex-start; -webkit-justify-content: flex-start;
                    padding: 0.4rem 1rem;
                    margin: 0 1.5rem;
                    border-top-left-radius: 7px;
                    overflow: hidden;
                }
                    header .shortcut img {
                        margin: auto 1rem auto 0;
                    }
                    header .shortcut span {
                        color: #ffffff;
                        font-size: 10px;
                        font-family: 'ClanOT-Medium';
                        margin: auto;
                        line-height: 1.3;
                    }
                    header .shortcut input {
                        border: none;
                        color: #ffffff;
                        font-size: 10px;
                        font-family: 'ClanOT-Medium';
                        background: #e8e8e8;
                        padding: 0px;
                        margin: 0;
                    }
                    header .shortcut.contact {
                        background: #8f8f8f;
                        padding: 0.3rem 1rem;
                        margin-right: 10px;
                    }
                    header .shortcut.membres {
                        background: #e41b13;
                    }
                    header .shortcut.search {
                        background: #e8e8e8;
                        width: 150px;
                        border-radius: 10px;
                    }
                        header .shortcut.search input {
                            color: #8f8f8f;
                        }

    header .nav-main {
        width: 100%;
        background: #1a1e51;
        margin-top: 1rem;
    }
        header .nav-main .nav-menu {
            list-style: none;
            padding: 0;
            margin: 0;
            width: 100%;
            display: flex; display: -webkit-flex; 
            flex-flow: row wrap; -webkit-flex-flow: row wrap;
            justify-content: center; -webkit-justify-content: center;
        }
            header .nav-main .nav-menu li {
                list-style: none;
                display: inline-block;
                text-align: center;
                position: relative;
            }

            header .nav-main .nav-menu .top-link {            
                display: inline-block;
                text-decoration: none;
                font-size: 12px;
                color: #ffffff;
                font-family: 'ClanOT-Medium';
                padding: 1rem 0.9rem;
          }
            header .nav-main .nav-menu .spacer {            
                display: inline-block;
                text-decoration: none;
                font-size: 12px;
                color: #ffffff;
                font-family: 'ClanOT-Medium';
                padding: 1rem 0.3rem;
          }

            .nav-menu .sub-nav {
                position: absolute;
                top: 33px;
                display: none;
                z-index: 42;
                text-align: left;
                background: #1a1e51;
                width: auto;
                min-width: 240px;
            }
                .nav-menu .sub-nav-group {
                    list-style: none;
                    margin: 0;
                    padding: 1.5rem;
                }  
                    .nav-menu .sub-nav-group li {
                        width: 100%;
                    }
                        .nav-menu .sub-nav .sub-link {
                            display: block;
                            width: 100%;
                            text-decoration: none;
                            font-size: 12px;
                            color: #ffffff;
                            font-family: 'ClanOT-Medium';
                            padding: 0.6rem 0;
                            text-align: left;
                        }      

/*  THEMES */
.union header .nav-univers {
    background: #FFF;
}
    header .nav-univers .col-right a.active {
        background: #FFF;
    }
    .filiere header .nav-univers .col-right a.active {
        background: #e41b13;
        color: #FFF;
    }
    .shop header .nav-univers .col-right a.active {
        background: #e41b13;
    }

    header .nav-univers .col-right a.active span {
        color: #FFF;
    }

    .union header .nav-main {
        background: #FFF;
    }
    .membres header .nav-main {
        background: #8d0c07;
    }
    .shop header .nav-main {
        background: none;
    }

    .union header .shortcuts .shortcut.contact {
        background: #8f8f8f;
    }
    .union header .shortcuts .shortcut.membre {
        background: #e41b13;
    }
    .union header .shortcuts .shortcut.search {
        background: #f1f0f0;
    }
    .membres header .shortcuts .shortcut.contact {
        background: #8f8f8f;
    }
    .membres header .shortcuts .shortcut.membre {
        background: #e41b13;
    }
    .membres header .shortcuts .shortcut.search {
        background: #f1f0f0;
    }

.nav-mobile {
    display: none;
}


 /*  SHOP */
 .shop header {
    background: none;
 }
    .shop header .nav-logo {
        padding-top: 1rem;
    }
   .shop header .shortcuts .shortcut.membre {
        background: #970802;
        padding-left: 2rem;
        padding-right: 2rem;
    }
   .shop header .shortcuts .shortcut.cart {
        background: #e01e22;
        padding-left: 2rem;
        padding-right: 2rem;
        width: auto;
    }
    .shop header .nav-main .nav-menu {
        padding-left: 1rem;
        justify-content: flex-start; -webkit-justify-content: flex-start;
    }
    .shop header .nav-main .nav-menu .top-link {
        text-transform: uppercase;
    }


/*  FILIERE */
.filiere header {
    background: #0a0d36;
}
.filiere header .nav-filiere {
    width: 100%;
}
    .filiere header .nav-filiere .inside {
        display: flex; display: -webkit-flex; 
        flex-flow: row nowrap; -webkit-flex-flow: row nowrap;
        justify-content: flex-start; -webkit-justify-content: flex-start;
        padding: 2rem 0;        
    }
        .filiere header .nav-filiere .inside #nav-logo {
            margin: auto 0;
        }
        .filiere header .nav-filiere .inside .megamenu {
            margin: auto 0 auto auto;
        }
            .filiere header .nav-filiere .inside .megamenu .nav-menu {
                list-style: none;
                padding: 0;
                margin: 0;
                width: 100%;
                display: flex; display: -webkit-flex; 
                flex-flow: row wrap; -webkit-flex-flow: row wrap;
                justify-content: center; -webkit-justify-content: center;
            }
                .filiere header .nav-filiere .inside .megamenu .nav-menu li {
                    list-style: none;
                    display: inline-block;
                    text-align: center;
                    position: relative;
                }

                .filiere header .nav-filiere .inside .megamenu .nav-menu .top-link {            
                    display: inline-block;
                    text-decoration: none;
                    font-size: 15px;
                    color: #ffffff;
                        font-family: 'DIN Next BoldCnd';
                    padding: 1rem 1rem;
                    text-transform: uppercase;
              }
                .filiere header .nav-filiere .inside .megamenu .nav-menu .spacer {            
                    display: none;
              }

                .filiere header .nav-filiere .inside .megamenu .nav-menu .sub-nav {
                    position: absolute;
                    top: 33px;
                    display: none;
                    z-index: 42;
                    text-align: left;
                    background: #FFF;
                    width: auto;
                    min-width: 240px;
                }
                    .filiere header .nav-filiere .inside .megamenu .nav-menu .sub-nav-group {
                        list-style: none;
                        margin: 0;
                        padding: 1.5rem;
                    }  
                        .filiere header .nav-filiere .inside .megamenu .nav-menu .sub-nav-group li {
                            width: 100%;
                        }
                            .filiere header .nav-filiere .inside .megamenu .nav-menu .sub-nav .sub-link {
                                display: block;
                                width: 100%;
                                text-decoration: none;
                                font-size: 15px;
                                color: #0a0d36;
                                font-family: 'DIN Next BoldCnd';
                                padding: 0.6rem 0;
                                text-align: left;
                            }      
.filiere header .subnav-filiere {
    width: 100%;
    background: #11154a;
    margin: 1rem 0;
}
    .filiere header .subnav-filiere .inside {
        display: flex; display: -webkit-flex; 
        flex-flow: row nowrap; -webkit-flex-flow: row nowrap;
        justify-content: flex-start; -webkit-justify-content: flex-start;        
    }
        .filiere header .subnav-filiere .inside .rs {
            width: auto;
            margin: auto 0;
            display: flex; display: -webkit-flex; 
            flex-flow: row nowrap; -webkit-flex-flow: row nowrap;
            justify-content: flex-start; -webkit-justify-content: flex-start;
        }
            .filiere header .subnav-filiere .inside .rs a {
                display: block;
                margin: 0;
                margin-left: 4px;
            }
        .filiere header .subnav-filiere .inside .shortcuts {
            width: auto;
            margin: auto 0 auto auto;
            display: flex; display: -webkit-flex; 
            flex-flow: row nowrap; -webkit-flex-flow: row nowrap;
            justify-content: flex-end; -webkit-justify-content: flex-end;
        }
                .filiere header .shortcuts .shortcut {
                    display: flex; display: -webkit-flex; 
                    flex-flow: row nowrap; -webkit-flex-flow: row nowrap;
                    justify-content: flex-start; -webkit-justify-content: flex-start;
                    padding: 0.4rem 1rem;
                    margin: 0;
                    margin-left: 1.5rem;
                    border-top-left-radius: 7px;
                    overflow: hidden;
                    min-width: 120px;
                }
                    .filiere header .shortcuts .shortcut img {
                        margin: auto 1rem auto 0;
                    }
                    .filiere header .shortcuts .shortcut span {
                        color: #ffffff;
                        font-size: 14px;
                        font-family: 'DIN Next MedCnd';
                        margin: auto;
                        text-transform: uppercase;
                    }
                    .filiere header .shortcuts .shortcut input {
                        border: none;
                        color: #ffffff;
                        font-size: 14px;
                        text-transform: uppercase;
                        font-family: 'DIN Next MedCnd';
                        background: #0a0d36;
                        padding: 0px;
                        margin: 0;
                    }
                    .filiere header .shortcuts .shortcut.shop-home {
                        background: #336cb3;
                    }
                    .filiere header .shortcuts .shortcut.shop-account {
                        background: #e41b13;
                    }
                    .filiere header .shortcuts .shortcut.search {
                        background: #0a0d36;
                        width: 140px;
                    }


/*  MOBILE     */
.header-mobile {
    display: none;
}
.nav-mobile21 {
    display: none;
    position: fixed;
    z-index: 500;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    right: 0;
    width: 100%;
    height: 100%;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    background: #1a1e51;
}
    .nav-mobileusc .mobile-open i {
        font-size: 44px;
        cursor: pointer;
    }
    .nav-mobileusc .mobile-open span.nav-text {
        display: block;
        width: 100%;
        text-align: center;
        font-size: 12px;
        margin-top: -7px;
        font-family: 'ClanOT-Medium';
        cursor: pointer;
    }
    .nav-mobile21 .mobile-close {
        position: absolute;
        top: 20px;
        right: 20px;
        cursor: pointer;
        z-index: 20;
    }
        .nav-mobile21 .mobile-close i {
            font-size: 44px;
            color: #FFF;
        }
    .nav-mobile21.is-active {
        display: block;
        overflow: auto;
    }
    .nav-mobile-inside {
        display: flex; display: -webkit-flex; 
        flex-flow: row nowrap; -webkit-flex-flow: row nowrap;
        justify-content: flex-start; -webkit-justify-content: flex-start;
        height: 100%;
    }
        .nav-mobile21 .col-left {
            margin: 0;
            width: 60%;
            display: flex; display: -webkit-flex; 
            flex-flow: row wrap; -webkit-flex-flow: row wrap;
            justify-content: flex-start; -webkit-justify-content: flex-start;
        }
            .nav-mobile21 .col-left .col-left-inside {
                max-width: 630px;
                margin: 0 20px 0 auto;
            }
            .nav-mobile21 .col-left .nav-univers {
                position: relative;
                background: none;
                padding: 15px;
                padding-right: 0px;
                height: auto;
            }
                .nav-mobile21 .col-left .nav-univers .univers-arrow {
                    position: absolute;
                    top: 5px;
                    left: 3px;
                }
                .nav-mobile21 .col-left .nav-univers a {
                    font-size: 10px;
                    font-family: 'ClanOT-Medium';
                    color: #FFF;
                    text-transform: uppercase;
                    padding: 0 15px 0 0;                    
                }
            .link-wrapper {
                float: left;
                width: 40%;
                margin: 15px 10% 20px 0;
                display: flex; display: -webkit-flex; 
                flex-flow: column; -webkit-flex-flow: column;
                justify-content: flex-start; -webkit-justify-content: flex-start;
            }
                .link-wrapper .inside {
                    width: unset;
                }
                .link-a {
                    font-size: 17px;
                    font-family: 'ClanOT-Bold';
                    color: #FFF;
                    text-transform: uppercase;
                    padding-bottom: 7px;
                }
                .link-s {
                    display: block;
                    font-size: 14px;
                    color: #FFF;
                    text-transform: none;
                    padding: 2px 0 7px;
                }

        .nav-mobile21 .col-right {
            margin: 0;
            width: 40%;
            padding: 0 3%;
            background: #ee3124;
            display: flex; display: -webkit-flex; 
            flex-flow: column; -webkit-flex-flow: column;
            justify-content: center; -webkit-justify-content: center;
        }
            .nav-mobile21 .col-right .title {
                color: #bf1206;
                font-size: 23px;
                text-transform: uppercase;
                padding-bottom: 5px;
                margin-bottom: 40px;
                border-bottom: 2px solid #bf1206;;
            }
            .nav-mobile21 .col-right .link-wrapper {
                margin:  10px 10% 5px 0;
            }



/*  404 MAP */
.univers-404 {
    padding-top: 3rem;
    padding-bottom: 3rem;
    width: 100%;
    display: flex; display: -webkit-flex; 
    flex-flow: row nowrap; -webkit-flex-flow: row nowrap;
    justify-content: space-around; -webkit-justify-content: space-around;
}
    .univers-404 .col-univers {
        width: 23%;
        margin: 0 1%;
        padding: 0 10px 0 0;
        border-right: 1px solid #eaeaea;
    }
        .univers-404 .col-univers:last-child {
            border-right: none;
        }

        .univers-404 .col-univers .univers-title {
            font-size: 20px;
            font-weight: bold;
            text-transform: uppercase;
            text-align: left;
            line-height: 1.0;
            padding-bottom: 1.5rem;
            display: block;
        }
            .univers-404 .col-univers .title {
                font-size: 16px;
                font-weight: bold;
                text-align: left;
                padding: 1rem 0;
                display: block;
                width: 100%;
                color: #737171;
            }
            .univers-404 .col-univers .sub {
                font-size: 12px;
                font-weight: normal;
                text-align: left;
                padding-left: 0.9rem;
                padding-bottom: 0.4rem;
                display: block;
                width: 100%;
            }            
    
/*  EVENTS HACK */
.theme-wrapper.events header {
    background: none;
    padding-bottom: 0;
}
.theme-wrapper.events header .nav-logo {
    padding: 0;
    background: none;
}
.theme-wrapper.events header .nav-main {
    margin-top: 0;
}
    .theme-wrapper.events header .nav-main nav {
        width: 100%;
    }
.theme-wrapper.events header #nav-logo {
    margin: 0 auto;
}
.theme-wrapper.events header .rs-wrapper {
    position: absolute;
    bottom: 13px;
    right: 0px;
    background-color: #FFF;
    padding: 0.5rem 1rem;
    border-radius: 8px;
    display: inline-block;    
}
.theme-wrapper.events header .rs {
    margin: 0;
}
    .theme-wrapper.events header .rs a {
        margin: 0 0.7rem;
    }
.theme-wrapper.events header .nav-main {
    background: none;
}


/*  SHOP HACK */
.theme-wrapper.shop header {
    background: #0a0d36;
    padding-bottom: 0;
}
.theme-wrapper.shop header .nav-logo {
    padding-top: 1.7rem;
    padding-bottom: 1.7rem;
    background: #0a0d36;
}


.subnav-logo {
    width: 100%;
    background: #11154a;
    padding: 1rem 0 1.5rem;
}
    .subnav-logo .inside {
        justify-content: flex-end; -webkit-justify-content: flex-end;
    }


.buttons-container {
    margin: 100px auto;
    text-align: center
}

/* boutons spécifiques */
.bt-events-usc {
    width: 100%;
    display: flex; display: -webkit-flex; 
    flex-flow: row wrap; -webkit-flex-flow: row wrap;
}
.events-by-usc {
    display: inline-block;
    margin: 20px 0;
    margin-left: 48%;
    font-size: 16px;
    font-family: 'ClanOT-Medium';
    color: #1a1e51;
    text-transform: uppercase;
    padding: 8px 20px;
    border-radius: 20px;
    background: #FFF;
}

.adherents-bt-login {
    display: flex; display: -webkit-flex; 
    flex-flow: row wrap; -webkit-flex-flow: row wrap;
    justify-content: flex-start; -webkit-justify-content: flex-start;
    margin: 40px auto 20px;
    font-size: 14px;
    line-height: 24px;
    min-width: 290px;
    font-family: 'ClanOT-Medium';
    color: #FFF;
    padding: 8px 20px;
    border-radius: 20px;
    border: 1px solid #9d241b;
}
    .adherents-bt-login span.adherents-bt-link {
        display: block;
        margin: auto;
    }

.aside-adherents-bt-login {
    display: flex; display: -webkit-flex; 
    flex-flow: row wrap; -webkit-flex-flow: row wrap;
    justify-content: flex-start; -webkit-justify-content: flex-start;
    margin: 20px auto 5px;
    font-size: 14px;
    line-height: 24px;
    width: 100%;
    font-family: 'ClanOT-Medium';
    color: #FFF;
    padding: 8px 20px;
    border-radius: 20px;
    background: #ee3124;
}
    .aside-adherents-bt-login span.adherents-bt-link {
        display: block;
        margin: auto;
    }
    .aside-adherents-bt-login.devenir {
        margin:  5px auto 40px;
        background: #d62518;
    }


/* tags */
.nav-tags {
    width: 100%;
    padding: 25px 0;
    display: flex; display: -webkit-flex; 
    flex-flow: row wrap; -webkit-flex-flow: row wrap;
    justify-content: flex-start; -webkit-justify-content: flex-start;
}
    .nav-tags .tags-title {
        width: 100%;
        color: #ee3124;
        font-size: 18px;
        text-transform: uppercase;
        font-family: 'ClanOT-Bold';
        margin-bottom: 5px;
    }
    .tags-item {
        margin: 5px 7px;
        margin-left: 0;
        padding: 5px 15px;
        border: 1px solid #FFF;
        border-radius: 20px;
        font-size: 13px;
        font-family: 'ClanOT-Book';
        color: #FFF;
    }
        .tags-item:hover {
            background: #FFF;
            color: #1A1E51;
        }
    .tags-more {
        font-size: 11px;
        color: #FFF;
        text-decoration: underline;
        width: 100%;
        display: block;
        margin: 10px 0;
    }

.nav-tags.in-page {
    padding-bottom: 15px;
}
.nav-tags.in-page .tags-item {
    border: 1px solid #1A1E51;
    color: #FFF;
    background: #1A1E51;
}
.nav-tags.in-page .tags-item.is-current {
    background: #ee3124;
    border: 1px solid #ee3124;
}

.nav-tags.more-tags {
    display: none;
}
.nav-tags.more-tags.is-active {
    display: block;
}
.more-tags-bt {
    width: 100%;
    display: flex; display: -webkit-flex; 
    flex-flow: row wrap; -webkit-flex-flow: row wrap;
    justify-content: flex-start; -webkit-justify-content: flex-start;
    cursor: pointer;
    position: relative;
    height: 24px;
}
    .more-tags-spacer {
        width: 100%;
        height: 1px;
        margin: auto 0;
        background: #a3abb7;
    }
    .more-tags-bt .material-icons {
        margin: auto 0;
        width: 30px;
        text-align: center;
        font-size: 24px;
        line-height: 24px;
        color: #a3abb7;
        background: #FFF;
        position: absolute;
        top: 0px;
        left: 50%;
        margin-left: -15px;
    }

.events-back {
    display: block;
    width: 100%;
    background: #021644;
    color: #FFF;
    font-weight: bold;
    font-size: 15px;
    padding: 7px;
    text-align: center;
}