@font-face {
    font-family: 'Kabel';
    font-style: normal;
    font-weight: 400;
    src: local('Kabel'), url('../font/kabel.woff') format('woff'),
    url('../font/kabel.woff2') format('woff2');
}

:root{
    --globalcolor:  #ffedcc;
    --contrast:  #000000;
    --alternative: #1d3b53;
    --alternative2:  #c9497c;
}
  
::selection {
    background: var(--alternative);
    color: var(--alternative2);
}

* {
	margin:0;
	padding:0;
    scroll-behavior: smooth;
    webkit-font-smoothing: antialiased;
    font-weight: normal;
}

body{
    background-color: var(--contrast);
    font-family: 'Kabel';
    color: var(--globalcolor);
    text-align: center;
    text-rendering: geometricPrecision;
}

#InfinityWalkCoordinates{
    position:absolute;
    left: 0;
    top: 0;
    z-index: 1;
    font-size: 1px;
    color: #050608;
}

a{
    text-decoration: none;
}

#livestream{
    height: 100vh;
    width: 100vw;
    overflow: hidden;
}

#livestream iframe{
    width: 80vw;
    height: calc(100vh - 320px);
    margin: 100px auto 0 auto;
    border: 1px solid white;
    z-index: 50;
}
#livestream #cta{
    text-transform: uppercase;
    margin-top: 20px;
    z-index: 90;
    position: relative;
    text-align: center;
}

#artwork{
    display: inline-block;
    margin: 0 auto;
    width: 100vw;
    height: calc(100vh - 230px);
}

#header{
    padding: 5px;
    position: absolute;
    z-index: 90;
    width: calc(100vw - 30px);
    padding: 5px 15px;
    left: 0;
    top: 0;
}


#menu{
    width: calc(100vw - 155px);
    font-size: 24px;
    display: inline-block;
    vertical-align: middle;
    text-align: right;
    vertical-align: middle;
}
#menu a{
    color: var(--globalcolor);
    text-decoration: none;
    margin: 0 5px;
}

#menu a:hover{
    border-bottom: 1px solid var(--globalcolor);
}

#header #logo{
    display: inline-block;
    text-align: left;
    font-size: 24px;
    width: 120px;
    height: 100%;
    margin: 0 auto;
    color: var(--globalcolor);
    vertical-align: middle;
}

#footer{
    position: relative;
    z-index: 1;

    background-color: var(--contrast);
    padding: 25px 0;
    width: 100vw;
}


#footer #logo{
    display: block;
    margin: 0 auto 20px auto;
    width: 200px;
    height: 30px;
    opacity: 1;
    font-size: 40px;
}

#live{
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100vh;
    border-bottom: 1px solid rgba(255,255,255,0.3);
    background-color: var(--contrast);
}
#live iframe{
    width: 90%;
    margin-top: 75px;
    margin-bottom: 10px;
    height: calc(100vh - 175px);
}

#topSlide{
    background: url(../img/background.jpg?rld) no-repeat center / cover;
    width: 100%;
    height: 100vh;
}

h3{
    font-size: 24px;
    line-height: 0.9em;
    margin-bottom: 5px;
    font-weight: lighter;
    text-transform: none;
}

sup{
    font-size: 0.45em;
    line-height: 1em;
}

#music{
    position: relative;
    z-index: 1;
    padding: 25vh 2vw;
    background-color: var(--contrast);
    color: var(--globalcolor);
}

#music .wrapper{
    width: 98%;
    max-width: 1280px;
    margin: 0 auto;
}
#shop .wrapper{
    width: 98%;
    max-width: 1920px;
    margin: 0 auto;
}

#shop{
    position: relative;
    z-index: 1;
    padding: 20vh 0;
    color: var(--contrast);
    background-color: white;
    border-top: 1px solid rgba(255,255,255,0.2);
    border-bottom: 1px solid rgba(255,255,255,0.2);
}





#highlight{
    position: relative;
    z-index: 1;
    padding: 20vh 0;
    min-height: 500px;
    background-color: var(--globalcolor);
    color: var(--contrast);
}
#highlight h2 {
    margin-bottom: 15px;
}
#highlight .left, #highlight .right {
    display: inline-block;
    vertical-align: middle;
}

