.mainBackgroundColor {
    background-color: var(--main-color) !important;
}

.mainTextColor, #footer a:hover, #footer .fab:hover, #menuId .thirdTextColor:hover {
    color: var(--main-color) !important;
}

.secondTextColor, .SecondTextColor {
    color: var(--secondary-color) !important;
}

.SecondBackgroundColor, .secondBackgroundColor {
    background-color: var(--secondary-color) !important;
}
/*#region pageRessourceV1 */
#pageRessource {
    padding-top: 50px;
    background-color: #f3f3f3;
}

    #pageRessource .floatUserBar {
        position: fixed;
        bottom: 20px;
        right: 20px;
        height: 30px;
        padding: 35px 10px;
        background-color: #6d7dff;
        color: white;
        font-weight: bold;
        padding-left: 0px;
        box-shadow: 1px 1px 2px #bababa;
        font-size: 12px;
        z-index: 10;
    }

        #pageRessource .floatUserBar .resourceImage {
            overflow: hidden;
        }

    #pageRessource .kpiStat {
        width: 70px;
        text-align: center;
        font-weight: 300;
    }

    #pageRessource .btnDownload {
        width: 50px;
        height: 50px !important;
        border: 3px solid white;
        border-radius: 90px !important;
        padding: 0px;
        display: grid;
        align-items: center;
    }

    #pageRessource .globalKPIRessource {
        height: 34px;
        background-color: #2e353e;
        color: white;
        border-radius: 2px;
        padding: 2px 10px;
    }

    #pageRessource .adminBarRessource {
        height: 34px;
        background-color: #6d7dff;
        color: white;
        border-radius: 2px;
        z-index: 1;
    }

        #pageRessource .adminBarRessource i {
            padding: 10px 0;
            color: #fff;
        }

    #pageRessource h1 {
        font-size: 27px !important;
        text-transform: uppercase;
        font-weight: bold;
    }

    #pageRessource #ResourceTrainingFooter {
        box-shadow: none !important;
    }

    #pageRessource .launchRessource {
        position: relative;
    }

        #pageRessource .launchRessource .classicButton {
            position: absolute;
            bottom: 7px;
            width: 96%;
            left: 2%;
        }

            #pageRessource .launchRessource .classicButton:hover {
                opacity: 1;
            }

    #pageRessource .ressourceContainer .description {
        text-align: justify;
        font-size: 12px;
    }

    #pageRessource .ressourceContainer h4 {
        color: rgba(0,0,0,0.4);
    }

    #pageRessource .ressourceContainer .thumbnail {
        padding: 5px 10px;
        font-size: 12px;
        min-height: 140px;
        overflow-y: auto;
    }

    #pageRessource .ressourceContainer .recommandation {
        color: rgba(0,0,0,0.4);
    }

        #pageRessource .ressourceContainer .recommandation a {
            color: rgba(0,0,0,0.4);
        }

.sessionContainer label {
    font-weight: 400;
    margin: 0;
}

#pageRessource .pieceJointe, #pageBook .pieceJointe, #pageArticle .pieceJointe {
    height: 40px;
    background-color: white;
    width: 100%;
    box-shadow: 2px 2px 4px #bababa;
    position: relative;
    margin-top: 10px;
    font-size: 12px;
}

#pageRessource .ressourceContainer .tags {
    font-size: 12px;
    float: left;
    padding: 10px;
    border-radius: 4px;
    box-shadow: 2px 2px 4px #bababa;
    margin: 5px;
}

#pageRessource .referentList {
    display: flow-root;
}

#pageRessource .dlCertif, .dlFicheFormation {
    border: 1px solid var(--secondary-color);
    padding: 3px;
    text-transform: uppercase;
    border-radius: 3px;
    width: 92%;
    margin-left: 3%;
    font-size: 13px;
}

.sessionContainer .iconsession {
    width: 20px;
    text-align: center;
}

.sessionContainer .thumbnail {
    position: relative;
    height: 200px;
    box-shadow: 2px 2px 4px #bababa;
    border-radius: 3px 3px 20px 20px;
}

    .sessionContainer .thumbnail .inscriptionBtn {
        padding: 5px;
        width: 100px;
        text-align: center;
    }

    .sessionContainer .thumbnail .statutSession {
        padding: 5px 15px;
        width: 160px;
        text-align: center;
        border-radius: 90px;
        bottom: 4px;
        position: absolute;
        color: #2e353e !important;
    }

#sessionDetail .statutSession {
    border-radius: 90px;
}

.sessionContainer .btnSeeMore {
    background-color: #6d7dff;
    padding: 3px;
    color: #fff;
}

    .sessionContainer .btnSeeMore:hover {
        text-decoration: none;
    }

#pageRessource .sessionPrice {
    position: absolute;
    top: 15px;
    right: 15px;
}

.sessionContainer .avatar-small .fas {
    padding: 8px 3px;
}

#pageRessource .sessionPrice::after {
    content: "�";
}

#pageRessource .color-border-focus .form-control:focus {
    border: 1px solid #fd3478;
    box-shadow: 0 0 0 0.2rem rgba(253, 52, 120, .25);
}

.sessionContainer .thumbnail .bandeauDate, #sessionDetail .bandeauDate {
    width: 60%;
    border-radius: 0px 3px 3px 0px;
}

#sessionDetail .date {
    padding: 5px 15px;
    display: inline-block;
    margin-top: -10px;
}

#pageRessource .pieceJointe .avatar-small a:hover, #pageBook .pieceJointe .avatar-small a:hover {
    color: white;
}

#pageRessource .pieceJointe .avatar-small, #pageArticle .pieceJointe .avatar-small, #pageBook .pieceJointe .avatar-small {
    display: grid;
}

#pageRessource #descriptionRessource {
    max-height: 140px !important;
    overflow-y: auto;
    font-size: 14px;
}

.commentStyle .margin-top-15 {
    margin-top: 25px;
}

.commentStyle .avatar-normal {
    position: relative;
    top: 5px;
    left: 0px;
    border-radius: 4px;
    border: 3px solid white;
    box-shadow: 2px 2px 4px #bababa;
}

.commentStyle a {
    color: #6d7dff !important;
}

    .commentStyle a:hover {
        color: #6d7dff !important;
        opacity: 0.8;
        text-decoration: none;
    }

.commentStyle .backgroundActionColor a i {
    color: #fff;
}

/*#endregion pageRessourceV1 */
/*#region backofficeButton*/

#backOfficeButton {
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
}

#backOfficeButtonWebForm {
    position: fixed;
    top: 0;
    left: 0;
    top: 90px;
    z-index: 1;
}
/*#endregion backofficeButton*/
/*#region BadgeModal*/
.badgeModal {
    height: 200px;
}

    .badgeModal .GaugeMeter {
        width: 200px !important;
        background-size: 50%;
    }

.GaugeMeter {
    position: Relative;
    text-align: Center;
    overflow: Hidden;
    cursor: Default;
    display: inline-block;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    height: 200px;
    width: 100%;
}

.badgeModal .GaugeMeter canvas {
    position: absolute;
    left: 0;
}

.badgeModal .GaugeMeter span {
    position: absolute;
    left: 0;
}
/*#endregion BadgeModal*/
/*#region CultureModal*/
.modalPopupCulture {
    width: 700px;
}

/*#endregion CultureModal*/

#pageRessource .btnAction, #pageArticle .btnAction, #sessionDetail #extPropSessionBtn {
    z-index: 1;
    position: relative;
    font-size: inherit;
    font-family: inherit;
    color: #6d7dff;
    padding: 0.5em 1em;
    outline: none;
    border: none;
    background-color: hsl(236, 32%, 26%);
}

    #pageRessource .btnAction:hover, #pageArticle .btnAction:hover, #sessionDetail #extPropSessionBtn:hover {
        cursor: pointer;
        color: white !important;
        background-color: #6d7dff !important;
    }

/*#region HEADER FOOTER*/
#headerLearn {
    position: fixed;
    z-index: 500;
    height: 90px;
    top: 0;
    left: 0;
    width: 100%;
}

    #headerLearn .logo {
        position: absolute;
        top: 13%;
        left: 0;
        width: 217px;
    }

        #headerLearn .logo img {
            width: 100%;
            height: auto;
        }

    #headerLearn a .fas:hover, #headerLearn .fas:hover {
        color: #fd3478 !important;
    }

    #headerLearn.header_small {
        height: 60px;
    }

        #headerLearn.header_small .logo {
            width: 160px;
            top: 13%;
        }

        #headerLearn.header_small #menuIdLink .avatar_normal {
            width: 50px;
            height: 50px;
        }

        #headerLearn.header_small #menuIdLink label {
            max-height: 53px !important;
            padding: 10px !important;
        }

    #headerLearn .menuIconHeader, #headerLearn #menuIdLink {
        margin: auto;
    }

        #headerLearn #menuIdLink label {
            display: block;
            width: 195px;
            overflow: hidden;
            max-height: 83px;
        }

        #headerLearn #menuIdLink label {
            height: 58px;
            width: 58px;
        }

#levelOneThemes .actionColorActive {
    border-left: 5px solid #fd3478;
    color: #fd3478 !important;
    text-decoration: none;
}

#menuId .deconnexionBtn {
    background-color: #C9032C !important;
}


#HeaderMenu #levelOneThemes img, #HeaderMenu #levelTwoThemes img {
    width: 40px;
    height: 20px;
    float: left;
    margin-right: 10px;
}

#HeaderMenuLink {
    cursor: pointer;
    position: absolute;
    left: 217px;
    top: 40%;
}

.header_small #HeaderMenuLink {
    left: 160px;
}

#menuIdLink, #menuIdLink label {
    cursor: pointer;
}

/*#endregion HEADER FOOTER*/

/*#region responsive*/
@media screen and (max-width:456px) {
    .formationProfilList .margin-top-10 {
        display: inline-grid;
        line-height: 15px;
    }

    #footerLearn {
        background-size: auto 25% !important;
        background-position-y: 231px !important;
        background-position-x: right !important;
    }

    .pieceJointe .backgroundFile {
        width: 30px !important;
        height: 30px !important;
        padding: 5px !important;
    }

    .pieceJointe .text-truncate {
        max-width: 35vw !important;
    }

    #titleScroll {
        display: none !important;
    }

    #floatbar {
        margin-bottom: 20px;
    }

    #pageArticle {
        width: 100vw;
        overflow: hidden;
    }

    .spoc .col-sm-pull-9 {
        width: 100% !important;
    }

    #presentationContainerParent .classicButton {
        padding: 10px 15px !important;
    }

    #pageArticle .fiche_header {
        padding: 20px !important;
        margin-top: -250px;
    }

    #pageArticle .pieceJointe .text-truncate {
        max-width: 40% !important;
    }

    #commentZone .backgroundWhiteColor {
        padding-top: 1px;
        padding-bottom: 10px;
    }

    #documents td {
        font-size: 12px;
    }

    #documents th {
        font-size: 12px;
    }

        #documents th:first-child {
            width: 55px;
        }
}

@media only screen and (max-width : 700px) {
    #identityCardProfil .responsive .absoluteTopRight {
        left: 0px !important;
        top: 20px !important;
    }

    #identityCardProfil .responsive.margin-bot-15 .font-18 {
        margin-bottom: 30px;
        position: absolute;
        top: 10px;
    }

    .fullMVC #presentationContainer {
        margin-top: 145px;
    }

    #formationTabContent {
        padding-right: 15px;
    }

    #recommendations {
        padding-right: 15px;
    }

    #presentationContainer .font34 {
        font-size: 25px !important;
        margin-top: 30px !important;
    }

    #themesData .col-md-12 {
        padding: 0px 30px;
    }

    #headerLearn {
        background-color: #fff;
        height: 60px;
        box-shadow: 2px 0px 3px rgba(0,0,0,.2);
        position: fixed;
        top: 0;
        left: 0;
        z-index: 2000;
        width: 100%;
    }

        #headerLearn #menuIdLink label {
            display: none;
        }

        #headerLearn .avatar-normal {
            width: 30px;
            height: 30px;
        }

        #headerLearn .logo {
            position: absolute;
            top: 10px;
            transform: translateY(0%);
            left: 10px;
            width: 120px;
        }

            #headerLearn .logo img {
                /*height: 50px !important;*/
            }

        #headerLearn #HeaderMenuLink {
            top: 37%;
            left: 135px;
        }

    #levelOneThemes {
        margin: 10px;
    }

    #displayMenuLearn #HeadlinesBloc {
        padding-bottom: 20px;
    }

    #footerLearn {
        border-bottom: 10px solid #fd3478;
        position: absolute;
        background-image: url(/images/logosimple.png);
        background-size: auto 100%;
        background-position: right;
        background-repeat: no-repeat;
        background-position-y: 175px;
        background-position-x: center;
    }

    #levelTwoThemes {
        padding: 25px;
        border-top: 1px solid #bababa;
    }

    #displayMenuLearn h1 {
        margin-top: 10px;
        padding-top: 10px;
    }
}

@media only screen and (max-width : 500px) {
    #headerLearn .menuIconHeader .fas {
        font-size: 16px !important;
    }

    #headerLearn .avatar-normal {
        width: 40px;
        height: 40px;
    }

    #headerLearn .fa-th {
        margin: 0px;
    }

    #pageRessource .globalKPIRessource {
        text-align: center;
        display: grid;
    }

    #resourceSessions .margin-top-50 .text-right {
        margin-top: -15px;
    }

    .commentStyle .avatar-normal {
        position: initial;
        float: left;
        top: 5px;
        left: -30px;
        border: 3px solid white;
        box-shadow: 2px 2px 4px #bababa;
    }

    .commentStyle label {
        padding-left: 10px !important;
    }
}
/*#endregion responsive*/

/*#region notification*/
#numberNewNotifications {
    position: absolute;
    top: -14px;
    right: 0px;
    background-color: #C9032C;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    color: #fff;
    text-align: center;
    font-size: 10px;
    line-height: 20px;
    font-weight: bold;
}

#notifications {
    position: absolute;
    top: 24px;
    left: 10px;
    width: 300px;
    z-index: 1;
    display: none;
}

    #notifications li:hover {
        background-color: #6d7dff;
    }

    #notifications li a:hover {
        color: #fff;
        text-decoration: none;
    }
/*#endregion notification*/
#tools {
    margin: auto 10px auto 0;
}

    #tools .searchBox {
        border: 1px solid #a8a8a8 !important;
        font-size: 16px;
        line-height: 40px;
        padding: 0 10px;
        z-index: 0 !important;
        border-radius: 4px;
        width: 550px !important;
        display: none;
    }


#instructorPortailStatisticsPage h1 {
    font-size: 30px;
}

#instructorPortailStatisticsPage h2 {
    font-size: 24px;
}

.submitPost {
    height: 73px;
    width: 100%;
    padding: 0;
    margin: 0;
}

    .submitPost:hover {
        color: #fff;
    }

/*#region dashboard*/
#mainDashboard {
    background-color: #fff;
}

    #mainDashboard .solid {
        display: block;
        width: 100%;
    }

    #mainDashboard .encart {
        padding: 10px 0;
    }

        #mainDashboard .encart h3 {
            color: #fff;
            padding: 5px;
        }
/*#endregion dashboard*/

/*NEWS*/
@media only screen and (min-width : 992px ) {
    .squared {
        margin: 0 0 15px;
    }

        .squared .row {
            margin: 0 0 2px 4px;
        }

        .squared .col-xs-12 {
            padding: 0;
        }

        .squared .col2row1 {
            margin-top: 2px;
        }

        .squared .col2row2 {
            margin-top: 4px;
            margin-bottom: 2px;
        }

        .squared .col2left {
            padding-right: 2px;
        }

        .squared .col2right {
            padding-left: 2px;
        }
}

@media only screen and (max-width : 992px) {
    .squared .row > div, .squared > div {
        margin-bottom: 15px;
    }
}

/*#region olddashboardSquare*/
.squared .square {
    overflow: hidden;
    background-color: #fd3478;
    cursor: pointer;
}

    .squared .square:hover {
        opacity: 0.8;
    }

.squared .square-title {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 85%;
    text-align: right;
}

.squared .article-big .square-title {
    top: 45px;
    right: 30px;
}

.squared .square-title > span {
    background-color: #fd3478;
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    text-transform: uppercase;
}

.squared .article-big .square-title > span {
    font-size: 28px;
    line-height: 40px;
}

.squared .see-more {
    color: #fff;
    font-size: 72px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.squared .square {
    border-radius: 4px;
}

/*#endregion olddashboardSquare*/

/*MEMBER ACTIVITY*/
#pmaContainer, #rhContainer {
    /* background-color: #f9f9ff; */
    border-radius: 4px;
    height: 340px;
}

#member-activity h3, #highlighted-resources h3 {
    text-align: left;
    margin: 0 0 15px;
    padding: 0;
}

    /*    #highlighted-resources h3 { text-align: right; }*/

    #member-activity h3 > span, #highlighted-resources h3 > span {
        background-color: #2e353e;
        color: #fff;
        font-weight: 400;
        font-size: 18px;
        line-height: 26px;
        text-transform: uppercase;
    }

#mainDashboard #member-activity .solid {
    background-color: #EF6B24;
    height: 120px;
}

#mainDashboard .activity, #mainDashboard .highlighted {
    margin: 5px 0;
}

    #mainDashboard .activity a, #mainDashboard .highlighted a {
        color: #515151;
    }

    #mainDashboard .activity .avatar-small {
        position: relative;
    }

        #mainDashboard .activity .avatar-small i {
            position: absolute;
            bottom: 5px;
            right: -25px;
            background-color: #EF6B24;
            color: #fff;
            font-size: 11px;
            padding: 5px;
        }

/* BREATH SQUARE */
.breath-square {
    /*background-color: #f9f9ff;*/
    /* height: 50px; */
    margin-left: -15px;
    margin-right: -15px;
    border-top: 15px solid #fff;
    position: relative;
    border-radius: 4px;
}

    .breath-square .fun-icon {
        color: #fff;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        opacity: 0.6;
    }

/*SERCH BAR*/
#sbContainer {
    background-color: #f1f1fb;
    padding: 45px 0;
    background-image: url(/images/dashboard/background-decor.jpg);
    background-repeat: repeat;
    background-position-x: left;
    background-position-y: center;
}

#searchbar {
    text-align: center;
    width: 100%;
    position: relative;
}

.sbAccroche h3 {
    text-align: left;
    margin: 0;
    padding: 0;
}

    .sbAccroche h3 > span {
        background-color: #2e353e;
        color: #fff;
        font-weight: 400;
        font-size: 18px;
        line-height: 26px;
        text-transform: uppercase;
    }

#searchbar .searchbox {
    border: 1px solid #a8a8a8 !important;
    font-size: 16px;
    line-height: 42px;
    padding: 0 10px;
    border-radius: 4px;
    width: 100% !important;
    height: 42px;
}

#searchbar #btnSearch div {
    position: absolute;
    background-color: #6d7dff;
    width: 40px;
    height: 42px;
    right: 0;
    top: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    cursor: pointer;
}

#searchbar #btnSearch:hover {
    opacity: 0.8;
}

#searchbar #btnSearch div i {
    color: #fff;
    font-size: 1.5em;
    padding-top: 10px;
}

/*HIGHLIGHTED RESOURCES*/
#mainDashboard #highlighted-resources .solid {
    background-color: #0cb9a8;
    height: 40px;
}

#mainDashboard .highlighted {
    /*margin-top: 10px;*/
    margin-bottom: 10px;
}

/*#region dashboardThemes*/
#mainDashboard #themes .thContainer {
    border-radius: 4px;
    padding: 0 7px 0 8px;
    border-radius: 4px;
}

    #mainDashboard #themes .thContainer .thTitleContainer {
        background-size: cover;
        border-radius: 4px 4px 0 0;
    }

    #mainDashboard #themes .thContainer .title {
        text-transform: uppercase;
        color: #fff;
        font-size: 18px;
        border-radius: 4px 4px 0 0;
        margin-top: 0;
    }

    #mainDashboard #themes .thContainer .content {
        overflow: hidden;
        height: 230px;
        padding: 15px 0;
        /*background-color: #f9f9ff;*/
        border-radius: 0 0 4px 4px;
    }

        #mainDashboard #themes .thContainer .content a {
            color: #515151;
        }

#mainDashboard #themes .theme {
    padding: 4px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

    #mainDashboard #themes .theme a {
        color: #000;
    }

    #mainDashboard #themes .theme .intern {
        height: 320px;
        background-color: #eeeef0;
        padding: 5px;
    }

    #mainDashboard #themes .theme .title {
        text-transform: uppercase;
        color: #fff;
        font-size: 24px;
        padding: 10px;
    }
/*#region dashboardThemes*/

/*SEARCH PAGE*/
.random-icon i {
    position: absolute;
    top: 43%;
    left: 45%;
    font-size: 36px;
    color: #fff;
}

.e-tipi-nav > li {
    border-bottom: 3px solid #f1f1f9;
}

.title-18 {
    text-transform: uppercase;
    font-size: 18px;
}

.sudoSliderContainer .nextBtn {
    right: -25px;
}

.sudoSliderContainer .prevBtn {
    left: -25px;
}

.sudoSliderContainer .sudoSlider {
    margin-top: 5px;
}

#thContainer {
    background-color: #f1f1f9;
    background-image: url(/images/dashboard/background-decor.jpg);
    background-repeat: repeat;
    background-position-x: left;
    background-position-y: center;
}


.breath-card {
    position: absolute;
    bottom: 0;
    right: 15px;
}

    .breath-card .fun-icon {
        width: 60px !important;
        height: auto !important;
    }

#pmaContainer .breath-card, #rhContainer .breath-card {
    width: 100%;
    text-align: center;
}

/*#region articlePage*/

#pageArticles h1, #pageArticle h1 {
    font-size: 24px;
    margin: 0;
    padding: 0;
    margin-top: 35px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fd3478;
}

#pageArticles .news .article img {
    width: 100%;
}

#pageArticles .news .article {
    padding: 25px 0;
    border-bottom: 1px solid #e6e6e6;
    position: relative;
}

    #pageArticles .news .article .italic span {
        position: absolute;
        right: 0px;
        top: 4px;
        color: #bababa;
    }

    #pageArticles .news .article .article-title {
        margin-bottom: 5px;
    }

        #pageArticles .news .article .article-title span {
            background-color: #fd3478;
            color: #fff;
            font-weight: 400;
            font-size: 16px;
            line-height: 27px;
            text-transform: uppercase;
            padding: 2px 0;
        }

        #pageArticles .news .article .article-title a {
            color: #fff;
        }

#pageArticles .pager span a {
    color: #fd3478;
}

#pageArticles .pager .selected a {
    color: #fff;
    border-radius: 90px;
    background: #fd3478;
    padding: 14px 10px;
    width: 40px;
    height: 40px;
    display: inline-block;
    text-decoration: none;
}

