html {
  height: 100%; }

h1, h2, h3, h4 {
  color: #00a888;
  font-weight: 600;
  margin-top: 1em; }
  .col > h1:first-child, .col > h2:first-child, .col > h3:first-child, .col > h4:first-child {
    margin-top: 0; }

h1 {
  font-size: 30px; }

h2 {
  font-size: 25px; }

h3 {
  font-size: 21px; }

h4 {
  font-size: 18px; }

a, a:active, a:hover, a:visited {
  color: #008aa8; }
  .green a, .green a:active, .green a:hover, .green a:visited {
    color: white; }

body {
  height: 100%;
  font-family: 'Open sans', sans-serif;
  color: #182022; }
  body #header {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
            flex: 0 0 100px;
    overflow: hidden; }
    body #header.home {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 450px;
              flex: 0 0 450px; }
      body #header.home .container {
        background: #00a888 url(/images/igloo.png) right bottom no-repeat; }
    body #header .container {
      box-shadow: 0px 0px 5px #00755f;
      height: 100%;
      background-color: #00a888; }
      body #header .container h1 {
        font-weight: normal;
        margin-top: 50px;
        font-size: 30px;
        color: white;
        opacity: 0.8; }
      body #header .container .menu a {
        font-weight: 600; }
  body .container {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 0;
    box-shadow: 0px 0px 5px #d9d9d9;
    font-size: 15px; }
    body .container p {
      text-align: justify; }
  body > .green {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 0;
    background: #008f73; }
    body > .green .container {
      box-shadow: 0px 0px 5px #005c4a;
      background-color: #00a888;
      color: white; }
  body > .footer {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50px;
            flex: 0 0 50px;
    background: #ff6f28;
    overflow: hidden; }
    body > .footer .container {
      box-shadow: 0px 0px 5px #f45100;
      background-color: #ff8041;
      color: white; }
      body > .footer .container .copyleft {
        display: inline-block;
        -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
                transform: rotate(180deg); }
  body #contact form textarea {
    height: 250px; }
  body #docs ul {
    padding-left: 0px;
    list-style-type: none; }
    body #docs ul li a {
      font-size: 16px; }
  body #charte p.c0 {
    color: #00a888;
    font-weight: bold; }
    body #charte p.c0 .intro {
      color: #182022;
      font-weight: bold; }

