/******************************** STYLES DU THÈME ********************************/
:root {
    --primaire: #000;
    --primaire-txt: #fff;
    --secondaire: #000;
    --secondaire-txt: #fff;
    --corps: #e6e6e6;
    --corps-noir: #3B3B3B;
}
.bordureTbl button.button:hover,
.button.couleurTheme:hover,
input[type=submit]:hover,
input[type=button].button:hover,
button.button:hover {
    background-color: #4a4a4a;
    color: #eee;
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}
#nomClient {
    display: inline-block;
    color: #000;
    line-height: 60px;
    vertical-align: middle;
    font-weight: bold;
    font-size: 18px;
    flex: 1;
    transition: all 0.4s ease;
    white-space: nowrap;
}
#wrapNouveauMenu.ferme #nouveauMenu  .subMenu > a:hover,
#nouveauMenu a:hover {
    background-color: rgba(0, 0, 0, 0.18);
}

#nouveauMenu a.actif {
    background-color: rgba(0, 0, 0, 0.3);
    color: #fff;
}

#navPagination a {
    color: #128EC2;
}

#navPagination a:hover {
    background-color: #29ACE2;
}

#navPagination a.actif,
#navPagination a.actif:hover {
    background-color: #128EC2;
}

#navTop {
    background: var(--corps);
}

.icoawsome {
    font-size: 27px;
    color: #757575;
}

/*******************************************************************************/
body {
    padding: 0;
    margin: 0;
    background: var(--corps) none repeat scroll 0 0;
    color: #333;
}

html, body, select, input, textarea, button {
    font-family: "Roboto", sans-serif;
    font-size: 12px;
}

textarea {
    resize: vertical;
}

tr.ui-state-disabled {
    opacity: 1 !important;
    filter: Alpha(Opacity=100) !important;
    pointer-events: all;
    cursor: inherit !important;
}

.cache {
    display: none;
}

/*########### publipostage ################*/
#tabs {
    border-radius: 0;
    border: none;
    padding: 0;
}

.ui-tabs .ui-tabs-nav {
    border-radius: 0;
    border: none;
    padding-left: 5px !important;
    padding-top: 5px !important;
    padding-bottom: 1px !important;
}

.ui-tabs .ui-tabs-nav li {
    border: none;
    border-radius: 0;
    box-shadow: 2px -1px 5px 0 rgba(0, 0, 0, 0.25);
}

.ui-tabs .ui-tabs-nav li a {
    outline: none;
}

/*--- theme radio et checkbox ---*/

label.radio input[type="radio"] {
    display: none;
}

label.radio {
    padding: 6px 4px;
    display: block;
    font-weight: bold;
    border-radius: 4px;
    border: 1px solid #ababab;
    cursor: pointer;
    margin-top: 4px;
    margin-bottom: 4px;
    vertical-align: top;
    transition: all 0.4s ease;
}

label.radio:hover {
    background-color: #4a4a4a;
    color: #fff;
}

label.radio.actif {
    background-color: #7CA745;
    color: #fff;
    border: 1px solid #4a4a4a;
}

input[type="radio"],
input[type="checkbox"] {
    /*border-color: rgba(50,194,205,1);
    background-color:rgba(50,194,205,0.2);*/
    margin: 8px;
    /*outline:none;
    transition:500ms all;*/
}

input[type="checkbox"] {
    /*-webkit-appearance: none;
    -moz-appearance: none;

    border-width: 1px;
    border-style: solid;
    width: 15px;
    height: 15px;*/
}

input[type="radio"] {
    /*-webkit-appearance: none;
    -moz-appearance: none;

    border-width: 1px;
    border-style: solid;*/
    width: 15px;
    height: 15px;
    border-radius: 50%;
}

input[type="radio"]:active,
input[type="checkbox"]:active,
input[type="radio"]:hover:not(:checked),
input[type="checkbox"]:hover:not(:checked) {
    background-color: rgba(50, 194, 205, 0.2);
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.8) inset,
    0 0 0 6px rgba(50, 194, 205, 0.2); /**/
}

input[type="radio"]:checked,
input[type="checkbox"]:checked {
    /*background-color:rgba(50,194,205,1);
    box-shadow: 0 0 0 2px rgba(255,255,255,0.8) inset;*/
}

input[type="radio"]:hover,
input[type="checkbox"]:hover {
    /*box-shadow: 0 0 0 2px rgba(255,255,255,0.8) inset,
    0 0 0 6px rgba(50,194,205,0.2);
    cursor:pointer;*/
}

/*--- /theme radio et checkbox ----*/
.button.couleurTheme, input[type=button].button,
.bordureTbl input[type=submit], .bordureTbl button.button {
    font-weight: bold;
    transition: .2s ease-out;
    -webkit-tap-highlight-color: transparent;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

#nouveauMenu a > span {
    display: inline-block;
    width: 36px;
    font-size: 22px;
    line-height: 0;
    vertical-align: middle;
}

#nouveauMenu {
    width: 260px;
    /*padding-bottom: 1em;*/
    padding-bottom: 60px;
}

#nouveauMenu a {
    padding-left: 5px;
    height: 38px;
    line-height: 36px;
    vertical-align: middle;
    display: block;
    margin: 2px 12px;
    font-weight: 400;
    transition: .2s ease-out;
    color: black;
    font-size: 13px;
    position: relative;
    text-transform: uppercase;
    border-radius: 4px;
    border: 1px solid transparent;
}
#nouveauMenu a img {filter: invert(1);}
#nouveauMenu a.actif img {filter: invert(0);}

#nouveauMenu .subMenu a {
    padding-left: 26px;border: 0;
}

#nouveauMenu div {
    height: 22px;
}

#nouveauMenu a img {
    vertical-align: middle;
    max-width: 18px;
    height: auto;
}

#nouveauMenu a img.arrow.up {
    transform: rotate(180deg);
}

#nouveauMenu a img.arrow {
    position: absolute;
    right: 0;
    top: calc(50% - 8px);
    margin-right: 15px;
}

#nouveauMenu a img {
    transition: all 0.2s linear;
}

.listediv {
    border: 1px solid #999999;
    position: absolute;
    background-color: #FFF;
    max-height: 200px;
    overflow: auto;
    display: none;
    font-size: 1.4em;
    z-index: 3000;
    border-radius: 0 0 4px 4px;
    border-top: 0;
    width: 100%;
    box-sizing: border-box;
}

.listediv div {
    cursor: pointer;
    margin: 0;
    border-bottom: 1px dotted #aaa;
    /*height:20px;*/
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 7px;
}
.listediv div:last-child{border-bottom: 0;}
.listediv div.operations{text-align: center;font-size: 0.8em;background-color: #f6f6f6;}
.listediv div:hover {
    background-color: #EEEEEE;
}

a {
    cursor: pointer;
    color: #333;
    text-decoration: none;
}

.tabEnteteTheme {
    border-bottom: 1px solid white;
    border-right: 2px solid white;
    font-size: 14px;
    font-weight: 600;
    padding: 5px;
    height: 31px;
}

.btnModifier, .btnSupprimer {
    width: 24px;
    cursor: pointer;
}

.soustitre-section {
    position: relative;
}

.infobulle {
    width: 22px;
    height: 22px;
    line-height: 23px;
    color: #333;
    border-radius: 50%;
    border: 2px solid #000;
    font-style: normal;
    font-weight: bold;
    text-transform: initial;
    font-size: 15px;
    cursor: pointer;
    text-align: center;
    margin-right: 5px;
    position:relative;
}

.infobulle .infos {
    width: 300px;
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4);
    overflow: visible;
    padding: 20px 0;
    font-weight: normal;
    line-height: 1.2em;
    font-size: 16px;
    display: none;
    z-index: 10;
    cursor: default;
}

.infobulle .infos:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 100%;
    right: 8px;
    border-style: solid;
    border-width: 0 5px 5px 5px;
    width: 0;
    height: 0;
    z-index: 10;
}

p.head_note {
    text-align: right;
    display: block;
    margin-right: 80px;
    position: absolute;
    right: 0;
    top: 20px;
}

.bordureTbl h2 {
    font-size: 14px;
    margin-top: 0;
    padding: 8px 0;
    text-align: center;
    font-weight: 400;
}

.bgEntTblGst {
    background-color: #f9f9f9;
    font-size: 16px;
    font-weight: normal;
    margin-top: 0;
    padding: 8px 0;
    text-align: center;
}

.bgEntTblGst td {
    padding: 2px 3px;
}

.bgEntMenu {
    background-color: #133A61;
    font-size: 11px;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
}

.bordureTbl {
    padding-bottom: 5px;
}

.bordureTbl form {
    margin-left: 2.5%;
    margin-right: 2.5%;
}

.tblmenu {
    border: 1px solid black;
    /*background-color:#FFFFFF;*/
}

.tdauth {
    border: 1px solid black;
    background-color: #FFFFFF;
    vertical-align: top;
}

.tdcontent {
    font-size: 11px;
    color: #000000;
    text-align: center;
    vertical-align: top;
    background-color: #FFFFFF;
    position: relative;
    border: 0;
    border-radius: 4px;
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    flex-grow: 1;
    flex-shrink: 1;
}

.inputEdit {
    width: 200px;
}

.rowheader {
    border-bottom-style: solid;
    border-bottom-width: 3px;
    border-bottom-color: grey;
}

#imagesadmin {
    background-color: #EFEFEF;
    border: 1px solid #BBB;
    padding: 6px 0 0 6px;
    /*max-width: 320px;display: table;*/
    min-height: 83px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

#imagesadmin div.imageadmin_container {
    width: calc(25% - 10px);
    height: 200px;
    text-align: center;
    border: 1px solid #CDCDCD;
    margin: 0 8px 8px 0;
    background-color: #EFEFEF;
}

#imagesadmin.documentsadmin{flex-direction: column;border: 0;background: none;}
#imagesadmin.documentsadmin div.imageadmin_container {
    width: auto;height: auto;display: flex;padding: 0 1em;align-items: center;border:0;border-bottom: 1px solid #CDCDCD;background-color: #fafafa;
}
#imagesadmin.documentsadmin div.imageadmin_container .imageadmin_doc{flex: 1;text-align: left;display: block;height: auto;}
#imagesadmin.documentsadmin div.imageadmin_container .imageadmin_del{margin: 0}

#imagesadmin .imageadmin_img img, #imagesadmin .imageadmin_img video {
    max-width: 90%;
    max-height: 90%;
}

#imagesadmin .imageadmin_img {
    vertical-align: middle;
    padding: 4px 0;
    text-align: center;
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    /*width: 160px;*/
    cursor: move;
}

#imagesadmin .imageadmin_doc {
    vertical-align: middle;
    padding: 4px 0;
    text-align: center;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#imagesadmin .imageadmin_val {
    display: block;
    text-align: left;
    vertical-align: middle;
    padding: 4px 6px;
}

#imagesadmin .imageadmin_val input {
    width: 98%;
    background-color: #FFF;
}

#imagesadmin .imageadmin_del {
    width: 60px;
    margin: 12px 6px 0;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}

#imagesadmin .imageadmin_del img {
    cursor: pointer;
}

#imagesadmin img.move, #imagesadmin img.drag {
    cursor: move;
}

.disabled-fields #imagesadmin:after {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.disabled-fields #imagesadmin {
    position: relative;
}

.disabled-fields #imagesadmin .imageadmin_img + div {
    display: none;
}

.disabled-fields #imagesadmin div.imageadmin_container {
    height: auto;
}

.imagesadmin_placeholder {
    height: 200px;
    border: 1px solid #222;
    background-color: #777;
    width: calc(20% - 10px);
}

img.move, img.drag {
    cursor: move;
    margin-top: 1px;
}

.tblsortable_placeholder {
    height: 28px;
    background-color: #777;
}

#navBottom {
    height: 50px;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    float: left;
    text-align: center;
}

a.nav {
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    color: #133A61;
    padding: 4px 7px;
    margin-right: 1px;
}

a.nav:hover {
    font-size: 12px;
    font-weight: bold;
    color: #EEE;
    background-color: #133A61;
}

.navActived {
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    color: #FFF;
    background-color: #3E58A2;
    padding: 4px 7px;
    margin-right: 1px;
}

.ulsortable_placeholder {
    background-color: #777;
    height: 42px;
}

.button,
button.button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    -moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    background-color: #fff;
    border-color: #ccc;
    color: #333;
    transition: all 0.4s ease;
    border-radius: 0;
    -webkit-appearance: none;
}

.btn.focus, .btn:focus, .btn:hover {
    color: #333;
    text-decoration: none
}

.btn.active, .btn:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn-default.active, .btn-default.focus, .btn-default:active, .btn-default:focus, .btn-default:hover, .open > .dropdown-toggle.btn-default {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}

button.button:disabled,
input[type="button"]:disabled,
input[type="submit"]:disabled,
input[type="reset"]:disabled {
    cursor: not-allowed;
    color: #DDD;
    border-color: #DDD;
}

.button:hover,
input[type="button"]:hover {
    background: #efefef;
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.tdcontent .chosen-container-multi .chosen-choices {
    width: 100%;
    outline: none;
    padding: 6px 6px;
    font-size: 14px;
    border: 0;
    border-bottom: 1px solid #000;
    transition: box-shadow 0.3s, border 0.3s;
    box-sizing: border-box;
    background-color: transparent;
    box-shadow: none;
}

.tdcontent .chosen-container-multi .chosen-choices li.search-field {
    padding: 0;
}
.chosen-container .chosen-results li.group-result.cache,
.chosen-container-single.chosen-disabled .chosen-single abbr,
.chosen-container-single.chosen-disabled .chosen-single div b {
    display:none;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="number"],
input[type="range"],
input[type="date"],
input[type="time"],
input[type="search"],
input[type="url"],
input[type="email"],
input[type="tel"] {
    width: 100%;
    outline: none;
    padding: 6px 6px;
    font-size: 14px;
    border: 0;
    border-bottom: 1px solid #000;
    transition: box-shadow 0.3s, border 0.3s;
    box-sizing: border-box;
    background-color: transparent;
    padding-top: 2px;
    padding-bottom: 2px;
}

textarea {
    border: 1px solid #707070;
    height: 120px;
}

select {
    height: 22px;
    width: 100%;
    /*border: 1px solid #707070;*/
    transition: box-shadow 0.3s ease 0s, border 0.3s ease 0s;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url(../img/select.svg);
    background-position: center right 0px;
    padding-right: 20px;
    background-repeat: no-repeat;
    cursor: pointer;
    background-size: auto 20px;
}

select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="date"]:focus,
input[type="time"]:focus,
input[type="search"]:focus,
input[type="url"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus {
    border-bottom: solid 1px #888;
    /*box-shadow: 1px 1px 1px 1px #969696;*/
    background-color: white;
}

label.selectmultiple-chosen {
    position:relative;
}

label.selectmultiple-chosen > select.chosen-select:not(:last-child) {
    display: block !important;
    position: absolute;
    left: 0px;
    opacity: 0;
}

.chosen-container.chosen-container-active, select:focus {
    border: 1px solid #cfcfcf;
}

select:focus {
    border-bottom-color: inherit;
}

label.checkbox_label {
    display: inline-block;
    width: auto;
}

label > input[type="radio"],
label > input[type="checkbox"] {
    vertical-align: middle;
}

input[type="radio"]:disabled,
input[type="checkbox"]:disabled {
    opacity: 0.6;
    border-color: rgba(0, 0, 0, 0.6);
    background-color: rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
    cursor: default;
}


h1 {
    font-size: 24px;
    color: black;
    text-align: center;
    font-weight: normal;
}

.note {
    font-size: 10px;
    color: #B90D0D;
}

.note span {
    color: #000;
}

label:not(.enligne):not(.mce-label):not(.radio):not(.switch) {
    /*font-size: 14px;
    font-weight: bold;*/
    margin-top: 6px;
    display: block;
}

form {
    padding: 0 25px 35px;
    text-align: left;
}

form div.boutons,
form div.boutton {
    clear: both;
    margin-top: 3em;
}

#contenuAdmin div.double, #contenuAdmin label.double, #servbox label.double, #servbox div.double {
    width: calc(50% - 2px);
    padding-right: 2%;
    display: inline-block;
    box-sizing: border-box;
    vertical-align: top;
}

#contenuAdmin div.triple, #contenuAdmin label.triple, #servbox label.triple, #servbox div.triple {
    width: calc(33% - 1px);
    padding-right: 1%;
    display: inline-block;
    box-sizing: border-box;
    vertical-align: top;
}

#contenuAdmin div.deux-tiers, #contenuAdmin label.deux-tiers, #servbox label.deux-tiers, #servbox div.deux-tiers {
    width: calc(66% - 2px);
    padding-right: 1%;
    display: inline-block;
    box-sizing: border-box;
    vertical-align: top;
}

#contenuAdmin .pass-bloc{
    width: calc(41% + 2px);
    padding-right: 1%;
    display: inline-block;
    box-sizing: border-box;
    vertical-align: top;
}

#contenuAdmin div.quadruple, #contenuAdmin label.quadruple, #servbox label.quadruple, #servbox div.quadruple {
    width: calc(25% - 2px);
    padding-right: 1%;
    display: inline-block;
    box-sizing: border-box;
    vertical-align: top;
}

#contenuAdmin div.quarante, #contenuAdmin label.quarante, #servbox label.quarante, #servbox div.quarante {
    width: calc(40% - 2px);
    padding-right: 1%;
    display: inline-block;
    box-sizing: border-box;
    vertical-align: top;
}

#contenuAdmin div.quintuple, #contenuAdmin label.quintuple, #servbox label.quintuple, #servbox div.quintuple {
    width: calc(20% - 2px);
    padding-right: 1%;
    display: inline-block;
    box-sizing: border-box;
    vertical-align: top;
}

#contenuAdmin div.sextuple, #contenuAdmin label.sextuple, #servbox label.sextuple, #servbox div.sextuple {
    width: 16%;
    padding-right: 1%;
    display: inline-block;
    box-sizing: border-box;
    vertical-align: top;
}

label .custom-color-picker {
    display: flex;
}

label .custom-color-picker input[type="color"] {
    width: 40px;
}

form .multiple {
    margin-top: 1em;
}

form .multiple label {
    margin-top: 0;
}

form .multiple > div:nth-child(even) {
    background: #CECECE;
    border-radius: 2px;
}

form .multiple > div:nth-child(odd) {
    background: #EFEFEF;
    border-radius: 2px;
}

form .multiple > div {
    padding: 8px 4px;
}

.clear {
    clear: both;
}

#preview {
    margin-left: 5px;
    line-height: 1.55;
}

a.ajouter {
    background-image: url(../img/add.png);
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    padding: 18px;
}

a.modifier {
    background-image: url(../img/pencil.svg);
    background-size: 94%;
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    padding: 18px;
    vertical-align: middle;
}

a.ico-stats {
    background-image: url(../img/stats.svg);
    background-size: 94%;
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    padding: 18px;
    vertical-align: middle;
}

a.cloud-download {
    background-image: url(../img/cloud-download.svg);
    background-size: 94%;
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    padding: 18px;
    vertical-align: middle;
}

a.module-loading {
    background-image: url(../img/chargement.svg);
    background-size: 94%;
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    padding: 18px;
    vertical-align: middle;
    font-size: 0;
}

