html {
    min-width: 320px;
}

body {
}

.scroller {
    position: relative; /* relative or absolute positioning required by Perfect Scrollbar */
    height: 1000px; /* height must be limited to induce scrolling behavior */
    padding-left: 10px;
}

.neo-navbar {
    display: flex;
    flex-direction: row;
    align-items: center;
    /*background-color: #72BF44;*/
    background-color:  #1c1c1c;
    height: 62px;
    color: white;
}

.neo-navbar svg {
  fill: currentColor;
}

.neo-navbar-menu-area {
    display: flex;
    flex-direction: row;
    align-items: center;
    display: block;
}
 
.neo-navbar-menu {
    color: white;
}

    .neo-navbar-menu a {
        text-decoration: none;
        color: white;
    }

.neo-navbar-neopost-logo {
    position: relative;
    top: 5px;
    margin-left: 30px;
    margin-right: 20px;
    color: white;
    cursor: pointer;
}
    .neo-navbar-neopost-logo span {
        color: white;
        white-space: nowrap;
        cursor: pointer;
    }

    .neo-navbar-neopost-logo a:hover {
        color: white;
        background-color: #4FAE3E;
        cursor: pointer;
    }

.neo-navbar-app-logo-image {
}

.neo-navbar-app-logo-name {
    font-size: 32px;
    margin-left: 160px;
}

    .neo-navbar-app-logo-name img {
        height: 40px;
    }

    .neo-navbar-app-logo-name span{
        white-space: nowrap;
    }

.neo-navbar-app-logo {
    flex-grow: 5;
    justify-content: center;
    align-items: center;
    margin-right: 14px;
    flex-direction: row;
    display: flex;
}


/* MENU */
.neo-navbar-menu, .neo-navbar-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .neo-navbar-menu ul li {
        /* on enlève ce comportement pour les liens du sous menu */
        display: inherit;
        background-color: #72BF44;
        transition: background-color .2s ease 0s;
        font-family: 'Roboto-Condensed';
    }

    .neo-navbar-menu ul {
        position: absolute;
        z-index: 1000;
        max-height: 0;
        margin-left: -15px;
        margin-top: 15px;
        overflow: hidden;
        transition: all .2s ease 0s;
    }

    .neo-navbar-menu li {
        /* on place les liens du menu horizontalement */
        display: inline-block;
    }

        .neo-navbar-menu li a {
            border-bottom: 1px solid white;
            border-top: none;
            margin-left: 20px;
            margin-right: 20px;
            padding-bottom: 10px;
            padding-left: 2px;
            padding-right: 2px;
            padding-top: 14px;
        }

.neo-navbar-menu-item:hover {
    /*font-weight: bold;*/
    background-color: #6A6A6A !important;
}

.neo-navbar-menu-item:last-child a {
    border: none;
}

/* OPEN MENU */
.neo-navbar-open-menu {
    background-color: #505050;
}

    .neo-navbar-open-menu ul {
        /*  on replace les sous menus */
        max-height: 15em !important;
    }

    .neo-navbar-open-menu li {
        background-color: #505050 !important;
    }

.neo-navbar-menu-item {
}

/* Generic Icon */
.neo-navbar-generic {
    padding-left: 15px;
    padding-right: 15px;
    height: 62px;
    border-left: 1px solid white;
    display: flex;
    align-items: center;
    transition: background-color .2s ease 0;
    cursor: pointer;
    max-width: 66px;
}

    .neo-navbar-generic:hover {
        background-color: #4FAE3E;
    }

/* Support Menu */
.neo-navbar-help {
    padding-left: 15px;
    padding-right: 15px;
    height: 62px;
    /*border-left: 1px solid white;*/
    display: flex;
    align-items: center;
    transition: background-color .2s ease 0;
    cursor: pointer;
    max-width: 66px;
}

    .neo-navbar-help:hover span {
       color: #ff4200;
    }

/* eComm Cart Menu */
.neo-navbar-cart {
    padding-left: 15px;
    padding-right: 15px;
    height: 62px;
    display: flex;
    align-items: center;
    transition: background-color .2s ease 0;
    cursor: pointer;
    max-width: 66px;
}
    .neo-navbar-cart:hover span {
       color: #ff4200;
    }

