@import "fonts.css";

@font-face {
    font-family: 'Roboto';
    src: url('fonts/fontText/Roboto-Thin.eot?#iefix') format('embedded-opentype'),  url('fonts/fontText/Roboto-Thin.woff') format('woff'), url('fonts/fontText/Roboto-Thin.ttf')  format('truetype'), url('fonts/fontText/Roboto-Thin.svg#Roboto-Thin') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('fonts/fontText/Roboto-Regular.eot?#iefix') format('embedded-opentype'),  url('fonts/fontText/Roboto-Regular.woff') format('woff'), url('fonts/fontText/Roboto-Regular.ttf')  format('truetype'), url('fonts/fontText/Roboto-Regular.svg#Roboto-Regular') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('fonts/fontText/Roboto-Bold.eot?#iefix') format('embedded-opentype'),  url('fonts/fontText/Roboto-Bold.woff') format('woff'), url('fonts/fontText/Roboto-Bold.ttf')  format('truetype'), url('fonts/fontText/Roboto-Bold.svg#Roboto-Bold') format('svg');
    font-weight: 700;
    font-style: normal;
}

/*

COLORXYZ

#acacac
#eee
#59585d
#ddd
*/

html, body, div, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
u, i, center, input, select,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, svg, button, textarea {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    color: #59585d;
    outline: none !important;
    outline-color: transparent !important;
}

:focus {
    outline: none !important;
    outline-color: transparent !important;
    outline-style: none !important;
    outline-width: 0 !important;
}

input {
    box-shadow: inset 0 0 100px 0 #fff;
}

input[type="submit"] {
    box-shadow: none;
}

input[type="checkbox"], input[type="radio"] {
    box-shadow: none;
}

a {
    text-decoration: none;
    color: #59585d;
}

#ui-datepicker-div {
    background: #fff;
}

.icon-check, .color_Success {
    color: #b3d100;
}

.icon-cross, .color_Danger {
    color: #d20000;
}

.transition250 {
    transition: 0.25s;
    -webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    -ms-transition: 0.25s;
    -o-transition: 0.25s;
}

.transition500 {
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}

.transition750 {
    transition: 0.75s;
    -webkit-transition: 0.75s;
    -moz-transition: 0.75s;
    -ms-transition: 0.75s;
    -o-transition: 0.75s;
}

.transition1000 {
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
}

.transition250 span, .transition500 span, .transition750 span, .transition1000 span {
    transition: 0s;
    -webkit-transition: 0s;
    -moz-transition: 0s;
    -ms-transition: 0s;
    -o-transition: 0s;
}

.transition250 .icon {
    transition: 0s;
    -webkit-transition: 0s;
    -moz-transition: 0s;
    -ms-transition: 0s;
    -o-transition: 0s;
}

.transition500 .icon {
    transition: 0s;
    -webkit-transition: 0s;
    -moz-transition: 0s;
    -ms-transition: 0s;
    -o-transition: 0s;
}

.transition750 .icon {
    transition: 0s;
    -webkit-transition: 0s;
    -moz-transition: 0s;
    -ms-transition: 0s;
    -o-transition: 0s;
}

.transition1000 .icon {
    transition: 0s;
    -webkit-transition: 0s;
    -moz-transition: 0s;
    -ms-transition: 0s;
    -o-transition: 0s;
}

.redifier {
    color: #d20000;
}

.exclamer {
    color: #d20000;
    position: absolute;
    top: 3px;
    right: 3px;
}

.droitInstance {
    color: #f97200;
}

.droitUser {
    color: #aac104;
}

.noDroitUser {
    color: #e0e0e0;
}

.resultatError {
    padding: 10px;
    margin: 5px 10px;
    width: calc(100% - 20px);
    background: rgba(255,0,0,0.15);
    border: 1px solid #d20000;
    border-radius: 5px;
    color: #d20000;
    display: none;
}

.resultatError.active {
    display: block;
}

.waiter {
    position: relative;
    width: 100%;
    padding: 25px;
}

.waiter:before {
    content: '';
    position: absolute;
    top: 5px;
    left: calc(50% - 15px);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 5px solid #B3D100;
    border-top: 5px solid #4b4b4b;
    animation-name: waiterAnim;
    animation-iteration-count: infinite;
    animation-duration: 0.5s;
    animation-timing-function: linear;
}

.btnCenterSection.forCopyCode {
    flex-direction: column;
}

.copyCodeContainer {
    overflow: hidden;
    height: 0;
}

.copyCodeContainer table {
    margin: 25px 0;
}

.copyCodeContainer table tr td {
    padding: 5px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.copyCodeContainer table tr td {
    padding: 5px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.copyCodeContainer table tr td:last-child {
    border-right: none;
}

.copyCodeContainer.active {
    height: 300px;
    overflow-y: scroll;
}

.littleWaiter.waiter {
    padding: 15px;
}

.littleWaiter.waiter:before {
    left: calc(50% - 5px);
    width: 10px;
    height: 10px;
}

@keyframes waiterAnim {
    0% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
    }
}

#message_maintenance, .message_maintenance {
    padding: 15px;
    border: 1px solid #B3D100;
    background: rgba(179,209,0,0.15);
    border-radius: 5px;
    margin: 15px;
    width: calc(100% - 30px);
}

