.Illustration{
    background-color:linear-gradient(rgba(0,0,0,0.66), rgba(0,0,0,0.66));
    background-image: url("images/im1.jpeg");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed; /* Fixe l'image de fond */
    height: 3000px;
    width: 100%;
}
.primary{
    color: brown;
}
.formulaire{
    background:linear-gradient(rgba(0,0,0,0.66), rgba(0,0,0,0.66)), url("images/im1.jpeg");
    background-repeat: no-repeat;
    background-size: cover;
}
.formulaire h3{
    color: rgb(238, 164, 66);
    font-size: 1.7rem;
}

  .bouton button{
    border: #e99105 2px solid;
    background: #e99105;
    padding: 13px 20px;
    color: #fff;
    font-weight: bold;
    border-radius: 10px;
    width: 100%;
    text-align: center;
  }
  .bouton button:hover{
    background-color: #fff;
    border: #fff 2px solid;
    border-radius: 15px;
    transition: background 0.7s ease-in;
    color: #e99105;
  }
  .formulaire select{
    font-weight: bolder;
    color: gray;
    font-size: 1.2rem;
  }
  .formulaire .form-control, .formulaire select{
    background-color: rgba(247, 232, 217, 0.754);
  }
  
  .form-control:focus, .formulaire select{
    border: none;
    /* Vous pouvez personnaliser la couleur rouge selon vos préférences */
    box-shadow:none !important;
    /* Ajoutez une légère ombre rouge pour un effet de mise en évidence */
  }

  .formulaire select option{
    color: #e99105;
  }
  .spinner-border{
    
  }