/*--------------------------------------------------------------
Normalize
Styles based on Normalize v5.0.0 @link https://github.com/necolas/normalize.css
--------------------------------------------------------------*/

html {
	font-family: sans-serif;
	line-height: 1.15;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}


body {
	margin: 0;
}

article,
aside,
footer,
header,
nav,
section {
	display: block;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

figcaption,
figure,
main {
	display: block;
}

figure {
	margin: 1em 0;
}

hr {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
	outline-width: 0;
}

abbr[title] {
	border-bottom: 1px #767676 dotted;
	text-decoration: none;
}

b,
strong {
	font-weight: inherit;
}

b,
strong {
	font-weight: 700;
}

code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

dfn {
	font-style: italic;
}

mark {
	background-color: #eee;
	color: #222;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

audio,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

img {
	border-style: none;
}

svg:not(:root) {
	overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
	font-family: sans-serif;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

fieldset {
	border: 1px solid #bbb;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

progress {
	display: inline-block;
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

[type="checkbox"],
[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

details,
menu {
	display: block;
}

summary {
	display: list-item;
}

canvas {
	display: inline-block;
}

template {
	display: none;
}

[hidden] {
	display: none;
}

* {
	margin:0;
	padding:0;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	-webkit-tap-highlight-color:transparent
}

a, button {
    text-decoration: none;
    outline: 0;
}

a, a:visited {
    /*color: inherit;*/
    text-decoration: none;
    transition: color 300ms cubic-bezier(0.4, 0.8, 0.74, 1);
}

a:link, a:visited:link {
    -webkit-tap-highlight-color: transparent;
}

img.scale-with-grid {
    display: block;
    height: auto !important;
    width: 100% !important;
}

.transition {
    -webkit-transition: all .25s ease-out;
       -moz-transition: all .25s ease-out;
        -ms-transition: all .25s ease-out;
         -o-transition: all .25s ease-out;
            transition: all .25s ease-out;
}

.transition2 {
    -webkit-transition: visibility 0s 1s,-webkit-transform 1s cubic-bezier(.75,0,.25,1);
    transition: visibility 0s 1s,-webkit-transform 1s cubic-bezier(.75,0,.25,1);
    transition: transform 1s cubic-bezier(.75,0,.25,1),visibility 0s 1s;
    transition: transform 1s cubic-bezier(.75,0,.25,1),visibility 0s 1s,-webkit-transform 1s cubic-bezier(.75,0,.25,1);
    will-change: transform;
}


/*--------------------------------------------------------------
Color
--------------------------------------------------------------*/

:root {
  --color-menu: #ffffff;
  --color-menu-hover: #ffffff;
  --color-social-hover: #999;
  --color-header-bg: #000000;
  --color-footer-bg: #000000;
  --color-primary: #C17953;
  --color-link-hover: #ffffff;
  --logo-height: 30px;
  --logo-height-xs: 15px;
  --font-family: 'Avenir Next World', sans-serif;
}

/*--------------------------------------------------------------
fonts
--------------------------------------------------------------*/

@font-face {
    font-family: 'Avenir Next World';
    src: url('../fonts/AvenirNextWorld-Thin.woff2') format('woff2'),
        url('../fonts/AvenirNextWorld-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir Next World';
    src: url('../fonts/AvenirNextWorld-UltLt.woff2') format('woff2'),
        url('../fonts/AvenirNextWorld-UltLt.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir Next World';
    src: url('../fonts/AvenirNextWorld-Light.woff2') format('woff2'),
        url('../fonts/AvenirNextWorld-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir Next World';
    src: url('../fonts/AvenirNextWorld-Regular.woff2') format('woff2'),
        url('../fonts/AvenirNextWorld-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

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

@font-face {
    font-family: 'Avenir Next World';
    src: url('../fonts/AvenirNextWorld-Bold.woff2') format('woff2'),
        url('../fonts/AvenirNextWorld-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir Next World';
    src: url('../fonts/AvenirNextWorld-Heavy.woff2') format('woff2'),
        url('../fonts/AvenirNextWorld-Heavy.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

/*--------------------------------------------------------------
Focus
--------------------------------------------------------------*/

/* Remove outline for non-keyboard :focus */
*:focus:not(:focus-visible) {
  outline: none;
}

.main-nav-item a:focus-visible,
header a.brand:focus-visible,
.polylang_langswitcher li a:focus-visible {
    outline: 3px dotted #292d32;
}

a:focus-visible {
    outline: 3px dotted #ffffff;
}

a.btn.--navy:focus-visible {
    outline: 3px dotted var(--color-olive);
}

a.btn__2:focus-visible {
    outline: 3px dotted var(--color-gold);
}

a.btn.--white:focus-visible {
    outline: 3px dotted #ffffff;
}

a.btn.--gold:focus-visible {
    outline: 3px dotted var(--color-gold);
}

button:focus-visible {
    outline: 3px dotted #ffffff !important;
}

.video-button-wrapper button:focus-visible {
    outline: 3px dotted #ffffff;
}

button.js-reveal-video:focus-visible {
    border: 3px dotted var(--color-gold);
}

/*--------------------------------------------------------------
Structure
--------------------------------------------------------------*/

body {
    color: #000;
    background-color: #fff;
    font-family: var(--font-family);
    font-weight:400;
    /*font-size:100%;*/
    font-size: 1.4rem;
}

body.menu-open {
    overflow: hidden;
}

body, html {
	width: 100%;
    height: 100%;

    overflow: hidden;
}

html {
  font-size: 62.5%;
  /*font-size: calc(1em * 0.625); IE */
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}


.wrapper {
    width:100%;
    /*overflow: hidden;*/

    height: 100%;
    overflow-y: auto;    
}

.module {
	position: relative;
    margin: 0 0 80px; 
	/*margin: 60px 0 80px; */
    z-index: 10;
    background-color: #fff;
}

.module.--no-margin-bottom {
    margin-bottom: 0 !important;
}



main {
    position: relative;
    background-color: #fff;
    /*padding-bottom: 80px;*/
    /*min-height: 70vh;*/
    margin-top: 620px;

    overflow: hidden;
}

.module-concerts {
    min-height: 70vh;
    padding-bottom: 80px;
    /*padding-top: 20px;*/
}
@media screen and (max-width: 1080px) {
    
    .module {
        position: relative;
        /*margin: 40px 0 280px;*/
        padding-bottom: 40px;
        /*padding-top: 40px;*/
    }
}

.module-concerts::before {
    /*content: "concerts";*/
    content: attr(data-title);
    font-family: inherit;
    font-size: 45vw;
    line-height: 1.1em;
    position: absolute;
    text-align: center;
    top: 0;
    /*left: -20%;*/
    left: 50%;
    /*transform: translateX(-85%);*/
    width: 100vw;
    z-index: 0;
    color: #000;
    font-weight: 600;
    opacity: .03;
    pointer-events: none;
    text-transform: uppercase;

    transform: translateX(-50%) translateY(var(--parallax, 0px));
    will-change: transform;

}
@media screen and (max-width: 960px) {
    .module-concerts::before {
        font-size: 180px;
        line-height: 2em;
    }
}



.shell {
    position: relative;
    max-width: 1680px;
    /*max-width: 1780px;*/
    /*max-width: 1480px;*/
    margin: 0 auto;
    /*padding-left: 24px;
    padding-right: 24px;*/
    padding-left: 60px;
    padding-right: 60px;
}

.shell-thin {
    position: relative;
    max-width: 1280px;
    margin: 0 auto;
    padding-left: 60px;
    padding-right: 60px;
}

.shell-thin-thin {
    position: relative;
    max-width: 960px;
    margin: 0 auto;
    padding-left: 24px;
    padding-right: 24px;
}



@media only screen and (max-width: 1080px) {
    .shell,
    .shell-thin,
    .shell-thin-thin {
        padding-left: 60px;
        padding-right: 60px;
    }
}
@media only screen and (max-width: 800px) {
/*@media only screen and (max-width: 960px) {*/
    .shell,
    .shell-thin,
    .shell-thin-thin {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.container {
	position: relative;
	margin: auto;
	z-index: 1;
	width: 80%;
	max-width: 1000px;
	text-align: center;
}

.text {
	margin: 10px 0;
}

p {
	text-align: justify;
	font-size: 1.5rem;
	line-height: 2rem;
	margin: 10px 0;
}

.reveal-animate- {
	opacity: 0;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.visible {

/*    -webkit-transition: -webkit-transform .5s cubic-bezier(.75,0,.25,1);
    transition: -webkit-transform .5s cubic-bezier(.75,0,.25,1);
    transition: transform .5s cubic-bezier(.75,0,.25,1);
    transition: transform .5s cubic-bezier(.75,0,.25,1),-webkit-transform .5s cubic-bezier(.75,0,.25,1);
    will-change: transform;	   */ 
	
	/*animation-timing-function: cubic-bezier(.75,0,.25,1);
	-webkit-animation-timing-function: cubic-bezier(.75,0,.25,1);*/

  	-webkit-animation-name: fadeInUp;
  	animation-name: fadeInUp;	

	-webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;	    
}

img.absolute-cover {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    transition: all .25s ease-out;
}
img.absolute-cover-no-transition {
    transition: none;
}

.js_parallax {
    position: relative;
    overflow: hidden;
}

.module-home .js_parallax {
    /*position: relative;
    overflow: hidden;*/
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    z-index: 50;
    width: 100%;
    height: 100%;    
}

.js_img-parallax {
    position: absolute;
    top: -100px !important;
    left: 0;
    width: 100%;
    height: calc(100% + 100px * 2) !important;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    object-fit: cover;
}

.svg-clip-all {
    width: 0;
    height: 0;
    position: absolute;
}

.banner-wrapper {
    position: relative;
    background-color: var(--color-soot);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 350px;
}
.banner-wrapper .shell {
    z-index: 50;
    padding-top: 65px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.banner-wrapper img {
    opacity: 0.5;
}

.page-title .icon {
    flex: none;
    margin-right: 20px;
    width: 35px;
}
.page-title .icon svg {
    fill: #ffffff;
    width: 100%;
    height: auto;
    display: block;
}

.tags {
    position: relative;
    display: block;
    margin-top: 10px;
}

.post_tags {
    display: flex;
}

.post_tags a {
    transition: all .25s ease-out;
    background-color: var(--color-gold);
    padding: 1px 5px 2px 5px;
    color: #000;
    font-size: 1.2rem;
    text-transform: uppercase;
    margin: 2px;
    line-height: normal;
    letter-spacing: normal;
    /*font-weight: 500;*/
}
.post_tags a:hover {
    background-color: #fff;
}

@media screen and (max-width: 960px) {

    .banner-wrapper .shell {
        padding-top: 20px;
    }
}


/*--------------------------------------------------------------
Main Nav
--------------------------------------------------------------*/

header .main-nav {
    position: absolute;
    top: 50%;
    left: 60px; 
    transform: translateY(-50%);
}    

.main-nav-list {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
ul.main-nav-list li:first-child {
    margin-left: 0;
}
ul.main-nav-list li {
    position: relative;
    margin: 0 15px;
    display: inline-block;
}
.main-nav-item a {
    border: none;
    background-color: transparent;
    cursor: pointer;
    display: block;
    position: relative;
    color: var(--color-menu);
    transition: color .25s ease-out;
    text-decoration: none;
    font-size: 1.6rem;
    font-weight: 600;
    opacity: .6;
}
footer .main-nav {
    display: none;
}    

@media only screen and (max-width: 1080px) {
    header .main-nav {
        display: none;
    }
    footer .main-nav {
        display: flex;
        position: relative;
    }    
    footer .main-nav-list {
        width: 100%;
        display: flex;
        align-items: center;
        flex-direction: column;
        gap: 16px;
        margin-bottom: 25px;
    }        
    ul.main-nav-list li {
        margin: 0 !important;
    }    
}

/*--------------------------------------------------------------
Button
--------------------------------------------------------------*/

a.website-link::before,
.main-nav-item a::before {
    content: '';
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: -5px;
    pointer-events: none;
    background-color: var(--color-menu);
    transform: scaleX(0);
    transform-origin: right center;
    transition: 0.5s transform cubic-bezier(.75,0,.25,1);
}

a.website-link:hover::before,
.main-nav-item a:hover::before {
    transform:scaleX(1);
    transform-origin:left center;
    background-color: var(--color-menu-hover);
}

a.website-link,
.main-nav-item a {
    transition: opacity .25s ease-out;
}
a.website-link:hover,
.main-nav-item a:hover {
    /*opacity: .7;*/
    opacity: 1;
}



/*--------------------------------------------------------------
Typographie
--------------------------------------------------------------*/

h1 {
    font-weight: 800;
    font-size: 4rem;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    text-transform: uppercase;
}



h4 {
    font-size:1em;
}

input, select, th, td {font-size:1em;}





/*--------------------------------------------------------------
Overlay
--------------------------------------------------------------*/



/*--------------------------------------------------------------
Module 404
--------------------------------------------------------------*/

.module-404 {
    margin: 0;
    /*height: 700px;*/
    min-height: 70vh;
    display: flex;
    align-items: flex-start;
    justify-content: center;    
}

.module-404 .shell {
    position: relative;
    z-index: 50;
}

.module-404 img {
    opacity: .6;
}

.module-404-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 100px 30px;
    /*background-color: rgba(0,0,0,0.45);*/
}

.module-404-content p {
    text-align: center;
}

.module-404-content h1 {
    font-size: 10rem;
    color: var(--color-primary);
}

@media screen and (max-width: 960px) {
    .module-404-content h1 {
        font-size: 6rem;
    }
}

.module-404-content .btn {
    text-transform: uppercase;
    background-color: var(--color-primary);
    color: #fff;
    padding: 10px 20px;
    font-weight: 600;
    font-size: 1.5rem;
    text-align: center;
}



/*--------------------------------------------------------------
Default Page
--------------------------------------------------------------*/

section#default {
    position: relative;
    min-height: 100vh;
    padding: 100px 0;
}

.default-post {
    position: relative;
    min-height: 100vh;
}

.default-post .article-container {
    max-width: 1100px;
    text-align: center;
    position: relative;
    padding: 100px 40px 100px 40px;
    /* max-width: 1180px; */
    margin-left: auto;
    margin-right: auto;
}

.default-post .article-thumbnail {
    margin-bottom: 30px;
}

.default-post .article-container h1 {
    font-size: 3.2rem;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 30px;
    line-height: 1;
}

.default-post .article-content {
    margin-bottom: 30px;
}

.default-post .article-content p {
    color: #000;
    font-size: 1.8rem;
    text-align: center;
    line-height: 1.3;
}


/*--------------------------------------------------------------
Header
--------------------------------------------------------------*/

.header-search {
    position: fixed;
    z-index: 300;
    top: 0;
    left: 0;
    width: 100%;
    pointer-events: none;
}

header {
    height: 620px;
    max-height: 620px;
    overflow: hidden;

    position: relative;
    /*position: fixed;
    z-index: 300;
    top: 0;
    left: 0*/;
    width: 100%;

    /*height: auto;*/
    margin: 0 auto;
    padding: 30px 0 30px 0;
    transition: all .05s linear;

    /*transition: transform 1s cubic-bezier(0.75, 0, 0.25, 1), visibility 0s 1s, -webkit-transform 1s cubic-bezier(0.75, 0, 0.25, 1);
    will-change: transform;*/

    /*overflow: hidden;*/
    /*aspect-ratio: 1/.23;*/
    /*background: linear-gradient(90deg, rgba(198, 141, 111, 1) 24%, rgba(167, 160, 152, 1) 52%, rgba(46, 89, 108, 1) 97%);    */
    /*background: var(--color-header-bg);*/

    display: flex;
    align-items: center;    
}



@media screen and (max-width: 1920px) {
    header {
        height: 540px;
    }
}

@media screen and (max-width: 1681px) {
    header {
        height: 480px;
    }
}

@media screen and (max-width: 960px) {
    header {
        height: 240px;
    }
}


h2 {
    position: relative;
    text-align: center;
    font-weight: 600;
    /*font-size: 5vw;
    line-height: 25vw;*/
    font-size: 14rem;
    line-height: 1;
    /*line-height: 16vw;*/
    color: var(--color-menu);
    margin-bottom: 0;
    /*padding: 30px 0;*/
    margin-top: 5px;
    display: block;
}

@media screen and (max-width: 960px) {
    h2 {
        font-size: 5rem;
        /*line-height: 26vw;*/
        /*line-height: .85;*/
    }
}
/*
@media screen and (max-width: 1281px) {
    h2 {
        font-size: 10rem;
    }
}
*/


.header-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background-color: var(--color-header-bg);*/
    z-index: -1;
    transition: background-color .5s, top .5s;
    transition-delay: .15s;    
}

.module-search {
    padding-top: 30px;
    padding-bottom: 30px;
    margin: 0;
    /*background-color: #fff;
    box-shadow: 0 10px 50px rgba(255, 255, 255, 1);*/
    background: linear-gradient(0deg, hsla(0,0%,100%,0), #fff);
}

body.error404 .module-search {
    display: none !important;
}

.search {
    width: 90%;
    max-width: 600px;
    position: relative;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .5s ease-out;
    transition-delay: .5s;
    margin: auto;
    /*border: 1px solid #000;*/
    border-radius: 2em;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
    padding: 0 20px;
    pointer-events: auto;
}
@media screen and (max-width: 960px) {
    .module-search {
        padding-top: 40px;
    }
}

/*header.fixed .search {
    visibility: visible;
    opacity: 1;
    display: flex;
}*/

#search-wrapper {
    position: relative;
    padding: 6px 0px;
    display: block;
    width: 100%;
}
#search-wrapper .icon {
    width: 20px;
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
}
#search-wrapper .icon svg {
    /*fill: #fff;*/
    fill: var(--color-primary); 
    height: auto;
    width: 100%;
}
#search-wrapper .close {
    width: 40px;
    position: absolute;
    left: auto;
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    display: none;
    /* height: 100%; */
    z-index: 300;
    padding: 10px;
}
#search {
    display: block;
    width: 275px;
    height: 45px;
    padding: 0 0px 0 30px;
    font-size: 1.8rem;
    /*text-transform: uppercase;*/
    line-height: 1.3;
    font-weight: 600;
    font-family: inherit;
    transition: all .3s ease;
    border-radius: 0;
    border: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    transition: .5s;
    outline: none;
    color: var(--color-primary);
    background-color: transparent;
}
/* Pour Webkit (Chrome, Safari, Edge) */
input::-webkit-input-placeholder {
  color: #ccc;
  /*opacity: .65;*/
}

/* Pour Mozilla Firefox */
input::-moz-placeholder {
 color: #ccc;
 /*opacity: .65;*/
}

/* Pour Microsoft Edge */
input::-ms-input-placeholder {
  color: #ccc;
  /*opacity: .65;*/
}

header.fixed {
    /*position: fixed;
    z-index: 500;
    padding: 15px 0;*/
    /*aspect-ratio: unset;*/
}


header.fixed .header-bg {
    opacity: .85;
    border-bottom: 1px solid #999;
}



header .header-blur {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;

    /*background-color: var(--color-header-bg);*/
    backdrop-filter: blur(0);
    /*background-color: #00000000;*/

    opacity: 1;
    /*
    background: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    opacity: 0;
    */

}


header.fixed .header-blur {
    /*opacity: 1;*/
}

/*
header.fixed .header-bg::after {
    content: "";
    position: absolute;
    z-index: 50;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    background-color: #00000080;   
    opacity: 0;
    transition: all 1.5s linear;
}
*/

header.fixed .header-bg::after {
  
}


header h2 {
    transition: all .05s linear;
    max-width: 90%;
    margin: auto;    
}

header.fixed h2 {
    /*font-size: 3rem;
    padding: 0;*/
}

header .shell {
    max-width: 100%;
}

.header-img,
.header-img-mobile {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    z-index: -1;
    transition: all .25s ease-out;
    /*opacity: .9 !important;*/
}
.header-img-mobile {
    display: none;
}
@media screen and (max-width: 960px) {
    .header-img-mobile {
        display: block;
    }    
    .header-img:not(.--has-mobile) {
        display: none;
    } 
}    

.main-row {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 35px;
    left: 0;
    width: 100%;    
    pointer-events: auto;
}

@media screen and (max-width: 960px) {
    .main-row {
        top: 25px;
    }
}

.secondary-row {
    width: 100%;
    padding-top: 50px;
    text-align: center;
    transition: all .5s ease-out;
}

header.fixed .secondary-row {
    /*padding-top: 30px;*/
}

.logo__wrapper {
    position: relative;
    padding: 0;
    text-indent: -9999px;
    /*left: 50%;*/
    /*transform: translateX(-50%);*/
}

.website-link-wrapper {
    display: flex;
    gap: 16px;
    position: absolute;
    top: 50%;
    left: 60px;
    /*left: 24px;*/
    transform: translateY(-50%);
}

.website-link {
    position: relative;
    color: var(--color-menu);
    transition: color .25s ease-out;
    text-decoration: none;
    font-size: 1.6rem;
    font-weight: 600;
}
.website-link:hover {
    color: var(--color-menu-hover);
}


header a.brand {
    display: flex;
    /*height: 25px;*/
    height: var(--logo-height);
    width: auto;
    text-indent: -9999px;
    position: relative;
    transition: all .25s ease-out;
}
header a.brand span {
    display: none;
}

header ul.social-wrapper {
    position: absolute;
    top: 50%;
    /*right: 24px;*/
    right: 60px;
    transform: translateY(-50%);    
    margin: 0;
}


header.fixed a.brand {
    
}

header a.brand img {
    width: auto;
    height: 100%;
    display: block;
    transition: all .25s ease-out;   
}
header.fixed a.brand img {
    /*height: 70px;*/
}



@media screen and (max-width: 960px) {
   

    .logo__wrapper {
        z-index: 100;
    }

    main {
        margin-top: 170px;
    }

    header {
        padding: 25px 0;
        /*aspect-ratio: unset;*/
        /*aspect-ratio: 1 / .6;*/
    }
    .secondary-row {
        padding-top: 40px;
    }

    header.fixed {
        /*padding: 15px 0;*/
    }
    header.fixed .secondary-row {
        padding-top: 25px;
    }    


    header a.brand img {
        /*max-height: 40px;*/
    }

    header a.brand {
        height: var(--logo-height-xs);
    }
}

/*--------------------------------------------------------------
CONCERTS
--------------------------------------------------------------*/

.module-concerts {
    text-align: center;
}

.no__event {
    margin-top: 60px;
}
.no__event p {
    color: var(--color-primary);
    font-size: 2.6rem;
    font-weight: 500;
    text-align: center;
    /*text-transform: uppercase;*/
}

.concerts__list {
    perspective: 1000px;
    /*box-shadow: 0px 12px 30px rgba(0, 0, 0, .2);*/
    margin-top: 30px;
}

.concerts__list__prev {
    display: none;
}

.concerts__item {
    /*box-shadow: 0px 12px 30px rgba(0, 0, 0, .2);*/
    display: flex;
    align-items: stretch;
    position: relative;
    opacity: 1;
    background: #fff;
    border-left: .1rem solid rgba(0, 0, 0, .1);
    transform-origin: 50% 0;
    transform-style: preserve-3d;
    /*transform: none;*/
    /*transition: transform .4s cubic-bezier(.175, .885, .32, 1.275), opacity .4s ease;*/
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;

    box-shadow: 0px 12px 30px rgba(0, 0, 0, .2);
}

.concerts__item:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #000;
    opacity: .1;
}

.concerts__item.hide {
    /*display: none;*/
}


.concerts__item.new {
    display: flex;
    opacity: 0;
    transform: rotateX(-90deg);
}

.concerts__item.new-item:before {
    opacity: 0
}

.concerts__date, 
.concerts__infos, 
.concerts__tickets {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 25px;
}

.concerts__date, 
.concerts__infos {
    text-transform: uppercase;
    color: var(--color-primary);
}

.concerts__date {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100px;
    font-weight: 600;
    text-align: center;
    font-size: 2.2rem;
    line-height: 2.4rem;
}
.concerts__date span.day {
    display: block;
    font-weight: 500;
    font-size: 80%;
}

.concerts__date::after {
    content: "";
    display: block;
    width: 1px;
    top: 10%;
    right: 0;
    position: absolute;
    height: 80%;
    background-color: rgba(0,0,0,.2);
}

.concerts__infos {
    flex: 1;
    font-size: 2.2rem;
    /*font-size: 1.6rem;*/
    font-weight: 600;
    text-align: left;
    flex-direction: column;
    align-items: flex-start;
    text-transform: none;
}

.concerts__infos .place {
    text-transform: uppercase;
}
.concerts__infos .place span{
    text-transform: none;
}

.concerts__infos .tour {
    margin-top: 5px;
    position: relative;
    font-size: 70%;
    font-weight: 400;
    text-transform: uppercase;
    display: flex;
    align-items: center;    
}

.concerts__infos .tour.festival::after {
    content: "FESTIVAL";
    text-transform: uppercase;
    /*border: 1px solid var(--color-primary);*/
    background-color: #ababab;
    color: #fff;
    padding: 3px 3px 1px 3px;
    font-size: 70%;
    font-weight: 600;
    margin-left: 6px;
    line-height: 1;
    margin-top: -3px;
}
.concerts__infos .tour.festival.--no--tour::after {
    margin-left: 0;
}

.concerts__infos .type {
    margin-top: 5px;
    text-transform: uppercase;
    background-color: var(--color-primary);
    padding: 2px 3px 1px 3px;
    font-size: 60%;
    color: #fff;
    font-weight: 500;
}

.concerts__infos .report {
    margin-top: 5px;
    font-weight: 500;
    font-style: italic;
    font-size: 70%;
}

.concerts__tickets {
    position: relative;
    width: 20%;
    font-size: 1.6rem;
    font-weight: 600;
    color: #fff;
    background-color: var(--color-primary);
    transition: all .25s ease-out;
    display: flex;
    align-items: center;
    line-height: 1;
}
.concerts__list__prev .concerts__tickets {
    display: none !important;
}

.concerts__tickets:before {
    content: "";
    display: block;
    width: 22px;
    height: 13px;
    margin-right: 10px;
    background-image: url(../images/ticket.svg);
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none;
    cursor: default;
}
.concerts__tickets span {
    z-index: 10;
    position: relative;
    line-height: 1.4;
}

a.concerts__tickets {
    pointer-events: auto;
    cursor: pointer;
}
a.concerts__tickets:hover {
    opacity: .9;
}

.concerts__tickets.cancel { 
    color: #666;
    background-color: rgba(0,0,0,.05); 
}
.concerts__tickets.full { 
    color: var(--color-primary);
}
.concerts__tickets.full::after { 
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #fff;
    position: absolute;
    z-index: 0;
    opacity: .8;
}
.concerts__tickets.cancel:before,
.concerts__tickets.full:before { 
    display: none;
}

@media screen and (max-width: 960px) {
    .no__event p {
        font-size: 2.0rem;
    }

    .concerts__list {
        box-shadow: none;
        margin-bottom: 40px;
    }        
    .concerts__item {
        box-shadow: 0px 10px 18px rgba(0, 0, 0, .18);
        flex-direction: column;
        margin-bottom: 30px;
    }
    .concerts__date,
    .concerts__infos,
    .concerts__tickets {
        width: 100%;
    }
    .concerts__date {
        flex-direction: row;
        gap: 5px;
    }
    .concerts__date span {
        font-size: 100% !important;
    }
    .concerts__infos {
        text-align: center;
        align-items: center;
    }

    .concerts__date::after {
        width: 90%;
        bottom: 0;
        top: auto;
        right: auto;
        left: 5%;
        height: 1px;
    }    
}

.concerts__switch__v2 {
    position: relative;
    display: flex;
    justify-content: flex-end;
}
.checkbox-concerts-prev {
    display: flex;
    align-items: center;
    grid-gap: 12px;
    border:none;
    cursor: pointer;
    background-color: transparent;
    font-size: 17px;
    color: var(--color-primary);
    font-weight: 600;
    font-family: var(--font-family);
    line-height: 1;
}
.checkbox {
    position: relative;
    width: 20px;
    height: 20px;
    border-style: solid;
    border-width: 1px;
    border-color: var(--color-primary);
}
.checkbox-concerts-prev .checkbox:after {
    position: absolute;
    opacity: 0;
    content: "";
    width: 14px;
    height: 14px;
    left: 2px;
    top: 2px;
    background-color: var(--color-primary);
}
.checkbox-concerts-prev.active .checkbox:after {
    opacity: 1;
}

.concerts__switch {
    position: relative;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .25);
    display: inline-flex;

    justify-content: center;
    margin-top: 60px;
    /*margin-bottom: 60px;*/
    border-radius: 2em;
    background-color: var(--color-primary);
}

.concerts__switch.disabled {
    pointer-events: none;
    opacity: .3;
}

.concerts__switch::after {
    content: "";
    width: 136px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    border-radius: 2em;
    background-color: #fff;
    transition: all .25s ease-out;
}

.concerts__switch.next::after {
    left: 0;
    width: 116px;
}
.concerts__switch.prev::after {
    left: 116px;
    width: 174px;
}

.concerts-next,
.concerts-prev {
    position: relative;
    z-index: 10;
    border: none;
    background-color: transparent;
    /*background-color: var(--color-primary);*/
    border-radius: 2em;
    padding: 10px 30px 7px 30px;
    color: #fff;
    text-transform: uppercase;
    font-family: inherit;
    font-size: 1.4rem;
    font-weight: 600;
    transition: all .25s ease-out;
    cursor: pointer;
    appearance: none;
}
@media screen and (max-width: 960px) {
    .concerts-next,
    .concerts-prev {
        /*font-size: 1.6rem;*/
        font-weight: 600;        
    }
    .concerts__switch {
        margin-top: 40px;
        /*margin-bottom: 40px;*/
    }    


}

.concerts-prev {
    
}

.concerts__switch button.active{
    color: var(--color-primary);
    pointer-events: none;
}



.goTop {
    position: fixed;
    z-index: 500;
    border: none;
    background-color: #fff;
    border-radius: 100%;
    width: 60px;
    height: 60px;
    transition: all .5s ease-out;
    cursor: pointer;
    appearance: none;  
    display: flex;
    align-items: center;
    justify-content: center;  
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .25);
    /*top: 90%;*/
    bottom: 30px;
    right: 30px;
    opacity: 0;
}
.goTop.show {
    opacity: 1;
    /*top: 90%;*/
}

.goTop svg {
    width: 50%;
    height: auto;
    display: block;
    fill: var(--color-primary);
    transform: scaleY(-1);
}
.goTop svg * {
    fill: var(--color-primary);
}

@media screen and (max-width: 960px) {
    .goTop {
        /*display: none !important;*/
        right: 12px;
        top: calc(100% - 72px);
    }
}

/*--------------------------------------------------------------
SOCIAL
--------------------------------------------------------------*/


ul.social-wrapper {
    display: flex;
    margin: auto;
    gap: 24px;
}

ul.social-wrapper li {
    display: flex;
    /*margin: 0 12px;*/
}

ul.social-wrapper li a {
    position: relative;
    transition: all .25s ease-out;
    opacity: .6;
}
ul.social-wrapper li a:hover {
    opacity: 1;
}
ul.social-wrapper li a:hover svg {
    transform: translateY(-4px);
}

ul.social-wrapper li a svg {
    height: 17px;
    width: 17px;
    display: block;
    fill: var(--color-menu);    
    color: var(--color-menu);    
    /*stroke: var(--color-menu);    */
    transition: all .3s ease-out;
}

ul.social-wrapper li a:hover svg {
    fill: var(--color-social-hover);
}


@media screen and (max-width: 960px) {
    /*ul.social-wrapper li a svg {
        height: 30px;
    }*/
}

@media only screen and (max-width: 1080px) {
    header ul.social-wrapper,
    header a.website-link {
        display: none;
    }
}


/*--------------------------------------------------------------
Loading
--------------------------------------------------------------*/

body.loading {
    height: 100%;
    overflow: hidden;
}

#loading {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    pointer-events: none;
    display: flex;
    z-index: 10000;
    background-color: #fff;
}




/*--------------------------------------------------------------
Footer
--------------------------------------------------------------*/

.footer-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.footer-bg img {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    z-index: -1;
    transition: all .25s ease-out;
}

footer {
    padding: 24px 0;
	position: fixed;
    /*z-index: 100;*/
    left: 0;
    bottom: 0;
    width: 100%;
    display: none;
    flex-direction: column;
    align-items: center;
    background: var(--color-footer-bg);
    /*background: linear-gradient(90deg, rgba(198, 141, 111, 1) 24%, rgba(167, 160, 152, 1) 52%, rgba(46, 89, 108, 1) 97%);    */
}
footer.show {
    display: flex;
}

footer .shell {
    text-align: center;
}

footer .website-link {

    position: relative;
    top: auto;
    left: auto;
    transform: none;
}

footer .website-link-wrapper {
    margin-bottom: 25px;
    display: none;
    align-items: center;
    flex-direction: column;
    position: relative;
    top: auto;
    left: auto;
    transform: none;
}

footer .social-wrapper {
    margin-bottom: 25px;
    display: none;
}


.menu-footer {
    position: relative;
    width: 100%;
}



#footer-nav-list {
    display: flex;
    gap: 10px;
    align-items: center;
    /*justify-content: center;*/
    justify-content: space-between;
    flex-wrap: wrap;
}

#footer-nav-list .main-nav-item {
    /*margin: 5px 10px;*/
    display: flex;
}

#footer-nav-list .main-nav-item a {
	display: block;
    position: relative;
    /*font-size: 1.2rem;*/
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    text-transform: none;
    color: var(--color-menu);
}

#footer-nav-list .main-nav-item a:hover {
    color: var(--color-link-hover);
}

@media only screen and (max-width: 1080px) {
  
    footer .website-link-wrapper {
        display: flex;
    }

    footer .social-wrapper {
        display: flex;
    }
}
@media only screen and (max-width: 1080px) {
    #footer-nav-list {
        flex-direction: column;
    }
}

/*--------------------------------------------------------------
General Media Queries
--------------------------------------------------------------*/


@media screen and (min-width: 960px) {

}


