
/*#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;
        font-family: 'Quattrocento Sans', sans-serif;
    }

    #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;
}

.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: absolute;
    top: 5px;
    left: -30px;
    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;
        font-family: 'Segoe UI';
    }

    #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;
        background-color: #fd3478;
        height: 8px;
    }

.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: #fd3478;
}

    .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;
    top: 40px;
}

    #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;
}

.comboTreeArrowBtn {
    border: 0px !important;
    border-radius: unset !important;
    background: #fff !important;
    right: 5px !important;
    top: 6px !important;
    box-sizing: content-box !important;
    height: 50% !important;
}

.comboTreeItemTitle {
    font-size: 14px !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;
}