html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  font-family: "Helvetica Neue", Helvetica, 'Open Sans', 'Roboto', sans-serif;
  font-size: 16px;
}

h1, h2, h3, h4, h5, h6 {
  margin-bottom: .5rem;
  margin-top: 0;
  font-weight: bold;
  text-rendering: optimizeLegibility;
}
h1 {
  transform: rotate(-1.3deg);
  padding-top: 1rem;
}
h4, h5, h6 {
  font-size: 1rem;
  margin-bottom: 0;
}

blockquote {
  font-weight: bold;
}
blockquote p::before {
  content: url(/images/picto/fd-blanc.png);
  padding-top: 4px;
  padding-left: 4px;
  padding-right: 5px;
  margin-right: 0.7rem;
  border-radius: 5px;
}

ol li::marker {
  font-weight: bold;
}

footer {
  box-sizing: border-box;
  font-size: .7rem;
  text-align: center;
  margin: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  /*height: auto;*/
}

