/* Styles scopés au formulaire de contact */

.formulaire_bg h1 {
  color: #0c3279 !important;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 2rem;
  margin-bottom: 2rem;
}

.formulaire_bg .p1, .formulaire_bg .p1 ul {
  font-size: 15px;
  text-align: justify;
  color: #333;
  line-height: 1.6;
}

.formulaire_bg .p1 li {
  list-style-type: none;
  margin-bottom: 10px;
}

.formulaire_bg .card-header {
  background-color: #e0f4ff !important;
  color: #004466 !important;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  font-size: 1.1rem;
  letter-spacing: 0.5px;
}

.formulaire_bg .form-label {
  font-weight: 600;
  color: #333;
}

.formulaire_bg .form-select,
.formulaire_bg .form-control {
  border: 1px solid #cce5ff;
  border-radius: 5px;
  transition: 0.3s ease-in-out;
}

.formulaire_bg .form-select:focus,
.formulaire_bg .form-control:focus {
  border-color: #66c2ff;
  box-shadow: 0 0 0 0.2rem rgba(0, 174, 255, 0.25);
}

.formulaire_bg small.text-muted {
  color: #666 !important;
  font-style: italic;
}

.formulaire_bg .form-bg {
  max-width: 70%;
  margin: 0 auto;
  background-color: #f0f4f8;
  border: 1px solid #cbd5e0;
}

.formulaire_bg {
  background-image: url("../Images/question_fond_single.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  background-color: whitesmoke;
  padding: 200px 20px 80px 20px;
  margin-top: 0;
  overflow: hidden;
  margin-bottom: 0;
}
