* {
  margin:0;
  padding:0;
  box-sizing:border-box;
  font-family:'Poppins', sans-serif;
}
body {
  background: url('https://firebasestorage.googleapis.com/v0/b/tokutana-f2b47.firebasestorage.app/o/charming-joyful-caring-young-african-american-family-man-woman-siblings-smiling-broadly-show-heart-gestures-grinning-express-love-empathy-positivity-two-loyal-friends-cherish-friendship.jpg?alt=media&token=8f4f2fca-be4b-421a-9184-55fb7c39aa83')
          center / cover 
          no-repeat 
          fixed;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}
.container {
  background: rgba(255,255,255,0.6); /* réduit l'opacité */
  border-radius: 20px;
  padding: 25px;
  width: 100%;
  max-width: 500px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}
input, select, textarea {
  width: 100%;
  padding:12px;
  margin:8px 0;
  border-radius:8px;
  border:1px solid #ccc;
}
button, .option {
  padding: 12px 20px;
  border-radius: 10px;
  border: none;
  background: #ff2e63;
  color: white;
  font-weight: bold;
  margin: 8px 0;
  cursor: pointer;
}
button:hover, .option:hover {
  background: #e61c50;
}
.progressBar {
  margin: 15px 0;
  font-weight: bold;
  text-align: center;
  color: #ff2e63;
}
header {
  text-align:center;
  margin-bottom:20px;
}
header h1 {
  color: #ff2e63;
  font-size: 24px;
  margin-bottom: 5px;
}
header small {
  display:block;
  margin-bottom:15px;
  color:#555;
}
footer {
  margin-top:20px;
  font-size:12px;
  color:#555;
  text-align:center;
}
footer a {
  color:#ff2e63;
  text-decoration:none;
  margin:0 5px;
  font-weight:bold;
}
