@font-face {
  font-family: 'ocr-thin';
  src: url('../font/ocr-thin.woff2') format('woff2'),
       url('../font/ocr-thin.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'ocr-medium';
  src: url('../font/ocr-medium.woff') format('woff'),
       url('../font/ocr-medium.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

:root {
  --global:  #ffffff;
  --contrast:  #000000;
  --alternative:  #808080;
}

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

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

body {
  margin: 0;
  font-size: 18px;
  font-family: 'ocr-medium';
  font-weight: light;
  -webkit-font-smoothing: antialiased;
  color: var(--global);
  background-color: var(--contrast);
  scroll-behavior: smooth;
  text-transform: uppercase;
  text-align: center;
}

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

#header {
  font-size: 14px;
  text-align: left;
}

#text {
  width: 95%;
  max-width: 980px;
  margin: 15vh auto;
  color: var(--contrast);
  text-align: left;
}

#text p {
  font-size: 24px;
}
#text b {
  display: inline-block;
  font-weight: normal;
  transform: rotate(-1.3deg);
}


#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 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  text-align: center;
  z-index: -1;
  overflow: hidden;
}

#video 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 {
  position: fixed;
  z-index: 99;
  left: 1%;
  top: 1%;
  width: calc(99% - 20px);
  margin: 0 auto;
  display: flex;
}


#menu .onglet {
  font-size: 24px;
  letter-spacing: 0.2em;
  cursor: pointer;
  flex: auto;
}

#clubshyBtn {
  position: fixed;
  z-index: 5;
  text-align: right;
  bottom: 25px;
  right: 25px;
  font-size: 24px;
  letter-spacing: 0.2em;
  cursor: pointer;
  text-decoration: none;
  color: var(--global);
}

#menu .switch {
  position: fixed;
  top: calc(1% + 8px);
  right: 15px;
  width: 14px;
  height: 14px;  
  background-color: var(--global);
  border-radius: 100px;
}

#menu .onglet:hover, #clubshyBtn:hover {
  color: var(--alternative);
}

.mobile {
  display: none;
}

.desktop {
  display: inline-block;
}


#menuBig {
  padding: 150px 0;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  color: var(--contrast);
  color: var(--global);
}

#menuBig .onglet {
  display: block;
  font-size: 72px;
  letter-spacing: 0.2em;
  color: var(--global);
  text-decoration: none;
  cursor: pointer;
}
#menuBig .onglet:hover {
  color: var(--alternative);
}



#hdysmn {
  position: absolute;
  right: 25px;
  bottom: 25px;
  margin: 0 auto 0 0;
  mix-blend-mode: difference;
}
#hdysmn a {
  text-decoration: none;
  color: var(--global);
}


#language {
    position: absolute;
    right: 25px;
    top: 25px;
    margin: 0 auto 0 0;
    text-decoration: none;
    color: var(--contrast);  
}

.back {
  display: block;
  text-align: left;
  width: 90%;
  max-width: 720px;
  margin: 25px auto;
  color: black;
  text-decoration: none;
}
.back:hover {
  text-decoration: underline;
}


#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 a{
  text-decoration: none;
  color: var(--global);
  font-size: 18px;
}

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

#shop {
  background-color: var(--contrast);
  text-align: center;
}

#products {
  width: 100vw;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 0 10vh 0;
}

#tour {
  color: var(--contrast);
  color: var(--global);
}

#tour h2, #shop h2 {
  font-weight: lighter;
  font-size: 40px;
  letter-spacing: 0.2em;
  color: var(--global);
  padding: 50px 0;
  margin: 0 auto;
  text-align: center;
  text-transform: uppercase;
}

#cassiusclub {
  display: block;
  width: 100%;
  margin: 3vh auto;
  max-width: 650px;
}

.product {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 90%;
  max-width: 350px;
  margin: 2px;
  text-decoration: none;
  color: var(--global);
}

.limited::after {
  content: 'Limited edition';
  background-color: rgb(233, 60, 44);
  color: black;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 0.1em;
  padding: 3px 6px 2px 6px;
  position: absolute;
  top: 5px;
  right: 5px;
}




.product .picture {
  transition: 0.2s;
  width: 100%;
  height: 350px;

  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.product:hover .picture {
  transition: 0.1s;
  background-size: 110%;
}

.product h3 {
  font-weight: lighter;
  letter-spacing: 0.2em;
  margin: 15px auto 0 auto;
}


.product h4 {
  font-weight: bold;
  text-transform: lowercase;
  font-family: 'ocr-thin';
  color: var(--alternative);
  margin: 0 auto 15px auto;
}






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

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


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

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

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

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

#nymphlp .picture {
  background-image: url(../img/products/nymphlp.png);
}
#nymphlpblue .picture {
  background-image: url(../img/products/nymphlpblue.png);
}
#sweattowel .picture {
  background-image: url(../img/products/sweattowel.png);
}




