/******************************** STYLES DU THÈME ********************************/
.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);
}

.switch input[type=checkbox]:checked + span:after {
    background-color: rgba(1, 207, 132, 1);
}

.switch input[type=checkbox]:checked + span:before {
    background-color: rgba(1, 207, 132, 0.5);
}

/* alternance de couleur des listes */
/*tr:nth-child(odd) td.couleurSousTheme{
	background-color: rgba(50,194,205,0.8);
	color: white;
}
tr:nth-child(even) td.couleurSousTheme{
	background-color: rgba(50,194,205,0.5);
	color: white;
}*/
#nomClient {
    display: inline-block;
    color: #fff;
    line-height: 60px;
    vertical-align: middle;
    font-weight: bold;
    font-size: 18px;
    white-space: normal;
    flex: 1;
    -webkit-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

#nouveauMenu a:hover {
    background-color: rgba(0, 0, 0, 0.3);
}

#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;
}

#logoTop {
    background: #24383a;
}

#navTop {
    background: #4a4a4a;
}

.icoawsome {
    font-size: 27px;
    color: #757575;
}

#logoTopServlinks:hover,
#lienprofil:hover, #lienlogout:hover, #lienHelp:hover {
    background-color: #000;
    opacity: 0.8;
}

/*******************************************************************************/
body {
    padding: 0;
    margin: 0;
    background: #e6e6e6 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;
}

#loading {
    margin: 5px 0;
}

/*--- 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;
    -webkit-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    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;
    -ms-appearance: none;
    -o-appearance: none;

    border-width: 1px;
    border-style: solid;
    width: 15px;
    height: 15px;*/
}

input[type="radio"] {
    /*-webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-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: 43px;
}

#nouveauMenu {
    width: 260px;
    padding-bottom: 1em;
}

#nouveauMenu a {
    padding-left: 15px;
    height: 40px;
    line-height: 40px;
    vertical-align: middle;
    display: block;
    margin: 2px 0;
    font-weight: 400;
    transition: .2s ease-out;
    color: white;
    font-size: 13px;
    position: relative;
    text-transform: uppercase;
}

#nouveauMenu .subMenu {
    height: auto;
}

#nouveauMenu .subMenu a {
    padding-left: 58px;
}

#nouveauMenu div {
    height: 22px;
}

#nouveauMenu a img {
    margin-right: 22px;
    vertical-align: middle;
    max-width: 22px;
    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 {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.listediv {
    border: 1px solid #999999;
    position: absolute;
    background-color: #FFF;
    padding: 7px;
    max-height: 200px;
    width: 600px;
    overflow: auto;
    display: none;
    font-size: 1.4em;
    z-index: 3000;
}

.listediv div {
    cursor: pointer;
    margin: 2px;
    border-bottom: 1px dotted black;
    /*height:20px;*/
    padding-top: 5px;
    padding-left: 5px;
}

.listediv div:hover {
    background-color: #EEEEEE;
}

body {
    /*background-color:#a8bbcc;*/
}

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;
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    color: #333;
    margin: auto;
    border-radius: 50%;
    border: 2px solid #000;
    font-style: normal;
    font-weight: bold;
    text-transform: initial;
    font-size: 15px;
    line-height: 23px;
    cursor: pointer;
    text-align: center;
}

.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 .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;
}

