/** Shopify CDN: Minification failed

Line 1956:0 Expected "}" to go with "{"

**/
/* ****************** */
/*        ALL         */
/* ****************** */

:root{
  --u1: 1vw;
  --u2: calc(var(--u1) * 2);
  --u3: calc(var(--u1) * 3);
  --u4: calc(var(--u1) * 4);
  --u4-7: calc(var(--u1) * 4.7);
  --u5: calc(var(--u1) * 5);
  --u6: calc(var(--u1) * 6);

  /*--pink: #F0A0BE;*/
  /*--pink: #027D31;*/
  /*--pink: #9C8BBC;*/
  --pink: #C41230;
  --white: #FFF;
  --black: #000;
  --grey: #8A8B8A;
  /*--pink-reverse: #027D31;*/
  /*--pink-reverse: #c2b1e2;*/
  --pink-reverse: #E04B5A;
}

.pink{
  color: var(--pink);
}

.white{
  color: var(--white);
}

.black{
  color: var(--black);
}

.grey{
  color: var(--grey);
}

*, ::before, ::after {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

html,body{
  background-color: var(--white);
  height: 100vh;
  width: 100vw;
}

body{
  margin: 0;
  padding: 0;
  font-family: "Brezel Grotesk";
}

h1, h2, h3, h4, h5, h6, p, ul, li{
  margin: 0;
  padding: 0;
}

h1, h2, h3, h5, h6{
  text-transform: uppercase;
  font-weight: bold;
}

a {
  color: inherit;
  text-decoration: none;
}
    
img{
  pointer-events: none;
}     

.hidden{
  display: none!important;
}
    
.heading-text-left{
  text-align: left;
  align-self: end;
}

.heading-text-right{
  text-align: right;
  align-self: end;
}  
    

/* ****************** */
/*        FONT        */
/* ****************** */
    
@font-face {
  font-family: "Brezel Grotesk";
  src: url("/cdn/shop/files/BrezelGroteskMG-Regular.woff2?v=1636082744") format("woff2"),
       url("/cdn/shop/files/BrezelGroteskMG-Regular.woff?v=1636082698") format("woff");
  font-weight: normal;
  font-style: normal;
}    
    
@font-face {
  font-family: "Brezel Grotesk";
  src: url("/cdn/shop/files/BrezelGroteskMG-Italic.woff2?v=1636082755") format("woff2"),
       url("/cdn/shop/files/BrezelGroteskMG-Italic.woff?v=1636082708") format("woff");
  font-weight: normal;
  font-style: italic;
}    

@font-face {
  font-family: "Brezel Grotesk";
  src: url("/cdn/shop/files/BrezelGroteskMG-Bold.woff2?v=1636082765") format("woff2"),
       url("/cdn/shop/files/BrezelGroteskMG-Bold.woff?v=1636082719") format("woff");
  font-weight: bold;
  font-style: normal;
}
    

.BigFont {
  font-size: 5.5vw;
  line-height: 5vw;
  font-weight:bold;
  /* border: 1px solid red; */
}

.BigFont::before {
  content: "";
  margin-bottom: 0vw;
  display: table;
}

.BigFont::after {
  content: "";
  margin-top: -1.1vw;
  display: table;
}

.MediumFont {
  font-size: 2.8vw;
  line-height: 2.8vw;
  font-weight:bold;
  /* border: 1px solid blue; */
}

.MediumFont::before {
  content: "";
  margin-bottom: -0.1333vw;
  display: table;
}

.MediumFont::after {
  content: "";
  margin-top: -0.7333vw;
  display: table;
}

.SmallFont {
  font-size: 1vw;
  line-height: 1.5vw;
  /* border: 1px solid green; */
}

.SmallFont::before {
  content: "";
  margin-bottom: -0.3vw;
  display: table;
}

.SmallFont::after {
  content: "";
  margin-top: -0.6vw;
  display: table;
}

.BigFont .heading{
  letter-spacing:-0.6vw;
}

.SmallFont .heading{
  letter-spacing: -0.11vw;
}

/* ****************** */
/*       LOADER       */
/* ****************** */
    
/*.loading-screen {
  position: fixed;
  width: 100vw;
  height: 100vh;
  display: grid;
  place-items: center;
  overflow-x: hidden;
  overflow-y: hidden;
  background-color: var(--white);
  z-index: 1000;
}

.loader-overlay{
  background: var(--pink);
  width: 0;
  height: 120vh;
  position: absolute;
  z-index: 900;
  left: 0;
  transform: rotate(5deg);
  top: -100px;
  left: -100px;
}

.logo{
  margin: 10vw;
  position: absolute;
  z-index: 1000;
}

.logo img{
  width: 80vw;
}*/
    
.loading-screen {
  position: fixed;
  width: 100vw;
  height: 100vh;
  display: grid;
  place-items: center;
  overflow: hidden;
  background-color: white;
  z-index: 1000;
}
.loader-overlay {
      height: 180%;
      width: 100%;
      background-color: var(--pink);
      z-index: 900;
    }
.logo {
      margin: 10vw;
      position: absolute;
      z-index: 1000;
    }
.logo img {
      width: 80vw;
    } 
    

/* ****************** */
/*        NAV         */
/* ****************** */

nav{
  padding: var(--u2);
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: 1fr;
  justify-content: space-between;
  grid-gap: var(--u2);
  width: -webkit-fill-available;
  position: fixed;
  color: var(--white);
  mix-blend-mode: difference;
  z-index: 900;
  font-weight: bold;
}

nav li {
	display: inline;
	list-style: none;
}

nav a{
  text-decoration: none;
  color: var(--white);
}

.focus{
  text-decoration: underline;
  /*color: var(--pink);*/
}

nav a:hover{
  text-decoration: underline;
  /*color: var(--pink);*/
}


.nav-left ul, .nav-right ul{
  display: flex;
}

.nav-left li{
  margin: 0 var(--u1) 0 0;
}

.nav-right li{
  margin: 0 0 0 var(--u1);
}

.nav-right{
  text-align: right;
}
    
.MobileHeaderMenu{
  display:none;
}    
    
/* ****************** */
/*       Footer       */
/* ****************** */
    
.footer {
  background-color: var(--color-footer-bg);
  color: var(--color-footer-text);
  padding: var(--u2);
  text-transform: uppercase;
}    
    
.footer__container {
  display: grid;
  grid-template-rows: 1fr auto;
  grid-gap: var(--u4);
  font-weight: bold;
}
    
.newsletterDesktop{
  display:block;
}
  
.newsletterMobile{
  display:none;
  text-align: center;
}    
    
.footer__input-wrap{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}     
    
.footer__input-wrap form{
  grid-column: 1/2;
  align-self: flex-end;
}    
    
.footer-copyright{
  grid-column: 7/9;
  align-self: flex-end;
  text-align: right;
}
    
.newsletter__input-container{
  display: grid;
  grid-template-columns: 1fr auto;
  width: 100%;
}
    
.newsletter__input-container input,.newsletter__input-container .footer__newsletter-button{
  color: var(--white);
  border: .1vw solid var(--white);
  background-color: inherit;  
  height: inherit;
}
    
.newsletter__input-container input{
  padding: var(--u1) var(--u1) .7vw var(--u1);
}

.newsletter__input-container input::placeholder {
  color: var(--white);
  opacity: 1;
}    

.newsletter__input-container input:focus-visible{
  outline: none!important;
} 
    
.newsletter__input-container .footer__newsletter-button{
  border-left: 0;
  padding: var(--u1);
}
    
.footer__cols {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  align-items: end;
}
    
.footer-allgone{
  width: 100%;
  grid-column: 1/3;
  justify-self:flex-end;
}

.footer__col-list{
  grid-column: 5/7;
}    

.footer__col-list ul {
  list-style-type: none;
  color: var(--white);
}
    
.footer__col-list .menu-right li{
  text-align:right;
}    

.footer-lamjc{
  grid-column: 10/11;
  width: 100%;
  justify-self:flex-end;
}
    
.newsletter-title{
  color: var(--white);
  margin-bottom: var(--u1);
  font-size: 4.5vw;
}      


/* ****************** */
/*       Button       */
/* ****************** */
    
button{
  font-family: inherit;
  font-weight: bold;
}

.new{
  border: 2px solid var(--white);
  color: var(--white);
  font-weight: bold;
  margin: var(--u1) 0;
  padding: calc(var(--u1) * 0.3) calc(var(--u1)* 0.5);
  min-width: 4vw;
  display: grid;
  place-items: center;
}

.new-reverse{
  border: 2px solid var(--pink);
  color: var(--pink);
  font-weight: bold;
  margin: var(--u1);
  padding: 0 calc(var(--u1)* 0.5);
  min-width: 4vw;
  height: 1.1vw;
  display: grid;
  place-items: center;
}

.prix{
  border: 2px solid var(--white);
  border-right: 0;
  background-color: inherit;
  color: var(--white);
  font-weight: bold;
  min-width: 5vw;
  padding: var(--u1);
}

.prix-reverse{
  border: 2px solid var(--pink);
  border-right: 0;
  background-color: inherit;
  color: var(--pink);
  font-weight: bold;
  min-width: 5vw;
  padding: var(--u1);
}

.atc{
  border: 2px solid var(--white);
  background-color: var(--white);
  color: var(--pink);
  font-weight: bold;
  min-width: 10vw;
  padding: var(--u1);
  height: inherit;
}

.atc-reverse{
  border: 2px solid var(--pink);
  background-color: var(--pink);
  color: var(--white);
  font-weight: bold;
  min-width: 10vw;
  padding: var(--u1);
  height: inherit;
}
    
.atc-reverse:hover {
  background-color: var(--color-primary-button-active-bg);
  border-color: var(--color-primary-button-active-bg);
  transition: 0.25s ease;
}
    
.atc-reverse:disabled{
  background-color: var(--grey);
  border: 2px solid var(--grey);
  font-weight: bold;
  color: var(--white);
  min-width: 10vw;
  padding: var(--u1);
  cursor: default;
  opacity:1;
}

.soldout{
  background-color: var(--white);
  border: 2px solid var(--white);
  font-weight: bold;
  color: var(--pink);
  min-width: 10vw;
  padding: var(--u1);
  cursor: default;  
}

.soldout-reverse{
  background-color: var(--grey);
  border: 2px solid var(--grey);
  font-weight: bold;
  color: var(--white);
  min-width: 10vw;
  padding: var(--u1);
  cursor: default;
}
    
.bttn-full{
  width: 100%;
}
    
/* ****************** */
/*   Privacy Banner   */
/* ****************** */
    
#shopify-privacy-banner-div{
  padding: var(--u2)!important;
  background-color: var(--pink)!important;
  z-index: 100!important;
  width: 98vw!important;
  margin: var(--u1)!important;
  box-shadow: 5px 5px 5px var(--grey)!important;
}
    
