/* - - - Sticky Navbar - - - */
.sticky-navbar {
    max-height: 80px;
    width: 100%;
    background-color: #fff;
    border-bottom: 1px solid #bbbbbb;
    box-shadow: 0 3px 10px rgba(0,0,0,0.15);
    color: #0f0f0f;
    text-align: center;
}
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    display: block;
}
.sticky-navbar p {
    margin-bottom: 0;
    text-align: center;
}
.sticky-navbar .navbar-user,
.sticky-navbar .navbar-amount,
.sticky-navbar nav,
.sticky-navbar .navbar-status-westudy,
.sticky-navbar .navbar-status-westudy .status-westudy{
    display: inline-block;
    max-height: 80px;
    vertical-align: middle ;
}
.sticky-navbar .navbar-user,
.sticky-navbar .navbar-status-westudy{
    text-align: left;
}
.sticky-navbar .navbar-user {
    width: 8% !important;
    white-space: nowrap;
}
.sticky-navbar .navbar-user img {
    margin-right: 10px;
}
.sticky-navbar .navbar-user p {
    font-size: 14px;
}
.sticky-navbar .navbar-amount {
    width: 12%;
    color: #aaaaaa;
}
.sticky-navbar .navbar-amount p {
    display: inline-block;
    margin-left: 10px;
    font-size: 12px;
}
.sticky-navbar .navbar-amount .color-green {
    color: #00aa00;
}
.sticky-navbar .navbar-amount .color-blue {
    color: #00a3ef;
}
.sticky-navbar .navbar-amount span {
    font-weight: bold;
    font-size: 14px;
}
.sticky-navbar .navbar-status-westudy{
    width: 24%;
    text-align: center;
}
.sticky-navbar .navbar-status-westudy .status-westudy:nth-child(1){
    padding: 0;
}
.sticky-navbar .navbar-status-westudy .status-westudy:nth-child(2){
    padding: 0 20px 0 5px;
}
.sticky-navbar .navbar-status-westudy .status-westudy p{
    margin-bottom: 5px;
    line-height: 1.2em;
    font-size: 14px;
    text-align: left;
}
.sticky-navbar .navbar-status-westudy .status-westudy .label-level{
    font-size: 12px;
    color: #00a3ef;
}
.sticky-navbar .navbar-status-westudy .status-westudy .progress {
    background-color: #DDDDDD;
    height: 0.3rem;
    padding: 0;
    border: none;
}
.sticky-navbar .navbar-status-westudy .status-westudy .progress .meter {
    position: relative;
    background-color: #00a3ef;
    z-index: initial !important;
}
.sticky-navbar .navbar-status-westudy .status-westudy .status-items-position {
    position: absolute;
    right: 0;
    bottom: 0;
}
.sticky-navbar .navbar-status-westudy .status-westudy .nb-badges,
.sticky-navbar .navbar-status-westudy .status-westudy .nb-points{
    display: inline-block;
    margin: 0;
    font-size: 12px;
    text-align: center;
    line-height: 1.75em;
    font-weight: bold;
    color: #aaaaaa;
}
.sticky-navbar .navbar-status-westudy .status-westudy .scoring {
    padding: 5px 15px;
    color: #ffffff;
    border-radius: 15px;
    background-color: #bfbfbf;
}
.sticky-navbar .navbar-status-westudy .status-westudy .scoring-green {
    background-color: #00aa00;
}
.sticky-navbar .navbar-status-westudy .status-westudy .scoring-blue {
    background-color: #00a3ef;
}
.sticky-navbar nav {
    height: 100%;
    width: 55%;
    font-weight: bold;
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
}
.sticky-navbar ul.navbar-items {
    margin-left: 0;
}
.sticky-navbar ul.navbar-items li {
    display: inline-block;
    position: relative;
    margin: 0;
    padding: 0;
    width: auto;
    height: 100%;
    color: #29323c;
    border-bottom: 3px solid transparent;
    transition: border 0.25s ease-in;
}
.sticky-navbar ul.navbar-items li ul.navbar-sub-items {
    position: absolute;
    top: 77px;
    left: -20%;
    height: 0;
    font-weight: normal;
    background-color: #fff;
    border-radius: 0 0 15px 15px;
    border-top: 3px solid #29323c;
    box-shadow: 0 5px 15px rgba(0,0,0,0.25);
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.25s ease-in;
    z-index: 999;
}
.sticky-navbar ul.navbar-items li:hover {
    border-bottom: 3px solid #29323c;
}
.sticky-navbar ul.navbar-items li.navbar-item,
.sticky-navbar ul.navbar-items li.navbar-item:hover {
    border-bottom: none;
}
.sticky-navbar ul.navbar-items li:hover > ul{
    height: auto;
    visibility: visible;
    opacity: 1;
}
.sticky-navbar ul.navbar-items li ul.navbar-sub-items li {
    display: block;
    clear: both;
    border: none;
}
.sticky-navbar ul.navbar-items li ul.navbar-sub-items li:hover {
    border: none;
    background-color: #eeeeee;
}
.sticky-navbar ul.navbar-items li ul.navbar-sub-items li:last-child:hover {
    border-radius: 0 0 15px 15px;
}
.sticky-navbar ul.navbar-items li a{
    display: block;
    padding: 26px 10px;
    color: #29323c;
    font-size: 15px;
}
.sticky-navbar ul.navbar-items li ul.navbar-sub-items li a {
    text-align: left;
    padding: 20px 60px 20px 30px;
    white-space: nowrap;
    font-size: 15px;
}
.sticky-navbar ul.navbar-items li a img,
.sticky-navbar ul.navbar-items li ul.navbar-sub-items li a img {
    margin-right: 5px;
    margin-left: 0px;
}
.sticky-navbar ul.navbar-items li a span,
.sticky-navbar ul.navbar-items li ul.navbar-sub-items li a span {
    vertical-align: top;
}
.sticky-navbar ul.navbar-items li a i,
.sticky-navbar ul.navbar-items li ul.navbar-sub-items li a i {
    font-size: 1.5rem;
    color: #5a5a5a;
    margin-right: 10px;
    margin-left: 0px;
    vertical-align: top;
}
.sticky-navbar ul.navbar-items li.is-active {
    border-bottom: 3px solid #29323c !important;
}