a.supprimer {
    background-image: url(../img/delete.svg);
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    padding: 18px;
    vertical-align: middle;
}

a.supprimer.reactiver, .ligneInactif a.supprimer {
    background-image: url(../img/check.svg) !important;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    padding: 18px;
    vertical-align: middle;
}

a.cible {
    background-image: url(../img/crosshair.svg);
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    padding: 14px;
    vertical-align: middle;
}

a.cible.select {
    background-color: green;
    background-image: none;
    -webkit-mask-image: url(../img/crosshair.svg);
    mask: url(../img/crosshair.svg);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center center;
    -webkit-mask-size: contain;
    mask-size: contain;
    mask-position: center center;
    mask-repeat: no-repeat;
}

.imgcible {
    cursor: crosshair;
}

.listePreview a.supprimer-preview {
    background-image: url(../img/delete.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: inline-block;
    padding: 10px;
    vertical-align: middle;
}

a.save {
    background-image: url(../img/save.png);
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    padding: 18px;
    vertical-align: middle;
}

a.perdre {
    background-image: url(../img/xmark-solid.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: inline-block;
    padding: 18px 12px;
    vertical-align: middle;
    margin-inline: 6px;
}
table.liste.ajax-edit tr.filtre th.col_tous{
    padding-right: 15px;
    position: relative;
}

table.liste.ajax-edit tr.filtre th.col_tous:not(:empty):after{
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 15px;
    height: 15px;
}

input[type="time15"]:disabled{
    border: none !important;
}

a.accepter {
    background-image: url(../img/check.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: inline-block;
    padding: 18px 12px;
    margin-inline: 6px;
    vertical-align: middle;
}

a.reactiverDossier {
    background-image: url(../img/rotate.png);
    filter: brightness(0.45);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: inline-block;
    padding: 18px 12px;
    margin-inline: 6px;
    vertical-align: middle;
}

a.dupliquer {
    background-image: url(../img/duplicate.svg);
    background-size: 71%;
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    padding: 18px;
    vertical-align: middle;
}

a.precedant {
    background-image: url(../img/arrow_back.png);
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    left: 10px;
    right: auto;
}

a.payer {
    background-image: url(../img/currency.png);
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    padding: 18px;
}

a.pdf {
    background-image: url(../img/file-pdf.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 94%;
    display: inline-block;
    padding: 18px;
}

a.pdf.blanc {
    background-image: url(../img/file-pdf-blanc.svg);
}

a.page {
    background-image: url(../img/blocs.png);
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    padding: 18px;
    vertical-align: middle;
}

a.play {
    background-image: url(../img/play.svg);
    background-size: 94%;
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    padding: 18px;
    vertical-align: middle;
}

a.pause {
    background-image: url(../img/pause.svg);
    background-size: 94%;
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    padding: 18px;
    vertical-align: middle;
}

a.refresh {
    background-image: url(../img/refresh.svg);
    background-size: 94%;
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    padding: 18px;
    vertical-align: middle;
}

a.voir {
    background-image: url(../img/eye.svg);
    background-size: 94%;
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    padding: 18px;
    vertical-align: middle;
}

a.message-text {
    background-image: url(../img/message-text.svg);
    background-size: 94%;
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    padding: 18px;
    vertical-align: middle;
}

a.export {
    background-image: url(../img/export.svg);
    background-size: 94%;
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    padding: 18px;
    vertical-align: middle;
}

a.ajout-nc {
    background-image: url(../img/ajout_nc.svg);
    background-size: 94%;
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    padding: 18px;
    vertical-align: middle;
    margin-inline: 6px;
}

table.liste a.liendown,
table.liste a.lienup,
#navPagination a,
a.debloquer,
a.pdf,
a.page,
a.modifier,
a.supprimer,
a.export,
.listePreview a.supprimer-preview,
a.ajout-nc {
    transition: all 0.4s ease;
}
a.debloquer.cache {
    display:none;
}
table.liste a.liendown:hover,
table.liste a.lienup:hover,
a.debloquer:hover,
a.pdf:hover,
a.page:hover,
a.modifier:hover,
a.supprimer:hover,
a.export:hover,
.listePreview a.supprimer-preview:hover,
a.ajout-nc:hover{
    opacity: 0.65;
}

span.left_add {
    border: none;
    font-size: 30px;
    color: white;
    background-color: #01CF84;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    margin: auto 7px auto auto;
    -webkit-box-shadow: 2px 3px 3px 0 rgba(41, 41, 41, .3);
    -moz-box-shadow: 2px 3px 3px 0 rgba(41, 41, 41, .3);
    box-shadow: 2px 3px 3px 0 rgba(41, 41, 41, .3);
    position: relative;
    display: inline-block;
    line-height: 40px;
    z-index: 10;
    top: 6px;
    text-align: center;
    transition: all 0.4s ease;
}

a:hover span.left_add {
    background-color: #666;
}

.add_spage span.left_add {
    width: 16px;
    height: 16px;
    line-height: 16px;
    font-size: 16px;
    vertical-align: 25%;
}

.bt_top {
    display: inline-block;
    margin: 2px 0;
}

.bt_top span.left_add {
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 24px;
}

.bt_top .bt_retour {
    width: 16px;
    vertical-align: -4%;
}

.opacite_override {
    opacity: 1 !important;
}

.stat_publie {
    display: inline-block;
    background-color: rgba(70, 226, 70, 1);
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 5px;
    box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.2);
}

.stat_revision {
    display: inline-block;
    background-color: rgba(239, 239, 69, 1);
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 5px;
    box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.2);
}

.stat_draft {
    display: inline-block;
    background-color: rgba(232, 46, 46, 1);
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 5px;
    box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.2);
}

h3 {
    background-color:var(--secondaire);
    color:var(--secondaire-txt);
    /* font-size: 13px; */
    font-size: 16px;
    text-align: center;
    /* padding: 5px 0; */
    padding: 7px 0;
    margin-top: 1em;
    border-radius: 2px;
    font-weight: 400;
}

h4 {
    margin: 0 0 2px;
    font-size: 12px;
    font-weight: 400;
}

label h4 {
    font-weight: bold;
}

.datepicker-container {
    display: flex;
    align-items: center;
}

.datepicker-container .effacer-date {
    width: 22px;
    height: 22px;
    background: url(../img/close-circle-outline.png) no-repeat center center;
    filter: invert(100%);
    background-size: 20px;
    transition: opacity 0.4s ease, width 0.4s ease;
}

.datepicker-container input:disabled + .effacer-date {
    width: 0;
}

.datepicker-container input:required + .effacer-date {
    display:none;
}

.datepicker-container .effacer-date:hover {
    opacity: 0.6;
}

input[type="date"],
.datetimepicker,
.datepicker {
    background: url(../img/cal.png) no-repeat right 8px center;
}

.cache {
    display: none;
}

.multiple label,
.multiple select,
.multiple textarea,
.multiple input[type="text"],
.multiple input[type="password"],
.multiple input[type="number"],
.multiple input[type="range"],
.multiple input[type="date"],
.multiple input[type="time"],
.multiple input[type="search"],
.multiple input[type="url"],
.multiple input[type="email"] {
    width: 90%;
}

#navTop {
    width: 100%;
    height: 60px;
    position: fixed;
    top: 0;
    z-index: 1000;
}

#logoTop {
    width: 260px;
    float: left;
    display: flex;
    height: 60px;
    transition: all 0.4s;
    white-space: nowrap;
}

#logoClient,#logoClientClair {
    max-width: 180px;
    max-height: 42px;
    position: relative;
    top: 9px;
    display: flex;
    margin: auto;
    padding-right: 38px;
}
#logoClientSombre {
    max-width: 180px;
    max-height: 42px;
    position: relative;
    top: 9px;
    display: none;
    margin: auto;
    padding-right: 38px;
}
.backus-dark-mode #logoClientClair{
    display:none;
}
.backus-dark-mode #logoClientSombre{
    display:flex;
}

.ferme #logoClient {
    width: 0;
    height: 0;
    opacity: 0;
    display: none
}

#wrapNouveauMenu {
    /*overflow-x: hidden;*/
    position: relative;
    transition: all 0.4s ease;
    width: 260px;
}

#wrapNouveauMenu.ferme .subMenu.cache,
#wrapNouveauMenu.ferme .subMenu {
    display: none;
    position: absolute;
    left: 80%;
    margin-top: -2px;
    z-index: 12;
}

#wrapNouveauMenu.ferme .subMenu a {
    padding-left: 12px;
    padding-right: 18px;
    line-height: 40px;
    height: 40px;
}

#wrapNouveauMenu.ferme .subMenu a:first-child {
    margin-top: 0;
}

#wrapNouveauMenu.ferme .subMenu a:last-child {
    margin-bottom: 0;
}

#logoTop.ferme,
#wrapNouveauMenu.ferme #nouveauMenu,
#wrapNouveauMenu.ferme {
    width: 58px;
}

#wrapNouveauMenu.ferme #nouveauMenu a {
    font-size: 0;
}
#wrapNouveauMenu.ferme #nouveauMenu a.forcervisible,
#wrapNouveauMenu.ferme #nouveauMenu a:hover {
    font-size: 13px;
    overflow: visible;
    position: relative;z-index: 1000;
    width: 234px;
    background: #e6e6e6;border-color: #aaa;
}
#wrapNouveauMenu.ferme #nouveauMenu .subMenu a {
    font-size: 12px;
    white-space: nowrap;
    width: auto;margin-left: 0;
    min-width: 164px;
}

#wrapNouveauMenu.ferme #nouveauMenu > a {
    overflow: hidden;
    /*width: 43px;*/
}

#wrapNouveauMenu.ferme #nouveauMenu .arrow {
    display: none;
}

#nouveauMenu .subMenu {
    height: auto;
    transition: all 0.4s ease;
    /*background-color: #4a4a4a;*/
    border-radius: 0 0 4px 4px;
    margin: -2px 14px 0 14px;
}
#wrapNouveauMenu.ferme #nouveauMenu .subMenu {background-color: var(--corps);}

#wrapNouveauMenu .subMenu > a {
    line-height: 26px;
    height: auto;
    font-size: 12px;
    /*color: #fff;*/
    margin-left: 22px;
    margin-right: 0;
}

#wrapNouveauMenu .subMenu span {
    display: none;
}

#logoTop.ferme #nomClient {
    font-size: 0;
}

/*#contenuAdmin.ferme{
padding-left:95px;
}*/
#nouveauMenu {
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    -o-user-select: none;
    transition: all 0.4s ease;
}

#slideMenu {
    display: inline-flex;align-items: center;justify-content: center;
    width: 44px;
    height: 44px;
    margin: 8px;
    transition: all 0.4s ease;
    border-radius: 4px;
}
#slideMenu > span{
    display: inline-block;vertical-align: middle;
    background-image: url(../img/menuAdmin.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 38px;
    height: 38px;
    transition: all 0.4s ease;
    filter: invert(1);
}
#slideMenu:hover span{filter: invert(0);}

#espaceContent {
    height: 20px;
}

#contenuAdmin {
    padding: 0 35px 0 0;
    transition: all 0.4s ease;
    display: flex;
    flex-grow: 1;
    flex-shrink: 1;
    align-items: flex-start;
    width: 50%;
}

#wrap-admin-content {
    display: flex;
    align-items: stretch;
    min-height: calc(100vh - 60px);
    padding-top: 60px;
}

#admin-message {
    z-index: 1001;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
}

#fermer-erreur {
    background-image: url(../img/close-circle-outline.png);
    background-repeat: no-repeat;
    background-position: center;
    padding: 18px;
    position: absolute;
    right: 8px;
    top: 8px
}

#conteneur_erreur {
    background-color: #C74C47;
    color: #FFF;
    padding: 14px 48px;
    font-weight: bold;
    border-bottom: 2px solid #666;
    font-size: 16px;
    text-align: center;
    min-height: 24px;
    border-radius: 0 0 8px 8px;
    max-height: 40vh;
    overflow-y: auto;
}

.titrePrincipal {
    font-size: 36px;
    padding-bottom: 9px;
    margin: 10px 0 10px 295px;
    border-bottom: 1px solid transparent;
    text-align: left;
    color: #333;
    padding-left: 5px;
}

small {
    font-weight: 400;
    line-height: 1;
    color: #777;
    font-size: 65%;
}

.tdauth {
    border-color: #ececec;
}

.titrePrincipalLogin {
    font-size: 36px;
    padding-bottom: 9px;
    margin: 70px 0 10px 295px;
    border-bottom: 1px solid transparent;
    text-align: left;
    color: #333;
    padding-left: 5px;
}

.btn-default {
    background-color: #fff;
    border-color: #ccc;
    color: #333;
}

.btn {
    -moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    background-color: #fff;
    border-color: #ccc;
    color: #333;
}

.tdcontent h1, .titre-section h1 {
    font-size: 20px;
    margin: 0 0 8px 0;
    width: 100%;
    box-sizing: border-box;
    padding: 9px 2.5%;
    border-bottom: 1px solid transparent;
    text-align: left;
    font-weight: 300;
    text-transform: uppercase;
}

.tblGstUsr .ui-segment {
    position: relative;
    top: 3px;
}

.filtre .champfiltre {
    width: 97%;
}

.dernierBordure {
    border-right: inherit;
}

.btnPlusTableau {
    position: relative;
    top: 2px;
}

#bouton_oublie {
    margin: 10px auto;
    display: block;
}

#bouton_oublie:hover {
    color: rgba(0, 85, 150, 1);
}

#recup {
    margin-top: 5px;
}

.txtright {
    text-align: right;
}

.txtcenter {
    text-align: center;
}

.triedesc {
    float: right;
    background-image: url(../img/down1.png);
    background-repeat: no-repeat;
    background-position: center;
    padding: 11px;
}

.trieasc {
    float: right;
    background-image: url(../img/up1.png);
    background-repeat: no-repeat;
    background-position: center;
    padding: 11px;
}

.ordreentete {
    position: relative;
}

.ordreentete > div > div:not(:only-child) {
    padding-right: 16px;
}

.ordreentete > div > span {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
    padding: 8px;
}

table.liste td {
    padding: 3px 7px;
    font-size: 12px;
    text-align: left;
    margin: auto;
    margin-top: 1.5em;
}

table.liste th {
    padding: 0 6px;
    height: 38px;
    text-align: left;
    font-size: 14px;
    font-weight: 400;
}

table.liste tr.couleurTheme {
    /* color: #eee; */
    color: #ffffff;
    border-bottom: 2px solid #D2D2D2;
    font-weight: bold;
    position: sticky;
    position: -webkit-sticky;
    z-index: 2;
    top: 60px;
}

.section-ajax-edit table.liste tr.couleurTheme {
    top: 0px;
}

.filtre:not(tr) {
    text-align: left;
    padding: 0 2.5% 12px;
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
}

.filtre>:not(a) {
    flex: 0 auto;
}

#affichefiltre, .affichefiltre {
    display: none
}

.filtre + table.liste {
    margin-top: 28px;
}

#navPagination {
    padding: 20px 0;
    text-align: center;
}

#navPagination a {
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    padding: 4px 8px;
    margin: 0 4px;
    display: inline-block;
}

#navPagination a:hover {
    font-size: 16px;
    color: #EEE;
    padding: 4px 8px;
}

#navPagination a.actif {
    margin: 0 4px;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    color: #FFF;
    padding: 4px 8px;
    display: inline-block;
}

a.debloquer {
    background-image: url(../img/lock-open.png);
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    padding: 18px;
}
a.ico-deplacer,
table.liste a.move, table.liste a.drag {
    background-image: url(../img/cursor-move.png);
    background-size: 66%;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    padding: 18px;
    vertical-align: middle;
    cursor: move;
}

table.liste a.lienup {
    background-image: url(../img/chevron-up.png);
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    padding: 18px;
    vertical-align: middle;
}

table.liste a.liendown {
    background-image: url(../img/chevron-down.png);
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    padding: 18px;
    vertical-align: middle;
}

#btn-haut,
.fab {
    border: none;
    font-size: 30px;
    color: white;
    background-color: #01CF84;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    margin: auto;
    -webkit-box-shadow: 2px 3px 3px 0 rgba(41, 41, 41, .3);
    -moz-box-shadow: 2px 3px 3px 0 rgba(41, 41, 41, .3);
    box-shadow: 2px 3px 3px 0 rgba(41, 41, 41, .3);
    display: inline-block;
    line-height: 40px;
    position: absolute;
    right: 10px;
    z-index: 10;
    top: 18px;
    text-align: center;
    transition: all 0.4s ease;
    pointer-events: all;
}

#btn-haut:hover,
.fab:hover {
    background-color: #666;
}

#btn-haut {
    top: 100%;
    bottom: auto;
    position: fixed;
    line-height: 38px;
    opacity: 0;
    transition: all 0.4s ease;
}

#btn-haut.visible {
    top: calc(100% - 50px);
    opacity: 1;
}

a.fermer {
    background-image: url(../img/fermer.png);
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    padding: 18px;
    vertical-align: middle;
}

a.check {
    background-image: url(../img/check.svg);
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    padding: 18px;
    vertical-align: middle;
}

table.liste td.aucun-resultat,
table.liste td.chargement, div.chargement, .multi-liste .aucun-resultat {
    text-align: center;
}

/*.tdcontent .separateur{background-color: #e6e6e6;height: 48px;}*/
td.bloque {
    color: #FE6363;
}

td.action {
    width: 22px;
}

table.liste {
    width: 100%;
    margin: auto;
    border-collapse: collapse;
}

table.liste tr th:first-child,
table.liste tr th:last-child,
table.liste tr td:first-child,
table.liste tr td:last-child {
    width: 10px;
    position: relative;
}

.new-flexible-layout table.liste thead th:last-child{
    position: sticky;
    right: 0px;
    transition: background-color 0.4s ease, box-shadow 0.4s ease;
    background-color: var(--primaire);
}

table.liste tr:not(.couleurTheme) {
    transition: background-color 0.4s ease, box-shadow 0.4s ease;
}

table.liste > tbody tr:not(.couleurTheme):nth-child(odd) {
    background-color: #fff;
}

table.liste > tbody tr:not(.couleurTheme):nth-child(even) {
    background-color: #F4F4F4;
}

table.liste > tbody tr:not(.couleurTheme).selectionner td {
    border-top: 1px dotted black;
    border-bottom: 1px dotted black;
}

table.liste > tbody tr:not(.couleurTheme).selectionner td:first-child {
    border-left: 1px dotted black;
}

table.liste > tbody tr:not(.couleurTheme).selectionner td:last-child {
    border-right: 1px dotted black;
}

table.liste > tbody tr:not(.couleurTheme).dispo:nth-child(odd) {
    background-color: #ffc;
}

table.liste > tbody tr:not(.couleurTheme).dispo:nth-child(even) {
    background-color: #F4F4c0;
}

table.liste > tbody tr:hover:not(.couleurTheme):nth-child(odd) {
    background-color: #e8e8e8;
    box-shadow: 0 0 2px 1px #ddd;
}

table.liste > tbody tr:hover:not(.couleurTheme):nth-child(even) {
    background-color: #e0e0e0;
    box-shadow: 0 0 2px 1px #ddd;
}

table.liste td {
    height: 38px;
}

#pagination {
    background-color: #e6e6e6;
}

.ui-icon, .ui-widget-content .ui-icon {
    float: left;
    margin: 0 7px 20px 0;
}