#pageArticle .articleContainer {
    margin-top: 20px;
}

    #pageArticle .articleContainer .imgCol img {
        width: 100%;
        height: auto;
    }

    #pageArticle .articleContainer .articleMainTitle {
        position: absolute;
        top: 10px;
        right: 30px;
        width: 85%;
        text-align: right;
    }

        #pageArticle .articleContainer .articleMainTitle span {
            background-color: #fd3478;
            color: #fff;
            font-weight: 400;
            font-size: 28px;
            line-height: 40px;
        }

#pageArticle .fiche_tools {
    text-align: center;
    margin: 20px 0;
}

    #pageArticle .fiche_tools .item {
        font-size: 20px;
        margin: 0 5px;
        color: #fd3478;
        -webkit-transition: all 0.1s;
        -moz-transition: all 0.1s;
        transition: all 0.1s;
        cursor: pointer;
        display: inline-block;
    }

        #pageArticle .fiche_tools .item:hover {
            transform: scale(1.2);
            color: #333;
        }

#pageArticle .articleContainer .article-content {
    margin: 0;
    padding: 0 0 5px;
}

#pageArticle .articleContainer .tags {
    font-size: 12px;
    float: left;
    padding: 10px;
    border-radius: 90px;
    box-shadow: 2px 2px 4px #bababa;
    margin: 5px;
}
/*#endregion articlePage*/

#themesData .seeMore {
    position: absolute;
    right: 32px;
    top: 30px;
}

/*#region SearchPage*/

#searchPage #SearchBar_Value {
    box-shadow: 0px 0px 2px rgba(0,0,0,.1) !important;
    width: 100%;
    height: 40px !important;
    display: block;
    border: 1px solid #e3e3e9;
    padding: 0 10px;
    z-index: 0 !important;
    border-radius: 4px;
}

#searchPage .input-group-addon {
    background-color: #fd3478 !important;
    color: #fff !important;
    border-color: #fd3478 !important;
    border-radius: 4px 0 0 4px !important;
    border-right: none !important;
}

#searchPage label {
    color: #fd3478;
}

#searchPage {
    margin-top: 0;
    padding: 30px 0 20px 0;
    background-color: #f9f9ff;
}

    #searchPage .btnSearch {
        background-color: #6d7dff;
        border-radius: 4px;
        box-shadow: 0px 0px 2px rgba(0,0,0,.2);
        color: #fff;
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 600;
        cursor: pointer;
        -webkit-transition: all 0.12s ease-out;
        -moz-transition: all 0.12s ease-out;
        transition: all 0.12s ease-out;
        text-align: center;
        display: inline-block;
        float: right;
        border: 0;
        padding: 10px 15px;
    }

    #searchPage .pager .selected {
        background-color: #fd3478;
    }

        #searchPage .pager .selected a {
            background-color: #fd3478;
            color: #fff !important;
        }

    #searchPage .pager span {
        padding: 10px;
        border-radius: 50%;
        color: #fd3478;
        display: inline-block;
        width: 40px;
        height: 40px;
    }

    #searchPage .resourceItemContainer .list {
        min-height: 100px;
    }

    #searchPage .filter-zone1 .chosen-choices {
        padding: 3px 10px 2px 10px;
    }

#searchPageResult .result_filter {
    padding: 20px 20px 10px 20px;
}
/*#endregion SearchPage*/

/*#region sessionDetail*/

#sessionDetail {
    padding: 0px 30px;
    height: 700px;
}

    #sessionDetail .scrollPopinSession {
        height: 640px;
    }

    #sessionDetail .text-right .fas {
        padding: 10px;
    }

    #sessionDetail .bandeauDate {
        margin-top: -5px;
    }

    #sessionDetail .datePriceSession {
        position: absolute;
        top: 23px;
        width: 85%;
    }

    #sessionDetail .sessionInfos {
        margin: 0px 0px;
        padding: 10px;
    }

        #sessionDetail .sessionInfos .fas {
            width: 50px;
            margin: 0px;
            clear: both;
            float: left;
            padding-top: 3px;
            text-align: center;
        }

    #sessionDetail .sessionAttachment {
        margin-top: 20px;
    }

    #sessionDetail .pieceJointe .fa-info-circle {
        top: 10px !important;
    }

    #sessionDetail .pieceJointe .mainButtonTextColor {
        color: #fff;
        padding: 5px 7px;
        font-size: 12px;
    }

    #sessionDetail .pieceJointe .avatar-small {
        width: 25px;
        height: 25px;
        right: 10px !important;
    }

    #sessionDetail .pieceJointe {
        padding: 7px 0px;
        box-shadow: 2px 2px 3px #bababa;
    }

    #sessionDetail .mainBackgroundColor a, #sessionDetail .mainBackgroundColor a:hover {
        color: white !important;
    }

    #sessionDetail .statutSession {
        margin-left: 5px;
        padding: 7px !important;
        border-radius: 0px;
        font-size: 16px;
    }

    #sessionDetail .sessionInfos .margin-bot-10 {
        height: 20px;
    }
/*#endregion sessionDetail*/

.btnMini .classicButton {
    padding: 10px;
    width: 45px;
    text-align: center;
}

.titleUnderlineDark {
    background-color: #2e353e;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    text-transform: uppercase;
    margin-bottom: 10px;
    margin-top: 10px;
    display: inline-block;
}


/*#region learningPath*/

#learningPathSectionsPage {
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 800px;
    position: relative;
}

    #learningPathSectionsPage .whiteOpacity {
        background-color: #ffffff;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        opacity: 0.88;
    }

    #learningPathSectionsPage .parcoursImgCard {
        width: 100%;
        height: 250px;
        background-size: 100%;
        background-position: center;
    }

    #learningPathSectionsPage .titleParcoursPart {
        height: 191px;
    }

#learningPathStartPage {
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 600px;
    position: relative;
}

    #learningPathStartPage .slimscroll {
        height: 200px;
    }

    #learningPathStartPage .backgroundWhiteColor {
        position: absolute;
        bottom: 80px;
        padding: 10px 0px;
    }

    #learningPathStartPage .actionBarParcours {
        background-color: #6d7dff;
        border-radius: 90px;
        padding-right: 170px;
    }
/*#endregion learningPath*/
/*#region IEOnly*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    #leftClipPath, #rightClipPath, #moduleTextAlignOblic {
        display: none;
    }

    #decorationClipPath {
        opacity: 0.8;
    }

    .IEBackgroundOpacity {
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: #000;
        opacity: 0.85;
    }

    #sectionContent .border-radius-10 {
        background-color: #2e353e !important;
    }
}
/*#endregion IEOnly*/
/*#region book*/
#pageBook .SliderWindowCloseHeader {
    display: none;
}

#pageBook .BookInformationTitle {
    height: 35px;
}

    #pageBook .BookInformationTitle i, .BookInformationTitle span {
        margin-top: 1%;
        color: white;
    }

#pageBook .BookInformationDescription {
    margin-top: 1%;
}

#pageBook .bookExtPropKey {
    font-weight: bold;
}

#pageBook .BookInformationDescription {
    margin-left: 1%
}

#pageBook .buttonsBooks {
    margin-top: -1%;
    float: right;
    margin-right: -10%;
}

#pageBook .divCreateFirstChapter {
    text-align: center;
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
    background-color: aquamarine;
    cursor: pointer;
}

#pageBook #btnAddFavorite .fas {
    color: #EE922A !important;
}

#pageBook .backgroundGreyColor, html {
    background-color: #fff !important;
}

    #pageBook .backgroundGreyColor .panel-default {
        border-color: #fff !important;
        margin-top: -50px !important;
    }

#pageBook .menuBarBook {
    display: flex;
    align-items: center;
    position: absolute;
    right: 4%;
}

#pageBook .displayContents {
    display: contents;
}

#pageBook .tags {
    font-size: 12px;
    float: right;
    padding: 10px;
    border-radius: 90px;
    box-shadow: 2px 2px 4px #bababa;
    margin: 5px;
}


#pageBook .chapterList .card-header {
    left: -15px;
    position: relative;
    width: 90%;
}

#pageBook .titleChapter {
    height: 60px !important;
}

    #pageBook .titleChapter span {
        margin: 20px;
        position: absolute;
    }

#pageBook .chapterAction {
    margin-top: 20px;
    float: right;
    margin-right: 2%;
    z-index: 10001;
}

#pageBook a:hover {
    text-decoration: none !important;
    cursor: pointer;
}

#pageBook .card-header .mainBackgroundColor {
    color: #333333 !important;
    text-transform: uppercase;
    font-weight: 600;
}

#pageBook .card-header i:hover {
    color: #333333 !important;
}

#pageBook .card-header {
    margin-bottom: 10px;
}

#pageBook .chapterAngle {
    font-size: 22px;
}

    #pageBook .chapterAngle:hover {
        cursor: pointer;
    }

#pageBook .card-header .padding-left15 {
    padding-left: 0px;
}

#pageBook .btnCatalogue {
    padding: 10px;
    display: inline-flex;
}

    #pageBook .btnCatalogue i {
        padding: 0px !important;
        color: white !important;
    }

        #pageBook .btnCatalogue i:hover {
            color: white !important;
        }

#pageBook #accordionChapter .resourceImage i {
    display: none;
}


#pageBook .chapterList .ui-state-default {
    background: #fff !important;
    border: 0 !important;
}

#pageBook #accordionChapter .backgroundGreyColor {
    background-color: #fff;
}

#pageBook #accordionChapter .resourceItem {
    cursor: pointer !important;
}


#pageBook .titleCatalogue {
    padding-left: 50px;
    margin-top: 30px;
    margin-bottom: 30px;
}

#pageBook .BookInformation .margin-top-10:nth-child(0n+3) {
    width: 100%;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
}

#pageBook .BookInformationDescription p span {
    color: #333 !important;
}

#pageBook .backgroundActionColor {
    background-color: #009fd1 !important;
}

    #pageBook .backgroundActionColor a, .backgroundActionColor a:hover {
        color: #fff !important;
    }

#pageBook .subAccordionChapter {
    width: 96% !important;
    margin-left: 2%;
}

#pageBook .BookInformation {
    width: 96%;
    margin-left: 2%;
}


#pageBook .divCreateFirstChapter {
    width: 96% !important;
    margin-left: 2% !important;
    margin-right: 2% !important;
    background-color: #fff !important;
    border: 1px dashed #333;
    height: 40px !important;
    padding-top: 2px !important;
}

    #pageBook .divCreateFirstChapter span, .divCreateFirstChapter i {
        color: #333 !important;
    }

#pageBook .bookAttachment .col-md-6 {
    width: 100% !important;
}

#pageBook .BookInformation .col-md-9 {
    width: 58.33333333% !important;
}

#pageBook .BookInformation .col-md-3 {
    width: 41.66666667%;
}
/*#endregion book*/
.emptySlide {
    background-color: #fafafa !important;
}

#resourceSessions .emptySlide {
    display: none;
}

.sessionContainer .chiller_cb input:disabled ~ label {
    opacity: 1.3 !important;
    cursor: not-allowed !important;
    font-weight: 100;
}

#recommendationModal .btnAdd {
    margin-top: 28px;
    display: block;
    margin-left: -6px;
}

.searchList .resourceItem .resourceTitle, .searchList .resourceItem .resourceDescription {
    display: none;
}


#PageHubDashboard #searchBloc {
    position: absolute;
    top: 60px;
    left: 0;
    z-index: 2;
    width: 100%
}

#Pagethemes a {
    color: #000;
}

@media only screen and (max-width:1025px) {
    .breath-card .fun-icon {
        display: none;
    }

    #identityCardProfil .responsive.margin-bot-15 .font-18 {
        margin-bottom: 30px;
    }

    #identityCardProfil .responsive #complementaryInformations {
        margin-bottom: 0px !important;
    }

    #identityCardProfil .responsive.margin-bot-15 .absoluteTopRight {
        left: 20px;
        top: 30px;
    }
}


/*#region START RESOURCE PAGE*/

.floatscroll {
    top: 120px !important;
    transition: 400ms;
}

.backgroundBlurResource {
    background-size: cover;
    background-position: center;
    height: 372px;
    filter: brightness(50%) blur(3px);
    margin-left: -80px;
    padding-left: 80px;
    margin-right: -80px;
    padding-right: 80px;
    background-color: #0f3a62;
}

.borderCleanBanner {
    position: absolute;
    width: 115%;
    height: 395px;
    border: 16px solid #f3f3f3;
    left: -87px;
    top: -10px;
}

#pageRessource .floatUserBar {
    position: fixed;
    bottom: auto;
    right: auto;
    height: auto;
    padding: inherit;
    background-color: #ffffff;
    color: #1d1d1b;
    font-weight: bold;
    padding-left: 0px;
    box-shadow: none;
    font-size: 12px;
    z-index: 10;
    width: 350px;
    top: 240px;
    margin-left: 100px;
    padding-right: 0px;
    transition: 400ms;
}

    #pageRessource .floatUserBar a:hover {
        text-decoration: none !important;
    }

.maskShadow, .maskShadow2 {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(15,58,98,0) 60%, rgba(15,58,98,0.6) 100%);
}

.maskShadow2 {
    linear-gradient(0deg, rgba(15,58,98,0) 40%, rgba(0,0,0,0.6) 100%);
}

.floatUserBar .classicButton {
    width: 165px;
    text-align: center;
    position: absolute;
    top: -10px;
}

.importButton, .classicButton, .submitButton, .bootstrapDatatableButton {
    color: #fff !important;
}

#pageRessource {
    padding-top: 100px;
    background-color: #f3f3f3;
}

.arianeLink {
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.headerResourceInfo {
    position: absolute;
    top: 0px;
    left: -15px;
}

#presentationContainer .font34 {
    font-size: 34px;
    font-weight: bold;
    margin-top: 50px;
}

.pieceJointe .text-truncate {
    color: #001B31 !important;
}

.pieceJointe a:hover {
    text-decoration: none !important;
}

#pageRessource .pieceJointe, #pageArticle .pieceJointe {
    height: 60px;
    background-color: transparent !important;
    width: 100%;
    box-shadow: none;
    position: relative;
    margin-top: 10px;
    font-size: 16px;
}

.pieceJointe .fa-arrow-to-bottom:hover {
    opacity: 0.7;
}

#learningPathStartPage {
    width: 100%;
}

#commentZone .padding-15 {
    padding: 0px;
}

#commentZone #commentsList .col-lg-3 {
    width: 100%;
}

#pageRessource .launchRessource {
    text-transform: uppercase;
}

.spoc h1 {
    font-weight: bold;
}

.spoc ul .col-sm-4 h3 {
    margin-top: 0 !important;
}

ul#sectionlist_ulSection > li {
    margin-bottom: 30px;
}

#commentZone .commentForm {
    padding: 15px 15px 0;
    background-color: #fff;
}

#pageRessource .sessionContainer .thumbnail {
    position: relative;
    height: 200px;
    box-shadow: 2px 2px 4px #bababa;
    border-radius: 3px 3px 20px 20px;
}

.articleContainer h1, .articleContainer h2, .articleContainer h3, .articleContainer h4, .articleContainer h5 {
    font-weight: bold !important;
    margin: 15px 0 10px !important;
}

.articleContainer p {
    margin-bottom: 10px;
}

.articleContainer ul, .articleContainer ol {
    margin-bottom: 10px;
}

.descriptionBloc h1, .descriptionBloc h2, .descriptionBloc h3, .descriptionBloc h4, .descriptionBloc h5 {
    font-weight: bold !important;
    margin: 15px 0 10px !important;
}

.descriptionBloc li {
    padding: 0 0 0 30px;
}

.descriptionBloc ul, .descriptionBloc ol {
    margin-bottom: 10px;
}

.sessionContainer {
    width: 100%;
    padding: 0px;
}

    .sessionContainer .margin-bot-30 {
        margin-bottom: 0px !important;
    }

.addFavorite i {
    color: #fff !important;
}

.infoDescription .flex {
    min-width: 25%;
}

.imgTheme {
    position: absolute;
    right: 0px;
    height: 250px;
    display: block;
    background-position: center;
    background-size: cover;
    width: 25vw;
}

.transitionTheme {
    position: absolute;
    right: 17vw;
}

#themeHeader .h4, #themeHeader h4 {
    font-size: 40px;
    margin-top: 25px;
    max-width: 60%;
    white-space: normal;
}

#pageRessource #btnStartLearningPath {
    bottom: 0px !important;
    padding: 3px;
    border-radius: 4px !important;
    color: white;
    left: 3% !important;
    width: 94% !important;
}

@media screen and (max-width:1400px) {
    #ctl00_newsNotification_zNotLst {
        right: 0px !important;
        left: auto !important;
    }
}

#articlePopupModal #play {
    background: url('/images/icon_play.png')center center no-repeat;
    margin: -240px 10px 125px 0;
    height: 140px;
    position: relative;
    z-index: 10;
    cursor: pointer;
}

@media (max-width: 768px) {

    #ctl00_newsNotification_zNotLst {
        left: 0px !important;
        width: 100vw !important;
    }

    #pageRessource {
        margin-top: -140px !important;
    }



        #pageRessource .resourceImage {
            display: none;
        }

        #pageRessource .playBtnWeb .launchRessource {
            display: initial;
        }

    .floatUserBar .playBtnWeb {
        position: absolute;
        bottom: 0px;
        text-align: center;
        width: 100%;
        left: 0px;
        padding-bottom: 20px;
    }

    .backgroundBlurResource {
        margin-left: 0px;
        padding-left: 0px;
        margin-right: 0px;
        padding-right: 0px;
    }

    .headerResourceInfo {
        text-align: center;
    }

    #pageRessource .adminBarRessource {
        display: none !important;
    }

    .borderCleanBanner {
        position: absolute;
        height: 390px;
        border: 11px solid #f3f3f3;
        top: -10px;
        width: 106% !important;
        left: -10px !important;
    }

    #pageRessource .col-md-7 {
        width: 100vw;
        padding: 0px 25px;
        margin-top: 0px;
    }

    #pageRessource #relatedZone .padding-left0 {
        margin-left: -25px;
        padding: 25px !important;
    }

    #pageRessource .floatUserBar {
        margin-left: auto !important;
        position: inherit !important;
        margin: auto;
        margin-top: -50px;
        top: 0px !important;
        width: 280px !important;
        padding-bottom: 50px !important;
    }

    #highlighted-resources .sudoSliderContainer, #relatedResources .sudoSliderContainer {
        margin: 0 25px;
    }

    .imgTheme {
        display: none;
    }

    .transitionTheme {
        display: none;
    }

    #themeHeader .h4, #themeHeader h4 {
        font-size: 30px;
        margin-top: 20px;
    }


    .bannerResourceHeader {
        overflow: hidden !important;
    }
}

/*#endregion END RESOURCE PAGE*/

/*#region SPOC*/

.spoc-widget-progression > .spoc-widget-progression-bg {
    background-color: #f3f3f3;
    border-radius: 0px;
}

.spoc-widget-progression > .spoc-widget-progression-fg {
    border-radius: 0px;
}


.spoc-timeline-section-title {
    font-size: 14px !important;
    color: #1d1d1b;
    text-transform: initial !important;
    font-weight: bold;
    padding: 5px;
    margin-top: -7px !important;
    display: contents;
    margin-left: -20px;
}

.spoc-timeline-section-title-div {
    padding-left: 15px;
}

.spoc-timeline-section-description-div {
    padding: 5px 0 5px 30px;
    font-size: 11px;
}

.floatUserBar .spoc-timeline-section-title {
    font-size: 14px !important;
    color: #1d1d1b;
    text-transform: initial !important;
    font-weight: bold;
    padding: 5px;
    margin-top: -36px !important;
    display: block;
    margin-left: 0px;
}

.spoc-timeline-section-container {
    padding: 0px 10px 0px 0px !important;
}


.spoc-content-header, .spoc-bean-introduction {
    background-color: #fff !important;
}

.spoc-content-header {
    margin-left: -80px;
    padding-left: 80px;
    margin-right: -80px;
    padding-right: 80px;
    background-size: cover;
    background-position: center !important;
    height: 372px;
}


.spoc-timeline-section > li {
    border-left: 1px solid #fd3478;
    list-style: none !important;
}

.spoc-timeline-section > li {
    margin-bottom: initial !important;
}

.spoc-timeline-beans .grey {
    color: #1d1d1b !important;
}

.spoc-timeline-beans li {
    padding: 10px 0px;
}


.current .subway-station, .spoc-timeline-section .done .subway-station {
    background-color: #6d7dff;
    border: 1px solid #6d7dff;
    width: 13px !important;
    height: 13px !important;
    border-radius: 50% !important;
    margin-left: -7px !important;
}

.spoc-timeline-beans {
    font-size: 13px;
    padding: 5px 0px 10px 30px !important;
}

    .spoc-timeline-beans > li i {
        font-size: 11px;
    }

#contentHeader_zSpocTitle {
    position: initial;
    background-color: transparent;
    color: white !important;
    padding: 0px;
}

#pageRessource .resourceImage a:focus {
    text-decoration: none;
}

#relatedResources .resourceImage {
    display: block !important;
}

.spoc-widget-progression > .spoc-widget-progression-fg, #pageRessource .adminBarRessource {
    background-color: #6d7dff;
}


.spoc ul .col-sm-4 h3, #zTableCompetencies tr:first-child {
    background-color: #000 !important;
}

.spoc-content-header, .spoc-bean-introduction {
    background-color: transparent !important;
}


.spoc-details-header .spoc-details-header-title {
    background-color: transparent !important;
}

.spoc-timeline-section li.section:last-child {
    border-left: 1px solid #fff !important;
}

.spoc-timeline-section > li:not(.current) .spoc-timeline-beans {
    display: block;
}

.spoc-timeline-section li.clicked, .spoc-timeline-section li.clicked div {
    color: grey;
}

.spoc #contentTimeline_ulTimeLine {
    margin-top: 260px;
}


@media screen and (max-width:768px) {

    .spoc-content-header {
        margin-left: auto;
        margin-right: auto;
    }

    .spoc .col-sm-pull-9 {
        position: relative !important;
        top: 0 !important;
        margin-left: auto;
        margin-right: auto;
        right: auto !important;
    }

    .borderCleanBanner {
        width: 106% !important;
        left: -10px !important;
    }

    #scormContainer .userInformationsLine {
        display: grid;
    }

        #scormContainer .userInformationsLine .cleft {
            display: flex;
            margin-top: 0px;
            text-align: center;
            float: none;
            text-align: center;
            justify-content: center;
        }

        #scormContainer .userInformationsLine .cright {
            margin: 0;
            margin-top: 5px;
            text-align: center;
        }

    #scormContainer .scormLessonStatus {
        margin-top: 20px;
    }

        #scormContainer .scormLessonStatus .cleft, #scormContainer .scormLessonStatus .classicButton {
            width: 100% !important;
            max-width: 100% !important;
        }
}
/*#endregion SPOC*/

/*#region Actualities*/

#pageArticle #commentZone .col-md-10 .form-group {
    position: relative !important;
}

#pageArticle #commentZone .col-md-2 .submitPost {
    left: 20px;
    top: 120px;
    width: 100%;
}

#pageArticle #commentZone {
    margin: auto;
}

