
.cke_notifications_area{
    display: none !important;
}
h1, h2, h3, h4, h5{
    color: #093b7c;
    font-weight: 700;
}
h1 {
    font-size: 18px;
}
h2 {
    font-size: 17px;
}
h3 {
    font-size: 16px;
}


p{
    color: #093b7c;
    font-size: 14px;
    margin: 5px 0;
}
.app{
    background-color: #093b7c;
    background-image: url('dist/images/alveoles.png');
    background-repeat: repeat-x;
    background-position: bottom center;
    background-size: 50px;
}
.user-intro-dashboard{
    background-color: #e52121;
    min-height: 125px;
}
.user-intro-dashboard h2{
    color: #fff;
    width: 50%;
    font-weight: bold;
    font-size: 24px;
    position: relative;
    z-index: 1;
}
.user-intro-dashboard p{
    color:  #fff;
    width: 50%;
    position: relative;
    z-index: 1;
}
.user-intro-dashboard .picto{
    background-image: url(dist/images/hello.png);
    position: absolute;
    right: 0;
    bottom: -4px;
    height: 188px;
    padding-left: 190px;
    padding-right: 15px;
    padding-top: 62px;
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: contain;
    display: flex;
    align-items: center;
    width: auto;
}
.user-intro-dashboard .button-last-formation{
    border: 3px solid #093b7c;
    background-color: #fff;
    text-align: center;
    font-size: 13px;
    padding: 5px;
    font-weight: bold;
}
.rewards .rewards_number{
    border: 2px  solid #e52121;
    border-radius: 100px;
    color: #e52121;
    margin: 30px auto;
    width: 100px;
    height: 100px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    position: relative;
}

@media only screen and (max-width: 950px) {

    .user-intro-dashboard h2,
    .user-intro-dashboard p{
        width: 100%;
    }
    .user-intro-dashboard .picto{
        display: none;
    }
    .module-part-header{
        margin: 0!important;
        padding: 0!important;
    }
    .module-part-header .intro-y{
        margin: 0 !important;
        padding: 15px !important;
    }
    .module-part-header .intro-y strong{
        width: 100%;
        display: inline-block;
    }
    .module-part-header .intro-y span.ml-5.mr-5 {
        display: none;
    }
    .module-intro-header ,
    .formation-title-header ,
    .rewards-title-header ,
    .rewards-subtitle-header {
        padding-left: 0 !important;
    }
    .formation-title-content {
        padding-left: 10px  !important;
    }
    .module-intro-header::after,
    .module-intro-header::before,
    .formation-title-content::before,
    .rewards-title-content::before,
    .rewards-subtitle-content::before,
    .formation-title-content-2::before,
    .module-intro-content::after,
    .module-intro-header::after,
    .module-part-header::before,
    .module-part-header::after,
    .content-module-end::after{
        display: none !important;
    }
    .module-intro-content{
        margin: 0;
        padding: 20px;
    }
    .module-part iframe {
        width: 100% !important;
        height: 350px !important;
    }
    .content-module-end{
        padding: 15px !important;
        margin: 10px 0 0 !important;
    }
    .content-module-end .flex{
        display: inline-block !important;
        text-align: center !important;
        width: 100% !important;
    }
    .content-module-end .select-reviews {
        margin: 0 auto !important;
        margin: 20px auto 10px !important;
    }
    .content-module-end .select-reviews svg{
        margin: 0 auto !important;
    }
    .message-reviews-content{
        margin: 0 !important;
        padding: 10px !important;
    }
    #message-reviews{
        padding: 0!important;
        margin: 0!important;
        height: 100px!important;
    }
}
@media only screen and (max-width: 767px) {
    .content-menu-top-module {
        display: flex !important;
        padding: 0 !important;
        margin: 5px 0 0 !important;
        border-top: 1px solid #e52020 !important;
    }
}

