/*--------------------------------------------------------------
Normalize
Styles based on Normalize v5.0.0 @link https://github.com/necolas/normalize.css
--------------------------------------------------------------*/

html {
    font-family: sans-serif;
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

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

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

figcaption,
figure,
main {
    display: block;
}

figure {
    margin: 1em 0;
}

hr {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
    outline-width: 0;
}

abbr[title] {
    border-bottom: 1px #767676 dotted;
    text-decoration: none;
}

b,
strong {
    font-weight: inherit;
}

b,
strong {
    font-weight: 700;
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

dfn {
    font-style: italic;
}

mark {
    background-color: #eee;
    color: #222;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

audio,
video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

img {
    border-style: none;
}

svg:not(:root) {
    overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    border: 1px solid #bbb;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    display: inline-block;
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details,
menu {
    display: block;
}

summary {
    display: list-item;
}

canvas {
    display: inline-block;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

* {
    margin:0;
    padding:0;
    box-sizing:border-box;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    -webkit-tap-highlight-color:transparent
}

a, button {
    text-decoration: none;
    outline: 0;
}

a, a:visited {
    /*color: #000;*/
    text-decoration: none;
    transition: color 300ms cubic-bezier(0.4, 0.8, 0.74, 1);
}

a:link, a:visited:link {
    -webkit-tap-highlight-color: transparent;
}

img.scale-with-grid {
    display: block;
    height: auto !important;
    width: 100% !important;
}

.transition {
    -webkit-transition: all .25s ease-out;
       -moz-transition: all .25s ease-out;
        -ms-transition: all .25s ease-out;
         -o-transition: all .25s ease-out;
            transition: all .25s ease-out;
}

.transition2 {
    -webkit-transition: visibility 0s 1s,-webkit-transform 1s cubic-bezier(.75,0,.25,1);
    transition: visibility 0s 1s,-webkit-transform 1s cubic-bezier(.75,0,.25,1);
    transition: transform 1s cubic-bezier(.75,0,.25,1),visibility 0s 1s;
    transition: transform 1s cubic-bezier(.75,0,.25,1),visibility 0s 1s,-webkit-transform 1s cubic-bezier(.75,0,.25,1);
    will-change: transform;
}

/**
 * Owl Carousel v2.3.3
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:none;touch-action:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}

/*--------------------------------------------------------------
Fonts
--------------------------------------------------------------*/

@font-face{
    font-family:'Sia';
    src:url('../fonts/USPHandwriting-Condensed.otf')
}


.st3 {
    font-family:'Sia' !important;
    font-weight: 600;
}
.st5 {
    font-family: 'Open+Sans',Helvetica,Arial,sans-serif !important;
    font-weight: 600;
}

.st11 {
    font-family: 'Sia' !important;
    font-weight: 600;
}


/*--------------------------------------------------------------
Structure
--------------------------------------------------------------*/

body {
    color: #000;
    background-color: #FAB624;
    font-family: 'Open+Sans',Helvetica,Arial,sans-serif;
    font-weight:400;
    font-size: 1.4rem;
    cursor: default;
}

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

@media screen and (max-width: 960px) {
    body, .wrapper {
        height: auto;
    }
}

html {
  font-size: 62.5%;
  /*font-size: calc(1em * 0.625); IE */
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body.noscroll {
    overflow: hidden;
}



h2 {
    font-size: 1.8vw;
    line-height: 2.1vw;
    font-weight: 700;
    text-align: center;
    margin: 0 auto 30px auto;
    /* max-width: 600px; */
    font-family: 'Sia' !important;
    color: #fab624;
}

h3 {
    font-size: 1.9vw;
    line-height: 2.2vw;
    margin: 0 0 30px 0;
    font-weight: 600;
}

h4 {
    font-size:1em;
}

input, select, th, td {font-size:1em;}


.wrapper {
    width: 100%;
    /*overflow: hidden;*/
    /*max-width: 1800px;*/
    margin: auto;
}

section {
    position: relative;
    /*min-height: 100vh;*/
    padding:5vh 0;
}


.container {
    position: relative;
    margin: auto;
    z-index: 1;
    width: 100%;

/*    width: 50%;
    max-width: 1200px;*/
    text-align: center;
}

.text {
    margin: 10px 0;
}

p {
    text-align: justify;
    font-size: 1.2vw;
    line-height: 1.6vw;
    margin: 0 0 10px 0;
}
p a {
    color: #fab624;
    text-decoration: none;
    font-weight: 500;
}

p img {
    width: 100%;
    height: auto;
    display: inline-block;
}

.video__wrapper {
    position: relative;
    width: 100%;
    display: inline-block;
    padding-bottom: 56.25%;
}

.videos__cover {
    position: absolute;
    z-index: 100;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
     background-position: center; 
    background-size: cover;
}

.videos__play {
    content: '';
    position: absolute;
    top: 50%;
    right: auto;
    bottom: auto;
    left: 50%;
    overflow: hidden;
    width: 100px;
    height: 100px;
    background: #0078c2;
    border: 0;
    border-radius: 50%;
    opacity: 1;
    -webkit-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0);
    -webkit-transition: opacity 1.2s ease;
    transition: opacity 1.2s ease;
}
.videos__play:after {
    content: '';
    position: absolute;
    top: 50%;
    right: auto;
    bottom: auto;
    left: 50%;
    height: 0;
    width: 0;
    border-bottom: 25px solid transparent;
    border-left: 38px solid #fff;
    border-top: 25px solid transparent;
    -webkit-transform: translate3d(-40%,-50%,0);
    transform: translate3d(-40%,-50%,0);
}

.videos__player {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
}



.reveal-animate {
    opacity: 0;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100px, 100px, 0);
    transform: translate3d(-100px, 100px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100px, 200px, 0);
    transform: translate3d(-100px, 200px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100px, 200px, 0);
    transform: translate3d(100px, 200px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100px, 200px, 0);
    transform: translate3d(100px, 200px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.visible {

/*    -webkit-transition: -webkit-transform .5s cubic-bezier(.75,0,.25,1);
    transition: -webkit-transform .5s cubic-bezier(.75,0,.25,1);
    transition: transform .5s cubic-bezier(.75,0,.25,1);
    transition: transform .5s cubic-bezier(.75,0,.25,1),-webkit-transform .5s cubic-bezier(.75,0,.25,1);
    will-change: transform;    */ 
    
    /*animation-timing-function: cubic-bezier(.75,0,.25,1);
    -webkit-animation-timing-function: cubic-bezier(.75,0,.25,1);*/



    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;      
}
.visible.up {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;   
}
.visible.left {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;   
}
.visible.right {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;   
}


section#home {

}

section#content {
    padding: 0;
    /*background-color: #fff;*/
    /*background-image: url(../images/content_bg.png);
    background-size: cover;
    background-repeat: no-repeat;    */
    position: fixed;
    /*width: 70vw;*/
    width: 100vw;
    height: 100vh;
    left: 100%;
    z-index: 2000;
    top: 0;
    pointer-events: visible;
    overflow: hidden;
}

.content__container {
    width: 100vw;
    height: 100vh;
    left: 0;
    top: 0; 
    position: absolute;  

}

.content__container:after {
    content: '';
    width: 70%;
    height: 100vh;
    left: 30%;
    top: 0; 
    position: absolute;  

    background-image: url(../images/content_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.content__left {
    cursor: pointer;
    width: 30%;
    height: 100%;
    left: 0;
    top: 0; 
    position: absolute;   


}

.content__right {


    /*background-color: #fff;*/
    z-index: 100;
    position: absolute;
    width: 70%;
    height: 100%;
    top: 0;
    left: 30%;

    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    /* padding: 5vw; */
    overflow-y: scroll;    
}

.the__content {
    margin: auto;
    padding: 2vw;
    position: relative;
    width: 60%;
    /*height: 60%;*/
}

.btn__close {
    position: absolute;
    z-index: 500;
    top: 30px;
    right: 30px;    
    border: 0;
    cursor: pointer;
    border-radius: 100%;
    color: #333;
    display: inline-block;
    width: 54px;
    height: 54px;
    background: transparent;
    border: 3px solid #fab624;
    -webkit-transition: transform .25s ease-in-out;
    -moz-transition: transform .25s ease-in-out;
    -ms-transition: transform .25s ease-in-out;
    -o-transition: transform .25s ease-in-out;
    transition: transform .25s ease-in-out;
}
.btn__close:hover{
    -webkit-transform:rotate(180deg);
    transform:rotate(180deg);
}
.btn__close:before {
    content: "";
    position: absolute;
    display: block;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 30px;
    height: 0;
    border-top: 3px solid #fab624;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: center;
    transform-origin: center;
}
.btn__close:after {
    content: "";
    position: absolute;
    display: block;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 30px;
    height: 0;
    border-top: 3px solid #fab624;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: center;
    transform-origin: center;
}

#svg {
    width: 48%;
    max-width: 1100px;
    overflow: visible !important;
    /*margin-top: 30vh;*/
    margin-bottom: 30vh;
}
@media screen and (max-width: 1400px) {
    #svg {
        width: 45%;
    }
}

.ball, #ball02, #ball03, #ball04 {
  fill: black;
  visibility: hidden;
  cursor: pointer;
}

#step1, #step2, #step3, #step4, #step5, #step6, #step7, #step8, #step9, #step10, #step11, #step12, #step13, #step14, #step15, #step16, 
#step1_1_, #step2_1_, #step3_1_ {
position: relative;
  visibility: hidden;
  cursor: pointer;
}

@-webkit-keyframes pulse {
  0% {-webkit-transform:scale(.8,.8);opacity:0}
  25%{opacity:.4}
  50%{-webkit-transform:scale(1.3,1.3);opacity:0}
  100%{-webkit-transform:scale(.8,.8);opacity:0}
}


#plug, #plug_1_ {
  visibility: hidden;
}

#scroll, .st4 {
    fill:#000;
}

