/* Bootstrap fix*/
:focus:not(:focus-visible) {
    outline: none;
}

:focus-visible {
    outline: 2px solid #005fcc;
    outline-offset: 2px;
}

:root {
    --main-font: Nunito, sans-serif;
    --title-font: Poppins, sans-serif;
}

*:not(i):not(.glyphicon) {
    font-family: var(--main-font);
}

h1, h2, h3 {
    font-family: var(--title-font) !important;   
}

a {
    color: #fd3478;
}

input {
    outline: none !important;
}

a:hover {
    text-decoration: underline;
}

a:active {
    text-decoration: underline;
}
/*a:visited:not(.importButton):not(.classicButton):not(.submitButton):not(.btn):not(.btn_blue) { 
        color: #fd3478; 
    }*/

.link-unstyled, .link-unstyled:link, .link-unstyled:hover {
    color: inherit;
    text-decoration: inherit;
}

.text-truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    background-color: #6d7dff;
}

.etipiBackground {
    background-image: url(/images/login_background.jpg);
    background-position: center;
    height: 100vh;
    background-size: 100%;
}

.container-fluid {
    padding: 0 !important;
}

.bootstrap-select {
    background-color: transparent;
}

    .bootstrap-select button {
        background-color: #fff;
    }

    .bootstrap-select .dropdown-menu.open {
        width: 100% !important;
        z-index: 99999;
    }

.bootstrap-datetimepicker-widget .glyphicon-time {
    font-size: 30px;
}

.bootstrapListBox button {
    height: 100%;
}

.form-group {
    margin-bottom: 15px !important;
}

.tooltip {
    z-index: 999999;
}

/*Ckeditor fixes*/
select.cke_dialog_ui_input_select {
    line-height: initial !important;
}

/* Color picker*/
.colorpicker-alpha {
    display: none !important;
}

.colorpicker {
    min-width: 128px !important;
}

/* Chosen */
.chosen-container-multi .chosen-choices {
    border-radius: 3px;
    border: 1px solid #ccc;
    padding: 10px;
}

    .chosen-container-multi .chosen-choices li.search-choice {
        color: #fff;
        background-color: #2e353e;
        background-image: none;
        border: none;
        border-radius: 3px;
        padding: 8px 25px 8px 10px;
        box-sizing: border-box;
    }

        .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
            top: 9px;
            right: 6px;
        }

    .chosen-container-multi .chosen-choices li.search-field, .chosen-container-multi .chosen-choices li.search-field input {
        width: 100% !important;
        border: none !important;
    }

/*button*/
.btn-no-design {
    border: none !important;
    background-color: transparent !important;
}

.btn-form {
    padding-top: 28px;
}
/*Toolbar*/

.sf-menu > li > a {
    width: 40px !important;
}

    .sf-menu > li > a:after {
        display: none !important;
    }

.sf-menu li {
    background-color: #f0f0f0 !important;
}

.sf-menu {
    width: 60px !important;
}

    .sf-menu a {
        color: #747474 !important;
    }

#zMenuBar {
    width: 40px !important;
    border: 0px !important;
    border-radius: 7px !important;
}

    #zMenuBar a {
        padding: 5px !important
    }

    #zMenuBar .handle {
        background-color: #747474 !important;
        height: 7px !important;
    }

.sf-menu ul {
    left: 36px !important;
    top: 6px;
}

    .sf-menu ul ul {
        left: 12em !important;
    }


.sf-arrows .sf-with-ul:after {
    border-top-color: #747474 !important;
    right: 5px !important;
}

/*Bootstrap nav*/
.e-tipi-nav .active {
    background-color: transparent;
    border-bottom: 3px solid #6d7dff;
    border-radius: 0px;
    font-weight: 600;
}

    .e-tipi-nav .active a {
        color: #6d7dff !important;
        background-color: transparent !important;
    }

.onglet-line {
    margin-top: -1px;
    border: 1px solid #b1b1b1;
    opacity: 0.3;
    margin-bottom: 10px;
}

/*Base*/

a:hover, button:hover {
    cursor: pointer;
}

/* MISC MARGIN AND PADDING */
.screen-out {
    position: relative;
    left: -10000px;
    top: -10000px;
    z-index: -10000;
    overflow: hidden;
    height: 0px;
}



.red {
    color: #C9032C;
}

.redImportant {
    color: #C9032C !important;
}

.greenImportant {
    color: #56B49A !important;
}

.green {
    color: #56B49A;
}

.grey-charcoal {
    color: #434A52;
}

.grey {
    color: #ccc;
}

.orangeImportant {
    color: #EF6B24 !important;
}

.orange {
    color: #EF6B24;
}

.block {
    display: block;
}

.blockImportant {
    display: block !important;
}

.inline {
    display: inline;
}

.inline-block {
    display: inline-block;
}

.overflow-auto-y {
    overflow-y: auto;
}

.relative {
    position: relative;
}

.bold {
    font-weight: bold;
}

.margin-0 {
    margin: 0;
}

.padding-0 {
    padding: 0;
}

.margin-auto {
    margin: auto !important;
    float: none !important;
}

.margin-row {
    margin-bottom: 10px
}

.margin-top0, .margin-top-0 {
    margin-top: 0px;
}

.margin-top5, .margin-top-5 {
    margin-top: 5px;
}

.margin-top10, .margin-top-10 {
    margin-top: 10px;
}

.margin-top15, .margin-top-15 {
    margin-top: 15px;
}

.margin-top20, .margin-top-20 {
    margin-top: 20px;
}

.margin-top30, .margin-top-30 {
    margin-top: 30px;
}

.margin-top45, .margin-top-45 {
    margin-top: 45px;
}

.margin-top60, .margin-top-60 {
    margin-top: 60px;
}

.margin-top75, .margin-top-75 {
    margin-top: 75px;
}

.margin-top90, .margin-top-90 {
    margin-top: 90px;
}

.margin-bottom0, .margin-bot-0 {
    margin-bottom: 0px;
}

.margin-bottom5, .margin-bot-5 {
    margin-bottom: 5px;
}

.margin-bottom10, .margin-bot-10 {
    margin-bottom: 10px;
}

.margin-bottom15, .margin-bot-15 {
    margin-bottom: 15px;
}

.margin-bottom30, .margin-bot-30 {
    margin-bottom: 30px;
}

.margin-bottom45, .margin-bot-45 {
    margin-bottom: 45px;
}

.margin-bottom70, .margin-bot-70 {
    margin-bottom: 70px;
}

.margin-bottom90, .margin-bot-90 {
    margin-bottom: 90px;
}

.margin-right-5, margin-right5 {
    margin-right: 5px;
}

.margin-right10, .margin-right-10 {
    margin-right: 10px;
}

.margin-right15, .margin-right-15 {
    margin-right: 15px;
}

.margin-right20, .margin-right-20 {
    margin-right: 20px;
}

.padding-top0, .padding-top-0 {
    padding-top: 0px;
}

.padding-top5, .padding-top-5 {
    padding-top: 5px;
}

.padding-top10, .padding-top-10 {
    padding-top: 10px;
}

.padding-top15, .padding-top-15 {
    padding-top: 15px;
}

.padding-top30, .padding-top-30 {
    padding-top: 30px;
}

.padding-top45, .padding-top-45 {
    padding-top: 45px;
}

.padding-bottom0, .padding-bot-0 {
    padding-bottom: 0px;
}

.padding-bottom5, .padding-bot-5 {
    padding-bottom: 5px;
}

.padding-bottom10, .padding-bot-10 {
    padding-bottom: 10px;
}

.padding-bottom15, .padding-bot-15 {
    padding-bottom: 15px;
}

.padding-bottom30, .padding-bot-30 {
    padding-bottom: 30px;
}

.padding-bottom45, .padding-bot-45 {
    padding-bottom: 45px;
}

.padding-bottom50, .padding-bot-50 {
    padding-bottom: 45px;
}

.padding-left0, .padding-left-0 {
    padding-left: 0px;
}

.padding-left5, .padding-left-5 {
    padding-left: 5px;
}

.padding-left10, .padding-left-10 {
    padding-left: 10px;
}

.padding-left15, .padding-left-15 {
    padding-left: 15px;
}

.padding-left30, .padding-left-30 {
    padding-left: 30px;
}

.padding-left45, .padding-left-45 {
    padding-left: 45px;
}

.padding-right0, padding-right-0 {
    padding-right: 0px;
}

.padding-right-30 {
    padding-right: 30px;
}

.padding-right-20 {
    padding-right: 20px;
}

.padding-right-15 {
    padding-right: 15px;
}

.padding-right-10 {
    padding-right: 10px;
}


.padding-left-20 {
    padding-left: 20px;
}

.padding-left-10 {
    padding-left: 10px;
}


.padding15, .padding-15 {
    padding: 15px;
}

.padding20, .padding-20 {
    padding: 20px;
}

.padding30, .padding-30 {
    padding: 30px;
}

.padding5, .padding-5 {
    padding: 5px;
}

.padding10, .padding-10 {
    padding: 10px;
}

.padding-15 {
    padding: 15px;
}

.padding-10 {
    padding: 10px;
}

.padding-5 {
    padding: 5px;
}

.padding-left-20pc {
    padding-left: 20%;
}

.padding-left-25pc {
    padding-left: 25%;
}

.padding-nolr {
    padding-left: 0;
    padding-right: 0;
}

.margin-20 {
    margin: 20px;
}

.margin-15 {
    margin: 15px;
}

.margin-10 {
    margin: 10px;
}

.margin-5 {
    margin: 5px;
}


.margin-left-5 {
    margin-left: 5px;
}

.margin-left-10 {
    margin-left: 10px !important;
}

.margin-left-15 {
    margin-left: 15px;
}

.margin-left-45 {
    margin-left: 45px;
}

.margin-left-67 {
    margin-left: 67px;
}

.margin-left-20 {
    margin-left: 20px;
}

.margin-left-50 {
    margin-left: 50px;
}

.margin-left-45 {
    margin-left: 45px;
}

.margin-bot-5 {
    margin-bottom: 5px;
}

.margin-bot-10 {
    margin-bottom: 10px;
}

.margin-bot-15 {
    margin-bottom: 15px;
}

.margin-bot-20 {
    margin-bottom: 20px;
}

.margin-bot-30 {
    margin-bottom: 30px;
}

.margin-bot-50 {
    margin-bottom: 50px;
}


.margin-bot5 {
    margin-bottom: 5px;
}

.margin-bot10 {
    margin-bottom: 10px;
}

.margin-bot15 {
    margin-bottom: 15px;
}

.margin-bot20 {
    margin-bottom: 20px;
}

.margin-bot50 {
    margin-bottom: 50px;
}

.margin20 {
    margin: 20px;
}

.margin15 {
    margin: 15px;
}

.margin5 {
    margin: 5px;
}

.margin10 {
    margin: 10px;
}

.border-bottom {
    border-bottom: 1px solid #000;
}

.border-left {
    border-left: 1px solid #000;
}

.border-right {
    border-right: 1px solid #000;
}

.border-top {
    border-top: 1px solid #000;
}

.border-right-white {
    border-right: 1px solid #fff;
}

.border-left-white {
    border-left: 1px solid #fff;
}

.border-top-white {
    border-top: 1px solid #fff;
}

.border-bottom-white {
    border-bottom: 1px solid #fff;
}

/*Border Radius*/

.border-radius-2 {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.border-radius-5 {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.border-radius-10 {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.border-radius-90 {
    -webkit-border-radius: 90px;
    -moz-border-radius: 90px;
    border-radius: 90px;
}

.border-rounded {
    border-radius: 50%;
}

.border-rounded-img img {
    border-radius: 50%;
}

/* MISC E-TIPI */
.vcenter {
    margin-top: 50vh;
    transform: translateY(-50%);
}

.vcenter-content {
    display: flex !important;
    align-items: center !important;
}

.vcenter-iconblock {
    display: flex;
    align-items: center;
    justify-content: center;
}

.vcenter-table-parent {
    display: table;
}

.vcenter-table-child {
    display: table-cell;
    vertical-align: middle
}


.alignMiddleElement {
    margin-left: auto;
    margin-right: auto;
}

.debug {
    border: 1px solid #f00;
}

.reset {
    clear: both;
    height: 1px;
    font-size: 0em;
}

.no-resize {
    resize: none;
}

.clearfix {
    clear: both;
}

.hidden {
    display: none;
}

.cleft {
    float: left;
}

.cright {
    float: right;
}

.static {
    position: static;
}

.responsive, .responsive img {
    width: 100%;
    height: auto;
}

.responsive-max, .responsive-max img {
    max-width: 100%;
    height: auto;
}

.img-vresponsive, vresponsive img {
    display: block;
    width: auto;
    max-height: 100%;
}

.nolrpadding {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.nolpadding {
    padding-left: 0 !important;
}

.norpadding {
    padding-right: 0 !important;
}

.small {
    font-size: 0.9em;
}

.uppercase {
    text-transform: uppercase;
}

.strong {
    font-weight: 600;
}

.regular {
    font-weight: 300;
}

.italic {
    font-style: italic;
}

input.ControlError {
    border: 1px solid #f00 !important;
}

select.ControlError {
    border: 1px solid #f00 !important;
}

a.ControlError {
    border: 1px solid #f00 !important;
}

.dialog {
    display: none;
}

.cycle-slideshow {
    z-index: 0;
}

.hoverScale:hover {
    transform: scale(1.1);
    cursor: pointer;
}

/*Spinner*/
#pnlStudioPreview {
    position: relative;
}

#FullOverlay {
    position: fixed;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    z-index: 29999;
    background-color: grey;
    top: 0;
    display: none;
}

#MainLoader {
    border: 32px solid #f3f3f3;
    border-top: 32px solid #fd3478;
    border-radius: 50%;
    width: 240px;
    height: 240px;
    animation: spin 2s linear infinite;
    position: fixed;
    z-index: 30000;
    left: 50%;
    right: 0;
    top: 50%;
    display: none;
    margin-left: -120px;
    margin-top: -120px;
}

.componentSpinner {
    content: " ";
    display: block;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    border: 5px solid #fff;
    border-color: #fd3478 transparent #fd3478 transparent;
    animation: dual-ring 1.5s linear infinite;
    margin: 50px auto;
}

@keyframes dual-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.z-index-max {
    z-index: 29998;
}

#previewModalityOverlaye {
    width: 100%;
    opacity: 0.5;
    z-index: 29999;
    display: block;
    height: 1000px;
}

