#header {
    width: 100%;
    padding: 10px 0;
    margin: 0 auto;
    height: 70px;
}

#header .flex-container:not(.account) {
    margin-left: auto;
    margin-right: auto;
    max-width: 1300px;
    width: 98%;
    position: relative;
}

#header .logo {
    max-height: 70px;
}

#header .menu li {
    padding: 0 12px;
    height: 40px;
    line-height: 40px;
}

#header .menu li.open-menu.product-menu > a {
  width: 145px;
    cursor: pointer;
}

#header .menu li.open-menu > a {
    padding-bottom: 32px;
}

#header .menu li.product-menu .sub-menu {
  width: 265px;
}

#header .menu li.open-menu a.soins-cible {
  width: 145px;
}

#header .menu li a {
    color: #515C5C;
    position: relative;
    display: inline-block;
    font-family: Courier, monospace, Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 15px;
    text-transform: uppercase;
    line-height: 1.5;
    letter-spacing: .1em;
    cursor: pointer;
}

#header .menu li > a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    transition: transform .5s cubic-bezier(.8, 0, .2, 1);
    transform: scaleX(0);
    transform-origin: 100% 50%;
    background-color: #333333;
}

#header .menu li a:hover:after {
    transform: scaleX(1);
    transform-origin: 0 50%;
}

#header .menu li.selected {
    color: #333333;
}

#header .menu li.selected > a:after {
    transform: scaleX(1);
    transform-origin: 0 50%;
}

#header .account li {
    height: 40px;
    line-height: 40px;
    position: relative;
}

#header .account li img {
    width: 15px;
}

#header .account li.login {
    padding-right: 20px;
}

#header .account li.login:after {
    content: "";
    display: inline-block;
    height: 16px;
    width: 1px;
    margin-left: 25px;
    background-color: #e0e0e0;
}

#header .burger {
    padding: 16px;
}

#header #displayInformationAccount {
    display: none;
    position: absolute;
    z-index: 999;
    background: #F4F4F2;
    height: 78px;
    width: 350px;
    right: 22px;
    top: 61px;
    padding: 0 12px 12px 12px;
}

#header #displayInformationAccount img {
    top: -12px;
    position: absolute;
    left: 242px;
}

#header #displayInformationAccount p {
    font-family: Courier, monospace, Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #777777;
    font-size: 14px;
    line-height: 20px;
}

@media screen and (max-width: 812px) {
    .header-advise img {
        vertical-align: text-bottom;
    }

    #header .tools {
        margin-right: 5px;
    }
}
