/* FORMULAIRE RESERVATION + INSCRIPTION */


#monFormulaire {
  font-family: 'David Libre', sans-serif;
  font-weight: 600;
  color: #040F48;
  background-color: #fff;
  border-radius: 10px;
  border: 2px solid #C78522;
  padding: 20px;
  width: 55%;
  margin: auto;
  font-size: 22px;
}

.resReg-title {
  text-align: center;
  font-size: 42px;
  font-weight: 500;
  color: #040F48;
  font-family: 'David Libre', sans-serif;
  margin: 45px 25px 45px 25px
}


.btn-style {
  font-family: 'Saira', sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: white;
  background-color: #493414;
  padding: 10px 10px 15px 10px;
  border-radius: 7px;
  display: block;
  margin: 50px auto;
  margin-top: 70px;
  margin-bottom: 30px;
  width: 250px;
  text-align: center;
  text-decoration: none;
  transition: all 0.1s ease;
  border: 4px solid #493414;
}

.btn-style:hover {
  color: #493414;
  font-weight: 600;
  font-size: 18px;
  background-color: white;
  border: 4px solid #493414;
}

.btn-style.secondary {
  color: white;
  background-color: #C78522;
  border: 4px solid #C78522
}

.btn-style.secondary:hover {
  color: #C78522;
  background-color: white;
  border: 4px solid #C78522;
}

.btnx2 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }



#erreur,
#responseRequete {
  text-align: center;
  color: #C78522;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 22px;
}


/* TABLETTE ------------------ */
@media screen and (max-width: 1024px) {
  #monFormulaire {
    width: 70%;
    font-size: 18px;
  }


  .resReg-title {
    text-align: center;
    font-size: 28px;
    font-weight: 500;
    color: #040F48;
    font-family: 'David Libre', sans-serif;
    margin: 25px 35px 30px 35px
  }


  .btn-style {
    font-family: 'Saira', sans-serif;
    font-weight: 600;
    font-size: 17px;
    color: white;
    background-color: #493414;
    padding: 10px 25px;
    border-radius: 7px;
    display: block;
    margin: 50px auto;
    margin-top: 50px;
    margin-bottom: 40px;
    width: 240px;
    text-align: center;
    text-decoration: none;
    transition: all 0.1s ease;
    border: 2px solid #493414;
  }

  .btn-style:hover {
    color: #493414;
    font-weight: 600;
    font-size: 17px;
    background-color: white;
    border: 2px solid #493414;
  }

  .btn-style.secondary {
    color: white;
    background-color: #C78522;
    border: 4px solid #C78522
  }

  .btn-style.secondary:hover {
    color: #C78522;
    background-color: white;
    border: 4px solid #C78522;
  }

  .btnx2 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }

  .btnx2 button {
    margin-right: 15px;
  }

  #erreur,
  #responseRequete {
    text-align: center;
    color: #C78522;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 22px;
  }

}

/* MOBILE ------------------- */
@media screen and (max-width: 768px) {
  #monFormulaire {
    width: 95%;
    font-size: 16px;
  }


  .resReg-title {
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    color: #040F48;
    font-family: 'David Libre', sans-serif;
    margin: 5px 25px 20px 25px
  }


  .btn-style {
    font-family: 'Saira', sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: white;
    background-color: #493414;
    padding: 10px 15px;
    border-radius: 7px;
    display: block;
    margin: 50px auto;
    margin-bottom: 30px;
    width: 215px;
    text-align: center;
    text-decoration: none;
    transition: all 0.1s ease;
    border: 2px solid #493414;
  }

  .btn-style:hover {
    color: #493414;
    font-weight: 500;
    font-size: 16px;
    background-color: white;
    border: 2px solid #493414;
  }

  .btn-style.secondary {
    color: white;
    background-color: #C78522;
    border: 4px solid #C78522
  }

  .btn-style.secondary:hover {
    color: #C78522;
    background-color: white;
    border: 4px solid #C78522;
  }

  .btnx2 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }

  .btnx2 button {
    margin-right: 15px;
  }


  #erreur,
  #responseRequete {
    text-align: center;
    color: #C78522;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 22px;
  }

  

}
