/*
Theme Name: Ergopix
Theme URI: https://www.ergopix.com
Update URI: https://www.ergopix.com
Author: ergopix sàrl
Version: 1.0
*/
html {
	font-size: 112.5%;
}

.ff-brygada {
	font-family: "Brygada 1918", serif;
	font-optical-sizing: auto;
	font-weight: normal;
	font-style: normal;
}

.ff-suisse {
	font-family: "SuisseIntl", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
}

.ff-suisse-light {
	font-family: "SuisseIntl-Light", "SuisseIntl", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
}

.ff-suisse-light-italic {
	font-family: "SuisseIntl-LightItalic", "SuisseIntl-Light", "SuisseIntl", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
	font-style: italic;
}

.ff-suisse-medium {
	font-family: "SuisseIntl-Medium", "SuisseIntl", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
}

.ff-suisse-semibold {
	font-family: "SuisseIntl-SemiBold", "SuisseIntl-Medium", "SuisseIntl", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
}

body {
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-x: hidden;
}

a {
	transition: all .3s ease;
}

.hamburger {
	display: block;
	width: 42px;
	overflow: hidden;
	float: right;
}

.hamburger span {
	background: #333;
	display: block;
	height: 2px;
	margin: 9px 0;
	position: relative;
	transform: rotate(0);
	top: 0;
	left: 0;
	opacity: 1;
	transition: none .5s ease;
	transition-property: transform, top, left, opacity;
}

body.mm-wrapper--opened .hamburger span.top-bar {
	transform: rotate(45deg);
	top: 12px;
}

body.mm-wrapper--opened .hamburger span.middle-bar {
	opacity: 0;
}

body.mm-wrapper--opened .hamburger span.bottom-bar {
	transform: rotate(-45deg);
	top: -10px;
}

body.mm-wrapper--opened .hamburger span.middle-bar {
	left: -40px;
}

.mm-listview {
	margin-top: calc((var(--mm-listitem-size) - var(--mm-lineheight))/ 2);
}

.mm-listitem:after {
	display: none;
}

.mm-navbar__title {
	justify-content: start;
}

.mm-navbar__title img {
	padding: 15px 0;
}

.mm-btn--close:before {
	font-size: 200%;
	color: var(--bs-primary);
}

.btn-search {
	font-size: 1.500rem;
	cursor: pointer;
}

.the-content *:last-child {
	margin-bottom: 0;
}

.list-inline li {
	display: inline-block;
}

.list-inline li:not(:last-child) {
	margin-right: .5rem;
}

.main-menu li a {
	display: inline-block;
	text-decoration: none;
}

.accordion-body .the-content p:last-child, .content-with-bg p:last-child {
	margin-bottom: 0;
}

body .gform_confirmation_wrapper {
	border-radius: 0;
	border: 1px solid var(--bs-success-border-subtle);
	box-shadow: none;
	padding: 16px;
	position: relative;
	background-color: var(--bs-success-bg-subtle);
	width: 100%;
	color: var(--bs-success-text-emphasis);
	text-align: center;
}

.space {
	padding-top: 4rem;
	padding-bottom: 4rem;
}

.global-carousel .slick-track {
	display: flex !important;
}

.global-carousel .slick-slide {
	height: inherit !important;
	margin-left: .75rem;
	margin-right: .75rem;
}

.slick-dots {
	list-style-type: none;
	padding: 0;
	margin: 0;
	line-height: 0;
	text-align: center;
	height: max-content;
}

.slick-dots li {
	display: inline-block;
	margin-right: 12px;
}

.slick-dots li:last-child {
	margin-right: 0;
}

.slick-dots button {
	font-size: 0;
	padding: 0;
	width: 10px;
	height: 10px;
	line-height: 0;
	border-radius: 9999px;
	border: 1px solid var(--bs-primary);
	background-color: transparent;
	transition: all ease 0.4s;
	position: relative;
}

.slick-dots .slick-active button {
	background-color: var(--bs-primary);
}

.slick-arrow {
	--pos-x: -30px;
	display: inline-block;
	padding: 0;
	background-color: var(--bs-primary);
	color: var(--bs-white);
	position: absolute;
	top: 247px;
	border: none;
	border-radius: 50%;
	right: var(--pos-x, 58px);
	width: var(--icon-size, 80px);
	height: var(--icon-size, 80px);
	line-height: var(--icon-size, 80px);
	font-size: var(--icon-font-size, 18px);
	margin-top: calc(var(--icon-size, 80px) / -1);
	z-index: 2;
	opacity: 1;
	transition: .5s;
}