.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;
    -webkit-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    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;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="number"],
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 10px;
    background-repeat: no-repeat;
    cursor: pointer;
    background-size: auto 86%;
    padding-right: 38px;
}

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.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 {
    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 {
    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 {
    width: calc(66% - 2px);
    padding-right: 1%;
    display: inline-block;
    box-sizing: border-box;
    vertical-align: top;
}

#contenuAdmin div.quadruple, #contenuAdmin label.quadruple, #servbox label.quadruple {
    width: calc(25% - 2px);
    padding-right: 1%;
    display: inline-block;
    box-sizing: border-box;
    vertical-align: top;
}

#contenuAdmin div.quintuple, #contenuAdmin label.quintuple, #servbox label.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 {
    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.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 {
    background-image: url(../img/check.svg)!important;
    /*background-image: url(../img/md-check.png)!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.accepter {
    background-image: url(../img/md-check.png);
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    padding: 18px;
    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;
}

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 {
    -webkit-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

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 {
    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;
    -webkit-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    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: #133A61;
    font-size: 13px;
    color: #FFFFFF;
    text-align: center;
    padding: 5px 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(/admin/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 .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="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;
    -webkit-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
    white-space: nowrap;
}

#logoClient {
    max-width: 180px;
    max-height: 42px;
    position: relative;
    top: 9px;
    display: flex;
    margin: auto;
    padding-right: 38px;
}

.ferme #logoClient {
    width: 0;
    height: 0;
    opacity: 0;
    display: none
}

#wrapNouveauMenu {
    /*overflow-x: hidden;*/
    position: relative;
    -webkit-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
    width: 260px;
}

#wrapNouveauMenu.ferme .subMenu.cache,
#wrapNouveauMenu.ferme .subMenu {
    display: none;
    position: absolute;
    left: 100%;
    margin-top: -42px;
    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 .subMenu a {
    font-size: 14px;
    white-space: nowrap;
}

#wrapNouveauMenu.ferme #nouveauMenu > a {
    overflow: hidden;
    /*width: 43px;*/
}

#wrapNouveauMenu.ferme #nouveauMenu .arrow {
    display: none;
}

#nouveauMenu .subMenu {
    height: auto;
    -webkit-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
    background-color: #4a4a4a;
}

#wrapNouveauMenu .subMenu > a {
    line-height: 26px;
    height: auto;
    font-size: 12.5px;
}

#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;
    -ms-user-select: none;
    user-select: none;
    -o-user-select: none;
    transition: all 0.4s ease;
}

#slideMenu {
    background-image: url(../img/menuAdmin.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 64%;
    display: inline-block;
    width: 58px;
    height: 60px;
    vertical-align: top;
}

#espaceContent {
    height: 20px;
}

#contenuAdmin {
    padding: 35px 35px 0 35px;
    -webkit-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    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;
}

.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%;
}

#logoTopServlinks {
    /*float: right;*/
    height: 60px;
    display: inline-block;
    margin-right: 35px;
    margin-left: 10px;
    -webkit-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

#logoTopServlinks img {
    height: 25px;
    padding: 19px 5px 0px;
}

.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;
    padding-bottom: 9px;
    margin: 0 0 28px 0;
    width: 100%;
    box-sizing: border-box;
    padding: 9px 2.5%;
    border-bottom: 1px solid transparent;
    text-align: left;
    color: #333;
    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;
}

#affichefiltre {
    font-size: 15px;
}

#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 {
    cursor: pointer;
    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;
    border-bottom: 2px solid #D2D2D2;
    font-weight: bold;
    position: sticky;
    position: -webkit-sticky;
    z-index: 1;
    top: 60px;
}

.section-ajax-edit table.liste tr.couleurTheme {
    top:0px;
}

.filtre {
    text-align: left;
    padding: 0 2.5% 12px;
    background-color: #F4F4F4;
    margin-top: 8px;
    display: flex;
    align-items: flex-end;
}

.filtre label {
    flex: 1;
}

#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;
}

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;
    -webkit-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    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: 2.5%;
    position: relative;
}

table.liste tr:not(.couleurTheme) {
    -webkit-transition: background-color 0.4s ease, box-shadow 0.4s ease;
    -ms-transition: background-color 0.4s ease, box-shadow 0.4s ease;
    transition: background-color 0.4s ease, box-shadow 0.4s ease;
}

table.liste tr:not(.couleurTheme):nth-child(odd) {
    background-color: #fff;
}

table.liste tr:not(.couleurTheme):nth-child(even) {
    background-color: #F4F4F4;
}

table.liste tr:not(.couleurTheme).selectionner td {
    border-top: 1px dotted black;
    border-bottom: 1px dotted black;
}

table.liste tr:not(.couleurTheme).selectionner td:first-child {
    border-left: 1px dotted black;
}