#shopify-privacy-banner-div button.accept{
  background: var(--white)!important;
  color: var(--pink)!important;
  border: 2px solid var(--white)!important;
  padding: var(--u1) var(--u2)!important;
  border-radius: 0!important;  
}      
    
#shopify-privacy-banner-div button.decline{
  background: inherit!important;
  color: var(--white)!important;
  border: 2px solid var(--white)!important;
  padding: var(--u1) var(--u2)!important;
  border-radius: 0!important;  
}  

/* ****************** */
/*        Cart        */
/* ****************** */
.quick-cart__items{
  -ms-overflow-style: none;  
  scrollbar-width: none;
}
    
.quick-cart__items::-webkit-scrollbar {
  display: none;
}
   
.quick-cart__tabs>li a.active{
  font-weight: bold;    
}    
    
.quick-cart__product-details h4{
  text-transform: uppercase;
}
    
.quick-cart__checkout-button{
  text-transform: uppercase;
} 
    
.cart-template__details {
  text-transform: uppercase;
}
    
/* ****************** */
/*       Scroll       */
/* ****************** */  
    
/*
    
.container__app {
  height: 100vh;
  width: 100vw;
  overflow-y: scroll;
  scroll-snap-type: y mandatory;
}    
    
section {
   scroll-snap-align: start;
   scroll-snap-stop: normal;
}
    
.homepage{
  scroll-snap-align: start;
  scroll-snap-stop: normal;
}
    
.homepage-choose-cover{
  scroll-snap-align: start;
  scroll-snap-stop: normal;
}

.collection-books{
  scroll-snap-align: start;
  scroll-snap-stop: normal;
}
    
.all-books{
  scroll-snap-align: start;
  scroll-snap-stop: normal;
}
    
.product{
  scroll-snap-align: start;
  scroll-snap-stop: normal;
}    
    
.content-book{
  scroll-snap-align: start;
  scroll-snap-stop: normal;
}

.remerciement{
  scroll-snap-align: start;
  scroll-snap-stop: normal;
}   
    
.list-brands{
  scroll-snap-align: start;
  scroll-snap-stop: normal;
}    
    
.footer {
  scroll-snap-align: start;
  scroll-snap-stop: normal;
}        
    
*/
    
