/* CUSTOM */
*:not(i):not(.glyphicon) {
    font-family: 'Roboto', sans-serif !important;
}

#presentationContainer h1, #presentationContainer h2, #presentationContainer h3, #presentationContainer h4, #presentationContainer h5, #pageRessource .text-truncate.bold.font18, #commentZone .font18 {
    font-family: 'Raleway', sans-serif !important;
    font-weight: 700 !important;
}

#presentationContainer .titleThemeCard h4, #presentationContainer .mainBlockDashboard h2 {
    font-family: 'Roboto', sans-serif !important;
}

body {
    color: #222;
}

:root {
    --main-color: #000000;
    --secondary-color: #e00031;
    --main-color-opacity: #000000;
    --main-color-resource: #e00031CC;
}

.maincolor, .mainTextColor {
    color: var(--main-color) !important;
}

.secondarycolor {
    color: var(--secondary-color) !important;
}

.backgroundGreyColor {
    background-color: #F1F2F1 !important;
}

#searchPage, body, #resultSearch, .backgroundGreyColor, .fullMVC #presentationContainerParent {
    background-color: #ffffff !important;
}

/* FONT */

a, a:active, a:hover, a:focus {
    color: var(--secondary-color) !important;
    text-decoration: none;
}

.medium {
    font-weight: 600 !important;
}

h1 {
    font-size: 40px !important;
}

h2 {
    font-size: 35px !important;
}

h3 {
    font-size: 30px !important;
    margin-bottom: 20px !important;
}

h4 {
    font-size: 20px !important;
}

/* BUTTONS */

.statusDiscover, .modal-body .classicButton, .cancel-button, .confirm-button {
    background-color: #fff !important;
    color: var(--secondary-color) !important;
    border: 1px solid var(--secondary-color) !important;
}

    #backOfficeButton, .sweet-alert button.confirm, .confirm-button:hover, .cancel-button:hover {
        background-color: var(--secondary-color) !important;
        border: 1px solid #fff;
        border-left: none;
    }

.importButton, .loginBox .btn-login, .classicButton, .submitButton, .bootstrapDatatableButton, .importButton:hover, .submitButton:hover, .bootstrapDatatableButton:hover, #pageRessource .launchRessource, #pageRessource .launchRessource:hover, #pageRessource .launchRessource:focus {
    background-color: var(--secondary-color) !important;
    color: white !important;
}

.chiller_cb input:checked ~ span {
    background: var(--secondary-color) !important;
    border-color: var(--secondary-color) !important;
}


.statusDiscover, .modal-body .classicButton {
    z-index: 1;
    position: relative;
    padding: 0.5em 1em;
    outline: 0;
    background-color: #FFF;
}

    .statusDiscover:before, .modal-body .classicButton:before {
        content: "";
        z-index: -1;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: var(--secondary-color);
        -webkit-transform-origin: center right;
        transform-origin: center right;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        transition: -webkit-transform .25s ease-in-out;
        transition: transform .25s ease-in-out;
        transition: transform .25s ease-in-out,-webkit-transform .25s ease-in-out;
        color: white !important;
    }

    .statusDiscover:hover:before, .modal-body .classicButton:hover:before {
        -webkit-transform-origin: center left;
        transform-origin: center left;
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        color: white !important;
    }

    .statusDiscover:hover, .confirm-button:hover, .cancel-button:hover {
        color: white !important;
        transition: transform .25s ease-in-out;
    }

/* HEADER */

.fa-bars {
    font-size: 24px;
}

.memberNameTop .name {
    line-height: 24px;
}

.memberNameTop, #webformHeader a, #headerThemesMenu .white-color, #headerThemesMenu .white-color:hover {
    color: var(--secondary-color) !important;
}

#headerThemesMenu .white-color, #headerThemesMenu a {
    transition: all 0.2s linear 0s;
}


/* FOOTER */
#footerLearn a {
    transition: all 0.2s linear 0s;
    line-height: 15px;
}

    #footerLearn a:hover {
        transition: all 0.2s linear 0s;
        margin-left: 5px;
    }

#footerLearn .downloadqualiopi:hover {
    transition: all 0.2s linear 0s;
    margin-left: 0px !important;
}

#footerLearn .subFooter a:hover {
    margin-left: 0px;
    letter-spacing: 1px;
}

#footerLearn .socialmediallink a:hover {
    margin-left: 0px;
}

#footerLearn a:hover::after {
    content: "\f178";
    font-family: "Font Awesome 5 Pro";
    font-size: 15px;
    padding-left: 10px;
    transition: all 0.2s linear 0s;
}

#footerLearn .downloadqualiopi:hover::after {
    content: "" !important;
    font-family: "Font Awesome 5 Pro";
    font-size: 15px;
    padding-left: 0px;
    transition: all 0.2s linear 0s;
}

#footerLearn .subFooter a:hover::after, #footerLearn .socialmediallink a:hover::after {
    content: "";
    padding-left: 0px;
}

/* CROSSPAGE */
.modal-content {
    border-radius: 0px !important;
}

.resourceItem:hover, .square-details:hover {
    border-color: var(--secondary-color) !important;
}

#MainLoader {
    border: none;
    background-image: url('../../images/vectorlogo.png') !important;
    animation: spin 4s infinite linear;
    background-size: contain;
    background-repeat: no-repeat;
    border-radius: 0;
    width: 190px;
    height: 190px;
}

.componentSpinner {
    content: " ";
    display: block;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    border: 5px solid #fff;
    border-color: var(--main-color) transparent var(--main-color) transparent;
    animation: dual-ring 1.5s linear infinite;
    margin: 50px auto;
}

::-webkit-scrollbar {
    width: 7px;
}

::-webkit-scrollbar-track {
    background: #ddd;
}

::-webkit-scrollbar-thumb {
    background: var(--main-color);
    border-radius: 0px;
}

    ::-webkit-scrollbar-thumb:hover {
        background: var(--main-color);
    }

/* LOGIN */

.loginBoxAccroche {
    display: none !important;
}

.loginBox .loginBoxForm #zTitle {
    font-size: 30px !important;
    margin-bottom: 30px;
    margin-top: 50px;
}

.loginBox .btn-default:not(.dropdown-toggle) {
    width: 100% !important;
}

.loginBox {
    width: 450px;
    min-height: 100vh;
    position: absolute;
    left: auto;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    overflow: auto;
}

    .loginBox .loginBoxForm {
        padding: 20% 10%;
        background-color: #fff;
        margin-top: 0px;
        border-radius: 0px;
        top: 0px;
        right: 0px;
        position: absolute;
        height: 100%;
        width: 100%;
    }

    .loginBox img {
        max-width: 350px;
        max-height: 150px;
        margin: auto;
        display: block;
    }

    .loginBox .loginBoxForm #zTitle, .login label, .login input[type=text], .login input[type=password], .text-primary, .navbar .navbar-nav .nav-item.active a.nav-link {
        color: var(--main-color) !important;
    }

    .loginBox .input-group-addon {
        background-color: var(--main-color) !important;
        color: #fff !important;
        border-color: var(--main-color) !important;
        border-radius: 0px !important;
        border-right: none !important;
        width: 40px;
    }

    .loginBox .input-group {
        width: 100%;
        margin-top: 20px;
    }

    .loginBox .btn-login {
        border: 1px solid var(--secondary-color) !important;
        transition: all 0.2s linear 0s;
    }

        .loginBox .btn-login:hover {
            background-color: #fff !important;
            color: var(--secondary-color) !important;
            transition: all 0.2s linear 0s;
        }

/* DASHBOARD */
.bannerTopDashboard {
    background-size: cover;
    background-position: center;
    height: 400px;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    align-items: center;
}

    .bannerTopDashboard::before {
        background: linear-gradient(to right, #00000099, #00000012);
        content: ' ';
        display: block;
        position: absolute;
        right: 0;
        bottom: 0;
        height: 100%;
        width: 100%;
    }

.mainBlockDashboard .font-16 {
    margin-top: 20px;
}

.dashboardSeeAllMyTraining, .nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover, .seelAllNews, .nav .thirdTextColor, .actionColor {
    color: var(--secondary-color) !important;
}

.e-tipi-nav .active {
    border-bottom: 5px solid var(--secondary-color);
}

.contentCategorie {
    margin-top: -10px;
    margin-bottom: 20px;
    font-size: 18px;
    margin-left: 10px;
    font-weight: 300;
}

.dashboardLearn h3, .mytraingNav {
    margin-left: 10px;
}

.dashboardLearn h3 {
    font-size: 35px !important;
}

.dashboardSeeAllMyTraining {
    transition: all 0.2s linear 0s;
}

    .dashboardSeeAllMyTraining::before, #headerThemesMenu a::before {
        content: "\f178";
        font-family: "Font Awesome 5 Pro";
        font-size: 15px;
        opacity: 0;
        height: 100%;
        width: auto;
        transition: all 0.2s linear 0s;
        float: right;
        margin-right: -15px;
    }

    .dashboardSeeAllMyTraining:hover {
        text-indent: -20px;
    }

#headerThemesMenu a:hover {
    text-indent: 5px;
}

    .dashboardSeeAllMyTraining:hover::before, #headerThemesMenu a:hover::before {
        opacity: 1;
        text-indent: 0px;
        float: right;
        padding-left: 10px;
    }

#headerThemesMenu .header_profile::before, #headerThemesMenu .profilLink::before {
    content: "";
}

#headerThemesMenu .profilLink:hover::after {
    content: "\f178";
    margin-left: 15px;
    font-family: "Font Awesome 5 Pro";
    transition: all 0.2s linear 0s;
}

#headerThemesMenu .header_profile:hover::before {
    padding-left: 0px;
}

#headerThemesMenu .header_profile:hover {
    text-indent: 0px;
    cursor: default;
}

.nav-justified > li > a {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

    .nav-justified > li > a:hover {
        letter-spacing: 2px;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }

.header .navig i {
    font-weight: 500;
    transition: all 0.1s linear 0s;
}

    .header .navig i:hover {
        font-weight: 900;
        transition: all 0.1s linear 0s;
        font-size: 1.45em;
    }

/* THEMES */

#relatedZone .theNews .lineAuthorLink a {
    color: var(--secondary-color) !important;
}

.themesListDashboard, #themes {
    background-color: #f1f1f3 !important;
}