.ui-dialog-titlebar button.ui-button span.ui-icon.ui-icon-closethick {
    margin: -8px 0 0 -8px;
}
.ui-dialog { z-index: 2028 !important ;}

/*A enlever si on change de JS alerte*/
#accueil {
    padding: 60px 140px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#accueil a {
    padding: 28px 10px 10px;
    width: 160px;
    font-weight: 600;
    font-size: 16px;
    display: inline-block;
    text-align: center;
    vertical-align: top;
    margin: 20px 4%;
    transition: .3s ease-out;
}

#accueil a:hover {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.12);
}

#accueil img {
    display: block;
    margin: 0 auto 2em;
    filter: invert(1);
}
#accueil .mdi{
    font-size: 96px;display: block;margin-bottom: 26px;margin-top: -8px;
}
#dashboards{background-color: #e3e3e3;padding-bottom: 2px;}
#dashboards .accueil-dashboard{background-color: #fff;border: 1px solid #bbb;border-radius: 12px;box-sizing: border-box;margin-bottom: 2em;overflow: hidden;}
#accueil_widgets{background-color: #e3e3e3;padding-bottom: 2em;display: flex;flex-wrap: wrap;align-items: stretch;justify-content: start;width: calc(100% + 1em);overflow-x: hidden;}
#accueil_widgets .accueil-widget{background-color: #fff;border: 1px solid #bbb;min-height: 180px;border-radius: 12px;padding: 20px;text-align: left;box-sizing: border-box;flex-grow: 1;max-width: calc(25% - 13px);min-width: calc(25% - 13px);margin-bottom: 2em;margin-right: 1em;}
#accueil_widgets .accueil-widget.widget-graph {order:20;width:calc(50% - 15px);max-width:calc(50% - 15px);min-width:calc(50% - 15px);}
#accueil_widgets .accueil-widget-titre{font-size: 16px;font-weight: 500;margin-bottom: 8px;color: #333;}
#accueil_widgets .accueil-widget-sous-titre{font-size: 12px;margin-left: 20px;margin-top: 3px;white-space: nowrap;}
#accueil_widgets .accueil-widget-entete{display: flex;align-items: start;justify-content: space-between;}
#accueil_widgets .accueil-widget-body{display: flex;align-items: start;}
#accueil_widgets .accueil-widget-body > div:not(:last-child){margin-right: 20px}
#accueil_widgets .accueil-widget-footer{display: flex;justify-content: end;align-self:flex-end;}
#accueil_widgets .accueil-widget.widget-graph .graph-container {width: 100%;margin-right: 0px;}
#accueil-actions-rapides{
    background: #e3e3e3;padding-bottom: 2em;overflow: hidden;margin-right: 8px;
}
#accueil-actions-rapides > div{
    background: #fff;
    border: 1px solid #bbb;
    border-radius: 12px;padding: 20px;
}
#accueil-actions-rapides .accueil-actions-rapides-entete{text-align: left;font-size: 18px;font-weight: 500;display: flex;justify-content: space-between;}
#accueil-actions-rapides .accueil-actions-rapides-liens{
    display: flex;flex-wrap: wrap;justify-content: space-evenly;padding-top: 20px;
}
#accueil-actions-rapides .accueil-actions-rapides-liens > a{
    margin: 0 2em 2em 2em;font-size: 15px;font-weight: 500;display: flex;flex-direction: column;max-width: 10%;
}
#accueil-actions-rapides .accueil-actions-rapides-liens .mdi{
    display: flex;border-radius: 50%;font-size: 48px;width: 82px;height: 82px;justify-content: center;align-items: center;margin-bottom: 16px;font-weight: normal;
    border: 2px solid #ddd;transition: all 0.4s ease;align-self: center;
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.09), 0 4px 15px 0 rgba(0, 0, 0, 0.06);
}
#accueil-actions-rapides .accueil-actions-rapides-liens .accueil-icone{
    mask-position: center;
    mask-repeat: no-repeat;
    mask-size: contain;
    height: 42px;
    width: 42px;
    display: inline-block;
    background-color: var(--primaire);
}
#accueil-actions-rapides .accueil-actions-rapides-liens .mdi img{filter: invert(1);max-height: 42px;max-width: 42px;}
#accueil-actions-rapides .accueil-actions-rapides-liens > a:hover .mdi{box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.16), 0 4px 15px 0 rgba(0, 0, 0, 0.12);border-color: transparent;}
#recup-user {
    font-size: 14px;
}

#captchaRobot {
    width: 304px;
    margin: 12px auto auto;
}

.wrapPublipostage.ui-tabs .ui-tabs-panel {
    padding: 0;
}

.wrapPublipostage.ui-tabs .ui-tabs-nav {
    padding-left: 0 !important;
    padding-top: 2px !important;
}

.wrapPublipostage.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    font-size: 14px;
}

.wrapPublipostage.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
    font-weight: bold;
}

#contenuAdmin.scrollBottom .bordureTbl {
    padding-bottom: 68px;
}

#contenuAdmin.scrollBottom .boutton,
#contenuAdmin.scrollBottom .boutons {
    position: fixed;
    bottom: 0;
    right: 35px;
    left: 295px;
    background: #fff;
    padding: 16px 3.4%;
    z-index: 601;
    transition: left 0.4s ease;
}

#contenuAdmin.scrollBottom.ferme .boutons {
    left: 100px;
}

#logoInformation {
    float: right;
    height: 60px;
    margin-right: 35px;
}

#logoInformation img {
    position: relative;
    top: 12px;
}

.afficher-contenu {
    display: none;
}

.afficher-contenu-section {
    padding-left: 1%;
}

.toggle-page {
    color: #0e0e0e;
    display: block;
    height: 41px;
    vertical-align: middle;
    line-height: 14px;
    padding-left: 44px;
    background: url(../img/folder.png) center left 4px no-repeat;
    cursor: pointer;
}

.toggle-dossier {
    color: #0e0e0e;
    display: block;
    text-align: center;
    vertical-align: middle;
    font-size:16px;
    line-height: 1.2em;
    cursor: pointer;
    font-weight:bold;
    padding-left: 88px;
}

.titre-enfant-dossier {
    padding-left: 60px;
    box-sizing: border-box;
    width: 100%;
    display: inline-flex;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.toggle-section {
    color: #0e0e0e;
    height: 41px;
    font-size: 14px;
    display: flex;
    align-items: center;
}

.toggle-page span {
    margin-top: 7px;
    display: inline-block;
}

.treepage .tr-bordure td,
.main_menus .tr-bordure td {
    transition: background-color 0.4s ease, box-shadow 0.4s ease;
}

.treepage table {
    border-collapse: collapse;
    width: 100%
}

.main_menus.sniveau {
    width: 98%;
    margin-left: 2%;
}

.tree-entete {
    margin-bottom: 0;
    background: #757575
}

.tree-entete.avec-bouton {
    position: relative;
}

.tree-entete.avec-bouton > a {
    position: absolute;
    bottom: 50%;
    right: 10px;
}

.treepage .tr-bordure:hover td,
.main_menus .tr-bordure:hover td {
    background-color: #e0e0e0;
}

.main_menus > table tr {
    transition: all 0.4s ease;
}

.main_menus > table tr:hover {
    background-color: #e8e8e8;
    box-shadow: 0 0 2px 1px #ddd;
}

.toggle-page:hover {
}

.tr-bordure {
    border-bottom: 1px solid #757575; /*border-left: 1px solid #757575;*/
}

a.ajouter-dossier {
    background: url(../img/folder-plus.png) no-repeat center;
    display: inline-block;
    padding: 18px 22px;
}

.treepage {
    width: 95%;
    margin: auto;
    list-style-type: none;
    padding: 0 0 24px;
}

.treepage:empty {
    padding: 0;
}

a.ajouter-contenu:hover {
    background-color: #666;
}

a.ajouter-contenu {
    border: none;
    font-size: 24px;
    color: white;
    background-color: #01CF84;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    margin: auto 7px auto auto;
    -webkit-box-shadow: 2px 3px 3px 0 rgba(41, 41, 41, .3);
    -moz-box-shadow: 2px 3px 3px 0 rgba(41, 41, 41, .3);
    box-shadow: 2px 3px 3px 0 rgba(41, 41, 41, .3);
    position: relative;
    display: inline-block;
    line-height: 30px;
    z-index: 10;
    text-align: center;
    transition: all 0.4s ease;
}

.treepage td.action,
#treev2 td.action {
    width: 42px;
}

.afficher-contenu-section .note-outline,
#treev2 .note-outline {
    display: inline-block;
    width: 24px;
    background: url(../img/note-outline.png) center no-repeat;
    height: 24px;
}

#treev2 .liste {
    margin-left: 24px;
    width: calc(100% - 24px);
    border-bottom: 1px solid;
}

.btnhref {
    float: right;
    margin-right: 30px;
    margin-top: 5px;
    z-index: 101;
    position: relative;
}

.pre {
    font-size: 11px;
    font-family: verdana, serif;
    white-space: pre-wrap;
    overflow: auto;
}

/******************************** Commentaires ****************************/
.commentaireTexte {
    box-sizing: border-box;
    width: 100%;
    margin: 15px 0;
}

.formulaireCommentaire .boutons, .sectionCommentaire .boutons {
    text-align: right;
    margin-bottom: 15px;
    margin-top: 0;
}

.commentaireFiche {
    display: flex;
    width: 100%;
    margin-bottom: 15px;
}

.commentaireInfo {
    width: 25%;
    box-sizing: border-box;
    border: 1px solid #cdcdcd;
    padding: 10px;
}

.commentaireInfo .nomCommentaire {
    font-weight: bold;
    font-size: 14px;
}

.sectionCommentaire {
    box-sizing: border-box;
    width: 75%;
    border: 1px solid #cdcdcd;
}

.actionCommentaire {
    text-align: right;
    padding: 5px 10px;
    border-bottom: 1px solid #cdcdcd;
    margin-bottom: 10px;
}

.actionCommentaire a.modifier, .actionCommentaire a.supprimer {
    padding: 12px;
    background-size: 96%;
}

.sectionCommentaire p {
    padding: 10px;
    margin: 0;
    padding-top: 0;
    font-size: 16px;
    white-space: pre-wrap;
}

.sectionCommentaire textarea {
    box-sizing: border-box;
    width: calc(100% - 20px);
    margin: 0 10px 10px 10px;
    height: 90px;
}

.sectionCommentaire .boutons {
    margin-right: 10px;
}

.ppCommentaire {
    text-align: right;
    margin-bottom: 10px;
}

#contenuAdmin.scrollBottom .commentaireConteneur .boutons {
    position: unset;
    padding: 0;
}

.commentaireConteneur {
    border: 1px solid #cdcdcd;
    padding: 0 15px;
}

.listeCommentaires .norecords {
    text-align: center;
    font-size: 14px;
    font-weight: bold;
}

.showPassword {
    /* background: url(../img/view.png) center no-repeat; */
    background: url(../img/eye-solid.svg) center no-repeat;
    display: inline-block;
    padding: 10px 20px;
    cursor: pointer;
    border: 1px solid #ccc;border-bottom-color: #000;
}
#formulaire-reinit-mdp .showPassword{height: 11px;}
#formulaire-reinit-mdp .passwordGen.button{height: 33px;line-height: 21px;margin: 0 1px;}

.mdp-progress-cont {
    padding: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 100%;
}

#mdp-progress {
    position: relative;
    display: none;
    height: 2px;
}

#mdp-progress .progressbar {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    bottom: 0;
}

#mdp-progress .percentage {
    text-align: center;
    position: relative;
    z-index: 2;
    display: none;
}

.input-with-buttons {
    display: flex;
    align-items: flex-start;
    position: relative;
}

.input-with-buttons > div:first-child {
    flex: 1;
}

.input-with-buttons select,
.input-with-buttons input {
    width: 100%;
}
.servbox-popup-contenu .input-with-buttons .button,
.input-with-buttons .button {
    border-bottom-color: #000;margin-top: 0;padding: 0 12px;font-size: 12px;height: 20px;line-height: 20px;
}

/******************************** SERVBOX ******************************/
#servbox {
    position: fixed;
    z-index: 2024;
    background-color: rgba(18, 18, 18, 0.74);
    color: #fff;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    display: none;
}

#tdcontent #servbox {
    position: sticky;
    height: 100%;
}

#servbox.darker {
    background-color: rgba(18, 18, 18, 0.94);
}

#servbox.chargement {
    background-image: url(../img/chargement.svg);
    background-repeat: no-repeat;
    background-position: center;
}

.servbox-popup-conteneur {
    display: flex;
    height: 100%;
    width: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.servbox-popup {
    margin: auto;
    min-width: 30%;
    text-align: left;
    max-width: 940px;
    max-height: calc(100% - 80px);
    display: flex;
    flex-direction: column;
}

.servbox-popup form {
    padding-bottom: 0px;
}

#contenuAdmin.ajax-section-visible:not(.large) #tdcontent #servbox .servbox-popup {
    max-width: calc(100% - 80px);
}

.servbox-popup-titre {
    background: #32c2cd;
    color: #fff;
    text-transform: uppercase;
    padding: 14px 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 7px 7px 0 0;
    font-weight: bold;
}
.servbox-popup-erreur{background: #C74C47;padding: 8px;}

.servbox-popup-contenu {
    background: #fff;
    color: #000;
    padding: 3em 2em;
    border-radius: 0 0 7px 7px;
    overflow: auto;
}

.servbox-popup-contenu .button {
    padding: 8px 16px;
    margin-top: 32px;
}

.servbox-popup-contenu .button + .button {
    margin-left: 16px;
}

#editPhoto_nav {
    position: fixed;
    left: 0;
    top: 0;
    width: 85%;
    height: 40px;
    background: #000;
    text-align: right;
    z-index: 1;
}

#editPhoto_nav > a {
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    padding: 0 12px;
    line-height: 40px;
    font-size: 14px;
}

#editPhoto_nav > a.actif {
    background: #3E58A2;
}

#editPhoto_nav > a#editPhoto_close {
    padding: 20px 24px;
    background-image: url(../img/fermer.png);
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    vertical-align: middle;
}

#editPhoto_sidebar {
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    width: 15%;
    background: #4a4a4a;
}

#editPhoto_sidebar > a {
    display: block;
    padding: 15px 0 15px 54px;
    color: #fff;
    transition: all 0.4s ease;
    font-weight: bold;
    text-align: left;
    font-size: 16px;
}

#editPhoto_sidebar > a.actif {
    background: #3E58A2;
}

#editPhoto_sidebar > a:hover {
    background: #111;
}

#editPhoto_sidebar > a.crop {
    background-image: url(../img/crop.png);
    background-repeat: no-repeat;
    background-position: left 8px center;
}

#editPhoto_sidebar > a.rotate {
    background-image: url(../img/rotate.png);
    background-repeat: no-repeat;
    background-position: left 8px center;
}

#editPhoto_sidebar > a.flip {
    background-image: url(../img/flip.png);
    background-repeat: no-repeat;
    background-position: left 8px center;
}

#editPhoto_sidebar input {
    background: #fff;
}

#editPhoto_actions {
    padding: 20px;
    text-align: left;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

#editPhoto_del {
    background: red;
    display: block;
    text-align: center;
    padding: 12px 0;
    color: #fff;
    font-weight: bold;
    margin-top: 20px;
}

#editPhoto_save {
    background: #3E58A2;
    display: block;
    text-align: center;
    padding: 12px 0;
    color: #fff;
    font-weight: bold;
    margin-top: 20px;
}

#editPhoto_workplace {
    position: fixed;
    left: 0;
    top: 40px;
    bottom: 0;
    width: 85%;
    display: grid;
    align-content: center;
    justify-content: center;
    padding:20px;
    box-sizing:border-box;
}

#editPhoto_img {
    max-width: 100%;
    max-height: calc(100vh - 80px);
}

#editPhoto_titre_outils {
    padding: 10px 0;
    font-weight: bold;
}

#editPhoto_message {
    text-align: center;
    font-weight: bold;
    font-size: 15px;
}

#editPhoto_message.chargement {
    background-image: url(../img/loading.gif);
    background-repeat: no-repeat;
    background-position: center;
    height: 32px;
}

#servbox .jcrop-holder {
    margin: auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    transition: background-color 0.4s ease;
}

#editPhoto_workplace > img {
    position: relative;
    grid-column-start: 1;
    grid-row-start: 1;
}

#servbox input[type=radio] {
    width: 0 !important;
    height: 0;
    display: none !important;
    left: -5120px !important;
}

#servbox .servbox-popup-titre .servbox-btn-fermer {
    width: 20px;
    height: 20px;
    display: inline-block;
    -webkit-mask-image: url(../img/close.svg);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center center;
    -webkit-mask-size: contain;
    mask: url(../img/close.svg);
    mask-size: contain;
    mask-position: center center;
    mask-repeat: no-repeat;
}

#editPhoto_flip_options,
#editPhoto_rotate_options {
    display: none;
}

#editPhoto_flip_options a,
#editPhoto_rotate_options a {
    display: block;
    color: #fff;
    font-weight: bold;
    padding: 12px 0;
    transition: all 0.4s ease;
}

#editPhoto_flip_options a:hover,
#editPhoto_rotate_options a:hover {
    background: #111;
}

#editPhoto_preview {
    padding-top: 20px;
}

#editPhoto_preview img {
    max-width: 100%;
    margin: auto;
    max-height: 240px;
}

/*#editPhoto_workplace.rotating #editPhoto_img,#editPhoto_workplace.rotating .jcrop-holder img{transition: transform 0.4s ease;}*/
#editPhoto_workplace #editPhoto_img, #editPhoto_workplace .jcrop-holder img {
    transition: transform 0.4s ease;
}

#editPhoto_workplace .jcrop-stage {
    grid-row-start: 1;
    grid-column-start: 1;
    z-index: 2;
}

.ui-front {
    z-index: 1011;
}

.AnyTime-pkr {
    z-index: 1000;
}

a.edit_content {
    background-image: url(../img/menu_liste.png);
    background-size: 94%;
    background-position: center top 4px;
    background-repeat: no-repeat;
    display: inline-block;
    padding: 18px;
}

a.precedant + h1 {
    margin-left: 50px;
}

/*******************************************************************************/

.ui-tooltip {
    width: 200px;
    text-align: center;
    box-shadow: none;
    padding: 0;
}

.ui-tooltip-content {
    position: relative;
    padding: 0.5em;
}

.ui-tooltip-content::after, .ui-tooltip-content::before {
    content: "";
    position: absolute;
    /*border-style: solid;*/ /* cause des problÃ¨mes de carrÃ©s noirs */
    display: block;
    left: 90px;
}

.bottom .ui-tooltip-content::before {
    bottom: -10px;
    border-color: #AAA transparent;
    border-width: 10px 10px 0;
}

.bottom .ui-tooltip-content::after {
    bottom: -7px;
    border-color: white transparent;
    border-width: 10px 10px 0;
}

.top .ui-tooltip-content::before {
    top: -10px;
    border-color: #AAA transparent;
    border-width: 0 10px 10px;
}

.top .ui-tooltip-content::after {
    top: -7px;
    border-color: white transparent;
    border-width: 0 10px 10px;
}

/*******************************************************************************/

.quickEdit {
    padding: 10px 0;
    display: flex;
}