table.liste tr:not(.couleurTheme).selectionner td:last-child {
    border-right: 1px dotted black;
}

table.liste tr:not(.couleurTheme).dispo:nth-child(odd) {
    background-color: #ffc;
}

table.liste tr:not(.couleurTheme).dispo:nth-child(even) {
    background-color: #F4F4c0;
}

table.liste tr:hover:not(.couleurTheme):nth-child(odd) {
    background-color: #e8e8e8;
    box-shadow: 0 0 2px 1px #ddd;
}

table.liste 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;
}

.affichefiltre,
#affichefiltre {
    background-image: url(../img/filter.png);
    background-position: center right;
    background-repeat: no-repeat;
    padding-right: 32px;
    font-weight: bold;
    color: #757575;
    font-size: 16px;
}

.affichefiltre:hover,
#affichefiltre:hover {
    color: #959595;
}

.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;
}

/*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);
}

#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;
    -webkit-transition: left 0.4s ease;
    -ms-transition: left 0.4s ease;
    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-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 {
    -webkit-transition: background-color 0.4s ease, box-shadow 0.4s ease;
    -ms-transition: background-color 0.4s ease, box-shadow 0.4s ease;
    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;
    -webkit-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    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: 2%;
    width: 98%;
    border-bottom: 1px solid;
}

.btnhref {
    float: right;
    margin-right: 30px;
    margin-top: 5px;
}

.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;
    display: inline-block;
    padding: 15px 20px;
    cursor: pointer;
    border: 1px solid #ccc;
}

.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;
}

.input-with-buttons > div:first-child {
    flex: 1;
}

.input-with-buttons select,
.input-with-buttons input {
    width: 100%;
}

.input-with-buttons .button {
    padding: 5px 12px;
}

/******************************** SERVBOX ******************************/
#servbox {
    position: fixed;
    z-index: 1010;
    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: calc(100vh - 95px);
}

#servbox.darker {
    background-color: rgba(18, 18, 18, 0.94);
}

#servbox.chargement {
    background-image: url(../img/loading.gif);
    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;
}

#tdcontent #servbox .servbox-popup {
    min-width: 70%;
}

.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-contenu {
    background: #fff;
    color: #000;
    padding: 44px 28px;
    border-radius: 0 0 7px 7px;
}

.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;
    -webkit-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    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%;
}

#editPhoto_img {
    max-width: 100%;
    max-height: 100%;
}

#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%);
    -webkit-transition: background-color 0.4s ease;
    -ms-transition: background-color 0.4s ease;
    transition: background-color 0.4s ease;
}

#editPhoto_workplace > img {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

#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;
    -webkit-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    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{-webkit-transition: transform 0.4s ease;-ms-transition: transform 0.4s ease;transition: transform 0.4s ease;}*/
#editPhoto_workplace #editPhoto_img, #editPhoto_workplace .jcrop-holder img {
    -webkit-transition: transform 0.4s ease;
    -ms-transition: transform 0.4s ease;
    transition: transform 0.4s ease;
}

.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;
    padding-top: 10px;
}

.switch_container h4 {
    margin-right: 10px;
}

.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;
    -ms-user-select: none;
    user-select: none;
}

.switch input[type=checkbox] + span {
    padding: 2px;
    width: 40px;
    height: 6px;
    background-color: #BCBBBB;
    border-radius: 60px;
}

.switch input[type=checkbox] + span:before {
    bottom: 1px;
    top: 1px;
}

.switch input[type=checkbox] + span:after { /* bottom: -5px; */
    top: 50%;
    transform: translateY(-50%);
}

.switch input[type=checkbox] + span:before,
.switch input[type=checkbox] + span:after {
    display: block;
    position: absolute;
    left: 0;
    content: "";
}

.switch input[type=checkbox] + span:before {
    right: 1px;
    border-radius: 60px;
    -webkit-transition: background 0.4s;
    -ms-transition: background 0.4s;
    transition: background 0.4s;
}

.switch input[type=checkbox] + span:after {
    width: 22px;
    height: 22px;
    background-color: #F1F1F1;
    border-radius: 100%;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
}

