@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@900&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: 'Roboto', sans-serif;
    color:  var(--globalcolor);
    position: absolute;
    width: 100%;
    height: 100%;
}

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

#annonce {
    position: absolute;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    right: 1.5vw;
    margin: 0 auto;
    top: 60vh;
    transform: translateY(-50%);
    text-align: center;
    z-index: 90;
    width: 80%;
    max-width: 200px;
}

#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 h1 {
    display: block;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: lighter;
    margin: 5px auto 10px auto;
    font-family: 'Roboto', sans-serif;
}

#annonce p {
    display: block;
    font-size: 10px;
    letter-spacing: 0.1em;
    font-weight: lighter;
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif;
}

#annonce a {
    color: black;
    font-size: 10px;
    text-transform: uppercase;
    margin: 0 15px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    backdrop-filter: blur(15px);
    border: 1px solid rgba(255,255,255,0.3);
    padding: 5px 15px;
    border-radius: 50px;
    color: white;
}

#annonce a:hover {
    background-color: var(--globalcolor);
    color: black;
}




#video {
    position: relative;
    left: 0;
    top: -25px;
    width: 100vw;
    height: 100dvh;
    text-align: center;
    z-index: -1;
    overflow: hidden;
  }
  
  #video video {
    position: relative;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
  }
  
  video::-webkit-media-controls {
    display: none;
  }
  



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


#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: 150px 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;
}

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

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

.product h3{
    color: rgba(0,0,0,0.5);
    font-size: 0.7em;
    margin: 5px auto;
    font-weight: lighter;
    font-family: Arial, Helvetica, sans-serif;
}

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

#newsletter {
    font-size: 10px;
    text-transform: uppercase;
    margin: 0 15px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    backdrop-filter: blur(15px);
    border: 1px solid rgba(255,255,255,0.3);
    padding: 5px 15px;
    border-radius: 50px;
    color: white;
}

#newsletter:hover {
    border: 1px solid rgba(255,255,255,1);
}

#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;
    font-family: 'Roboto', sans-serif;
}

#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.svg);
    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{
    position: absolute;
    bottom: 1.5vw;
    left: 1.5vw;
    text-align: center;
    z-index: 5;
    padding: 2px;
}

#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;
    text-align: center;
    z-index: 60;
    width: 100vw;
    padding: 50px 0;
    font-family: Arial, Helvetica, sans-serif;
    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.svg);
    }
    #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;
    }


    #cookie {
    display: inline;
    padding: 15px 15px;
    }
    #cookie a {
    color: var(--global);
    text-transform: uppercase;
    text-decoration: none;
    font-size: 9px;
    margin: 5px;
    opacity: 0.2;
    }
    #cookie a:hover {
    text-decoration: underline;
    opacity: 1;
    }



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

    #annonce {
        left: 50%;
        transform: translateX(-50%) translateY(-60%);
    }

    #links {
        bottom: 1vh;
        left: 5vw;
        width: 90vw;
        margin-bottom: 15px;
        backdrop-filter: none;
        background-color: transparent;
    }

    #sound {
        bottom: 35vh;
    }

    #newsletter {
        display: block;
        margin: 5px auto;
    }

}