/*FONT*/

*:not(i):not(.glyphicon) {
    font-family: 'TT Commons', sans-serif !important;
}

body {
    color: #333;
    font-size: 16px;
}

:root {
    --main-color: #0F2846;
    --secondary-color: #2DA4A8;
}

/*CSS ELEGIA*/
.menuprofilMobile {
    display: none;
}

.registerBloc {
    background-color: transparent !important;
    padding-top: 50px;
    padding-bottom: 50px;
}

.gradientOver {
    position: absolute;
    width: 100%;
    height: 100%;
}


#communityLink, .btnLaunchResourceList, .list_display .choice_btn, #formationsDone .choice_btn, #searchPage .btnSearch, .classicButton, .submitButton, #pageRessource .launchRessource, #pageRessource .launchRessource:hover, #pageRessource .launchRessource:focus, .submitPost, #pageRessource .ressourceContainer .tags {
    border-radius: 4px !important;
}

#communityLink {
    border: 0px;
}

.userInformationsLine {
    background-color: #0F2846;
}

.mainTextColor, #footer a:hover, #footer .fab:hover, #menuId .thirdTextColor:hover {
    color: #0F2846;
}

.commentStyle a, .commentStyle a:hover {
    color: #2DA4A8 !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: 600;
}

.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;
}

/*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: #0F2846;
}

.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: 290px; /*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-color: #0F2846;
    border-bottom-left-radius: 0px;
}

    .barProgression .progression {
        background-color: #0F2846;
        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: 30px;
    font-weight: 600;
    margin-top: 0px;
    margin-left: 5px;
}

#previewModalityLoader {
    border: 32px solid #f3f3f3;
}

#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: 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;
}

.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 15px;
    list-style: unset; /*arabic-indic;*/
    margin-left: 5px;
}

.text-editor ul ul, .text-editor ol ul {
    margin-top: 10px;
}

.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 .h1, #themeHeader h1 {
    font-size: 50px;
    margin-top: 50px;
}

#pageRessource #btnStartLearningPath {
    bottom: 34px !important;
    padding: 4px;
    border-radius: 4px !important;
    font-weight: 500;
    font-size: 14px;
    color: #2DA4A8 !important;
    right: 5% !important;
    left: auto !important;
    width: 60% !important;
    background-color: #fff !important;
}

    #pageRessource #btnStartLearningPath a {
        color: #2DA4A8 !important;
    }

#pageRessource .sessionContainer .thumbnail, #pageRessource .sessionContainer .btnSeeMore {
    border-radius: 4px !important;
}

@media (max-width: 768px) {
    .logofooter img {
        width: 100px !important;
        margin-bottom: 30px;
        margin-left: 30px;
        margin-top: 0px;
    }

    #ResourceTrainingFooter {
        padding-bottom: 10px !important;
    }

        #ResourceTrainingFooter .col-xs-6 {
            display: contents;
        }

        #ResourceTrainingFooter .classicButton {
            padding: 5px 7px;
            margin: 5px 2px;
        }

    #moduleSubContainer .sudoSliderContainer .controls {
        display: block !important;
    }


    #headerQuickSearchBtn2 {
        top: 7px !important;
        font-size: 25px !important;
        right: 0px !important;
    }

    .registerBloc .padding-left0 {
        padding-left: 30px;
        margin-top: 10px;
        margin-bottom: 30px;
    }

    #WorkInLocalAuthority_checkbox, #PrivateOwner_checkbox, #VolunteerOrEmployee_checkbox, #AcceptCGU_checkbox {
        display: inline-block;
        line-height: 18px;
    }

    #pageRessource {
        margin-top: -140px !important;
    }

    .menuBurger {
        display: block;
    }

    #pageRessource .resourceImage {
        display: block;
    }

    .floatUserBar .absoluteTopRight {
        position: absolute;
        right: 10px;
        top: 0px;
        display: flex;
    }

    #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 .h1, #themeHeader h1 {
        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-section > li {
    border-left: 1px solid #2DA4A8 !important;
}

.spoc-timeline-beans .grey {
    color: #1d1d1b !important;
}

.spoc-timeline-beans li {
    padding: 10px 0px;
}


#contentTimeline_ulTimeLine .current .subway-station, #contentTimeline_ulTimeLine .spoc-timeline-section .done .subway-station {
    background-color: #2DA4A8 !important;
    border: 1px solid #2DA4A8;
    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;
}


#zMainContainer .spoc-widget-progression > .spoc-widget-progression-fg, #pageRessource .adminBarRessource {
    background-color: #212449 !important;
}


.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: 0 !important; /* 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 {
            float: none;
            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;
        }
}

/*END SPOC*/

/*DASHBOARD ELEGIA*/

.welcomeBloc .titleWelcome {
    font-size: 25px;
    font-weight: 600;
    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: 16px !important;
}

.font12 {
    font-size: 14px;
    line-height: 14px;
}

.textActu .font20, .textActu .font14, .textActu p {
    color: white;
    font-weight: 600;
}

.textActu p {
    font-weight: 200;
    max-height: 130px;
    overflow: hidden;
}

.textActu .btnWhite {
    background-color: white;
    color: #212449;
    font-weight: 600;
    padding: 7px 20px;
    border-radius: 0px;
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.cursusCompliance .btnWhite {
    background-color: white;
    color: #0F2846;
    font-weight: 600;
    font-size: 12px;
    padding: 5px 20px;
    border-radius: 0 0 20px 0;
    position: absolute;
    right: 20px;
}

.title-18 {
    font-size: 34px;
    color: #0F2846;
    font-weight: 600 !important;
    margin-top: 50px;
    text-transform: initial !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: 0px;
    border: 5px solid #fff;
    border-color: #DE201E;
    animation: dual-ring 4s linear infinite;
    margin: 50px auto;
}

.e-tipi-nav .active {
    border-bottom: 5px solid #212449;
}

.nav > li > a:focus, .nav > li > a:hover {
    background-color: transparent;
}

.resourceItem:hover, .square-details:hover {
    border-color: #0F2846;
}

.square-details {
    border: 1px solid lightgray;
}

#thContainer {
    background-image: none;
}

.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;
    width: 100%;
    position: relative;
    height: auto !important;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

    .themeCard::after {
        content: '';
        display: block;
        padding-bottom: 100%;
    }

    .themeCard .contentCard {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        display: flex;
        align-items: center;
    }

    .themeCard:hover {
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
        color: white !important;
    }

        .themeCard:hover span {
            color: white !important;
        }

.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: 45px;
    height: 45px;
    border-radius: 0px;
    display: flex;
    align-items: center;
    padding: 8px;
    margin: auto;
    margin-top: -32px;
    position: relative;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

.resourceItem .bottomInfos .text-left, .resourceItem .bottomInfos i {
    color: #8894AB !important;
}

.resourceItem .themeIcon img {
    width: 100%;
    filter: brightness(100);
}

.btnLaunchResource {
    background-color: #212449;
    color: #FFF;
    font-weight: 600;
    font-size: 12px;
    padding: 5px 20px;
    border-radius: 0px;
    position: absolute;
    right: 10px;
    font-size: 14px;
}

.resourceItem {
    border-radius: 0px;
    box-shadow: 0px 2px 3px #21244933;
    height: 360px;
}


.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: 600;
    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: 600;
    background-color: #D30027;
    color: #fff !important;
}

.dashboardSeeAllMyTraining, .seelAllSharingExperience, .seelAllSharedExperience {
    font-weight: 600;
    text-decoration: underline;
    color: #2DA4A8 !important;
    padding-top: 0px !important;
    margin-top: -20px;
}

.seelAllNewsResources {
    font-weight: bold;
    text-decoration: underline;
    color: #2DA4A8 !important;
    padding-top: 10px !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, #themes {
    background-color: #0F2846 !important;
}

.themesListDashboard {
    padding: 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: 600;
}

.resourceTitle {
    line-height: 16px;
    font-weight: 600 !important;
    margin-top: 5px;
    font-size: 16px !important;
}

.resourceItem .italic {
    font-weight: 300;
    margin-top: 5px;
    font-size: 13px;
}

.articleItem .titleArticle {
    font-size: 20px;
    font-weight: 700;
}

.thematicResource {
    font-size: 15px;
}

.spoc-widget-progression > .spoc-widget-progression-fg {
    background-color: #212449 !important;
}

#pageRessource .adminBarRessource {
    background-color: transparent !important;
}

    #pageRessource .adminBarRessource i {
        color: #2DA4A8;
    }

.importButton, .classicButton, .submitButton, .bootstrapDatatableButton, .importButton:hover, .classicButton:hover, .submitButton:hover, .bootstrapDatatableButton:hover, .sweet-alert button.confirm {
    background-color: #2DA4A8 !important;
    color: white !important;
    border-radius: 4px;
}

.blocTopRessource .themeBloc {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

    .blocTopRessource .themeBloc .medium {
        font-size: 24px;
        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: #0F2846;
    margin-top: 15px;
}

.header_small .avatarHandler {
    margin-top: 0px;
}

.seelAllNewsResources, .seelAllToComeUpResources, .dashboardSeeAllAcademy {
    font-weight: 600;
    text-decoration: underline;
    margin-top: -40px;
    color: #2DA4A8;
}

.seelAllDecryptedResources {
    font-weight: 600;
    text-decoration: underline;
    margin-top: -30px;
    color: #2DA4A8;
}

.rechercheBtn {
    margin-top: 0px;
    padding: 15px;
    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 {
    margin-top: 2px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.documentDatabaseBtn {
    margin-top: 0px;
    padding: 15px;
    font-size: 27px;
    margin-right: 10px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.header_small .documentDatabaseBtn {
    margin-top: 2px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.header_profile:hover {
    text-decoration: none;
}

#headerThemesMenu .leftSearch {
    padding: 6px 48px;
    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;
}

#headerThemesMenu a:hover, #headerThemesMenu a:focus {
    text-indent: 5px;
    text-decoration: none;
}

.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: #0F2846;
}


.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: 600;
    background-color: #2DA4A8 !important;
    color: #fff !important;
    border-radius: 0px;
    padding: 12px 30px;
    opacity: 1;
}

.objectifBloc {
    /*white-space: pre-line;*/
    text-align: center;
    background-color: #0F2846;
    color: white !important;
    padding: 20px 50px;
    position: relative;
}

    .objectifBloc .title-18 {
        margin-top: -20px;
        margin-bottom: 20px;
        color: #fff !important;
    }

.backgroundGreyColor {
    background-color: #fff;
}

#footerLearn .backgroundFooter {
    padding-top: 20px;
}

.objectifBloc .formTopLine {
    position: absolute;
    top: 10px;
    left: 10px;
}

.objectifBloc .formBottomLine {
    position: absolute;
    bottom: 10px;
    right: 10px;
}

#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: #2DA4A8;
    border: 1px solid #2DA4A8;
}

.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;
}

.pieceJointe .browColor {
    color: #2DA4A8;
}

.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: #0F2846 !important;
    font-weight: 600;
    font-size: 16px;
}

    #pageArticles .news .article .article-title span a {
        color: #0F2846 !important;
    }

.sudoSliderContainer .prevBtn {
    background-image: url(/Content/img/chevron-left.svg);
}

.sudoSliderContainer .nextBtn {
    background-image: url(/Content/img/chevron-right.svg);
}

.sudoSliderContainer .prevBtn, .sudoSliderContainer .nextBtn {
    filter: invert(13%) sepia(9%) saturate(5242%) hue-rotate(177deg) brightness(98%) contrast(98%);
    width: 30px;
}

.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;
}

.subway-station {
    border: 1px solid #0F2846;
}

.btn-default:not(.dropdown-toggle) {
    background-color: #212449;
    color: #fff;
    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: #0F2846 !important;
    border: 1px solid #0F2846;
}

.spoc-timeline-beans > li.current {
    color: #212449 !important;
}

.spoc-timeline-section li.section:last-child {
    border-left: 1px solid #0F2846 !important;
}

.resourceItem .fa-check-circle {
    top: calc(50% - 30px);
    font-size: 50px;
    color: #fff;
    left: calc(50% - 30px);
}

.btnLaunchResourceList {
    background-color: #fff;
    color: #2DA4A8;
    border: 1px solid #2DA4A8;
    font-weight: 600;
    font-size: 12px;
    padding: 5px 20px;
    border-radius: 0px;
    right: 10px;
}

    .btnLaunchResourceList :not(.statusDiscover) {
        color: #FFF !important;
    }

