@-webkit-keyframes swipe {
  0% {
    margin-left: 20%;
    opacity: 0; }

  20% {
    opacity: 1; }

  90% {
    opacity: 1; }

  100% {
    opacity: 0;
    margin-left: -30%; } }
@-moz-keyframes swipe {
  0% {
    margin-left: 20%;
    opacity: 0; }

  20% {
    opacity: 1; }

  90% {
    opacity: 1; }

  100% {
    opacity: 0;
    margin-left: -30%; } }
@-o-keyframes swipe {
  0% {
    margin-left: 20%;
    opacity: 0; }

  20% {
    opacity: 1; }

  90% {
    opacity: 1; }

  100% {
    opacity: 0;
    margin-left: -30%; } }
@keyframes swipe {
  0% {
    margin-left: 20%;
    opacity: 0; }

  20% {
    opacity: 1; }

  90% {
    opacity: 1; }

  100% {
    opacity: 0;
    margin-left: -30%; } }
@-webkit-keyframes swipeElem {
  0% {
    left: 100%;
    opacity: 0; }

  90% {
    opacity: 0.7; }

  100% {
    opacity: 0;
    left: 80%; } }
@-moz-keyframes swipeElem {
  0% {
    left: 100%;
    opacity: 0; }

  90% {
    opacity: 0.7; }

  100% {
    opacity: 0;
    left: 80%; } }
@-o-keyframes swipeElem {
  0% {
    left: 100%;
    opacity: 0; }

  90% {
    opacity: 0.7; }

  100% {
    opacity: 0;
    left: 80%; } }
@keyframes swipeElem {
  0% {
    left: 100%;
    opacity: 0; }

  90% {
    opacity: 0.7; }

  100% {
    opacity: 0;
    left: 80%; } }
@-webkit-keyframes swipeTrace {
  0% {
    margin-left: 22%;
    width: 7%;
    opacity: 0; }

  20% {
    width: 20%; }

  90% {
    opacity: 1; }

  100% {
    opacity: 0;
    margin-left: -27%; } }
@-moz-keyframes swipeTrace {
  0% {
    margin-left: 22%;
    width: 7%;
    opacity: 0; }

  20% {
    width: 20%; }

  90% {
    opacity: 1; }

  100% {
    opacity: 0;
    margin-left: -27%; } }
@-o-keyframes swipeTrace {
  0% {
    margin-left: 22%;
    width: 7%;
    opacity: 0; }

  20% {
    width: 20%; }

  90% {
    opacity: 1; }

  100% {
    opacity: 0;
    margin-left: -27%; } }
@keyframes swipeTrace {
  0% {
    margin-left: 22%;
    width: 7%;
    opacity: 0; }

  20% {
    width: 20%; }

  90% {
    opacity: 1; }

  100% {
    opacity: 0;
    margin-left: -27%; } }
div, img, section, article {
  box-sizing: border-box; }

html {
  font-size: 12px; }

html, body {
  color: #173042;
  background: #f2f2f2;
  font-family: "Open sans", "Tahoma", sans-serif; }

a {
  color: inherit; }

a:hover {
  color: #a2a2a2; }

a:visited {
  color: inherit; }

#main, nav {
  opacity: 0; }

html, body {
  width: 100%;
  height: 100%;
  zoom: 1;
  overflow: hidden;
  display: block; }

#loader {
  position: fixed;
  top: 50%;
  left: 50%; }
  #loader #loader-img {
    width: 64px;
    height: 64px;
    margin-left: -32px;
    margin-top: -32px; }

#main {
  position: relative;
  height: 100%;
  width: 100%;
  display: block; }

#intro {
  position: relative;
  height: 100%;
  top: 0%; }

section {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden; }

nav#main-menu {
  position: fixed;
  z-index: 2000;
  left: 100%;
  top: 0;
  bottom: 0;
  width: 80%;
  height: 100%; }

#intro {
  overflow-y: auto; }
  #intro .header-logo {
    width: 100%;
    display: block;
    margin: auto;
    padding: 1rem; }
  #intro h1 {
    text-align: center;
    line-height: 1.2;
    font-size: 2rem;
    margin-bottom: 2rem; }
  #intro #header-polygon {
    position: absolute;
    padding-bottom: 2rem;
    width: 100%; }
    #intro #header-polygon a {
      display: block;
      margin-left: 1rem;
      margin-right: 1rem;
      line-height: 2rem;
      text-decoration: none;
      text-transform: uppercase;
      padding: 1rem 3rem;
      text-align: center;
      color: white;
      background: #e84c3c;
      background-size: 100% 100%; }

nav#main-menu {
  background: #1c2833;
  color: white;
  border-left: 0.4rem solid #34495e; }

#menu-overlay {
  position: fixed;
  z-index: 1800;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  display: none; }

#menu-navigate {
  position: absolute;
  right: 100%;
  overflow-x: visible;
  top: 60%; }

#menu-buttons {
  position: relative;
  right: 0; }

.menu-button {
  overflow: hidden;
  right: 0;
  height: 3rem;
  padding: 1rem;
  padding-right: 0;
  background: #34495e;
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  position: absolute; }
  .menu-button .menu-icon {
    background-size: 100% 100%;
    display: inline-block;
    font-size: 1.5rem;
    width: 2rem;
    height: 2rem;
    margin-top: 0.6rem;
    margin-left: 0.6rem;
    vertical-align: middle;
    position: absolute; }
  .menu-button a {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    display: inline-block;
    font-size: 1.6rem;
    line-height: 2rem;
    text-align: right;
    letter-spacing: 0.2rem;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: middle;
    position: absolute;
    margin-left: 3rem;
    margin-top: 0.5rem; }

