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

html,
body {
    padding: 0;
    margin: 0;
}

body {
    /*height: 100vh;*/
    padding: 0;
    margin: 0;
}

.js .container,
.js .dragslider,
.js .img-dragger .handle {
    height: 100%;
}

html.js,
.js body {
    overflow: hidden;
    position: relative;
}

.js .dragslider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(.7, 0, .3, 1);
    transition: transform 0.6s cubic-bezier(.7, 0, .3, 1);
}

.dragdealer,
.dragdealer .disabled {
    background: #fff;
}

.dragslider.show-content {
    -webkit-transform: translate3d(0, -110%, 0);
    transform: translate3d(0, -110%, 0);
}

.dragslider h2 {
    font-family: 'BrownPro-Regular', Arial, sans-serif;
    font-weight: normal;
    font-size: 7em;
    margin: 0 auto;
    line-height: 1;
    position: relative;
}

.no-js .dragslider h2 {
    padding: 15px;
}

.dragslider h2 span {
    /*    display: block;
    font-size: 27%;*/
    font-family: 'BrownPro-Regular', sans-serif;
    /*    font-weight: 300;
    padding-top: 0.2em;*/
}




/* Switch button */

button.slider-switch {
    font-size: 0;
    width: 80px;
    height: 80px;
    padding: 0;
    color: transparent;
    position: relative;
    border: none;
    background: url(../img/switchmin.svg) no-repeat center center;
    background-size: 90%;
    float: right;
    outline: none;
    overflow: hidden;
    opacity: 0.7;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    pointer-events: auto;
}

.no-js button.slider-switch {
    display: none;
}

button.slider-switch.view-maxi {
    background-image: url(../img/switchmax.svg)
}

button.slider-switch:hover {
    opacity: 1;
}





/* Dragger */

.img-dragger {
    position: relative;
    z-index: 100;
}

.js .img-dragger {
    position: absolute;
    width: 100%;
    height: 100%;
}

.js .img-dragger-large {
    width: 100%;
    height: 100%;
}

.js .img-dragger .handle {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    white-space: nowrap;
    font-size: 0;
}

.no-js .img-dragger,
.no-js .img-dragger .handle {
    height: auto;
    position: relative;
    text-align: center;
    font-size: 0;
    clear: both;
    white-space: nowrap;
    overflow: auto;
}

.no-js .img-dragger .handle {
    padding: 40px 0 0;
}

.img-dragger .slide,
.slide-element {
    display: inline-block;
    position: relative;
    height: 100%;
    font-size: 16px;
    white-space: normal;
    cursor: -webkit-grab;
    cursor: -moz-grab;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: top;
    margin-right: 40px;
}

.no-js .img-dragger .slide {
    width: 300px;
    font-size: 7px;
    min-height: 200px;
}

.img-dragger .slide:active {
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
}

.img-wrap {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    transition: opacity .45s ease-in-out;
    cursor: pointer;
    overflow: hidden;
}

#welcome-screen {
    transition: opacity .8s ease-in-out;
}

.out {
    opacity: 0 !important;
}

.hide {
    display: none;
}


/*.in {
    opacity: 1 !important;
}
*/

.img-wrap img,
.img-wrap .vimeo-article {
    position: absolute;
    display: block;
    max-width: 75%;
    max-height: 75%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    overflow: hidden;
    /*position: absolute;
    display: block;
    height: 78%;
    left:13%;
    top:80px;*/
}

.videojs {
    width: 100%;
}

.vimeo-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 3;
}

.img-wrap .vimeo-article {
    /*transform: translate(0%, -50%);*/
}


.js .slide h2 {
    /*
    color: #000;
    position: absolute;
    letter-spacing: 0.1em;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    font-size: 8vw;
    line-height: 1;
    z-index: 2;
    -webkit-transition-property: color;
    -webkit-transition-duration: 0.3s, 0.3s;
    -webkit-transition-timing-function: linear, ease-in;
    */
}

.js .slide h2.white {
    color: #fff;
}

.js .slide h2.black {
    color: #000 !important;
}


.title-container {
    display: table;
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
}

.title-element {
    display: table-cell;
    width: 100%;
    height: 100%;
    position: relative;
}

.js .img-dragger-large .slide h2 {
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    top: 0%;
    left: 0%;
    text-align: center;
    display: block;
    /*transform: translateY(-50%);*/
}

