@charset "UTF-8";
@font-face {
    font-family: 'globe';
    src: url('../fonts/globe.eot');
    src: url('../fonts/globe.eot?#iefix') format('embedded-opentype'),
    url('../fonts/globe.woff') format('woff'),
    url('../fonts/globe.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'icon';
    src: url('../fonts/icon.eot');
    src: url('../fonts/icon.eot?#iefix') format('embedded-opentype'),
    url('../fonts/icon.woff') format('woff'),
    url('../fonts/icon.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

[class*=" icon-"], [class^=icon-] {
    font-family: 'icon', serif;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-arrow-right:before {
    content: "\e600"
}

.icon-github:before {
    content: "\e602"
}

.icon-info:before {
    content: "\e604"
}

.icon-cancel:before {
    content: "\e605"
}

.icon-arrow-left:before {
    content: "\e606"
}

.icon-arrow-left2:before {
    content: "\e607"
}

.icon-arrow-right2:before {
    content: "\e608"
}

.icon-long-arrow-left:before {
    content: "\e60b"
}

.icon-long-arrow-right:before {
    content: "\e60c"
}

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline
}

html {
    line-height: 1
}

ol, ul {
    list-style: none
}

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

caption, td, th {
    text-align: left;
    font-weight: 400;
    vertical-align: middle
}

blockquote, q {
    quotes: none
}

blockquote:after, blockquote:before, q:after, q:before {
    content: ""
}

a img {
    border: 0
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
    display: block
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

body, html {
    height: 100%;
    overflow: hidden
}

body {
    font-family: 'globe', serif;
    height: 200%;
    width: 400%;
    background: #fff
}

a {
    color: #000;
    text-decoration: none
}

::selection {
    color: #fff;
    background: #aaa
}

::-moz-selection {
    color: #fff;
    background: #aaa
}

.view {
    width: 25%;
    height: 50%;
    float: left;
    background: #fff
}

.view .container {
    width: 960px;
    height: 65%;
    margin: auto;
    vertical-align: middle;
    position: relative
}

.view .container .text {
    opacity: 0;
    margin-top: -27px;
    top: 40%;
    width: 535px;
    float: right;
    display: inline-block;
    position: relative;
    line-height: 27px;
    color: #c3c3c3;
    font-size: 1.25em;
    vertical-align: middle
}

.view .container .text::before, .view .container .text:before {
    content: '“';
    position: absolute;
    left: -50px;
    top: -13px;
    color: #e0e0e0;
    font-size: 4.25em;
    vertical-align: middle;
    padding-top: 27px
}

.view .container .text h1 {
    display: inline-block
}

.view .container .text h1, .view .container .text strong {
    color: #303030
}

.view .container .text a.arrow-right {
    width: 93px;
    height: 16px;
    display: inline-block;
    margin-left: 10px;
    line-height: 16px;
    -webkit-animation: arrowTransition 2s infinite;
    -moz-animation: arrowTransition 2s infinite;
    -o-animation: arrowTransition 2s infinite;
    animation: arrowTransition 2s infinite
}

.view .container .text a.arrow-right img {
    width: 43px;
    height: 16px
}

.view .container .text .borderBottom, .view .container .text .borderTop {
    display: none;
    background: #F5F5F5;
    width: 90%;
    height: 20px;
    position: absolute;
    bottom: 114px;
    left: 0;
    border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    z-index: 20
}

.view .container .text .borderBottom {
    bottom: 0;
    border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px
}

.view .container .text .console {
    counter-reset: line;
    width: 100%;
    height: auto;
    min-height: 134px;
    max-height: 134px;
    overflow-y: auto;
    display: none;
    background: #F5F5F5;
    color: #444;
    font-size: 15px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    margin-top: 30px;
    font-family: monospace;
    padding: 25px;
    position: relative
}

.view .container .text .console li .user {
    color: #8e8e8e
}

.view .container .text .console li a {
    color: #444
}

.view .container .text .console li .cursor {
    width: 5px;
    height: 16px;
    margin-left: 3px;
    vertical-align: middle;
    background: #444;
    display: inline-block;
    -webkit-animation: cursorAnim 1.5s infinite;
    -moz-animation: cursorAnim 1.5s infinite;
    -o-animation: cursorAnim 1.5s infinite;
    animation: cursorAnim 1.5s infinite
}

.view .container .text .console li .icon {
    font-size: 14px
}

.view .container .text .console li input {
    background: 0 0;
    outline: 0;
    border: 0;
    font-family: monospace;
    text-shadow: 0 0 0 #444;
    font-size: 15px;
    position: absolute;
    color: transparent;
    height: 30px;
    line-height: 16px
}

.view .container .text .console li .listSite {
    background: #fff;
    padding: 8px 16px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    line-height: 20px;
    margin-top: 10px;
    display: inline-block;
    word-break: keep-all
}

.view .container .text .console li::before, .view .container .text .console li:before {
    content: counter(line);
    counter-increment: line;
    font-size: 14px;
    vertical-align: middle;
    display: inline-block;
    margin-right: 20px;
    color: #8e8e8e
}

.view .container #eiffel, .view .container #knife {
    position: absolute;
    bottom: -3px;
    left: 40px;
    max-width: 264px;
    z-index: 10
}

.view .container #eiffel svg, .view .container #knife svg {
    top: 0 !important;
    left: 0 !important;
    right: 0 !important
}

.view .container #eiffel img, .view .container #knife img {
    display: none
}

.view .container #knife {
    max-width: 322px
}

