@font-face {
    font-family: 'CutiveMono';
    src: url('fonts/CutiveMono-Regular.woff2') format('woff2'),
        url('fonts/CutiveMono-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: #FFF;
}

html,
body {
    font-family: 'CutiveMono';
    background: #000;
    color: #ccc;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 1.375;
}


.socials-header {
    position: fixed;
    left: 2%;
    top: 2%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    z-index: 3501;
}

@media only screen and (max-width: 991px) {
    .socials-header {
        left: 15px;
        top: 15px;
    }
}

.navigation {
    position: fixed;
    right: 2%;
    top: 2%;
    z-index: 2600;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 1s ease;
    -o-transition: opacity 1s ease;
    transition: opacity 1s ease;
    width: 100px;
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media only screen and (max-width: 991px) {
    .navigation {
        right: 0px;
        top: 0px;
    }
}

.navigation.reveal {
    opacity: 1;
    pointer-events: all;
}


.socials-header .line {
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.7);
    width: 40px;
    height: 1px;
    margin-left: 10px;
}

.plyr--video .plyr__control.plyr__tab-focus,
.plyr--video .plyr__control,
.plyr--video .plyr__control[aria-expanded=true] {
    background-color: rgba(0, 0, 0, 1) !important;
}

.plyr--full-ui input[type=range] {
    color: #303030;
}

.plyr--video .plyr__control:hover {
    opacity: 0.85;
}

.container {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    z-index: 2;
    -webkit-transition: 1s opacity ease;
    -o-transition: 1s opacity ease;
    transition: 1s opacity ease;
}

.message {
    width: 75%;
    margin: 0 auto;
    text-align: center;
    -webkit-transition: opacity 1s ease;
    -o-transition: opacity 1s ease;
    transition: opacity 1s ease;
}

@media only screen and (max-width: 991px) {
    .message {
        width: 90%;
    }
}

.question {
    opacity: 0;
    -webkit-transition: 1s opacity ease;
    -o-transition: 1s opacity ease;
    transition: 1s opacity ease;
}

.question.question-in {
    opacity: 1;
}

.choices {
    font-size: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-top: 75px;
    opacity: 0;
    -webkit-transform: scale(0) translate3d(0, 100px, 0);
    transform: scale(0) translate3d(0, 100px, 0);
    -webkit-transition: opacity 1s ease, -webkit-transform 1.3s ease;
    transition: opacity 1s ease, -webkit-transform 1.3s ease;
    -o-transition: transform 1.3s ease, opacity 1s ease;
    transition: transform 1.3s ease, opacity 1s ease;
    transition: transform 1.3s ease, opacity 1s ease, -webkit-transform 1.3s ease;
}

.choices span {
    color: #FFF;
    -webkit-transition: color 1s ease;
    -o-transition: color 1s ease;
    transition: color 1s ease;
    position: relative;
    z-index: 400;
}

.choices__choice:hover span {
    color: #000;
}

@media only screen and (max-width: 991px) {
    .choices {
        -webkit-transform: scale(0) translate3d(0, 100px, 0);
        transform: scale(0) translate3d(0, 100px, 0);
        padding: 15px 20px;
        overflow: hidden;
    }
}

.choices.appear {
    -webkit-transform: scale(1) translate3d(0, 0, 0);
    transform: scale(1) translate3d(0, 0, 0);
    opacity: 1;
}

@media only screen and (max-width: 991px) {
    .choices.appear {
        -webkit-transform: scale(1) translate3d(0, 0, 0);
        transform: scale(1) translate3d(0, 0, 0);
    }
}

.reveal {
    opacity: 1 !important;
}

.intro {
    text-align: center;
}

.intro.in {
    display: block;
}

.intro img {
    display: inline-block;
    margin-bottom: 25px;
}

.plyr__controls button[data-plyr="play"],
.plyr__controls button[data-plyr="fullscreen"],
.plyr__controls button[data-plyr="settings"] {
    display: none !important;
}

.ytp-pause-overlay {
    display: none !important;
}


.hidden {
    display: none;
}

.smoother,
.smoother-in-video {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    -webkit-transition: opacity 1s ease;
    -o-transition: opacity 1s ease;
    transition: opacity 1s ease;
    z-index: 3005;
    pointer-events: none;
}

.choices__choice {
    position: relative;
    cursor: pointer;
    width: 75px;
    height: 75px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.choices__choice img {
    width: 85px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.choices__choice.reverse img {
    -webkit-transform: translate(-50%, -50%) scale(-1);
    -ms-transform: translate(-50%, -50%) scale(-1);
    transform: translate(-50%, -50%) scale(-1);
}


.scene-in {
    opacity: 0;
    position: relative !important;
    z-index: 1000 !important;
    display: block !important;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.scene-in.reveal {
    opacity: 1 !important;
}

.in {
    opacity: 1 !important;
}

.out {
    opacity: 0 !important;
    position: absolute !important;
    z-index: -1 !important;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.scene {
    display: none;
    height: 100vh;
    -webkit-transition: 1.5s opacity ease;
    -o-transition: 1.5s opacity ease;
    transition: 1.5s opacity ease;
    position: relative;
    background: #000;
    overflow: hidden;
}

.background {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background-size: contain;
    background-repeat: no-repeat;
    background-position-y: 125%;
    opacity: .3;
    will-change: transform;
    transition: .75s transform ease-in;
}

.reversed {
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
}

.go-to {
    cursor: pointer;
}

.extra-controls {
    margin-top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}


.extra-controls.next-only {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

nav {
    opacity: 0;
    -webkit-transition: opacity 1s ease;
    -o-transition: opacity 1s ease;
    transition: opacity 1s ease;
}

nav .go-to.reveal {
    pointer-events: all;
}

nav .go-to {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    font-family: 'CutiveMono';
    color: #ccc;
    position: absolute;
    z-index: 2001;
    bottom: 10%;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 1s ease;
    -o-transition: opacity 1s ease;
    transition: opacity 1s ease;
}

@media only screen and (max-width: 991px) {
    nav .go-to {
        bottom: 50px;
    }
}


nav .go-to.prev {
    left: 5%;
}

nav .go-to span {
    -webkit-transition: .66s transform ease;
    -o-transition: .66s transform ease;
    transition: .66s transform ease;
    display: inline-block;
}

nav .go-to.prev span {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);

}

nav .go-to.prev:hover span {
    -webkit-transform: translateX(15px);
    -ms-transform: translateX(15px);
    transform: translateX(15px);
}

nav .go-to.next span {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);

}

nav .go-to.next:hover span {
    -webkit-transform: translateX(-15px);
    -ms-transform: translateX(-15px);
    transform: translateX(-15px);
}

@media only screen and (max-width: 991px) {
    nav .go-to.prev {
        left: 20px;
    }
}

@media only screen and (max-width: 567px) {
    nav .go-to.prev {
        bottom: 100px !important;
        width: calc(100% - 40px);
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

nav .go-to.next {
    right: 5%;
}

@media only screen and (max-width: 991px) {
    nav .go-to.next {
        right: 20px;
    }
}

@media only screen and (max-width: 567px) {
    nav .go-to.next {
        left: 20px !important;
        right: unset !important;
        width: calc(100% - 40px);
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}


nav .go-to img {
    display: inline-block;
    width: 40px;
}

nav .go-to.next img {
    margin-left: 10px;
}

nav .go-to.prev img {
    margin-right: 10px;
}

.scene .wrapper-video {
    max-width: 75%;
    width: 100%;
    opacity: 0;
    position: absolute;
    z-index: -1;
    -webkit-transition: opacity 1s ease;
    -o-transition: opacity 1s ease;
    transition: opacity 1s ease;
    pointer-events: none;
}

.scene .wrapper-video.video-in {
    display: block;
    max-width: 75%;
    pointer-events: auto;
}

.scene .wrapper-video.scene-in {
    pointer-events: auto;
}

.scene.active {
    display: block;
}


footer {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1000;
}

.reseaux-sociaux {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.reseaux-sociaux img {
    height: 50px;
}

.vignettes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 40px;
}

.vignettes .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}

.vignettes h3 {
    margin-bottom: 20px;
}

.vignettes .wrapper .col {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    padding: 10px;
}

.vignettes .wrapper .col .vignettes__vignette {
    height: 200px;
    background-size: cover;
}

.choices.ending {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media only screen and (max-width: 991px) {
    .choices.ending {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}


h3 {
    margin-bottom: 20px;
}


.cursor {
    position: fixed;
    left: 0;
    top: 0;
    pointer-events: none;
}

.cursor--small {
    width: 5px;
    height: 5px;
    left: -2.5px;
    top: -2.5px;
    border-radius: 50%;
    z-index: 11000;
    background: var(--color-text);
}

.cursor--canvas {
    width: 100vw;
    height: 100vh;
    z-index: 12000;
}


body,
html {
    cursor: url('../img/cursor.png'), default !important;
}


.fullscreen-only {
    opacity: 0;
}

.fullscreen-only.go-to {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #FFF;
    background: #000;
    padding: 20px;
    z-index: 1000000;
}

.fullscreen-only.prev {
    left: 0;
}

.fullscreen-only.next {
    right: 0;
}


.plyr--fullscreen-enabled .fullscreen-only {
    opacity: 1;
}

.sous-titre {
    text-transform: uppercase;
    font-size: 18px;
}

@media only screen and (max-width: 991px) {
    .sous-titre {
        font-size: 16px;
    }
}

.titre {
    font-size: 26px;
    color: #FFF;
}

@media only screen and (max-width: 991px) {
    .titre {
        font-size: 20px;
    }
}

.details {
    font-size: 14px;
    color: #ccc;
}

@media only screen and (max-width: 991px) {
    .details {
        font-size: 12px;
    }
}

.videos {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 30;
    /* opacity: 0; */
}

.plyr {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    z-index: 3;
    opacity: 0;
    -webkit-transition: opacity 1s ease;
    -o-transition: opacity 1s ease;
    transition: opacity 1s ease;
    pointer-events: none;
}

.plyr.reveal {
    pointer-events: all;
}

.play-pause {
    position: fixed;
    right: 2%;
    top: 2%;
    z-index: 2600;
    opacity: 0;
    pointer-events: none;
    width: 100px;
    height: 100px;
}

@media only screen and (max-width: 991px) {
    .play-pause {
        right: 0px;
        top: 0px;
    }
}

.play-pause img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.play-pause.reveal {
    pointer-events: all;
    cursor: pointer;
}

.play-pause .video-control {
    display: none;
}

.play-pause.play .item-pause {
    display: block;
}

.play-pause.play .item-play {
    display: none;
}

.play-pause.pause .item-pause {
    display: none;
}

.play-pause.pause .item-play {
    display: block;
}

@media only screen and (max-width: 991px) {
    .plyr--video.plyr--hide-controls .plyr__controls {
        -webkit-transform: translateY(0) !important;
        -ms-transform: translateY(0) !important;
        transform: translateY(0) !important;
        pointer-events: all !important;
        opacity: 1 !important;
    }
}

.ending {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media only screen and (max-width: 991px) {
    .ending {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

.head {
    margin-bottom: 40px;
}

.head img {
    width: 50px;
}

.separator-vertical {
    width: 1px;
    background-color: #ccc;
    height: 75px;
    margin: 20px 0;
}

.ending-socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.ending-socials .sous-titre {
    margin-bottom: 20px;
}

.reload {
    margin: 40px 0 20px 0;
}

.reload img {
    width: 50px;
}

.list-socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.social-icon {
    display: inline-block;
    margin: 0 10px;
    position: relative;
    overflow: hidden;
}

.social-icon path {
    -webkit-transition: .66s ease fill, .66s ease stroke;
    -o-transition: .66s ease fill, .66s ease stroke;
    transition: .66s ease fill, .66s ease stroke;
    stroke: rgba(255, 255, 255, 0);
}

.social-icon:hover {
    opacity: 1 !important;
}

.social-icon:hover path {
    fill: transparent;
    stroke: rgba(255, 255, 255, 1);
}

.social-icon svg {
    height: 18px;
    width: auto;
    display: block;
}

.social-icon img {
    height: 16px;
    display: block;
}

.social-icon.tw svg {
    height: 25px;
    width: auto;
    display: block;
}

.social-icon.tw {
    margin-left: 5px;
}

.wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media only screen and (max-width: 991px) {
    .wrap {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    }
}

#mobile-landscape {
    display: none;
}

@media only screen and (max-width: 560px) and (orientation: portrait) {
    #mobile-landscape {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 9999;
        display: block;
        background: #000;
    }
}


.navigation {
    cursor: pointer;
}

.navigation .play-icone {
    display: none;
}

.navigation.active .play-icone {
    display: block;
}

.navigation.active .menu-icone {
    display: none;
}

#about {
    overflow-y: auto;
    position: relative;
    opacity: 0;
    pointer-events: none;
    overflow-y: auto;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    z-index: 2500;
    background-color: #000;
    -webkit-transition: 1s opacity ease;
    -o-transition: 1s opacity ease;
    transition: 1s opacity ease;
    padding: 25vh 0;
}

#about.reveal {
    opacity: 1;
    pointer-events: all;
}

.logo-visage {
    margin-bottom: 40px;
}

.visages-visages .visages-visages__visage img {
    height: 50px;
    width: auto;
}

.visages-visages {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.visages-visages .visages-visages__visage {
    -ms-flex-preferred-size: 33%;
    flex-basis: 33%;
}

.m-b-medium {
    margin-bottom: 20px;
}

.m-t-super {
    margin-top: 100px;
}

.m-t-high {
    margin-top: 40px;
}

.m-t-medium {
    margin-top: 20px;
}

.m-b-high {
    margin-bottom: 40px;
}

.test {
    width: 60px;
    height: 60px;
    position: relative;
}

canvas.bubbles {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    pointer-events: none;
    width: 100px;
    height: 100px;
}

a {
    opacity: 1;
    -webkit-transition: 0.6s opacity ease;
    -o-transition: 0.6s opacity ease;
    transition: 0.6s opacity ease;
}

a:hover {
    opacity: .5;
}

canvas[resize] {
    width: 100%;
    height: 100%;
}

.content-hide {
    opacity: 0;
}

.loader-bar {
    max-width: 200px;
    width: 100%;
    margin: 50px 0;
    position: relative;
    height: 4px;
    background-color: rgba(255, 255, 255, 0.2);
}

.loader-bar .visual {
    background-color: #FFF;
    width: 0%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}

.loader-bar .text {
    top: 15px;
    left: 0;
    -webkit-transition: left .33s ease;
    -o-transition: left .33s ease;
    transition: left .33s ease;
    position: absolute;
    /* transform: translateX(-15px); */
}



.scale_immersion {
    transform: scale(4);
}