
body {
    font-family: 'Poppins', sans-serif;
    margin: 0;
    padding: 0;
    background: linear-gradient(135deg, #E0E3FF, #6D78D7);
}

header {
    background-color: #ffffff;
    padding: 10px;
    text-align: center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

header h1 {
    margin: 0;
    font-size: 1em;
}
h3 {
    margin: 0;
    font-size: 1em;
}
.reservation-form {
    width: 60%;
    height: 14%;
    top: 50%;
    margin: 50px auto;
    padding: 20px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
}

.reservation-form select,
.submit-btn {
    display: block;
    width: 100%;
    padding: 15px;
    margin-bottom: 20px;
    border: 2px solid #e0e0e0;
    border-radius: 5px;
    font-size: 18px;
    outline: none;
    transition: border-color 0.3s ease;
}

.reservation-form select:focus {
    border-color: #50b3a2;
}

.reservation-form .submit-btn {
    cursor: pointer;
    background-color: #50b3a2;
    color: #ffffff;
    border: none;
    font-weight: bold;
    transition: background-color 0.3s ease;
}

.reservation-form .submit-btn:hover {
    background-color: #43927e;
}

.welcome-text {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 2em;
    color: #ffffff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    z-index: 1;
}


.login-container {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: calc(100vh - (10px * 2 + 1.5em + 20px));
    z-index: 2;
}

.google-login-btn {
    display: flex;
    align-items: center;
    background-color: #ffffff;
    color: #5f6368;
    border-radius: 4px;
    border: 1px solid #dadce0;
    padding: 10px 20px;
    text-decoration: none;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.google-login-btn:hover {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.google-logo {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}
.reservations-container {
    width: 50%;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    padding: 20px;
}

.reservations-list {
    list-style-type: none;
    padding: 0;
}

.reservations-list li {
    padding: 10px;
    border-bottom: 1px solid #ddd;
}

.reservations-list li:last-child {
    border-bottom: none;
}
.verification-container {
    width: 50%;
    align-self: center;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    padding: 20px;
}

.verification-form label,
.verification-form input,
.verification-form button {
    display: block;
    width: 100%;
    margin-bottom: 10px;
}

.verification-form input,
.verification-form button {
    padding: 10px;
    border-radius: 5px;
    box-sizing: border-box;
}

.verification-form button {
    background-color: #50b3a2;
    color: white;
    border: none;
    cursor: pointer;
}

.verification-form button:hover {
    background-color: #43927e;
}
body {
    font-family: 'Poppins', sans-serif;
    margin: 0;
    padding: 0;
    background: linear-gradient(135deg, #E0E3FF, #6D78D7);
}

header {
    background-color: #ffffff;
    padding: 10px;
    text-align: center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

header h1 {
    margin: 0;
    font-size: 1.5em;
}
.reservation-form {
    width: 60%;
    height: 14%;
    margin: 50px auto;
    padding: 20px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
}

.reservation-form select,
.submit-btn {
    display: block;
    width: 100%;
    padding: 15px;
    margin-bottom: 20px;
    border: 2px solid #e0e0e0;
    border-radius: 5px;
    font-size: 18px;
    outline: none;
    transition: border-color 0.3s ease;
}

.reservation-form select:focus {
    border-color: #50b3a2;
}

.reservation-form .submit-btn {
    cursor: pointer;
    background-color: #50b3a2;
    color: #ffffff;
    border: none;
    font-weight: bold;
    transition: background-color 0.3s ease;
}

.reservation-form .submit-btn:hover {
    background-color: #43927e;
}

.welcome-text {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 2em;
    color: #ffffff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    z-index: 1;
}
.reservationsHT {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 0%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 0.95em;
    color: #ffffff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    z-index: 1;
    gap: 3%;
}


.login-container {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: calc(100vh - (10px * 2 + 1.5em + 20px));
    z-index: 2;
}

.google-login-btn {
    display: flex;
    align-items: center;
    background-color: #ffffff;
    color: #5f6368;
    border-radius: 4px;
    border: 1px solid #dadce0;
    padding: 10px 20px;
    text-decoration: none;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.google-login-btn:hover {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.google-logo {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}
.reservations-container {
    width: 50%;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    padding: 20px;
}

.reservations-list {
    list-style-type: none;
    padding: 0;
}

.reservations-list li {
    padding: 10px;
    border-bottom: 1px solid #ddd;
}

.reservations-list li:last-child {
    border-bottom: none;
}
.verification-container {
    width: 50%;
    align-self: center;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    padding: 20px;
}
main {
    display: flex;
    right: 50%;
    top: 10%;
    justify-content: center;
    min-height: calc(100vh - (1em + 10px + 2px));
}

.verification-form label,
.verification-form input,
.verification-form button {
    display: block;
    width: 100%;
    margin-bottom: 10px;
}

.verification-form input,
.verification-form button {
    padding: 10px;
    border-radius: 5px;
    box-sizing: border-box;
}

.verification-form button {
    background-color: #50b3a2;
    color: white;
    border: none;
    cursor: pointer;
}

.verification-form button:hover {
    background-color: #43927e;
}
main.container {
    display: flex;
    flex-wrap: wrap;
    padding: 20px;
    gap: 20px;
    justify-content: center;
  }
  .card {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    padding: 20px;
    flex: 1 1 300px;
  }
  .card h2 {
    font-size: 1.2rem;
    margin-bottom: 15px;
    color: #6D78D7;
  }
  .form-group {
    margin-bottom: 15px;
  }
  input[type="text"],
  input[type="number"],
  select,
  textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 5px;
  }
  button {
    background-color: #6D78D7;
    color: #fff;
    border: none;
    padding: 10px 15px;
    border-radius: 4px;
    cursor: pointer;
    transition: background 0.3s ease;
  }
  button:hover {
    background-color: #5a65b8;
  }
  /* Tableau des réservations */
  .search-bar {
    margin-bottom: 15px;
  }
  .table-container {
    overflow-x: auto;
  }
  table {
    width: 100%;
    border-collapse: collapse;
  }
  th, td {
    padding: 10px;
    text-align: left;
    border-bottom: 1px solid #ddd;
  }
  th {
    background: #f9f9f9;
  }
  .pagination {
    text-align: center;
    margin-top: 15px;
  }
  .pagination a {
    color: #6D78D7;
    margin: 0 5px;
    text-decoration: none;
  }
  .links a {
    display: inline-block;
    margin-right: 10px;
    color: #6D78D7;
    text-decoration: none;
    font-size: 0.9rem;
  }
  .links a:hover {
    text-decoration: underline;
  }
  /* Formulaires slots */
  .slot-form {
    margin-bottom: 20px;
    padding: 10px;
    border: 1px solid #eee;
    border-radius: 4px;
  }
  /* Bouton grand pour la page bannissements */
.big-btn {
    display: inline-block;
    padding: 15px 25px;
    background-color: #e4e6ff;
    color: #fff;
    font-size: 1.2rem;
    text-decoration: none;
    border-radius: 5px;
    transition: background 0.3s ease;
    margin: 10px 0;
  }
  .big-btn:hover {
    background-color: #5a65b8;
  }
  
  /* Boutons pour bannir et débannir */
  .ban-btn, .unban-btn {
    padding: 8px 12px;
    background-color: #6D78D7;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background 0.3s ease;
  }
  .ban-btn:hover, .unban-btn:hover {
    background-color: #5a65b8;
  }
  
  /* Formulaire de bannissement */
  .ban-form {
    margin-bottom: 20px;
    padding: 15px;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
  }
  