*:not(i):not(.glyphicon) {
    font-family: 'Roboto', sans-serif !important;
}

/*#region pageRessourceV1 */
a:focus, a:hover {
    color: #fd3478;
    text-decoration: none;
}

#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;
    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: #fd3478;
        border-radius: 0px;
        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;
    }

.list_display .choice_btn, #formationsDone .choice_btn {
    border-radius: 0px;
}

.pager span a {
    color: #fd3478;
}

.list_display .choice_btn_select, .choice_btn_select:hover, #formationsDone .choice_btn_select {
    background-color: #fd3478;
    color: #fff;
}

    #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: 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 .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: 206px;
        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;
}

.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: #ccc;
}

.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%;
}

/*#region dashboard hub */
#PageHubDashboard {
    margin-top: 50px;
}

    #PageHubDashboard .floatbarHub {
        position: fixed;
        bottom: auto;
        left: auto;
        height: auto;
        padding: 10px;
        background-image: url(/images/dashboard/backgroundShareSearch.jpg);
        background-size: cover;
        font-weight: bold;
        font-size: 12px;
        z-index: 10;
        width: 300px;
        top: 165px;
        transition: 400ms;
        border-radius: 0px;
        box-shadow: 0px 2px 3px #21244933;
        margin-left: -40px;
    }

        #PageHubDashboard .floatbarHub::before {
            background: #ffffffe9;
            content: ' ';
            display: block;
            position: absolute;
            right: 0;
            bottom: 0;
            height: 100%;
            width: 100%;
        }

        #PageHubDashboard .floatbarHub .infoCollab {
            margin-left: 10px;
        }

        #PageHubDashboard .floatbarHub .avatar-normal {
            width: 50px;
            height: 50px;
        }

        #PageHubDashboard .floatbarHub .name {
            font-size: 16px;
            font-weight: 700;
        }

        #PageHubDashboard .floatbarHub .numberCollab {
            font-size: 11px;
            color: #fd3478;
        }

        #PageHubDashboard .floatbarHub .classicButton {
            background-color: #fd3478;
            margin-top: 10px;
            text-transform: uppercase;
            font-weight: 600;
            font-size: 13px;
            text-align: center;
            position: relative;
        }

    #PageHubDashboard .btnCollab {
        background-color: #fd3478;
        margin-top: 10px;
        text-transform: uppercase;
        font-weight: 600;
        font-size: 13px;
        text-align: center;
        position: relative;
        display: inline;
        padding: 10px 40px;
        margin-right: 10px;
    }

    #PageHubDashboard .floatbarHub .classicButton i, .btnCollab i {
        color: #fff;
        opacity: 0.35;
        position: absolute;
        left: 10px;
        font-size: 38px;
        top: 0;
    }