.statusDiscover {
    background-color: #fff;
    color: #2DA4A8;
    border: 1px solid #2DA4A8;
    border-radius: 4px;
}

.checkImage div {
    background-color: #212449;
}

#searchPage .input-group-addon, #searchPage .btnSearch {
    background-color: #2DA4A8 !important;
    border-color: #2DA4A8 !important;
    border-radius: 0px;
}

#searchPage label {
    margin-top: 15px;
}

.choice_btn {
    border-radius: 0px !important;
}

#searchPage label {
    color: #0F2846;
}

.list_display .choice_btn_select, .choice_btn_select:hover, #formationsDone .choice_btn_select {
    background-color: #2DA4A8 !important;
}

.menuBurger .fa-bars {
    font-size: 30px;
}

.classicButton {
    border-radius: 0px;
}

.modal-title {
    font-weight: 600 !important;
}

.btnReadArticle {
    padding: 5px 25px;
    background-color: transparent;
    border-radius: 4px;
    color: #fff !important;
    border: 1px solid white;
    font-size: 16px;
}

    .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: #0F2846;
    font-weight: 600 !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.1em;
    font-size: 13px;
    font-weight: 300;
}

.headerResourceInfo .col-md-7 {
    margin-top: 40px;
}

.extpropResourceDetail {
    border-radius: 2px;
    padding: 3px 5px;
    font-size: 11px;
    font-weight: 600;
    background-color: #fff;
    color: #D30027 !important;
    border: 1px solid #D30027;
}

#communityLink {
    background-color: #2DA4A8;
    border-radius: 0px;
    font-weight: 600;
    padding: 10px 20px;
}

.btn:hover, .btn:focus, .btn.focus {
    color: #fff;
}

#pageRessource .text-truncate.bold.font18 {
    font-weight: 600;
    font-size: 18px;
    color: #0F2846;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.ratingResource {
    position: absolute;
    top: 10px;
    left: 12px;
    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: 600;
    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;
}

.floatUserBar .dlCertif a:hover {
    color: #2DA4A8 !important;
}

#tForgetPassword {
    font-size: 14px !important;
    text-decoration: underline;
}

.searchList .resourceItem .themeIcon {
    display: none;
}

.searchList .resourceItem {
    height: 132px;
    margin: 7px 10px 0px 10px !important;
}

.list .themeIcon {
    width: 42px;
    height: 42px;
    border-radius: 90px 90px 0px 90px;
    display: flex;
    align-items: center;
    padding: 8px;
    position: relative;
    margin-left: -4px;
}

    .list .themeIcon img {
        width: 100%;
    }

.resourceItemListModality {
    padding: 2px 10px;
    background-color: #0F2846;
    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: 600;
    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: 14px;
    position: absolute;
    top: 264px;
    left: 10px;
}

.floatUserBar a {
    color: #2DA4A8 !important;
}

#pageRessource .sessionContainer .btnSeeMore {
    background-color: #212449;
}

#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;
}

.inlineGrid {
    display: inline-grid;
}

@media (max-width:450px) {
    .menuprofilMobile {
        display: block;
    }

    .menuprofilWeb {
        display: none;
    }

    .resourceItem {
        height: 370px;
    }

    #profilPage .inlineGrid {
        width: 100%;
    }

    .loginBoxForm img {
        margin-top: 80px;
    }

    .loginBox {
        background-color: #f3f3f9;
        width: 100% !important;
    }

    .registerBloc {
        margin-bottom: -5px;
        padding-bottom: 0px;
    }

    #pageArticle {
        margin-top: -100px;
    }

    .sectionDetails .sudoSliderContainer {
        margin-left: -10px;
    }

    #ResourceTrainingFooter .col-xs-6 {
        width: 100% !important;
    }

    .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 .navig {
        display: flex !important;
        right: 20px !important;
    }

    #webformHeader .logo {
        width: 110px !important;
        left: 60px !important;
    }

    .menu_burger {
        display: none !important;
    }

    #webformHeader .menuBurger {
        position: absolute;
        top: 20px !important;
    }

    .header_profile {
        display: none;
    }

    .navig img {
        margin-right: -10px;
        margin-left: 10px;
    }

    #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: 100%;
    }

    #decryptedResourcesDiv, #experienceSharingDiv {
        padding: 0px 20px;
    }

    .guestDashboard .title-18 {
        margin-top: 0 !important;
        text-align: center;
        width: 100%;
        font-size: 32px;
    }

    .resourceList {
        padding: 0 10px;
    }

        .resourceList .list {
            padding-bottom: 50px;
        }

    .responsivehideheader {
        display: none !important;
    }

    #pageArticle .imgCol {
        width: 100% !important;
    }

    #pageArticle .fiche_header {
        margin-top: -150px;
        width: 100%;
        margin-left: 0;
    }

    .guestDashboard .sudoSliderContainer {
        max-width: inherit !important;
    }

    .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: 600;
        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: 32px;
        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;
        width: 100% !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;
    }

    .infoDescription {
        display: table !important;
        font-size: 11px;
        position: absolute;
        bottom: 80px;
        left: 50px;
        width: 80vw;
        padding: 0px;
    }

    .sessionContainer {
        margin-left: 0px !important;
    }

    #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 20px !important;
    }

    .imgActuBloc, .imgDashboard {
        display: none;
    }

    .themeCard {
        height: 285px !important;
        max-height: 285px;
    }

    .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: #0F2846 !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: #0F2846;
    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: #0F2846 !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: #0F2846 !important;
}

@media screen and (max-width:1025px) {
    .textActu .font20, .textActu .font14 {
        margin-top: 15px;
    }

    .logofooter img {
        width: 150px !important;
        margin-bottom: 20px;
    }

    .textActu p {
        font-weight: 200;
        max-height: 79px;
        overflow: hidden;
        margin-top: -5px;
    }

    #pageRessource .floatUserBar {
        margin-left: 50px;
        width: 270px;
    }
}

.objectifBloc ul {
    list-style: disc !important;
    margin-left: 30px;
}

.objectifBloc ol {
    list-style: decimal !important;
    margin-left: 30px;
}

.offerBtn {
    background-color: #0F2846 !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: 600;
    color: #fff;
}

.blocFloatbar .learningPathSectionsTitle {
    display: none !important;
}

.blocFloatbar .learningPathSections {
    display: none !important;
}

#contactYourReferent span {
    font-size: 12px !important;
}

.header_small .logo img {
    width: 90% !important;
}

#contactYourReferent .launchRessource, #contactYourReferent .launchRessource:hover {
    color: #FFF !important;
    background-color: #0F2846 !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;
}

#divFilterThemes {
    display: none !important;
}

.leftContactForm {
    background-color: #eeeef0 !important;
    padding: 15px;
}

.leftContactFormItem {
    background-color: #fff;
    padding: 15px;
    padding-top: 0px;
    padding-left: 60px;
    border-radius: 3px;
    border-color: #fff;
}

    .leftContactFormItem h1 {
        font-size: 22px;
        margin-left: -45px;
    }

    .leftContactFormItem i {
        width: 35px;
        text-align: center;
    }

.textFooterContactForm {
    display: inline-block;
    border: 0px;
    font-size: 12px;
}

.containerFormContact h2 {
    margin-top: 0px;
    padding-top: 0px;
}

.containerFormContact {
    border: 0px;
    margin-top: 0px;
}

.headerContactFormText {
    border: 0px;
}

.cancelButton {
    margin-right: 15px;
    border-radius: 0px;
}

.submitButton {
    border-radius: 0px;
}

.textFooterContactForm a {
    color: #0F2846 !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;
}

#themesDiv {
    background: linear-gradient(0deg, rgba(189,189,189,0.2) 0%, rgba(189,189,189,0.15) 20%, rgba(189,189,189,0) 100%);
}

@media (max-width:450px) {
    #webformHeader .logoguest, #webformHeader .logo {
        width: 140px !important;
        left: 15px !important;
        top: 5px !important;
    }

    .loginBoxForm .input-group {
        width: 100%;
    }

    .mytraingNav {
        margin-bottom: 25px;
    }

    .dashboardFilterToDo {
        position: relative !important;
        top: auto !important;
        right: auto !important;
    }

    #formationTabContent {
        padding-left: 15px;
    }

    #highlightedResource {
        padding: 0px 30px;
    }

    #mainDashboard .title-18 {
        margin-top: 20px;
        text-align: center;
        font-size: 32px !important;
    }

    #resourcesIsNews {
        padding-left: 20px;
        padding-right: 25px;
    }

    .dashboardSeeAllMyTraining {
        margin-top: -30px;
        text-align: center;
        width: 100%;
    }

    .seelAllNewsResources {
        width: 100%;
        text-align: center;
    }

    #themesDiv {
        margin-top: 15px;
        margin-bottom: 35px;
    }

    .font25 {
        font-size: 26px !important;
    }

    #recommendations {
        padding: 0px 30px;
    }

    #sbContainer .themeSearch {
        display: inline-flex !important;
        position: relative;
        width: 100%;
    }

    #bestResourcesViewed {
        padding: 0px 20px;
    }

    #resourcesIsNews {
        padding-left: 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: 10% !important;
    }
}


@media screen and (min-width: 1400px) {
    #themeHeader .carousel-caption {
        left: 20% !important;
    }
}

.textFilterThemesNotFound {
    display: none;
}

.seelAllAcademyResources {
    margin-top: -30px;
}

#themes {
    margin-bottom: 30px;
}

#bestResourcesViewed {
    margin-top: 15px;
}

.footer .social-icon li a img {
    width: 30px !important;
    height: 30px !important;
    border-radius: 90px;
    image-rendering: -webkit-optimize-contrast;
}

.footer .social-icon li {
    display: inline-block;
    margin-right: 10px;
}

@media screen and (max-width:1000px) {
    .leftContactForm img {
        display: none !important;
    }

    .headerContactForm {
        padding-left: 15px;
    }
}


.leftContactFormItem {
    padding-top: 15px !important;
    background-color: #fff !important;
}

.leftContactForm {
    padding: 0;
    background-color: #fff !important;
}

    .leftContactForm > div {
        padding: 15px !important;
        background-color: #eeeef0 !important;
    }

.agreementPageTitle {
    display: none !important;
}

#webformHeader .Customlogo {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 250px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

    #webformHeader .Customlogo img {
        width: 140px;
        height: 75px;
        object-fit: contain;
        object-position: left;
    }

.header_small .logo {
    padding: 0px !important;
    margin-left: 0px !important;
}

.header_small .Customlogo {
    position: absolute;
    top: 50%;
    transform: translateY(-50%) !important;
    left: 190px !important;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

    .header_small .Customlogo img {
        width: 110px !important;
        height: 50px !important;
        object-fit: contain;
        object-position: left;
    }

#sbContainer {
    padding: 0px;
}

.guestMenuBurger {
    display: none;
}

.logoClientFooter img {
    width: 150px;
    height: 90px;
    object-fit: contain;
    object-position: left;
}

.input-group-calendar-delete {
    color: #212449 !important;
}

.spoc-timeline-section > li {
    border-left: 1px solid #0F2846 !important;
    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;
    }
}

#profilPage input::placeholder {
    color: #D30027 !important;
    font-style: italic !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;
}

#webformHeader .header_container {
    width: 91vw;
    margin-left: 3vw;
}

@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;
}

.floatUserBar .fa-linkedin, .floatUserBar .fa-facebook, .floatUserBar .fa-twitter {
    color: #0e76a8 !important;
    font-size: 18px;
    background-color: #fff;
    padding: 5px;
    border-radius: 50px;
    display: block;
    height: 30px;
    width: 30px;
    text-align: center;
    border: 1px solid #0e76a8;
}

.floatUserBar .linkedinBtnFloatBar {
    display: block;
}

.btnHeaderResponsive .bg-dark:hover {
    background-color: #0F2846 !important;
}

@media screen and (max-width:1000px) {
    .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: #0F2846 !important;
        margin-bottom: 15px !important;
        margin-top: 0 !important;
    }

/*COLOR ETIPI*/

.importButton, .classicButton, .submitButton, .bootstrapDatatableButton, .importButton:hover, .classicButton:hover, .submitButton:hover, .bootstrapDatatableButton:hover {
    background-color: #2DA4A8 !important;
}

.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: #0F2846 !important;
}

.li .thirdTextColor {
    color: #2DA4A8 !important;
}

a, a:hover, .navig a:hover {
    color: #2da4a8 !important;
}

