@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:  #ffffff;
    --contrast:  #000000;
    --alternative:  #ea6b57;
    --alternative2:  #f2e65f;
}
  
::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: #fff;
    text-align: center;
    letter-spacing: -0.02em;
    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{
    mix-blend-mode: difference;
    padding: 5px;
    position: sticky;
    margin-top: -60px;
    z-index: 90;
    width: 96vw;
    padding: 5px 2vw;
    left: 0;
    top: 0;
    border-top: 1px solid rgba(255,255,255,0.1);
    border-bottom: 1px solid rgba(255,255,255,0.2);
    background-color: black;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter:  blur(10px);
}

_::-webkit-full-page-media, _:future, :root .safari_only {
    backdrop-filter: blur(0);
    -webkit-backdrop-filter:  blur(0);
  }
  
#logo{
    vertical-align: middle;
    display: inline-block;
    background-image: url(../img/logo.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

#menu{
    text-transform: uppercase;
    width: calc(94vw - 80px);
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
    text-align: right;
}
#menu a{
    color: white;
    text-decoration: none;
    margin: 0 5px;
}

#menu a:hover{
    border-bottom: 1px solid white;
}

#header #logo{
    width: 80px;
    height: 50px;
}

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

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


#footer #logo{
    display: block;
    margin: 0 auto;
    width: 200px;
    height: 150px;
    opacity: 1;
}

#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);
}

#daftpunkslide{
    position: absolute;
    top: 0;
    z-index: 0;
    width: 100%;
    padding: 0;
}

#daftpunkslideWrapper{
    width: 100%;
    height: 100vh;
}

#daftpunkslide #logo{
    display: block;
    width: 90%;
    max-width: 400px;
    margin: 0 auto;
    height: 250px;
    background-image: url(../img/logo.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

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: 8vh 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(--contrast);
    color: var(--globalcolor);
}
#highlight h2 {
    margin-bottom: 15px;
}
#highlight .left, #highlight .right {
    display: inline-block;
    vertical-align: middle;
}

#highlight .left {
    height: 100%;
    width: 50%;
    height: 500px;
    background: url(../img/interstella.jpg) no-repeat right / contain;
}

#highlight .right {
    text-align: left;
    padding: 50px;
    width: calc(49% - 100px);
}

#highlight .right a {
    display: inline-block;
    font-family: Helvetica, Arial, sans-serif;
    text-align: center;
    color: var(--globalcolor);
    border: 1px solid rgba(255, 255, 255, 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(255, 255, 255, 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;
}

.discoveryLimitedEdition #bandeauPic{
    background: url(../img/5555collection.png?rld2) no-repeat center / contain;
}
.limitedEdition #bandeauPic{
    background: url(../img/limitededition.png?rld2) no-repeat center / contain;
}
.classicCollection #bandeauPic{
    background: url(../img/classiccollection.png?rld2) no-repeat center / contain;
}
.vinylsAndCds #bandeauPic{
    background: url(../img/vinyls&cds.png?rld2) no-repeat center / contain;
}

#annonce {
    position: absolute;
    z-index: 3;
    bottom: 10dvh;
    width: 100%;
}
#annonce .left {
    width: 72%;
    display: inline-block;
    vertical-align: middle;
}
#annonce .right {
    width: calc(27.5% - 4px);
    padding: 0 2px;
    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: 500px;
    height: 500px;
    margin: 10px;
    background-size: cover;
    border-radius: 3px;
    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: #050608;
    border: 1px solid white;
    border-radius: 50%;
    opacity: 0;
}
#tron{
    background-image: url(../img/tron.jpg);
}
#drumless{
    background-image: url(../img/drumless.jpg);
}
#ram10{
    background-image: url(../img/ram10.jpg);
}
#randomaccessmemories{
    background-image: url(../img/randomaccessmemories.jpg);
}

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

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

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

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

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

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

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

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

/* END OF DISCOGRAPHY */





/* SHOP */

.soldout{
    position: relative;
    background-color: #ca2e30;
    color: white;
    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: white;
    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: white;
    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: white;
    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);
}




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

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

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







#sweatshirt-drumless .picture{
    background-image: url(../img/merch/sweatshirt-drumless.jpg);
}
#sweatpant-drumless .picture{
    background-image: url(../img/merch/sweatpant-drumless.jpg);
}
#tshirt-drumless-logo .picture{
    background-image: url(../img/merch/tshirt-drumless-logo.jpg);
}
#tshirt-drumless-helmet .picture{
    background-image: url(../img/merch/tshirt-drumless-helmet.jpg);
}
#tshirt-drumless-givelifebacktomusic .picture{
    background-image: url(../img/merch/tshirt-drumless-givelifebacktomusic.jpg);
}
#hoodie-drumless .picture{
    background-image: url(../img/merch/hoodie-drumless.jpg);
}
#buckethat-drumless .picture{
    background-image: url(../img/merch/buckethat-drumless.jpg);
}
#sweatshort-drumless .picture{
    background-image: url(../img/merch/sweatshort-drumless.jpg);
}
#ornamentset .picture{
    background-image: url(../img/merch/ornamentset.jpg);
}







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

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

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


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

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

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












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