.quickEdit .buttons {
    display: flex;
    justify-content: flex-end;
}

.quickEdit .buttons a {
    width: 24px;
    height: 24px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    margin-left: 10px;
    display: inline-block;
}

.quickEditSave {
    background-image: url("../img/save.png");
}

.quickEditCancel {
    background-image: url("../img/fermer.png");
}

.quickEdit input[type='text'] {
    width: 100%;
}

.quickEdit .fieldEdit {
    flex: 1;
}

.content {
    overflow: hidden;
}

/********************************** Input drag drop **********************************/

.inputFile {
    display: flex;
    box-sizing: border-box;
    position: relative;
    align-items: center;
    justify-content: center;
    padding: 30px;
    border-radius: 10px;
    border: 5px dashed #cecece;
    cursor: pointer;
    /*width:325px;*/
    transition: background-color 0.4s ease;
}

.inputFile input {
    opacity: 0;
    cursor: pointer;
}

.inputFile .inputFileTexte, .inputFile .inputFileNumber {
    color: #4e4e4e;
    line-height: 30px;
    font-size: 11px;
    font-weight: normal;
}

.inputFile.dragover {
    background-color: #defbff;
}

.inputFile.dragover .inputFileTexte, .inputFile.dragover .inputFileNumber {
    display: none;
}

.inputFile.dragover:before {
    content: "+";
    color: #4e4e4e;
    width: 26px;
    height: 26px;
    border: 2px solid #cecece;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    background-color: rgba(0, 0, 0, 0.1);
}

.inputFile input[type='file'] {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.listePreview {
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    flex-direction: row;
    border: 1px solid #cecece;
    padding: 20px;
    padding-top: 10px;
    padding-right: 10px;
    box-shadow: 3px 3px 5px #cecece;
    align-items: flex-start;
    background-color: #fafafa;
    position: relative;
}

.listePreview img {
    max-width: 80%;
    max-height: 400px;
    margin-top: 1em;
    filter: drop-shadow(1px 1px 3px #aeaeae);
    -webkit-filter: drop-shadow(1px 1px 3px #aeaeae);
    margin-top: 10px;
    margin-right: 10px;
    max-width: calc(100% / 3 - 10px);
}

.listePreview .texte-preview {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 16px;
    position: relative;
    z-index: 15;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.listePreview:after, .preview-img:after {
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background-image: linear-gradient(-45deg, #AEAEAD 0%, #AEAEAD 25%, white 25%, white 50%, #AEAEAD 50%, #AEAEAD 75%, white 75%, white 100%);
    background-image: -webkit-linear-gradient(-45deg, #AEAEAD 0%, #AEAEAD 25%, white 25%, white 50%, #AEAEAD 50%, #AEAEAD 75%, white 75%, white 100%);
    background-size: 20px 20px;
    z-index: 10;
    opacity: 0.3;
}

/********************************** Icon Preview **********************************/

.choixIconSocial {
    text-align: center;
    padding: 0;
    margin-bottom: 30px;
}

.choixIconSocial .iconPreview {
    margin-top: 30px;
}

.choixIconSocial .iconPreview img {
    margin: 10px;
}

/******************************** SWITCHES ******************************/
.switch-table { /*display: table;*/
    display: flex;
    flex-wrap: wrap;
}

.switch-table .switch {
    padding: 6px 0;
    min-width: 25%;
    box-sizing: border-box;
}

.switch-table .switch > div {
    display: table-cell;
    padding: 12px 26px 12px 0;
    cursor: pointer;
}

/*.switch-table .switch > div:first-child{width: 172px;}*/
.switch_container {
    display: flex;align-items: center;
    padding-top: 10px;
}

.switch_container h4 {
    margin-right: 10px;
    margin-left: 10px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.switch {
    display: inline-block;
    padding: 6px 0;
    margin-top: 0;
}

.switch input[type=checkbox] {
    position: absolute;
    margin-left: -9999px;
    visibility: hidden;
    display: none;
}

.switch input[type=checkbox] + span {
    display: inline-block;
    margin-right: 8px;
    vertical-align: middle;
    position: relative;
    cursor: pointer;
    outline: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    width: 52px;
    background-color: #BCBBBB;
    border-radius: 60px;
    height: 22px;
    box-sizing: border-box;
}

.switch input[type=checkbox] + span:before {
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    border-radius: 60px;
    transition: background 0.4s;
}

tr.couleurTheme .switch input[type=checkbox] + span:before {
    border: 2px solid #BCBBBB;
}

.switch input[type=checkbox] + span:after { /* bottom: -5px; */
    top: 50%;
    transform: translateY(-50%);
    height: calc(22px - 8px);
    width: calc(22px - 8px);
    left: 4px;
    transition: margin-left 0.2s ease-out;
    margin-left: 0px;
}

.switch input[type=checkbox] + span:before,
.switch input[type=checkbox] + span:after {
    display: block;
    position: absolute;
    content: "";
}

.switch input[type=checkbox] + span:after {
    background-color: #fff;
    border-radius: 100%;
    box-shadow: 0 1px 3px rgba(0,0,0,0.4);
    transition: all 0.4s;
    height: calc(22px - 8px);
    width: calc(22px - 8px);
}
.switch input[type=checkbox]:disabled + span:after{background-color: #e0e0e0;}

.switch input[type=checkbox]:checked + span:after {
    margin-left: calc(100% - 8px - (22px - 8px));
}

.switch input[type=checkbox] + span:hover:after {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.6);
}

.switch * {
    transition: all 1.4s ease;
}

/******************************** /SWITCHES ******************************/

/*************** LOGIN 2019 ************************/
body.page-connexion {
    background-color: #b7b7b7;position: static;
}

/*body.page-connexion{background: url(../../images/grosse-fking-image.jpg) #b7b7b7 center no-repeat;background-size: cover;min-height: 100vh;}*/
.wrap {
    max-width: 1024px;
    margin: auto;
}

header.authentification {
    padding-top: 51px;
}

.login-connexion h1 {
    font-size: 30px;
    color: #000;
    text-align: left;
    margin: 0;
}

.login-connexion {
    top: 50%;
    left: 50%;
    position: absolute;
    margin: -283px 0 0 -227px;
    padding: 59px 33px 33px;
    width: 386px;
    min-height: 360px;
    background: #fff;
    box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.41);
    height: auto;
}

.login-connexion input[type=text],
.login-connexion input[type=email],
.login-connexion input[type=password] {
    box-sizing: border-box;
    margin: 2px 0 0;
    width: 100%;
    border: 0;
    border-bottom: 1px solid #000;
    font-weight: 500;
    font-size: 18px;
    padding: 6px 0 4px 2px;
}

.login-connexion input[type=text]:focus,
.login-connexion input[type=email]:focus,
.login-connexion input[type=password]:focus {
    box-shadow: none
}

.login-connexion .button,
.login-connexion button {
    font-size: 17px;
    min-width: 120px;
    text-align: center;
    box-sizing: border-box;
    margin: 0 6px;
    display: inline-block;
    padding: 6px 18px;
    cursor: pointer;
    font-weight: 500;
    transition: all 0.4s ease;
}

.login-connexion button:hover {
    background: #4a4a4a;
    color: #eee;
}

.login-connexion label {
    margin-right: 16px;
    display: block;
    vertical-align: bottom;
    padding-top: 16px;
}

.login-connexion .connexion-actions {
    margin-top: 38px;
    text-align: center
}

.login-connexion .connexion-oublie-lien {
    text-align: center;
    font-weight: 500;
    font-size: 12px;
    text-decoration: underline;
    margin-top: 20px;
}

#loading {
    display: none;
}

.login-connexion label:not(.enligne):not(.mce-label):not(.radio):not(.switch) {
    margin: 20px 0 24px;
    display: block;
    font-size: 14px;
    font-weight: 300;
}

.login-connexion form {
    padding: 0;
}

.login-connexion #message {
    text-align: center;
    padding: 10px;
    color: #cecece;
    margin-top: 20px;
    font-weight: bold;
    font-size: 14px;
}

.login-connexion #message.success {
    background-color: #9bff71;
    color: #333;
}

.login-connexion #message.erreur {
    background-color: #ff7171;
    color: #fefefe;
}

footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 11px 0;
    text-align: right;
    font-weight: bold;
    color: #fefefe;
    font-size: 14px;
    background: #0D455C;
}

footer a {
    text-decoration: underline;
    color: inherit;
}

.page-connexion video {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}
.page-connexion .logo-backus{
    position: fixed;
    bottom:40px;
    right:15px;
}
.page-connexion .logo-backus img {
    height: 100px;
    -webkit-filter: drop-shadow(5px 5px 5px #222);
    filter: drop-shadow(5px 5px 5px #222);
}

.authentification-colones {
    display: flex;
    justify-content: space-between;
}

.authentification-colones img {
    max-width: 260px;
    filter: drop-shadow(0px 4px 6px black);
}

.authentification-colone-droite {
    text-align: right
}

.authentification-colones .button {
    background: none;
    font-size: 12px;
    display: inline-block;
    padding: 8px 18px;
    cursor: pointer;
    font-weight: 500;
}

/*************** LOGIN 2019 ************************/
.entete-droite{display: flex;align-items: center;justify-content: end;height: 60px;padding-right: 36px;}
.entete-droite a{
    display: inline-block;
    border-radius: 4px;
    min-width: 46px;
    height: 48px;
    line-height: 48px;
    transition: all 0.4s ease;
    color: #000;
    text-align: center;
}
#lienlogout span,#lienprofil span,#liensms span:first-child{
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 64%;
    width: 48px;
    height: 48px;
    line-height: 48px;
    filter: invert(1);
    transition: all 0.4s ease;
}
#lienlogout span {background-image: url(../img/icons/small/logout.svg);}
#lienprofil span {background-image: url(../img/icons/small/user.svg);}
#logoTopEnos:hover span,
#lienlogout:hover span,#lienprofil:hover span{filter: invert(0);}

#liensms {
    position:relative;
}
#liensms span:first-child {
    background-image: url(../img/sms.svg);
}

#liensms span:last-child {
    font-size: 10px;
    position: absolute;
    right: 0;
    top: 8px;
    background: red;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 20px;
    min-width: 20px;
    line-height: 1em;
    border-radius: 10px;
    font-weight: bold;
    box-shadow: 2px 2px 5px -3px black;
    padding: 4px;
    box-sizing: border-box;
}

#liensms span:last-child:empty{
    display:none;
}

#logoTopEnos {
    margin-left: 6px;
}
#logoTopEnos span{
    display: inline-block;
    vertical-align: middle;
    background-image: url(../img/backus_logo_blanc.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 128px;
    height: 48px;
    filter:invert(1);
    transition: all 0.4s ease;
}
.entete-droite a#notices.actif,
.entete-droite a#notices:hover,
.entete-droite a:hover{
    background-color: #4a4a4a;
    opacity: 0.8;
    filter: invert(0);
}

.single-image-admin a {
    display: inline-block;
    border: 1px solid #cecece;
}

.section-ajax-edit {
    position: sticky;
    top: 60px;
    height: calc(100vh - 60px);
    overflow-y: auto;
    overflow-x: auto;
    margin-left: 0;
    transition: all 0.6s ease;
    width: 0;
    box-sizing: border-box;
    background: white;
    border-radius: 4px;
}

.section-ajax-edit > .bordureTbl {
    min-width: 1065px;
}

.ajax-section-visible.large .section-ajax-edit > .bordureTbl {
    min-width: unset;
}

.ajax-section-visible .tdcontent {
    width: 30%;
}

.ajax-section-visible .tdcontent .groupe-contenu {
    grid-template-columns: 1fr;
}

.section-ajax-edit.ouvert {
    width: 70%;
    margin-left: 20px;
}

.section-ajax-edit [data-onglet], .section-ajax-edit [data-onglet-interne] {
    padding-inline: 10px;
}

.section-ajax-edit [data-onglet-interne] {
    border: solid 2px #e6e6e6;
    border-radius: 10px;
    padding: 5px 10px;
}

.section-ajax-edit [data-onglet-interne]:not(:first-child) {
    margin-top: 10px;
}

.section-ajax-edit .soustitre-section {
    position: sticky;
    top: 35px;
    z-index: 20;
}
.soustitre-section-toolbar{position: absolute;right: 5px;top:0;bottom: 0;display: flex;align-items: center;column-gap:8px;}

h2, h3{
    text-transform: uppercase;
}

.ligneInactif {
    border-color: #777777 !important;
}

.billetInactifOnglet, .single-item-table.billetInactif {
    background-color: #999999 !important;
}

.billetInactif .single-item-entete {
    background-color: #777777 !important;
}

.billetInactif .single-item-contenu {
    background-color: #999999 !important;
}

/*.label-titre-cache h4 {display:none;}*/
/*.label-titre-cache label {
    margin-top: 1.26em !important;
}*/

.separateur {
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 15px;
    display: flex;
    align-items: flex-end;
}

.separateur .titre-separateur, .separateur .nb-notes-container {
    margin-right: 10px;
    flex-shrink: 0;
    flex-grow: 0;
    font-weight: bold;
}

.separateur:after {
    content: "";
    height: 2px;
    width: auto;
    flex-grow: 1;
    flex-shrink: 1;
    background-color: black;
}

#contenuAdmin div.infos-contact-generale {
    display: inline-flex;
}

.section-ajax-edit .bordureTbl form {
    margin-left: 0;
    margin-right: 0;
    padding: 0px 10px 10px 10px;
}

.image-profil {
    width: 100px;
    height: 131px;
    border: 1px solid #cecece;
    box-sizing: border-box;
    background-color: #f3f3f3;
    position: relative;
    overflow: hidden;
}

.image-profil + div {
    width: calc(100% - 120px);
}

.image-profil input[type="file"] {
    opacity: 0;
    position: absolute;
    -webkit-appearance: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 10;
}

.image-profil input[type="file"]:disabled {
    cursor: default;
}

.image-profil img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.image-profil .upload-logo {

}

/*********************** LISTE MULTIPLE ***********************/
.multi-liste {
    border-collapse: collapse;
    width: 100%;
    margin-top: 10px;
}

.multi-liste td, .multi-liste th {
    padding: 3px 7px;
}

.multi-liste td.action:last-child, .multi-liste th.action:last-child {
    width: 5px;
    min-width: 5px;
    max-width: 5px;
}

.multi-liste .action {
    position: relative;
    width: 28px;
    min-width: 28px;
    max-width: 28px;
    padding-left: 4px;
    padding-right: 4px;
}

.multi-liste .add-line {
    position: absolute;
    top: 100%;
    right: 5px;
    transform: translateY(-50%);
    width: 26px;
    height: 26px;
    border-radius: 50%;
    color: white;
    background-color: #01CF84;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.4s ease;
    z-index: 10;
    overflow: hidden;
}
.notes-container .actions-note .add-note {
    position:initial;
    transform:unset;
}

.notes-container .actions-note {
    color: var(--primaire-txt);
    right: 0px;
    display: flex;
    gap: 5px;
    position: absolute;
    bottom: 4px;
}

.notes-container .actions-note > * {
    background-color: var(--primaire);
    color: var(--primaire-txt);
    border-radius: 50%;
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 100%;
    transition: transform 0.4s ease, opacity 0.4s ease;
    position:relative;
    cursor:pointer;
}

.notes-container .actions-note > *:hover {
    opacity:0.6;
}

.notes-container.ouvert .actions-note .show-hide-toggle {
    transform:rotate(180deg);
}

.notes-container .actions-note .show-hide-toggle:after {
    content:"";
    position:absolute;
    top:0px;
    bottom:0px;
    left:0px;
    right:0px;
    margin:auto;
    width: 100%;
    height: 100%;
    -webkit-mask-image: url(../img/down1.png);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center center;
    -webkit-mask-size: 16px auto;
    mask: url(../img/down1.png);
    mask-size: 16px auto;
    mask-position: center center;
    mask-repeat: no-repeat;
    background-color:currentColor;
}

.multi-liste .add-line:after, .notes-container .add-note:after {
    content: "+";
    font-size: 24px;
    font-weight: normal;
    margin: auto;
    line-height: 1em;
}

.multi-liste .add-line:hover {
    background-color: #666;
}

.disabled-fields .multi-liste .add-line, .disabled-fields .notes-container .add-note {
    display: none;
}

.disabled-fields .multi-liste .action {
    display: none;
}

.multi-liste .del-line {
    background-image: url(../img/delete.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: block;
    width: 28px;
    height: 28px;
}

.multi-liste td .switch_container {
    padding-top:0px;
}

.notes-container .separateur {
    position: relative;
    margin-bottom: 25px;
}

.notes-container .editeur-notes {
    display: none;
}

.notes-container.editeur-ouvert .add-note:after {
    content: "\2713";
    font-size: 24px;
    font-weight: bold;
}

.notes-container .single-note {
    width: 100%;
    padding: 10px;
    background: #e6e6e6;
    box-sizing: border-box;
}

.notes-container .single-note.aucune-note {
    font-weight: bold;
    text-align: center;
    padding: 20px;
}

.notes-container .liste-notes {
    margin-top: 10px;
}

.notes-container .single-note .entete-note {
    font-weight: bold;
}

.notes-container .single-note:not(:last-child) {
    margin-bottom: 10px;
}

input:not([type="file"]):disabled {
    border-bottom-color: transparent;
    opacity: 1;
    color: #000000;
}

select:disabled {
    cursor: default;
    background: unset;
    border-bottom-color: transparent;
    color: #000000;
    opacity: 1;
}

input:disabled {
    background: unset;
}

.liste-onglets, .liste-onglets-interne {
    width: 100%;
    display: flex;
    margin-bottom: 10px;
    box-sizing: border-box;
    padding: 0 10px;
    column-gap: 4px;
    margin-top: 20px;
    align-items: flex-end;
    position: sticky;
    left: 0px;
}

.liste-onglets .choix-onglet, .liste-onglets-interne .choix-onglet-interne {
    padding: 8px 10px;
    font-weight: normal;
    background-color: #e6e6e6;
    margin: 0;
    cursor: pointer;
    transition: all 0.4s ease;
    font-size: 14px;
    min-width: 100px;
    text-align: center;
    text-transform: uppercase;
}

.liste-onglets .ongletInactif, .liste-onglets-interne .ongletInactif {
    background-color: #7a7979 !important;
    margin: 0 5px;
    cursor: not-allowed !important;
    transition: all 0.4s ease;
    min-width: 100px;
    text-align: center;
    padding: 8px 10px;
    font-weight: normal;
    font-size: 14px;
}

.liste-onglets .choix-onglet:hover, .liste-onglets-interne .choix-onglet-interne:hover {
    opacity: 0.6;
}

#contenuAdmin.scrollBottom .section-ajax-edit .boutton, #contenuAdmin.scrollBottom .section-ajax-edit .boutons {
    position: initial;
    padding: 0;
}

#contenuAdmin.scrollBottom .section-ajax-edit .bordureTbl {
    padding-bottom: 5px;
}

.multi-liste label {
    margin-top: 0 !important;
}

.ajax-section-visible:not(.large) .col_complet {
    display: none;
}

.ajax-section-visible:not(.large) .section-ajax-edit .col_complet {
    display: table-cell;
}

.ajax-section-visible.large .section-ajax-edit .col_complet {
    display: none;
}

