/* Foundation Overrides */
@import url('https://white-meadow-2064.santiago-c51.workers.dev/fonts.css');
@font-face{
  font-family:'wonderfont';
  src:url('https://white-meadow-2064.santiago-c51.workers.dev/fonts/wonderfont.woff2') format('woff2');
  font-weight:normal;
  font-style:normal;
  font-display:swap;
  size-adjust:140%;   /* ajuste entre 105% et 130% */
}
/* --- Burger ouvert : garder le violet --- */
.top-bar.expanded,
.top-bar.expanded .title-area {
  background: #524175;
}
body{
  font-family:'wonderfont';
}
a:focus:not(:focus-visible) {
  outline: none;
}
h4:has(+hr){
  font-family:'wonderfont';
  padding-right:30px;
  text-align:right;
}
h4+hr{
 margin-right:30px;
}
.content-container a{
  color:#524175 !important;
  text-decoration:underline dotted !important;
}
.content-container a:hover{
  text-decoration:underline wavy !important;
}
.favography img{
  width: 150px;
  height: 150px;
  object-fit: cover;  
  margin-bottom:10px;
  border:1px solid #aaa; 

}
.discography{
  --w:280px; 
  display:flex; 
  flex-wrap:wrap; 
  gap:20px; 
  justify-content:center; 
  font-family:"wonderfont";
}
.album{
  display:block; 
  width:var(--w); 
  text-decoration:none;
  color:#222;
  margin-bottom:20px;
}
.album-artwork{
  width:100%; 
  height:var(--w); 
  object-fit:cover; 
  display:block; 
  border:1px solid #ddd; 
  border-radius:2px;
}
.album-name{
  margin-top:14px; 
  text-align:center; 
  font-size:15px; 
  font-weight:bold; 
  line-height:1.3;
}

/* --- Desktop : centrage vertical de tout le contenu --- */
@media only screen and (min-width: 40.063em) {
  .top-bar,
  .top-bar .title-area,
  .top-bar-section,
  .top-bar-section .left,
  .top-bar-section .right {
    display: flex;
    align-items: center;
  }
  .top-bar-section { flex: 1; }
  .top-bar-section .right { margin-left: auto; }
}

/* --- Grand écran seulement : menu centré --- */
@media only screen and (min-width: 64em) {
  .top-bar-section .left {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #524175;
  }
}

/* --- Hauteur de la top bar : LA variable à ajuster --- */
:root {
  --topbar-height: 90px;
}

@media only screen and (min-width: 40.063em) {
  :root {
    --topbar-height: 90px;
    --topbar-height-scrolled: 60px;
  }
  .f-topbar-fixed {
    padding-top: var(--topbar-height) !important;
  }
}

@media only screen and (min-width: 40.063em) {

  /* Hauteur de base — sans !important, spécificité relevée */
  .contain-to-grid.fixed .top-bar {
    height: var(--topbar-height);
  }

  .f-topbar-fixed {
    padding-top: var(--topbar-height) !important;
  }

  /* Rétrécissement piloté par le scroll */
  @supports (animation-timeline: scroll()) {
    .contain-to-grid.fixed .top-bar {
      animation: topbar-shrink linear both;
      animation-timeline: scroll(root block);
      animation-range: 0 120px;
    }
  }
}

@keyframes topbar-shrink {
  to { height: var(--topbar-height-scrolled); }
}

@media only screen and (max-width: 40.062em) {
  .f-topbar-fixed { padding-top: 60px !important; }
  .social.right{display:none;}
}

/* Mobile : hauteur Foundation par défaut, on n'y touche pas */
@media only screen and (max-width: 40.062em) {
  .f-topbar-fixed {
    padding-top: 60px !important;
  }
}

/* --- Logo : cibler la structure, pas le href --- */
.top-bar .name h1 a,
.top-bar .name h1 a img {
  font-size: 0;
  color: transparent;
}
.top-bar .name h1 a {
  display: block;
  width: 240px;
  height: 48px;
  margin-left: 1rem;
  background: url("https://s9.limitedrun.com/images/1864112/wflu_logo.png") left center / contain no-repeat;
}
/* --- Mobile : logo centré dans la top bar --- */
@media only screen and (max-width: 40.062em) {
  .top-bar .name h1 a {
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
  }
}

/* --- Barre : plus de padding-top global --- */
.top-bar, .contain-to-grid, .top-bar-section li a:not(.button) {
  background: #524175;
}

/* --- Burger : viser ::after, pas span --- */
.top-bar .toggle-topbar.menu-icon a span::after {
  box-shadow: 0 0 0 1px #fff, 0 7px 0 1px #fff, 0 14px 0 1px #fff;
}