.slick-arrow.default {
	position: relative;
	--pos-x: 0;
	margin-top: 0;
}

.slick-arrow.slick-prev {
	right: auto;
	left: var(--pos-x, 58px);
}

.slick-arrow:hover {
	opacity: 1;
	background-color: var(--bs-btn-hover-border-color);
	color: var(--bs-btn-hover-color);
}

.arrow-margin .slick-arrow {
	top: calc(50% - 30px);
}

.logo-grid .logo-item {
	aspect-ratio: 2/1;
	background: var(--bs-white);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1rem;
	border: 1px solid #e9ecef;
	position: relative;
	top: 0;
}

.logo-grid img {
	object-fit: contain;
	width: 100%;
	height: 100%;
}

.accordion-button:focus {
	box-shadow: none;
}

.accordion-button {
	font-size: 1.25rem;
}

p {
	font-size: 1.125rem;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-family: "Brygada 1918", serif;
	font-weight: normal;
}

.h1, .h2, .h3, .h4, h1, h2, h3, h4 {
	margin-bottom: 1rem;
}

b, strong {
	font-family: "SuisseIntl-Medium", "SuisseIntl", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
	font-weight: normal;
}

.btn {
	border-radius: 0;
	border-bottom-left-radius: 20px;
	border-top-right-radius: 20px;
}

.logo svg {
	width: 210px;
}

.hero {
	height: 100vh;
	background-size: cover;
	background-position: bottom center;
	background-repeat: no-repeat;
	border-bottom-right-radius: 360px;
	overflow: hidden;
	min-height: 900px;
}

.hero.hero-simple {
	height: auto;
	border-bottom-right-radius: 0;
	overflow: hidden;
	min-height: auto;
}

.hero-header-overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.3) 66%, rgba(0, 0, 0, 0.4) 100%);
}

.hero.hero-simple .hero-header-overlay {
	display: none;
}

.secondary-menu {
	gap: 50px;
}

.secondary-menu > li {
	position: relative;
}

.secondary-menu.list-inline li:not(:last-child) {
	margin-right: 0;
}

.secondary-menu > li:not(:last-child):after {
	content: "";
	position: absolute;
	right: -25px;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 30px;
	background-color: var(--bs-white);
}

.secondary-menu a {
	color: var(--bs-white);
	text-decoration: none;
}

.secondary-menu a:hover {
	color: var(--bs-secondary);
}

.btn {
	font-family: "SuisseIntl-Medium", "SuisseIntl", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.small, small {
	font-size: 0.889rem;
}

.content-bottom-hero {
	bottom: 215px;
}

.content-bottom-hero-page {
	bottom: 175px;
}

.wpml-ls-legacy-dropdown-click {
	width: auto;
	max-width: none;
}

.wpml-ls-legacy-dropdown-click > ul {
	position: relative;
	padding: 0;
	margin: 0;
	list-style: none;
}

.wpml-ls-legacy-dropdown-click a {
	border: 0;
	background: transparent;
	padding: 0;
	line-height: 1;
	text-decoration: none;
}

.wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle,
.wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu a {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: var(--bs-white);
	color: var(--bs-primary);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	font-weight: 500;
	text-transform: lowercase;
	padding-right: 0;
	font-family: "Brygada 1918", serif;
	text-transform: lowercase;
	font-style: italic;
}

.wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle span,
.wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu a span {
	margin: 0;
}

.wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle:after {
	display: none;
}

.wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: 50%;
	right: auto;
	transform: translateX(-50%);
	border: 0;
	padding: 0;
	margin: 0;
	list-style: none;
	z-index: 101;
}

.wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu li {
	margin-top: 0.25rem;
}

.wpml-ls-legacy-dropdown-click .wpml-ls-current-language > a {
	color: var(--bs-primary);
	background: var(--bs-white);
}

.wpml-ls-legacy-dropdown-click.js-wpml-ls-legacy-dropdown-click.wpml-ls-open .wpml-ls-sub-menu {
	visibility: visible;
}

.corner-menu {
	position: fixed;
	top: 0;
	right: 0;
	width: 145px;
	height: 125px;
	background: var(--bs-white);
	border-radius: 0 0 0 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 9999;
}

.corner-menu-toggle {
	border: 0;
	background: transparent;
	padding: 0;
	width: 42px;
	height: 34px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 12px;
	cursor: pointer;
	position: fixed;
	top: 35px;
	right: 35px;
}