#pageArticle #zActionIcons i {
    font-size: 16px;
}

#pageArticle .articleContainer .tags {
    font-size: 12px;
    float: left;
    padding: 5px 10px;
    border-radius: 0px;
    box-shadow: none;
    margin-right: 5px;
    border: 1px solid #fd3478;
    color: #fd3478;
    background-color: #FFF;
}

#pageArticle .arianeLine a {
    display: inline-block;
}

    /*    #pageArticle .arianeLine a:after {   
        content: '';   
        width: 100%;   
        height: 1px;   
        display: block;   
        background: black;   
        transition: 400ms;   
    }*/

    #pageArticle .arianeLine a:hover:after {
        width: 0px;
    }


#pageArticle #relatedResources .slide {
    width: 247px !important;
    margin: 6px !important;
}


#pageArticle .news .article .article-title span {
    background-color: transparent !important;
    text-transform: inherit !important;
}

#pageArticle .news .article .article-title a {
    color: #fd3478 !important;
}

#pageArticle .fiche_tools .item {
    color: #1d1d1b !important;
}

#pageArticle .news .article .italic span {
    position: inherit !important;
}

#pageArticle .resourceItem.emptySlide {
    height: 346px;
}

#pageArticle .upPosition {
    z-index: 10;
}

#pageArticle .fiche_header {
    padding: 50px 95px;
    margin-top: -250px;
}


#pageArticle .pieceJointe {
    height: 60px;
    background-color: transparent !important;
    width: 100%;
    box-shadow: none;
    position: relative;
    margin-top: 10px;
    font-size: 16px;
}

#pageArticles .news .article .italic span {
    position: inherit !important;
}
/*#endregion Actualities*/

/*#region articlePopup*/

#articlePopupModal .fa-times {
    color: #1d1d1b !important;
}

#articlePopupModal .modal-header {
    background-color: #fff !important;
    color: #000 !important;
}

#articlePopupModal .close, #zBeanTitle {
    color: #000 !important;
}

#articlePopupModal .articleImage {
    width: 100%;
    float: initial;
    /*margin-right: 0;*/
    margin: auto;
}

#articlePopupModal blockquote {
    font-size: 14px;
}
/*#endregion articlePopup*/

/*#region dashboard*/
#theNews .square-details {
    border-width: 1px;
    border-style: solid;
    border-color: rgba(170,130,90,0.2);
    transition: all 0.3s ease-out;
}

    #theNews .square-details:hover {
        opacity: 1;
        border-width: 1px;
        border-style: solid;
        border-color: #fd3478;
        transition: all 0.3s ease-out;
    }

#theNews .maskShadow {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background: linear-gradient(180deg, rgba(0,0,0,0) 30%, rgba(0,0,0,0.5) 100%) !important;
    transition: all 0.3s ease-out;
}

#theNews .sliderContainer {
    padding: 0px 20px;
}

#theNews .titleArticle {
    font-size: 18px;
    font-weight: bold;
    text-transform: inherit;
    line-height: 16px;
}

#theNews .lineAuthorLink {
    display: flex;
    font-size: 12px;
    margin-top: 10px;
}

    #theNews .lineAuthorLink a:after {
        content: '';
        width: 100%;
        height: 1px;
        display: block;
        background: white;
        transition: 400ms;
    }

    #theNews .lineAuthorLink a:hover:after {
        width: 0px;
    }

    #theNews .lineAuthorLink a:hover {
        color: white !important;
    }

/*#endregion dashboard*/

/*#region resourceItem#*/
.resourceItem {
    border-width: 1px;
    border-style: solid;
    border-color: rgba(170,130,90,0.2);
    height: 345px;
    background-color: #fff;
    transition: all 0.3s ease-out;
    position: relative;
    color: #000;
}

li.slide .resourceItem, #resourceLoaded .resourceItem {
    margin: 0 10px 20px 10px;
}

.resourceItem i {
    color: #fd3478;
}

.resourceItem .actionColor {
    letter-spacing: 1px;
}

    .resourceItem .actionColor:hover {
        cursor: pointer !important;
    }

.searchList {
    border-top: 1px solid #CBC9C9;
    padding: 15px 0px;
}

    .searchList .resourceItem {
        height: 137px;
        margin: 0 10px 0px 10px !important;
    }

        .searchList .resourceItem .bottomInfos, .searchList .resourceItem .graycolor {
            display: none !important;
        }

.resourceItem:hover, .square-details:hover {
    opacity: 1;
    border-width: 1px;
    border-style: solid;
    border-color: #fd3478;
    transition: all 0.3s ease-out;
}

.resourceItem .white-color {
    color: #fff !important;
}

.resourceItem .barProgression {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    background-color: #E5D9CD;
    height: 8px;
}

    .resourceItem .barProgression .progression {
        position: absolute;
        bottom: 0px;
        left: 0px;
        height: 8px;
    }

.formationProfilList .barProgression {
    background-color: #E5D9CD;
    height: 12px;
    width: 100px;
    border-radius: 3px;
    float: right;
}

    .formationProfilList .barProgression .progression {
        background-color: #fd3478;
        height: 10px;
    }

.resourceItem .bottomInfos {
    position: absolute;
    bottom: 15px;
    width: 100%;
}

.resourceItem .margin-top-20 {
    margin-top: 10px;
}

.resourceItem .vignette-star {
    border-radius: 4px 1px;
    z-index: 99;
}

.resourceItem .resource-title span {
    background-color: #fff;
    padding: 3px 0px;
    line-height: 25px;
}

.resourceItem .resource-title, .resourceItem .topIcons {
    z-index: 10;
}

.resourceItem .hub-row {
    position: absolute;
    bottom: 0px;
    width: 100%;
}

/*#endregion resourceItem#*/

#learningPathSections {
    padding: 0px 28px;
}

#pageRessource #learningPathSections ul {
    list-style: none !important;
    padding-left: 15px;
}

/*#region Profil*/

.formationProfilList .font-10 {
    display: flex;
}

.formationProfilList {
    display: flow-root;
}

@media screen and (max-width:456px) {
    .formationProfilList {
        padding-bottom: 15px;
    }
}

/*#endregion Profil*/


/*#region commentUploader*/

.qq-upload-button-selector .btn-lg {
    color: #fd3478;
    font-size: 14px;
}

#commentZone {
    padding: 20px 30px !important;
}

#commentText .qq-upload-button-selector {
    position: relative !important;
    top: 0px !important;
    left: 0;
    width: 100%;
}

#commentText .col-md-6 {
    margin: 0px;
    padding: 0px;
}

.qq-gallery.qq-uploader {
    background-color: #FFF;
    border-radius: 0px;
    padding: 0px 20px;
}

.qq-upload-button-selector .btn-lg:before {
    text-transform: uppercase;
    color: #aa8357;
}



#PostForm .col-md-8, #commentText .col-md-8 {
    width: 100%;
}


.qq-upload-button-selector > div {
    border: 0px;
    width: 100%;
    padding: 20px;
    background-color: transparent;
    font-size: 20px;
    text-align: center;
    text-transform: uppercase;
}

.qq-upload-button-selector input {
    width: 100% !important;
}


@media screen and (max-width:768px) {
    .formationProfilList {
        padding-bottom: 15px;
    }

    .pieceJointe.text-truncate {
        ​​​​​​​​white-space: break-spaces;
    }

    #PostForm.col-md-2, #commentText.col-md-2 {
        ​​​​​​​​width: 100%;
        display: block;
        text-align: center;
        margin-bottom: 10px;
    }

        #commentText.col-md-2.submitPost, #PostForm.col-md-2.submitPost {
            ​​​​​​​​position: initial;
            width: 100%;
        }

    #PostForm.col-md-8, #commentText.col-md-8 {
        ​​​​​​​​width: 100%;
    }
}
/*#endregion commentUploader*/

.thematic_referent {
    width: 50px !important;
    height: 50px !important;
    -webkit-transition: all 0.12s ease-out;
    -moz-transition: all 0.12s ease-out;
    transition: all 0.12s ease-out;
}

    .thematic_referent img {
        border-radius: 50%;
    }

#relatedZone .theNews .lineAuthorLink a {
    color: white !important;
}


/*#region headerMenu*/
#headerThemesMenu .leftSearch {
    padding: 6px 48px;
    font-size: 20px;
}

#headerThemesMenu .divTheme {
    height: 100%;
    position: fixed;
    left: 480px;
    width: 600px;
    top: 0px;
    overflow: auto !important
}

#headerThemesMenu .titleMenuSubtheme .font14:after {
    content: '';
    width: 0px;
    height: 1px;
    display: block;
    background: white;
    transition: 400ms;
}

#headerThemesMenu .titleMenuSubtheme .font14:hover:after {
    width: 100%;
}


#headerThemesMenu a {
    display: block;
    padding: 10px 40px;
}

#headerThemesMenu, #responsiveHeaderMenu {
    position: absolute;
    display: block;
    background-color: #fff;
    top: 0px;
    left: 0px;
    width: 480px;
    transition: all 0.3s ease-out;
    height: 100vh;
    padding: 20px;
    overflow: auto;
}

    #headerThemesMenu:before {
        transition: all 0.3s ease-out;
    }

    #headerThemesMenu:after {
        transition: all 0.3s ease-out;
    }

    #headerThemesMenu .closeDropdown {
        text-align: right;
    }

    #headerThemesMenu input#headerQuickSearch2 {
        border: none;
        box-shadow: none;
        padding: 10px 20px;
        font-size: 20px;
        color: #000;
    }
/*#endregion headerMenu*/

.animationPlanEnabled {
    padding: 2px 5px;
    border-radius: 2px;
    background-color: #fff;
}

.submitContectForm div {
    text-align: center !important;
}

.communityThemeBtn {
    text-shadow: none;
    padding: 5px 15px;
    display: inline-block;
    margin-top: 30px;
    border-radius: 20px 20px 0px 20px;
    position: absolute;
    bottom: 0px;
}

#resourcesSelectedTheme .font18 {
    margin-bottom: 15px;
}

.headerContactFormText, .textFooterContactForm, .leftContactFormItem, .containerFormContact {
    border: 1Px solid;
}

    .textFooterContactForm a {
        color: #337ab7;
    }


.enrichedVignette .enrichedVignetteText {
    position: absolute;
    width: 120px;
}

.enrichedVignette .enrichedVignettePlay {
    position: absolute;
    right: 10px;
}

.enrichedVignette {
    width: 140px;
    margin-left: 15%;
    position: relative;
    margin-top: -42px;
    height: 27px;
    padding: 10px;
    background-color: var(--main-color);
}

    .enrichedVignette i {
        color: #fff;
    }

#divLinkSubThemes li {
    display: inline-block;
    margin-right: 5px;
    background-color: #222;
    padding: 5px 10px;
    color: white !important;
    border-radius: 2px;
}

    #divLinkSubThemes li a {
        color: #fff;
    }

#themesData .font18 {
    text-transform: uppercase;
}

#Pagethemes {
    background-color: white;
    margin-top: -30px;
    padding-top: 20px;
    padding-bottom: 50px;
    margin-bottom: -50px;
}


.resourceItem .subTopIcons {
    position: absolute;
    top: 35px;
    right: 32px;
    padding: 3px 5px;
    color: #fff;
    height: 22px;
    font-size: 11px;
    border-radius: 3px;
}

    .resourceItem .subTopIcons i {
        color: #fff;
    }

.sessionItem .launchSessionExtLink {
    float: right;
    right: 10px;
    bottom: 9px;
    position: absolute;
}

#SuggestResult {
    width: 100%;
    min-height: 258px;
    background-color: #fff;
    position: absolute;
    z-index: 999;
    border-radius: 0 0px 5px 5px;
    border: 1px solid #e3e3e9;
    box-shadow: 0px 2px 3px #21244933;
    top: 40px;
    left: 0;
    display: none;
}

    #SuggestResult #suggestResourceResult {
        min-height: 176px
    }

#mainDashboard #SuggestResult {
    top: 65px;
}

#mainDashboard .searchDashboard {
    position: relative;
}

#SuggestResult .highlight {
    font-weight: bold;
}

.containerSiteMap .accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}

.containerSiteMap .active, .accordion:hover {
    background-color: var(--secondary-color);
}

.containerSiteMap .accordion:after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.containerSiteMap .active:after {
    content: "\2212";
}

.containerSiteMap .panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.containerSiteMap {
    margin-top: 4%;
}

.cancel-button {
    border-radius: 2px;
    background-color: #c1c1c1;
    padding: 10px 35px;
    color: #fff !important;
    cursor: pointer;
    border: none;
    line-height: initial;
    height: auto !important;
    font-size: 14px !important;
    font-weight: 400 !important;
}

.confirm-button {
    border-radius: 2px;
    background-color: #6d7dff;
    padding: 10px 35px;
    color: #fff !important;
    cursor: pointer;
    border: none;
    line-height: initial;
    height: auto !important;
    font-size: 14px !important;
    font-weight: 400 !important;
}

.mdi:before {
    font-family: 'Font Awesome 5 Pro' !important;
    font-size: 11px !important;
    font-weight: bold !important;
}

.mdi-chevron-down::before {
    content: "\f078" !important;
}

.mdi-chevron-right-circle-outline::before {
    content: "\f054" !important;
}

.mdi-chevron-down-circle-outline::before {
    content: "\f078" !important;
}

#previousbtn_bPrevious, #nextbtn_bNext {
    padding: 6px 12px !important;
}


/* ----------------------- */
/* -- BASE DOCUMENTAIRE -- */
/* ----------------------- */
#documentDatabasePage {
    margin-top: 50px;
}

    #documentDatabasePage h1 {
        font-size: 24px;
        margin: 0 0 30px;
        padding: 0;
        text-transform: uppercase;
        font-weight: 600;
    }

    #documentDatabasePage .docTreeRow {
        display: flex;
    }

    #documentDatabasePage .docTree {
        display: flex;
        min-height: 50vh;
    }

        #documentDatabasePage .docTree > div {
            padding: 15px;
            background-color: #efefef;
            width: 100%;
        }

        #documentDatabasePage .docTree label {
            cursor: pointer;
            font-weight: normal;
        }

    #documentDatabasePage .folderName {
        border-bottom: 1px solid;
        #333;
        padding-bottom: 10px;
        padding-top: 10px;
        font-weight: bold;
    }

    #documentDatabasePage .itemDoc {
        border-bottom: 1px dotted #333;
        padding-bottom: 10px;
        padding-top: 10px;
    }

        #documentDatabasePage .itemDoc .itemModality {
            font-style: italic;
            font-size: 0.9em;
        }

        #documentDatabasePage .itemDoc .itemTitle {
            cursor: pointer;
            font-weight: bold;
        }

        #documentDatabasePage .itemDoc .itemDescr {
            font-size: 0.9em;
        }

        #documentDatabasePage .itemDoc .itemPJ {
            margin-top: 5px;
        }

            #documentDatabasePage .itemDoc .itemPJ > div > div {
                margin-bottom: 5px;
            }

        #documentDatabasePage .itemDoc .itemFileName {
            float: left;
            max-width: 80%;
        }

        #documentDatabasePage .itemDoc .itemDownload {
            float: right;
        }

/* #region responsive */
@media screen and (max-width:456px) {
    #documentDatabasePage .docTreeRow {
        display: unset;
    }

    #documentDatabasePage .docTree {
        display: unset;
    }
}



/* #region evaluation */
#evaluationPage .card {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    border-radius: 10px;
    margin-left: -3px;
    margin-right: 60px;
    margin-top: 0px;
    margin-bottom: 10px;
    padding: 0px;
    min-height: 150px;
    min-width: 200px;
    background: #fff !important;
}

    #evaluationPage .card:hover {
        box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    }

#evaluationPage .card-footer {
    text-size-adjust: 100%;
    font-size: 14px;
    line-height: 20px;
    -webkit-font-smoothing: antialiased;
    color: rgb(38, 38, 39);
    box-sizing: inherit;
    background: rgb(250, 250, 250);
    padding: 0px 16px;
    width: 100%;
    height: 48px;
    display: flex;
    -webkit-box-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    align-items: center;
}

#evaluationPage .descriptionInput {
    border-top: 0;
    border-right: 0;
    border-left: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#evaluationPage response-input.descriptionInput.question-title:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

#evaluationPage .input-group-addon {
    color: #fff !important;
    background-color: #fd3478;
}

#evaluationPage .custom-disabled:disabled {
    border: none !important;
    background-color: white !important;
    cursor: default !important;
}

#evaluationPage .choice-item {
    border-radius: 4px;
    background-color: white !important;
    box-shadow: rgba(4, 69, 175, 0.6) 0px 0px 0px 1px inset;
    color: rgb(4, 69, 175);
    max-width: 100%;
    min-width: 75px;
    min-height: 40px;
    outline: 0px;
    padding: 4px;
    transition-duration: 0.1s;
    transition-property: background-color, color, border-color, opacity, box-shadow;
    transition-timing-function: ease-out;
    cursor: pointer !important;
    opacity: 1;
    width: 100%;
}

#evaluationPage response-input.descriptionInput.question-title input:focus {
    border: none !important;
    box-shadow: none !important;
}


#evaluationPage .question-title {
    font-size: 18px;
    font-weight: 600;
}

#evaluationPage .bs-callout {
    line-height: 1.42857143;
    color: #333;
    box-sizing: border-box;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 0px;
}

#evaluationPage .question-choices > li {
    list-style: none;
    box-sizing: border-box;
    position: relative;
    display: block !important;
    float: none !important;
    margin-top: 2px;
    margin-left: 0;
}


#evaluationPage .question-choices {
    box-sizing: border-box;
    margin-top: 0;
    padding-left: 0;
    list-style: none;
    max-width: 300px;
    margin-bottom: 0;
    margin: auto;
}

#evaluationPage .scal {
    margin-right: 4px;
}

#evaluationPage .scal-nav {
    display: flex;
    justify-content: center;
}

#evaluationPage .pagination > .active > a {
    background-color: #252b5a;
    border-color: #252b5a;
    color: white !important;
}

    #evaluationPage .pagination > .active > a:hover {
        background-color: #fd3478;
        border-color: #fd3478;
    }


#evaluationPage .opinion-scale-label {
    margin-left: 10px;
    color: #252b5a !important;
}

#evaluationPage .add-question-button {
    text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    color: white;
    font: inherit;
    margin: 0px;
    overflow: visible;
    text-transform: none;
    box-sizing: inherit;
    border: 1px solid transparent;
    border-radius: 25px;
    outline: none;
    cursor: pointer;
    transition: all 0.4s ease 0s;
    padding: 0px;
    width: 40px;
    height: 40px;
    position: fixed;
    top: 45%;
    right: 36px;
    z-index: 10;
    background-color: rgb(253 52 120);
}

    #evaluationPage .add-question-button:hover {
        box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    }

@media only screen and (min-width: 600px) {
    #evaluationPage .flex-container {
        display: flex !important;
    }

    #evaluationPage .flex-left {
        flex: 2 !important;
    }
}

#evaluationPage .matrix-container-scroll {
    overflow: auto !important;
}

#evaluationPage .matrix-col {
    min-width: 150px !important;
}

#evaluationPage .matrix-row-header {
    min-width: 150px !important;
}

#evaluationPage .matrix {
    filter: hue-rotate(110deg);
}

#evaluationPage .option-selected {
    border: solid #fd3478;
}

#evaluationPage .scal-selected {
    background-color: #fd3478 !important;
    border-color: #fd3478 !important;
}

#evaluationPage .evaluation-alert {
    width: fit-content;
    padding: 2px;
    margin-top: 10px;
    border: 1px solid transparent;
    border-radius: 4px;
}

#evaluationPage .option-selected {
    border: solid #fd3478;
}

#evaluationPage .scal-selected {
    background-color: #fd3478 !important;
    border-color: #fd3478 !important;
}

/*#endregion evaluation */

#summary-homework-reponse .accordion {
    background-color: var(--main-color);
    color: white;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    margin-bottom: 2px;
}

#summary-homework-reponse .accordion-panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

#summary-homework-reponse .accordion:after {
    content: '\002B';
    color: white;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

#summary-homework-reponse .qq-upload-button-selector {
    min-width: 65% !important
}

    #summary-homework-reponse .qq-upload-button-selector > div {
        padding: 0;
    }

#summary-homework-reponse {
    color: var(--secondary-color);
}

.documentDatabaseBtn {
    margin-top: 15px;
    padding: 15px 10px;
    font-size: 20px;
    margin-right: 10px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.header_small .documentDatabaseBtn {
    margin-top: 2px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

#evaluationPage .input-group-addon {
    border-radius: 0px;
    clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
    padding-right: 20px;
    padding-top: 7px;
}

#evaluationPage .custom-disabled:disabled {
    padding: 20px 10px;
    color: #252b5a;
}

#QuestionList .col-12 {
    padding: 5px 10px;
}

#evaluationPage .descriptionInput {
    height: auto !important;
    padding: 0px !important;
    margin: 0px !important;
}

.fullMVC .header_small .avatarHandler {
    margin-top: -13px !important;
}

/* BPCE PART TO REORDER CORRECTLY ! */


#presentationContainer h1, #presentationContainer h2, #presentationContainer h3, #presentationContainer h4, #presentationContainer h5, #pageRessource .text-truncate.bold.font18, #commentZone .font18 {
    font-weight: 500 !important;
}

#presentationContainer .titleThemeCard h4, #presentationContainer .mainBlockDashboard h2 {
}

html {
    scroll-behavior: smooth;
}

body {
    color: #222;
    font-size: 16px;
    font-weight: 300;
}

@media screen and (max-width:1200px) {
    body {
        font-size: 14px;
    }
}

:root {
    --main-color: #252b5a;
    --secondary-color: #fd3478;
    --main-color-opacity: #252b5aB3;
    --main-color-resource: #252b5aCC;
    --main-color-gradient: #252b5a33;
    --important-alerte: #e99804cc;
}

.maincolor, .mainTextColor {
    color: var(--main-color) !important;
}

.secondarycolor {
    color: var(--secondary-color) !important;
}

.backgroundGreyColor {
    background-color: #F1F2F1 !important;
}

/* FONT */

a, a:active, a:hover, a:focus {
    color: var(--secondary-color) !important;
    text-decoration: none;
}

.medium {
    font-weight: 500 !important;
}

h1 {
    font-size: 28px !important;
    text-transform: uppercase;
}

h2 {
    font-size: 24px !important;
}

h3 {
    font-size: 20px !important;
    margin-bottom: 20px !important;
}

h4 {
    font-size: 21px !important;
}

/* BUTTONS */

.statusDiscover, .modal-body .classicButton, .cancel-button, .confirm-button {
    color: var(--secondary-color) !important;
    border: 1px solid var(--secondary-color) !important;
}

    #backOfficeButton, .sweet-alert button.confirm, .confirm-button:hover, .cancel-button:hover {
        background-color: var(--secondary-color) !important;
        border: 1px solid #fff;
        border-left: none;
    }