.themeCard {
    background-color: white;
    padding: 15px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    height: 130px;
    max-height: 130px;
    display: flex;
    align-items: center;
    vertical-align: middle;
}

    .themeCard:hover {
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }

        .themeCard:hover .titleThemeCard {
            display: none !important;
            -webkit-transition: all 0.5s ease-out;
            -moz-transition: all 0.5s ease-out;
            transition: all 0.5s ease-out;
        }

    .themeCard .themeCardDescription, .themeCard .titleThemeCard {
        -webkit-transition: all 0.5s ease-out;
        -moz-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
    }

    .themeCard:hover .themeCardDescription {
        display: block !important;
        -webkit-transition: all 0.5s ease-out;
        -moz-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
    }


/* SEARCHPAGE */

#searchPage label {
    color: var(--main-color) !important;
}

#searchPage .input-group-addon, #searchPage .btnSearch {
    background-color: var(--secondary-color) !important;
    border-color: var(--secondary-color) !important;
}

.list_display .choice_btn_select, .choice_btn_select:hover, #formationsDone .choice_btn_select {
    background-color: var(--secondary-color) !important;
    color: #fff;
}

#searchPage .input-group-addon, #searchPage .btnSearch {
    border-radius: 0px;
}

#searchPage .btnSearch {
    border: 1px solid var(--secondary-color) !important;
    transition: all 0.5s ease-out;
}

    #searchPage .btnSearch:hover {
        background-color: white !important;
        color: var(--secondary-color) !important;
        transition: all 0.5s ease-out;
    }


/* ARTICLES */
.titleArticle {
    line-height: 18px;
}

.articleCreationDate {
    color: #888 !important;
}

.articleItem {
    margin-top: -10px;
}

#pageArticle .fiche_tools .item {
    color: var(--secondary-color) !important;
}

.pieceJointe .browColor {
    color: var(--secondary-color) !important;
}

#pageArticles h1 {
    color: var(--main-color) !important;
}

#pageArticles .news .article .article-title span a {
    color: var(--secondary-color) !important;
}

.articleItem a:after {
    border-bottom: 2px solid var(--secondary-color);
    content: "";
    display: block;
    margin: 0em auto 0;
    transition: width 250ms ease-in-out 0s;
    width: 0;
}

.articleItem a:hover:after {
    transition: width 100ms ease-in-out 0s;
    width: 100%;
}

/* RESSOURCE */

#pageRessource .launchRessource, #communityLink, .mainButtonBackgroundColor, .mention-area .highlight a.mentiony-link {
    border: 1px solid var(--secondary-color) !important;
    background-color: var(--secondary-color) !important;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    border-radius: 0px;
}

    #pageRessource .launchRessource:hover, #communityLink:hover, .mainButtonBackgroundColor:hover, .mention-area .highlight a.mentiony-link:hover {
        background-color: #fff !important;
        color: var(--secondary-color) !important;
        -webkit-transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
        border-radius: 0px;
    }

.floatUserBar a, #pageRessource .adminBarRessource i {
    color: var(--secondary-color) !important;
}

#pageRessource .ressourceContainer .tags {
    font-size: 14px;
    float: left;
    padding: 5px 15px;
    border-radius: 2px 2px 2px 2px;
    box-shadow: none;
    margin: 5px;
    background-color: #fff;
    color: #d2d300;
    border: 1px solid #d2d300;
}

#pageRessource h3 {
    font-size: 24px !important;
    margin-bottom: 20px;
    color:#000 !important;
}

.searchHeader {
    margin-top: 37px;
    margin-right: 30px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.header_small .searchHeader {
    margin-top: 22px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.header_profile {
    font-size: 16px;
    font-weight: 500;
}

.menuBurger {
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.header_small .menuBurger {
    top: 22px !important;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

h1 {
    color: #212449;
}

#pageRessource .text-truncate.bold.font18, #commentZone .font18 {
    color: var(--main-color) !important;
    font-size: 24px !important;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.barProgression .progression {
    background-color: var(--main-color);
}

.barProgression {
    border-color: var(--main-color);
}

#btnLaunchScorm:hover {
    color: #fff !important;
}

.userInformationsLine {
    background-color: var(--main-color);
    display: flex;
    align-items: center;
}

    .userInformationsLine .white-color {
        position: relative;
        width: 100%;
        text-align: left;
        margin-top: 3px;
    }

    .userInformationsLine .backgroundGrayColor {
        width: 80%;
        margin-right: 5px;
    }

.commentStyle :is(a, i) {
    color: var(--secondary-color) !important;
}

.iconsDock {
    display: flex;
    align-content: center;
    align-items: center;
}

    .iconsDock .pinIcon {
        margin-top: 2px;
    }

    .iconsDock a:not(:last-child), i:not(:last-child) {
        margin-right: 5px;
    }

/* PARCOURS */

h1.quizName {
    color: var(--main-color) !important;
}

.subway-station {
    border: 1px solid var(--main-color);
}

.btn-default:not(.dropdown-toggle) {
    background-color: var(--secondary-color);
    color: #fff !important;
    text-transform: uppercase;
    font-weight: 400;
    border: none;
    padding: 10px 25px;
    border-radius: 0px;
    width: auto !important;
}

#zMainContainer .current .subway-station, #zMainContainer .spoc-timeline-section .done .subway-station, #zMainContainer .current .subway-station, #contentTimeline_ulTimeLine .spoc-timeline-section .done .subway-station {
    background-color: var(--main-color) !important;
    border: 1px solid var(--main-color);
}

.spoc-timeline-beans > li.current {
    color: var(--secondary-color) !important;
}

.spoc-timeline-section li.section:last-child {
    border-left: 1px solid var(--main-color) !important;
}


.spoc-timeline-section > li {
    border-left: 1px solid var(--main-color) !important;
}

#zMainContainer .spoc-widget-progression > .spoc-widget-progression-fg, #pageRessource .adminBarRessource {
    background-color: var(--main-color) !important;
}

.btn-default:not(.dropdown-toggle) {
    border: 1px solid var(--secondary-color);
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

    .btn-default:not(.dropdown-toggle):hover {
        background-color: #fff !important;
        color: var(--secondary-color) !important;
        -webkit-transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
    }


/* COMMUNITY */

#communityInfoMember {
    background-color: var(--main-color) !important;
}

#communityPage .mainBackgroundColor {
    background-color: var(--main-color) !important;
}

#communityBtnInteractionComment a:hover, #communityBtnInteractionComment a:focus, #communityPage a:hover, #communityPage a:focus, #communityHeader a:hover, #communityHeader a:focus {
    color: var(--secondary-color) !important;
}

#communityHeader {
    background-color: var(--main-color) !important;
}

.mainIconTextColor {
    color: var(--secondary-color) !important;
}

#profilStatistics #communityTitle {
    text-transform: uppercase;
}

#profilStatistics {
    color: var(--secondary-color) !important;
}

/* PROFIL */

#headerThemesMenu .header_profile {
    margin-bottom: 10px;
}

#profilPage .title-18, #profilPage .title-20, #profilPage .KPICardBo i, #formationsDone label {
    color: var(--main-color) !important;
}

.cancelButton, .submitButton, .btn-primary:hover, .btn-primary {
    border: 1px solid var(--secondary-color) !important;
    border-color: var(--secondary-color) !important;
}

.cancelButton {
    background-color: #fff !important;
    padding:10px;
}

#profilPage .mainBackgroundColor, #tweenMaxWindow .mainBackgroundColor, #profilPage .profil-dashboards-zone-numbers {
    background-color: var(--main-color) !important;
}

#mediaImport .qq-upload-button, .backgroundActionColor {
    background-color: var(--secondary-color) !important;
}

#profilPage .bo-data {
    color: var(--secondary-color) !important;
}


#profilPage input::placeholder {
    color: darkgray !important;
}



.floatscroll {
    top: 120px !important;
    transition: 400ms;
}

.backgroundBlurResource {
    background-size: cover;
    background-position: center;
    height: 372px;
    filter: none;
    margin-left: -80px;
    padding-left: 80px;
    margin-right: -80px;
    padding-right: 80px;
    background-color: #fd3478;
}

.borderCleanBanner {
    position: absolute;
    width: 115%;
    height: 395px;
    border: 16px solid #f3f3f3;
    left: -87px;
    top: -10px;
}

#pageRessource .floatscroll {
    top: 120px;
    transition: 400ms;
}

#pageRessource .floatUserBar {
    position: fixed;
    bottom: auto;
    right: auto;
    height: auto;
    padding: inherit;
    background-color: #fff;
    color: #333;
    font-weight: bold;
    padding-left: 0px;
    box-shadow: none;
    font-size: 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;
}

.barProgression {
    background-color: #fff;
    border-width: 1px;
    border-style: solid;
    border-bottom-left-radius: 0px;
}

    .barProgression .progression {
        border-bottom-left-radius: 0px;
    }

.maskShadow, .maskShadow2 {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,0) 60%, rgba(0,0,0,0.3) 100%);
}

.maskShadow2 {
    background: linear-gradient(0deg, rgba(0,0,0,0) 40%, rgba(0,0,0,0.3) 100%);
}

.floatUserBar .classicButton {
    width: 165px;
    text-align: center;
    position: absolute;
    top: -10px;
}

.importButton, .classicButton, .submitButton, .bootstrapDatatableButton {
    color: #fff !important;
}

#pageRessource {
    padding-top: 100px;
    background-color: #fff;
}

.arianeLink {
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.headerResourceInfo {
    position: absolute;
    top: 0px;
    left: -15px;
}

#presentationContainer .font34 {
    font-size: 36px;
    line-height: initial;
    font-weight: 500;
    margin-top: 0px;
    margin-left: 5px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

#pageRessource .pieceJointe, #pageArticle .pieceJointe {
    height: 60px;
    background-color: transparent !important;
    width: 100%;
    box-shadow: none;
    position: relative;
    margin-top: 10px;
    font-size: 16px;
}

.pieceJointe .text-truncate {
    color: #001B31 !important;
}

.pieceJointe a:hover {
    text-decoration: none !important;
}

.pieceJointe .fa-arrow-to-bottom:hover {
    opacity: 0.7;
}

#learningPathStartPage {
    width: 100%;
}

#commentZone .padding-15 {
    padding: 0px;
}

#pageRessource .launchRessource {
    text-transform: uppercase;
}

.spoc h1 {
    font-weight: bold;
}

.spoc ul .col-sm-4 h3 {
    margin-top: 0 !important;
}

ul#sectionlist_ulSection > li {
    margin-bottom: 30px;
}

#commentZone .commentForm {
    padding: 15px 15px 0;
    background-color: #fff;
}