/* BODY CONTAINER */

.bodyContainer {
    padding: 30px;
    background: #acacac;
}

.mainContainer {
    padding-bottom: 30px;
    background: #fff;
}

.messageAlert {
    padding: 10px;
    width: 100%;
}

.messageAlertWithClose {
    position: relative;
}

.messageAlertWithClose .icon-cancel {
    position: absolute;
    top: 20px;
    right: 20px;
    color: #59585d;
    cursor: pointer;
}

.messageAlert ul {
    padding-left: 15px;
}

.messageAlert .textAlert {
    background: rgba(210, 165, 165, 0.5);
    padding: 15px;
    border-radius: 5px;
    border: 1px solid #a94442;
    width: 100%;
    color: #a94442;
}

.messageAlertWithClose .textAlert {
    padding-right:30px;
}

.messageAlert .textAlert ul li {
    color: #a94442 !important;
}

.messageAlert .textSuccess {
    background: rgba(165, 210, 179, 0.5);
    padding: 15px;
    border-radius: 5px;
    border: 1px solid #286535;
    width: 100%;
    color: #286535;
}

.messageAlert .textSuccess ul li {
    color: #286535 !important;
}

/* BUTTON CONTAINER */

.btnCenterSection {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    width: 100%;
}

.btnCenterSection .btnDefault {
    margin-left: 10px;
}

.btnCenterSection .btnDefault:first-child {
    margin-left: 0;
}

.formContainerOffreHektorLoader {
    position: absolute;
    margin-left: 266px;
}

.btnDefault {
    padding: 10px 30px;
    background: #59585d;
    border: none;
    border-radius: 5px;
    color: #fff !important;
    text-decoration: none !important;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.btnDefault[disabled] {
    opacity: 0.5;
    cursor: not-allowed;
}

.btnDefaultVeryLight {
    padding: 5px;
    background: #59585d;
    border: none;
    border-radius: 5px;
    color: #fff !important;
    text-decoration: none !important;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-left: 2px;
}

.btnDefaultVeryLight:first-child {
    margin-left: 0;
}

.btnDefault.withSameSizeButton {
    min-width: 150px;
}

.btnLinkDefault {
    cursor: pointer;
    text-decoration: none;
    border: none;
    background: none;
    color: #b3d100;
}

.btnDefault .icon {
    padding-right: 10px;
}

.btnDefault:hover,
.btnDefaultVeryLight:hover {
    background: #b3d100;
}

.btnDefault.btnDefault_success {
    background: #b3d100;
}

.btnDefault.btnDefault_success:hover {
    background: #59585d;
}

.btnDefault.btnDefault_danger {

}

/* INPUT CONTAINER */

.inputTextElement {
    width: 100%;
    padding: 5px 10px;
    border-radius: 5px;
    border: 1px solid #ddd;
    background: #fff;
    resize: none;
}

.hide {
    display: none !important;
}

.selectBootstrapStyle {
    width: 100%;
    position: relative;
}

.selectBootstrapStyle .btn-default {
    width: 100%;
    padding: 5px 6px 5px 10px;
    border-radius: 5px;
    border: 1px solid #ddd;
    background: #fff;
    resize: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.selectBootstrapStyle .btn-default .filter-option {
    text-align: left;
}

.selectBootstrapStyle .btn-default .bs-caret {
    border: 3px solid rgba(0,0,0,0);
    border-bottom: 0px solid rgba(0,0,0,0);
    border-top: 6px solid #59585d;
}

.selectBootstrapStyle .btn-default .bs-caret .caret{
    display: none;
}

.selectBootstrapStyle .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #ddd;
    background: #fff;
    padding: 10px;
    z-index: 9;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.15);
    display: none;
}

.selectBootstrapStyle .dropdown-menu.open {
    display: block;
}

.selectBootstrapStyle .dropdown-menu.inner {
    display: block;
    position: relative;
    top: inherit;
    left: inherit;
    width: 100%;
    border-radius: 0;
    border: none;
    background: #fff;
    padding: 10px;
    box-shadow: none;
}

.selectBootstrapStyle .dropdown-menu.inner li {
    cursor: pointer;
}

.selectBootstrapStyle .dropdown-menu.inner li a {
    width: 100%;
    display: block;
    padding: 2px 0;
}

.selectBootstrapStyle .dropdown-menu.inner li.dropdown-header:first-letter {
    text-transform: uppercase;
}

.selectBootstrapStyle .dropdown-menu.inner li .text-muted {
    display: none;
}

.selectBootstrapStyle .dropdown-menu .form-control {
    width: 100%;
    border-radius: 5px;
    border: 1px solid #ddd;
    background: #fff;
    padding: 5px 10px;
}

/* ACCORDEON CONTAINER */

.sectionAccordeonContainer {
    padding: 30px 15px 0 15px;
    width: 100%;
    flex-direction: column;
}

.sectionAccordeonContainer .titleSection {
    font-weight: bold;
    font-size: 45px;
    text-transform: uppercase;
    color: #d6d7d9;
    line-height: 1;
}

.sectionAccordeonContainer .titleSectionScructure {
    background: #eee;
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
}

.sectionAccordeonContainer .titleSectionScructure .icon {
    background: #ddd;
    color: #59585d;
    width: 60px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    cursor: pointer;
}