#headline_x5F_xs, #scroll_x5F_xs {
    display: none;
}

.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    left: -27px;
    z-index: 100;
    background: #0078c2;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 100%;
    width: 50px;
    height: 50px;    
}
.owl-carousel .owl-nav button.owl-next {
    left: auto;
    right: -27px;
}

.owl-carousel .owl-nav button.owl-prev svg, .owl-carousel .owl-nav button.owl-next svg {
    fill: #ffffff;
    width: 22px;
    height: 22px;
}    


@media screen and (max-width: 960px) {

    #headline_x5F_xs, #scroll_x5F_xs {
        display: inline-block;
    }
    #headline, #scroll {
        display: none;
    }

    section {
        padding: 12vh 0;
    }

    #svg {
        width: 100%;
        max-width: 600px;
    }

    section#content {
        width: 100%;
        height: 100vh;
        left: 0;
        bottom: 0;
        top: 100%;
        /*background-image: url(../images/content_bg_xs.png);
        background-size: cover;
        background-repeat: no-repeat;    */

    }    
    .content__container {
        height: 100%;
        top: 0;
    }    

    .content__container:after {
        content: '';
        width: 100%;
        height: 100vh;
        left: 0;
        top: 15%; 
        position: absolute;  

        background-image: url(../images/content_bg_xs.png);
        background-size: cover;
        background-repeat: no-repeat;
    }

    .content__left {
        width: 100%;
        height: 15%;
    }

    .content__right {
        width: 100%;
        height: 70%;
        top: 30%;
        left: 0;
    }

    .the__content {
        position: relative;
        padding: 20px 0px;
        width: 80%;
    }
    .btn__close {
        top: 20%;
        right: auto;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        left: 50%;
    }    

    .videos__play {
        width: 70px;
        height: 70px;
    }    
    .videos__play:after {
        border-bottom: 15px solid transparent;
        border-left: 20px solid #fff;
        border-top: 15px solid transparent;
    }

}