#pageRessource .sessionContainer .thumbnail {
    position: relative;
    height: 200px;
    box-shadow: 1px 1px 2px #bababa;
    border-radius: 0px;
}

.articleContainer h1, .articleContainer h2, .articleContainer h3, .articleContainer h4, .articleContainer h5 {
    font-weight: bold !important;
    margin: 15px 0 10px !important;
}

.articleContainer p {
    margin-bottom: 10px;
}

.articleContainer ul, .articleContainer ol {
    margin-bottom: 10px;
}

.articleContainer li {
    /*padding: 0 0 0 30px;*/
}

.descriptionBloc h1, .descriptionBloc h2, .descriptionBloc h3, .descriptionBloc h4, .descriptionBloc h5 {
    font-weight: bold !important;
    margin: 15px 0 10px !important;
}

.descriptionBloc li {
    padding: 0 0 0 30px;
}

.descriptionBloc ul, .descriptionBloc ol {
    margin-bottom: 10px;
}

.sessionContainer {
    width: 100%;
    padding: 0px;
}

    .sessionContainer .margin-bot-30 {
        margin-bottom: 0px !important;
    }

.addFavorites i :not(.rateColor) {
    color: #fff !important;
}

.infoDescription .flex {
    min-width: auto;
    color: #fff;
}

.descriptionBloc {
    color: #212449;
}

.imgTheme {
    position: absolute;
    right: 0px;
    height: 250px;
    display: block;
    background-position: center;
    background-size: cover;
    width: 35vw;
}

.transitionTheme {
    position: absolute;
    right: 27vw;
}

#themeHeader .h4, #themeHeader h4 {
    font-size: 50px;
    margin-top: 50px;
}

#pageRessource #btnStartLearningPath {
    bottom: 0px !important;
    padding: 3px;
    border-radius: 4px !important;
    color: white;
    left: 3% !important;
    width: 94% !important;
}

@media (max-width: 768px) {
    #pageRessource {
        margin-top: -140px !important;
    }

    .menuBurger {
        display: block;
    }

    #pageRessource .resourceImage {
        display: none;
    }

    #pageRessource .playBtnWeb .launchRessource {
        display: initial;
    }

    .floatUserBar .playBtnWeb {
        position: absolute;
        bottom: 0px;
        text-align: center;
        width: 100%;
        left: 0px;
        padding-bottom: 20px;
    }

    .backgroundBlurResource {
        margin-left: 0px;
        padding-left: 0px;
        margin-right: 0px;
        padding-right: 0px;
    }

    .headerResourceInfo {
        text-align: center;
    }

    #pageRessource .adminBarRessource {
        display: none !important;
    }

    .borderCleanBanner {
        position: absolute;
        height: 390px;
        border: 11px solid #f3f3f3;
        top: -10px;
        width: 106% !important;
        left: -10px !important;
    }

    #pageRessource .col-md-7 {
        width: 100vw;
        padding: 0px 25px;
        margin-top: 0px;
    }

    #pageRessource #relatedZone .padding-left0 {
        margin-left: -25px;
        padding: 25px !important;
    }

    #pageRessource .floatUserBar {
        margin-left: auto !important;
        position: inherit !important;
        margin: auto;
        margin-top: -50px;
        top: 0px !important;
        width: 280px !important;
        padding-bottom: 50px !important;
    }

    #highlighted-resources .sudoSliderContainer, #relatedResources .sudoSliderContainer {
        margin: 0 25px;
    }

    .imgTheme {
        display: none;
    }

    .transitionTheme {
        display: none;
    }

    #themeHeader .h4, #themeHeader h4 {
        font-size: 30px;
        margin-top: 20px;
    }
}

/*END RESOURCE PAGE*/

/*START SPOC*/

.spoc-widget-progression > .spoc-widget-progression-bg {
    background-color: #f3f3f3;
    border-radius: 0px;
}

.spoc-widget-progression > .spoc-widget-progression-fg {
    border-radius: 0px;
}


.spoc-timeline-section-title {
    font-size: 14px !important;
    color: #1d1d1b;
    text-transform: initial !important;
    font-weight: bold;
    padding: 5px;
    margin-top: -7px !important;
    display: block;
    margin-left: -20px;
}

.spoc-timeline-section-title-div {
    padding-left: 15px;
}

.floatUserBar .spoc-timeline-section-title {
    font-size: 14px !important;
    color: #1d1d1b;
    text-transform: initial !important;
    font-weight: bold;
    padding: 5px;
    margin-top: -36px !important;
    display: block;
    margin-left: 0px;
}

.spoc-timeline-section-container {
    padding: 0px 10px 0px 0px !important;
}


.spoc-content-header, .spoc-bean-introduction {
    background-color: #fff !important;
}

.spoc-content-header {
    margin-left: -80px;
    padding-left: 80px;
    margin-right: -80px;
    padding-right: 80px;
    background-size: cover;
    background-position: center !important;
    height: 372px;
}



.spoc-timeline-beans .grey {
    color: #1d1d1b !important;
}

.spoc-timeline-beans li {
    padding: 10px 0px;
}


.spoc-timeline-beans {
    font-size: 13px;
    padding: 5px 0px 10px 30px !important;
}

    .spoc-timeline-beans > li i {
        font-size: 11px;
    }

#contentHeader_zSpocTitle {
    position: initial;
    background-color: transparent;
    color: white !important;
    padding: 0px;
}




.spoc ul .col-sm-4 h3, #zTableCompetencies tr:first-child {
    background-color: #000 !important;
}

.spoc-content-header, .spoc-bean-introduction {
    background-color: transparent !important;
}


.spoc-details-header .spoc-details-header-title {
    background-color: transparent !important;
}

.spoc-timeline-section li.section:last-child {
    border-left: 1px solid #fff !important;
}

.spoc-timeline-section > li:not(.current) .spoc-timeline-beans {
    display: block;
}

.spoc-timeline-section li.clicked, .spoc-timeline-section li.clicked div {
    color: grey;
}

.spoc #contentTimeline_ulTimeLine {
    margin-top: 260px;
}


@media screen and (max-width:768px) {

    .spoc-content-header {
        margin-left: auto;
        margin-right: auto;
    }

    .spoc .col-sm-pull-9 {
        position: relative !important;
        top: 0 !important;
        margin-left: auto;
        margin-right: auto;
        right: auto !important;
    }

    .borderCleanBanner {
        width: 106% !important;
        left: -10px !important;
    }

    #scormContainer .userInformationsLine {
        display: flex;
        align-items: baseline;
    }

        #scormContainer .userInformationsLine .cleft {
            float: none;
            justify-content: center;
        }

        #scormContainer .userInformationsLine .cright {
            margin: 0;
            margin-top: 5px;
            text-align: center;
            margin-right: 5px;
        }

    #scormContainer .scormLessonStatus {
        margin-top: 20px;
    }

        #scormContainer .scormLessonStatus .cleft, #scormContainer .scormLessonStatus .classicButton {
            width: 100% !important;
            max-width: 100% !important;
        }
}

/*END SPOC*/

/*DASHBOARD ELEGIA*/

.welcomeBloc .titleWelcome {
    font-size: 25px;
    font-weight: 500;
    line-height: 30px;
}

.imgActuBloc {
    background-size: cover;
    background-position: center;
    width: 50%;
    border-radius: 900px 900px 0px 900px;
}

    .imgActuBloc::after {
        content: '';
        display: block;
        padding-bottom: 100%;
    }

.contentActuBloc {
    position: relative;
    width: 50%;
}

    .contentActuBloc::after {
        content: '';
        display: block;
        padding-bottom: 100%;
    }

    .contentActuBloc .textActu {
        position: absolute;
        width: 100%;
        height: 100%;
        color: white;
        padding: 15px;
        font-size: 12px;
        line-height: 13px;
        font-weight: 200;
        text-align: center;
    }

.font30 {
    font-size: 30px;
}

.font20 {
    font-size: 20px;
    line-height: 22px;
}

.font14 {
    font-size: 14px !important;
}

.font12 {
    font-size: 12px;
    line-height: 14px;
}

.textActu .font20, .textActu .font14, .textActu p {
    color: white;
    font-weight: 500;
}

.textActu p {
    font-weight: 200;
    max-height: 130px;
    overflow: hidden;
}

.textActu .btnWhite {
    background-color: white;
    color: #212449;
    font-weight: 500;
    padding: 7px 20px;
    border-radius: 0px;
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.cursusCompliance .btnWhite {
    background-color: white;
    color: #F53239;
    font-weight: 500;
    font-size: 12px;
    padding: 5px 20px;
    border-radius: 0 0 20px 0;
    position: absolute;
    right: 20px;
}

.title-18 {
    font-size: 26px;
    font-weight: 500 !important;
    margin-top: 50px;
}




.nav > li > a:focus, .nav > li > a:hover {
    background-color: transparent;
}


.square-details {
    border: 1px solid lightgray;
}

#thContainer {
    background-image: none;
}


.whiteClr, .modal .close {
    color: #fff !important;
}

#mainDashboard #themes .thContainer .content {
    overflow: hidden;
    height: 140px;
}

.themeCard img {
    width: 100px;
    height: 100px;
    padding: 10px 10px;
    object-fit: contain;
}


.imgDashboard {
    width: 90%;
    height: auto;
    margin-top: 100px;
}

.cursusCompliance {
    height: 350px;
    border-radius: 0 0 30px 0;
    text-align: center;
}

    .cursusCompliance p {
        font-size: 12px;
        line-height: 13px;
        height: 130px;
        overflow: hidden;
    }

.imgResource {
    background-size: cover;
    background-position: center;
}

.resourceItem .themeIcon {
    width: 42px;
    height: 42px;
    border-radius: 90px;
    display: flex;
    align-items: center;
    padding: 8px;
    margin: auto;
    margin-top: -35px;
    position: relative;
}

    .resourceItem .themeIcon img {
        width: 100%;
        filter: brightness(100);
    }

.btnLaunchResource {
    background-color: #212449;
    color: #FFF;
    font-weight: 500;
    font-size: 12px;
    padding: 5px 20px;
    border-radius: 0px;
    position: absolute;
    right: 10px;
}

.resourceItem {
    border-radius: 0px;
    box-shadow: 0px 2px 3px #21244933;
    height: 345px;
}


.divVideoPopup .videoArticleDisplay {
    width: 100%;
    min-height: 365px;
}

    .divVideoPopup .videoArticleDisplay video {
        width: 100%;
        min-height: 365px;
    }