.sectionAccordeonContainer .titleSectionScructure .subtitleSection {
    padding: 0 15px;
}

.sectionAccordeonContainer .titleSectionScructure .subtitleSection .typeSubtitle {
    font-weight: bold;
}

.sectionAccordeonContainer .titleSectionScructure .subtitleSection .typeSubtitle:first-letter {
    text-transform: uppercase   ;
}

.sectionAccordeonContainer .hideSectionStructure {
    border: 1px solid #ddd;
    border-top: none;
    height: 0;
    overflow: hidden;
    opacity: 0;
}

.sectionAccordeonContainer.active .hideSectionStructure {
    height: 100%;
    position: relative;
    opacity: 1;
}


.sectionAccordeonContainer .hideSectionStructure .tableContainerAccordeon .tbodySection {
    padding: 10px;
    text-align: center;
    background: #59585d;
}

.sectionAccordeonContainer .hideSectionStructure .tableContainerAccordeon .tbodySection .text {
    color: #fff;
    text-transform: capitalize;
}

.sectionAccordeonContainer .hideSectionStructure .tableContainerAccordeon .tabDataSection {
    padding: 10px;
    width: 100%;
}

.sectionAccordeonContainer .hideSectionStructure .tableContainerAccordeon .tabDataSection .rowTabData {
    padding: 0 10px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.sectionAccordeonContainer .hideSectionStructure .tableContainerAccordeon .tabDataSection .rowTabData .typeData,
.sectionAccordeonContainer .hideSectionStructure .tableContainerAccordeon .tabDataSection .rowTabData .data {
    width: 45%;
    padding: 5px 0;
    border-bottom: 1px solid #acacac;
    text-align: left;
    color: #acacac;
    font-size: 12px;
}

.sectionAccordeonContainer .hideSectionStructure .tableContainerAccordeon .tabDataSection .rowTabData .typeData:first-letter {
    text-transform: uppercase;
}

.sectionAccordeonContainer .hideSectionStructure .tableContainerAccordeon .tabDataSection .rowTabData .data {
    color: #59585d;
}

.sectionAccordeonContainer .hideSectionStructure .tableContainerAccordeon .legende {
    padding: 15px;
    color: #acacac;
    font-size: 11px;
}

/* FORMULAIRE */

.tableContainerAccordeon .tbodyFormSection {
    background: #59585d;
    padding: 10px;
    display: flex;
    align-items: center;
}

.tableContainerAccordeon .tbodyFormSection .titreForm {
    font-size: 20px;
    color: #fff;
}

.tableContainerAccordeon .tbodyFormSection .icon {
    color: #fff;
}

.tableContainerAccordeon .tbodyFormSection .text {
    color: #fff;
    padding-left: 15px;
}

.tableContainerAccordeon .tbodyFormSection .textPopinOffreAgence {
    color: #fff;
    padding-left: 15px;
    margin-right: 25px;
}

.tableContainerAccordeon .tSectionFormSection {
    background: #bac47c;
    padding: 10px;
    display: flex;
    align-items: center;
}

.tableContainerAccordeon .tSectionFormSection.warning {
    background: #d70000;
}

.tableContainerAccordeon .tSectionFormSection .text {
    color: #fff;
}

.tableContainerAccordeon .tabDataFormSection {
    padding: 10px;
    width: 100%;
    position: relative;
}

.tableContainerAccordeon .tabDataFormSection:after {
    content: '';
    width: calc(100% - 20px);
    position: absolute;
    bottom: 10px;
    left: 10px;
    background: #ddd;
    height: 1px;
}
.tabDataFormSection.attentionElearning:after {
    content: none;
}
.tableContainerAccordeon .tabDataFormSection .textFormSection {
    padding: 10px;
    width: 100%;
}

.tableContainerAccordeon .tabDataFormSection .textFormSection.centerText {
    text-align: center;
}
.tableContainerAccordeon .centerText {
    text-align: center;
}

.tableContainerAccordeon .tabDataFormSection .labelForm {
    padding: 10px;
    background: #eee;
    justify-content: center;
    flex-direction: column;
    border-top: 1px solid #ddd;
    min-height: 50px;
}

.tableContainerAccordeon .tabDataFormSection .labelForm .color_Danger {
    font-size: 11px;
}

.tableContainerAccordeon .tabDataFormSection .labelForm .typeData {
    color: #59585d;
    font-weight: bold;
}

.tableContainerAccordeon .tabDataFormSection .inputForm {
    padding: 10px;
    border-top: 1px solid #ddd;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
}

.tableContainerAccordeon .tabDataFormSection .inputForm .moduleInputButton {
    width: 100%;
}

.tableContainerAccordeon .tabDataFormSection .inputForm .moduleInputButton .inputTextElement,
.tableContainerAccordeon .tabDataFormSection .inputForm .moduleInputButton .btnDefault {
    margin-bottom: 5px;
}

.tableContainerAccordeon .tabDataFormSection .inputForm .moduleInputButton .inputTextElement:last-child,
.tableContainerAccordeon .tabDataFormSection .inputForm .moduleInputButton .btnDefault:last-child {
    margin-bottom: 0;
}

.tableContainerAccordeon .tabDataFormSection .inputForm.editionIcon {
    flex-direction: row;
    align-items: center;
}

.tableContainerAccordeon .tabDataFormSection .inputForm.editionIcon .icon {
    padding: 10px;
    cursor: pointer;
    margin-left: 10px;
}

.tableContainerAccordeon .tabDataFormSection .inputForm.alignElementCenter {
    align-items: center;
}

.tableContainerAccordeon .tabDataFormSection .inputForm.alignElementStart {
    align-items: flex-start;
}

.tableContainerAccordeon .tabDataFormSection .inputForm .inputLabelAligned {
    display: flex;
    align-items: center;
    padding-bottom: 10px;
    width: 100%;
}

.tableContainerAccordeon .tabDataFormSection .inputForm .inputLabelAligned .labelElement {
    padding-right: 5px;
    white-space: nowrap;
}

.tableContainerAccordeon .tabDataFormSection .inputForm .colorpicker {
    cursor: pointer;
}

.tableContainerAccordeon .tabDataFormSection .inputForm.flexStart {
    align-items: flex-start;
}

.tableContainerAccordeon .tabDataFormSection .inputForm .imgCharged {
    width: 80px;
    height: 80px;
}

.tableContainerAccordeon .tabDataFormSection .inputForm .filesUploaded {
    padding: 5px 0;
    color: #acacac;
    font-size: 12px;
}

.tableContainerAccordeon .tabDataFormSection .inputForm .caseColor {
    width: 100%;
    padding: 7px;
    text-align: center;
}

.tableContainerAccordeon .tabDataFormSection .inputForm .containerProgressBar {
    height:30px;
    min-width: 100%;
}

.tableContainerAccordeon .tabDataFormSection .inputForm .containerProgressBar .progress {
    background: #f5f5f5;
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
}

.tableContainerAccordeon .tabDataFormSection .inputForm .containerProgressBar .progress-bar-success {
    background-color: #b3d100;
}

.tableContainerAccordeon .tabDataFormSection .inputForm .containerProgressBar .progress-bar {
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15) inset;
    color: #fff;
    float: left;
    font-size: 12px;
    height: 100%;
    line-height: 20px;
    text-align: center;
    transition: width 0.6s ease 0s;
    width: 0;
}