/* Favorite Cart Menu */
.neo-navbar-favorite {
    padding-left: 15px;
    padding-right: 15px;
    height: 62px;
    display: flex;
    align-items: center;
    transition: background-color .2s ease 0;
    cursor: pointer;
    max-width: 66px;
}
    .neo-navbar-favorite:hover span {
       color: #ff4200;
    }

/* Base menu item behavior Menu */
.neo-navbar-orders {
    padding-left: 15px;
    padding-right: 15px;
    height: 62px;
    display: flex;
    align-items: center;
    transition: background-color .2s ease 0;
    cursor: pointer;
    max-width: 66px;
}
    .neo-navbar-orders:hover span {
        color: #ff4200;
    }

/* Base menu item behavior Menu */
.neo-navbar-baseitem {
    padding-left: 15px;
    padding-right: 15px;
    height: 62px;
    display: flex;
    align-items: center;
    transition: background-color .2s ease 0;
    cursor: pointer;
    max-width: 66px;
}
    .neo-navbar-baseitem:hover {
        /*background-color: #4FAE3E;*/
        background-color: #808080;
    }

/* Neobridge 
.neo-navbar-neobridge {
    padding-left: 15px;
    padding-right: 15px;
    height: 62px;
    border-left: 1px solid white;
    display: flex;
    align-items: center;
    transition: background-color .2s ease 0;
    cursor: pointer;
}
*/
    .neo-navbar-neobridge:hover {
        /*background-color: #4FAE3E;*/
        background-color: #808080;
    }


#neobridge:hover {
    /*background-color: #4FAE3E !important;*/
    background-color: #808080 !important;
}

#neobridge.active:hover {
    background-color: #505050 !important;
}

.neo-navbar-help-menu-title {
    display: flex;
    align-items: center;
}

.neo-navbar-help-menu ul {
    width: 347px;
}

.neobridge-hover {
    /*background-color: #4FAE3E;*/
    background-color: #808080;
}

/* USER MENU */
.neo-navbar-user {
    box-sizing: border-box;
    height: 62px;
    display: flex;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 300px;
    transition: background-color .2s ease 0s;
    cursor: pointer;
}
    .neo-navbar-user:hover span {
       color: #ff4200;
    }

.neo-navbar-user-img {
}

.neo-navbar-user-text {
    padding-left: 14px;
}

.neo-navbar-user-menu-title {
    display: flex;
    align-items: center;
}

.neo-navbar-user-menu ul {
    width: 285px;
}

.neo-navbar-flag {
    box-sizing: border-box;
    height: 62px;
    display: flex;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
    width: 40px;
    transition: background-color .2s ease 0s;
    cursor: pointer;
}
    .neo-navbar-flag:hover {
        background-color: #808080;
    }

#neobridge {
    min-width: 70px !important;
    width: 70px;
    border: none !important;
}

.bridge-open {
    background: rgba(80, 80, 80, 1) !important;
}

.neobridge-drop-drop {
    font-size: 13px;
    color: #fff;
    text-align: center;
    line-height: normal;
    background: rgba(80, 80, 80, 1);
    width: 347px;
    left: calc(100% - 347px);
    position: absolute;
    /*top: calc(0% + 135px);*/
    top: calc(0% + 62px);
    overflow-y: auto;
    height: 1000px;
    z-index: 5000;
}

.support-menu-item {
    cursor: pointer;
}

.user-menu-item {
    cursor: pointer;
}

neobridge-drop-drop div:first-child {
    margin-top: 22px;
}

.neobridge-drop-down-icon {
    position: relative;
    height: 43px;
    top: 13px;
    border-color: white;
    border-width: 1px;
    border-left-style: solid;
    width: 25px;
}

    .neobridge-drop-down-icon span {
        margin-top: 9px;
    }

    .neobridge-drop-drop ol {
        list-style: none;
        left: -20px;
        position: relative;
    }

        .neobridgedrop-drop ol li {
            padding-bottom: 10px;
            padding-top: 10px;
            border-bottom: solid;
            border-bottom-width: 1px;
            border-bottom-color: #7A7A78;
        }

            .neobridge-drop-drop ol li:last-child {
                border-bottom: none;
            }

            .neobridge-drop-drop ol li a {
                text-decoration: none;
                color: #dedede;
            }

                .neobridge-drop-drop ol li a:hover {
                    color: white;
                }