.importButton, .loginBox .btn-login, .classicButton, .submitButton, .bootstrapDatatableButton, .importButton:hover, .submitButton:hover, .bootstrapDatatableButton:hover, #pageRessource .launchRessource, #pageRessource .launchRessource:hover, #pageRessource .launchRessource:focus {
    background-color: var(--secondary-color) !important;
    color: white !important;
}

.chiller_cb input:checked ~ span {
    background: var(--secondary-color) !important;
    border-color: var(--secondary-color) !important;
}


.statusDiscover, .modal-body .classicButton {
    z-index: 1;
    position: relative;
    padding: 0.5em 1em;
    outline: 0;
    background-color: #FFF;
}

    .statusDiscover:before, .modal-body .classicButton:before {
        content: "";
        z-index: -1;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: var(--secondary-color);
        -webkit-transform-origin: center right;
        transform-origin: center right;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        transition: -webkit-transform .25s ease-in-out;
        transition: transform .25s ease-in-out;
        transition: transform .25s ease-in-out,-webkit-transform .25s ease-in-out;
        color: white !important;
    }

    .statusDiscover:hover:before, .modal-body .classicButton:hover:before {
        -webkit-transform-origin: center left;
        transform-origin: center left;
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        color: white !important;
    }

    .statusDiscover:hover, .confirm-button:hover, .cancel-button:hover {
        color: white !important;
        transition: transform .25s ease-in-out;
    }

/* HEADER */

.fa-bars {
    font-size: 24px;
}

.memberNameTop .name {
    line-height: 24px;
}

.memberNameTop, #webformHeader a, #headerThemesMenu .white-color, #headerThemesMenu .white-color:hover {
    color: var(--secondary-color) !important;
}

#headerThemesMenu .white-color, #headerThemesMenu a {
    transition: all 0.2s linear 0s;
}


/* FOOTER */
#footerLearn a {
    transition: all 0.2s linear 0s;
    line-height: 15px;
}

    #footerLearn a:hover {
        transition: all 0.2s linear 0s;
        margin-left: 5px;
    }

#footerLearn .subFooter {
    font-size: 14px;
}

    #footerLearn .subFooter a:hover {
        margin-left: 0px;
        letter-spacing: 1px;
    }

#footerLearn .socialmediallink a:hover {
    margin-left: 0px;
}

#footerLearn a:hover::after {
    content: "\f178";
    font-family: "Font Awesome 5 Pro";
    font-size: 15px;
    padding-left: 10px;
    transition: all 0.2s linear 0s;
}

#footerLearn .subFooter a:hover::after, #footerLearn .socialmediallink a:hover::after {
    content: "";
    padding-left: 0px;
}

s
/* CROSSPAGE */
.modal-content {
    border-radius: 0px !important;
}

.resourceItem:hover, .square-details:hover {
    border-color: var(--secondary-color) !important;
    border-color: transparent !important;
}

#MainLoader {
    border: none;
    background-image: url('../../images/vectorlogo.png');
    animation: spin 4s infinite linear;
    background-size: contain;
    background-repeat: no-repeat;
    border-radius: 0;
    width: 190px;
    height: 190px;
}

#previewModalityLoader {
    border: 32px solid #f3f3f3;
    border-top: 32px solid var(--main-color);
}

.componentSpinner {
    content: " ";
    display: block;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    border: 5px solid #fff;
    border-color: var(--main-color) transparent var(--main-color) transparent;
    animation: dual-ring 1.5s linear infinite;
    margin: 50px auto;
}

::-webkit-scrollbar {
    width: 7px;
}

::-webkit-scrollbar-track {
    background: #ddd;
}

::-webkit-scrollbar-thumb {
    background: var(--main-color);
    border-radius: 0px;
}

    ::-webkit-scrollbar-thumb:hover {
        background: var(--main-color);
    }

/* LOGIN */

.loginBoxAccroche {
    display: none !important;
}

.loginBox .loginBoxForm #zTitle {
    font-size: 30px !important;
    margin-bottom: 40px;
    margin-top: 80px;
}

.loginBox .btn-default:not(.dropdown-toggle) {
    width: 100% !important;
}

.loginBox {
    width: 450px;
    min-height: 100vh;
    position: absolute;
    left: auto;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    overflow: auto;
}

    .loginBox .loginBoxForm {
        padding: 20% 10%;
        background-color: #fff;
        margin-top: 0px;
        border-radius: 0px;
        top: 0px;
        right: 0px;
        position: absolute;
        height: 100%;
        width: 100%;
    }

    .loginBox img {
        max-width: 350px;
        max-height: 150px;
        margin: auto;
        display: block;
    }

    .loginBox .loginBoxForm #zTitle, .login label, .login input[type=text], .login input[type=password], .text-primary, .navbar .navbar-nav .nav-item.active a.nav-link {
        color: var(--main-color) !important;
    }

    .loginBox .input-group-addon {
        background-color: var(--main-color) !important;
        color: #fff !important;
        border-color: var(--main-color) !important;
        border-radius: 0px !important;
        border-right: none !important;
        width: 40px;
    }

    .loginBox .input-group {
        width: 100%;
        margin-top: 20px;
    }

    .loginBox .btn-login {
        border: 1px solid var(--secondary-color) !important;
        transition: all 0.2s linear 0s;
    }

        .loginBox .btn-login:hover {
            background-color: #fff !important;
            color: var(--secondary-color) !important;
            transition: all 0.2s linear 0s;
        }

/* DASHBOARD */
.bannerTopDashboard {
    background-size: cover;
    background-position: center;
    height: 400px;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    align-items: center;
    padding-bottom: 50px !important;
}

    .bannerTopDashboard::before {
        background: linear-gradient(to top, #F7F7F7, #F7F7F770);
        content: ' ';
        display: block;
        position: absolute;
        right: 0;
        bottom: 0;
        height: 100%;
        width: 100%;
    }

.mainBlockDashboard .font-16 {
    margin-top: 20px;
}

.dashboardSeeAllMyTraining, .nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover, .seelAllNews, .nav .thirdTextColor, .actionColor {
    color: var(--secondary-color) !important;
}

.e-tipi-nav {
    font-weight: 600;
    background-color: #ffffff65 !important;
    border-radius: 5px;
}

    .e-tipi-nav .active {
        border-bottom: 5px solid var(--secondary-color);
        border-radius: 8px;
    }

.contentCategorie {
    margin-top: -10px;
    margin-bottom: 20px;
    font-size: 18px;
    margin-left: 10px;
    font-weight: 300;
}

.dashboardLearn h3, .mytraingNav {
    margin-left: 10px;
}

.dashboardLearn h3, h2 {
    font-size: 28px !important;
}

.dashboardSeeAllMyTraining {
    transition: all 0.2s linear 0s;
}

    .dashboardSeeAllMyTraining::before, #headerThemesMenu a::before {
        content: "\f178";
        font-family: "Font Awesome 5 Pro";
        font-size: 15px;
        opacity: 0;
        height: 100%;
        width: auto;
        transition: all 0.2s linear 0s;
        float: right;
        margin-right: -15px;
    }

    .dashboardSeeAllMyTraining:hover {
        text-indent: -20px;
    }

#headerThemesMenu a:hover {
    text-indent: 5px;
}

    .dashboardSeeAllMyTraining:hover::before, #headerThemesMenu a:hover::before {
        opacity: 1;
        text-indent: 0px;
        float: right;
        padding-left: 10px;
    }

#headerThemesMenu .header_profile::before, #headerThemesMenu .profilLink::before {
    content: "";
}

#headerThemesMenu .profilLink:hover::after {
    content: "\f178";
    margin-left: 15px;
    font-family: "Font Awesome 5 Pro";
    transition: all 0.2s linear 0s;
}

#headerThemesMenu .header_profile:hover::before {
    padding-left: 0px;
}

#headerThemesMenu .header_profile:hover {
    text-indent: 0px;
    cursor: default;
}

.nav-justified > li > a {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

    .nav-justified > li > a:hover {
        letter-spacing: 1px;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }

.e-tipi-nav > li {
    border-bottom: 3px solid #ddd;
}

.header .navig i {
    font-weight: 500;
    transition: all 0.1s linear 0s;
}

    .header .navig i:hover {
        font-weight: 900;
        transition: all 0.1s linear 0s;
        font-size: 1.45em;
    }

/* THEMES */

#relatedZone .theNews .lineAuthorLink a {
    color: var(--secondary-color) !important;
}

.themesListDashboard, #themes {
    background-color: var(--main-color) !important;
}

.themeCard {
    background-color: white;
    padding: 15px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    height: 130px;
    max-height: 130px;
    display: flex;
    align-items: center;
    vertical-align: middle;
}

    .themeCard:hover {
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }

        .themeCard:hover .titleThemeCard {
            display: none !important;
            -webkit-transition: all 0.5s ease-out;
            -moz-transition: all 0.5s ease-out;
            transition: all 0.5s ease-out;
        }

    .themeCard .themeCardDescription, .themeCard .titleThemeCard {
        -webkit-transition: all 0.5s ease-out;
        -moz-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
    }

    .themeCard:hover .themeCardDescription {
        display: block !important;
        -webkit-transition: all 0.5s ease-out;
        -moz-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
    }

    .themeCard .title {
        font-size: 16px;
        font-weight: 500;
        margin-top: 5px;
    }


/* SEARCHPAGE */

#searchPage label {
    color: var(--main-color) !important;
}

#searchPage .input-group-addon, #searchPage .btnSearch {
    background-color: var(--secondary-color) !important;
    border-color: var(--secondary-color) !important;
}

.list_display .choice_btn_select, .choice_btn_select:hover, #formationsDone .choice_btn_select {
    background-color: var(--secondary-color) !important;
    color: #fff;
}

#searchPage .input-group-addon, #searchPage .btnSearch {
    border-radius: 0px;
}

#searchPage .btnSearch {
    border: 1px solid var(--secondary-color) !important;
    transition: all 0.5s ease-out;
}

    #searchPage .btnSearch:hover {
        background-color: white !important;
        color: var(--secondary-color) !important;
        transition: all 0.5s ease-out;
    }


/* ARTICLES */
.titleArticle {
    line-height: 18px;
}

.articleCreationDate {
    color: #888 !important;
}

/*
.articleItem {
    margin-top: -10px;
}
*/

#pageArticle .fiche_tools .item {
    color: var(--secondary-color) !important;
}

.pieceJointe .browColor {
    color: var(--secondary-color) !important;
}

#pageArticles h1 {
    color: var(--main-color) !important;
}

#pageArticles .news .article .article-title span a {
    color: var(--secondary-color) !important;
}

.articleItem a:after {
    border-bottom: 2px solid var(--secondary-color);
    content: "";
    display: block;
    margin: 0em auto 0;
    transition: width 250ms ease-in-out 0s;
    width: 0;
}

.articleItem a:hover:after {
    transition: width 100ms ease-in-out 0s;
    width: 100%;
}

/* RESSOURCE */
#pageRessource .formationProfilList {
    margin-bottom: 15px;
}

    #pageRessource .formationProfilList .blocImg {
        width: 115px;
    }

    #pageRessource .formationProfilList img {
        max-width: 115px;
    }

#pageRessource .launchRessource, #communityLink, .mainButtonBackgroundColor, .mention-area .highlight a.mentiony-link {
    border: 1px solid var(--secondary-color) !important;
    background-color: var(--secondary-color) !important;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    border-radius: 0px;
}

    #pageRessource .launchRessource:hover, #communityLink:hover, .mainButtonBackgroundColor:hover, .mention-area .highlight a.mentiony-link:hover {
        background-color: #fff !important;
        color: var(--secondary-color) !important;
        -webkit-transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
        border-radius: 0px;
    }

.floatUserBar a, #pageRessource .adminBarRessource i {
    color: var(--secondary-color) !important;
}

#pageRessource .ressourceContainer .tags {
    font-size: 14px;
    float: left;
    padding: 5px 15px;
    border-radius: 2px 2px 2px 2px;
    box-shadow: none;
    margin: 5px;
    background-color: #fff;
    color: var(--secondary-color);
    border: 1px solid var(--secondary-color);
}

#pageRessource h3 {
    font-size: 24px !important;
    margin-bottom: 20px;
}

.searchHeader {
    margin-top: 37px;
    margin-right: 30px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.header_small .searchHeader {
    margin-top: 22px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.header_profile {
    font-size: 16px;
    font-weight: 500;
}

.menuBurger {
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.header_small .menuBurger {
    top: 22px !important;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

h1 {
    color: var(--main-color);
}

#pageRessource .text-truncate.bold.font18, #commentZone .font18 {
    color: var(--main-color) !important;
    font-size: 24px !important;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.barProgression .progression {
    background-color: var(--main-color);
}

.barProgression {
    border-color: var(--main-color);
}

#btnLaunchScorm:hover {
    color: #fff !important;
}

.userInformationsLine {
    background-color: var(--main-color);
    display: flex;
    align-items: center;
}

    .userInformationsLine .white-color {
        position: relative;
        width: 100%;
        text-align: left;
        margin-top: 3px;
    }

    .userInformationsLine .backgroundGrayColor {
        width: 80%;
        margin-right: 5px;
    }

.commentStyle :is(a, i) {
    color: var(--secondary-color) !important;
}

.iconsDock {
    display: flex;
    align-content: center;
    align-items: center;
}

    .iconsDock .pinIcon {
        margin-top: 2px;
        padding-right: 5px;
    }

    .iconsDock a:not(:last-child), i:not(:last-child) {
        margin-right: 5px;
    }

/* PARCOURS */

h1.quizName {
    color: var(--main-color) !important;
}

.subway-station {
    border: 1px solid var(--main-color);
}

.btn-default:not(.dropdown-toggle) {
    background-color: var(--secondary-color);
    color: #fff !important;
    text-transform: uppercase;
    font-weight: 400;
    border: none;
    padding: 10px 25px;
    border-radius: 0px;
    width: auto !important;
}

#zMainContainer .current .subway-station, #zMainContainer .spoc-timeline-section .done .subway-station, #zMainContainer .current .subway-station, #contentTimeline_ulTimeLine .spoc-timeline-section .done .subway-station {
    background-color: var(--main-color) !important;
    border: 1px solid var(--main-color);
}

.spoc-timeline-beans > li.current {
    color: var(--secondary-color) !important;
}

.spoc-timeline-section li.section:last-child {
    border-left: 1px solid var(--main-color) !important;
}


.spoc-timeline-section > li {
    border-left: 1px solid var(--main-color) !important;
}

#zMainContainer .spoc-widget-progression > .spoc-widget-progression-fg, #pageRessource .adminBarRessource {
    background-color: var(--main-color) !important;
}

.btn-default:not(.dropdown-toggle) {
    border: 1px solid var(--secondary-color);
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

    .btn-default:not(#bClose):not(.dropdown-toggle):hover {
        background-color: #fff !important;
        color: var(--secondary-color) !important;
        -webkit-transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
    }


/* COMMUNITY */

#communityInfoMember {
    background-color: var(--main-color) !important;
}

#communityPage .mainBackgroundColor {
    background-color: var(--main-color) !important;
}

#communityPage .secondTextColor {
    color: var(--secondary-color) !important;
}

#communityBtnInteractionComment a:hover, #communityBtnInteractionComment a:focus, #communityPage a:hover, #communityPage a:focus, #communityHeader a:hover, #communityHeader a:focus {
    color: var(--secondary-color) !important;
}

#communityHeader {
    background-color: var(--main-color) !important;
}

.mainIconTextColor {
    color: var(--secondary-color) !important;
}

#profilStatistics #communityTitle {
    text-transform: uppercase;
}

#communityPage .secondTextColor {
    color: var(--main-color) !important;
}

#profilStatistics {
    color: var(--secondary-color) !important;
}

/* PROFIL */

#headerThemesMenu .header_profile {
    margin-bottom: 10px;
}

#profilPage .title-18, #profilPage .title-20, #profilPage .KPICardBo i, #formationsDone label {
    color: var(--main-color) !important;
}

.cancelButton, .submitButton, .btn-primary:hover, .btn-primary {
    border: 1px solid var(--secondary-color) !important;
    border-color: var(--secondary-color) !important;
}

.cancelButton {
    background-color: #fff !important;
}

#profilPage .mainBackgroundColor, #tweenMaxWindow .mainBackgroundColor, #profilPage .profil-dashboards-zone-numbers {
    background-color: var(--main-color) !important;
}

#mediaImport .qq-upload-button, .backgroundActionColor {
    background-color: var(--secondary-color) !important;
}

#profilPage .bo-data {
    color: var(--secondary-color) !important;
}


#profilPage input::placeholder {
    color: darkgray !important;
}



.floatscroll {
    top: 120px !important;
    transition: 400ms;
}

.backgroundBlurResource {
    background-size: cover;
    background-position: center;
    height: 372px;
    filter: none;
    margin-left: -80px;
    padding-left: 80px;
    margin-right: -80px;
    padding-right: 80px;
    background-color: #fd3478;
}

.borderCleanBanner {
    position: absolute;
    width: 115%;
    height: 395px;
    border: 16px solid #f3f3f3;
    left: -87px;
    top: -10px;
}

#pageRessource .floatscroll {
    top: 120px;
    transition: 400ms;
}

#pageRessource .floatUserBar {
    position: fixed;
    bottom: auto;
    right: auto;
    height: auto;
    padding: inherit;
    background-color: #fff;
    color: #333;
    font-weight: bold;
    padding-left: 0px;
    box-shadow: none;
    font-size: 14px;
    z-index: 10;
    width: 350px;
    top: 240px;
    margin-left: 100px;
    padding-right: 0px;
    transition: 400ms;
    border-radius: 0px;
    box-shadow: 0px 2px 3px #21244933;
}

.barProgression {
    background-color: #fff;
    border-width: 1px;
    border-style: solid;
    border-bottom-left-radius: 0px;
}

    .barProgression .progression {
        border-bottom-left-radius: 0px;
    }

.maskShadow, .maskShadow2 {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,0) 60%, rgba(0,0,0,0.3) 100%);
}

.maskShadow2 {
    background: linear-gradient(0deg, rgba(0,0,0,0) 40%, rgba(0,0,0,0.3) 100%);
}

.floatUserBar .classicButton {
    width: 165px;
    text-align: center;
    position: absolute;
    top: -10px;
}

.importButton, .classicButton, .submitButton, .bootstrapDatatableButton {
    color: #fff !important;
}

#pageRessource {
    padding-top: 100px;
    background-color: #fff;
}

.arianeLink {
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.headerResourceInfo {
    position: absolute;
    top: 0px;
    left: -15px;
}

#presentationContainer .font34 {
    font-size: 36px;
    line-height: initial;
    font-weight: 500;
    margin-top: 0px;
    margin-left: 5px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

#pageRessource .pieceJointe, #pageArticle .pieceJointe {
    height: 60px;
    background-color: transparent !important;
    width: 100%;
    box-shadow: none;
    position: relative;
    margin-top: 10px;
    font-size: 16px;
}

.pieceJointe .text-truncate {
    color: #001B31 !important;
}

.pieceJointe a:hover {
    text-decoration: none !important;
}

.pieceJointe .fa-arrow-to-bottom:hover {
    opacity: 0.7;
}

#learningPathStartPage {
    width: 100%;
}

#commentZone .padding-15 {
    padding: 0px;
}

#pageRessource .launchRessource {
    text-transform: uppercase;
}

.spoc h1 {
    font-weight: bold;
}

.spoc ul .col-sm-4 h3 {
    margin-top: 0 !important;
}

ul#sectionlist_ulSection > li {
    margin-bottom: 30px;
}

#commentZone .commentForm {
    padding: 15px 15px 0;
    background-color: #fff;
}

#pageRessource .sessionContainer .thumbnail {
    position: relative;
    height: 200px;
    box-shadow: 1px 1px 2px #bababa;
    border-radius: 0px;
}

.articleContainer h1, .articleContainer h2, .articleContainer h3, .articleContainer h4, .articleContainer h5 {
    font-weight: bold !important;
    margin: 15px 0 10px !important;
}

.articleContainer p {
    margin-bottom: 10px;
}

.articleContainer ul, .articleContainer ol {
    margin-bottom: 10px;
}

.articleContainer li {
    /*padding: 0 0 0 30px;*/
}

.descriptionBloc h1, .descriptionBloc h2, .descriptionBloc h3, .descriptionBloc h4, .descriptionBloc h5 {
    font-weight: bold !important;
    margin: 15px 0 10px !important;
}

.descriptionBloc li {
    padding: 0 0 0 30px;
}

.descriptionBloc ul, .descriptionBloc ol {
    margin-bottom: 10px;
}

.sessionContainer {
    width: 100%;
    padding: 0px;
}

    .sessionContainer .margin-bot-30 {
        margin-bottom: 0px !important;
    }

.addFavorites i :not(.rateColor) {
    color: #fff !important;
}

.infoDescription .flex {
    min-width: auto;
    color: #fff;
}

.descriptionBloc {
    color: #212449;
}

.imgTheme {
    position: absolute;
    right: 0px;
    height: 250px;
    display: block;
    background-position: center;
    background-size: cover;
    width: 35vw;
}

.transitionTheme {
    position: absolute;
    right: 27vw;
}

#themeHeader .h4, #themeHeader h4 {
    font-size: 50px;
    margin-top: 50px;
}

#pageRessource #btnStartLearningPath {
    bottom: 0px !important;
    padding: 3px;
    border-radius: 4px !important;
    color: white;
    left: 3% !important;
    width: 94% !important;
}

@media (max-width: 768px) {
    #pageRessource {
        margin-top: -140px !important;
    }

    .menuBurger {
        display: block;
    }

    #pageRessource .resourceImage {
        display: unset;
    }

    #pageRessource .floatUserBar .resourceImage {
        display: none;
    }

    #pageRessource .playBtnWeb .launchRessource {
        display: initial;
    }

    .floatUserBar .playBtnWeb {
        position: absolute;
        bottom: 0px;
        text-align: center;
        width: 100%;
        left: 0px;
        padding-bottom: 20px;
    }

    .backgroundBlurResource {
        margin-left: 0px;
        padding-left: 0px;
        margin-right: 0px;
        padding-right: 0px;
    }

    .headerResourceInfo {
        text-align: center;
    }

    #pageRessource .adminBarRessource {
        display: none !important;
    }

    .borderCleanBanner {
        position: absolute;
        height: 390px;
        border: 11px solid #f3f3f3;
        top: -10px;
        width: 106% !important;
        left: -10px !important;
    }

    #pageRessource .col-md-7 {
        width: 100vw;
        padding: 0px 25px;
        margin-top: 0px;
    }

    #pageRessource #relatedZone .padding-left0 {
        margin-left: -25px;
        padding: 25px !important;
    }

    #pageRessource .floatUserBar {
        margin-left: auto !important;
        position: inherit !important;
        margin: auto;
        margin-top: -50px;
        top: 0px !important;
        width: 280px !important;
        padding-bottom: 50px !important;
    }

    #highlighted-resources .sudoSliderContainer, #relatedResources .sudoSliderContainer {
        margin: 0 25px;
    }

    .imgTheme {
        display: none;
    }

    .transitionTheme {
        display: none;
    }

    #themeHeader .h4, #themeHeader h4 {
        font-size: 30px;
        margin-top: 20px;
    }
}