.js .img-dragger-large .slide span.span-title {
    position: relative;
    display: inline-block;
    letter-spacing: 0.1em;
    font-size: 8vw;
    /* font-size: 8vw;*/
    z-index: 2;
    /* This puts the text over the image, increment if needed */
    top: 50%;
    text-transform: uppercase;
    -webkit-transform: translateY(-60%);
    /* IE */
    -ms-transform: translateY(-60%);
    /* Safari */
    transform: translateY(-60%);
    /* Modern */
}

.text-content {
    width: 100%;
    top: 50%;
    text-align: center;
    position: absolute;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}

.text-content.white {
    color: white;
}

.text-content p.bloc-title {
    letter-spacing: 1px;
}

.img-dragger-small .slide h2 {
    font-size: 2.5em;
    padding-top: 1em;
    top: 100%;
    width: 100%;
    text-align: center;

    -webkit-animation: slideUpFade 0.4s 0.1s;
}

.text-content-container {
    width: 50%;
    margin: 0 auto;
    padding: 50px;
}

@-webkit-keyframes slideUpFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 20px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
    }
}

.img-dragger-small .slide h2 span {
    font-size: 0.35em;
}

.img-dragger-small .slide.current h2 {
    color: #fff;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-transition: color 0.3s, opacity 0.3s;
    transition: color 0.3s, opacity 0.3s;
}

.slide h2 i {
    font-style: normal;
    font-weight: 400;
}

.right-button,
.left-button {
    position: absolute;
    z-index: 10000;
    cursor: pointer;
    top: 50%;
    padding: 30px 10px;
    transform: translate(0, -50%);
    text-transform: uppercase;
    display: inline;
    font-size: 13px;
    letter-spacing: 1px;
    transition: .5s ease;
}

.right-button {
    padding-left: 5vw;
    right: 10px;
}

.right-button:hover {
    right: 20px;
}

.left-button {
    padding-right: 5vw;
    left: 10px;
}

.left-button:hover {
    left: 20px;
}






.bottom-button {
    bottom: 0px;
    padding-top: 40px;
}

.bottom-button:hover {
    bottom: 10px;
}




/*
@media only screen  and (min-width : 1224px) {
    .left-button:hover {
        padding-left: 30px;
    }

    .right-button:hover {
        padding-right: 30px;
    }
    .bottom-button:hover {
        bottom: 10px;
    }
}
@media only screen
    and (device-width : 375px)
    and (device-height : 812px)
    and (-webkit-device-pixel-ratio : 3) {
    .left-button:hover {
        padding-left: 5vw !important;
    }

    .right-button:hover {
        padding-right: 5vw !important;
    }

}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    .left-button:hover {
        padding-left: 5vw !important;
    }

    .right-button:hover {
        padding-right: 5vw !important;
    }

}
*/

.right-button i {
    padding-left: 5px;
}

.left-button i {
    padding-right: 5px;
}


.bottom-button-content {
    cursor: pointer;
    text-transform: uppercase;
    display: inline;
    /*font-size: 0.85em;*/
    letter-spacing: 1px;
    position: absolute;
    bottom: 2em;
    left: 50%;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    text-align: center;
}


.content-switch {
    /*padding: 25px 0px;
    border: 0px;
    width: 160px;
    background: transparent;
    color: #000;
    position: absolute;
    cursor: pointer;
    bottom: 0%;
    left: 50%;
    -webkit-transform: translate3d(-50%,0,0);
    transform: translate3d(-50%,0,0);
    font-size: 13px;
    line-height: 1;
    outline: none;
    z-index: 1000;
    opacity: 1;
    text-align: center;
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(.7,0,.3,1), opacity 0.3s, color 0.3s, border-color 0.3s;
    transition: transform 0.6s cubic-bezier(.7,0,.3,1), opacity 0.3s, color 0.3s, border-color 0.3s;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  display:none;*/
}

.no-js .content-switch {
    display: none;
}


.content-switch:hover {
    opacity: 1;
}




/*
.content-switch::before {
    font-family: 'feathericons';
    speak: none;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0px;
    text-indent: 0;
    font-size: 2em;
    line-height: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
*/


/* Player */

.plyr__controls {
    display: none;
}




/* Spinner */

.spinner {
    display: none;
    width: 70px;
    text-align: center;
    position: absolute;
    bottom: 2em;
    left: 50%;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
}

.spinner>div {
    width: 18px;
    height: 18px;
    background-color: #333;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
    0%,
    80%,
    100% {
        -webkit-transform: scale(0)
    }
    40% {
        -webkit-transform: scale(0.6)
    }
}

@keyframes sk-bouncedelay {
    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
    }
}






