
* {
	margin:0;
	padding:0;
}

body{
    background-color: #000;
    font-family: Arial, Helvetica, sans-serif;
    color:#fff;
    position: absolute;
    
}
#home {
    overflow: hidden;
    width: 100%;
    height: 100%;
}

#release {
    border: 1px solid #ffffff33;
    text-align: center;
    text-decoration: none;
    color: white;
    display: block;
    text-transform: uppercase;
    font-weight: bold;
}

#release p {
    padding: 15px 0;
}

#release:hover {
    border: 1px solid #ffffff88;
}

#release .artwork {
    display: block;
    background: url(../img/artwork.jpg?2) no-repeat center / cover;
    width: 215px;
    height: 215px;
    margin: 5px auto 0 auto;
}

#splash {
    bottom: 0;
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    height: 65vh;
    background-image: url('../img/anim.gif');
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

#enter{
    background-image: url('../img/enter.svg');
    text-align: center;
    display: block;
    width: 180px;
    height: 70px;
    margin: 0 auto;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.2em;
}

#tourdates{
    max-width: 600px;
    width: 90%;
    position: absolute;
    top: 250px;
    left: 50%;
    transform: translateX(-50%);
    padding-bottom: 200px;
}

#videoWrapper {
    position: absolute;
    width: 100vw;
    height: 100dvh;
    overflow: hidden;
}

video {
    position: relative;
    top: 50%;
    left: 50%;
    z-index: 0;
    min-width: 100dvw;
    min-height: 100dvh;
    transform: translate(-50%, -50%);
}


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

#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);
}
#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);
}
#tiktok {
    background-image:url(../img/tt.svg);
}


#logo{
    position: absolute;
    z-index: 26;
    left: 50%;
    transform: translateX(-50%);
    top: 25px;
    width: 100%;
    max-width: 400px;
    height: 100px;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url('../img/alewya.svg');
}

#menu {
    position: absolute;
    width: 100%;
    top: 135px;
    font-size: 14px;
    z-index: 1;
    text-align: center;
}

#menu .onglet{
    transition: 0.5s;
    display: inline-block;
    font-weight: bold;
    padding: 15px 0;
    color: #fff;
    margin: 0 10px;
    vertical-align: middle;
    text-transform: uppercase;
    opacity: 1;
    background-repeat: no-repeat;
    background-position: center center;
    background-blend-mode: screen;
}
#menu .onglet:hover{
    transition: 0.1s;
    opacity: 0.5;
}

#listen {
    flex: 1;
}




#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: 80px;
}
#storeBtn{
    background-image: url('../img/store.svg');
    width: 95px;
}
#artBtn{
    background-image: url('../img/art.svg');
    width: 55px;
}

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


.button {
    color: #fff;
    border: 1px solid #ffffff33;
    padding: 15px 25px;
    min-width: 165px;
    text-align: center;
    margin: 5px auto 30px auto;
    display: inline-block;
    text-transform: uppercase;
    font-weight: bold;
}
.button:hover {
    border: 1px solid #ffffff88;
}

#bottom {
    position: absolute;
    bottom: 15px;
    right: 20px;
    z-index: 1;
}

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

    #social a, #listen a {
        width: 45px;
        height: 45px;
        display: inline-block;
        text-decoration: none;
        margin: 0;
        /*
        border: 1px solid rgba(204,85,0,0.3);
        */
    }

    #social a:hover, #listen a:hover {
        opacity: 0.5;
    }

.icon{
    background-position:center center;
    background-size: 80%;
    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;
}





#intro{
    position: absolute;
    z-index: 10;
    bottom: 0;
    margin: 0 auto;
    background-image: url('../img/anim.gif');
    background-color: #090808;
    background-size: 600px;
    background-position: center center;
    background-repeat: no-repeat;

    opacity:0; width: 0vw; height:0vh;

    -webkit-animation: DISAPPEAR 10s normal; /* Safari 4+ */
    -moz-animation:    DISAPPEAR 10s normal; /* Fx 5+ */
    -o-animation:      DISAPPEAR 10s normal; /* Opera 12+ */
    animation:         DISAPPEAR 10s normal; /* IE 10+, Fx 29+ */
}