.liste[data-section] .col_cache {
    display: none;
}

/*.ajax-section-visible .col_cache {
    display: none;
}*/

.verouillerSemaine {
    width: 23px;
    height: 23px;
    display: inline-block;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
    transition: opacity 0.4s ease;
}

.verouillerSemaine:not(.deverouiller){
    background-image: url(../img/lock-open-solid.svg);
}

.verouillerSemaine.deverouiller{
    background-image: url(../img/lock-solid.svg);
}

input[name="fichiercsv"]{
    width: 100%;
}

.retourMessages{
    margin-bottom: .83em;
}

.bloquerAction{
    background-color: #4e4e4e;
    pointer-events: none;
}

.export-csv, .export-tps {
    width: 23px;
    height: 23px;
    background-image: url(../img/export-csv.svg);
    display: inline-block;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
    transition: opacity 0.4s ease;
}
.export-xlsx {
    width: 23px;
    height: 23px;
    background-image: url(../img/excel.svg);
    display: inline-block;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
    transition: opacity 0.4s ease;

}
.renvoyer-mail{
    width: 23px;
    height: 23px;
    background-image: url(../img/envelope-solid.svg);
    display: inline-block;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
    transition: opacity 0.4s ease;
}
.export-tps-lissage {
    width: 23px;
    height: 23px;
    background-image: url(../img/export-2.svg);
    display: inline-block;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
    transition: opacity 0.4s ease;
}
.import-csv {
    width: 23px;
    height: 23px;
    background-image: url(../img/import_icon.svg);
    display: inline-block;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
    transition: opacity 0.4s ease;
    filter: invert(1);
}

.exportPDF{
    width: 23px;
    height: 23px;
    background-image: url(../img/file-pdf-solid.svg);
    display: inline-block;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
    transition: opacity 0.4s ease;
    filter: invert(1);
}

.export-progest, .export-csv, .export-csv.icone-progest, .export-pki{
    width: 23px;
    height: 23px;
    background-image: url(../img/file-export-solid.svg);
    display: inline-block;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
    transition: opacity 0.4s ease;
    filter: invert(1);
}

.exportTableau{
    width: 23px;
    height: 23px;
    background-image: url(../img/file-export-solid.svg);
    display: inline-block;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
    transition: opacity 0.4s ease;
    /* filter: invert(1); */
}

.align-droite{
    text-align: end;
    padding-right: 0;
}

.action-liste {
    position: absolute;
    top: 10px;
    right: 10px;
    display: block;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
    transition: opacity 0.4s ease;
}

.action-liste > a:not(:last-child) {
    margin-right: 5px;
}

.action-liste .lissage-semaine, .action-liste .btn-entete-liste {
    color: white;
    line-height: 19px;
    height: 23px;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    padding: 2px 8px;
    border: 1px solid white;
    font-weight: bold;
    font-size: 12px;
}

.import-anciennete {
    width: 23px;
    height: 23px;
    background-image: url(../img/import-anciennete.svg);
    display: inline-block;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
    transition: opacity 0.4s ease;
}

.ajax-section-visible.large .section-ajax-edit {
    width: 35%;
}

.ajax-section-visible.large .section-ajax-edit .liste-onglets, .ajax-section-visible.large .section-ajax-edit [data-onglet], #contenuAdmin.ajax-section-visible.large .section-ajax-edit div.infos-contact-generale.cacher-petit {
    display: none;
}

#contenuAdmin.ajax-section-visible.large .section-ajax-edit div.infos-contact-generale {
    width: 100%;
    padding-right: 0;
}

.combo-radio {
    display: flex;
    align-items: center;
}

.combo-radio > input[type="radio"] {
    margin: 0 10px 0 0;
    flex-shrink: 0;
}

.combo-radio > label {
    flex-grow: 1;
    flex-shrink: 1;
}

.combo-radio input[type="radio"], input[type="checkbox"].simple-checkbox:not(.visual_20) {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 5px;
    border: 1px solid #cecece;
    background: #cecece;
    cursor: pointer;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    outline: none;
}

.combo-radio input[type="radio"]:hover, input[type="checkbox"].simple-checkbox:not(.visual_20):hover {
    box-shadow: unset;
    background: #cecece;
}

.combo-radio input[type="radio"]:disabled, input[type="checkbox"].simple-checkbox:not(.visual_20):disabled {
    cursor: default;
    opacity: 1;
}

.combo-radio input[type="radio"]:not(:disabled):hover, input[type="checkbox"].simple-checkbox:not(.visual_20):not(:disabled):hover {
    opacity: 0.6;
    box-shadow: unset;
    background-color: #fff;
}

.combo-radio input[type="radio"]:checked:after, input[type="checkbox"].simple-checkbox:not(.visual_20):checked:after {
    content: "\2713";
    font-size: 20px;
    font-weight: bold;
}

.disabled-fields .boutons [name="mod"], .disabled-fields .boutons [name="modCont"], .disabled-fields .boutons [name="modContCon"], .disabled-fields .boutons .annuler {
    display: none;
}

[data-track-modifications] .__formulaire_btns button {
    opacity:0.6;
}

[data-track-modifications] .__formulaire_btns.__modified button,
[data-track-modifications] .__formulaire_btns.__new_record button {
    opacity:1;
}

.saving {
    position: relative;
}

.saving:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 10000;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(1px);
}

body.saving:after {
    right: 0px;
    bottom: 0px;
    position: fixed;
}
body.saving:before{
    content: '';
    position: fixed;left: 0;right: 0;top: 0;bottom: 0;z-index: 10001;
    mask-image: url(../img/chargement.svg);
    /* background-size: 40px; */
    mask-position: center center;
    mask-repeat: no-repeat;
}

.liste .action input[type="checkbox"] {
    margin: 0;
    vertical-align: top;
    border-radius: 0;
}

.liste-file-container {
    height: 24px;
}

.liste-file-container .input-container {
    background-image: url(../img/trombone.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    width: 24px;
    height: 24px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    display: inline-block;
}

.liste-file-container input[type="file"] {
    appearance: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    height: 100%;
    z-index: 10;
    opacity: 0;
    cursor: pointer;
}

.liste-file-container .count-files {
    font-size: 10px;
    width: 12px;
    height: 12px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 12px;
    border-radius: 50%;
    display: none;
}

.liste-file-container .supprimer-image-liste {
    width: 24px;
    height: 24px;
    cursor: pointer;
    background-image: url(../img/delete-file.svg);
    display: inline-block;
    margin-left: 5px;
    filter: brightness(0);
}

.liste-file-container .lien-file {
    width: 24px;
    height: 24px;
    background-size: 20px;
    background-repeat: no-repeat;
    margin-right: 10px;
    background-position: center center;
    background-image: url(../img/file.svg);
    display: inline-block;
}

.multi-liste.table-dispos > tbody > tr.infos-dispo {
    background: #f5f5f5;
}

.multi-liste.table-dispos > tbody > tr.infos-dispo > td {
    padding: 10px 20px 20px 20px;
}

.disabled-fields .liste-file-container .supprimer-image-liste {
    display: none;
}

.infos-dispo {
    display: none;
}

.image-profil .actions {
    z-index: 100;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transform: translateY(-100%);
    transition: all 0.4s ease;
    background: rgba(0, 0, 0, 0.2);
    text-align: right;
}

.image-profil:hover .actions {
    transform: translateY(0px);
}

.image-profil .edit-image {
    background-image: url(../img/pencil.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    padding: 10px;
    vertical-align: top;
}

.image-profil .del-image {
    background-image: url(../img/delete.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    padding: 10px;
    vertical-align: top;
}

.disabled-fields .image-profil .actions {
    display: none;
}

.image-profil .upload-logo, .image-profil .preview-img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-position: center center;
    background-repeat: no-repeat;
    transition: opacity 0.4s ease;
}

.image-profil .upload-logo {
    background-image: url(../img/add.svg);
    filter: brightness(20);
    background-size: 60%;
    background-color: rgba(0, 0, 0, 0.2);
    opacity: 0;
    z-index: 10;
}

.image-profil .preview-img {
    background-size: cover;
    display: none;
}

.image-profil:hover .upload-logo {
    opacity: 1;
}

.disabled-fields .image-profil .upload-logo {
    display: none;
}

a.restriction {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url(../img/avertissement.svg);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

.employe-details a.restriction {
    position: absolute;
    top: 5px;
    right: 5px;
}

.wrap-jour:hover a.restriction:hover + .add-dispo {
    opacity: 0;
}

.having-fixed-min-width {
    width: 100%;
    min-width: 1065px;
}

.ajax-section-visible.large .small-large {
    width: 100% !important;
}

.ajax-section-visible:not(.large) label.hide_small, .ajax-section-visible:not(.large) div.hide_small {
    display: none !important;
}

.lieux_filtre {
    display: flex;
}

.spacing-label {
    height: 38px;
    margin-top: 6px;
}

.margin-top-19 {
    margin-top: 19px;
}

.section-ajax-edit select, .section-ajax-edit textarea, .section-ajax-edit input[type="text"], .section-ajax-edit input[type="password"], .section-ajax-edit input[type="number"], .section-ajax-edit input[type="date"], .section-ajax-edit input[type="time"], .section-ajax-edit input[type="search"], .section-ajax-edit input[type="url"], .section-ajax-edit input[type="email"], .section-ajax-edit input[type="tel"] {
    font-size: 12px;
    line-height: 17px;
}

.afficher-liste {
    border: 1px solid black;
    background: white;
    padding: 3px;
    position: absolute;
    top: 5px;
    right: 4px;
    z-index: 100;
    border-radius: 3px;
    padding: 2px 10px;
    font-size: 14px;
    transition:all 0.4s ease-in-out;
}

.afficher-liste:hover {
    box-shadow: 0px 3px 10px -5px black;
}

.soustitre-section-toolbar .afficher-liste {
    position:initial;
    top:unset;
    right:unset;
}

.single-metier {
    width: 100%;
    display: flex;
    align-items: center;
}

.single-metier:not(:last-child) {
    margin-bottom: 5px;
}

.single-metier .voir-restrictions {
    width: 20px;
    height: 20px;
    cursor: pointer;
    display: inline-block;
    background-image: url(../img/avertissement.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.single-metier .quart {
    width: 20px;
    height: 20px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.single-metier .quart.jour {
    background-image: url(../img/soleil.svg);
    flex-shrink: 0;
}

.single-metier .quart.nuit {
    background-image: url(../img/lune.svg);
    flex-shrink: 0;
}

.single-metier .nom-employe {
    flex-grow: 1;
    height: 20px;
    margin: 0 5px;
    box-sizing: border-box;
    border-bottom: 1px solid black;
}

.single-metier .titre-metier-calendrier {
    flex-grow: 1;
    margin: 0 5px;
    box-sizing: border-box;
    font-size: 16px;
    padding: 8px 0;
}

.single-metier .nom-employe span {
    line-height: 20px;
    display: inline-flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.single-metier .nom-employe span .del-employe, .table-organigramme .del-employe, .table-organigramme .del-ligne {
    width: 16px;
    height: 16px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../img/delete.svg);
    filter: brightness(0);
}

.disabled-fields .single-metier .nom-employe span .del-employe {
    display: none;
}

.helper-employe {
    border: 1px solid #cecece;
    background: white;
    box-shadow: 0 0 10px 0 rgba(100, 100, 100, 0.4);
    width: 180px;
    height: 30px;
    box-sizing: border-box;
    padding: 5px;
    line-height: 20px;
    text-align: center;
    z-index: 1000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.titre-lieu {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
}

.entete-metier {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 20px;
    border-bottom: 1px solid black;
}

.table-organigramme td {
    border-bottom: 1px solid #cecece;
}


.popup-employe, .popup-projet {
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    background: white;
    padding: 10px;
    border-radius: 10px;
    z-index: 1000;
    border: 1px solid black;
    display: none;
    min-width: 160px;
}

.wrap-jour {
    position: relative;
}

.no-employe {
    display: flex;
    align-items: center;
    justify-content: center;
}

.wrap-jour .del-employe {
    position: absolute;
    top: 2px;
    right: 2px;
}

.popup-employe:after, .popup-projet:after {
    width: 10px;
    height: 10px;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
    transform-origin: center center;
    transform: rotate(
            45deg
    ) translateX(-50%);
    display: block;
    content: "";
    position: absolute;
    left: 50%;
    top: calc(100% - 0px);
    background: white;
}

.popup-employe.left, .popup-projet.left {
    right: 100%;
    top: 50%;
    transform: translateY(-50%);
    bottom: unset;
    left: unset;
}

.popup-employe .nom:not(:last-child), .popup-projet .nom:not(:last-child) {
    margin-bottom: 10px;
}

.popup-employe.left:after, .popup-projet.left:after {
    left: 100%;
    top: 50%;
    right: unset;
    bottom: unset;
    transform: rotate(-45deg) translateY(-50%);
}

.sauvegarder-projet {
    margin-top: 10px;
}

.sauvegarder-approuver-projet, .retour-modification-projet {
    margin-left: 10px;
    margin-top: 10px;
}

.disabled-fields .sauvegarder-projet,
.disabled-fields .sauvegarder-approuver-projet {
    display: none;
}

.disabled-fields .retour-modification-projet,
.disabled-fields .retour-modification-tous {
    display: none;
}

/*Boutons sticky pour l'organigramme*/
.button.sauvegarder-approuver-projet, .button.sauvegarder-projet, .button.retour-modification-projet {
    position: sticky;
    position: -webkit-sticky;
    position: -moz-sticky;
    position: sticky;

    z-index: 100;
    background: white;
}

.button.sauvegarder-projet {
    left: 0;
}

.button.sauvegarder-approuver-projet {
    left: 157px;
}

.button.retour-modification-projet {
    left: 314px;
}

.section-ajax-edit form[action='gstOrganigramme.php'] .boutons {
    position: sticky;
    position: -webkit-sticky;
    position: -moz-sticky;
    position: sticky;
    left: 0;
    z-index: 100;
    background: white;
    display: inline-block;
}

.section-ajax-edit form[action='gstOrganigramme.php'] {
    width: fit-content;
}

/*Fin boutons sticky pour l'organigramme*/

.ajax-formulaire {
    position: relative;
}

a.deplacement {
    cusror: pointer;
    width: 16px;
    height: 16px;
    -webkit-mask-image: url(../img/deplacement_off.svg);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center center;
    -webkit-mask-size: contain;
    mask: url(../img/deplacement_off.svg);
    mask-size: contain;
    mask-position: center center;
    mask-repeat: no-repeat;
    background-color: #7269af;
    position: absolute;
    top: 5px;
    right: 5px;
    opacity: 0;
    display: inline-block;
    transition: opacity 0.4s ease;
}

.wrap-jour:hover a.deplacement {
    opacity: 1;
}

a.deplacement.on {
    -webkit-mask-image: url(../img/deplacement_on.svg);
    mask: url(../img/deplacement_on.svg);
    opacity: 1;
}

.anciennetend {
    display: flex !important;
    margin-top: 6px;
}

.anciennetend > * {
    width: 50%;
}

.anciennetend > input {
    width: auto !important;
}

.totalanciennete {
    display: flex !important;
    margin-top: 6px;
}

.totalanciennete > * {
    width: 50%;
}

.totalanciennete > div {
    padding-left: 11px;
    font-weight: bold;
}

.filtre a#reinitialiserFiltre {
    display: block;
    width: 30px;
    height: 30px;
    background: white;
    margin-left: 10px;
    background-image: url(../img/reset.svg);
    background-size: contain;
    background-position: 4px 0;
    background-repeat: no-repeat;
    border-radius: 50%;
    border: 1px solid grey;
    transition: opacity 0.4s ease;
    margin-left: auto;
    flex-shrink:0;
}

.filtre a#reinitialiserFiltre:hover {
    opacity: 0.6;
}

.smsform #liste-messages .couleurTheme {
    top: 30px;
}

.voirMessages {
    text-align: right;
}

/***** POPUP 2FA *****/

.jquery-modal.blocker.current {
    z-index: 1000;
}

.popup .texte-container #btn-authentification {
    font-weight: bold;
    transition: .2s ease-out;
    -webkit-tap-highlight-color: transparent;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.popup .texte-container .texte {
    padding: 15px 0;
}

.popup .texte-container input {
    margin: 20px 0;
}

.popup.modal {
    padding: 0;
}

.popup.modal .popup.flex {
    padding: 15px 30px;
}

.popup.modal h3 {
    margin-top: 0;
}

.popup.flex #ajax-message .message {
    font-size: 16px;
    margin: 15px 0;
    text-align: center;
}

.cacher {
    display: none;
}

.groupe-contenu {
    padding: 20px;
    padding-top: 10px;
}

.groupe-droits-menu {
    background: #f7f7f7;
}

.groupe-droits-menu h2 {
    position: sticky;
    top: 0px;
    z-index: 10;
}

/* CSS DU FORM IMPORT */
.joindre-fichier > label {
    display: flex !important;
}

.joindre-fichier input {
    width: calc((100% - 60px) / 4 * 3);
}

.joindre-fichier a {
    width: 110px;
    height: 36px;
    box-sizing: border-box;
    border-radius: 0;
    text-align: center;
    font-size: 16px;
    outline: none;
    color: #ffffff;
    border: 1px solid #ccc;
    padding: 10px 5px;
}

.joindre-fichier a:hover {
    background-color: #4a4a4a;
    color: #eee;
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.joindre-fichier .flex {
    display: flex;
}

.joindre-fichier .space-between {
    justify-content: space-between;
}

.joindre-fichier .d1-4 {
    width: calc(25% - 20px);
}

.joindre-fichier .d3-4 {
    width: calc(75% - 20px);
}

.joindre-fichier .cache {
    display: none;
}

.joindre-fichier input[type="text"] {
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    padding: 6px 6px;
    font-size: 16px;
    line-height: 1em;
    border: 0;
    border-bottom: 1px solid #707070;
    transition: box-shadow 0.3s, border 0.3s;
    box-sizing: border-box;
    background-color: transparent;
}


/*Style de la version*/
#wrapNouveauMenu #version {
    bottom: 0;
    position: fixed;
    padding-left: 15px;
    padding-bottom: 1px;
    padding-right: 10px;
    box-sizing: border-box;
    width: 260px;
    transition: all 0.4s ease;
}
#wrapNouveauMenu #version p{
    margin: 5px 0px;
}

#wrapNouveauMenu.ferme #version span, #wrapNouveauMenu.ferme #version p {
    display: none;
}

#wrapNouveauMenu.ferme #version {
    padding-left: 20px;
    padding-bottom: 4px;
    width: 58px;
}

span#version {
    position: fixed;
    right: 15px;
}

/*style popup manque approbation*/
.titre-projet-approb {
    margin-bottom: 5px;
    font-size: 14px;
}

.projet-manque-approbation {
    margin-top: 5px;
}

.projet-manque-approbation .approbation-ligne-metier a {
    text-decoration: underline;
}

.projet-manque-approbation .nom-projet-approb {
    margin-bottom: 5px;
    display: block;
}

.projet-manque-approbation .approbation-ligne-metier {
    margin-bottom: 2px;
}

.projet-manque-approbation .nom-projet-approb, .titre-projet-approb {
    font-weight: bold;
}

/* NOUVELLE LISTE */

.entete-liste {
    margin-bottom: 10px;
    position: relative;
}

