body {
  /* background: linear-gradient(
      to left,
      rgba(242, 169, 0, 0.6),
      rgba(0, 156, 222, 0.6)
    ),
    url("../img/wall-21534_1920.jpg") center center no-repeat; */
    background: linear-gradient( to left, rgba(234, 234, 240, 0.6), rgb(109, 145, 190) ), url("../img/wall-21534_1920.jpg") center center no-repeat;
  color: black;
}
.btn-ease {
  color: #fff;
  background-color: #009cde;
  border-color: #009cde;
}
.formulaire {
  margin-top: 15%;
}
.signup {
  margin-top: 5%;
}
.contact .inscription-form {
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 30px;
  margin-bottom: 30px;
}

.contact .inscription-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .inscription-form .error-message br + br {
  margin-top: 25px;
}

.contact .inscription-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .inscription-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .inscription-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .inscription-form input,
.contact .inscription-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .inscription-form input::focus,
.contact .inscription-form textarea::focus {
  background-color: #68a4c4;
}

.contact .inscription-form input {
  padding: 10px 15px;
}

.contact .inscription-form textarea {
  padding: 12px 15px;
}

.contact .inscription-form button[type="submit"] {
  background: #009cde;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
}

.contact .inscription-form button[type="submit"]:hover {
  background: #8dbad2;
}