.top-bar-section ul li > a{
  font-family:'wonderfont';
  font-weight:bold !important;
  font-size:12px;
}

a[href~="/store"], a#view-cart{
  display:none !important;
}

.release-information{
  margin-bottom:10px !important;
}

a {
  color: #524175;
}

a:hover, a:focus {
  color: #2795b6;
}

.button {
  background-color: #524175;
  border-color: #524175;
  color: #ffffff;
}

.button:hover, .button:focus {
  background-color: #2795b6;
  border-color: #2795b6;
  color: #ffffff;
}

.hide {
  display: none !important;
}

.orbit-container {
  margin: 0 0 1.1875rem 0;
}

.orbit-container .orbit-slides-container li {
  text-align: center;
}

.orbit-container .orbit-slides-container li img {
  margin: 0 auto;
}

.orbit-container .orbit-timer {
  visibility: hidden;
}

.orbit-container .orbit-bullets-container .orbit-bullets {
  margin-bottom: 0.59375rem;
}

.postfix {
  height: 2.125rem;
}

.postfix.button {
  height: 2.125rem;
  line-height: 2.125rem;
}

nav.pagination {
  display: block;
  font-size: 1rem;
  height: 1.5rem;
  line-height: 1.6;
  margin-left: -0.3125rem;
}

nav.pagination span {
  color: #999999;
  font-size: 0.875rem;
  height: 1.5rem;
  margin-left: 0.3125rem;
}

nav.pagination span a, nav.pagination span.current, nav.pagination span.inactive {
  background-color: transparent;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #999999;
  display: block;
  padding: 0.0625rem 0.625rem 0.0625rem;
}

nav.pagination span:hover a, nav.pagination span a:focus {
  background-color: #e6e6e6;
  color: #999999;
}

nav.pagination span.inactive {
  background-color: transparent;
  color: #999999;
  cursor: default;
}

nav.pagination span.inactive:hover, nav.pagination span.inactive:focus {
  background-color: transparent;
}

nav.pagination span.current {
  background-color: #2ba6cb;
  color: #ffffff;
  font-weight: bold;
  cursor: default;
}

nav.pagination span.current:hover, nav.pagination span.current:focus {
  background-color: #2ba6cb;
  color: #ffffff;
}

nav.pagination span {
  float: left;
  display: block;
}

.pagination-centered nav.pagination span {
  float: none;
  display: inline-block;
}

.postfix {
  height: 2.2125rem;
}



.top-bar .title-area .name h1 a img {
  height: auto;
  margin-top: -2px;
  max-height: 42px;
  max-width: 175px;
  width: auto;
}

@media only screen and (min-width: 40.063em) {
  .top-bar-section .social li a {
    padding: 0 7px;
  }

  h1 a.right, h2 a.right, h3 a.right, h4 a.right, h5 a.right {
    font-size: 0.5em;
    margin-top: 1.5em;
  }
}


/* Layout */

body {
  
    background-color: #524175;
  
  color: #222222;
}

h1, h2, h3, h4, h5, h6 {
  color: #222222;
}

.content-container {
  
    background-color: #ffffff;
  
}

.content-container > div {
  background-color: rgba(255, 255, 255, 0.85);
  box-sizing: border-box;
  margin: 0 auto;
  padding: 1.1875rem 1rem;
  max-width: 58em;
  width: 100%;
}

.content-container h1 .right, .content-container h2 .right, .content-container h3 .right, .content-container h4 .right, .content-container h5 .right {
  font-size: 0.65em;
  margin-top: 0.5em;
}

.content-container h1 + hr, .content-container h2 + hr, .content-container h3 + hr, .content-container h4 + hr, .content-container h5 + hr {
  margin-top: 0;
}


.footer-container {
  color: #ffffff;
  margin-top:10px;
  margin-bottom:0px;
}

.footer-container p, .footer-container ul {
  color: #ffffff;
  font-size: 1rem;
}

.footer-container a {
  color: #f9f9f9;
}

.footer-container a:hover {
  color: #ffffff;
}


/* Errors */

#error {
  padding: 100px 0 150px 0;
}

#error h3 {
  text-align: center;
}

#error p {
  text-align: center;
}


/* Product Grid */

.product {
  margin: 0 auto;
  max-width: 202px;
}

.product a.th {
  display: block;
  height: 200px;
  line-height: 200px;
  position: relative;
  text-align: center;
}

@media (max-width: 400px) {

  .product a.th {
    height: 150px;
    line-height: 150px;
  }
  
  .product a.th img {
    max-height: 100%;
    max-width: 100%;
  }
}