/*END RESOURCE PAGE*/

/*START SPOC*/

.spoc-widget-progression > .spoc-widget-progression-bg {
    background-color: #f3f3f3;
    border-radius: 0px;
}

.spoc-widget-progression > .spoc-widget-progression-fg {
    border-radius: 0px;
}


.spoc-timeline-section-title {
    font-size: 14px !important;
    color: #1d1d1b;
    text-transform: initial !important;
    font-weight: bold;
    padding: 5px;
    margin-top: -7px !important;
    display: block;
    margin-left: -20px;
}

.spoc-timeline-section-title-div {
    padding-left: 15px;
}

.floatUserBar .spoc-timeline-section-title {
    font-size: 14px !important;
    color: #1d1d1b;
    text-transform: initial !important;
    font-weight: bold;
    padding: 5px;
    margin-top: -36px !important;
    display: block;
    margin-left: 0px;
}

.spoc-timeline-section-container {
    padding: 0px 10px 0px 0px !important;
}


.spoc-content-header, .spoc-bean-introduction {
    background-color: #fff !important;
}

.spoc-content-header {
    margin-left: -80px;
    padding-left: 80px;
    margin-right: -80px;
    padding-right: 80px;
    background-size: cover;
    background-position: center !important;
    height: 372px;
}



.spoc-timeline-beans .grey {
    color: #1d1d1b !important;
}

.spoc-timeline-beans li {
    padding: 10px 0px;
}


.spoc-timeline-beans {
    font-size: 13px;
    padding: 5px 0px 10px 30px !important;
}

    .spoc-timeline-beans > li i {
        font-size: 11px;
    }

#contentHeader_zSpocTitle {
    position: initial;
    background-color: transparent;
    color: white !important;
    padding: 0px;
}




.spoc ul .col-sm-4 h3, #zTableCompetencies tr:first-child {
    background-color: #000 !important;
}

.spoc-content-header, .spoc-bean-introduction {
    background-color: transparent !important;
}


.spoc-details-header .spoc-details-header-title {
    background-color: transparent !important;
}

.spoc-timeline-section li.section:last-child {
    border-left: 1px solid #fff !important;
}

.spoc-timeline-section > li:not(.current) .spoc-timeline-beans {
    display: block;
}

.spoc-timeline-section li.clicked, .spoc-timeline-section li.clicked div {
    color: grey;
}

.spoc #contentTimeline_ulTimeLine {
    margin-top: 260px;
}


@media screen and (max-width:768px) {

    .spoc-content-header {
        margin-left: auto;
        margin-right: auto;
    }

    .spoc .col-sm-pull-9 {
        position: relative !important;
        top: 0 !important;
        margin-left: auto;
        margin-right: auto;
        right: auto !important;
    }

    .borderCleanBanner {
        width: 106% !important;
        left: -10px !important;
    }

    #scormContainer .userInformationsLine {
        display: flex;
        align-items: baseline;
    }

        #scormContainer .userInformationsLine .cleft {
            float: none;
            justify-content: center;
        }

        #scormContainer .userInformationsLine .cright {
            margin: 0;
            margin-top: 5px;
            text-align: center;
            margin-right: 5px;
        }

    #scormContainer .scormLessonStatus {
        margin-top: 20px;
    }

        #scormContainer .scormLessonStatus .cleft, #scormContainer .scormLessonStatus .classicButton {
            width: 100% !important;
            max-width: 100% !important;
        }
}

/*END SPOC*/

/*DASHBOARD ELEGIA*/

.welcomeBloc .titleWelcome {
    font-size: 25px;
    font-weight: 500;
    line-height: 30px;
}

.imgActuBloc {
    background-size: cover;
    background-position: center;
    width: 50%;
    border-radius: 900px 900px 0px 900px;
}

    .imgActuBloc::after {
        content: '';
        display: block;
        padding-bottom: 100%;
    }

.contentActuBloc {
    position: relative;
    width: 50%;
}

    .contentActuBloc::after {
        content: '';
        display: block;
        padding-bottom: 100%;
    }

    .contentActuBloc .textActu {
        position: absolute;
        width: 100%;
        height: 100%;
        color: white;
        padding: 15px;
        font-size: 12px;
        line-height: 13px;
        font-weight: 200;
        text-align: center;
    }

.font30 {
    font-size: 30px;
}

.font20 {
    font-size: 20px;
    line-height: 22px;
}

.font14 {
    font-size: 14px !important;
}

.font12 {
    font-size: 14px;
    line-height: 16px;
}

.textActu .font20, .textActu .font14, .textActu p {
    color: white;
    font-weight: 500;
}

.textActu p {
    font-weight: 200;
    max-height: 130px;
    overflow: hidden;
}

.textActu .btnWhite {
    background-color: white;
    color: #212449;
    font-weight: 500;
    padding: 7px 20px;
    border-radius: 0px;
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.cursusCompliance .btnWhite {
    background-color: white;
    color: #F53239;
    font-weight: 500;
    font-size: 12px;
    padding: 5px 20px;
    border-radius: 0 0 20px 0;
    position: absolute;
    right: 20px;
}

.title-18 {
    font-size: 26px;
    font-weight: 500 !important;
    margin-top: 50px;
}




.nav > li > a:focus, .nav > li > a:hover {
    background-color: transparent;
}


.square-details {
    border: 1px solid lightgray;
}

#thContainer {
    background-image: none;
}


.whiteClr, .modal .close {
    color: #fff !important;
}

#mainDashboard #themes .thContainer .content {
    overflow: hidden;
    height: 140px;
}

.themeCard img {
    width: 100px;
    height: 100px;
    padding: 10px 10px;
    object-fit: contain;
}


.imgDashboard {
    width: 90%;
    height: auto;
    margin-top: 100px;
}

.cursusCompliance {
    height: 350px;
    border-radius: 0 0 30px 0;
    text-align: center;
}

    .cursusCompliance p {
        font-size: 12px;
        line-height: 13px;
        height: 130px;
        overflow: hidden;
    }

.imgResource {
    background-size: cover;
    background-position: center;
}

.resourceItem .themeIcon {
    width: 42px;
    height: 42px;
    border-radius: 90px;
    display: flex;
    align-items: center;
    padding: 8px;
    margin: auto;
    margin-top: -35px;
    position: relative;
}

    .resourceItem .themeIcon img {
        width: 100%;
        filter: brightness(100);
    }

.btnLaunchResource {
    background-color: #212449;
    color: #FFF;
    font-weight: 500;
    font-size: 12px;
    padding: 5px 20px;
    border-radius: 0px;
    position: absolute;
    right: 10px;
}

.resourceItem {
    border-radius: 0px;
    box-shadow: 0px 2px 3px #21244933;
}


.divVideoPopup .videoArticleDisplay {
    width: 100%;
    min-height: 365px;
}

    .divVideoPopup .videoArticleDisplay video {
        width: 100%;
        min-height: 365px;
    }

.vignette-CustomExtProp {
    position: absolute;
    top: 10px;
    left: 10px;
    border-radius: 2px;
    padding: 3px 5px;
    font-size: 11px;
    font-weight: 500;
    background-color: #D30027;
    color: #fff !important;
    z-index: 2;
}

.vignette-CustomExtProp-academy {
    background-color: #F75E64 !important;
}

.resourceItem .resourcePlayVideo {
    position: absolute;
    right: 3% !important;
    bottom: 12% !important;
    font-size: 30px;
    z-index: 9;
}

.addFavorite {
    z-index: 2;
}

.resourceItem i {
    color: #fff !important;
    text-shadow: 0px 0px 5px #333;
}

.extpropResourceDetail {
    border-radius: 2px;
    padding: 3px 5px;
    font-size: 11px;
    font-weight: 500;
    background-color: #D30027;
    color: #fff !important;
}

.dashboardSeeAllMyTraining {
    font-weight: bold;
    text-decoration: underline;
    color: #1F275A;
    padding-top: 0px !important;
}

.vignetteResourceSstatus {
    background-color: #1F275A;
}

    .vignetteResourceSstatus > span {
        padding: 5px;
        color: #fff;
    }

.rightBlocNewsDashboard {
    background-color: #1F275A;
    color: #fff;
    height: 300px;
}

.imgNewsDashboard {
    width: 300px;
    height: 300px;
}

.seelAllNews {
    font-weight: bold;
    text-decoration: underline;
    color: #1F275A;
    display: block;
}

.topIconsCompliance i {
    color: #fff !important;
    font-size: 30px;
}

.bottomIconsCompliance i {
    color: #fff !important;
}

.themesListDashboard {
    padding: 30px 0px;
}

.themesDashboard .themesImages img {
    width: 40px;
    height: 40px;
    padding: unset;
}

#mainDashboard #themes .thContainer .title {
    margin-top: 10px !important;
}

.black-color {
    color: #000 !important;
}

.white-color {
    color: #fff !important;
}

.butonConsultNewsFromDahsboard {
    bottom: 5px;
    right: 5px;
    background-color: #fff;
    color: #1F275A;
    position: absolute;
    cursor: pointer;
}

.medium, label {
    font-weight: 500;
}

.resourceTitle {
    line-height: 16px;
    font-weight: 500 !important;
    margin-top: 5px;
}

.spoc-widget-progression > .spoc-widget-progression-fg {
    background-color: #212449 !important;
}

#pageRessource .adminBarRessource {
    background-color: transparent !important;
}



.blocTopRessource .themeBloc {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

    .blocTopRessource .themeBloc .medium {
        font-size: 20px;
        margin-bottom: -10px;
        padding-left: 5px;
        margin-top: 5px;
    }

.themeResourceIcon {
    background-color: white;
    border-radius: 0px;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    text-align: center;
    margin-right: 10px;
}

    .themeResourceIcon img {
        width: 100%;
    }

.ressourcePage .title-18 {
    font-size: 18px;
    color: #fd3478;
    margin-top: 15px;
}

.header_small .avatarHandler {
    margin-top: -13px;
}

.seelAllNewsResources, .seelAllToComeUpResources, .dashboardSeeAllAcademy {
    font-weight: 500;
    text-decoration: underline;
    margin-top: -40px;
}

.rechercheBtn {
    margin-top: 15px;
    padding: 15px 10px;
    font-size: 20px;
    margin-right: 10px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.header_small .rechercheBtn, .header_small .notificationIcon {
    margin-top: 2px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.header_profile:hover {
    text-decoration: none;
}

#headerThemesMenu .leftSearch {
    margin: 6px 48px;
    padding: 0;
    font-size: 16px;
    position: absolute;
    top: 22px;
    left: 10px;
}

    #headerThemesMenu .leftSearch .fa-search {
        position: absolute;
        top: 8px !important;
        right: 10px !important;
        color: #212449;
    }

#headerThemesMenu input#headerQuickSearch2 {
    padding: 10px 30px 10px 10px;
    font-size: 16px;
}

.navig a:hover {
    color: #212449 !important;
}

#footerLearn {
    border-bottom: none;
    color: #212449;
}

#themeHeader .font34 {
    padding-left: 15px !important;
    font-size: 45px;
    line-height: 45px;
    text-shadow: none;
}

#themeHeader a:hover {
    text-decoration: none;
}

#themeHeader .iconTitleTheme img {
    filter: brightness(100);
}

.thematicOfferBtn {
    height: 55px;
    margin-top: 15px;
    width: 100%;
    border-radius: 900px 900px 0px 900px;
    color: white;
    display: flex;
    align-items: center;
    text-align: left;
    line-height: 18px;
}

    .thematicOfferBtn img {
        width: 30px;
        height: auto;
        margin-left: 20px;
        margin-right: 10px;
        filter: brightness(10);
    }

#profilPage .title-18 {
    font-size: 18px;
}

#profilPage .title-20 {
    text-transform: uppercase;
    color: #fd3478;
}


.decorationNone:hover, .decorationNone a:hover {
    text-decoration: none !important;
}

#pageRessource .launchRessource, #pageRessource .launchRessource:hover, #pageRessource .launchRessource:focus {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    border-radius: 0px;
    padding: 12px 40px;
    opacity: 1;
}

.objectifBloc {
    text-align: center;
    background-color: #fd3478;
    color: white !important;
    padding: 15px 50px;
    padding-bottom: 20px;
    position: relative;
}

    .objectifBloc ul {
        padding-left: 30px;
    }

    .objectifBloc .title-18 {
        margin-top: -20px;
        color: #fff !important;
    }

#footerLearn .backgroundFooter {
    padding-top: 20px;
}

.objectifBloc .formTopLine {
    position: absolute;
    top: 10px;
    left: 10px;
}

.objectifBloc .formBottomLine {
    position: absolute;
    bottom: 10px;
    right: 10px;
}



.identityCardCompetencies .tags {
    font-size: 14px;
    float: left;
    padding: 5px 15px;
    border-radius: 20px 20px 0px 20px;
    box-shadow: none;
    margin: 5px;
    background-color: #212449;
    color: #fff;
}

.butonAdjustMyPrefernces {
    float: right;
    margin-right: 3%;
    color: #fff;
    background-color: #212449;
}

.backgroundFile {
    background-color: #fff;
    border-radius: 0px;
    box-shadow: 0px 2px 3px #21244933;
}

    .backgroundFile .browColor {
        color: #fff !important;
    }

.pieceJointe .cursor {
    border-radius: 0px;
    border: 1px solid lightgray !important;
}

.avatarExpert {
    width: 120px;
    height: 120px;
    border-radius: 100px;
    background-size: cover;
    background-position: center;
    display: table;
}

.contentActuBloc .font-12 {
    margin-top: 7px;
    margin-bottom: 20px;
}

#pageArticle .fiche_header {
    margin-top: 0px;
}

#pageArticle .articleContainer .article-content {
    margin-bottom: 30px;
}

#webformHeader {
    box-shadow: none !important;
}

#pageArticles .news .article .article-title span {
    background-color: transparent;
    color: #F53239 !important;
    font-weight: 500;
    font-size: 16px;
}

.sudoSliderContainer .prevBtn {
    background-image: url(/Content/img/fontawesome/solid/chevron-left.svg);
}

.sudoSliderContainer .nextBtn {
    background-image: url(/Content/img/fontawesome/solid/chevron-right.svg);
}

.sudoSliderContainer .prevBtn, .sudoSliderContainer .nextBtn {
    filter: brightness(5%);
    width: 20px;
}

.resourceItem .fa-clock, .resourceItem .fa-share {
    color: #212449 !important;
    text-shadow: none;
}

.cursusCompliance .fa-clock {
    color: #fff !important;
    text-shadow: none;
}

#themes .title-18 {
    margin-top: 0px;
}

.sweet-alert button.confirm {
    border-radius: 0px;
}



.resourceItem .fa-check-circle, .resourceItem .fa-times-circle {
    top: calc(50% - 30px) !important;
    font-size: 50px !important;
    color: #fff !important;
    left: calc(50% - 30px) !important;
}

.btnLaunchResourceList {
    background-color: #fff;
    color: #6d7dff;
    border: 1px solid #6d7dff;
    font-weight: 500;
    font-size: 12px;
    padding: 5px 20px;
    border-radius: 0px;
    right: 10px;
}

    .btnLaunchResourceList :not(.statusDiscover) {
        color: #FFF !important;
    }



.checkImage div {
    background-color: #212449;
}

#searchPage label {
    margin-top: 15px;
}

.choice_btn {
    border-radius: 0px !important;
}

#searchPage label {
    color: #fd3478;
}

.menuBurger .fa-bars {
    font-size: 30px;
}

.classicButton {
    border-radius: 0px;
}

.modal-title {
    font-weight: 500 !important;
}

.btnReadArticle {
    padding: 7px 25px;
    background-color: #212449;
    border-radius: 0px 15px 0px 0px;
    color: #fff !important;
}

    .btnReadArticle:hover, .btnReadArticle:focus {
        text-decoration: none !important;
        color: #fff !important;
    }

.imgCol {
    height: 300px;
    background-position: center;
    background-size: cover;
}

#togglePaswword {
    float: right;
    margin-top: -28px;
    position: relative;
    font-size: 16px;
}

.communityThemeBtn {
    text-shadow: none;
    padding: 5px 15px;
    display: inline-block;
    margin-top: 30px;
    border-radius: 20px 20px 0px 20px;
    position: relative;
    background-color: transparent;
    border: 2px solid #fff;
}

#Pagethemes .title-18, #Pagethemes .font18 {
    font-size: 20px;
    color: #fd3478;
    font-weight: 500 !important;
    margin-top: 0px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.descriptionVignette {
    display: block;
    text-overflow: ellipsis;
    word-wrap: break-word;
    overflow: hidden;
    max-height: 5em;
    line-height: 1.4em
}

.headerResourceInfo .col-md-7 {
    margin-top: 40px;
}

.extpropResourceDetail {
    border-radius: 2px;
    padding: 3px 5px;
    font-size: 11px;
    font-weight: 500;
    background-color: #fff;
    color: #D30027 !important;
    border: 1px solid #D30027;
}

.btn:hover, .btn:focus, .btn.focus {
    color: #fff;
}

.ratingResource {
    position: absolute;
    top: 20px;
    left: 20px;
    font-size: 14px;
    z-index: 1;
}

.infoDescription .flex::after {
    font-family: "Font Awesome 5 Pro";
    content: "\f111";
    padding-left: 10px;
    font-weight: bold;
    font-size: 5px;
    color: #fff;
}

.infoDescription .flex:last-child::after {
    content: "";
    padding-left: 10px;
}

.refNumber {
    position: absolute;
    right: 0px;
    top: 15px;
    font-weight: 500;
    text-transform: uppercase;
}

.rateColor {
    color: #FFF !important;
}

#tForgetPassword {
    margin-top: 20px;
    display: block;
}

.btnLoginMain {
    bottom: -30px;
}

.chiller_cb input:checked ~ span {
    background: #212449;
    border-color: #212449;
}

#searchPage .chiller_cb label {
    margin-top: 3px;
}

#relatedResources .resourceItem {
    margin: auto !important;
}

.globalRating .emptyColor {
    -webkit-text-fill-color: #fff;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #023955;
}

.dlCertif a:hover {
    color: #fff !important;
}

#tForgetPassword {
    font-size: 14px !important;
    text-decoration: underline;
}

.searchList .resourceItem .themeIcon {
    display: none;
}

.searchList .resourceItem {
    height: 132px;
    margin: 7px 10px 0px 10px !important;
}

.list .themeIcon {
    width: 42px;
    height: 42px;
    border-radius: 90px 90px 0px 90px;
    display: flex;
    align-items: center;
    padding: 8px;
    position: relative;
    margin-left: -4px;
}

    .list .themeIcon img {
        width: 100%;
    }

.resourceItemListModality {
    padding: 2px 10px;
    background-color: #fd3478;
    color: #fff;
    font-size: 12px;
    position: absolute;
    top: 10px;
    left: 0px;
    border-radius: 2px;
}

.resourceItemListDuration {
    position: absolute;
    bottom: -5px;
    font-size: 12px;
}

.btnLaunchList {
    background-color: #212449;
    color: #FFF !important;
    font-weight: 500;
    font-size: 12px;
    padding: 5px 20px;
    border-radius: 0 0 20px 0;
}

.themeList {
    position: relative;
    right: 0px;
    top: 40px;
}

#Pagethemes #relatedZone .title-18 {
    margin-bottom: 10px;
    margin-top: 20px;
}

#relatedZone .theNews .lineAuthorLink a {
    text-decoration: none;
}

.infoDescription {
    display: inline-flex !important;
    font-size: 16px;
    position: absolute;
    bottom: 20px;
    left: 15px;
}

#pageRessource .sessionContainer .btnSeeMore {
    background-color: #212449;
    border-radius: 0;
}

#commentZone {
    padding: 0px !important;
}

.sessionContainer {
    margin-top: 25px;
    /*   margin-left: -15px !important; */
}

#myTrainings .title-18 {
    margin-top: 0px;
}

.videoResourceDisplay {
    margin-top: 25px;
}

.divVideoPopup {
    text-align: center;
    margin-top: 30px;
}

.floatUserBar .resourceImages img {
    object-fit: cover;
}

#communityHeader .close i, #communityHeader .close i:hover {
    color: #FFF !important;
}

#contentTimeline_ulTimeLine .spoc-timeline-section > li {
    list-style: none !important;
}

.mobile_menu {
    display: none !important;
}

.objectifBloc .font14 {
    text-align: left !important;
}

.resourceBlocResponsive {
    width: 99.8vw;
    overflow: hidden;
}