#previewModalityLoader {
    border: 32px solid #f3f3f3;
    border-top: 32px solid #fd3478;
    border-radius: 50%;
    width: 240px;
    height: 240px;
    animation: spin 2s linear infinite;
    position: absolute;
    left: 36%;
    right: 0;
    top: 300px;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*Tinyfile*/

.mce-content-body img[data-mce-selected], hr[data-mce-selected] {
    max-width: 100%;
}

/*Assign*/
.assignContainer .bootstrap-select .dropdown-menu {
    width: 100%;
}

#zBeanIntroduction img {
    max-width: 100%;
}

.modal-full {
    width: 90% !important;
    top: 0;
    position: absolute;
    left: 5%;
    box-sizing: border-box;
}

    .modal-full .modal-content {
        margin-top: 0 !important;
        max-width: 100%;
    }

.spoc ul .col-sm-4 h3 {
    color: white;
    text-transform: uppercase;
    background-color: #fd3478;
    display: inline-block;
    padding: 10px;
}

.spoc-designer-actions i {
    font-size: 20px;
    padding: 0 5px;
}

    .spoc-designer-actions i:hover {
        transform: scale(1.1);
    }

.spocSessionTrashBtn {
    font-size: 25px;
    padding: 10px;
    margin-top: 7px;
    float: left;
}

.GoToProfil i {
    font-size: 30px;
    margin: 4px;
}

    .GoToProfil i:hover {
        transform: scale(1.1);
        cursor: pointer;
    }


/*Fancy organization*/

#organizationTree ul.fancytree-container {
    border: none !important;
}

#organizationTree span.fancytree-node {
    padding: 1px 0 !important;
}

#organizationTree .fancytree-expander {
    opacity: 1 !important;
}

#organizationTree span {
    outline: none !important;
}

#organizationTree .fancytree-title {
    width: 95%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}


/*end fancy organziation*/

.sweet-alert button.confirm {
    background-color: #fd3478 !important;
}

.swal-lg {
    width: 850px;
}

.swalParticipants {
    width: 570px !important;
}

    .swalParticipants h2 {
        font-size: 14px !important;
    }

    .swalParticipants .sa-warning {
        display: none !important;
    }
/*Begin assign*/
#tableUserAssigned_wrapper select,
#tableUserAssigned_wrapper input {
    width: initial;
    display: initial;
}

#tableUserAssigned_filter {
    display: inline-block;
    padding-top: 10px;
}

.dataTables_length {
    padding-top: 10px;
    display: inline-block;
    float: left;
    display: none;
}

.dt-buttons {
    padding-top: 10px;
    display: inline-block;
    float: right;
}

.dataTables_length {
    margin-right: 10px;
}

.dt-button {
    background-color: #6d7dff;
    color: #fff;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    margin: 0 10px;
}

.bootstrapDatatable .dt-button {
    font-size: 12px;
    padding: 3px 8px;
}

.bootstrapDatatable select {
    padding: 3px 5px;
    border-radius: 5px;
}

.bootstrapDatatable .dataTables_filter {
    padding: 10px 0;
}

    .bootstrapDatatable .dataTables_filter input {
        border-radius: 5px;
    }

#bootstrapDatatable_wrapper a.paginate_button.current {
    border-radius: 90px !important;
    background: #fd3478 !important;
    border: 0px !important;
    color: white !important;
}

#bootstrapDatatable td {
    text-align: left;
}

#bootstrapDatatable_filter .btnClearCacheKey {
    position: absolute;
    left: calc(50% - 150px);
    top: 0;
    width: 300px;
}

#bootstrapDatatable_wrapper #bootstrapDatatable tbody tr:hover .link {
    color: #fff;
}

#bootstrapDatatable_wrapper .dataTables_length select {
    display: inherit;
    line-height: normal;
    height: inherit;
    width: auto;
}

#bootstrapDatatable_wrapper #bootstrapDatatable_filter input {
    display: inherit;
    line-height: normal;
    height: inherit;
    width: auto;
    margin: 5px 0 0 0;
}

#bootstrapDatatable_wrapper #bootstrapDatatable_filter label {
    display: block;
    text-align: left;
}

#bootstrapDatatable_wrapper #bootstrapDatatable_filter {
    float: left;
}

#bootstrapDatatable_wrapper select {
    border-radius: 3px;
    padding: 5px;
}

#bootstrapDatatable_wrapper input[type="search"] {
    border-radius: 3px;
    padding: 5px;
    border: 1px solid #bababa;
}

#bootstrapDatatable_wrapper #bootstrapDatatable .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    color: white !important;
}

#bootstrapDatatable_wrapper #bootstrapDatatable tbody td, #bootstrapDatatable thead th {
    padding-top: 4px;
    padding-bottom: 4px;
    min-width: 100px;
}

#bootstrapDatatable_wrapper table.dataTable thead th {
    padding: 10px 10px;
}

table.dataTable.nowrap th, table.dataTable.nowrap td {
    min-width: 100px;
}

#bootstrapDatatable_wrapper #bootstrapDatatable tbody tr:hover {
    background-color: #fd3478 !important;
    color: #fff !important;
}

    #bootstrapDatatable_wrapper #bootstrapDatatable tbody tr:hover i {
        color: #fff !important;
    }

#bootstrapDatatable_wrapper #bootstrapDatatable tbody tr.even {
    background-color: #F6F6F6;
}

#bootstrapDatatable_wrapper .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover, .dataTables_wrapper .dataTables_paginate .paginate_button:hover:not(.next):not(.previous) {
    color: white !important;
    border-radius: 90px;
    background: #6d7dff !important;
    border: 1px solid transparent !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: #6d7dff !important;
    border: 1px solid transparent !important;
}

#bootstrapDatatable_wrapper .dataTables_wrapper .dataTables_paginate .paginate_button:hover, .dataTables_wrapper .dataTables_paginate .paginate_button:focus {
    color: #6d7dff !important;
    /*border-radius: 90px;*/
    border: 0px !important;
    /* background: #f2f2f2;*/
}

#bootstrapDatatable_wrapper .dataTables_scroll {
    margin-bottom: 20px;
}

#bootstrapDatatable_wrapper .dataTables_wrapper .dataTables_paginate .paginate_button:active {
    color: white !important;
    border-radius: 90px;
    border: 0px !important;
    background: #6d7dff;
    box-shadow: inset 0 0 0px #111;
}

#bootstrapDatatable_wrapper .dataTables_wrapper .dataTables_paginate .paginate_button {
    border: 0 !important
}

.bootstrapDatatableFilters select.form-control.columnFilter {
    width: 200px;
    display: inline;
    margin: 0 15px;
}

table.dataTable.nowrap th {
    white-space: pre-line !important;
}

td.dtfc-fixed-left:hover {
    background-color: var(--secondary-color) !important;
}

#bootstrapDatatable_wrapper #bootstrapDatatable tbody tr:hover td.dtfc-fixed-left {
    background-color: var(--secondary-color) !important;
}
/*End assign*/
/*Begin Scorm*/
#scormContainer .scormLessonStatus {
    font-size: 20px;
    background-color: white;
    padding: 5px;
    border-radius: 90px;
    height: 52px;
}

    #scormContainer .scormLessonStatus .classicButton {
        border-radius: 90px !important;
    }

#scormContainer .scormStatus {
    color: rgba(0,0,0,0.5);
}

.overflowScorm {
    max-height: 300px;
}

/*End Scorm*/
/*Error page*/
#errorPage {
    margin-top: 150px;
}

    #errorPage h2 {
        font-size: 35px;
    }

    #errorPage .btn {
        font-size: 20px;
    }


/*End error page*/


/*Widget*/

.widget h2:first-letter {
    text-transform: uppercase;
}

/*end widget*/

/* Vignette */

.vignette_image .picto {
    position: absolute;
    width: 25%;
    right: 5px;
    top: 5px;
}

    .vignette_image .picto i {
        float: right;
        padding: 9px;
        background-color: #fff;
        border-radius: 50%;
        color: rgba(0,0,0,0.4);
        font-size: 20px;
        border: 1px solid rgba(0,0,0,0.4);
    }

.vignette_communaute_profil {
    width: 5.2em;
    height: 3em;
    border-radius: 3px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.thumbnail_width_profil {
    width: 5.2em;
}

.half {
    width: 50%;
}

/* End vignette */

.chosen-container {
    width: 100% !important;
}

/* Color */
.mainBackgroundColor {
    background-color: #fd3478;
}

.mainBackgroundTextColor, .mainBackgroundTextColor:hover, #menuId .deconnexionBtn:hover {
    color: #fff !important;
}

.mainTextColor, #footer a:hover, #footer .fab:hover, #menuId .thirdTextColor:hover {
    color: #fd3478;
}

.secondTextColor, .SecondTextColor {
    color: #252B5A;
}

.thirdTextColor {
    color: #2E353E;
}

.SecondBackgroundColor, .secondBackgroundColor {
    background-color: #252B5A;
}

.ThirdBackgroundColor {
    background-color: #2E353E;
}

.FourthBackgroundColor {
    background-color: #ADAFC1;
}

.backgroundWhiteColor {
    background-color: #fff;
}

.backgroundWhiteColorImportant {
    background-color: #fff !important;
}

.backgroundGrayColor {
    background-color: #eeeef0;
}

.backgroundGrayColorOverlayImportant {
    background-color: #eeeef0 !important;
}

.backgroundBlackColor {
    background-color: #000;
}

.backgroundGreyColor {
    background-color: #eeeef0;
}

.mainButtonBackgroundColor, .mention-area .highlight a.mentiony-link {
    background-color: #6d7dff;
}

.mainButtonTextColor, .mention-area .highlight a.mentiony-link {
    color: #fff;
    padding: 5px;
}

.importButton, .classicButton, .submitButton, .bootstrapDatatableButton {
    border-radius: 2px;
    background-color: #6d7dff;
    padding: 10px 35px;
    color: #fff !important;
    cursor: pointer;
    border: none;
    line-height: initial;
    height: auto !important;
}

.bootstrapDatatableButtonSelect {
    border-radius: 2px;
    background-color: dimgrey;
    padding: 10px 35px;
    color: #fff;
    cursor: default !important;
    border: none;
    line-height: initial;
    height: auto !important;
    padding: 2px 5px;
    font-size: 10px;
}

.bootstrapDatatableButton {
    padding: 2px 5px;
    font-size: 10px;
}

.importButton {
    padding: 10px;
    white-space: nowrap;
}

.cancelButton {
    cursor: pointer;
    border: none;
    background-color: #eeeef0 !important;
    color: #303030;
}

.themeButton {
    border-radius: 15px;
    background-color: #6d7dff;
    padding: 5px 10px;
    color: #fff;
    cursor: pointer;
    border: none;
    display: inline-block;
    margin: 5px;
}

.keywordButton {
    border-radius: 3px;
    background-color: #2E353E;
    padding: 1px 10px;
    color: #fff;
    cursor: pointer;
    border: none;
    display: inline-block;
    margin: 5px;
}

.txtshadowstyle {
    text-shadow: 0px 0px 5px #000;
}

#addCapsule:hover {
    text-decoration: none;
    opacity: 0.8;
}

.submitButton:hover, .classicButton:hover, .themeButton:hover {
    opacity: 0.8;
    opacity: 0.8;
    color: #fff;
    text-decoration: none;
}

.importButton:hover {
    color: #fff;
    text-decoration: none;
}

.cancelButton:hover {
    opacity: 0.8;
    opacity: 0.8;
    text-decoration: none;
}

.disabled {
    opacity: 0.3 !important;
    cursor: not-allowed !important;
}

.editorOverlaye, .editorOverlayeParameters, .editorOverlayeExtendedProperties, .editorOverlayeEditionTab, .editorOverlayeTranslateTab {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9999;
    opacity: 0.3 !important;
    cursor: not-allowed !important;
    border-radius: 5px;
}

.cursor {
    cursor: pointer;
}

.blur {
    filter: blur(5px);
}

.blur-before:before {
    filter: blur(5px);
}

.mainIconTextColor {
    color: #fd3478;
}

#actionBar a {
    font-size: 20px;
    margin: 0 5px;
    color: #fd3478;
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    transition: all 0.1s;
    cursor: pointer;
    display: inline-block;
}

    #actionBar a:hover {
        transform: scale(1.2);
    }

.mainIconActionItem:hover {
    transform: scale(1.2);
    color: #333;
}

.linkColor {
    color: #333;
}

    .linkColor:hover, .linkColorActive {
        color: #fd3478 !important;
        text-decoration: none;
    }

.actionColor {
    color: #6d7dff !important;
}

.actionColorActive {
    color: #6d7dff !important;
    text-decoration: underline;
}

.actionColorHover {
    color: #252B5A;
    cursor: pointer;
    text-decoration: none;
}

    .actionColorHover:hover {
        color: #6d7dff !important;
        text-decoration: none;
    }

.backgroundActionColor {
    background-color: #6d7dff !important;
}

