#gate {
  display: flex;
  justify-content: center;
  align-content: center;
}

#submit {
  margin-top: 3%;
  border: 3px solid #ebd289;
  background-color: #030f67;
}

.card-head {
  background-color: #030f67;
  color: white;
  border-radius: 5px 5px 0px 0px;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.card {
  width: 350px;
  height: auto;
  display: flex;
  /* text-align: center; */
}
.card-body {
  padding-top: 3%;
}
.buttonList {
  display: flex;
  justify-content: space-evenly;
  margin-top: 8%;
  margin-bottom: 3%;
  background-color: white;
}
#solde {
  margin-bottom: 3%;
}

#mockpay {
  text-align: center;
}

#payer {
  width: 100%;
}

.form-control {
  font-size: 0.8rem;
}

.store {
  background-color: #ebd289;
  color: white;
  width: 150px;
  margin-bottom: 3%;
}
.offer {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.offertxt {
  font-size: 0.8em;
  margin-bottom: 0;
}

.form-group {
  margin-bottom: 2%;
  padding: 0;
}
form {
  padding: 0;
}

.extension {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.payment {
  display: flex;
  flex-direction: column;
  padding: 5%;
  padding-top: 0%;
  padding-bottom: 0%;
  height: 100%;
}
.carte-second {
  display: flex;
}

.cvc {
  padding-left: 10%;
  padding-right: 20%;
}
.titulaire {
  padding-left: 5%;
}