#PageHubDashboard h2 {
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
}

    #PageHubDashboard .subtitleDashboard {
        font-size: 16px;
        color: lightslategray;
        margin-bottom: 20px;
        margin-top: -5px;
    }

    #PageHubDashboard .sudoSliderContainer .prevBtn {
        left: -20px;
    }

    #PageHubDashboard .sudoSliderContainer .nextBtn {
        right: -20px;
    }

    #PageHubDashboard #btnCreateStudio {
        background-color: #fd3478;
        height: 50px;
        width: 100%;
        box-shadow: none;
        color: #fff;
        font-size: 13px;
        text-transform: uppercase;
        font-weight: 600;
    }

    #PageHubDashboard .floatbarSearch {
        margin-bottom: 30px;
        margin-top: 20px;
    }

    #PageHubDashboard #quickSearch {
        height: 40px;
    }

        #PageHubDashboard #quickSearch::placeholder {
            font-size: 13px;
            font-weight: 300;
        }

    #PageHubDashboard #quickSearchBtn {
        background-color: #fd3478;
        color: #fff;
        height: 40px;
        padding: 3px 10px;
    }

    #PageHubDashboard .experts_bloc {
        padding: 20px 20px;
        margin-top: 20px;
        border-radius: 8px;
        background-color: #2E353E;
        height: 380px;
    }

    #PageHubDashboard .calltotender_title {
        font-size: 19px;
        margin: 0;
        margin-bottom: 10px;
        text-transform: uppercase;
        font-weight: 600;
        color: #fff;
        background-image: url(/images/icons/megaphone.png);
        padding: 15px 0;
        background-repeat: no-repeat;
        background-position: left+5px center;
        background-size: 36px auto;
        padding-left: 50px;
        margin-left: -10px;
    }

    #PageHubDashboard .documents_title {
        font-size: 19px;
        margin: 0;
        padding: 0;
        margin-bottom: 10px;
        text-transform: uppercase;
        font-weight: 600;
        color: #fff;
        background-image: url(/images/icons/smile.png);
        background-repeat: no-repeat;
        background-position: left+5px center;
        background-size: 36px auto;
        padding-left: 50px;
        margin-left: -10px;
    }

    #PageHubDashboard .experts_title {
        font-size: 19px;
        margin: 0;
        padding: 0;
        margin-bottom: 10px;
        text-transform: uppercase;
        font-weight: 600;
        color: #fff;
        background-image: url(/images/icons/expert.png);
        background-repeat: no-repeat;
        background-position: left+5px center;
        background-size: 36px auto;
        padding-left: 50px;
        margin-left: -10px;
        min-height: 50px;
    }

    #PageHubDashboard .btn_blue {
        background-color: #6d7dff;
        min-height: 40px;
        border-radius: 5px;
        box-shadow: 1px 1px 2px rgba(0,0,0,.1);
        color: #fff;
        font-size: 13px;
        text-transform: uppercase;
        font-weight: 400;
        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;
        padding: 0 15px;
        display: inline-flex;
        vertical-align: middle;
        border: 0;
        line-height: 37px;
        font-weight: bold;
    }

    #PageHubDashboard .experts_bloc .texte {
        color: #fff;
        padding-left: 10px;
        padding-top: 0;
        font-size: 14px;
        line-height: normal;
        font-weight: 100;
    }

    #PageHubDashboard .experts_bloc .date {
        color: #fff;
        font-size: 12px;
        line-height: normal;
        font-style: italic;
        padding-bottom: 5px;
    }

    #PageHubDashboard .experts_bloc .line {
        display: flex;
        border-bottom: 1px solid #fff;
        padding: 4px 0;
        font-style: italic;
        font-size: 12px;
    }

    #PageHubDashboard .experts_bloc .avatar {
        width: 60px;
        padding-top: 5px;
        position: relative;
        padding: 0;
        float: left;
    }

    .latest_news {
        background-color: #fff;
        border: 1px solid #edeeef;
        padding: 25px;
        margin-top: 20px;
    }

        .latest_news h1 {
            font-size: 22px;
            margin: 0;
            padding: 0;
            margin-bottom: 20px;
            text-transform: uppercase;
            font-weight: 600;
            color: #333;
        }

        .latest_news .date {
            color: #fd3478;
            font-size: 12px;
            line-height: normal;
            padding-bottom: 0;
        }

        .latest_news .bloc a {
            display: block;
        }

        .latest_news .texte {
            color: #333;
            padding-left: 15px;
            padding-right: 10px;
            padding-top: 0;
            font-size: 14px;
            line-height: normal;
            font-weight: 200;
            margin: auto 0;
        }

    .img-circle-child img {
        background-color: #bbb;
        border-radius: 50%;
        display: inline-block;
    }

    .latest_news .line {
        padding-top: 10px;
        border-bottom: 1px solid #bebfc0;
        margin-bottom: 10px;
    }

    .btn_blue:hover {
        opacity: 0.8;
        outline: none !important;
        color: #fff;
        text-decoration: none;
    }

    .menu_item .picto1 {
        background-image: url(/images/icons/nuancier.png);
    }

    .menu_item .picto2 {
        background-image: url(/images/icons/expert.png);
        background-size: 59%;
    }

    .menu_item .picto3 {
        background-image: url(/images/icons/creer.png);
    }

    .menu_item .picto4 {
        background-image: url(/images/icons/palette.png);
    }

    .menu_item .picto5 {
        background-image: url(/images/icons/search.png);
        background-size: 60% auto;
    }

    .menu_item .picto6 {
        background-image: url(/images/icons/albums.png);
        background-size: 60% auto;
    }

    .menu_item .text {
        text-align: center;
        text-transform: uppercase;
        font-size: 14px;
        color: #2E353E;
        display: block;
        margin: 0 auto;
        padding-top: 7px;
        font-weight: 200;
        line-height: normal;
    }

    .sharePanelResource {
        position: absolute;
        bottom: 0px;
        width: 100%;
        padding-bottom: 25px;
    }

        .sharePanelResource .avatar32 {
            width: 36px;
            height: 36px;
            margin: auto;
            border: 3px solid #fff;
            margin-top: -18px;
        }

        .sharePanelResource .font12 {
            font-size: 11px;
        }

        .sharePanelResource .btnLaunchResource {
            font-size: 12px;
            text-transform: uppercase;
            text-decoration: underline
        }

    .resourceItem .bottomInfos {
        bottom: 7px;
    }

    .thematicResource {
        font-weight: bold;
        font-size: 11px;
        margin-top: -3px;
        margin-bottom: 5px;
    }

    .descriptionVignette {
        display: block;
        text-overflow: ellipsis;
        word-wrap: break-word;
        overflow: hidden;
        max-height: 5em;
        line-height: 15px;
        font-size: 11px;
        padding: 10px 0px;
    }

    .resourceTitle {
        text-transform: uppercase;
        color: #fd3478;
        line-height:initial;
    }

    .resourceItem {
        height: 380px;
    }

    .tagTheme {
        text-transform: uppercase;
        font-weight: 400;
        font-size: 14px;
        padding: 6px 10px;
        color: #fff;
        margin: 3px;
        border-radius: 2px;
        display: inline-block;
    }

    .tagModality {
        text-transform: uppercase;
        font-weight: 400;
        font-size: 14px;
        padding: 5px 10px;
        color: #2E353E;
        border: 1px solid #2E353E;
        margin: 3px;
        border-radius: 2px;
        display: inline-block;
    }

    .collabList {
        margin-top: 30px;
    }

    .tagCollab {
        background-color: #2E353E;
        font-size: 12px;
        font-weight: 700;
        color: #fff;
        padding: 3px 5px;
        border-radius: 3px;
        text-transform: uppercase;
        display: initial;
        position: absolute;
        top: 10px;
    }

    .textCollab {
        color: #fd3478;
        padding-bottom: 5px;
    }

    .collabList .avatar {
        border-radius: 100px;
        width: 30px;
        height: 30px;
        margin-right: 10px;
        background-size: cover;
    }

    .coverImg {
        background-size: cover;
    }

    .collabList .thumbnail {
        padding: 10px;
        height: 170px;
        position: relative;
        display: flex;
        align-items: center;
        cursor: pointer;
    }

    #PageHubDashboard .collabList .vcenter-content {
        position: absolute;
        bottom: 10px;
        width: 100%;
    }

    #PageHubDashboard .dateCollab {
        position: absolute;
        right: 25px;
    }

    #PageHubDashboard #pnlCallToTenderSeeMore, #pnlDocShareSeeMore {
        text-align: right;
        margin-top: -10px;
        font-weight: 600;
    }