.entete-liste .titre-entete-liste {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 5px;
}

table.liste .titre-entete{
    text-transform: uppercase;
}

.actions-entete-liste {
    display: flex;
    align-items: center;
    position: absolute;
    right: 5px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.actions-entete-liste .fab {
    position: initial;
    width: 20px;
    height: 20px;
    background: none;
    box-shadow: unset;
    font-size: 20px;
    margin: unset;
    line-height: 1em;
    border: 2px solid white;
}

.entete-liste + #contenu {
    padding: 20px;
}

.groupe-container {
    border-radius: 0;
    overflow: hidden;
    /*border-width:1px;
    border-style:solid;*/
}

.groupe-container:not(:last-child) {
    margin-bottom: 10px;
}

.groupe-entete {
    padding: 5px;
    font-size: 14px;
    font-weight: bold;
    line-height: 1em;
    display: flex;
    justify-content: space-between;
    padding-left: 15px;
    align-items: center;
    cursor: pointer;
}

.groupe-container[data-niveau="1"] > .groupe-entete {
    background: #000000;
    color:white;
}

.groupe-container[data-niveau="2"] > .groupe-entete {
    background: #525252;
    color:white;
}

.groupe-container[data-niveau="3"] > .groupe-entete {
    background: #7d7d7d;
    color:white;
}

.groupe-container[data-niveau="1"] > .groupe-entete .groupe-actions {
    filter:brightness(0) invert(1);
}

.groupe-container[data-niveau="2"] > .groupe-entete .groupe-actions {
    filter:brightness(0) invert(1);
}

.groupe-container[data-niveau="3"] > .groupe-entete .groupe-actions {
    filter:brightness(0) invert(1);
}

.groupe-container .groupe-entete .section-droite {
    display:flex;
    align-items:center;
    column-gap:5px;
}

.groupe-container .groupe-contenu {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(4, 1fr);
    padding: 10px;
    padding-right: 0;
    padding-left: 20px;
}

.groupe-container .groupe-contenu-table {
    width: calc(100% - 10px);
    display: inline-block;
    margin: 10px;
    padding-right: 0;
    overflow-x: auto;
}

.single-item-container {
    overflow: hidden;
    border-radius: 5px;
    border-width: 1px;
    border-style: solid;
}

.single-item-entete {
    padding: 4px;
    font-size: 12px;
    line-height: 1em;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.single-item-contenu {
    padding: 5px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    text-align: left;
    grid-gap: 5px;
}

.single-item-actions > a {
    padding: 10px !important;
}

.single-item-actions {
    display: flex;
    flex-shrink: 0;
}

/*.single-item-actions > :not(:last-child) {
    margin-right:2px;
}*/

.groupe-container > .groupe-contenu > .groupe-container {
    grid-column-end: span 4;
    margin-bottom: 0;
}

.single-item-element-titre {
    font-size: 10px;
}

.single-item-element-contenu {
    font-size: 12px;
    font-weight: bold;
}

.contenu.avec-regroupement .entete .groupe-actions {
    display:flex;
    column-gap:4px;
    align-items:center;
}

.entete .ouvrir-fermer, .entete .ouvrir-fermer-tous {
    width: 20px;
    height: 20px;
    position: relative;
    cursor: pointer;
    transition:opacity 0.4s ease;
}

.entete .ouvrir-fermer:before, .entete .ouvrir-fermer:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 10px;
    left: 0;
    right: 0;
    background-image: url(../img/select.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 24px;
    transition: all 0.4s ease;
}

.entete .ouvrir-fermer-tous:before, .entete .ouvrir-fermer-tous:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 10px;
    left: 0;
    right: 0;
    background-image: url(../img/select.svg), url(../img/select.svg);
    background-position: center top -11px, center top -6px;
    background-repeat: no-repeat;
    background-size: 24px;
    transition: all 0.4s ease;
}

.entete .ouvrir-fermer:before, .entete .ouvrir-fermer-tous:before {
    top: 0;
}

.entete .ouvrir-fermer:after, .entete .ouvrir-fermer-tous:after {
    transform: rotate(180deg);
    bottom: 0;
}

.entete.fermer .ouvrir-fermer:before {
    top: 10px;
}

.entete.fermer .ouvrir-fermer:after {
    transform: rotate(180deg);
    bottom: 10px;
}

.entete.fermer-tous .ouvrir-fermer-tous:before {
    top: 10px;
}

.entete.fermer-tous .ouvrir-fermer-tous:after {
    transform: rotate(180deg);
    bottom: 10px;
}

.entete.fermer .ouvrir-fermer-tous {
    opacity:0;
    pointer-events:none;
}

.groupe-vide {
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
    padding: 10px;
    border: 1px solid black;
    border-radius: 5px;
}

/* FIN NOUVELLE LISTE */
#version label {
    white-space: nowrap;
}

.liste-niveau-vide {
    padding: 10px;
    font-weight: bold;
    font-size: 16px;
}

label.nomReadOnly > input {
    background-color: rgb(235, 235, 235);
    font-style: oblique;
}

.contenuAuditBillets {
    word-break: break-all;
}

#liste-placeholder .triple, #liste-placeholder .deux-tiers {
    margin-top: 7px;
    font-size: 13px;
}

#liste-placeholder .copy-clipboard {
    position: relative;
    top: 7px;
    margin-right: 6px;
    cursor: pointer;
    opacity: 1;
    transition: all 0.4s ease;
}

#liste-placeholder .deux-tiers {
    padding-top: 12px;
}

#liste-placeholder .copy-clipboard:hover {
    opacity: 0.6;
}

.liste-elements input[type="color"]::-webkit-color-swatch-wrapper {
    padding: 0;
}

.liste-elements input[type="color"]::-webkit-color-swatch {
    border: none;
}

.liste-elements label .custom-color-picker input[type="color"] {
    -webkit-appearance: none;
    border: none;
    width: auto;
    aspect-ratio: 1 / 1;
    height: 20px;
    padding: 0px;
    border: 1px solid black;
}

a.statut-cron {
    display: inline-block;
    width: 16px;
    height: 16px;
    position: relative;
    margin-right: 10px;
}

a.statut-cron:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #62ff67;
    animation-name: pulse;
    animation-duration: 1s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    transition: background 0.2s ease-in-out;
}

a.statut-cron.en-cours:before {
    background: #ff5959;
}

.txtright {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
table td.txtright, table th.txtright{
    display: table-cell;
}
table tr.txtright{
    display: table-row;
}

@keyframes pulse {
    0% {
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}

.sous-niveau-dossier td:not(.action){
    text-align: center;
}

.sous-niveau-dossier td.action{
    padding: 0;
}

.treepagesousniveau .liste{
    border-bottom: 0!important;
}

.contenuType{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    margin-bottom: calc(1em + 28px);
}

.contenuType p{
    text-decoration: underline;
    font-size: 20px;
    font-weight: bold;
}

.contenuType .actionsType{
    width: 50%;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.contenuType .actionsType button.btnDossier{
    padding: 25px 15px;
}

.etapeDossier .options{
    width: 100%;
    margin: 45px 0;
    display: flex;
    justify-content: space-between;
}

.etapeDossier .options div{
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
}

.actions-dossiers {
    flex-grow: 1;
    display: flex;
    justify-content: flex-end;
}

.liste-onglets .choix-onglet, .liste-onglets-interne .choix-onglet-interne {
    border-radius: 6px 6px 0px 0px;
}

.bloc-section {
    margin-block: 12px;
    padding: 10px;
    background: #E6E6E6;
    border-radius: 5px;
    position:relative;
}

.bloc-section .separateur {
    margin: 0px;
    position: relative;
    padding-bottom: 4px;
}

.bloc-section .separateur:after {
    position: absolute;
    /*left: -10px;
    right: -10px;*/
    left: 0px;
    right: 0px;
    bottom: 0px;
}

.bloc-section .separateur .titre-separateur, .bloc-section .separateur .nb-notes-container {
    padding-right: 60px;
    margin-right: 0px;
}

.bloc-section .actions {
    display: flex;
    column-gap: 6px;
    position: absolute;
    top: 4px;
    right: 12px;
    z-index: 10;
}

.bloc-section .actions > a {
    display: inline-block;
    width: 24px;
    height: 24px;
    position: relative;
    cursor: pointer;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.bloc-section .actions .move-handle {
    background-image: url(../img/cursor-move.png);
    filter: brightness(0);
    cursor:move;
}

.bloc-section .actions .toggle-visibility:before, .bloc-section .actions .toggle-visibility:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 50%;
    background-image: url(../img/flecheHaut.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    transition:top 0.3s ease-in-out;
}

.bloc-section .actions .toggle-visibility:before {
    top: 0px;
    transform: rotate(180deg);
}

.bloc-section .actions .toggle-visibility:after {
    top: 50%;
}

.bloc-section.ferme .actions .toggle-visibility:before {
    top: 50%;
}

.bloc-section.ferme .actions .toggle-visibility:after {
    top: 0px;
}

.bloc-section .actions > .toggle-visibility {
    transition:all 0.4s ease-in-out;
}

.bloc-section.ferme .actions > .toggle-visibility {
    transform: rotate(180deg);
}

.resize-actions {
    display: flex;
    column-gap: 6px;
    padding: 10px;
    position: sticky;
    z-index: 20;
    top: 0;
    left:0;
    background: #fff;
    justify-content: flex-end;
}

.resize-actions > a {
    border: 2px solid black;
    height: 15px;
    width: 20px;
    box-sizing: border-box;
    cursor: pointer;
}

.resize-actions .fullwidth {
    width: 25px;
}

.resize-actions .small {
    width: 10px;
}

.resize-actions .delete {
    width: 15px;
    border-radius: 50%;
    position: relative;
    border: unset;
}

.resize-actions .delete:before, .resize-actions .delete:after {
    height: 4px;
    width: 100%;
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
    background: black;
    border-radius: 2px;
    transform-origin: center center;
    transform: rotate(45deg);
}

.resize-actions .delete:after {
    transform: rotate(-45deg);
}

#contenuAdmin.ajax-section-visible.extra-large .section-ajax-edit {
    width: 100%;
    margin-left: -30%;
}

#contenuAdmin.ajax-section-visible.extra-large #tdcontent {
    opacity: 0;
    pointer-events: none;
}

#contenuAdmin #tdcontent {
    transition: opacity 0.4s ease;
}

#contenuAdmin .section-ajax-edit {
    z-index: 10;
    overscroll-behavior: contain;
}

.resize-actions + .liste-onglets {
    margin-top: 0px;
}

/* INFINITE SORTABLE THEAD */

.placeholder-table-row {
    background:grey;
    min-width:160px;
}

/* Sort helper */
.sortable-table-head {
    min-width:160px !important;
    width:auto !important;
    max-width:260px !important;
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    box-sizing:border-box;
    display:flex;
    align-items:center;
    padding-inline:12px;
    justify-content:center;
    height:40px !important;
    overflow:hidden;
    cursor:ew-resize;
}

table.liste tr.couleurTheme {
    top: 0px;
}

#contenuAdmin #tdcontent {
    position: sticky;
    top: 60px;
    max-height: calc(100vh - 60px);
    overflow-y: auto;
    overflow-x: auto;
    height: 100%;
}

/* NEW FLEXIBLE LAYOUT */
.new-flexible-layout table.liste th[data-colone] {
    min-width: 66px;
}

.new-flexible-layout table.liste .no-resize th[data-colone].col_sticky {
    min-width: 35px;
}

.new-flexible-layout table.liste th[data-colone].forced_width {
    min-width:unset;
}

.new-flexible-layout table.liste thead tr.filtre {
    position: sticky;
    position: -webkit-sticky;
    top:41px;
    z-index:10;
}

.new-flexible-layout table.liste  thead tr.filtre:not(.couleurTheme), .new-flexible-layout table.liste  thead tr.filtre:hover:not(.couleurTheme) {
    background-color:#DEDEDE;
}

.new-flexible-layout table.liste {
    min-width: 100%;
    width:max-content;
    margin-bottom: 10px;
}

.new-flexible-layout table.liste thead th.action {
    width: 32px;
    padding: 0px;
}

.new-flexible-layout table.liste tbody td.action {
    position: sticky;
    right: 0px;
    transition: background-color 0.4s ease, box-shadow 0.4s ease;
}

.new-flexible-layout table.liste tbody td.action:nth-last-child(3) {
    right: 32px;
}

.new-flexible-layout table.liste tbody td.action:nth-last-child(4) {
    right: 64px;
}

.new-flexible-layout table.liste tbody td.action:nth-last-child(5) {
    right: 96px;
}

.new-flexible-layout table.liste tbody td.action:nth-last-child(6) {
    right: 128px;
}

.new-flexible-layout table.liste tbody td.action:nth-last-child(7) {
    right: 160px;
}

.new-flexible-layout table.liste tbody tr:not(.couleurTheme):nth-child(odd) .action {
    background-color: #fff;
}

.new-flexible-layout table.liste tbody tr:not(.couleurTheme):nth-child(even) td.action {
    background-color: #F4F4F4;
}

.new-flexible-layout table.liste tbody tr:hover:not(.couleurTheme):nth-child(even) td.action {
    background-color: #e0e0e0;
    box-shadow: 0 0 2px 1px #ddd;
}

.new-flexible-layout table.liste tbody tr:hover:not(.couleurTheme):nth-child(odd) td.action {
    background-color: #e8e8e8;
    box-shadow: 0 0 2px 1px #ddd;
}

.new-flexible-layout table.liste tbody td.action > a {
    padding: 14px;
}

.new-flexible-layout table.liste tbody td {
    height: 28px;
}

.new-flexible-layout table.liste .coltype_selection_custom input[type="checkbox"] {
    margin: 0px;
}

.new-flexible-layout table.liste td.chargement {
    height:32px;
}

.new-flexible-layout table.liste td {
    padding-inline: 2px;
}

.new-flexible-layout .ordreentete {
    cursor:initial;
}

.new-flexible-layout .ordreentete > div > span {
    background-image: url(../img/down1.png), url(../img/up1.png);
    background-repeat: no-repeat;
    background-position: center calc(50% + 4px), center calc(50% - 4px);
    opacity: 0.5;
    cursor:pointer;
    right: 12px;
}

.new-flexible-layout .ordreentete > div > span.triedesc {
    background-image: url(../img/down1.png);
    background-repeat: no-repeat;
    background-position: center;
    opacity:1;
}

.new-flexible-layout .ordreentete > div > span.trieasc {
    background-image: url(../img/up1.png);
    background-repeat: no-repeat;
    background-position: center;
    opacity:1;
}

.new-flexible-layout .ordreentete .titre-entete > div:first-child {
    flex-grow:1;
    cursor:pointer;
    max-height: 2em;
    overflow: hidden;
    font-size: 13px;
    line-height: 1em;
    display: flex;
    align-items: center;
}

.new-flexible-layout table.liste thead th {
    height:40px;
    user-select:none;
}

/*.new-flexible-layout table.liste thead tr:first-child th[data-colone] {
    resize:horizontal;
    overflow-x:auto;
}*/

.new-flexible-layout table.liste thead .fab {
    font-size: 24px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    top: 0px;
    bottom: 0px;
}

.new-flexible-layout table.liste tfoot {
    position: sticky;
    position: -webkit-sticky;
    bottom:0px;
    z-index: 1;
}

.new-flexible-layout table.liste tfoot td {
    height:22px;
}

.new-flexible-layout table.liste thead th .titre-entete {
    max-height: 2em;
    overflow: hidden;
    font-size: 14px;
    line-height: 1em;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    position: relative;
    height: 100%;
    padding-right: 14px;
    min-width:min-content;
    resize:horizontal;
    box-sizing:border-box;
}

.new-flexible-layout table.liste thead  > tr.no-resize th .titre-entete, .new-flexible-layout table.liste thead  > tr th .titre-entete.no-resize {
    resize: none;
}

.new-flexible-layout table.liste thead  > tr.no-resize th.col_sticky .titre-entete, .new-flexible-layout table.liste thead  > tr th.col_sticky .titre-entete.no-resize {
    padding-right:0px;
}

.new-flexible-layout table.liste thead th .titre-entete > div:first-child {
    align-self:center;
    max-height: 100%;
}

.new-flexible-layout table.liste thead th.resize-autocomplete-space {
    width:auto;
}

.new-flexible-layout table.liste thead th .titre-entete .actions-entete-column {
    flex-shrink:0;
    display: none;
}

.new-flexible-layout.entete-infos {
    position: sticky;
    position: -webkit-sticky;
    left: 0px;
    margin-bottom: 6px;
    width: 100%;
    z-index: 100;
}

.new-flexible-layout.entete-infos .action-liste .button {
    margin-top:-6px;
    margin-right:0px;
}

.new-flexible-layout > table > tbody > tr > td > .chosen-select {
    width: 40px;
    min-width: 100%;
}

.actions-entete-column {
    display:inline-flex;
    align-items:center;
    column-gap:5px;
}

.actions-entete-column .move-column {
    background-size:contain;
    background-position:center center;
    cursor:pointer;
    background-image:url(../img/horizontal-move.svg);
    width:16px;
    height:16px;
    background-repeat:no-repeat;
    position: absolute;
    right: 30px;
}

.btn-ajouter-top {
    width: 100%;
    text-align: left;
    padding-inline: 20px;
    margin-bottom: 20px;
    box-sizing: border-box;
}

.btn-ajouter-top a {
    display: inline-block;
    align-items: center;
}

.btn-ajouter-top span.left_add {
    top: 0px;
    vertical-align: middle;
}

a.options-colonnes {
    display: block;
    width: 30px;
    height: 30px;
    background: white;
    margin-left: 10px;
    background-image: url(../img/options.svg);
    background-size: 20px;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 50%;
    border: 1px solid grey;
    transition: opacity 0.4s ease;
}

a.options-colonnes:only-child{
    margin-right: 0;
    margin-left: auto;
}

a.options-colonnes:hover {
    opacity: 0.6;
}

.choix-colonnes-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: grid;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    background-color: rgba(0,0,0,0.4);
    padding-bottom: 20px;
}

.choix-colonnes-container .entete h1 {
    white-space: nowrap;
    margin: 0px;
    padding: 10px;
    padding-right: 40px;
    background-color: var(--secondaire);
    color: var(--secondaire-txt);
}

.choix-colonnes-container .choix-colonnes-bloc {
    background: white;
    padding-bottom: 20px;
    display: inline-flex;
    flex-direction: column;
    border-radius: 5px;
    row-gap: 20px;
    min-width: 400px;
    max-height: calc(100vh - 160px);
    overflow: hidden;
}

.choix-colonnes-container .container-contenu, .choix-colonnes-container .actions {
    padding-inline: 20px;
}

.choix-colonnes-container .container-contenu .titre-groupe {
    grid-column-end: span 4;
    font-weight: bold;
    font-size: 24px;
    padding:5px 10px;
    box-sizing:border-box;
    margin:-10px -10px 0px -10px;
    width:calc(100% + 20px);
    border-radius: 5px 5px 0px 0px;
}

.choix-colonnes-container .container-contenu .contenu:not(:last-child) {
    margin-bottom:10px;
}

.choix-colonnes-container .close-colone-choix {
    position: absolute;
    right: 10px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    width: 16px;
    height: 16px;
    color: white;
    cursor: pointer;
}