.product h3{
    letter-spacing: normal;
    color: #050608;
    text-transform: uppercase;
    font-size: 1.5em;
    font-weight: lighter;
}

h3{
    font-size: 0.8em;
    margin: 5px auto;
    font-family: Arial, Helvetica, sans-serif;
}

.product h3{
    color: rgba(0,0,0,0.5);
}

.product h4{
    font-size: 12px;
    color: rgba(0,0,0,0.5);
}

.product h5{
    display: inline-block;
    padding: 3px 10px;
    margin: 5px auto;
    border: 1px solid #050608;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 0.05em;
    font-weight: lighter;
    border-radius: 50px;
    color: #050608;
    font-size: 0.7em;
}

#halloweenAnchor {
    display: block;
    background-color: #eee;
    border-radius: 15px;
    border: 1px solid #ccc;
    padding: 50px 0;
    margin: 0 auto 50px auto;
}

#halloweenAnchor .specialTitle {
    font-size: 9vw;
    margin-bottom: 25px;
    text-transform: uppercase;
}

#submenu a {
    font-family: Arial, Helvetica, sans-serif;
    padding: 5px 10px;
    margin: 0 5px;
    text-transform: uppercase;
    font-size: 12px;
    border-radius: 50px;
    color: black;
    background-color: #fff;
    border: 1px dashed #999;
}
#submenu a:hover {
    border: 1px solid black;
}

#submenu {
    width: 100%;
    padding: 15px 0;
    top: 50px;
    margin-bottom: 50px;
}

/* END SHOP */



#animation {
    color: rgb(100, 255, 0);
    padding: 0;
}

#animation h1 {
    opacity: 0;
    font-size: 30px;
    font-weight: normal;
}

#daftPunkText {
    font-size: 24px;
    font-family: "VT323", monospace;
    white-space: pre-wrap; /* Respecte les retours à la ligne */
}


  #animation #highlightLogo {
    background: url(../img/humanafterall.jpg) no-repeat center / contain;
    min-width: 100%;
    min-height: 100vh;
    max-width: 100vw;
    max-height: 100vw;
    margin: 0 auto;
}


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: 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);
}
#video{
    position: relative;
    z-index: 1;

    border-top: 1px solid #FFFFFF66;
    background-color: var(--contrast);
    padding: 10vh 2vw 14vh 2vw;
    min-height: 500px;
}

#video h2 {
    color: white;
    margin-top: 50px;
}
#video h3{
    text-transform: uppercase;
}

#video h4{
    font-size: 30px;
    margin-top: 50px;
    margin-top: 100px;
    text-transform: uppercase;
}

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


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

.bouton:hover{
    transition: 0.1s;
    border: 1px solid rgba(255,255,255,1);
}


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



#newsletterFix {
    position: fixed;
    z-index: 99;
    bottom: 25px;
    right: 25px;
    display: inline-block;
    padding: 10px 25px;
    text-transform: uppercase;
    color: var(--globalcolor);
    background-color: #00000055;
    border: 1px solid #55555555;
    border-radius: 50px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter:  blur(10px);
    mix-blend-mode: difference;

}

#newsletterFix:hover {
    border: 1px solid #ffffff;
}



#newsletterBtn{
    margin: 20px auto;
    padding: 10px 15px;
}
#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: white;
}
#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;
}





/* ACTIVE CAMPAIGN CUSTOM FORM */

.sms_consent_checkbox {
    padding: 0!important;
    margin: 0!important;
    line-height: 1.2em!important;
}
._submit {
    margin: 0!important
}

/* END OF ACTIVE CAMPAIGN CUSTOM FORM */








.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: white;
    z-index: 93;
  }
  
  #popupNewsletter .close:hover{
    border: 1px solid white;
}

#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: white;
    width: 90%;
    max-width: 310px;
    margin: 0 auto;
    top: calc(50vh - 260px);
    left: 50%;
    transform: translateX(-50%);
    border-radius: 5px;
    padding: 25px;
    text-align: left;
    color: #050608;
}














#socials a, #dsp a{
    display: inline-block;
    font-family: 'Jost', sans-serif;
    color: white;
    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;
}

/* ANIMATIONS */

.glow{
    -webkit-animation: CLIGNOTE 1s ease-in-out infinite; /* Safari 4+ */
    -moz-animation:    CLIGNOTE 1s ease-in-out infinite; /* Fx 5+ */
    -o-animation:      CLIGNOTE 1s ease-in-out infinite; /* Opera 12+ */
    animation:         CLIGNOTE 1s ease-in-out infinite; /* IE 10+, Fx 29+ */
}