.switch input[type=checkbox]:checked + span:after {
    margin-left: 24px;
}

.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;
}

/*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;
    -webkit-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    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;
}

.login-connexion #message.erreur {
    background-color: #ff7171;
}

footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 11px 0;
    text-align: right;
    font-weight: 300;
    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;
}

.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 ************************/

#lienprofil, #lienlogout, #lienHelp, #liensms {
    font-size: 30px;
    color: #FFF;
    display: inline-block;
    vertical-align: top;
    height: 60px;
    line-height: 60px;
    -webkit-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 50%;
    padding: 0 23px;
}

#lienlogout {
    background-image: url(../img/icons/small/logout.svg);
}

#lienprofil {
    background-image: url(../img/icons/small/user.svg);
}

#lienHelp {
    background-image: url(../img/icons/small/help.svg);
    background-size: auto 60%;
}

#liensms {
    background-image: url(../img/sms.svg);
    position: relative;
}

#liensms > span {
    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;
}

/******************************** MOBILE ********************************/
@media only screen and (max-width: 860px) {
    /*************** LOGIN 2019 ************************/
    body.page-connexion {
        background: #fff;
    }

    .login-connexion {
        position: static;
        width: auto;
        margin: 0;
        height: auto;
        box-shadow: none;
        padding: 42px 20px 20px;
    }

    header.authentification {
        display: none;
    }

    footer {
        text-align: center;
    }

    .login-connexion .button,
    .login-connexion button {
        width: 100%;
        display: block;
        margin: 12px 0;
    }

    .login-connexion #loading {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.2);
        margin: 0;
    }

    .login-connexion #loading > div {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
    }

    /*************** LOGIN 2019 ************************/
    .desktop,
    #lienprofil, #lienlogout, #lienHelp,
    #logoTopServlinks {
        display: none;
    }

    #contenuAdmin.ferme,
    #contenuAdmin {
        padding: 0;
    }

    #nomClient {
        display: inline-block !important;
    }

    #logoTop.ferme, #logoTop {
        display: block;
        width: auto;
        float: none;
    }

    #accueil {
        padding: 0 20px;
    }

    #contenuAdmin.scrollBottom.ferme .boutons,
    #contenuAdmin.scrollBottom .boutton,
    #contenuAdmin.scrollBottom .boutons {
        left: 22px;
    }

    #contenuAdmin div.double, #contenuAdmin label.double,
    #contenuAdmin div.triple, #contenuAdmin label.triple,
    #contenuAdmin div.quadruple, #contenuAdmin label.quadruple,
    #contenuAdmin div.quintuple, #contenuAdmin label.quintuple,
    #contenuAdmin div.sextuple, #contenuAdmin label.sextuple {
        width: auto;
        padding-right: 0;
        display: block;
    }

    #wrapNouveauMenu,
    #wrapNouveauMenu.ferme {
        position: fixed;
        overflow-y: auto;
        z-index: 606;
        left: 0;
        top: 60px;
        bottom: 0;
    }

    #wrapNouveauMenu.ferme {
        left: -260px;
    }

    #wrapNouveauMenu #nouveauMenu a,
    #wrapNouveauMenu.ferme #nouveauMenu a {
        font-size: 14px;
        overflow: visible;
        width: auto;
    }

    #logoTop.ferme {
        width: auto;
    }

    #wrapNouveauMenu.ferme #nouveauMenu,
    #wrapNouveauMenu.ferme {
        width: 260px;
    }

    #wrapNouveauMenu.ferme .subMenu.cache, #wrapNouveauMenu.ferme .subMenu {
        position: static;
        margin-top: 0;
    }

    #contenuAdmin {
        overflow-x: auto;
    }

    #contenuAdmin .tdcontent {
        min-width: 1065px;
    }

    .bordureTbl form {
        margin: 0;
        padding: 20px;
    }
}

/******************************** /MOBILE ********************************/

.single-image-admin a {
    display: inline-block;
    border: 1px solid #cecece;
}