.choix-colonnes-container .entete {
    position: relative;
}

.choix-colonnes-container .container-contenu {
    overflow-y:auto;
}

.choix-colonnes-container .close-colone-choix:before, .choix-colonnes-container .close-colone-choix:after {
    position: absolute;
    top: 0px;
    bottom: 0px;
    width: 100%;
    background: currentColor;
    height: 2px;
    content: "";
    margin: auto;
    transform-origin: center center;
    transform: rotate(45deg);
    left:0px;
}

.choix-colonnes-container .close-colone-choix:after {
    transform: rotate(-45deg);
}

.choix-colonnes-container .btn-action-colones {
    display: inline-block;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #CDCDCD;
    font-weight: bold;
    font-size: 14px;
    line-height: 1em;
    transition: box-shadow 0.3s ease, filter 0.3s ease;
    user-select: none;
}

.choix-colonnes-container .btn-action-colones:hover {
    box-shadow: inset 0px 0px 5px -2px rgb(0 0 0 / 50%);
    filter: brightness(0.6);
}

.choix-colonnes-container .choix-colonnes-bloc .actions {
    display: flex;
    column-gap: 20px;
    justify-content: flex-end;
    align-items: flex-start;
}

.choix-colonnes-container .choix-colonnes-bloc .contenu {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-row-gap: 12px;
    grid-column-gap: 12px;
}

.choix-colonnes-container .choix-colonnes-bloc .contenu:not(:only-child) {
    border: 1px solid #CECECE;
    border-radius: 5px;
    padding: 10px;
}

.choix-colonnes-container .choix-colonnes-bloc .contenu:only-child .titre-groupe {
    display:none;
}

.switch_container label:not(.enligne):not(.mce-label):not(.radio):not(.switch) {
    margin-top:0px;
}

.use-new-switch .switch_container {
    padding:0px;
}

.use-new-switch .switch {
    flex-shrink: 0;
    flex-grow: 0;
}

.use-new-switch .switch input[type=checkbox] + span {
    padding: 0px;
    width: 4em;
    height: 1.5em;
    border-radius: 100vw;
    border: 2px solid #cecece;
    background-color: #e1e1e1;
}

.use-new-switch .switch input[type=checkbox] + span:before {
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    border-radius: 100vw;
}

.use-new-switch .switch input[type=checkbox] + span:after {
    width: 1.5em;
    height: 1.5em;
    top: 0px;
    bottom: 0px;
    margin: auto;
    border-radius: 100vw;
    transform: unset;
    transition: margin 0.2s ease;
    margin-left: 0px;
}

.use-new-switch .switch input[type=checkbox]:checked + span:after {
    margin-left: 2.5em;
}

.servbox-popup > .servbox-popup-contenu:first-child {
    border-radius: 14px 14px 7px 7px;
    position: relative;
    padding-top: 54px;
    padding-bottom: 20px;
}

.servbox-popup > .servbox-popup-contenu:first-child:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 40px;
    border-radius: 7px 7px 0px 0px;
}

input.invalide {
    border:1px solid red;
}

.rouge-important{
    color: #cc0000;
}

.js-mod-employe {
    pointer-events:none;
}

.js-mod-employe select {
    background-image:unset;
    border-bottom:0px;
}

/*Section cumulatif*/
.titre-cumulatif {
    margin-top: -24px;
}

.new-flexible-layout table.liste td .tblcumulatif td {
    color: black;
    background: white;
    border: 1px solid black;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 1em;
    height: auto;
    padding: 6px 10px;
}

.tblcumulatif {
    border-collapse: collapse;
    margin-top: 4px;
    margin-bottom: 5px;
    margin-left:4px;
}

.new-flexible-layout table.liste td .tblcumulatif td:first-child {
    font-weight: bold;
}

.tblcumulatif .cumulatif_sel:empty:after, .tblcumulatif .cumulatif_tous:empty:after {
    content: 'N/A';
}

/*Ajustement filtre semaine*/

.filtre>:not(a).filtre-type-semaine {
    display: flex;
    align-items: flex-end;
    gap: 4px;
    /* flex: 0; */
    flex-shrink: 0;
    flex-basis: auto;
    flex-grow: 0;
}

.filtre-type-semaine > * {
    flex-shrink: 0;
}

.filtre>:not(a) {margin-right: 10px;}

.filtre:not(tr)>:not(a) {
    min-width:120px;
}

.filtre-type-semaine > .week-text {
    width: 200px;
}

.filtre-type-semaine > .week-text h4 {
    font-size:11px;
}

.avertissement-prod {
    padding: 10px;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 10px;
    background: yellow;
}

.bordureTbl div.tox.tox-tinymce.tox-fullscreen {
    top: 60px;
    left: 260px;
    width: calc(100% - 260px);
    transition: all 0.4s ease;
    border-radius: 0;
}

#contenuAdmin.ferme .bordureTbl div.tox.tox-tinymce.tox-fullscreen {
    left: 58px;
    width: calc(100% - 58px);
}

label.chosen-select {
    position: relative;
}

label.chosen-select > select[required] {
    display: block !important;
    width: 100%;
    position: absolute;
    opacity: 0;
    z-index: -1;
    pointer-events: none;
}

.servbox-popup form[data-section="Dossiers.projetnc"] {
    width: 800px;
}

/*Liste comparative multiple niveaux*/
.tableau-comparatif-container .liste tr:not(.last-level) [data-colone] > span {
    font-weight:bold;
}

.liste [data-ent_col_niveau="2"] [data-colone="ent_col_titre"]:not([data-groupe]) > span {
    margin-left: 15px;
}

.liste [data-ent_col_niveau="3"] [data-colone="ent_col_titre"]:not([data-groupe]) > span {
    margin-left: 30px;
}

.liste [data-ent_col_niveau="4"] [data-colone="ent_col_titre"]:not([data-groupe]) > span {
    margin-left: 45px;
}

.liste [data-ent_col_niveau="5"] [data-colone="ent_col_titre"]:not([data-groupe]) > span {
    margin-left: 60px;
}

.new-flexible-layout table.liste thead th[data-colone="ent_col_ajout"] .titre-entete, .new-flexible-layout table.liste thead th[data-colone^="ent_comp_"] .titre-entete {
    padding:0px;
    overflow:visible;
}

.fab.enlever-compare {
    background-color:#cc0000;
}

.fab.enlever-compare:hover {
    background-color:#666666;
}

.new-flexible-layout table.liste [data-colone^=ent_comp_],
.new-flexible-layout table.liste [data-colone="ent_col_total"] {
    border-left: 1px solid #bbbbbb;
    border-right: 1px solid #bbbbbb;
    padding-left: 10px;
    width: 160px;
}

.new-flexible-layout .tableau-comparatif-container.type_table_4 table.liste td[data-colone]:not(.cols_gauche) {
    /*border-left: 1px solid #bbbbbb;*/
    border-right: 1px solid #bbbbbb;
    padding-left: 10px;
}

.new-flexible-layout .tableau-comparatif-container.type_table_4 table.liste td[data-colone]:not(.cols_gauche).col_editable {
    padding-right: 10px;
}

.new-flexible-layout table.liste > :not(thead) .coltype_prix[data-colone^=ent_comp_],
.new-flexible-layout table.liste > :not(thead) .coltype_prix[data-colone="ent_col_total"],
.new-flexible-layout .tableau-comparatif-container.type_table_4 table.liste > :not(thead) .coltype_prix,
.new-flexible-layout .tableau-comparatif-container.type_table_4 table.liste > :not(thead) .coltype_prix input {
    text-align: right;
}
.new-flexible-layout .tableau-comparatif-container.type_table_4 table.liste > :not(thead) .coltype_prix input::-webkit-outer-spin-button,
.new-flexible-layout .tableau-comparatif-container.type_table_4 table.liste > :not(thead) .coltype_prix input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Works for Firefox */
.new-flexible-layout .tableau-comparatif-container.type_table_4 table.liste > :not(thead) .coltype_prix  input[type="number"] {
    -moz-appearance: textfield;
}

.new-flexible-layout .tableau-comparatif-container.type_table_4 table.liste > :not(thead) .coltype_prix input {
    padding-right:0px;
}

.new-flexible-layout .tableau-comparatif-container.type_table_4 table.liste > :not(thead) .coltype_prix label {
    position:relative;
    white-space: nowrap;
    padding-right:15px;
}

.new-flexible-layout .tableau-comparatif-container.type_table_4 table.liste > :not(thead) .coltype_prix label:after {
    content:" $";
    display:inline-block;
    margin-left:5px;
}

.new-flexible-layout table.liste > :not(thead) .coltype_prix[data-colone^=ent_comp_] .prix,
.new-flexible-layout table.liste > :not(thead) .coltype_prix[data-colone^=ent_comp_] .prix ~ span,
.new-flexible-layout table.liste > :not(thead) .coltype_prix[data-colone="ent_col_total"] .prix,
.new-flexible-layout table.liste > :not(thead) .coltype_prix[data-colone="ent_col_total"] .prix ~ span,
.new-flexible-layout .tableau-comparatif-container.type_table_4 table.liste > :not(thead) .coltype_prix .prix,
.new-flexible-layout .tableau-comparatif-container.type_table_4 table.liste > :not(thead) .coltype_prix .prix ~ span {
    display: inline-block;
    padding-right: 10px;
}

.new-flexible-layout table.liste > :not(thead) .coltype_prix[data-colone^=ent_comp_] .prix:not(:empty):after,
.new-flexible-layout table.liste > :not(thead) .coltype_prix[data-colone="ent_col_total"] .prix:not(:empty):after,
.new-flexible-layout .tableau-comparatif-container.type_table_4 table.liste > :not(thead) .coltype_prix .prix:not(:empty):after {
    content: " $";
    user-select: none;
}

.new-flexible-layout table.liste > :not(thead) [data-colone^=ent_col_titre]:not([data-groupe]) > span {
    padding-right:10px;
}

.new-flexible-layout table.liste [data-colone^="ent_col_titre"]:not([data-groupe]) {
    width: 1%;
    white-space: nowrap;
}

.new-flexible-layout table.liste th[data-colone="ent_col_spacing"], .new-flexible-layout table.liste td[data-colone="ent_col_spacing"] {
    min-width: unset;
    padding: 0px;
}

.new-flexible-layout table.liste [data-colone="ent_col_spacing"] > .titre-entete {
    display: none;
}

.new-flexible-layout table.liste [data-colone].col_sticky {
    background-color: inherit;
    position: sticky;
    position: -webkit-sticky;
    left: 0;
    z-index: 1;
}

.new-flexible-layout table.liste thead th[data-colone].col_sticky {
    z-index: 11;
}

