.positive {
  background-color: lightgreen !important;
}

.negative {
  background-color: red !important;
}

.excusee {
  background-color: orange !important;
}

.inconnue {
  background-color: grey !important;
}

::-webkit-scrollbar {
  width: 20px;
}
::-webkit-scrollbar-track {
  background-color: transparent;
}

::-webkit-scrollbar-thumb {
  background-color: #d6dee1;
  border-radius: 20px;
  border: 6px solid transparent;
  background-clip: content-box;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #a8bbbf;
}

#infosComplementaires,
#ajoutSociete,
.hidden {
  display: none;
}

#nbDestinataires {
  text-align: center;
}

#editor .tools {
  display: none;
  position: absolute;
  left: 15px;
  z-index: 900;
}

#editor .tools p {
  display: inline-block;
}

#editor .template:hover .tools {
  display: inline-block;
}

.wyswiyg p {
  padding: 0px !important;
}

#imageManager div.col-md-2 {
  margin-bottom: 10px;
}
#imageManager img {
  max-width: 100%;
  max-height: 200px;
}

.border-dashed {
  border-style: dashed !important;
}

.missingInput {
  border: 2px solid red;
}

.sticky-element {
  position: fixed;
  top: 150px;
  z-index: 999;
}

.bg-primary-subtle {
  background-color: #cfe2ff !important;
}

.bg-warning-subtle {
  background-color: #fffaeb !important;
}

.circle {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
