<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100..900;1,100..900&amp;display=swap');


:root {
  --global:  #935ea2;
  --contrast:  #b7d7e7;
  --alternative:  #e6e3ad;
}

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

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

body {
  margin: 0;
  font-size: 18px;
  font-family: "Work Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-optical-sizing: auto;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  color: var(--contrast);
  background-color: var(--global);
  scroll-behavior: smooth;
}

#signupPage {
  background-color: var(--global);
  text-align: center;
}





#logo{
  position: absolute;
  left: 0;
  top: 25px;
  display: block;
  text-decoration: none;
  background: url(../img/sisters.jpg) no-repeat center / contain;
  width: 100vw;
  height: calc(100vh - 50px);
  z-index: 2;
}


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

#video video {
  position: relative;
  object-fit: cover;
}

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







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

#header {
  width: 100%;
  font-size: 14px;
  text-align: left;
}
.button {
  display: inline-block;
  color: var(--global);
  text-decoration: none;
  font-size: 3vw;
  margin: 0.83em 0;
}
.button:hover {
  text-decoration: underline;
}

#products {
  display: block;
}

.project {
  transition: 0.5s;
  display: inline-block;
  width: 22vw;
  height: 22vw;
  margin: 3px 1px;
  text-decoration: none;
  border: 2px solid var(--alternative);
}


#sisters {
  background: url(../img/sisters.jpg) no-repeat center / contain;
}

#exileontweestreet {
  background: url(../img/exileontweestreet.jpg) no-repeat center / contain;
}

#inthe21stcentury {
  background: url(../img/inthe21stcentury.jpg) no-repeat center / contain;
}

#shop {
  width: 100%;
  vertical-align: top;
  text-align: center;
  background-color: var(--global);
  margin-top: 100px;
}


#highlight {
  width: 100%;
  vertical-align: top;
  text-align: center;
  background-color: var(--alternative);
  color: var(--global);
  margin-top: 50px;
  padding: 50px 0;
}

#sistersmockup {
  text-decoration: none;
  display: block;
  width: 90vw;
  max-width: 720px;
  height: 30vw;
  min-height: 300px;
  margin: 0 auto;
  background: url(../img/products/sisters-mockup.jpg) no-repeat center / contain;
}

#tour {
  position: relative;
  z-index: 51;

  display: inline-block;
  width: 100%;
  background-color: var(--global);
  color: var(--contrast);
  vertical-align: top;
  text-align: center;
  margin-top: 50px;
}

#dates {
  margin: 0 auto 0 auto;
  width: 90%;
  max-width: 720px;
  color: var(--global);
  overflow: hidden;
}

#dates .wrapper {
  margin-top: -50px;
}

h2 {
  font-size: 3vw;
  line-height: 0.8em;
  text-transform: uppercase;
  font-weight: 900;
}





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

#signupLink {
  position: absolute;
  text-align: left;
  left: 25px;
  bottom: 25px;
  margin: 0 auto 0 0;
  z-index: 2;
}

#menu {
  position: absolute;
  text-align: center;
  top: 0;
  z-index: 2;

  left: 0;
  padding: 10px 0;
  width: 100%;
}

.onglet {
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 900;
  color: var(--contrast);
  padding: 0;
  font-size: 24px;
  margin: 0 1.5vw;
}
  
.onglet:first-child {
  margin-left: 0;
}

.onglet:hover {
  text-decoration: underline;
}


#hdysmn {
  position: absolute;
  right: 25px;
  bottom: 25px;
  margin: 0 auto 0 0;
}
#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, #newsletter{
  display: inline-block;
}

.product {
  position: relative;
  display: inline-block;
  vertical-align: top;
  background-color: white;
  border: 1px solid #fff;
  width: 90%;
  max-width: 350px;
  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: 350px;
  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);
}

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

#links {
  position: absolute;
  bottom: 0;
  text-align: center;
  z-index: 2;
  width: 100%;
  left: 0;
}

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

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

#social a, #listen a {
  transition: 0.2s;
  margin: 0;
  display: inline-block;
  text-decoration: none;
  padding: 0 2px;
  width: 30px;
  height: 30px;
  color: var(--global);
  border-bottom: 2px solid #f298b200;
}

#social a:hover, #listen a:hover {
  border-bottom: 2px solid var(--contrast);
}


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

#tidal{
  background-image:url(../img/socials/td.svg?rld);
}

#songkick{
  background-image:url(../img/socials/sk.svg);
}
#bandsintown{
  background-image:url(../img/socials/bt.svg);
}





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

#footer {
  position: relative;
  z-index: 60;
  right: 0;
  width: 100%;
  color: var(--contrast);
  text-align: right;
}
#cookie {
  text-align: right;
  display: inline;
  padding: 0 15px 15px 0;
}
#cookie a {
  color: var(--contrast);
  text-decoration: none;
  font-size: 9px;
  margin: 0 5px;
}
#cookie a:hover {
    text-decoration: underline;
}

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

#london{
  position: absolute;
  bottom: 10px;
  right: 25px;
  display: block;
  text-decoration: none;
  background: url(../img/london.png) no-repeat center / contain;
  width: 100px;
  height: 50px;
  z-index: 3;
}

/*
#logo{
  position: absolute;
  top: 50vh;
  left: 50vw;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  text-decoration: none;
  background: url(../img/logo.svg) no-repeat center / contain;
  width: 90vw;
  height: 90vh;
  z-index: 3;
}
*/

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


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

/* 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;
}

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



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

    #listen a, #social a {
      margin: 0;
      padding: 0;
    }

  .button, h2 {
      font-size: 12vw;  
  }

  .onglet {
    font-size: 18px;
  }

  #logo{
    top: 15px;
    height: calc(100vh - 15px);
  }

  #signupLink {
    bottom: 75px;
    left: 0;
    padding: 25px;
    width: calc(100% - 50px);
    text-align: center;
  }

  .flex {
    flex-direction: column;
  }

  #dates .wrapper {
    margin-top: -75px;
  }

  .bit-widget.bit-layout-ipad .bit-event .bit-button {
    width: 100px!important;
    font-size: 14px;
  }

  .project {
   width: 90vw;
   height: 90vw; 
  }

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