.new-flexible-layout table.liste  [data-colone].col_last_sticky.col_sticky {
    background-image: linear-gradient(to right, transparent, transparent calc(100% - 1px), #bbbbbb calc(100% - 1px), #bbbbbb);
    background-color: inherit;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.infos-projet {
    text-align: left;
    padding: 12px 2.5%;
    background-color: #F4F4F4;
    /* margin-top: 8px; */
    display: flex;
    align-items: center;
    position: sticky;
    top: 0;
    left:0;
    z-index: 101;
    height:100px;
    box-sizing:border-box;
}

.zone-graph {
    padding: 12px 2.5% 48px;
    background-color: #F4F4F4;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 20px;
}

h2.titre-graph {
    grid-column-end: span 12;
}

h2.titre-graph-alt{
    grid-column-end: span 6;
}

.graph-3 {
    grid-column-end: span 4;
}

.graph-2 {
    grid-column-end: span 6;
}

.graph-1 {
    grid-column-end: span 12;
}

.graph-1_3 {
    grid-column-end: span 5;
}

.graph-2_3 {
    grid-column-end: span 7;
}

label.minified-upload {
    display: grid !important;
    grid-auto-rows: min-content;
    grid-template-columns: minmax(0,1fr) min-content;
    position: relative;
    grid-row-gap: 4px;
}

label.minified-upload > h4 {
    grid-column-end: span 2;
}

label.minified-upload > input {
    grid-column-start: 1;
    grid-row-start: 2;
}

label.minified-upload > input[type="file"] {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    pointer-events: none;
}

label.minified-upload > input[type="text"] {
    position: relative;
    border: 1px solid #cecece;
    font-size:12px;
    height: 36px;
}

label.minified-upload .minified-upload-button {
    padding: 6px 20px;
    font-weight: bold;
    margin-top: 0px;
    grid-column-end: span 2;
}

table.liste[data-section^=SuiviProjet] tfoot {
    font-weight:bold;
}

.liste .col_editable .switch_container {
    padding-top: 0px;
    justify-content: center;
}

.liste .col_editable .switch {
    padding: 4px 0px;
}

.liste .col_editable .switch input[type=checkbox] + span {
    padding: 1px;
    width: 32px;
    border-radius: 100vw;
    margin-right: 4px;
}

.liste .col_editable .switch input[type=checkbox] + span:after {
    width: 18px;
    height: 18px;
}

.liste .col_editable .switch input[type=checkbox]:checked + span:after {
    margin-left: 20px;
}

.card-list{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    width:100%;
}

.card{
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    --space-between:20px;
    width: calc((100% - (((100 / var(--percentWanted) - 1)) * var(--space-between))) / (100 / var(--percentWanted)));
}

.card > *:not(.card-title){
    padding: 5px 10px;
}

.card > *:not(.card-title) > .double{
    display: block;
}

.card > .card-title{
    background-color: var(--primaire);
    opacity: .6;
    padding: 5px 10px;
    border-radius: 8px 8px 0 0;
}

.card > .card-content{
    border: solid 2px #e6e6e6;
    border-radius: 0 10px 10px 10px;
    flex-grow: 1;
}

.card > .card-content:first-child {
    border-top-left-radius:10px;
}

.card  > .card-title > .title{
    text-transform: uppercase;
    color: white;
    font-size: 13px;
}

.card.w-75{
    --percentWanted:75;
}
.card.w-50{
    --percentWanted:50;
}
.card.w-33{
    --percentWanted:calc(100 / 3);
}
.card.w-25{
    --percentWanted:25;
}

.card.w-50 > .card-title{
    box-sizing: border-box;
}

.card.w-50 > .card-title + .card-content {
    border-top-right-radius: 0px;
}

.card.w-33 > .card-title{
    box-sizing: border-box;
    width: 75%;
}

.card.w-15{
    --percentWanted:calc((100 / 2) - (100 / 3));
}

.card.w-15 > .card-title{
    box-sizing: border-box;
    width: 100%;
}

.card.w-100{
    width: 100%;
}

.card.w-100 > .card-title{
    box-sizing: border-box;
    width: 25%;
}

/********************* notifications ********************/
#notices .nombreNotices {
    position: absolute;
    margin: auto;
    top: 14px;
    left: -4px;
    height: 22px;
    width: 22px;
    font-size: 12px;
    font-weight: bold;
    line-height: 22px;
    text-align: center;
    border-radius: 50%;
    filter: invert(1);
}
#notices:hover .nombreNotices{background: #333;color: #fff;}

#notices {
    width: 30px;
    background: url(../img/notice.svg) no-repeat center;
    background-size: auto 72%;
    vertical-align:top;
    font-size: 14px;
    font-weight: 900;
    color: #FFF;
    display: inline-block;
    height: 48px;
    line-height: 48px;
    position: relative;
    transition: all 0.4s ease;
    filter: invert(1);
    border-radius: 4px;
}
#entete_langue_switcher{position: relative;}
#entete_langue_switcher a{padding: 0 8px;font-weight: 500;font-size: 16px;}
#entete_langue_menu{display: none;position: absolute;top: 100%;left: 0;right: 0;}
#login_langue_menu a,
#entete_langue_menu a{background: var(--secondaire);color: var(--secondaire-txt);border-radius: 4px;box-shadow: 2px 1px 8px #000;}
#entete_langue_courrante.actif{background: var(--primaire);color: var(--primaire-txt);}
#login_langue_menu_conteneur,
#entete_langue_menu_conteneur{display:flex;flex-direction: column;}
#login_langue_switcher{position: fixed;left: 15px;bottom: 0;}
#login_langue_switcher a{
    display: inline-block;
    border-radius: 4px;
    min-width: 46px;
    height: 39px;
    line-height: 39px;
    transition: all 0.4s ease;
    color: var(--primaire-txt);
    text-align: center;text-decoration: none;
    padding: 0 8px;
    font-weight: 500;
    font-size: 14px;
}
#login_langue_menu{display: none;position: absolute;bottom: 100%;left: 0;right: 0;}
.opened .fullbg {
    opacity: 0.6;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    display: block;
}
.fullbg {
    content: "";
    opacity: 0;
    transition: opacity 0.4s ease;
    position: fixed;
    background-color: #333;
    z-index: -1;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    display: none;
}
.quickNotificationList .headNotification {
    display: flex;
    justify-content: space-between;
    padding: 0px 20px;
    height: 60px;
    align-items: center;
    font-size: 18px;
    line-height: 1em;
    font-weight: 300;
}
.quickNotificationList .noticeContent {
    /*background-color: white;
    padding: 20px 0;
    height: calc(100% - 108px);
    overflow-y: auto;*/
}
.noticeContent {
    display: table;
    width: 100%;
}
.quickNotificationList .viewAllNotices {
    display: block;
    font-weight: bold;
    text-align: center;
    font-size: 16px;
    position: absolute;
    padding: 12px 0;
    bottom: 0;left: 0;right: 0;
}
.quickNotificationList {
    position: fixed;
    top: 0;
    right: -400px;
    bottom: 0;
    width: 350px;
    background-color: white;transition: all 0.4s ease;
    z-index: 1200;
    text-align: left;
    box-shadow: rgba(0, 0, 0, 0.5) 2px 2px 10px;
}
.quickNotificationList.opened{
    right: 0;
}
.noticeContent a img, .noticeContent a svg {
    width: 20px;
    height: 20px;
}
.noticeContent-conteneur{
    background-color: white;
    padding: 12px 0;
    height: calc(100% - 103px);
    overflow-y: auto;
    box-sizing: border-box;
}
.noticeContent{display: table;width: 100%;}
.noticeContent > div{display: table-row;transition: all 0.4s ease;}
.noticeContent > div:hover{background: #e0e0e0;}
.noticeContent > div > div{display: table-cell;vertical-align: middle;}
.noticeContent .notice{max-width: 310px;/*max-width: calc(100% - 36px);*/border-bottom: 1px solid #0d455c;}
.noticeContent .notice a{display: flex;line-height: 40px;min-height: 42px;align-items: center;font-size: 14px;font-family: 'Roboto', sans-serif;}
.noticeContent .notice a > span.notice-texte{/*border-bottom: 1px solid #0d455c; text-overflow: ellipsis; overflow: hidden;  white-space: nowrap; flex: 1; */line-height: 1.2em;gap: 4px;padding: 4px 0px;box-sizing: border-box;overflow: hidden;}
.noticeContent .supprimer,
.noticeContent .notice a svg{margin: 0px;padding: 14px;}
.noticeContent .notice-action{width: 36px;text-align: center;border-bottom: 1px solid #0d455c;}
/*svg path, svg rect {fill:currentColor !important;} 2024-12-10: enlever car cause conflit*/
.quickNotificationList .headNotification img{width: 20px;height: 20px;cursor: pointer;filter: invert(1);}
.ico-notice{
    width: 20px;
    height: 20px;
    mask: url(../img/notice.svg) center no-repeat;
    mask-size: contain;
    margin: 0 8px;
    background-color: #000;
    display: inline-block;
    flex-shrink: 0;
}
.ico-notice.vert{background-color: #00bd60}
.ico-notice.orange{background-color: orangered}
.noticeContent .notice .notice-texte {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.noticeContent .notice .notice-texte .notice-contenu {
    /*overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;*/
    flex-shrink: 1;
}
/********************* chat ********************/
#chatbox{border: 1px solid #999;min-height: 500px;text-align: left;background: #fff;position: relative;}
.chatline{padding: 8px;display: flex;flex-direction: column;border-radius: 8px;margin: 4px 20% 4px 0;position: relative;background-color: #eee;}
.chatline-moi{align-items: end;margin-left: 20%;margin-right: 0;}
.chatline.chatline-moi.chatline-deleted{background-color: rgba(128,0,0,0.2);color: #000;}
#chat-messages{padding: 8px 20px 0;height: 457px;overflow-y: auto;}
#chat-form{position: absolute;bottom: 0;left: 0;right: 0;display: flex;}
#chat-form input[type=text]{flex: 1;border: 1px solid #999;}
.chatline-creation{font-style: italic;font-size: 12px}
.chatline-message{font-size: 18px}
.chatline-par{font-weight: bold;font-size: 18px;}
.chatline.chatline-moi.chatline-deleted .supprimer,
.chatline .supprimer{display: none;}
.chatline.chatline-moi .supprimer{display: inline-block;position: absolute;left: -48px;top: 20px;}

/**
*
*   CSS box alert
*
*/
.box-alert{
    padding-block: 2px;
    padding-left: 32px;
    background-color: #fefce8;
    width: 20%;
    position: relative;
    margin-bottom: 28px;
    margin-left: calc(2.5% + 25px);
    display: none;
}
.box-alert:before{
    content:"";
    position: absolute;
    height: 100%;
    width: 6px;
    background-color: #facc15;
    left: 0;
    top: 0;
}
.box-alert .box-alert-message{
    font-size: 14px;
}

label.pass{
    position: relative;
}
.btnVoirMdp{
    position: absolute;
    width: 25px;
    height: 33px;
    content: "";
    display: block;
    background-repeat: no-repeat;
    bottom: 2px;
    right: 5px;
    cursor: pointer;
    /* transition: all .4s ease; */
}
.btnVoirMdp:hover{
    /* transition: all .4s ease; */
    transform: scale(1.1);
    opacity: 0.6;
}
.btnVoirMdp:not(.vue){
    background-image: url(../img/eye-solid.svg);
    background-position: center;
    background-size: contain;
}
.btnVoirMdp.vue{
    background-image: url(../img/eye-slash-solid.svg);
    background-position: center;
    background-size: contain;
}
.backus-loading{
    height: 70px;
    margin: 2em 0;
    mask-image: url(../img/chargement.svg);
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
    min-width: 70px;
}
.backus-loading.medium{
    min-width: 48px;height: 48px;margin:0;
}
.backus-loading.small{
    min-width: 32px;height: 32px;margin:0;
}

.btnConnexionMicrosoft, .btnCOnnexionGoogle {
    vertical-align: middle;
    font-size: 14px;
    font-weight: 300;
}

.btnConnexionMicrosoft img, .btnCOnnexionGoogle img {
    width: 120px;
    vertical-align: middle;
    padding-left: 8px;
}


.liste-file-container .count-files {
    background-color:var(--primaire);
    color:var(--primaire-txt);
}

.joindre-fichier a {
    background-color: var(--primaire);
}

.couleurTheme .actions-entete-liste .fab {
    border-color:var(--primaire-txt);
    color:var(--primaire-txt);
}

.groupe-entete {
    background-color:var(--secondaire);
    color:var(--secondaire-txt);
}

.groupe-container {
    border-color:var(--secondaire);
}

.single-item-container {
    border-color:var(--primaire);
}

.single-item-entete {
    background-color:var(--primaire);
    color:var(--primaire-txt);
}

.liste-ordre .lieu {border-color:var(--primaire);}
.liste-ordre .lieu .titre-lieu-sort {color:var(--primaire-txt);background-color:var(--primaire);}
.custom-radio-container .img-container {
    border-color:var(--primaire);
}
.custom-radio-container input:checked + .img-container {
    background-color:var(--primaire);
}

.servbox-popup > .servbox-popup-contenu:first-child:before, .p-chargement:before {
    background-color:var(--primaire);
}

/* Module Questionnaire */
.positions > div:not(:nth-child(5)) input[type='radio'] {background-color:transparent;border:1px solid #cecece;}
.positions > div input[type='radio']:checked {background:var(--primaire);opacity:1;}
.positions > div:not(:nth-child(5)):hover input[type='radio']:not(:checked) {background:var(--primaire);}
.s-question > .titre-section {background-color:var(--primaire);color:var(--primaire-txt)}
.s-question > .titre-section input[type='text'] {color:var(--primaire-txt);border-color:var(--primaire-txt);}
.s-question > .titre-section input[type='text']::placeholder {color:var(--primaire-txt);}
.dashbord-entete,
.quickNotificationList .viewAllNotices {background-color: var(--secondaire);color: var(--secondaire-txt);}
#notices .nombreNotices,.dashbord-entete .dashboard-nombre,.chatline-moi,
.quickNotificationList .headNotification {background-color: var(--primaire);color: var(--primaire-txt);}
#accueil-actions-rapides .accueil-actions-rapides-liens .mdi{color:var(--primaire);}


.switch input[type=checkbox]:checked + span:before,
#slideMenu:hover,
.entete-droite a#notices.actif,
.entete-droite a#notices:hover,
.entete-droite a:hover,
.backus-loading,body.saving:before,
#wrapNouveauMenu.ferme #nouveauMenu a.actif.forcervisible,
#wrapNouveauMenu.ferme #nouveauMenu a.actif:hover,
.backus-dark-mode #wrapNouveauMenu.ferme #nouveauMenu a.actif.forcervisible,
.backus-dark-mode #wrapNouveauMenu.ferme #nouveauMenu a.actif:hover,
#nouveauMenu a.actif,
input[type=button].button,
.button.couleurTheme,
button.button,.bordureTbl button.button,
input[type=submit],
.bordureTbl h2,
.couleurTheme, #wrapNouveauMenu #version,
.sortable-table-head {background-color: var(--primaire);color:var(--primaire-txt);}
.groupe-droits-menu {
    border: 1px solid var(--primaire);
}
.tdcontent h1, .titre-section h1,
.choix-colonnes-container .container-contenu .titre-groupe {background-color:var(--secondaire);color:var(--secondaire-txt);}
.choix-colonnes-container .choix-colonnes-bloc .contenu {border-color:var(--secondaire);}
.choix-colonnes-container .close-colone-choix {color:var(--secondaire-txt);}
.infobulle {color:var(--primaire-txt);border-color:var(--primaire-txt)}
.infobulle .infos {background: var(--primaire);}
.infobulle .infos:before {border-color: transparent transparent var(--primaire) transparent;}
.sortable-paragraphes, .sortable-paragraphes [data-ligne] {border-color:var(--primaire);}
.infolettre [data-ligne] .titrebloc, .entete-image-bloc h3, .sortable-paragraphes .sortable-placeholder  {background-color:var(--primaire);color:var(--primaire-txt)}
.infolettre [data-ligne].helper .titrebloc {border:1px solid var(--primaire-txt)}
.separateur:after {background-color:var(--primaire)}
.multi-liste .entete { background-color:var(--primaire); color:var(--primaire-txt); text-transform: uppercase; }
.table-organigramme thead tr th:not(:first-child) {background-color:var(--primaire);}
.liste-onglets .choix-onglet.actif, .liste-onglets-interne .choix-onglet-interne.actif {background:var(--primaire);color:var(--primaire-txt)}
.liste-onglets, .liste-onglets-interne {border-bottom:2px solid var(--primaire)}
.combo-radio input[type="radio"]:checked {
    background:var(--primaire);
    border-color:var(--primaire);
    color:var(--primaire-txt);
}
.combo-radio input[type="radio"]:checked, input[type="checkbox"].simple-checkbox:not(.visual_20):checked {
    background:var(--primaire);
    border-color:var(--primaire);
    color:var(--primaire-txt);
}
.couleurTheme input[type="checkbox"].simple-checkbox:not(.visual_20):checked {
    border-color:#cecece;
    background-color:#ffffff;
    color:#000000;
}
.datepickers-container .datepicker--day-name{color:var(--primaire);}
.entete-module-input-text{border: 2px solid;background: var(--corps);text-align: center;padding: 4px;font-size: 32px;min-width: 72px;}
.login-connexion input.two-factor-code{letter-spacing: 33px;padding-left: 22px;font-size: 48px}
#phpinfo_container table h1,
#phpinfo_container table {color: var(--primaire-txt);max-width: 100%;}
#phpinfo_container pre {margin: 0; font-family: monospace;}
#phpinfo_container a:link {color: #009; text-decoration: none; background-color: #fff;}
#phpinfo_container a:hover {text-decoration: underline;}
#phpinfo_container table {border-collapse: collapse; border: 0; width: 934px; box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.2);}
#phpinfo_container .center {text-align: center;}
#phpinfo_container .center table {margin: 1em auto; text-align: left;}
#phpinfo_container .center th {text-align: center !important;}
#phpinfo_container td, #phpinfo_container th {border: 1px solid #666; font-size: 90%; vertical-align: baseline; padding: 4px 5px;}
#phpinfo_container th {position: sticky; top: 0; background: inherit;}
#phpinfo_container h1 {font-size: 175%;}
#phpinfo_container h2 {font-size: 125%;}
#phpinfo_container h2 a:link, #phpinfo_container h2 a:visited{color: inherit; background: inherit;}
#phpinfo_container .p {text-align: left;}
#phpinfo_container .e {background-color: var(--primaire);color: var(--primaire-txt); width: 300px; font-weight: bold;}
#phpinfo_container .h {background-color: var(--primaire);color: var(--primaire-txt); font-weight: bold;}
#phpinfo_container .v {background-color: var(--secondaire);color: var(--secondaire-txt); max-width: 300px; overflow-x: auto; word-wrap: break-word;}
#phpinfo_container .v i {color: #999;}
#phpinfo_container img {float: right; border: 0;}
#phpinfo_container hr {background-color: #505153;width: 934px; border: 0; height: 1px;}
#phpinfo_container .h td, #phpinfo_container td.e, #phpinfo_container th {border-color: #606A90}
#phpinfo_container td {border-color: #505153}
#backus_progress{opacity: 0;z-index: -1;position: fixed;left: 0;top: 0;right: 100%;height: 4px;background: var(--primaire);transition: all 0.6s ease;}
#backus_progress.saving{opacity: 1;z-index: 10000;}
table.liste tbody td.action .mdi {color: #747474;}

.tfa-etapes{overflow: hidden;position: relative;height: 270px;transition: all 0.4s ease;text-align: center;}
.tfa-etape{position: absolute;left: 100%;top: 0;right: -100%;transition: all 0.4s ease;display: flex;align-items: center;justify-content: center;background: #fff;}
.tfa-etape.actif{left: 0;right: 0;}
.tfa-etape label{font-size: 18px}
.tfa-etape > div{padding-bottom: 10px;}
.tfa-etapes input.two-factor-code{letter-spacing: 33px;padding-left: 22px;font-size: 48px;width: 388px;}
#setup_tfa_app_code{min-height: 183px;text-align: center;}
.btn_app_store,
.btn_play_store{display: inline-block;margin: 0 8px;background-size: contain;width: 120px;height: 42px;background-repeat: no-repeat;background-position: center;}
.btn_app_store{background-image: url(../img/app_store.png)}
.btn_play_store{background-image: url(../img/google_play.png)}
.tfa-etapes .txtleft{text-align: left;line-height: 20px;font-size: 15px;}
.tfa_apps{display: flex;justify-content: space-evenly;margin: 1em 0 2em;}
.tfa-etapes .mdi-shield-account.security-on{color: #0b990b;font-size: 98px;}
.tfa-etapes .mdi-shield-account.security-off{color: #333;font-size: 98px;}
/* -------------------------- Dark mode -------------------------- */
.backus-dark-mode #wrapNouveauMenu.ferme #nouveauMenu .subMenu,
.backus-dark-mode #dashboards,
.backus-dark-mode #accueil_widgets,
.backus-dark-mode #navTop,
.backus-dark-mode #accueil-actions-rapides,
body.backus-dark-mode{background-color: var(--corps-noir);}
.backus-dark-mode .entete-droite a#lienlogout span,
.backus-dark-mode .entete-droite a#lienprofil span,
.backus-dark-mode .entete-droite a#logoTopEnos span,
.backus-dark-mode .entete-droite a#notices,
.backus-dark-mode .entete-droite a#liensms span:first-child,
.backus-dark-mode #slideMenu > span,
.backus-dark-mode #nouveauMenu a img{filter: invert(0);}
.backus-dark-mode #nouveauMenu a,
.backus-dark-mode #nomClient{color: #fff;}
.backus-dark-mode #notices .nombreNotices{background: #333;color: #fff;}
.backus-dark-mode #wrapNouveauMenu.ferme #nouveauMenu a.forcervisible,
.backus-dark-mode #wrapNouveauMenu.ferme #nouveauMenu a:hover{
    background: var(--corps-noir);border-color: #888;
}
.backus-dark-mode .entete-droite a{color: #fefefe;}
.backus-dark-mode .entete-droite a#notices.actif,
.backus-dark-mode .entete-droite a#notices:hover,
.backus-dark-mode .entete-droite a:hover{filter:invert(0)}
.backus-dark-mode .noticeContent-conteneur {background-color: var(--corps-noir);}
.backus-dark-mode .noticeContent,
.backus-dark-mode .noticeContent .notice a{color: #fff;}
.backus-dark-mode .noticeContent .notice a > span.notice-texte {border-color: #fff;}
.backus-dark-mode .quickNotificationList .ico-notice{background-color: #fff;}
.backus-dark-mode .noticeContent > div:hover {background: #666;}
.backus-dark-mode #wrapNouveauMenu.ferme #nouveauMenu  .subMenu > a:hover,
.backus-dark-mode #nouveauMenu a:hover {
    background-color: rgba(0, 0, 0, 0.3);
}
.backus-dark-mode .tdcontent h1,
.backus-dark-mode .titre-section h1{background-color:var(--primaire);color:var(--primaire-txt);}

.is_checked_lst{
    display: inline-block;
    width: 100%;
    height: 100%;
    background-color: #333;
    background-image: none;
    -webkit-mask-image: url(../img/check.svg);
    mask: url(../img/check.svg);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center center;
    -webkit-mask-size: 20px;
    mask-size: 20px;
    mask-position: left center;
    mask-repeat: no-repeat;
}

.solde_negatif {
    border-color: red !important;
    color: red !important;
}

/* Tree Select Custom Style */
div.treeselect .treeselect-input__arrow svg {
    display: none;
}

div.treeselect .treeselect-input__arrow {
    width: 20px;
    height: 22px;
    background-image: url(../img/select.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 20px;
}

div.treeselect .treeselect-input--opened .treeselect-input__arrow {
    transform:rotate(180deg);
}

div.treeselect .treeselect-input {
    border-color: transparent transparent black transparent;
    border-radius: 0;
    padding: 2px 43px 2px 6px;
    min-height: 22px;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
}

div.treeselect .treeselect-input__edit {
    line-height: 1em;
    font-size: 14px;
    height: 16px;
}

div.treeselect .treeselect-input__clear svg {
    stroke: #000000;
    width: 18px;
    height: 18px;
}

div.treeselect .treeselect-input__clear {
    align-items: center;
    justify-content: center;
}

div.treeselect .treeselect-input__tags-element {
    font-size: 12px;
    line-height: 1em;
    background: #dfdfdf;
    transition: background 0.2s ease-in-out;
}

div.treeselect .treeselect-input__tags-element:hover {
    background: #cfcfcf;
}

div.treeselect .treeselect-input__tags-cross {
    position: relative;
    width: 1em;
    height: 1em;
    margin-left: 4px;
}

div.treeselect .treeselect-input__tags-cross svg {
    display: none;
}

div.treeselect .treeselect-input__tags-cross:before, .treeselect-input__tags-cross:after {
    content: "";
    display: block;
    position: absolute;
    height: 2px;
    width: calc(100% - 2px);
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-color: currentColor;
    margin: auto;
    transition: background-color 0.2s ease-in-out;
}

div.treeselect .treeselect-input__tags-cross:before {
    transform: rotate(45deg);
}

div.treeselect .treeselect-input__tags-cross:after {
    transform: rotate(-45deg);
}

div.treeselect .treeselect-input__tags-element:hover .treeselect-input__tags-cross {
    color: #cf0000;
}

/* Tree select liste */
div.treeselect .treeselect-list__item-icon svg {
    display: none;
}

div.treeselect .treeselect-list__item-icon {
    background-image: url(../img/select.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 20px;
    transform:rotate(0deg);
    transition: transform 0.2s ease-in-out;
}

div.treeselect .treeselect-list__item--closed .treeselect-list__item-icon {
    transform:rotate(-90deg);
}

div.treeselect .treeselect-list__item--closed .treeselect-list__item-icon {
    transform:rotate(-90deg);
}

/* treeselect checkbox */
div.treeselect .treeselect-list__item--checked .treeselect-list__item-checkbox-container, div.treeselect .treeselect-list__item--partial-checked .treeselect-list__item-checkbox-container {
    background-color: #11bb77;
}

div.treeselect .treeselect-list__item-checkbox-container {
    width: 16px;
    height: 16px;
    min-width: 16px;
}

div.treeselect .treeselect-list__item-checkbox-icon {
    top:0px;
    left:0px;
    bottom:0px;
    right:0px;
    width:calc(100% - 4px);
    height:calc(100% - 4px);
    margin:auto;
}

div.treeselect .treeselect-list__item--checked .treeselect-list__item-checkbox-container svg, div.treeselect .treeselect-list__item--partial-checked .treeselect-list__item-checkbox-container svg {
    /* display: none; */
}

div.treeselect .treeselect-list__item--checked .treeselect-list__item-checkbox-container .treeselect-list__item-checkbox-icon {
    -webkit-mask-image: url(../img/check.svg);
    mask: url(../img/check.svg);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center center;
    -webkit-mask-size: contain;
    mask-size: contain;
    mask-position: center center;
    mask-repeat: no-repeat;
    background-color:white;
}

div.treeselect .treeselect-list__item--partial-checked .treeselect-list__item-checkbox-container .treeselect-list__item-checkbox-icon {
    height:2px;
    background-color:white;
}

div.treeselect .treeselect-list__item-label:not(.enligne):not(.mce-label):not(.radio):not(.switch) {
    margin-top: 0px;
    font-size: 12px;
}

div.treeselect .treeselect-list__item {
    height: 26px;
    border-bottom: 1px solid #dfdfdf;
}

div.treeselect .treeselect-input__tags {
    max-height:80px;
    overflow-y:auto;
}

.missing-config {
    padding: 10px;
    border: 1px solid #cf0000;
    font-weight: bold;
    background: #cf0000;
    color: white;
    font-size: 12px;
    margin-bottom: 10px;
}