.bg-green {
    background-color: #009445;
}

.color-white {
    color: white;
}

.menu-a {
    position: relative;
}

.menu-account {
    position: absolute;
    right: 0;
    top: 60px;
    max-width: 508px;
    font-size: 16px;
    font-weight: 500;
    background-image: url("/app/themes/bledina/assets/images/moncompte/bg-kraft.jpg");
    -webkit-box-shadow: 0px 0px 38px -24px rgba(0, 0, 0, 0.31);
    -moz-box-shadow: 0px 0px 38px -24px rgba(0, 0, 0, 0.31);
    box-shadow: 0px 0px 38px -24px rgba(0, 0, 0, 0.31);
    background-repeat: repeat;
    background-size: cover;
    display: none;
    transition: all 1s;
    width: 100%;
    z-index: 999;
}

.o-menu-account:not(.connected) .menu-account-off,
.o-menu-account.connected .menu-account-on {
    display: block;
}

.menu-account .menu-area {
    display: flex;
    height: 40px;
}

.menu-account li {
    font-size: 18px;
    height: 75px;
    list-style: none;
    display: flex;
    position: relative;
}

.menu-account li::after {
    content: '';
    position: absolute;
    right: 40px;
    top: 0;
    bottom: 0;
    margin: auto;
    background-image: url(/app/themes/bledina/assets/images/moncompte/arrow@2x.png);
    width: 12px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    transition: all 1s;
}

.menu-account li:hover::after {
    right: 35px;
}

.menu-account ul.after-dashed::after {
    content: '';
    background: url(/app/themes/bledina/assets/images/v6/pointilles-jaunes.svg) 0 0 repeat-x;
    background-size: 384px 2px;
    width: 100%;
    height: 2px;
    display: block;
    position: absolute;
}

.menu-account .ico-cocci::before {
    content: '';
    background: url(/app/themes/bledina/assets/images/v6/cocci-left-b.svg) 0 0 no-repeat;
    background-size: 23.03px 12.5px;
    bottom: 0;
    z-index: 2;
    width: 30px;
    height: 13px;
    right: 20%;
    position: absolute;
}

.menu-account .menu-area span,
.menu-account li span {
    display: table;
    margin-top: auto;
    margin-bottom: auto;
}

.menu-account a:hover {
    text-decoration: none;
}

.menu-account .ico-eshop img {
    width: 70px;
}

@media (min-width: 768px) {
    .menu-account {
        top: 60px;
    }
}

@media (min-width: 992px) {
    .menu-account {
        top: 83px;
    }
}