.compte{
  background: #ABDA11;
  margin: 5%;
  padding: 3%
}

.btn5{
  background: #D4F5D8;
}

.btn:focus{
  border: none;
  box-shadow: none;

}

.form-control:focus {
  border: none;
  box-shadow: 0 0 0 0.2rem #D4F5D8;
}

h3{
  font-size: 2.5rem;
}

p{
  font-size: 1.5rem;
}
 .adresse{
   padding: 2%;
   border-bottom: 2px solid #D4F5D8;
 }

.col{
  padding: 1%;
}

.hideForm{
  display: none;
}