.neobridge-supportmenu-drop-drop {
    color: #fff;
    line-height: normal;
    background: rgba(80, 80, 80, 1);
    width: 100%;
    left: calc(100% - 370px);
    position: absolute;
    top: calc(0% + 62px);
    overflow-y: auto;
    z-index: 5000;
}

    .neobridge-supportmenu-drop-drop ol {
        list-style: none;
        left: -20px;
        position: relative;
    }

        .neobridge-supportmenu-drop-drop ol li {
            padding-bottom: 10px;
            padding-top: 10px;
            border-bottom: solid;
            border-bottom-width: 1px;
            border-bottom-color: #7A7A78;
        }

            .neobridge-supportmenu-drop-drop ol li:last-child {
                border-bottom: none;
            }


            .neobridge-supportmenu-drop-drop ol li a {
                text-decoration: none;
                color: #dedede;
            }

                .neobridge-supportmenu-drop-drop ol li a:hover {
                    color: white;
                }


.neobridge-cartmenu-drop-drop {
    color: #fff;
    line-height: normal;
    background: rgba(80, 80, 80, 1);
    width: 374px;
    left: calc(100% - 309px);
    position: absolute;
    top: calc(0% + 62px);
    overflow-y: auto;
    z-index: 5000;
}

    .neobridge-cartmenu-drop-drop ol {
        list-style: none;
        left: -20px;
        position: relative;
    }

        .neobridge-cartmenu-drop-drop ol li {
            padding-bottom: 10px;
            padding-top: 10px;
            border-bottom: solid;
            border-bottom-width: 1px;
            border-bottom-color: #7A7A78;
        }

            .neobridge-cartmenu-drop-drop ol li:last-child {
                border-bottom: none;
            }

            .neobridge-cartmenu-drop-drop ol li a {
                text-decoration: none;
                color: #dedede;
            }

                .neobridge-cartmenu-drop-drop ol li a:hover {
                    color: white;
                }

.neobridge-favmenu-drop-drop {
    color: #fff;
    line-height: normal;
    background: rgba(80, 80, 80, 1);
    width: 374px;
    left: calc(100% - 309px);
    position: absolute;
    top: calc(0% + 62px);
    overflow-y: auto;
    z-index: 5000;
}

    .neobridge-favmenu-drop-drop ol {
        list-style: none;
        left: -20px;
        position: relative;
    }

        .neobridge-favmenu-drop-drop ol li {
            padding-bottom: 10px;
            padding-top: 10px;
            border-bottom: solid;
            border-bottom-width: 1px;
            border-bottom-color: #7A7A78;
        }

            .neobridge-favmenu-drop-drop ol li:last-child {
                border-bottom: none;
            }

            .neobridge-favmenu-drop-drop ol li a {
                text-decoration: none;
                color: #dedede;
            }

                .neobridge-favmenu-drop-drop ol li a:hover {
                    color: white;
                }

.neobridge-ordhistmenu-drop-drop {
    color: #fff;
    line-height: normal;
    background: rgba(80, 80, 80, 1);
    width: 374px;
    left: calc(100% - 309px);
    position: absolute;
    top: calc(0% + 62px);
    overflow-y: auto;
    z-index: 5000;
}

    .neobridge-ordhistmenu-drop-drop ol {
        list-style: none;
        left: -20px;
        position: relative;
    }

        .neobridge-ordhistmenu-drop-drop ol li {
            padding-bottom: 10px;
            padding-top: 10px;
            border-bottom: solid;
            border-bottom-width: 1px;
            border-bottom-color: #7A7A78;
        }

            .neobridge-ordhistmenu-drop-drop ol li:last-child {
                border-bottom: none;
            }

            .neobridge-ordhistmenu-drop-drop ol li a {
                text-decoration: none;
                color: #dedede;
            }

                .neobridge-ordhistmenu-drop-drop ol li a:hover {
                    color: white;
                }

