*,
*::after,
*::before {
    box-sizing: border-box;
}

:root {
    font-size: 15px;
}

body {
    margin: 0;
    --color-text: #fff;
    --color-bg: #111;
    --color-link: #fff;
    --color-link-hover: #fff;
    color: var(--color-text);
    background-color: var(--color-bg);
    font-family: navigo, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow: hidden;
    background-image: linear-gradient(rgba(120,120,120,0.2),rgba(120,120,120,0.2)), url(./VARUA_BACKGROUND.6a41b634.jpg);
    background-size: cover;
}


/* Page Loader */
.js .loading::before,
.js .loading::after {
    content: '';
    position: fixed;
    z-index: 1000;
}

.js .loading::before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--color-bg);
}

.js .loading::after {
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    margin: -30px 0 0 -30px;
    border-radius: 50%;
    opacity: 0.4;
    background: var(--color-link);
    animation: loaderAnim 0.7s linear infinite alternate forwards;

}

@keyframes loaderAnim {
    to {
        opacity: 1;
        transform: scale3d(0.5,0.5,1);
    }
}

a {
    text-decoration: none;
    color: var(--color-link);
    outline: none;
    opacity: 1;
}

a:hover,
a:focus {
    color: var(--color-link-hover);
    outline: none;
    text-decoration: underline;
    opacity: 1;
}

.frame {
    padding: 0rem 0vw;
    text-align: center;
    z-index: 1000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
}

.frame__title {
    font-size: 1rem;
    margin: 0 0 1rem;
    font-weight: normal;
}

.frame__links {
    display: inline;
}

.frame__links a:not(:last-child),
.frame__demos a:not(:last-child) {
    margin-right: 1rem;
}

.frame__demos {
    margin: 1rem 0;
}

.frame__demos-text {
    margin-right: 2rem;
}

.frame__demo--current,
.frame__demo--current:hover {
    color: var(--color-text);
    opacity: 0.5;
    text-decoration: underline;
}

.frame__button {
    background: none;
    border: 0;
    //margin: 0;
    margin-top: 300px;
    //padding: 0;
    -moz-appearance: none;
    -webkit-appearance: none;
    fill: #fff;
    width: 60px;
    height: 60px;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

}

.frame__button:focus {
    outline: none;
    opacity: 0.9;
}

.frame__content {
    text-align: center;
    bottom: 0;
}

.frame__content-title {
    margin: 0;
    padding-top: 1rem;
    line-height: 1;
    font-size: 8vw;
    font-weight: 300;
    font-family: ivypresto-headline, serif;
    color: #fff;
    position: relative;
    text-shadow: 0 1px 6px rgba(0,0,0,0.1);
    background: url(./TITRE_VARUA_MIN.ad1f7e44.png) no-repeat; width: 100%; height: 150px; background-size: 20%;
    background-position: left calc(50% - 150px);

}

.title-picture {
    width: 300px;
    
}



.frame__content-title::after {
    content: '';
    position: absolute;
    width: 20%;
    height: 0px;
    background: #fff;
    left: 40%;
    top: 100%;
}

.frame__content-text {
    max-width: 600px;
    font-size: 1rem;
    margin: 2rem auto 3rem;

}

.frame__switch {
position: absolute;
    bottom: 30px;
    width:472px;
    left: calc(50% - 236px)
    
}

.frame__switch-item {
    cursor: pointer;
    padding: 7px 0 0 0;
    border: 2px solid #33178a;
    font-family: ivypresto-headline, serif;
    font-weight: 300;
    font-size: 1.85rem;
    margin: 0 2px;
    transition: margin 0.7s, border 0.3s;
    display: inline-block;
    margin-bottom: 1rem;
    border-radius: 100%;
    opacity:1;
    
    
}



.track-links {

}

#track-links-01 {
    width: 60px;
    height:150px;
    background: center / contain no-repeat url("./01-MOBILE.055be797.png");
    background-color: #000;
    z-index: 1;
 }

#track-links-02 {
    width: 60px;
    height:150px;
    background: center / contain no-repeat url("./02-MOBILE.49252581.png");
    background-color: #000;
 }

#track-links-03 {
    width: 60px;
    height:150px;
    background: center / contain no-repeat url("./03-MOBILE.b64cbf6b.png");
    background-color: #000;
 }