.turnScreen {
display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3000;
    background-color: #fab624;
    background-image: url(../images/turn.png);
    background-repeat: no-repeat;
    background-size: 20%;
    background-position: center;
}

h1.title__step {
    font-family: 'Sia' !important;
    color: #000;
    text-align: left;
    font-size: 1.4vw;
    font-weight: 700;
    line-height: normal;
    position: absolute;
    top: -500px;
    left: -500px;
    margin: 0;
    padding: 0;
    white-space: nowrap;
    opacity: 0;
}

@media screen and (max-height: 700px) and (orientation: landscape) {

    .mobile .turnScreen {
        display: block;
    }

}

/*--------------------------------------------------------------
Header
--------------------------------------------------------------*/


body.desktop header.open {
    -webkit-transition: visibility 0s 1s,-webkit-transform 1s cubic-bezier(.75,0,.25,1);
    transition: visibility 0s 1s,-webkit-transform 1s cubic-bezier(.75,0,.25,1);
    transition: transform 1s cubic-bezier(.75,0,.25,1),visibility 0s 1s;
    transition: transform 1s cubic-bezier(.75,0,.25,1),visibility 0s 1s,-webkit-transform 1s cubic-bezier(.75,0,.25,1);
    will-change: transform;
    visibility: visible;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition-delay: 0s,0s;
    transition-delay: 0s,0s;
}

body.desktop header {
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 600;
    background-color: transparent;
    padding: 20px 20px;
    display: block;
    text-align: center;
}

header a.brand {
    max-width: 80px;
    display: flex;
    position: absolute;
    top: 50%;
    left: 25px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
    /*max-width: 80px;*/
    height: 67px;
}

body.noscroll header a.brand {
    cursor: default;
}

