/*---------------------------------------
  Contact            
-----------------------------------------*/

.contact {
  margin-top: 50px;
  /* background-color: blueviolet; */
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

.formulaire1 {
  width: auto;
  height: auto;
  /* background-color: aqua; */
}

.formulaire2 {
  width: auto;
  height: auto;
  /* background-color: rgb(255, 251, 0); */
}

.adress1 {
  margin-bottom: 50px;
}