#highlight .left {
    height: 45vw;
    background: url(../img/thepriceofillusion.jpg) no-repeat right / cover;
}
#highlight .right {
    text-align: left;
}
.big {
    width: calc(45vw);
}
.small {
    width: 350px;
    padding: 50px;
}

#highlight .right a {
    display: inline-block;
    font-family: Helvetica, Arial, sans-serif;
    text-align: center;
    color: var(--contrast);
    border: 1px solid rgba(0, 0, 0, 0.2);
    font-size: 14px;
    text-transform: uppercase;
    padding: 6px;
    margin: 0 5px;
    min-width: 100px;
    text-decoration: none;
}
#highlight .right a:hover {
    border: 1px solid rgba(0, 0, 0, 1);
}
    



.large {
    display: block!important;
    max-width: 228px;
    width: 100%;
    margin-bottom: 10px!important;
}



#movie{
    position: relative;
    z-index: 1;
    padding: 20vh 0;
    min-height: 500px;
    background-color: var(--globalcolor);
    color: var(--contrast);
}
#movie h2 {
    margin-bottom: 10px;
}
#movie h3 {
    font-size: 24px;
    font-weight: bold;
}
#movie .left, #movie .right {
    display: inline-block;
    vertical-align: middle;
}

#movie .right {
    height: 100%;
    width: 50%;
    height: 800px;
    background: url(../img/interstella5555movie.jpg) no-repeat left / contain;
}
#movie .left {
    text-align: right;
    padding: 50px;
    width: calc(49% - 100px);
}

#movie .left a {
    display: inline-block;
    font-family: Helvetica, Arial, sans-serif;
    text-align: center;
    color: var(--contrast);
    border: 1px solid rgba(0, 0, 0, 0.2);
    font-size: 14px;
    text-transform: uppercase;
    padding: 6px;
    margin: 25px 0 5px 5px;
    min-width: 100px;
    text-decoration: none;
}
#movie .left a:hover {
    border: 1px solid rgb(0, 0, 0);
}
    






#limit{
    margin: 0 auto;
    width: 100%;
    max-width: 1500px;
}

#bandeau {
    display: inline-block;
    padding: 25px 15px;
    width: 33%;
    min-width: 300px;
    max-width: 600px;
    margin: 1px auto 2px auto;
    border: 1px solid rgb(0, 0, 0, 0);
}

#bandeau:hover {
    border: 1px solid rgb(0, 0, 0);
}

#bandeau .bouton {
    border: 1px solid rgb(0, 0, 0, 0.2);
}
#bandeau .bouton:hover {
    border: 1px solid rgb(0, 0, 0);
}

#bandeauPic {
    width: 95%;
    height: 350px;
    margin: 25px auto;
}

#bandeau a {
    display: inline-block;
    font-family: Helvetica, Arial, sans-serif;
    color: var(--contrast);
    font-size: 14px;
    text-transform: uppercase;
    padding: 6px;
    margin: 10px;
    min-width: 100px;
    text-decoration: none;
}

#annonce {
    position: absolute;
    z-index: 3;
    bottom: 0;
    width: 100%;
}
#annonce .left {
    width: 72%;
    display: inline-block;
    vertical-align: middle;
}
#annonce .right {
    width: 27.5%;
    text-align: right;
    display: inline-block;
    vertical-align: middle;
}

#annonce h4 {
    padding-left: 15px;
    line-height: 1em;
    font-size: 24px;
    text-align: left;
    color: var(--globalcolor);
}



/* DISCOGRAPHY */

.disc{
    position: relative;
    display: inline-block;
    width: 45vw;
    height: 45vw;
    max-width: 450px;
    max-height: 450px;
    margin: 12px 10px;
    background-size: cover;
    border: 1px solid rgba(255,255,255,0.3)
}
.disc:hover .play{
    opacity: 1;
    transition: 0.1s;
}
.disc:hover{
    transition: 0.1s;
    border: 1px solid rgba(255,255,255,1)
}