.tableContainerAccordeon .tabDataFormSection .inputForm .bootstrap-select select {
    display: none;
}

.tableContainerAccordeon .tabDataFormSection .inputForm .legentElement {
    font-style: italic;
    font-size: 12px;
    padding: 5px 0;
    color: #acacac;
}

.tableContainerAccordeon .tabDataFormSection .inputForm select {
    width: 100%;
}

.tableContainerAccordeon .tabDataFormSection .inputForm .moduleContent {
    padding: 5px 0;
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

.tableContainerAccordeon .tabDataFormSection .inputForm .moduleContent.label-disabled {
    opacity: 0.5;
}

.tableContainerAccordeon .tabDataFormSection .inputForm label.moduleContent {
    cursor: pointer;
}

.tableContainerAccordeon .tabDataFormSection .inputForm .moduleContent.js_moduleHideContent {
    flex-direction: column;
}

.tableContainerAccordeon .tabDataFormSection .inputForm .moduleContent.hide {
    display: none;
}

.tableContainerAccordeon .tabDataFormSection .inputForm .moduleContent .labelElement {
    color: #acacac;
}

.tableContainerAccordeon .tabDataFormSection .inputForm .moduleContent:hover .labelElement {
    color: #000000;
}

.tableContainerAccordeon .tabDataFormSection .labelForm.forceBorder,
.tableContainerAccordeon .tabDataFormSection .inputForm.forceBorder {
    border-bottom: 1px solid #ddd;
}

.tableContainerAccordeon .tabDataFormSection .labelForm.noBorder,
.tableContainerAccordeon .tabDataFormSection .inputForm.noBorder {
    border-bottom: none;
}

.tableContainerAccordeon .btnFormSection {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 10px;
}

.tableContainerAccordeon .btnFormSection.centerBtn {
    display: flex;
    align-items: center;
    justify-content: center;
}

.tableContainerAccordeon .btnFormSection .btnDefault {
    margin-left: 10px;
}

.tableContainerAccordeon .btnFormSection .btnDefault:first-child {
    margin-left: 0;
}

.tableContainerAccordeon .btnFormSection .moduleCheckbox {
    padding: 0 15px;
    display: flex;
    align-items: center;
}

.tableContainerAccordeon .btnFormSection .moduleCheckbox .labelCheckboxInput {
    padding-right: 10px;
}

.tableContainerAccordeon .btnFormSection .moduleCheckbox .checkboxInput {

}

/* TABLEAU DE DONNEES */

.tableauDataContainer {
    width: 100%;
}

.tableauDataContainer.withTwoTab {
    justify-content: space-between;
}

.tableauDataContainer.withTwoTab .columnTab {
    flex-direction: column;
}

.tableauDataContainer.withTwoTab .containerBXDPerso {
    width: calc(50% - 15px);
    display: flex;
}

.tableauDataContainer.withTwoTab .containerBXDPerso .containerHistorique {
    max-height: 180px;
    overflow-y: auto;
}

.tableauDataContainer .btnEndSection {
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.tableauDataContainer .btnEndSection .btnDefault {
    margin-left: 5px;
}

.tableauDataContainer .theadTabDataStructure {
    background: #fff;
    color: #4b4b4b!important;
    padding: 20px 0;
    display: flex;
    border-bottom: solid 2px #dee2e6;
}

.tableauDataContainer .tbodyFormSection {
    background: #59585d;
    padding: 10px;
    display: flex;
    align-items: center;
    color: #fff;
}

.tableauDataContainer.size_2 .theadTabDataStructure {
    background: #727175;
    padding: 0;
}

.tableauDataContainer .theadTabDataStructure .tdTabDataStructure {
    color: #fff;
    border-right: 1px solid #fff;
    align-items: center;
    overflow: hidden;
    position: relative;
}

.tableauDataContainer.centerTabData .theadTabDataStructure .tdTabDataStructure {
    justify-content: center;
    text-align: center;
    color:#4b4b4b;
}

.tableauDataContainer.centerTabData.column .theadTabDataStructure .tdTabDataStructure {
    flex-direction: column;
}

.tableauDataContainer.size_2 .theadTabDataStructure .tdTabDataStructure {
    padding: 10px 0;
    overflow: hidden;
}

.tableauDataContainer .trowTabDataStructure .tdTabDataStructure {
    padding: 5px 10px;
    border-right: 1px solid #ddd;
    align-items: center;
    font-size: 11px;
    justify-content: center;
    text-align: center;
    position: relative;
}

.tableauDataContainer .trowTabDataStructure .tdTabDataStructure div {
    font-size: 11px;
}

.tableauDataContainer .theadTabDataStructure.withButton .tdTabDataStructure {
    justify-content: space-between;
    padding: 0 15px;
}

.tableauDataContainer .trowTabDataStructure .tdTabDataStructure.cursorPointer {
    cursor: pointer;
}

.tableauDataContainer .trowTabDataStructure .tdTabDataStructure.cursorPointer:hover {
    color: #B3D100;
}

.tableauDataContainer .trowTabDataStructure .tdTabDataStructure .btnDefault {
    margin-right: 10px;
}

.tableauDataContainer .trowTabDataStructure .tdTabDataStructure .btnDefault:last-child {
    margin-right: 0;
}

.tableauDataContainer .trowTabDataStructure.cursorPointer {
    cursor: pointer;
}

.tableauDataContainer .trowTabDataStructure .tdTabDataStructure .btnLinkDefault {
    font-size: 11px;
}

.tableauDataContainer .trowTabDataStructure:nth-child(2n) {
    background: #fafafa;
}

.tableauDataContainer .trowTabDataStructure .trowTabDataContent {
    width: 100%;
}

.tableauDataContainer .trowTabDataStructure .tdTabDataStructure img {
    width: 100%;
    max-height: 50px;
    object-fit: contain;
}

.tableauDataContainer.size_2 .trowTabDataStructure .tdTabDataStructure {
    text-align: center;
    justify-content: center;
    padding: 10px;
}

.tableauDataContainer .theadTabDataStructure .tdTabDataStructure:last-child,
.tableauDataContainer .trowTabDataStructure .tdTabDataStructure:last-child {
    border: none;
}

/* POPIN */

.popinActive {
    overflow: hidden;
}

.popinContainer {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0.75);
    overflow: auto;
    z-index: 99;
    padding: 25px;
}

.popinContainer.active {
    display: flex;
}

.popinContainer .popinStructure {
    max-width: 700px;
    width: 100%;
    margin: auto;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.5);
    overflow: hidden;
    position: relative;
}