.corner-menu-toggle span {
	display: block;
	height: 3px;
	width: 100%;
	background: var(--bs-primary);
	border-radius: 999px;
	transition: transform .25s ease, opacity .2s ease, background-color .25s ease;
}

.secondary-menu-container {
	padding-right: 0;
}

.social-menu {
	z-index: 2;
	transform: translateY(25%);
}

.social-menu .social-link {
	width: 34px;
	height: 34px;
	background-color: var(--bs-white);
	color: var(--bs-primary);
	font-size: 20px;
}

.social-menu .social-link:hover {
	background-color: var(--bs-secondary);
	color: var(--bs-white);
}

body.menu-open .social-menu .social-link {
	background-color: var(--bs-primary);
	color: var(--bs-white);
}

body.menu-open .social-menu .social-link:hover {
	background-color: var(--bs-secondary);
	color: var(--bs-white);
}

.social-menu.social-menu-artist{
	transform: none;
}

.social-menu.social-menu-artist .social-link{
	background-color: var(--bs-primary);
	color: var(--bs-white);
}

.social-menu.social-menu-artist .social-link:hover{
	background-color: var(--bs-secondary);
	color: var(--bs-white);
}

.wpml-ls-legacy-dropdown-click a:focus, body .wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle, body .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu a {
	color: var(--bs-primary);
	background: var(--bs-white);
}

.corner-menu-overlay .wpml-ls-legacy-dropdown-click .wpml-ls-current-language > a, .corner-menu-overlay .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu a {
	color: var(--bs-white);
	background: var(--bs-primary);
}

.corner-menu-overlay .wpml-ls-legacy-dropdown-click .wpml-ls-current-language > a:hover, .corner-menu-overlay .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu a:hover {
	color: var(--bs-white);
	background: var(--bs-secondary);
}

body .wpml-ls-legacy-dropdown-click .wpml-ls-current-language:hover > a, body .wpml-ls-legacy-dropdown-click a:focus, .wpml-ls-legacy-dropdown-click a:hover, body .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu a:hover {
	color: var(--bs-white);
	background-color: var(--bs-primary);
}

body .header-dark-mode .wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle, body .header-dark-mode .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu a {
	color: var(--bs-white);
	background: var(--bs-primary);
}

body .header-dark-mode .wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle:hover, body .header-dark-mode .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu a:hover {
	color: var(--bs-white);
	background: var(--bs-secondary);
}

@media (max-width: 991.98px) {
	body.single-concert .wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle, body.single-concert .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu a {
		color: var(--bs-white);
		background: var(--bs-primary);
	}
}

body.single-concert .wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle:hover, body.single-concert .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu a:hover {
	color: var(--bs-white);
	background: var(--bs-secondary);
}

.corner-menu-overlay .wpml-ls-legacy-dropdown-click a:hover {
	color: var(--bs-white);
	background: rgba(var(--bs-primary-rgb), .8);
}

.wpml-ls-item-fr span {
	position: relative;
	top: -2px;
}

body.menu-open #corner-menu-desktop {
	background: var(--bs-primary);
}

body.menu-open #corner-menu-toggle-desktop span {
	background: var(--bs-white);
}

body.menu-open #corner-menu-toggle-desktop span:nth-child(1) {
	transform: translateY(15px) rotate(45deg);
}

body.menu-open #corner-menu-toggle-desktop span:nth-child(2) {
	opacity: 0;
}

body.menu-open #corner-menu-toggle-desktop span:nth-child(3) {
	transform: translateY(-15px) rotate(-45deg);
}

body.menu-open .social-menu {
	z-index: 1051;
}

.main-menu a {
	color: var(--bd-primary);
}

.main-menu a:hover {
	color: var(--bs-secondary);
}

.corner-menu-overlay {
	position: fixed;
	inset: 0;
	z-index: 1050;
	background: rgba(0, 0, 0, .25);
	opacity: 0;
	pointer-events: none;
	overflow: hidden;
	transition: opacity .3s ease-out;
}

.corner-menu-overlay.is-open {
	opacity: 1;
	pointer-events: auto;
}

.corner-menu-overlay-inner {
	position: relative;
	width: 100%;
	max-width: 100%;
	height: auto;
	background: transparent;
	overflow: hidden;
	padding-bottom: 225px;
}