.mainBackgroundTextColorHovered:hover {
    text-decoration: none !important;
    color: #252B5A !important;
}

.box-shadow {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.box-shadow-light {
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.16);
}

.box-shadow-light-reverse {
    box-shadow: 0 -1px 1px 0 rgba(0, 0, 0, 0.16);
}

.box-shadow-bottom {
    box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.2);
}

.box-shadow-capsule {
    box-shadow: 3px 3px #515151 !important;
}

.box-shadow-capsule-double {
    border: 6px double;
}

.box-shadow-capsule-double-light {
    border: 4px double;
}
/* End Color */

/*Avatar size*/

.avatar23 {
    width: 23px;
    height: 23px;
    overflow: hidden;
    border-radius: 200px;
}

.avatar-extra-small {
    width: 15px;
    height: 15px;
}

.avatar-100 {
    width: 100%;
    height: auto;
}

.avatar-profil {
    width: 100%;
    height: auto;
    border-radius: 50%;
    margin: auto;
    display: block;
}

.avatar-small {
    width: 30px;
    height: 30px;
}

.avatar-normal-small {
    width: 45px;
    height: 45px;
}

.avatar-normal {
    width: 60px;
    height: 60px;
}

.avatar-large {
    width: 90px;
    height: 90px;
}

.avatar-extra-large {
    width: 150px;
    height: 150px;
}

/* Font Size and style */

.title-20 {
    font-size: 20px;
    font-weight: 600;
}

.line-height-20 {
    line-height: 20px;
}

.title-18 {
    font-size: 18px;
    font-weight: 600;
}

.title-14 {
    font-size: 14px;
    font-weight: 600;
}

.font-11 {
    font-size: 11px;
}

.font-14, .font14 {
    font-size: 14px;
}

.font-16, .font16 {
    font-size: 16px;
}

.font-18, .font18 {
    font-size: 18px;
}


.font-12, .font12 {
    font-size: 12px;
}

.font-10, .font10 {
    font-size: 10px;
    line-height: 11px;
}

.font-20, .font20 {
    font-size: 20px;
}

.font-25, .font25 {
    font-size: 25px;
}

.font-center {
    text-align: center;
}

.font-vignette-width {
    width: 7.2em;
}

.white-icons i {
    color: #fff;
}


.white-color, .white-color:focus, .white-color:active {
    color: #fff;
}

.black-color {
    color: #000;
}

.thematicsOverlay {
    background-color: #222222;
    width: 95%;
    height: 100%;
    position: absolute;
    opacity: 0.5;
}

#thematics:hover .thematicsOverlay {
    background-color: #fd3478 !important;
}

.downloadFiles:hover {
    color: #fd3478;
}

/* Override libraries */
#tweenMaxWindow, #tweenMaxWindowLevel1, #tweenMaxWindowLevel2, #tweenMaxWindowLevel3, #tweenMaxWindowLevel4 {
    width: 100%;
    height: 100%;
    background-color: white;
    position: fixed;
    left: -5000px;
    top: 0;
    left: 0;
    display: none;
}

#tweenMaxWindow, #tweenMaxWindowLevel1 {
    z-index: 20000;
}

#tweenMaxWindowLevel2 {
    z-index: 21000;
}

    #tweenMaxWindowLevel2 .SliderWindowCloseHeader {
        background-color: #6d7dff;
    }

#tweenMaxWindowLevel3 {
    z-index: 22000;
}

#tweenMaxWindowLevel4 {
    z-index: 23000;
}

.tweenmax-out {
    position: relative;
    left: -2000px;
    display: none;
}

/*Search*/
.list_display {
    position: relative;
}


    .list_display .sort_container {
        position: absolute;
        right: 0;
        top: 15px;
        transform: translateY(-50%);
        user-select: none;
        -moz-user-select: none;
        -khtml-user-select: none;
        -webkit-user-select: none;
        z-index: 10;
        font-size: 16px;
        color: #333;
    }

    .list_display .sort {
        display: inline-block;
        margin-left: 5px;
        position: relative;
    }

        .list_display .sort .dropdown {
            color: #333;
            padding: 5px;
            padding-right: 40px;
            padding-left: 10px;
            font-size: 14px;
            background-image: url(../images/icons/down_arrow.png);
            background-repeat: no-repeat;
            background-position: right+10px center;
            cursor: pointer;
            background-color: #fff;
            min-width: 100px;
            border-radius: 4px;
            box-shadow: 0px 0px 2px rgba(0,0,0,.4);
        }

        .list_display .sort .dropdown_content {
            background-color: #fff;
            position: absolute;
            z-index: 200;
            width: 100%;
            color: #333;
            padding: 3px;
            font-size: 12px;
            border: 1px solid #ccc;
            display: none;
        }

            .list_display .sort .dropdown_content .choice {
                width: 100%;
                cursor: pointer;
                padding: 5px 10px;
                white-space: nowrap;
            }

                .list_display .sort .dropdown_content .choice:hover {
                    background-color: #009fd1;
                    color: #fff;
                }

            .list_display .sort .dropdown_content .choice {
            }

@media only screen and (max-width : 768px) {

    #ResourceTrainingFooter {
        padding-bottom: 50px !important;
    }

    #moduleSubContainer .sudoSliderContainer .controls {
        display: none !important;
    }

    .list_display .green_block {
        height: auto;
        display: block;
        padding: 10px;
    }

    .list_display .sort_container {
        position: relative;
        display: block;
        left: 0;
        top: 0;
        transform: translateY(0);
        margin-top: 10px;
    }

    .list_display .sort {
        display: block;
        margin: 0;
        position: relative;
        margin-top: 5px;
    }
}

.list_display .choice {
    display: inline-block;
    margin-right: 10px;
}

.list_display .choice_btn, #formationsDone .choice_btn {
    display: inline-block;
    background-color: #fff;
    padding: 5px 8px;
    font-size: 16px;
    margin-right: 5px;
    color: #949494;
    cursor: pointer;
    margin-bottom: 7px;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    border-radius: 4px;
    box-shadow: 0px 0px 2px rgba(0,0,0,.4);
}

.list_display .choice_btn_select, .choice_btn_select:hover, #formationsDone .choice_btn_select {
    background-color: #6d7dff;
    color: #fff;
    box-shadow: 0px 0px 2px rgba(0,0,0,0);
}

.resultTitle {
    line-height: 36px;
    margin-top: 0;
}

/*Resource Item*/
.resourceItem:hover {
    box-sizing: border-box;
}

.resourceItem {
    overflow: hidden;
}

    .resourceItem .modalityName {
        max-width: 114px;
        display: inline-block;
        float: left;
    }

    .resourceItem .resourceImage {
        min-height: 263px;
        position: relative;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        transition-property: background-size;
        overflow: hidden;
    }

    /*.resourceItem .resourceImage img { 
            -webkit-transition: all 0.15s ease-out; 
            -moz-transition: all 0.15s ease-out; 
            transition: all 0.15s ease-out; 
        } 
 
        .resourceItem .resourceImage:hover img { 
            opacity: 0.8; 
        }*/

    .resourceItem .description .descriptionTitle {
        height: 42px;
        overflow: hidden;
        display: table;
        width: 100%;
        text-align: center;
    }

        .resourceItem .description .descriptionTitle .innerContainer {
            display: table-cell;
            vertical-align: middle;
        }


    .resourceItem .overlaye {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 100;
        opacity: 0.9;
        background: linear-gradient(to top, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 15%, rgba(0,0,0,0.5) 16%, rgba(0,0,0,0.35) 20%, rgba(0,0,0,0.15) 28%, rgba(0,0,0,0) 51%, rgba(0,0,0,0) 71%, rgba(0,0,0,0) 100%);
    }

    .resourceItem .backgroundIcon {
        opacity: 0.9;
        border-radius: 1px;
        background-color: #000000;
        padding: 3px;
        width: 21px;
        position: absolute;
        right: 5px;
    }

    .resourceItem i {
        color: #000;
    }

    .resourceItem .bottomIcons {
        position: absolute;
        bottom: 0;
        width: 100%;
        z-index: 200;
        color: #fff;
        left: 0;
    }

    .resourceItem .topIcons {
        position: absolute;
        top: 8px;
        right: 32px;
        padding: 3px 5px;
        color: #fff;
        height: 22px;
        font-size: 11px;
        border-radius: 3px;
    }


        .resourceItem .topIcons i {
            color: #fff;
        }


    .resourceItem .vignette-star {
        position: absolute;
        top: 9px;
        right: 9px;
        border-radius: 2px;
        padding: 0 2px;
        background-color: #fff;
    }

        .resourceItem .vignette-star.done {
            opacity: 0.8;
            z-index: 10;
        }

    .resourceItem .resource-title {
        text-transform: uppercase;
        color: #000;
        left: 8px;
        bottom: 8px;
        position: absolute;
        max-width: 84%;
    }

        .resourceItem .resource-title span {
            background-color: #fff;
            padding: 0px;
        }

    .resourceItem .resource-registration {
        text-transform: uppercase;
        color: #000;
        left: 22%;
        position: absolute;
        width: 75%;
        bottom: 6px;
        text-align: center;
        font-size: 10px;
        background-color: white;
        padding: 2px;
        border-radius: 2px;
    }

        .resourceItem .resource-registration span {
            background-color: #fff;
            padding: 0px;
        }

    .resourceItem .vignette-star i {
        color: #2e353e;
    }


    .resourceItem .flag {
        height: 15px;
        margin-right: 10px;
        float: right;
    }

    .resourceItem #divShare {
        line-height: 23px;
        clear: both;
    }

    .resourceItem .imageList {
        width: 25%;
        float: left;
    }

    .resourceItem .descriptionList {
        width: 75%;
        float: left;
        min-height: 206px;
        padding-left: 15px;
    }

        .resourceItem .descriptionList .descriptionTitle {
            text-align: left;
        }

    .resourceItem .progressBar {
        width: 100%;
        height: 5px;
        border-radius: 3px;
        background-image: linear-gradient(280deg, #f9a62a, #bf1f37);
    }

    .resourceItem:hover {
        opacity: 0.8;
    }

    .resourceItem .mainBloc {
        height: 100%;
        width: 100%;
        position: absolute;
        cursor: pointer;
    }

    .resourceItem .mainImage {
        height: 100%;
        max-height: 400px;
        width: auto;
    }

    .resourceItem .checkImage {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

        .resourceItem .checkImage i {
            top: calc(50% - 43px);
            font-size: 97px;
            color: #fff;
            left: calc(50% - 43px);
        }

    .resourceItem .hub-row, .resourceItem .hub-row a, .resourceItem .hub-row span {
        color: #fff;
        text-decoration: none;
    }

        .resourceItem .hub-row span {
            line-height: 22px;
            float: right;
        }

/*Slider Window*/
.SliderWindowCloseHeader {
    position: fixed;
    width: 100%;
    z-index: 1000;
    right: 0;
}

/* Components */

.communityprofilpreview {
    min-height: 90px;
}

/* Sudo slider */

/* Slider */
.sudoSliderContainer {
    position: relative;
}

    .sudoSliderContainer .sudoSlider, .sudoSliderContainer .sudoSliderBadge {
        position: relative;
        padding: 0;
        margin-top: 20px;
    }

    .sudoSliderContainer .prevBtn, .sudoSliderContainer .nextBtn {
        width: 18px;
        height: 30px;
        position: absolute;
        z-index: 1000;
        cursor: pointer;
        font-size: 0px;
        margin: auto 0;
        top: 47%;
        transform: translateY(-50%);
        background-size: 100% auto;
        background-repeat: no-repeat;
    }

    .sudoSliderContainer .prevBtn {
        left: -15px;
        background-image: url(/Content/img/fontawesome/solid/angle-left.svg);
        pointer-events: auto;
    }

    .sudoSliderContainer .nextBtn {
        right: -15px;
        background-image: url(/Content/img/fontawesome/solid/angle-right.svg);
        pointer-events: auto;
    }

#moduleContainer .sudoSliderContainer .prevBtn {
    background-image: url(/Content/img/fontawesome/solid/angle-left-white.svg);
}

#moduleContainer .sudoSliderContainer .nextBtn {
    background-image: url(/Content/img/fontawesome/solid/angle-right-white.svg);
}

.sudoSliderContainer .prevBtn:focus, .sudoSliderContainer .nextBtn:focus {
    outline: 0;
}

.sudoSliderContainer span.controls {
    z-index: 200;
    position: absolute;
    top: 0;
    /*    left: 50%;
    transform: translateX(-50%);*/
    width: 100%;
    height: 100%;
    pointer-events: none;
    display: block !important;
}

.sudoSliderContainer ol.numericControls {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
    pointer-events: auto;
    text-align: center;
    padding: 3px;
}


    .sudoSliderContainer ol.numericControls li {
        list-style: none;
        line-height: 10px;
        display: inline-block;
    }

        .sudoSliderContainer ol.numericControls li a {
            height: 10px;
            width: 10px;
            line-height: 0;
            background-color: #adadad;
            color: #e4e3e3;
            text-decoration: none;
            border-radius: 100px;
            display: block;
            font-size: 0;
            margin: 0 5px;
        }

    .sudoSliderContainer ol.numericControls .current a {
        background-color: #009fd1 !important;
        color: #71b738 !important;
    }

/*avatar update*/
.updateAvatarContainer {
    position: relative;
    min-height: 200px;
}

    .updateAvatarContainer .updateAvatarImportBlock {
        position: relative;
        bottom: -15%;
        width: 100%;
        opacity: 0.95;
        left: 0%;
        margin-top: 10px;
    }

.divVideoTeasing {
    margin-top: 15px;
}
/*PrettyPhoto*/
.pp_social {
    display: none;
}


