/*
Author: Thomas Villain - Anybodesign
Author URI: http://anybodesign.com/
Description: WordCamp Paris 2016 Presentation
Version: 1.0
*/
/* ------------------------- */
/* = Reset
/* ------------------------- */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, address, em, img, ins, kbd, q, s, samp, small, strong, sub, sup, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, embed, figure, figcaption, footer, header, hgroup, nav, section, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: top;
  box-sizing: border-box;
}

header, footer, section, article, nav, aside, figure, figcaption, hgroup {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* ------------------------- */
/* = Basics
/* ------------------------- */
html {
  font-size: 144.5%;
}
@media only screen and (max-width: 1024px) {
  html {
    font-size: 77.5%;
  }
}

body, html {
  overflow: hidden !important;
}

body {
  background-color: #d0d0d0;
}

.section, .slide {
  text-align: center;
}

.section {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
}

.slide {
  position: relative;
}

.bg-img {
  position: absolute;
  width: 100%;
  height: auto;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
}

div.bg-img {
  height: 100%;
}

.bg-blend {
  mix-blend-mode: lighten;
}

h1, h2 {
  font-size: 2.8em;
  font-family: 'kelson-bold', Helvetica, Arial, sans-serif;
  font-weight: normal;
}

p,
ul, ol, dl,
blockquote,
pre,
td, th,
textarea,
label, figcaption, hgroup, address,
small {
  font-family: 'ocr-regular', Helvetica, Arial, sans-serif;
  font-size: 1.8em;
}

strong {
  font-family: 'ocr-bold', Helvetica, Arial, sans-serif;
}

em {
  font-style: normal;
  color: #9c0;
}

.underlined {
  text-decoration: underline;
}

h1 {
  position: relative;
  display: inline-block;
  width: auto;
  background-color: #fff;
  color: #000;
  padding: .3em;
}
h1.inverted {
  color: #fff;
  background-color: #000;
}
h1.title-sans, h1.title-wtf, h1.title-emo, h1.title-rwd {
  color: #fff;
  background-color: transparent;
}
h1.title-wtf {
  font-size: 5em;
  top: .75em;
}
h1.title-wtf span {
  font-size: 70%;
}
h1.title-deniro {
  left: -5em;
}
h1.title-emo {
  left: 5em;
}
h1.title-old {
  left: -6em;
  top: 0;
}
h1.title-maquette {
  left: -4em;
  top: -4em;
}
h1.title-crea {
  left: -5em;
  top: 3em;
}
h1.title-webdesign {
  top: -3em;
}
h1.title-rwd {
  left: 3.4em;
  position: relative;
}
h1.title-rwd span {
  background-color: #fff;
  color: #000;
  padding: .3em;
}
h1.title-rwd span.inverted {
  color: #fff;
  background-color: #000;
  position: absolute;
  top: -1.9em;
  left: -1.4em;
}
h1.title-ally {
  top: -3em;
}
h1.title-cadre {
  top: -1.2em;
}

.title-tournier {
  font-size: 2em;
  margin-top: 2em;
}
.title-tournier strong {
  display: block;
  margin-top: 1em;
}

.old-list {
  margin-top: 1.5em;
  list-style-type: decimal;
  text-align: left;
  padding-left: 4em;
  color: #fff;
}
.old-list li {
  max-width: 14em;
  margin-bottom: 1.1em;
}

.text-wp {
  color: #fff;
  margin-top: 8em;
  line-height: 1.3;
}

.end-title {
  display: none;
}

.fp-viewing-13 .end-title {
  display: inline;
  top: -2em;
  position: relative;
}
.fp-viewing-13 .end-title span {
  position: absolute;
  top: 15px;
  display: inline-block;
  vertical-align: baseline;
}
.fp-viewing-13 .this {
  left: -5em;
  width: 2.8em;
  -webkit-animation: this-out 6s;
          animation: this-out 6s;
}
.fp-viewing-13 .the {
  left: 0;
}
.fp-viewing-13 .end {
  left: 1.6em;
  opacity: 0;
  -webkit-animation: end-out 5s;
          animation: end-out 5s;
}
.fp-viewing-13 .just, .fp-viewing-13 .begin {
  -webkit-animation: typo-in 7s;
          animation: typo-in 7s;
}
.fp-viewing-13 .just {
  left: -2em;
}
.fp-viewing-13 .begin {
  left: 1.8em;
}

/* ------------------------- */
/* = Animations
/* ------------------------- */
@-webkit-keyframes typo-in {
  0% {
    opacity: 0;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes typo-in {
  0% {
    opacity: 0;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes end-out {
  0% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes end-out {
  0% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes this-out {
  0% {
    left: -3em;
  }
  50% {
    left: -3em;
  }
  100% {
    left: -5em;
  }
}
@keyframes this-out {
  0% {
    left: -3em;
  }
  50% {
    left: -3em;
  }
  100% {
    left: -5em;
  }
}
/* ------------------------- */
/* = Fonts
/* ------------------------- */
@font-face {
  font-family: 'kelson-bold';
  src: url("fonts/kelsonbold_bold-webfont.eot");
  src: url("fonts/kelsonbold_bold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/kelsonbold_bold-webfont.woff2") format("woff2"), url("fonts/kelsonbold_bold-webfont.woff") format("woff"), url("fonts/kelsonbold_bold-webfont.ttf") format("truetype"), url("fonts/kelsonbold_bold-webfont.svg#kelson-bold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ocr-bold';
  src: url("fonts/ocr-bczykbold-webfont.eot");
  src: url("fonts/ocr-bczykbold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/ocr-bczykbold-webfont.woff2") format("woff2"), url("fonts/ocr-bczykbold-webfont.woff") format("woff"), url("fonts/ocr-bczykbold-webfont.ttf") format("truetype"), url("fonts/ocr-bczykbold-webfont.svg#ocr-bold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ocr-regular';
  src: url("fonts/ocr-bczyknorm-webfont.eot");
  src: url("fonts/ocr-bczyknorm-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/ocr-bczyknorm-webfont.woff2") format("woff2"), url("fonts/ocr-bczyknorm-webfont.woff") format("woff"), url("fonts/ocr-bczyknorm-webfont.ttf") format("truetype"), url("fonts/ocr-bczyknorm-webfont.svg#ocr-regular") format("svg");
  font-weight: normal;
  font-style: normal;
}

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