.navbar-item,
#menu-invest{
    position: relative;
}
.icon-navigation {
    position: absolute;
    right: 10px;
    top: 21px;
}

/* Menu burger Droite */
.menuToggle {
    position: absolute;
    width: 50px;
    height: 50px;
    font-size: 30px;
    text-align:center;
    border-radius: 100%;
    right:25px;
    top:40px;
    z-index: 9999;
}
.menuToggle.menu-fixed {
    position: fixed;
    top: 29px;
    right: 26px;
}

.menuToggle .menu-burger,
.menuToggle .menu-close{
    color: white;
    cursor: pointer;
    transform-origin: center;
    z-index: 999;
}
.hide-icon-menu {
    opacity: 0;
}
.menuToggle .menu-items {
    position: fixed;
    top: 0;
    right: 0;
    width: 400px;
    height: 100vh;
    padding: 125px 50px 50px 50px;
    font-weight: bold;
    font-size: 40px;
    text-align: center;
    color: white;
    background-color: #29323c;
    box-shadow: -5px 0 10px rgba(0,0,0,0.25);
    opacity: 0;
    transition: .4s;
    transform: translateX(100%);
}
.menuToggle .menu-items .menu-close {
    position: absolute;
    right:25px;
    top:40px;
    width: 50px;
    height: 50px;
    font-size: 30px;
    text-align:center;
    border-radius: 100%;
    z-index: 9999;
}
.menuToggle .menu-items li {
    opacity: 0;
    margin-top: 0;
}
.menuToggle .menu-items.fs {
    transform: translateY(0);
    opacity: 1;
}
.menuToggle .menu-items li{
    opacity: 1;
}
.menuToggle li a {
    display: block;
    padding: 15px 25px;
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    color: #fff;
    border-radius: 10px;
}
.menuToggle li a img {
    margin-right: 10px;
}
.menuToggle li a:hover {
    background-color: rgba(0,0,0,0.15);
}
.menuToggle li ul li a{
    padding: 15px 25px;
    font-size: 16px;
    font-weight: normal;
}
.menu-invest-hide {
    display: none;
}