@-webkit-keyframes DISAPPEAR {
  0%   { opacity:1; width: 100vw; height:100vh;}
  90%   { opacity:1; width: 100vw; height:100vh;}
  99%   { opacity:0; width: 100vw; height:100vh;}
  100%   { opacity:0; width: 0vw; height:0vh;}
}
@-moz-keyframes DISAPPEAR {
  0%   { opacity:1; width: 100vw; height:100vh;}
  90%   { opacity:1; width: 100vw; height:100vh;}
  99%   { opacity:0; width: 100vw; height:100vh;}
  100%   { opacity:0; width: 0vw; height:0vh;}
}
@-o-keyframes DISAPPEAR {
  0%   { opacity:1; width: 100vw; height:100vh;}
  90%   { opacity:1; width: 100vw; height:100vh;}
  99%   { opacity:0; width: 100vw; height:100vh;}
  100%   { opacity:0; width: 0vw; height:0vh;}
}
@keyframes DISAPPEAR {
  0%   { opacity:1; width: 100vw; height:100vh;}
  90%   { opacity:1; width: 100vw; height:100vh;}
  99%   { opacity:0; width: 100vw; height:100vh;}
  100%   { opacity:0; width: 0vw; height:0vh;}
}






/* TOUR */

h2{
    text-transform: uppercase;
}

#leftPart{
    vertical-align: middle;
    display: inline-block;
    width: 40vw;
    height: 90vh;
    padding: 5vh 5vw;
    text-align: center;
    background-color: white;

}
#flyer{
    height: 100%;
    width: 100%;
    background-image: url(../img/flyer.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

#rightPart{
    background-color: black;
    position: fixed;
    right:0;
    display: inline-block;
    vertical-align: middle;
    width: calc(50vw - 1px);
    height: 100vh;
    background-size: cover;
    background-position: center;

}
#form{
    text-align: center;
    margin-top: 50vh;
    transform: translateY(-50%);
}
input, select{
    background-color: rgba(255,255,255,0.8);
}
input:hover, select:hover{
    background-color: rgba(255,255,255,1);
}
input{
    border-radius: 10px;
    border: none;
    padding: 10px;
    margin: 10px auto;
    min-width: 300px;
}
select{
    border-radius: 10px;
    border: none;
    padding: 10px;
    margin: 10px auto;
    min-width: 320px;
}
button{
    border-radius: 10px;
    margin: 10px auto;
    border: 1px solid white;
    background-color: transparent;
    padding: 10px;
    color: white;
    min-width: 320px;
}
button:hover{
    background-color: white;
    color: black;
}

/* FIN TOUR */











#footer {
  position: absolute;
  z-index: 60;
  left: 0;
  bottom: 15px;
  width: 100%;
  color: var(--global);
  text-align: right;
    font-size: 9px;
    text-transform: uppercase;
    opacity: 0.5;
}
#cookie {
  text-align: right;
  display: inline;
  padding: 0 15px 15px 0;
}
#cookie a {
  color: var(--global);
  text-decoration: none;
  margin: 0 5px;
}
#cookie a:hover {
    text-decoration: underline;
}

#mentionsLegales {
  text-align: right;
  margin-right: 15px;
  display: inline;
}










@media screen and (max-width: 700px) {
    body{overflow: scroll;}
    #background{
        position: fixed;
        z-index: 0;
        height: 100%;
        width: 100%;
        background-repeat:no-repeat;
    }
    
    #menu .onglet {
        margin: 0 5px;
    }
    #menu .button{
        position: relative;
        display: block;
        margin: 50px;
    }

    #menu {
        font-size: 12px;
    }

    #annonce{
        position: relative;
        width:350px;
        left:0;
        margin:0 auto;
        top:100px;
        height:550px;
    }
    #annonce h2{
        font-size: 40px;
        line-height: 1em;
        margin-top: 30px;
        font-weight:400;
    }
    #annonce h1{
        font-size: 12px;
        margin-top: 10px;
    }

    #artwork{
        width:300px;
        height:300px;
    }
    .button {
        text-align: center;
        display: block;
        width: 79dvw;
    }

    #bottom {
        left: 0;
        text-align: center;
        width: 100%;
    }

    #intro{
        background-position: center 250px;
    }
    

    #rightPart{
        width: 100vw;
        height: 90vh;
        position:relative;
    }
    #leftPart{
        width: 90vw;
        height: 80vh;
        position:relative;
    }
    #footer {
        text-align: center;
    }
    .button {
        padding: 15px 0;
        width: 92dvw;
    }

    #release {
        text-align: center;
        width: 92dvw;
        margin: 0 auto;
    }

    #release .artwork {
        width: calc(100% - 10px);
        height: 40dvw;
        margin: 5px 5px 0 5px;
    }
}


@media (min-aspect-ratio: 5.5/3) {
    video {
        width: 100dvw;
        min-height: 100dvh;
    }
}

@media (max-aspect-ratio: 5.5/3) {
    video {
        min-width: 100dvw;
        height: 100dvh;
    }
}