/* Fine uploader */
.qq-upload-button {
    background-color: #6d7dff !important;
    color: #fff !important;
    font-size: 16px !important;
    text-transform: uppercase !important;
    font-weight: 600 !important;
    letter-spacing: 1px !important;
    width: 200px !important;
    text-align: center !important;
    margin: auto !important;
    float: none !important;
    border: none;
    border-radius: 2px;
    display: block;
}

/* Form */

form label.error {
    color: red;
    margin-top: 5px;
    border-color: red !important;
}

form .error, .tabError, .tabMandatory, .mandatoryField {
    color: red;
    border-color: red !important;
}

.tabError, .mandatoryField {
    font-size: 16px;
}


form .error .form-control:focus {
    outline: 0;
    box-shadow: none;
}

/* Modal */

.modal .close {
    color: #000 !important;
}

.modal .modal-header {
    border-bottom: none !important;
}

@media (min-width: 1400px) {
    .modal-xxl {
        width: 1200px;
    }
}
/*Chiller CB*/
.chiller_cb span:before, .chiller_cb span:after {
    content: "";
    display: inline-block;
    background: #fff;
    width: 0;
    height: 0.2rem;
    position: absolute;
    transform-origin: 0% 0%;
}

.chiller_cb {
    position: relative;
    height: 2rem;
    display: flex;
    align-items: center;
}

    .chiller_cb input {
        display: none;
    }

        .chiller_cb input:checked ~ span {
            background: #6d7dff;
            border-color: #6d7dff;
        }

            .chiller_cb input:checked ~ span:before {
                width: 1rem;
                height: 0.15rem;
                transition: width 0.1s;
                transition-delay: 0.3s;
            }

            .chiller_cb input:checked ~ span:after {
                width: 0.4rem;
                height: 0.15rem;
                transition: width 0.1s;
                transition-delay: 0.2s;
            }

        .chiller_cb input:disabled ~ span {
            background: #ececec;
            border-color: #dcdcdc;
        }

        .chiller_cb input:disabled ~ label {
            color: #dcdcdc;
        }

            .chiller_cb input:disabled ~ label:hover {
                cursor: default;
            }

    .chiller_cb label {
        padding-left: 2.3rem;
        position: relative;
        z-index: 1;
        cursor: pointer;
        margin-bottom: -2px;
    }

    .chiller_cb span {
        display: inline-block;
        width: 1.2rem;
        height: 1.2rem;
        border: 2px solid #ccc;
        position: absolute;
        left: 0;
        transition: all 0.2s;
        /*z-index: 1;*/
        box-sizing: content-box;
        top: 3px;
    }

        .chiller_cb span:before {
            transform: rotate(-55deg);
            top: 1rem;
            left: 0.37rem;
        }

        .chiller_cb span:after {
            transform: rotate(35deg);
            bottom: 0.35rem;
            left: 0.2rem;
        }


/*custom radio*/

/* Custom Radio Button Start*/

.radiotextsty {
    font-size: 14px;
}

.customradio {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 0px;
    cursor: pointer;
    font-size: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default radio button */
    .customradio input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 22px;
    width: 22px;
    background-color: white;
    border-radius: 50%;
    border: 1px solid #BEBEBE;
}

.checkmarkDisabled, .checkmarkDisabled:hover {
    background-color: grey !important;
    cursor: not-allowed;
}

/* On mouse-over, add a grey background color */
.customradio:hover input ~ .checkmark {
    background-color: transparent;
}

/* When the radio button is checked, add a blue background */
.customradio input:checked ~ .checkmark {
    background-color: white;
    border: 1px solid #BEBEBE;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.customradio input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.customradio .checkmark:after {
    top: 2px;
    left: 2px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #A3A0FB;
}

/* Custom Radio Button End*/



.bookmarkColor, .rateColor {
    color: #FFB116;
}

.close, .close i {
    color: #fff !important;
    opacity: 1 !important;
}

    .close:hover, .close i:hover {
        color: grey !important;
        opacity: 0.8 !important;
    }

/*Event*/



.sectionhover p {
    display: none;
    padding-top: 10px;
}

.section:hover .sectionhover {
    height: 100% !important;
    display: block;
    padding: 0 25px;
    transition: height 500ms;
}

.section:hover .sectionTitle {
    white-space: initial !important;
    overflow: inherit !important;
    text-overflow: initial !important;
}

.sectionhover {
    transition: height 500ms;
}

.detailsCapsule {
    font-size: 10px;
    bottom: 10px;
    position: absolute;
    width: 100%;
    left: 0px;
}

.section:hover .sectionhover p {
    display: block;
}



/*#region event item*/

.eventItemHeader {
    height: 70px;
    position: relative;
    line-height: 12px;
    -webkit-box-shadow: 0 6px 4px -4px black;
    -moz-box-shadow: 0 6px 4px -4px black;
    box-shadow: 0 6px 4px -4px lightgrey;
    width: 100%;
}



.fontBlackColor {
    color: #303030;
}

/*#endregion event item*/

.toggleHeader {
    height: 50px;
    width: 100%;
    padding: 12px;
    color: white;
}

/*#region Old e-tipi to delete later*/
.bo textarea {
    line-height: normal !important;
}

.fiche h2 {
    font-size: 16px !important;
}

#zActionIcons {
    text-align: center !important;
    margin: 20px 0 !important;
    font-size: initial !important;
    background-color: transparent !important;
    border: initial !important;
}

    #zActionIcons a {
        font-size: 20px !important;
        margin: 0 5px !important;
        color: #fd3478 !important;
        -webkit-transition: all 0.1s !important;
        -moz-transition: all 0.1s !important;
        transition: all 0.1s !important;
        cursor: pointer !important;
        display: inline-block !important;
        padding: 0 !important;
    }

        #zActionIcons a:hover {
            transform: scale(1.2) !important;
            color: #333 !important;
        }

.attachements .files {
    border: none !important;
}

.btn_blue:hover {
    color: #fff !important;
    text-decoration: none !important;
}

.btn-login:hover {
    background-color: #fd3478 !important;
}

#articleCarousel .carousel-control .fa-chevron-left {
    top: 47%;
    position: absolute;
    font-size: 30px;
    right: 46%;
}

#articleCarousel .carousel-control .fa-chevron-right {
    top: 47%;
    position: absolute;
    font-size: 30px;
    left: 46%;
}

#scormIframe {
    max-height: 550px !important;
}

.backgroundImageCover {
    background-size: cover;
    background-position: center;
}

.btn_menu .flags img {
    max-height: 100px;
}

.spoc-details-header #zIllustration {
    min-height: 500px;
    width: 100%;
    height: auto;
}


.spoc-details-header {
    position: relative;
    height: 600px;
    overflow: hidden;
}

.objectList ul li .objectList_title {
    min-height: 50px !important;
}

#sessionList_ulSession .objectList ul li .objectList_title {
    min-height: initial !important;
}

.spoc-content-header, .spoc-bean-introduction {
    background-color: #f1f1f9 !important;
}

.nextQuestion.checkAnswer:hover, .startQuiz:hover {
    background-color: #fd3478 !important;
    color: #fff !important;
}

.spoc-widget-progression > .spoc-widget-progression-fg {
    background-color: #fd3478 !important;
}

#contentHeader_zSpocTitle {
    padding-bottom: 0;
    position: absolute;
    top: -60px;
    right: 0px;
    background-color: #fd3478;
    color: white;
    padding: 10px 30px;
    max-width: 500px;
}

#contentHeader_nextbtn_bNext {
    padding: 10px 50px;
    text-transform: uppercase;
    border-radius: 0px;
}

    #contentHeader_nextbtn_bNext:hover {
        opacity: 0.8;
        background-color: #6d7dff !important;
        color: white;
    }

.SpocProgressionAbsolute {
    position: absolute;
    bottom: 10px;
    left: 3%;
    width: 94%;
}

.modal .modal-header {
    background-color: #fd3478;
}

#wSearchBox {
    width: 100% !important;
}

.pgnb .selected a {
    background-color: transparent !important;
}

.sudoSliderContainer ol.numericControls {
    display: none !important;
}

.spoc-timeline-section > li:not(.current).notstarted .spoc-timeline-section-container {
    background-color: transparent !important;
}

.spoc-timeline-section > li {
    margin-bottom: initial !important;
}

    .spoc-timeline-section > li.current {
        box-shadow: initial !important;
    }

.spoc-timeline-section-container {
    padding: 0px 10px 10px 0px !important;
    background-color: transparent !important;
    color: #fd3478 !important;
    overflow: initial !important;
}

.spoc-timeline-section-title {
    padding-left: 15px !important;
    font-size: 1.2em !important;
    text-transform: uppercase !important;
    float: left !important;
    margin-top: -4px !important;
}

.spoc-timeline-section-illustration {
    display: none !important;
}

.spoc-timeline-beans {
    padding: 5px 0px 20px 30px !important;
    list-style: none !important;
    /*color: #a3aaae !important;*/
}

    .spoc-timeline-beans > li em {
        margin-right: inherit !important;
    }

    .spoc-timeline-beans > li i {
        margin-right: 5px !important;
    }

    .spoc-timeline-beans > li.current {
        font-weight: bold !important;
        color: #fd3478 !important;
    }


.subway-station {
    background-color: white !important;
    border: 1px solid #fd3478;
    width: 13px !important;
    height: 13px !important;
    border-radius: 50% !important;
    margin-left: -7px !important;
}

.current .subway-station {
    background-color: #000 !important;
    width: 15px !important;
    height: 15px !important;
    border-radius: 50% !important;
    margin-left: -9px !important;
}

.spoc-timeline-section > li {
    border-left: 2px solid #5b6770 !important;
}

.spoc-timeline-section li.section:last-child {
    border-left: 2px solid #fff !important;
}

.callforproject #commentList_UpdatePanel1 .classicButton {
    line-height: 24px !important;
}

.tag_btn {
    color: #fff !important;
}

input#cRemember {
    box-shadow: none !important;
    height: auto !important;
    display: inline !important;
    width: auto !important;
}

#zMainContent {
    min-height: 72vh;
}

#zMainContent, #zMainContainer {
    margin-top: 90px !important;
}

#tShowSystem_label {
    color: white;
}

#zContainer, #zResults {
    min-height: 80vh;
}

.loginBox {
    width: 400px;
    min-height: 550px;
    position: absolute; /*it can be fixed too*/
    left: 45%;
    right: 0;
    top: 20%;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    overflow: auto;
}

    .loginBox input[type=text], .loginBox input[type=password] {
        box-shadow: 0px 0px 2px rgba(0,0,0,.1) !important;
        width: 100%;
        height: 40px !important;
        display: block;
        border: 1px solid #e3e3e9;
        padding: 0 10px;
        z-index: 0 !important;
    }

@media (max-width: 768px) {
    .loginBox {
        width: 90%;
        height: auto;
        position: initial;
        margin: 10% 5%;
    }

    .btnModuleLaunched a {
        display: block;
    }

    .timerModule {
        position: fixed;
        color: #000;
        font-size: 18px !important;
        bottom: 10px !important;
        width: 100%;
        left: auto !important;
        text-align: center;
        background-color: white;
        margin-top: 10px;
        padding-top: 10px;
        box-shadow: 0 -1px 1px 0 rgba(0, 0, 0, 0.16);
    }
}

.loginBox p {
    color: #333;
}

.loginBox .loginBoxLogo {
    width: 100px;
    height: 100px;
    background-color: #fff;
    border: 2px solid #fd3478;
}

.loginBox .loginBoxForm {
    padding: 20% 10%;
    background-color: #f3f3f9;
    margin-top: -50px;
    border-radius: 6px;
}

    .loginBox .loginBoxForm #zTitle {
        font-size: 24px;
    }

.loginBox .input-group-addon {
    background-color: #fd3478 !important;
    color: #fff !important;
    border-color: #fd3478 !important;
    border-radius: 4px 0 0 4px !important;
    border-right: none !important;
}

.loginBox .withaddon {
    border-left: none !important;
    border-radius: 0 4px 4px 0 !important;
}

.loginBox .btn-login {
    width: 100% !important;
    background-color: #fd3478 !important;
    color: #fff !important;
    text-transform: uppercase;
}

.loginBoxAccroche {
    position: absolute;
    top: 50px;
    left: 5%;
    width: 500px;
    -webkit-transform: rotate(-0deg);
}

    .loginBoxAccroche span {
        background-color: #fd3478;
        color: #fff;
        font-weight: 400;
        font-size: 42px;
        text-transform: uppercase;
        line-height: 64px;
    }

.loginBox .PolicyPasswordError, .loginBox .PasswordsError {
    color: #f00;
}

.cell_result {
    position: relative;
}

#ideaContent .colonne {
    min-height: 120px;
    padding: 10px;
}

.cell_result h1 {
    font-size: 30px !important;
    color: white !important;
    background-color: #fd3478 !important;
    text-transform: uppercase !important;
    font-weight: 100 !important;
    margin-bottom: 20px !important;
    margin-bottom: 20px !important;
    margin-top: 10px !important;
    display: inline-block !important;
    padding: 0 !important;
}

.cell_result h2 {
    background-color: #2e353e !important;
    color: white !important;
    font-size: 18px !important;
    text-transform: uppercase !important;
    margin-bottom: 20px !important;
    margin-top: 10px !important;
    display: inline-block !important;
    padding: 0 !important;
}

.cell_result h3 {
    color: #2e353e !important;
    font-size: 18px !important;
    text-transform: uppercase !important;
    font-weight: 600 !important;
    margin-bottom: 20px !important;
    margin-top: 10px !important;
    display: inline-block !important;
    padding: 0 !important;
}

.cell_result h4 {
    color: #fd3478 !important;
    font-size: 14px !important;
    text-transform: uppercase !important;
    font-weight: 600 !important;
    margin-bottom: 20px !important;
    margin-top: 10px !important;
    display: inline-block !important;
    padding: 0 !important;
}