.neobridge-usermenu-drop-drop {
    color: #fff;
    line-height: normal;
    background: rgba(80, 80, 80, 1);
    width: 374px;
    left: calc(100% - 309px);
    position: absolute;
    top: calc(0% + 62px);
    overflow-y: auto;
    z-index: 5000;
}

    .neobridge-usermenu-drop-drop ol {
        list-style: none;
        left: -20px;
        position: relative;
    }

        .neobridge-usermenu-drop-drop ol li {
            padding-bottom: 10px;
            padding-top: 10px;
            border-bottom: solid;
            border-bottom-width: 1px;
            border-bottom-color: #7A7A78;
        }

            .neobridge-usermenu-drop-drop ol li:last-child {
                border-bottom: none;
            }

            .neobridge-usermenu-drop-drop ol li a {
                text-decoration: none;
                color: #dedede;
            }

                .neobridge-usermenu-drop-drop ol li a:hover {
                    color: white;
                }


.neobridge-section-return {
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 18px;
    /*margin-bottom: 10px;
    height: 30px;*/
    font-size: 11pt !important;
}

    .neobridge-section-return a {
        color: white;
    }

.neobridge-section-dashboard {
    margin: 0 !important;
    margin-left: 20px !important;
    padding: 0 !important;
    border: 0 !important;
    vertical-align: baseline !important;
    display: block !important;
    width: 325px !important;
    min-height: 30px !important; 
    border-top: none !important;
}

.scroller div.neobridge-section:last-child {
    border: none !important;
}

.neobridge-section {
    margin: 0 !important;
    margin-left: 20px !important;
    padding: 0 !important;
    border: 0 !important;
    vertical-align: baseline !important;
    border-bottom: 1px solid rgba(238, 238, 238, 0.1) !important;
    display: block !important;
    width: 325px !important;
    min-height: 100px;
}

    .neobridge-section ul {
        position: relative;
        display: block !important;
        margin-top: 20px !important;
        list-style: none !important;
        margin-left: -40px;
        min-width: 325px;
        margin-bottom: 20px;
    }

        .neobridge-section ul li {
            position: relative !important;
            display: inline-block !important;
            vertical-align: top !important;
            margin-right: 15px !important;
            margin-bottom: 20px !important;
            outline: 1px solid #eeeeee !important;
            outline-offset: -1px !important;
        }

    .neobridge-section span {
        text-decoration: underline;
        margin-bottom: 5px;
    }

.application-tile:hover {
    outline-width: 3px !important;
    outline-offset: -3px !important;
}

.neobridge-section .pictureContainer span {
    text-decoration: none;
    margin-bottom: 5px;
    font-size: 2.5vw;
    /*text-transform: uppercase;*/
}

.neobridge-app-list {
    border-bottom-width: 1px;
    border-bottom: solid;
    border-bottom-color: #808080;
}

.application-tile {
    cursor: pointer;
}

    .application-tile div {
        width: 85px !important;
        height: 80px !important;
        margin: 0 auto !important;
        padding: 5px 0 !important;
    }

    .application-tile .icon {
        position: relative;
        /*min-width: 86px;
                        max-width: 86px;
                        min-height: 81px;
                        max-height: 81px;
                        border-style: solid;
                        border-color: #808080;
                        border-width: 2px;
                        color: white;*/
        background-repeat: no-repeat;
        background-size: 65% 65%;
        background-position: center 7px;
    }

    .application-tile .icon {
        margin: auto !important;
        max-width: 100% !important;
    }

        .application-tile .icon span {
            font-size: 35px;
            margin-top: 7px;
            margin-left: calc(50% - 42px);
            text-decoration: none;
        }

    .application-tile .icon2 span {
        font-size: 50px;
        margin-left: calc(50% - 42px);
        text-decoration: none;
    }

    .application-tile .icon img {
        margin-top: 7px;
        margin-left: calc(50% - 42px);
        max-height: 30px;
    }

    .application-tile .icon2 img {
        margin-top: 7px;
        margin-left: calc(50% - 42px);
    }

    .application-tile .app-title {
        font-size: 12px;
        width: 100%;
        top: 51px;
        left: 0px;
        position: absolute;
        text-decoration: none;
        line-height: 1 !important;
    }

.myneopost-about {
}

    .myneopost-about a.close-about {
        position: absolute;
        top: 20px;
        left: calc(100% - 43px);
        font-size: 20px;
        font-weight: bold;
        text-decoration: none;
    }

        .myneopost-about a.close-about:hover {
            font-size: 23px;
            color: white;
        }

    .myneopost-about p {
        text-align: center;
        color: #808080;
        font-size: 1em;
    }

