@font-face {
	font-family: 'ABCDiatype Medium';
	src: url('../fonts/ABCDiatype-Medium.woff2') format('woff2'),
		url('../fonts/ABCDiatype-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Swiss Posters SemiBold';
	src: url('../fonts/Swissposters-SemiBold.woff2') format('woff2');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

:root {
	--bg: #ffffff;
	--text: #F22F03;
	--color: #F22F03;
	--container: 1050px;
	--container-gutter: clamp(1rem, 3vw, 2.5rem);
	--border: var(--color);
	--muted: #3b3b3b;
	--surface: var(--bg);
	--accent: var(--color);
	--font-base: 'ABCDiatype Medium', 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
	--title-font: 'Swiss Posters SemiBold', 'ABCDiatype Medium', sans-serif;
	--text-large-size: 30px;
	--text-large-line: 40px;
	--text-medium-size: 21px;
	--text-medium-line: 28px;
	--text-small-size: 16px;
	--text-small-line: 20px;
	--header-anchor-height: 4rem;
	--header-anchor-gap: 1.5rem;
	--header-admin-offset: 1.5rem;
}

body.admin-bar {
	--header-admin-offset: 2rem;
}

* {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	font-family: var(--font-base);
	font-size: var(--text-small-size);
	line-height: var(--text-small-line);
	color: var(--text);
	background: var(--bg);
	overflow-x: clip;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
}

img {
	max-width: 100%;
	height: auto;
	display: block;
}

a,
button,
input,
select,
textarea {
	font: inherit;
}

a {
	color: inherit;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
	outline: 2px solid var(--color);
	outline-offset: 2px;
}

.container {
	width: min(
		calc(100% - (2 * var(--container-gutter))),
		var(--container)
	);
	margin-inline: auto;
}

.site-header {
	border-bottom: 1px solid var(--border);
	position: fixed;
  z-index: 12345;
  background-color: var(--bg);
  width: 100%;
  top: 0;
}
/* Exemple : rendre la navbar visible dans l'admin */
body.admin-bar .site-header {
top: 2rem;
}

.site-header__inner {
	min-height: 4rem;
	max-height: 4rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 2rem;
}

.site-header__navs {
	display: flex;
	align-items: center;
	gap: 1.5rem;
	flex-wrap: wrap;
}

.site-header__burger {
	display: none;
	border: 1px solid var(--color);
	background: transparent;
	color: var(--text);
	width: 2.6rem;
	height: 2.6rem;
	padding: 0;
	border-radius: 999px;
	cursor: pointer;
	align-items: center;
	justify-content: center;
	position: relative;
}

.site-header__burger-line {
	position: absolute;
	left: 50%;
	top: 50%;
	display: block;
	width: 1.05rem;
	height: 2px;
	background: currentColor;
	transform-origin: 50% 50%;
	transition: transform .2s ease, opacity .2s ease;
}

.site-header__burger-line:nth-child(1) {
	transform: translate(-50%, calc(-50% - 5px));
}

.site-header__burger-line:nth-child(2) {
	transform: translate(-50%, -50%);
}

.site-header__burger-line:nth-child(3) {
	transform: translate(-50%, calc(-50% + 5px));
}

.site-logo {
	text-decoration: none;
	font-size: var(--text-medium-size);
	line-height: var(--text-medium-line);
	min-width: 0;
}

.site-navigation ul {
	display: flex;
	gap: 1.9rem;
	list-style: none;
	padding: 0;
	margin: 0;
	flex-wrap: wrap;
}

.site-navigation a {
	text-decoration: none;
	text-decoration-color: transparent;
	text-underline-offset: 4px;
	transition: text-decoration-color .2s ease;
	font-size: var(--text-medium-size);
	line-height: var(--text-medium-line);
}

.site-navigation a:hover,
.site-navigation a:focus-visible {
	text-decoration-line: underline;
	text-decoration-color: var(--color);
}

.site-navigation a.is-current-link {
	text-decoration-line: underline;
	text-decoration-color: var(--color);
}

.site-main {
	min-height: 60vh;
}

.hero {
	background: var(--surface);
	margin-bottom: -2rem;
}


.hero__inner {
	display: block;
	margin-top: 9rem;
}

.hero__media {
	text-align: center;
	width: 100%;
}

.hero__image {
	width: 100%;
	max-width: 100%;
	object-fit: cover;
	margin-inline: auto;
}

.hero__content h1,
.page-header h1,
.home-program h2,
.home-gallery h2,
.frontpage-editorial h2,
.page-header h2 {
	margin-top: 0;
	font-family: var(--title-font);
	font-size: 90px;
	line-height: 62px;
	color: var(--color);
	margin-bottom: 6rem;
}

.hero__text {
	font-size: var(--text-small-size);
	line-height: var(--text-small-line);
	color: var(--muted);
}

.festival-red-separator {
	height: 1px;
	background: var(--color);
	width: 100%;
	margin: 7rem auto 7rem;
}

.frontpage-editorial .editorial-content {
	font-size: var(--text-large-size);
	line-height: var(--text-large-line);
}
.home-program__grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 1.25rem;
}

#programmation {
	scroll-margin-top: calc(var(--header-anchor-height) + var(--header-admin-offset) + var(--header-anchor-gap) + 3rem);
}

