body {
  background-size: cover;
  background-attachment: fixed;
  font-size: 16px;
  color: gray;
}
.header {
  color: #FFF;
}
.hopcrm .header {
  color: hsl(38, 30%, 86%);
}
.menu {
  background-color: hsl(24, 2%, 65%);
  clear: both;
}
.footer {
  color: #FFF;
}
.footer a:link,
.footer a:visited {
  color: #FFF;
}
.footer a:hover {
  color: hsl(38, 30%, 72%);
}
.footer-statut {
  float: left;
  border-right: solid 1px #FFF;
  padding-right: 10px;
  margin-right: 10px;
}
.footer-statut:first-child {
  border-left: solid 1px #FFF;
  padding-left: 10px;
  margin-left: 10px;
}
.texte-logo {
  font-size: 32px;
  font-family: 'Ubuntu', sans-serif;
}
.bloc-utilisateur .far {
  width: 32px;
  text-align: center;
}
.nom-utilisateur,
.nom-client {
  line-height: 18px;
  font-size: 14px;
}
.nom-utilisateur {
  line-height: 1em;
}
.logout {
  color: #FFF;
  border-radius: 40px;
  padding: 8px;
}
.logout:hover {
  background-color: hsl(10, 100%, 40%);
}
.logout.revendeur:hover {
  background-color: hsl(28, 100%, 45%);
}
.tip span {
  display: none;
  color: #FFF;
  background: rgba(0, 0, 0, 0.8);
  text-decoration: none;
  padding: 0.5em;
  margin-top: 32px;
  margin-left: 0;
  font-family: 'Source Sans Pro', sans-serif;
}
.tip.rouge span {
  background: rgba(220, 0, 0, 0.8);
}
.tip:hover {
  /*text-decoration: underline;*/
}
.tip:hover span {
  display: block;
  position: absolute;
  padding: 0.5em 1em;
  /*max-width: 120px;*/
  width: auto;
  height: auto;
  white-space: nowrap;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  font-size: 14px;
  z-index: 200;
}
.tip2 em {
  display: none;
  color: #FFF;
  background: rgba(0, 0, 0, 0.8);
  text-decoration: none;
  padding: 0.5em;
}
.tip2.rouge em {
  background: rgba(255, 0, 0, 0.8);
}
.tip2:hover em {
  display: block;
  position: absolute;
  top: 30px;
  left: -100px;
  padding: 0.5em 1em;
  /*max-width: 120px;*/
  content: attr(title);
  text-align: center;
  width: auto;
  height: auto;
  white-space: nowrap;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  font-size: 14px;
  z-index: 200;
}
label .tip:hover span {
  background: rgba(16, 141, 179, 0.8);
  font-size: 16px;
  font-weight: bold;
  font-family: 'Source Sans Pro', sans-serif;
}
.ui-tooltip,
.arrow:after {
  background: black;
  border: 2px solid white;
}
.ui-tooltip {
  padding: 10px 20px;
  color: white;
  border-radius: 20px;
  /*font           : bold 14px "Helvetica Neue", Sans-Serif;*/
  /*text-transform : uppercase;*/
  box-shadow: 0 0 7px #375A7F;
}
.arrow {
  width: 70px;
  height: 16px;
  overflow: hidden;
  position: absolute;
  left: 50%;
  margin-left: -35px;
  bottom: -16px;
}
.arrow.top {
  top: -16px;
  bottom: auto;
}
.arrow.left {
  left: 20%;
}
.arrow:after {
  content: "";
  position: absolute;
  left: 20px;
  top: -20px;
  width: 25px;
  height: 25px;
  box-shadow: 6px 5px 9px -9px black;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.arrow.top:after {
  bottom: -20px;
  top: auto;
}
a:hover {
  text-decoration: none;
}
.bouton-action-liste {
  padding-right: 6px;
}
.separateur-horizontal {
  border-top: 1px solid #CCC;
  clear: both;
}
.separateur-horizontal-config {
  border-top: 1px dashed #CCC;
  margin: 10px 15px;
  clear: both;
}
.couleur-rouge,
.couleur-rouge:hover {
  color: #CC0000;
}
.couleur-rouge.tip:hover span {
  background: rgba(200, 0, 0, 0.8);
}
.fond-rouge,
.fond-rouge:hover {
  background-color: #CC0000;
  color: #FFF;
}
td,
th {
  overflow: hidden;
  max-width: 400px;
  /*text-overflow : ellipsis;*/
  white-space: nowrap;
  padding: 5px !important;
}
.consigne {
  font-size: 15px;
  font-style: italic;
  color: hsl(38, 30%, 50%);
}
.consigne-cadre {
  font-size: 15px;
  border-left: hsl(42, 100%, 50%) solid 3px;
  padding: 20px 15px;
  background-color: #FFF;
  box-shadow: 0 2px 6px 0 hsla(0, 0%, 0%, 0.15);
}
.consigne-dismiss {
  margin-top: 10px;
}
.contexte-page.alert .fermer {
  color: #000;
  position: absolute;
  right: 22px;
  top: 9px;
}
.consigne-picto {
  position: absolute;
  top: -6px;
  left: -43px;
}
.consigne-titre {
  font-size: 17px;
  color: #999;
  text-decoration: underline;
  /*border-bottom: #CCC 1px solid;*/
  margin-bottom: 10px;
}
.consigne-titre em,
.consigne-texte em {
  color: #0C97C2;
}
.consigne-texte a {
  color: #57BFE7;
  font-style: italic;
}
.consigne-texte li {
  margin-top: 6px;
  line-height: 1.3em;
}
.titre-bloc-page,
.titre-bloc-formulaire {
  font-size: 24px;
  margin-top: 25px;
  color: #4D5966;
  font-weight: 100;
}
.titre-bloc-formulaire {
  margin-top: 40px;
  margin-bottom: 20px;
  margin-left: 15px;
}
.modal-md {
  width: 750px;
}
.modal-xl {
  width: 1200px;
}
.sous-titre-groupe-formulaire {
  font-size: 17px;
  text-align: center;
  color: #4D5966;
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 15px;
  padding-right: 30px !important;
}
.sous-titre-groupe-formulaire div {
  background-color: #F0F0F0;
}
.sous-titre-groupe-formulaire.prime-acquise {
  color: #FFF;
  text-transform: uppercase;
}
.sous-titre-groupe-formulaire.prime-acquise div {
  background-color: #FF1493;
}
.sous-titre-groupe-formulaire.prime-acquise.fiole-50 div {
  background-color: #87BD00;
}
.sous-titre-groupe-formulaire.first {
  margin-top: 0;
}
.bloc-champs .titre-bloc-formulaire {
  margin-left: 0;
  padding-left: 15px;
}
.titre-bloc-formulaire.first {
  margin-top: 0;
}
.titre-bloc-formulaire em {
  font-size: 18px;
  font-style: italic;
  color: #999;
  margin-left: 12px;
}
.sous-titre-bloc-formulaire {
  font-size: 16px;
  font-style: italic;
  color: #BBB;
  line-height: 16px;
  margin-bottom: 10px;
  font-weight: 100;
}
.titre-bloc-page {
  margin-bottom: 25px;
}
.titre-bloc-page span {
  font-size: 18px;
  font-style: italic;
  display: block;
  margin-top: -8px;
  color: #999;
}
.dashboard-marker {
  margin-right: 5px;
  font-size: 15px;
  padding-bottom: 5px;
}
.texte-info {
  color: #57BFE7;
  font-size: 15px;
}
.texte-info.sm {
  font-size: 14px;
}
.texte-info a {
  /*
  background-color: #57bfe7;
  color: #fff;
  */
  color: #57BFE7;
  text-decoration: underline;
}
.texte-alerte {
  color: #F05800;
}
.texte-info-1x {
  margin-top: -5px;
}
.texte-info-2x {
  padding-top: 3px;
}
.texte-italique {
  font-style: italic;
}
.texte-italique.sm {
  font-style: italic;
  font-size: 14px;
}
.nombre-progress {
  float: left;
  font-size: 32px;
  text-align: right;
  padding-top: 8px;
}
.pourcentage-progress {
  float: left;
  padding-top: 24px;
  padding-left: 10px;
}
.picto-progress {
  float: left;
  padding-top: 12px;
}
.nav.nav-pills .bouton-selection > a,
.nav.nav-pills .bouton-selection > a:hover {
  background-color: #AAA;
  color: #FFF;
}
.nav.nav-pills .active > a.ng-binding,
.nav.nav-pills .active > a:hover {
  background-color: #108DB3;
}
.nav.nav-pills .bouton-selection span.badge {
  color: #108DB3;
  background-color: #FFF;
  font-size: 14px;
  margin-left: 30px;
  padding: 5px 10px;
  float: right;
}
.nav.nav-pills .bouton-selection.active span.badge {
  color: #FFF;
  background-color: #87BD00;
}
.nav-pills > li {
  margin-bottom: 15px;
}
.nav-pills > li + li {
  margin-left: 0;
}
.texte-action,
.texte-action:focus {
  cursor: pointer;
  color: #57BFE7;
  font-style: italic;
  padding-right: 10px;
  text-decoration: none;
}
.texte-action:hover {
  cursor: pointer;
  color: #FFF;
  background-color: #57BFE7;
  padding-right: 5px;
  padding-left: 5px;
}
.toggle-titre {
  font-size: 14px;
  margin-left: 10px;
}
.separateur10 {
  border-right: solid 1px #FFF;
  padding-right: 8px;
  margin-right: 10px;
}
.separateur10.flag-icon {
  border-right: none;
  margin-right: 5px;
}
.texte-bouton-middle {
  vertical-align: super;
}
.total-selection {
  float: right;
  color: #FFF;
  background-color: #57BFE7;
  font-size: 14px;
  padding: 10px;
  border-radius: 4px;
}
.total-selection .badge {
  float: right;
  color: #FFF;
  background-color: #87BD00;
  font-size: 14px;
  margin-left: 10px;
  cursor: default;
}
.texte-selectionner {
  margin-top: 8px;
}
.btn.display-none {
  display: none;
}
.fa.display-none,
.far.display-none,
.fal.display-none,
.fas.display-none {
  display: none;
}
.form-horizontal .form-group {
  margin-left: 0;
  margin-right: 0;
}
.form-group.flottant,
.champ-flottant {
  float: left;
  margin-left: 15px;
  margin-right: 15px;
}
/*
.form-horizontal .form-group.flottant:first-child {
    margin-left: 10px;
}
*/
/*
/
/	BLOC "NOUVEAU"
/
*/
.bloc-new {
  border: 2px dotted #BBB;
}
.bg-new {
  background-color: #F0F0F0;
}
.bg-new-dark {
  background-color: #CCC;
}
/*
/
/	PANEL
/
*/
.bz-panel-label {
  line-height: 1.2em;
}
.bz-panel .badge {
  line-height: 1em;
}
/*
/
/	TAGS
/
*/
.actions-liste {
  display: grid;
}
.actions-liste a {
  padding: 5px;
  width: 28px;
  height: 28px;
  text-align: center;
  margin-left: -2px;
  margin-right: -5px;
}
.actions-liste a:hover {
  color: #FFF !important;
  background-color: #99A6B2;
  border-radius: 14px;
}
.actions-liste .orange a:hover {
  background-color: #F90;
}
.actions-liste .rouge a:hover {
  background-color: #F00;
}
/*
/
/	TAGS
/
*/
.bz-picto {
  width: 40px;
  line-height: 26px;
  text-align: center;
  font-family: "Trebuchet MS", "Arial", sans-serif;
  font-size: 24px;
  float: left;
  color: #FFF;
}
.bz-tag {
  width: 40px;
  height: 40px;
  line-height: 38px;
  border-radius: 4px;
  text-align: center;
  font-family: "Trebuchet MS", "Arial", sans-serif;
  font-size: 24px;
  float: left;
  color: #FFF;
}
.bz-bloc-tag .bz-tag {
  border-top: none !important;
  border-bottom: none !important;
  border-left: none !important;
  border-radius: 0;
}
.bz-tag.md {
  font-size: 18px;
}
.bz-tag.md.no-background {
  width: 18px;
}
.bz-bouton.btn {
  padding: 0;
}
.bz-picto-bouton {
  width: 40px;
  height: 40px;
  line-height: 38px;
  border-radius: 200px;
  text-align: center;
  font-family: "Trebuchet MS", "Arial", sans-serif;
  font-size: 24px;
  float: left;
  color: #FFF;
}
.bz-picto-bouton-texte {
  height: 40px;
  font-family: "Trebuchet MS", "Arial", sans-serif;
  font-size: 24px;
  float: left;
  color: #555;
}
.bz-bouton-texte-label:hover {
  text-decoration: underline;
  cursor: pointer;
}
.bz-picto-bouton.avec-label .fa,
.bz-picto-bouton.avec-label .far,
.bz-picto-bouton.avec-label .fas,
.bz-picto-bouton.avec-label .fal {
  border-right: solid 1px #FFF;
  padding-left: 10px;
  padding-right: 8px;
}
.bz-tag-creux {
  background-color: hsl(24, 2%, 95%);
  border: 1px solid;
}
.bz-tag-creux.border-1 {
  border: 1px solid;
}
.bz-tag-creux.border-2 {
  border: 2px solid;
}
.bz-tag-creux.border-3 {
  border: 3px solid;
}
.bz-tag-creux.border-4 {
  border: 4px solid;
}
.bz-tag-creux.border-5 {
  border: 5px solid;
}
.bz-tag-creux .fa,
.bz-tag-creux .far,
.bz-tag-creux .fal,
.bz-tag-creux .fas {
  vertical-align: text-top;
}
.menu-local .bz-tag.bz-tag-creux.sm {
  border: none;
  background: none;
  width: 24px;
  height: 24px;
  color: #99A6B2;
}
.menu-local .bz-tag.bz-tag-creux {
  background-color: #57BFE7;
  color: #FFF;
  margin-top: 3px;
  padding-top: 0;
  line-height: 26px;
  width: 24px;
  height: 24px;
}
.menu-local .bz-tag-label.sm {
  padding-left: 2px;
  /*margin-top   : -1px;*/
}
.menu-local .badge {
  margin-left: -3px;
  margin-top: 7px;
  background-color: lightslategrey;
  padding: 2px 5px;
}
.menu-local .badge.non-nul {
  background-color: #57BFE7;
}
.page-header .badge {
  margin-left: 20px;
  padding: 4px 9px 6px 8px;
  font-size: 14px;
  vertical-align: text-top;
  margin-top: 5px;
  font-style: normal;
}
.bz-picto.sm {
  width: 24px;
  font-size: 20px;
}
.bz-tag.xl,
.bz-picto-bouton.xl {
  width: 64px;
  height: 64px;
  line-height: 64px;
  font-size: 32px;
}
.bz-tag.lg,
.bz-picto-bouton.lg {
  width: 48px;
  height: 48px;
  line-height: 48px;
  font-size: 28px;
}
.bz-tag.sm,
.bz-picto-bouton.sm {
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
}
.bz-tag.sm {
  line-height: 29px;
}
.bz-picto-bouton-texte.sm {
  height: 20px;
  line-height: 20px;
  font-size: 16px;
}
.bz-tag.xs,
.bz-picto-bouton.xs {
  width: 24px;
  height: 24px;
  line-height: 24px;
  font-size: 13px;
}
.bz-tag.xxs,
.bz-picto-bouton.xxs {
  width: 19px;
  height: 19px;
  line-height: 18px;
  font-size: 10px;
}
.bz-bloc-tag {
  background-color: #F0F0F0;
  height: 42px;
  float: left;
  border-radius: 4px;
}
.bz-tag.couleur-active {
  width: 100%;
  height: 30px;
  border-radius: 0;
  text-align: left;
  font-size: 20px;
  padding-top: 10px;
}
.bz-bloc-tag-muet {
  float: left;
}
/*
.bz-bloc-tag.active {
	background-color : #F4F8F8;
}
*/
.bz-bloc-tag.xl {
  height: 66px;
}
.bz-bloc-tag.lg {
  height: 50px;
}
.bz-bloc-tag.sm {
  height: 32px;
}
.bz-bloc-tag.xs {
  height: 26px;
}
.bz-bloc-tag.xxs {
  height: 20px;
}
.bz-bouton-label {
  color: #FFF;
  float: left;
  padding-left: 10px;
}
.bz-tag-label {
  line-height: 40px;
  padding-left: 6px;
  padding-right: 8px;
  float: left;
}
.bouton-cercle .bz-bouton-label {
  color: #333;
  padding-left: 20px;
}
.bz-tag-label.xl {
  line-height: 64px;
  padding-left: 10px;
  padding-right: 12px;
  font-size: 22px;
}
.bz-tag-label.lg {
  line-height: 48px;
  padding-left: 8px;
  padding-right: 10px;
  font-size: 18px;
}
.bz-tag-label.sm {
  line-height: 28px;
  padding-left: 6px;
  padding-right: 12px;
  font-size: 15px;
}
.bz-tag-label.xs {
  line-height: 22px;
  padding-left: 8px;
  padding-right: 8px;
  font-size: 14px;
}
.bz-tag-label.xxs {
  line-height: 18px;
  padding-left: 6px;
  padding-right: 6px;
  font-size: 12px;
}
.bz-tag-badge {
  color: #108DB3;
  background-color: #FFF;
  font-size: 14px;
  font-weight: bold;
  margin-top: 9px;
  margin-left: 30px;
  margin-right: 5px;
  padding: 0px 5px;
  float: right;
  border-radius: 5px;
  vertical-align: middle;
}
.bz-bouton-label.md {
  line-height: 40px;
  padding-left: 11px;
  padding-right: 11px;
  font-size: 15px;
}
.bz-bouton-label.sm {
  line-height: 30px;
  padding-left: 11px;
  padding-right: 9px;
  font-size: 15px;
}
.bz-bouton-label.xs {
  line-height: 26px;
  padding-left: 11px;
  padding-right: 9px;
  font-size: 14px;
}
.bz-bouton-texte-label {
  font-style: italic;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.bz-bouton-texte-label.sm {
  line-height: 20px;
}
.bz-bouton-texte-label.md {
  padding-top: 22px;
  line-height: 1em;
}
a .bz-tag-label {
  color: #8B99A7;
}
a:hover .bz-tag-label {
  color: #666;
  text-decoration: underline;
}
.bz-bouton .bz-tag {
  border-radius: 6px;
}
.bloc-corbeille {
  background-color: #FFF0F0;
}
.bloc-desactive {
  background-color: #F0F0F0;
}
.bz-bouton.no-link,
.menu-local .no-link .bz-tag.bz-tag-creux.sm {
  color: #55B6D4;
}
.bz-titre-menu,
a:hover .bz-titre-menu {
  text-align: center;
  background-color: hsl(24, 2%, 20%);
  line-height: 1.2em;
  font-size: 16px;
  padding: 10px;
  margin-top: -6px;
  margin-left: -1px;
  color: #FFF;
  text-transform: uppercase;
  margin-bottom: 3px;
}
.bz-texte-menu {
  margin-right: 4px;
}
.bz-icone-menu {
  font-size: 18px;
  width: 18px;
  /*margin-right : 2px;*/
}
.bz-prefixe-sous-menu {
  font-size: 12px;
  color: #999;
  border-right: solid 1px #CCC;
  padding-right: 10px;
}
.bz-texte-sous-menu {
  font-size: 15px;
  margin-left: 24px;
  margin-top: -20px;
  line-height: 1.2em;
}
.bz-texte-sous-menu.historique {
  margin-left: 1px;
}
.bz-texte-sous-menu.soon,
.bz-texte-menu.soon {
  text-decoration: line-through;
  font-style: italic;
  color: #999;
}
.bz-icone-sous-menu.historique {
  text-align: center;
  width: 30px;
}
.bz-tag .active {
  color: #000;
}
ul.nav.navbar-nav li:hover {
  background-color: hsl(24, 2%, 20%);
}
ul.nav.navbar-nav li.no-hover:hover {
  background: none;
}
.dropdown-menu > li > a,
.dropdown-menu > li > div {
  padding: 3px 12px;
}
.dropdown-menu > li > a:hover {
  background-color: hsl(24, 2%, 55%);
  color: #FFF;
}
.dropdown-menu > li > a:hover .fa,
.dropdown-menu > li > a:hover .far,
.dropdown-menu > li > a:hover .fas,
.dropdown-menu > li > a:hover .fal {
  color: #FFF !important;
}
.caret {
  margin-left: -2px;
}
/* sous-menu visible au survol (par défaut n'est visible qu'au clic) */
.dropdown:hover .dropdown-menu {
  display: block;
}
.bg-bloc-filtre {
  background-color: #F0F0F0;
}
.champ-date-label,
.champ-select-label {
  float: left;
  padding-top: 3px;
  padding-right: 10px;
}
.champ-check-label {
  padding-top: 0px;
  padding-right: 10px;
  float: left;
}
.champ-slider-label {
  margin-bottom: 5px;
  /*float:left;*/
}
.champ-slider-label.sm {
  font-size: 14px;
  margin-top: 3px;
}
.form-group.champ-tag {
  margin-right: 0;
}
.control-label.entete-colonne {
  padding-top: 1px;
  padding-bottom: 1px;
  margin-top: 4px;
  margin-bottom: 7px;
  background-color: #E2E6E9;
  text-align: center;
}
.form-horizontal .control-label.champ-tag-label,
.control-label.champ-tag-label,
.control-label {
  /*line-height: 20px;*/
  /*margin-bottom: 4px;*/
}
.label-toggle-inactif {
  font-style: italic;
  color: #AAA;
}
.label-tag-isole {
  padding-top: 5px;
}
.champ-tag-label {
  /*
  margin-bottom: 0;
  */
}
.champ-slider-champ {
  /*margin-top : 11px;*/
}
label.switch {
  padding-bottom: 0;
}
input.champ-slider-champ {
  margin-top: 0;
  float: none;
}
.champ-select-champ-dessus {
  padding-right: 15px;
}
.form-group.champ-tag {
  margin-bottom: 10px;
}
.champ-radio {
  margin-bottom: -10px;
  margin-top: -5px;
}
.champ-radio .btn {
  margin-right: 4px;
}
.champ-radio .btn:last-child {
  margin-right: 0;
}
.form-group.separateur {
  margin-bottom: 0;
}
.separateur .champ-chaine,
.separateur .champ-collection-hop {
  margin-bottom: 15px;
}
.separateur .champ-radio-hop {
  margin-bottom: 5px;
}
.champ-collection-hop {
  display: grid;
  gap: 10px;
}
.item-radio-hop .label-item {
  color: #999;
}
.item-radio-hop .fa,
.item-radio-hop .far,
.item-radio-hop .fas,
.item-radio-hop .fal {
  color: #BBB;
  font-size: 36px;
  padding-bottom: 10px;
}
.item-radio-hop:hover .label-item,
.item-radio-hop.active:hover .label-item,
.item-radio-hop:hover .fa,
.item-radio-hop.active:hover .fa,
.item-radio-hop:hover .far,
.item-radio-hop:hover .fal,
.item-radio-hop:hover .fas {
  color: hsl(38, 30%, 36%);
}
.item-radio-hop.active .label-item,
.item-radio-hop.active .fa,
.item-radio-hop.active .far,
.item-radio-hop.active .fas {
  color: hsl(38, 30%, 65%);
}
.item-radio-hop.active .fa.color-default {
  color: #999999;
}
.item-radio-hop.active .fa.color-inverse {
  color: #282828;
}
.item-radio-hop.active .fa.color-primary {
  color: #108DB3;
}
.item-radio-hop.active .fa.color-success {
  color: #87BD00;
}
.item-radio-hop.active .fa.color-info {
  color: #57BFE7;
}
.item-radio-hop.active .color-purple {
  color: #7266BA;
}
.item-radio-hop.active .fa.color-warning {
  color: #FF8800;
}
.item-radio-hop.active .fa.color-danger {
  color: #CC0000;
}
.item-radio-hop.active .fa.color-gray {
  color: #CCCCCC;
}
.item-radio-hop.active .fa.color-blue {
  color: #375A7F;
}
.item-radio-hop.active .fa.color-pink {
  color: #FF1493;
}
.item-radio-hop.active .fa.color-yellow {
  color: #FACC43;
}
.champ-radio-hop .item-radio-hop {
  text-align: center;
  display: inline-block;
}
.item-radio-hop.lien,
.item-collection-hop.lien,
.item-largeur.lien,
.item-hauteur.lien {
  border: 1px solid hsl(38, 30%, 65%);
  color: #999;
  background-color: white;
}
.item-radio-hop.lien:hover,
.item-collection-hop.lien:hover,
.item-largeur.lien:hover,
.item-hauteur.lien:hover {
  color: #FFF;
  text-decoration: none;
}
.champ-radio-hop {
  display: grid;
  gap: 7px;
  margin-top: -6px;
}
.item-radio-hop {
  padding: 15px 0 11px 0;
}
.item-radio-hop.lien.active {
  background-color: hsl(38, 30%, 92%);
}
.item-radio-hop.lien:hover,
.item-radio-hop.lien.active:hover {
  background-color: hsl(38, 30%, 80%);
}
.item-largeur,
.item-hauteur,
.item-collection-hop {
  background-color: white;
  text-align: center;
  padding: 10px;
  border: solid 1px #FFF;
}
.item-largeur.active {
  border-left: none;
}
.item-hauteur.active {
  border-top: none;
}
.item-largeur.active,
.item-hauteur.active,
.item-collection-hop.active {
  background-color: hsl(38, 30%, 65%);
  color: #FFF;
}
.item-largeur:hover,
.item-hauteur:hover,
.item-collection-hop:hover {
  background-color: hsl(38, 30%, 36%);
  color: #FFF;
}
.item-collection-hop.active:hover {
  background-color: hsl(38, 30%, 20%);
  color: #FFF;
}
.champ-date-champ {
  float: left;
  width: 90px;
}
.champ-select-champ {
  float: left;
  width: 300px;
}
input.champ-check-champ {
  width: 20px;
  margin-top: -1px;
}
.view.inactive .bz-tag {
  background-color: #CCC;
}
.inactive .bz-tag-creux {
  color: #CCC;
}
.view.inactive .fa,
.view.inactive .far,
.view.inactive .fas,
.view.inactive .fal {
  color: #999;
}
.view.inactive .bz-tag-label {
  color: #999;
}
.bloc-saisie {
  background-color: #FFF;
  padding: 10px;
}
.titre-bloc-saisie {
  font-size: 18px;
  color: #0C97C2;
  border-bottom: dotted #0C97C2 1px;
  margin-top: -10px;
  margin-bottom: 20px;
}
.modal-backdrop {
  /*background-color: rgba(255, 0, 0, 0.2);*/
  /* pour éviter que le back-drop affecte également la fenêtre modale */
  z-index: -1;
}
.calque-bloc-move {
  background-color: #F0F0F0;
}
.calque-bloc-add {
  background-color: #F0F0F0;
}
.calque-bloc-edit {
  background-color: #F0F0F0;
}
.calque-bloc-delete {
  background-color: #FFF2F2;
}
.fa.picto-action-titre-page,
.far.picto-action-titre-page,
.fas.picto-action-titre-page,
.fal.picto-action-titre-page {
  font-size: 14px;
  margin-left: 0px;
}
.fa.picto-action-titre-page.first,
.far.picto-action-titre-page.first,
.fas.picto-action-titre-page.first,
.fal.picto-action-titre-page.first {
  margin-left: 15px;
}
.list-group-item {
  margin-top: -1px;
}
.list-group-item.fa,
.list-group-item.far,
.list-group-item.fas,
.list-group-item.fal {
  margin-right: 100px;
}
.nom-vue {
  float: right;
  font-size: 13px;
  color: #999;
  font-style: italic;
  line-height: 65px;
}
input.champ-date {
  float: left;
  width: 90px;
}
input.champ-heure {
  float: left;
  width: 50px;
}
input.champ-heure.secondes {
  width: 70px;
}
.separateur-date-heure {
  float: left;
  padding-top: 4px;
  width: 20px;
  text-align: center;
  color: #888;
}
.form-group {
  /*
      background-color: #F0F0F0;
  */
}
a,
a:hover,
.lien,
.lien:hover {
  color: #0C97C2;
  cursor: pointer;
}
.alert a:hover {
  color: #FFF;
  background-color: #0C97C2;
  cursor: pointer;
}
.lien:hover {
  text-decoration: underline;
}
.lien.sm {
  font-size: 15px;
}
.lien-ajouter {
  font-size: 15px;
  font-style: italic;
  font-weight: bold;
}
.label-mode-edition {
  /*color: #108db3;*/
}
.coming-soon {
  font-style: italic;
  color: #BBB;
}
.form-horizontal .control-label.soulignement {
  text-decoration: underline;
  margin-bottom: 8px;
}
.format-chaine-decimal,
.format-chaine-nombre,
.format-chaine-devise,
.format-chaine-entier {
  width: 90px;
  text-align: right;
}
.format-chaine-pourcentage {
  width: 60px;
  text-align: right;
}
.format-chaine-heure {
  width: 70px;
}
.suffixe-champ-texte {
  margin-left: 5px;
  line-height: 30px;
  color: #888;
}
.float-left.suffixe-champ-texte {
  margin-left: 0;
  margin-right: 5px;
}
.titre-colonne-liste {
  border-bottom: solid 1px #999;
  margin-bottom: 6px;
  line-height: 1.1;
}
.taux-desabonne {
  float: left;
  background-color: #FF8800;
  color: #FFF;
  font-size: 14px;
  padding: 0 5px;
  padding-bottom: 2px;
  margin-top: 11px;
  margin-right: 10px;
  text-align: center;
  line-height: 16px;
}
.taux-erreur {
  float: left;
  background-color: #000;
  color: #FFF;
  font-size: 14px;
  padding: 0 5px;
  padding-bottom: 2px;
  margin-top: 11px;
  text-align: center;
  line-height: 16px;
  min-width: 56px;
}
.table > tbody > tr > td {
  padding-bottom: 0;
}
/*
td a {
	padding-top : 4px;
	height      : 28px;
	width       : 28px;
	text-align  : center;
}

td a:hover {
	color            : #666;
	background-color : #FFF;
	border-radius    : 14px;
	padding          : 4px;
	margin-top       : -4px;
}
*/
/*
td a.fa-trash:hover {
	color: #FF9900 !important;
}

td a.fa-undo:hover {
	color: #87BD00 !important;
}

td a.fa-trash:hover {
	color: #F00 !important;
}
*/
.header-liste {
  background-color: #6E8091;
  background-color: hsl(24, 2%, 55%);
  color: #FFF;
  display: flex;
  padding-top: 6px;
  padding-bottom: 8px;
  padding-left: 5px;
  padding-right: 5px;
  line-height: 20px;
}
.header-liste em {
  font-size: 14px;
  padding-left: 2px;
}
.header-liste-2 {
  font-size: 14px;
  color: #CCC;
}
.header-liste .middle {
  margin-top: 10px;
}
.ligne-champ {
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 5px;
  padding-right: 5px;
  border-bottom: solid 1px #C5CCD3;
  display: flex;
}
.ligne-champ.paire {
  background-color: #F4F8F8;
}
.ligne-champ.impaire {
  background-color: #FFF;
}
.ligne-champ em {
  font-size: 14px;
  font-style: normal;
  color: #999;
}
.liste-header-tip {
  font-size: 12px;
}
.ligne-cellule {
  margin: auto 0;
  line-height: 0;
}
/* JQUERY-UI*/
.ui-widget {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 15px;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 15px;
  background-color: #FFF;
  font-weight: normal;
}
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight,
.ui-datepicker-current.ui-state-default {
  background: none;
  background-color: #E0F2F7;
  border-color: #0C97C2;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  background: none;
  background-color: #0C97C2;
  color: #FFFFFF;
}
.ui-datepicker td span,
.ui-datepicker td a {
  text-align: center;
}
.ui-datepicker table {
  font-size: 15px;
}
th.ui-datepicker-week-col {
  font-size: 12px;
  text-align: right;
  color: #999;
  padding-right: 5px;
}
td.ui-datepicker-week-col {
  font-size: 12px;
  text-align: right;
  color: #999;
  padding-bottom: 4px;
  padding-right: 5px;
  vertical-align: bottom;
}
/**
*
* VUES
*
*/
.choix-segment {
  margin-top: -20px;
  margin-bottom: 40px;
}
.choix-vue {
  margin-top: 0px;
  margin-bottom: 30px;
}
.choix-vue > div,
.choix-segment > div {
  box-shadow: 0 2px 6px 0 hsl(38, 30%, 80%);
  background-color: hsl(38, 30%, 92%);
  padding-top: 5px;
  padding-bottom: 5px;
}
.choix-segment .bloc-segment {
  padding: 0 5px;
}
.choix-segment .panel-segment.widget {
  margin-bottom: 10px;
  height: 50px;
  line-height: 1.2em;
}
.choix-segment .panel-segment-nom {
  font-size: 14px;
}
.bloc-segments .panel-segment {
  border-radius: 200px;
}
.bloc-segment .panel-segment {
  /*border-radius : 0;*/
  height: 50px;
}
.trash .panel-segment {
  border: solid 2px #F00;
  border-radius: 6px;
}
.panel-segment-picto {
  text-align: center;
}
.panel-segment-liens a,
.panel-segment-favori a {
  color: #FFF;
  padding: 4px;
  width: 22px;
  height: 22px;
  text-align: center;
}
.panel-segment-liens a {
  margin-right: 5px;
}
.panel-segment-favori a.active {
  background-color: #FFF;
  font-size: 13px;
  border-radius: 14px;
  margin-right: 5px;
}
.panel-segment div a:hover {
  color: #666;
  background-color: #FFF;
  border-radius: 14px;
}
.panel-segment div a.fa-trash:hover {
  color: #FF9900;
}
.panel-segment div a.fa-undo:hover {
  color: #87BD00;
}
.trash .panel-segment div a.fa-trash:hover {
  color: #F00;
}
.panel-segment-nom {
  padding-top: 5px;
  line-height: 1.2em;
}
.choix-segment .panel-segment-nom {
  padding-top: 0;
}
.panel-segment-liens,
.panel-segment-favori {
  padding-top: 7px;
  padding-bottom: 5px;
  margin-left: -3px;
}
.panel-segment-liens:hover {
  /*background-color: rgba(0, 0, 0, .3);
  border-bottom-right-radius:  4px;*/
}
.panel-segment-liens a.fa,
.panel-segment-liens a.far,
.panel-segment-liens a.fas,
.panel-segment-liens a.fal,
.panel-segment-favori a.fa,
.panel-segment-favori a.far,
.panel-segment-favori a.fas,
.panel-segment-favori a.fal {
  color: #FFF;
}
.panel-vue {
  background-color: #BBB;
  padding: 20px 10px;
  height: 60px;
}
.panel-vue.vue-courante {
  background-color: hsl(38, 30%, 50%);
}
.panel-vue .separateur-horizontal2 {
  border-bottom: solid 1px #FFF;
}
.panel-vue .titre-vue {
  color: #FFF;
  line-height: 1em;
}
.panel-vue .fa,
.panel-vue .far,
.panel-vue .fas,
.panel-vue .fal {
  font-size: 20px;
}
/**
 * Tooltip Styles
 *
 * http://cbracco.me/a-simple-css-tooltip/
 */
/* Base styles for the element that has a tooltip */
[data-tooltip],
.tooltip {
  position: relative;
  cursor: pointer;
}
/* Base styles for the entire tooltip */
[data-tooltip]:before,
[data-tooltip]:after,
.tooltip:before,
.tooltip:after {
  position: absolute;
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, -webkit-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  -moz-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, -moz-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  pointer-events: none;
  border-radius: 6px;
  z-index: 999;
}
/* Show the entire tooltip on hover and focus */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after,
[data-tooltip]:focus:before,
[data-tooltip]:focus:after,
.tooltip:hover:before,
.tooltip:hover:after,
.tooltip:focus:before,
.tooltip:focus:after {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
/* Base styles for the tooltip's directional arrow */
.tooltip:before,
[data-tooltip]:before {
  z-index: 1001;
  border: 6px solid transparent;
  background: transparent;
  content: "";
}
/* Base styles for the tooltip's content area */
.tooltip:after,
[data-tooltip]:after {
  z-index: 1000;
  padding: 8px;
  width: auto;
  /*max-width: 400px;*/
  white-space: nowrap;
  background-color: rgba(0, 0, 0, 0.8);
  color: #FFF;
  content: attr(data-tooltip);
  font-size: 14px;
  line-height: 1.2;
}
/* Directions */
/* Top (default) */
[data-tooltip]:before,
[data-tooltip]:after,
.tooltip:before,
.tooltip:after,
.tooltip-top:before,
.tooltip-top:after {
  bottom: 100%;
  left: 50%;
}
[data-tooltip]:before,
.tooltip:before,
.tooltip-top:before {
  margin-left: -6px;
  margin-bottom: -12px;
  border-top-color: rgba(0, 0, 0, 0.8);
}
/* Horizontally align top/bottom tooltips */
[data-tooltip]:after,
.tooltip:after,
.tooltip-top:after {
  margin-left: -80px;
}
[data-tooltip]:hover:before,
[data-tooltip]:hover:after,
[data-tooltip]:focus:before,
[data-tooltip]:focus:after,
.tooltip:hover:before,
.tooltip:hover:after,
.tooltip:focus:before,
.tooltip:focus:after,
.tooltip-top:hover:before,
.tooltip-top:hover:after,
.tooltip-top:focus:before,
.tooltip-top:focus:after {
  -webkit-transform: translateY(-12px);
  -moz-transform: translateY(-12px);
  transform: translateY(-12px);
}
/* Left */
.tooltip-left:before,
.tooltip-left:after {
  right: 100%;
  bottom: 50%;
  left: auto;
}
.tooltip-left:before {
  margin-left: 0;
  margin-right: -12px;
  margin-bottom: 0;
  border-top-color: transparent;
  border-left-color: rgba(0, 0, 0, 0.8);
  border-left-color: hsla(0, 0%, 20%, 0.9);
}
.tooltip-left:hover:before,
.tooltip-left:hover:after,
.tooltip-left:focus:before,
.tooltip-left:focus:after {
  -webkit-transform: translateX(-12px);
  -moz-transform: translateX(-12px);
  transform: translateX(-12px);
}
/* Bottom */
.tooltip-bottom:before,
.tooltip-bottom:after {
  top: 100%;
  top: 24px;
  bottom: auto;
  left: 50%;
}
.tooltip-bottom:before {
  margin-top: -12px;
  margin-bottom: 0;
  border-top-color: transparent;
  border-bottom-color: rgba(0, 0, 0, 0.8);
}
.tooltip-bottom:hover:before,
.tooltip-bottom:hover:after,
.tooltip-bottom:focus:before,
.tooltip-bottom:focus:after {
  -webkit-transform: translateY(12px);
  -moz-transform: translateY(12px);
  transform: translateY(12px);
}
/* Right */
.tooltip-right:before,
.tooltip-right:after {
  bottom: 50%;
  left: 100%;
}
.tooltip-right:before {
  margin-bottom: 0;
  margin-left: -12px;
  border-top-color: transparent;
  border-right-color: rgba(0, 0, 0, 0.8);
}
.tooltip-right:hover:before,
.tooltip-right:hover:after,
.tooltip-right:focus:before,
.tooltip-right:focus:after {
  -webkit-transform: translateX(12px);
  -moz-transform: translateX(12px);
  transform: translateX(12px);
}
/* Move directional arrows down a bit for left/right tooltips */
.tooltip-left:before,
.tooltip-right:before {
  top: 3px;
}
/* Vertically center tooltip content for left/right tooltips */
.tooltip-left:after,
.tooltip-right:after {
  margin-left: 0;
  margin-bottom: -16px;
}
/* surcharge HOP */
label [data-tooltip]:after {
  background: hsl(38, 30%, 50%);
  font-size: 16px;
  font-weight: bold;
  font-family: 'Source Sans Pro', sans-serif;
}
label .tooltip-bottom:before {
  border-bottom-color: #284966;
}
/*   */
/**
 * BZ-TIP
 *
 */
.bz-tooltip {
  display: inline;
  position: relative;
}
.bz-tooltip:hover:after {
  background: #333;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 5px;
  bottom: 26px;
  color: #FFF;
  content: attr(tooltip);
  left: 20%;
  padding: 5px 15px;
  position: absolute;
  z-index: 98;
  width: 220px;
  top: 100%;
}
.bz-tooltip:hover:before {
  border: solid;
  border-color: #333 transparent;
  border-width: 6px 6px 0 6px;
  bottom: 20px;
  content: "";
  left: 50%;
  position: absolute;
  z-index: 99;
}
a.ligne-champ,
a.ligne-champ:link {
  color: #888;
}
.fa.favori,
.far.favori,
.fas.favori,
.fal.favori {
  font-size: 20px;
}
.bz-border-1-grey {
  border: 1px solid #E0E4E7;
}
.bz-br-1-grey {
  border-right: 1px solid #E0E4E7;
}
.bz-bb-1-grey {
  border-bottom: 1px solid #E0E4E7;
}
.ul-nopoint {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.bz-widget-nombre {
  line-height: 1.2;
  color: #108DB3;
  display: table-row;
}
.bz-widget-nombre .filler-1 {
  width: 1px;
}
.bz-widget-nombre.lg .picto {
  font-size: 48px;
  padding-right: 15px;
}
.bz-widget-nombre.md .picto {
  font-size: 38px;
  padding-right: 15px;
}
.bz-widget-nombre.sm .picto {
  font-size: 26px;
  padding-right: 15px;
}
.bz-widget-nombre.lg .partie-entiere {
  font-size: 48px;
}
.bz-widget-nombre.md .partie-entiere {
  font-size: 36px;
}
.bz-widget-nombre.sm .partie-entiere {
  font-size: 36px;
}
.bz-widget-nombre.lg .partie-decimale {
  font-size: 28px;
}
.bz-widget-nombre.md .partie-decimale {
  font-size: 21px;
}
.bz-widget-nombre.sm .partie-decimale {
  font-size: 16px;
}
.bz-widget-nombre.lg .prefixe {
  font-size: 28px;
  margin-right: 8px;
}
.bz-widget-nombre.md .prefixe {
  font-size: 21px;
  margin-right: 5px;
}
.bz-widget-nombre.sm .prefixe {
  font-size: 16px;
  margin-right: 4px;
}
.bz-widget-nombre.lg .unite {
  font-size: 32px;
  margin-left: 0px;
}
.bz-widget-nombre.md .unite {
  font-size: 24px;
  margin-left: 0px;
}
.bz-widget-nombre.sm .unite {
  font-size: 16px;
  margin-left: 0px;
}
.bz-widget-nombre.lg .suffixe {
  font-size: 34px;
  margin-right: 8px;
}
.bz-widget-nombre.md .suffixe {
  font-size: 24px;
  margin-right: 6px;
}
.bz-widget-nombre.sm .suffixe {
  font-size: 17px;
  margin-right: 4px;
}
.legende-graphique {
  font-size: 17px;
  color: #999;
  font-style: italic;
  margin-top: -5px;
}
.section-dashboard {
  background-color: #F4F8F8;
  padding: 20px;
}
.section-dashboard.gauche {
  border-right: #FFF solid 15px;
}
.section-dashboard.droite {
  border-left: #FFF solid 15px;
}
.bz-no-bc {
  background-color: transparent;
}
.widget.lg .h1 {
  font-size: 64px;
}
.widget.lg .h2 {
  font-size: 24px;
}
.widget.md .h1 {
  font-size: 42px;
}
.widget.md .h2 {
  font-size: 16px;
}
.border-1 {
  border: solid 1px #CCC;
}
.label-bouton {
  font-size: 14px;
  color: #666;
}
.label-bouton:hover {
  color: #57BFE7;
}
.liste-entites-menu {
  width: 360px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.picto-entite-menu {
  text-align: center;
}
.picto-entite-menu .fa,
.picto-entite-menu .far,
.picto-entite-menu .fas,
.picto-entite-menu .fal {
  font-size: 40px;
  line-height: 1em;
  padding-top: 20px;
}
.picto-entite-menu .nom-entite {
  line-height: 1em;
  margin-top: -10px;
  padding-bottom: 20px;
}
.picto-entite-menu:hover .nom-entite,
.picto-entite-menu:hover .picto-entite {
  color: #57BFE7;
  cursor: pointer;
}
.bz-icone-menu.fa,
.bz-icone-menu.far,
.bz-icone-menu.fas,
.bz-icone-menu.fal {
  font-size: 17px;
  text-align: center;
}
.menu-picto-ajout {
  background-color: #92CC00;
  padding: 4px 1px 2px 5px;
  border-radius: 100px;
}
.menu-picto-job {
  background-color: #92CC00;
  padding: 4px 1px 2px 5px;
  border-radius: 100px;
}
.menu-picto-ajout-rapide {
  background-color: #FF8800;
  padding: 4px 1px 2px 5px;
  border-radius: 100px;
}
.menu-picto-ajout-rapide .fa,
.menu-picto-ajout-rapide .far,
.menu-picto-ajout-rapide .fas,
.menu-picto-ajout-rapide .fal {
  text-align: center;
  padding-right: 3px;
}
.menu-picto-start {
  background-color: #FF1493;
  padding: 4px 1px 2px 5px;
  border-radius: 100px;
}
.menu-picto-start .fa,
.menu-picto-start .far,
.menu-picto-start .fas,
.menu-picto-start .fal {
  text-align: center;
  padding-right: 3px;
}
.menu-picto-historique {
  background-color: #7266BA;
  padding: 4px 1px 2px 5px;
  border-radius: 100px;
}
.menu-picto-video {
  /*color : #F00;*/
}
.menu-picto-video .far {
  text-align: center;
  transform: scaleY(1.2);
  font-size: 24px;
  padding-top: 4px;
  display: block;
}
.menu-ajout {
  margin-left: -8px;
}
.menu-ajout a {
  color: #FFF;
}
.menu-picto-ajout-contenu {
  /*margin-top: 5px;*/
  background-color: #57BFE7;
  padding: 3px 6px 3px 7px;
  border-radius: 100px;
}
a .menu-picto-ajout-contenu {
  color: #FFF;
}
.mode-navigation,
.label.mode-navigation {
  color: #FFF;
  padding: 0 5px 1px 5px;
  margin-top: -1px;
  font-size: 14px;
  border-radius: 5px;
}
.label.mode-navigation.inactif {
  font-style: italic;
  color: #555;
  background-color: #F0F0F0;
}
.mode-navigation .bg-gray {
  background-color: hsl(24, 2%, 65%);
  border: dotted 1px #FFF;
}
.mode-design {
  border: solid 5px #FF69B4 !important;
}
#titre-menu-local {
  background-color: #99A6B2;
  color: #FFF;
  font-style: italic;
  margin-left: -5px;
  margin-right: 10px;
  padding-left: 8px;
  height: 30px;
  line-height: 30px;
}
.shopinthecity .bloc-login {
  margin-top: 200px;
}
.login-social {
  background-color: rgba(255, 255, 255, 0.5);
  padding: 20px 0;
  margin-top: 20px;
  padding-left: 42px;
  padding-right: 42px;
}
.bloc-saisie,
.login-social,
.contenu-detail .jumbotron {
  box-shadow: 0 2px 8px rgba(119, 99, 64, 0.5);
  -webkit-box-shadow: 0 2px 8px rgba(119, 99, 64, 0.5);
  -moz-box-shadow: 0 2px 8px rgba(119, 99, 64, 0.5);
}
.config .bloc,
.connecteur .bloc {
  margin-top: 25px;
}
.bloc-config {
  border-right: solid 1px #999;
  padding-right: 10px;
  margin-bottom: 10px;
}
.config .bloc-config {
  padding-right: 20px;
}
.connecteurs.config .bloc-config {
  padding-right: 15px;
}
.bloc-config .control-label {
  padding-top: 0 !important;
}
.bloc-config .switch {
  margin-bottom: 0;
}
.bloc-consignes {
  border-left: solid 1px lightslategrey;
  margin-left: -1px;
  /* pour forcer la bordure gauche et la droite à se superposer */
  padding-left: 20px;
  color: lightslategrey;
  font-size: 15px;
  margin-bottom: 10px;
}
.config .bloc-consignes a {
  text-decoration: underline;
  color: #57BFE7;
}
.config .bloc-consignes a:hover {
  background-color: #57BFE7;
  color: #FFF;
  text-decoration: none;
  padding: 0 5px;
}
.assistance,
.config .bloc-consignes .assistance,
.bloc-consignes .remarque {
  color: hsl(38, 30%, 50%);
  font-size: 15px;
  font-style: italic;
}
.bloc-consignes .remarque {
  font-size: 14px;
  color: hsl(24, 2%, 35%);
}
.assistance.badge,
.config .bloc-consignes .assistance .badge {
  background-color: hsl(24, 2%, 10%);
  color: #FFF;
  font-size: 15px;
  font-style: normal;
  font-weight: normal;
  padding: 10px 10px;
  margin: 0 3px;
  border-radius: 100px;
}
.config .bloc-consignes .assistance .badge .far {
  font-size: 15px;
}
.config .bloc-consignes .assistance .badge .texte {
  float: right;
  margin-top: 1px;
}
.config em {
  color: hsl(38, 30%, 65%);
  font-style: normal;
}
.separateur-vertical-gauche {
  border-left: solid 1px #CCC;
  margin-left: -1px;
  /* pour forcer la bordure gauche et la droite à se superposer */
}
.separateur-vertical-droite {
  border-right: solid 1px #CCC;
}
.reset-champ {
  position: absolute;
  right: 7px;
  bottom: 9px;
  right: -51px;
}
.reset-champ.moins {
  font-size: 20px;
  bottom: 5px;
  right: -28px;
}
.reset-champ.plus {
  font-size: 20px;
  bottom: 5px;
}
.bloc-debug {
  background-color: #FFFF00;
  color: #000;
}
.bloc-debug label {
  color: #000;
}
.form-control.erreur {
  background-color: #F2CDC3;
}
.texte-todo {
  color: #FF8800;
  font-size: 14px;
}
.label-commentaire {
  font-size: 14px;
  font-style: italic;
  color: #999;
  margin-left: 2px;
}
.label-mode-expert,
.label-mode-support {
  font-size: 11px;
  font-weight: normal;
  color: #FFF;
  background-color: hsl(207, 44%, 67%);
  padding: 0 4px 1px 4px;
  line-height: 1em;
  display: inline;
  vertical-align: super;
}
.label-mode-support {
  background-color: hsl(10, 100%, 70%);
}
.piece {
  position: relative;
}
.piece .picto {
  font-size: 32px;
  width: 32px;
  text-align: center;
}
.piece .nom {
  font-weight: 100;
  font-size: 24px;
}
.piece .champ {
  border: 1px solid #FFF;
  background-color: #F0F0F0;
  font-size: 14px;
}
.piece .champ.select,
.piece .champ.active.select {
  background-color: #FF88FF;
}
.piece .champ:hover {
  background-color: #00ACC1;
}
.texte-danger {
  color: #C00;
  /*line-height : 18px;*/
  font-style: italic;
}
.score-valeur {
  font-size: 14px;
  color: #999;
}
.score {
  line-height: 1em;
}
.score.xs {
  font-size: 14px;
}
.score.sm {
  font-size: 16px;
}
.score.md {
  font-size: 22px;
}
.score.lg {
  font-size: 30px;
}
.score.xl {
  font-size: 48px;
}
.score-label {
  color: #4D5966;
  margin-top: 5px;
  margin-bottom: 3px;
}
.score-legende {
  line-height: 1.3em;
  margin-top: 6px;
}
.score-legende .score-valeur {
  font-size: 32px;
  color: #999;
  margin-right: 5px;
}
.repartition .score-legende .score-valeur {
  font-size: 24px;
}
.score-legende.secondaire .score-valeur {
  font-size: 24px;
  margin-right: 3px;
}
.score-legende .score-pourcentage {
  font-size: 24px;
  color: #999;
  margin: 0 3px;
}
.repartition .score-legende .score-pourcentage {
  font-size: 18px;
}
.score-legende.secondaire .score-pourcentage {
  font-size: 18px;
  margin: 0 2px;
}
.score-legende .score-pourcentage.em,
.score-legende .score-valeur.em {
  color: #57BFE7;
}
.lg .score-valeur {
  font-size: 32px;
  color: #57BFE7;
  margin-right: 15px;
}
.lg .score-prefixe {
  font-size: 20px;
  color: #999;
  margin-right: 5px;
}
.panel-nombre .valeur {
  font-size: 64px;
  color: #57BFE7;
  margin-right: 5px;
}
.panel-nombre .metrique {
  font-size: 30px;
  color: #999;
  margin-left: 5px;
}
.titre-bloc-analyse {
  text-align: center;
  font-size: 17px;
  float: none;
  padding-bottom: 2px;
  background-color: #F0F0F0;
  border: 1px solid #CCC;
  margin-top: 40px;
  margin-bottom: 10px;
}
.statistiques .score-label {
  text-align: center;
  margin-bottom: 20px;
  font-size: 24px;
  color: #4D5966;
  font-weight: 100;
}
.statistiques .score-valeur {
  text-align: center;
  color: #57BFE7;
  margin-right: 0;
}
.statistiques.lg .score-valeur {
  font-size: 24px;
}
.statistiques.md .score-valeur {
  font-size: 20px;
}
.picto-statistiques {
  font-size: 28px;
  text-align: center;
}
.piece-centrale,
.piece-centrale-pour-pieces,
.piece-puzzle,
.piece-puzzle-vide,
.piece-eligible-vide {
  float: left;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
  width: 15%;
  position: relative;
  border: solid 1px #FFF;
  height: 190px;
}
.nom-entite {
  color: #FFF;
}
.piece-puzzle-vide,
.piece-eligible-vide {
  border: 5px dotted #CCC;
}
.piece-centrale .picto-puzzle {
  margin-top: 40px;
  font-size: 80px;
}
.label.role {
  vertical-align: top;
  line-height: 32px;
  padding: 0;
}
.bordure.droite {
  border-right: solid 1px #FFF;
}
.bordure.gauche {
  border-left: solid 1px #FFF;
}
.tenon {
  position: absolute;
}
.tenon.gauche {
  font-size: 40px;
  top: 60px;
  left: -31px;
}
.tenon.droite {
  font-size: 48px;
  top: 56px;
  right: -15px;
  color: #FFF;
}
.step-2 .tenon.gauche {
  font-size: 48px;
  top: 116px;
  left: -39px;
}
.step-2 .tenon.droite {
  font-size: 56px;
  top: 112px;
}
.no-overflow {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  /*width: 100%;*/
  display: block;
}
.colonne-fichier-upload {
  border: solid 1px #FFF;
  z-index: 100;
}
.colonne-fichier-upload .titre,
.import .piece .champ .titre-champ {
  background-color: #CCC;
  padding: 5px 10px;
}
.colonne-fichier-upload .valeur,
.import .piece .champ .colonne {
  background-color: #F0F0F0;
  padding: 5px 10px;
}
.import .piece .champ .colonne {
  color: #F4F8F8;
}
.colonne-mappee .titre {
  background-color: #564AA3;
  color: #FFF;
}
.colonne-mappee .valeur {
  background-color: #7266BA;
  color: #FFF;
}
.import .piece .champ.champ-mappe .titre-champ {
  background-color: #564AA3;
  color: #FFF;
}
.import .piece .champ.champ-mappe .titre-champ.traitement {
  background-color: #564AA3;
  color: #FFF;
}
.import .piece .champ.champ-initialise .titre-champ {
  background-color: #F9BC06;
  color: #FFF;
}
.import .piece .champ .identifiant .reset-mapping {
  color: #FFF;
}
.import .piece .champ.champ-mappe .colonne {
  background-color: #8075C1;
  color: #FFF;
}
.import .piece .champ.champ-mappe .colonne.traitement {
  background-color: hsl(330, 100%, 65%);
  color: #FFF;
}
.import .piece .champ.champ-mappe .colonne.identifiant {
  background-color: hsl(10, 100%, 60%);
  color: #FFF;
}
.import .piece .champ.champ-mappe .colonne.creer_valeurs {
  background-color: hsl(67, 100%, 38%);
  color: #FFF;
}
.import .piece .champ.champ-initialise .colonne {
  background-color: hsl(42, 100%, 65%);
  color: #FFF;
  line-height: 1.05em;
}
.groupes-sortable-placeholder {
  border: 2px dashed lightgrey;
  margin-bottom: 20px;
}
.champ-sortable-placeholder {
  border: 1px dashed lightgrey;
  margin-left: 14px;
  min-height: 10px;
  float: left;
}
.form-control[disabled] {
  cursor: auto;
}
.lien-externe .form-control[disabled] {
  cursor: alias;
}
.toggle-off {
  filter: alpha(opacity=40);
  opacity: 0.4;
}
.champ-toggle div {
  margin-bottom: 2px;
}
.champ-reseau,
.champ-toggle {
  text-align: center;
  margin: auto;
  width: 30px;
}
.gauche .champ-toggle {
  margin: 0;
}
.champ-toggle.mode-slider {
  text-align: right;
  margin: 0;
}
.champ-toggle.md {
  width: 40px;
}
.champ-reseau {
  width: 36px;
}
.champ-reseau .fond {
  width: 40px;
  height: 40px;
  border-radius: 5px;
  text-align: center;
  margin: auto;
}
.champ-reseau .far {
  margin: 0 auto;
  font-size: 28px;
  padding-top: 6px;
}
.champ-widget.texte p,
.champ-widget.texte ul {
  margin-bottom: 0 !important;
}
.champ-widget.texte strong {
  color: hsl(38, 30%, 50%);
}
.champ-widget .champ-reseau {
  text-align: left;
}
.champ-widget .champ-reseau .fond {
  width: 21px;
  height: 21px;
  border-radius: 24px;
  margin-top: 5px;
}
.champ-widget .champ-reseau .far {
  font-size: 12px;
  padding-top: 5px;
}
.champ-widget.e_mail .champ-reseau .far {
  font-size: 11px;
}
.champ-widget.radio {
  margin: 0 auto;
  line-height: 1em;
  margin-right: 5px;
}
.nombre-tip {
  position: absolute;
  top: 2px;
  left: -20px;
  background-color: #FF1493;
  color: #FFF;
  font-size: 20px;
  font-family: "Work Sans";
  padding-top: 7px;
  /*border: 1px solid red;*/
  width: 30px;
  height: 30px;
  line-height: 16px;
  text-align: center;
}
/*
.ui-tooltip {
	border-radius: 0;
	background-color: #FFF;
	color: #999;
	font-weight: 400;
	text-transform: none;
	!*font-family: 'Source Sans Pro', sans-serif;*!
	border: 2px solid #ff1493;
	padding: 10px;
}
*/
.ui-tooltip {
  border-radius: 0;
  background-color: #108DB3;
  color: #FFF;
  font-weight: normal;
  font-size: 14px;
  text-transform: none;
  border: 1px solid #375A7F;
  padding: 1px 7px;
}
.tip-titre {
  font-size: 20px;
  margin-bottom: 20px;
}
.tip-texte {
  margin-bottom: 20px;
}
.tip-liens {
  margin-bottom: 10px;
}
.tip-lien:link {
  color: #57BFE7;
}
.tip-lien:hover {
  text-decoration: underline;
}
.tip-ne-plus-montrer:link {
  font-size: 14px;
  font-style: italic;
  color: #57BFE7;
}
.tip-ne-plus-montrer:hover {
  text-decoration: underline;
}
.cursor-pointer {
  cursor: pointer;
}
.cursor-pointer:hover {
  text-decoration: underline;
}
.champ-radio .cursor-pointer:hover {
  text-decoration: none;
}
.avatar {
  width: 65px;
  height: 65px;
  border-radius: 100px;
  padding: 2px;
}
.avatar.sm {
  width: 57px;
  height: 57px;
  padding: 6px;
}
.avatar.select {
  background-color: #000;
}
form .helper-text {
  color: #808080;
}
form.valid input {
  border: 2px solid #87BD00;
}
form .helper-text .far {
  font-size: 22px;
  margin-right: 3px;
}
form .helper-text .label {
  padding: 0;
  vertical-align: text-top;
  line-height: 1.1em;
}
form .helper-text .valid .far.invalid {
  display: none;
}
form .helper-text .valid .far.valid {
  display: inline;
}
form .helper-text .invalid .far.valid {
  display: none;
}
form .helper-text .invalid .far.invalid {
  display: inline;
}
.etape {
  float: left;
  margin-right: 12px;
  background-color: #E0E0E0;
  /*border: 1px solid #666;*/
  border-radius: 20px;
  width: 32px;
  height: 32px;
  text-align: center;
  font-family: sans-serif;
  font-size: 20px;
  padding-top: 1px;
}
.etape:hover {
  background-color: hsl(207, 44%, 48%);
  color: #FFF;
}
.etape.active {
  background-color: hsl(38, 30%, 50%);
  color: #FFF;
}
.etape-titre {
  font-size: 24px;
  font-weight: 100;
  line-height: 1.15em;
  color: #666;
  margin-bottom: 20px;
}
.etape-sous-titre {
  font-size: 17px;
  color: #999;
  text-decoration: underline;
  margin-top: 20px;
  margin-bottom: 10px;
}
.etape-navigation {
  float: left;
  background-color: #57BFE7;
  color: #FFF;
  padding: 5px 10px;
  border-radius: 5px;
  margin-right: 10px;
}
.etape-navigation:hover {
  background-color: #284966;
  color: #FFF;
  text-decoration: none;
}
video {
  border: solid 1px #CCC;
  border-radius: 5px;
  padding: 5px;
}
h1 small {
  font-size: 20px;
}
.file-row {
  padding-bottom: 10px;
}
.historique-valeur-old {
  font-style: italic;
  text-decoration: line-through;
  color: #C00;
  font-size: 14px;
}
.historique-valeur-new {
  color: #108DB3;
}
.bouton-mail {
  position: absolute;
  bottom: 5px;
  right: 5px;
  cursor: pointer;
}
.bouton-sms {
  position: absolute;
  bottom: 4px;
  right: 0;
  cursor: pointer;
}
.hand-cursor,
.hand-cursor:hover,
.hand-cursor label {
  cursor: pointer;
}
/*.bloc-config .hover .row {margin-left: 0;}*/
.intro-ajout-rapide {
  padding: 10px;
  background-color: #F0F0F0;
  margin-bottom: 20px;
}
.intro-ajout-rapide .far {
  font-size: 18px;
  padding-top: 5px;
  margin-right: 5px;
  width: 28px;
  height: 28px;
  border-radius: 32px;
  text-align: center;
}
.menu-version {
  font-size: 12px;
  line-height: 1em;
  margin-top: 3px;
  color: #FF1493;
  color: #FFF;
}
.nav > li > a.mode-navigation {
  padding: 0 5px;
}
.widget-carte {
  box-shadow: 0 2px 6px 0 hsla(0, 0%, 0%, 0.15);
  background-color: #FFF;
  padding: 7px;
  padding-bottom: 3px;
  margin-bottom: 10px;
  overflow: hidden;
  line-height: 1.2em;
}
.bloc-champs .widget-carte {
  background-color: hsl(24, 2%, 97%);
}
.render-liste .ligne:hover {
  background-color: #E6F9FF;
}
.widget-carte:hover {
  background-color: #E6F9FF;
}
.champ-widget {
  float: left;
}
.champ-widget.tag {
  line-height: 1em;
}
.champ-widget.tag.affichage-badge {
  padding-top: 3px;
}
.render-liste th {
  padding-top: 0 !important;
  padding-bottom: 2px !important;
  padding-right: 20px !important;
  font-weight: normal;
}
.render-liste td {
  padding-top: 3px !important;
  padding-bottom: 3px !important;
  padding-right: 20px !important;
}
.render-liste th:last-child,
.render-liste td:last-child {
  padding-right: 6px !important;
}
.render-liste .entete {
  border-top: solid 1px #CCC;
  border-bottom: solid 1px #CCC;
  background-color: #F4F8F8;
  line-height: 1.1em;
}
.render-liste .ligne {
  border-bottom: solid 1px #CCC;
  line-height: 1.1em;
}
.render-liste .ligne .champ-widget {
  padding-top: 3px;
  padding-bottom: 3px;
}
.slider-flottant .champ-slider-label {
  width: auto;
  padding-right: 20px;
}
.switch-sm .slider-flottant .champ-slider-label {
  padding-right: 12px;
}
.dropzone {
  border: none;
  background: none;
  padding: 0;
  min-height: 50px;
}
.dropzone .small-preview {
  min-height: 15px;
  max-height: 80px;
  overflow: scroll;
}
.dropzone .small-preview .dz-preview {
  border-radius: 5px;
  padding: 5px;
  border: 1px solid hsl(185, 44%, 80%);
  background: hsl(185, 44%, 92%);
  color: hsl(185, 44%, 50%);
  width: 160px !important;
  min-height: auto;
  height: 45px;
  margin: 10px;
}
.dropzone .small-preview .dz-image {
  border-radius: 0;
  width: 20px;
  height: 20px;
  overflow: unset;
  color: inherit;
  font-size: 22px;
}
.dropzone .small-preview .dz-image img {
  display: none;
}
.dropzone .small-preview .dz-details {
  opacity: 1;
  padding: 0;
  text-align: left;
  color: inherit;
  margin-left: 40px;
  min-width: auto;
}
.dropzone .small-preview .dz-filename span {
  border-radius: 0;
  border: none !important;
  background: transparent !important;
}
.dropzone .small-preview .dz-size {
  margin: 0 !important;
  font-size: 12px !important;
  color: inherit;
}
.dropzone .small-preview .dz-size span {
  background-color: transparent !important;
}
.dropzone .small-preview .dz-remove {
  position: absolute;
  top: 11px;
  right: 10px;
  font-size: 12px;
  color: hsl(10, 100%, 40%) !important;
}
/*.dropzone:hover,*/
.dz-clickable {
  cursor: pointer;
}
.dz-drag-hover {
  border: 2px solid #EB7260;
}
.dz-preview {
  width: auto !important;
  padding: 0 15px;
}
.dz-details {
  padding: 10px;
  display: inline-block;
}
.dz-filename {
  width: 100px;
  display: block;
  max-width: 98%;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
}
.dz-size {
  display: inline-block;
  margin-left: 5px;
  color: #999;
  font-size: 13px;
  font-style: italic;
}
.dz-remove {
  color: #F00;
}
.dz-image img {
  display: none;
}
.dropzone-hop,
.dropzone.dz-drag-hover,
.dropzone-container {
  border: 2px dashed hsl(38, 30%, 80%);
  border-radius: 5px;
}
.dropzone-container:hover,
.dropzone-container.image-vide:hover {
  border-color: hsl(38, 30%, 50%);
}
.dropzone-container.image-vide {
  border: 1px dashed hsl(38, 30%, 65%);
  padding-top: 10px;
  height: 44px;
}
.champs .dropzone-container.image-vide:hover {
  padding-top: 9px;
}
.champs .dropzone-container {
  background-color: #FFF;
}
.champs .dropzone-container:hover {
  padding: 10px;
  padding-bottom: 0;
}
/*.dropzone .dz-preview.dz-image-preview {
	display : none;
}*/
.dropzone-container .remove {
  font-size: 14px;
}
.champ-image img {
  max-width: 100%;
}
.dropzone.dz-clickable * {
  cursor: pointer;
}
.dropzone .dz-message {
  margin: 0;
}
.plv-logos {
  text-align: center;
  margin: 20px 0;
  padding: 20px 0;
  border-right: solid 1px #CCC;
  height: 100%;
}
.plv-logo-sitc {
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
}
.plv-header {
  text-align: center;
  background-color: #F8F4EC;
  margin: 20px 0;
  padding: 30px;
  font-size: 24px;
}
.plv-contenu {
  padding: 50px;
}
.plv-contenu .picto {
  font-size: 36px;
  text-align: center;
}
.plv-contenu h2 {
  font-size: 36px;
  text-align: center;
  line-height: 1.5em;
}
@media (max-width: 1100px) {
  .plv-header {
    font-size: 18px;
  }
  .plv-contenu .picto {
    font-size: 30px;
  }
  .plv-contenu h2 {
    font-size: 30px;
  }
}
.champ-liste-sm {
  font-size: 14px;
}
.champ-liste-lg {
  font-size: 18px;
}
.champ-liste-italique {
  font-size: 13px;
  font-style: italic;
  color: #999;
}
.label.champ-detail-titre {
  font-size: 18px;
  font-weight: 400;
  color: hsl(24, 2%, 52%);
  box-shadow: inset 0 20px 30px -20px hsl(38, 30%, 80%);
  border-radius: 0;
  margin-top: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 1.2em;
}
div.rich-text strong {
  color: #57BFE7;
}
/*td.dt-center,*/
.header-actions {
  text-align: right;
  padding-right: 15px !important;
}
td.header-actions {
  padding-right: 5px !important;
}
.actions-liste .dropdown-menu {
  width: min-content;
}
table.dataTable td.liste-td {
  overflow: hidden;
  /*text-overflow: ellipsis;*/
}
td.liste-td {
  line-height: 1.3em !important;
}
td.alignement-contenu-centre {
  text-align: center !important;
}
td.alignement-contenu-droite {
  text-align: right !important;
}
.champ-cellule-liste.chaine.no-overflow {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.champ-cellule-liste.toggle {
  vertical-align: middle;
}
.champ-cellule-liste.tag {
  vertical-align: middle !important;
}
.champ-cellule-liste.reseau {
  vertical-align: bottom;
}
.bouton-radio {
  padding: 2px 6px 4px 6px;
  border-radius: 5px;
}
.bouton-radio:hover {
  text-decoration: none;
}
.picto-check-box {
  font-size: 20px;
  width: 20px;
}
.label-check-box {
  display: inline-flex;
  width: 90%;
}
.mobile .label-check-box {
  width: 80%;
}
.titre-page {
  font-size: 32px;
}
.placeholder-hop {
  /*height: 100px;*/
  /*line-height: 1.2em;*/
  /*margin-bottom: 30px;*/
  background-color: #FFE6F3;
  border: 2px dashed #FF1493;
}
.color-label-important,
.color-label-important:hover {
  color: #656565;
}
.nav.nav-pills li {
  border-radius: 4px;
  margin-right: 15px;
  background-color: #E0E0E0;
}
.nav.nav-pills li a {
  color: #555;
  font-weight: 400;
}
.nav.nav-pills li:hover {
  background-color: #108DB3;
}
.nav.nav-pills li:hover a {
  color: #FFF;
  font-weight: 400;
}
.nav.nav-pills li.active > a,
.nav.nav-pills li.active > a:hover {
  background-color: #FBBE30;
  color: #FFF;
}
.nav.nav-pills li.infos,
.nav.nav-pills li.infos:hover {
  background: none;
  margin-top: -8px;
  margin-bottom: 0;
}
li.infos {
  font-size: 18px;
}
li.infos .far {
  font-size: 40px;
  margin-left: 20px;
  margin-right: 10px;
}
li.infos .nombre {
  font-size: 40px;
  margin-right: 5px;
}
li.infos.first {
  margin-left: 60px;
}
/* Jquery UI Datepicker Width & Z-index fix */
.ui-datepicker {
  width: auto !important;
  z-index: 10000 !important;
}
/**Dropzone Email Transactionnel**/
#dz-mail-transactionnel-selector .dz-message {
  margin: 0 auto 10px auto;
}
.dz-mail-transactionnel .dz-preview {
  margin: 0 10px;
  padding: 0;
  text-align: center;
}
.dz-mail-transactionnel .dz-preview.dz-image-preview {
  background: transparent;
}
.dz-mail-transactionnel .dz-preview .dz-image {
  height: 120px;
  background: #c5f2ff;
  padding: 10px 0;
  font-size: 54px;
}
.dz-mail-transactionnel .dz-preview .dz-image img {
  display: none;
}
.dz-mail-transactionnel .dz-preview .dz-size {
  margin-left: 0;
  text-align: center;
  color: initial;
  font-style: normal;
}
.dz-mail-transactionnel .dz-preview .dz-filename {
  margin: 0;
  width: 100%;
}
.dz-mail-transactionnel .dz-preview .dz-progress {
  top: 70%;
}
.dz-mail-transactionnel .dz-preview:hover .dz-image:before {
  opacity: 0;
}
/*******/
#dropzone-document .dz-preview .dz-progress,
#dropzone-document .dz-preview .dz-error-message,
#dropzone-document .dz-preview .dz-success-mark,
#dropzone-document .dz-preview .dz-error-mark {
  display: none;
}
#templates-container {
  background-color: hsl(24, 2%, 97%);
  padding-top: 10px !important;
}
.mode-edit #templates-container {
  background-color: hsl(38, 30%, 96%);
}
.bloc-icon-box {
  margin-bottom: 20px;
  padding: 5px;
  border-left-width: 1px;
  width: 100%;
  height: 130px;
}
#choix-template .bloc-icon-box {
  height: 150px;
}
.bloc-icon-box.active {
  border: solid 3px hsl(38, 30%, 50%) !important;
  background-color: hsl(38, 30%, 92%);
  color: hsl(38, 30%, 50%);
}
.bloc-icon-box .picto {
  font-size: 42px;
  text-align: center;
  line-height: 1em;
  margin: 15px auto;
  display: block;
}
.bloc-icon-box .nom {
  width: 100%;
  text-align: center;
  font-size: 15px;
  margin-top: 15px;
  color: #888;
  line-height: 1em;
}
.bloc-icon-box .nom-template {
  width: 100%;
  font-size: 13px;
  font-weight: bold;
  color: #FFF;
  line-height: 1em;
  background-color: rgba(0, 0, 0, 0.5);
}
.autre-categorie {
  font-size: 14px;
  font-style: italic;
  color: hsl(38, 30%, 50%);
  cursor: pointer;
}
.templates-mail {
  margin-top: 10px;
}
.templates-mail .template-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  position: relative;
  border: 1px solid #EAE9E9;
  box-shadow: 0 0 20px 1px #D4D4D4CC;
  background-color: #FFF;
  color: #FFF;
  overflow: hidden;
}
.templates-mail .template-container .template-apercu {
  position: absolute;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
}
.templates-mail .template-nom {
  line-height: 1.1em;
  font-size: 13px;
  margin-top: 5px;
  height: 35px;
}
.template-vide {
  color: red;
  font-size: 14px;
  margin-right: 10px;
  font-style: italic;
}
.template-select {
  border: 1px solid #CCCCCC;
  border-radius: 4px;
  margin-bottom: 20px;
  padding: 0;
}
.template-select .bloc-icon-box {
  margin: 5px auto;
}
.hop-loader {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1020;
  background: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  /*opacity: .9;*/
}
.hop-loader img {
  width: 75px;
  height: 75px;
  -webkit-animation: heart-beat 2s linear infinite;
  animation: heart-beat 2s linear infinite;
}
@-webkit-keyframes heart-beat {
  0% {
    -webkit-transform: scale(0.8);
  }
  50% {
    -webkit-transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(0.8);
  }
}
@keyframes heart-beat {
  0% {
    transform: scale(0.8);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(0.8);
  }
}
.alert-success[data-notify] a {
  background-color: unset !important;
}
.heure {
  font-size: 12px;
  margin-left: 5px;
}
.color-white-important .heure {
  color: #FFF;
}
.champ-liste-sm .heure {
  font-size: 10px;
}
.no-heure span {
  display: none;
}
.intl-tel-input {
  width: 100%;
}
.intl-tel-input input,
.intl-tel-input input[type=text],
.intl-tel-input input[type=tel] {
  padding-right: 25px;
  padding-right: 0;
}
th small,
th .small {
  font-size: 13px;
  font-style: italic;
}
.label-item {
  font-size: 15px;
}
table.dataTable td {
  overflow: initial;
}
/*
/ Datatble Dropdown menu (Action)
*/
table.dataTable .dropdown,
.actions-liste .dropdown {
  display: block;
  float: left;
}
table.dataTable .btn.action-dropdown,
.actions-liste .btn.action-dropdown {
  line-height: 1em;
  background: #B6BFC8;
  border-radius: 40px;
  border: none;
  height: 24px;
  width: 24px;
  padding: 0 0 0 1px;
  font-size: 16px;
}
table.dataTable .btn.action-dropdown .caret,
.actions-liste .btn.action-dropdown .caret {
  margin-left: 7px;
}
table.dataTable td .dropdown-menu > li,
.actions-liste ul.dropdown-menu > li {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
}
table.dataTable td .dropdown-menu > li > a,
.actions-liste ul.dropdown-menu > li > a {
  display: block;
  float: left;
  width: 100%;
  text-align: left;
  border-radius: 0;
  padding: 3px 10px;
  margin: 0;
}
table.dataTable td .dropdown-menu > li > a:hover,
.actions-liste ul.dropdown-menu > li > a:hover {
  background: #6E8091;
  color: #F00;
}
table.dataTable td .dropdown-menu > li > a:hover,
.actions-liste ul.dropdown-menu > li > a:hover {
  background: #6E8091;
  color: #0FFF;
}
table.dataTable td .dropdown-menu > li > .color-danger:hover,
.actions-liste ul.dropdown-menu > li > .color-danger:hover {
  background: #F00;
  color: #FFF;
}
table.dataTable td .dropdown-menu > li > .color-danger,
.actions-liste ul.dropdown-menu > li > .color-danger {
  color: #F00;
}
.envoie-mail-test,
.envoie-mail-test-ok,
.envoie-mail-test-ko {
  line-height: 1;
  border: 1px solid transparent;
  padding: 7px 12px;
}
/*
Panel Menu
 */
