html,
body {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
body {
  background-color: #222;
  background-image: url("data:image/png");
  background-repeat: repeat;
  font-family: 'Open sans condensed', sans-serif;
  font-size: 12px;
  color: rgba(255,255,255,0.9);
  font-weight: 300;
}
@media screen and (min-width: 374px) {
  body {
    font-size: calc(12px + 4 * ((100vw - 374px) / 706));
  }
}
.textshadow {
  text-shadow: 1px 1px 1px #555;
}
.share {
  position: absolute;
  bottom: 20px;
  left: 24px;
  margin: 0;
  z-index: 1;
  font-size: 0.9em;
}
.photo {
  position: absolute;
  left: 5%;
  bottom: 10%;
  margin: 0;
  float: left;
  color: #888;
  text-align: left;
  z-index: 1;
  font-size: 1em;
}
.credit {
  position: absolute;
  bottom: 40px;
  left: 5%;
  margin: 0;
  float: left;
  color: #888;
  text-align: left;
  z-index: 1;
  font-size: 0.5em;
}
.spec {
  position: relative;
  color: rgba(255,99,71,0.8);
}
.retour a {
  position: absolute;
  font-size: 1.2em;
  font-weight: normal;
  top: 15px;
  left: 50px;
  margin: 0;
  float: right;
  color: #b2961c;
  text-align: left;
  z-index: 100;
}
.retour a:hover {
  color: #d63c3e;
}
a {
  color: #eee;
  font-weight: normal;
  text-decoration: none;
}
.retour2 a {
  display: block;
  height: 30px;
  position: absolute;
  font-size: 0.8em;
  font-weight: normal;
  top: 15px;
  right: 50px;
  margin: 0;
  color: #b2961c;
  text-align: left;
  z-index: 100;
}
.retour2 a:hover {
  color: #d63c3e;
}
.retour3 a {
  display: block;
  height: 30px;
  position: absolute;
  font-size: 0.8em;
  font-weight: normal;
  top: 15px;
  right: 150px;
  margin: 0;
  color: #b2961c;
  text-align: left;
  z-index: 100;
}
.retour3 a:hover {
  color: #d63c3e;
}
.retour4 a {
  display: block;
  height: 30px;
  position: absolute;
  font-size: 0.8em;
  font-weight: normal;
  top: 15px;
  right: 300px;
  margin: 0;
  color: #b2961c;
  text-align: left;
  z-index: 100;
}
.retour4 a:hover {
  color: #d63c3e;
}
.txt {
  display: block;
  width: 50%;
  text-align: justify;
  left: 45%;
  position: absolute;
  font-size: 1.2em;
  line-height: 1.8em;
}
.extrait {
  display: block;
  width: 60%;
  text-align: justify;
  left: auto;
  right: 50px;
  position: absolute;
  font-size: 1.2em;
  line-height: 1.8em;
}
.dates {
  margin-right: 50px;
  text-align: right;
}
.layer {
  text-align: left;
  text-shadow: 1px 1px 0px rgba(0,0,0,0.1);
}
.layer h2 {
  display: block;
  position: relative;
  font-weight: normal;
  top: 0;
  font-size: 2em;
  margin-right: 50px;
  z-index: 500;
}
.layer h2 a {
  text-decoration: none;
  color: #fff;
}
.layer h2 a:hover {
  color: #7f0c12;
}
.layer h3 {
  position: relative;
  top: 0;
  font-size: 0.9em;
  font-weight: normal;
  margin-right: 50px;
}
.layer p {
  position: relative;
  top: 30%;
  margin: 0;
}
.layer.one {
  background: #000;
}
.layer.two {
  background: #95dc84;
  -webkit-box-shadow: 1px 1px 2px #000;
          box-shadow: 1px 1px 2px #000;
}
.layer.three {
  background: #64b9d2;
}
.right {
  text-align: right;
  text-shadow: 1px 1px 0px rgba(0,0,0,0.1);
}
.suite {
  font-style: italic;
  margin: 0;
  font-size: 0.9em;
  letter-spacing: 0.05em;
  display: inline-block;
  float: right;
  text-align: right;
  position: relative;
  z-index: 500;
}
.img .boreales {
  position: relative;
  top: 5%;
  display: block;
  max-height: 600px;
  -webkit-box-shadow: 1px 1px 1px #000;
          box-shadow: 1px 1px 1px #000;
}
.bullets {
  position: absolute;
  width: 100%;
  top: 20px;
  padding: 0;
  margin: 0;
  text-align: center;
  z-index: 100;
}
.bullets li {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin: 0 3px;
  background: rgba(199,168,30,0.7);
  -webkit-box-shadow: 0px 0px 4px rgba(199,168,30,0.2);
          box-shadow: 0px 0px 4px rgba(199,168,30,0.2);
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.bullets li:hover {
  background: #7f0c12;
}
.bullets li.active {
  cursor: default;
  background: #d63c3e;
}
@media all and (max-width: 1024px) {
  body {
    font-size: 12px;
  }
  .img .boreales {
    position: relative;
    top: 5%;
    display: block;
    max-height: 500px;
    -webkit-box-shadow: 1px 1px 1px #000;
            box-shadow: 1px 1px 1px #000;
  }
  .layer h2 {
    font-size: 2.5em;
  }
  .bullets li {
    margin: 0 6px;
  }
}
@media all and (max-width: 1024px) {
  .github-ribbon {
    display: none;
  }
}
@media screen and (max-width: 800px) {
  body {
    font-size: 12px;
  }
  .img .boreales {
    position: relative;
    top: 5%;
    display: block;
    max-height: 400px;
    -webkit-box-shadow: 1px 1px 1px #000;
            box-shadow: 1px 1px 1px #000;
  }
  .layer h2 {
    font-size: 2.5em;
  }
  .bullets li {
    margin: 0 6px;
  }
}
@media screen and (max-width: 800px) {
  .github-ribbon {
    display: none;
  }
}
@media screen and (max-width: 320px) {
  body {
    font-size: 10px;
  }
  .img .boreales {
    position: relative;
    top: 30%;
    display: block;
    width: 320px;
    -webkit-box-shadow: 1px 1px 1px #000;
            box-shadow: 1px 1px 1px #000;
  }
  .layer h2 {
    font-size: 1.5em;
    right: 2%;
    margin-right: 1%;
  }
  .bullets li {
    margin: 25px 7px 0px 7px;
    width: 0.9em;
    height: 0.9em;
  }
}
@media screen and (max-width: 320px) {
  .extrait,
  .text {
    display: block;
    width: 98%;
    margin: 1%;
    right: 2%;
  }
}
@media screen and (max-width: 320px) {
  .layer h3,
  .dates {
    right: 2%;
    margin-right: 1%;
  }
}
@media screen and (max-width: 320px) {
  .github-ribbon {
    display: none;
  }
}
