/** Mixins - Placés là à l'arrache, et oui **/
body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body .h1,
body .h2,
body .h3,
body .h4,
body .h5,
body .h6 {
  font-family: inherit;
  font-weight: 600;
  line-height: 1.1;
  color: inherit;
}
body h1,
body .h1,
body h2,
body .h2,
body h3,
body .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
body h1 {
  font-size: 3.3rem;
  font-weight: 900;
  width: 100%;
  text-transform: uppercase;
}
body h2 {
  font-size: 2.8rem;
  font-weight: 200;
  width: 100%;
  padding: 0px 0 10px 0;
}
body h3 {
  font-size: 1.75rem;
  font-weight: 600;
  color: #21a0de;
}
body h4 {
  font-size: 1rem;
  font-weight: 600;
}
body h5 {
  font-size: 1rem;
  font-weight: 600;
}
body hr {
  border-top: 1px dotted #21a0de;
}
body a {
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  color: #21a0de;
}
body a:hover,
body a:focus {
  text-decoration: underline;
  color: #146085;
}
body pre {
  color: #21a0de;
  border-width: 0;
  border-radius: 0;
  background: none;
  font-size: 1.1rem;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 10px 0;
  font-weight: 600;
  white-space: pre-wrap;
}
body ul li {
  background-position: left 10px;
  background-repeat: no-repeat;
  padding-left: 14px;
  margin-left: 14px;
  padding-top: 3px;
  padding-bottom: 3px;
}