#track-links-04 {
    width: 60px;
    height:150px;
    background: center / contain no-repeat url("./04-MOBILE.f813451f.png");
    background-color: #000;
 }

#track-links-05 {
    width: 60px;
    height:150px;
    background: center / contain no-repeat url("./05-MOBILE.2e54a19f.png");
    background-color: #000;
 }

#track-links-06 {
    width: 60px;
    height:150px;
    background: center / contain no-repeat url("./06-MOBILE.3f076dd6.png");
    background-color: #000;
 }

#track-links-07 {
    width: 60px;
    height:150px;
    background: center / contain no-repeat url("./07-MOBILE.9822b64c.png");
    background-color: #000;
 }

#track-links-01:hover,
#track-links-02:hover,
#track-links-03:hover,
#track-links-04:hover,
#track-links-05:hover,
#track-links-06:hover,
#track-links-07:hover
{
  background-color: #33178a;
}

.current {
     width: 60px;
    height:150px;
    background-color: aqua;
}

.frame__switch-item--current,
.frame__switch-item:hover,
.frame__switch-item:focus {
    text-decoration: none;
    
}

.frame__switch-item--current {
    pointer-events: none;
    border: 2px solid #33178a;
    font-family: ivypresto-headline, serif;
    font-weight: 300;
    font-size: 1.85rem;
    margin: 80px 2px;
}

.frame__content-text,
.frame__switch {
    opacity: 0;
    bottom:-100px;
    transition: opacity 1.3s, bottom 1.3s;
}


.video {
    opacity: 0;
    transition: opacity 1.3s;
}


.video-started .video,
.video-started .frame__content-text,
.video-started .frame__switch {
    opacity: 1;
    bottom:10px;
}

.video {
    pointer-events: none;
}

#canvas {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.wrapper {
    width: 100%;
    height: 100vh;
    display: flex;
    pointer-events: none;
}

.plane {
    width: 100vw;
    height: 100vh;
    position: relative;
    z-index: 100;
}

.plane video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100px;
    display: none;
}

@media screen and (min-width: 53em) {
    .frame {
        text-align: center;
        //display: grid;
        padding: 0rem;
        pointer-events: none;
        grid-template-columns: 25% 0% 25%;
        grid-template-areas: 'title links links'
                            '... play ...'
                            'content content content'
                            '... demos demos';
    }
    

    
    
    .frame__title {
        margin: 0;
        grid-area: title;
    }
    .frame__button {
        grid-area: play;
        align-self: end;
        justify-self: center;
    }
    .frame__content {
        grid-area: content;
        align-self: end;
        justify-self: center;
    }
    .frame__tagline {
        position: relative;
        margin: 0 0 0 1rem;
        padding: 0 0 0 1rem;
        opacity: 0.5;
    }
    .frame__demos {
        margin: 0;
        grid-area: demos;
        justify-self: end;
        align-self: end;
    }
    .frame__links {
        grid-area: links;
        padding: 0;
        justify-self: end;
    }
    .frame a,
    .frame button {
        pointer-events: auto;
    }
    
    
    
/*
        .frame__switch {
position: absolute;
    bottom: 50px;
    width:1000px;
    left: calc(50% - 500px)
    
}
    
#track-links-01 {
   width: 140px;
    height:60px;
    background: center / contain no-repeat url("../img/boutons/01.png");
    background-color: #000;
    z-index: 1;
 }

#track-links-02 {
    width: 140px;
    height:60px;
    background: center / contain no-repeat url("../img/boutons/02.png");
    background-color: #000;
 }

#track-links-03 {
    width: 140px;
    height:60px;
    background: center / contain no-repeat url("../img/boutons/03.png");
    background-color: #000;
 }

#track-links-04 {
    width: 140px;
    height:60px;
    background: center / contain no-repeat url("../img/boutons/04.png");
    background-color: #000;
 }

#track-links-05 {
    width: 140px;
    height:60px;
    background: center / contain no-repeat url("../img/boutons/05.png");
    background-color: #000;
 }

#track-links-06 {
    width: 140px;
    height:60px;
    background: center / contain no-repeat url("../img/boutons/06.png");
    background-color: #000;
 }

#track-links-07 {
    width: 140px;
    height:60px;
    background: center / contain no-repeat url("../img/boutons/07.png");
    background-color: #000;
 }
*/
    
}

/*# sourceMappingURL=./style.78032849.css.map */