/* Fichier style.css */

/* Réinitialisation des styles par défaut */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Style du formulaire */
form {
  max-width: 500px;
  margin: 0 auto;
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: #f9f9f9;
  font-family: Arial, sans-serif;
}

h1 {
  text-align: center;
  margin-bottom: 20px;
}

label {
  display: block;
  margin-bottom: 10px;
  font-weight: bold;
}

input[type="number"],
input[type="datetime-local"] {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  font-size: 16px;
  transition: border-color 0.3s ease;
}

input[type="number"]:focus,
input[type="datetime-local"]:focus {
  border-color: #6c63ff;
  outline: none;
}

input[type="submit"] {
  display: block;
  width: 100%;
  padding: 10px;
  border: none;
  border-radius: 4px;
  background-color: #6c63ff;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
}

input[type="submit"]:hover {
  background-color: #554eeb;
}

.error-message {
  color: red;
  font-size: 14px;
  margin-top: 5px;
}

/* Fichier style.css */
/* Ajoutez ceci à votre fichier CSS existant ou utilisez-le en tant que fichier séparé */

.radio-buttons {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.radio-buttons input[type="radio"] {
  display: none;
}

.radio-buttons label {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 5px;
  padding: 8px 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  cursor: pointer;
}

.radio-buttons label:hover {
  background-color: #f2f2f2;
}

.radio-buttons input[type="radio"]:checked + label {
  background-color: #6c63ff;
  color: #fff;
  border-color: #6c63ff;
}

/* Fichier style.css */
/* Ajoutez ceci à votre fichier CSS existant ou utilisez-le en tant que fichier séparé */

.radio-buttons {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.radio-buttons input[type="radio"] {
  display: none;
}

.radio-buttons label {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 5px;
  padding: 8px 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  cursor: pointer;
}

.radio-buttons label:hover {
  background-color: #f2f2f2;
}

.radio-buttons input[type="radio"]:checked + label {
  background-color: #6c63ff;
  color: #fff;
  border-color: #6c63ff;
}

#date_selection {
  display: none;
}

.hidden {
  display: none;
}
/* Ajoutez d'autres styles selon vos besoins */


/* Ajoutez d'autres styles selon vos besoins */