.product a.th .panel-banner {
  background-color: rgba(0, 0, 0, 0.55);
  bottom: 0;
  color: #ffffff;
  font-size: 0.75rem;
  line-height: 1.25rem;
  margin: 0 0 0 0;
  padding: 0.25rem;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 100;
}

.product .panel {
  background-color: transparent;
  border-color: transparent;
  font-size: 0.9rem;
  padding: 0.25rem 0rem;
}

.product .panel div {
  display: block;
  margin-bottom: 0em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.product .panel-info div + div {
  font-size: 0.75rem;
  margin-top: 0rem;
}


/* Product Page */

#product {

}

#product .clearing-assembled {
  
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  
  margin: 0 auto 1.1875rem auto;
  max-width: 432px;
}

#product .clearing-assembled .clearing-thumbs li {
  text-align: center;
  width: 100%;
}

#product .clearing-assembled .clearing-thumbs li + li {
  height: 125px;
  line-height: 125px;
  margin: 0;
  padding: 5px;
  text-align: center;
  width: 33%;
}

@media (max-width: 400px) {

  #product .clearing-assembled .clearing-thumbs li + li {
    height: 75px;
    line-height: 75px;
  }
}

#product .clearing-assembled .clearing-thumbs li + li a img {
  max-height: 100%;
  max-width: 100%;
}

#product .clearing-assembled.clearing-blackout {
  max-width: 100%;
}

#product .clearing-assembled.clearing-blackout .clearing-thumbs li {
  width: 120px !important;
}

#product .panel {
  background-color: transparent;
  border-color: transparent;
  font-size: 0.9rem;
  padding: 0.5rem;
}

#product .panel div {
  display: block;
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#product .panel-banner {
  background-color: rgba(0, 0, 0, 0.55);
  color: #ffffff;
  font-size: 0.75rem;
  line-height: 1.25rem;
  margin: 0 0 1.1875rem 0;
  padding: 0.25rem;
  text-align: center;
}

#product .soundcloud-container {
  margin-bottom: 1.1875rem;
}

#product .add-to-cart-container {

}


/* Product Search */

#search {
  display: inline;
  float: right;
  margin: 0;
  text-align: right;
}

#search input {
  font-size: 0.6875rem;
  padding: 0.625rem 0.625rem 0.625rem 0.625rem;
}

#search .button {
  background-color: #524175;
  border: 2px solid #524175;
  margin: 0;
  padding: 0.625rem 0.625rem 0.625rem 0.625rem;
}



/* Event Grid */

.event {
  margin: 0 auto;
  max-width: 202px;
}

.event a.th {
  display: block;
  height: 200px;
  line-height: 200px;
  position: relative;
  text-align: center;
}

@media (max-width: 400px) {

  .event a.th {
    height: 150px;
    line-height: 150px;
  }
  
  .event a.th img {
    max-height: 100%;
    max-width: 100%;
  }
}

.event a.th .panel-banner {
  background-color: rgba(0, 0, 0, 0.55);
  bottom: 0;
  color: #ffffff;
  font-size: 0.75rem;
  line-height: 1.25rem;
  margin: 0 0 0 0;
  padding: 0.25rem;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 100;
}

.event .panel {
  background-color: transparent;
  border-color: transparent;
  font-size: 0.9rem;
  padding: 0.25rem 0rem;
}

.event .panel div {
  display: block;
  margin-bottom: 0rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.event .panel-info div + div {
  font-size: 0.75rem;
  margin-top: 0rem;
}


/* Event Page */

#event {

}

#event .clearing-assembled {
  
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  
  margin: 0 auto 1.1875rem auto;
  max-width: 432px;
}

#event .clearing-assembled .clearing-thumbs li {
  text-align: center;
  width: 100%;
}

#event .clearing-assembled .clearing-thumbs li + li {
  height: 125px;
  line-height: 125px;
  margin: 0;
  padding: 5px;
  text-align: center;
  width: 33%;
}

@media (max-width: 400px) {

  #event .clearing-assembled .clearing-thumbs li + li {
    height: 75px;
    line-height: 75px;
  }
}

#event .clearing-assembled .clearing-thumbs li + li a img {
  max-height: 100%;
  max-width: 100%;
}

#event .clearing-assembled.clearing-blackout {
  max-width: 100%;
}

#event .clearing-assembled.clearing-blackout .clearing-thumbs li {
  width: 120px !important;
}

#event .panel {
  background-color: transparent;
  border-color: transparent;
  font-size: 0.9rem;
  padding: 0.5rem;
}