.vignette-CustomExtProp {
    position: absolute;
    top: 10px;
    left: 10px;
    border-radius: 2px;
    padding: 3px 5px;
    font-size: 11px;
    font-weight: 500;
    background-color: #D30027;
    color: #fff !important;
    z-index: 2;
}

.vignette-CustomExtProp-academy {
    background-color: #F75E64 !important;
}

.resourceItem .resourcePlayVideo {
    position: absolute;
    left: 5% !important;
    bottom: 0% !important;
    font-size: 30px;
    width: 59px;
    z-index: 9;
}

.addFavorite {
    z-index: 2;
}

.resourceItem i {
    color: #fff !important;
    text-shadow: 0px 0px 5px #333;
}

.extpropResourceDetail {
    border-radius: 2px;
    padding: 3px 5px;
    font-size: 11px;
    font-weight: 500;
    background-color: #D30027;
    color: #fff !important;
}

.dashboardSeeAllMyTraining {
    font-weight: bold;
    text-decoration: underline;
    color: #1F275A;
    padding-top: 0px !important;
}

.vignetteResourceSstatus {
    background-color: #1F275A;
}

    .vignetteResourceSstatus > span {
        padding: 5px;
        color: #fff;
    }

.rightBlocNewsDashboard {
    background-color: #1F275A;
    color: #fff;
    height: 300px;
}

.imgNewsDashboard {
    width: 300px;
    height: 300px;
}

.seelAllNews {
    font-weight: bold;
    text-decoration: underline;
    color: #1F275A;
    display: block;
}

.topIconsCompliance i {
    color: #fff !important;
    font-size: 30px;
}

.bottomIconsCompliance i {
    color: #fff !important;
}

.themesListDashboard {
    padding: 100px 30px;
}

.themesDashboard .themesImages img {
    width: 40px;
    height: 40px;
    padding: unset;
}

#mainDashboard #themes .thContainer .title {
    margin-top: 10px !important;
}

.black-color {
    color: #000 !important;
}

.white-color {
    color: #fff !important;
}

.butonConsultNewsFromDahsboard {
    bottom: 5px;
    right: 5px;
    background-color: #fff;
    color: #1F275A;
    position: absolute;
    cursor: pointer;
}

.medium, label {
    font-weight: 500;
}

.resourceTitle {
    line-height: 16px;
    font-weight: 500 !important;
    margin-top: 5px;
}

.spoc-widget-progression > .spoc-widget-progression-fg {
    background-color: #212449 !important;
}

#pageRessource .adminBarRessource {
    background-color: transparent !important;
}



.blocTopRessource .themeBloc {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

    .blocTopRessource .themeBloc .medium {
        font-size: 20px;
        margin-bottom: -10px;
        padding-left: 5px;
        margin-top: 5px;
    }

.themeResourceIcon {
    background-color: white;
    border-radius: 0px;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    text-align: center;
    padding: 15px;
    margin-right: 10px;
}

    .themeResourceIcon img {
        width: 100%;
    }

.ressourcePage .title-18 {
    font-size: 18px;
    color: #fd3478;
    margin-top: 15px;
}

.header_small .avatarHandler {
    margin-top: -13px;
}

.seelAllNewsResources, .seelAllToComeUpResources, .dashboardSeeAllAcademy {
    font-weight: 500;
    text-decoration: underline;
    margin-top: -40px;
}

.rechercheBtn {
    margin-top: 15px;
    padding: 15px 10px;
    font-size: 20px;
    margin-right: 10px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.header_small .rechercheBtn, .header_small .notificationIcon {
    margin-top: 2px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.header_profile:hover {
    text-decoration: none;
}

#headerThemesMenu .leftSearch {
    margin: 6px 48px;
    padding: 0;
    font-size: 16px;
    position: absolute;
    top: 22px;
    left: 10px;
}

    #headerThemesMenu .leftSearch .fa-search {
        position: absolute;
        top: 8px !important;
        right: 10px !important;
        color: #212449;
    }

#headerThemesMenu input#headerQuickSearch2 {
    padding: 10px 30px 10px 10px;
    font-size: 16px;
}

.navig a:hover {
    color: #212449 !important;
}

#footerLearn {
    border-bottom: none;
    color: #212449;
}

#themeHeader .font34 {
    padding-left: 15px !important;
    font-size: 45px;
    line-height: 45px;
    text-shadow: none;
}

#themeHeader a:hover {
    text-decoration: none;
}

#themeHeader .iconTitleTheme img {
    filter: brightness(100);
}

.thematicOfferBtn {
    height: 55px;
    margin-top: 15px;
    width: 100%;
    border-radius: 900px 900px 0px 900px;
    color: white;
    display: flex;
    align-items: center;
    text-align: left;
    line-height: 18px;
}

    .thematicOfferBtn img {
        width: 30px;
        height: auto;
        margin-left: 20px;
        margin-right: 10px;
        filter: brightness(10);
    }

#profilPage .title-18 {
    font-size: 18px;
}

#profilPage .title-20 {
    text-transform: uppercase;
    color: #fd3478;
}


.decorationNone:hover, .decorationNone a:hover {
    text-decoration: none !important;
}

#pageRessource .launchRessource, #pageRessource .launchRessource:hover, #pageRessource .launchRessource:focus {
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 500;
    border-radius: 0px;
    padding: 12px 40px;
    opacity: 1;
}

.objectifBloc {
    white-space: pre-line;
    text-align: center;
    background-color: #fd3478;
    color: white !important;
    padding: 0px 50px;
    padding-bottom: 20px;
    position: relative;
}

    .objectifBloc .title-18 {
        margin-top: -20px;
        color: #fff !important;
    }

#footerLearn .backgroundFooter {
    padding-top: 20px;
}

.objectifBloc .formTopLine {
    position: absolute;
    top: 10px;
    left: 10px;
}

.objectifBloc .formBottomLine {
    position: absolute;
    bottom: 10px;
    right: 10px;
}



.identityCardCompetencies .tags {
    font-size: 14px;
    float: left;
    padding: 5px 15px;
    border-radius: 20px 20px 0px 20px;
    box-shadow: none;
    margin: 5px;
    background-color: #212449;
    color: #fff;
}

.butonAdjustMyPrefernces {
    float: right;
    margin-right: 3%;
    color: #fff;
    background-color: #212449;
}

.backgroundFile {
    background-color: #fff;
    border-radius: 0px;
    box-shadow: 0px 2px 3px #21244933;
}

    .backgroundFile .browColor {
        color: #fff !important;
    }

.pieceJointe .cursor {
    border-radius: 0px;
    border: 1px solid lightgray !important;
}

.avatarExpert {
    width: 120px;
    height: 120px;
    border-radius: 100px;
    background-size: cover;
    background-position: center;
    display: table;
}

.contentActuBloc .font-12 {
    margin-top: 7px;
    margin-bottom: 20px;
}

#pageArticle .fiche_header {
    margin-top: 0px;
}

#pageArticle .articleContainer .article-content {
    margin-bottom: 30px;
}

#webformHeader {
    box-shadow: none !important;
}

#pageArticles .news .article .article-title span {
    background-color: transparent;
    color: #F53239 !important;
    font-weight: 500;
    font-size: 16px;
}

.sudoSliderContainer .prevBtn {
    background-image: url(/Content/img/fontawesome/solid/chevron-left.svg);
}

.sudoSliderContainer .nextBtn {
    background-image: url(/Content/img/fontawesome/solid/chevron-right.svg);
}

.sudoSliderContainer .prevBtn, .sudoSliderContainer .nextBtn {
    filter: brightness(5%);
    width: 20px;
}

.resourceItem .fa-clock, .resourceItem .fa-share {
    color: #212449 !important;
    text-shadow: none;
}

.cursusCompliance .fa-clock {
    color: #fff !important;
    text-shadow: none;
}

#themes .title-18 {
    margin-top: 0px;
}

.sweet-alert button.confirm {
    border-radius: 0px;
}



.resourceItem .fa-check-circle {
    top: calc(50% - 30px);
    font-size: 50px;
    color: #fff;
    left: calc(50% - 30px);
}

.btnLaunchResourceList {
    background-color: #fff;
    color: #6d7dff;
    border: 1px solid #6d7dff;
    font-weight: 500;
    font-size: 12px;
    padding: 5px 20px;
    border-radius: 0px;
    right: 10px;
}

    .btnLaunchResourceList :not(.statusDiscover) {
        color: #FFF !important;
    }



.checkImage div {
    background-color: #212449;
}

#searchPage label {
    margin-top: 15px;
}

.choice_btn {
    border-radius: 0px !important;
}

#searchPage label {
    color: #fd3478;
}

.menuBurger .fa-bars {
    font-size: 30px;
}

.classicButton {
    border-radius: 0px;
}

.modal-title {
    font-weight: 500 !important;
}

.btnReadArticle {
    padding: 7px 25px;
    background-color: #212449;
    border-radius: 0px 15px 0px 0px;
    color: #fff !important;
}

    .btnReadArticle:hover, .btnReadArticle:focus {
        text-decoration: none !important;
        color: #fff !important;
    }

.imgCol {
    height: 300px;
    background-position: center;
    background-size: cover;
}

#togglePaswword {
    float: right;
    margin-top: -28px;
    position: relative;
    font-size: 16px;
}

.communityThemeBtn {
    text-shadow: none;
    padding: 5px 15px;
    display: inline-block;
    margin-top: 30px;
    border-radius: 20px 20px 0px 20px;
    position: relative;
    background-color: transparent;
    border: 2px solid #fff;
}

#Pagethemes .title-18, #Pagethemes .font18 {
    font-size: 20px;
    color: #fd3478;
    font-weight: 500 !important;
    margin-top: 0px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.descriptionVignette {
    display: block;
    text-overflow: ellipsis;
    word-wrap: break-word;
    overflow: hidden;
    max-height: 5em;
    line-height: 1.4em
}

.headerResourceInfo .col-md-7 {
    margin-top: 40px;
}

.extpropResourceDetail {
    border-radius: 2px;
    padding: 3px 5px;
    font-size: 11px;
    font-weight: 500;
    background-color: #fff;
    color: #D30027 !important;
    border: 1px solid #D30027;
}

.btn:hover, .btn:focus, .btn.focus {
    color: #fff;
}

.ratingResource {
    position: absolute;
    top: 10px;
    left: 15px;
    font-size: 14px;
}

.infoDescription .flex::after {
    font-family: "Font Awesome 5 Pro";
    content: "\f111";
    padding-left: 10px;
    font-weight: bold;
    font-size: 5px;
    color: #fff;
}