@media (max-width:450px) {
    .seeallnewsdashboard {
        width: 100%;
    }

    .searchDashboard #headerQuickSearch2 {
        width: 280px;
    }

    .searchDashboard .fa-search {
        top: 32px !important;
        left: 300px;
    }

    .themeBloc .cleft {
        float: inherit;
        margin-top: 10px;
    }

    .mainBlockDashboard .font25 {
        font-size: 22px;
    }

    .sliderContainer {
        margin-top: 20px;
    }

    .nav-justified {
        /*width: 93%;*/
    }

    #formationTabContent {
        margin-top: 30px;
    }

    .dashboardFilterToDo {
        position: absolute;
        top: 10px !important;
        right: 15px;
    }

    .loginBoxForm .input-group {
        width: 100%;
    }

    .loginBoxForm .col-xs-6 {
        width: 100%;
        margin-bottom: 10px;
        display: grid;
    }

    .submitContectForm {
        margin-top: 30px;
    }

    .floatUserBar a {
        padding-bottom: 20px;
        display: block;
    }

    #webformHeader .logoguest, #webformHeader .logo {
        width: 110px !important;
        left: 60px !important;
        top: 2px !important;
    }

    #sbContainer .themeSearch {
        display: inline-flex !important;
        position: relative;
        width: 100%;
    }

    #webformHeader .memberNameTop .name {
        display: none !important;
    }

    #webformHeader .navig {
        display: flex;
        align-items: center;
        vertical-align: middle;
    }

        #webformHeader .notificationIcon, #webformHeader .rechercheBtn, #webformHeader .navig .margin-top-20 {
            margin-top: 0;
            margin-right: 0px;
        }

        #webformHeader .navig .fa-bars {
            padding-left: 0px;
            padding-right: 10px;
            padding-top: 5px;
        }

        #webformHeader .navig img {
            display: none;
        }

    .bannerTopDashboard {
        margin-top: -20px;
    }

    #headerThemesMenu .profilLink {
        padding: 20px 40px !important;
    }

    #headerThemesMenu, #responsiveHeaderMenu {
        width: 100% !important;
    }

    #webformHeader .notificationIcon {
        padding-top: 0;
    }

    #webformHeader .navig i {
        font-size: 20px !important;
    }

    #webformHeader .logo {
        width: 110px !important;
        left: 60px !important;
    }

    .menu_burger {
        display: none !important;
    }

    #webformHeader .menuBurger {
        position: absolute;
        left: 20px !important;
        top: 20px !important;
    }

    #headerThemesMenu, #responsiveHeaderMenu {
        width: 100vw;
    }

    .profilLink {
        margin-left: 58px !important;
        margin-top: -8% !important;
    }

    .newsBlocs {
        display: block;
        margin-top: 30px;
    }

    .imgActuBloc, .contentActuBloc {
        width: 90%;
    }

    .leftPartLogin {
        display: none;
    }

    .fullMVC #presentationContainer {
        margin-top: 100px;
    }

    .welcomeBloc .titleWelcome {
        margin-top: 0px;
    }

    .contentActuBloc .font20, .contentActuBloc .font14 {
        margin-top: 20px;
    }

    #myTrainings {
        margin-top: 100px;
    }

        #myTrainings .title-18, .resourceItem {
            margin-bottom: 20px;
        }

    .themesListDashboard .hidden-sm {
        display: none;
    }

    #resourcesIsNewsDiv, #toComeUpDiv {
        width: 95vw;
    }

    .imgDashboard {
        margin-top: 0px;
    }


    .pieceJointe .backgroundFile {
        width: 60px !important;
        height: 60px !important;
        padding: 20px !important;
    }

    #pageArticle #commentZone {
        padding: 25px !important;
    }

    .resourceBlocResponsive {
        width: 100vw;
        margin: 0px;
        margin-top: 20px;
    }

    #pageRessource {
        overflow: hidden;
        margin-top: -120px !important;
    }

    .refNumber {
        position: absolute;
        top: -10px;
        right: 25px;
        font-weight: 500;
        text-transform: uppercase;
    }

    .blocTopRessource .themeBloc {
        display: flex;
        align-items: center;
        margin-bottom: 0px;
    }

    .pictoResource {
        display: inline-block;
        margin-top: 20px;
    }

    #presentationContainer .font34 {
        font-size: 22px !important;
        line-height: 25px;
        margin-top: 20px !important;
        margin-bottom: 20px;
    }

    .headerResourceInfo .globalRating {
        text-align: center;
        width: 100%;
        display: contents !important;
    }

        .headerResourceInfo .globalRating .margin-right10 {
            margin-right: 0px;
        }

    #rateResource {
        display: block !important;
    }

    #pageRessource .floatUserBar {
        padding: 0px !important;
        padding-bottom: 0px !important;
    }

    .floatUserBar .resourceImages img {
        max-height: 200px !important;
    }

    .floatUserBar .playBtnWeb {
        bottom: auto;
    }

    #pageRessource .col-md-7 {
        width: 100vw;
        padding: 0px 30px;
        margin-top: 0px;
        padding-left: 0px;
    }

    #pageRessource #relatedZone .padding-left0 {
        margin-left: 0px;
    }

    #pageRessource .headerResourceInfo .col-md-7 {
        padding-left: 30px !important;
    }

    .blocTopRessource .themeBloc .medium {
        font-size: 20px;
        margin-top: 15px;
        line-height: 22px;
    }

    .infoDescription {
        display: table !important;
        font-size: 14px;
        position: absolute;
        bottom: 80px;
        left: 50px;
        width: 75vw;
    }

    #themeHeader .carousel-caption {
        top: 0%;
        width: 100%;
        left: 10%;
    }

    .iconTitleTheme {
        display: block !important;
        text-align: center;
        margin-top: -10px;
    }

    #presentationContainer .iconTitleTheme .font34 {
        padding-left: 0px !important;
        margin-left: 0px !important;
    }

    .backgroundBlurResource {
        height: 430px;
    }

    .floatUserBar .cursor {
        margin-top: 30px;
    }

    #pageRessource .playBtnWeb .launchRessource {
        display: initial;
        padding: 10px 40px !important;
    }

    .imgActuBloc, .imgDashboard {
        display: none;
    }

    .themeCard {
        height: 350px !important;
        max-height: 350px;
        padding-top: 40px;
    }

    .imgResource {
        height: 165px !important;
    }
}

@media screen and (max-width:400px) {
    .imgResource {
        height: 145px !important;
    }
}

/*VITRINE*/

#sbContainer {
    background-image: none;
    background-color: #fff;
}

    #sbContainer .titleWelcome img {
        height: 70px;
        margin-right: 15px;
    }

    #sbContainer .textWelcome {
        column-count: 2;
    }

        #sbContainer .textWelcome .classicButton {
            background-color: #F53239 !important;
            border-radius: 90px;
            display: block;
            margin-top: 20px;
        }

    #sbContainer #themes .thContainer {
        padding: 0 7px 0 8px;
        border-radius: 4px;
    }

.imgOffers {
    width: 100%;
    background-size: cover;
    background-position: center;
    border-radius: 900px 900px 900px 0px;
    position: relative;
}

    .imgOffers::after {
        content: '';
        display: block;
        padding-bottom: 100%;
    }

.btnOffer {
    position: absolute;
    bottom: 10px;
    left: 10px;
    background-color: #F53239;
    border-radius: 30px 30px 30px 0px;
    padding: 5px 25px;
}

.offerIcon {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: #00000073;
    border-radius: 900px 900px 900px 0px;
}

    .offerIcon img {
        filter: brightness(100);
        width: 80px;
        margin-top: 25%;
        margin-bottom: -5px;
    }

#offers .formTopLine {
    position: absolute;
    top: 0px;
    left: 20px;
}

#offers .formBottomLine {
    position: absolute;
    bottom: 0px;
    right: 20px;
}

#offers .row {
    margin: 100px 0px;
}

#offers .title-18 {
    margin-top: 0px;
    margin-bottom: 40px;
}

.imgDashboardTop {
    text-align: right;
    display: block;
}

.logoBottomGuest {
    width: 100px;
    margin-right: 20px;
    margin-top: 20px;
}

.guestMenuHeader {
    display: flex;
    align-items: center;
    margin-left: 150px;
    transition: all 0.2s ease-out;
}

    .guestMenuHeader a {
        margin-right: 20px;
        font-size: 12px !important;
    }

        .guestMenuHeader a:hover {
            text-decoration: none;
        }

.header_small .guestMenuHeader {
    margin-left: 100px;
    transition: all 0.2s ease-out;
}

.loginBtnHeader {
    display: flex;
    align-items: center;
    margin-top: 23px;
    border-radius: 0px;
    transition: all 0.2s ease-out;
    background-color: #fd3478 !important;
}

.header_small .loginBtnHeader {
    margin-top: 10px;
    transition: all 0.2s ease-out;
}

@media screen and (max-width:450px) {
    .guestMenuHeader {
        display: none;
    }

    #sbContainer .titleWelcome img {
        display: none;
    }

    #sbContainer .textWelcome {
        column-count: 1;
    }

    .imgDashboardTop {
        text-align: left;
        display: block;
        margin-top: 20px;
    }

    .offerIcon img {
        margin-top: 30%;
    }

    .imgOffers {
        margin-top: 20px;
        margin-bottom: 50px;
    }

    #offers .col-md-6 {
        text-align: center;
    }

    .whoAreWeImg {
        width: 100%;
        margin-left: -15px;
    }

    #sbContainer {
        margin-top: -40px;
    }
}

.embed-responsive .videoResourceDisplay {
    height: 91% !important;
}

.divSubscruption label {
    color: #F53239 !important;
}

@media screen and (max-width:1025px) {
    .textActu .font20, .textActu .font14 {
        margin-top: 15px;
    }

    .textActu p {
        font-weight: 200;
        max-height: 79px;
        overflow: hidden;
        margin-top: -5px;
    }

    #pageRessource .floatUserBar {
        margin-left: 50px;
    }
}

.objectifBloc ul {
    list-style: disc !important;
}

.objectifBloc ol {
    list-style: decimal !important;
}

.offerBtn {
    background-color: #F53239 !important;
}

.themeSearch #headerQuickSearch2 {
    width: 100%;
    padding: 20px;
}

#sbContainer .themeSearch {
    display: block !important;
}

#webformHeader .logoguest {
    width: 140px !important;
    left: 0px !important;
}


.blocFloatbar .absoluteTopRight i {
    margin: unset !important;
    margin-top: 15px !important;
    margin-left: 5px !important;
}

.blocFloatbar .absoluteTopRight .fa-heart {
    margin-right: 5px !important;
}

.blocFloatbar .ratingResource .labelEval {
    margin: unset !important;
    margin-right: 10px !important;
    font-size: 12px !important;
    font-weight: 500;
    color: #fff;
}

#contactYourReferent span {
    font-size: 12px !important;
}


#contactYourReferent .launchRessource, #contactYourReferent .launchRessource:hover {
    color: #FFF !important;
    background-color: #F53239 !important;
    position: relative;
    width: 80%;
    padding: 10px 25px;
    text-align: left;
    padding-left: 60px;
    margin-left: 10%;
    margin-top: -25px;
    text-transform: inherit;
}

#contactYourReferent i {
    position: absolute;
    left: 10px;
    font-size: 30px;
    top: 23%;
}

.formationProfilList .orange {
    color: #bababa !important;
}

.leftContactForm {
    background-color: #eeeef0 !important;
    padding: 15px;
}

.leftContactFormItem {
    background-color: #fff;
    padding: 15px;
    padding-top: 0px;
    padding-left: 60px;
    border-radius: 3px;
    border-color: #fff;
}

    .leftContactFormItem h1 {
        font-size: 22px;
        margin-left: -45px;
    }

    .leftContactFormItem i {
        width: 35px;
        text-align: center;
    }

.textFooterContactForm {
    display: inline-block;
    border: 0px;
    font-size: 12px;
}

.containerFormContact h2 {
    margin-top: 0px;
    padding-top: 0px;
}

.containerFormContact {
    border: 0px;
    margin-top: 0px;
}

.headerContactFormText {
    border: 0px;
}

.cancelButton {
    margin-right: 15px;
    border-radius: 0px;
}

.submitButton {
    border-radius: 0px;
}

.textFooterContactForm a {
    color: #F53239 !important;
}

.containerFormContact label {
    color: #212449 !important;
}

.textFooterContactForm {
    color: #212449 !important;
}

.guestDashboard .title-18 {
    margin-top: 0 !important;
}

.guestDashboard .margin-left-20 {
    margin-left: 0 !important;
}

@media (max-width:450px) {
    #themeHeader .actuTitle {
        width: 100%;
        max-width: 100%;
    }

    #webformHeader .logoguest, #webformHeader .logo {
        width: 180px !important;
        left: 5px !important;
        top: 5px !important;
    }

    #sbContainer .themeSearch {
        display: inline-flex !important;
        position: relative;
        width: 100%;
    }

    #bestResourcesViewed {
        padding: 0px 20px;
    }
}

@media (min-width:450px) and (max-width:1000px) {
    .menu_burger, .guestMenuHeader {
        display: none !important;
    }

    #webformHeader a.menuBurger {
        position: absolute;
        left: 15px !important;
        top: 30px !important;
    }

    #webformHeader .logoguest {
        width: 135px !important;
        left: 70px !important;
        top: 5px !important;
    }

    #webformHeader {
        height: 80px !important;
    }

    .backgroundFooter .col-md-3 img.padding-top-20.responsive {
        width: 250px;
    }

    #relatedResourcesElegia {
        padding-right: 40px;
    }

    .infoDescription {
        bottom: 60px;
    }

    .refNumber {
        right: 30px;
    }

    .backgroundBlurResource {
        width: 100vw;
    }

    #sbContainer .themeSearch {
        display: inline-flex !important;
        position: relative;
        width: 100%;
    }

    #webformHeader .logo {
        left: 60px !important;
    }

    .imgDashboard {
        display: none;
    }
}

#footerLearn {
    background-image: none !important;
}

@media screen and (min-width: 768px) {
    #themeHeader .carousel-caption {
        left: 40px !important;
        top: 0px;
        position: relative;
    }

    #themeHeader .h4, #themeHeader h4 {
        font-size: 40px;
        margin-top: 35px;
    }
}

.textFilterThemesNotFound {
    display: none;
}

.seelAllAcademyResources {
    margin-top: -30px;
}

#themes {
    margin-bottom: 30px;
}

#bestResourcesViewed {
    margin-top: 15px;
}

.footer .social-icon li a img {
    width: 30px !important;
    height: 30px !important;
    border-radius: 90px;
    image-rendering: -webkit-optimize-contrast;
}

.footer .social-icon li {
    display: inline-block;
    margin-right: 10px;
}

@media screen and (max-width:1000px) {
    .leftContactForm img {
        display: none !important;
    }

    .headerContactForm {
        padding-left: 15px;
    }
}


.leftContactFormItem {
    padding-top: 15px !important;
    background-color: #fff !important;
}

.leftContactForm {
    padding: 0;
    background-color: #fff !important;
}

    .leftContactForm > div {
        padding: 15px !important;
        background-color: #eeeef0 !important;
    }

.agreementPageTitle {
    display: none !important;
}

#webformHeader .Customlogo {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 250px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

    #webformHeader .Customlogo img {
        width: 140px;
        height: 75px;
        object-fit: contain;
        object-position: left;
    }

.header_small .logo {
    padding: 0px !important;
    margin-left: 0px !important;
}

.header_small .Customlogo {
    position: absolute;
    top: 50%;
    transform: translateY(-50%) !important;
    left: 190px !important;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

    .header_small .Customlogo img {
        width: 110px !important;
        height: 50px !important;
        object-fit: contain;
        object-position: left;
    }

#sbContainer {
    padding: 0px;
}

.guestMenuBurger {
    display: none;
}

.logoClientFooter img {
    width: 150px;
    height: 90px;
    object-fit: contain;
    object-position: left;
}

.input-group-calendar-delete {
    color: #212449 !important;
}

.spoc-timeline-section > li {
    list-style: none !important;
}

.updateAvatarContainer .updateAvatarImportBlock {
    background-color: transparent;
    /*
    position: absolute;
    bottom: -25%;
    */
    margin-top: -30px;
    width: 100%;
    opacity: 1;
    left: 0%;
}

.updateAvatarImportBlock .importButton {
    display: block;
}

.updateAvatarImportBlock i {
    display: none;
}

#academyDiv {
    margin-top: 20px;
}

@media screen and (max-width:1000px) {
    .guestMenuBurger {
        display: block;
    }

    #webformHeader .Customlogo {
        position: absolute;
        top: 50%;
        transform: translateY(-47%);
        left: 190px !important;
        -webkit-transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
    }

        #webformHeader .Customlogo img {
            width: 100px !important;
            height: 44px !important;
            object-fit: contain;
            object-position: left;
        }
}

@media screen and (max-width:540px) {
    #webformHeader .Customlogo {
        position: absolute;
        top: 50%;
        transform: translateY(-47%);
        left: 190px !important;
        -webkit-transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
    }

        #webformHeader .Customlogo img {
            width: 110px !important;
            height: 50px !important;
            object-fit: contain;
            object-position: left;
        }

    .logoClientFooter img {
        width: 120px;
        height: 80px;
        object-fit: contain;
        object-position: left;
    }

    .navbar-brand {
        margin-left: -50px !important;
    }
}



.guestDashboard .formBottomLine {
    position: absolute;
    bottom: -1px;
    right: 20px;
    width: 120px;
}

.guestDashboard .formTopLine {
    position: absolute;
    top: 0px;
    left: 20px;
    width: 120px;
}

.show .responsiveLink {
    display: block !important;
}

#pageArticle .imgCol {
    width: 50%;
    margin: auto;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.mt-4, .my-4 {
    margin-top: 1.5rem !important;
}

.pl-2, .px-2 {
    padding-left: .5rem !important;
}

.btnHeaderResponsive .btn {
    padding: 16px 20px;
}

.header {
    position: fixed;
    width: 100%;
    top: 0px;
    z-index: 9999999999999999999;
}

    .header .navbar-collapse {
        margin: 0px !important;
        padding: 10px 30px;
    }

@media (max-width: 991px) {
    .navbar-toggler {
        position: absolute;
        right: 15px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        color: #212449;
        border-color: #212449;
        border: 1px solid;
        padding: 5px 15px;
        border-radius: 5px;
        background-color: white;
    }
}

@media (min-width: 576px) {
    .text-sm-right {
        text-align: right !important;
    }

    .mb-sm-4, .my-sm-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-md-2, .mx-md-2 {
        margin-left: .8rem !important;
    }

    .mr-md-2, .mx-md-2 {
        margin-right: .8rem !important;
    }
}

#presentationContainerParent {
    margin-top: 50px;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-toggler {
        display: none;
    }

    .header.default .container, .header.default .container-fluid {
        position: relative;
    }

    .header.default .container, .header.default .container-fluid {
        position: relative;
    }
}

.headerGuest .container-fluid {
    padding: 0 60px !important;
}

.floatUserBar .fa-linkedin {
    color: #0e76a8 !important;
    font-size: 18px;
    background-color: #fff;
    padding: 5px;
    border-radius: 50px;
    display: block;
    height: 30px;
    width: 30px;
    text-align: center;
    border: 1px solid #0e76a8;
}

.floatUserBar .linkedinBtnFloatBar {
    margin-right: 10px;
    display: block;
}

.btnHeaderResponsive .bg-dark:hover {
    background-color: #F53239 !important;
}

@media screen and (max-width:1245px) {
    .btnHeaderResponsive {
        display: none !important;
    }

    .navbar-expand-lg .navbar-nav {
        display: flex;
        flex-direction: column;
    }

    .navbar-expand-lg .responsiveLink {
        display: block !important;
    }

    .navbar-expand-lg .navbar-toggler {
        display: block !important;
    }

    .navbar-expand-lg .navbar-collapse {
        position: absolute;
        z-index: 999;
        background: #ffffff;
        width: 100%;
        left: 0;
        top: 80px;
        padding: 10px;
        -webkit-box-shadow: 0 0 15px rgb(0 0 0 / 20%);
        box-shadow: 0 0 15px rgb(0 0 0 / 20%);
    }

    .navbar-expand-lg .navbar-toggler {
        position: absolute;
        right: 15px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        color: #212449;
        border-color: #212449;
        border: 1px solid;
        padding: 5px 15px;
        border-radius: 5px;
        background-color: white;
    }

    .header.default .container-fluid .navbar-collapse {
        position: absolute !important;
    }
}

@media (min-width: 768px) {
    .navbar-collapse.collapse {
        display: inherit !important;
    }
}

a.bg-primary:focus, a.bg-primary:hover, button.bg-primary:focus, button.bg-primary:hover {
    background-color: #212449 !important;
}

.CookieAgree {
    background-color: #212449 !important;
}

    .CookieAgree * {
        color: #fff;
    }

    .CookieAgree button {
        background-color: #F53239 !important;
        margin-bottom: 15px !important;
        margin-top: 0 !important;
    }

/*COLOR ETIPI*/



.li .thirdTextColor {
    color: #6d7dff !important;
}


.chiller_cb input:checked ~ span {
    background: #6d7dff;
    border-color: #6d7dff;
}

.btn-default {
    border-radius: 0;
}

.bg-dark, .bg-dark:hover, .loginBtnHeader {
    background-color: #fd3478 !important;
}

.bg-primary, .bg-primary:hover {
    background-color: #6d7dff !important;
}

.text-dark {
    color: #333 !important;
}

.CookieAgree {
    background-color: #fd3478 !important;
}

.menuBurger i {
    color: #fd3478 !important;
}

.font18 {
    color: #333 !important;
}


#articlePopupModal .modal-header {
    border-radius: 6px;
}

#footerLearn {
    color: #fd3478;
}



.resourceTitle, .arianeLine {
    color: #333 !important
}

.articleStyle .maskShadow {
    background: linear-gradient( 0deg, rgba(0,0,0,0.6) 30%, rgba(0,0,0,0) 100%);
}

.lineAuthorLink {
    margin-bottom: 15px;
}

.backgroundFile .browColor {
    color: #333 !important;
}

.mainButtonBackgroundColor, .mention-area .highlight a.mentiony-link {
    background-color: #6d7dff;
}

.choice_btn_select {
    background-color: #6d7dff;
}

.communityThemeBtn {
    position: absolute;
    margin-left: 40px;
}

.resourceItem .subTopIcons {
    top: 10px !important;
    right: 43px !important;
}

#loginSubmit {
    width: 100% !important;
    border-radius: 0;
    margin-top: 10px;
}

.font25 {
    font-size: 30px;
}

.article a {
    text-transform: uppercase;
}

#pageArticles {
    margin-top: -30px;
}

.margin-top100 {
    margin-top: 100px;
}

.statusDiscover:hover {
    background-color: #fff;
    color: #fd3478;
    border: 1px solid #fd3478;
    transition: ease-in-out 0.3s;
}

#theNews .articleStyle .square-title {
    padding-bottom: 0px;
}

.btn-primary {
    background-color: #fff;
    border-color: #6d7dff;
}

    .btn-primary:hover {
        color: #fff !important;
        background-color: #6d7dff;
        border-color: #6d7dff;
    }

#commentZone .font18 {
    text-transform: uppercase;
}

.bouncing {
    animation-name: bounce;
    animation-timing-function: ease;
    animation-duration: 5s;
    animation-iteration-count: infinite;
}

@keyframes bounce {
    0% {
        transform: translateY(20px);
    }

    50% {
        transform: translateY(-20px);
    }

    100% {
        transform: translateY(20px);
    }
}

#divLinkSubThemes a, #divLinkSubThemes a:hover {
    color: #fff !important;
}

#divLinkSubThemes {
    margin-top: 30px;
    margin-bottom: 30px;
}

.dashboardFilterToDo {
    position: absolute;
    top: -20px;
    right: 25px;
}

.communityThemeBtn {
    z-index: 22;
}

#profilPage .title-18 {
    margin-top: 0px !important;
}

.fullMVC #presentationContainer {
    margin-top: 30px;
    min-height: 500px;
    padding-bottom: 60px !important;
}

#ResourceTrainingFooter a.classicButton {
    padding: 10px !important;
    display: inline-block;
    color: #fff !important;
    width: 90%;
    background-color: var(--secondary-color) !important;
}

.notificationIcon {
    position: relative;
    margin-top: 15px;
    padding-top: 15px;
}

    .notificationIcon .nb {
        position: absolute;
        background-color: #ff0000;
        font-size: 9px;
        color: #fff;
        padding: 2px 3px;
        right: 14px;
        top: 4px;
        border-radius: 4px;
        font-weight: 600;
    }

@media only screen and (max-width: 992px) {
    #webformHeader .logo {
        width: 165px !important;
    }
}

.sudoSliderContainer .prevBtn {
    left: -13px;
}

.sudoSliderContainer .nextBtn {
    right: -13px;
}

@media only screen and (max-width: 700px) {
    #recommendations, #formationTabContent {
        padding: 0 !important;
    }
}

li.slide .articleItem.emptySlide {
    margin: 0 10px 20px 10px;
    height: 250px;
    width: 358px;
    margin: 10px
}

#headerThemesMenu, #responsiveHeaderMenu {
    position: absolute;
    display: block;
    background-color: #fff;
    top: 0px;
    right: 0px;
    left: auto;
    width: 510px;
    transition: all 0.3s ease-out;
    height: 100vh;
    padding: 20px;
    overflow: auto;
}

    #headerThemesMenu .profilLink {
        padding: 5px 40px;
    }


