/* top banner */

.learning-journey #banner-top {
    /*background-image: url('../img/lj_banner_top_white.png');*/
    /*     background-image: url('../img/banner_photo_new_ipad_1940_300.png'); */

    background-color: #262626;
    padding-top: 20px;
    /*max-width: 1940px;*/
    /*     background-position-y: calc(38% - 2em);
        background-position-x: 42%; */
    min-height: 195px;
    height:195px;
    /*    background-image: url("../img/LJ-pictogram.svg");   */
    background-size: 100px;
    background-repeat: no-repeat;
    background-repeat: no-repeat;
    background-position: 70px 30px;
}

.learning-journey.dark-theme-lj #banner-top {
    background-color: #000;
    /*     background-image: url('../img/banner_woman_1940_300.png');  */
}

#picto-container {
    display:inline-flex;
    margin-left:5%;
    margin-right: 0%;
    min-width:80vw
;
}

#picto-container>img{
    width:100px;
    height:100px;
    padding-right:20px;
    padding-bottom:20px;
    min-width:100px;
}

.learning-journey #banner-top #banner-content {
    position: relative;
    margin-left: 10px;
    margin-right: 0%;
    width:100%;
    min-width:80%;
}

.learning-journey #banner-top #banner-content .related_content_link {
    margin-right: 20px;
}

.learning-journey #banner-top #banner-content .related_content.banner_link .banner_link.all_journeys a {
    margin-right: 20px;
}


.learning-journey #banner-top #banner-content #breadcrumbs {
    display: block;
    margin-left: auto;
}

.learning-journey #banner-top #banner-content #breadcrumbs .bcNavText {
    font-size: 14px;
}

.learning-journey #banner-top #banner-content #breadcrumbs a {
    color: #3887b0;
}

.learning-journey.dark-theme-lj #banner-top #banner-content #breadcrumbs a {
    color: #FFF;
}

.learning-journey.dark-theme-lj #banner-top #banner-content #breadcrumbs,
.learning-journey.dark-theme-lj #banner-top #banner-content #breadcrumbs span {
    color: #fff;
}

.learning-journey #banner-top #banner-content #breadcrumbs .bcNavLink {
    padding: 0 7px 0 0;
}

.learning-journey #banner-top #banner-content .title h1 {
    font-size: 28px;
    font-weight: 400;
}

.learning-journey.dark-theme-lj #banner-top #banner-content .title h1 {
    color: #fff;
}

.learning-journey #banner-top #banner-content .prod-description h4 {
    font-size: 14px;
    margin-right: 15%;
}

.learning-journey.dark-theme-lj #banner-top #banner-content .prod-description h4 {
    color: #fff;
}

.learning-journey #banner-top #banner-content .nav-links {
    margin-right: 15%;
}

.learning-journey #banner-top #banner-content .nav-links > div {
    margin-right: 20px;
    display: inline-flex;
}

.learning-journey.dark-theme-lj #banner-top #banner-content .nav-links > div > a {
    color: #FFF;
}

.learning-journey #banner-top #banner-top-menu {
    display: none;
}

.learning-journey #banner-top .hamburger-nav-links-ui {
    display: none;
    top: 0;
}


.learning-journey #banner-top .cross {
    background: none;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0px 15px 0px 15px;
    color: #999;
    border: 0;
    font-size: 3em;
    line-height: 65px;
    font-weight: bold;
    cursor: pointer;
    outline: none;
    z-index: 1;
}

.learning-journey #banner-top .discovery-label {
    position: absolute;
    top: 20%;
    right: 10%;
    width: 100px;
}


.learning-journey #banner-top .discovery-label img {
    width: 100%;
}

.learning-journey.learning-hub-mode #banner-top .hamburger-nav-links {
    display: none;
}

.learning-journey #banner-top .hamburger-nav-links-ui {
    left: 0;
    right: 0;
    margin-left: auto;
    position: absolute;
    z-index: 1000000000;
    font-weight: bold;
    font-size: 0.8em;
    float: right;
    width: 60%;
    background: #f1f1f1;
    font-size: 12px;
}

.learning-journey #banner-top .hamburger-nav-links-ui ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    list-style-image: none;
}

.learning-journey #banner-top .hamburger-nav-links-ui li {
    display: block;
    padding: 15px 0 15px 0;
    border-bottom: #dddddd 1px solid;
}

