@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.5.0/font/bootstrap-icons.css");

body {
  background: url(/img/Captura_ecran_747.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

tr.table-active, td.table-active {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

tr.table-secondary, td.table-secondary {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.tooltip {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background: none;
}

.tooltip-inner {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.red {
    color: #fd7e14;
}