.corner-menu-overlay-inner:before {
	content: "";
	position: absolute;
	inset: 0;
	background-image: url("images/menu.svg");
	background-position: bottom right;
	background-size: cover;
	z-index: 0;
	opacity: 0;
	transition: opacity .4s ease-out;
	will-change: opacity;
}

.corner-menu-overlay.is-open .corner-menu-overlay-inner:before {
	opacity: 1;
}

.corner-menu-overlay-inner > * {
	position: relative;
	z-index: 1;
}

.corner-menu-overlay .wpml-ls-legacy-dropdown-click {
	margin-top: 5px;
}

.languages-selector {
	right: 180px;
	z-index: 1051;
	top: 27px;
}

.main-menu {
	display: flex;
	flex-direction: column;
	gap: .5rem;
}

.logo-white g, footer .logo g {
	fill: var(--bs-white);
}

.header-dark-mode .logo-white g {
	fill: var(--bs-primary);
}

.header-dark-mode .secondary-menu a {
	color: var(--bs-primay);
}

.header-dark-mode .secondary-menu > li:not(:last-child):after {
	background-color: var(--bs-primary);
}

.header-dark-mode .corner-menu {
	background: var(--bs-primary);
}

.header-dark-mode .corner-menu-toggle span {
	background: var(--bs-white);
}

.header-dark-mode .social-menu .social-link {
	background-color: var(--bs-primary);
	color: var(--bs-white);
}

.header-dark-mode .social-menu .social-link:hover {
	background-color: var(--bs-secondary);
	color: var(--bs-white);
}

a.stretched-link:hover a {
	--bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}

.rounded-top-right-5 {
	border-top-right-radius: 6rem;
}

.rounded-top-right-4 {
	border-top-right-radius: 4rem;
}

.rounded-bottom-left-4 {
	border-bottom-left-radius: 4rem;
}

.program-container, .page-id-745 {
	background-image: url("images/program.svg");
	background-position: center 130px;
	background-repeat: no-repeat;
}

.page-id-745 {
	background-position: center 500px;
}

.footer-sponsors {
	background-image: url("images/footer-sponsors.svg");
	background-position: center top;
	background-repeat: no-repeat;
}

.footer-sponsors:before {
	content: "";
	height: 100px;
	background-color: #f8f6f4;
	display: block;
	position: absolute;
	bottom: -100px;
	left: 0;
	width: 100%;
}

.footer-cta {
	background-image: url("images/footer-cta.svg");
	background-position: center top;
	background-repeat: no-repeat;
}

.logos-marquee-img {
	max-height: 85px;
}

footer .social-menu {
	transform: translateY(0);
}

.footer-main a {
	color: var(--bs-white);
	font-family: "SuisseIntl-Light", "SuisseIntl", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	text-decoration: none;
}

.footer-main a:hover {
	color: var(--bs-secondary);
}

.mm-menu--offcanvas {
	opacity: 0;
	z-index: 1;
}

.mm-menu--offcanvas.mm-menu--opened {
	opacity: 1;
}

.mm-menu .mm-navbars--bottom .mm-navbar {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: .5rem;
}

.mm-menu .mm-navbars--bottom .mm-navbar > * {
	flex-grow: 0;
	flex-shrink: 0;
}

.mm-menu .mm-navbars--bottom .social-link {
	width: 28px;
	height: 28px;
	font-size: 16px;
	border-radius: 50%;
	background-color: var(--bs-primary);
	color: var(--bs-white);
	transition: all .3s ease;
}

.mm-menu--theme-white {
	--mm-color-border: var(--bs-border-color-translucent);
}

.mt-header {
	margin-top: 6rem;
}

.home-content {
	margin-bottom: 6rem;
}

.home-content {
	margin-top: -130px;
}

.display-5 {
	line-height: 1.1;
}

.gallery-slide {
	padding: 0;
}

:root {
	--mosaic-h: 800px;
}

.mosaic {
	display: grid;
	height: var(--mosaic-h);
	grid-template-columns: 1.6fr 1.6fr 1.2fr 2.6fr;
	grid-template-rows: 1fr 1fr;
	gap: 10px;
}

.mosaic-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.mosaic-item {
	display: block;
	position: relative;
	overflow: hidden;
}

.mosaic-item.a {
	grid-column: 1 / span 2;
	grid-row: 1;
}

.mosaic-item.b {
	grid-column: 3;
	grid-row: 1;
}

.mosaic-item.c {
	grid-column: 4;
	grid-row: 1 / span 2;
}