.view .container #knife #grue, .view .container #knife #idea, .view .container #knife #keyboard, .view .container #knife #mobile, .view .container #knife #mouse, .view .container #knife #pen, .view .container #knife #wrench {
    position: absolute
}

.view .container #knife #wrench {
    bottom: 82px;
    left: 29px
}

.view .container #knife #mouse {
    bottom: 126px;
    left: 0
}

.view .container #knife #mobile {
    bottom: 201px;
    left: 23px
}

.view .container #knife #grue {
    bottom: 267px;
    left: 55px
}

.view .container #knife #idea {
    bottom: 247px;
    left: 146px
}

.view .container #knife #idea img {
    position: absolute;
    top: 0;
    right: 0;
    -webkit-animation: lightAnim 4s linear infinite;
    -moz-animation: lightAnim 4s linear infinite;
    -o-animation: lightAnim 4s linear infinite;
    animation: lightAnim 4s linear infinite
}

.view .container #knife #keyboard {
    bottom: 162px;
    left: 164px
}

.view .container #knife #pen {
    bottom: 78px;
    left: 164px
}

.view .container #factory {
    position: absolute;
    bottom: -3px;
    left: 40px;
    max-width: 393px;
    z-index: 10
}

.view .container #factory svg {
    top: 0 !important;
    left: 0 !important;
    right: 0 !important
}

.view .container #factory img {
    display: none;
    position: relative;
    z-index: 10
}

.view .container #factory img.last {
    bottom: 0
}

.view .container #factory #aiguille {
    display: none;
    position: absolute;
    width: 3px;
    height: 30px;
    background: #000;
    bottom: 174px;
    left: 195px;
    z-index: 11;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: 70% 120%;
    -moz-transform-origin: 70% 120%;
    -o-transform-origin: 70% 120%;
    transform-origin: 70% 120%;
    -webkit-animation: aiguilleAnim .3s ease-in forwards, aiguilleTiltAnim .3s .4s linear infinite;
    -moz-animation: aiguilleAnim .3s ease-in forwards, aiguilleTiltAnim .3s .4s linear infinite;
    -o-animation: aiguilleAnim .3s ease-in forwards, aiguilleTiltAnim .3s .4s linear infinite;
    animation: aiguilleAnim .3s ease-in forwards, aiguilleTiltAnim .3s .4s linear infinite
}