header a.brand img {
    max-width: 100%;
    width: 33%;
    height: auto;
    display: block;
}

#main-nav-container {
}

#mentions-nav {
    display: none;
}

#social-nav {
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.social-nav-item {
    display: inline-block;
    margin: 0 6px;
    vertical-align: middle;
}
.social-nav-item a {
    display: block;
    position: relative;
    padding: 5px;
}
header .social-nav-item a svg {
    fill: #ffffff;
    -webkit-transition: all .25s ease-out;
       -moz-transition: all .25s ease-out;
        -ms-transition: all .25s ease-out;
         -o-transition: all .25s ease-out;
            transition: all .25s ease-out;    
}
header .social-nav-item a[title="twitter"]:hover svg {
    fill: #a61666;
}
header .social-nav-item a[title="facebook"]:hover svg {
    fill: #0078c2;
}
header .social-nav-item a[title="instagram"]:hover svg {
    fill: #029533;
}
header .social-nav-item a[title="youtube"]:hover svg {
    fill: #e00110;
}
/*header .social-nav-item a:hover svg {
    fill: #000;
}*/

.menu-button {
    border: none;
    background: transparent;
    display: none;
    position: relative;
    z-index: 100;
}

button {
    background: #000;
    color: #fff;
    padding: 10px 20px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 1.6rem;
    font-weight: 400;
    margin-top: 0px;
    letter-spacing: 0.05rem;
    position: relative;
    overflow: hidden;
    border: none;
    cursor: pointer;
}


.menu-button .line {
    width: 32px;
    height: 2px;
    background: #000;
    display: block;
    -webkit-transition: -webkit-transform .5s cubic-bezier(.75,0,.25,1);
    transition: -webkit-transform .5s cubic-bezier(.75,0,.25,1);
    transition: transform .5s cubic-bezier(.75,0,.25,1);
    transition: transform .5s cubic-bezier(.75,0,.25,1),-webkit-transform .5s cubic-bezier(.75,0,.25,1);
    will-change: transform;
}
.menu-button .line {
    background: #fff;
}

.menu-button .line {
    margin-top: 5px;
}
.menu-button .line:nth-child(2) {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}

.menu-open .menu-button .line:nth-child(1) {
    -webkit-transform: rotate(-45deg) translate(-1px,2px);
    transform: rotate(-45deg) translate(-1px,2px);
}

.menu-open .menu-button .line:nth-child(2) {
    -webkit-transform: scale(1) rotate(45deg) translate(-3px,-3px);
    transform: scale(1) rotate(45deg) translate(-3px,-3px);
}


.menu-open .menu-button .line:nth-child(3) {
    -webkit-transform: scale(0);
    transform: scale(0);
}


@media screen and (min-width: 1000px) {
    
    header {
        padding: 40px 40px;
    }
}

@media screen and (max-width: 1000px) {
    
    header {
        text-align: right;
    }

    header a.brand {
        max-width: 60px;
        height: 50px;
    }

    .menu-button {
        display: inline-block;
    }   

    #mentions-nav {
        display: inline-block;
        position: absolute;
        bottom: 18vh;
        right: 0;
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
        left: 0;
        text-align: center;
        top: auto;
        padding: 0 50px;
    }
    #mentions-nav li {
        margin: 5px;
        display: inline-block;
        font-family: 'Sia' !important;
        color: #fff;
        font-size: 1.2rem;
        font-weight: 700;
        line-height: 1;
    }
    #mentions-nav li a {
        color: #fff;
    }    

    #social-nav {
        position: absolute;
        top: 50%;
        right: 0;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 0;
        text-align: center;
    }

    #main-nav {
        width: 100%;
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    #main-nav-container {
        background: #a61666;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        visibility: hidden;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        -webkit-transition: visibility 0s 1s,-webkit-transform 1s cubic-bezier(.75,0,.25,1);
        transition: visibility 0s 1s,-webkit-transform 1s cubic-bezier(.75,0,.25,1);
        transition: transform 1s cubic-bezier(.75,0,.25,1),visibility 0s 1s;
        transition: transform 1s cubic-bezier(.75,0,.25,1),visibility 0s 1s,-webkit-transform 1s cubic-bezier(.75,0,.25,1);
        will-change: transform;
    }

    .menu-open #main-nav-container {
        visibility: visible;
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
        -webkit-transition-delay: 0s,0s;
        transition-delay: 0s,0s;
    }

    /*header:after {
        content: "";
        background: #fff;
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 1;
        top: 0;
        left: 0;
    }   */ 

}



/*--------------------------------------------------------------
Footer
--------------------------------------------------------------*/

