main {
  margin-bottom: 2%;
}

.title {
  margin-left: auto;
  margin-right: auto;
  margin-top: 2%;
  margin-bottom: 2%;
  font-size: 3rem;
  font-family: AvenirNextHeavy;
}

.contact {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
}

.blocs {
  width: 38%;
  height: 50vh;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  position: relative;
  left: 10%;
  top: 50px;
}

.bloc {
  background: rgb(238, 238, 238);
  display: block;
  width: 48%;
  height: 48%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
}

.bloc h3 {
  margin-top: 2%;
  font-family: AvenirNextHeavy;
}

.bloc p {
  margin-top: 7%;
}

.adress p {
  margin-top: -4%;
}

.bloc img {
  margin-top: 3%;
}

.bloc a {
  text-decoration: none;
  color: black;
  margin-top: 7%;
}

.reseaux a {
  text-decoration: none;
  color: black;
}

.reseaux span {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
}

.tiktok,
.ytb {
  margin-top: 10%;
}

.insta,
.tiktok,
.ytb {
  display: flex;
  flex-direction: row;
}

.insta p,
.tiktok p,
.ytb p {
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 7%;
}

.formulaire {
  width: 60%;
  height: auto;
  padding: 20px 50px 20px 200px;
  background: #6fbdd1;
  display: flex;
  flex-direction: column;
}

.formulaire h1 {
  font-family: AvenirNextHeavy;
  margin-bottom: 2%;
}

.formulaire input {
  border: none;
  background: white;
  width: 80%;
  height: 40px;
  border-radius: 20px;
  padding-left: 10px;
  margin-bottom: 20px;
}

.formulaire .msg {
  height: 200px;
}

.send {
  border: none;
  border-radius: 20px;
  padding: 10px 20px 10px 20px;
  background: white;
  width: 100px;
}