/* ****************** */
/*      Homepage      */
/* ****************** */

/***** SECTION SECTION HOMEPAGE CHOOSE COVER *****/

.homepage{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  min-height: 100vh;
}

#slider img{
  height: 100vh;
  width: 100%;
  display: block;
  object-fit: cover;
}

.homepage-text{
  height: 100vh;
  padding: var(--u4-7) var(--u2) var(--u2) var(--u2);
  display: grid;
  grid-template-rows: 1fr auto;
  overflow-y: scroll;
  -ms-overflow-style: none;  
  scrollbar-width: none;
}
    
.homepage-text::-webkit-scrollbar {
  display: none;
}
 
    
.row2{
  margin-top: var(--u4);
}

.row2 h2{
  margin-bottom: var(--u1);
}

.shopnow{
  background-color: var(--pink);
  color: var(--white);
  border: 2px solid var(--pink);
  min-width: 10vw;
  font-weight: bold;
  padding: var(--u1);
}

/***** SECTION HOMEPAGE CHOOSE COVER BLOCK *****/

.homepage-choose-cover{
  display: grid;
  height: 100vh;
}
  
.homepage-choose-cover img{
  height: 100vh;
  width: 100%;
  display: block;
  object-fit: cover;
}    
    
/***** SECTION HOMEPAGE COLLECTION GRID *****/

