/* Colors */
:root {
  --color-default: #000000;
  --color-primary: #0d04d6;
  --color-secondary: #0F58C9;

}
.form-group{
    margin: 0%;
}
select#inputNiveau {
  width: 100%;
  border: solid;
  border-width: 1px;
  border-color: #EAEAEA;
  background-color: #EAEAEA;
  padding: 1em;
  margin-bottom: 1em;
}
select#inputSalon{
  width: 100%;
  border: solid;
  border-width: 1px;
  border-color: #EAEAEA;
  background-color: #EAEAEA;
  padding: 1em;
  margin-bottom: 1em;

}
select#anglais{
  width: 100%;
  border: solid;
  border-width: 1px;
  border-color: #EAEAEA;
  background-color: #EAEAEA;
  padding: 1em;
  margin-bottom: 1em;
}
label {
  margin-bottom: 0.3em;
}
.form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #EAEAEA !important;
  background-clip: padding-box;
  -moz-appearance: none;
  appearance: none;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  border: solid !important;
  border-width: 1px !important;
  border-color: #EAEAEA !important;
  padding: 0.8em !important;
  border-radius: 0px !important;
  margin-bottom: 1em;
}
input::placeholder {
    color: #BBB !important;
}
.container_all {
  text-align: left !important;
}
  /* Apply animation to the button */
  .btn-submit {
    background:#E9521D !important;
    color: #fff !important; /* White text */
    transition: background-color 0.3s ease-in-out; /* Smooth transition */
    text-align: center;
    border-radius: 0px;
    padding: 2% 10%;
    text-align: center;
    border: 1px solid transparent;
    text-transform: uppercase;

  }
  .iti input, .iti input[type=tel], .iti input[type=text]{
    padding-left: 3em !important;
  }
button.btn-submit {
    width: 100%;
}
  /* Modify hover effect */
  .btn-submit:hover {
    background-color: #f07043  !important;/* Hover color */
    animation: none; /* Disable animation on hover */
  }