#PageHubDashboard a:hover {
    color: #fd3478;
    text-decoration: none;
}

    #PageHubDashboard .activitybloc .date {
        font-size: 11px;
        color: lightslategray;
    }

    #PageHubDashboard .activitybloc {
        height: 60px;
        margin-bottom: 10px;
        padding: 11px;
        position: relative;
        margin-left: 25px;
        padding-left: 30px;
    }

        #PageHubDashboard .activitybloc a {
            font-weight: bold;
            font-size: 14px;
        }

        #PageHubDashboard .activitybloc .avatar-normal-small {
            position: absolute;
            left: -20px;
            top: 7px;
        }
/*#endregion dashboard hub */
/*#region header hub */

#headerHub {
    background-color: #fff;
    height: 90px;
    box-shadow: 2px 0px 3px rgba(0,0,0,.3);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2000;
    width: 100%;
}

    #headerHub .header_container {
        display: flex;
        position: relative;
        height: 100%;
    }

    #headerHub .logo {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        width: 217px;
        -webkit-transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
    }

        #headerHub .logo img {
            width: 100%;
            height: auto;
        }

    #headerHub .menu {
        margin-top: 10px;
        padding-top: 0px !important;
        margin-left: 222px;
    }

    #headerHub .menu_item {
        position: relative;
        display: inline-block;
        margin: 0 0px;
        width: 110px;
        cursor: pointer;
    }

        #headerHub .menu_item .picto:hover {
            transform: scale(1.3);
            z-index: 2000;
        }

        #headerHub .menu_item .picto {
            background: linear-gradient(to bottom, #fd3478 0%,#fd3478 100%);
            width: 45px;
            height: 45px;
            border-radius: 200px;
            position: relative;
            margin: 0 auto;
            display: block;
            cursor: pointer;
            -webkit-transition: all 0.2s ease-out;
            -moz-transition: all 0.2s ease-out;
            transition: all 0.2s ease-out;
        }

        #headerHub .menu_item .picto1, #headerHub .menu_item .picto2, #headerHub .menu_item .picto3, #headerHub .menu_item .picto4, #headerHub .menu_item .picto5, #headerHub .menu_item .picto6 {
            position: absolute;
            width: 100%;
            height: 100%;
            background-size: 80% auto;
            background-repeat: no-repeat;
            background-position: center center;
        }

        #headerHub .menu_item .picto1 {
            background-image: url(/images/icons/nuancier.png);
        }

        #headerHub .menu_item .picto2 {
            background-image: url(/images/icons/expert.png);
            background-size: 59%;
        }

        #headerHub .menu_item .picto3 {
            background-image: url(/images/icons/creer.png);
        }

        #headerHub .menu_item .picto4 {
            background-image: url(/images/icons/palette.png);
        }

        #headerHub .menu_item .picto5 {
            background-image: url(/images/icons/search.png);
            background-size: 60% auto;
        }

        #headerHub .menu_item .picto6 {
            background-image: url(/images/icons/albums.png);
            background-size: 60% auto;
        }

        #headerHub .menu_item .text {
            text-align: center;
            text-transform: uppercase;
            font-size: 14px;
            color: #2E353E;
            display: block;
            margin: 0 auto;
            padding-top: 7px;
            font-weight: 200;
            line-height: normal;
        }

    #headerHub .dropdown:hover .dropdown-content {
        display: block;
    }

    #headerHub .dropdown-content a {
        color: #fd3478;
        text-decoration: none;
        display: block;
        padding: 5px 10px;
    }

        #headerHub .dropdown-content a:hover {
            color: #fff;
            background-color: #6d7dff;
        }


    #headerHub .dropdown-content {
        display: none;
        position: absolute;
        top: 68px;
        left: 50%;
        transform: translateX(-50%);
        background-color: #fff;
        z-index: 1;
        white-space: nowrap;
        padding: 5px 5px;
        font-weight: 300;
        margin: 0;
        font-size: 14px;
        text-align: left;
        min-width: 100%;
        border: 1px solid #ccc;
        border-top: 0;
    }

    #headerHub .profil {
        position: absolute;
        right: 0px;
        top: 5px;
    }

        #headerHub .profil .avatar {
            width: 70px;
            height: 70px;
            overflow: hidden;
            border-radius: 200px;
            -webkit-transition: all 0.2s ease-out;
            -moz-transition: all 0.2s ease-out;
            transition: all 0.2s ease-out;
            float: right;
        }

        #headerHub .profil .name {
            display: inline-block;
            height: 100%;
            padding: 27px 5px;
            color: #fd3478;
            font-weight: bold;
            max-width: 144px;
            text-align: center;
        }

    #headerHub .newsNotification {
        position: relative;
        display: inline;
        margin: 0 20px 0 0px;
    }

        /*     #headerHub .newsNotification a {
                color: #00b3d0 !important;
            }*/

        #headerHub .newsNotification > a > span {
            background-color: #e4003a;
            padding: 0px 3px;
            color: #fff;
            font-weight: 500;
            font-size: 10px;
            line-height: 13px;
            display: block;
            position: absolute;
            top: -7px;
            right: -10px;
        }

        #headerHub .newsNotification > .newsNotificationList > ul {
            padding: 0;
            margin: 0;
            list-style: none;
        }

        #headerHub .newsNotification > .newsNotificationList {
            display: none;
            z-index: 199;
            position: absolute;
            top: 30px;
            right: -8px;
            width: 400px;
            background-color: #fff;
            border: 1px solid #434446;
            border-radius: 3px;
            -moz-border-radius: 3px;
            -webkit-border-radius: 3px;
            box-shadow: 2px 2px 8px #434446;
        }

            #headerHub .newsNotification > .newsNotificationList > ul > li.isNew {
                font-weight: bold;
            }

            #headerHub .newsNotification > .newsNotificationList > ul > li {
                border-bottom: 1px solid #b4bbc5;
                padding: 5px;
                font-size: 0.9em;
            }

                #headerHub .newsNotification > .newsNotificationList > ul > li a {
                    text-transform: none !important;
                    /*color: #009fd1;*/
                }
                /*
            #headerHub .newsNotification a {
                color: #00b3d0 !important;
            }*/

                #headerHub .newsNotification > .newsNotificationList > ul > li:hover a {
                    color: #000 !important;
                }

    #headerHub .profil .avatar img {
        width: 100%;
        height: auto;
    }