.infoDescription .flex:last-child::after {
    content: "";
    padding-left: 10px;
}

.refNumber {
    position: absolute;
    right: 0px;
    top: 15px;
    font-weight: 500;
    text-transform: uppercase;
}

.rateColor {
    color: #FFF !important;
}

#tForgetPassword {
    margin-top: 20px;
    display: block;
}

.btnLoginMain {
    bottom: -30px;
}

.chiller_cb input:checked ~ span {
    background: #212449;
    border-color: #212449;
}

#searchPage .chiller_cb label {
    margin-top: 3px;
}

#relatedResources .resourceItem {
    margin: auto !important;
}

.globalRating .emptyColor {
    -webkit-text-fill-color: #fff;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #023955;
}

.dlCertif a:hover {
    color: #fff !important;
}

#tForgetPassword {
    font-size: 14px !important;
    text-decoration: underline;
}

.searchList .resourceItem .themeIcon, .searchList .resourceItem .thematicResource  {
    display: none;
}

.searchList .resourceItem {
    height: 144px;
    margin: 7px 10px 0px 10px !important;
}

.list .themeIcon {
    width: 42px;
    height: 42px;
    border-radius: 90px 90px 0px 90px;
    display: flex;
    align-items: center;
    padding: 8px;
    position: relative;
    margin-left: -4px;
}

    .list .themeIcon img {
        width: 100%;
    }

.resourceItemListModality {
    padding: 2px 10px;
    background-color: #fd3478;
    color: #fff;
    font-size: 12px;
    position: absolute;
    top: 10px;
    left: 0px;
    border-radius: 2px;
}

.resourceItemListDuration {
    position: absolute;
    bottom: -5px;
    font-size: 12px;
}

.btnLaunchList {
    background-color: #212449;
    color: #FFF !important;
    font-weight: 500;
    font-size: 12px;
    padding: 5px 20px;
    border-radius: 0 0 20px 0;
}

.themeList {
    position: relative;
    right: 0px;
    top: 40px;
}

#Pagethemes #relatedZone .title-18 {
    margin-bottom: 10px;
    margin-top: 20px;
}

#relatedZone .theNews .lineAuthorLink a {
    text-decoration: none;
}

.infoDescription {
    display: inline-flex !important;
    font-size: 16px;
    position: absolute;
    bottom: 20px;
    left: 15px;
}

#pageRessource .sessionContainer .btnSeeMore {
    background-color: #212449;
    border-radius: 0;
}

#commentZone {
    padding: 0px !important;
}

.sessionContainer {
    margin-top: 25px;
    /*   margin-left: -15px !important; */
}

#myTrainings .title-18 {
    margin-top: 0px;
}

.videoResourceDisplay {
    margin-top: 25px;
}

.divVideoPopup {
    text-align: center;
    margin-top: 30px;
}

.floatUserBar .resourceImages img {
    object-fit: cover;
}

#communityHeader .close i, #communityHeader .close i:hover {
    color: #FFF !important;
}

#contentTimeline_ulTimeLine .spoc-timeline-section > li {
    list-style: none !important;
}

.mobile_menu {
    display: none !important;
}

.objectifBloc .font14 {
    text-align: left !important;
}

.resourceBlocResponsive {
    width: 99.8vw;
    overflow: hidden;
}

@media (max-width:450px) {
    .seeallnewsdashboard {
        width: 100%;
    }

    .searchDashboard #headerQuickSearch2 {
        width: 280px;
    }

    .searchDashboard .fa-search {
        top: 32px !important;
        left: 300px;
    }

    .themeBloc .cleft {
        float: inherit;
        margin-top: 10px;
    }

    .mainBlockDashboard .font25 {
        font-size: 22px;
    }

    .sliderContainer {
        margin-top: 20px;
    }

    .nav-justified {
        /*width: 93%;*/
    }

    #formationTabContent {
        margin-top: 30px;
    }

    .dashboardFilterToDo {
        position: absolute;
        top: 10px !important;
        right: 15px;
    }

    .loginBoxForm .input-group {
        width: 100%;
    }

    .loginBoxForm .col-xs-6 {
        width: 100%;
        margin-bottom: 10px;
        display: grid;
    }

    .submitContectForm {
        margin-top: 30px;
    }

    .floatUserBar a {
        padding-bottom: 20px;
        display: block;
    }

    #webformHeader .logoguest, #webformHeader .logo {
        width: 110px !important;
        left: 60px !important;
        top: 2px !important;
    }

    #sbContainer .themeSearch {
        display: inline-flex !important;
        position: relative;
        width: 100%;
    }

    #webformHeader .memberNameTop .name {
        display: none !important;
    }

    #webformHeader .navig {
        display: flex;
        align-items: center;
        vertical-align: middle;
    }

        #webformHeader .notificationIcon, #webformHeader .rechercheBtn, #webformHeader .navig .margin-top-20 {
            margin-top: 0;
            margin-right: 0px;
        }

        #webformHeader .navig .fa-bars {
            padding-left: 0px;
            padding-right: 10px;
            padding-top: 5px;
        }

        #webformHeader .navig img {
            display: none;
        }

    .bannerTopDashboard {
        margin-top: -20px;
    }

    #headerThemesMenu .profilLink {
        padding: 20px 40px !important;
    }

    #headerThemesMenu, #responsiveHeaderMenu {
        width: 100% !important;
    }

    #webformHeader .notificationIcon {
        padding-top: 0;
    }

    #webformHeader .navig i {
        font-size: 20px !important;
    }

    #webformHeader .logo {
        width: 110px !important;
        left: 60px !important;
    }

    .menu_burger {
        display: none !important;
    }

    #webformHeader .menuBurger {
        position: absolute;
        left: 20px !important;
        top: 20px !important;
    }

    #headerThemesMenu, #responsiveHeaderMenu {
        width: 100vw;
    }

    .profilLink {
        margin-left: 58px !important;
        margin-top: -8% !important;
    }

    .newsBlocs {
        display: block;
        margin-top: 30px;
    }

    .imgActuBloc, .contentActuBloc {
        width: 90%;
    }

    .leftPartLogin {
        display: none;
    }

    .fullMVC #presentationContainer {
        margin-top: 100px;
    }

    .welcomeBloc .titleWelcome {
        margin-top: 0px;
    }

    .contentActuBloc .font20, .contentActuBloc .font14 {
        margin-top: 20px;
    }

    #myTrainings {
        margin-top: 100px;
    }

        #myTrainings .title-18, .resourceItem {
            margin-bottom: 20px;
        }

    .themesListDashboard .hidden-sm {
        display: none;
    }

    #resourcesIsNewsDiv, #toComeUpDiv {
        width: 95vw;
    }

    .imgDashboard {
        margin-top: 0px;
    }


    .pieceJointe .backgroundFile {
        width: 60px !important;
        height: 60px !important;
        padding: 20px !important;
    }

    #pageArticle #commentZone {
        padding: 25px !important;
    }

    .resourceBlocResponsive {
        width: 100vw;
        margin: 0px;
        margin-top: 20px;
    }

    #pageRessource {
        overflow: hidden;
        margin-top: -120px !important;
    }

    .refNumber {
        position: absolute;
        top: -10px;
        right: 25px;
        font-weight: 500;
        text-transform: uppercase;
    }

    .blocTopRessource .themeBloc {
        display: flex;
        align-items: center;
        margin-bottom: 0px;
    }

    .pictoResource {
        display: inline-block;
        margin-top: 20px;
    }

    #presentationContainer .font34 {
        font-size: 22px !important;
        line-height: 25px;
        margin-top: 20px !important;
        margin-bottom: 20px;
    }

    .headerResourceInfo .globalRating {
        text-align: center;
        width: 100%;
        display: contents !important;
    }

        .headerResourceInfo .globalRating .margin-right10 {
            margin-right: 0px;
        }

    #rateResource {
        display: block !important;
    }

    #pageRessource .floatUserBar {
        padding: 0px !important;
        padding-bottom: 0px !important;
    }

    .floatUserBar .resourceImages img {
        max-height: 200px !important;
    }

    .floatUserBar .playBtnWeb {
        bottom: auto;
    }

    #pageRessource .col-md-7 {
        width: 100vw;
        padding: 0px 30px;
        margin-top: 0px;
        padding-left: 0px;
    }

    #pageRessource #relatedZone .padding-left0 {
        margin-left: 0px;
    }

    #pageRessource .headerResourceInfo .col-md-7 {
        padding-left: 30px !important;
    }

    .blocTopRessource .themeBloc .medium {
        font-size: 20px;
        margin-top: 15px;
        line-height: 22px;
    }

    .infoDescription {
        display: table !important;
        font-size: 14px;
        position: absolute;
        bottom: 80px;
        left: 50px;
        width: 75vw;
    }

    #themeHeader .carousel-caption {
        top: 0%;
        width: 100%;
        left: 10%;
    }

    .iconTitleTheme {
        display: block !important;
        text-align: center;
        margin-top: -10px;
    }

    #presentationContainer .iconTitleTheme .font34 {
        padding-left: 0px !important;
        margin-left: 0px !important;
    }

    .backgroundBlurResource {
        height: 430px;
    }

    .floatUserBar .cursor {
        margin-top: 30px;
    }

    #pageRessource .playBtnWeb .launchRessource {
        display: initial;
        padding: 10px 40px !important;
    }

    .imgActuBloc, .imgDashboard {
        display: none;
    }

    .themeCard {
        height: 350px !important;
        max-height: 350px;
        padding-top: 40px;
    }

    .imgResource {
        height: 165px !important;
    }
}

@media screen and (max-width:400px) {
    .imgResource {
        height: 145px !important;
    }
}

/*VITRINE*/

#sbContainer {
    background-image: none;
    background-color: #fff;
}

    #sbContainer .titleWelcome img {
        height: 70px;
        margin-right: 15px;
    }

    #sbContainer .textWelcome {
        column-count: 2;
    }

        #sbContainer .textWelcome .classicButton {
            background-color: #F53239 !important;
            border-radius: 90px;
            display: block;
            margin-top: 20px;
        }

    #sbContainer #themes .thContainer {
        padding: 0 7px 0 8px;
        border-radius: 4px;
    }

.imgOffers {
    width: 100%;
    background-size: cover;
    background-position: center;
    border-radius: 900px 900px 900px 0px;
    position: relative;
}

    .imgOffers::after {
        content: '';
        display: block;
        padding-bottom: 100%;
    }