.popinContainer.maxHeight .popinStructure {
    max-width: 90%;
}

.popinContainer .popinStructure .iconClosePopin {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #fff;
    z-index: 999;
    cursor: pointer;
}

.popinContainer .popinStructure .iconClosePopin.darkMode {
    color: #59585d;
}

/* CHECKBOX On/Off */

.checkboxOnOffContainer {

}

.checkboxOnOffContainer .droitChecker {
    display: none;
}

.checkboxOnOffContainer .checkboxOnOff {
    position: relative;
    background: #ddd;
    border-radius: 50px;
    width: 50px;
    height: 25px;
    padding: 5px;
    justify-content: space-between;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.checkboxOnOffContainer .checkboxOnOff:before {
    background: #d20000;
    content: '';
    border-radius: 50%;
    width: 15px;
    height: 15px;
}

.checkboxOnOffContainer .checkboxOnOff:after {
    content: 'Off';
}

.checkboxOnOffContainer .droitChecker:checked + .checkboxOnOff {
    flex-direction: row-reverse;
}

.checkboxOnOffContainer .droitChecker:checked + .checkboxOnOff:before {
    background: #b3d100;
}

.checkboxOnOffContainer .droitChecker:checked + .checkboxOnOff:after {
    content: 'On';
}

/* SELECT SPECIAL */

.dropdownMenuContainer {
    position: relative;
    width: 100%;
}

.dropdownMenuContainer .btnDropdown {
    width: 100%;
    padding: 5px 6px 5px 10px;
    border-radius: 5px;
    border: 1px solid #ddd;
    background: #fff;
    resize: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px;
}

.dropdownMenuContainer .btnDropdown:last-child {
    margin: 0;
}

.dropdownMenuContainer .btnDropdown .caret {
    border: 3px solid rgba(0,0,0,0);
    border-bottom: 0px solid rgba(0,0,0,0);
    border-top: 6px solid #59585d;
}

.dropdownMenuContainer .dropdownMenu {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    overflow-y: scroll;
    max-height: 250px;
    border-radius: 5px;
    border: 1px solid #ddd;
    background: #fff;
    z-index: 9;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.15);
    display: none;
}