@-webkit-keyframes CLIGNOTE {
    0%   { text-shadow: #e6eaf6 1px 0 10px; }
    50%   { text-shadow: #e6eaf6 0 0 0; }
    100%   { text-shadow: #e6eaf6 1px 0 10px; }
}
  @-moz-keyframes CLIGNOTE {
    0%   { text-shadow: #e6eaf6 1px 0 10px; }
    50%   { text-shadow: #e6eaf6 0 0 0; }
    100%   { text-shadow: #e6eaf6 1px 0 10px; }
  }
  @-o-keyframes CLIGNOTE {
    0%   { text-shadow: #e6eaf6 1px 0 10px; }
    50%   { text-shadow: #e6eaf6 0 0 0; }
    100%   { text-shadow: #e6eaf6 1px 0 10px; }
  }
  @keyframes CLIGNOTE {
    0%   { text-shadow: #e6eaf6 0 0 0; }
    50%   { text-shadow: 0 0 2px #fff, 0 0 4px #fff, 0 0 6px #8699c3, 0 0 8px #8699c3, 0 0 10px #8699c3, 0 0 20px #8699c3, 0 0 50px #8699c3;}
    100%   { text-shadow: #e6eaf6 0 0 0; }
  }
  .glow:hover{
        text-shadow: -1px -1px 0 white, 1px -1px 0 white, -1px 1px 0 white, 1px 1px 0 white!important;
    }

/* FIN ANIMATIONS */

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


.showOnMobile{
    display: none;
}






/* CARROUSEL VIDEO YOUTUBE */

.splide__slide{
    text-align: center!important;
    padding: 0 0 25px 0;
}

.splide__slide__container img{
    height: 100%;
}

.splide__video__play {
    background: #fff!important;
    height: 100px!important;
    width: 100px!important;
    border: 2px solid #00000033!important;
}

.splide__slide__container--has-video{
    width: 95%;
    max-width: 720px;
    text-align: center;
    margin: 0 auto;
}

.splide__slide__container--has-video{
    /*border: 1px solid white;*/
    width: calc(100vw - 220px);
    max-width: 100vw;
    text-align: center;
    margin: 0 auto;
    overflow: hidden;
    height: 65vh;
}

.splide__slide img {
    transform: translateX(-50%);
    margin-left: 50%;
}
.splide__arrow {
  background: transparent!important;
  border-radius: 0;
  height: 30em;
}
.splide__arrow svg {
  fill: #fff!important;
}
.splide__pagination__page.is-active {
  transition: 0.1s;
  background: #fff;
  transform: scale(1)!important;
  z-index: 1;
  width: 15px;
  border-radius: 30px;
}

.splide__pagination__page{
    transition: 0.2s!important;
    background: #ccc!important;
    border: 0!important;
    border-radius: 0!important;
    display: inline-block!important;
    height: 2px!important;
    margin: 3px!important;
    opacity: .7!important;
    padding: 0!important;
    position: relative!important;
    transition: transform .2s linear!important;
    width: 10px!important;
}

.splide__pagination__page:hover{
    opacity: 1!important;
    height: 5px!important;
}

.splide__pagination__page.is-active{
    transition: 0.2s!important;
    height: 5px!important;
    opacity: 1!important;
    width: 30px!important;
}

/***************************/

@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;
    }

    .disc{
        width: 300px;
        height: 300px;
    }

    #livestream iframe{
        margin: 40px auto 0 auto;
    }
    .play{
        opacity: 1;
    }
    #header{
        left: 0;
        mix-blend-mode: difference;
    }

    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;
    }
    _::-webkit-full-page-media, _:future, :root .safari_only {
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter:  blur(10px);
    }
      
    .soldout{
        left: 15%;
    }

    .splide__slide__container--has-video{
        width: calc(100vw - 40px);
        height: 50vh;
    }
    .bouton{
        min-width: 80%;
        padding: 6px 12px;
    }

    #highlight .left {
        background: url(../img/interstella.jpg) no-repeat center / contain;
    }

    #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: 0 0 25px 0;
        bottom: 8dvh;
    }

    #annonce .left, #annonce .right {
        text-align: center;
        width: 100%;
    }
    #annonce h4 {
        text-align: center;
        padding: 0;
    }

    #movie .right, #movie .left {
        width: 100%;
        padding: 0;
        margin: 0 auto 50px auto;
        text-align: center;
    }
    #movie .right {
        height: 100vw;
        max-height: 100%;
        background: url(../img/interstella5555movie.jpg) no-repeat center / contain;
    }

    #bandeauPic {
        height: 200px;
    }
    #animation #highlightLogo {
        min-height: 95vh;
    }

    #animation #highlightLogo {
        background: url(../img/humanafterall.jpg) no-repeat 50% 25% / contain;
    }
    
    #newsletterFix {
        bottom: 15px;
        width: calc(100vw - 50px);
        padding: 5px 0;
        mix-blend-mode: normal;
        background-color: #55555555;
        border: 1px solid #ffffff55;
    }


}