#infosDiv {
  padding-top: 5%;
  width: 100%;
  text-align: center;
  color: white;
  display: flex;
  justify-content: space-around;
  align-items: center;
  background-color: #2e2e2e;
  flex-wrap: wrap;
}

#infosNumerosDiv {
  width: 50%;
}

#footer {
  display: flex;
  width: 100%;
  background-color: black;
  padding-top: 2%;
  padding-bottom: 2%;
  background-color: #2e2e2e;
  justify-content: center;
  flex-wrap: wrap;
}

#contactDiv {
  padding-top: 2%;
  text-align: center;
  color: white;
  background-color: #2e2e2e;
}

#boutonContact {
  padding-top: 2%;
  background-color: #2e2e2e;
}

#mapDiv {
  width: 50%;
  display: flex;
  justify-content: center;
}

#contentWrapper {
  width: 90%;
}