.header_small .profil .name {
    padding: 17px 5px !important;
}

.header_small {
    height: 60px !important;
}

    .header_small .logo {
        width: 160px;
    }

    .header_small .menu_item .text {
        display: none !important;
    }

    .header_small .dropdown-content {
        top: 50px !important;
    }

    .header_small .profil {
        top: 3px !important;
    }

        .header_small .profil .avatar {
            width: 50px !important;
            height: 50px !important;
        } 

.menuBurger {
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
}

#headerHub .profil {
    right: 35px !important;
}

#headerThemesMenu, #responsiveHeaderMenu {
    position: fixed;
    display: block;
    background-color: #fff;
    top: 0px;
    right: 0px;
    left: auto;
    width: 480px;
    transition: all 0.3s ease-out;
    height: 100vh;
    padding: 20px;
    overflow: auto;
    z-index: 99999;
    box-shadow: -2px 0px 3px rgb(0 0 0 / 5%);
}

#headerHub .menu {
    margin-top: 25px !important;
    padding-top: 0px !important;
    margin-left: 0px !important;
    position: absolute;
    right: 155px;
    transition: all 0.3s ease-out;
}

.menu i {
    width: 35px;
    height: 35px;
    text-align: center;
    color: #fd3478;
    background-color: transparent;
    border-radius: 200px;
    line-height: 35px;
    font-size: 20px;
    margin-right: 10px;
}