/* Content */

.js .pages {
    position: absolute;
    top: 110%;
    height: 0;
    width: 100%;
    /*overflow-y: scroll;
    -webkit-overflow-scrolling: touch;*/
    -webkit-overflow-scrolling: touch;
    -webkit-transition: height 0s 0.6s;
    transition: height 0s 0.6s;
}

.js .show-content .pages {
    -webkit-transition: none;
    transition: none;
    height: 100%;
}

.pages .content {
    background: #fff;
    text-align: center;
    font-size: 1.5em;
}

.js .pages .content {
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 100%;
    overflow: hidden;
    -webkit-transition: height 0s 0.6s;
    transition: height 0s 0.6s;
}

.pages .content.show {
    width: 100%;
    height: 100%;
    -webkit-transition: none;
    transition: none;
}

.pages .content h2 {
    font-size: 5em;
    max-width: 70%;
    padding: 2.25em 10px 1em;
}

.no-js .pages .content h2 {
    padding-top: 1em;
}


.pages .content p {
    max-width: 650px;
    margin: 0 auto;
    padding: 0.5em 2em;
    line-height: 1.5;
    text-align: center;
}





/*.js .pages .content h2,
.js .pages .content p {
    -webkit-transform: translate3d(0,200px,0);
    transform: translate3d(0,200px,0);
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: cubic-bezier(.7,0,.3,1);
    transition-timing-function: cubic-bezier(.7,0,.3,1);
}

.pages .content.show h2,
.pages .content.show p {
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-property: -webkit-transform, opacity;
    transition-property: transform, opacity;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.pages .content.show p {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}*/

.pages .content a {
    display: block;
}

.pages .content a:hover {}





/* Switch */

.switch-min .img-dragger-large .slide>*:not(.img-wrap),
.switch-max .img-dragger-small .slide>*:not(.img-wrap) {
    /* fade out everything except image */
    opacity: 0;
    -webkit-transition: none;
    transition: none;
}

.switch-min .img-dragger-large,
.switch-max .img-dragger-small {
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(.7, 0, .3, 1);
    transition: transform 0.6s cubic-bezier(.7, 0, .3, 1);
}

.img-dragger-small .content-switch {
    opacity: 0;
    pointer-events: none;
}





/* Helper classes */

.no-transition {
    -webkit-transition: none !important;
    transition: none !important;
}

.hide {
    opacity: 0 !important;
    pointer-events: none !important;
}

@media screen and (max-width: 63.125em) {
    .dragslider h2 {
        font-size: 2.2em;
    }
    .pages .content {
        font-size: 100%;
    }
    .pages .content h2 {
        font-size: 3em;
    }
}

@media screen and (max-width: 650px) {
    button.slider-switch {
        display: none;
    }
}


#welcome-screen-container .sub-title {
    display: none;
}

@media screen and (max-width: 850px),
(min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {

    .text-content-container {
        width: 80%;
    }
}




@media screen and (max-width: 850px),
(min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) and (orientation: portrait) {

    #welcome-screen-container .sub-title {
        display: block;
    }

    .slide .info-text {
        width: 75%;
        max-height: 80%;
    }
    .left-button {
        left: 5px;
    }
    .right-button {
        right: 5px;
    }
    .right-button:hover {
        right: 5px;
    }

    .left-button:hover {
        left: 5px;
    }

    .vimeo-article {
        max-width: 100% !important;
    }
}



/* Landscape */

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {

    #welcome-screen-container .sub-title {
        display: none;
    }
     .vimeo-article {
        max-width: 75% !important;
    }

}


/*IPHONE X*/


/* Portrait and Landscape */

@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation : landscape)  {

    .right-button {
        padding-left: 5vw;
        right: 35px;
    }
    .right-button:hover {
        right: 40px;
    }

    .left-button {
        padding-right: 5vw;
        left: 35px;
    }
    .left-button:hover {
        left: 40px;
    }
    .side-label-container {
        right: 35px;
    }
}






*::-webkit-media-controls-panel {
    display: none!important;
    -webkit-appearance: none;
}




/* Old shadow dom for play button */

*::-webkit-media-controls-play-button {
    display: none!important;
    -webkit-appearance: none;
}




/* New shadow dom for play button */


/* This one works! */

*::-webkit-media-controls-start-playback-button {
    display: none!important;
    -webkit-appearance: none;
}




/* the slides */

.slick-slide {
    margin: 20px 0px !important;
}


/* the parent */

.slick-list {
    margin: -20px 0px !important;
}