#main {
  font-family: IBM Plex Sans;
}

#tab {
  font-family: IBM Plex Sans;
  width: 100%;
}
#tab td,
#tab th {
  border: 1px solid #ddd;
  padding: 8px;
}
#tab tr:nth-child(even) {
  background-color: #f2f2f2;
}

#tab tr:hover {
  background-color: #5ecafe;
}

#tab th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #5ecafe;
  color: white;
}

#tableau-util {
  font-family: IBM Plex Sans;
  width: 15%;
}
#tableau-util tr,
#tableau-util td {
  border: 1px solid #ddd;
  padding: 8px;
}
#tableau-util tr:nth-child(even) {
  background-color: #f2f2f2;
}

#tableau-util tr:hover {
  background-color: #5ecafe;
}

#tableau-util th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #5ecafe;
  color: white;
}
div#tableau-utilisateurs {
  width: 1300px;
  height: 5px;
  margin-left: 10px;
}

#tableau-apps {
  font-family: IBM Plex Sans;
  width: 15%;
}

#tableau-apps tr,
#tableau-apps td {
  border: 1px solid #ddd;
  padding: 8px;
}
#tableau-apps tr:nth-child(even) {
  background-color: #f2f2f2;
}

#tableau-apps tr:hover {
  background-color: #5ecafe;
}

#tableau-apps th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #5ecafe;
  color: white;
}

div#tableau-applications {
  width: 1300px;
  height: 5px;
  margin-left: 10px;
}

a {
  font-weight: 700;
  text-decoration: none;
}

textarea#DescriptionApp {
  display: inline-block;
  text-align: left;
  margin-right: 5px;
  font-family: IBM Plex Sans;
  font-size: 90%;
}

label#IdentifiantAp {
  display: inline-block;
  text-align: left;
  width: 90px;
  height: 10px;
  margin-right: 5px;
}

div#form {
  margin-left: 500px;
  width: 600px;
  height: 400px;
}

div#form-app {
  margin-left: 500px;
  width: 350px;
}
.btForm {
  margin-left: 280px;
}
.btFormGrp {
  margin-left: 280px;
}

#tableau-groups {
  font-family: IBM Plex Sans;
  width: 15%;
}

#tableau-groups tr,
#tableau-groups td {
  border: 1px solid #ddd;
  padding: 8px;
}
#tableau-groups tr:nth-child(even) {
  background-color: #f2f2f2;
}

#tableau-groups tr:hover {
  background-color: #5ecafe;
}

#tableau-groups th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #5ecafe;
  color: white;
}

div#tableau-groupes {
  width: 1300px;
  height: 5px;
  margin-left: 10px;
}

#hours {
  width: 3.3em;
}

#quantite {
  width: 5em;
}

svg:hover {
  scale: 0.9;
  transition: 0.1s;
}

button,
input[type="submit"] {
  cursor: pointer;
}

/* event_stats */

.stats-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 20px;
}
.full-width {
  grid-column: span 2;
}
.card {
  background: white;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.card h3 {
  margin-top: 0;
  border-bottom: 2px solid #eee;
  padding-bottom: 10px;
}
.table-stats {
  width: 100%;
  border-collapse: collapse;
}
.table-stats th, .table-stats td {
  padding: 10px;
  border-bottom: 1px solid #ddd;
  text-align: left;
  font-size: 0.9em;
}
.table-stats th {
  background-color: #f8f9fa;
}