.newsNotification .fa-bell {
    font-size: 20px;
    margin-top: 30px;
}

#headerHub.header_small .menu {
    margin-top: 10px !important;
    right: 135px;
    transition: all 0.3s ease-out;
}

.header_small .newsNotification .fa-bell {
    font-size: 20px;
    margin-top: 16px;
}


#footerHub .newsNotification > a > span {
    border-radius: 90px;
}

::-webkit-scrollbar {
    width: 7px;
}

::-webkit-scrollbar-track {
    background: #ddd;
}

::-webkit-scrollbar-thumb {
    background: #fd3478;
    border-radius: 0px;
}

    ::-webkit-scrollbar-thumb:hover {
        background: #fd3478;
    }

.resourcePlayVideo a i {
    margin-top: -25px;
    position: absolute;
    font-size: 20px;
    margin-left: 8px;
    color: #fff !important;
}

#headerThemesMenu a:hover {
    text-indent: 5px;
}

#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;
}

#headerThemesMenu a:hover::before {
    opacity: 1;
    text-indent: 0px;
    float: right;
    padding-left: 10px;
}

#footerHub {
    border-bottom: 0px solid #fd3478;
    padding-top: 20px;
}

#footerHub a {
    transition: all 0.2s linear 0s;
    line-height: 15px;
    color: #fd3478;
    margin-bottom:15px;
    display:inline-block;
    margin-left:5px;
}

#footerHub a:hover {
    transition: all 0.2s linear 0s;
    margin-left: 10px;
    text-decoration:none;
}

#footerHub .subFooter a:hover {
    margin-left: 5px;
    letter-spacing: 1px;
}

