#main_navbar { background-color: #DADADA; }

.list_artisan_client { overflow: auto;}

.list_artisan_client > tr:hover {
    background-color: #DADADA;
    cursor: pointer;
}

.btn_delete_intervention, .btn_duplicate_intervention {
    cursor: pointer;
}

.date_intervention {
  border: 1px solid #DADADA;
  border-radius: 5px;
}

/* card color  */

.text-bg-closed {
    color: #000 !important;
    background-color: RGBA(235, 184, 184, var(--bs-bg-opacity, 1)) !important;
  }

  .text-bg-progress {
    color: #000 !important;
    background-color: RGBA(190, 250, 155, var(--bs-bg-opacity, 1)) !important;
  }
  
  .card-intervention:hover {
    background-color: #000000;
    opacity: 0.3;
    color: white;
    cursor: pointer;
  }

  /* bouton légende interrupteur */
  
  .button_legend:hover {
    background-color:#DADADA;
  }
  
  .button_legend_selected {
    background-color:#DADADA;
  }

  /* LOADER */

  .lds-facebook {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
  }
  .lds-facebook div {
    display: inline-block;
    position: absolute;
    left: 8px;
    width: 16px;
    background: rgb(113, 187, 224);
    animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
  }
  .lds-facebook div:nth-child(1) {
    left: 8px;
    animation-delay: -0.24s;
  }
  .lds-facebook div:nth-child(2) {
    left: 32px;
    animation-delay: -0.12s;
  }
  .lds-facebook div:nth-child(3) {
    left: 56px;
    animation-delay: 0;
  }
  @keyframes lds-facebook {
    0% {
      top: 8px;
      height: 64px;
    }
    50%, 100% {
      top: 24px;
      height: 32px;
    }
  }
  
  
  