.learning-journey #banner-top .hamburger-nav-links-ui ul a li {
    padding-left: 10px;
    text-decoration: none;
    margin: 0px;
    color: #666;
}

.learning-journey #banner-top .hamburger-nav-links-ui a {
    text-decoration: none;
    color: #666;
}

.learning-journey #banner-top .hamburger-nav-links-ui a:hover {
    text-decoration: none;
    color: #666;
}

@media screen and (max-width: 1280px) {

    .learning-journey #banner-top {
        /*background-image: url('../img/lj_banner_top_white.png');*/
        /*         background-image: url('../img/banner_photo_new_ipad_1280_300.png');  */
        /*  background-size: cover;   */
        background-repeat: no-repeat;
        background-color: #262626;
        padding-top: 20px;
        max-width: 1280px;
        /*         background-position-y: calc(38% - 2em);
                background-position-x: 42%;  */
    }

    .learning-journey.dark-theme-lj #banner-top {
        background-color: #000;
        background-image: url('../img/banner_woman_1280_300.png');
    }
}

/* tablet */
@media screen and (max-width: 1023px) {
    .learning-journey #banner-top {
        /*background-image: url('../img/lj_banner_top_white.png');*/
        /*             background-image: url('../img/banner_photo_new_ipad_700_168.png');  */
        background-size: cover;
        background-repeat: no-repeat;
        background-color: #262626;
        padding-top: 20px;
        max-width: 1024px;
        min-height: 220px;
        background-position-y: calc(38% - 2em);
        background-position-x: 42%;
    }

    .learning-journey.dark-theme-lj #banner-top {
        background-color: #000;
        /*             background-image: url('../img/banner_woman_700_168.png');   */
    }

    .learning-journey #banner-top #banner-content .prod-description h4 {
        margin-right: 10%;
    }

    .learning-journey #banner-top #banner-content .title {
        margin-right: 0%;
    }

    .learning-journey:not(.learning-hub-mode) #banner-top .nav-links {
        /*             display: none; */
    }

    .learning-journey:not(.learning-hub-mode) #banner-top .hamburger-nav-links {
        background: none;
        position: absolute;
        top: 0;
        right: 0;
        line-height: 45px;
        padding: 5px 15px 0px 15px;
        color: #999;
        border: 0;
        font-size: 1.4em;
        font-weight: bold;
        cursor: pointer;
        outline: none;
        z-index: 1;
    }

    .learning-journey #banner-top #banner-top-menu {
        display: block;
    }

    .learning-journey #banner-top #banner-content {
        margin-left: 10px;
        margin-right: 5%;
    }
}

/* phone */
@media screen and (max-width: 640px) {
    .learning-journey #banner-top {
        /*background-image: url('../img/lj_banner_top_white.png');
        background-image: url('../img/banner_photo_new_ipad_640_210_new.png');*/
        background-size: cover;
        background-repeat: no-repeat;
        background-color: #262626;
        padding-top: 20px;
        max-width: 1920px;
        /*             background-position-y: calc(38% - 2em);
                    background-position-x: 42%;       */
        min-height: 320px;
    }

    .learning-journey #banner-top .hamburger-nav-links {
        background: none;
        position: absolute;
        top: 0;
        right: 0;
        line-height: 45px;
        padding: 5px 15px 0px 15px;
        color: #999;
        border: 0;
        font-size: 1.4em;
        font-weight: bold;
        cursor: pointer;
        outline: none;
        z-index: 1;
    }

    .learning-journey.dark-theme-lj #banner-top {
        background-color: #000;
        background-image: url('../img/banner_woman_640_210.png');
    }

    .learning-journey #banner-top #banner-content {
        text-align: center;
        position: relative;
        margin-left: auto;
        margin-right: auto;

    }

    .learning-journey #banner-content {

        right: 5% !important;
    }

    .learning-journey #banner-top #banner-content .title {
        display: block;
        margin-left: 10%;
        margin-right: 10%;
    }

    .learning-journey #banner-top #banner-content .prod-description h4 {

        display: none;
    }

    .learning-journey #banner-top #banner-content p {

        margin-left: 10px;
    }

    .learning-journey #banner-top .nav-links {
        /*             display: none;   */
    }

    .learning-journey #banner-top #banner-top-menu {
        display: block;
    }
}