.chiller_cb input:checked ~ span {
    background: #2DA4A8;
    border-color: #2DA4A8;
}

.btn-default {
    border-radius: 0;
}

.bg-dark, .bg-dark:hover, .loginBtnHeader {
    background-color: #0F2846 !important;
}

.bg-primary, .bg-primary:hover {
    background-color: #2DA4A8 !important;
}

.text-dark {
    color: #333 !important;
}

.CookieAgree {
    background-color: #0F2846 !important;
}

.menuBurger i {
    color: #141413 !important;
}

.memberNameTop, .font18 {
    color: #141413 !important;
}

.dashboardSeeAllMyTraining, .nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover, .seelAllNews {
    color: #2DA4A8 !important;
}

.e-tipi-nav .active {
    border-bottom: 5px solid #2DA4A8;
}

#articlePopupModal .modal-header {
    border-radius: 6px;
}

.themesListDashboard, #themes {
    background-color: #0F2846 !important;
}

#footerLearn {
    color: #0F2846;
}

.mainBackgroundColor, #backOfficeButton {
    background-color: #0F2846 !important;
}

.nav .thirdTextColor, .actionColor {
    color: #2DA4A8 !important;
}

.resourceTitle, .arianeLine {
    color: #333 !important
}

.articleStyle .maskShadow {
    background: linear-gradient( 0deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.6) 100%);
}

.lineAuthorLink {
    margin-bottom: 15px;
}

#pageArticle .fiche_tools .item {
    color: #2DA4A8 !important;
}

.backgroundFile .browColor {
    color: #333 !important;
}

.mainButtonBackgroundColor, .mention-area .highlight a.mentiony-link {
    background-color: #2DA4A8;
}

#headerThemesMenu .white-color, #headerThemesMenu .white-color:hover {
    color: #141413 !important;
}

    #headerThemesMenu .white-color:hover {
        color: #0F2846 !important;
    }

.choice_btn_select {
    background-color: #2DA4A8;
}

.communityThemeBtn {
    position: absolute;
    margin-left: 40px;
}

.resourceItem .subTopIcons {
    top: 10px !important;
    right: 43px !important;
}

#loginSubmit {
    width: 100% !important;
    border-radius: 0;
    margin-top: 10px;
}

.font25 {
    font-size: 35px;
}

.article a {
    text-transform: uppercase;
}

#pageArticles {
    margin-top: -30px;
}

.modal-body .classicButton {
    background-color: white !important;
    color: #2DA4A8 !important;
    font-weight: bold;
}

.margin-top100 {
    margin-top: 100px;
}

.statusDiscover:hover {
    background-color: #fff;
    color: #2DA4A8;
    border: 1px solid #2DA4A8;
    transition: ease-in-out 0.3s;
}

.themeCard:hover img {
    filter: inherit !important;
}

#theNews .articleStyle .square-title {
    padding-bottom: 0px;
}

.btn-primary {
    background-color: #fff;
    border-color: #2DA4A8;
}

    .btn-primary:hover {
        color: #fff !important;
        background-color: #2DA4A8;
        border-color: #2DA4A8;
    }

#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: 50px;
}

.dashboardFilterToDo {
    position: absolute;
    top: -20px;
    right: 25px;
}

.communityThemeBtn {
    z-index: 22;
}

.themeCard:hover img {
    filter: brightness(100);
}

.backgroundGreyColor, #searchPage {
    background-color: #efefef;
}

.ThirdBackgroundColor {
    background-color: #0F2846;
}

#profilPage .title-18 {
    margin-top: 0px !important;
}

.imgDashboardBloc {
    position: absolute;
    right: 0px;
    height: 100%;
    display: block;
    background-position: center;
    background-size: cover;
    width: 40vw;
    top: 0px;
}

    .imgDashboardBloc .gradientOver {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
    }

.agendaBloc {
    padding: 15px;
    width: 100%;
    background-color: white;
    position: relative;
}

    .agendaBloc .eventImg {
        width: 100%;
        height: 130px;
        background-size: cover;
        background-position: center;
        position: relative;
    }

    .agendaBloc .maskShadow {
        background: linear-gradient( 180deg, rgba(45,164,168,0.8) 0%, rgba(15,40,70,0.8) 100%);
    }

    .agendaBloc .white-color {
        bottom: 10px;
        width: 100%;
        text-align: center;
        font-size: 18px;
    }

    .agendaBloc .classicButton {
        color: #2DA4A8 !important;
        font-weight: bold;
        background-color: #fff !important;
        border: 2px solid #2DA4A8;
        border-radius: 4px;
        display: inline-block;
    }

.dothr {
    margin-top: 50px;
    margin-bottom: 50px;
    border: 0;
    border-top: 2px dotted #8894AB;
}

.radius4 {
    border-radius: 4px !important;
}

.logoPartenaire img {
    width: 85%;
}

.contribution {
    padding: 50px 15px;
    margin-bottom: 50px;
}

#footerLearn a, #footerLearn {
    color: #000 !important;
}

.themeSearch #headerQuickSearch2 {
    border-radius: 0px;
    border: 0px;
    border-bottom: 3px solid #000;
    box-shadow: none;
    padding-left: 0px;
    font-size: 16px;
}

#headerThemesMenu, #responsiveHeaderMenu {
    left: auto;
    right: 0px;
}

#webformHeader a.menuBurger {
    position: relative !important;
    left: auto :inherit;
    top: auto !important;
    height: 100%;
    display: flex;
    align-items: center;
    margin-left: 20px;
}

a:hover {
    text-decoration: none;
}

.navig a {
    color: #141413 !important;
}

.modal .modal-header {
    background-color: #0F2846;
}

.customradio .checkmark:after {
    background: #2DA4A8;
}

.loginBox .btn-login {
    background-color: #2DA4A8 !important;
}

.loginBox .input-group-addon {
    background-color: #0F2846 !important;
    border-color: #0F2846 !important;
}

.loginBoxAccroche, .loginBoxLogo {
    display: none;
}

.loginBackground {
    background-image: url(../../images/loginbackground.jpg);
}

.loginBox {
    width: 450px;
    min-height: 550px;
    position: absolute;
    right: auto;
    left: 0;
    top: 0;
    height: 100%;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    overflow: auto;
}

    .loginBox .loginBoxForm {
        padding: 20% 10%;
        background-color: #f3f3f9;
        margin-top: 0px;
        border-radius: 0px;
        height: 100%;
        position: absolute;
        right: 0px;
        color: #0F2846;
    }

    .loginBox .input-group-addon {
        border-radius: 0px !important;
    }

.loginBoxForm img {
    width: 90%;
    image-rendering: -webkit-optimize-contrast;
}

.loginBoxForm {
    align-content: center;
    display: inline-grid;
}

.loginBox .col-xs-6 {
    width: 100%;
    margin-top: 10px;
}

    .loginBox .col-xs-6 .btn-login, #btnReset, #loginSubmit {
        width: unset !important;
        padding: 10px 50px;
        border-radius: 4px !important;
    }

.header.default .navbar-collapse {
    position: absolute;
    right: 0px;
}

.btn-dark:hover {
    color: white !important;
}


/*******HEADER********************/
#webformHeader select, #webformHeader input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]):not(.ControlError):not(.mce-textbox):not(#headerQuickSearch2) {
    box-shadow: 0px 0px 2px rgba(0,0,0,.1) !important;
    width: 100%;
    height: 40px !important;
    display: block;
    border: 1px solid #a8a8a8 !important;
    font-size: 16px;
    line-height: 40px;
    padding: 0 10px;
    z-index: 0 !important;
    border-radius: 4px;
}

#webformHeader body {
    background-color: #fff;
    color: #333;
    font-family: 'TT Commons', sans-serif;
    font-size: 16px;
    line-height: normal;
    padding: 0;
    margin: 0 auto;
    overflow-x: hidden;
    font-weight: 300;
}

#webformHeader html {
    min-height: 100%;
}

#webformHeader a, a:focus, a:active {
    outline: none;
    color: #fd3478;
}

    #webformHeader a:hover {
        color: #fd3478;
    }

/*------  Menu droite  ------*/
#webformHeader .menu {
    position: fixed;
    height: 100%;
    top: 60px;
    right: -500px;
    background-color: rgba(255,255,255,0.9);
    padding: 50px 60px 0 20px;
    box-shadow: -2px -2px 5px rgba(0,0,0,.2);
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    z-index: 40;
}



    #webformHeader .menu a {
        display: block;
        color: #333;
        font-size: 20px;
        margin-bottom: 10px;
        -webkit-transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
        text-decoration: none;
    }

        #webformHeader .menu a:hover {
            color: #fd3478;
            text-decoration: none;
        }

    #webformHeader .menu i {
        width: 35px;
        height: 35px;
        text-align: center;
        color: #fff;
        background-color: #fd3478;
        border-radius: 200px;
        line-height: 35px;
        font-size: 20px;
        margin-right: 10px;
    }



/*------  Header  ------*/
#webformHeader {
    background-color: #fff;
    height: 90px;
    box-shadow: 2px 0px 3px rgba(0,0,0,.3);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 500;
    width: 100%;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    border-bottom-width: 1px;
    border-style: solid;
    border-color: rgba(170,130,90,0.2);
}

    #webformHeader .header_container {
        display: flex;
        position: relative;
        height: 100%;
    }

    #webformHeader .logo {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 30px;
        width: 165px;
        -webkit-transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
    }

        #webformHeader .logo img {
            width: 100%;
            height: auto;
        }

    #webformHeader a.menuBurger {
        position: absolute;
        left: 0;
        top: 36px;
    }

    #webformHeader .dropdown-content {
        display: none;
        position: absolute;
        top: 0px;
        left: 50%;
        transform: translateX(-50%);
        background-color: #fff;
        z-index: 1;
        white-space: nowrap;
        padding: 5px;
        font-weight: 300;
        margin: 0;
        font-size: 14px;
        text-align: left;
        min-width: 100%;
        border-top: 0;
        box-shadow: 0px 2px 3px rgb(0 0 0 / 20%);
    }


        #webformHeader .dropdown-content a {
            color: #747474;
            text-decoration: none;
            display: block;
            padding: 5px 8px;
            font-size: 16px;
        }

        #webformHeader .dropdown-content .active {
            color: #12649d;
        }

        #webformHeader .dropdown-content a:hover {
            color: #fff !important;
            background-color: #0F2846 !important;
        }

    #webformHeader .profil {
        margin: auto;
        -webkit-transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
    }

        #webformHeader .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;
        }

            #webformHeader .profil .avatar img {
                width: 100%;
                height: auto;
            }

    #webformHeader .dropdown_profil {
        top: 20px;
    }




/*------  Header small // on scroll  ------*/
.header_small {
    height: 60px !important;
}

    .header_small .logo {
        width: 160px !important;
    }

    .header_small .profil {
        margin-top: auto !important;
        -webkit-transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
    }

        .header_small .profil .avatar {
            width: 50px !important;
            height: 50px !important;
        }

    .header_small .dropdown_profil {
        top: 20px !important;
    }

#webformHeader .navig {
    display: flex;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    align-items: center;
}

#webformHeader .recherche {
    background-color: #fff;
    height: 40px;
    box-shadow: 0px 0px 2px rgba(0,0,0,.4);
    border-radius: 4px;
    position: relative;
    margin: auto 10px auto 0
}

#webformHeader .search {
    height: 40px !important;
    border: 0;
    padding-right: 65px;
    background-color: transparent;
    box-shadow: 0px 0px 2px rgba(0,0,0,0) !important;
    font-size: 13px;
    width: 600px !important;
    padding-left: 15px;
}

    #webformHeader .search::placeholder {
        /* text-transform: uppercase; */
        font-size: 13px;
        font-weight: 400;
        color: #333;
    }

#webformHeader .btn_search {
    position: absolute;
    background-color: #6d7dff;
    width: 40px;
    height: 40px;
    right: 0;
    top: 0;
    background-image: url(/skin/Custom/images/icons/search_white.svg);
    background-repeat: no-repeat;
    background-size: auto 55%;
    background-position: center center;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    cursor: pointer;
    -webkit-transition: all 0.12s ease-out;
    -moz-transition: all 0.12s ease-out;
    transition: all 0.12s ease-out;
}

    #webformHeader .btn_search:hover {
        opacity: 0.8;
    }