.dropdownMenuContainer .dropdownMenu .element {
    display: block;
    padding: 10px;
    cursor: pointer;
}

.dropdownMenuContainer.open .dropdownMenu {
    display: block;
}

/* SECTION DIAGRAM */

.sectionDiagramContainer {
    padding: 10px;
}

.sectionDiagramContainer .sectionDiagramStructure {
    border: 1px solid #acacac;
    flex-direction: column;
    width: 100%;
}

.sectionDiagramContainer .sectionDiagramStructure .titleDiagram {
    background: #acacac;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding: 10px;
    width: 100%;
    text-align: center;
}

.sectionDiagramContainer .sectionDiagramStructure .diagramStructure .diagram {
    min-height: 350px;
    padding: 10px;
}

.sectionDiagramContainer .sectionDiagramStructure .legendStructure {
    width: 100%;
}

.sectionDiagramContainer .sectionDiagramStructure .legendStructure .titleLegendContent {
    background: #f59a00;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    width: 100%;
    font-weight: bold;
}

.sectionDiagramContainer .sectionDiagramStructure .legendStructure .legendTab {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.sectionDiagramContainer .sectionDiagramStructure .legendStructure .legendTab .legendRow {
    padding: 10px;
    width: 100%;
    border-bottom: 1px solid #ddd;
}

.sectionDiagramContainer .sectionDiagramStructure .legendStructure .legendTab .legendRow .dataNumber {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.sectionDiagramContainer .sectionDiagramStructure .legendStructure .legendTab .legendRow:last-child {
    border-bottom: none;
}

.legendColor {
    width: 30px;
    height: 15px;
    display: block;
}

.legendColor.admin {
    background: #e18197;
}

.legendColor.agence {
    background: #93ccce;
}

.legendColor.agenceSeule {
    background: #f69679;
}

.legendColor.mandataire {
    background: #8abe6e;
}

.legendColor.negociateur {
    background: #7ababc;
}

.legendColor.secretaire {
    background: #f8e367;
}

.graphLineContent {
    flex-direction: column;
}

.graphLineContent .percentText {
    font-weight: bold;
    padding-bottom: 2.5px;
}

.graphLineContent .graphLine {
    height: 20px;
    width: 100%;
    background: #ddd;
    border-radius: 50px;
}

.graphLineContent .graphLine .percentValid {
    height: 100%;
    border-radius: 50px;
    background-color: #f59a00;
    display: block;
}

/* SECTION ONGLET */

.sectionOnglet {
    width: 100%;
}

.sectionOnglet .navOngletContainer {
    padding-top: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #ddd;
}

.sectionOnglet .navOngletContainer .navOngletStructure {
    margin: 0;
    justify-content: flex-start;
}

.sectionOnglet .navOngletContainer .navOngletStructure .elementOnglet {
    padding: 10px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    background: #eee;
    margin-right: 2px;
    display: block;
    border: 1px solid #ddd;
    border-bottom: none;
    cursor: pointer;
    position: relative;
}


.sectionOnglet .navOngletContainer .navOngletStructure .elementOnglet:hover,
.sectionOnglet .navOngletContainer .navOngletStructure .elementOnglet.active {
    background: #fff;
}

.sectionOnglet .navOngletContainer .navOngletStructure .active.elementOnglet:after {
    content: '';
    background: #fff;
    height: 5px;
    width: 100%;
    position: absolute;
    bottom: -4px;
    left: 0;
}

.sectionOnglet .ongletContainer .ongletStructure {
    display: none;
    opacity: 0;
}

.sectionOnglet .ongletContainer .ongletStructure.active {
    display: block;
    opacity: 1;
}

.sectionOnglet .ongletContainer .ongletStructure .titreOnglet {
    background: #cad411;
    padding: 10px;
    margin-bottom: 5px;
    font-size: 15px;
    color: #fff;
    margin: 0;
}

/* -------- */

.sectionOngletV2 {
    width: 100%;
}

.sectionOngletV2 .navOngletContainerV2 {
    padding: 0;
}

.sectionOngletV2 .navOngletContainerV2 .ongletContainerV2 {
    margin-bottom: 5px;
}

.sectionOngletV2 .navOngletContainerV2 .ongletContainerV2 .elementOngletV2 {
    padding: 10px;
    background: #ddd;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.sectionOngletV2 .navOngletContainerV2 .ongletContainerV2 .navOngletContainerV2 {
    padding: 10px;
}

.sectionOngletV2 .navOngletContainerV2 .ongletContainerV2 .navOngletContainerV2 .ongletContainerV2 .elementOngletV2 {
    background: #727175;
}

.sectionOngletV2 .navOngletContainerV2 .ongletContainerV2 .navOngletContainerV2 .ongletContainerV2 .elementOngletV2 .text {
    color: #fff;
}

.sectionOngletV2 .navOngletContainerV2 .ongletContainerV2 .elementOngletV2 .icon {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #59585d;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}

.sectionOngletV2 .navOngletContainerV2 .ongletContainerV2 .elementOngletV2:hover .icon {
    background: #B3D100;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}

.sectionOngletV2 .navOngletContainerV2 .ongletContainerV2 .elementOngletV2.active .icon {
    background: #B3D100;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}

.sectionOngletV2 .navOngletContainerV2 .ongletContainerV2 .ongletStructureV2 {
    display: none;
    opacity: 0;
}

.sectionOngletV2 .navOngletContainerV2 .ongletContainerV2 .ongletStructureV2.active {
    display: block;
    opacity: 1;
}

.jquery-msgbox-wrapper form {
    padding: 15px;
    text-align: center;
}

.jquery-msgbox-wrapper form:first-letter {
    text-transform: uppercase;
}

.jquery-msgbox-wrapper form .jquery-msgbox-buttons {
    padding-top: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.jquery-msgbox-wrapper form .jquery-msgbox-buttons button {
    padding: 10px 30px;
    margin: 0 10px;
    background: #59585d;
    border: none;
    border-radius: 5px;
    color: #fff !important;
    text-decoration: none !important;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}

.jquery-msgbox-wrapper form .jquery-msgbox-buttons button:hover {
    background: #b3d100;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}

.containerDownload {
    position: fixed;
    top: 400px;
    right: -54px;
    display: flex;
    align-items: center;
    z-index: 9999;
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.15);
    background: #fff;
}

.containerDownload button {
    border: none;
    background: #fff;
    cursor: pointer;
}

.containerDownload .iconArrow_js {
    padding: 7.5px;
    height: 60px;
    background: #b3d100;
    color: #fff;
}

.containerDownload .download_js {
    padding: 10px;
    margin: 0 10px;
    border-radius: 5px;
    background: #59585d;
    color: #fff;
}

.containerDownload .download_js:hover {
    background: #b3d100;
}

.containerDownload.open {
    right: 15px;
}


.pagination {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 15px;
}

.pagination .element {
    min-width: 30px;
    padding: 0 10px;
    height: 30px;
    background: #4b4b4b;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin-left: 3px;
    cursor: pointer;
}

.pagination .element:first-child {
    margin-left: 0;
}

.pagination .element:hover,
.pagination .element.active {
    background: #b3d100;
}
[data-organigramme-display] {
    cursor:pointer;
}
.tabDataFormSection .chosen-choices{
    height: 32px !important;
    border: none !important;
    background: none !important;
}
.rechercheBoxContent .chosen-choices {
    border-radius: 0;
    height: 35px !important;
    padding-top: 3px;
    margin-bottom: 0;
}
.tabDataFormSection .chosen-container-multi .chosen-choices li.search-choice{
    position: relative;
    margin: 3px 5px 3px 0;
    padding: 3px 20px 3px 5px;
    border: 1px solid #aaa;
    max-width: 100%;
    border-radius: 3px;
    background-color: #eeeeee;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
    background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-size: 100% 19px;
    background-repeat: repeat-x;
    background-clip: padding-box;
    -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
    color: #333;
    line-height: 13px;
    cursor: default;
    list-style: none;
}

.tabDataFormSection .chosen-container-multi .chosen-choices li.search-choice .search-choice-close{
    color: gray;
    top: 4px;
    left: 3px !important;
    display: block;
    width: 12px;
    float: right;
    height: 12px;
}
.chosen-container .chosen-drop {
    top: 100%;
    z-index: 1010;
    width: 100%;
    background: #fff;
}
.chosen-container .chosen-results {
    color: #444;
    position: relative;
    margin: 0 4px 4px 0;
    padding: 0 0 0 4px;
    max-height: 240px;
    width: 100%;
    -webkit-overflow-scrolling: touch;
}
.chosen-container-multi .chosen-drop .result-selected {
    position: relative;
    margin: 3px 5px 3px 0;
    padding: 3px 20px 3px 5px;
    border: 1px solid #aaa;
    max-width: 100%;
    border-radius: 3px;
    background-color: #eeeeee;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
    background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-size: 100% 19px;
    background-repeat: repeat-x;
    background-clip: padding-box;
    -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
    color: #333;
    line-height: 13px;
    cursor: default;
    list-style: none;
}
.chosen-container-multi .chosen-choices {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0 5px;
    width: 100%;
    height: auto!important;
    background-color: #fff!important;
    border-radius: 5px;
    border: 1px solid #ddd!important;
}
.icon-close-chosen {
    font-size: 10px!important;
    color: gray;
    padding: 2px;
    float:right;
}
ul.ui-autocomplete {
    z-index: 1!important;
    left: 43%!important;
    margin-left: -11px;
    position: relative!important;
    list-style: none!important;
    width: 16%!important;
    border-radius: 5px!important;
    border: 1px solid #ddd!important;
    background: #fff!important;
    top: -746px!important;
}
.inputFormautocomple {
    margin: 1px 0;
    padding: 0;
    height: 25px;
    outline: 0;
    border: 0 !important;
    background: transparent !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #999;
    font-size: 100%;
    font-family: sans-serif;
    line-height: normal;
    border-radius: 0;
    width: 25px;
}
.divMargin {
    margin-bottom: 23px;
}
.divPadding {
    padding: 10px!important;
}
.div_pres{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.tableContainerAccordeon .btnFormSection_pres {
    justify-content: initial !important;

}
.btnDefault_pres{
    width:100%!important;
}

.icon-add:before {
    font-family: 'icomoon' !important;
}
.icon-remove:before {
    font-family: 'icomoon' !important;
}
.waiterCode:before {
    content: '';
    position: absolute;
    top: 5px;
    left: calc(50% - 15px);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 5px solid #B3D100;
    border-top: 5px solid #4b4b4b;
    animation-name: waiterAnim;
    animation-iteration-count: infinite;
    animation-duration: 0.5s;
    animation-timing-function: linear;
}
.waiterCode {
    position: relative;
    width: 100%;
    padding-bottom: 30px;
}
.legendeFormulaire{
    padding: 3px;
    color: #acacac;
    font-size: 11px;
}
.tdTabDataStructureText{
    font-size: 14px!important;
}

.whiteColor {
    color: #fff;
}
.nav-tabs {
    border-bottom: 1px solid #dee2e6;
}
.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.nav.nav-tabs{
    display: block;
    width: 100%;
}
.nav-item{
    display: inline-block;
    float: left;
    padding: 0 0 0 10px;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
}

.nav-link:not(.active){
    background: #e0e0e0;
}

.nav-tabs .nav-link {
    margin-bottom: -1px;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    border-image: initial;
}
.nav-link {
    display: block;
    padding: .5rem 1rem;
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}
.bxrow.tab-content{
    display: block;
    width:100%;
}
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 7px;
    left: 0;
    right: 0;
    bottom: 5px;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 25px;
    left: 4px;
    bottom: 3px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.fromHeader {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}

/* Add some margins for each label */
.fromHeader label {
    margin: 5px 10px 5px 5px;
}

.makeRed {
    border: 1px solid red !important;
}

#categ {
    position: absolute;
    left: 50%;
    top: 5%;
}
#formationObligatoire{
    margin-left: auto;

}
.redColor{
    color:#d70000;
}
.p1em{
    padding: 1em;
}
.tableContainerAccordeon .tabDataFormSection .inputForm .notifLabel {
    padding: 5px 0;
    color: #acacac;
    font-size: 12px;
}
.droitChecker:not(:checked),
.droitChecker:checked {
    position: absolute;
    left: -9999px;
}

.droitChecker:not(:checked) + label,
.droitChecker:checked + label {
    position: relative;
    padding-left: 75px;
    cursor: pointer;
}

.droitChecker:not(:checked) + label:before,
.droitChecker:checked + label:before,
.droitChecker:not(:checked) + label:after,
.droitChecker:checked + label:after {
    content: '';
    position: absolute;
}

.droitChecker:not(:checked) + label:before,
.droitChecker:checked + label:before {
    left: 0;
    top: -3px;
    width: 65px;
    height: 30px;
    background: #DDDDDD;
    border-radius: 15px;
    -webkit-transition: background-color .2s;
    -moz-transition: background-color .2s;
    -ms-transition: background-color .2s;
    transition: background-color .2s;
}

.droitChecker:not(:checked) + label:after {
    width: 20px;
    height: 20px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    transition: all .2s;
    border-radius: 50%;
    background: #F72F32;
    top: 2px;
    left: 5px;
}

.droitChecker:checked + label:after {
    width: 20px;
    height: 20px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    transition: all .2s;
    border-radius: 50%;
    background: #99cc01;
    top: 2px;
    left: 5px;
}

/* on checked */
.droitChecker:checked + label:before {
    background: #dddddd;
}

.droitChecker:checked + label:after {
    background: #99cc01;
    top: 2px;
    left: 40px;
}

.droitChecker:checked + label .ui,
.droitChecker:not(:checked) + label .ui:before,
.droitChecker:checked + label .ui:after {
    position: absolute;
    left: 6px;
    width: 65px;
    border-radius: 15px;
    font-size: 12px;
    font-weight: bold;
    line-height: 22px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    transition: all .2s;
}

.droitChecker:not(:checked) + label .ui:before {
    content: "NON";
    left: 32px
}

.droitChecker:checked + label .ui:after {
    content: "OUI";

}

.droitChecker:focus + label:before {
    border: 1px dashed #777;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: -1px;
}
.textBoxElearning{
    text-align: center;
    justify-content: center;
    padding: 25px 10px 25px 10px;
}
.display-inline {
    display: inline-block;
}
.w50pr{
    width: 50%;
}
.listeTagpopin{
    margin: 10px 0;
    display: flex;
}
.greenColor{
    color:#008000;
}
.tagFormationElearning {
    position: absolute;
    left: 50%;
    top: 12%;
    width: 14%;
}
.tagFormationTuto{
    position: absolute;
    left: 50%;
    top: 5%;
    width: 14%;
}
.categoriesTutoSelect {
    margin: 12px 10px;
    min-width: 14%;
}

.categorieForm {
    display: flex;
    width: 100%;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    padding: 10px;
    border-top: 1px solid #ddd;
}