.view .container #factory #smoke {
    opacity: 0;
    position: absolute;
    bottom: 265px;
    left: 107px
}

.view .container #factory #boxCode, .view .container #factory #boxDesign {
    display: none;
    position: absolute;
    bottom: 230px;
    left: 20px;
    opacity: 0
}

.view .container #factory #boxCode {
    -webkit-animation: boxAnim 7s linear infinite;
    -moz-animation: boxAnim 7s linear infinite;
    -o-animation: boxAnim 7s linear infinite;
    animation: boxAnim 7s linear infinite
}

.view .container #factory #boxDesign {
    -webkit-animation: boxAnim 7s 1.8s linear infinite;
    -moz-animation: boxAnim 7s 1.8s linear infinite;
    -o-animation: boxAnim 7s 1.8s linear infinite;
    animation: boxAnim 7s 1.8s linear infinite
}

.view .container #factory #website {
    display: none;
    position: absolute;
    bottom: 150px;
    left: 209px;
    -webkit-animation: websiteAnim 7s 1.8s linear infinite;
    -moz-animation: websiteAnim 7s 1.8s linear infinite;
    -o-animation: websiteAnim 7s 1.8s linear infinite;
    animation: websiteAnim 7s 1.8s linear infinite
}

.view .container #factory #website .light {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    top: -32px;
    left: 14px;
    opacity: 0;
    -webkit-animation: websiteLightAnim 7s 1.8s linear infinite;
    -moz-animation: websiteLightAnim 7s 1.8s linear infinite;
    -o-animation: websiteLightAnim 7s 1.8s linear infinite;
    animation: websiteLightAnim 7s 1.8s linear infinite
}

.view .container #clouds {
    opacity: 0
}

.view .container #clouds img:first-child {
    position: absolute;
    bottom: 200px;
    left: 50px;
    width: 100px;
    height: 68px
}

.view .container #clouds img:last-child {
    position: absolute;
    bottom: 155px;
    left: 270px;
    width: 90px;
    height: 62px
}

.view .container #streetlamp {
    position: absolute;
    bottom: -3px;
    left: 860px;
    z-index: 10
}

.view .container #streetlamp svg {
    top: 0 !important;
    left: 0 !important;
    right: 0 !important
}

.view .container #streetlamp img {
    display: none;
    height: 90px;
    width: 20px
}

.view .container #robot {
    display: none;
    position: absolute;
    bottom: -4px;
    left: -999px;
    z-index: 9;
    height: auto;
    width: 24px
}

.view .container #robot img.animation {
    width: 24px;
    min-height: 38px;
    margin-bottom: -41px;
    -webkit-animation: robotJump 1s ease-in forwards;
    -moz-animation: robotJump 1s ease-in forwards;
    -o-animation: robotJump 1s ease-in forwards;
    animation: robotJump 1s ease-in forwards
}

.view .container #robot::after, .view .container #robot:after {
    content: " ";
    display: block;
    background: #fff;
    width: 48px;
    height: 38px;
    position: absolute;
    bottom: -37px;
    z-index: 7
}

.view .drawing {
    width: 0;
    height: 3px;
    background: #000;
    z-index: 8
}

.view#thanks .text {
    top: 60%;
    opacity: 1;
    z-index: 999
}

.view#thanks .text .contact .contact-button {
    background: #000;
    border-radius: 5px;
    color: #fff;
    font-size: 18px;
    padding: 10px 15px;
    display: block;
    width: 150px;
    margin-top: 30px;
    text-align: center
}

.view#thanks .text .dribbble {
    color: #ea4c89
}

.view#thanks .text .drawMore .rebound {
    background: #fff;
    width: 100px;
    height: 75px;
    border: 3px solid #000;
    border-radius: 10px;
    -moz-border-radius: 10px;
    display: inline-block;
    margin: 8px 15px 8px 0;
    text-align: center;
    vertical-align: top
}

.view#thanks .text .drawMore .rebound img {
    max-width: 75px;
    max-height: 50px;
    margin-top: 8px
}