#webformHeader .btn_menu {
    width: 30px;
    height: 30px;
    border-radius: 4px;
    background-repeat: no-repeat;
    background-position: center center;
    margin: auto 10px auto 0;
    box-shadow: 0px 0px 2px rgba(0,0,0,.0);
    position: relative;
    cursor: pointer;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}

    #webformHeader .btn_menu:hover {
        /* box-shadow: 0px 0px 5px rgba(0,159,209,.8); */
        opacity: 0.8;
    }

#webformHeader .btn_notif {
    background-image: url(/skin/Custom/images/icons/bell.svg);
    background-size: 55% auto;
}

#webformHeader .btn_group {
    background-image: url(/skin/Custom/images/icons/group.svg);
    background-size: 80% auto;
}

#webformHeader .btn_burger {
    background-image: url(/skin/Custom/images/icons/menu_blue.svg);
    background-size: 70% auto;
}

#webformHeader .btn_flag_fr-FR {
    background-image: url(/images//flags/fr.png);
    background-size: 80% auto;
}

#webformHeader .btn_flag_en-US, .btn_flag_en-EN {
    background-image: url(/images//flags/en.png);
    background-size: 80% auto;
}

#webformHeader .btn_flag_de {
    background-image: url(/images//flags/de.png);
    background-size: 80% auto;
}

#webformHeader .btn_flag_es {
    background-image: url(/images//flags/es.png);
    background-size: 80% auto;
}

#webformHeader .btn_menu .nb {
    position: absolute;
    background-color: #ff0000;
    font-size: 9px;
    color: #fff;
    padding: 2px 3px;
    right: -3px;
    top: -3px;
    border-radius: 4px;
    font-weight: 600;
}


#webformHeader .flags {
    top: 22px;
    padding: 3px;
}

    #webformHeader .flags img {
        width: 25px;
        height: auto;
    }

.mobile_menu {
    position: fixed;
    width: 100%;
    height: 30px;
    top: 60px;
    background-color: #f5f5f5;
    z-index: 200;
    display: none;
    border-bottom: 1px solid #fff;
}

.menu_burger {
    position: fixed;
    width: 30px;
    height: 30px;
    left: 10px;
    top: 60px;
    background-image: url(/skin/Custom/images/icons/menu.svg);
    background-repeat: no-repeat;
    background-position: center center;
    display: none;
    cursor: pointer;
    z-index: 200;
    background-size: 90% auto;
}

.btn_recherche_mobile {
    position: fixed;
    width: 30px;
    height: 30px;
    right: 10px;
    top: 60px;
    background-image: url(/skin/Custom/images/icons/search_grey.svg);
    background-repeat: no-repeat;
    background-position: center center;
    display: none;
    cursor: pointer;
    z-index: 300;
    background-size: 90% auto;
}

.recherche_mobile {
    position: fixed;
    left: 10px;
    top: 90px;
    right: 10px;
    z-index: 5000;
    height: 40px;
    background-color: #fff;
    box-shadow: 0px 0px 3px rgba(0,0,0,.4);
    border-radius: 4px;
    display: none;
    border: 1px solid #ccc;
}

.search_mobile {
    height: 40px !important;
    border: 0;
    padding-right: 65px;
    background-color: transparent;
    box-shadow: 0px 0px 2px rgba(0,0,0,0) !important;
    font-size: 14px;
    width: 100%;
}

    .search_mobile::placeholder {
        /*  text-transform: uppercase;*/
        font-size: 13px;
        font-weight: 400;
        color: #8f8f8f;
    }

.btn_search_mobile {
    position: absolute;
    background-color: #fd3478;
    width: 40px;
    height: 40px;
    right: 0;
    top: 0;
    background-image: url(/skin/Custom/images/icons/search_white.svg);
    background-repeat: no-repeat;
    background-size: auto 55%;
    background-position: center center;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    cursor: pointer;
    -webkit-transition: all 0.12s ease-out;
    -moz-transition: all 0.12s ease-out;
    transition: all 0.12s ease-out;
}

#webformHeader .btn_search:hover {
    /* background-color: #05b5ec;*/
}




/*  avatars  */
#webformHeader .avatar {
    width: 43px;
    height: 43px;
    overflow: hidden;
    border-radius: 200px;
}

    #webformHeader .avatar img {
        width: 100%;
        height: auto;
        -webkit-transition: all 0.12s ease-out;
        -moz-transition: all 0.12s ease-out;
        transition: all 0.12s ease-out;
    }

        #webformHeader .avatar img:hover {
            transform: scale(1.2);
        }

#webformHeader .avatar70 {
    width: 70px;
    height: 70px;
    overflow: hidden;
    border-radius: 200px;
    border: 2px solid #fff;
}


#webformHeader h1 {
    font-size: 24px;
    margin: 0;
    padding: 0;
    margin-top: 35px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fd3478;
}




#webformHeader .newsNotification {
    margin: 35px 7px;
}

/* NEWS NOTIFICATION */
#webformHeader .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;
}

    #webformHeader .newsNotificationList > ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

        #webformHeader .newsNotificationList > ul > li {
            border-bottom: 1px solid #b4bbc5;
            padding: 5px;
            font-size: 0.9em;
        }

            #webformHeader .newsNotificationList > ul > li.isNew {
                font-weight: bold;
            }

            #webformHeader .newsNotificationList > ul > li:hover a {
                color: #000 !important;
            }

            #webformHeader .newsNotificationList > ul > li a {
                text-transform: none !important;
                color: #6d7dff;
            }
/*******END HEADER****************/


/**EDITOR TEXT RESOURCE**/

#pageRessource .descriptionBloc h1 {
    font-size: 35px !important;
    font-weight: bold;
}

#pageRessource .descriptionBloc h2 {
    font-size: 28px !important;
    font-weight: bold;
}

#pageRessource .descriptionBloc h3 {
    font-size: 24px !important;
    font-weight: bold;
}

#pageRessource .descriptionBloc h4 {
    font-size: 20px !important;
    font-weight: bold;
}

#pageRessource .ressourceContainer h4 {
    color: #0F2846;
}

#pageRessource .descriptionBloc h5 {
    font-size: 16px !important;
    font-weight: bold;
}

#pageRessource .descriptionBloc a {
    text-decoration: underline;
    color: #2da4a8 !important;
}

#pageRessource .descriptionBloc ul > li::marker, #pageRessource .userNeedConnection ul > li::marker {
    content: "\0025C6";
    letter-spacing: 5px;
}

blockquote {
    padding-left: 65px;
    padding-top: 30px;
    position: relative;
    margin-top: 10px !important;
}

    blockquote::before {
        content: "\275D";
        font-size: 100px;
        position: absolute;
        left: -5px;
        top: 20px;
    }

.text-editor table, .text-editor thead, .text-editor tbody, .text-editor tfoot, .text-editor tr, .text-editor th, .text-editor td {
    padding: 10px;
    border: 1px solid #c9c9c9;
    font-size: 18px;
}

#memberList .avatarHandler {
    margin-bottom: 10px;
    margin-top: 5px;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    background-color: #0F2846;
}

#pageArticles h1, #pageArticle h1 {
    color: #0F2846;
}



.cell_result {
    margin-bottom: 20px !important;
}

    .cell_result * {
        font-family: "TT Commons", sans-serif !important;
        color: inherit;
        font-size: 18px !important;
        line-height: 24px !important;
    }

    .cell_result h1, .cell_result h2, .cell_result h3, .cell_result h4, .cell_result h5 {
        color: #141413 !important;
        background-color: transparent !important;
        font-weight: 600 !important;
        width: 100%;
    }

    .cell_result h1, .spoc h1 {
        font-size: 35px !important;
        line-height: 60px !important;
        font-weight: 600 !important;
        width: 100%;
    }

    .cell_result h2, .spoc h2 {
        font-size: 28px !important;
        margin: 10px 0 !important;
        line-height: 1.0em !important;
        font-weight: 600 !important;
        width: 100%;
    }

    .cell_result h3, .cell_result h3 span, .spoc h3, .spoc h3 span {
        font-size: 24px !important;
        color: #2DA4A8 !important;
        text-transform: uppercase !important;
        margin: 10px 0 !important;
        line-height: 1.0em !important;
        width: 100%;
    }

    .cell_result h4, .cell_result h4 span, .spoc h4, .spoc h4 span {
        font-size: 20px !important;
        color: #2DA4A8 !important;
        margin: 10px 0 !important;
        line-height: 1.0em !important;
        width: 100%;
    }

    .cell_result h5, .cell_result h5 span, .spoc h5, .spoc h5 span {
        font-size: 16px !important;
        color: #2DA4A8 !important;
        margin: 10px 0 !important;
        line-height: 1.0em !important;
        width: 100%;
    }

    .cell_result p {
        font-size: 18px !important;
        line-height: 24px !important;
    }

    .cell_result ul, .cell_result ol {
        padding-left: 30px !important;
        margin: 10px 0 !important;
    }

        .cell_result ul > li, .cell_result ol > li {
            padding: 0 0 0 15px !important;
            margin-left: 1px !important;
        }

            .cell_result ul > li::marker {
                content: "\0025C6\000020" !important;
            }

    .cell_result a, .cell_result a * {
        text-decoration: underline !important;
        color: #2DA4A8 !important;
    }

        .cell_result a:hover {
            color: #2DA4A8 !important;
            text-decoration: underline !important;
        }

    .cell_result table {
        border: 2px solid #2DA4A8 !important;
    }

        .cell_result table td {
            padding: 15px !important;
        }

#presentationContainerParent {
    background-color: white;
}

#footerLearn li {
    font-size: 16px !important;
    padding: 3px 5px;
}

.contentCard h3 {
    font-weight: 600 !important;
}

#headerThemesMenu a {
    padding: 7px 40px !important;
}

#dashboard .bo-data {
    color: #2DA4A8 !important;
}

.backgroundActionColor {
    background-color: #2DA4A8 !important;
}

#formationsDone label {
    color: #2DA4A8 !important;
}

#Pagethemes {
    margin-top: -90px !important;
}

.mainIconTextColor {
    color: #2DA4A8 !important;
}

.subFooter {
    font-size: 14px !important;
}

#footerLearn a:hover {
    text-decoration: underline !important;
}

a:hover i, img:hover:not(.communityImage) {
    transform: none !important;
}

#contentTimeline_ulTimeLine > li {
    border-left: 1px solid #0F2846 !important;
}

#communityLinkHermes, .spoc-timeline-beans > li.current {
    color: #2DA4A8 !important;
}

.btn-default:not(.dropdown-toggle), .btn-default:not(.dropdown-toggle):hover {
    background-color: #2DA4A8 !important;
    color: #FFF !important;
    text-transform: uppercase;
    font-weight: 400;
    border: none;
    padding: 10px 25px;
    border-radius: 4px;
    width: auto !important;
}

.quizName {
    font-weight: bold;
    color: #0F2846 !important;
}

.carousel-caption h4.actuTitle {
    color: #fff !important;
}

#pageThemesContainerFilter {
    background-color: white !important;
}

.headerContactFormText hr {
    display: none !important;
}

.headerContactFormText h2 {
    color: white !important;
}

.themeCard span {
    text-transform: uppercase;
    font-size: 18px;
    text-shadow: 0px 0px 5px #555;
}

.themeCard h3 {
    width: 90%;
    margin: 5%;
}

.disabled {
    opacity: 1 !important;
    filter: grayscale(1) brightness(1.3);
}

.attachmentsFormContact .qq-upload-button-selector > div {
    font-size: 13px;
    padding: 5px;
}

.attachmentsFormContact .qq-upload-button-selector.qq-upload-button {
    background-color: #2DA4A8 !important;
    border-radius: 4px;
    box-shadow: none;
}

.qq-upload-list li.qq-upload-success {
    background-color: #0F2846;
}

.headerContactFormText {
    margin-top: 50px;
    margin-bottom: 30px;
    color: #fff !important;
}

.attachmentsFormContact .qq-uploader-selector {
    max-height: 181px;
    overflow-y: scroll;
}

.submitRegisterForm input[type=submit]:disabled {
    background-color: lightgray !important;
    cursor: not-allowed;
}

.emptySlide {
    display: none !important;
}


.profilLink {
    padding: 15px 40px !important;
}

.floatUserBar .vcenter-content i {
    width: 30px !important;
    margin-left: 10px !important;
    font-size: 14px;
}

.floatUserBar .vcenter-content .bold {
    font-size: 14px !important;
}