.panel-menu {
  min-width: 500px;
  border-radius: 5px;
  background: #F7F9FC;
  margin: 0;
  padding: 0;
}
.panel-menu-header {
  text-align: left;
  color: #315F94;
  font-size: 18px;
  /*box-shadow: 0px 2px 15px -1px hsla(0, 0%, 90%, 0.72);*/
  /*background: #F7F9FC;*/
  background: #FFF;
  text-transform: capitalize;
  padding: 10px 30px;
  line-height: 1;
  margin: 0;
}
.panel-menu-body {
  background: #F7F9FC;
  margin: 0;
  padding: 10px 15px;
}
.panel-menu-footer {
  padding: 10px 15px;
  background-color: #FAFAFA;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  background: white;
}
.panel-menu .panel-text {
  margin-top: 10px;
  padding: 0;
  text-align: left;
}
.panel-menu .titre {
  font-size: 14px;
  font-weight: bold;
  color: #315F94;
  line-height: 1.4;
}
.panel-menu .sub-titre {
  font-size: 13px;
  color: #9C9C9C;
  line-height: 1;
}
.panel-menu .menu-picto {
  color: #138ACC;
  font-size: 18px;
}
.panel-menu-item:hover {
  background: #E9EBEF;
  border-radius: 5px;
}
.opacity-0 {
  opacity: 0;
}
.bloc-nom-relation {
  padding: 15px;
}
.bloc-nom-relation .picto {
  margin-right: 15px;
}
.badge {
  font-size: 13px;
  padding: 2px 6px;
  border-radius: 4px;
}
.badge.render-liens {
  font-size: 12px;
  padding: 1px 4px;
}
.badge.md {
  font-size: 15px;
  padding: 5px 10px;
}
.badge.small {
  font-size: 11px;
  padding: 2px 5px;
}
.badge.utilisateur {
  font-size: 12px;
  padding: 2px 5px;
}
.badge.utilisateur.vide {
  border: 1px dotted hsl(24, 2%, 55%);
  background-color: hsl(24, 2%, 95%);
  color: hsl(24, 2%, 65%);
}
.ui-widget,
.clockpicker-popover {
  z-index: 100000 !important;
}
.ui-widget.ui-autocomplete {
  max-height: 400px;
  overflow: scroll;
}
.ui-widget.ui-autocomplete .ui-autocomplete-category {
  padding: 3px 1em 3px 0.4em;
  font-size: 18px;
  position: relative;
  min-height: 0;
  color: hsl(38, 30%, 50%);
  margin: 0;
  line-height: 20px;
}
.ui-widget.ui-autocomplete .ui-autocomplete-item {
  text-align: left;
  line-height: 18px;
  padding-top: 5px;
  padding-bottom: 4px;
  color: hsl(210, 10%, 35%) !important;
}
.ui-widget.ui-autocomplete .ui-autocomplete-item span {
  display: block;
  color: hsl(210, 14%, 53%);
  font-size: 13px;
  margin-bottom: 4px;
}
.ui-widget.ui-autocomplete .ui-state-focus {
  background: #f0f5f9 !important;
  border: none !important;
  margin: 0 !important;
}
.ui-autocomplete-loading {
  background: white url("/assets/jquery-ui/ui-anim_basic_16x16.gif") right center no-repeat;
}
.ui-widget.tags-container {
  border: 1px solid hsl(38, 30%, 80%);
  height: 85px;
  padding: 0;
  overflow: auto;
  border-radius: 5px;
  margin-bottom: 12px;
  background-color: hsl(38, 30%, 96%) !important;
  background: hsl(38, 30%, 96%) !important;
  border-color: hsl(38, 30%, 80%);
  color: #666 !important;
}
.video-conference-modal {
  z-index: 10000;
}
.video-conference-modal .modal-dialog {
  width: 900px;
}
.validation-saisie-ko {
  color: hsl(10, 100%, 40%);
  font-style: italic;
  font-size: 15px;
  float: left;
  padding-top: 5px;
}
.validation-obligatoire-empty .form-group {
  background-color: hsl(10, 100%, 95%);
}
.validation-obligatoire-empty .control-label {
  color: hsl(10, 100%, 40%);
}
.toggle-bouton {
  padding: 6px 10px 8px 10px;
  border-radius: 4px;
  width: fit-content;
  line-height: 1em;
}
.champ-toggle-radio {
  margin: 0 -24px;
}
.champ-toggle-radio:first-child {
  margin-left: 0;
}
.bloc-champs.render-pipeline-container {
  border: none;
  padding-bottom: 30px;
}
.bloc-champs.criteres-selection {
  border: none;
  padding-bottom: 20px;
}
.lg .render-pipeline-etape .etape-picto {
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 60px;
  margin: auto;
  font-size: 32px;
  position: relative;
  z-index: 20;
}
.md .render-pipeline-etape .etape-picto {
  width: 48px;
  height: 48px;
  line-height: 48px;
  border-radius: 48px;
  margin: auto;
  font-size: 26px;
  position: relative;
  z-index: 20;
}
.sm .render-pipeline-etape .etape-picto {
  width: 36px;
  height: 36px;
  line-height: 36px;
  border-radius: 36px;
  margin: auto;
  font-size: 18px;
  position: relative;
  z-index: 20;
}
.etape-axe {
  border: solid 2px hsl(24, 2%, 92%);
  position: relative;
  left: 50%;
  z-index: 10;
}
.lg .etape-axe {
  top: -32px;
}
.md .etape-axe {
  top: -26px;
}
.sm .etape-axe {
  top: -21px;
}
.inactive .etape-axe,
.etape-axe.valeur-courante {
  border-color: hsl(24, 2%, 92%) !important;
}
.inactive .etape-picto {
  background-color: hsl(24, 2%, 92%) !important;
}
.inactive .etape-picto .far {
  color: #FFF !important;
}
.render-pipeline-spanco-date {
  color: hsl(24, 2%, 70%);
  font-size: 13px;
}
.render-pipeline-spanco-duree {
  position: absolute;
  top: 30px;
  font-size: 13px;
  color: hsl(24, 2%, 70%);
}
.render-pipeline-spanco-duree.en-cours {
  color: hsl(10, 100%, 60%);
}
select[disabled] {
  -webkit-appearance: none;
  padding-top: 2px;
}
.valeur-vide select[disabled] {
  font-style: italic;
  color: hsl(24, 2%, 65%) !important;
}
.fond-gris .modal-content {
  background-color: hsl(24, 2%, 97%);
}
.select2-container {
  width: 100% !important;
}
.select2-container.select2-container--default.select2-container--open {
  z-index: 100000;
}
.select2-selection.select2-selection--single {
  height: auto;
  background-color: transparent;
  -webkit-transition: background-color 0.15s cubic-bezier(0.39, 0.71, 0.56, 0.98), color 0.15s cubic-bezier(0.39, 0.71, 0.56, 0.98);
  transition: background-color 0.15s cubic-bezier(0.39, 0.71, 0.56, 0.98), color 0.15s cubic-bezier(0.39, 0.71, 0.56, 0.98);
  border: 1px solid hsl(24, 2%, 85%) !important;
  border-radius: 4px;
  background-color: hsl(38, 30%, 96%) !important;
  border-color: hsl(38, 30%, 80%) !important;
  height: 32px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: hsl(38, 30%, 36%) !important;
}
.inactive .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: hsl(24, 2%, 55%) !important;
}
.active .select2-container--default .select2-selection.select2-selection--single {
  background-color: hsl(38, 30%, 96%) !important;
  border-color: hsl(38, 30%, 80%) !important;
}
.inactive .select2-container--default .select2-selection.select2-selection--single {
  background-color: hsl(24, 2%, 97%) !important;
  border-color: hsl(24, 2%, 85%) !important;
}
.inactive .select2-selection__arrow {
  display: none;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-top-color: hsl(38, 30%, 50%) !important;
}
.select2-selection__rendered {
  color: hsl(24, 2%, 55%) !important;
  padding-left: 10px;
  line-height: 28px;
  padding-right: 30px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100%;
  width: 30px;
  top: 0;
}
.select2-dropdown-open .select2-choice .select2-arrow b:after,
.select2-container--default:hover .select2-selection--single .select2-selection__arrow b,
.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-bottom-color: #FFF;
}
.select2-container:not(.select2-dropdown-open) .select2-choice:hover .select2-arrow b:after,
.select2-container--default:hover .select2-selection--single .select2-selection__arrow b,
.select2-container--open .select2-selection__arrow b {
  border-top-color: #FFF;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-results {
  padding: 4px;
}
.select2-results__option--highlighted[aria-selected] {
  color: hsl(38, 30%, 65%) !important;
}
.select2-container--default .select2-results__option[aria-selected=true],
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: hsl(38, 30%, 65%) !important;
  color: #FFF !important;
}
.date-fake {
  line-height: 1em;
  background-color: hsl(38, 30%, 92%);
  color: hsl(24, 2%, 55%);
  padding: 2px 5px;
  border-radius: 4px;
  margin-top: 6px;
}
.horodatage-report {
  float: left;
  margin-right: 15px;
  font-style: italic;
  font-size: 15px;
}
.pipeline-isole .etape-nom {
  line-height: 1.2em;
  padding-top: 3px;
}
.hop-widget .etape-nom {
  white-space: normal;
  line-height: 1.1em;
  height: 50px;
}
/* ========================================================================
   Wide Dropdown Menu
 ========================================================================== */
