@import url('https://fonts.googleapis.com/css2?family=Marcellus&display=swap');

* {
	margin:0;
	padding:0;
}

:root {
    --globalcolor:  #fff;
    --contrast:  #000;
}
  
::selection {
    background: var(--globalcolor);
    /* background color BKP : 604be3 */
    color:  var(--contrast);
}

body{
    background-color:#000;
    /*font-family: 'Marcellus', serif;*/
    font-family: Arial, Helvetica, sans-serif;
    color:  var(--globalcolor);
    position: absolute;
    width: 100%;
    height: 100%;
}

svg{
    fill:var(--globalcolor);
}

#annonce{
    position: absolute;
    font-size: 12px;
    right: 1.5vw;
    margin:0 auto;
    top: 50vh;
    transform: translateY(-50%);
    text-align: center;
    z-index: 90;
}

#annonce #single, #annonce #album{
    padding: 15px;
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 20px;
    margin-top: 15px;
    backdrop-filter: blur(15px);
    background-color: rgba(127,127,127, 0.2);
}

#annonce #single:hover a, #annonce #album:hover a{
    border: 1px solid var(--globalcolor);
}

#annonce h1{
    display: block;
    font-size: 18px;
    line-height: 1em;
    text-transform: uppercase;
    font-weight: lighter;
    margin: 5px auto 10px auto;
}

#annonce p{
    display: block;
    font-size: 10px;
    letter-spacing: 0.1em;
    font-weight: lighter;
    text-transform: uppercase;
}
#annonce a{
    display: inline-block;
    border: 1px solid rgba(255,255,255,0.2);
    padding: 5px 0;
    width: 100%;
    color:  var(--globalcolor);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    border-radius: 25px;
}
#annonce a:hover{
    background-color: var(--globalcolor);
    color: black;
}

  .videoWrapper {
	  position: relative;
	  padding-bottom: 56.25%; /* 16:9 */
	  padding-top: 25px;
	  height: 0;
  }

.videoWrapper iframe {
    position:absolute;
    top:-25vh;
    left:-25%;
    width:150%;
    height:150%;
    overflow: hidden;
    z-index:1;
}

#mute-video{
    cursor: url(../img/unmute.svg), auto;
    position: absolute;
    top:0;
    width:100%;
    height:100%;
    z-index:2;
}
 
#controls{
    display: inline-block;
    width: calc(50% - 10px);
    min-width: 270px;
    margin-top: 15px;
    text-align: left;
}

#sound{
    background-image: url(../img/mute.svg);
    position: absolute;
    background-size: 65%;
    z-index: 99;
    color: white;
    text-align: left;
    bottom: 1.5vw;
    right: 1.5vw;
    width: 50px;
    height: 50px;
    backdrop-filter: blur(15px);
    background-color: rgba(127,127,127, 0.2);
    border-radius: 5px;
    border: 1px solid rgba(255,255,255,0.2);
}
#sound:hover{
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.4);
}

input[type = "checkbox"] {
    display: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

input[type = "checkbox"]:checked ~ #sound {
    background-image: url(../img/unmute.svg);
}


#videoMobile{
    display: none;
}

#main{
	height: 100vh;
}

#shop{
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

#shop, #music, #tournee{
    position: relative;
    z-index: 99;
    padding: 50px 0;
    background-color: var(--globalcolor);
    text-align: center;
}
#music{
    position: relative;
    z-index: 99;
    padding: 50px 0;
    background-color: var(--globalcolor);
    text-align: center;
}
#music h1{
    font-size: 60px;
    font-weight: 600;
    line-height: 1em;
    color: var(--contrast);
    margin-bottom: 50px;
    letter-spacing: -0.05em;
}

.disc{
    position: relative;
    background-color: #eee;
    display: inline-block;
    width: 300px;
    height: 300px;
    margin: 10px;
    background-size: cover;
    border-radius: 3px;
}
.disc:hover .play{
    opacity: 1;
    transition: 0.1s;
}
.play{
    transition: 0.1s;
    position: absolute;
    bottom: 10px;
    left: 10px;
    width: 20px;
    padding: 20px;
    background-color: var(--globalcolor);
    color: black;
    border-radius: 50%;
    -webkit-box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(0,0,0,0); 
    box-shadow: 0px 10px 13px -7px rgba(0,0,0,0.5), 5px 5px 15px 5px rgba(0,0,0,0);
    opacity: 0;
}