@media screen and (max-width:450px) {
    #headerThemesMenu .profilLink {
        padding: 20px 40px !important;
    }

    #headerThemesMenu .leftSearch {
        padding-left: 0px !important;
    }

    #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%;
        }

    .spoc #contentTimeline_ulTimeLine {
        margin-top: 220px !important;
    }

    .deletePost {
        position: absolute;
        right: -15px;
        top: -5px;
        background-color: rgb(232, 46, 46);
        width: 30px;
        height: 30px;
        border-radius: 90px;
        text-align: center;
        vertical-align: middle;
        display: flex;
        align-items: center;
        text-align: center;
    }

        .deletePost i {
            width: 100%;
            color: #fff;
            text-align: center;
            padding-left: 8px;
            padding-top: 4px;
        }

    #infoGlobalStudent .col-xs-6 {
        width: 100%;
        font-size: 14px;
    }

    .themeCard span {
        text-transform: uppercase;
        font-size: 12px;
        text-shadow: 0px 0px 5px #555;
    }

    .themeCard {
        height: 142px !important;
        max-height: 142px;
    }

    #profilPage #formationsDone {
        margin-top: 50px;
    }

    .list_display .choice {
        width: 230px;
        margin-bottom: 10px;
    }

    .result_filter .col-md-5, .result_filter .col-md-7 {
        width: 100% !important;
        text-align: left;
    }

    .result_filter .col-md-7 {
        margin-bottom: 20px;
    }

    #searchPageResult .result_filter {
        padding-left: 0;
    }

    .modal-content {
        position: relative;
        display: flex;
        flex-direction: column;
        margin-top: 0% !important;
        left: 0% !important;
        top: 0% !important;
        transform: translate(0%, 0%) !important;
    }
}

#headerThemesMenu {
    padding-top: 40px;
}

    #headerThemesMenu .closeDropdown {
        position: absolute;
        right: 10px;
        top: 5px;
    }

    #headerThemesMenu .leftSearch {
        padding: 0px;
        font-size: 16px;
        position: absolute;
        top: 15px;
        left: 10px;
        z-index: 9;
        padding-left: 40px;
    }

/*EDITEUR BLOC CUSTOM FONDATION*/

.blocExemple {
    background-color: white !important;
    width: 100% !important;
    padding: 5px 25px !important;
    font-style: normal !important;
    border: 1px solid #ddd !important;
    color: #0F2846;
}

.titreExemple, .titreExemple p {
    font-size: 30px !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
    margin-bottom: 5px !important;
    font-style: normal !important;
    display: flex;
    align-items: center;
    color: #0F2846;
}

    .titreExemple::before {
        font-family: "Font Awesome 5 Pro" !important;
        content: "\f0eb" !important;
        font-weight: 500 !important;
        margin-right: 10px !important;
    }

.blocAttention {
    background-color: #0F2846 !important;
    width: 100% !important;
    padding: 5px 25px !important;
    font-style: normal !important;
    color: #fff;
}

.titreAttention, .titreAttention p {
    font-size: 30px !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
    margin-bottom: 5px !important;
    font-style: normal !important;
    color: #fff;
    display: flex;
    align-items: center;
}

    .titreAttention::before {
        font-family: "Font Awesome 5 Pro" !important;
        content: "\f071" !important;
        font-weight: 500 !important;
        margin-right: 10px !important;
    }


.blocBonasavoir_Culturepatrimoine *, .blocBonasavoir_Acteurspatrimoine *, .blocBonasavoir_Projetpatrimonial *,
.blocBonasavoir_TechniquesMateriaux *, .blocBonasavoir_AidesFinancements *, .blocBonasavoir_CommunicationMobilisation *,
.blocBonasavoir_Valorisation * {
    color: #fff !important;
}

.blocBonasavoir_Culturepatrimoine {
    background-color: rgba(250, 200, 50, 1) !important;
    width: 100% !important;
    padding: 5px 25px !important;
    font-style: normal !important;
    color: #000 !important;
}

.blocBonasavoir_Acteurspatrimoine {
    background-color: rgba(241, 135, 0, 1) !important;
    width: 100% !important;
    padding: 5px 25px !important;
    font-style: normal !important;
    color: #fff;
}

.blocBonasavoir_Projetpatrimonial {
    background-color: rgba(22, 65, 148, 1) !important;
    width: 100% !important;
    padding: 5px 25px !important;
    font-style: normal !important;
    color: #fff;
}

.blocBonasavoir_TechniquesMateriaux {
    background-color: rgba(103, 178, 197, 1) !important;
    width: 100% !important;
    padding: 5px 25px !important;
    font-style: normal !important;
    color: #fff !important;
}

.blocBonasavoir_AidesFinancements {
    background-color: rgba(240, 45, 35, 1) !important;
    width: 100% !important;
    padding: 5px 25px !important;
    font-style: normal !important;
    color: #fff;
}

.blocBonasavoir_CommunicationMobilisation {
    background-color: rgba(0, 89, 111, 1) !important;
    width: 100% !important;
    padding: 5px 25px !important;
    font-style: normal !important;
    color: #fff;
}

.blocBonasavoir_Valorisation {
    background-color: rgba(156, 4, 4, 1) !important;
    width: 100% !important;
    padding: 5px 25px !important;
    font-style: normal !important;
    color: #fff;
}

.titreBonasavoir, .titreBonasavoir p {
    font-size: 30px !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
    margin-bottom: 5px !important;
    font-style: normal !important;
    color: #fff;
    display: flex;
    align-items: center;
}

    .titreBonasavoir::before {
        font-family: "Font Awesome 5 Pro" !important;
        content: "\f08d" !important;
        font-weight: 500 !important;
        margin-right: 10px !important;
    }

blockquote {
    padding-left: 65px !important;
    padding-top: 30px !important;
    position: relative !important;
    font-style: italic !important;
    margin-top: 10px !important;
}

    blockquote::before {
        content: "\275D" !important;
        font-size: 100px !important;
        position: absolute !important;
        left: -5px !important;
        top: 20px !important;
    }

.blocAttention p, .blocAttention strong, .blocAttention li, .blocBonasavoir_Acteurspatrimoine p, .blocBonasavoir_Acteurspatrimoine strong, .blocBonasavoir_Acteurspatrimoine li, .blocBonasavoir_AidesFinancements p, .blocBonasavoir_AidesFinancements strong, .blocBonasavoir_AidesFinancements li, .blocBonasavoir_CommunicationMobilisation p, .blocBonasavoir_CommunicationMobilisation strong, .blocBonasavoir_CommunicationMobilisation li, .blocBonasavoir_Culturepatrimoine p, .blocBonasavoir_Culturepatrimoine strong, .blocBonasavoir_Culturepatrimoine li, .blocBonasavoir_Projetpatrimonial p, .blocBonasavoir_Projetpatrimonial strong, .blocBonasavoir_Projetpatrimonial li, .blocBonasavoir_TechniquesMateriaux p, .blocBonasavoir_TechniquesMateriaux strong, .blocBonasavoir_TechniquesMateriaux li, .blocBonasavoir_Valorisation p, .blocBonasavoir_Valorisation strong, .blocBonasavoir_Valorisation li {
    color: white;
}

.blocExemple p {
    color: #0F2846;
}

li strong {
    margin-left: 0px !important;
}

.cell_result img {
    margin: auto;
    display: block;
}

.floatUserBar .resource_digital {
    font-size: 15px;
}

.resourceItem {
    border-radius: 4px;
}

#moduleContainer .sudoSliderContainer .prevBtn, #moduleContainer .sudoSliderContainer .nextBtn {
    filter: brightness(100);
    width: 30px;
    height: 50px;
}

#moduleContainer .sudoSliderContainer .nextBtn {
    right: -15px;
}

#moduleContainer .section .avatar-small span {
    position: absolute;
    top: 3px !important;
    left: 0px !important;
    width: 100% !important;
}

.blocAttention li {
    color: #fff;
}

.profilPanel {
    position: relative;
}

    .profilPanel .col-md-9 {
        width: 75%;
    }

    .profilPanel .col-md-3 {
        width: 25%;
    }

#communityComment .cursor {
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 5px 10px;
}

li strong {
    margin-left: 0px !important;
}

.cell_result img {
    margin: auto;
    display: block;
}

.iconMenuProfil {
    position: absolute;
    right: 5px;
    top: 15px;
}

.sweet-alert .sa-icon.sa-error {
    border-color: #D30027;
}

    .sweet-alert .sa-icon.sa-error .sa-line {
        background-color: #D30027;
    }

@media screen and (max-width:768px) {
    .blocFloatbar .absoluteTopRight i {
        margin: unset !important;
        margin-top: 15px !important;
        margin-left: 15px !important;
    }

    .updateAvatarContainer .updateAvatarImportBlock {
        position: relative;
    }

    #profilPage #edit .cleft {
        width: 100% !important;
    }

    #complementaryInformationsToggle .flex {
        display: block;
    }
}

@media screen and (max-width:350px) {
    #pageRessource #relatedZone .padding-left0 {
        padding: 5px !important;
        width: 100%;
    }

    #pageRessource #relatedResourcesElegia .sudoSliderContainer {
        max-width: initial !important;
        width: 100% !important;
    }

    #profilPage #edit .cancelButton, #profilPage #edit .submitButton {
        width: 100%;
        display: block;
        text-align: center;
        margin-top: 10px;
    }
}

@media screen and (max-width:450px) {
    blockquote::before {
        content: "\275D" !important;
        font-size: 80px !important;
        position: absolute !important;
        left: -5px !important;
        top: 20px !important;
    }
}

.aboutPage .font-lg {
    font-size: 20px;
}

.aboutPage h1 {
    font-size: 60px;
    font-style: normal;
}

.aboutPage h2 {
    font-size: 40px;
}

.aboutPage h3 {
    font-size: 35px;
    font-weight: 700;
}

.aboutPage .mt-5 {
    margin-top: 3rem !important;
}

.aboutPage .mb-5 {
    margin-bottom: 3rem !important;
}

.aboutPage .mt-3 {
    margin-top: 1rem !important;
}

.aboutPage .mr-3 {
    margin-right: 1rem !important;
}

.aboutPage .mb-3 {
    margin-bottom: 1rem !important;
}

@media screen and (max-width:450px) {
    .videoArticleDisplay {
        width: 100%;
    }

    .aboutPage h1 {
        font-size: 45px;
        font-style: normal;
    }

    .aboutPage h2 {
        font-size: 35px;
    }

    .aboutPage h3 {
        font-size: 20px;
        font-weight: 700;
    }
}

#moduleContainer .sudoSliderContainer .prevBtn {
    left: -20px !important;
}

.carousel-caption h1.actuTitle {
    color: #fff !important;
}



#ModuleTimeCounter {
    color: transparent !important;
}

.iconMenuProfil i {
    font-size: 20px;
}

.timerModule {
    display: none;
}

.aboutPage h1 {
    font-size: 50px;
}