#footerHub .socialmediallink a:hover {
    margin-left: 5px;
}

    #footerHub a:hover::after {
        content: "\f178";
        font-family: "Font Awesome 5 Pro";
        font-size: 15px;
        padding-left: 10px;
        transition: all 0.2s linear 0s;
    }

#footerHub .subFooter a:hover::after, #footerHub .socialmediallink a:hover::after {
    content: "";
    padding-left: 0px;
}
/*#endregion header hub */

/*PAGE RESSOURCE*/

.blocTopRessource .themeBloc {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.themeResourceIcon {
    background-color: white;
    border-radius: 0px;
    width: 70px;
    max-height: 70px;
    display: flex;
    align-items: center;
    text-align: center;
    padding: 15px;
    margin-right: 10px;
}

    .themeResourceIcon img {
        width: 100%;
    }


.blocTopRessource .themeBloc .medium {
    font-size: 20px;
    margin-bottom: -10px;
    padding-left: 5px;
    margin-top: 5px;
    font-weight:600;
}

#presentationContainer .font34 {
    font-size: 36px;
    line-height: initial;
    font-weight: 600;
    margin-top: 0px;
    margin-left: 5px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.infoDescription {
    display: inline-flex !important;
    font-size: 16px;
    position: absolute;
    bottom: 20px;
    left: 15px;
    color:#fff;
}

    .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;
    }

#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: 12px;
    z-index: 10;
    width: 350px;
    top: 240px;
    margin-left: 100px;
    padding-right: 0px;
    transition: 400ms;
    border-radius: 0px;
    box-shadow: 0px 2px 3px #21244933;
}

#pageRessource .launchRessource, #communityLink, .mainButtonBackgroundColor, .mention-area .highlight a.mentiony-link {
    border: 1px solid #fd3478 !important;
    background-color: #fd3478 !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: #fd3478 !important;
        -webkit-transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
        border-radius: 0px;
        opacity:1;
    }

#pageRessource .launchRessource {
    width: 40px !important;
    height: 40px !important;
    padding: initial;
    text-align: center;
    display: inline-flex;
    align-items: center;
    vertical-align: middle;
    margin-left: 2px;
    margin-right: 2px;
    border-radius: 3px;
    margin-top: -10px;
}

    #pageRessource .launchRessource i {
        text-align: center;
        width: 100%;
        font-size: 20px;
    }

    .bold {
        font-weight:900 !important;
    }

    .shareFloatbarPanel {
        background-color:#2e353e;
        width:100%;
        height:auto;
        margin-top:40px;
        padding-bottom:10px;
    }

.shareAvatar {
    width: 50px;
    height: 50px;
    border-radius: 90px;
    border: 2px solid #fff;
    background-size: cover;
    background-position: center;
    margin: auto;
    margin-top: -25px;
    display: inline-block;
}

.objectifBloc {
    white-space: pre-line;
    text-align: center;
    background-color: #fd3478;
    color: white !important;
    padding: 0px 50px;
    padding-bottom: 20px;
    position: relative;
}

#pageRessource .ressourceContainer .tags {
    font-size: 12px;
    float: left;
    padding: 10px;
    border-radius: 4px;
    box-shadow: none;
    background-color:#2e353e !important;
    color: white !important;
    margin: 5px;
}

#headerThemesMenu a {
    font-weight:600;
}

#headerThemesMenu .header_profile:hover {
    text-indent: 0px;
    cursor: default;
}

#headerThemesMenu .header_profile::before, #headerThemesMenu .profilLink::before {
    content: "";
}

.memberNameTop, #webformHeader a, #headerThemesMenu .white-color, #headerThemesMenu .white-color:hover {
    color: #fd3478 !important;
}

#headerThemesMenu .white-color, #headerThemesMenu a {
    transition: all 0.2s linear 0s;
}

#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;
}

#headerThemesMenu input#headerQuickSearch2 {
    margin-left: 20px;
}

.importButton, .classicButton, .submitButton, .bootstrapDatatableButton {
    border-radius: 0px;
    background-color: #fd3478;
    border: 1px solid #fd3478;
    color: #fff;
    transition: all 0.2s linear 0s;
}

    .importButton:hover, .classicButton:hover, .submitButton:hover, .bootstrapDatatableButton:hover {
        border-radius: 0px;
        background-color: #fff;
        border: 1px solid #fd3478;
        color: #fd3478 !important;
        transition: all 0.2s linear 0s;
    }