.mosaic-item.d {
	grid-column: 1;
	grid-row: 2;
}

.mosaic-item.e {
	grid-column: 2 / span 2;
	grid-row: 2;
}

.festival-gallery {
	position: relative;
	overflow: visible;
}

.festival-gallery .slick-prev, .festival-gallery .slick-next {
	position: absolute;
	top: calc(var(--mosaic-h) / 2);
	transform: translateY(-50%);
	z-index: 1;
	width: 100px;
	height: 100px;
	border-radius: 999px;
	border: 0;
	padding: 0;
	background: rgba(255, 255, 255, .75);
	display: flex;
	align-items: center;
	justify-content: center;
}

.festival-gallery .slick-prev {
	left: 0;
	transform: translate(-50%, 30px);
}

.festival-gallery .slick-next {
	right: 0;
	transform: translate(50%, 30px);
}

.festival-gallery .slick-prev:before, .festival-gallery .slick-next:before {
	content: "";
}

.festival-gallery .slick-prev i, .festival-gallery .slick-next i {
	font-size: 30px;
	color: var(--bs-primary);
	position: relative;
}

.festival-gallery .slick-prev:hover, .festival-gallery .slick-next:hover {
	background: rgba(var(--bs-white-rgb, .9));
}

.festival-gallery .slick-prev i {
	right: -22px;
}

.festival-gallery .slick-next i {
	left: -22px;
}

.festival-gallery .slick-dots {
	margin-top: 2rem;
}

.slick-dots {
	position: relative;
	display: flex;
	gap: 15px;
	justify-content: center;
	align-items: center;
	height: 18px;
}

.slick-dots li {
	margin: 0;
	width: auto;
	height: auto;
}

.slick-dots li button {
	width: 10px;
	height: 10px;
	padding: 0;
	border: 0;
	border-radius: 999px;
	background: rgba(var(--bs-secondary-rgb), .5);
	font-size: 0;
}

.slick-dots li.slick-active button {
	width: 18px;
	height: 18px;
	background: var(--bs-secondary);
}

.slick-dots li button:before {
	content: "";
}

.festival-gallery-desktop {
	display: block;
}

.festival-gallery-mobile {
	display: none;
}

.festival-gallery-mobile a {
	display: block;
	overflow: hidden;
}

.festival-gallery-mobile a img {
	width: 100%;
	height: 320px;
	object-fit: cover;
	display: block;
}

.home-quote {
	background-image: url("images/quote.svg");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	padding-top: 100px;
	padding-bottom: 250px;
}

.home-news {
	--news-overlap: 100px;
	background-image: url("images/actualites.png");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	padding-top: 100px;
	padding-bottom: 300px;
	margin-top: -150px;
}

.home-news .slick-list {
	overflow: hidden;
	padding-top: var(--news-overlap);
	margin-top: calc(var(--news-overlap) * -1);
	height: auto !important;
}

.home-news .slick-slide {
	height: auto;
}

.home-news .slick-track {
	display: block;
}

.home-news .slick-slide {
	height: auto;
}

.home-news .slick-dots {
	margin-top: calc((var(--news-overlap) * -1) + 2rem);
}

.img-news {
	top: calc(var(--news-overlap) * -1);
}

.home-friends {
	position: relative;
	background: url("images/friends.svg") no-repeat center top / cover;
	padding-top: 175px;
	margin-top: -250px;
}

.home-friends:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -120px;
	height: 120px;
	background: url("images/friends-bottom.svg") no-repeat center bottom / cover;
	pointer-events: none;
}

.home-pratique {
	padding-top: 250px;
	padding-bottom: 100px;
}

.page-content {
	top: -85px;
}

.bg-primary .list-group-item.list-group-item {
	color: var(--bs-white);
}

.bg-primary .list-group-item.list-group-item:hover, .bg-primary .list-group-item.list-group-item.active {
	color: var(--bs-secondary);
}

@media (max-width: 1399.98px) {
	.secondary-menu-container {
		padding-right: calc(693.015075px - 0.5025126 * 100vw);
	}
}

.since-img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: 50% 30%;
}

.since-1946 {
	position: relative;
	background: url("images/bg-festival-1.svg") no-repeat center top / cover;
	padding-top: 130px;
	padding-bottom: 500px;
	overflow: hidden;
}

.since-1946-photo {
	width: 100%;
	max-width: none;
	transform-origin: right center;
}

.since-1946-img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: 50% 30%;
}

