/* Typographie et couleurs globales */
body,
.jeune-creatrice-form {
  font-family: 'Nunito', 'Segoe UI', sans-serif;
  background-color: #fff5f8;
  color: #2c2c2c;
  margin: 0;
  padding: 0;
}

h1, h2, h3 {
  color: #2c2c2c;
  font-weight: bold;
  text-align: center;
}

a {
  color: #8e44ad;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

/* Formulaire principal */
.jeune-creatrice-form {
  max-width: 500px;
  margin: 2rem auto;
  background: #ffffff;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  padding: 2rem;
}

.jeune-creatrice-form h2 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  color: #4b0082;
}

.jeune-creatrice-form label {
  display: block;
  margin-top: 1rem;
  margin-bottom: 0.3rem;
  font-weight: 600;
  color: #2c2c2c;
}

.jeune-creatrice-form input[type="text"],
.jeune-creatrice-form input[type="email"],
.jeune-creatrice-form input[type="password"],
.jeune-creatrice-form input[type="file"] {
  width: 100%;
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-sizing: border-box;
  background-color: #fff;
  font-size: 1rem;
}

.jeune-creatrice-form input:focus {
  outline: none;
  border-color: #b76df5;
  box-shadow: 0 0 0 2px rgba(183, 109, 245, 0.2);
}

.jeune-creatrice-form button {
  margin-top: 1.5rem;
  background-color: #ff72b6;
  color: white;
  border: none;
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  border-radius: 10px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  display: block;
  width: 100%;
}

.jeune-creatrice-form button:hover {
  background-color: #e05d9d;
}

/* Messages d'erreur ou succès */
.jeune-creatrice-form .message {
  margin-top: 1rem;
  padding: 1rem;
  border-radius: 10px;
  font-weight: bold;
  text-align: center;
}

.jeune-creatrice-form .message.error {
  background-color: #ffe6e6;
  color: #d8000c;
}

.jeune-creatrice-form .message.success {
  background-color: #e6ffe6;
  color: #4f8a10;
}

/* Confirmation inscription */
.confirmation-message {
  text-align: center;
  background: #fff;
  padding: 2rem;
  border-radius: 10px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.05);
  margin: 2rem auto;
  max-width: 600px;
}

/* Responsive */
@media screen and (max-width: 600px) {
  .jeune-creatrice-form {
    padding: 1.5rem;
    margin: 1rem;
  }
}







.jeune-creatrice-form {
  max-width: 600px;
  margin: 2rem auto;
  padding: 2rem;
  border-radius: 20px;
  background-color: #fff0f5;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  font-family: 'Comic Sans MS', cursive, sans-serif;
  color: #333;
}

.jeune-creatrice-form h2 {
  text-align: center;
  color: #d63384;
  font-size: 1.8rem;
  margin-bottom: 1.5rem;
}

.jeune-creatrice-form label {
  display: block;
  margin: 1rem 0 0.3rem;
  font-weight: bold;
}

.jeune-creatrice-form input[type="text"],
.jeune-creatrice-form input[type="email"],
.jeune-creatrice-form input[type="password"],
.jeune-creatrice-form input[type="number"],
.jeune-creatrice-form input[type="file"] {
  width: 100%;
  padding: 10px;
  border-radius: 12px;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

.jeune-creatrice-form button {
  background-color: #d63384;
  color: white;
  border: none;
  padding: 12px 20px;
  border-radius: 20px;
  font-size: 1rem;
  margin-top: 1.5rem;
  cursor: pointer;
  display: block;
  width: 100%;
  transition: background-color 0.3s;
}

.jeune-creatrice-form button:hover {
  background-color: #bf2a73;
}

.jeune-creatrice-form .button {
  background-color: #ffc107;
  color: black;
  padding: 10px 15px;
  text-decoration: none;
  border-radius: 15px;
  display: inline-block;
  margin-top: 1rem;
}