.btnOffer {
    position: absolute;
    bottom: 10px;
    left: 10px;
    background-color: #F53239;
    border-radius: 30px 30px 30px 0px;
    padding: 5px 25px;
}

.offerIcon {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: #00000073;
    border-radius: 900px 900px 900px 0px;
}

    .offerIcon img {
        filter: brightness(100);
        width: 80px;
        margin-top: 25%;
        margin-bottom: -5px;
    }

#offers .formTopLine {
    position: absolute;
    top: 0px;
    left: 20px;
}

#offers .formBottomLine {
    position: absolute;
    bottom: 0px;
    right: 20px;
}

#offers .row {
    margin: 100px 0px;
}

#offers .title-18 {
    margin-top: 0px;
    margin-bottom: 40px;
}

.imgDashboardTop {
    text-align: right;
    display: block;
}

.logoBottomGuest {
    width: 100px;
    margin-right: 20px;
    margin-top: 20px;
}

.guestMenuHeader {
    display: flex;
    align-items: center;
    margin-left: 150px;
    transition: all 0.2s ease-out;
}

    .guestMenuHeader a {
        margin-right: 20px;
        font-size: 12px !important;
    }

        .guestMenuHeader a:hover {
            text-decoration: none;
        }

.header_small .guestMenuHeader {
    margin-left: 100px;
    transition: all 0.2s ease-out;
}

.loginBtnHeader {
    display: flex;
    align-items: center;
    margin-top: 23px;
    border-radius: 0px;
    transition: all 0.2s ease-out;
    background-color: #fd3478 !important;
}

.header_small .loginBtnHeader {
    margin-top: 10px;
    transition: all 0.2s ease-out;
}

@media screen and (max-width:450px) {
    .guestMenuHeader {
        display: none;
    }

    #sbContainer .titleWelcome img {
        display: none;
    }

    #sbContainer .textWelcome {
        column-count: 1;
    }

    .imgDashboardTop {
        text-align: left;
        display: block;
        margin-top: 20px;
    }

    .offerIcon img {
        margin-top: 30%;
    }

    .imgOffers {
        margin-top: 20px;
        margin-bottom: 50px;
    }

    #offers .col-md-6 {
        text-align: center;
    }

    .whoAreWeImg {
        width: 100%;
        margin-left: -15px;
    }

    #sbContainer {
        margin-top: -40px;
    }
}

.embed-responsive .videoResourceDisplay {
    height: 91% !important;
}

.divSubscruption label {
    color: #F53239 !important;
}

@media screen and (max-width:1025px) {
    .textActu .font20, .textActu .font14 {
        margin-top: 15px;
    }

    .textActu p {
        font-weight: 200;
        max-height: 79px;
        overflow: hidden;
        margin-top: -5px;
    }

    #pageRessource .floatUserBar {
        margin-left: 50px;
    }
}

.objectifBloc ul {
    list-style: disc !important;
}

.objectifBloc ol {
    list-style: decimal !important;
}

.offerBtn {
    background-color: #F53239 !important;
}

.themeSearch #headerQuickSearch2 {
    width: 100%;
    padding: 20px;
}

#sbContainer .themeSearch {
    display: block !important;
}

#webformHeader .logoguest {
    width: 140px !important;
    left: 0px !important;
}


.blocFloatbar .absoluteTopRight i {
    margin: unset !important;
    margin-top: 15px !important;
    margin-left: 5px !important;
}

.blocFloatbar .absoluteTopRight .fa-heart {
    margin-right: 5px !important;
}

.blocFloatbar .ratingResource .labelEval {
    margin: unset !important;
    margin-right: 10px !important;
    font-size: 12px !important;
    font-weight: 500;
    color: #fff;
}

#contactYourReferent span {
    font-size: 12px !important;
}


#contactYourReferent .launchRessource, #contactYourReferent .launchRessource:hover {
    color: #FFF !important;
    background-color: #F53239 !important;
    position: relative;
    width: 80%;
    padding: 10px 25px;
    text-align: left;
    padding-left: 60px;
    margin-left: 10%;
    margin-top: -25px;
    text-transform: inherit;
}

#contactYourReferent i {
    position: absolute;
    left: 10px;
    font-size: 30px;
    top: 23%;
}

.formationProfilList .orange {
    color: #bababa !important;
}

.leftContactForm {
    background-color: #eeeef0 !important;
    padding: 15px;
}

.leftContactFormItem {
    background-color: #fff;
    padding: 15px;
    padding-top: 0px;
    padding-left: 60px;
    border-radius: 3px;
    border-color: #fff;
}

    .leftContactFormItem h1 {
        font-size: 22px;
        margin-left: -45px;
    }

    .leftContactFormItem i {
        width: 35px;
        text-align: center;
    }

.textFooterContactForm {
    display: inline-block;
    border: 0px;
    font-size: 12px;
}

.containerFormContact h2 {
    margin-top: 0px;
    padding-top: 0px;
}

.containerFormContact {
    border: 0px;
    margin-top: 0px;
}

.headerContactFormText {
    border: 0px;
    margin-top: 40px;
}

.cancelButton {
    margin-right: 15px;
    border-radius: 0px;
}

.submitButton {
    border-radius: 0px;
}

.textFooterContactForm a {
    color: #F53239 !important;
}

.containerFormContact label {
    color: #212449 !important;
}

.textFooterContactForm {
    color: #212449 !important;
}

.guestDashboard .title-18 {
    margin-top: 0 !important;
}

.guestDashboard .margin-left-20 {
    margin-left: 0 !important;
}

@media (max-width:450px) {
    #themeHeader .actuTitle {
        width: 100%;
        max-width: 100%;
    }

    #webformHeader .logoguest, #webformHeader .logo {
        width: 180px !important;
        left: 5px !important;
        top: 5px !important;
    }

    #sbContainer .themeSearch {
        display: inline-flex !important;
        position: relative;
        width: 100%;
    }

    #bestResourcesViewed {
        padding: 0px 20px;
    }
}

@media (min-width:450px) and (max-width:1000px) {
    .menu_burger, .guestMenuHeader {
        display: none !important;
    }

    #webformHeader a.menuBurger {
        position: absolute;
        left: 15px !important;
        top: 30px !important;
    }

    #webformHeader .logoguest {
        width: 135px !important;
        left: 70px !important;
        top: 5px !important;
    }

    #webformHeader {
        height: 80px !important;
    }

    .backgroundFooter .col-md-3 img.padding-top-20.responsive {
        width: 250px;
    }

    #relatedResourcesElegia {
        padding-right: 40px;
    }

    .infoDescription {
        bottom: 60px;
    }

    .refNumber {
        right: 30px;
    }

    .backgroundBlurResource {
        width: 100vw;
    }

    #sbContainer .themeSearch {
        display: inline-flex !important;
        position: relative;
        width: 100%;
    }

    #webformHeader .logo {
        left: 60px !important;
    }

    .imgDashboard {
        display: none;
    }
}

#footerLearn {
    background-image: none !important;
}

@media screen and (min-width: 768px) {
    #themeHeader .carousel-caption {
        left: 40px !important;
        top: 0px;
        position: relative;
    }

    #themeHeader .h4, #themeHeader h4 {
        font-size: 40px;
        margin-top: 35px;
    }
}

.textFilterThemesNotFound {
    display: none;
}

.seelAllAcademyResources {
    margin-top: -30px;
}

#themes {
    margin-bottom: 30px;
}

#bestResourcesViewed {
    margin-top: 15px;
}

.footer .social-icon li a img {
    width: 30px !important;
    height: 30px !important;
    border-radius: 90px;
    image-rendering: -webkit-optimize-contrast;
}

.footer .social-icon li {
    display: inline-block;
    margin-right: 10px;
}

@media screen and (max-width:1000px) {
    .leftContactForm img {
        display: none !important;
    }

    .headerContactForm {
        padding-left: 15px;
    }
}


.leftContactFormItem {
    padding-top: 15px !important;
    background-color: #fff !important;
}

.leftContactForm {
    padding: 0;
    background-color: #fff !important;
}

    .leftContactForm > div {
        padding: 15px !important;
        padding-left: 0px !important;
        background-color: #eeeef0 !important;
    }

.agreementPageTitle {
    display: none !important;
}

#webformHeader .Customlogo {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 250px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

    #webformHeader .Customlogo img {
        width: 140px;
        height: 75px;
        object-fit: contain;
        object-position: left;
    }

.header_small .logo {
    padding: 0px !important;
    margin-left: 0px !important;
}

.header_small .Customlogo {
    position: absolute;
    top: 50%;
    transform: translateY(-50%) !important;
    left: 190px !important;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

    .header_small .Customlogo img {
        width: 110px !important;
        height: 50px !important;
        object-fit: contain;
        object-position: left;
    }

#sbContainer {
    padding: 0px;
}

.guestMenuBurger {
    display: none;
}

.logoClientFooter img {
    width: 150px;
    height: 90px;
    object-fit: contain;
    object-position: left;
}

.input-group-calendar-delete {
    color: #212449 !important;
}

.spoc-timeline-section > li {
    list-style: none !important;
}

.updateAvatarContainer .updateAvatarImportBlock {
    background-color: transparent;
    position: absolute;
    bottom: -25%;
    width: 100%;
    opacity: 1;
    left: 0%;
}

.updateAvatarImportBlock .importButton {
    display: block;
}

.updateAvatarImportBlock i {
    display: none;
}

#academyDiv {
    margin-top: 20px;
}

@media screen and (max-width:1000px) {
    .guestMenuBurger {
        display: block;
    }

    #webformHeader .Customlogo {
        position: absolute;
        top: 50%;
        transform: translateY(-47%);
        left: 190px !important;
        -webkit-transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
    }

        #webformHeader .Customlogo img {
            width: 100px !important;
            height: 44px !important;
            object-fit: contain;
            object-position: left;
        }
}

@media screen and (max-width:500px) {
    #webformHeader .Customlogo {
        position: absolute;
        top: 50%;
        transform: translateY(-47%);
        left: 190px !important;
        -webkit-transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
    }

        #webformHeader .Customlogo img {
            width: 110px !important;
            height: 50px !important;
            object-fit: contain;
            object-position: left;
        }

    .logoClientFooter img {
        width: 120px;
        height: 80px;
        object-fit: contain;
        object-position: left;
    }

    .navbar-brand {
        margin-left: -50px !important;
    }
}



.guestDashboard .formBottomLine {
    position: absolute;
    bottom: -1px;
    right: 20px;
    width: 120px;
}