.play{
    position: absolute;
    transition: 0.1s;
    bottom: 10px;
    left: 10px;
    width: 35px;
    height: 35px;
    background-image: url(../img/play.svg);
    font-family: Helvetica, Arial, sans-serif;
    background-color: #0005;
    border: 1px solid var(--globalcolor);
    border-radius: 50%;
    backdrop-filter: blur(10px);
    opacity: 0;
}
#thepriceofillusion {
    background-image: url(../img/thepriceofillusion.jpg);
}
#thecornersofyourmind {
    background-image: url(../img/thecornersofyourmind.jpg);
}
#thehaze{
    background-image: url(../img/thehaze.jpg);
}
#animperfectharmony{
    background-image: url(../img/animperfectharmony.jpg);
}

#thegoldenage {
    background-image: url(../img/thegoldenage.jpg);
}
#aninvisibleman {
    background-image: url(../img/aninvisibleman.jpg);
}

/* END OF DISCOGRAPHY */





/* SHOP */

.soldout{
    position: relative;
    background-color: #ca2e30;
    color: var(--globalcolor);
    transform: translateX(-50%) rotate(-45deg);
    top: 8%;
    left: 12%;
    margin-bottom: -35px;
}
.flag{
    display: inline-block;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 18px;
    vertical-align: middle;
    padding: 5px 20px;
    border-radius: 100px;
}

.product{
    position: relative;
    overflow: hidden;
    background-position: center;
    display: inline-block;
    vertical-align: top;
    max-width: 400px;
    width: 90%;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background-color: var(--globalcolor);
    margin: 10px 5px;
    padding: 25px 0;
}
.product:hover{
    border: 1px solid rgba(0, 0, 0, 1)
}

.new::after {
    position: absolute;
    top: 0;
    right: 0;
    content: 'new';
    background-color: #bf423e;
    color: var(--globalcolor);
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    padding: 2px 6px;
    font-weight: bold;
    font-size: 11px;
}

.picture{
    height: 350px;
    background-color: var(--globalcolor);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: 20px;
    border-radius: 5px;
}

.clear{
    clear: both;
    width: 0;
    height: 0;
}

.frontback .picture{
    background-position: left;
    background-size: 200%;
}
.frontback:hover .picture{
    background-position: right;
}

#cd .picture{
    background-image: url(../img/cd.jpg);
}
#vinyl .picture{
    background-image: url(../img/vinyl.jpg);
}
#drumless-vinyl .picture{
    background-image: url(../img/drumless-vinyl.jpg);
}

#drumless-cd .picture{
    background-image: url(../img/drumless-cd.jpg);
}





#aroundtheworldhoodie .picture{
    background-image: url(../img/merch/aroundtheworldhoodie.jpg);
}
#epiloguetee .picture{
    background-image: url(../img/merch/epiloguetee.jpg);
}
#discographylongsleevetee .picture{
    background-image: url(../img/merch/discographylongsleevetee.jpg);
}
#lettermanjacket .picture{
    background-image: url(../img/merch/lettermanjacket.jpg);
}
#newerasnapback .picture{
    background-image: url(../img/merch/newerasnapback.jpg);
}









#logopatchhat .picture{
    background-image: url(../img/merch/logopatchhat.jpg);
}

#logopatch .picture{
    background-image: url(../img/merch/logopatch.jpg);
}

#logolunchbox .picture{
    background-image: url(../img/merch/logolunchbox.jpg);
}

#logosweatpant .picture{
    background-image: url(../img/merch/logosweatpant.jpg);
}






#hoodieblack .picture{
    background-image: url(../img/merch/hoodie.jpg);
}
#tshirtblack .picture{
    background-image: url(../img/merch/tshirt-black.jpg);
}
#tshirtwhite .picture{
    background-image: url(../img/merch/tshirt-white.jpg);
}
#totebag .picture{
    background-image: url(../img/merch/totebag.jpg);
}
#sweatshirt .picture{
    background-image: url(../img/merch/sweatshirt.jpg);
}
#kid .picture{
    background-image: url(../img/merch/kid.jpg);
}










h2{
    font-weight: normal;
    font-size: 50px;
    text-transform: uppercase;
    line-height: 1em;

}

#shop h4{
    font-size: 24px;
    text-transform: uppercase;
}

#shop h2, #music h2{
    margin: 0 auto 50px auto;
}