#shop h1, #tournee h1{
    font-size: 60px;
    font-weight: 600;
    line-height: 1em;
    letter-spacing: -0.05em;
    color: black;
    margin-bottom: 50px;
    text-transform: uppercase;
}

#dates{
  max-width: 750px;
  margin: 0 auto;
    margin-top: -50px;

}
#tournee .wrapper{
  overflow: hidden;
}


#content{
    display: block;
    background-color: white;
    width: 90vw;
    padding: 5vh 3vw;
    margin: 200px auto 0 auto;
    border-radius: 5px;
}


.product{
    display: inline-block;
    vertical-align: top;
    height: 450px;
    max-width: 400px;
    width: 100%;
    border-radius: 8px;
}
.product:hover{
    background-color: rgba(0,0,0,0.04);
}
.picture{
    height: 330px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

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

#bundle .picture{
    background-image: url(../img/mockup-pack.png);
}

#nile .picture{
    background-image: url(../img/mockup-nile.png);
}

#ancientspirit .picture{
    background-image: url(../img/mockup-ancientspirit.png);
}



.product h2{
    color: black;
    text-transform: uppercase;
    font-size: 1.8em;
    font-weight: lighter;
}

.product h3{
    color: rgba(0,0,0,0.5);
    font-size: 1em;
    margin: 5px auto;
    font-weight: lighter;
    text-transform: uppercase;

}

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

#newsletter{
    border-left: 1px solid rgba(255,255,255,0.3);
}
#newsletter:hover{
    border-radius: 5px;
    background-color: rgba(0,0,0,0.2);
}
#newsletter form {
	display: inline-block;
	width: 300px;
    height: 100%;
	margin: 0 auto;
	border-radius: 5px;
}
#newsletter a {
	display: inline-block;
	margin: 0 auto;
	border-radius: 5px;
    color: var(--globalcolor);
    padding: 15px 0;
}
#newsletter input, #newsletter button{
	background-color: transparent;
	border: none;
    color: var(--globalcolor);
}
#newsletter input{
    display: inline;
    font-size: 12px;
    padding: 15px;
    letter-spacing: 0.02em;
    width: 180px;
}

#newsletter input::placeholder{
    color: rgba(255,255,255,0.8);
}
#newsletter button{
    display: inline;
	padding: 15px 25px 15px 15px;
    font-size: 14px;
    width: 50px;
    color: var(--globalcolor);
    font-family: 'Marcellus', serif;
    text-transform: uppercase;
}

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

#header{
    position:absolute;
    z-index:6;
    left:50%;
    transform: translate(-50%);
    top:25px;
    width:100%;
    max-width:400px;
    font-size: 18px;
    text-align: center;
}

#menu{
    /*
    backdrop-filter: blur(15px);
    */
    width: fit-content;
    margin: 0 auto;
    border-radius: 5px;
    padding: 2px;
}

#menu a{
    display: inline-block;
    text-transform: uppercase;
    color:  var(--globalcolor);
    font-weight: bold;
    border-radius: 5px;
    border: 1px solid transparent;
    padding: 15px 25px 15px 25px;
    font-size: 0.7em;
    letter-spacing: 0.1em;
}

#menu a:hover{
	background-color: rgba(0,0,0,0.2);
    backdrop-filter: blur(15px);
}

.externalLink{
    background-image: url(../img/externallink.svg);
    background-position: 90% 48%;
    background-repeat: no-repeat;
    background-size: 15px;
}

#logo{
    display: inline-block;
    background-image:url(../img/logo.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 85%;
    width:100%;
    max-width:400px;
    height: 150px;
}

#listenBtn{
    background-image: url('../img/listen.svg');
    width: 120px;
}
#watchBtn{
    background-image: url('../img/watch.svg');
    width: 100px;
}
#tourBtn{
    background-image: url('../img/tour.svg');
    width: 90px;
}
#storeBtn{
    background-image: url('../img/store.svg');
    width: 95px;
}
#artBtn{
    background-image: url('../img/art.svg');
    width: 80px;
}