.view#thanks .text .drawMore .rebound.add {
    border: 3px solid #ea4c89;
    position: relative
}

.view#thanks .text .drawMore .rebound.add::before, .view#thanks .text .drawMore .rebound.add:before {
    content: "";
    width: 40px;
    height: 8px;
    background: #ea4c89;
    display: block;
    position: absolute;
    top: 30px;
    left: 27px
}

.view#thanks .text .drawMore .rebound.add::after, .view#thanks .text .drawMore .rebound.add:after {
    content: "";
    width: 40px;
    height: 8px;
    background: #ea4c89;
    display: block;
    position: absolute;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    top: 30px;
    left: 27px
}

.view#thanks #pensil {
    position: absolute;
    bottom: -3px;
    left: 40px;
    height: 264px;
    width: 100%;
    border-bottom: 3px solid #fff
}

.view#thanks #pensil img {
    width: 264px;
    height: 264px
}

.view#thanks .drawing {
    width: 980px
}

.subview {
    height: 50%;
    max-height: 50%;
    width: 25%;
    margin-left: 50%;
    overflow-y: auto;
    overflow-x: hidden;
    position: relative
}

.subview h3 {
    font-size: 30px;
    margin: 80px auto;
    color: #C3C3C3;
    text-align: center
}

.subview .about {
    margin: 60px 0;
    text-align: center
}

.subview .about li {
    display: inline-block;
    list-style: none;
    margin-right: 30px;
    padding: 10px 0;
    font-size: 18px
}

.subview .about::after, .subview .about::before, .subview .about:after, .subview .about:before {
    content: "";
    background: url(../img/separator.png);
    width: 980px;
    height: 1px;
    display: block
}

.subview p.description {
    font-size: 16px;
    width: 550px;
    text-align: left;
    margin: 60px auto;
    text-indent: -5em
}

.subview .container {
    width: 960px;
    margin: auto
}

.subview .macbook {
    background: url(../img/macbook.svg);
    width: 980px;
    height: 540px;
    padding-left: 143px;
    padding-top: 38px
}

.subview .macbook > div {
    width: 695px;
    height: 430px
}

.subview .macbook > div > img {
    width: 100%
}

.subview .citation {
    width: 834px;
    height: 50px;
    line-height: 50px;
    background: url(../img/bgCitation.png);
    margin: 80px auto;
    text-align: center;
    font-size: 18px;
    color: #333;
}

.subview .technology {
    margin: 80px;
    text-align: center;
}

.subview .technology h4 {
    font-size: 20px;
    line-height: 40px;
}

.subview .technology li {
    display: inline-block;
    list-style: none;
    font-family: cursive;
    padding: 10px 15px;
    background: #efefef;
    border-radius: 8px;
    -moz-border-radius: 8px;
    margin: 10px 5px 0 0;
}

#zeppelin {
    display: none;
    position: absolute;
    margin-left: -173px;
    top: 75px;
    z-index: 10;
    -webkit-animation: zeppelinFly 75s infinite linear;
    -moz-animation: zeppelinFly 75s infinite linear;
    -o-animation: zeppelinFly 75s infinite linear;
    animation: zeppelinFly 75s infinite linear
}

#zeppelin .text {
    position: absolute;
    left: 50px;
    top: 25px;
}

#zeppelin a {
    width: 174px;
    height: 83px
}

.nav {
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0
}

.nav li {
    display: inline-block;
    text-align: center;
    z-index: 8
}

.nav li a {
    padding: 0 15px;
    font-size: 18px;
    color: #C3C3C3;
    line-height: 90px
}

.nav li a.active, .nav li a:hover {
    color: #555
}

.nav li a.showSidebar {
    padding: 0 35px;
    position: relative
}

.nav li a.showSidebar::after, .nav li a.showSidebar:after {
    content: "|";
    position: absolute;
    right: 5px;
    top: -35px
}

.nav li span {
    font-size: 24px;
    vertical-align: middle;
    margin-right: 10px
}

