@import url('https://fonts.googleapis.com/css?family=Pathway+Gothic+One&display=swap');

* {
	margin:0;
	padding:0;
}

body{
    background-color:#000;
    font-family: 'Pathway Gothic One', sans-serif;
    color: #fff;
    position: absolute;
    width: 100%;
    height: 100%;
}

svg{
    fill:white;
}


#annonce{
    position: absolute;
    width:200px;
    right:50px;
    margin:0 auto;
    bottom:50px;
    text-align: center;
    z-index: 90;
}
#release{
    background-image: url(../img/artwork.jpg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 200px;
    height: 200px;
    margin: 0 auto;
}

#annonce a{
    display: inline-block;
    border: 1px solid #fff;
    padding: 10px 0;
    width: 100%;
    margin-top: 20px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    border-radius: 3px;
}
#annonce a:hover{
    background-color:#fff;
    color: black;
}

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

.videoWrapper iframe {
    position:fixed;
    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;
}

#videoMobile{
    display: none;
}

#main{
	height: 100vh;
}

#concours #formulaire{
    background-image: url(../img/background.jpg);
    background-color: white;
    background-position: 55% center ;
    background-repeat: no-repeat;
    background-size: cover;
    color: black;
    padding: 130px 0 50px 0;
    text-align: left;
    width: 100%;
    min-height: 65vh;
}

#concours #formulaire .wrapper{
    margin: 0 auto 0 calc(50vw - 160px);
}

#concours h2{
    width: 100%;
    max-width: 250px;
    font-size: 1.5em;
    margin-top: 20px;
}

#formulaire label{
    display: block;
    margin-top: 20px;
    font-size: 1.2em;
}

#formulaire input{
    display: block;
    padding: 10px 25px;
}

#formulaire button{
    display: block;
    margin-top: 20px;
    border: 2px solid white;
    padding: 15px 25px;
    background-color: black;
    color: white;
    width: 200px;
    border-radius: 50px;
}

#tournee{
	position: relative;
	z-index: 99;
  padding: 50px 0;
  background-color: #fff;
  text-align: center;
}
#tournee h1{
  font-size: 24px;
  font-weight: 600;
  line-height: 1em;
  text-transform: uppercase;
  color: black;
  margin-bottom: 50px;
}


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

}
#tournee .wrapper{
  overflow: hidden;
}


#newsletter{
    background-image:url(../img/nl.svg);
}

#tiktok{
    background-image:url(../img/tt.svg);
}

#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);
}
#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;
		text-align: center;
}
#header a{
    display: inline-block;
    border: 1px solid #fff;
    padding: 15px 0;
		width: 200px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    border-radius: 25px;
}

#header a:hover{
	background-color: white;
	color: black;
}

#logo{
    background-image:url(../img/logo.svg);
    background-position: center;
    background-repeat: no-repeat;
		background-size: contain;
		width:100%;
		max-width:400px;
    height:100px;
}

#concours #logo{
    background-image:url(../img/logoNoir.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width:100%;
    max-width:400px;
    height:100px;
}

#menu{
    position: absolute;
    width: 100%;
    top: 140px;
    z-index: 50;
    text-align: center;
}

#menu .onglet{
    transition: 0.5s;
    display: inline-block;
    font-weight: bold;
    padding: 5px 0;
    color: #111;
    height: 35px;
    margin: 0 10px;
    opacity: 1;
}
#menu .onglet:hover{
    transition: 0.1s;
    opacity: 0.8;
}
#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:#fff;
    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: 50px;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 5;
}

#subscribe{
    z-index: 20;
    text-align: left;
    padding-bottom: 20px;
    margin-bottom: 5px;
    width: 100%;
    border-bottom: 1px solid #fff;

}
    #social a, #listen a{
        transition: 0.5s;
        width: 40px;
        height: 40px;
        transition: 0.2s;
        display: inline-block;
        text-decoration: none;
        border-radius: 30px;
        padding: 0 0 10px 0;
    }
    #social a:hover, #listen a:hover{
        transition: 0.1s;
        padding: 5px 0 5px 0;
    }

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

a{
    text-decoration: none;
}

.lien{
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 0.2em;
}
.overlay a{
    transition: 0.5s;
    text-decoration: none;
    color: #fff;
    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;
    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;
    }




@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{
        top: auto;
        left: 50%;
        transform: translateX(-50%);
        right:auto;
        bottom: 90px;
    }
    #links{
        bottom: 20px;
    }
}
