@import url("https://fonts.googleapis.com/css2?family=Press+Start+2P&family=Quicksand:wght@300&family=Roboto&display=swap");

body {
  background-color: #edf2f4;
}

.main_page {
  display: flex;
  flex-direction: column;
  align-items: center;
}

h1 {
  display: flex;
  justify-content: center;
  margin-top: 5rem;
  padding-top: 3rem;
  font-size: 3rem;
  font-family: "Quicksand", sans-serif;
}

/**************************/
.formulaire_contact {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.trait {
  width: 10%;
  height: 2px;
  background: black;
}

body {
  font-family: "Quicksand", sans-serif;
  padding: 0px;
}

input[type="text"],
textarea,
input[type="email"] {
  width: 100%;
  padding: 18px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 40px;
  margin-right: 0px;
  margin-left: 0px;
}

input[type="tel"] {
  width: 100%;
  padding: 18px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 40px;
  margin-right: 0px;
  margin-left: 0px;
}

input[type="submit"] {
  background-color: #1255a2;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.container {
  box-sizing: border-box;
  border-radius: 5px;
  background-color: #1c1c37;
  padding: 40px;
  width: 70%;
  margin-bottom: 4rem;
  padding-top: 3rem;
  margin-top: 6rem;
  max-width: 45rem;
  min-width: 20rem;
}
h1 {
  width: 100%;
  margin-bottom: 0rem;
}

textarea {
  height: 200px;
}

.btn_envoyer {
  padding: 1rem;
  border-radius: 5px;
  background: #1255a2;
  font-size: 20px;
  border: none;
  color: #edf2f4;
  transition: 1s;
}

.btn_envoyer:hover {
  background: #edf2f4;
  color: #1255a2;
}
