*,*::before,*::after{box-sizing:border-box}*{margin:0}html{-webkit-text-size-adjust:100%;text-size-adjust:100%}body{min-height:100vh;line-height:var(--theme-line-height);-webkit-font-smoothing:antialiased}img,picture,video,canvas,svg{display:block;max-width:100%;height:auto}input,button,textarea,select{font:inherit}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}ul[role=list],ol[role=list]{list-style:none;padding:0}a{color:inherit;text-decoration-thickness:1px;text-underline-offset:.15em}:where(a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible){outline:2px solid var(--theme-color-primary);outline-offset:2px}:root{--theme-color-base: #ffffff;--theme-color-contrast: #111111;--theme-color-primary: #503aa8;--theme-color-secondary: #ffce4b;--theme-color-border: #e5e5e5;--theme-color-on-dark: #f5f5f5;--theme-color-on-dark-muted: rgba(245, 245, 245, 0.7);--theme-color-ink: #2f2634;--theme-color-footer-text: #5a5a5a;--theme-color-secondary-40: color-mix(in srgb, #ffce4b 40%, transparent);--theme-color-secondary-60: color-mix(in srgb, #ffce4b 60%, transparent);--theme-color-secondary-85: color-mix(in srgb, #ffce4b 85%, transparent);--theme-color-base-50: color-mix(in srgb, #ffffff 50%, transparent);--theme-font-body: Barlow Semi Condensed, system-ui, -apple-system, Segoe UI, Roboto, sans-serif;--theme-font-heading: Barlow Condensed, system-ui, -apple-system, Segoe UI, Roboto, sans-serif;--theme-font-size-base: 1rem;--theme-font-size-h1: 3.5rem;--theme-font-size-h2: 2.5rem;--theme-font-size-h3: 1.75rem;--theme-font-size-h4: 1.5rem;--theme-font-size-section: 2.75rem;--theme-font-size-xl: 2.25rem;--theme-font-size-sm: 1.375rem;--theme-line-height: 1.5;--theme-space-xs: 0.25rem;--theme-space-sm: 0.5rem;--theme-space-md: 1rem;--theme-space-lg: 2rem;--theme-space-xl: 4rem;--theme-space-2xl: 6rem;--theme-container-width: 1200px;--theme-container-narrow: 720px;--theme-container-padding: 1.5rem;--theme-measure: 28rem;--theme-radius-sm: 4px;--theme-radius-md: 8px;--theme-radius-lg: 16px;--theme-shadow-md: 0 4px 16px rgba(0, 0, 0, 0.08);--theme-z-header: 100;--theme-z-overlay: 200;--theme-z-modal: 300;--theme-site-header-height: calc(var(--theme-space-md) * 2 + 2.625rem + 1px)}body{font-family:var(--theme-font-body);font-size:var(--theme-font-size-base);color:var(--theme-color-contrast);background-color:var(--theme-color-base)}h1,h2,h3,h4,h5,h6{font-family:var(--theme-font-heading);line-height:1.15;font-weight:600}h1{font-size:var(--theme-font-size-h1)}h2{font-size:var(--theme-font-size-h2)}h3{font-size:var(--theme-font-size-h3)}a{color:var(--theme-color-primary)}.screen-reader-text{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border:0}.skip-link{position:absolute;top:-100px;left:var(--theme-space-sm);z-index:var(--theme-z-modal);padding:var(--theme-space-sm) var(--theme-space-md);background:var(--theme-color-primary);color:var(--theme-color-base);border-radius:var(--theme-radius-sm);transition:top .2s ease}.skip-link:focus{top:var(--theme-space-sm)}.container{width:100%;max-width:var(--theme-container-width);margin-inline:auto;padding-inline:var(--theme-container-padding)}.container--narrow{max-width:var(--theme-container-narrow)}.site-main>.page-title{width:100%;max-width:var(--theme-container-width);margin-inline:auto;padding-inline:var(--theme-container-padding);padding-block:var(--theme-space-xl);font-size:var(--theme-font-size-h1);font-weight:600}.section{padding-block:var(--theme-space-xl)}.section__title{font-size:var(--theme-font-size-section);margin-bottom:var(--theme-space-lg)}.section .page-title{margin:0 0 var(--theme-space-lg)}.section__actions{display:flex;justify-content:center;margin-top:var(--theme-space-xl)}.section__empty{margin:0;color:var(--theme-color-muted, #6b6570);font-size:1.05rem}.site-header{position:sticky;top:0;z-index:var(--theme-z-header);background-color:var(--theme-color-base);border-bottom:1px solid var(--theme-color-border)}.site-header__inner{position:relative;display:flex;flex-wrap:nowrap;align-items:center;gap:var(--theme-space-lg);padding-block:var(--theme-space-md);background-color:var(--theme-color-base)}.site-header__brand{position:relative;z-index:2;display:flex;align-items:center;flex:0 0 auto;font-weight:700}.site-header__brand img{max-height:48px;width:auto;display:block}.site-header__logo-link{display:flex;align-items:center;line-height:0}.site-header__title{display:block;font-family:var(--theme-font-heading);font-size:1.25rem;font-weight:700;line-height:1;text-decoration:none;color:var(--theme-color-contrast)}.site-header__actions{position:relative;z-index:2;display:flex;align-items:center;gap:var(--theme-space-md);margin-inline-start:auto}.site-header__nav{position:fixed;inset:0;z-index:1;display:none;overflow-y:auto;padding-top:var(--theme-site-header-height);background-color:rgba(17,17,17,.8);color:var(--theme-color-on-dark);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.site-header__nav.is-open{display:flex;flex-direction:column}.site-header__nav-inner{display:flex;flex-direction:column;flex:1;min-height:0;padding-block:var(--theme-space-sm) var(--theme-space-lg)}.site-header__nav .menu{display:flex;flex-direction:column;gap:.1rem;margin:0;padding:0;list-style:none}.site-header__nav .menu .sub-menu{display:flex;flex-direction:column;gap:.1rem;margin:.2rem 0 .4rem;padding:0 0 0 .85rem;list-style:none;border-left:2px solid rgba(255,206,75,.4)}.site-header__nav .menu .sub-menu a{font-size:1rem;font-weight:500;letter-spacing:.02em;text-transform:none;color:var(--theme-color-on-dark-muted)}.site-header__nav .menu .sub-menu a::before{display:none}.site-header__nav .menu>li>a{position:relative;display:block;padding:.45rem 0;text-decoration:none;color:var(--theme-color-on-dark);font-family:var(--theme-font-heading);font-size:28px;font-weight:600;text-transform:uppercase;transition:color .15s ease}.site-header__nav .menu>li>a::before{content:"";position:absolute;left:-0.65rem;top:.55rem;bottom:.55rem;width:3px;border-radius:2px;background-color:var(--theme-color-secondary);transform:scaleY(0);transition:transform .15s ease}.site-header__nav .menu>li>a:hover,.site-header__nav .menu>li>a:focus-visible{color:var(--theme-color-secondary);outline:none}.site-header__nav .menu>li>a:hover::before,.site-header__nav .menu>li>a:focus-visible::before{transform:scaleY(1)}.site-header__nav-empty{margin:0;color:var(--theme-color-on-dark-muted)}.site-header__nav-search{margin-top:var(--theme-space-md);padding-block:var(--theme-space-lg);border-block:1px solid hsla(0,0%,100%,.1)}.site-header__nav-search .search-form__input{border-color:var(--theme-color-secondary);background:hsla(0,0%,100%,.08);color:var(--theme-color-on-dark)}.site-header__nav-search .search-form__input::placeholder{color:rgba(245,245,245,.45)}.site-header__nav-search .search-form__input:focus{border-color:var(--theme-color-secondary);background:hsla(0,0%,100%,.1)}.site-header__nav-search .search-form__submit{background-color:var(--theme-color-secondary);color:var(--theme-color-ink)}.site-header__nav-search .search-form__submit:hover,.site-header__nav-search .search-form__submit:focus-visible{background-color:color-mix(in srgb, var(--theme-color-secondary) 85%, #000)}.site-header__nav-search .search-form__suggestions{background:#1a1a1a;border-color:hsla(0,0%,100%,.15)}.site-header__nav-search .search-form__suggestion-title{color:var(--theme-color-on-dark)}.site-header__nav-search .search-form__suggestion-meta,.site-header__nav-search .search-form__suggestion--empty{color:var(--theme-color-on-dark-muted)}.site-header__nav-search .search-form__suggestion-link:hover,.site-header__nav-search .search-form__suggestion-link:focus-visible{background:color-mix(in srgb, var(--theme-color-secondary) 25%, transparent)}.site-header__nav-footer{margin-top:auto;padding-top:var(--theme-space-md);display:flex;flex-direction:column;gap:.85rem}.site-header__nav-social{display:flex;align-items:center;gap:.65rem;margin:0;padding:0;list-style:none}.site-header__nav-social a{display:flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;border-radius:50%;background:hsla(0,0%,100%,.08);color:var(--theme-color-on-dark);text-decoration:none;transition:background-color .15s ease,color .15s ease}.site-header__nav-social a svg{width:1.1rem;height:1.1rem}.site-header__nav-social a:hover,.site-header__nav-social a:focus-visible{background:var(--theme-color-secondary);color:var(--theme-color-ink);outline:none}.site-header__nav-contact{margin:0;font-size:16px;font-weight:400;line-height:1.4;color:var(--theme-color-on-dark-muted)}.site-header__nav-contact a{color:inherit;text-decoration:none}.site-header__nav-contact a:hover,.site-header__nav-contact a:focus-visible{color:var(--theme-color-secondary)}.site-header__burger{appearance:none;background:none;border:0;padding:0;margin:0;font:inherit;color:inherit;cursor:pointer;position:relative;z-index:2;display:inline-flex;flex-direction:column;justify-content:space-between;align-items:stretch;flex:0 0 auto;align-self:center;width:26px;height:18px;transform:translateY(2px)}.site-header__burger-bar{display:block;width:100%;height:2px;background-color:var(--theme-color-contrast);transition:transform .2s ease,opacity .2s ease}.site-header__search{position:relative;display:none;align-items:center;flex:0 1 auto;min-width:0;width:360px;max-width:min(400px,44vw)}.site-header__search .search-form{width:100%;align-items:center;gap:var(--theme-space-md)}.site-header__search .search-form__input{height:42px;padding:0 1rem;border-radius:999px;border-color:var(--theme-color-secondary);font-size:.95rem;appearance:none}.site-header__search .search-form__submit{width:42px;height:42px;padding:0;border:0;border-radius:50%;background-color:var(--theme-color-secondary);color:var(--theme-color-ink)}.site-header__search .search-form__submit:hover,.site-header__search .search-form__submit:focus-visible{background-color:color-mix(in srgb, var(--theme-color-secondary) 85%, #000)}.site-header__search .search-form__suggestions{left:0;right:0;min-width:0}body.nav-open{overflow:hidden;padding-inline-end:var(--theme-scrollbar-width, 0px)}body.nav-open .site-header{background-color:rgba(0,0,0,0);border-bottom-color:rgba(0,0,0,0);color:var(--theme-color-on-dark)}body.nav-open .site-header__inner{background-color:rgba(0,0,0,0)}body.nav-open .site-header__title{color:var(--theme-color-on-dark)}body.nav-open .site-header__search{display:none}body.nav-open .site-header__actions .btn--billetterie--header{border-color:#fff}body.nav-open .site-header__actions .btn--billetterie--header:hover,body.nav-open .site-header__actions .btn--billetterie--header:focus-visible{background-color:var(--theme-color-secondary);border-color:var(--theme-color-secondary);color:var(--theme-color-contrast)}body.nav-open .site-header__burger-bar{background-color:var(--theme-color-on-dark)}body.nav-open .site-header__burger-bar:nth-child(1){transform:translateY(8px) rotate(45deg)}body.nav-open .site-header__burger-bar:nth-child(2){opacity:0}body.nav-open .site-header__burger-bar:nth-child(3){transform:translateY(-8px) rotate(-45deg)}@media(min-width: 900px){.site-header__inner{gap:var(--theme-space-lg)}.site-header__search{display:flex}.site-header__nav-search{display:none}}.search-form{position:relative;display:flex;align-items:center;gap:var(--theme-space-sm)}.search-form__input{flex:1;min-width:0;height:42px;box-sizing:border-box;padding:0 .9rem;border:1px solid var(--theme-color-border);border-radius:8px;background:var(--theme-color-base);color:var(--theme-color-contrast);font-family:var(--theme-font-body);font-size:1rem;font-weight:500;line-height:1.2;appearance:none}.search-form__input::-webkit-search-decoration,.search-form__input::-webkit-search-cancel-button{appearance:none}.search-form__input:focus{outline:none;border-color:var(--theme-color-secondary)}.search-form__submit{appearance:none;flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;margin:0;padding:0;border:0;border-radius:50%;background-color:var(--theme-color-secondary);color:var(--theme-color-ink);cursor:pointer;transition:background-color .15s ease}.search-form__submit:hover,.search-form__submit:focus-visible{background-color:color-mix(in srgb, var(--theme-color-secondary) 85%, #000);outline:none}.search-form__submit-icon{width:1.35rem;height:1.35rem;display:block}.search-form__suggestions{position:absolute;top:calc(100% + .35rem);left:0;right:0;z-index:calc(var(--theme-z-overlay) + 1);margin:0;padding:.35rem 0;list-style:none;max-height:20rem;overflow-y:auto;border:1px solid var(--theme-color-border);border-radius:10px;background:var(--theme-color-base);box-shadow:var(--theme-shadow-md)}.search-form__suggestion{margin:0}.search-form__suggestion--empty{padding:.75rem 1rem;color:var(--theme-color-muted, #6b6570);font-size:.95rem}.search-form__suggestion-link{display:flex;align-items:center;gap:.75rem;padding:.55rem .85rem;text-decoration:none;color:inherit;transition:background-color .12s ease}.search-form__suggestion-link:hover,.search-form__suggestion-link:focus-visible{background:var(--theme-color-secondary-40);outline:none}.search-form__suggestion-image{flex:0 0 auto;width:40px;height:40px;object-fit:cover;border-radius:6px;background:var(--theme-color-secondary-40)}.search-form__suggestion-image--empty{display:block}.search-form__suggestion-text{display:flex;flex-direction:column;gap:.15rem;min-width:0}.search-form__suggestion-title{font-family:var(--theme-font-heading);font-size:1rem;font-weight:600;line-height:1.2;color:var(--theme-color-contrast)}.search-form__suggestion-meta{font-size:.85rem;line-height:1.3;color:var(--theme-color-muted, #6b6570);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.site-footer{background-color:#ebebeb;color:var(--theme-color-footer-text);font-size:1rem;font-weight:500;line-height:1.5}.site-footer__inner{display:flex;flex-direction:column;gap:var(--theme-space-xl);padding-block:3.75rem 2.25rem}.site-footer__brand{display:flex;flex-direction:column;gap:1.75rem}.site-footer__logo-text{font-family:var(--theme-font-heading);font-size:2rem;font-weight:700;line-height:1;color:var(--theme-color-footer-text);text-decoration:none}.site-footer__logo-link,.site-footer__logo .custom-logo-link{display:inline-block;line-height:0}.site-footer__logo-img,.site-footer__logo .custom-logo{max-height:2.5rem;width:auto}.site-footer__social{display:flex;align-items:center;gap:1.35rem;margin:0;padding:0;list-style:none}.site-footer__social a{display:flex;color:var(--theme-color-footer-text);text-decoration:none}.site-footer__social a svg{width:1.75rem;height:1.75rem}.site-footer__social a:hover{color:var(--theme-color-contrast)}.site-footer__contact{font-style:normal}.site-footer__contact p{margin:0}.site-footer__contact p+p{margin-top:.1rem}.site-footer__contact p:nth-child(3){margin-top:1.85rem}.site-footer__contact a{color:inherit;text-decoration:none}.site-footer__contact a:hover{color:var(--theme-color-contrast)}.site-footer__menu{display:flex;flex-direction:column;gap:.7rem;margin:0;padding:0;list-style:none}.site-footer__menu a{color:inherit;text-decoration:none}.site-footer__menu a:hover{color:var(--theme-color-contrast)}.site-footer__bottom{padding-block:0 2.75rem}.site-footer__copyright{margin:0;font-size:1rem}@media(min-width: 768px){.site-footer__inner{flex-direction:row;justify-content:space-between;align-items:flex-start;gap:2rem}.site-footer__brand,.site-footer__contact,.site-footer__nav{flex:0 0 auto}}.btn{appearance:none;background:none;border:0;margin:0;font:inherit;color:inherit;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:var(--theme-space-sm);padding:var(--theme-space-md);border-radius:var(--theme-radius-md);font-weight:600;line-height:1;text-decoration:none;transition:background-color .15s ease,color .15s ease,border-color .15s ease}.btn__icon{width:1em;height:1em;flex-shrink:0;display:block;transform:translateY(0.08em)}.btn--secondary{background-color:var(--theme-color-secondary);color:var(--theme-color-contrast)}.btn--secondary:hover{background-color:color-mix(in srgb, var(--theme-color-secondary) 85%, #000)}.btn--billetterie{gap:.55rem;padding:10px 20px;border-radius:8px;border:1px solid rgba(0,0,0,0);font-family:var(--theme-font-heading);font-size:20px;font-weight:600;color:var(--theme-color-ink);white-space:nowrap;width:auto}.btn--billetterie--header{background-color:var(--theme-color-base);border-color:var(--theme-color-secondary)}.btn--billetterie--header:hover{background-color:var(--theme-color-secondary-40)}.btn--billetterie--overlay{background-color:var(--theme-color-base);border-color:rgba(47,38,52,.65)}.btn--billetterie--overlay:hover{background-color:color-mix(in srgb, var(--theme-color-base) 85%, transparent);border-color:rgba(47,38,52,.85)}.btn--billetterie--solid{background-color:var(--theme-color-secondary);border-color:var(--theme-color-secondary)}.btn--billetterie--solid:hover{background-color:color-mix(in srgb, var(--theme-color-secondary) 85%, #000);border-color:color-mix(in srgb, var(--theme-color-secondary) 85%, #000)}.tag{display:inline-block;padding:.2em .75em;border:1px solid currentColor;border-radius:999px;background-color:var(--theme-color-base);color:var(--theme-color-contrast);font-size:16px;font-weight:600;line-height:1.4;white-space:nowrap}ul.hero__genres,ul.spectacle-card__genres{display:flex;flex-wrap:wrap;gap:var(--theme-space-xs);margin:0;padding:0;list-style:none}.hero{width:100%;height:calc(100vh - var(--theme-site-header-height));display:flex;flex-direction:column}.hero:not(:has(.hero__dots)){padding-bottom:calc(var(--theme-space-lg) + 14px)}.hero__viewport{position:relative;flex:1;min-height:0;width:100%;overflow:hidden;background-color:var(--theme-color-contrast);border-bottom-left-radius:20px;border-bottom-right-radius:20px}.hero__slide{position:absolute;inset:0;opacity:0;visibility:hidden;transition:opacity .5s ease}.hero__slide.is-active{opacity:1;visibility:visible}.hero__image{width:100%;height:100%;object-fit:cover}.hero__card{position:absolute;left:0;right:0;bottom:0;color:var(--theme-color-contrast);border-radius:20px;background:var(--theme-color-secondary-60)}.hero__card .tag{background-color:var(--theme-color-base-50)}.hero__card-inner{display:flex;flex-direction:column;gap:var(--theme-space-sm);padding-block:var(--theme-space-lg)}.hero__info-row{display:flex;flex-direction:column;align-items:flex-start;gap:var(--theme-space-md);width:100%;min-width:0}.hero__title{flex:1 1 auto;width:100%;min-width:0;margin:0;overflow:hidden;font-size:var(--theme-font-size-h3);font-weight:400;line-height:1.1}.hero__title-text{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hero__artist{font-weight:700}.hero__separator,.hero__show-title{font-weight:400}.hero__meta{flex:0 0 auto}.hero__date{display:inline-flex;align-items:center;gap:.25em;font-size:var(--theme-font-size-sm);font-family:var(--theme-font-heading);font-weight:600;line-height:1;white-space:nowrap}.hero__date svg{flex-shrink:0}.hero__aside{display:flex;align-items:center;gap:var(--theme-space-md);flex:0 0 auto;width:100%;margin-inline-start:0;justify-content:space-between}.hero__actions{flex:0 0 auto}.hero__dots{flex-shrink:0;display:flex;justify-content:center;gap:var(--theme-space-sm);padding-top:var(--theme-space-lg)}.hero__dot{appearance:none;border:0;padding:0;margin:0;font:inherit;color:inherit;cursor:pointer;width:14px;height:14px;border-radius:2px;background-color:var(--theme-color-border);transition:background-color .2s ease}.hero__dot.is-active{background-color:var(--theme-color-contrast)}@media(min-width: 768px){.hero__info-row{flex-direction:row;align-items:center;width:auto}.hero__title{width:auto;font-size:var(--theme-font-size-h2)}.hero__aside{width:auto;margin-inline-start:auto;justify-content:flex-start}.hero__date{font-size:var(--theme-font-size-xl)}}.spectacle-grid{display:grid;gap:var(--theme-space-lg);grid-template-columns:1fr;align-items:stretch}.spectacle-card{position:relative;display:flex;flex-direction:column;height:100%;gap:0;padding:0;overflow:hidden;border:1px solid var(--theme-color-secondary);border-radius:var(--theme-radius-lg);background-color:var(--theme-color-base);cursor:pointer}.spectacle-card:hover .spectacle-card__link{background-color:var(--theme-color-secondary);color:var(--theme-color-contrast)}.spectacle-card__hit{position:absolute;inset:0;z-index:1}.spectacle-card__meta{display:flex;align-items:center;justify-content:space-between;gap:var(--theme-space-sm);padding:var(--theme-space-md) var(--theme-space-md) var(--theme-space-sm)}.spectacle-card__date-group{display:inline-flex;align-items:center;gap:.5em;min-width:0}.spectacle-card__date{display:inline-flex;align-items:center;gap:.35em;font-family:var(--theme-font-heading);font-weight:600;font-size:1.25rem;line-height:1;white-space:nowrap}.spectacle-card__date svg{flex-shrink:0;width:20px;height:20px}.spectacle-card__more-dates{display:inline-flex;flex-shrink:0;align-items:center;justify-content:center;width:1.35rem;height:1.35rem;border-radius:50%;background-color:var(--theme-color-secondary);color:var(--theme-color-contrast)}.spectacle-card__more-dates svg{display:block;width:.55rem;height:.55rem}.spectacle-card__genres{justify-content:flex-end}.spectacle-card__title{font-family:var(--theme-font-heading);font-size:var(--theme-font-size-h4);font-weight:600;line-height:1.15;margin:0;padding:0 var(--theme-space-md) var(--theme-space-md);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.spectacle-card__media{position:relative;width:100%;overflow:hidden;aspect-ratio:4/3}.spectacle-card__media img{width:100%;height:100%;object-fit:cover}.spectacle-card__badge{position:absolute;left:50%;bottom:0;transform:translateX(-50%);width:max-content;max-width:calc(100% - var(--theme-space-md)*2);padding:.5em 2em;background-color:var(--theme-color-secondary-85);color:var(--theme-color-contrast);font-family:var(--theme-font-heading);font-weight:700;font-size:1.1rem;line-height:1.2;border-radius:10px 10px 0 0;text-align:center;white-space:nowrap}.spectacle-card__link{position:relative;z-index:2;display:flex;align-items:center;justify-content:center;gap:.45rem;width:100%;margin-top:auto;flex-shrink:0;padding:var(--theme-space-md);font-family:var(--theme-font-heading);font-weight:600;font-size:1.05rem;line-height:1;text-decoration:none;color:var(--theme-color-contrast);transition:background-color .15s ease,color .15s ease}@media(min-width: 601px){.spectacle-grid{grid-template-columns:repeat(2, 1fr)}}@media(min-width: 1024px){.spectacle-grid{grid-template-columns:repeat(3, 1fr)}}.spectacle-single__hero{padding-block:var(--theme-space-xl)}.spectacle-single__hero-inner{display:grid;gap:var(--theme-space-lg);align-items:center;padding-inline:var(--theme-container-padding)}.spectacle-single__media{overflow:hidden;border-radius:var(--theme-radius-lg)}.spectacle-single__media img{display:block;width:100%;height:auto;aspect-ratio:16/10;object-fit:cover}.spectacle-single__details{display:flex;flex-direction:column;align-items:flex-start;gap:var(--theme-space-md);min-width:0;width:100%;box-sizing:border-box}.spectacle-single__genres{display:flex;flex-wrap:wrap;gap:var(--theme-space-xs);margin:0;padding:0;list-style:none}.spectacle-single__title{margin:0;max-width:100%;overflow-wrap:anywhere;font-family:var(--theme-font-heading);font-size:var(--theme-font-size-h1);font-weight:700;line-height:1}.spectacle-single__sessions{--session-row: calc(var(--theme-font-size-sm) * 1.35);--session-block: calc((2 * var(--session-row)) + 0.65rem + 1.25rem);--session-gap: 1.25rem;width:max-content;max-width:100%;display:flex;flex-direction:column;gap:var(--session-gap);min-height:0;margin-block:.5rem}.spectacle-single__sessions--scroll{max-height:calc(2*var(--session-block) + var(--session-gap) + .35rem);overflow-x:hidden;overflow-y:auto;flex-shrink:0;padding-right:.85rem;scrollbar-width:thin;scrollbar-color:var(--theme-color-secondary) rgba(0,0,0,0)}.spectacle-single__sessions--scroll::-webkit-scrollbar{width:4px}.spectacle-single__sessions--scroll::-webkit-scrollbar-button{display:none;width:0;height:0}.spectacle-single__sessions--scroll::-webkit-scrollbar-track{background:rgba(0,0,0,0)}.spectacle-single__sessions--scroll::-webkit-scrollbar-thumb{background-color:var(--theme-color-secondary);border-radius:999px}.spectacle-single__session{display:flex;flex-direction:column;gap:.65rem;padding-bottom:1.25rem;border-bottom:1px solid var(--theme-color-secondary);flex-shrink:0}.spectacle-single__session-row{display:inline-flex;align-items:center;gap:.5em;margin:0;font-family:var(--theme-font-heading);font-size:var(--theme-font-size-sm);font-weight:600;line-height:1.2}.spectacle-single__session-row svg{flex-shrink:0;width:1.1em;height:1.1em;color:#8a8a8a}.spectacle-single__session-row--time{font-family:var(--theme-font-body);font-weight:400}.spectacle-single__price{display:flex;align-items:baseline;flex-wrap:wrap;gap:.45em;margin:0;font-family:var(--theme-font-heading);line-height:1.2}.spectacle-single__price-value{font-size:var(--theme-font-size-h3);font-weight:500;color:#8a8a8a}.spectacle-single__price-label{font-size:var(--theme-font-size-sm);font-weight:400;color:var(--theme-color-contrast)}.spectacle-single__sold-out{margin:0;font-family:var(--theme-font-heading);font-weight:600;font-size:var(--theme-font-size-sm);line-height:1.2}.spectacle-single__content{padding-block:var(--theme-space-2xl)}.spectacle-single .section--related{padding-top:0}.spectacle-single__body{font-size:var(--theme-font-size-sm);line-height:1.6;text-align:center}.spectacle-single__body>*:first-child{margin-top:0}.spectacle-single__body>*:last-child{margin-bottom:0}.spectacle-single__video{padding-top:0;padding-bottom:var(--theme-space-2xl)}.spectacle-single__video-title{margin:0 0 var(--theme-space-lg);font-family:var(--theme-font-heading);font-size:var(--theme-font-size-section);font-weight:700;line-height:1.1;text-align:center}.spectacle-single__video-player{overflow:hidden;border-radius:var(--theme-radius-lg);background-color:#111}.spectacle-single__video-player iframe,.spectacle-single__video-player video,.spectacle-single__video-player embed,.spectacle-single__video-player object{display:block;width:100%;aspect-ratio:16/9;height:auto;border:0}.spectacle-single__video-player>*:not(iframe):not(video){position:relative;width:100%;aspect-ratio:16/9}.spectacle-single__video-player>*:not(iframe):not(video) iframe{position:absolute;inset:0;width:100%;height:100%;aspect-ratio:auto}@media(min-width: 900px){.spectacle-single__hero{padding-block:0}.spectacle-single__hero-inner{grid-template-columns:1fr 1fr;gap:0;align-items:stretch;padding-inline:0;min-height:0;height:70vh}.spectacle-single__media{border-radius:0 0 40px 0;height:100%;overflow:hidden}.spectacle-single__media img{width:100%;height:100%;aspect-ratio:auto;object-fit:cover}.spectacle-single__details{min-width:0;height:100%;overflow:hidden;justify-content:center;gap:2rem;padding-block:var(--theme-space-xl);padding-inline:calc(var(--theme-space-xl)*2) max(var(--theme-container-padding),(100vw - var(--theme-container-width))/2);max-width:none}.spectacle-single__details .spectacle-single__sessions{margin-block:.75rem}}.single-spectacle .site-header{border-bottom-color:rgba(0,0,0,0)}.section-location-salle{display:grid;grid-template-columns:1fr;container-type:inline-size}.section-location-salle__content{padding-block:var(--theme-space-2xl);background-color:#212121;color:var(--theme-color-base)}.section-location-salle__content-inner{display:flex;flex-direction:column;align-items:flex-start;gap:var(--theme-space-md);padding-inline:var(--theme-container-padding)}.section-location-salle__title{font-size:var(--theme-font-size-xl);margin:0}.section-location-salle__text{font-size:1rem;color:hsla(0,0%,100%,.8);max-width:var(--theme-measure)}.section-location-salle__media{min-height:280px;background-size:cover;background-position:center}@media(min-width: 768px){.section-location-salle{grid-template-columns:auto 1fr}.section-location-salle__content-inner{width:max-content;margin-inline-start:max(0px,50cqw - 600px);padding-inline:var(--theme-container-padding) var(--theme-space-xl)}}.newsletter{position:relative;background-color:var(--theme-color-primary);background-size:cover;background-position:center;color:var(--theme-color-base);text-align:center}.newsletter::before{content:"";position:absolute;inset:0;background-color:var(--theme-color-primary);opacity:.7}.newsletter__inner{position:relative;width:100%;padding-block:calc(var(--theme-space-2xl) + var(--theme-space-md))}.newsletter__title{font-size:var(--theme-font-size-h2);margin-bottom:var(--theme-space-lg)}.newsletter__form{display:flex;flex-wrap:wrap;justify-content:center;gap:var(--theme-space-sm)}.newsletter__form input[type=email]{flex:0 1 320px;padding:var(--theme-space-sm) var(--theme-space-md);border:0;border-radius:var(--theme-radius-md)}@media(min-width: 768px){.newsletter{height:430px;display:flex;align-items:center;justify-content:center}.newsletter__inner{padding-block:0}}.page-banner{position:relative;width:100%;overflow:hidden;background-color:#212121;isolation:isolate}.page-banner__image{display:block;width:100%;height:clamp(18rem,48vw,34rem);object-fit:cover;object-position:center}.page-banner__overlay{position:absolute;inset:0;background:linear-gradient(to top, rgba(17, 17, 17, 0.78) 0%, rgba(17, 17, 17, 0.35) 45%, rgba(17, 17, 17, 0.15) 100%);pointer-events:none}.page-banner__content{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;z-index:1;text-align:center}.page-banner__content-inner{max-width:52rem;margin-inline:auto;width:100%;padding-block:var(--theme-space-xl)}.page-banner__title{margin:0;font-family:var(--theme-font-heading);font-size:clamp(2.5rem,6vw,4rem);font-weight:700;line-height:1.05;color:var(--theme-color-base);text-shadow:0 2px 24px rgba(0,0,0,.35)}.page-banner__title::after{content:"";display:block;width:3.5rem;height:4px;margin-inline:auto;margin-top:var(--theme-space-md);background-color:var(--theme-color-secondary);border-radius:2px}.page-intro__inner{max-width:52rem;margin-inline:auto}.page-intro__subtitle{margin:0 0 var(--theme-space-lg);font-family:var(--theme-font-heading);font-size:var(--theme-font-size-h2);font-weight:600;line-height:1.2;color:var(--theme-color-contrast)}.page-intro__text{font-size:1.125rem;line-height:1.6;color:var(--theme-color-contrast)}.page-intro__text p{margin:0 0 var(--theme-space-md)}.page-intro__text p:last-child{margin-bottom:0}.page-intro.section+.team-section.section{padding-top:0}.team-grid{display:grid;grid-template-columns:1fr;gap:var(--theme-space-xl)}.team-grid__item{display:flex;flex-direction:column;gap:var(--theme-space-md);text-align:center}.team-grid__photo{aspect-ratio:1;overflow:hidden;border-radius:var(--theme-radius-lg);background-color:#ebebeb}.team-grid__photo img{width:100%;height:100%;object-fit:cover}.team-grid__name{margin:0;font-family:var(--theme-font-heading);font-size:var(--theme-font-size-h3);font-weight:600;line-height:1.2}.team-grid__role{margin:0;font-size:1rem;font-weight:600;color:var(--theme-color-primary)}.team-grid__bio{margin:0;font-size:1rem;line-height:1.5;color:var(--theme-color-contrast)}@media(min-width: 600px){.team-grid{grid-template-columns:repeat(2, 1fr)}}@media(min-width: 900px){.team-grid{grid-template-columns:repeat(3, 1fr);gap:var(--theme-space-lg) var(--theme-space-xl)}}