.home-program__day {
	background: var(--surface);
	padding: 1.25rem;
	border-radius: 500px;
	border: 1px solid var(--border);
}

.home-program__day h3 {
	margin-top: 0;
	margin-bottom: 1rem;
	font-size: var(--text-medium-size);
	line-height: var(--text-medium-line);
}

.home-program__list {
	display: grid;
	gap: .75rem;
}

.home-program__item {
	display: grid;
	gap: .25rem;
	padding: .75rem;
	background: #fff;
	border: 1px solid var(--border);
	border-radius: 500px;
}

.home-program__item time {
	font-size: var(--text-small-size);
	line-height: var(--text-small-line);
	color: var(--muted);
}

.home-program__item ul {
	padding-left: 1rem;
	margin: .25rem 0 0;
}

.gallery-slider {
	position: relative;
	margin: 0 auto;
	cursor: pointer;
	touch-action: pan-y;
	width: 83%;
}

.gallery-slider__track {
	position: relative;
	min-height: 580px;
	width: 100%;
	background: #111;
}

.gallery-slide {
	position: absolute;
	inset: 0;
	margin: 0;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity .35s ease, visibility .35s ease;
}

.gallery-slide.is-active {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.gallery-slide img {
	display: block;
	width: 100%;
	height: 580px;
	object-fit: cover;
	margin: 0 auto;
}

.gallery-slide__meta {
position: absolute;
  left: -0.5rem;
  bottom: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  color: var(--text);
  font-size: var(--text-small-size);
  line-height: var(--text-small-line);
  transform: rotate(-90deg);
  transform-origin: bottom left;
}

.home-gallery__pdf {
	display: inline-block;
	margin-top: .6rem;
	font-size: var(--text-small-size);
	line-height: var(--text-small-line);
	color: var(--text);
	text-decoration: underline;
}

.home-gallery__pdf:hover,
.home-gallery__pdf:focus-visible {
	opacity: 1;
	text-decoration: underline;
}

.gallery-slide__legend,
.gallery-slide__credit {
	display: block;
}

.gallery-slider__dots {
	position: absolute;
	left: 50%;
	bottom: 1rem;
	transform: translateX(-50%);
	z-index: 3;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: .45rem;
}

.gallery-slider__dot {
	width: .5rem;
	height: .5rem;
	padding: 0;
	border: 0;
	border-radius: 999px;
	background: rgba(255, 255, 255, .7);
	cursor: pointer;
	transition: width .2s ease, opacity .2s ease, background-color .2s ease;
	display: none;
}

.gallery-slider__dot.is-active {
	width: .9rem;
	background: rgba(255, 255, 255, 1);
}

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

.page-header {
	padding: 3.5rem 0 2rem;
}

.page-header h2,
.page-header h3,
.page-header p,
.page-header li {
	font-size: var(--text-small-size);
	line-height: var(--text-small-line);
}

.schedule {
	padding: 0 0 2rem;
}

.schedule-view-switch,
.schedule-days {
	display: flex;
	gap: .4rem;
	overflow-x: auto;
	margin-bottom: 1.5rem;
	padding-bottom: .5rem;
}
.schedule-view-switch {
	margin-bottom: 0.1rem;
}

.schedule-view-button,
.schedule-day-button {
	border: 1px solid var(--color);
	background: var(--bg);
	color: var(--text);
	padding: .5rem 1.6rem;
	cursor: pointer;
	white-space: nowrap;
	border-radius: 500px;
	font: inherit;
	font-size: var(--text-medium-size);
	line-height: var(--text-medium-line);
}
.schedule-view-button:hover,
.schedule-day-button:hover { 
	background-color: var(--color);
	color: var(--bg);
}


.schedule-view-button.is-active,
.schedule-day-button.is-active {
	background: var(--accent);
	color: var(--bg);
	border-color: var(--accent);
}

.schedule-days.is-disabled .schedule-day-button {
	opacity: .45;
	cursor: not-allowed;
	pointer-events: none;
}

.schedule-panel__view[hidden] {
	display: none;
}

.artist-grid {
	list-style: none;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1.25rem;
	padding: 0;
	margin: 0;
}

.artist-card {
	position: relative;
	overflow: hidden;
	background: var(--surface);
}

.artist-card__link {
	display: block;
	position: relative;
	text-decoration: none;
}

.artist-card__image {
	width: 100%;
	height: 460px;
	object-fit: cover;
	display: block;
}

.artist-card__image--placeholder {
	display: block;
	background: linear-gradient(135deg, #ececec, #d9d9d9);
}

.artist-card__overlay {
	position: absolute;
	inset: auto 0 0 0;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	gap: .25rem;
	padding: 1rem;
	background: var(--color);
	color: var(--bg);
	height: 100%;
	filter: opacity(0%);
}

.artist-card:hover .artist-card__overlay,
.artist-card:focus-within .artist-card__overlay {
		filter: opacity(100%);
		transition: filter .3s ease;
}

.artist-card__name {
	font-size: var(--text-large-size);
	line-height: var(--text-medium-line);
}

.artist-card__show {
	font-size: var(--text-medium-size);
	line-height: var(--text-small-line);
	opacity: 1;
}

.festival-hero,
.festival-story,
.info-tabs,
.page-structured {
	padding-top: 1rem;
}

.festival-hero__image,
.festival-story__img {
	width: 100%;
	height: auto;
	display: block;
}

.festival-story__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1.2fr);
	gap: 2rem;
	align-items: center;
}