.cell_result h5 {
    color: #2e353e !important;
    font-size: 14px !important;
    text-transform: uppercase !important;
    font-weight: 600 !important;
    margin-bottom: 20px !important;
    margin-top: 10px !important;
    display: inline-block !important;
    padding: 0 !important;
}

.cell_result p {
    padding: 10px 0px !important;
    font-size: 14px !important;
    margin: 0 !important;
}

.cell_result {
    margin-bottom: 20px !important;
}

    .cell_result a {
        color: #6d7dff !important;
    }

        .cell_result a:hover {
            color: #6d7dff !important;
            opacity: 0.8;
        }



/*#endregion Old e-tipi to delete later*/

.quizArea .answers li input, .quizArea .answers li label {
    display: inline !important;
}

#themeHeader {
    height: 250px;
    background-size: 40%;
    background-repeat: no-repeat;
    background-position: right;
    position: relative;
}

    #themeHeader img {
        height: 250px;
    }

    #themeHeader .carousel-caption {
        margin-top: 0px;
        line-height: 10px;
        text-align: left;
        max-width: 300px;
        max-height: 260px;
        top: 3%;
        overflow-x: auto;
        overflow-y: hidden;
        line-height: 20px;
    }

    #themeHeader .gradientOver {
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#195bab+0,195bab+100&1+0,0+15,0+85,1+100 */
        background: -moz-linear-gradient(left, #fd3478FF 0%, #fd347880 20%, #fd347880 80%, #fd3478FF 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(left, #fd3478FF 0%, #fd347880 20%, #fd347880 80%, #fd3478FF 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, #fd3478FF 0%, #fd347880 20%, #fd347880 80%, #fd3478FF 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:dximagetransform.microsoft.gradient(startColorstr='#195bab', endColorstr='#195bab', GradientType=0); /* IE6-9 */
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
    }



.themeItem .theme-colorFull {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.7;
    background-color: #262866;
}

.themeItem .innerContainer {
    vertical-align: middle;
    display: inline-block;
    line-height: 1.2;
}

.themeItem .descriptionTitle {
    line-height: 125px;
    text-shadow: 0 0 7px #000000;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
}


@media screen and (min-width: 768px) {
    #themeHeader .carousel-caption {
        top: 3%;
        max-width: 100%;
        max-height: 360px;
        left: 30px;
    }
}

@media screen and (max-width: 425px) {

    .communityComment .padding-top-5 {
        margin-top: 15px !important;
    }

    .communityComment .avatar-small {
        width: 40px !important;
        height: 40px !important;
    }

    #communityHeader .form-control {
        width: 90% !important;
    }

    #communityHeader #btnSearch {
        right: 45px;
    }

    .cell_result h1 {
        font-size: 24px !important;
        margin-bottom: 10px !important;
    }

    #studio .choix_contenu .col-xs-4 {
        width: 100%;
    }

    #editResource .text-right input {
        display: block;
        width: 100%;
        margin-left: 0px;
        margin-top: 5px;
    }

    #editResource .qq-uploader-selector .qq-upload-button-selector {
        float: none !important;
        width: 100% !important;
    }

    .resourceStatus {
        text-align: center !important;
        position: relative !important;
        left: auto !important;
        top: auto !important;
    }

    #themeHeader .carousel-caption {
        top: 30%;
    }
}


.loginBackground {
    background-image: url(/images/login_background.jpg);
    background-position: center;
    height: 100vh;
    margin-top: 0px !important;
    background-repeat: no-repeat;
    background-size: cover;
    color: #6d7dff;
}

.login h1, .login label, .login input[type=text], .login input[type=password] {
    color: #fd3478;
}

#profilDashboard .nav-pills .active a {
    padding-bottom: 25px; /*active bar is against the bottom line*/
}

.right-window-side {
    background-color: rgb(255, 255, 255);
    position: absolute;
    width: 30vh;
    right: 0px;
    z-index: 100;
    min-height: 52vh;
    display: none;
}

#search_mobile {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    border: 0px;
    padding-left: 10px;
}



/*Pagination*/
.pager {
    text-align: center !important;
    font-size: 17px;
}


    .pager span {
        padding: 3px;
        border-radius: 50%;
        color: #6d7dff;
        display: inline-block;
    }



        .pager span a {
            color: #6d7dff;
        }

    /*.pager .selected {   
        background-color: #009fd1;   
        color: #fff;   
        width: 40px;   
        height: 40px;   
        padding: 10px;   
    }*/

    .pager .selected a {
        /*background-color: #009fd1;   
            color: #fff;*/
        font-weight: 900;
        font-size: 100%;
        text-decoration: underline;
        line-height: 10px;
    }

    .pager span:hover ~ .pager span a, .pager span:hover ~ .pager span {
        background-color: #edeeef !important;
    }


.memberCard {
    height: 170px;
}

#profilPage .table {
    font-size: 12px;
}

#themes a {
    color: #fff;
}

#themeHeader .actuTitle {
    width: 100%;
}

.customInfo ol {
    list-style: initial;
    left: 12em !important;
    display: block;
    list-style-type: decimal;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
    text-align: left;
    margin-top: 0px;
    margin-bottom: 0px;
}

.customInfo ul {
    list-style: initial;
    left: 12em !important;
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
    text-align: left;
    margin-top: 0px;
    margin-bottom: 0px;
}

.customInfo br {
    display: none;
}

.customInfo blockquote {
    padding-left: 20px;
    padding-right: 8px;
    border-left-width: 5px;
    font-style: italic;
    padding: 2px 0;
    border-style: solid;
    border-color: #ccc;
    border-width: 1;
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 40px;
    margin-inline-end: 40px;
}

iframe {
    border: none;
}

.divListNews {
    overflow-y: auto;
    height: 280px;
}

.imageArticle {
    width: 113px;
    height: 70px;
}

.divThematicSliderElement {
    background-size: 100% auto;
    border-radius: 5px;
    cursor: pointer;
}

    .divThematicSliderElement h1 {
        font-size: 17px;
    }

.TitleSliderThematicDashboard {
    color: #6d7dff;
    text-align: center;
    text-transform: uppercase;
    font-size: 25px;
    padding-bottom: 1%;
    font-weight: bold;
}

.thematicVideo {
    height: 100% !important;
    width: 100%;
}

.templateContent {
    overflow-y: scroll !important;
    max-height: 680px !important;
}

.divListNews #articleCarousel img {
    width: 100%;
}

.divListNews .carousel .item {
    background-color: #195bab;
}

.divListNews .carousel-inner > .item, .divListNews .carousel-inner img {
    height: 260px;
}

.divListNews .carousel-caption {
    top: 10%;
    max-width: 40vw;
    max-height: 360px;
}

.divListNews #articleCarousel img {
    width: 100%;
}

.divListNews .prevBtn {
    left: -10px;
    background-image: url(../images/CarouselArrowLeft.png);
    pointer-events: auto;
}

.divListNews .nextBtn {
    right: -10px;
    background-image: url(../images/CarouselArrowRight.png);
    pointer-events: auto;
}

.divListNews .carousel-caption {
    top: 0% !important;
    max-width: 80vw;
    max-height: 360px;
}

@media screen and (max-width: 850px) {
    .divListNews .carousel-caption {
        top: 0% !important;
        max-width: 80vw;
        max-height: 360px;
    }
}

.divTemplateThematic .embed-responsive {
    height: 600px;
    overflow: scroll;
}

.iconDeleteResourceThematic {
    color: #337ab7 !important;
}

.editSubResourceThematic {
    position: absolute;
    top: 14px;
    right: 27px;
    z-index: 99999;
}

.resourceStatus {
    position: absolute;
    left: 25px;
    top: 10px
} 

.publishedColor {
    color: #28a745;
}

.publishedBackgroundColor {
    background-color: #28a745;
}

.draftColor {
    color: #bd2130;
}

.draftBackgroundColor {
    background-color: #bd2130;
}

.draggable {
    cursor: move;
}
/*ABSOLUTE*/
.absoluteTopLeft {
    position: absolute;
    left: 0px;
    top: 0px;
}

.absoluteTopRight {
    position: absolute;
    right: 0px;
    top: 0px;
}

.absoluteRight {
    position: absolute;
    right: 0px;
}

.absoluteBottomLeft {
    position: absolute;
    left: 0px;
    bottom: 0px;
}

.absoluteLeft {
    position: absolute;
    left: 0px;
}


.absolute {
    position: absolute;
}

/*SHARE MENU*/

.shareMenuItemHover {
    z-index: 1;
    font-size: inherit;
    font-family: inherit;
    outline: none;
    border: none;
}

    .shareMenuItemHover:hover {
        cursor: pointer;
        animation: jelly 0.5s;
    }

#header a:hover, #footer a:hover, #menuId a:hover {
    text-decoration: none;
}

.shareContainer .header .menu {
    margin-top: 10px;
}

@keyframes jelly {
    0%, 100% {
        transform: scale(1, 1);
    }

    25% {
        transform: scale(0.9, 1.1);
    }

    50% {
        transform: scale(1.1, 0.9);
    }

    75% {
        transform: scale(0.95, 1.05);
    }
}

@media only screen and (max-width : 1000px) {
    #menuShare_items {
        display: none;
    }

    #headerResponsive {
        display: block;
    }
}

@media only screen and (min-width : 1001px) {
    #headerResponsive {
        display: none;
    }

    #header .fa-bars {
        display: none;
    }
}

@media only screen and (max-width : 700px) {
    #searchPage .input-group {
        width: 100%;
    }

    #identityCardProfil .absoluteTopRight {
        position: relative;
        top: 0px;
        left: 0px;
        flex-direction: column;
        width: 100%;
        display: block !important;
    }

        #identityCardProfil .absoluteTopRight .margin-right-10 {
            width: 100%;
            margin-top: 5px;
        }

    #footer .row {
        display: inline-grid;
    }

    #footer .logo {
        float: initial;
        text-align: center;
    }

    #header label {
        display: none;
    }
}

.backgroundModule {
    background-image: url('../../Content/img/Module/moduleBackgroundBubbles.jpg');
    min-height: 589px;
    background-size: cover;
    overflow: hidden;
}

.classSelectDistrict {
    padding-top: 5px;
}

    .classSelectDistrict .btn-default {
        color: black !important;
    }

    .classSelectDistrict .filter-option-inner-inner {
        color: black;
    }

.fullMVC #presentationContainer {
    margin-top: 90px;
    min-height: 500px;
}

.fullMVC #backOfficeButton {
    margin-top: 91px;
    z-index: 11;
}



/*MODULE*/

#presentationContainer .sectionDetails .checkCapsule {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1000;
    width: 30px;
    height: 26px;
    margin-top: -13px;
    margin-left: -15px;
    color: black;
    min-height: 650px;
}

#presentationContainer #sectionsModule, #presentationContainer #moduleSubContainer {
    min-height: 650px;
}

#ModuleTimeCounter {
    color: #fff;
    text-align: center;
    margin-top: 10px;
}

.checkCapsule.onglet {
    padding-top: 8px;
    padding-left: 8px;
    font-size: 10px;
}

#moduleContainer .section .checkCapsule {
    text-align: center;
    color: white;
    font-size: 70px;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    border-radius: 10px;
    padding-top: 70%;
}

.sectionLink:hover {
    color: white;
}


#presentationContainer #moduleContainer #ModuleTimeCounter {
    position: absolute;
    color: #fff;
    padding: 10px;
}


#moduleContainer .section:hover .vcenter-content {
    display: block !important;
}

.startBtn {
    z-index: 1;
    position: relative;
    font-size: inherit;
    font-family: inherit;
    color: white;
    padding: 0.5em 1em;
    outline: none;
    border: none;
}

    .startBtn:hover {
        cursor: pointer;
    }

    .startBtn::before {
        content: '';
        z-index: -1;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        border: 4px solid #6d7dff;
        transform-origin: center;
        transform: scale(1);
    }

    .startBtn:hover::before {
        transition: all 0.75s ease-in-out;
        transform-origin: center;
        transform: scale(1.75);
        opacity: 0;
    }

/*SHAPE*/

.shapeTriangle {
    clip-path: polygon(50% 0%, 100% 80%, 0% 80%);
    background-color: #fff;
    width: 100%;
    height: 150px;
    bottom: -30px;
    position: absolute;
    left: 0px;
}

/*ANIMATION*/

.btnExtLink a:hover, #communityLink a:hover {
    color: #fff !important;
    text-decoration: none;
}


#communityLink {
    z-index: 1;
    position: relative;
    font-size: inherit;
    font-family: inherit;
    color: white;
    padding: 0.5em 1em;
    outline: none;
    border: none;
    overflow: hidden;
    cursor: pointer;
    -webkit-transition: all 0.12s ease-out;
    -moz-transition: all 0.12s ease-out;
    transition: all 0.12s ease-out;
    text-align: center;
    padding-top: 9px;
    display: inline-flex;
    vertical-align: middle;
    margin-bottom: 5px;
    border: 0;
}

    #communityLink::after {
        content: '';
        z-index: -1;
        background-color: hsla(0, 0%, 100%, 0.5);
        position: absolute;
        top: -50%;
        bottom: -50%;
        width: 10em;
        transform: translate3d(-525%, 0, 0) rotate(35deg);
    }

    #communityLink:hover::after {
        transition: transform 0.45s ease-in-out;
        transform: translate3d(200%, 0, 0) rotate(35deg);
    }

#communityLink {
    border: 4px solid #fff;
}