.guestDashboard .formTopLine {
    position: absolute;
    top: 0px;
    left: 20px;
    width: 120px;
}

.show .responsiveLink {
    display: block !important;
}

#pageArticle .imgCol {
    width: 50%;
    margin: auto;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.mt-4, .my-4 {
    margin-top: 1.5rem !important;
}

.pl-2, .px-2 {
    padding-left: .5rem !important;
}

.btnHeaderResponsive .btn {
    padding: 16px 20px;
}

.header {
    position: fixed;
    width: 100%;
    top: 0px;
    z-index: 9999999999999999999;
}

    .header .navbar-collapse {
        margin: 0px !important;
        padding: 10px 30px;
    }

@media (max-width: 991px) {
    .navbar-toggler {
        position: absolute;
        right: 15px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        color: #212449;
        border-color: #212449;
        border: 1px solid;
        padding: 5px 15px;
        border-radius: 5px;
        background-color: white;
    }
}

@media (min-width: 576px) {
    .text-sm-right {
        text-align: right !important;
    }

    .mb-sm-4, .my-sm-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-md-2, .mx-md-2 {
        margin-left: .8rem !important;
    }

    .mr-md-2, .mx-md-2 {
        margin-right: .8rem !important;
    }
}

#presentationContainerParent {
    margin-top: 50px;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-toggler {
        display: none;
    }

    .header.default .container, .header.default .container-fluid {
        position: relative;
    }

    .header.default .container, .header.default .container-fluid {
        position: relative;
    }
}

.headerGuest .container-fluid {
    padding: 0 60px !important;
}

.floatUserBar .fa-linkedin {
    color: #fff !important;
    font-size: 18px;
    background-color: #fff;
    padding: 5px;
    border-radius: 50px;
    display: block;
    height: 30px;
    width: 30px;
    text-align: center;
    border: 1px solid #0e76a8;
}

.floatUserBar .linkedinBtnFloatBar {
    margin-right: 10px;
    display: block;
}

.btnHeaderResponsive .bg-dark:hover {
    background-color: #F53239 !important;
}

@media screen and (max-width:1245px) {
    .btnHeaderResponsive {
        display: none !important;
    }

    .navbar-expand-lg .navbar-nav {
        display: flex;
        flex-direction: column;
    }

    .navbar-expand-lg .responsiveLink {
        display: block !important;
    }

    .navbar-expand-lg .navbar-toggler {
        display: block !important;
    }

    .navbar-expand-lg .navbar-collapse {
        position: absolute;
        z-index: 999;
        background: #ffffff;
        width: 100%;
        left: 0;
        top: 80px;
        padding: 10px;
        -webkit-box-shadow: 0 0 15px rgb(0 0 0 / 20%);
        box-shadow: 0 0 15px rgb(0 0 0 / 20%);
    }

    .navbar-expand-lg .navbar-toggler {
        position: absolute;
        right: 15px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        color: #212449;
        border-color: #212449;
        border: 1px solid;
        padding: 5px 15px;
        border-radius: 5px;
        background-color: white;
    }

    .header.default .container-fluid .navbar-collapse {
        position: absolute !important;
    }
}

@media (min-width: 768px) {
    .navbar-collapse.collapse {
        display: inherit !important;
    }
}

a.bg-primary:focus, a.bg-primary:hover, button.bg-primary:focus, button.bg-primary:hover {
    background-color: #212449 !important;
}

.CookieAgree {
    background-color: #212449 !important;
}

    .CookieAgree * {
        color: #fff;
    }

    .CookieAgree button {
        background-color: #F53239 !important;
        margin-bottom: 15px !important;
        margin-top: 0 !important;
    }

/*COLOR ETIPI*/



.li .thirdTextColor {
    color: #6d7dff !important;
}


.chiller_cb input:checked ~ span {
    background: #6d7dff;
    border-color: #6d7dff;
}

.btn-default {
    border-radius: 0;
}

.bg-dark, .bg-dark:hover, .loginBtnHeader {
    background-color: #fd3478 !important;
}

.bg-primary, .bg-primary:hover {
    background-color: #6d7dff !important;
}

.text-dark {
    color: #333 !important;
}

.CookieAgree {
    background-color: #fd3478 !important;
}

.menuBurger i {
    color: #fd3478 !important;
}

.font18 {
    color: #333 !important;
}


#articlePopupModal .modal-header {
    border-radius: 6px;
}

#footerLearn {
    color: #fd3478;
}



.resourceTitle, .arianeLine {
    color: #333 !important
}

.articleStyle .maskShadow {
    background: linear-gradient( 0deg, rgba(0,0,0,0.6) 30%, rgba(0,0,0,0) 100%);
}

.lineAuthorLink {
    margin-bottom: 15px;
}

.backgroundFile .browColor {
    color: #333 !important;
}

.mainButtonBackgroundColor, .mention-area .highlight a.mentiony-link {
    background-color: #6d7dff;
}

.choice_btn_select {
    background-color: #6d7dff;
}

.communityThemeBtn {
    position: absolute;
    margin-left: 40px;
}

.resourceItem .subTopIcons {
    top: 5px !important;
    right: 33px !important;
}

#loginSubmit {
    width: 100% !important;
    border-radius: 0;
    margin-top: 10px;
}

.font25 {
    font-size: 30px;
}

.article a {
    text-transform: uppercase;
}

#pageArticles {
    margin-top: -30px;
}

.margin-top100 {
    margin-top: 100px;
}

.statusDiscover:hover {
    background-color: #fff;
    color: #fd3478;
    border: 1px solid #fd3478;
    transition: ease-in-out 0.3s;
}

#theNews .articleStyle .square-title {
    padding-bottom: 0px;
}

.btn-primary {
    background-color: #fff;
    border-color: #6d7dff;
}

    .btn-primary:hover {
        color: #fff !important;
        background-color: #6d7dff;
        border-color: #6d7dff;
    }

#commentZone .font18 {
    text-transform: uppercase;
}

.bouncing {
    animation-name: bounce;
    animation-timing-function: ease;
    animation-duration: 5s;
    animation-iteration-count: infinite;
}

@keyframes bounce {
    0% {
        transform: translateY(20px);
    }

    50% {
        transform: translateY(-20px);
    }

    100% {
        transform: translateY(20px);
    }
}

#divLinkSubThemes a, #divLinkSubThemes a:hover {
    color: #fff !important;
}

#divLinkSubThemes {
    margin-top: 30px;
    margin-bottom: 30px;
}

.dashboardFilterToDo {
    position: absolute;
    top: -20px;
    right: 25px;
}

.communityThemeBtn {
    z-index: 22;
}

#profilPage .title-18 {
    margin-top: 0px !important;
}

.fullMVC #presentationContainer {
    margin-top: 30px;
    min-height: 500px;
}

#ResourceTrainingFooter a.classicButton {
    padding: 10px !important;
    display: inline-block;
    color: #fff !important;
}

.notificationIcon {
    position: relative;
    margin-top: 15px;
    padding-top: 15px;
}

    .notificationIcon .nb {
        position: absolute;
        background-color: #ff0000;
        font-size: 9px;
        color: #fff;
        padding: 2px 3px;
        right: 14px;
        top: 4px;
        border-radius: 4px;
        font-weight: 600;
    }

@media only screen and (max-width: 992px) {
    #webformHeader .logo {
        width: 165px !important;
    }
}

.sudoSliderContainer .prevBtn {
    left: -13px;
}

.sudoSliderContainer .nextBtn {
    right: -13px;
}

@media only screen and (max-width: 700px) {
    #recommendations, #formationTabContent {
        padding: 0 !important;
    }
}

li.slide .articleItem.emptySlide {
    margin: 0 10px 20px 10px;
    height: 250px;
    width: 358px;
    margin: 10px
}

#headerThemesMenu, #responsiveHeaderMenu {
    position: absolute;
    display: block;
    background-color: #fff;
    top: 0px;
    right: 0px;
    left: auto;
    width: 510px;
    transition: all 0.3s ease-out;
    height: 100vh;
    padding: 20px;
    overflow: auto;
}

    #headerThemesMenu .profilLink {
        padding: 5px 40px;
    }


.sessionContainer {
    width: 100%;
    padding: 10px 30px;
    text-align: center;
    background-color: #efefef;
}

    .sessionContainer .title-18 {
        margin-bottom: 20px;
    }





.searchDashboard #headerQuickSearch2 {
    width: 400px;
    margin-top: 20px;
    background-color: transparent;
    border: 0px;
    box-shadow: none;
    border-bottom: 2px solid white;
    border-radius: 0px;
    color: white;
    padding: 0;
    display: inline-block;
    vertical-align: middle;
}

    .searchDashboard #headerQuickSearch2::placeholder {
        color: #fff !important;
        opacity: 0.5;
    }

.searchDashboard .fa-search {
    top: 25px !important;
    left: 415px !important;
}

.navig .recherche {
    display: none !important;
}

.sessionContainer .thumbnail .statutSession {
    border-radius: 0;
}

#pageRessource #btnStartLearningPath {
    bottom: 33px !important;
    padding: 5px;
    border-radius: 2px !important;
    background-color: white !important;
    left: auto !important;
    width: 65% !important;
    right: 15px;
    font-size: 14px!important;
    font-weight: 700!important;
}

    #pageRessource #btnStartLearningPath a {
        color: var(--secondary-color) !important;
    }

#pageRessource #btnStartLearningPath:hover {
    background-color: var(--secondary-color) !important;
    color: #fff !important;
}
    
    #pageRessource #btnStartLearningPath:hover a {
        color: #fff !important;
    }


@media (max-width:450px) {
    .searchDashboard #headerQuickSearch2 {
        width: 250px;
    }

    .searchDashboard .fa-search {
        top: 32px !important;
        left: 260px;
    }

    .bannerTopDashboard {
        height: auto;
    }

        .bannerTopDashboard .font25 {
            font-size: 25px;
        }


    #sessionDetail {
        margin-bottom: 60px;
    }

        #sessionDetail .classicButton {
            padding: 10px 0px;
        }

        #sessionDetail .cright {
            width: 100%;
            text-align: center;
            margin-right: 0px;
        }

        #sessionDetail .btnMini {
            width: 50%;
            margin-left: 25%;
        }
}

#agreementPage {
    margin-top: 70px;
}

/*SIGNATURE*/

.signature a, .signature a:hover, .signature a:focus {
    color: var(--secondary-color) !important;
    text-decoration: none;
}