.collection-books{
  min-height: 100vh;
}

.header-collections{
  padding: var(--u4-7) var(--u2) var(--u2) var(--u2);
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: 1fr;
}

.heading-text-left{
  text-align: left;
  align-self: end;
}

.heading-text-right{
  text-align: right;
  align-self: end;
}

.product-grid{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.product-grid img{
  width: 100%;
  height: 100%;
}

.single-product{
  position: relative;
  width: 100%;
}

.product-image {
    display: block;
    width: 100%;
}

.product-hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: var(--white);
    display: grid;
    opacity: 0;
}

.image__overlay--primary {
    background: var(--pink);
}

.product-hover:hover {
    opacity: 1;
}

.product-title{
  padding: var(--u2);
}

.product-title h3{
  margin-bottom: var(--u1)
}

.product-title h4{
  font-weight: bold;
}    

.product-info{
  padding: var(--u2);
  align-self:end;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

.product-btn-homepage{
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
  
button .soldout{
  cursor: inherit!important;
}
    
/***** SECTION HOMEPAGE IMAGE *****/    
    
.all-books{
  width: 100vw;
}

.all-books img{
  width: 100%;
  display: block;
}


/* ****************** */
/*    Product Page    */
/* ****************** */
    
.store-availability-container{ 
  display:none;
}

/***** SECTION 1 *****/
    
.product{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  min-height: 100vh;
}

.product #slider {
  height: 100vh;
  width: 100%;
  display: block;
  object-fit: cover;
}

.slider{
  background-image: url(assets/AG20_COVER_MTFBWU.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.product-text{
  padding: var(--u4-7) var(--u2) var(--u2) var(--u2);
  display: grid;
  grid-template-rows: 1fr auto;
  overflow-y: scroll;
  height: 100vh;
  -ms-overflow-style: none;  
  scrollbar-width: none;
}
    
.product-text::-webkit-scrollbar {
  display: none;
}

.product-text h1{
  margin-bottom: var(--u1);
}
    
.product__meta-inner h1{
  text-transform: inherit;
}
    
.product-text a{
  color: var(--pink);
  text-decoration: underline;
  font-weight:bold;
}
    
.product-btn{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: var(--u3);
}    

.info-produit{
  margin: 0 0 var(--u5) 0;
}

.description-produit{
  margin-bottom: var(--u1);
  margin-top: var(--u3);
}

.description-produit p{
  margin-bottom: var(--u1);
}

.description-produit p:last-child{
  margin: 0;
}
    
.description-produit a{
  text-decoration: underline;
  color: var(--pink);
}
    
.description-produit a:hover{
  text-decoration: underline;
}

.viewmore, .viewless{
  margin-top: var(--u1);
  color: var(--pink);
  text-decoration: underline;
  cursor: pointer;
}

.switch{
  display: flex;
  justify-content: flex-end;
  margin: 0;
}

.switch button{
  background-color: var(--pink);
  color: var(--white);
  font-weight: bold;
  padding: 20px 30px;
  border: 1px solid var(--pink);
}
    
.product-form__controls-group-options{
  margin-top: var(--u1);
}
    
.product-form__chip-label{
  border: 2px solid var(--pink);
  color: var(--pink);
  font-weight: bold;
  padding: var(--u1);
  text-transform: uppercase;
}
    
.soldout-variant {
  background: #f7f7f7;
  color: #c4c4c4;
  border: 2px solid #c4c4c4;
}   
    
.product__meta{
  padding: var(--u4-7) var(--u2) var(--u2) var(--u2);
}
    
.product__media-action{
  display: none; 
}
    
#slider .swiper{
  width:50vw;
}
    
.swiper-button-prev{
  background-image: url('https://cdn.shopify.com/s/files/1/0614/9134/7676/files/Arrow_-_Left.svg?v=1642538458'); 
  background-repeat:no-repeat;
  background-size: 70% auto;
  background-position: center;
  left: var(--u1);
}
    
.swiper-button-next{
  background-image: url('https://cdn.shopify.com/s/files/1/0614/9134/7676/files/Arrow_-_Right.svg?v=1642538458'); 
  background-repeat:no-repeat;
  background-size: 70% auto;
  background-position: center;
  right: var(--u1);
}    
    
.swiper-button-prev:hover, .swiper-button-next:hover {
  filter: invert(78%) sepia(28%) saturate(378%) hue-rotate(292deg) brightness(96%) contrast(93%);
}     
    
.swiper-button-prev::after, .swiper-button-next::after {
  display: none;
}
    
.swiper-button-prev:focus, .swiper-button-next:focus, .swiper-button-prev:focus-visible , .swiper-button-next:focus-visible {
  outline: none;
  border:none;
}    
    
.swiper-pagination-bullet-active{
  background: var(--pink);
}   
   
    
/*.product__meta-inner{
  position:sticky;
  top: var(--u4-7);
} */   

/***** SECTION 2 *****/

.content-book{
  background-color: var(--black);
  padding: var(--u4-7) var(--u2) var(--u2) var(--u2);
  display: grid;
  grid-gap: var(--u2);
  grid-template-columns: repeat(2, 1fr);
  min-height: 100vh;
}

.content-book img{
  width: 100%;
}
    
.big-always{
  grid-column: 1 / 3;
  line-height: 0;
}    

.big{
  grid-column: 1 / 3;
  line-height: 0;
  cursor: zoom-out!important;
}
    
.small{
  cursor: zoom-in;
}

/***** SECTION 3 *****/

.remerciement{
  background-color: var(--black);
  color: var(--white);
  padding: var(--u4-7) var(--u2) var(--u2) var(--u2);
  display: grid;
  grid-template-rows: 1fr auto;
  min-height: 100vh;
}

.remerciements{
  display: grid;
  grid-gap: var(--u2);
  grid-template-columns: repeat(2, 1fr);
}

.remerciements-left{
  display: grid;
  grid-gap: var(--u2);
  grid-template-columns: repeat(2, 1fr);
}

.remerciements p{
  font-weight: normal!important;
}

.remerciements-names{
  margin-bottom: var(--u2);
}
    
.remerciements-names p{
  text-transform: uppercase;
}   

.remerciements-names.mjc p{
  text-transform: inherit;
}   
    
.remerciements-names li{
  display: inline-block;
  list-style: none;
}

.remerciements-names:last-child{
  margin-bottom: 0;
}

.copyright{
  background-color: var(--black);
  color:var(--white);
  display: grid;
  grid-template-columns: repeat(2,1fr);
  grid-gap: var(--u2);
  margin-top: var(--u3);
}

.copyright img{
  height: 5vw;
}

.copyright p{
  margin: 0;
  font-weight: normal;
}

/***** SECTION 4 *****/

.list-brands{
  padding: var(--u4-7) var(--u2) var(--u2) var(--u2);
  min-height: 100vh;
}

.brands{
  margin-top: var(--u2);
}

.brand ul{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 0 var(--u2);
  margin: 0;
  padding: 0;
}

.brand li{
  margin:0;
  display: block;
  font-weight: bold;
  text-transform: uppercase;
  width: max-content;
}

.brand li a:hover {
  color: var(--pink);
}

    
/* ****************** */
/*     Retailers      */
/* ****************** */

/***** SECTION 1 *****/

.retailers{
  height: 100vh;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
}
  
.retailers-title{
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: grid;
  place-items: center;
  margin: 0;
  z-index: 10!important;
}

.retailers-title h1{
  /*color: var(--pink);
  mix-blend-mode: difference;
  
  color: #000;
  mix-blend-mode: soft-light;*/

  color: #fff;
  text-align: center;
  z-index: 10!important;
}

.country h3{
  text-align: right;
  position: sticky;
  top: 0;
}

.retailers-text{
  padding: var(--u4-7) var(--u2) var(--u2) var(--u2);
  overflow-y: scroll;
  text-transform: uppercase;
}

.continent{
  display: grid;
  grid-template-columns: 1fr auto;
  margin-bottom: var(--u4);
}

.continent:last-child{
  margin-bottom: 0;
}

.retailers-list li{
  list-style: none;
}

.retailers-list li a{
  text-decoration: none;
  color: var(--black);
}

.retailers-list li a:hover{
  color: var(--pink);
}
    
.retailers-title h1{
  width: 101%;
}

/*@media screen and (max-width: 60em){
  .retailers{
    grid-template-columns: 1fr;
  }
  .retailers-title{
    height: 70vh;
  }
  .retailers-text{
    overflow-y: unset;
  }
  #retailer-title{
    display: none;
  }
  .retailers-text{
    padding: var(--u2);
  }
}*/

@media screen and (min-width:966px) {
  .nav-continent{
    display: none;
  }
}    
    
/* ****************** */
/*     Collection     */
/* ****************** */

/***** SECTION 1 *****/

.collections{
  padding: var(--u4-7) var(--u2) var(--u2) var(--u2);
  min-height: 100vh;
}

.collections-header{
  display: grid;
  grid-template-columns: 1fr auto;
}

.filter-collections{
  margin-top: var(--u2);
  font-weight: bold;
}

.filter-collections li{
  display: inline;
  list-style: none;
  margin-right: var(--u1);
  text-transform: uppercase;
}

.filter-collections .focus{
  color: var(--pink);
}

.filter-collections a:hover{
  color: var(--pink);
}
    
.filter-collections ul{
  display: inline-flex;
}    

.collection-products{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: var(--u2);
  margin-top: var(--u2);
}

.collection-product img{
  width: 100%;
  display: block;
  object-fit: cover;
  aspect-ratio: 1 / 1;
}

.collection-product h3{
  margin: var(--u1) 0;
}

.collection-product h3:hover{
  color: var(--pink);
}

.collection-available{
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

@media screen and (max-width: 1050px){
  .collection-products{
    grid-template-columns: repeat(2,1fr);
  }
}

@media screen and (max-width: 640px){
  .collection-products{
    grid-template-columns: 1fr;
  }
  .collection-products .prix-reverse, .collection-products form{
    height: 8vw;
  }
}
    
/* ****************** */
/*     World Tour     */
/* ****************** */

/***** SECTION 1 *****/

.worldtour{
  min-height: 100vh;
  padding: var(--u4-7) var(--u2) var(--u2) var(--u2);
}

.header-worldtour{
  display: grid;
  grid-template-columns: 1fr auto;
}

.header-worldtour .heading-text-right h2{
  text-align: right;
}

.sort-worldtour{
  margin-top: var(--u2);
  font-weight: bold;
}

.sort-worldtour li {
	display: inline;
	list-style: none;
	margin-right: var(--u1);
}

.signings{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: var(--u2);
  margin: 0;
  margin-top: var(--u2);
  padding: 0;
}

@media screen and (max-width:60em){
  .signings{
    grid-template-columns: 1fr;
  }
}

.signing img{
  width: 100%;
  display: block;
  object-fit: cover;
  /*aspect-ratio: 2 / 1;*/
}
    
.article-content a{
  color: var(--pink);
  text-decoration: underline;
}
    
.article-content{
  text-transform:uppercase;
}          

.title-signing{
  margin-top: var(--u1);
  display: flex;
  justify-content: space-between;
}
    
.title-signing .city{
  margin-left: var(--u2);
}  
    
    
.ratio {
      position: relative;
      display: block;
    }

.ratio:before {
      content: '';
      display: block;
      width: 100%;
      padding-bottom: 50%;
    }
    
.ration img{
  width: 100%
}

.ratio__content {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }    
    
/* ****************** */
/*  World Tour Single */
/* ****************** */

/***** SECTION 1 *****/

.worldtour-single{
  min-height: 100vh;
  padding: var(--u4-7) 0 var(--u2) 0;
}

.header-worldtour-single{
  padding: 0 var(--u2) var(--u2) var(--u2);
  display: grid;
  grid-template-columns: 1fr auto;
}

.signing-single img{
  width: 100%;
  /*padding-bottom: var(--u2);*/
  display: block;
  object-fit: cover;
}
  
.signing-single-cover{
  object-fit: cover;
  aspect-ratio: 2 / 1;
  margin-bottom: 0!important;
}

.signing-single-gallery{
  padding: 0 var(--u2);
  column-count: 3;
  grid-gap: var(--u2);
  margin-top: var(--u2);
}

.signing-single p{
  margin: var(--u2) var(--u2) 0 var(--u2);
  /*column-count: 2;*/
  /*font-weight: bold;*/
}
  
.signing-single .SmallFont::before{
  margin-bottom: 0!important;
}  
    
.shopify-email-marketing-confirmation__container{
  height: 100vh;
  padding: 25% var(--u2);
} 

/* The Masonry Container */
.signing-single .masonry {
  margin: var(--u1) auto;
  column-count: 3;
  column-gap: var(--u1);
  padding: 0 var(--u2);
  margin-top: var(--u2);
}

/* The Masonry Brick */
.signing-single .brick {
  vertical-align: top;
}
.signing-single .masonry .brick img {
  transition: all .5s ease-in-out;
  backface-visibility: hidden;
  padding-bottom: var(--u1);
  max-width: 100%;
  vertical-align: middle;
  position: relative;
}
.signing-single .masonry img {
  
}

.signing-single .image {
  padding-top: 0!important;
} 

/* Masonry on small screens */
@media only screen and (max-width: 790px){
  .signing-single .masonry {
    column-count: 1;
  }
}

/* ****************** */
/*        About       */
/* ****************** */
    
.about {
  min-height: 100dvh;
  /*display: flex;
  flex-direction: column;
  justify-content: flex-end;*/
  gap: 1vw;
} 

.about p {
  font-size: 2vw;
  margin-top: var(--u2);
}

.about a {
  text-decoration: underline;
}

.about a:hover {
  color: var(--pink);
}

@media screen and (max-width: 966px){  
  .about {
    gap: 2vw;
  }
  .about p {
    font-size: 4vw;
  }
}
/* ****************** */
/*      CONTENT       */
/* ****************** */   
    
.content{
  margin:0; 
  padding: var(--u4-7) var(--u2) var(--u2) var(--u2);
}  
    
.content-title {
  margin-bottom: var(--u2);
}
    
.content-text a{
  color: var(--pink);
  text-decoration: underline;
}
    
.content-text p{
  font-size: 1vw;
}      
    
.content-text h2{
  font-size: 2vw;
}  
    
@media screen and (max-width: 966px){  
  .content-text p {
    font-size: 2vw;
  }
  .content-text h2{
  	font-size: 4vw;
  } 
  
}
    
/* ****************** */
/*     RESPONSIVE     */
/* ****************** */

@media screen and (max-width: 966px){  
  
  :root{
    --u1: 2vw;
  }

  /***** Font *****/    

  .BigFont {
    font-size: 10.5vw;
    line-height: 10vw;
    /*border: 1px solid red;*/
  }

  .BigFont::before {
    margin-bottom: -0.3vw;
    content: "";
    display: table;
  }

  .BigFont::after {
    margin-top: -2.3vw;
    content: "";
    display: table;
  }

  .MediumFont {
    font-size: 6vw;
    line-height: 6vw;
    /*border: 1px solid blue;*/
  }

  .MediumFont::before {
    margin-bottom: -0.3vw;
    content: "";
    display: table;
  }

  .MediumFont::after {
    margin-top: -1.4vw;
    content: "";
    display: table;
  }

  .MediumFontMobile{
    font-size: 6vw;
    line-height: 6vw;
    font-weight:bold;
  }

  .MediumFontMobile::before {
    margin-bottom: -0.3vw;
    content: "";
    display: table;
  }

  .MediumFontMobile::after {
    margin-top: -1.4vw;
    content: "";
    display: table;
  }  

  .SmallFont {
    font-size: 3vw;
    line-height: 3vw;
    /*border: 1px solid green;*/
  }

  .SmallFont::before {
    margin-bottom: 0;
    content: "";
    display: table;
  }

  .SmallFont::after {
    margin-top: -0.8vw;
    content: "";
    display: table;
  }

  .BigFont .heading{
    letter-spacing:-1.1vw;
  }

  .SmallFont .heading{
    letter-spacing: -0.4vw;
  }    
      
  /***** Footer *****/ 
      
  .footer{
    padding: var(--u4) var(--u2);
  }
      
  .footer__container{
    grid-template-rows: 1fr;
    grid-gap: var(--u6);
  }
      
  .newsletterDesktop{
    display:none;
  }
  
  .newsletterMobile{
    display:block;
  }    
      
  .footer__input-wrap{
    width: 100%;
  }
      
  .footer__input-wrap form{
    grid-column: 1/3;
  }    
      
  .footer__cols {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr auto;
    grid-gap: var(--u4);
  }  
      
  .footer__col-list{
    grid-row: 1/2;
    grid-column: 1/2;
  }
      
  .footer__col-list ul li {
    text-align: center;
  }    
      
  .footer-allgone{
    width: 50%;
    grid-row: 2/3;
    grid-column: 1/2;
    justify-self: center;
  }
      
  .footer-lamjc{
    grid-row: 3/4;
    grid-column: 1/2;
    width: 30%;
    justify-self: center;
  }
    
  .footer-copyright{
    grid-row: 4/5;
    grid-column: 1/2;
    text-align: center;
  }   

  /***** Homepage *****/ 

  .homepage{
    grid-template-columns: 1fr;
    grid-template-rows: 1fr auto;
    height: inherit;
    min-height: inherit;
  }
      
  .all-books img{
     /*padding-top: var(--u4);*/
  }

  #slider{
    height: inherit;
  }

  #slider img{
    height: inherit;
  }

  .homepage-text{
    height: inherit;
  }

  .product-grid{
    grid-template-columns: repeat(2, 1fr);
  }
      
  .homepage-choose-cover img{
   height: 100%;
  }
  
  /***** Nav *****/ 
      
  .DesktopHeaderMenu{
    display:none!important;
  }
      
  .MobileHeaderMenu{
    display: block;
  }
      
  .nav-right{
    align-self: center;
  }
      
  .logo-menu-drawer:focus{
    outline: none;
    border:none;
  }
      
  .logo-menu-drawer{
    outline: none;
    border:none;
  } 
   
  .collections, .worldtour, .worldtour-single, .content{    
    padding-top: 13vw;
  }
      
  .drawer-menu__header path{
    transform:scale(2.3);
    stroke-width: 1.5!important;
  }
      
  /***** Product Page *****/ 
      
  .product{
    grid-template-columns: 1fr;
    height: inherit;
    min-height: inherit;
  }   

  .product #slider {
    height: auto;
  }
      
  .product-text{
    height: inherit;
    padding: var(--u2);
  }    
  
  .new-reverse{
    height: 4vw;
  }
      
  .content-book{
    grid-template-columns: 1fr;
    grid-gap: var(--u2) 0;
    padding-top: var(--u2);  
  }
      
  .big{
  	grid-column: 1 / 2;
  	line-height: 0;
    cursor: default!important;
  }
      
  .big-always{
    grid-column: 1 / 2;
    line-height: 0;
    cursor: default;
  }
      
  .small{
    cursor: default;
  }    
      
  .remerciement{
    min-height: inherit;
  }
   
  .remerciements{
    grid-template-columns: 1fr;
  }
    
  .remerciements-names h4{
    line-height: 1;
  }    
      
  .remerciements-names h4{
    margin-bottom: .5vw;
  }
      
  .copyright{
    grid-template-columns: 1fr;
  }
     
  .copyright-logo{
    grid-row: 2;
    justify-self: center;
  }  
      
  .copyright img{
    height: 15vw;
    margin: var(--u2) 0;
  }    
      
  .brand ul{
    grid-template-columns: 1fr;
  }   
      
  #slider .swiper{
    width:100vw;
  }    
      
  input:checked+.product-form__chip-label{
  	  border: 2px solid var(--pink);
  	  background-color: var(--pink);
      color: var(--white);
      font-weight: bold;
      
  }    
      
  /***** Retailers *****/
      
  .retailers{
    grid-template-columns: 1fr;
    height: auto;
  }     
  
  #shopify-section-retailers--title{
  	height: 40vh;
  }
      
  .retailers-text{
	padding: var(--u2);
  }
      
  .nav-continent{
  margin-bottom: var(--u2);
  font-weight: bold;
  }

  .nav-continent ul{
    margin-top: var(--u2);
    display: inline-flex;
  }

  .nav-continent li {
    display: inline;
    list-style: none;
    margin-right: var(--u1);
  }

  .nav-continent a{
    text-decoration: none;
    color: var(--black);
  }

  .nav-continent a:hover{
    text-decoration: underline;
    color: var(--pink);
  }
      
  .retailers-list li{
    margin-bottom: 1vw;
  }
      
  /***** World Tour *****/
      
  .signing-single-gallery, .signing-single p{
    column-count: 1;
  }

  .signing-single p{
    margin-top: 0;
  }
      
  .footer__input-wrap p{
  	text-align:center;
  }

  .logo-password {
    display: flex;
    width: 100%;
    justify-content: center;
  }

  .logo-password img {
    width: 200px;
  }
  
          
