.conteneur-lettre {
  height: auto;
  width: 100%;
  background-color: rgba(42, 42, 42, .9);
  position: relative;
}

.ligne-titre {
  width: 100%;
  height: 5px;
  background-color: #ffffff;
  margin-top: 20px;
  margin-bottom: 10px;
}

.texte p {
  font-family: stencil;
  color: #FFFFFF;
  font-size: 72px;
  padding-top: 150px;
  padding-left: 500px;
}

.texte {
  position: relative;
  padding-left: 200px;
}

.inscription {
  color: #FFFFFF;
  font-family: MS PGothic;
  font-size: 30px;
  padding-bottom: 100px;
  padding-top: 120px;
  display: flex;
  text-align: center;
  margin-left: 220px
}

form {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

label {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}

input[type="text"] {
  width: 300px;
  padding: 10px;
  text-align: left;
  font-family: MS PGothic;
}

p {
  margin-right: 10px;
  font-family: MS PGothic;
  color: white;
  font-size: 24px;
}

input[type="submit"] {
  font-family: stencil;
  padding: 10px 20px;
  margin-top: 30px;
  background-color: rgba(255, 255, 255);
  color: #2A2A2A;
  border: 10px solid #2A2A2A;
  cursor: pointer;
  font-size: 2vw;
  display: flex;
  justify-content: center;
  align-items: center;
}

input[type="submit"]:hover {
  background-color: #2A2A2A;
  color: rgba(255, 255, 255);
}

.lettre-fin {
  height: 50px;
  width: 100%;
  background-color: rgb(63, 63, 63);
}