body {
  font-family: Helvetica, sans-serif;
}

#document_wrapper {
  display: flex;
  flex-direction: column;
  width: 1000px;
  margin: 20px auto;
  border: 1px solid #00a0e2;
  padding: 10px;
  gap: 30px;
}

#header_wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
}

#logo_plr {
  width: 200px;
  height: 120px;
}

#logo_spacer {
  width: 800px;
  text-align: right;
  font-size: 2em;
  color: #074ea1;
}

#content_wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

#logo_ecom26 {
  width: 370px;
}

#ecrire {
  font-size: 1.2em;
}

#ecrire > a {
  color: black;
}

#article_courrier {
  max-width: 900px;
}
