@font-face {
    font-family: 'dinroundpro';
    src: url('../fonts/dinround.woff2') format('woff2'),
         url('../fonts/dinroundpro.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'glaser_stencil';
    src: url('../fonts/glaser_stencil.woff2') format('woff2'),
         url('../fonts/glaser_stencil.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

* {
	margin:0;
	padding:0;
}

body{
    text-align: center;
    font-family: 'dinroundpro';
    background:#000;
}

#header {
    padding: 2vh 0;
    background: #2b2b2b url(../img/background.jpg) no-repeat center / cover;
}

#music {
    background-color: white;
    padding: 25px 0 100px 0;
    margin: 0 auto;
    text-align: center;
}

#music a {
    display: inline-block;
    width: 300px;
    margin: 10px;
    text-decoration: none;
    color: black;
    text-transform: uppercase;
}
#music a .artwork {
    background-color: #e8e8e8;
    border: 2px solid #fff;
}
#music a:hover .artwork {
    border: 2px solid #000;
}

#music p {
    margin: 10px auto;
}

#music h2 {
    color: black;
    font-family: 'glaser_stencil';
    font-size: 6vw;
}

#music .artwork {
    height: 300px;
    background-position:center center;
    background-repeat:no-repeat;
    background-size: cover;
}


#annonce {
    font-size: 3vw;
    text-transform: uppercase;
}

#annonce a {
    color: #000;
}

#annonce a:hover {
    color: #fff;
}


#tour {
    color: white;
    background-color: black;
    padding: 25px 0 100px 0;
    margin: 0 auto;
    text-align: center;
}

#tour a {
    display: inline-block;
    margin: 10px;
    text-decoration: none;
    text-transform: uppercase;
}

#about p {
    width: 90%;
    max-width: 1080px;
    font-size: 18px;
    line-height: 1.5em;
    text-align: justify;
    margin: 50px auto;
}

#about img {
    width: 90%;
    max-width: 1080px;
    margin: 100px auto 0 auto;
}

#tour p {
    margin: 10px auto;
}

#tour h2 {
    color: white;
}
#tour #wrapperTour {
    width: 90%;
    max-width: 720px;
    margin: 0 auto;
}

.bit-rsvp {
    display: none !important;
  }
  
  .bit-widget {
    font-size: 1.1em !important;
    text-align: left !important;
  }
  
  










#thefinest .artwork {
    background-image: url(../img/music/thefinest.jpg);
}
#therawandthecooked .artwork {
    background-image: url(../img/music/therawandthecooked.jpg);
}
#fineyoungcannibals .artwork {
    background-image: url(../img/music/fineyoungcannibals.jpg);
}
#fyc40-2cd .artwork {
    background-image: url(../img/music/fyc40-2cd.png);
}
#fyc40-4cd .artwork {
    background-image: url(../img/music/fyc40-4cd.png);
}
#fyc40-1lp .artwork {
    background-image: url(../img/music/fyc40-1lp.png);
}
#fyc40-2lp .artwork {
    background-image: url(../img/music/fyc40-2lp.png);
}

#video{
    position: relative;
    z-index: 92;
    min-width: 450px;
    width: 70vw;
    min-height: 250px;
    height: 60vh;
    margin: -3vh auto 0 auto;
    border: 5px solid #e94b55;
    background-color: #e94b55;
}

#highlight {
    min-width: 350px;
    width: 70vw;
    margin: -20px auto 0 auto;
    border: 5px solid #e94b55;
    background-color: #e94b55;
}
.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;
}

#footer {
    background-color: black;
    color: white;
    font-size: 8px;
    text-transform: uppercase;
    font-weight: lighter;
    padding: 50px 0 100px;
}

#cookie {
    margin-top: 15px;
}
#cookie a {
    text-decoration: none;
    color: white;
    margin: 0 10px;
}
#cookie a:hover {
    text-decoration: underline;
}

#videoMobile, #footerMobile{
    display: none;
}

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

#logo{
    position: relative;
    z-index: 95;
    margin: 0 auto 0 auto;
    width: 100%;
    height: calc(85vh - 18vw);
}

#menu {
    display: block;
    text-align: center;
    font-family: 'glaser_stencil';
    border-bottom: 2px solid #000;
    width: 95%;
    margin: 0 auto;
}

#annonce h1 {
    font-family: 'glaser_stencil';
    font-size: 6vw;
}

#menu a {
    font-size: 6vw;
    display: inline-block;
    color: #000;
    margin: 0 1.5vw;
}

#menu a:hover {
    color: #fff;
}

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





#links {
    text-align: center;
    margin: 10px auto;
    display: block;
}

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

#newsletter{
    background-color: #000;
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
    border: 3px solid #e94b55;
}

#newsletter input, #newsletter button{
    background-color: transparent;
    border: 0;
    padding: 10px 5px;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    color: #e94b55;
}

#newsletter input{
    background-color: transparent;
    border: 0;
    padding: 10px 5px;
    width: calc(80% - 14px);
}
#newsletter button{
    width: 18%;
}

#newsletter input::placeholder{
    color: #e94b55;
}

    #social a, #listen a{
        display: inline-block;
        width: 40px;
        height: 40px;
        text-decoration: none;
        margin: 0;
        border: 2px solid #000;
    }
    #social a:hover, #listen a:hover {
        border: 2px solid #fff;
    }
    #social a:hover, #listen a:hover svg{
        fill: #fff;
    }

    svg{
        fill: #000;
    }


a{
    text-decoration:none;
}

.lien{
    text-transform: uppercase;
    color: #000;
    letter-spacing: 0.2em;
}
.overlay a{
    transition: 0.5s;
    text-decoration: none;
    color: #000;
    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;
}
h2{
    text-transform: uppercase;
    font-size: 40px;
    margin-top: 150px;
}