#sidebar {
    background: #fff;
    border-right: 3px solid #000;
    padding-bottom: 3px;
    position: fixed;
    width: 300px;
    height: 65%;
    box-sizing: content-box;
    left: -303px;
    top: 0;
    z-index: 20;
    vertical-align: middle
}

#sidebar .hideSidebar {
    display: block;
    width: 27px;
    height: 27px;
    margin: 32px 0 34px 34px;
    font-size: 27px;
    color: #000
}

#sidebar .center {
    height: 392px;
    width: 300px;
    position: absolute;
    top: 50%;
    margin-top: -181px;
    text-align: center;
    font-size: 18px;
    line-height: 20px
}

#sidebar img {
    width: 50%;
    display: block;
    margin: auto auto 20px auto;
    border-radius: 100%;
}

#sidebar h2 {
    font-size: 20px;
    line-height: 60px;
    margin-top: -26px;
}

#sidebar p {
    color: #C3C3C3;
    padding: 0 30px;
    margin-bottom: 26px
}

#sidebar a.dlResume {
    background: #000;
    border-radius: 5px;
    color: #fff;
    font-size: 18px;
    padding: 10px 15px;
    display: block;
    width: 150px;
    margin: 12px auto
}

#footer #social {
    position: fixed;
    bottom: -50px;
    right: 0;
    left: 0;
    height: 50px;
    background: #efefef;
    text-align: center;
    margin-top: 20px;
    font-size: 18px;
    line-height: 50px
}

#footer #social li {
    display: inline-block;
    margin-right: 10px
}

#footer #social li a {
    color: #555
}

#footer #social li a:hover {
    color: #111
}

#footer #social li .icon {
    margin-right: 5px;
    vertical-align: middle;
    font-size: 24px
}

#footer #social li .title {
    vertical-align: middle
}

#footer #keys {
    opacity: 0;
    position: fixed;
    bottom: 70px;
    right: 20px;
    color: #000
}

#footer #keys .left, #footer #keys .right {
    border: 1px solid #efefef;
    border-radius: 4px;
    -moz-border-radius: 4px;
    display: inline-block;
    text-align: center
}

#footer #keys .left a, #footer #keys .right a {
    width: 50px;
    height: 50px;
    display: inline-block;
    padding-top: 2px;
    line-height: 50px
}

#expand {
    display: none
}

@media screen and (max-width: 1520px) {
    .subview .showcase {
        height: 580px
    }

    .subview .showcase.moy {
        height: 512px
    }

    .subview .showcase div:not(.title) {
        height: 407px !important;
        width: 400px;
        background-size: 400px !important
    }

    .subview .showcase div:not(.title).left {
        margin-left: -600px
    }

    .subview .showcase div:not(.title).center {
        margin-left: -200px;
        height: 440px !important
    }

    .subview .showcase div:not(.title).right {
        margin-left: 200px
    }
}

@media screen and (max-width: 1220px) {
    .subview .showcase {
        height: 500px
    }

    .subview .showcase.moy {
        height: 410px
    }

    .subview .showcase div:not(.title) {
        height: 326px !important;
        width: 320px;
        background-size: 320px !important
    }

    .subview .showcase div:not(.title).left {
        margin-left: -480px
    }

    .subview .showcase div:not(.title).center {
        margin-left: -160px;
        height: 352px !important
    }

    .subview .showcase div:not(.title).right {
        margin-left: 160px
    }
}

@media screen and (max-width: 1024px), screen and (max-height: 600px) {
    #footer, #sidebar, #zeppelin, .nav, .subview, .view {
        display: none !important
    }

    body {
        width: 100%;
        height: 100%
    }

    #expand {
        display: block;
        width: 100%;
        height: 100%;
        text-align: center
    }

    #expand .helper {
        display: inline-block;
        height: 30%;
        vertical-align: middle
    }

    #expand img {
        height: 300px;
        width: 300px;
        vertical-align: middle;
        margin-bottom: 30px
    }
}

