/** AUTHENTIFICATION */
.box {
  background-color: var(--header-bg-color);
  color: var(--header-text-color);
  box-shadow: .2rem .2rem 0.75rem var(--header-bg-color);
}

.box .title {
  color: var(--header-text-color) !important;
}

.box .label {
  color: var(--page-bg-color);
}

#pwdLabel {
  display: flex;
  justify-content: space-between;
}

.eye-icon {
  vertical-align: bottom;
}

#togglePasswordIcon {
  cursor: pointer;
}

#datedenaissance {
  position: absolute;
  top: -10000px;
  width: 0;
  height: 0;
}


/** LISTE */
#liste_utilisateurs th,
#liste_utilisateurs td {
  text-align: left;
}

#liste_utilisateurs th:nth-child(4),
#liste_utilisateurs td:nth-child(4),
#liste_utilisateurs th:nth-child(5),
#liste_utilisateurs td:nth-child(5) {
  text-align: center;
}

#liste_utilisateurs td:nth-child(8),
#liste_utilisateurs td:last-of-type {
  text-align: right;
}