@media (min-width: 992px) {
	.since-1946-photo {
		transform: scale(2.25);
	}
}

@media (min-width: 1200px) and (max-width: 1399px) {
	.since-1946-photo {
		transform: scale(3);
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.since-1946-photo {
		transform: scale(3.25);
	}
}

@media (max-width: 991.98px) {
	.since-1946 {
		padding-bottom: 360px;
		margin-top: -50px;
	}
	
	.since-1946-photo {
		border-radius: 0 !important;
		border-top-right-radius: 6rem !important;
	}
	
	.since-1946-photo {
		max-width: 100%;
	}
}

.since-2019 {
	position: relative;
	background: url("images/bg-festival-2.svg") no-repeat center top / cover;
	padding-top: 150px;
	padding-bottom: 150px;
	margin-top: -350px;
}

.since-2019-photo {
	width: 100%;
	max-width: none;
	transform-origin: left center;
	z-index: 1;
}

@media (min-width: 992px) {
	.since-2019-photo {
		transform: scale(2.25);
	}
}

@media (min-width: 1200px) and (max-width: 1399px) {
	.since-2019-photo {
		transform: scale(3);
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.since-2019-photo {
		transform: scale(3.25);
	}
}

@media (max-width: 991.98px) {
	.since-2019 {
		padding-bottom: 50px;
	}
}

@media (max-width: 991.98px) {
	.since-photo {
		border-radius: 0 !important;
		border-top-right-radius: 6rem !important;
	}
	
	.since-photo {
		max-width: 100%;
	}
}

.festival-quote {
	background-image: url("images/festival-quote.svg");
	background-repeat: no-repeat;
	background-position: left top;
	background-size: cover;
	padding-top: 300px;
	z-index: 0;
	position: relative;
	margin-top: -215px;
	padding-bottom: 50px;
}

@media (max-width: 991.98px) {
	.festival-quote {
		padding-top: 375px;
	}
}

.festival-quote:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -310px;
	height: 310px;
	background: url("images/festival-quote-bottom.svg") no-repeat left bottom / cover;
	pointer-events: none;
}

.since-2024 {
	position: relative;
	padding-top: 215px;
	padding-bottom: 200px;
	overflow: hidden;
}

.since-2024-photo {
	width: 100%;
	max-width: none;
	transform-origin: right center;
}

.since-2024-img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: 50% 30%;
}

@media (min-width: 992px) {
	.since-2024-photo {
		transform: scale(1.75);
	}
}

@media (max-width: 991.98px) {
	.since-2024-photo {
		border-radius: 0 !important;
		border-top-right-radius: 6rem !important;
	}
	
	.since-2024-photo {
		max-width: 100%;
	}
	
	.since-2024 {
		padding-top: 100px;
		padding-bottom: 225px;
	}
}

.covers {
	background-image: url("images/covers.svg");
	background-repeat: no-repeat;
	background-position: left top;
	background-size: cover;
	z-index: 0;
	position: relative;
	padding-top: 250px;
	margin-top: -175px;
	padding-bottom: 300px;
}

@media (max-width: 991.98px) {
	.covers {
		padding-top: 50px;
		padding-bottom: 225px;
		background-image: none;
		background-color: #e7eaec;
	}
}

.cover .slick-list {
	overflow: visible;
}

.cover .slick-track {
	display: flex;
	align-items: center;
}

.cover-item {
	width: 325px;
	padding: 0 22px;
	opacity: 0.25;
	transform: scale(0.62);
	transition: transform 260ms ease, opacity 260ms ease;
}

.cover-item img {
	width: 100%;
	height: 700px;
	object-fit: contain;
	object-position: center;
	display: block;
}

.cover-item .cover-year {
	text-align: center;
	margin-top: 0;
	font-size: 2rem;
	color: #1b2b3a;
	opacity: 0.55;
	transition: opacity 260ms ease;
}

.cover-item.slick-active {
	opacity: 0.55;
	transform: scale(0.7);
}

.cover-item.is-neighbor {
	opacity: 0.85;
	transform: scale(0.85);
}

.cover-item.is-neighbor .cover-year {
	opacity: 0.8;
}

.cover-item.slick-center {
	opacity: 1;
	transform: scale(1);
}

.cover-item.slick-center .cover-year {
	opacity: 1;
}

.cover .slick-dots {
	position: static;
	margin: 18px 0 0;
	padding: 0;
}