#store:hover{
    transition: 0.1s;
    margin-right: 10px;
}
#store{
    transition: 0.5s;
    display: block;
    font-weight: bold;
    padding: 5px 0;
    color: #111;
    position: fixed;
    right: 20px;
    top:20px;
}


#artwork{
    transition:0.5s;
    display: inline-block;
    margin:10px auto;
    width:200px;
    height:200px;
    background-image:url(../img/cover.jpg);
    background-position:center center;
    background-repeat:no-repeat;
    background-size:100%;
    background-color: var(--globalcolor);
    border-radius:3px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 2px,
                rgba(0, 0, 0, 0.2) 0px 4px 4px,
                rgba(0, 0, 0, 0.2) 0px 8px 8px,
                rgba(0, 0, 0, 0.2) 0px 16px 16px,
                rgba(0, 0, 0, 0.2) 0px 32px 32px,
                rgba(0, 0, 0, 0.2) 0px 64px 64px;
}



#links{
    backdrop-filter: blur(15px);
    background-color: rgba(127,127,127,0.1);
    position: absolute;
    bottom: 1.5vw;
    left: 1.5vw;
    text-align: center;
    z-index: 5;
    padding: 2px;
    border-radius: 5px;
    border: 1px solid rgba(255,255,255,0.2);
}

#newsletter{
    width: 280px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}
#social{
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}
    #social a, #listen a{
        transition: 0.5s;
        width: 35px;
        height: 35px;
        transition: 0.2s;
        display: inline-block;
        text-decoration: none;
        padding: 0 0 10px 0;
        border-radius: 5px;
    }
    #social a:hover, #listen a:hover{
        transition: 0.1s;
        background-color: rgba(0,0,0,0.2);
    }

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

a{
    text-decoration: none;
}

.lien{
    text-transform: uppercase;
    color:  var(--globalcolor);
    letter-spacing: 0.2em;
}
.overlay a{
    transition: 0.5s;
    text-decoration: none;
    color:  var(--globalcolor);
    font-size: 14px;
    display: inline-block;
    margin: 10px auto;
    letter-spacing: 0.2em;
}
.overlay .lien:hover a{
    transition: 0.1s;
    letter-spacing: 0.5em;
}

.overlay h1{
    text-transform: uppercase;
    margin-top: 75px;
}


#footer{
    position: relative;
    z-index: 60;
    width: 100vw;
    padding: 50px 0;
    background-color: #151515;
    -webkit-box-shadow: inset 0px 10px 10px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: inset 0px 10px 10px 0px rgba(0,0,0,0.5);
    box-shadow: inset 0px 10px 10px 0px rgba(0,0,0,0.5);
}

#mentionsLegales{
    text-align: center;
    opacity: 0.2;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}
#mentionsLegales h1{
    text-align: center;
    font-weight: lighter;
    margin: 0 auto;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}
#logoFooter{
        height:50px;
        opacity: 0.2;
        margin: 25px auto 0 auto;
        background-size: contain;
        background-position: center center;
        background-repeat: no-repeat;
        background-image:url(../img/logo.png);
    }
    #socialFooter{
        margin: 10px auto;
        text-align: center;
    }
    #socialFooter a{
        transition:0.5s;
        border-radius: 3px;
        width:40px;
        height:35px;
        transition:0.2s;
        display:inline-block;
        text-decoration:none;
        opacity: 0.2;
    }

    #socialFooter a:hover{
        opacity: 1;
    }


@media screen and (max-width: 700px) {
    #mute-video{
        display: none;
    }
    .videoWrapper iframe{
        width: 320%;
        height: calc(150% + 104px);
        top:-250px;
        left: -110%;
        opacity: 0.7;
    }
    #annonce{
        left: 50%;
        transform: translateX(-50%) translateY(-60%);
    }
    #links{
        bottom: 1vh;
        left: 0;
        backdrop-filter: none;
        background-color: transparent;
        border: none;
    }
    #sound{
        bottom: 35vh;
        border: none;
    }
    #newsletter{
        width: 95vw;
        margin: 5px auto;
        border: 0;
        border-radius: 5px;
        background-color: rgba(127,127,127,0.4);    
        backdrop-filter: blur(15px);
    }
    #newsletter form{
        width: 100%;
    }
    #newsletter input{
        width: 75%;
    }
}
