html,
body {
  height: 100%;
}

.form-signin {
  max-width: 330px;
  padding: 1rem;
}

.form-signin .form-floating:focus-within {
  z-index: 2;
}

.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.tableFixHead thead th { position: sticky; top: 0; z-index: 1; }

.nav-link.active {
  font-weight: bold;
  /* background-color: yellow; */
  --bs-nav-tabs-link-active-bg: gold;
}

.td-center {
    text-align: center;
}

td.green {
    background-color: limegreen;
}

td.orange {
    background-color: gold;
}

td.red {
    background-color: red;
}

.projets i.bi, .spectacles i.bi {
    font-size: 1.2rem;
}

.projets a.button, .spectacles a.button {
    display: inline-block;
}
.
