/*
  This file is part of the pqc-template.
  Copyright (C) 2017 Loïc Bidoux. 
   
  The pqc-template is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published by
  the Free Software Foundation; either version 3 of the License, or
  (at your option) any later version.
  
  Source Sans Pro and Acme fonts are distributed under the Open Font License. 
*/

html {
  height: 100%;
  width: 100%;
  background: #EEE;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.4;
  text-align: justify;
  color: #000;
}

body {
  width: 620px;
  margin: 35px auto 35px auto;
  padding: 20px 25px 34px 25px;
  background-color: #fff;
  box-shadow: 0px 0px 5px #A2A2A2;
}

header {
  width: 620px;
  height: 32px;
  margin: 0;
  border-bottom: 1px solid #2765C7;
}

header:after {
  content: "";
  display: block;
  clear: both;
}

header .title {
  font-family: 'Acme', sans-serif;
  font-size: 18px;
  letter-spacing: 0.25px;
  float: left;
  color: #2765C7;
  line-height: 1.6em;
}

header ul {
  float: right;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

header ul li {
  font-family: 'Acme', sans-serif;
  display: inline-block;
  margin: 0 14px 0 14px;
}

header ul li:last-child {
  margin: 0 3px 0 14px;
}

header ul li a {
  color: #252525;
  text-decoration: none;
}

header ul li a.active,
header ul li a:hover {
  color: #2765C7;
}

main {
  margin: 00;
  padding: 0;
}

section {
  width: 525px;
  margin: 34px auto 0 auto;
}

section .title {
  font-family: 'Acme', sans-serif;
  font-size: 16px;
  color: #2765C7;
  margin: 0 0 12px 0;
}

section ul {
  margin: 18px 0 0 0;
  padding: 0 0 0 40px;
}

section ul li {
  margin: 0 0 7px 0;
  padding: 0;
  line-height: 1.2em;
  list-style: none;
}

section ul li.last {
  margin: 0;
}

section ul li:before {
  content:'\25A0';
  display: block;
  position: relative;
  max-width: 0;
  max-height: 0;
  left: -25px;
  top: -1px;
  color: #252525;
  font-size: 9px; 
}

section a.link1 {
  text-decoration: underline;
}

section a.link1:active,
section a.link1:hover {
  text-decoration: none;
}

section a.link2 {
  text-decoration: none;
}

section a.link2:active,
section a.link2:hover {
  text-decoration: underline;
}

section .bold {
  font-weight: 600; 
}

section .italic {
  font-style: italic;
}

section .red {
  color: #C44528;
}

section .blue {
  color: #2765C7;	
}

section .grey1 {
  color: #111;
}

section .grey2 {
  color: #333;
}

section a.mail {
  margin: 0 3px 0 0;
}



@media (max-width: 720px) {
  
  html {
    height: 100%;
    width: 100%;
  }

  body {
    width: calc(100% - 50px);
    margin: 0;
    padding: 25px;
  }

  main {
    width: 100%;
  }

  header {
    width: 100%;
  }

  header ul li {
    padding-top: 0px;
  }

}



@media (max-width: 600px) {
  
  header {
    height: auto;
    padding-bottom: 5px;
  }

  header .title {
    float: none;
    margin-bottom: 10px;
  }

  header ul {
    float: none;
  }

  header ul li {
    display: block;
  }

  section {
    width: calc(100% - 50px);
  }

}