.sessionContainer {
    width: calc(100% + 30px);
    padding: 10px 30px;
    text-align: center;
    background-color: #efefef;
    margin-left: -15px;
}

    .sessionContainer .title-18 {
        margin-bottom: 20px;
    }





.searchDashboard #headerQuickSearch2, .searchDashboard #headerQuickSearchHome {
    width: 400px;
    margin-top: 20px;
    background-color: transparent;
    border: 0px;
    box-shadow: none;
    border-bottom: 2px solid white;
    border-radius: 0px;
    color: white;
    padding: 0;
    display: inline-block;
    vertical-align: middle;
}

.searchDashboard #headerQuickSearchHome {
    border-bottom: 2px solid var(--main-color);
    width: 70%;
}

.searchDashboard #headerQuickSearch2::placeholder {
    color: var(--main-color) !important;
    opacity: 0.5;
}

.searchDashboard .fa-search {
    top: 25px !important;
    left: 415px;
}

.mainBlockDashboard .searchDashboard .fa-search {
    left: 70%;
}

.navig .recherche {
    display: none !important;
}

.sessionContainer .thumbnail .statutSession {
    border-radius: 0;
}

#pageRessource #btnStartLearningPath {
    bottom: 33px !important;
    padding: 5px;
    border-radius: 0px !important;
    background-color: white !important;
    left: auto !important;
    width: 65% !important;
    right: 15px;
    height: 30px;
}

    #pageRessource #btnStartLearningPath a {
        color: #6d7dff !important;
    }

@media (max-width:450px) {
    .searchDashboard #headerQuickSearch2 {
        width: 250px;
    }

    .searchDashboard .fa-search {
        top: 32px !important;
        left: 260px;
    }

    .bannerTopDashboard {
        height: auto;
    }

        .bannerTopDashboard .font25 {
            font-size: 25px;
        }


    #sessionDetail {
        margin-bottom: 60px;
    }

        #sessionDetail .classicButton {
            padding: 10px 0px;
        }

        #sessionDetail .cright {
            width: 100%;
            text-align: center;
            margin-right: 0px;
        }

        #sessionDetail .btnMini {
            width: 50%;
            margin-left: 25%;
        }
}

#agreementPage {
    margin-top: 70px;
}

/*SIGNATURE*/

.signature a, .signature a:hover, .signature a:focus {
    color: var(--secondary-color) !important;
    text-decoration: none;
}

.blocTitleSigna {
    background-color: var(--main-color);
    padding: 20px 0px;
    color: #fff !important;
    text-align: center;
    margin-bottom: 0px;
}

.signature .backgroundGreyColor {
    box-shadow: 2px 2px 4px #bababa;
    background-color: #fff !important;
}

.infoSession i {
    width: 20px;
    height: 20px;
    color: var(--main-color);
    text-align: center;
}

/*CALENDAR*/


#profilPage .fc-title span {
    color: #fff !important;
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
}

#profilPage .fc-toolbar h2 {
    position: absolute;
    top: 175px;
    width: 100%;
    left: 0px;
}

#profilPage .fc-view-container {
    margin-top: 70px;
}


.attachementsSpoc ul li {
    float: initial;
    width: 100%;
}

#slickQuiz {
    background-color: #f3f3f3 !important;
}

h1.quizName {
    font-size: 24px !important;
}

.quizArea h3 {
    font-size: 20px !important;
}

h3.quizScore {
    font-size: 20px !important;
}

div.scrollPopinSession a.launchRessource {
    margin-top: 20px;
    display: inline-block;
}

.objectList ul li .objectList_title {
    margin-left: 15px;
}

.widget h2 {
    background-color: var(--main-color) !important;
}

.statusDiscover:hover, .modal-body .classicButton:hover {
    color: #fff !important;
}

#BeanEventList_ctl01_zEventInfo_info > div > p:nth-child(2) {
    display: none;
}

.launcher .userInformationsLine {
    border-radius: 0px 0px 40px 40px;
    padding: 0 30px;
}

.userInformationsLine .backgroundGrayColor {
    border-radius: 5px;
}

.btn-danger, .btn-success, .btn-danger:hover, .btn-success:hover {
    color: #fff !important;
}

td.ui-timepicker-hour-cell, td.ui-timepicker-minute-cell {
    padding: 5px 0;
}

a.ui-state-default {
    padding: 5px;
}

th.periods {
    font-weight: bold;
}

#zTableCompetencies a {
    font-weight: bold;
}

.spoc #contentTimeline_ulTimeLine {
    margin-top: 0 !important;
}

.btnLaunchResourceList {
    color: var(--secondary-color);
    border: 1px solid var(--secondary-color);
}

#pageRessource .sessionContainer .btnSeeMore {
    background-color: var(--main-color) !important;
}

.actionColorHover:hover {
    color: var(--secondary-color) !important;
}

.resourceItemListModality {
    background-color: var(--main-color) !important;
}

@media (min-width: 1200px) {
    .modal-xxxlg {
        width: 85%;
    }
}

.fc-state-default {
    border: 1px solid var(--secondary-color) !important;
    border-color: var(--secondary-color) !important;
    color: var(--secondary-color) !important;
}

.fc-state-active {
    border: 1px solid var(--secondary-color) !important;
    background-color: var(--secondary-color) !important;
    border-color: var(--secondary-color) !important;
    color: #fff !important;
}

#MemberPlanning .fc-unthemed td.fc-today, #MemberPlanning .fc-unthemed .fc-list-item:hover td {
    background-color: var(--secondary-color-opacity) !important;
}

/*PORTAL SELECTION*/

#portalSelection {
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
    width: 100%;
}

.portalItem {
    aspect-ratio: 4/2;
    background-color: white;
    box-shadow: 0px 2px 3px #21244933;
    border-radius: 2px;
    display: flex;
    align-items: center;
    vertical-align: middle;
}

    .portalItem img {
        transition: 0.15s ease-in-out;
    }

    .portalItem div {
        width: 100%;
        text-transform: uppercase;
    }

    .portalItem:hover img {
        height: 42px !important;
        max-width: 100%;
        transition: 0.15s ease-in-out;
    }

#mainFormIFrame #ideaContent {
    padding: 0px !important;
    margin: 0px !important;
}

#ResourceTrainingFooter .col-xs-6 {
    padding: 0px;
}

.floatbarDashboard .thumbnail {
    position: fixed;
    top: 150px;
    white-space: unset;
    padding: 10px 20px;
    box-shadow: 0px 2px 3px #21244933;
    font-size: 14px;
    transition: all 400ms ease 0s;
    z-index: 99;
}

@media screen and (min-width:1400px) {
    .floatbarDashboard .thumbnail {
        width: 384px;
    }
}

.floatbarDashboard .thumbnail a {
    padding: 5px 0px;
    display: block;
    font-weight: 500;
}

    .floatbarDashboard .thumbnail a.animationCommerciale {
        padding: 0px;
    }

        .floatbarDashboard .thumbnail a.animationCommerciale:hover {
            transition: all 0.2s linear 0s;
            margin-left: 0px;
        }

.floatbarDashboard h4 {
    margin: 0px -10px !important;
    color: white;
    font-size: 18px !important;
    background-color: var(--main-color);
    padding: 20px;
    border-radius: 3px;
    margin-bottom: 10px !important;
    position: relative;
}

    .floatbarDashboard h4::before {
        background: linear-gradient(-90deg, rgb(25 25 25) 35%, rgba(25,25,25,0) 100%);
        width: 100%;
        height: 100%;
        content: '';
        position: absolute;
        top: 0px;
        left: 0px;
        border-radius: 3px;
        mix-blend-mode: plus-lighter;
    }

    .floatbarDashboard h4 .fa-bell-on {
        animation: jump-shaking 0.83s infinite;
    }

@keyframes jump-shaking {
    0% {
        transform: translateX(0)
    }

    25% {
        transform: translateY(0)
    }

    35% {
        transform: translateY(0) rotate(17deg)
    }

    55% {
        transform: translateY(0) rotate(-17deg)
    }

    65% {
        transform: translateY(0) rotate(17deg)
    }

    75% {
        transform: translateY(0) rotate(-17deg)
    }

    100% {
        transform: translateY(0) rotate(0)
    }
}

.resourceItem {
    height: auto;
    transition: 1s ease-in-out;
    position: relative;
}

.floatbarDashboard a i {
    width: 28px;
    text-align: center;
    margin-left: -7px;
}


.resourceInfoHover {
    opacity: 0 !important;
    transition: all 0.5s ease-out;
    position: absolute;
    top: 0px;
    height: 100%;
    margin-top: 0 !important;
    width: 100%;
    display: block !important;
    z-index: 99;
}

.resourceItem:hover .resourceInfoHover {
    opacity: 1 !important;
    color: white;
    transition: all 0.5s ease-out;
}

.resourceItem:hover, .resourceItem:hover > .resourceInfoHover {
    transition: all 0.5s ease-out;
}


.resourceInfoHover .resourceTitle {
    color: white !important;
}

.resourceItem .fa-clock {
    padding-left: 0px !important;
}

.statusDiscover, .statusDiscover:hover {
    /*background-color: transparent !important;*/
    background-color: var(--main-color) !important;
    color: white !important;
    border: 1px solid white !important;
    margin-right: 10px;
}

    .statusDiscover:before {
        background-color: transparent !important;
    }

#pageRessource .underFloatbar {
    position: absolute;
    bottom: -60px;
    right: auto;
    left: 0px;
    height: auto;
    padding: inherit;
    background-color: var(--secondary-color);
    color: white;
    font-weight: bold;
    padding-left: 0px;
    box-shadow: none;
    font-size: 12px;
    z-index: 10;
    width: 350px;
    padding: 10px;
    padding-right: 0px;
    transition: 400ms;
    border-radius: 0px;
    box-shadow: 0px 2px 3px #21244933;
    font-weight: 400;
    text-align: center;
}

    #pageRessource .underFloatbar a {
        width: 100%;
        color: white !important;
        text-transform: uppercase;
        text-decoration: underline;
        font-weight: 700;
        display: block;
    }

.titleResourceVignette, .iconTopLeft {
    position: absolute;
    display: flex;
}

.titleResourceVignette {
    bottom: 0px;
    width: 100%;
    left: 0px;
    color: white !important;
    text-shadow: 0 0 5px #333;
    text-align: center;
    padding: 5px;
    display: block;
}

    .titleResourceVignette .resourceTitle {
        color: white !important;
    }

.iconTopLeft {
    top: 0px;
    left: 5px;
    color: white !important;
    /* height:45px; */
}

.resourceItem .maskShadow {
    background: linear-gradient(0deg, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0) 60%, rgba(0,0,0,0.3) 100%);
}

.iconObligatoire, .dateDisplay {
    /*background-color:var(--main-color);*/
}

.iconObligatoire {
    clip-path: polygon(0 0, 100% 0, 100% 75%, 50% 100%, 0 75%);
    padding: 5px;
    margin-right: 5px;
    padding-top: 8px;
}

.dateDisplay {
    padding: 0 0 5px;
    font-size: 10px;
    /*color: var(--secondary-color);*/
    color: #fff;
}

    .dateDisplay span {
        font-size: 16px;
        font-weight: 500;
    }

    .dateDisplay .bold {
        font-weight: 500;
        margin-top: -5px;
        text-transform: uppercase;
    }


.sudoSlider .emptySlide {
    /*    height: 130px;*/
    margin-top: 16px !important;
    display: none;
}



#backOfficeButton {
    position: fixed;
}

.dashboardLearn {
    margin-top: 0px;
}

.navig .searchDashboard {
    border: 1px solid #bababa;
    margin: 25px 15px;
    position: relative;
    border-radius: 4px;
    box-shadow: 0px 2px 3px #21244933;
}

    .navig .searchDashboard #headerQuickSearch2 {
        margin-top: 0px;
        color: #333;
        padding: 10px 10px 8px;
        margin-bottom: 10px;
        width: 350px;
        margin-right: 30px;
    }

        .navig .searchDashboard #headerQuickSearch2::placeholder {
            color: #bababa !important;
        }

    .navig .searchDashboard .fa-search {
        top: 9px !important;
        right: 0px !important;
        left: auto;
        font-size: 18px;
        transition: all 0.2s ease-out;
    }

        .navig .searchDashboard .fa-search:hover {
            top: 2px !important;
            right: 0px !important;
            left: auto;
            font-size: 18px !important;
            color: var(--secondary-color);
            transition: all 0.2s ease-out;
        }

.themeCard {
    margin: 0px 10px;
    padding: 0px;
}

#themesDiv .nextBtn, #themesDiv .prevBtn {
    filter: invert(1);
}

.themeCard:hover .titleThemeCard {
    display: block !important;
}

.themeCard .titleThemeCard .title {
    text-transform: uppercase;
    font-size: 14px !important;
}

.titleThemeCard {
    width: 100%;
    padding: 1px 5px;
    background-color: var(--secondary-color);
}

.dlCertif, .dlFicheFormation {
    border: 1px solid var(--secondary-color);
    padding: 3px;
    text-transform: uppercase;
    border-radius: 3px;
    width: 92%;
    margin-left: 3%;
    font-size: 13px;
}

.resourceTitle {
    font-size: 13px !important;
    margin-top: 0px !important;
}

.themesListDashboard h2 {
    text-align: center;
    padding-left: 10px;
}

.themesListDashboard .col-md-9 {
    padding-left: 0px !important;
}

.resourceInfoHover .resourceTitle {
    position: absolute;
    bottom: 50px;
    width: 100%;
    left: 0px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header_small .navig .searchDashboard {
    margin: 12px;
}

    .header_small .navig .searchDashboard #headerQuickSearch2 {
        margin-bottom: 10px;
    }

#themesData {
    margin-bottom: 50px;
}

.articleItem {
    font-size: 14px;
    width: 100%;
}

#footerLearn a {
    font-size: 15px;
}

#footerLearn .fas:hover {
    color: var(--secondary-color) !important;
}

#themesData h3 {
    padding-left: 10px;
}

#suggestResourceResult > div {
    margin-top: 7px;
    margin-bottom: 7px;
    border-left: 3px solid var(--secondary-color);
    padding-left: 10px;
}

#SuggestResult {
    max-height: 420px;
    overflow-y: auto;
}

    #SuggestResult .text-right a {
        text-decoration: underline;
        text-underline-offset: 5px;
    }

    #SuggestResult .font-10 {
        font-size: 11px;
        margin-bottom: 5px;
    }

    #SuggestResult .maincolor {
        text-transform: uppercase;
    }

.themeCard, .articleItem .img-responsive {
    transition: 0.3s ease-in-out;
    background-size: 100% !important;
}

    .themeCard:hover, .articleItem .img-responsive:hover {
        background-size: 110% !important;
        transition: 0.3s ease-in-out;
    }

#footerLearn .subFooter a:hover {
    letter-spacing: 0px;
}

.floatbarDashboard a:hover, .e-tipi-nav a:hover {
    transition: all 0.2s linear 0s;
    margin-left: 5px;
}

    .floatbarDashboard a:hover::after, #resourceTrainingsResult a.actionColor:hover::after {
        content: "\f178";
        font-family: "Font Awesome 5 Pro";
        font-size: 14px;
        padding-left: 10px;
        transition: all 0.2s linear 0s;
    }

.resourceItem.emptySlide {
    display: none;
}

#pageArticle .resourceItem.emptySlide {
    height: 125px !important;
    display: none;
}

.cell_result h1 {
    background-color: var(--main-color) !important;
}

.cell_result h2 {
    background-color: var(--secondary-color) !important;
}

.parcoursMoreInfo {
    text-transform: none;
    font-size: 14px;
    margin-left: 30px;
}

    .parcoursMoreInfo a:hover {
        transition: all 0.2s linear 0s;
        margin-left: 5px;
    }

        .parcoursMoreInfo a:hover::after {
            content: "\f178";
            font-family: "Font Awesome 5 Pro";
            font-size: 14px;
            padding-left: 10px;
            transition: all 0.2s linear 0s;
        }

.downloadHistoricalTraining {
    float: right;
    color: #fff !important;
}


#PageRecommendation a {
    color: #000;
}

#PageRecommendation {
    background-color: white;
    margin-top: -30px;
    padding-top: 20px;
    padding-bottom: 50px;
    margin-bottom: -50px;
}

#recommendationHeader .h4, #themeHeader h4 {
    font-size: 40px;
    margin-top: 25px;
    max-width: 60%;
    white-space: normal;
}

#recommendationHeader .h4, #themeHeader h4 {
    font-size: 30px;
    margin-top: 20px;
}

.imgrecommendation {
    display: none;
}

.imgTheme {
    position: absolute;
    right: 0px;
    height: 250px;
    display: block;
    background-position: center;
    background-size: cover;
    /* width: 25vw; */
}

/* RESOURCE ITEM */

.resourceItem .resourceImage {
    width: 94%;
    margin: 3%;
    position: relative;
}

.resourceItem {
    height: 225px;
    border-radius: 8px;
}

@media screen and (max-width:1200px) {
    .resourceItem {
        height: 235px;
    }
}

.titleResourceVignette, .titleResourceVignette .resourceTitle {
    color: #212449 !important;
    text-shadow: none;
}

.titleResourceVignette {
    bottom: auto;
    width: 100%;
    left: auto;
    padding: 3%;
    position: relative;
}

.resourceItem .resourceInfoHover .btnLaunchResource {
    display: none;
}

.resourceItem:hover .resourceInfoHover .btnLaunchResource {
    display: block;
}

.resourceItem:hover .resourceInfoHover {
    opacity: 1 !important;
    color: white;
    transition: all 0.5s ease-out;
    display: flex !important;
    align-items: center;
    justify-content: center;
    background-color: var(--main-color-opacity) !important;
}

.btnLaunchResource {
    position: relative;
    right: auto;
    margin-right: 0px !important;
}

.rightBarRessource {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 100%;
    text-align: center;
    width: 35px;
    /*    background-color: var(--main-color-resource); */
}

.toDoImportant {
    background-color: var(--important-alerte) !important;
}

.iconTagTxt {
    color: white;
    font-size: 12px;
    font-weight: 600;
    padding-top: 5px;
}

.rightBarRessource .iconTagTxt {
    position: absolute;
    display: inline-block;
    top: 5px;
}

.resourceItem .bottomInfos {
    position: absolute;
    bottom: 4px;
    width: 94%;
    margin-left: 3%;
}

    .resourceItem .bottomInfos .font11 {
        font-size: 12px;
    }

.bottomInfos .text-right {
    right: 0px;
}

#searchPage, body, #resultSearch, .backgroundGreyColor, .fullMVC #presentationContainerParent {
    background-color: #f7f7f7 !important;
}

.toolsArea .title-18 {
    font-size: 28px;
    color: var(--main-color) !important;
    font-weight: 800;
    margin-top: 0px !important;
    margin-bottom: 15px;
    margin-left: 15px;
}

.toolsArea .backgroundWhiteColor {
    padding: 15px 15px 55px;
    border-radius: 5px;
}

    .toolsArea .backgroundWhiteColor h2 {
        margin-top: 0;
    }

.toolsArea .appliBtn {
    aspect-ratio: 2/1;
    margin-bottom: 15px;
    border: 1px solid var(--main-color);
}

.contentArticleBref {
    display: flex;
    font-size: 12px !important;
    margin-bottom: 20px;
    align-items: start;
    width: 100%;
}

    .contentArticleBref .titleArticle {
        font-size: 16px !important;
        color: var(--main-color) !important;
        font-weight: 500;
        /*text-transform:uppercase;*/
    }

    .contentArticleBref span {
        font-style: italic !important;
        position: absolute;
        left: 0;
        display: flex;
        background-color: black;
        color: white !important;
        width: 100%;
        bottom: 0;
        padding: 2px 5px;
        justify-content: space-between;
    }

.padding-bottom0 {
    padding-bottom: 0px !important;
}

.titlewithdropdown {
    display: flex;
}

#dropdownMenuTitle {
    font-size: 28px;
    font-weight: 400;
    background-color: transparent;
    padding: 0px;
    line-height: initial;
    margin-top: -5px;
    margin-left: 8px;
    color: #000;
    border-bottom: 1px solid #C3C3C3;
    border-radius: 0px;
    padding-bottom: 5px;
}


.titlewithdropdown .dropdown-menu {
    display: none;
}

.titlewithdropdown .open .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    padding: 10px;
    width: 100%;
}

.dropdownTitleDashboard .dropdown-menu .dropdown-item {
    margin: 3px;
}

.titlewithdropdown .open i {
    transform: rotate(180deg);
}


.themesListDashboard h2 {
    font-size: 28px !important;
}

.imgThemeCard {
    aspect-ratio: 2/1;
    width: 100% !important;
    height: auto !important;
    padding: 5px !important;
    margin-top: 5px;
}

.vignettePolaDesign {
    height: auto !important;
    max-height: none !important;
    display: flex;
    flex-direction: column;
    border-radius: 5px;
    height: 200px !important;
    max-height: none !important;
}

    .vignettePolaDesign.bigPola {
        height: 275px !important;
    }

    .vignettePolaDesign.smallPola {
        height: 130px !important;
    }


@media screen and (max-width:1200px) {
    .vignettePolaDesign {
        height: 225px !important;
    }

        .vignettePolaDesign.bigPola {
            height: 400px !important;
        }

    .themeCard .title {
        font-size: 14px;
    }
}


#presentationContainer .vignettePolaDesign h4 {
    color: var(--main-color) !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    text-align: left !important;
    padding: 0px 10px;
    margin-top: 5px;
    width: 100%;
}

.themeCard:hover, .bpcehover:hover {
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
    -webkit-transition: -webkit-transform .35s ease,-webkit-box-shadow .25s ease;
    transition: -webkit-transform .35s ease,-webkit-box-shadow .25s ease;
    transition: transform .35s ease,box-shadow .25s ease;
    transition: transform .35s ease,box-shadow .25s ease,-webkit-transform .35s ease,-webkit-box-shadow .25s ease;
}

#themes .sudoSlider {
    height: 215px !important;
    padding-top: 10px;
}

@media screen and (max-width:1200px) {
    #themes .sudoSlider {
        height: 235px !important;
    }
}

.rightBarRessource .iconTopLeft {
    top: auto;
    bottom: 0px;
    left: 6px;
}

.iconObligatoire {
    clip-path: none;
    padding-top: 15px;
    background-color: transparent;
}

.boxShadowBpce {
    -webkit-box-shadow: 0 0 4px 0 rgba(0,0,0,.1),0 4px 8px 0 rgba(0,0,0,.1);
    box-shadow: 0 0 4px 0 rgba(0,0,0,.1),0 4px 8px 0 rgba(0,0,0,.1);
}

    .boxShadowBpce:hover {
        -webkit-box-shadow: 0 4px 16px 0 rgba(0,0,0,.16),0 4px 8px 0 rgba(0,0,0,.1) !important;
        box-shadow: 0 4px 16px 0 rgba(0,0,0,.16),0 4px 8px 0 rgba(0,0,0,.1) !important;
    }