.cover .slick-dots li {
	margin: 0 6px;
}

.cover .slick-dots li button:before {
	font-size: 10px;
	opacity: 0.35;
}

.cover .slick-dots li.slick-active button:before {
	opacity: 1;
}

@media (min-width: 1200px) {
	.cover-item.slick-center .cover-year {
		font-size: 3.5rem;
	}
}

.cover-item.slick-center .cover-year {
	font-weight: 300;
	line-height: 1.2;
	font-size: calc(1.475rem + 2.7vw);
}

.covers-img {
	width: 500px;
	margin-bottom: -100px;
	margin-right: -100px;
}

@media (max-width: 1399.98px) {
	.secondary-menu-container {
		padding-right: calc(693.015075px - 0.5025126 * 100vw);
	}
}

@media (max-width: 1199.98px) {
	.logos-marquee-img {
		max-height: 77px;
	}
	
	.secondary-menu {
		gap: 30px;
	}
	
	.secondary-menu > li:not(:last-child):after {
		right: -15px;
	}
	
	body .btn {
		--bs-btn-padding-x: .75rem;
		--bs-btn-padding-y: 0.4rem;
		--bs-btn-font-size: 1rem;
	}
	
	.slick-arrow {
		--icon-size: 60px;
		--pos-x: -20px;
		top: 176px;
	}
	
	.secondary-menu-container {
		padding-right: calc(569.227053px - 0.4830918 * 100vw);
	}
	
	.slick-arrow {
		--pos-x: 42px;
	}
	
	.festival-gallery .slick-prev {
		transform: translate(-50%, 10px);
	}
	
	.festival-gallery .slick-next {
		transform: translate(50%, 10px);
	}
	
	.home-content {
		margin-bottom: 3rem;
	}
	
	.festival-gallery .slick-dots {
		gap: 10px;
	}
}

@media (max-width: 991.98px) {
	.space {
		padding-top: 2rem;
		padding-bottom: 2rem;
	}
	
	.slick-dots {
		margin: 3rem 0 0 0;
	}
	
	.icon-box .slick-arrow {
		margin-right: 0;
	}
	
	.corner-menu {
		width: 80px;
		height: 70px;
	}
	
	.corner-menu-toggle {
		width: 21px;
		height: 17px;
		gap: 5px;
		top: 20px;
		right: 20px;
	}
	
	.corner-menu-toggle span {
		height: 2px;
	}
	
	.secondary-menu-container {
		padding-right: calc(243.59px - 24.56vw);
	}
	
	.hero {
		border-bottom-right-radius: 0;
	}
	
	.logo svg {
		width: 175px;
	}
	
	body.single-concert .corner-menu {
		background: var(--bs-primary);
	}
	
	body.single-concert .corner-menu-toggle span {
		background: var(--bs-white);
	}
	
	.festival-gallery-desktop {
		display: none;
	}
	
	.festival-gallery-mobile {
		display: block;
	}
	
	:root {
		--mosaic-h: 470px;
	}
	
	.mosaic {
		grid-template-columns: 1fr;
	}
	
	.mosaic-item.a, .mosaic-item.b, .mosaic-item.c, .mosaic-item.d, .mosaic-item.e {
		grid-column: 1;
	}
	
	.festival-gallery-mobile a img {
		height: 500px;
	}
	
	.home-quote {
		padding-bottom: 250px;
	}
	
	.home-news {
		--news-overlap: 0;
		background-image: none;
		background-color: var(--bs-primary);
		padding-top: 100px;
		padding-bottom: 250px;
		margin-top: -150px;
	}
	
	.home-news .slick-list {
		overflow: hidden;
		padding-top: var(--news-overlap);
		margin-top: calc(var(--news-overlap) * -1);
	}
	
	.img-news {
		border-radius: 0 !important;
		border-top-right-radius: 6rem !important;
		overflow: hidden;
		position: relative !important;
		margin-bottom: 1.5rem;
	}
	
	.home-content .rounded-top-right-5 {
		border-top-right-radius: 0;
	}
	
	.home-friends {
		margin-top: -150px;
	}
	
	.home-pratique {
		padding-top: 200px;
		padding-bottom: 0;
	}
	
	.home-news .slick-dots {
		margin-top: 2rem;
	}
}

@media (max-width: 767.98px) {
	.logos-marquee-img {
		max-height: 60px;
	}
	
	.secondary-menu-container {
		padding-right: calc(55 * (767px - 100vw) / 191);
	}
	
	:root {
		--mosaic-h: 520px;
	}
	
	.festival-gallery-mobile a img {
		height: 550px;
	}
}