.menu-neopost-auth__login-block-bridge {
    /*width: 74%;*/
}

.ps--active-y > .ps__rail-y {
    display: block !important;
    background-color: transparent !important;
    opacity: 0.9;
}

.ps__rail-y {
    display: none !important;
    transition: background-color .2s linear, opacity .2s linear !important;
    -webkit-transition: background-color .2s linear, opacity .2s linear !important;
    width: 8px !important;
    right: 0 !important;
    position: absolute !important;
    padding-left: 10px !important;
    opacity: 0.9;
}

.ps__thumb-y {
    background-color: #eeeeee !important;
    border-radius: 6px !important;
    transition: background-color .2s linear, width .2s ease-in-out !important;
    -webkit-transition: background-color .2s linear, width .2s ease-in-out !important;
    width: 8px !important;
    right: 6px !important;
    position: absolute !important;
}

.backToDashboard {
    z-index: 1000 !important;
}

.menu-neopost-contact-bridge {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    border-right: none;
    -webkit-flex-basis: 50px;
    -ms-flex-preferred-size: 50px;
    flex-basis: 50px;
    max-width: 65px !important;
}

    .menu-neopost-contact-bridge span {
        width: 100%;
    }

    .menu-neopost-contact-bridge:hover {
        /*background-color: #4fae3e;*/
        background-color: #505050;
        color: #fff;
        text-decoration: none;
    }

li.menu-neopost-contact-bridge a {
    margin: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -moz-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 69px;
    min-width: 0;
    max-height: 100%;
    position: absolute;
    top: 15px;
    /*margin-left: 16px;*/
}

.menu-neopost-auth-bridge {
    background: #72bf44;
    margin: 0;
    max-width: 305px;
    cursor: pointer;
}

    .menu-neopost-auth-bridge:hover {
        /*background-color: #4fae3e;*/
        background-color: #505050;
    }

li.menu-neopost-auth-bridge:after {
    content: '';
    position: absolute;
    height: 100%;
    top: 0;
    cursor: pointer;
}


li.menu-neopost-auth-bridge span {
    margin-left: 10px;
}

.info-users-name-bridge {
    margin-top: 0;
    font-size: 12pt;
    color: white;
    margin-left: 20px;
    text-decoration: none;
}


.header-corp-nav {
    /*background-color: white;*/
    background-color: #1c1c1c;
    z-index: 5000;
    width: 100%;
    height: 100px;
    top: 0;
    left: 0;
    position: fixed;
}

.header-corp-nav .neo-navbar-neopost-logo {
    margin-left: 15px;
}

.logged-out-section .neo-navbar-app-logo {
    margin-right: 0px;
}

.logged-out-section .neo-navbar-app-logo .neo-navbar-app-logo-name {
    margin-left: 0px;
}

span#cartqty {
    color: #fff !important;
    background-color: #72BF44;
}

@media (min-width: 1200px) {
}

@media (max-width: 1199px) {
    .application-tile .app-title {
        left: calc(22% - 19px);
    }
}

@media (max-width: 1100px) {
    .application-tile .app-title {
        left: calc(22% - 19px);
    }
}

@media (max-width: 1024px) {
    .menu-neopost-auth-bridge {
        max-width: 70px !important;
    }

    li.menu-neopost-auth-bridge span {
        margin-left: 18px;
    }

    .menu-neopost-auth__login-block-bridge {
        display: none;
    }

    .menu-neopost-contact-bridge {
        max-width: 70px !important;
    }

        .menu-neopost-contact-bridge span {
            width: 96%;
        }

    .neobridge-drop-down-icon {
        display: none;
    }
}

@media (max-width: 992px) {
}

@media (max-width: 768px) {
}

@media (max-width: 595px) {
}

@media (max-width: 465px) {

    .neobridge-usermenu-drop-drop {
        width: 100%;
        left: 0;
    }

    .neobridge-supportmenu-drop-drop {
        width: 100%;
        left: 0;
    }

    .neobridge-drop-drop {
        width: 100%;
        left: 0;
    }

    .neo-navbar-app-logo .neo-navbar-app-logo-name {
        display: none;
    }
}

@media (max-width: 375px) {
}