@import url("./components/general.css");
@import url("./components/header.css");
@import url("./components/contact.css");

.titre {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.2em;
  flex-direction: column;
  border-bottom: 2px solid black;
  height: 300px;
  background-image: url(../../../img/charte8/road.webp);
  background-size: cover;
  margin-top: 80px;
}

.titre p {
  margin-top: 5px;
  font-size: 0.9em;
}

@media screen and (max-width: 600px) {

  .column,
  input[type="submit"] {
    width: 100%;
    margin-top: 0;
  }
}