.productdetails {
  display: block;
  width: 90%;
  max-width: 1500px;
  margin: 0 auto;
  padding-bottom: 50px;
}


#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;
  display: inline-block;
  text-decoration: none;
  color: var(--global);
}

#social a:hover, #listen a:hover {
  transition: 0.1s;
  color: white;
}


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

#footer {
  display: inline-block;
  width: 98%;
  margin: 0 auto 5px auto;
  color: var(--global);
}

#links {
  text-align: left;
  float: left;
  display: inline-block;
  vertical-align: middle;
}

#links a {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 0 2px;
  text-decoration: none;
}
#links a:first-child {
  margin-left: 0;
}

#links a svg {
  fill: var(--global);
}


#mentionsLegales {
  display: inline-block;
  text-align: center;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  float: right;
  line-height: 30px;

}

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

#logo{
  display: block;
  text-decoration: none;
  /*background: url(../img/logo.svg) no-repeat center / contain;*/
  max-width: 90vw;
  max-height: 100vh;
  width: 90vh;
  height: 100vw;
  margin: 0 auto;
}

#logo svg {
  fill: var(--global);
  margin-top: 48vh;
  transform: translateY(-50%);
}

#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 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, .bit-top-track-button, .bit-nav-bar {
  display: none !important;
}

.bit-widget {
  font-size: 1.1em !important;
  text-align: left !important;
}
.bit-widget .bit-offers {
  background-color: var(--global)!important;
  color: var(--contrast)!important;
}

.bit-widget .bit-event, .bit-venue, .bit-date {
  font-family: 'ocr-thin';
  font-weight: bolder!important;
  letter-spacing: 0.2em;
  color: var(--alternative)!important;
  text-transform: lowercase;
  font-size: 14px;
}

.bit-location {
  font-family: 'ocr-medium';
  font-weight: normal;
  letter-spacing: 0.2em;
  color: var(--global);
  text-transform: uppercase;
  font-size: 18px;
}

.bit-offers-text {
  font-family: 'ocr-medium';
  font-weight: normal;
  letter-spacing: 0.2em;
  color: var(--contrast);
  text-transform: uppercase;
}







.shopify-buy__product__title {
  font-weight: lighter;
  text-transform: uppercase;
}

.shopify-buy-frame--product.shopify-buy__layout-horizontal iframe {
  max-width: 1500px!important;
  width: 90%;
}


#cart {
  display: block;
  color: black;
  text-align: right;
  width: 90%;
  max-width: 1800px;
  margin-bottom: 50px;
  text-decoration: none;
}

.pas-body {
  background-color: white!important;
}


#cart:hover {
  text-decoration: underline;
}






/*POPUP*/

#popup {
  position: fixed;
  display: block;
  text-align: center;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100vw;
  height: 100vh;
  background-color: #000000dd;
  display: none;
}

#popup #close {
  position: fixed;
  top: 15px;
  right: 15px;
}

#popup input::placeholder {
  color: white!important;
}

#popup input {
  background-color: grey!important;
  font-family: 'ocr-medium'!important;
  border: 1px solid white!important;
  border-radius: 0!important;
}
#popup form {
  width: 90%;
  max-width: 500px;
  margin-top: 50vh;
  transform: translateY(-50%);
  background-color: transparent!important;
}

._inline-form ._submit, ._form-title, ._inline-form ._html-code *:not(h1, h2, h3, h4, h5, h6), #_form_6718EDD7DBAF7_._inline-form ._form-thank-you {
  font-family: 'ocr-medium'!important;
}
._inline-form ._submit, #_form_6718EF0FCB513_._inline-form ._submit {
  text-transform: uppercase!important;
  letter-spacing: 0.2em!important;
  padding: 8px 20px!important;
  font-family: 'ocr-medium'!important;
}

/*POPUP END*/






@media screen and (max-width: 500px) {
  #content {
    height: 80vh;
  }
  #logo svg {
    margin-top: 42vh;
  }
  #links {
    width: 100%;
    left: 0;
    text-align: center;
  } 
  #menu {
    right: 0;
    width: 95%;
  }
  .product {
    width: 100%;
    margin: 10px auto;
  }

  #menuBig {
    padding-top: 50px;
  }

  #menuBig .onglet {
    font-size: 55px;
  }

  #mentionsLegales {
    text-align: center;
    width: 100%;
  }

  #language {
    position: inherit;
    display: block;
    text-align: right;
    width: 92%;
    margin-top: -25px;
  }

  #text p {
    font-size: 18px;
  }

  #footer {
    margin: 0 auto 15px auto;
  }

  .mobile {
    display: inline-block;
  }
  .desktop {
    display: none;
  }

}