.bg-container{
  background-color: rgb(28, 12, 0);
  padding-top: 80px; /* ou la hauteur de ta navbar */
  border-radius: 7px;
}

.form-label {
  font-weight: 600;
  color: #495057;
}

.form-control,
.form-select {
  border-radius: 10px;
  border: 1px solid #ced4da;
  padding: 10px 14px;
  font-size: 1rem;
  transition: border-color 0.3s ease;
}

.form-control:focus,
.form-select:focus {
  border-color: #0d6efd;
  box-shadow: 0 0 0 0.2rem rgba(13,110,253,.25);
}

.shadow-sm {
  box-shadow: 0 2px 6px rgba(0,0,0,0.05) !important;
}

.btn-primary {
  background-color: #0d6efd;
  border: none;
}

.btn-primary:hover {
  background-color: #0b5ed7;
}

.btn-lg {
  font-size: 1.1rem;
  font-weight: 600;
}

.text-danger {
  font-size: 0.9rem;
}

small.text-muted {
  font-size: 0.85rem;
  display: block;
  margin-top: 4px;
}

/* Champs conditionnels */
.field-lieu-reception,
.field-lieux {
  transition: all 0.3s ease;
}


.decouverte {
  font-family: 'Bodoni Moda', serif;  
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  padding: 1.5rem 0;
  border-bottom: 2px solid rgba(245, 179, 81, 0.2);
  margin-top: 2rem;
  transition: color 0.3s ease, text-shadow 0.3s ease;
  color: whitesmoke;
}

.decouverte:hover {
  color: #e3a86b;
  text-shadow: 0 0 10px rgba(227, 168, 107, 0.4);
}