.festival-page {
	padding-top: 10.7rem;
}

.festival-content-item-display__title {
	margin-bottom: var(--text-large-line);
	font-family: 'ABCDiatype Medium', sans-serif;
	font-size: var(--text-large-size);
	line-height: var(--text-large-line);
	color: var(--color);
	margin-top: calc(2 * var(--text-large-line));
	font-weight: normal;
}
.festival-content__grid .festival-content-item-display:first-child .festival-content-item-display__title {
	margin-top: 0;
}

.festival-content-item-display__text {
	font-size: var(--text-large-size);
	line-height: var(--text-large-line);
}

.festival-content-item-display__text a,
.festival-pricing-table a {
	text-decoration: underline;
}

.festival-content-item-display__text p {
	margin: 0;
}
.festival-info-editorial p {
	max-width: 763px;
}

.festival-page .home-gallery {
	margin-top: 7rem;
}

.festival-fixed-image {
	width: 83%;
	margin: 7rem auto;
}

.festival-fixed-image__img {
	display: block;
	width: 100%;
	height: 580px;
	object-fit: cover;
}

.festival-links__list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: grid;
}

.festival-links__anchor {
	font-size: var(--text-large-size);
	line-height: var(--text-large-line);
	text-decoration: underline;
}

.festival-structured-section + .festival-structured-section {
	margin-top: 7rem;
}