.section-ajax-edit {
    position: sticky;
    top: 95px;
    height: calc(100vh - 95px);
    overflow-y: auto;
    overflow-x: auto;
    margin-left: 0;
    transition: all 0.6s ease;
    width: 0;
    box-sizing: border-box;
    background: white;
}

.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] {
    padding-inline: 10px;
}

.section-ajax-edit .soustitre-section {
    position: sticky;
    top: 0;
    z-index: 20;
}

.billetInactif {
    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 {
    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;
}

.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%;
    table-layout: fixed;
    margin-top:10px;
}

.multi-liste td, .multi-liste th {
    padding: 5px;
}

.multi-liste td.action:last-child, .multi-liste th.action:last-child {
    width: 10px;
    min-width: 10px;
    max-width: 10px;
}

.multi-liste .action {
    position: relative;
    width: 40px;
    min-width: 40px;
    max-width: 40px;
}

.multi-liste .add-line, .notes-container .add-note {
    position: absolute;
    top: 100%;
    right: 5px;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    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 .add-note {
    right: 5px;
}

.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, .notes-container .add-note: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: 30px;
    height: 30px;
}

.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: 30px;
    font-weight: bold;
}

.notes-container .single-note {
    width: 100%;
    padding: 10px;
    background: #e6e6e6;
    box-sizing: border-box;
}

.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: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 {
    width: 100%;
    display: flex;
    margin-bottom: 10px;
    box-sizing: border-box;
    padding: 0 10px;
    column-gap: 4px;
    margin-top: 20px;
}

.liste-onglets .choix-onglet {
    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;
}

.liste-onglets .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 {
    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;
}

.ajax-section-visible .col_cache {
    display: none;
}

.resize-ajax {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 23px;
    height: 23px;
    background-image: url(../img/resize.svg);
    display: block;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 0;
    cursor: default;
    transition: opacity 0.4s ease;
}

.ajax-section-visible .resize-ajax {
    opacity: 1;
    cursor: pointer;
}

.export-csv {
    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;
}

.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;
}

.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 .resize-ajax + .action-liste {
    right: 43px;
}

.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 {
    -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:hover {
    box-shadow: unset;
    background: #cecece;
}

.combo-radio input[type="radio"]:disabled, input[type="checkbox"].simple-checkbox:disabled {
    cursor: default;
    opacity: 1;
}

.combo-radio input[type="radio"]:not(:disabled):hover, input[type="checkbox"].simple-checkbox:not(:disabled):hover {
    opacity: 0.6;
    box-shadow: unset;
    background-color: #fff;
}

.combo-radio input[type="radio"]:checked:after, input[type="checkbox"].simple-checkbox: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;
}

.saving {
    position: relative;
}

.saving:after {
    content: '';
    position: absolute;
    top: 0;
    left:0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 10000;
    background-image: url(/admin/img/chargement.svg);
    /* background-size: 40px; */
    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;
}

.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;
}

.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: -o-sticky;
    position: -ms-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: -o-sticky;
    position: -ms-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(/admin/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;
}

.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: 60px;
    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: 10px;
    padding-right: 10px;
    box-sizing: border-box;
    width: 260px;
    transition: all 0.4s ease;
}

#wrapNouveauMenu.ferme #version span {
    display: none;
}

#wrapNouveauMenu.ferme #version {
    padding-left: 20px;
    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;
}

.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 .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;
}

.entete .ouvrir-fermer {
    width: 20px;
    height: 20px;
    position: relative;
    cursor: pointer;
}

.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:before {
    top: 0;
}

.entete .ouvrir-fermer:after {
    transform: rotate(180deg);
    bottom: 0;
}

.entete.fermer .ouvrir-fermer:before {
    top: 10px;
}

.entete.fermer .ouvrir-fermer:after {
    transform: rotate(180deg);
    bottom: 10px;
}

.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;
    -webkit-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    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;
}

@keyframes pulse {
    0% {opacity: 0;}
    40% {opacity: 1;}
    100% {opacity: 1;}
}

.liste-onglets .choix-onglet {
    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 {
    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(/admin/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(/admin/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;
}

.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;
}

#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;
}