@media and (max-width:450px) {
    section .sudoSliderContainer .prevBtn {
        left: 0px !important;
    }

    .text-editor img {
        width: 100% !important;
        height: auto !important;
    }

    section .sudoSliderContainer .nextBtn {
        right: 0px !important;
    }

    .resourceItem {
        height: 375px;
    }

    #pageRessource .floatUserBar {
        width: 100% !important;
    }

    .text-editor iframe {
        width: 100%;
        height: auto;
    }


    /*EDITEUR BLOC CUSTOM FONDATION*/

    .blocExemple {
        background-color: white !important;
        width: 100% !important;
        padding: 5px 15px !important;
        font-style: normal !important;
        border: 1px solid #ddd !important;
        color: #0F2846;
    }

    .titreExemple, .titreExemple p {
        font-size: 20px !important;
        font-weight: bold !important;
        text-transform: uppercase !important;
        margin-bottom: 5px !important;
        font-style: normal !important;
        display: flex;
        align-items: center;
        color: #0F2846;
    }

    .blocAttention {
        background-color: #0F2846 !important;
        width: 100% !important;
        padding: 5px 15px !important;
        font-style: normal !important;
        color: #fff;
    }

    .titreAttention, .titreAttention p {
        font-size: 20px !important;
        font-weight: bold !important;
        text-transform: uppercase !important;
        margin-bottom: 5px !important;
        font-style: normal !important;
        color: #fff;
        display: flex;
        align-items: center;
    }

    .blocBonasavoir_Culturepatrimoine {
        background-color: rgba(250, 200, 50, 1) !important;
        width: 100% !important;
        padding: 5px 15px !important;
        font-style: normal !important;
        color: #fff;
    }

    .blocBonasavoir_Acteurspatrimoine {
        background-color: rgba(241, 135, 0, 1) !important;
        width: 100% !important;
        padding: 5px 15px !important;
        font-style: normal !important;
        color: #fff;
    }

    .blocBonasavoir_Projetpatrimonial {
        background-color: rgba(22, 65, 148, 1) !important;
        width: 100% !important;
        padding: 5px 15px !important;
        font-style: normal !important;
        color: #fff;
    }

    .blocBonasavoir_TechniquesMateriaux {
        background-color: rgba(103, 178, 197, 1) !important;
        width: 100% !important;
        padding: 5px 15px !important;
        font-style: normal !important;
        color: #fff !important;
    }

    .blocBonasavoir_AidesFinancements {
        background-color: rgba(240, 45, 35, 1) !important;
        width: 100% !important;
        padding: 5px 15px !important;
        font-style: normal !important;
        color: #fff;
    }

    .blocBonasavoir_CommunicationMobilisation {
        background-color: rgba(0, 89, 111, 1) !important;
        width: 100% !important;
        padding: 5px 15px !important;
        font-style: normal !important;
        color: #fff;
    }

    .blocBonasavoir_Valorisation {
        background-color: rgba(156, 4, 4, 1) !important;
        width: 100% !important;
        padding: 5px 15px !important;
        font-style: normal !important;
        color: #fff;
    }

    .titreBonasavoir, .titreBonasavoir p {
        font-size: 20px !important;
        font-weight: bold !important;
        text-transform: uppercase !important;
        margin-bottom: 5px !important;
        font-style: normal !important;
        color: #fff;
        display: flex;
        align-items: center;
    }

    #themeHeader .h4, #themeHeader h4 {
        max-width: 80%;
    }

    #moduleContainer .sudoSliderContainer .prevBtn {
        left: -15px !important;
        opacity: 1 !important;
        visibility: inherit !important;
    }

    #moduleContainer .sudoSliderContainer .nextBtn {
        right: 15px;
        visibility: inherit !important;
        opacity: 1 !important;
    }

    #moduleSubContainer .sudoSliderContainer .controls {
        display: block !important;
    }

    #sectionModule .sudoSliderContainer .nextBtn {
        right: 10px;
    }

    #moduleContainer .sudoSliderContainer .prevBtn, #moduleContainer .sudoSliderContainer .nextBtn {
        filter: brightness(100);
        width: 25px;
        height: 50px;
    }

    #moduleContainer .sudoSliderContainer .section {
        width: 96% !important;
        margin-left: 2% !important;
    }

    #moduleContainer #sectionContent .prevBtn {
        left: -35px !important;
    }

    #moduleContainer #sectionContent .nextBtn {
        right: -25px !important;
    }
}

@media screen and (max-width:450px) and (min-width:379px) {
    .list_display .choice {
        display: block;
        width: auto;
    }
}

@media screen and (max-width:450px) {
    .text-right .cancelButton {
        width: 100% !important;
        border-radius: 4px;
        display: block !important;
        text-align: center;
        margin-bottom: 10px;
    }

    #edit .submitButton {
        width: 100%;
    }

    .identityCardCompetencies .thumbnail:nth-of-type(2) .mainBackgroundColor:nth-of-type(1) {
        height: 150px;
        display: block !important;
    }

        .identityCardCompetencies .thumbnail:nth-of-type(2) .mainBackgroundColor:nth-of-type(1) .absoluteTopRight {
            flex-direction: column;
            width: 100%;
            margin-top: 40px;
            align-items: baseline !important;
            left: 15px;
        }

            .identityCardCompetencies .thumbnail:nth-of-type(2) .mainBackgroundColor:nth-of-type(1) .absoluteTopRight .backgroundWhiteColor {
                margin-top: 10px;
            }

    .formationProfilList .margin-top-10 {
        position: absolute;
        bottom: 20px;
    }

    .formationProfilList {
        padding-bottom: 45px;
    }

        .formationProfilList .margin-top-5 {
            display: inline-block;
            margin-top: 5px !important;
            max-width: 70%;
        }

        .formationProfilList .blocImg {
            margin-top: 5px;
        }

    .spoc #contentTimeline_ulTimeLine {
        margin-top: 270px !important;
    }
}

.contactFondation {
    background-image: url(../../images/formbackground.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
    margin-top: -50px;
}

    .contactFondation #sbContainer {
        background-color: transparent !important;
        margin-bottom: 0px;
    }

    .contactFondation .gradientOver {
        height: 100%;
    }

.text-editor a span, .text-editor span a, .text-editor span a span {
    color: #2DA4A8 !important;
}

#sectionContent .slimscroll {
    text-align: justify;
}

.text-editor ul > li span {
    margin: 0;
}

.blocBonasavoir_Culturepatrimoine a, .blocBonasavoir_Acteurspatrimoine a, .blocBonasavoir_Projetpatrimonial a,
.blocBonasavoir_TechniquesMateriaux a, .blocBonasavoir_AidesFinancements a, .blocBonasavoir_CommunicationMobilisation a, .blocBonasavoir_Valorisation a {
    color: #fff !important;
}

#pageArticle .text-editor img {
    max-width: 100%;
    height: auto !important;
    margin: 0px !important;
}

@media screen and (max-width:768px) {
    #moduleContainer .sudoSliderContainer .nextBtn {
        right: 15px;
    }

    #sectionContent .sudoSliderContainer .nextBtn {
        right: -15px !important;
    }
}

@media screen and (max-width:450px) {
    .sectionDetails .avatar-extra-large {
        width: 100%;
        height: 150px;
        margin: auto;
    }
}

.guestDashboard .owl-carousel {
    overflow: hidden;
}

.info-copyright {
    font-size: 14px;
    font-style: italic;
}

#zBeanTitle {
    line-height: initial !important;
}

.cell_result a {
    margin-left: 0px;
}

#pageRessource .launchRessource {
    text-transform: initial !important;
}

.enrichedVignette {
    width: 165px;
    position: absolute;
    margin-top: 0;
    height: 27px;
    padding: 10px;
    background-color: #fd3478;
    right: 15px;
    left: auto !important;
    bottom: 35px;
    background-color: #2DA4A8 !important;
}

@media screen and (min-width:450px) and (max-width:950px) {
    #pageRessource .floatUserBar {
        margin-left: auto !important;
        position: inherit !important;
        margin: auto;
        margin-top: -50px;
        top: 0px !important;
        width: 280px !important;
        padding-bottom: 50px !important;
    }

    .headerResourceInfo {
        width: 100%;
    }

    .backgroundBlurResource {
        margin-left: 0px;
        padding-left: 0px;
        margin-right: 0px;
        padding-right: 0px;
    }

    .resourceBlocResponsive {
        width: 100vw;
        overflow: hidden;
        margin-left: -7px;
    }
}

#pageRessource .headerResourceInfo h1 {
    font-size: 34px !important;
    color: #fff;
    text-transform: inherit;
}

#rateBlock {
    display: block;
    transition: opacity 1s ease-out;
}

.blocFloatbar .ratingResource .labelEval {
    display: block;
    padding-top: 2px;
}

.blocBonasavoir_Acteurspatrimoine a {
    color: #fff !important;
}

.padding-0 {
    padding-right: 0px !important;
    padding-left: 0px !important;
}

.blocBonasavoir_Culturepatrimoine a span, .blocBonasavoir_Acteurspatrimoine a span, .blocBonasavoir_Projetpatrimonial a span,
.blocBonasavoir_TechniquesMateriaux a span, .blocBonasavoir_AidesFinancements a span, .blocBonasavoir_CommunicationMobilisation a span,
.blocBonasavoir_Valorisation a span, .blocAttention a span, .blocExemple a span, .blocBonasavoir_Culturepatrimoine a:hover, .blocBonasavoir_Acteurspatrimoine a:hover, .blocBonasavoir_Projetpatrimonial a:hover,
.blocBonasavoir_TechniquesMateriaux a:hover, .blocBonasavoir_AidesFinancements a:hover, .blocBonasavoir_CommunicationMobilisation a:hover,
.blocBonasavoir_Valorisation a:hover, .blocAttention a:hover, .blocExemple a:hover {
    color: #fff !important;
}


@media screen and (max-width:450px) {
    #themeHeader h1.text-truncate {
        white-space: unset;
        width: 100%;
    }
}

#rateResource .labelEval {
    position: absolute;
    top: -20px;
    width: 150px;
}

.ratingResource {
    top: 30px;
}



@media screen and (max-height:650px) {
    .loginBox {
        position: fixed;
        background-color: #f3f3f9;
        padding-top: 50px;
    }

    .loginBoxForm img {
        width: 70%;
        margin: auto;
    }

    .loginBox .loginBoxForm #zTitle {
        margin-top: 30px !important;
    }

    .loginBoxForm .margin-top-30 {
        margin-top: 15px !important;
    }

    .loginBox .loginBoxForm {
        height: auto;
        padding: 0% 10%;
    }
}

.widget h2 {
    background-color: #212449 !important;
}

.objectList ul li .objectList_title {
    margin-left: 10px;
}

#themeHeader .actuTitle {
    width: 70%;
}

@media screen and (max-width:1240px) {
    #themeHeader .actuTitle {
        width: 70%;
        white-space: normal;
        margin-top: 25px;
    }
}

.text-editor img {
    height: auto !important;
}

.userNeedConnection {
    font-size: 16px;
    color: #0F2846;
}

    .userNeedConnection .text-center {
        font-size: 20px;
    }

    .userNeedConnection a {
        color: #2DA4A8 !important;
    }

.formationProfilList .margin-top-10 {
    display: block;
    bottom: 0;
    width: 70%;
}

    .formationProfilList .margin-top-10 span {
        float: left;
    }

@media screen and (max-width:550px) {
    .formationProfilList .margin-top-10 .uppercase {
        width: 100%;
    }

    .cell_result ul, .cell_result ol {
        padding-left: 0px !important;
    }

        .cell_result ul > li, .cell_result ol > li {
            margin-left: 0px !important;
            padding: 0px !important;
            padding-left: 5px !important;
        }

    .ressourcePlayer {
        width: 110%;
        margin-left: -5%;
    }

    .spoc .text-editor {
        padding: 10px 0px;
    }
}

.blocBonasavoir_Culturepatrimoine .titreBonasavoir, .blocBonasavoir_Culturepatrimoine .titreBonasavoir p, .blocBonasavoir_Culturepatrimoine * {
    color: #141413 !important;
}

.loginBox .col-xs-6 .btn-login:hover {
    width: 100% !important;
}

#previousbtn_bPrevious, #nextbtn_bNext {
    padding: 6px 12px !important;
}

.cell_result h1, .spoc h1 {
    line-height: 40px !important;
}

.registerBloc .error {
    font-size: 12px;
}

.registerBloc .chiller_cb label {
    padding-top: 5px;
}

.registerBloc #togglePaswword, .registerBloc #togglePaswword2 {
    position: absolute;
    right: 23px;
    top: 38px;
    margin: 0 !important;
    float: none !important;
    font-size: inherit !important;
}

.chiller_cb label {
    display: inline !important;
}

@media (max-width: 768px) {
    #documentDatabasePage .docTreeRow {
        display: unset;
    }
}

.blocBonasavoir_Culturepatrimoine a span {
    color: #000 !important;
}

#themeHeader .actuTitle {
    width: 70%;
    white-space: initial;
    height: 120px;
    display: flex;
    align-items: center;
    margin-top: 25px;
}

/*REFONTE*/

.dashboardblocSearch .themeSearch, .dashboardblocSearch #headerQuickSearch2 {
    background-color: #f1f0f5;
}

.dashboardblocSearch .themeSearch {
    padding-left: 0px;
    border-radius: 3px;
    height: 40px;
    display: flex;
    align-items: center;
}

.dashboardblocSearch #headerQuickSearch2 {
    color: #8b8a8e !important;
    border-bottom: 0px;
}

#mainDashboard .font25 {
    line-height: 35px;
    margin-bottom: 20px;
}

.suggestionTag {
    margin-top: 10px;
}

    .suggestionTag b {
        color: #939595;
    }

.listTagSuggest {
    display: flex;
    align-items: center;
    margin-top: 5px;
    flex-wrap: wrap;
}

    .listTagSuggest .tagSuggest {
        padding: 3px 8px;
        margin-right: 5px;
        border-radius: 3px;
        border: 1px solid var(--secondary-color);
        color: var(--secondary-color);
        font-weight: 600;
        margin-bottom: 5px;
    }

        .listTagSuggest .tagSuggest:hover {
            padding: 2px 7px;
            border: 2px solid var(--secondary-color);
        }

