.jp-service {
  overflow: hidden;
}

.liste-col {
  max-width: 200px ;
}

.jp-nom-tel {
  max-width: auto;
}

.jp-nom {
  max-width: auto;
}

tr:hover {
  background-color: #00D1B2 !important;
}

.hide {
  display: none;
}

button.btn-modifier,
button.btn-sauvegarder {
  margin-right: 5px;
  font-size: 0.9em;
}


.has-text-shadow {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
}

.action-button {
  min-width: 120px;
}

.editable:hover {
  background-color: #ffffcc !important;
}

.editable {
  background-color: #ffffcc !important;
}

.full-width {
  width:100%;
}

.scroll-top-btn {
  all: unset;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
  background-color: #333;
  color: white;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  font-size: 24px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  box-shadow: 0 4px 6px rgba(0,0,0,0.3);
}

.jp-service::first-letter, .jp-nom-tel::first-letter, .jp-nom::first-letter {
text-transform: capitalize;
}