#shop h3{
    color: #050608;
    font-size: 18px;
    margin-top: 10px;
}

#shop h2:first-child{
    margin-top: 0;
}

#limitedtime{
    background-color: #edefef;
    padding: 50px 0;
    width: 95%;
    border-radius: 5px;
    margin: 25px auto;
}

#limitedtime .product:hover{
    border: 1px solid #65666177;
}

#limitedtime h2, #limitedtime h3{
    color: #656661;
    font-weight: lighter;
}
#limitedtime p{
    font-size: 12px;
    width: 85%;
    margin: 0 auto;
    opacity: 0.6;
    font-style: italic;
    margin-top: 25px;
    font-family: Arial, Helvetica, sans-serif;
    color: var(--contrast);
}

#tour{
    background-color: var(--globalcolor);
    padding: 25vh 2vw;
    min-height: 500px;
}

#tour h2 {
    color: var(--contrast);
}

#bandsintown {
    width: 90%;
    max-width: 1080px;
    margin: 50px auto;
}

#video{
    position: relative;
    z-index: 1;
    background-color: var(--contrast);
    padding: 25vh 2vw;
    min-height: 500px;
}

#video iframe{
    margin-top: 50px;
    width: 100%;
    height: 90vh;
    border: 1px solid var(--globalcolor);
}

#video h2 {
    color: var(--globalcolor);
}
#video h3{
    text-transform: uppercase;
}

#player{
    display: block;
    width: 70vw;
    max-width: 650px;
    margin: 3vh auto;
    aspect-ratio: 16/9;
    min-height: 50vh;
    border: 1px solid var(--globalcolor);
}


.bouton{
    text-align: center;
    display: inline-block;
    font-family: Helvetica, Arial, sans-serif;
    color: var(--globalcolor);
    border: 1px solid rgba(255,255,255,0.2);
    font-size: 14px;
    text-transform: uppercase;
    padding: 6px;
    margin: 5px;
    min-width: 100px;
    text-decoration: none;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter:  blur(10px);
}

.bouton:hover{
    border: 1px solid var(--globalcolor);
}


.indicates-required{
    font: 10px Arial, Helvetica, sans-serif;
    margin: 5px auto;
}
.mc-address-group{
    margin-bottom: 3%;
}

#newsletterBtn{
    margin: 20px auto;
}
#popupNewsletter{
    z-index: 99;
}
#popupNewsletter form input{
    padding: 10px;
    width: calc(100% - 24px);
    border: 1px solid rgba(0, 0, 0, 0.2);
}
#popupNewsletter form select{
    padding: 10px;
    width: calc(100% - 1px);
    border: 1px solid rgba(0, 0, 0, 0.2);
}
#popupNewsletter form input:hover, #popupNewsletter form select:hover{
    border: 1px solid rgba(0, 0, 0, 1);
}
#popupNewsletter form label{
    margin: 5px 0;
    display: block;
    text-transform: uppercase;
    width: 100%;
}

#popupNewsletter form .button {
    border-radius: 50px;
    text-transform: uppercase;
    font-size: 12px;
    width: 100%;
    background-color: black;
    color: var(--globalcolor);
}
#popupNewsletter form .button:hover{
    background-color: #333;
    border: none;
}

#popupNewsletter form p{
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    margin-top: 10px;
}

.required{
    font-size: 14px;
    color: red;
}


.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: opacity 100ms;
    visibility: hidden;
    opacity: 0;
  }
  .overlay:target {
    visibility: visible;
    opacity: 1;
  }
  
  #popupNewsletter .close {
    position: absolute;
    background-image: url(../img/close.svg);
    top: 20px;
    right: 30px;
    border: 1px solid rgba(255,255,255,0.5);
    background-color: #050608;
    border-radius: 50px;
    width: 50px;
    height: 50px;
    transition: all 100ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: var(--globalcolor);
    z-index: 93;
  }
  
  #popupNewsletter .close:hover{
    border: 1px solid var(--globalcolor);
}

#popupNewsletter .closeZone{
    position: fixed;
    z-index: 91;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.9);
}