.popUpHelp i {
    font-size: 60px;
}

.popUpHelp .closePopupDashboard {
    font-size: 26px;
    position: absolute;
    right: 5px;
    top: 5px;
    color: var(--secondary-color);
    cursor: pointer;
}

.popUpHelp .thumbnail {
    border: 2px solid var(--secondary-color);
    padding: 20px 10px;
    border-radius: 15px;
    position: relative;
    width: 90%;
    margin-left: 10%;
    box-shadow: 2px 4px 15px #21244933;
}

.popUpHelp p {
    font-size: 16px;
}

.popUpHelp .titlePopup {
    font-size: 22px;
    font-weight: 700;
    color: var(--secondary-color);
    margin-top: 10px;
    margin-bottom: 10px;
}

.popUpHelp .classicButton {
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 5px;
}

.themeCard::after {
    content: '';
    display: block;
    padding-bottom: 0;
}

.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;
    width: 100%;
    position: relative;
    height: 50px !important;
    clip-path: none;
}

    .themeCard:hover {
        box-shadow: 0px 2px 3px #21244926;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }

    .themeCard .squareThemeColor {
        width: 30px;
        height: 30px;
        background-color: black;
        clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
        padding-right: 30px;
    }

    .themeCard .contentCard {
        position: relative;
    }

.themesListDashboard, #themes {
    background-color: transparent !important;
}

.themesListDashboard {
    padding: 0px;
}

#mainDashboard {
    background-color: #f9f9f9 !important;
    padding-top: 150px;
    margin-top: -100px;
}

    #mainDashboard .title-18 {
        margin-top: 10px;
    }

.flexInterview {
    display: flex;
    align-items: center;
}

.popinBottomFAQ {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 2px solid var(--secondary-color);
    padding: 30px;
}

.iconBottomFAQ {
    font-size: 80px;
    color: white;
    background-color: var(--secondary-color);
    border-radius: 0px 900px 900px 0px;
    margin-left: -30px;
    margin-top: -30px;
    padding-top: 0px;
    margin-bottom: -30px;
    padding-left: 10px;
    padding-right: 35px;
}

.titlePopinFAQ {
    font-size: 25px;
    font-weight: 600;
    color: var(--secondary-color);
}

.iconBottomFAQ i {
    margin-bottom: -2px;
    display: block;
}

#webformHeader .logo {
    position: initial;
    transform: translateY(0%);
    display: flex;
    align-items: center;
}

.navigLink {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
}

    .navigLink a {
        margin-left: 20px;
    }

        .navigLink a:hover {
            text-decoration: none !important;
        }

    .navigLink ul, .navigLink ul li {
        list-style-type: none !important;
        margin: 0;
        padding: 0;
    }

    .navigLink .nav-link {
        display: flex;
        align-items: center;
    }

.dropdownFormation .far, .dropdownThemes .far {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    color: var(--secondary-color);
}

.dropdownFormation:hover .far, .dropdownThemes:hover .far {
    transform: rotate(180deg) !important;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.dropdownMenuFormation, .dropdownMenuThemes {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    opacity: 0;
}

    .dropdownMenuFormation:hover, .dropdownMenuThemes:hover {
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
        opacity: 1;
        display: block;
        padding: 10px;
    }

.nav-linkFormation:hover + .dropdownMenuFormation, .nav-linkThemes:hover + .dropdownMenuThemes {
    display: block !important;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    opacity: 1;
    padding: 10px;
}

.dropdownMenuFormation .dropdown-item i, .dropdownMenuThemes .dropdown-item i {
    display: none;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.dropdownMenuFormation .dropdown-item, .dropdownMenuThemes .dropdown-item {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    margin-left: 0px;
    padding: 5px 10px;
}

    .dropdownMenuFormation .dropdown-item:hover, .dropdownMenuThemes .dropdown-item:hover {
        padding-left: 15px;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
        display: flex;
        align-items: center;
        background-color: rgba(45, 164, 168, 0.1);
    }

        .dropdownMenuFormation .dropdown-item:hover i, .dropdownMenuThemes .dropdown-item:hover i {
            display: block;
            padding-left: 10px;
            -webkit-transition: all 0.3s ease-out;
            -moz-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
        }


#webformHeader .btnSearchGuest {
    padding: 10px 15px;
    border: 2px solid var(--secondary-color);
    color: var(--secondary-color) !important;
    font-size: 16px;
    font-weight: 600;
}

.themeBtnToggle {
    padding: 7px 40px !important;
    cursor: pointer;
}

    .themeBtnToggle i {
        color: var(--secondary-color) !important;
    }

#themeDropdownList {
    margin-left: 41px;
    border-left: 1px solid lightgray;
}

/* width */
::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #fff;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: var(--secondary-color);
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: var(--main-color);
    }

/*FAQ*/

.fullMVC #presentationContainer {
    background-color: #f9f9f9 !important;
}

.fullMVC #presentationContainer {
    margin-top: 0px;
    min-height: 500px;
    padding-top: 50px !important;
}

.FAQPortail {
    padding-bottom: 50px;
}

.backBtnFAQ {
    color: #2DA4A8 !important;
    margin-top: 30px;
    display: block;
    font-weight: 600;
    margin-bottom: -20px;
}

.FAQPortail h1 {
    font-size: 30px !important;
    color: #0F2846 !important;
    font-weight: 600 !important;
    text-transform: initial !important;
    margin-top: 50px;
    text-align: center;
}

.FAQPortail h2 {
    font-size: 24px !important;
    color: #0F2846 !important;
    font-weight: 600 !important;
    margin-top: 10px;
    text-transform: uppercase !important;
}

.FAQPortail h3 {
    font-size: 18px !important;
    color: #2DA4A8 !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
}

.FAQQuestion {
    background-color: white !important;
    box-shadow: 0px 2px 3px #21244933;
    padding: 25px 45px;
    margin-top: 20px;
}

    .FAQQuestion .far {
        font-weight: bold !important;
        font-size: 18px;
        margin: 0px 5px;
    }

    .FAQQuestion a {
        color: #2DA4A8 !important;
    }

.containerInterview {
    background-image: url(../../images/repeatleft.png);
    background-repeat: repeat-y;
    background-color: #00294d !important;
}


.navigLink {
    margin-right: 10px;
}

#webformHeader .btnSearchGuest {
    margin-right: 15px !important;
}

@media screen and (max-width:500px) {
    .themeCard .font14 {
        font-size: 13px !important;
    }

    .themesListDashboard .margin-top-50 {
        margin-top: 20px !important;
    }

    #mainDashboard {
        padding-top: 50px;
    }

    .popUpHelp {
        margin-top: 20px;
    }

    .themesListDashboard {
        margin-top: -50px;
    }

    #mainDashboard .title-18 {
        font-size: 26px !important;
    }

    #myTrainings {
        margin-top: 0px;
    }

    #mainDashboard #themesDiv {
        margin-bottom: -25px;
    }

    .flexInterview {
        flex-direction: column;
    }

        .flexInterview .col-md-9 {
            width: 100%;
        }

        .flexInterview .col-md-3 {
            margin-top: 30px;
            margin-bottom: -25px;
        }

    .popinBottomFAQ {
        text-align: center;
        flex-direction: column;
    }

    .iconBottomFAQ {
        border-radius: 0px 0px 900px 900px;
        margin-left: 0px;
        margin-top: -30px;
        padding-top: 15px;
        margin-bottom: 20px;
        padding-left: 60px;
        padding-right: 60px;
    }

    .popinBottomFAQ .classicButton {
        margin-top: 20px;
        font-size: 20px;
        padding: 20px 40px !important;
    }

    .navigLink, .btnSearchGuest {
        display: none;
    }

    .containerInterview {
        background-image: url(../../images/repeatBottom.png);
        background-repeat: repeat-x;
        background-color: #00294d !important;
        background-position: bottom;
    }

    .iconBottomFAQ img {
        width: 130px;
        border-radius: 0px 0px 75px 75px;
    }

    .popUpHelp .thumbnail {
        width: 100%;
        margin-left: 0%;
    }
}

@media screen and (max-width:1280px) {
    #webformHeader .header_container {
        width: 97%;
    }
}

@media screen and (max-width:1275px) {
    #webformHeader .memberNameTop {
        display: none;
    }
}

@media screen and (max-width:1100px) {
    #webformHeader .navigLink {
        display: none;
    }

    #webformHeader a.menuBurger {
        margin-right: 20px;
        margin-left: 10px;
    }
}

/*ANNUAIRE*/

.backgroundSalarie {
   
    background-color: var(--secondary-color);
}

.backgroundBenevole {
    background-color: var(--main-color);
}

.cardUser {
    border-radius: 5px;
}

    .cardUser .flex {
        align-items: center;
        text-align: left;
        padding-top: 15px;
        padding-bottom: 15px;
        border-radius: 5px;
        height: 115px;
    }

    .cardUser .identityUser {
        margin-left: 10px;
        color: white !important;
    }

    .cardUser .nameUser {
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 2px;
    }

    .cardUser .fonctionUser {
        font-size: 13px;
        font-weight: 400;
        text-transform: uppercase;
        font-style: italic;
        margin-bottom: 5px;
    }

    .cardUser .mailUser, .cardUser .mailUser a {
        font-size: 12px;
        font-weight: 400;
        color: white !important;
        display: flex;
        align-items: center;
    }

        .cardUser .mailUser i {
            font-size: 14px !important;
        }

#memberList .cardUser .avatarHandler {
    margin: 0px;
}

.cardUser .avatar-normal {
    width: 50px;
    height: 50px;
    margin-left: 5px !important;
}

.margin-right5 {
    margin-right: 5px;
}

.padding-right-5 {
    padding-right: 5px;
}

.cardUser .dataUser {
    height: 140px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.cardUser .flexDataUser {
    display: flex;
    align-items: center;
    font-size: 14px;
}

    .cardUser .flexDataUser i {
        margin-right: 10px;
        font-size: 24px !important;
    }

.btnSeeCompetences {
    color: darkgray !important;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    position: relative;
    top: -22px;
}

    .btnSeeCompetences:hover {
        cursor: pointer;
    }

#memberFilterResult #searchPageResult {
    padding: 0px;
}

.textEllipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.flexTitle {
    display: flex;
    align-items: center;
    text-transform: uppercase;
    margin-bottom: 5px;
}

    .flexTitle i {
        margin-right: 10px;
        font-size: 24px !important;
    }

.displayData {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 90px;
    color: var(--main-color);
}

.displayCompetences {
    display: none;
    text-align: left;
    color: var(--main-color);
}

    .displayCompetences .font-14 {
        font-size: 14px;
    }

.btnSeeCompetences:hover ~ .displayData {
    display: none !important;
}

.btnSeeCompetences:hover ~ .displayCompetences {
    display: block !important;
}




.ressourceContainer {
    margin-top: 50px;
}

#myTrainings {
    display: none !important;
}


#experienceSharingDiv .resourceItem {
    margin: 0 10px 0px 10px;
}

#experienceSharingDiv {
    padding-bottom: 20px;
}

.themesListDashboard {
    padding: 0px 15px;
}

.FAQQuestion p {
    font-size: 18px;
}

#themesDiv #themes {
    padding-bottom: 15px;
}

#resourcesIsNewsDiv {
    margin-top: 15px;
}

.FAQQuestion img {
    max-width: 100%;
    margin-bottom: 20px;
}

#presentationContainer .registerBloc {
    background-color: transparent !important;
}

#Pagethemes {
    margin-top: -40px !important;
}

.modalChooseProfil {
    background-color: #2DA4A8;
    border-radius: 10px;
    color: white;
    text-align: center;
    background-image: url('../fdp_landing/images/backgroundPopup.png');
    background-repeat: no-repeat;
    background-repeat-x: repeat !important;
}

    .modalChooseProfil .btn {
        background-color: white;
        border: 0px;
        margin: 5px;
        color: #212449;
    }

.bottomLinkModal {
    background-color: transparent;
    color: white;
    border: 0px;
    width: 100%;
    text-decoration: underline;
}

.groupBtnModal {
    padding: 5px 0px;
    border: 1px solid white;
    width: 60%;
    margin-left: 20%;
    margin-top: 20px;
    border-radius: 10px;
}

    .groupBtnModal .btn {
        width: 95%;
        font-size: 16px;
        padding: 15px;
    }