@media screen and (max-height: 1010px) {
    .view .container {
        height: 67.5%
    }

    .view .container .text {
        top: 37.5%
    }

    #sidebar {
        height: 67.5%
    }
}

@media screen and (max-height: 920px) {
    .view .container {
        height: 70%
    }

    .view .container .text {
        top: 35%
    }

    #sidebar {
        height: 70%
    }
}

@media screen and (max-height: 850px) {
    .view .container {
        height: 72.5%
    }

    .view .container .text {
        top: 32.5%
    }

    #sidebar {
        height: 72.5%
    }
}

@media screen and (max-height: 760px) {
    .view .container {
        height: 75%
    }

    .view .container .text {
        top: 30%
    }

    #sidebar {
        height: 75%
    }
}

@media screen and (max-height: 700px) {
    .view .container {
        height: 77.5%
    }

    .view .container .text {
        top: 27.5%
    }

    #sidebar {
        height: 77.5%
    }
}

@media screen and (max-height: 660px) {
    .view .container {
        height: 80%
    }

    .view .container .text {
        top: 25%
    }

    #sidebar {
        height: 80%
    }
}

@-webkit-keyframes arrowTransition {
    0% {
        padding-left: 0
    }
    50% {
        padding-left: 40px
    }
    100% {
        padding-left: 0
    }
}

@-moz-keyframes arrowTransition {
    0% {
        padding-left: 0
    }
    50% {
        padding-left: 40px
    }
    100% {
        padding-left: 0
    }
}

@-o-keyframes arrowTransition {
    0% {
        padding-left: 0
    }
    50% {
        padding-left: 40px
    }
    100% {
        padding-left: 0
    }
}

@keyframes arrowTransition {
    0% {
        padding-left: 0
    }
    50% {
        padding-left: 40px
    }
    100% {
        padding-left: 0
    }
}

@-webkit-keyframes zeppelinFly {
    0% {
        margin-left: -173px
    }
    100% {
        margin-left: 400%
    }
}

@-moz-keyframes zeppelinFly {
    0% {
        margin-left: -173px
    }
    100% {
        margin-left: 400%
    }
}

@-o-keyframes zeppelinFly {
    0% {
        margin-left: -173px
    }
    100% {
        margin-left: 400%
    }
}

@keyframes zeppelinFly {
    0% {
        margin-left: -173px
    }
    100% {
        margin-left: 400%
    }
}

@-webkit-keyframes robotJump {
    0% {
        margin-bottom: -41px
    }
    50% {
        margin-bottom: 10px
    }
    100% {
        margin-bottom: -2px
    }
}

@-moz-keyframes robotJump {
    0% {
        margin-bottom: -41px
    }
    50% {
        margin-bottom: 10px
    }
    100% {
        margin-bottom: -2px
    }
}

@-o-keyframes robotJump {
    0% {
        margin-bottom: -41px
    }
    50% {
        margin-bottom: 10px
    }
    100% {
        margin-bottom: -2px
    }
}

@keyframes robotJump {
    0% {
        margin-bottom: -41px
    }
    50% {
        margin-bottom: 10px
    }
    100% {
        margin-bottom: -2px
    }
}

@-webkit-keyframes cursorAnim {
    0%, 50% {
        opacity: 1
    }
    100%, 50.1% {
        opacity: 0
    }
}

@-moz-keyframes cursorAnim {
    0%, 50% {
        opacity: 1
    }
    100%, 50.1% {
        opacity: 0
    }
}

@-o-keyframes cursorAnim {
    0%, 50% {
        opacity: 1
    }
    100%, 50.1% {
        opacity: 0
    }
}

@keyframes cursorAnim {
    0%, 50% {
        opacity: 1
    }
    100%, 50.1% {
        opacity: 0
    }
}

@-webkit-keyframes aiguilleAnim {
    0% {
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        transform: rotate(-90deg)
    }
    100% {
        -webkit-transform: rotate(29deg);
        -moz-transform: rotate(29deg);
        -o-transform: rotate(29deg);
        transform: rotate(29deg)
    }
}

