a {
  color: inherit; }

body {
  box-sizing: border-box;
  margin: 0;
  height: 100%;
  -webkit-font-smoothing: antialiased; }

html {
  height: 100%; }

ul {
  list-style: none;
  margin: 0;
  padding: 0; }

body > .page {
  background: #fff;
  position: relative; }
  body > .page > .header {
    border-bottom: solid 1px #fafafa; }

.loader {
  background: url("/img/loader.svg") no-repeat center top;
  background-size: 32px;
  color: #00a6d5;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  max-height: 16px;
  margin: auto;
  padding-top: 48px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.cgu {
  color: #575756;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  max-width: 960px;
  padding: 20px 50px 50px 50px; }
  .cgu a,
  .cgu h2 {
    color: #00a6d5; }
  .cgu br,
  .cgu h3 {
    margin-bottom: 5px; }
  .cgu h1 {
    font-size: 2em;
    text-align: center; }
  .cgu h2 {
    font-size: 1.2em;
    margin-bottom: 16px; }
  .cgu h3 {
    font-size: 1em; }
    .cgu h3 + p {
      margin-top: 10px; }
  .cgu p {
    text-align: justify;
    margin-top: 0;
    margin-bottom: 16px; }
  .cgu br {
    display: block; }
  .cgu h2 {
    font-weight: 300; }
    .cgu h2 strong {
      font-weight: 700; }
  .cgu ul {
    list-style: initial;
    margin: initial;
    padding: 0 32px; }
    .cgu ul + p {
      margin-top: 16px; }
