@layer header;

@import "./bootstrap.min.css" layer(header);
/* header  */

header {
    position: absolute;

    width: 100%;
    z-index: 99;

}



header .topheader {
    padding: 10px 0 0 0;
}

header .topheader ul li i{
    font-size: 20px;
    font-weight: 400;
    color: #9dc330 !important;
    margin-right: 10px;
}
header .topheader ul li a {
    font-size: 15px;
    font-weight: 400;
    color: #fff;
}

header .topheader ul li i:hover,
header .topheader ul li a:hover {
    color: #9dc330;
    text-decoration: none;
}

header .topheader .connecte {
    border-left: 1px solid #fff;
    padding-left: 15px;
}

header .navbar-nav .nav-link {
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    padding: 10px 15px;
}

header .navbar-nav .nav-link:hover {
    color: #9dc330;
}

header .logo {
    width: 100%;
    height: auto;
    bottom: 30px;
}





.hero-inner::after{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.80) 0.50%, rgba(8, 37, 77, 0) 100%) !important;
}


@media (max-width: 991.9px) {
    header .logo {
        width: 100px;

    }

    header {
        position: relative;
        left: 0;
        right: 0;
        height: 66px;
        line-height: 66px;
        color: #fff;
        background-color:#000;
    }



    /* MENU */
    .menu {
        float: left;
    }

    .menu a {
        padding: 0 10px;
    }

    .menu a:hover {
        color: #fff;
    }

    /* RESPONSIVE */
    .site-pusher,
    .site-container {
        height: 100%;
    }


    .site-pusher {
        transition-duration: 0.3s;
        transform: translateX(0px);
    }

    .site-content {
        position: absolute;
        top: 66px;
        right: 0;
        left: 0;
        bottom: 0;
        padding-top: 0;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
    }



    .header__icon {
        position: relative;
        display: block;
        float: left;
        width: 50px;
        height: 66px;
        cursor: pointer;
    }

    .header__icon:after {
        content: '';
        position: absolute;
        display: block;
        width: 16px;
        height: 0;
        top: 22px;
        left: 15px;
        box-shadow: 0 10px 0 1px #fff, 0 16px 0 1px #fff, 0 22px 0 1px #fff;
    }

    .menu {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        background-color: #000;
        /*    overflow-y: scroll;
            -webkit-overflow-scrolling: touch;*/
        width: 250px;
        transform: translateX(-250px);
        height:100vh
    }

    .menu a {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        text-align:center;

        color: #fff;
        font-weight: 600;
        font-size: 18px;
        padding: 10px 15px;
    }

    .with--sidebar .site-pusher {
        transform: translateX(250px);
    }

    .with--sidebar .site-cache {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.6);
    }





    .nav-slider {
        position: fixed;
        top: 0;
        right: -250px;
        width: 250px;
        height: auto;
        background-color: #000;
        transition-duration: 0.3s;
        transform: translateX(0);
        z-index: 1000;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
        padding: 20px;
    }

    .nav-slider.active {
        transform: translateX(-250px);
        top: auto;
    }

    .nav-slider-menu {
        list-style: none;
        padding: 0;
        margin: 0;
        line-height: 3;
    }

    .nav-item , .nav-item:hover {
        display: flex;
        flex-direction: column;
        text-align: center;
        color: #fff;
        font-size: 14px;

    }



    .nav-header {
        font-weight: bold;

        color: #9dc330;
        text-align: center;
        font-size: 18px;
    }




    .with--auth-sidebar .site-pusher {
        transform: translateX(0);
    }




}





header .topheader .connecte, .login-panda {

    padding-left: 15px;
    color: #fff !important;
    font-weight: 500;
    font-size: 14px;
}






header .drop-login-panda , header .drop-solde{
    background-color: #000;


}

header .drop-login-panda .dropdown-header {
    font-size:16px ;
    color: #9dc330;
}

header .drop-login-panda li a:hover , header .drop-login-panda li a:active ,
header .drop-solde .dropdown-item:hover ,
header .drop-solde .dropdown-item:active {
    color: #fff !important;
    background-color: black;

}



header .navbar  .navbar-nav {
    margin: 7.5px -15px;
}