@-moz-keyframes aiguilleAnim {
    0% {
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        transform: rotate(-90deg)
    }
    100% {
        -webkit-transform: rotate(29deg);
        -moz-transform: rotate(29deg);
        -o-transform: rotate(29deg);
        transform: rotate(29deg)
    }
}

@-o-keyframes aiguilleAnim {
    0% {
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        transform: rotate(-90deg)
    }
    100% {
        -webkit-transform: rotate(29deg);
        -moz-transform: rotate(29deg);
        -o-transform: rotate(29deg);
        transform: rotate(29deg)
    }
}

@keyframes aiguilleAnim {
    0% {
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        transform: rotate(-90deg)
    }
    100% {
        -webkit-transform: rotate(29deg);
        -moz-transform: rotate(29deg);
        -o-transform: rotate(29deg);
        transform: rotate(29deg)
    }
}

@-webkit-keyframes aiguilleTiltAnim {
    0% {
        -webkit-transform: rotate(27deg);
        -moz-transform: rotate(27deg);
        -o-transform: rotate(27deg);
        transform: rotate(27deg)
    }
    100% {
        -webkit-transform: rotate(31deg);
        -moz-transform: rotate(31deg);
        -o-transform: rotate(31deg);
        transform: rotate(31deg)
    }
}

@-moz-keyframes aiguilleTiltAnim {
    0% {
        -webkit-transform: rotate(27deg);
        -moz-transform: rotate(27deg);
        -o-transform: rotate(27deg);
        transform: rotate(27deg)
    }
    100% {
        -webkit-transform: rotate(31deg);
        -moz-transform: rotate(31deg);
        -o-transform: rotate(31deg);
        transform: rotate(31deg)
    }
}

@-o-keyframes aiguilleTiltAnim {
    0% {
        -webkit-transform: rotate(27deg);
        -moz-transform: rotate(27deg);
        -o-transform: rotate(27deg);
        transform: rotate(27deg)
    }
    100% {
        -webkit-transform: rotate(31deg);
        -moz-transform: rotate(31deg);
        -o-transform: rotate(31deg);
        transform: rotate(31deg)
    }
}

@keyframes aiguilleTiltAnim {
    0% {
        -webkit-transform: rotate(27deg);
        -moz-transform: rotate(27deg);
        -o-transform: rotate(27deg);
        transform: rotate(27deg)
    }
    100% {
        -webkit-transform: rotate(31deg);
        -moz-transform: rotate(31deg);
        -o-transform: rotate(31deg);
        transform: rotate(31deg)
    }
}

@-webkit-keyframes lightAnim {
    0%, 86% {
        opacity: 1
    }
    86.1%, 90% {
        opacity: 0
    }
    90.1%, 96% {
        opacity: 1
    }
    100%, 96.1% {
        opacity: 0
    }
}

@-moz-keyframes lightAnim {
    0%, 86% {
        opacity: 1
    }
    86.1%, 90% {
        opacity: 0
    }
    90.1%, 96% {
        opacity: 1
    }
    100%, 96.1% {
        opacity: 0
    }
}

@-o-keyframes lightAnim {
    0%, 86% {
        opacity: 1
    }
    86.1%, 90% {
        opacity: 0
    }
    90.1%, 96% {
        opacity: 1
    }
    100%, 96.1% {
        opacity: 0
    }
}

@keyframes lightAnim {
    0%, 86% {
        opacity: 1
    }
    86.1%, 90% {
        opacity: 0
    }
    90.1%, 96% {
        opacity: 1
    }
    100%, 96.1% {
        opacity: 0
    }
}

@-webkit-keyframes boxAnim {
    0% {
        opacity: 0
    }
    5.9% {
        opacity: 1
    }
    6% {
        bottom: 139px;
        left: 20px
    }
    55.9% {
        left: 125px;
        opacity: 1
    }
    56% {
        opacity: 0;
        bottom: 139px;
        left: 125px
    }
    100%, 56.1% {
        bottom: 230px;
        left: 20px;
        opacity: 0
    }
}

