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


:root {
  --global:  #ff0031;
  --contrast:  #ffffff;
  --alternative:  #ebe352;
}

::selection{
  background-color: var(--global);
  color: var(--contrast);
}

html, body {
  min-height: 100%;
}

body {
  margin: 0;
  font-size: 18px;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  color: var(--global);
  background-color: var(--global);
  scroll-behavior: smooth;
}

#content {
  height: 100vh;
  width: 100%;
}

#header {
  padding: 25px;
  width: calc(100% - 50px);
  font-size: 14px;
  text-align: left;
}

#videos{
  display: block;
  background-color: var(--global);
  text-align: center;
  padding: 150px 0;
}

#videos h2{
  color: var(--contrast);
  text-align: center;
  text-transform: uppercase;
  font-size: 20vw;
  margin: 20px auto;
}

#videos iframe{
  width: 90%;
  max-width: 1920px;
  height: 75vh;
}




#video, #videoMobile {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  text-align: center;
  z-index: -1;
  overflow: hidden;
}

#videoMobile {
  display: none;
}

#video video,#videoMobile video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
}

video::-webkit-media-controls {
  display: none;
}

#menu {
  margin: 10px auto 0 0;
}


#annonce {
  font-size: 12px;
  text-align: center;
  min-width: 300px;
  width: 40vw;
  margin: 0 auto;
  margin-top: calc(50vh - 200px);
}

#annonce #single, #annonce #album {
  /*
  border: 1px solid rgba(255,255,255,0.5);
  */
}

#annonce h1 {
  display: block;
  font-size: 45px;
  font-weight: lighter;
  margin: 5px auto 0 auto;
}

#annonce p {
  display: block;
  font-size: 14px;
  font-weight: lighter;
}

#artwork {
  transition: 0.5s;
  display: inline-block;
  margin: 0 auto;
  width: 100%;
  max-width: 600px;
  height: 25vh;
  max-height: 300px;
  background-image: url(../img/artwork-vinyl.png);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 3px;
}

#order {
  display: inline-block;
  border: 2px solid var(--global);
  border-radius: 50px;
  padding: 5px 25px;
  font-size: 12px;
  color: var(--global);
  max-width: 400px;
  text-decoration: none;
  text-transform: uppercase;
}

#menu, #newsletter{
  display: inline-block;
}
#menu a{
  text-decoration: none;
  color: var(--global);
  padding: 11px 0;
  font-size: 18px;
  margin-right: 15px;
}
#menu a:hover{
  border-bottom: 2px solid var(--global);
}

#dates {
  max-width: 750px;
  margin: 0 auto;
  margin-top: -50px;
  padding-bottom: 50px;
  color: var(--global);
}

#live {
  background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
}

#live h2 {
  font-size: 20vw;
  color: var(--global);
  padding: 50px 0;
  margin: 20px auto;
  text-align: center;
  text-transform: uppercase;
}

#links {
  position: absolute;
  bottom: 15px;
  text-align: left;
  left: 1.5%;
}

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

#links p {
  display: block;
  color: var(--global);
  margin: 0;
  text-transform: uppercase;
}

#social a, #listen a {
  transition: 0.2s;
  margin: 0 2px;
  display: inline-block;
  text-decoration: none;
  padding: 0 5px 0 0;
  color: var(--global);
}

#social a:hover, #listen a:hover {
  transition: 0.1s;
  color: #000;
  background-color: var(--global);
}


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

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

#footer {
  position: relative;
  z-index: 60;
  width: 100vw;
  padding: 50px 0;
  color: var(--global);
  background: black;
}

#mentionsLegales {
  text-align: center;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

#mentionsLegales h1 {
  text-align: center;
  font-weight: lighter;
  margin: 0 auto;
  font-size: 18px;
  text-transform: uppercase;
}

#logoFooter {
  height: 50px;
  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 {
  border-radius: 3px;
  width: 40px;
  height: 40px;
  margin: 0;
  transition: 0.2s;
  display: inline-block;
  text-decoration: none;
}

#order {
  margin-top: 10px;
}

/* PAGE SIGNUP */

#signup {
  padding-top: 25px;
}

#signup #header {
  color: var(--global);
  position: relative;
  padding-bottom: 10px;
}

#signup #links {
  position: relative;
  top: 50px;
}

#signup hr {
  width: 90%;
  max-width: 500px;
  border: none;
  height: 1px;
  background-color: #808080;
  margin: 0 auto 50px auto;
}

#laylo {
  max-width: 550px;
  margin: 0 auto;
}

#laylo iframe {
  width: 100%;
  height: 200px;
}


form{
  width: 300px;
  display: inline-block;
  color: var(--global);
  border-bottom: 2px solid var(--global);
}
::placeholder {
  color: var(--alternativeLight);
}

label, input{
    display: inline-block;
    margin: 0 auto;
}
input{
    font-size: 18px;
    font-weight: bold;
    border: none;
    color: var(--global);
    background-color: transparent;
}

#email{
  display: inline-block;
  padding: 10px 15px 10px 5px;
}
#ok{
  display: inline-block;
  padding: 10px;
}
  
button{
    color: var(--global);
    padding: 10px 20px;
    border: none;
    background-color: transparent;
    font-size: 18px;
    font-weight: bold;
}


/* FIN PAGE SIGNUP */

.bit-rsvp {
  display: none !important;
}

.bit-widget {
  font-family: "VT323", monospace !important;
  font-size: 1.1em !important;
  text-align: left !important;
}

@media screen and (max-width: 500px) {
  
  #annonce {
    top: calc(60vh - 200px);
  }

  #menu {
    margin: 10px auto;
    text-align: center;
  }

  .onglet {
    font-size: 20px;
    padding: 2px 10px;
    }

  #videoMobile {
    display: block;
  }

  #video {
    display: none;
  }
}