#menu-toogle {
  width: 11.5rem; }
  #menu-toogle .menu-icon {
    background: url("img/menu-toogle.svg") no-repeat;
    background-size: 100% 100%; }

#menu-top {
  width: 11.5rem; }
  #menu-top .menu-icon {
    background: url("img/menu-top.svg") no-repeat;
    background-size: 100% 100%; }

#menu-more {
  width: 14rem; }
  #menu-more .menu-icon {
    background: url("img/menu-more.svg") no-repeat;
    background-size: 100% 100%; }

#menu-content {
  height: 100%;
  width: 100%; }
  #menu-content div {
    box-sizing: content-box; }

header#menu-header {
  width: 100%; }
  header#menu-header a {
    width: 100%;
    text-decoration: none;
    text-align: center; }
    header#menu-header a img {
      width: 100%;
      padding: 1rem; }
    header#menu-header a h1 {
      margin-top: 0; }
      header#menu-header a h1 span {
        display: block; }
      header#menu-header a h1 .prenom {
        font-size: 1.7em;
        line-height: 1; }
      header#menu-header a h1 .nom {
        font-size: 0.7em; }
      header#menu-header a h1 .portfolio {
        font-size: 1em; }
      header#menu-header a h1 .portfolio:before {
        content: "";
        display: block;
        margin: auto;
        width: 3rem;
        border-top: 0.1rem solid white;
        margin-top: 1rem;
        margin-bottom: 0.5rem; }

ul#menu-nav {
  text-decoration: none;
  padding-left: 0rem;
  margin-top: 0;
  position: relative; }
  ul#menu-nav li:before {
    content: "";
    display: block;
    margin: 0;
    margin-bottom: 0.7rem;
    border-top: 0.1rem solid white;
    opacity: 0.2; }
  ul#menu-nav li:last-child:after {
    content: "";
    display: block;
    margin: 0;
    margin-top: 0.7rem;
    border-top: 0.1rem solid white;
    opacity: 0.2; }
  ul#menu-nav li:hover {
    background: rgba(255, 255, 255, 0.1); }
  ul#menu-nav li:last-child {
    padding-bottom: 0rem; }
  ul#menu-nav li {
    display: block;
    font-size: 1.5em;
    text-transform: uppercase;
    line-height: 1;
    padding: 0.7rem;
    padding-top: 0rem;
    transition-duration: 200ms; }
    ul#menu-nav li a {
      text-decoration: none;
      padding-left: 1rem;
      padding-right: 1rem; }

#menu-footer {
  padding: 1rem;
  margin-top: 3rem;
  text-align: center; }

article#swipe {
  padding: 0;
  position: relative;
  overflow: hidden; }
  article#swipe .swipe-elem {
    box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.12);
    border-radius: 2px;
    background: white;
    position: absolute;
    display: block;
    width: 50%;
    top: 2rem;
    bottom: 2rem;
    left: 50%; }
  article#swipe .swipe-trace {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: 22%;
    margin-top: -12%;
    width: 7%;
    padding-bottom: 6%;
    border-radius: 500px;
    background: none repeat scroll 0% 0% rgba(23, 48, 66, 0.3);
    box-shadow: 0 0 6px 6px rgba(23, 48, 66, 0.3); }
  article#swipe img {
    position: absolute;
    width: 20%;
    height: 20%;
    left: 50%;
    top: 50%;
    margin-left: -10%;
    margin-top: -10%; }

.play img {
  -webkit-animation: swipe 2s infinite;
  -moz-animation: swipe 2s infinite;
  -o-animation: swipe 2s infinite;
  animation: swipe 2s infinite; }
.play .swipe-elem {
  -webkit-animation: swipeElem 2s infinite;
  -moz-animation: swipeElem 2s infinite;
  -o-animation: swipeElem 2s infinite;
  animation: swipeElem 2s infinite; }
.play .swipe-trace {
  -webkit-animation: swipeTrace 2s infinite;
  -moz-animation: swipeTrace 2s infinite;
  -o-animation: swipeTrace 2s infinite;
  animation: swipeTrace 2s infinite; }

article {
  height: 100%;
  width: 100%;
  padding: 1rem;
  display: inline-block;
  vertical-align: middle; }
  article .content {
    box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.12);
    border-radius: 2px;
    background: white;
    height: 100%;
    overflow: hidden;
    position: relative; }
    article .content .rea-more:before {
      content: "";
      display: block;
      width: 90%;
      height: 1px;
      margin: auto;
      background: rgba(0, 0, 0, 0.3); }
    article .content .rea-more {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      height: 3rem;
      background: white;
      box-shadow: 0 -6px 18px 10px white; }
      article .content .rea-more p {
        text-align: center;
        line-height: 3rem;
        margin: 0px;
        font-size: 1.1em;
        opacity: 0.7; }
    article .content .rea-mini {
      padding-bottom: 0.8;
      overflow: hidden; }
      article .content .rea-mini img {
        width: 100%; }
  article .content {
    text-align: justify; }
    article .content h2 {
      font-size: 1.3em;
      padding: 0.1rem 1rem;
      line-height: 1.6;
      color: #15073e; }
    article .content h3 {
      color: #e84c3c;
      padding: 1rem 2rem 0.5rem;
      margin: 0px; }
    article .content h4 {
      padding: 1rem 1rem 0.5rem;
      margin: 0px; }
    article .content p, article .content ul, article .content pre {
      margin: 0px;
      padding: 0px 1rem;
      font-size: 0.9em; }