@media (max-width: 575.98px) {
	.secondary-menu-container {
		padding-right: 75px;
	}
	
	p {
		font-size: 1rem;
	}
}

@media (min-width: 991.98px) {

	.container,
	.container-fluid,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl,
	.container-xxl {
		--bs-gutter-x: 5.556rem;
	}
	
	.footer-main {
		font-size: 90%;
	}
	
	.concert-visual {
		position: absolute;
		top: -239px;
		bottom: 0;
		left: 0;
		right: calc((150% - 100vw) / 2);
		background-size: cover;
		background-position: center top;
		background-repeat: no-repeat;
		z-index: -1;
		mask-image: url("images/hero-mask.svg");
		mask-size: cover;
		mask-repeat: no-repeat;
	}
	
	.concert-visual:before {
		content: "";
		position: absolute;
		inset: 0;
		background: linear-gradient(to bottom,
				rgba(0, 0, 0, 0.2) 0%,
				rgba(0, 0, 0, 0.15) 20%,
				rgba(0, 0, 0, 0) 55%);
		pointer-events: none;
	}
	
	.mb-content {
		margin-bottom: 7rem;
	}
}

@media (min-width: 1199.98px) {
	.display-1-big {
		font-size: 6.85rem;
	}
	
	.footer-main {
		font-size: 100%;
	}
}

@media (min-width: 1400px) and (max-width: 1649.98px) {
	.secondary-menu-container {
		padding-right: calc(762px - 0.48 * 100vw);
	}
}

@media (min-width: 1399.98px) {
	.corner-menu-content {
		width: 100%;
		margin-right: auto;
		margin-left: auto;
		max-width: none;
		padding-right: 250px;
	}
}

@media (min-width: 2354px) {
	.program-container, .page-id-745 {
		background-size: 100% auto;
	}
}

.the-content h2 {
	font-weight: 300;
	line-height: 1;
	font-size: calc(1.475rem + 2.7vw);
	margin-bottom: 3rem;
}

@media (min-width: 1200px) {
	.the-content h2 {
		font-size: 3.5rem;
	}
}

h3, .h3 {
	margin-bottom: 1.5rem;
	font-size: calc(1.325rem + .9vw);
}

@media (min-width: 1200px) {
	h3, .h3 {
		font-size: 2rem;
	}
}

.breadcrumb-navxt a, .breadcrumb-navxt span {
	color: #FFF;
	text-decoration: none;
}

.breadcrumb-navxt a:hover {
	color: #FFF;
	opacity: .6;
}

section.bg-white {
	background-color: transparent !important;
}

.mm-wrapper--position-left .mm-slideout, .mm-wrapper--position-right .mm-slideout {
	-webkit-transform: none;
	transform: none;
	z-index: 2;
}

.display-4 {
	line-height: 1.1;
}

.music-concert {
	position: relative;
	background: url("images/composers.svg") no-repeat center top / cover;
	padding: 250px 0 450px 0;
	margin-top: -50px;
}

@media (max-width: 991.98px) {
	.music-concert {
		padding: 100px 0 350px 0;
		margin-top: -50px;
	}
}

.infos-concert {
	position: relative;
	background: url("images/infos-concert.svg") no-repeat center top / cover;
	padding: 175px 0 475px 0;
	margin-top: -300px;
}

@media (max-width: 991.98px) {
	.infos-concert {
		padding: 100px 0 475px 0;
	}
}

.infos-concert.infos-concert--no-music {
	margin-top: -225px;
}

@media (max-width: 991.98px) {
	.infos-concert {
		padding: 100px 0 525px 0;
	}
}

.artists-infos {
	position: relative;
	background: url("images/artists-infos.png") no-repeat center top / cover;
	padding: 200px 0 100px 0;
	margin-top: -450px;
}

@media (max-width: 991.98px) {
	.artists-infos {
		margin-top: -600px;
		padding: 275px 0 25px 0;
	}
	
	.artists-infos.artists-infos--no-music {
		padding: 175px 0 25px 0;
	}
}

.mb-content--no-music {
	padding-bottom: 200px;
}

@media (max-width: 991.98px) {
	.mb-content--no-music {
		padding-bottom: 175px;
	}
}

@media (max-width: 991.98px) {
	.concert.type-concert .display-5 {
		font-size: 3rem;
	}
}