.titleModal {
    font-size: 24px;
    line-height: 20px;
    font-weight: 500;
    margin-bottom: 10px;
    margin-top: 10px;
}

.modalChooseProfil .modal-header, .modalChooseProfil .modal-footer {
    border: 0px;
}

.modalChooseProfil .modal-header {
    position: absolute;
    right: 0;
}

    .modalChooseProfil .modal-header .close {
        margin: -1.5rem -0.5rem -1rem auto;
        color: white;
        text-shadow: none;
        opacity: 1;
        font-size: 5rem !important;
        padding: 10px;
        font-weight: 200;
        z-index: 900;
    }

.modalGuest {
    display: flex;
    align-items: center;
}

    .modalGuest .modal-header {
        background-color: transparent;
        z-index: 200;
    }

.guestBanner {
    margin-top: 40px;
    height: 500px;
    display: flex;
    align-items: center;
}

.font-35 {
    font-size: 35px;
    font-weight: 600;
}

.guestBanner .themeSearch #headerQuickSearch2 {
    padding-left: 10px;
    border-radius: 5px;
}

.imgDashboardBloc {
    width: 90vw;
}

#userTypesList {
    border: none;
    border-radius: 90px;
    color: #2DA4A8;
    width: 130px;
    padding: 0;
}

    #userTypesList:focus {
        box-shadow: none !important;
    }

.flexGuestHeader {
    display: flex;
    align-items: center;
}

.labelSwitchProfil {
    font-weight: 600;
    color: #0f2846;
    margin-right: 20px;
    font-size: 18px;
}

.guestDashboard {
    background-color: #fff;
}

    .guestDashboard #themes {
        background-color: #f2f2f2 !important;
        margin-top: -20px;
        padding-top: 50px;
    }

.themeCard h3 {
    margin-right: 0%;
}

.guestDashboard {
    padding-bottom: 100px;
}

#footerLearn {
    margin-top: 0px;
    padding-top: 20px;
}

.bannerIndex {
    margin-top: -100px;
}

.hideweb {
    display: none;
}

#userTypesList {
    font-size: 16px;
    font-weight: 500;
}

.logofooter a div {
    font-size: 18px;
}

.logofooter img {
    margin-top: 10px;
}

#footerLearn .font-md {
    font-size: 18px;
}

.registerLanding .col-md-1 {
    width: 5%;
}

.themeCard h3 {
    line-height: 15px;
}

.themeCard {
    height: 60px !important;
}

.font-35 {
    line-height: 37px;
}

.suggestionTag b {
    color: white;
    font-weight: 500;
    font-size: 18px;
}

.guestBanner .listTagSuggest .tagSuggest {
    border: 1px solid white;
    color: white;
    font-weight: 300;
}

.themeSearch #headerQuickSearch2 {
    border-bottom: 0px solid #000;
}

.discoverBlocLanding .font-md {
    font-size: 20px;
}

#btnClick:active {
    color: #2DA4A8 !important;
}

.blocLanding2 .font-weight-bold {
    display: block;
    margin-bottom: -20px;
}

#popUpHelp1 {
    z-index: 3;
    position: relative;
}

#footerLearn .row {
    border-top: 1px solid #000;
    padding-top: 40px;
}

#mainDashboard {
    background-color: #fff !important;
}

.sectionParent {
    padding-top: 20px;
}

#recommendations {
    margin-bottom: 30px;
}

.discoverBlocLanding h4 {
    width: 92% !important;
}

#mainDashboard .font25 .actionColor {
    color: white !important;
}

#footerLearn .font-md {
    font-size: 18px;
    margin-bottom: 10px;
}

.loginBoxForm img {
    width: 60%;
    margin-left: 20%;
}

#agreementPage {
    margin-top: 80px;
}

.aboutPage {
    margin-top: 150px;
}

.contactFondation {
    margin-top: 0px;
}

.guestDashboard .font-35 {
    line-height: 42px;
}

.guestIntoText * {
    line-height: 42px;
    color: #fff;
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 20px;
}

@media screen and (max-width:500px) {
    #userTypesList {
        font-size: 10px !important;
    }

    .registerBloc {
        margin-top: 0px !important;
    }

    .groupBtnModal .btn {
        font-size: 14px !important;
    }

    .hidemobile {
        display: none;
    }

    .showmobile {
        display: block;
    }

    .imgDashboardBloc {
        width: 100vw;
    }

    #themesDiv #themes {
        padding: 0px 25px;
        padding-bottom: 15px;
    }

    #footerLearn {
        padding-left: 20px;
        padding-right: 25px;
    }

    .guestDashboard .font-35 {
        line-height: 33px;
        font-size: 26px;
    }

    .guestIntoText * {
        line-height: 33px;
        font-size: 26px;
    }

    input#headerQuickSearch2:placeholder-shown {
        width: 100%;
        text-overflow: ellipsis;
        padding-right: 45px;
    }

    #headerQuickSearchBtn2 {
        top: 10px !important;
        font-size: 20px !important;
        right: 9px !important;
        font-weight: 500;
    }

    .themesListDashboard {
        margin-top: 0px;
    }

    .guestDashboard .title-18 {
        margin-bottom: 20px;
        font-size: 27px;
    }

    .seelAllNewsResources {
        margin-top: -20px;
    }

    .dashboardblocSearch #headerQuickSearchBtn2 {
        top: 12px !important;
        font-size: 20px !important;
        right: 15px !important;
        font-weight: 500;
        left: auto !important;
    }

    .bannerLog {
        width: 100vw;
    }

        .bannerLog input#headerQuickSearch2:placeholder-shown {
            width: 85%;
            text-overflow: ellipsis;
            padding-right: 45px;
            padding: 0px;
            margin-left: 10px;
        }

    .navbar-expand-lg .navbar-toggler {
        border: 0px;
    }

    .guestBannerLog {
        margin-top: 150px;
    }

    .logContainer #resourcesIsNewsDiv {
        padding-top: 30px;
    }

    .hideweb {
        display: block;
        width: 150px;
        margin-left: -20px;
    }

        .hideweb #userTypesList {
            width: 100%;
        }

    .themesListDashboard .thContainer {
        padding: 5px !important;
        margin-bottom: 0px;
    }

    .selectProfilGuest {
        display: none !important;
    }

    .themeSearch #headerQuickSearch2 {
        border-bottom: 0px;
    }

    .navbar-toggler {
        font-size: 20px;
    }

    #popUpHelp1 {
        display: block;
        margin-bottom: -45px;
    }

    .popUpHelp .thumbnail {
        width: 94%;
        margin-left: 3%;
    }

    .imgDashboardBloc {
        background-position: 40%;
    }

    #webformHeader .logoguest, #webformHeader .logo {
        width: 140px !important;
        left: 15px !important;
        top: 0px !important;
    }

    .loginBoxForm img {
        width: 60%;
        margin-left: 20%;
        margin-top: 20px;
        /* margin-bottom: -20px; */
    }

    .groupBtnModal {
        padding: 5px 0px;
        border: 1px solid white;
        width: 90%;
        margin-left: 5%;
        margin-top: 20px;
        border-radius: 10px;
    }

    .responsiveSwitch {
        display: block !important;
    }

    .btnLandingLabel {
        margin-bottom: 10px;
        margin-top: 10px;
    }

    .navbar-expand-lg .navbar-toggler {
        border: 0px;
        font-size: 25px;
        right: 5px;
    }

    .modalChooseProfil .btn {
        color: #0F2846 !important;
        font-weight: 600;
    }

    .discoverBlocLanding h4 {
        width: 100% !important;
    }
}

.guestDashboard {
    padding-bottom: 150px;
}

.modal-backdrop {
    filter: blur(5px);
}

.modal {
    background-color: rgb(255 255 255 / 52%);
    backdrop-filter: blur(5px);
}

.btnHeaderResponsive .btn {
    font-weight: 600;
}

.suggestionTag {
    margin-top: 20px;
}

    .suggestionTag b {
        color: white;
        font-weight: 700;
        font-size: 16px;
    }

.guestBanner .listTagSuggest .tagSuggest {
    font-weight: 600;
    font-size: 16px;
}

#webformHeader .logo img {
    width: 150px;
    height: auto;
}

#mainDashboard .alert {
    background-color: #e7392b !important;
    background-image: url(/content/fdp_landing/images/patern.png);
    display: flex;
    align-items: center;
}



.alert-dismissable .close, .alert-dismissible .close {
    font-size: 30px;
    position: absolute;
    right: 25px;
    top: 7px;
}



.alert span {
    padding-right: 5px;
    font-size: 18px;
    color: #f3e0e0;
}



    .alert span a {
        text-transform: uppercase;
        text-decoration: underline;
        display: inline-block;
        text-underline-offset: 4px;
    }



@media screen and (max-width:1450px) {
    .navbar .navbar-nav .nav-link {
        font-size: 16px;
    }

    .labelSwitchProfil {
        font-size: 16px;
    }

    .btnHeaderResponsive .btn {
        padding: 15px 15px;
        font-size: 16px;
    }

    .flexGuestHeader ul {
        margin-right: 0px !important;
    }

    .labelSwitchProfil {
        display: block !important;
    }
}

#flexGuestHeader {
    display: flex;
}

@media screen and (max-width:1000px) {
    #flexGuestHeader {
        display: none;
    }
}


@media screen and (max-width:1205px) {
    .labelSwitchProfil {
        display: none !important;
    }
}

@media screen and (max-width:1050px) and (min-width:999px) {
    #flexGuestHeader {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media screen and (max-width:999px) {
    .responsiveSwitch {
        display: block;
        margin-left: 10px;
        margin-top: 10px;
    }

    .flexGuestHeader .selectProfilGuest {
        display: none;
    }
}

.profil-select option {
    font-size: 20px;
}


.headerContactFormText {
    padding-top: 70px;
}

.text-editor a span, .text-editor span a, .text-editor span a span {
    text-decoration: underline;
}

.spoc .col-md-9.margin-top-30 {
    width: 70%;
}

.blocExemple a:hover {
    color: #2DA4A8 !important;
}

@media screen and (max-width:450px) {
    #pageRessource .headerResourceInfo h1 {
        font-size: 25px !important;
    }
}

.userNeedConnection ul {
    padding-left: 20px;
}

.loginBoxForm .SSOBox {
    border: 1px solid #666;
    background-color: #B4E1DC;
    border-radius: 5px;
    padding: 15px 30px;
    color: #0f2846;
}

    .loginBoxForm .SSOBox .SSOTitle {
        font-size: 24px;
        font-weight: 700;
    }

/* NEWS NOTIFICATION */

.notificationIcon {
    position: relative;
    margin-top: 0px;
    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;
    }

#webformHeader .newsNotificationList {
    display: none;
    z-index: 199;
    position: absolute;
    top: 90px;
    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;
    font-size: 14px;
}

#webformHeader .newsNotificationList {
    left: auto !important;
    right: -23.5vw !important;
    top: 3VW;
}

    #webformHeader .newsNotificationList > ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

        #webformHeader .newsNotificationList > ul > li.isNew {
            font-weight: bold;
        }

        #webformHeader .newsNotificationList > ul > li {
            border-bottom: 1px solid #b4bbc5;
            padding: 5px;
            font-size: 0.9em;
        }

a#ctl00_newsNotification_zLink {
    color: var(--secondary-color) !important;
}

div#ctl00_newsNotification_zNotLst > ul > li > a {
    margin-left: 0px;
}
#webformHeader .newsNotificationList {
    left: 34px !important;
    right: auto !important;
}

#webformHeader .newsNotificationList {
    left: 34px !important;
    right: auto !important;
}

.flexDataUser div {
    font-size: 11px;
    text-align: left;
}

.cardUser .flexDataUser i {
    margin-right: 10px;
    font-size: 18px !important;
}

.flexDataUser {
    margin-bottom: 5px;
}

.linkedin-ellipsis {
    display: flex; /* Ensures the SVG and link are aligned properly */
    align-items: center;
}

.linkedin-link {
    display: inline-block !important;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 260px;
    color: #ffffff;
    text-decoration: none;
}
.mailUser svg {
    margin-right: 5px !important;
}

    .linkedin-link:hover {
        text-decoration: underline; /* Optional: Add underline on hover */
    }
 
.pieceJointe .text-truncate {
    text-overflow: unset!important;
    max-width: 100%!important;
}