.festival-structured-section__title {
	font-family: 'ABCDiatype Medium', sans-serif;
	font-size: var(--text-large-size);
	line-height: var(--text-large-line);
	font-weight: normal;
	color: var(--color);
	margin-top: 0;
	margin-bottom: var(--text-large-line);
}

.festival-content-item-display__text p + p,
.festival-info-editorial p + p {
	margin-top: var(--text-large-line);
}

.festival-info-access-item + .festival-info-access-item {
	margin-top: 3.5rem;
}

.festival-info-access-item:first-of-type .festival-content-item-display__title {
	margin-top: 0;
}

.festival-table-wrap {
	width: 100%;
	overflow-x: auto;
	overflow-y: hidden;
}

.festival-pricing-table {
	width: 100%;
	min-width: 38rem;
	border-collapse: collapse;
	table-layout: fixed;
}


.festival-pricing-table th,
.festival-pricing-table td {
	padding: 1rem 1.25rem 1rem 0;
	border-bottom: 1px solid var(--border);
	font-size: var(--text-medium-size);
	line-height: var(--text-medium-line);
	vertical-align: top;
	text-align: left;
}

.festival-pricing-table thead th {
	color: var(--color);
	font-weight: normal;
}

.festival-pricing-table thead th:first-child {
	font-family: var(--font-base);
	font-size: var(--text-large-size);
	line-height: var(--text-medium-line);
	font-weight: 400;
	letter-spacing: normal;
	text-transform: none;

}

.festival-pricing-table > thead:nth-child(2) > tr:nth-child(1) > th {
	padding-bottom: 2rem;
}

.festival-pricing-table tbody th {
	font-weight: normal;
}

.festival-note-ref {
	font-size: .72em;
	line-height: 1;
	vertical-align: super;
	margin-left: .12em;
}

.festival-pricing-notes {
	margin: 3rem 0 0;
	padding-left: 2rem;
	display: grid;
	gap: .5rem;
}

.festival-pricing-note-item {
	font-size: var(--text-small-size);
	line-height: var(--text-small-line);
}


.info-tabs__nav {
	display: flex;
	flex-wrap: wrap;
	gap: .75rem;
	margin: 1.5rem 0;
}

.info-tab {
	border: 1px solid var(--border);
	background: #fff;
	padding: .75rem 1.1rem;
	cursor: pointer;
	border-radius: 500px;
	font: inherit;
	font-size: var(--text-small-size);
	line-height: var(--text-small-line);
}

.info-tab.is-active {
	background: var(--accent);
	color: #fff;
	border-color: var(--accent);
}

.info-tab__panel[hidden] {
	display: none;
}

.schedule-panel[hidden] {
	display: none;
}

.schedule-list {
	border-top: 1px solid var(--border);
}

.schedule-item {
	display: grid;
	grid-template-columns: 100px 1fr;
	gap: 2rem;
	padding: 1rem 0;
	border-bottom: 1px solid var(--border);
}

.schedule-item time {
	font-size: var(--text-medium-size);
	line-height: var(--text-small-line);
}

.schedule-item__type {
	display: block;
	font-size: var(--text-small-size);
	line-height: var(--text-small-line);
	color: var(--color);
	margin-bottom: .35rem;
}

.schedule-item h3 {
	margin: 0 0 0rem;
	font-size: var(--text-medium-size);
	line-height: var(--text-medium-line);
	font-weight: normal;
}

.schedule-artists {
	list-style: none;
	padding: 0;
	margin: .5rem 0 0;
	display: grid;
	position: relative;
  left: -9px;
  width: calc(100% + 9px);
}

.schedule-artists li {
	display: block;
}

.schedule-artists a {
	font-size: var(--text-medium-size);
	line-height: var(--text-medium-line);
	text-decoration: none;
}

.schedule-artists__show-link {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	column-gap: 1.5rem;
	align-items: baseline;
	width: 100%;
	padding: .2rem .6rem;
	border-radius: 999px;
}

