<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
  --global:  #ffffff;
  --contrast:  #000000;
  --alternative:  #d23a2e;
}

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

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

body {
  margin: 0;
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: light;
  -webkit-font-smoothing: antialiased;
  color: var(--global);
  background-color: var(--global);
  scroll-behavior: smooth;
  text-transform: uppercase;
}

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


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

#video video {
  position: relative;
  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: 25px;
  top: 25px;
  margin: 0 auto 0 0;
  mix-blend-mode: difference;
}

#menu .onglet:hover {
  text-decoration: underline;
}
.onglet {
  cursor: pointer;
}



#topline {
  position: relative;
  display: block;
  left: 25px;
  top: 25px;
  width: calc(100% - 50px);
  margin: 0 auto 0 0;
  mix-blend-mode: difference;
}

#bottomline {
  position: relative;
  display: block;
  left: 25px;
  width: calc(100% - 50px);
  bottom: 75px;
  margin: 0 auto 0 0;
  mix-blend-mode: difference;
}
#bottomline a, #topline a {
  text-decoration: none;
  color: var(--global);
}
#bottomline a:hover, #topline a:hover {
  text-decoration: underline;
}
.floatright {
  float: right;
}


#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, #newsletter{
  display: inline-block;
}
#menu a{
  text-decoration: none;
  color: var(--global);
  padding: 11px 0;
  font-size: 18px;
  margin-right: 15px;
}
#menu a:hover{
  color: white;
}

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

#shop {
  text-align: center;
  padding: 10vh 0 5vh 0;
}

#products {
  width: 100vw;
  margin: 50px auto 0 auto;
  padding: 0;
}


#djtool {
  background-color: var(--global);
  padding: 0;
  text-align: center;
}


#djtool .bandeau {
  display: inline-block;
  width: 100vw;
  background: url(../img/djtoolbg.png) no-repeat top / cover ;
}

#djtool .bandeau #djtoollogo {
  display: inline-block;
  background: url(../img/djtoollogo.svg) no-repeat center / contain;
  padding: 20vh 0;
  width: 85vw;
  height: 30vw;
}

#djtool #listen {
  position: relative;
  display: block;
  top: -50px;
  right: 25px;
  text-align: right;
  color: var(--global);
  text-decoration: none;
}


#djtoolproduct .picture {
  background-image: url(../img/products/1999djtool.png);
}
#packdjtoolproduct .picture {
  background-image: url(../img/products/pack1999djtool.png);
}
#pack1999 .picture {
  background-image: url(../img/products/pack1999.png);
}
#lp1999 .picture {
  background-image: url(../img/products/lp1999.png);
}

#tour {
  background-color: var(--contrast);
  padding: 35px 0;
  text-align: center;
}
#tourdates {
  color: var(--alternative);
  text-align: left;
  margin-left: 25px;
  width: calc(100% - 50px);
  border-collapse: collapse;
}
tr {
  height: 30px;
  border-bottom: 1px solid #d23a2e55;
}
tr:hover {
  border-bottom: 1px solid var(--alternative);
}
td a {
text-decoration: none;
color: var(--alternative);
}
td:last-child {
  text-align: right;
}



.passed {
opacity: 0.5;
border-bottom: 1px solid #d23a2e55;
}





#tour h2, #shop h2 {
  font-weight: lighter;
  font-size: 20vw;
  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;
}

#tour .product {
  color: var(--alternative);
}

.product {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 90%;
  max-width: 300px;
  min-height: 500px;
  margin: 15px;
  text-decoration: none;
  color: var(--contrast);
}

.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 {
  width: 100%;
  height: 300px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center left;
}

.product:hover .picture {
  background-position: center right;
}

.product h4, .product h3 {
  font-weight: lighter;
}

#hoodiecassius .picture {
  background-image: url(../img/products/hoodie.jpg);
}

#lpbestof .picture {
  background-image: url(../img/products/lp.jpg);
}

#packhowdoyouseemenow .picture {
  background-image: url(../img/products/pack.jpg);
}

#shortsleevescassius .picture {
  background-image: url(../img/products/tshirt.jpg);
}
#tshirttour .picture {
  background-image: url(../img/products/tshirttour.png?rld);
}

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

#toprightmenu {
  position: fixed;
  z-index: 99;
  top: 25px;
  text-align: left;
  right: 25px;
  mix-blend-mode: difference;
}

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

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


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


#footer {
  position: relative;
  text-align: center;
  z-index: 60;
  width: 100vw;
  padding: 25px 0;
  color: var(--contrast);
  background: var(--global);
}

#cookie {
  display: inline-block;
  text-align: center;
  font-size: 9px;
}

#cookie a {
  color: var(--contrast);
  margin: 0 5px 0 5px;
}
#cookie, #social, #contact {
  flex: 1;
}

#links {
  display: inline-block;
  width: calc(100% - 50px);
  margin: 0 auto;
  text-align: left;
  display: flex;
}

#contact {
  display: inline-block;
  vertical-align: middle;
  color: var(--contrast);
  text-decoration: none;
}
#contact:hover {
  text-decoration: underline;
}
#social {
  text-align: right;
  display: inline-block;
  vertical-align: middle;
}
#social a, #listen a {
  margin: 0;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  padding: 0 5px 0 0;
  color: var(--contrast);
}

.icon {
  background-position: center center;
  background-size: 100%;
  background-repeat: no-repeat;
  vertical-align: middle;
  width: 20px;
  height: 20px;
}

.icon:hover {
  border-bottom: 1px solid var(--contrast);
}

#mentionsLegales {
  text-align: center;
}

#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;
  width: 350px;
  height: 110px;
  margin: 10px auto 30px auto;
}


#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-size: 1.1em !important;
  text-align: left !important;
}










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



#newsletter {
position: fixed;
top: 0;
left: 0;
height: 100vh;
width: 100vw;
z-index: 100;
background-color: #00000099;
vertical-align: middle;
text-align: center;
display: none;
}

#popup {
  width: 90%;
  max-width: 350px;
  margin: 0 auto;
  margin-top: 50vh;
  transform: translateY(-50%);
}
#newsletter #close {
  position: absolute;
  top: 25px;
  right: 25px;
  z-index: 101;
  color: var(--contrast);
  cursor: pointer;
}

.hideonmobile {
  display: inline;
}

@media screen and (max-width: 500px) {

  .hideonmobile {
    display: none;
  }
  .product {
    width: 100%;
    margin: 10px auto;
  }
  #language {
    position: inherit;
    display: block;
    text-align: right;
    width: 92%;
    margin-top: -25px;
  }

  #text p {
    font-size: 18px;
  }
  #tourdates {
    font-size: 10px;
  }
  #tour {
    padding-top: 100px;
  }
  .product {
    max-width: 180px;
    height: 300px;
    min-height: 300px;
    }
  .product .picture {
    height: 180px;
  }

}</pre></body></html>