.cancelButton {
    border-radius: 0px;
    padding: 10px 35px;
    cursor: pointer;
    border: 1px solid #fd3478;
    background-color: #fff !important;
    color: #fd3478;
    transition: all 0.2s linear 0s;
    
}

    .cancelButton:hover {
        border-radius: 0px;
        padding: 10px 35px;
        cursor: pointer;
        border: 1px solid #fd3478;
        background-color: #fd3478 !important;
        color: #fff !important;
        transition: all 0.2s linear 0s;
        opacity:1;
    }

.actionColor {
    color: #fd3478 !important;
}

.e-tipi-nav .active a {
    color: #fd3478 !important;
    background-color: transparent !important;
}

.backgroundActionColor {
    background-color: #fd3478 !important;
}

.btn-primary {
    color: #fff;
    background-color: #fd3478;
    border-color: #fd3478;
}

.shareFloatbarPanel a {
    color: #fff !important;
}

.backgroundBlurResource {
    margin-left: -15px;
    padding-left: 0px;
    margin-right: 0px;
    padding-right: 0px;
    width: 99.6vw;
}

.resourceBlocResponsive {
    margin:0px;
}

.arianeLine {
    margin-bottom: 20px;
    margin-top: -15px;
}

#relatedZone .title-18 {
    font-size: 24px;
    font-weight:500 !important;
    color:#333;
}
.languageFloatbar {
    margin: 10px;
    display: flex;
    align-items: center;
    font-size:14px;
}

.languageFloatbar img {
    width: 30px;
    margin-right: 5px;
}

.e-tipi-nav .active {
    border-bottom: 3px solid #fd3478;
}

.ressourcePlayer {
    margin-top:45px;
}

.ressourcePlayer .backgroundWhiteColor {
    background-color:transparent !important;
}

.actionColor {
    color: #fd3478 !important;
}

a:hover, a:focus {
    color: #fd3478;
    text-decoration: none;
}

.importButton, .classicButton, .submitButton, .bootstrapDatatableButton {
    border-radius: 2px;
    background-color: #fd3478;
    padding: 10px 35px;
    color: #fff !important;
    cursor: pointer;
    border: none;
    line-height: initial;
    height: auto !important;
    border: 1px solid #fd3478;
    transition: all 0.2s linear 0s;
}

    .importButton:hover, .classicButton:hover, .submitButton:hover, .bootstrapDatatableButton:hover {
        border-radius: 2px;
        background-color: #ffffff;
        padding: 10px 35px;
        color: #fd3478 !important;
        cursor: pointer;
        border: none;
        line-height: initial;
        height: auto !important;
        border: 1px solid #fd3478;
        transition: all 0.2s linear 0s;
    }

#startModule a:hover {
    color:#fd3478 !important;
    opacity:1;
}

.floatbarHub .classicButton:hover {
    color:#fff !important;
    opacity:1;
}

#communityPage .mainBackgroundColor {
    background-color: #2e353e !important;
}

#communityInfoMember {
    background-color: #fd3478 !important;
}

#communityPage #PostForm .col-md-8 {
    width: 66.66666667%;
}

#communityPage .qq-upload-button-selector .btn-lg {
    color: #fff;
    padding: 25px;
}

#communityPage .qq-gallery.qq-uploader {
    overflow: hidden !important;
}

#communityPage .qq-upload-button-selector {
    position: absolute !important;
    top: 0px !important;
    left: 0;
    width: 100%;
    height: 100%;
}

#communityBtnInteractionComment a:hover, #communityBtnInteractionComment a:focus, #communityPage a:hover, #communityPage a:focus, #communityHeader a:hover, #communityHeader a:focus {
    color: #fd3478 !important;
    text-decoration: none;
}


.searchList .resourceItem .themeIcon {
    display: none;
}

.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 .blueClr {
   font-weight:bold;
}

    .list .themeIcon img {
        width: 100%;
    }

.list .thematicResource {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.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;
}