header {
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 25;
}

.header a {
    text-decoration: none;
}

.header .logo {
    max-height: 44px;
    max-width: 198px;
    display: block;
}

.header .logo-subtitle {
    height: 14px;
    width: 133px;
    font-size: 14px;
    font-weight: bold;
}

.header .login-link {
    display: flex;
    align-items: center;
    padding: 9px 11px;
}

.header .login-link:hover {
    color: #F5A586;
}

.header .cart {
    height: 30px;
    width: 35px;
}

.flash-container {
    width: 100%;
    min-height: 42px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 2s linear;
    background-color: #f5a586;
}

.flash-container span.fa-xmark {
    cursor: pointer;
    padding: 11px;
    font-size: 25px;
}

.flash-container .flash{
    margin: auto;
}

#lexlearning-user-compte > form {
    right: -50%;
    top: 120%;
    width: 21rem;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    max-height: 0;
    padding: 0;
    transition: max-height 0.9s ease-in-out;
    border-radius: 0 0 1rem 1rem;
    max-height: 0;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
    z-index: 100;
}

#lexlearning-user-compte.opened > form, #lexlearning-user-compte.opened .user-options {
    max-height: 76rem;
}

#cart-items-quantity {
    top: -7px;
    right: -10px;
    width: 23px;
    height: 23px;
    border-radius: 5rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

#lexlearning-user-compte > .user-options {
    max-height: 0;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
    border-radius: 0 0 1rem 1rem;
    top: 120%;
    right: -32%;
    width: 200px;
    z-index: 100;
    background: #FFFFFF;
    transition: max-height 0.9s ease-in-out;
}

#lexlearning-user-compte > .user-options > div {
    display: flex;
    flex-direction: column;
}

.header .header-left .logo-text {
    font-size: 12px;
    font-weight: bold;
    line-height: 14px;
}

.header .header-left .logo-text.deonto,
.header .header-left .logo-text.efb {
    top: 125px;
    display: flex;
    align-items: center;
}

#menu-formations {
    color: #FFF;
    height: 45px;
    padding-left: 18px;
    border-radius: 10px;
}
#menu-formations ul, #menu-formations li {
    margin: 0 auto;
    padding: 0;
    list-style: none
}
#menu-formations ul {
    width: 100%;
}
#menu-formations li {
    float: left;
    display: inline;
    /* position: relative; */
}
#menu-formations a {
    display: block;
    line-height: 45px;
    padding: 0 14px;
    color: #093350;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    /*width: 140px;*/
    /* height: 50px; */
    margin-right:25px;
}





#menu-formations a.dropdown-arrow:after {
    content: "\25BE";
    margin-left: 5px;
}
/*#menu-formations li a:hover {
	font-weight:bold;

}*/
#menu-formations input {
    display: none;
    margin: 0;
    padding: 0;
    height: 45px;
    width: 100%;
    opacity: 0;
    cursor: pointer
}
#menu-formations label {
    display: none;
    line-height: 45px;
    text-align: center;
    position: absolute;
    left: 35px
}
#menu-formations label:before {
    font-size: 1.6em;
    content: "\2261";
    margin-left: 20px;
}
#menu-formations ul.sub-menus{
    height: auto;
    overflow: hidden;
    width: 174px;
    background: #ffffff;
    position: absolute;
    z-index: 9999999;
    display: none;
    padding: 12px 10px;
    box-shadow: 0px 15px 13px 2px rgba(0,0,0,0.07);

    /* margin-top: 10px; */
}
#menu-formations ul.sub-menus li {
    display: block;
    width: 100%;
}
#menu-formations ul.sub-menus a {
    color: #093350;
    font-size: 12px;
    margin-right:0px;
    /* border-bottom: 1px solid #f7f7f7; */
}
#menu-formations li:hover ul.sub-menus {
    display: block;

}
#menu-formations ul.sub-menus a:hover{
    background: #EF5B3B;
    color: #ffffff;
}
@media screen and (max-width: 800px){
    #menu-formations {position:relative}
    #menu-formations ul {background:#111;position:absolute;top:100%;right:0;left:0;z-index:3;height:auto;display:none}
    #menu-formations ul.sub-menus {width:100%;position:static;}
    #menu-formations ul.sub-menus a {padding-left:30px;}
    #menu-formations li {display:block;float:none;width:auto;}
    #menu-formations input, #menu-formations label {position:absolute;top:0;left:0;display:block}
    #menu-formations input {z-index:4}
    #menu-formations input:checked + label {color:white}
    #menu-formations input:checked + label:before {content:"\00d7"}
    #menu-formations input:checked ~ ul {display:block}
}