.btnExtLink {
    z-index: 1;
    position: relative;
    font-size: inherit;
    font-family: inherit;
    color: white;
    padding: 0.2em 1em;
    outline: none;
    border: none;
    overflow: hidden;
    cursor: pointer;
}

    .btnExtLink::after {
        content: '';
        z-index: -1;
        background-color: hsla(0, 0%, 100%, 0.2);
        position: absolute;
        top: -50%;
        bottom: -50%;
        width: 2em;
        transform: translate3d(-225%, 0, 0) rotate(35deg);
    }

    .btnExtLink:hover::after {
        transition: transform 0.45s ease-in-out;
        transform: translate3d(950%, 0, 0) rotate(35deg);
    }


.btnAddThematics {
    z-index: 1;
    position: relative;
    font-size: inherit;
    font-family: inherit;
    color: white;
    outline: none;
    border: none;
    background-color: #fd3478;
}

    .btnAddThematics:hover {
        cursor: pointer;
    }

    .btnAddThematics::before {
        content: '';
        z-index: -1;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: #fd3478;
        transform-origin: center;
        transform: scale(1);
        border-radius: 10px;
    }

    .btnAddThematics:hover::before {
        transition: all 0.75s ease-in-out;
        transform-origin: center;
        transform: scale(1.75);
        opacity: 0;
    }

.fieldSetCommunityThematic {
    border: 1px;
}

    .fieldSetCommunityThematic legend {
        border: 0;
        font-size: inherit;
    }


/*Scorm*/

#scormContainer .scormPlayerBar {
    width: 100%;
    height: 40px;
    padding: 10px;
}

    #scormContainer .scormPlayerBar a:hover {
        text-decoration: none !important;
        color: rgba(226,35,26,1);
    }

#ResourceTrainingFooter {
    background-color: #05b5ec;
    padding: 8px;
    position: fixed;
    width: 100%;
    bottom: 0;
    left:0;
}

.lessonTitle {
    padding-top: 11px;
}

#scormContainer {
    width: 100%;
    margin: auto;
    min-height: 300px !important;
    /*background-color: #bababa;*/
    border-radius: 0px 0px 40px 40px;
    position: relative;
}

    #scormContainer .launcher {
        height: 100%;
        border-radius: 0px 0px 40px 40px;
        padding-bottom: 100px;
        position: relative !important;
    }

        #scormContainer .launcher .col-xs-12 {
            padding: 10px 50px;
        }

.userInformationsLine {
    width: 100%;
    height: 70px;
    background-color: #6d7dff;
    border-radius: 90px;
    position: absolute;
    bottom: 0px;
}

#scormContainer .whiteOpacity {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: white;
    border-radius: 0px 0px 40px 40px;
    opacity: 0.8;
}


.userInformationsLine {
    display: grid;
    border-radius: 0px;
}

    .userInformationsLine .backgroundGrayColor {
        padding: 10px 35px;
        text-align: center;
        border-radius: 0px;
        width: 100%;
        margin: 0px;
    }

#scormContainer .launcher .col-xs-12 {
    padding: 15px;
}

.scormLessonStatus .lessonTitle {
    max-width: 100% !important;
}

#scormContainer .scormLessonStatus {
    border-radius: 0px;
    padding: 5px 0px;
}

.overflowScorm .slimscroll, .overflowScorm .slimScrollDiv {
    height: auto !important;
    margin-right: 0px !important;
}

#scormContainer .scormLessonStatus .classicButton {
    border-radius: 0px !important;
    width: 100%;
}

.slimScrollDiv { margin-bottom: 15px; }

/*Share dashboard*/

.dashboardSearch {
    width: 100%;
    height: 200px;
    background-size: cover;
    background-position: bottom;
    background-image: url(/images/dashboard/backgroundShareSearch.jpg);
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    z-index: 10;
    position: relative;
}

    .dashboardSearch .backgroundOverlayColor {
        height: 100%;
        width: 100%;
        position: absolute;
        opacity: 0.9;
        z-index: 1;
    }

    .dashboardSearch .accroche {
        font-size: 35px;
        font-weight: 600;
        color: #fff;
        line-height: normal;
        text-align: center;
        margin-top: 42px;
        text-shadow: 0px 0px 50px rgba(0,0,0,0.8);
    }

@media only screen and (max-width : 992px) {
    .dashboardSearch {
        width: 100%;
        height: 285px;
        background-color: #fd3478;
        background-size: auto 100%;
        background-repeat: no-repeat;
        background-position: center center;
        background-image: url(/images/homepage/visuel.jpg);
        position: relative;
        display: flex;
        margin-top: 90px;
    }

    .square-title {
        bottom: 0px !important;
        right: 0px !important;
    }

    .dashboardSearch .accroche {
        font-size: 30px;
        font-weight: 600;
        color: #fff;
        line-height: normal;
        text-align: center;
        margin-top: 100px;
        text-shadow: 0px 0px 50px rgba(0,0,0,0.8);
    }

    #mainDashboard .activity, #mainDashboard .highlighted {
        display: flex;
        align-items: center;
    }

        #mainDashboard .highlighted img {
            width: 50px !important;
        }

    #mainForm .mobile_menu, #mainForm .menu_burger {
        display: none !important;
    }
}

@media only screen and (max-width : 768px) {
    .dashboardSearch {
        width: 100%;
        height: 400px;
        background-color: #fd3478;
        background-size: auto 100%;
        background-repeat: no-repeat;
        background-position: 55% center;
        background-image: url(/images/homepage/visuel.jpg);
        position: relative;
        display: flex;
        margin-top: 90px;
    }

        .dashboardSearch .accroche {
            font-size: 24px;
            font-weight: 600;
            color: #fff;
            line-height: normal;
            text-align: center;
            margin-top: 0;
            text-shadow: 0px 0px 50px rgba(0,0,0,0.4);
            padding: 20px 30px;
            ;
        }

    #zContainerPortal .mainCol .ContainerTopBorder .widget .col-md-4 .btn {
        margin-bottom: 10px;
        width: 100%;
    }

    #backofficeMVCContainer #entityListItem li {
        display: inline-grid !important;
    }

    #backofficeMVCContainer #entityListItem .cright {
        margin-top: 5px !important;
    }

    #backofficeMVCContainer #listHeader {
        display: inline-grid;
        margin-bottom: 20px;
    }

        #backofficeMVCContainer #listHeader .margin20 {
            margin: 5px 20px;
        }

    #backofficeMenu {
        margin-top: 61px;
        display: none;
        min-height: 1vh;
        display: grid;
        position: fixed;
        width: 100%;
        z-index: 9;
        background-color: #2E353E;
        overflow: auto;
        height: 100% !important;
    }

    #backofficeMVCContainer .submitButton {
        width: 100%;
        display: block;
        margin-top: 10px;
    }
}

/*text editor rollback reset*/
.text-editor html,
.text-editor body,
.text-editor div,
.text-editor span,
.text-editor applet,
.text-editor object,
.text-editor iframe,
.text-editor h1,
.text-editor h2,
.text-editor h3,
.text-editor h4,
.text-editor h5,
.text-editor h6,
.text-editor p,
.text-editor blockquote,
.text-editor pre,
.text-editor a,
.text-editor abbr,
.text-editor acronym,
.text-editor address,
.text-editor big,
.text-editor cite,
.text-editor code,
.text-editor del,
.text-editor dfn,
.text-editor em,
.text-editor img,
.text-editor ins,
.text-editor kbd,
.text-editor q,
.text-editor s,
.text-editor samp,
.text-editor small,
.text-editor strike,
.text-editor strong,
.text-editor sub,
.text-editor sup,
.text-editor tt,
.text-editor var,
.text-editor b,
.text-editor u,
.text-editor i,
.text-editor center,
.text-editor dl,
.text-editor dt,
.text-editor dd,
.text-editor ol,
.text-editor ul,
.text-editor li,
.text-editor fieldset,
.text-editor form,
.text-editor label,
.text-editor legend,
.text-editor table,
.text-editor caption,
.text-editor tbody,
.text-editor tfoot,
.text-editor thead,
.text-editor tr,
.text-editor th,
.text-editor td,
.text-editor article,
.text-editor aside,
.text-editor canvas,
.text-editor details,
.text-editor embed,
.text-editor figure,
.text-editor figcaption,
.text-editor footer,
.text-editor header,
.text-editor hgroup,
.text-editor menu,
.text-editor nav,
.text-editor output,
.text-editor ruby,
.text-editor section,
.text-editor summary,
.text-editor time,
.text-editor mark,
.text-editor audio,
.text-editor video {
    margin: inherit;
    border: 0;
    font-size: inherit;
    font: inherit;
    vertical-align: inherit;
}

/* HTML5 display-role reset for older browsers */
.text-editor article,
.text-editor aside,
.text-editor details,
.text-editor figcaption,
.text-editor figure,
.text-editor footer,
.text-editor header,
.text-editor hgroup,
.text-editor menu,
.text-editor nav,
.text-editor section {
    display: inherit;
}

.text-editor b, .text-editor strong {
    font-weight: bold;
}

.text-editor img {
    max-width: 100%;
    height: auto;
}

/*.text-editor p {   
    padding: 5px 0;   
}*/
.text-editor li em {
    font-style: inherit;
}

.text-editor li {
    margin: 0;
}



.text-editor em {
    font-style: italic;
}

.text-editor body {
    line-height: inherit;
}

.text-editor ul {
    list-style-type: disc;
    list-style-position: inside;
}

.text-editor ol {
    list-style-type: decimal;
    list-style-position: inside;
}

    .text-editor ul ul, .text-editor ol ul {
        list-style-type: circle;
        list-style-position: inside;
        margin-left: 15px;
    }

    .text-editor ol ol, .text-editor ul ol {
        list-style-position: inside;
        margin-left: 15px;
    }

.text-editor blockquote, .text-editor q {
    quotes: inherit;
}

    .text-editor blockquote:before, .text-editor blockquote:after,
    .text-editor q:before, .text-editor q:after {
        content: inherit;
    }

/*.text-editor table {   
    border-collapse: inherit;   
    border-spacing: inherit;   
}*/

/*Default*/

.text-editor pre {
    background: inherit;
}

.text-editor body {
    word-break: inherit;
}


.text-editor table,
.text-editor thead,
.text-editor tbody,
.text-editor tfoot,
.text-editor tr,
.text-editor th,
.text-editor td {
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    border: 1px solid black;
    border-collapse: collapse;
    border-spacing: 0;
    border-color: inherit;
    vertical-align: inherit;
    text-align: left;
    font-weight: inherit;
    -webkit-border-horizontal-spacing: 0;
    -webkit-border-vertical-spacing: 0;
}

.text-editor h2 {
    font-size: 18px;
}

/*ANIMATE*/

#moduleContainer .capsule {
    z-index: 1;
    position: relative;
    font-size: inherit;
    font-family: inherit;
    color: white;
    padding: 0.5em 1em;
    outline: none;
    border: none;
}

    #moduleContainer .capsule:hover {
        cursor: pointer;
    }

    #moduleContainer .capsule::before {
        content: '';
        z-index: -1;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        border-radius: 100px;
        border: 4px solid #ffffff80;
        transform-origin: center;
        transform: scale(1);
    }

    #moduleContainer .capsule:hover::before {
        transition: all 0.75s ease-in-out;
        transform-origin: center;
        transform: scale(1.75);
        opacity: 0;
    }



.tracking-in-contract {
    -webkit-animation: tracking-in-contract 5s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
    animation: tracking-in-contract 5s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
}

@-webkit-keyframes tracking-in-contract {
    0% {
        letter-spacing: 1em;
        opacity: 0;
    }

    40% {
        opacity: 0.6;
    }

    100% {
        letter-spacing: normal;
        opacity: 1;
    }
}

@keyframes tracking-in-contract {
    0% {
        letter-spacing: 1em;
        opacity: 0;
    }

    40% {
        opacity: 0.6;
    }

    100% {
        letter-spacing: normal;
        opacity: 1;
    }
}


.externalResourceDistinctionBar {
    border-bottom: 5px solid red;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0px;
}

.externalResourceDistinctionPellet {
    background-color: red;
    border-radius: 10px;
    width: 15px;
    height: 15px;
    position: absolute;
    left: 10px;
    z-index: 1000;
    top: 10px;
}


.spoc h1 {
    font-size: 22px !important;
}

.spoc h2 {
    font-size: 18px !important;
}

.spoc h3 {
    font-size: 14px !important;
}


.loremipsum::before {
    content: "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.";
}

.flex {
    display: flex;
}

.whiteBtn {
    background-color: white;
    padding: 20px;
    border-radius: 90px;
    color: #6d7dff;
}

.absoluteLink {
    position: absolute;
    right: -130px;
    color: white;
}

    .absoluteLink:hover {
        text-decoration: none;
        color: white;
    }

.actionBarParcours {
    background-color: #6d7dff;
    border-radius: 90px;
    padding-right: 170px;
}

#backOfficeButtonWebForm {
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    margin-top: 91px;
    z-index: 11
}

.backofficeButton_fixed {
    position: fixed !important;
    top: 0px !important;
}

.divCheckboxAvalableInLearn {
    margin-top: 3%;
}

#divAvailableInLearnFiltre label {
    font-weight: bold;
}

#zIdeaContent img, #zArticleContent img, .articleModalDescription img {
    max-width: 100% !important;
    display: block !important;
    height: auto !important;
}

.imgs-grid-modal {
    z-index: 2000 !important;
}

