.timeheader .topheader {
    background-color: #3c3c3b;
    padding: 10px 0;

}

.timeheader .topheader ul li a {
    color: #3c3c3b;
    font-weight: 400;
    font-size: 14px;
}

.timeheader .topheader ul li a:hover {
    color: #e30b13;
}

#header-time .dropdown-menu {
    padding: 16px 10px;

}

#header-time .dropdown-menu li p span {
    white-space: nowrap;
}

#header-time .dropdown-submenu {
    position: relative;
}

#header-time .dropdown-submenu > .dropdown-menu {
    top: 0;
    right: 100% !important;
    left: auto;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

#header-time .dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

#header-time .avater {

    position: relative;
    display: inline-block;
}

#header-time .dropdown-submenu > a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;

}

#header-time .dropdown-submenu:hover > a:after {
    border-left-color: #fff;
}

#header-time .dropdown-submenu.pull-left {
    float: none;
}

#header-time .dropdown > .dropdown-menu.show {
    left: auto;
    right: 0;
}

#header-time .dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.timeheader .dropdown-submenu:hover > a:after {
    border-left-color: #e30b13 !important;
}


.timeheader .connexion {
    border-left: 1px solid #fff;
    padding-left: 10px
}

.mr-1, .mx-1 {
    margin-right: 4px !important;
}

.topheader .bloc-name h6 {
    font-weight: 600;
    white-space: nowrap;
    color: black;
    font-size: 16px;
}



.timeheader .navbar-brand .logo {
    width: 50%;
    height: auto;
}

.timeheader .btn-devise {
    background-color: transparent;
    border-color: transparent;
    color: #ffffff;
    font-weight: 600;
    font-size: 14px;
}

.timeheader .btn-devise:hover,
.timeheader .btn-devise:focus {
    color: #ffffff
}

.header-mobile {
    background: #ffffff !important;
}

.timeheader .topheader .list-inline-item::before {
    position: absolute;
    content: "";
    right: -6px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 20px;
    background: rgba(255, 255, 255, 0.37);
}

.topheader .list-inline-item:last-child:before {
    display: none;
}
.timeheader .topheader .list-inline {
    margin-bottom: 0;
    padding-right: 0;
}
.timeheader .topheader .list-inline-item {
    position: relative;
    margin-right: 10px;
}
.timeheader ul li a.text-white {
    font-weight: 600;
}

.timeheader ul li a {
    color: #3c3c3b;
    font-weight: 400;
    font-size: 15px;
}
.timeheader .navbar-light .navbar-nav .nav-link {

    padding-right: 8px;
    padding-left: 8px;
    color: #3c3c3b;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    white-space: nowrap;
}

.timeheader .navbar-light .navbar-nav .active > .nav-link,
.timeheader .navbar-light .navbar-nav .nav-link:focus,
.timeheader .navbar-light .navbar-nav .nav-link:hover {
    color: #e30b13;
}

#header-time .row {
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-right: -15px;
    margin-left: -15px;
}

#header-time .navbar-brand {
    display: inline-block;
    padding: 0;
    margin-right: 16px;
    font-size: 20px;
    line-height: inherit;
    white-space: nowrap;
    text-align: left;
    height: auto;
}



@media (min-width: 992px) {
    .justify-content-lg-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
}
@media screen and (min-width: 992px) {

    #header-time .d-none.d-lg-block {
        display: block !important;
    }
}

@media screen and (max-width: 992px) {
    .text-center{
        text-align: center;
    }
    .d-none.d-lg-block {
        display: none
    }
}
.dropdown-toggle::after {
    display: none;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}


.timeheader .dropdown-item.active,
.timeheader .dropdown-item:active {
    background-color: #C6C6C6;
}

.p-0 {
    padding: 0 !important;
}

@media (min-width: 992px) {
    .navbar-expand-lg {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start !important;
    }
}

.navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1.25rem 0;
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, .5);
    border-color: rgba(0, 0, 0, .1);
}

.dropdown-item:focus, .dropdown-menu > li > a:hover {

    background-color: #e9ecef;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-toggler {
        display: none;
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
}

.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    align-items: center;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row;
    }
}



.navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
}

#header-time .navbar {
    margin-bottom: 0 !important;
}



@media (max-width: 767px) {



    .mytime-header .fa-remove:before,
    .mytime-header .navigation-bar.fa-close:before,
    .fa-times:before {
        content: "\f00d";
        display: none;
    }
}

@media (max-width: 992px) {
    .mobile-navigation.drop {
        display: block;
    }

    .mobile-navigation.menu-active {
        display: none !important;
    }
}

.menu-active {
    display: block;
}

.fa-bars:before {
    content: "\f0c9";
    display: none;
}


.pl-3, .px-3 {
    padding-left: 1rem !important;
}

.pr-3, .px-3 {
    padding-right: 1rem !important;
}

.timeheader {
    border-bottom: 1px solid #9e9e9e40;
}



@media (min-width: 992px) {
    .d-lg-none {
        display: none !important;
    }
}



