.form-group {
  margin-bottom: 0;
}
.modal .form-group {
  margin-bottom: 15px;
}
.filtres {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto;
  grid-gap: 2px;
  margin-bottom: 30px;
}
.filtres .dashboard-titre-groupe,
.filtres .filtres-container {
  background-color: hsl(24, 2%, 90%);
}
.filtres .dashboard-titre-groupe {
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}
.filtres .filtres-container {
  padding: 5px 10px 10px 10px;
}
.filtres .filtres-container .champs {
  display: flex;
  flex-wrap: wrap;
}
.filtres .filtres-container .break {
  flex-basis: 100%;
  height: 20px;
}
.filtres .filtre {
  position: relative;
}
.filtres .filtre .numero-filtre {
  position: absolute;
  left: 7px;
  top: 31px;
}
.numero-filtre {
  background-color: hsl(10, 100%, 60%);
  color: #FFF;
  font-size: 12px;
  height: 18px;
  width: 18px;
  border-radius: 20px;
  text-align: center;
}
.widget-filtres {
  gap: 2px;
  position: absolute;
  top: -1px;
  right: 25px;
}
.widget-entite .nom-segment {
  font-size: 12px;
}
.dashboard-ligne-container {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-column-gap: 15px;
  margin-top: -20px;
}
.dashboard-colonne-container {
  display: grid;
  grid-gap: 15px;
}
.dashboard-groupe-container {
  display: grid;
  grid-column-gap: 5px;
  grid-auto-rows: max-content;
  grid-gap: 2px;
  margin-top: 15px;
}
.dashboard-titre-groupe-container {
  padding: 10px;
  padding-right: 5px;
  padding-bottom: 8px;
  background-color: hsl(24, 2%, 90%);
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  display: grid;
  grid-template-columns: 1fr auto auto auto;
}
.dashboard-titre-groupe {
  text-transform: uppercase;
  font-size: 18px;
  color: dimgray;
}
.dashboard-widgets-containers {
  display: grid;
  grid-gap: 2px;
}
.dashboard-widgets-placements {
  display: grid;
  grid-gap: 2px;
}
.dashboard-titre-widget-container {
  color: gray;
}
.dashboard-widget-container {
  padding: 5px 10px;
  background-color: hsl(24, 2%, 90%);
  position: relative;
}
.dashboard-widget-container:hover {
  background-color: hsl(38, 30%, 92%);
}
.dashboard-widget-edit-button {
  cursor: pointer;
  color: hsl(24, 2%, 55%);
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 120;
}
.dashboard-widget-placement-cadre {
  outline: 2px solid red;
  display: grid;
  text-align: center;
  place-content: center;
}
.dashboard-widget-placement {
  display: grid;
  text-align: center;
  place-content: center;
  margin: 5px;
}
.dashboard-widget-placement p {
  color: black;
  font-size: 15pt;
  margin: 0;
}
.dashboard-widget-render {
  align-self: flex-end;
}
.titre {
  color: #FFF;
  font-size: 14px;
  padding: 2px 4px 2px 7px;
}
.titre-rack {
  background-color: hsl(185, 44%, 80%);
  margin: 0;
}
.titre-ligne {
  background-color: hsl(185, 44%, 36%);
}
.ligne .mode-design-on {
  background-color: hsl(185, 44%, 50%);
}
.titre-colonne {
  background-color: hsl(185, 44%, 65%);
  margin: 0;
}
.colonne .mode-design-on {
  background-color: hsl(185, 44%, 80%);
}
.titre-groupe {
  background-color: hsl(24, 2%, 55%);
}
.detail-supression {
  font-weight: bold;
  color: hsl(10, 100%, 60%);
}
.largeur-rack,
.largeur-colonne,
.grille-colonnes,
.ajouter-groupe,
.ajouter-widget,
.ajouter-regle {
  float: right;
  height: 18px;
  text-align: center;
  background-color: #FFF;
  color: #333;
  border-radius: 20px;
  margin-top: 2px;
  margin-left: 5px;
  font-size: 12px;
  padding: 0 6px;
}
.grille-colonnes {
  background-color: #CCC;
}
.auto-refresh {
  color: darkgray;
  font-size: 18px;
  line-height: 1.7em;
  padding: 2px 10px;
  border-radius: 7px;
}
.auto-refresh.active {
  color: hsl(38, 30%, 50%);
}
.auto-refresh:hover {
  background-color: hsl(38, 30%, 65%);
  color: white;
}
.auto-refresh.active:hover {
  background-color: hsl(38, 30%, 50%);
}
.liste-champs,
.liste-regles {
  color: gray;
  font-size: 21px;
  padding: 0 10px;
  border-radius: 7px;
}
.liste-champs:hover,
.liste-regles:hover {
  background-color: hsl(38, 30%, 65%);
  color: white;
}
.ajouter-groupe,
.ajouter-widget,
.ajouter-regle {
  background-color: hsl(67, 100%, 45%);
  color: hsl(67, 100%, 20%);
  font-weight: bold;
  font-size: 20px;
  line-height: 0.85em;
}
.ajouter-groupe {
  background-color: hsl(185, 44%, 36%);
  color: hsl(185, 44%, 80%);
}
.ajouter-champ {
  color: hsl(67, 100%, 45%);
}
.ajouter-regle {
  background-color: hsl(28, 100%, 60%);
  color: #FFF;
}
.largeur-champ {
  width: 18px;
  height: 18px;
  text-align: center;
  background-color: #999;
  color: #FFF;
  border-radius: 20px;
  margin-top: 2px;
  margin-bottom: 5px;
  font-size: 12px;
  float: left;
}
.loader-container {
  text-align: center;
  margin: 50px 0;
}
.loader {
  width: 38px;
  height: 38px;
  display: inline-block;
  position: relative;
}
.loader::after,
.loader::before {
  content: '';
  box-sizing: border-box;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: gray;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  animation: animloader 2s linear infinite;
}
.loader::after {
  animation-delay: 1s;
}
@keyframes animloader {
  0% {
    transform: scale(0);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
.dashboard-champs-filtres-container {
  padding: 0 15px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}
.dashboard-champ-filtre-container {
  display: grid;
  grid-template-columns: auto auto auto 1fr auto auto auto;
}
.dashboard-champ-filtre-container > div {
  padding: 5px;
}
.dashboard-regles-filtres-container {
  padding: 0 15px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}
.dashboard-regle-filtre-container {
  display: grid;
  grid-template-columns: auto auto auto auto 1fr auto auto auto;
}
.dashboard-regle-filtre-container > div {
  padding: 5px;
}
.dashboard-champ-filtre-header,
.dashboard-regle-filtre-header {
  display: contents;
  color: white;
}
.dashboard-champ-filtre-header > div,
.dashboard-regle-filtre-header > div {
  background-color: hsl(38, 30%, 65%);
  padding: 5px 15px;
}
.dashboard-champ-filtre-header > div:first-child,
.dashboard-regle-filtre-header > div:first-child {
  padding-left: 5px;
}
.dashboard-champ-filtre-header > div:last-child,
.dashboard-regle-filtre-header > div:last-child {
  padding-rigth: 5px;
}
.dashboard-champ-filtre-detail,
.dashboard-regle-filtre-detail {
  display: contents;
}
.dashboard-champ-filtre-detail > div,
.dashboard-regle-filtre-detail > div {
  border-bottom: solid 1px darkgray;
  padding: 5px 15px;
}
.dashboard-champ-filtre-detail > div:first-child,
.dashboard-regle-filtre-detail > div:first-child {
  padding-left: 5px;
}
.dashboard-champ-filtre-detail > div:last-child,
.dashboard-regle-filtre-detail > div:last-child {
  padding-right: 5px;
}
.dashboard-champ-filtre-detail .numero-filtre,
.dashboard-regle-filtre-detail .numero-filtre {
  padding: 2px 7px;
  margin-right: 5px;
}
.dashboard-champ-filtre-detail:hover > div,
.dashboard-regle-filtre-detail:hover > div {
  background-color: hsl(38, 30%, 92%);
}
.dashboard-champ-filtre-detail .delete,
.dashboard-regle-filtre-detail .delete {
  padding: 5px;
  text-align: center;
}
.dashboard-champ-filtre-detail .delete:hover,
.dashboard-regle-filtre-detail .delete:hover {
  background-color: hsl(10, 100%, 40%);
  color: white;
}
.dashboard-champ-filtre-detail .sort,
.dashboard-regle-filtre-detail .sort {
  text-align: center;
  padding-left: 0;
  padding-right: 0;
}
.dashboard-champ-filtre-detail .sort:hover,
.dashboard-regle-filtre-detail .sort:hover {
  background-color: hsl(38, 30%, 65%);
  color: white;
}
.filtres-container-validation {
  margin-top: 20px;
  justify-self: right;
}
.filtre-actif {
  width: 6px;
  height: 6px;
  border-radius: 6px;
  background-color: hsl(24, 2%, 55%);
  position: absolute;
  top: 0;
  right: 0;
}
.filtre-actif.actif {
  background-color: hsl(10, 100%, 70%);
}
.dashboard-widget-render .widget-nombre {
  display: grid;
  grid-template-columns: auto 1fr;
  padding-top: 30px;
}
.dashboard-widget-render .widget-nombre .devise {
  font-size: 22px;
}
.dashboard-widget-render .effectif-container {
  margin-top: -6px;
  height: fit-content;
}
.dashboard-widget-render .effectif-container + .widget-nombre {
  padding-top: 12px;
}
.dashboard-widget-render .effectif {
  background-color: hsl(24, 2%, 70%);
  font-size: 12px;
}
.dashboard-widget-render .picto {
  font-size: 24px;
  padding-bottom: 7px;
  place-self: end;
  padding-left: 10px;
}
.dashboard-widget-render .valeur {
  font-size: 36px;
  line-height: 1em;
}
.dashboard-widget-render .valeur .valeur-nulle {
  font-size: 18px;
}
.dashboard-widget-render .valeur .unite {
  font-size: 18px;
  margin-left: -3px;
}
.dashboard-widget-render .widget-pipeline.avec-cumul {
  margin-top: 20px;
}
.dashboard-widget-render .widget-pipeline .etape-cumul {
  padding-top: 10px;
  font-size: 14px;
  line-height: 1.2em;
  color: gray;
}
.dashboard-widget-render .widget-palmares,
.dashboard-widget-render .widget-palmares-header {
  display: block;
  line-height: 1.25em;
  font-size: 14px;
  background-color: hsl(38, 30%, 80%);
  padding: 2px 5px;
  color: gray;
}
.dashboard-widget-render .widget-palmares-header {
  background-color: hsl(38, 30%, 65%);
  color: #FFF;
  padding: 5px;
}
.dashboard-widget-render .widget-palmares:nth-child(even) {
  background: hsl(38, 30%, 96%);
}
.dashboard-widget-render .widget-palmares:nth-child(odd) {
  background: hsl(38, 30%, 86%);
}
.dashboard-widget-render .widget-palmares:last-child {
  border-bottom: solid 1px hsl(38, 30%, 80%);
}
.dashboard-widget-render .widget-palmares:hover {
  background-color: hsl(38, 30%, 50%);
  color: #FFF;
}
.dashboard-widget-render .widget-palmares:last-child:hover {
  border-bottom: none;
}
.widget-campagne .col-md-2 {
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
}
.widget-campagne .bloc {
  text-align: center;
  cursor: pointer;
  padding-left: 0;
  padding-right: 0;
  box-shadow: 0 2px 6px 0 hsla(0, 0%, 0%, 0.15);
  height: 130px;
  background-color: hsl(38, 30%, 96%);
}
.widget-campagne .titre-indicateur {
  font-size: 18px;
  text-transform: uppercase;
}
.widget-campagne .nombre-indicateur {
  font-size: 30px;
}
.widget-campagne .pourcentage-indicateur {
  font-size: 15px;
  margin-left: 5px;
  color: #999;
}
.widget-campagne .score.sm {
  font-size: 15px;
}
.widget-campagne .score {
  margin-top: 10px;
}
.jauge-nombre {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 36px;
  color: gray;
  font-weight: normal;
}
.jauge-unite {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 24px;
  color: gray;
  padding-left: 3px;
  font-weight: normal;
}
.widget-jauge-footer {
  position: absolute;
  bottom: 5px;
  width: 100%;
  padding-right: 24px;
}
.widget-jauge-objectif {
  float: left;
}
.widget-jauge-realise {
  float: right;
}
.widget-jauge-label-reference {
  font-size: 12px;
  line-height: 1.1em;
  color: gray;
}
.widget-jauge-valeur-reference {
  line-height: 1.1em;
  font-size: 14px;
  color: gray;
}
/*# sourceMappingURL=dashboard_2023.css.map */