.blocTitleSigna {
    background-color: var(--main-color);
    padding: 20px 0px;
    color: #fff !important;
    text-align: center;
    margin-bottom: 0px;
}

.signature .backgroundGreyColor {
    box-shadow: 2px 2px 4px #bababa;
    background-color: #fff !important;
}

.infoSession i {
    width: 20px;
    height: 20px;
    color: var(--main-color);
    text-align: center;
}

/*CALENDAR*/


#profilPage .fc-title span {
    color: #fff !important;
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
}

#profilPage .fc-toolbar h2 {
    position: absolute;
    top: 150px;
    width: 100%;
    left: 0px;
    padding: 20px 0;
}

#profilPage .fc-view-container {
    margin-top: 70px;
}


.attachementsSpoc ul li {
    float: initial;
    width: 100%;
}

#slickQuiz {
    background-color: #f3f3f3 !important;
}

h1.quizName {
    font-size: 24px !important;
}

.quizArea h3 {
    font-size: 20px !important;
}

h3.quizScore {
    font-size: 20px !important;
}

div.scrollPopinSession a.launchRessource {
    margin-top: 20px;
    display: inline-block;
}

.objectList ul li .objectList_title {
    margin-left: 15px;
}

.widget h2 {
    background-color: var(--main-color) !important;
}

.statusDiscover:hover, .modal-body .classicButton:hover {
    color: #fff !important;
}

#BeanEventList_ctl01_zEventInfo_info > div > p:nth-child(2) {
    display: none;
}

.launcher .userInformationsLine {
    border-radius: 0px 0px 40px 40px;
    padding: 0 30px;
}

.userInformationsLine .backgroundGrayColor {
    border-radius: 5px;
}

.btn-danger, .btn-success, .btn-danger:hover, .btn-success:hover {
    color: #fff !important;
}

td.ui-timepicker-hour-cell, td.ui-timepicker-minute-cell {
    padding: 5px 0;
}

a.ui-state-default {
    padding: 5px;
}

th.periods {
    font-weight: bold;
}

#zTableCompetencies a {
    font-weight: bold;
}

.spoc #contentTimeline_ulTimeLine {
    margin-top: 0 !important;
}

.btnLaunchResourceList {
    color: var(--secondary-color);
    border: 1px solid var(--secondary-color);
}

#pageRessource .sessionContainer .btnSeeMore {
    background-color: var(--main-color) !important;
}

.actionColorHover:hover {
    color: var(--secondary-color) !important;
}

.resourceItemListModality {
    background-color: var(--secondary-color) !important;
}

@media (min-width: 1200px) {
    .modal-xxxlg {
        width: 85%;
    }
}

@media (max-width:500px) {
    #webformHeader .logo img {
        width: 100% !important;
    }

    .documentDatabaseBtn {
        margin-top: 0px;
        margin-right: 0px;
    }

    #webformHeader .notificationIcon {
        padding-bottom: 0;
    }

    #mainDashboard .col-md-8 {
        padding-left: 25px;
    }

    .themeCard {
        height: 350px !important;
        max-height: 150px;
        padding-top: 10px;
    }
}

.fc-state-default {
    border: 1px solid var(--secondary-color) !important;
    border-color: var(--secondary-color) !important;
    color: var(--secondary-color) !important;
}

.fc-state-active {
    border: 1px solid var(--secondary-color) !important;
    background-color: var(--secondary-color) !important;
    border-color: var(--secondary-color) !important;
    color: #fff !important;
}

#MemberPlanning .fc-unthemed td.fc-today, #MemberPlanning .fc-unthemed .fc-list-item:hover td {
    background-color: var(--secondary-color-opacity) !important;
}

.leftContactFormItem h1 {
    font-size: 22px !important;
    margin-left: -45px;
    color: black !important;
    margin-top: 0px;
}

.leftContactFormItem a {
    color: black !important;
}

.leftContactFormItem {
    background-color: #e5f3f6 !important;
}

.qsnPage .mainBackgroundColor {
    background-color: #e5f3f6;
    color: #179cb1 !important;
}

.leftContactForm > div {
    background-color: #fff !important;
}

.themesListDashboard, #themes {
    background-color: #f1f1f3 !important;
}

.resourceItem .text-left i {
    color: var(--secondary-color) !important;
}

.resourceItem .text-left {
    font-size: 16px;
    font-weight: 500;
}

.outlinebtnlanding {
    border: 1px solid var(--secondary-color);
    color: var(--secondary-color) !important;
    background-color: white !important;
}

#footerLearn .downloadqualiopi:hover {
    transition: all 0.2s linear 0s;
    margin-left: 0px !important;
}

    #footerLearn .downloadqualiopi:hover::after {
        content: "" !important;
        font-family: "Font Awesome 5 Pro";
        font-size: 15px;
        padding-left: 0px;
        transition: all 0.2s linear 0s;
    }

#sessionDetail .classicButton {
    background-color: var(--secondary-color) !important;
}

.floatUserBar .spoc-timeline-section-description-div {
    color: var(--secondary-color);
    padding-left: 15px;
}

.ressourcePage .title-18 {
    color: var(--secondary-color);
}

.titleLeftMenu {
    font-size: 12px;
    background-color: var(--secondary-color);
    padding: 5px;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 3px;
    color: white;
    font-weight: bold;
}

.padding-bot-10 {
    padding-bottom: 10px;
}

.mainBackgroundColor {
    background-color: var(--secondary-color) !important;
}

#webformHeader .newsNotificationList {
    right: 5vw !important;
    left: auto !important;
}

@media (max-width:500px) {
    #webformHeader .newsNotificationList {
        right: 0vw !important;
        left: auto !important;
    }
}

@media (min-width:1750px) {
    #webformHeader .newsNotificationList {
        right: 25vw !important;
        left: auto !important;
    }
}

.parentTheme .selected {
    color: #E00031 !important;
}

h1 {
    color: #000 !important;
}

.formationProfilList .barProgression .progression {
    background-color: #E00031;
    height: 10px;
}

.profil-dashboards-zone-numbers {
    background-color: #000;
}

.modal .modal-header {
    background-color: #E00031;
}

#pageRessource .sessionContainer .thumbnail {
    position: relative;
    height: 220px;
    box-shadow: 1px 1px 2px #bababa;
    border-radius: 0px;
}

.modal-title {
    color: white;
}

div#btnSessionLaunch {
    width: 75%;
    margin-left: 20%;
    position: relative;
    margin-top: -42px;
    height: 27px;
    padding: 10px;
    background-color: #e00031;
}

.themeResourceIcon {
    padding: 0px;
}

    .themeResourceIcon img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.questionCount {
    color: #e00031;
}

@media (min-width:1450px) {
    .col-md-3.padding-left0 {
        margin-left: -15%;
        margin-right: 5%;
        width: 35%;
    }
}

#evaluationPage .input-group-addon {
    background-color: #e00031;
}

#evaluationPage .pagination > .active > a {
    background-color: #000;
    border-color: #000;
}

#evaluationPage .scal-selected {
    background-color: #e00031 !important;
    border-color: #e00031 !important;
}

#evaluationPage .option-selected {
    border: solid #e00031 !important;
}

#evaluationPage .custom-disabled:disabled, #evaluationPage .opinion-scale-label {
    color: #000 !important;
}

#articlePopupModal .modal-title {
    color: #000 !important;
}

li.slide .resourceItem, #resourceLoaded .resourceItem {
    margin: 0 10px 20px 10px;
    max-width: 290px;
}

/*

.themesListDashboard h2 {
    font-size: 35px !important;
    text-align: left !important
}

.themesListDashboard > div {
    text-align: left !important;
    margin-left: 0% !important;
}
*/

.themesListDashboard h2 {
    font-size: 35px !important;
}

.themeCard {
    margin: 0px !important;
}

.themeCard:hover, .articleItem .img-responsive:hover {
    background-size: 100% !important;
}

.titleThemeCard {
    background-color: unset!important;
}

.themeCard .titleThemeCard .title {
    text-transform: unset !important;
    font-size: 20px !important;
}

#footerLearn a {
    font-size: 14px;
}

.accordion:hover {
    color: #fff;
}

.containerSiteMap .accordion:hover:after, .containerSiteMap .active, .containerSiteMap .active:after {
    color: #fff;
}

.containerSiteMap a:hover {
    text-decoration: underline!important;
}

.cancelButton {
    padding: 10px 35px;
}

.headerContactFormText h2 {
    text-transform: uppercase;
}

.headerContactFormText hr { 
    display:none;
 }

.themeList .themeIcon {
    display: none;
}

.zoneNotification {
    background-color: #fff;
    padding: 15px 0 5px 15px;
    border-radius: 5px;
}

.notificationLink {
    font-size: 13px;
    line-height: 15px;
    margin-bottom: 5px;
}

.titleResourceVignette .resourceTitle {
    margin-top: 5px !important;
}

.resourceItem .bottomInfos {
    bottom: 15px;
}

.statusDiscover:hover, .modal-body .classicButton:hover {
    color: #fff !important;
    background-color: var(--secondary-color)!important;
    transition: ease-in-out 0.3s;
}

.resourceItem:hover .resourceInfoHover {
    opacity: 0 !important;
}

.themeCardDescription p {
    line-height: unset!important;
}

.loginBoxForm .SSOBox {
    margin-top: 50px;
    border: 1px solid #666;
    background-color: #e0003122;
    border-radius: 5px;
    padding: 15px 30px;
    color: var(--secondary-color);
}

.loginBoxForm .SSOBox .SSOTitle {
    font-size: 24px;
    font-weight: 700;
}

.loginBox .btn-default:not(.dropdown-toggle), .loginBox .btn-default:not(.dropdown-toggle):hover, #loginSubmit {
    padding: 10px 25px;
    border-radius: 4px;
    width: auto !important;
}
.chosen-container-multi .chosen-choices li.search-choice {
    border: none !important;
    color: #fff !important;
    background-color: #2e353e !important;
}
#QuestionList textarea {
    resize: none;
}

#QuestionList .pagination a {
    margin-bottom: 5px;
}

@media screen and (max-width:400px){
    .loginBox .loginBoxForm {
        height: 108%;
    }

    .loginBox img {
        max-width: 250px;
    }
}

#evaluationPage .input-group-addon {
    background-color:var(--secondary-color) !important;
}

#evaluationPage .bs-callout {
    border-left-color: var(--secondary-color);
}
.tagBarRessource .tagInTagBar, .tagBarRessource .tagInTagBar2, .recoBarRessource .tagInTagBar {
    margin: 95px 0 0px 5px;
}