/*PAGE JOBS*/

#PageJobs {
    background-color: #f1f2f1;
}

#JobsHeader, #recommendationHeader {
    height: 250px;
    background-size: 40%;
    background-repeat: no-repeat;
    background-position: right;
    position: relative;
    background-color: var(--main-color);
}

    #JobsHeader .gradientOver, #recommendationHeader .gradientOver {
        background: -moz-linear-gradient(left, var(--main-color) 0%, var(--main-color-gradient) 20%, var(--main-color-gradient) 100%);
        background: -webkit-linear-gradient(left, var(--main-color) 0%, var(--main-color-gradient) 20%, var(--main-color-gradient) 100%);
        background: linear-gradient(to right, var(--main-color) 0%, var(--main-color-gradient) 20%, var(--main-color-gradient) 100%);
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
    }

    #JobsHeader label, #recommendationHeader label {
        display: none;
    }

    #JobsHeader #JobsTree, #JobsHeader .comboTreeInputBox, #recommendationHeader .comboTreeInputBox {
        background-color: transparent;
        color: white;
        font-size: 36px;
        font-weight: 700;
        border: 0px;
    }

    #JobsHeader .comboTreeInputWrapper, #recommendationHeader .comboTreeInputWrapper {
        border-bottom: 1px solid white;
        padding-bottom: 10px;
    }

    #JobsHeader #CompetencyChoice {
        margin-top: 40px;
    }

    #JobsHeader .comboTreeInputBox, #recommendationHeader .comboTreeInputBox {
        font-size: 24px;
        text-transform: uppercase;
    }

        #JobsHeader #JobsTree:focus, #JobsHeader .comboTreeInputBox:focus, #recommendationHeader .comboTreeInputBox:focus {
            box-shadow: none !important;
        }

    #JobsHeader .comboTreeArrowBtn, #recommendationHeader .comboTreeArrowBtn {
        background-color: transparent !important;
        top: 5px !important;
    }

    #JobsHeader .mdi-chevron-down::before, #recommendationHeader .mdi-chevron-down::before {
        font-size: 25px !important;
        color: white !important;
    }

    #JobsHeader #CompetencyChoice .comboTreeArrowBtn {
        background-color: transparent !important;
        top: 5px !important;
    }

    #JobsHeader #CompetencyChoice .mdi-chevron-down::before {
        font-size: 25px !important;
        color: white !important;
    }

.dataJobs #tags {
    display: flex;
    flex-wrap: wrap;
    padding: 0px 15px;
}

    .dataJobs #tags ul li {
        background-color: var(--main-color);
        margin-right: 5px;
        margin-bottom: 5px;
        color: white;
        padding: 5px 10px;
        font-size: 14px;
        display: inline-block;
    }


    .dataJobs #tags li::before {
        content: "\f061";
        margin-right: 10px;
        font-family: "Font Awesome 5 Pro";
    }

    .dataJobs #tags li a {
        color: #fff !important;
        font-weight: 500;
    }

    .dataJobs #tags li:hover a {
        color: #fff !important;
    }

    .dataJobs #tags li:hover::before {
        padding-left: 5px;
        margin-right: 5px;
    }

#jobsData h3 {
    font-size: 24px !important;
}

#jobsData .margin-top-50 {
    margin-top: 20px !important;
}

#recommendationHeader .imgrecommendation {
    display: block !important;
    position: absolute;
    right: 0px;
    height: 250px;
    display: block;
    background-position: center;
    background-size: cover;
    width: 25vw;
}

.recoflex {
    flex-direction: column;
    justify-content: center;
    align-content: flex-start;
    flex-wrap: wrap;
}

#recommendationHeader h1 {
    color: white !important;
    margin-bottom: 20px;
    text-align: left !important;
    width: 80%;
    font-size: 36px !important;
}

.chooseReco {
    width: 80%;
}

#recommendationHeader .comboTreeInputBox {
    padding-left: 0px;
}

.titleResultFormation {
    font-size: 24px;
    font-weight: 500;
    color: var(--main-color);
    margin-top: 40px;
    margin-bottom: 20px;
}

#PageRecommendation {
    background-color: #f7f7f7;
}


.dashboardLearn h2, h2.dashboard {
    font-size: 28px !important;
    color: var(--main-color);
    font-weight: 500;
    text-transform: uppercase;
}

.toolsArea .sudoSliderContainer span.controls > a {
    display: none !important;
}

.toolsArea .sudoSliderContainer span.controls ol.numericControls {
    display: unset !important;
}

.toolsArea .sudoSliderContainer ol.numericControls li a {
    height: 15px;
    width: 15px;
}

.articleStyle.emptySlide {
    display: none;
}

#divLinkSubThemes li {
}

.dataJobs #tags {
    display: flex;
    flex-wrap: wrap;
    padding: 0px 15px;
}

#divLinkSubThemes ul li {
    background-color: var(--main-color);
    margin-right: 5px;
    margin-bottom: 5px;
    color: white;
    padding: 5px 10px;
    font-size: 14px;
    display: inline-block;
}


#divLinkSubThemes li::before {
    content: "\f061";
    margin-right: 10px;
    font-family: "Font Awesome 5 Pro";
    font-weight: normal;
}

#divLinkSubThemes li a {
    color: #fff !important;
    font-weight: 500;
    text-transform: none;
}

#divLinkSubThemes li:hover a {
    color: #fff !important;
}

#divLinkSubThemes li:hover::before {
    padding-left: 5px;
    margin-right: 5px;
}

#themesData h3, #resourcesSelectedTheme h3 {
    font-size: 24px !important;
}

    #themesData h3 a, #resourcesSelectedTheme h3 a {
        color: var(--main-color) !important;
    }

@media screen and (max-width:1000px) {
    .floatbarDashboard .thumbnail {
        position: relative;
        top: -150px;
        width: 100%;
    }

    .dashboardreversemobile {
        display: flex;
        flex-direction: column-reverse;
    }

        .dashboardreversemobile .col-md-9 {
            margin-top: 100px;
        }
}

@media screen and (max-width:540px) {
    .floatbarDashboard .thumbnail {
        position: relative;
        top: 10px;
        width: 100%;
    }

    .dashboardreversemobile {
        display: flex;
        flex-direction: column-reverse;
    }

        .dashboardreversemobile .col-md-9 {
            margin-top: 100px;
        }

    .vignettePolaDesign {
        height: 230px !important;
    }

    .themesListDashboard {
        padding-left: 15px;
    }

    #themes .sudoSlider {
        height: 240px !important;
        padding-top: 10px;
    }

    .vignettePolaDesign.bigPola {
        height: 230px !important;
    }

    .logofooter {
        margin-bottom: 20px;
        margin-left: 18px;
    }

    .navig .searchDashboard #headerQuickSearch2 {
        width: 150px;
        margin-bottom: 4px;
        font-size: 16px;
    }

    .navig .searchDashboard .fa-search {
        top: 13px !important;
    }



    #JobsHeader #JobsTree, #JobsHeader .comboTreeInputBox, #recommendationHeader .comboTreeInputBox {
        font-size: 23px;
    }

    #JobsHeader .comboTreeInputBox, #recommendationHeader .comboTreeInputBox {
        font-size: 18px;
        text-transform: uppercase;
        padding-left: 0;
    }

    .resourceItem {
        height: 250px;
    }

    .imgTheme {
        display: none;
    }

    #JobsHeader .col-md-9, #recommendationHeader .col-md-9 {
        width: 100%;
    }

    .responsiveColArrangement .col-md-3, .responsiveColArrangement .col-md-9 {
        width: 100%;
    }

    .responsiveColArrangement .col-md-3 {
        margin-bottom: 40px;
        padding-top: 40px;
    }

    .responsiveColArrangement {
        flex-direction: column;
    }

    .floatUserBar .inlineTable {
        padding-bottom: 0px !important;
    }

    #pageRessource .floatUserBar {
        padding-bottom: 5px !important;
    }

    #pageRessource .titreFormation {
        display: flex;
        flex-direction: column;
        width: 91vw;
    }

        #pageRessource .titreFormation .labelFormation {
            margin-top: 30px;
        }

    .actuBlocBref .contentArticleBref .img-responsive {
        height: 45px !important;
    }

    .actuBlocBref .contentArticleBref .margin-top5 {
        display: none;
    }

    .contentArticleBref .titleArticle {
        margin-bottom: 5px;
    }

    .vignettePolaDesign.smallPola {
        height: 110px !important;
    }

        .vignettePolaDesign.smallPola .title {
            font-size: 14px !important;
        }

    #applications {
        margin-top: 30px;
    }

    .bannerTopDashboard {
        height: auto;
        display: none;
    }

    #themeHeader .text-truncate {
        white-space: inherit;
    }

    #themeHeader .carousel-caption {
        width: 92%;
        max-width: inherit;
        left: 4%;
    }

    .resourceList {
        padding: 0px 13px;
    }

    .searchList .resourceItem {
        height: 210px;
    }

    .resourceList .list {
        padding-bottom: 40px;
    }

    .arianeLine .cleft {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

    #pageRessource .headerCompetencies .tags {
        float: unset !important;
        display: inline-block;
        font-size: 14px !important;
    }

    #pageRessource .headerEmploi {
        font-size: 14px !important;
    }
}

@media (max-width:450px) {

    #recommendationHeader .actuTitle {
        width: 100%;
        max-width: 100%;
    }

    #recommendationHeader .chooseReco {
        width: 100%;
        max-width: 100%;
    }

    #recommendationHeader .imgrecommendation {
        display: none !important;
    }
}

.articleItemIllustration {
    height: 90px;
    background-size: cover;
    background-position: center;
    aspect-ratio: 2/1;
    border-radius: 5px;
}

@media screen and (max-width:1200px) {
    #pageRessource .floatUserBar {
        width: 290px;
    }

    #pageRessource .launchRessource, #pageRessource .launchRessource:hover, #pageRessource .launchRessource:focus {
        padding: 12px 12px;
    }

    .articleItemIllustration {
        height: 60px;
    }
}

.voirplusSlider {
    border: 1px solid;
    border-radius: 5px;
    font-weight: 500;
    padding: 2px 5px;
}

    .voirplusSlider:hover {
        color: #fff !important;
        background-color: var(--secondary-color);
    }

.modal .modal-header {
    background-color: var(--main-color)
}

    .modal .modal-header h5 {
        color: #fff;
    }

.modal .btn:hover, .btn:focus, .btn.focus {
    color: #000 !important;
}

#pageRessource .backgroundBlurResource {
    background-color: var(--main-color);
}

#pageRessource .titreFormation {
    display: flex;
}

    #pageRessource .titreFormation.font34 {
        text-transform: unset !important;
    }

    #pageRessource .titreFormation .codeFormation {
        font-size: 24px;
        background-color: #fff;
        color: var(--main-color);
        padding: 6px;
        text-wrap: nowrap;
        margin-right: 30px
    }

#pageRessource .data {
    margin-bottom: 30px;
}

    #pageRessource .data > h3 {
        font-size: 14px !important;
        font-weight: 500 !important;
        padding-bottom: 5px;
        border-bottom: 1px solid #c3c3c3;
        text-transform: uppercase;
        margin: 15px 0 5px !important;
        color: #222;
    }

#pageRessource .floatUserBar {
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0 0 4px 0 rgba(0,0,0,.1),0 4px 8px 0 rgba(0,0,0,.1);
}

#pageRessource .objectifBloc {
    background-color: unset;
    text-align: left;
    color: unset !important;
    padding: unset !important;
    padding-top: 5px !important;
}

#pageRessource h3 {
    font-size: 20px !important;
    margin: 0px 0px 20px;
    color: var(--main-color);
    margin-top: 30px;
}

    #pageRessource h3 > i {
        margin-right: 5px;
    }

#pageRessource .mainDescription hr {
    margin: 15px 0 30px;
    border-top: 1px solid #ccc;
}

#pageRessource .mainDescription .font14 {
    font-size: 16px !important;
}

#pageRessource .headerCompetencies .tags {
    font-weight: 500;
}

#pageRessource .headerEmploi {
    padding-left: 5px;
}

.archivedStatus .red {
    font-size: 1.5em;
    font-weight: 500;
}

.formationProfilList .barProgression {
    border-radius: 1px;
    width: 240px;
    margin-left: 5px;
    background-color: #f7f7f7;
}

    .formationProfilList .barProgression .progression {
        background-color: var(--main-color);
        border-radius: 1px;
    }

.barProgression .progression {
    height: 14px;
    min-width: 30px;
}



.resourceItem .barProgression {
    position: unset !important;
    background-color: #fff;
    height: 15px;
    min-width: 30px;
    margin-top: 3px;
}

    .resourceItem .barProgression .progression {
        position: unset !important;
        height: 14px;
        font-size: 10px;
        color: #fff;
        padding-left: 5px;
        min-width: 30px;
    }

.tagBarRessource {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
}

.recoBarRessource {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
}

    .tagBarRessource .tagInTagBar, .tagBarRessource .tagInTagBar2, .recoBarRessource .tagInTagBar {
        display: inline-block;
        padding: 2px 7px;
        color: #fff;
        font-weight: 500;
        text-transform: uppercase;
        background-color: var(--main-color-resource);
        font-size: 12px;
        border: 1px solid #fff;
        margin: 5px 0 0 5px;
    }

.tagBarRessource .tagInTagBar2 {
    position: absolute;
    top: 0px;
    right: 5px;
    background-color: #fcba03;
}

.recoBarRessource .tagInTagBar {
    display: block;
    text-transform: unset;
    text-align: center;
    border: none;
}

#resourceAskingTrainingItems .resourceAskingTrainingItem .soloButton {
    position: absolute;
    bottom: -25px;
    width: 80%;
    left: 10%;
}

#resourceAskingTrainingItems .resourceAskingTrainingItem .col-md-3 {
    padding: 3px 14px;
    position: relative;
    display: grid;
}

#resourceAskingTrainingItems .buttonBloc {
    position: absolute;
    bottom: -36px;
    width: 104%;
    left: 15px;
}

#resourceAskingTrainingItems .buttonBlocSolo {
    position: absolute;
    bottom: -6px;
    width: 104%;
    left: 10px;
}

    #resourceAskingTrainingItems .buttonBlocSolo .classicButton {
        padding: 10px 5px !important;
    }

        #resourceAskingTrainingItems .buttonBlocSolo .classicButton:hover {
            color: var(--secondary-color) !important;
            background-color: #fff !important;
            border: 1px solid var(--secondary-color);
        }

.bulletTimeline {
    position: absolute;
    bottom: -26px;
    width: 100%;
    font-size: 30px;
}

    .bulletTimeline i {
        color: gray !important;
        background-color: #fff;
    }

.active .bulletTimeline i {
    background-color: #fff;
}

.timelineRequest .col-md-3 {
    border-bottom: 5px solid #bababa;
    min-height: 100px;
    align-items: center;
}

.titleLevelResultFormation {
    font-weight: bold;
}

.descLevelResultFormation {
    font-size: 14px;
}

#resourceTrainingsResult .currentYear {
    margin: 0 !important;
    font-size: 20px;
    padding: 5px 0;
    background-color: #f7f7f7;
}

.RegistrationStatusFirst {
    text-align: left;
    width: 70%;
    font-size: 14px;
}

.RegistrationStatus {
    margin-left: -40%;
    text-align: center;
    width: 80%;
    font-size: 14px;
}

/* =============== */

.timelineRequest .fa-circle {
    display: inline !important;
    color: #bababa !important;
}

.timelineRequest .fa-scrubber {
    display: none !important;
}

.timelineRequest .validatedStep .fa-circle {
    display: none !important;
}

.timelineRequest .validatedStep .fa-scrubber {
    display: inline !important;
    color: var(--main-color) !important;
}

.timelineRequest .currentStep .RegistrationStatus {
    font-weight: bold;
    color: var(--main-color);
}

.timelineRequest .waitingTimeline {
    border-bottom-color: #bababa !important;
}

.timelineRequest .noTimeline {
    border-bottom-color: transparent !important;
}

.timelineRequest .validatedTimeline {
    border-bottom: 5px solid var(--main-color) !important;
}

.timelineRequest .waitingForNextStep .fa-play {
    display: block !important;
    position: absolute;
    bottom: -15px;
    font-size: 25px;
    right: -1px;
}

#articlePopupModal {
    align-items: center;
}

.modal .btn:hover {
    color: #fff !important;
}

#pageArticle .arianeLine .fa-circle {
    font-size: 5px !important;
    line-height: 15px;
    vertical-align: text-bottom;
}

#pageArticle .articleContainer .imgCol img {
    width: 100%;
    height: auto;
    aspect-ratio: 2/1;
    object-fit: cover;
    object-position: center;
}

#pageArticle .font25 {
    margin-top: 25px;
}

#pageArticle .imgCol {
    display: inline;
}

.floatUserBar .absoluteTopRight {
    right: 0px;
    top: 12px;
    display: flex;
    flex-direction: column-reverse;
}

.blocFloatbar .absoluteTopRight i {
    margin: unset !important;
    margin-top: 15px !important;
    margin-left: 5px !important;
    background-color: var(--secondary-color);
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
}

.lineinfocomment {
    display: flex;
    align-items: flex-end;
}

    .lineinfocomment .iconsDock {
        display: flex;
        align-content: center;
        align-items: center;
        position: absolute;
        right: 25px;
        top: 25px;
    }

.articleContentShort {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-size: 12px !important;
}

.articleCreationDate {
    color: #888 !important;
}



.backgroundSalarie {
    background-color: var(--main-color);
}

.cardUser {
    border-radius: 5px;
}

    .cardUser .flex {
        align-items: center;
        text-align: left;
        padding-top: 15px;
        padding-bottom: 15px;
        border-radius: 5px;
        height: 100px;
    }

    .cardUser .identityUser {
        margin-left: 10px;
        color: white !important;
    }

    .cardUser .nameUser {
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 2px;
    }

    .cardUser .fonctionUser {
        font-size: 13px;
        font-weight: 400;
        text-transform: uppercase;
        font-style: italic;
        margin-bottom: 5px;
    }

    .cardUser .mailUser, .cardUser .mailUser a {
        font-size: 12px;
        font-weight: 400;
        color: white !important;
        display: flex;
        align-items: center;
    }

        .cardUser .mailUser i {
            font-size: 14px !important;
        }

#memberList .cardUser .avatarHandler {
    margin: 0px;
}

.cardUser .avatar-normal {
    width: 50px;
    height: 50px;
    margin-left: 5px !important;
}

.cardUser .dataUser {
    height: 140px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.cardUser .flexDataUser {
    display: flex;
    align-items: center;
    font-size: 14px;
}

    .cardUser .flexDataUser i {
        margin-right: 10px;
        font-size: 24px !important;
    }


/* LUMIERE SUR */

.headlineZoneFull {
    z-index: 1;
    position: absolute;
    bottom: 0px;
    left: 15px;
    text-align: left;
    background-color: var(--secondary-color);
    opacity: 0.8;
    text-align: center;
    padding: 10px;
    width: 96%;
    height: 100%;
    color: white;
}

    .headlineZoneFull .headlineZoneTitle {
        font-size: 16px;
        text-transform: uppercase;
        font-weight: bold;
    }

    .headlineZoneFull .headlineZoneDescr {
        font-size: 14px;
        line-height: 14px;
        padding: 10px;
        font-weight: 500;
    }

.headlineItem {
    /* height: 130px; */
    padding: 60px 10px;
    box-sizing: border-box;
    background-size: cover;
}

    .headlineItem:hover::before {
        filter: blur(5px);
    }

    .headlineItem:hover .headlineZoneFull {
        display: flex !important;
        flex-direction: column;
        justify-content: center;
    }

.navig .searchDashboard .advancedSearch {
    font-size: 12px;
    text-align: right;
    margin-top: -5px;
}

.parentTheme .selected {
    color: var(--secondary-color);
}

h1 {
    color: var(--main-color);
}

.formationProfilList .barProgression .progression {
    background-color: var(--secondary-color);
    height: 10px;
}

.profil-dashboards-zone-numbers {
    background-color: var(--main-color);
}

#pageRessource .sessionContainer .thumbnail {
    position: relative;
    height: 220px;
    box-shadow: 1px 1px 2px #bababa;
    border-radius: 0px;
}

.modal-title {
    color: white;
}

div#btnSessionLaunch {
    width: 75%;
    margin-left: 20%;
    position: relative;
    margin-top: -42px;
    height: 27px;
    padding: 10px;
    background-color: var(--secondary-color);
}

.themeResourceIcon {
    padding: 0px;
}

    .themeResourceIcon img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.questionCount {
    color: var(--secondary-color);
}

#evaluationPage .input-group-addon {
    background-color: var(--secondary-color);
}

#evaluationPage .pagination > .active > a {
    background-color: var(--main-color);
    border-color: var(--main-color);
}

#evaluationPage .scal-selected {
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
}

#evaluationPage .option-selected {
    border: solid var(--secondary-color);
}

#evaluationPage .custom-disabled:disabled, #evaluationPage .opinion-scale-label {
    color: var(--main-color);
}

.prerequisiteItem {
    cursor: pointer;
    margin-bottom: 5px;
}

    .prerequisiteItem:hover {
        background-color: #F5F5F5;
        transition: all 0.2s linear 0s;
        margin-left: 5px;
    }

        .prerequisiteItem:hover::after {
            content: "\f178";
            font-family: "Font Awesome 5 Pro";
            font-size: 14px;
            padding-left: 10px;
            transition: all 0.2s linear 0s;
        }


#articlePopupModal .modal-title {
    font-family: var(--title-font);
    color: unset;
}

.modal-dialog .classicButton {
    color: #fff !important;
}

#headlines .sudoSliderContainer {
    padding: 0px 15px;
}

    #headlines .sudoSliderContainer .nextBtn {
        right: 6px !important;
    }

    #headlines .sudoSliderContainer .prevBtn {
        left: -23px;
    }

.responsiveColArrangement .alert-warning {
    color: #000;
    background-color: #a8a8a80a;
    border-color: #c7c7c7;
    FONT-WEIGHT: 400;
}

    .responsiveColArrangement .alert-warning .prerequisiteItem {
        color: #222;
        FONT-WEIGHT: 300;
    }

#MaintenanceEnabledBloc {
    display: block;
    position: fixed;
    z-index: 99999;
    background-color: yellow;
    bottom: 10px;
    left: 20px;
    border: 2px solid #333;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    font-size: 16px;
    font-weight: bold;
    color: #333;
    text-align: center;
    line-height: 50px;
    padding: 10px;
}

@media screen and (max-width: 990px) {
    .spoc .col-sm-pull-9 {
        position: relative !important;
        top: 0 !important;
        margin-left: auto;
        margin-right: auto;
        right: auto !important;
    }
}
#evaluationPage .question-title {
    padding-left: 15px;
    display: inherit;
    padding-top: 5px;
}

#evaluationPage .descriptionInput {
    margin-bottom: 15px !important;
}

#QuestionList .numberQuestion {
    display: inherit;
    float: left;
    padding: 10px 15px;
}