#whiteZone{
    position: absolute;
    display: block;
    z-index: 92;
    background-color: var(--globalcolor);
    width: 240px;
    margin: 0 auto;
    top: calc(50vh - 235px);
    left: 50%;
    transform: translateX(-50%);
    border-radius: 5px;
    padding: 25px 40px 30px 40px;
    text-align: left;
    color: #050608;
}














#socials a, #dsp a{
    display: inline-block;
    font-family: 'Jost', sans-serif;
    color: var(--globalcolor);
    text-decoration: none;
    font-size: 11px;
    margin-left: 5px;
    padding: 2px 0;
    vertical-align: middle;
}

#socials a:hover .dot, #dsp a:hover .dot{
    background-color: #050608;
    border: 1px solid #ccff00;
}


#facebook{
    background-image:url(../img/fb.svg);
}
#spotify{
    background-image:url(../img/sp.svg);
}
#deezer{
    background-image:url(../img/de.svg);
}
#apple{
    background-image:url(../img/am.svg);
}
#amazon{
    background-image:url(../img/az.svg);
}
#songkick{
    background-image:url(../img/sk.svg);
}
#twitter{
    background-image:url(../img/tw.svg);
}
#instagram{
    background-image:url(../img/ig.svg);
}
#youtube{
    background-image:url(../img/yt.svg);
}
#soundcloud{
    background-image:url(../img/sc.svg);
}
#tiktok{
    background-image:url(../img/tt.svg);
}
#snapchat{
    background-image:url(../img/snap.svg);
}
#twitch{
    background-image:url(../img/twitch.svg);
}
#discord{
    background-image:url(../img/discord.svg);
}



#social{
    display: block;
    text-align: center;
}
    #social a{
        transition: 0.1s;
        width: 35px;
        height: 35px;
        transition: 0.2s;
        display: inline-block;
        text-decoration: none;
        border-radius: 5px;
        border: 1px solid rgba(255,255,255,0);
    }
    #social a:hover{
        transition: 0.1s;
        border: 1px solid rgba(255,255,255,1);
    }

.icon{
    background-position: center center;
    background-repeat: no-repeat;
}

#legals{
    margin-top: 25px;
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    color: #808080;
}


#top{
    width: 0;
    height: 0;
}


.showOnMobile{
    display: none;
}

#mobileMask {
    display: none;
}





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

    #artwork{
        margin-top: 5vh;
        margin-bottom: 0;
        height: 58vh;
    }
    .deleteOnMobile{
        display: none;
    }
    .showOnMobile{
        display: inline-block;
    }
    #player {
        width: 90vw;
        margin: 3vh auto;
        min-height: 60vh;
    }
    #livestream iframe{
        margin: 40px auto 0 auto;
    }
    .play{
        opacity: 1;
    }
    select {
        appearance: none;
        background-color: white;
        border: none;
        padding: 5px 1em 5px 0;
        margin: 0;
        width: 100%;
        font-family: inherit;
        font-size: 12px;
        cursor: inherit;
        line-height: inherit;
        color: #757575;
        font-family: Helvetica, arial, sans-serif;
        border-radius: 2px;
    }
    .soldout{
        left: 15%;
    }
    .bouton{
        min-width: 65px;
        padding: 6px 12px;
    }

    #highlight{
        padding: 5px 0 5vh;
    }
    #highlight .left {
        height: 95vw;
        margin-bottom: 25px;
    }
    #highlight .left, #highlight .right {
        width: 95%;
        padding: 5px;
        text-align: center;
    }
    #highlight .right a, .large {
        width: 80%!important;
        max-width: 80%;
        display: block;
        margin: 10px auto;
    }
    #annonce {
        border: none;
        padding: 25px 0;
    }
    #annonce .left, #annonce .right {
        text-align: center;
        width: 100%;
    }
    #annonce h4 {
        text-align: center;
        padding: 0;
    }
    #bandeauPic {
        height: 200px;
    }

    .disc {
        width: 90vw;
        height: 90vw;
    }
    #mobileMask {
        display: block;
        position: absolute;
        z-index: 1;
        top: 0;
        left: 0;
        height: 100vh;
        width: 100%;
        background: linear-gradient(0deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 45%, rgba(0,0,0,0) 100%);
    }
}