@media screen and (max-width: 991.98px) {

    .navbar-left,
    .navbar-right {
        float: none !important;
    }

    .navbar-toggle {
        display: block;
        margin-top: 14px
    }


    .navbar-nav > li {
        padding: 3px 0;
        margin-left: 7px;
    }

    .navbartoggle {
        background: transparent;
    }


    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
        margin-top: 20px;
    }

    .navbar-nav > li {
        float: none;
    }


    .navbar-nav > li > a::after {
        content: "";
        display: block;
        width: 10%;
        height: 1px;
        margin-top: .25rem;
        background: #e99000;
    }

    .collapse.in {
        display: block !important;
    }

    .header-mobile {
        position: relative;
        z-index: 1000;
        padding: 5px 0;
        min-height: auto;
    }

    .header-mobile::after {
        clear: both;
        content: "";
        display: table;
    }


    .header-mobile .navburger {
        width: 30px;
        height: 30px;
        z-index: 101;
        position: absolute;
        cursor: pointer;
        right: 10px;
        top: auto;
        background-image: url(../images/menu-bar-m.svg);
        background-repeat: no-repeat;
        transition: 0.5s ease-in-out;
    }
    ul.menu-ul li.active a {
        color: #e30b13;

    }
    .header-mobile .navburger span {
        display: block;
        position: relative;
    }


    .header-mobile .navburger::before,
    .header-mobile .navburger::after,
    .navburger span {
        content: "";
        display: block;
        position: absolute;
        height: 3px;
        width: 100%;
        background: transparent;
        border-radius: 5px;
        opacity: 1;
        right: 0;
        transform: rotate(0);
        transition: 0.25s ease-in-out;
    }

    .header-mobile .navburger::before {
        top: 0;
    }

    .header-mobile .navburger span {
        top: 5px;
    }

    .header-mobile .navburger::after {
        top: 10px;
    }

    .header-mobile .navbar {
        width: 70%;
        height: 100vh;
        background-color: white;
        position: fixed;
        overflow-x: hidden;
        overflow-y: auto;
        z-index: 100;
        left: 0;
        top: 0;
        transition: all 0.3s ease-in-out;
        transform: translateX(-100%);
        display: block
    }

    .header-mobile .navbar > div {
        flex: 50%;
        padding: 10px
    }

    .header-mobile .navbar .menu-ul {
        padding: 120px 0 0 0;
        margin: 0;
        position: relative;
        z-index: 101;
        list-style: none;
    }


    .header-mobile .navbar a {
        text-decoration: none;

        display: block;
        padding: 5px 20px;
        font-weight: 600;
        font-family: 'Roboto', sans-serif;
        font-size: 16px;
        color: #3c3c3b;
        text-transform: uppercase;
        transition: 0.3s color ease, 0.3s background ease;

    }


    .navbar-open {
        overflow: hidden;

    }

    .navbar-open .navburger::before,
    .navbar-open .navburger::after,
    .navbar-open .navburger span {
        background-color: transparent;
    }

    .navbar-open .navburger::before {
        top: 10px;
        transform: rotate(135deg);
    }

    .navbar-open .navburger span {
        right: -60px;
        opacity: 0;
    }

    .navbar-open .navburger::after {
        top: 10px;
        transform: rotate(-135deg);
    }

    .navbar-open .navbar {
        transform: translateX(0);;
    }

    .navbar-open .navbar-overlay {
        opacity: 1;
        visibility: visible;

    }

    .header-mobile .btn {
        text-align: left;
        padding: 0;
        border: none
    }

    #dropdown-login .dropdown-menu {
        left: 0;
        top: 0;
        width: 100%;
        box-shadow: none;
        border: none;
    }





    .glyphicon-refresh:before {
        content: "";
        display: block;
        width: 27px;
        height: 27px;
        float: left;
        margin: 0 6px 0 0;
    }


    .header-mobile  .open > .dropdown-menu {

        position: relative;

    }


    .header-mobile   .monespace {
        z-index: 10;
        position: absolute;
        cursor: pointer;
        right: 60px;
        top: auto;
    }
    .header-mobile   .menu-mobile-item{
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: relative;


    }

    .header-mobile    .brandname img {
        width: 50%;
        height: auto;
    }

    .header-mobile   .navigation-bar {

        color: #3c3c3b;
        background-color: #fff;
        width: 100%;
        padding: 0 10px;
        box-sizing: border-box;
        transition: 0.3s background ease;

        align-items: center;
    }
    .header-mobile   .hamburger {
        height: 25px;
        width: 30px;
        float: right;
        border-radius: 3px;
        position: relative;
        cursor: pointer;
    }


    .overlay {
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 101;
        top: 0;
        left: 0;
        background-color: white;
        overflow-x: hidden;
        transition: 0.5s;
    }

    .overlay-content {
        position: relative;
        top: 5vh;
        margin: 20px;

    }



    .overlay a:hover, .overlay a:focus {
        color: #f1f1f1;
    }

    .overlay .closebtn {
        position: absolute;
        top: 20px;
        display: block;
        transition: 0.3s;
        right: 10px;
        font-size: 40px;
        color:  #e30b13;
        z-index: 1;
    }
    .overlay-content   .btn-devise:hover,
    .overlay-content   .btn-devise{
        color: #3c3c3b;
        font-family: 'Roboto', sans-serif;
        font-size: 15px;
        font-weight: 400;
    }
    .overlay-content   .btn-devise i{
        color:  #e30b13;
    }
   .list-group-item {
        background-color: #fff;
        border: none;
     padding: 12px 20px !important;

    }

    .header-mobile  .list-inline > li {
        display: block;
    }
}