.dropdown-menu.wide {
  height: auto;
  max-height: 620px !important;
  position: fixed;
  margin: 0 auto;
  left: 50%;
  transform: translate(-50%);
  top: 90px;
}
.dropdown-menu.wide .bz-titre-menu {
  text-align: left;
  padding: 10px 20px;
}
.dropdown-menu.wide .wide-container {
  height: 90%;
  display: block;
  position: relative;
}
.dropdown-menu.wide .wide-container .left-side {
  position: relative;
  box-shadow: none;
  height: 100%;
  top: 0;
  border-radius: 0;
  border: none;
  border-right: 1px solid #ccc;
}
.dropdown-menu.wide .wide-container .right-side {
  position: relative;
  overflow: auto;
  display: block;
  height: 100%;
  border: none;
}
.dropdown-menu.wide .wide-container .right-side .dropdown-menu {
  box-shadow: none;
  float: left;
  width: 100%;
  position: relative;
  top: unset;
  left: unset;
  border: none;
  height: auto;
  max-height: 450px;
  overflow: auto;
}
.dropdown-menu .menu-modal-li {
  color: #5f5f5f;
  line-height: initial;
}
.dropdown-menu .menu-modal-li > div:hover {
  background-color: #778899;
  color: #FFF;
}
.regle-nom-champ {
  font-size: 15px;
}
.regle-operateur {
  font-size: 15px;
  font-style: italic;
}
.champ-actif .regle-nom-champ,
.champ-actif .regle-operateur {
  color: #000;
}
.regle-valeur {
  font-size: 15px;
}
.url-invalide .form-control[disabled].lien {
  color: hsl(10, 100%, 70%) !important;
}
.regle-selection-valeur {
  max-height: 150px;
  overflow: scroll;
}
.switch span {
  box-shadow: none;
}
.switch span:after {
  border-color: #ddd;
}
.switch input:checked + span:after {
  left: 55%;
}
table.dataTable td.no-overflow-important {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.menu-segments-meta-groupe {
  margin-top: 10px;
  line-height: 24px;
  color: #333;
  font-size: 15px;
  padding-left: 10px;
}
ul.nav.navbar-nav li.no-hover:hover .menu-segments-meta-groupe span {
  background-color: initial;
}
.overflow-auto {
  overflow: auto;
}
.form-control.champ-maj_auto {
  background-color: hsl(67, 100%, 45%) !important;
  border-color: hsl(67, 100%, 30%);
  color: hsl(67, 100%, 20%);
}
#modal-support-video .bloc-recharger {
  text-align: center;
  background-color: hsl(38, 30%, 50%);
  color: #fff !important;
  padding: 8px 0 12px 0;
  font-size: 16px;
  font-style: normal;
}
#modal-support-video a:hover .bloc-recharger {
  background-color: hsl(38, 30%, 36%);
}
#modal-support-video .bloc-recharger .far {
  color: #FFF !important;
}
.modal-picto {
  width: 1200px;
}
.choix-picto {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}
.choix-picto-container {
  text-align: center;
  padding: 20px 5px;
  border-radius: 6px;
}
.choix-picto-picto {
  font-size: 32px;
  margin-bottom: 20px;
}
.choix-picto-label {
  font-size: 12px;
  height: 1.5em;
  line-height: 1em;
}
.render-semaine {
  position: relative;
  font-size: 13px;
  padding: 5px;
  background-color: #F8F8F8;
  border: 1px solid #CCC;
}
.render-semaine-header {
  border-bottom: solid 1px hsl(24, 2%, 88%);
  font-size: 11px;
  color: #BBB;
  display: grid;
}
.render-semaine-header-titre {
  user-drag: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  /* Safari */
  -ms-user-select: none;
  /* IE 10 and IE 11 */
  user-select: none;
  /* Standard syntax */
  display: grid;
  grid-template-columns: repeat(49, 1fr);
}
.render-semaine-jours {
  display: grid;
}
.render-semaine-jour {
  user-drag: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  /* Safari */
  -ms-user-select: none;
  /* IE 10 and IE 11 */
  user-select: none;
  /* Standard syntax */
  place-content: center;
  align-content: center;
  display: grid;
}
.render-semaine-nom-jour {
  place-self: center;
  align-self: center;
}
.render-semaine-jour-heures {
  position: relative;
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: repeat(49, 1fr);
  transition: border 0.5s ease-in;
}
.render-semaine-jour-heure:hover {
  border: 1px solid #5b6602;
  position: relative;
}
.render-semaine-jour-heure {
  user-drag: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  /* Safari */
  -ms-user-select: none;
  /* IE 10 and IE 11 */
  user-select: none;
  /* Standard syntax */
  display: block;
  width: 100%;
  height: 100%;
  font-size: 10px;
  position: relative;
  cursor: pointer;
}
.render-semaine-jour-heure-selected {
  background-color: #cbe600;
}
.render-semaine-jour-heure-selected:hover {
  border: 1px solid red;
}
.render-semaine-jour-heure-span {
  position: absolute;
  visibility: hidden;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  transition-property: top;
  transition-duration: 150ms;
  transition-timing-function: linear;
}
.render-semaine-jour-selects {
  padding: 2px 0;
  position: relative;
  place-self: end;
  align-self: center;
}
.render-semaine-jour-select-menu {
  position: absolute;
  visibility: hidden;
  display: flex;
  flex-direction: column;
  background-color: white;
  z-index: 30;
  opacity: 0;
  transform: translateY(-20px);
  transition: opacity 0.8s, transform 0.8s;
  padding: 2px;
}
.render-semaine-jour-select-menu-item:hover {
  background-color: #dddddd;
}
.render-semaine-jour-select-menu-item-titre {
  background-color: white;
  white-space: nowrap;
  padding: 2px 5px;
  cursor: default;
}
.render-semaine-jour-select-menu-item {
  background-color: white;
  cursor: pointer;
  padding: 2px 5px;
}
.render-semaine-jour-select-menu-item.disabled {
  pointer-events: none;
  cursor: default;
  background-color: #dddddd;
}
.render-semaine-jour-delete {
  place-self: end;
  align-self: center;
}
.render-semaine-jour-delete-icon {
  color: #ff0000;
  cursor: pointer;
}
.render-semaine-jour-select-icon {
  cursor: pointer;
}
.render-semaine-plage {
  padding: 0 3px;
}
.render-semaine-plage-on {
  color: hsl(67, 100%, 20%);
  background-color: hsl(67, 100%, 45%);
  border-bottom: solid 1px hsl(67, 100%, 30%);
}
.render-semaine-plage-off {
  border-bottom: solid 1px hsl(24, 2%, 88%);
}
/*# sourceMappingURL=design_20230922.css.map */