.btn-green {
    opacity: 1;
    padding: 15px 25px;
    margin-right: 60px;
    text-align: center !important;
    color: #fff;
    background: #6cce1c;
    border-radius: 50px !important;
    transition: 0.3s;
}
.btn-green-small {
    opacity: 1;
    padding: 10px !important;
    margin: 10px 0;
    text-align: center !important;
    font-weight: normal !important;
    color: #fff;
    background: #6cce1c;
    border-radius: 50px !important;
    transition: 0.3s;
}
.btn-green:hover,
.btn-green-small:hover {
    background: #00a3ef !important;
    color: #fff;
}




@media only screen and (max-width:1395px) {
    /*.sticky-navbar ul.navbar-items li a img,*/
    /*.sticky-navbar ul.navbar-items li ul.navbar-sub-items li a img {*/
    /*    display: none !important;*/
    /*}*/
    .sticky-navbar nav {
        width: 50%;
    }
    .sticky-navbar .navbar-user p {
        font-size: 12px;
        font-weight: bold;
    }
    .sticky-navbar .navbar-amount p {
        font-size: 10px;
        line-height: 1.2;
    }
    .sticky-navbar .navbar-amount span {
        font-size: 12px;
    }
    .sticky-navbar .navbar-status-westudy .status-westudy p {
        font-size: 12px;
        font-weight: bold;
    }
    .sticky-navbar .navbar-status-westudy .status-westudy .label-level {
        font-size: 10px;
    }
    .sticky-navbar .navbar-status-westudy .status-westudy .nb-badges,
    .sticky-navbar .navbar-status-westudy .status-westudy .nb-points {
        font-size: 10px;
        margin: 0;
    }
}
@media only screen and (max-width:1395px) and (min-width:1012px) {
    .menuToggle,
    .menuToggle .menu-items .menu-close{
        top: 15px;
    }
    .sticky-navbar .navbar-user {
        width: 12%;
    }
    .sticky-navbar .navbar-status-westudy {
        padding-left: 0;
        width: 25%;
    }
    .sticky-navbar .navbar-status-westudy .status-westudy:nth-child(1) {
        display: none;
    }
    .sticky-navbar .navbar-status-westudy .status-westudy:nth-child(2) {
        padding-left: 10px;
    }
}
@media only screen and (min-width: 1012px) {
    .menuToggleLeft {
        display: none;
    }
}
@media only screen and (max-width:1012px) {
    header.headm {
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 999;
    }
    .headm__tel {
        left: 75px;
    }
    .spacing-responsive {
        display: block;
        width: 100%;
        height: 150px;
    }
    .sticky {
        position: initial;
    }
    .sticky-navbar {
        z-index: 999;
    }
    .sticky-navbar nav {
        display: none;
    }
    .sticky-navbar .navbar-user {
        width: 23% !important;
        padding-left: 20px;
    }
    .sticky-navbar .navbar-amount {
        width: 27%;
    }
    .sticky-navbar .navbar-amount p {
        font-size: 10px;
        line-height: 1.2;
    }
    .sticky-navbar .navbar-amount span {
        font-size: 12px;
    }
    .sticky-navbar .navbar-status-westudy {
        width: 48%;
        border-left: 1px solid #dddddd;
    }
    .sticky-navbar .navbar-status-westudy .status-westudy .nb-badges,
    .sticky-navbar .navbar-status-westudy .status-westudy .nb-points  {
        margin: 0;
    }
    .menuToggle,
    .menuToggle .menu-items .menu-close{
        top: 25px;
    }
    /* Menu burger Droite */
    .menuToggleLeft {
        position: absolute;
        width: 50px;
        height: 50px;
        font-size: 30px;
        text-align:center;
        border-radius: 100%;
        left:25px;
        top:29px;
        z-index: 9999;
    }
    .menuToggleLeft.menu-fixed {
        position: fixed;
        top: 29px;
        left: 26px;
    }
    .menuToggleLeft .menu-burger,
    .menuToggleLeft .menu-close{
        cursor: pointer;
        transform-origin: center;
        z-index: 999;
    }
    .menuToggleLeft .menu-burger {
        color: white;
    }
    .menuToggleLeft .menu-close {
        color: #29323c;
    }
    .menuToggleLeft .menu-items {
        position: fixed;
        top: 0;
        left: -20px;
        width: 400px;
        height: 100vh;
        padding: 125px 50px 50px 50px;
        font-weight: bold;
        font-size: 40px;
        text-align: center;
        color: white;
        background-color: #f5f5f5;
        box-shadow: 5px 0 10px rgba(0,0,0,0.25);
        opacity: 0;
        transition: .4s;
        transform: translateX(-100%);
    }
    .menuToggleLeft .menu-items .menu-close {
        position: absolute;
        right:25px;
        top:30px;
        width: 50px;
        height: 50px;
        font-size: 30px;
        text-align:center;
        border-radius: 100%;
        z-index: 9999;
    }
    .menuToggleLeft .menu-items li {
        opacity: 0;
        margin-top: 0;
    }
    .menuToggleLeft .menu-items.fs {
        transform: translateY(0);
        opacity: 1;
    }
    .menuToggleLeft .menu-items li{
        opacity: 1;
    }
    .menuToggleLeft li a {
        display: block;
        padding: 15px 25px;
        font-size: 18px;
        font-weight: bold;
        text-align: left;
        color: #29323c;
        border-radius: 10px;
    }
    .menuToggleLeft li a img {
        margin-right: 10px;
    }
    .menuToggleLeft li a:hover {
        background-color: rgba(0,0,0,0.10);
    }
    .menuToggleLeft li ul li a{
        padding: 15px 25px;
        font-size: 16px;
        font-weight: normal;
    }
    .sub-menu-wallet-hide,
    .sub-menu-westudy-hide {
        display: none;
    }
}
@media only screen and (max-width:630px) {
    .spacing-responsive {
        height: 125px;
    }
    .sticky-navbar {
        max-height: 160px;
        text-align: center;
    }
    .sticky-navbar .navbar-user {
        width: 38% !important;
        padding: 20px 0;
    }
    .sticky-navbar .navbar-user p {
        font-size: 12px !important;
    }
    .sticky-navbar .navbar-amount {
        width: 58%;
        padding: 20px 10px;
    }
    .sticky-navbar .hide-section-navbar {
        display: none;
    }
    .sticky-navbar .navbar-status-westudy {
        width: 100%;
        padding-top: 10px;
        padding-bottom: 10px;
        border-top: 1px solid #dddddd;
    }
    .sticky-navbar .navbar-status-westudy {
        width: 100%;
        padding-top: 10px;
        padding-bottom: 10px;
        border-top: 1px solid #dddddd;
    }
    .sticky-navbar .status-westudy:nth-child(2) {
        padding: 0 5px 0 5px;
    }
    .sticky-navbar .status-westudy .scoring {
        margin: 5px;
    }
    .menuToggle,
    .menuToggle .menu-items .menu-close{
        top: 7px;
        right: 10px;
    }
    .menuToggleLeft,
    .menuToggleLeft .menu-items .menu-close{
        top: 8px;
        left: 10px;
    }
    .menuToggle .menu-items,
    .menuToggleLeft .menu-items{
        padding-top: 75px;
    }
}
