@font-face {
  font-family: 'Voltaire';
  font-style: normal;
  font-weight: 400;
  src: url(/fonts/voltaire.woff2) format("woff2"); }

@font-face {
  font-family: 'Catamaran';
  src: url(/fonts/catamaran400.woff);
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Catamaran';
  src: url(/fonts/catamaran600.woff);
  font-weight: bold;
  font-style: normal; }

/**************** general ****************/
:root {
  font-size: Min(16px, calc(13px + .5vw)); }

::selection {
  color: #464b4f;
  background: rgba(220, 138, 90, 0.99); }

::-moz-selection {
  color: #464b4f;
  background: #dc8a5a; }

* {
  font-family: Catamaran, sans-serif;
  font-size: 1rem;
  text-align: left;
  color: #ddd;
  margin: 0;
  padding: 0;
  border: 0; }

html {
  margin: 0;
  padding: 0;
  background: #646667 url(/img/tissu.jpg) no-repeat center center fixed;
  background-size: cover; }

body {
  display: flex;
  justify-content: center; }

a, .link {
  color: #dc8a5a;
  text-decoration: none;
  cursor: pointer; }

a:hover, .link:hover {
  color: #fff; }

body > div:nth-child(2) {
  box-sizing: border-box;
  position: relative;
  margin: 40px;
  text-align: left;
  padding: 15px 30px;
  background-color: rgba(70, 75, 79, 0.9);
  z-index: 2;
  flex-basis: 670px; }

h1 {
  color: #9f9b96;
  font-family: Voltaire, sans-serif;
  font-weight: normal;
  font-size: 2rem;
  margin: 15px 0; }

h2 {
  color: #9f9b96;
  font-family: Voltaire, sans-serif;
  font-weight: normal;
  font-size: 1.6rem;
  margin-bottom: 22px; }

h3 {
  color: #9f9b96;
  font-family: Catamaran, sans-serif;
  font-size: 1.4rem;
  margin-bottom: 8px; }

p {
  margin-bottom: 15px;
  text-align: justify; }

li {
  list-style: none;
  margin-bottom: 15px; }

li:before {
  content: "\2022";
  opacity: 0.3;
  position: absolute;
  margin-left: -17px; }

ul {
  padding-left: 17px; }

main {
  line-height: 22px; }

em {
  font-weight: bold;
  color: #dc8a5a; }

#chtulu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  /*opacity:0.15;*/ }
  #chtulu canvas {
    z-index: 1; }

/**************** header ****************/
.title {
  color: #9f9b96;
  font-family: Voltaire, sans-serif;
  font-weight: normal;
  font-size: 32px;
  margin: 10px 0 20px 0; }

a.title:hover {
  color: #ff9900; }

/**************** footer ****************/
footer {
  margin: 25px 0 0 0;
  font-size: 12px;
  color: #aaa;
  text-align: right; }
  footer * {
    font-size: 12px; }

/**************** nav ****************/
nav {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 20px; }
  nav div, nav a {
    flex-shrink: 1;
    font-family: Catamaran, sans-serif;
    font-size: .8rem;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.13em;
    height: 18px;
    line-height: 18px;
    padding: 10px 16px 7px 16px;
    border: 1px solid;
    border-radius: 3px;
    margin-bottom: 10px; }
  nav a {
    background: linear-gradient(rgba(127, 127, 127, 0.1), rgba(0, 0, 0, 0.1));
    color: #c58057;
    border-top-color: rgba(255, 255, 255, 0.1);
    border-right-color: rgba(0, 0, 0, 0.2);
    border-bottom-color: rgba(0, 0, 0, 0.2);
    border-left-color: rgba(255, 255, 255, 0.1);
    box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.1); }
  nav a:hover, nav div {
    background: linear-gradient(rgba(255, 255, 255, 0.1), rgba(127, 127, 127, 0.1));
    color: #dc8a5a; }
  nav div {
    border-top-color: rgba(0, 0, 0, 0.2);
    border-right-color: rgba(255, 255, 255, 0.1);
    border-bottom-color: rgba(255, 255, 255, 0.1);
    border-left-color: rgba(0, 0, 0, 0.2);
    margin-top: 1px;
    line-height: 18px;
    box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.04) inset; }

/**************** index ****************/
.photo {
  margin-bottom: 15px;
  width: 100%; }

/**************** illustrations ****************/
#illustrations section {
  display: flex;
  flex-wrap: wrap; }
  #illustrations section a {
    overflow: hidden;
    /*max-width:122px;
		min-width: 80px;*/
    /*height:122px;*/
    display: block;
    flex: 1 0 122px; }
    #illustrations section a img {
      width: 100%;
      height: 100%;
      display: block;
      -moz-transition-duration: 0.3s;
      -o-transition-duration: 0.3s;
      -webkit-transition-duration: 0.3s;
      transition-duration: 0.3s; }
    #illustrations section a:hover img {
      -moz-transform: scale(2, 2);
      -ms-transform: scale(2, 2);
      -webkit-transform: scale(2, 2);
      transform: scale(2, 2); }

@media (max-width: 670px) {
  body > div:not(#chtulu) {
    margin: 0; } }

@media (max-width: 610px) {
  header {
    margin-left: -10px; }
    header #logo {
      margin-left: 10px; }
    header nav > * {
      flex-grow: 1;
      flex-basis: 0;
      margin-left: 10px; }
  nav::after {
    content: '';
    width: 100%;
    order: 1;
    display: block; }
  nav > *:nth-child(n + 3) {
    order: 2; } }

@media (max-width: 350px) {
  nav {
    flex-direction: column; } }

/*# sourceMappingURL=styles.css.map */