/*Toggle Switch*/
.switchETIPI {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 26px;
    line-height: 26px;
    margin-right: 7px;
}

    /* Hide default HTML checkbox */
    .switchETIPI input {
        opacity: 0;
        width: 0;
        height: 0;
    }

    /* The slider */
    .switchETIPI .slider {
        position: absolute;
        cursor: pointer;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #ccc;
        -webkit-transition: .4s;
        transition: .4s;
        border-radius: 18px;
    }

        .switchETIPI .slider:before {
            position: absolute;
            content: "";
            height: 18px;
            width: 18px;
            left: 4px;
            bottom: 4px;
            background-color: white;
            -webkit-transition: .4s;
            transition: .4s;
            border-radius: 50%;
        }

    .switchETIPI input:checked + .slider {
        background-color: #fd3478;
    }

    .switchETIPI input:focus + .slider {
        box-shadow: 0 0 1px #2196F3;
    }

    .switchETIPI input:checked + .slider:before {
        -webkit-transform: translateX(26px);
        -ms-transform: translateX(26px);
        transform: translateX(26px);
    }

    /* Rounded sliders */
    .switchETIPI .slider.round {
        border-radius: 34px;
    }

        .switchETIPI .slider.round:before {
            border-radius: 50%;
        }

.badgeModal .GaugeMeter {
    background-size: 50%;
}


#footerLearn {
    border-bottom: 10px solid #fd3478;
    background-image: url(/images/logosimple.png);
    background-size: auto 205%;
    background-position: right;
    background-repeat: no-repeat;
    background-position-y: -75px;
}

    #footerLearn .backgroundFooter {
        background-color: #ffffff;
        width: 100%;
        height: 100%;
        display: flex;
        padding-bottom: 20px;
    }

    #footerLearn a {
        color: #000;
    }

    #footerLearn li {
        padding: 5px;
    }

    #footerLearn a:hover, #footerLearn .fas:hover {
        color: #fd3478;
        text-decoration: none;
    }



@media only screen and (max-width : 768px) {
    #webformHeader .dropdown_profil {
        top: 40px;
        left: 0;
    }
}


@media only screen and (max-width : 768px) {
    #webformHeader .header .recherche {
        background-color: #fff;
        height: 45px;
        position: relative;
        left: 0;
        right: 0;
        box-shadow: 2px 2px 5px rgba(0,0,0,.3);
        border-radius: 6px;
    }

    #webformHeader .header .search {
        width: 100%;
        height: 45px;
        border: 0;
        padding-left: 20px;
        padding-right: 45px;
        background-color: transparent;
    }

        #webformHeader .header .search::placeholder {
            text-transform: uppercase;
            font-size: 14px;
            font-weight: 700;
            color: #8f8f8f;
        }

    #webformHeader .header .btn_search {
        position: absolute;
        background-color: #fd3478;
        width: 45px;
        height: 45px;
        right: 0;
        top: 0;
        background-image: url(../images/icons/search.png);
        background-repeat: no-repeat;
        background-size: auto 55%;
        background-position: center center;
        border-top-right-radius: 6px;
        border-bottom-right-radius: 6px;
    }

    #webformHeader .profil .avatar {
        width: 40px !important;
        height: 40px !important;
    }

    #webformHeader .btn_menu {
        width: 26px;
        height: 26px;
        margin: auto 3px auto 0;
    }

    #webformHeader .header .recherche {
        display: none;
    }

    .btn_burger {
        display: none;
    }
}



@media only screen and (max-width : 992px) {
    #webformHeader .logo {
        width: 150px;
    }

    #webformHeader .search {
        width: 300px;
    }

    .header .recherche {
        display: none;
    }
}

@media only screen and (max-width : 992px) {
    #webformHeader .logo {
        position: absolute !important;
        top: 10px !important;
        transform: translateY(0%) !important;
        left: 10px !important;
        width: 120px !important;
    }

    #webformHeader {
        background-color: #fff !important;
        height: 60px !important;
        box-shadow: 2px 0px 3px rgba(0,0,0,.2) !important;
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        z-index: 2000 !important;
        width: 100% !important;
    }
}

@media only screen and (max-width : 992px) {
    .menu_burger {
        display: block !important;
    }

    .btn_recherche_mobile {
        display: block !important;
    }

    .mobile_menu {
        display: block !important;
    }

    #webformHeader .recherche {
        display: none !important;
    }
}

@media only screen and (max-width : 992px) {
    .menu {
        background-color: #fff;
        left: 0;
        display: none;
    }
}

.menu .xclose {
    display: none;
}

.fullMVC .menu {
    padding-top: 166px;
}


.menu .xclose i {
    position: absolute;
    right: 10px;
    top: 40px;
    height: 20px;
    width: 20px;
    font-size: 20px;
    cursor: pointer;
    color: #333;
    background-color: transparent;
}

    .menu .xclose i:hover {
        color: #fd3478;
    }

}

.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;
}

    .menu a:hover {
        color: #fd3478;
        text-decoration: none;
    }

.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;
}

#zContainerPortal {
    min-height: 500px;
}

.divAdvancedReport {
    float: right;
    margin-top: 5%;
}

/*MODULE*/

#moduleTextAlignOblic {
    shape-outside: polygon(65% 0%, 100% 0, 50% 100%, 15% 100%);
    width: 100%;
    height: 100%;
    float: right;
}

#startModule h1 {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

#leftClipPath {
    background-color: white;
    clip-path: polygon(0 0, 70% 0, 20% 100%, 0% 100%);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0.9;
}

#rightClipPath {
    background-color: white;
    clip-path: polygon(100% 20%, 60% 100%, 100% 100%);
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: 0px;
    right: 0px;
    opacity: 0.95;
}

#decorationClipPath {
    background-color: white;
    clip-path: polygon(100% 16%, 100% 18%, 59% 100%, 58% 100%);
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: 0px;
    right: 0px;
}

#zContainer #backOfficeButtonWebForm {
    top: 90px;
}

#startModule a {
    width: 300px;
    height: 40px;
    padding: 10px;
    z-index: 9999;
    position: absolute;
    bottom: 30px;
    right: 20px;
}

    #startModule a:hover {
        color: white !important;
        opacity: 0.7
    }

#startModuleContainer {
    height: 100%;
    width: 100%;
    margin: auto;
    background-position: center;
    position: absolute;
}

#sectionsModule h1 {
    width: 100%;
    margin-left: 0%;
    text-align: left;
    font-size: 40px;
    font-weight: 600;
    padding: 0 0px 20px 0px;
    margin: 0px;
}

#sectionsModule .text-editor {
    width: 100%;
    align-content: center;
    position: absolute;
    left: 0%;
    text-align: left;
}

.validationColor {
    color: #56B49A;
}

#sectionContent {
    margin-left: -45px;
}

#sectionCover {
    min-height: 400px;
}

.sectionDetails .sectionTitle {
    margin-bottom: 10vh;
}

.ongletsSection {
    position: absolute;
    top: 0;
    left: 0px;
}

    .ongletsSection .avatar-small {
        width: 35px;
        height: 35px;
    }

.rowSections {
    height: 160px;
}

#progressionPercentage {
    position: absolute;
    bottom: -25px;
    right: 0px;
    font-size: 100px;
    color: white;
    opacity: 0.1;
    font-weight: bold;
}

.titleSection h1 {
    text-align: left;
    font-size: 30px;
    font-weight: 600;
    height: 160px;
    padding: 0 0 20px 0px;
    margin: 0px;
}

#zContainer #backOfficeButtonWebForm {
    margin-top: 0px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

#zContainer .backofficeButton_fixed {
    position: fixed !important;
    top: 60px !important;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

#moduleSubContainer {
    background-color: #000000d9;
}

#webformHeader .search {
    width: 500px !important;
}

@media screen and (max-width: 768px) {
    #moduleTextAlignOblic {
        shape-outside: polygon(67% 0%, 100% 0, 42% 100%, 15% 100%) !important;
    }

    #startModule .btn {
        width: 230px !important;
        right: 10px !important;
    }

    #pageRessource .adminBarRessource {
        position: absolute;
        top: 50px;
        width: 100%;
        text-align: center;
        float: inherit;
        display: block;
        z-index: 1;
    }

    #pageRessource .globalKPIRessource {
        position: absolute;
        width: 100%;
    }

    #pageRessource .floatUserBar .margin-top-30 i {
        width: 30px !important;
        margin-left: 10px !important;
    }

    #pageRessource .floatUserBar .mainBackgroundColor {
        position: absolute;
        min-height: 40px;
        bottom: 50px;
        right: -10px;
        min-height: 40px !important;
    }

        #pageRessource .floatUserBar .mainBackgroundColor .avatar-normal {
            width: 40px;
            height: 40px;
        }

    #pageRessource .floatUserBar {
        bottom: 9px;
        right: 10px;
        height: 20px;
        padding: 25px 10px !important;
    }

    #pageRessource .col-md-12 .slimScrollDiv {
        margin-top: 100px;
    }
}

@media screen and (max-width:992px) {
    #sectionContent {
        margin-left: 0px;
    }

    .fullMVC #backOfficeButton {
        margin-top: 91px;
        z-index: 99;
    }

    .recherche_mobile {
        height: 42px !important;
    }

    .fullMVC .menu {
        z-index: 1999;
        display: none;
        padding-bottom: 20px;
        position: fixed;
        width: 100%;
        top: 90px;
        padding-top: 0px !important;
    }

        .fullMVC .menu a {
            display: block;
            margin-top: 10px;
            margin-left: 10px;
        }

    .coverSection {
        padding-left: 15px !important;
    }

    .ongletsSection {
        position: absolute;
        top: 0;
        left: 0px;
        z-index: 9;
    }
}

@media screen and (max-width: 850px) {

    #moduleTextAlignOblic {
        display: none;
    }

    #startModule .btn {
        width: 94% !important;
        right: 3% !important;
    }

    #leftClipPath {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
        opacity: 0.7;
    }

    #decorationClipPath {
        clip-path: polygon(100% 16%, 100% 18%, 3% 100%, 0% 100%);
    }

    #rightClipPath {
        clip-path: polygon(100% 20%, 6% 100%, 100% 100%);
        opacity: 0.7;
    }

    #startModule .fa-7x {
        font-size: 70px;
    }
}

@media screen and (max-width:1200px) {
    #startModule a {
        width: 250px;
    }

    .titleSection h1 {
        width: 100%;
        margin-left: 0%;
        padding: 20px 45px;
    }
}

@media (max-width: 768px) {
    #moduleContainer .container {
        width: 100vw;
    }

    #moduleContainer {
        overflow: auto;
    }

    #sectionsModule h1 {
        width: 100%;
        margin-left: 0%;
        padding: 15px 0px;
        font-size: 30px !important;
    }

    #startModule h1 {
        margin: 0px;
        font-size: 35px;
        padding-top: 20px;
    }

    #progressionPercentage {
        position: fixed;
        bottom: -5px;
        right: 10px;
        font-size: 50px;
    }

    #startModule .text-editor {
        margin: 0px !important;
    }

        #startModule .text-editor p {
            margin: 0px;
        }

    #sectionsModule .text-editor {
        width: 100%;
        left: 0%;
        padding: 0px 20px;
    }

    #moduleContainer .sectionDetails .container {
        overflow: auto !important;
    }

    .titleSection h1 {
        width: 95%;
        margin-left: 0%;
        text-align: left;
        font-size: 30px;
        font-weight: 600;
        height: auto;
        padding: 20px 0px;
    }
}

@media (max-width: 512px) {

    .actionBarParcours {
        padding-right: 0px;
        bottom: -50px;
    }

        .actionBarParcours .backgroundBlackColor {
            bottom: 50px;
        }

        .actionBarParcours .margin-right-15 {
            text-align: center;
        }

        .actionBarParcours .whiteBtn {
            padding: 10px 15px;
            text-align: center;
        }

    #presentationContainer #footerLearn {
        display: none;
    }

    .absoluteLink {
        right: 0;
        width: 100%;
        text-align: center;
        bottom: -35px;
    }

    #sectionContent {
        margin-left: 0px;
        margin-top: -20px;
    }

        #sectionContent .uppercase {
            padding-top: 20px;
        }

    #sectionCover {
        height: 220px;
        min-height: auto;
    }

    .sectionDetails .sectionTitle {
        margin-bottom: 20px !important;
    }

    .rowSections {
        height: auto;
    }

    .articleMainTitle span {
        font-size: 20px !important;
        line-height: 20px !important;
    }

    .articleContainer .cleft {
        margin-left: 35px;
        display: none;
    }

    #documents .table tr td:nth-child(3n) {
        display: flex;
        align-items: center;
    }

    .bo-dashboards-hor .col-md-6 .text-center .col-xs-12 {
        margin-bottom: 40px !important;
    }
}

.ModuleLightColor {
    color: #fff !important;
}

.ModuleDarkColor {
    color: #000 !important;
}

#moduleContainer {
    overflow-y: auto;
}

    #moduleContainer .capsuleMandatoryModuleDarkColor::before {
        border: 10px double #00000080 !important;
    }

    #moduleContainer .capsuleMandatoryModuleLightColor::before {
        border: 10px double #ffffff80 !important;
    }

.box-shadow-capsule-double-light-ModuleLightColor {
    border: 4px double;
    border-color: #fff !important;
}

.box-shadow-capsule-double-light-ModuleDarkColor {
    border: 4px double;
    border-color: #000;
}

.sweet-overlay {
    z-index: 99999 !important;
    background-color: rgba(0,0,0,0.6);
}

.modal {
    z-index: 99998 !important;
    background-color: rgba(0,0,0,0.6);
}

.clipboard {
    cursor: pointer;
}

.edit-image {
    cursor: pointer;
}

#tagList_ulTag li, #tagList_ulCategory li, .moduleTag {
    display: inline-block !important;
    padding: 5px 12px !important;
    border-radius: 4px !important;
    background-color: #fd3478 !important;
    text-decoration: none !important;
    color: #fff !important;
    font-size: 12px !important;
    margin: 3px !important;
}

    #tagList_ulTag li, #tagList_ulTag li:focus, #tagList_ulTag li:active {
        outline: none !important;
        color: #fff !important;
        text-decoration: none !important;
    }