#event .panel div {
  display: block;
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#event .panel-banner {
  background-color: rgba(0, 0, 0, 0.55);
  color: #ffffff;
  font-size: 0.75rem;
  line-height: 1.25rem;
  margin: 0 0 1.1875rem 0;
  padding: 0.25rem;
  text-align: center;
}

#event .map-container {
  margin-bottom: 1.1875rem;
}

#event .soundcloud-container {
  margin-bottom: 1.1875rem;
}

#event .add-to-cart-container {

}


/* Contact Page */

#contact {

}

#contact textarea {
  height: 115px;
}

#contact #recaptcha_widget_div {
  margin: 0 0 1rem 0;
}


/* Gallery Page */

#gallery {

}

#gallery ul li > div {
  margin: 0 auto;
  max-width: 202px;
}


/* History Page */

#history {

}

#history .history-item {

}

#history .history-item .orbit-container {
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  margin: 0 auto 1.1875rem auto;
  max-width: 200px;
}

#history .history-item .release-information {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Helvetica, Arial, sans-serif;
  font-size: 0.8rem;
  margin-bottom: 0;
}

#history .history-item .links.inline-list a {
  font-size: 0.9rem;
}


/* Order Page */

#order {

}

#order #question .panel {
  font-size: 0.9rem;
  line-height: 1.2rem;
  padding: 0.75rem 0;
  text-align: center;
}

#order table tbody tr td + td {
  text-align: right;
}

/* Roster Page */

#roster {

}

#roster ul li > div {
  margin: 0 auto;
  max-width: 202px;
}

#roster ul li > div .panel {
  background-color: transparent;
  border-color: transparent;
  font-size: 0.9rem;
  padding: 0.25rem 0rem;
}

#roster ul li > div .panel div {
  display: block;
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}


/* Roster Item Page */

#roster-item {

}

#roster-item #description p {
  font-size: 0.9rem;
}

#roster-item #links .inline-list a {
  font-size: 0.9rem;
}

#roster-item #soundcloud iframe {
  margin-bottom: 1rem;
}

#roster-item #bandsintown {
  margin-bottom: 1rem;
}
/* --- Sticky footer : le bloc blanc s'étire vers le bas --- */
html {
  height: 100%;
  scrollbar-gutter: stable;
  overflow-y: scroll; /* legacy Safari */
}

body {
  box-sizing: border-box;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.content-container {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
}

.content-container > div {
  flex: 1 0 auto;
}

.footer-container {
  flex: 0 0 auto;
}

/* --- Logo Influenza : pas d'espace en dessous --- */
/* --- Footer deux étages --- */
.footer-container > .footer-inner,
.footer-container > .footer-tagline{
  max-width:58em;
  margin:0 auto;
  padding-left:1rem;
  padding-right:1rem;
  box-sizing:border-box;
}

.footer-inner{
  display:grid;
  grid-template-columns:auto 1fr;
  align-items:center;
  gap:40px;
  padding-top:2.5rem;
  padding-bottom:2rem;
}

.footer-logo{ justify-self:start; }
.footer-logo img{ max-height:70px; width:auto; }

.footer-newsletter{ justify-self:end; }
.footer-newsletter iframe,
.footer-newsletter form{ max-width:100%; margin-left:auto; }

.footer-tagline{
  text-align:center;
  line-height:1.6;
  font-size:1.05rem;
  margin:0;
  padding-top:1.5rem;
  padding-bottom:2.5rem;
  border-top:1px solid rgba(255,255,255,.16);
}
.footer-tagline em{ opacity:.8; }
.timeline-item img{
  width:200px;
  border:solid 1px gray;
}
.history-item h5, .release-information{
 font-family:'wonderfont' !important; 
}
.release-information{
  color:gray;
}
nav.pagination span.current{
  background-color:#524175;
}
.content-container > .newsletter-block{
  display:flex;
  justify-content:center;
  background:transparent;
  min-height:70px;           
}
.newsletter-block iframe{
  display:block !important;
  width:440px !important;      
  max-width:100% !important;
  margin:0 auto !important;
}
.newsletter-block:has(iframe) .newsletter-fallback{ display:none; }
.tour-block:has(iframe) .tour-fallback{ display:none; }
.tour-fallback{
  display:block;
  text-align:center;
}
@media only screen and (max-width:40.062em){
  .footer-inner{
    grid-template-columns:1fr;
    justify-items:center;
    gap:24px;
    padding-top:2rem;
  }
  .footer-logo,
  .footer-newsletter{ justify-self:center; }
  .footer-newsletter iframe,
  .footer-newsletter form{ margin-left:0; }
  .footer-tagline{ padding-bottom:2rem; }
}