footer {
    padding: 20px;
    position: fixed;
    z-index: 500;
    bottom: 0;
    left: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: space-between;
    -webkit-box-align: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;

}

footer .container {
    max-width: 1000px;
}

.mentions {
    display: block;
    position: relative;
    margin-bottom: 20px;
}

footer ul li {
    margin: 0 5px;
    display: inline-block;
    vertical-align: middle;
    font-family: 'Sia' !important;
    color: #fff;
    font-size: .9vw;
    font-weight: 700;
    line-height: 1;   
}

footer a {
    display: flex;
    color: #fff;
    position: relative;
    text-decoration: none;
    -webkit-transition: all .25s ease-out;
       -moz-transition: all .25s ease-out;
        -ms-transition: all .25s ease-out;
         -o-transition: all .25s ease-out;
            transition: all .25s ease-out;      
}
footer a:hover {
    color: #000;
}

footer ul li.share {
    display: none;
}
footer ul li.share a svg {
    width: 1.25vw;
    height: auto;
    fill: #fff;
    max-width: 30px;
}

#promo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: space-between;
    -webkit-box-align: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
}

img.cover {
    position: relative;
    max-width: 150px;
    height: auto;
    margin-right: 15px;
    border: 2px solid #fff;
    width: 7.2vw;
}

.promo__infos {
    font-family: 'Sia' !important;
    color: #fff;
    text-align: left;
}
.promo__infos p {
    font-size: 1.1vw;
    font-weight: 700;
    line-height: 1;     
    margin-bottom: 12px;
    text-align: left;
}

.promo__infos a {
    border:2px solid #fff;
    color: #fff;
    display: flex;
    font-size: 1.0vw;
    font-weight: 700;
    line-height: 1;     
    padding: 0.9vw 1.1vw;
    -webkit-transition: all .25s ease-out;
       -moz-transition: all .25s ease-out;
        -ms-transition: all .25s ease-out;
         -o-transition: all .25s ease-out;
            transition: all .25s ease-out;     
}
.promo__infos a:hover { 
    color: #fff!important;
    border-color: #fab425;
    background-color: #fab425;
}

.letter, .letter2 {
    position: relative;
    display: inline-block;
}

img.light {
    position: fixed;
    left: 0;
    bottom: -30px;
    z-index: 0;
    width:30vw;
    height: auto;
    display: block;
    opacity: .8;
    min-width: 200px;
}


@media screen and (max-width: 960px) {

    footer ul li {
        display: none;
    }

    footer ul li.share {
        display: inline-block;
    }
    footer ul li.share a svg {
        width: 25px;
        height: 27px;
    }

    img.cover {
        position: relative;
        width: 18vw;
            /*max-width: 150px;*/
        height: auto;
        margin-right: 10px;
        border: 1px solid #fff;
    }    

    .promo__infos p {
        white-space: nowrap;
        font-size: 1.2rem;
        margin-bottom: 8px;
        max-width: 150px;
        line-height: 1.3;
    }    

    .promo__infos a {
        border:1px solid #fff;
        font-size: 1.1rem;
        padding: 8px 10px;
    }

}

/*--------------------------------------------------------------
Loading
--------------------------------------------------------------*/

body.loading {
    height: 100%;
    overflow: hidden;
}

#loading {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 10000;
}

/*--------------------------------------------------------------
Tarteaucitron
--------------------------------------------------------------*/

#tarteaucitronAlertBig {
    background: #f5F5F5 !important;
    color: #333 !important;
}

#tarteaucitronAlertBig #tarteaucitronDisclaimerAlert, #tarteaucitronAlertBig #tarteaucitronDisclaimerAlert b {
    font: 13px verdana !important;
    color: #000 !important;
}

#tarteaucitronAlertBig #tarteaucitronPersonalize {
    background: #333 !important;
}

#tarteaucitronAlertBig #tarteaucitronCloseAlert {
    background:transparent !important; 
}

#tarteaucitronAlertBig #tarteaucitronCloseAlert {
    display: block !important;
}

#tarteaucitronPercentage {
    background: #333 !important;
}

/*--------------------------------------------------------------
General Media Queries
--------------------------------------------------------------*/

@media screen and (max-width: 960px) {

    h1.title__step {
        font-size: 1.5rem;
    }    

    h2 {
        font-size: 2rem;
        line-height: 2.8rem;
        margin-bottom: 20px;
    }    

    h3 {
        font-size: 2.8rem;
        line-height: 3.4rem;
        text-align: center;
    }

    p {
        font-size: 1.6rem;
        line-height: 2.3rem;
        text-align: center;
    }



}