a.more-filter, a.more-filter:hover {
    text-decoration: none;
}

#articlePopupModal .articleImage {
    width: 50%;
    float: left;
    margin-right: 10px;
}

label {
    color: #333;
}


/*SHARE*/
@media (max-width: 512px) {
    .shareContainer .home_recherche_container #wSearchBox {
        width: 100% !important;
        height: 100% !important;
        padding-left: 20px;
    }

    .shareContainer .newsNotification {
        position: relative;
        top: 20px;
    }

    .shareContainer .fiche .ctaShareResource {
        min-height: 30px !important;
        width: 100%;
        margin-top: 10px;
        padding: 10px;
    }

    .shareContainer .fiche #btnDuplicate2 {
        margin-top: 50px;
    }

    .shareContainer .fiche .btn_share {
        width: 100%;
        margin-top: 10px;
    }

        .shareContainer .fiche .btn_share span {
            width: 100%;
        }
}

/*Planning*/
#planningContent .fc-time, #planningContent .fc-title {
    white-space: normal;
}

.scormCbx input {
    width: auto;
    border: none;
    height: auto !important;
    display: inline;
    box-shadow: none !important;
}

#identityCardProfil .hideFromIdentityCardInProfil {
    display: none !important;
}

.date .input-group-addon {
    cursor: pointer !important;
}

.emptySlide {
    background-color: #fafafa;
    border: 1px solid #E2E2E2;
    height: 273px;
    margin: 5px;
}

#unsplashResults img {
    height: 150px !important;
    width: auto !important;
}

@media (min-width: 1492px) {
    .modal-xlg {
        width: 1400px;
    }
}

@media (min-width: 1492px) {
    .modal-xxlg {
        width: 1400px;
    }
}

.itemPlanningPromotion {
    background: repeating-linear-gradient( 45deg, rgba(255,255,0,0.5), rgba(0,0,0,0.5) 1px, transparent 1px, transparent 5px );
    text-shadow: 1px 1px 1px black;
}

.spocPlayerBar {
    padding: 15px 20px;
    position: fixed;
    width: 100%;
    box-sizing: border-box;
    z-index: 5000;
    background-color: #05b5ec;
    height: 50px;
    margin: 0;
    top: 0;
    text-align: right;
}

    .spocPlayerBar div {
        width: 80%;
        position: absolute;
        left: 10%;
    }

    .spocPlayerBar i {
        color: #000;
    }

.backgroundRedColor {
    background-color: #C9032C !important;
}

.formationProfilList .blocImg {
    height: 62px;
    width: 62px;
    float: left;
    margin-right: 15px;
    display: flex;
    align-items: center;
}

.formationProfilList img {
    max-height: 62px;
    float: left;
    margin-right: 15px;
    max-width: 62px;
}

#formationsDone hr {
    margin-top: 12px;
    margin-bottom: 12px;
}

#formationsDone label {
    color: #fd3478;
}

#formationsDone .choice_btn, #formationsDone .choice_btn_select {
    font-size: 14px;
}


.textColorGray {
    color: gray;
}

.withoutBorder {
    border: none !important;
}

.input-group-calendar-delete {
    border-radius: 0;
    cursor: pointer !important;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #6d7dff !important;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
    display: table-cell;
}

#CaptchaId_CaptchaDiv {
    margin: 10px auto !important;
}

/*NEW PROFIL*/

.iconMenuProfil {
    position: absolute;
    right: 5px;
    top: 15px;
}

#main-nav li {
    display: contents;
}

.profil-dashboards-zone-numbers {
    margin-top: 15px;
    background-color: #252b5a;
    border-radius: 4px;
    color: #fff;
    padding: 15px;
    text-align: center;
}

.KPICardBo i {
    position: absolute;
    left: 15px;
    font-size: 60px;
    bottom: 20px;
    color: #252B5A;
}

.bo-data {
    color: #fd3478;
    font-weight: 800;
    font-size: 40px;
}

.panoramaContainer .KPICardBo {
    width: 96%;
    margin-left: 4%;
    padding: 15px;
    text-align: center;
}

#profilPage .KPICardBo i {
    font-size: 50px;
    position: absolute;
    left: -5px;
    bottom: 20px;
    color: #252B5A;
    background-color: #fff;
    border-radius: 90px;
}

#profilPage .tab-content {
    padding: 10px 30px;
}

.profilPanel {
    height: 100px;
    display: flex;
    align-items: center;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(170,130,90,0.2);
}

    .profilPanel .col-md-3 {
        text-align: center;
        height: 100%;
        color: white;
        font-size: 25px;
        border-radius: 3px;
    }

#profilDashboard .sudoSliderContainer {
    margin-bottom: 0px;
}

.badgeLine, .expLine {
    margin-bottom: 10px;
}

    .expLine .pointExp {
        position: absolute;
        right: 0px;
        padding: 5px 10px;
        border: 1px solid;
        font-size: 16px;
        font-weight: bold;
    }

    .badgeLine i {
        position: absolute;
        right: 0px;
        font-size: 40px;
        color: #56B49A;
    }

.grayScale {
    filter: grayscale(1);
    opacity: 0.8;
}

#profilPage #main-nav i {
    display: none;
}

#profilPage #main-nav .active i {
    display: inline;
    margin-right: 5px;
}

.softBorder {
    border-width: 1px;
    border-style: solid;
    border-color: rgba(170,130,90,0.2);
}

#backofficeMVCContainer .entityListItem .entityListItemLabel {
    max-width: 50% !important;
    display: inline-flex;
}

#backofficeMVCContainer .nav-pills li {
    display: table-cell;
}

.sharecreation #main-nav li {
    display: table-cell;
}

.resourceList .list {
    min-height: 140px;
    position: relative;
    padding-bottom: 25px;
}

.list .cright {
    position: absolute;
    right: 0px;
    bottom: 0px;
}

#bloc_module .divVideoTeasing {
    margin-top: 0px;
}

#bloc_module .updateAvatarContainer .updateAvatarImportBlock {
    bottom: 0%;
}

.bottomInfos .text-right {
    right: 10px;
}

.descriptionVignette {
    display: block;
    text-overflow: ellipsis;
    word-wrap: break-word;
    overflow: hidden;
    max-height: 5em;
    line-height: 1.4em;
}

#bootstrapDatatable_wrapper #bootstrapDatatable tbody td, #bootstrapDatatable thead th {
    font-size: 12px;
}

#profilPage .title-18 {
    margin-top: 0px !important;
}

.dropdown.bootstrap-select.form-control.open {
    z-index: 9998 !important;
}

.userInformationsLine .userInformationsLineScore {
    text-align: center;
}

#previousbtn_bPrevious {
    background-color: var(--secondary-color);
    color: white;
    text-transform: uppercase;
    border: 1px solid var(--secondary-color);
    padding: 10px;
    font-weight: 400;
}

    #previousbtn_bPrevious:hover {
        background-color: white;
        color: var(--secondary-color);
        text-transform: uppercase;
        border: 1px solid var(--secondary-color);
        padding: 10px;
    }

#moduleContainer .section:hover span.alignMiddleElement {
    display: flex !important;
}

.floatUserBar .dlCertif a:hover {
    color: var(--secondary-color) !important;
}

.sessionItem .flex {
    display: table-row;
}

.sessionItem .margin-top-50 {
    margin-top: 40px;
}

.byPassSecurity {
    padding-left: 0px;
}

#cbxByPassSecurity {
    margin-right: 5px;
}

#mainForm .header_small .avatarHandler {
    margin-top: 0px;
}

#mainForm .header_small .menuBurger {
    top: 0px !important;
}

#sessionDetail .classicButton {
    color: white !important;
    border: 1px solid white !important;
}

    #sessionDetail .classicButton:hover {
        opacity: 1 !important;
    }


#zContainer .widget h2 {
    background-color: transparent !important;
    color: var(--main-color);
    padding-left: 0;
    font-size: 26px !important;
}

#zContainer .dt-button {
    background-color: var(--secondary-color);
}

#zContainer label {
    color: var(--main-color);
    margin-bottom: 5px;
    font-weight: 600 !important;
}

#zContainer .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: var(--secondary-color) !important;
    border: 1px solid transparent !important;
    color: white !important;
}

.header_small .avatarHandler {
    margin-top: 0px !important;
}

#HomeTab #welcomePicker img {
    aspect-ratio: 4 / 1;
    object-fit: cover;
}

.floatUserBar .spoc-timeline-section-description-div {
    padding: 0px;
}

.floatUserBar .learningPathSectionsTitle {
    font-weight: 300 !important;
}

/*EVALUTATION*/

#hotevaluations {
    padding: 10px;
}

    #hotevaluations .panel-chart .panel-heading .panel-icon {
        background-color: #eb155d;
        padding: 20px 25px 20px 5px;
        font-size: 1.6em;
        font-weight: bold;
        top: 0;
        display: flex;
        clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
    }

    #hotevaluations .panel-chart .panel-heading {
        position: relative;
        overflow: inherit;
    }

    #hotevaluations .panel-info {
        position: absolute;
        right: 0px;
        bottom: -12px;
        background-color: #252b5a;
        clip-path: polygon(5% 0%, 100% 0%, 100% 100%, 5% 100%, 0% 50%);
    }

    #hotevaluations .panel-title {
        padding-top: 0px;
    }

    #hotevaluations .panel-chart .label {
        background-color: transparent;
        font-size: 10px;
        font-weight: bold;
        padding: 5px 5px 5px 20px !important;
        line-height: 25px;
    }

/*EVALUATION BACKOFFICE*/

#evaluationPage .input-group-addon {
    border-radius: 0px;
    clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
    padding-right: 20px;
    padding-top: 7px;
}

#evaluationPage .bs-callout {
    border-left-width: 0px !important;
    border-radius: 0px !important;
    padding: 0 !important;
}

#evaluationPage .col-12 {
    padding: 5px 10px;
}

#evaluationPage .custom-disabled:disabled {
    padding: 20px 10px;
    color: #252b5a;
}

/*PORTAL SELECTION*/

#portalSelection {
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
    width: 100%;
}

.portalItem {
    aspect-ratio: 4/2;
    background-color: white;
    box-shadow: 0px 2px 3px #21244933;
    border-radius: 2px;
    display: flex;
    align-items: center;
    vertical-align: middle;
}

    .portalItem img {
        transition: 1s ease-in-out;
    }

    .portalItem div {
        width: 100%;
        text-transform: uppercase;
    }

    .portalItem:hover img {
        height: 60px !important;
        max-width: 100%;
        object-fit: cover;
        object-position: center;
        transition: 1s ease-in-out;
    }

#header_newsNotification_zLink, #header_newsNotification_zNotLst {
    display: none;
}

.comboTreeArrowBtn {
    border: 0px !important;
    border-radius: unset !important;
    background: #fff !important;
    right: 5px !important;
    top: 6px !important;
    box-sizing: content-box !important;
    height: 50% !important;
}

.comboTreeItemTitle {
    font-size: 14px !important;
}

#editPrivilege .privilegeDefaultValueRow {
    background-color: #ffffe0;
    margin-top: 0;
    padding-top: 10px;
}

#editPrivilege .privilegeDestinationTitle {
    font-weight: 500;
}

#editPrivilege .privilegeDestinationRow {
    padding-top: 10px;
}

    #editPrivilege .privilegeDestinationRow:hover {
        background-color: #f2f2f2;
        padding-top: 10px;
    }

#editPrivilege .inlineRadioBtns > .form-group > .form-check {
    display: inline-block;
    margin-right: 15px;
}

.submitIncidentResponse {
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    border-radius: 0px;
    height: 73px;
    width: 100%;
    padding: 0;
    margin: 0;
}

.qq-upload-button-selector > div {
    border: 0px;
    width: 100%;
    padding-top: 7px;
    background-color: transparent;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
}

.qq-gallery.qq-uploader {
    position: relative;
    min-height: 200px;
    max-height: 490px;
    overflow-y: hidden;
    width: inherit;
    border-radius: 6px;
    border: 1px dashed #CCCCCC;
    background-color: #FAFAFA;
    padding: 20px;
}

.qq-gallery.qq-uploader {
    background-color: #FFF;
    border-radius: 0px;
    padding: 0px 20px;
}

.modal-dialog.modal-xl {
    width: 1140px;
}



.editorForArticle .updateAvatarContainer img {
    width: auto !important;
    max-height: 250px !important;
    max-width: 100% !important;
}


#unsplashResults .masonry {
    columns: 3;
    column-gap: 15px;
    margin-bottom: 15px;
}

#unsplashResults .masonry-item {
    border: 1px solid transparent;
    border-radius: 5px;
    padding: 5px;
    break-inside: avoid;
    margin-bottom: 30px;
}

    #unsplashResults .masonry-item:hover {
        border: 1px solid #b1b1b1;
    }

    #unsplashResults .masonry-item img {
        height: auto !important;
        width: 100% !important;
        display: block;
        margin-bottom: 5px;
        border-radius: 5px;
    }

    #unsplashResults .masonry-item .photoCredit {
        font-size: 12px;
        text-align: left;
    }

.studioPdfItem {
    text-align: left;
    padding: 5px;
    border: 1px solid #b1b1b1;
    margin-bottom: 5px;
    border-radius: 5px;
}

    .studioPdfItem:hover {
        background-color: #fd3478;
        color: #fff !important;
        cursor: pointer;
    }

        .studioPdfItem:hover * {
            color: #fff !important;
        }

    .studioPdfItem .fas {
        margin-right: 5px;
        font-size: 24px;
    }

.modal-xl {
    width: 1300px;
}

.sr-only {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    white-space: nowrap;
}