@media only screen and (max-width: 820px) {

    .intro-dashboard-report tbody{
        display: inline-block;
        width: 100%;
    }
    .intro-dashboard-report tbody td{
        display: inline-block;
        width: 100%;
        float: left;
    }
}
.rewards .rewards_number::before{
    content: " ";
    background-image: url(dist/images/Medaille.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    position: absolute;
    bottom: -30px;
}
.rewards .rewards_text{
    padding: 10px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    margin-top: 45px;
}
.side-nav .side-menu {
    color: #fff;
}
.side-menu__sub-open .side-menu {
    color: #093b7c;
}
.side-menu__sub-open .side-menu.side-menu--active {
    color: #e52121;
}
.content,
.side-nav .side-menu:hover,
.side-nav > ul > li > .side-menu.side-menu--active,
.side-nav > ul > li > .side-menu.side-menu--active .side-menu__icon:before {
    background-color: #dff2ff;
    color: #093b7c;
}
.side-nav > ul > li > .side-menu:hover:not(.side-menu--active):not(.side-menu--open) .side-menu__icon:before {
    background-color: #dff2ff;
    color: #093b7c;
}
.bg-theme-38,
.border-theme-40,
.text-theme-41{
    background-color: #f2f2f2;
    color: #1e1e1e;
}
.hover\:bg-theme-1:hover{
    background-color: #dff2ff;
}
#mobile-menu-toggler svg,
.side-nav > ul > li > .side-menu.side-menu--active .side-menu__icon {
    color: #e52020 !important;
}
@media only screen and (max-width: 1279px) {
    .login {
        background: linear-gradient(to bottom, #e52020, #e52020);
    }
}
.dropdown-toggle.image-fit{
    position: relative;
}
.dropdown-toggle.image-fit svg{
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #f2f2f2;
    margin: 0;
    padding: 20%;
}
.top-bar {
    border-color: #fff;
}
.report-timeline .report-timeline__image:before {
    background-color: #093b7c;
    height: 2px;
}
.mobile-menu .menu{
    color: #fff;
}
.side-nav > ul > li > .side-menu.side-menu--active .side-menu__title {
    color: #093b7c;
}
.mobile-menu .menu.side-menu--active{
    color: #e52020;
}
.module-part iframe{
    width: 100%;
    height: 100vh;
}

.input.box {
    border: 1px solid;
}


.content-menu-top-module{

}
@media only screen and (max-width: 1279px) {
    .content-menu-top-module{
        display: block;
        text-align: center;
    }
}
.menu-top-module{
    background: #fff;
    border: 3px solid #e52121;
    color: #093b7c;
    margin: 10px auto;
}

.part-content-text {
    padding: 20px;
}
.part-content-text h1 {
    font-size: 30px;
    color: #fff;
    background-color: #e52020;
    text-align: center;
    padding: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.part-content-text h2 {
    font-size: 28px;
    color: #e52020;
    margin-top: 20px;
    margin-bottom: 20px;
}
.part-content-text p {
    margin: 5px 0 10px;
    font-size: 15px;
    text-indent: 0;
}
.part-content-text img {
    max-width: 100%;
    height: auto;
    margin: 5px;
}
.part-content-text ul {
    margin: 20px 0;
}
.part-content-text ul li {
    list-style-image: url(dist/images/list-1.png);
    padding-left: 10px;
    margin-left: 10px;
    line-height: 30px;
    font-size: 15px;
}
.part-content-text blockquote {
    padding: 10px 20px;
    margin: 40px 0;
    font-size: 17.5px;
    border-left: 5px solid #eee;
}
.part-content-text iframe {
    max-width: 80%;
    margin: 30px auto;
}
.part-content-text table,
.part-content-text tbody,
.part-content-text tr,
.part-content-text td{
    border-width: 1px;
}
.part-content-text td{
    padding: 10px;
}

.breadcrumb {
    flex-wrap: wrap;
}


/* rewards */
.rewards-title-header{
    width: 100%;
    padding-left: 5%;
    margin-bottom: 40px;
}
.rewards-title-content{
    padding-left: 65px;
    font-weight: bold;
}
.rewards-title-content::before{
    content: " ";
    background-image: url(dist/images/rewards/medal_trophee.png);
    position: absolute;
    left: -50px;
    top: -20%;
    width: 100px;
    height: 140%;
    background-repeat: no-repeat;
    background-size: contain;
}
.formation-filtr-content{
    margin: 0 auto;
    font-size: 15px;
    font-weight: bold;
}
.formation-filtr-content select{
    padding: 10px;
    width: 300px;
    margin: 0 0 0 20px;
    border: 1px solid #92d3ff;
    border-radius: 10px;
}
.rewards-subtitle-header{
    width: 90%;
    padding-left: 5%;
    margin: 40px 0 30px;
    margin-left: 5%;
}
.rewards-subtitle-content {
    padding-left: 65px;
    font-weight: bold;
    padding-top: 8px;
    padding-bottom: 8px;
}
.rewards-subtitle-content::before{
    content: " ";
    position: absolute;
    left: -50px;
    top: -35%;
    width: 116px;
    height: 100px;
    background-repeat: no-repeat;
    background-size: contain;
}
.rewards-subtitle-content-assiduite::before{
    background-image: url(dist/images/rewards/medal_assiduite.png);
}
.rewards-subtitle-content-note::before{
    background-image: url(dist/images/rewards/medal_note.png);
}
.rewards-subtitle-content-progression::before{
    background-image: url(dist/images/rewards/medal_progression.png);
}
.rewards-subtitle-content-achievement::before{
    background-image: url(dist/images/rewards/medal_achievement.png);
}

.medal-list{

}
.medal{
    width: 130px;
    height: 130px;
    margin: 0 auto 35px;
    position: relative;
    display: block;
}
.medal img{
    width: 130px;
    height: 130px;
    border-radius: 190px;
    position: absolute;
    left: 15px;
    top: 15px;
    right: 15px;
    bottom: 15px;
}

.medal .svg-container {
    display: inline-block;
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    vertical-align: middle;
    overflow: hidden;
}
.medal .svg-content {
    display: inline-block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 160px;
    height: 160px;
}
.medal .progress-ring__circle {
    -webkit-transition: 0.35s stroke-dashoffset;
    transition: 0.35s stroke-dashoffset;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
.medal:hover img{
    width: 134px;
    height: 134px;
    left: 13px;
    top: 13px;
    right: 13px;
    bottom: 13px;
    max-width: initial;
    cursor: pointer;
}
.medal .number{
    position: absolute;
    bottom: -30px;
    right: -30px;
    border-radius: 50px;
    border: 4px solid #093b7c;
    color: #093b7c;
    width: 50px;
    height: 50px;
    line-height: 45px;
    text-align: center;
    background-color: #fff;
    font-weight: bold;
    font-size: 18px;
}

/* END rewards */

.formation-title-header{
    width: 100%;
    padding-left: 5%;
    margin-bottom: 40px;
}
.formation-title-content{
    padding-left: 120px;
    font-weight: bold;
}
.formation-title-content::before{
    content: " ";
    background-image: url(dist/images/livres.png);
    position: absolute;
    left: -50px;
    top: -20%;
    width: 155px;
    height: 140%;
    background-repeat: no-repeat;
    background-size: contain;
}
.formation-title-content-2{
    padding-left: 50px;
    font-weight: bold;
}
.formation-title-content-2::before{
    content: " ";
    background-image: url(dist/images/livres_catalogue.png);
    position: absolute;
    left: -50px;
    top: -30%;
    width: 155px;
    height: 140%;
    background-repeat: no-repeat;
    background-size: contain;
}
.content-module-end{
    position: relative;
}
.content-module-end::after{
    background-image: url(dist/images/hello.png);
    background-repeat: no-repeat;
    background-size: contain;
    content: " ";
    position: absolute;
    width: 200px;
    height: 200px;
    bottom: -4px;
    left: -40px;
    z-index: 0;
}

.module-part-header{
    padding-left: 25px;
    font-weight: bold;
    position: relative;
    margin-top: 40px;
    margin-bottom: 40px;
}
.module-part-header::before{
    content: " ";
    background-image: url(dist/images/sablier.png);
    position: absolute;
    left: -7px;
    top: -40%;
    width: 100px;
    height: 180%;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 100;
}
.module-part-header::after{
    content: "Temps : ";
    background-color: #e52121;
    position: absolute;
    left: 25px;
    top: -20%;
    width: 120px;
    height: 140%;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 99;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
}
.module-part-header .intro-y{
    padding-left: 140px;
    color: #e52121;
    padding-top: 5px;
    padding-bottom: 5px;
}
.module-part-header .intro-y strong{
    color: #093b7c;
}


.module-intro-header{
    padding-left: 25px;
    font-weight: bold;
    position: relative;
    margin-top: 40px;
    margin-bottom: 40px;
}
.module-intro-header::before{
    content: " ";
    background-image: url(dist/images/livres_module.png);
    position: absolute;
    right: -25px;
    top: -70%;
    width: 140px;
    height: 200%;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 100;
}
.module-intro-header::after{
    content: "Module : ";
    background-color: #e52121;
    position: absolute;
    left: 25px;
    top: -20%;
    width: 120px;
    height: 140%;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 99;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
}
.module-intro-header .intro-y{
    color: #e52121;
    padding-top: 5px;
    padding-bottom: 5px;
}
.module-intro-header .intro-y strong{
    color: #093b7c;
}
.module-intro-content::after{
    background-image: url(dist/images/hello.png);
    background-repeat: no-repeat;
    background-size: contain;
    content: " ";
    position: absolute;
    width: 200px;
    height: 200px;
    bottom: -4px;
    right: 0px;
    z-index: 0;
}

.guide iframe{
    width: 100%;
    height: 70vh;
    margin: 20px 0;
}

.input.input--switch[type=checkbox] {
    background: #848484;
}
.input.input--switch[type=checkbox]:before {
    background: white;
}


/* Formation page */
.formation-content-timeline .chapter-number{
    background: #a5a5a5;
    color: #fff;
    height: 100px;
    width: 100px;
    position: relative;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 60px;
    font-weight: 900;
}
.formation-content-timeline .chapter-number.validate{
    background: #093b7c;
}
.formation-content-timeline .chapter-number.actif{
    background: #e52020;
}
.formation-content-timeline .chapter-title {
    font-size: 20px;
    border-radius: 0;
    box-shadow: 0px 0px 10px #585858;
}
.formation-content-timeline .report-timeline .report-timeline__image:before{
    display: none;
}

.report-timeline:before {
    content: "";
    height: 100%;
    background-color: #093b7c;
    margin-left: 48px ;
    width: 4px  ;
}
.formation-content-timeline  .module-content .button-view{
    background-color: #fff;
    color: #093b7c;
    padding: 10px 20px;
    font-weight: 700;
    font-size: 15px;
    border: 2px solid;
    display: inline-block;
}

.formation-content-timeline  .module-content .module-title{
    padding: 10px 40px 10px 60px;
    border-radius: 50px;
    margin-left: 35px;
    font-size: 15px;
}
.formation-content-timeline  .module-content td{
    position: relative;
    padding: 15px 5px;
}
.formation-content-timeline  .module-content td .rounded-full{
    position: absolute;
    left: 26px;
    top: 12px;
    background-color: #fff;
    text-align: center;
    padding: 8px;
    border: 3px solid #a5a5a5;
    color:#a5a5a5;
}

.formation-content-timeline  .module-content td .rounded-full.opened{
    border-color: #093b7c;
    color:#093b7c;
}
.formation-content-timeline  .module-content td .rounded-full.current{
    border-color: #e52020;
    color:#e52020;
}

@media only screen and (max-width: 820px) {
    .formation-content-timeline{
        padding: 0;
    }
    .formation-content-timeline .chapter-title {
        font-size: 15px;
    }
    .formation-content-timeline .chapter-number {
        height: 65px;
        width: 65px;
        font-size: 40px;
    }
    .formation-content-timeline .chapter-title {
        font-size: 15px;
        padding: 5px;
    }
    .report-timeline:before {
        margin-left: 15px;
    }

    .formation-content-timeline  .module-content tr{
        display: grid;
    }
    .formation-content-timeline .module-content td {
        width: 100% !important;
        float: left;
    }
    .formation-content-timeline .module-content .module-title {
        font-size: 13px;
        padding: 11px 11px 11px 44px;
    }
    .formation-content-timeline .module-content .button-view {
        font-size: 14px;
    }
}

.intro-x .box  .truncate {
    display: inline-block;
    white-space: break-spaces;
}