
@page {
  size: A4 portrait;
  margin: 5mm 5mm;
}
body,
.wrapper {
  margin: 0;
  padding: 0;
}
header.flexbox  {
  display: none;
}
body,
.wrapper
.website article {
  background-color: none;
  border: none;
  margin-top: 0em;
}
.website article,
.website .print_down {
  page-break-after: always; /* Passage d'une page */
}
.website article .flexbox {
  font-size: 25px;
}
.website article .print {
  width: 100%;
  margin: 2em 1em;
  display: block;
}
.website article .web {
  display: none;
}

.website article .extrait p {
  margin: auto;
  text-align: center;
  font-size: 20px;
  line-height: 30px;
}
.website article .extrait {
  justify-content: center;
  flex-direction: column;
  justify-content: end;
  align-items: center;
}
.website article .extrait p {
  color: black;
  margin-top: 2em;
}
.website article h2 {
  padding: 0em 0em 2.5em 0em;
}
.website article .description {
  font-size: 12px;
}
.website article figure {
  padding: 1em;
}
.website article h2 {
  font-size: 20px;
  line-height: 15px;
}
.website article figure figcaption {
  text-align: center;
  font-size: 12px;
  bottom: 0em;
}

.website article {
  -moz-box-shadow:   none;
  -webkit-box-shadow: none;
  box-shadow:         none;
  padding: none;
  border-radius: none;
}