.schedule-artists__show,
.schedule-artists__duration {
	font-size: var(--text-medium-size);
	line-height: var(--text-medium-line);
}

.schedule-artists__duration {
	color: var(--text);
	text-align: right;
}

.schedule-artists__show-link:hover,
.schedule-artists__show-link:focus-visible {
	background: var(--accent);
	color: #fff;
}

.schedule-artists__show-link:hover .schedule-artists__duration,
.schedule-artists__show-link:focus-visible .schedule-artists__duration {
	color: inherit;
}

.schedule-item__description p:first-child {
	margin-top: 0;
}

.schedule-item__description p:last-child {
	margin-bottom: 0;
}

.artist-single {
	padding: 3.5rem 0 0rem;
}

.artist-single__separator {
	height: 1px;
	background: var(--color);
	width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-bottom: 7rem;
	margin-top: 3.5rem;
}

.artist-single__hero {
	display: grid;
	grid-template-columns: 64px minmax(0, 1fr) 64px;
	align-items: center;
	gap: 1rem;
	padding-top: 5rem;
}
.artist-single__media {
	margin-bottom: 6rem;
	margin-top: -1rem;
	padding: 0;
	overflow: visible;
}
.artist-single__heading {
	text-align: center;
}

.artist-single__title {
	margin: 0;
	font-family: var(--font-base);
	line-height: .78;
	letter-spacing: -0.02em;
	color: var(--color);
	font-size: clamp(3.2rem, 6vw, 6.2rem);
	font-weight: normal;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.artist-single__subtitle {
	margin: 1.5rem 0 0;
	font-size: var(--text-large-size);
	line-height: var(--text-large-line);
	font-family: var(--font-base);
	color: var(--text);
	text-align: center;
}

.artist-single__nav {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 3rem;
	height: 3rem;
	border-radius: 999px;
	background: var(--color);
	color: #fff;
	font-size: 1.7rem;
	line-height: 1;
	text-decoration: none;
	user-select: none;
	transition: transform .2s ease, opacity .2s ease;
}

.artist-single__nav:hover,
.artist-single__nav:focus-visible {
	transform: scale(1.05);
}

.artist-single__nav--disabled {
	opacity: .65;
	cursor: default;
}

.artist-single__media-inner {
	position: relative;
	width: 50%;
	margin: 0 auto;
}

.artist-single__media img {
	width: 100%;
	display: block;
	height: auto;
	aspect-ratio: 4 / 5.5;
	object-fit: cover;
	margin: 0 auto;
}

.artist-single__meta,
.artist-single__programming {
	margin: 0;
	font-size: var(--text-large-size);
	line-height: var(--text-large-line);
	color: var(--text);
	font-family: var(--font-base);
}

/* Puces réparties sur les bords de l'image, avec une légère rotation pour un rendu dynamique. */
.artist-single__meta {
	position: absolute;
	inset: 0;
	display: block;
	pointer-events: none;
	margin-bottom: 0;
}

.artist-single__meta span {
	position: absolute;
	display: inline-block;
	pointer-events: auto;
	white-space: nowrap;
	border-radius: 500px;
  padding: 0.5rem 1.5rem;
  font-size: var(--text-medium-size);
  background-color: var(--color);
  color: var(--bg);
}

.artist-single__meta span:nth-child(1) {
	top: 6%;
	left: -8%;
	transform: rotate(-8deg);
}

.artist-single__meta span:nth-child(2) {
	top: 30%;
	right: -10%;
	transform: rotate(6deg);
}

.artist-single__meta span:nth-child(3) {
	bottom: 6%;
	left: -6%;
	transform: rotate(-4deg);
}

.artist-single__programming {
	margin-bottom: var(--text-large-line);
}

.artist-single__excerpt,
.artist-single__description {
	font-size: var(--text-large-size);
	line-height: var(--text-large-line);
	color: var(--text);
}

.artist-single__description p:last-child {
	margin-bottom: 0;
}

.artist-single__description .wp-block-image,
.artist-single__description figure,
.artist-single__description img {
	max-width: 100%;
}
.artist-single__ticket-link {
	font-size: var(--text-large-size);
	line-height: var(--text-large-line);
	padding-top: 0.5rem;
}


.footer-sponsors {
	display: grid;
	grid-template-columns: 1.2fr 2.5fr;
	align-items: start;
	gap: 1rem;
	padding: 3.5rem 0 3.5rem;
	border-top: 1px solid rgba(255, 255, 255, 0.6);
}

.footer-sponsors__label {
	margin: 0;
	font-size: var(--text-medium-size);
	line-height: var(--text-medium-line);
}

.footer-sponsors__grid {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
	gap: 2rem 2.2rem;
}

.footer-sponsor {
	max-width: 110px;
}

.footer-sponsor img {
	max-height: 42px;
	width: auto;
	object-fit: contain;
}

.site-footer {
	margin-top: 7rem;
	padding: 7rem 0 7rem;
	background: var(--color);
	color: var(--bg);
	min-height: calc(100vh - 3rem);
}

.site-footer a {
	color: var(--bg);
	text-decoration: none;
}

.site-footer__top {
	display: grid;
	grid-template-columns: 1.2fr 1.5fr 1fr;
	gap: 2rem;
	align-items: start;
	padding-bottom: 7rem;
}

.site-footer__col {
	display: flex;
	flex-direction: column;
	gap: 3rem;
}

.site-footer__contact-logo {
	width: auto;
	max-width: 72px;
	height: auto;
}

.site-footer__label {
	margin: 0;
	font-size: var(--text-medium-size);
	line-height: var(--text-medium-line);
}

.site-footer__subtitle {
	margin: 0;
	font-size: var(--text-medium-size);
	line-height: var(--text-medium-line);
	color: var(--bg);
}

.site-footer__text,
.site-footer__link,
.site-footer__socials {
	margin: 0;
	font-size: var(--text-medium-size);
	line-height: var(--text-medium-line);
}

.site-footer__socials {
	list-style: none;
	padding: 0;
	display: flex;
	flex-direction: column;
}

.site-footer__signature {
	display: flex;
	flex-direction: column;
	margin-top: auto;
	font-size: var(--text-medium-size);
	line-height: var(--text-medium-line);
}

.site-footer__signature-logo-image {
	width: auto;
	height: 24px;
	max-width: 100%;
	object-fit: contain;
	filter: brightness(0) invert(1);
}

.site-footer__signature-mark {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.2rem;
	height: 2.2rem;
	border: 1px solid rgb(255, 255, 255);
	border-radius: 500px;
	font-size: var(--text-small-size);
	line-height: var(--text-small-line);
	letter-spacing: .06em;
}

.external-arrow-artist {
    display: inline-block;
	font-size: calc(var(--text-medium-size) * 1.2);
	line-height: 1;
	margin-left: .1rem;
	transform: translateY(-.05em);
}

@media (max-width: 850px) {

	:root {
		--header-anchor-height: 9rem;
		--header-anchor-gap: .75rem;
	}

	.site-header__inner {
		min-height: 4rem;
		max-height: none;
		justify-content: space-between;
		align-items: center;
		gap: .75rem;
		padding: .65rem 0;
		position: static;
	}

	.site-header__burger {
		display: inline-flex;
		flex: 0 0 2.6rem;
	}

	.site-header__navs {
		display: none;
		position: absolute;
		top: calc(100% + 1px);
		left: 0;
		right: 0;
		width: 100%;
		background: var(--bg);
		border-bottom: 1px solid var(--border);
		padding: .75rem 1rem 1rem;
		box-sizing: border-box;
	}

	.site-header.is-open .site-header__navs {
		display: flex;
	}

	.site-header.is-open .site-header__burger-line:nth-child(1) {
		transform: translate(-50%, -50%) rotate(45deg);
	}

	.site-header.is-open .site-header__burger-line:nth-child(2) {
		opacity: 0;
		transform: translate(-50%, -50%) scaleX(.5);
	}

	.site-header.is-open .site-header__burger-line:nth-child(3) {
		transform: translate(-50%, -50%) rotate(-45deg);
	}

	.site-navigation ul {
		flex-wrap: nowrap;
		flex-direction: column;
		align-items: flex-start;
		gap: .5rem;
	}

	.hero__content h1,
	.page-header h1,
	.home-program h2,
	.home-gallery h2,
	.frontpage-editorial h2,
	.page-header h2 {
		font-size: clamp(2.7rem, 14vw, 4.8rem);
		line-height: .96;
		margin-bottom: 2.5rem;
	}

	.frontpage-editorial .editorial-content,
	.festival-structured-section__title,
	.festival-content-item-display__title,
	.festival-content-item-display__text {
		font-size: var(--text-medium-size);
		line-height: var(--text-medium-line);
	}

	.festival-red-separator {
		margin: 4rem auto 4rem;
	}
	.hero {
		margin-bottom: 0rem;}

	.schedule-day-button, .schedule-view-button {
	font-size: var(--text-small-size);
	line-height: var(--text-small-line);
	  padding: 0.4rem 1rem;
	}

	.site-footer {
	margin-top: 4rem;
	padding: 4rem 0 4rem;
}
.footer-sponsors {
  padding: 2rem 0 0rem;
    width: 100%;
		grid-template-columns: 1fr;
		margin-top: 4rem;

}
.footer-sponsors__grid {
	justify-content: unset;
	gap: 1.5rem 1.5rem;
	width: 80%;
}
.footer-sponsor {
  max-width: 150px;
}
.site-footer__top {
	padding-bottom: 1rem;
}
.footer-sponsor img {
		  max-height: 38px;
}
.festival-page {
  padding-top: 7.8rem;
}
.festival-pricing-table th, .festival-pricing-table td {
	font-size: var(--text-small-size);
	line-height: var(--text-small-line);
}
.festival-pricing-notes {
	margin: 1rem 0 0;
}
.festival-pricing-table > thead:nth-child(2) > tr:nth-child(1) > th {
  padding-bottom: 1rem;
  font-size: var(--text-medium-size);
  line-height: var(--text-medium-line);
}
.artist-grid {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
  padding: 0;
  margin: 0;
}
.schedule-view-switch, .schedule-days {
  display: flex;
  gap: 0.3rem;
  overflow-x: auto;
  padding-bottom: .4rem;

}
.schedule-days {
	margin-bottom: 0.5rem;
}
.gallery-slider__track {
	min-height: 540px;
}
.gallery-slide img {
  height: 540px;

}
.gallery-slide__credit {
	font-size: 12px;
	line-height: 16px;
}
.festival-page .home-gallery {
  margin-top: 4rem;
}
.festival-fixed-image {
	width: 83%;
	margin: 3rem auto;
}
.artist-single {
  padding: 3rem 0 0rem;
}
.schedule-item__content {
	padding-left: 8px;
}
.artist-single__nav{
	width: 2rem;
	height: 2rem;
	font-size: 4vw;
	margin-top: 3rem;
}
.artist-single__media-inner {
  width: 83%;}
  .artist-single__separator {
  margin-bottom: 4rem;
  margin-top: 4rem;
}
.artist-single__hero {
  padding-top: 5rem;
  align-items: start;
}
	.artist-single__meta span:nth-child(1) {
		left: -4%;
	}

	.artist-single__meta span:nth-child(2) {
		right: -4%;
	}

	.artist-single__meta span:nth-child(3) {
		left: -2%;
	}

	.artist-single__subtitle {
		line-height: 1.1;
		font-size: var(--text-medium-size);
	}
	.site-footer__col {
		gap: var(--text-large-size);
	}
.festival-links__anchor {
  font-size: var(--text-medium-size);
  line-height: var(--text-medium-line);
}
.artist-single__nav--right {
	margin-left: auto;
}

.artist-single__media {
	margin: 0 0 3rem;
}
.site-footer__contact-logo {
	width: auto;
	max-width: 64px;
	height: auto;
	position: static;
}

	.external-arrow-artist {
    display: inline-block;
	font-size: calc(var(--text-medium-size) * 0.8);
	line-height: 1;
	margin-left: .1rem;
	transform: translateY(-.05em);
}
	.site-footer__top {
		grid-template-columns: 1fr;
		position: relative;
		margin-bottom: 0;
	}
	.footer-sponsors__label {
		font-size: var(--text-medium-size);
		line-height: var(--text-medium-line);
		margin-bottom: 1rem;
	}
	.site-footer__label {
		font-size: var(--text-medium-size);
		line-height: var(--text-medium-line);
	}

}

@media (max-width: 495px) {
	.site-header__inner {
		gap: .5rem;
	}

	.site-header__burger {
		flex-basis: 2.6rem;
	}
}

@media (max-width: 700px) {

	.schedule-item {
		grid-template-columns: 1fr;
		gap: 1rem;
		padding-bottom: 0;
	}
		.hero__inner {
		margin-top: 5.5rem;
	}
		.hero__media {
		margin-bottom: -2rem;
	}
time {
	background-color: var(--color);
  color: var(--bg);
  padding: 8px;

}
.schedule-list, .schedule-item {
	border: none;
}
	.artist-single__title {
		font-size: clamp(2.8rem, 12vw, 4.2rem);
		letter-spacing: -0.03em;
	}

	.artist-single__meta,
	.artist-single__programming,
	.artist-single__excerpt,
	.artist-single__description,
	.artist-single__ticket-link {
				font-size: var(--text-medium-size);
		line-height: var(--text-medium-line);
	}
		.artist-single__meta {
							font-size: var(--text-small-size);
		line-height: var(--text-small-line);
		}
.artist-single__meta span {
  padding: 0.5rem 1rem;
  font-size: var(--text-small-size);
  line-height: var(--text-small-line);
  white-space: normal;
}


	.artist-single__programming {
  margin-bottom: var(--text-medium-line);
}

	.festival-fixed-image__img {
		height: auto;
	}

	.festival-content-item-display__title,
	.festival-content-item-display__text {
		font-size: var(--text-medium-size);
		line-height: var(--text-medium-line);
	}

	.festival-content__grid {
		gap: 2rem;
	}

	.festival-content-item-display__title {
		margin-bottom: var(--text-medium-line);
		margin-top: calc(2 * var(--text-medium-line));
	}

	.festival-pricing-table {
		min-width: 36rem;
	}

	.festival-pricing-table th,
	.festival-pricing-table td {
		padding-right: .75rem;
	}

	.artist-program li {
		grid-template-columns: 1fr;
		gap: .25rem;
	}

}

.external-arrow {
    display: inline-block;
	font-size: calc(var(--text-medium-size) * 0.8);
	line-height: 1;
	margin-left: .1rem;
	transform: translateY(-.05em);
}

@media (max-width: 780px) {
	#programmation {
		scroll-margin-top: calc(var(--header-anchor-height) + var(--header-admin-offset) + var(--header-anchor-gap) - 6rem);
	}
}

@media (min-width: 1440px) {
	:root {
		--container: 1150px;
		--container-gutter: 3rem;
	}
	.gallery-slide img {
	height: 620px;
}
.gallery-slider__track {
	min-height: 620px;
}
}

@media (max-width: 1000px) {
	:root {
		--container: 860px;
		--container-gutter: clamp(1.25rem, 4vw, 2rem);
	}
		.gallery-slide img {
	height: 460px;
}
.gallery-slider__track {
	min-height: 460px;
}
}

@media (max-width: 600px) {
	:root {
		--container: 100%;
		--container-gutter: 1rem;
	}
}

@media (orientation: landscape) and (max-width: 850px) {
	.site-footer__text,
	.site-footer__link,
	.site-footer__socials,
	.site-footer__signature {
		font-size: var(--text-medium-size);
		line-height: var(--text-medium-line);
	}
}