@-moz-keyframes boxAnim {
    0% {
        opacity: 0
    }
    5.9% {
        opacity: 1
    }
    6% {
        bottom: 139px;
        left: 20px
    }
    55.9% {
        left: 125px;
        opacity: 1
    }
    56% {
        opacity: 0;
        bottom: 139px;
        left: 125px
    }
    100%, 56.1% {
        bottom: 230px;
        left: 20px;
        opacity: 0
    }
}

@-o-keyframes boxAnim {
    0% {
        opacity: 0
    }
    5.9% {
        opacity: 1
    }
    6% {
        bottom: 139px;
        left: 20px
    }
    55.9% {
        left: 125px;
        opacity: 1
    }
    56% {
        opacity: 0;
        bottom: 139px;
        left: 125px
    }
    100%, 56.1% {
        bottom: 230px;
        left: 20px;
        opacity: 0
    }
}

@keyframes boxAnim {
    0% {
        opacity: 0
    }
    5.9% {
        opacity: 1
    }
    6% {
        bottom: 139px;
        left: 20px
    }
    55.9% {
        left: 125px;
        opacity: 1
    }
    56% {
        opacity: 0;
        bottom: 139px;
        left: 125px
    }
    100%, 56.1% {
        bottom: 230px;
        left: 20px;
        opacity: 0
    }
}

@-webkit-keyframes websiteAnim {
    0%, 50% {
        left: 209px;
        opacity: 1
    }
    80%, 90% {
        left: 290px;
        opacity: 1
    }
    100%, 95% {
        left: 300px;
        opacity: 0
    }
}

@-moz-keyframes websiteAnim {
    0%, 50% {
        left: 209px;
        opacity: 1
    }
    80%, 90% {
        left: 290px;
        opacity: 1
    }
    100%, 95% {
        left: 300px;
        opacity: 0
    }
}

@-o-keyframes websiteAnim {
    0%, 50% {
        left: 209px;
        opacity: 1
    }
    80%, 90% {
        left: 290px;
        opacity: 1
    }
    100%, 95% {
        left: 300px;
        opacity: 0
    }
}

@keyframes websiteAnim {
    0%, 50% {
        left: 209px;
        opacity: 1
    }
    80%, 90% {
        left: 290px;
        opacity: 1
    }
    100%, 95% {
        left: 300px;
        opacity: 0
    }
}

@-webkit-keyframes websiteLightAnim {
    0%, 79.9% {
        opacity: 0
    }
    80%, 82% {
        opacity: 1
    }
    82.1%, 83% {
        opacity: 0
    }
    83.1%, 85% {
        opacity: 1
    }
    100%, 85.1%, 90% {
        opacity: 0
    }
}

@-moz-keyframes websiteLightAnim {
    0%, 79.9% {
        opacity: 0
    }
    80%, 82.5% {
        opacity: 1
    }
    82.6%, 83.5% {
        opacity: 0
    }
    83.6%, 85% {
        opacity: 1
    }
    100%, 85.1%, 90% {
        opacity: 0
    }
}

@-o-keyframes websiteLightAnim {
    0%, 79.9% {
        opacity: 0
    }
    80%, 82.5% {
        opacity: 1
    }
    82.6%, 83.5% {
        opacity: 0
    }
    83.6%, 85% {
        opacity: 1
    }
    100%, 85.1%, 90% {
        opacity: 0
    }
}

@keyframes websiteLightAnim {
    0%, 79.9% {
        opacity: 0
    }
    80%, 82.5% {
        opacity: 1
    }
    82.6%, 83.5% {
        opacity: 0
    }
    83.6%, 85% {
        opacity: 1
    }
    100%, 85.1%, 90% {
        opacity: 0
    }
}

.copyright {
    font-family: monospace, sans-serif;
}
