/*!
Theme Name: juancarmona
Theme URI:
Author: SeriousWeb
Author URI: http://seriousweb.fr/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: juancarmona
Domain Path: /languages
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

juancarmona is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */


.page-id-948 .entry-title {
	display: none;
}

.fondation-logo {
	margin-bottom: 50px;
	margin-top: -30px !important;
}

.fondation-bloc h2 {
	font-size: 25px !important;
}

.post-948 .mecenats-bloc svg {
	display: none;
}

.page-id-948 .mecenats-bloc {
	border-top: 1px solid #800A08;
	border-bottom: 1px solid #800A08;
}

.page-id-948 .mecenats-bloc {
	margin: 50px auto !important;
	padding: 40px 15px;
	max-width: 1000px;
}

.page-id-948 .wp-block-group p{
	text-align: justify;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
	text-transform: initial;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #F5F5F5;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

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

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a, div, button{
	-webkit-tap-highlight-color: transparent;
	/*-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;*/
}

a:focus,
div:focus,
button:focus{
	outline: none !important;
}


a {
	color: #000;
}

/*a:visited {
	color: #800080;
}*/

div:focus{
	outline: none !important;
}

a:hover,
a:focus,
a:active {
	color: #800A08;
	outline: none !important;
}

a:focus {
	/*outline: thin dotted;*/
}

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

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	/*border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;*/

	background: transparent;
	color: #800A08;
	line-height: 1;
	border-left: 3px solid #800A08;
	font-weight: 300;
	padding: 5px 10px;
	font-size: 14px !important;
	text-decoration: none;
	transition: ease-in 250ms;
	text-transform: uppercase;
	cursor: pointer;
	border-radius: 0;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	/*border-color: #ccc #bbb #aaa;*/
	background: #800A08;
	color: #fff;
}

/*button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}*/

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	/*display: none;*/
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
/*.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}*/

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

/*.post,
.page {
	margin: 0 0 1.5em;
}*/

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}






/* SOMMAIRE */
 /* FONTS */
 /* GENERAL */
 /* HEADER */
 /* HOMEPAGE */
 /* FOOTER */
 /* ANIMATIONS */



/* FONTS */

@font-face {
	font-family: 'BaiJamjuree';
	src: url('https://www.juancarmona.com/wp-content/themes/juancarmona/fonts/BaiJamjuree/BaiJamjuree-Regular.ttf') format('TrueType');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'BaiJamjuree';
	src: url('https://www.juancarmona.com/wp-content/themes/juancarmona/fonts/BaiJamjuree/BaiJamjuree-Light.ttf') format('TrueType');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Plaak';
	src: url('https://www.juancarmona.com/wp-content/themes/juancarmona/fonts/Plaak/Plaak-43BoldCondensed.otf') format('opentype');
	font-weight: bold;
	font-style: normal;
}

p,
span,
button,
a,
div{
	font-family: 'BaiJamjuree','Arial','sans-serif';
	font-size: 18px;
	color: #3C3837;
	font-weight: 300;
}

.site-footer p,
.site-footer span,
.site-footer button,
.site-footer a,
.site-footer div{
	font-size: 16px;
	line-height: 22px;
}

/* GENERAL */

#menu-item-445{
	display: none;
}

::-moz-selection { /* Code for Firefox */
	color: #fff !important;
	background: #800A08 !important;
}

::selection {
	color: #fff !important;
	background: #800A08 !important;
}

html{
	margin-top: 0 !important;
}

h1, h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{
	color: #141411;
	margin-top: 0;
	margin-bottom: 50px;
}

#wpadminbar{
	display: none;
}

.bloc-container {
	max-width: 1800px;
	padding: 0 100px;
	margin: 100px auto;
}

.bloc-image {
	margin: 100px 0;
}

.bloc-image.before-video{
	margin-bottom: 0;
}

.title-container{
	max-width: 1800px;
	padding: 0 100px;
	margin: 0 auto;
}

.small-bloc-container,
.single-spectacle .entry-content,
.page-id-905 .entry-content,
.page-id-883 .entry-content,
.page-id-918 .entry-content,
.page-id-927 .entry-content{
	max-width: 1200px;
	padding: 0 100px;
	margin: 0px auto 50px;
}

.small-bloc-container p{
	text-align: justify;
}

.small-bloc-container p.has-text-align-center{
	text-align: center;
}

.small-bloc-container .has-text-align-right{
	text-align: right;
}

.small-bloc-container .has-text-align-left{
	text-align: left;
}

.small-bloc-container.introduction-text{
	margin: 0 auto 0;
}

.small-bloc-container h2,
.small-bloc-container .h2{
	font-size: 18px;
	font-weight: 400;
	line-height: 1;
	margin-bottom: 0;
}

.small-bloc-container .important-title{
	margin: 50px 0 25px;
	font-size: 30px;
	font-weight: 300;
	line-height: 1
}

.small-bloc-container .center-text{
	text-align: center !important;
}

.small-bloc-container .wp-block-columns{
	margin-bottom: 0;
}

.small-bloc-container .wp-block-column > p:first-child{
	margin-top: 0;
}

/*.background-container{
	position: relative;
}

.background-container .background-image {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: -1;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0;
}


.background-container .background-image img {
	min-width: 100%;
	min-height: 100%;
	max-width: unset;
	object-fit: contain;
}

.background-container .wp-block-columns{
	margin-bottom: 0;
}

.background-container p{
	color: #fff;
}

.background-container a{
	color: #fff;
}*/

.fullwidth-image{
	position: relative;
	max-height: calc(100vh - 100px);
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}

.fullwidth-image img {
	min-width: 100%;
	min-height: 100%;
	max-width: unset;
	object-fit: contain;
}

h2,
.h2 {
	font-size: 30px;
	/*font-weight: 400;*/
	font-weight: 300;
	line-height: 1;
}

.home h2,
.home .h2{
	font-size: 48px;
	/*font-weight: 500;*/
	font-weight: 300;
}

h3,
.h3{
	font-size: 24px;
	font-weight: 300;
	line-height: 1;
	margin-bottom: 15px;
}

.space-left {
	margin-left: 50px;
}

.buttons {
	margin-top: 15px;
	display: flex;
	flex-wrap: wrap;
}

.buttons-right {
	margin-top: 15px;
	display: flex;
	flex-wrap: wrap;
	justify-content: end;
}

.button i{
	padding: 0 5px;
}

.buttons .button:first-child{
	margin-right: 15px;
}

/*.button-light a {
	margin-top: 10px;
	background: transparent;
	color: #800A08;
	line-height: 1;
	border-left: 3px solid #800A08;
	/*font-weight: bold;*//*
	font-weight: 300;
	padding: 5px 10px;
	font-size: 14px !important;
	transition: ease-in 250ms;
}

.button-light a::after{
	content: "\f061";
	font-weight: 900;
	font-family: "Font Awesome 6 Free";
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: var(--fa-display, inline-block);
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	text-rendering: auto;
	padding-left: 5px;
}

.button-light a:hover{
	color: #fff;
	background: #800A08;
}

.background-container .button-light a{
	color: #fff;
	border-left: 3px solid #fff;
}

.background-container .button-light a::after{
	content: "\f061";
	font-weight: 900;
	font-family: "Font Awesome 6 Free";
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: var(--fa-display, inline-block);
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	text-rendering: auto;
	padding-left: 5px;
}

.background-container .button-light a:hover{
	color: #fff;
	background: #800A08;
	border-left: 3px solid #800A08;
}*/

.link.see_more,
.wp-block-post-excerpt__more-text{
	margin-left: auto;
	width: fit-content;
	padding-bottom: 9px;
	margin-top: auto;
}

.link.see_more a,
.link.see_more span,
.link.see_more .button,
.button,
.wp-block-button__link,
.wp-block-post-excerpt__more-text a{
	background: transparent;
	color: #800A08;
	font-weight: 300;
	font-size: 18px !important;
	text-decoration: none;
	padding: 0 0 8px;
	position: relative;
	border: none;
	text-transform: unset;
	margin-left: auto;
}

.link.see_more a:after,
.link.see_more span:after,
.button:after,
.wp-block-button__link:after,
.wp-block-post-excerpt__more-text a:after{
	content: "";
	position: absolute;
	right: 0;
	bottom: 0px;
	width: 40px;
	height: 1px;
	background: #7F0A07;
	transition: ease-in 250ms;
}

.link.see_more a:hover:after,
.link.see_more span:hover:after,
.sw-block .sw-posts-list .sw-post > a:hover .link.see_more span:after,
.concert-col:has(a:hover) .link.see_more a:after,
.button:hover:after,
.wp-block-button__link:hover:after,
.wp-block-post-excerpt__more-text a:hover:after,
.sw-collaboration-col .sw-collaboration:hover .link.see_more .button:after,
.sw-discographie-col .sw-discographie:hover .buttons .button:after,
.sw-ecouter-voir-col .sw-ecouter-voir:hover .buttons .button:after,
.concert-col .concert:has(a:not(.billeterie):hover) .buttons .btn-see-more:after,
.sw-spectacle-col .sw-spectacle:has(a:hover) .see-more a:after,
.sw-actuality-col .sw-actuality:has(a:hover) .see-more a:after{
	width: 100%;
}

.line-button{
	margin: 0 auto!important;
}

.line-button a{
	background: transparent!important;
	color: #800A08!important;
	text-transform: none!important	;
	font-size: 20px !important;
	border: none!important;
	position: relative;
	padding: 5px 20px!important;
	margin-top: 30px!important;
	font-weight: 400!important;
}

.line-button a:before{
	content: "";
	position: absolute;
	left: -40px;
	top: 50%;
	width: 40px;
	height: 1px;
	transform: translateY(2px);
	background: #852221;
	transition: all 250ms;
}

.line-button a:after{
	content: "";
	position: absolute;
	right: -40px;
	top: 50%;
	width: 40px;
	height: 1px;
	transform: translateY(2px);
	background: #852221;
	transition: all 250ms;
}

.line-button a:hover:before{
	width: 60px;
	left: -60px;
}

.line-button a:hover:after{
	width: 60px;
	right: -60px;
}

.citation-bloc p{
	max-width: 1000px;
	text-align: center;
	margin: 1em auto 1.5em;
}

.wp-block-embed .wp-element-caption{
	font-style: italic;
}

.custom-col-33{
	width: 33.33%;
	padding: 0 25px;
	margin-bottom: 100px;
}

.custom-col-33 .custom-col-bloc{
	max-width: 350px;
	margin: 0 auto;
}

.custom-col-33 .custom-col-bloc svg{
	max-width: 250px;
	max-height: 125px;
}

.custom-col-33 .custom-col-bloc svg path{
	fill: #800A08;
}

.custom-col-33 .custom-col-bloc .wp-block-image {
	width: 350px;
	height: 350px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.custom-col-33 .custom-col-bloc a{
	text-decoration: none;
}

.custom-col-33 .custom-col-bloc h2,
.custom-col-33 .custom-col-bloc .h2{
	font-weight: 300;
	font-size: 22px;
	margin-bottom: 15px;
	line-height: 1.5;
}

.custom-col-33 .custom-col-bloc .button-light a{
	margin-top: 0;
}

.translation-bloc {
	position: fixed;
	top: 50%;
	left: 25px;
	display: flex;
}

.translation-bloc > div {
	padding: 2px 5px;
	border: 1px solid #800A08;
	color: #800A08;
	transition: all 250ms;
	font-size: 12px;
	cursor: pointer;
}

.translation-bloc > div:last-child{
	margin-left: -1px;
}

.translation-bloc .active {
	background: #800A08;
	color: #fff;
}

.translation-bloc div:hover {
	background: #800A08;
	color: #fff;
}

.english {
	display: none;
}

.french.hide {
	display: none;
}

.english.active {
	display: block;
}

@media(max-width: 1280px) {
	.space-left{
		margin-left: 50px;
	}
}

@media(max-width: 1100px) {
	.space-left{
		margin-left: 20px;
	}
}

@media(max-width: 992px) {
	.bloc-container{
		padding: 0 50px;
	}

	.title-container{
		padding: 0 50px;
	}

	.small-bloc-container,
	.single-spectacle .entry-content,
	.page-id-905 .entry-content,
	.page-id-883 .entry-content,
	.page-id-918 .entry-content,
	.page-id-927 .entry-content{
		padding: 0 50px;
	}

	.space-left{
		margin-left: 20px;
	}

	.row-mobile-full{
		flex-wrap: wrap !important;
	}

	.mobile-full{
		width: 100%;
		flex-basis: 100% !important;
	}

	.custom-col-33{
		width: 50%;
	}

	.translation-bloc {
		top: unset;
		bottom: 15px;
		background: #fff;
	}
}

@media(max-width: 767px) {
	.bloc-container {
		margin: 50px auto;
	}

	.bloc-image {
		margin: 50px 0;
	}

	.bloc-image.before-video{
		margin-bottom: 0;
	}

	/*.small-bloc-container{
		margin: 50px auto;
	}*/

	h2,
	.h2 {
		margin-bottom: 25px;
	}

	.custom-col-33{
		margin-bottom: 50px;
	}
}

@media(max-width: 576px){
	.bloc-container{
		padding: 0 25px;
	}

	.title-container {
		padding: 0 25px;
	}

	.small-bloc-container,
	.single-spectacle .entry-content,
	.page-id-905 .entry-content,
	.page-id-883 .entry-content,
	.page-id-918 .entry-content,
	.page-id-927 .entry-content{
		padding: 0 25px;
	}

	.custom-col-33{
		width: 100%;
	}
}


/* HEADER */

#masthead{
	z-index: 999;
	/*position: relative;*/
	position: fixed;
	top: 0;
	left: 0;
	right: 0;

	display: flex;
	justify-content: space-around;
	align-items: center;
	/*background: rgba(255, 255, 255, 0.5);*/
	/*background: rgba(42, 35, 31, 0.5);*/
	background: transparent;
	will-change: transform;
	backface-visibility: hidden;
	transform: translate3d(0,0,0);
	transition: none !important;
}

.site-branding {
	text-align: center;
	width: 260px;
	padding: 20px 0 15px;
}

.site-branding .text-logo{
	color: white;
	font-family: 'Plaak';
	font-size: 56px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
}

/*.site-branding a{
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
}

.site-branding svg{
	max-height: 70px;
}

.site-branding .logo-text {
	text-align: left;
}

.site-branding .logo-text .title {
	margin: 0;
	font-weight: 300;
	color: #fff;
	line-height: 1;
	font-size: 16px;
	text-transform: uppercase;
}*/

.logo-text .subtext {
	margin: 0;
	/*font-weight: 500;*/
	font-weight: 300;
	color: #fff;
	line-height: 1;
	font-size: 13px;
	text-transform: uppercase;
	margin-top: 5px;
}

/*.site-branding img {
	max-height: 100px;
	width: auto;
}*/

.header-left{
	width: calc(50% - 175px);
	display: flex;
	justify-content: space-around;
}

.header-left .burger-menu {
	display: none;
	justify-content: center;
	align-items: center;
}

@media(max-width: 992px){
	.header-left .burger-menu {
		display: flex;
		justify-content: center;
		align-items: center;
	}
}

.header-right{
	width: calc(50% - 175px);
	display: flex;
	justify-content: space-around;
}

.header-right .header-icon-concerts {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50px;
}

.header-right .header-icon-concerts a{
	color: #fff;
	width: 50px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
}

.header-icon-container {
	display: flex;
	width: 73px;
}

.header-icon-don {
	display: flex;
	justify-content: center;
	align-items: center;
}

.header-icon-don i {
	color: #fff;
	font-size: 23px;
	margin-top: 6px;
}

.main-navigation .menu-toggle {
	background: transparent;
	border: unset;
	cursor: pointer;
	color: #fff;
}

.header-menu {
	display: flex;
	justify-content: center;
	position: relative;
	width: 100%;
	padding: 0 20px;
	margin: 0;
	list-style: none;
}

.header-menu .menu-item {
	padding: 10px 16px;
	position: relative;
}

.header-menu .menu-item::before{
	content: "";
	width: calc(100% - 10px);
	position: absolute;
	height: 0;
	top: calc(50% - 24px);
	transform: translateY(-50%);
	left: 5px;
	border-left: 1px solid #fff;
	transition: all 500ms;
}

.header-menu .menu-item::after{
	content: "";
	width: calc(100% - 10px);
	position: absolute;
	height: 0;
	top: calc(50% + 24px);
	transform: translateY(-50%);
	left: 5px;
	border-right: 1px solid #fff;
	transition: all 500ms;
}

.header-menu #menu-item-2421:before,
.header-menu #menu-item-2421:after,
.header-menu #menu-item-2421 .sub-menu > .menu-item:before,
.header-menu #menu-item-2421 .sub-menu > .menu-item:after{
	display: none!important;
}

.header-menu .menu-item:hover::before,
.header-menu .menu-item:hover::after{
	height: 22px;
	top: calc(50%);
	pointer-events: none;
}

.header-menu .menu-item > a,
.header-menu .menu-item > div,
.header-menu .menu-item > span{
	font-family: 'Plaak','Arial','sans-serif';
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	font-weight: 300;
	display: flex;
	align-items: center;
	font-size: 1.6rem;
	padding-top: 5px;
}

.header-menu .menu-item > a:hover,
.header-menu .menu-item > div:hover,
.header-menu .menu-item > span:hover{
	color: #ddb655;
}

.header-menu .menu-item:has(.sub-menu:hover) > span{
	color: #ddb655;
}

.header-menu .menu-item .sub-menu > li > span{
	color: #ddb655;
}



/*.header-menu .menu-item .sub-menu {
	position: absolute;
	left: 0;
	list-style: none;
	margin: 0;
	padding: 20px 0 0 0;
	width: max-content;
	transition: ease-in 250ms;
	display: none;
}

.header-menu .menu-item:hover .sub-menu{
	display: block;
}*/

.site-header{
	transition: all 500ms;
}

.site-header .header-menu>.menu-item>.sub-menu {
	position: fixed;
	top: 77px;
	padding-bottom: 77px;
	left: calc(-100% - 25px);
	height: calc(100vh - 77px);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: start;
	transition: all 1000ms;
	width: calc(100vw - 25px);
	box-shadow: unset;
}

.site-header .header-menu>.menu-item>.sub-menu.remove{
	left: calc(-100% - 25px)!important;
}

.site-header .header-menu>.menu-item:hover>.sub-menu, .main-menu .menu>.menu-item.focus>.sub-menu {
	left: 0;
	padding-left: 6%;
}

.site-header .header-menu .menu-item .sub-menu > li::marker{
	content: "";
}

.site-header .header-menu .menu-item .sub-menu > li:first-child::after,
.site-header .header-menu .menu-item .sub-menu > li:first-child::before{
	display: none;
}

.site-header .header-menu .menu-item .sub-menu > li:first-child span{
	font-size: 32px;
	font-weight: 700;
	line-height: 40px;
}

.site-header .header-menu .menu-item .sub-menu > li:first-child:hover span{
	cursor: unset;
}

#masthead.site-header.fixed{
	background: rgba(0, 0, 0, 0.6)!important;
	-webkit-backdrop-filter: blur(1rem)!important;
	backdrop-filter: blur(1rem)!important;
}

#masthead.site-header.menu-hover.fixed:has(.menu-item-has-children:hover){
	padding-bottom: calc(100vh - 96px)!important;
}

#masthead.site-header.menu-hover:has(.menu-item-has-children:hover){
	padding-bottom: calc(100vh - 96px);
	background: rgba(0, 0, 0, 0.6);
	-webkit-backdrop-filter: blur(1rem);
	backdrop-filter: blur(1rem);
}

.close-submenu{
	position: absolute;
	color: white;
	left: calc(6% + 20px);
	bottom: 77px;
	font-size: 24px !important;
	line-height: 24px;
	border: 2px solid white;
	border-radius: 100%;
	width: 40px;
	height: 40px;
	display: flex !important;
	align-items: center !important;
	justify-content: center;
	padding: 0 !important;
	font-family: 'BaiJamjuree', 'Arial', 'sans-serif' !important;
}

.close-submenu:hover{
	cursor: pointer;
}

.main-navigation.toggled .buger-menu-bloc{
	left: 0;
}

.main-navigation.toggled .buger-menu-bloc .background-bloc{
	display: block;
}

.buger-menu-bloc {
	position: fixed;
	top: 0;
	left: -100vw;
	width: 100vw;
	height: 100vh;
	height: 100dvh;
	display: flex;
	z-index: 999;
	transition: ease-in 500ms;
}

.buger-menu-bloc .background-bloc{
	position: fixed;
	top: 0;
	left: 0vw;
	width: 100vw;
	height: 100vh;
	height: 100dvh;
	background: rgba(0, 0, 0, 0.5);
	z-index: -1;
	display: none;
}

.buger-menu-bloc .content-bloc{
	display: flex;
	left: -100vw;
	transition: ease-in 500ms;
}

/*.buger-menu-bloc .buger-menu-col {
	width: 33%;
	padding: 100px 25px 25px;
}*/

.buger-menu-bloc .left-bloc{
	width: 400px;
	padding: 100px 25px 25px;
	background: #fff;
	display: flex;
	flex-direction: column;
	z-index: 3;
}

.buger-menu-bloc .left-bloc .close {
	padding: 25px;
	cursor: pointer;
	width: fit-content;
	position: absolute;
	/*top: 0;
	left: 0;*/
	top: 0;
	left: 0;
}

.buger-menu-bloc .left-bloc .close i{
	margin-right: 5px;
}

.buger-menu-bloc .left-bloc .menu-burger-menu-container,
.buger-menu-bloc .left-bloc .menu-burger-menu-en-container,
.buger-menu-bloc .left-bloc .menu-burger-menu-es-container{
	position: relative;
}

.buger-menu-bloc .left-bloc .menu-burger-menu-container .menu-item,
.buger-menu-bloc .left-bloc .menu-burger-menu-en-container .menu-item,
.buger-menu-bloc .left-bloc .menu-burger-menu-es-container .menu-item{
	position: unset;
	/*width: fit-content;*/
}

.buger-menu-bloc .left-bloc .menu-burger-menu-container .menu-item a,
.buger-menu-bloc .left-bloc .menu-burger-menu-en-container .menu-item a,
.buger-menu-bloc .left-bloc .menu-burger-menu-es-container .menu-item a{
	/*font-size: 46px;*/
	text-transform: uppercase;
	color: #000;
	/*line-height: 90px;*/
	position: relative;
	font-weight: 300;
	cursor: pointer;
	font-size: 28px;
	line-height: 48px;
}

.buger-menu-bloc .left-bloc .menu-burger-menu-container .menu-item a:hover,
.buger-menu-bloc .left-bloc .menu-burger-menu-en-container .menu-item a:hover,
.buger-menu-bloc .left-bloc .menu-burger-menu-en-container .menu-item a:hover,
.buger-menu-bloc .left-bloc .menu-burger-menu-container .menu-item.menu-item-has-children.focus a,
.buger-menu-bloc .left-bloc .menu-burger-menu-en-container .menu-item.menu-item-has-children.focus a,
.buger-menu-bloc .left-bloc .menu-burger-menu-es-container .menu-item.menu-item-has-children.focus a{
	color: #800A08;
}

.buger-menu-bloc .left-bloc .menu-burger-secondary-menu-container {
	margin-top: 100px;
	margin-bottom: 25px;
}

.buger-menu-bloc .left-bloc .menu-burger-secondary-menu-container .menu-item a {
	text-transform: uppercase;
	color: #000;
	/*font-weight: bold;*/
	font-size: 18px;
	font-weight: 300 !important;
}

.buger-menu-bloc .left-bloc .menu-burger-secondary-menu-container .menu-item a:hover {
	color: #800A08;
}

.buger-menu-bloc .left-bloc .social-bloc {
	display: flex;
	justify-content: space-between;
	align-items: end;
	position: relative;
	bottom: 0;
	height: 100%;
}

.buger-menu-bloc .left-bloc .social-bloc .title{
	text-transform: uppercase;
	/*font-weight: bold;*/
	font-weight: 300;
	font-size: 16px;
}

.buger-menu-bloc .left-bloc .social-bloc .music .title{
	text-align: end;
}

.buger-menu-bloc .left-bloc .social-bloc .icons {
	display: flex;
}

.buger-menu-bloc .left-bloc .social-bloc .music .icons {
	justify-content: end;
}

.buger-menu-bloc .left-bloc .social-bloc .icons a{
	border-radius: 50%;
	background: #800A08;
	width: 25px;
	height: 25px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 5px;
	color: #fff;
	padding: 5px;
}

.buger-menu-bloc .left-bloc .social-bloc .icons a:first-child{
	margin-left: 0;
}

.buger-menu-bloc .left-bloc .social-bloc .icons a:last-child{
	margin-right: 0;
}

.buger-menu-bloc .left-bloc .social-bloc .icons a svg{
	width: 15px;
	height: 15px;
}

.buger-menu-bloc .right-bloc {
	width: 400px;
	padding: 100px 25px 25px 50px;
	background: #fff;
	margin: 25px;
	margin-left: -425px;
	transition: ease-in 500ms;
	z-index: -1;
}

.buger-menu-bloc .right-bloc.buger-menu-col.focus {
	margin-left: -25px;
	border-left: 1px solid #000;
	z-index: 1;
}

.buger-menu-bloc .right-bloc .menu-item {
	list-style: none;
	margin-left: 25px;
}

.buger-menu-bloc .right-bloc .menu-item a{
	text-transform: uppercase;
	color: #000;
	position: relative;
	/*font-weight: 500;*/
	cursor: pointer;
	font-size: 20px;
	line-height: 26px;
	margin-bottom: 15px;
}

.buger-menu-bloc .right-bloc .menu-item a:hover{
	color: #800A08;
}

/*.buger-menu-bloc .center-bloc {
	background: #800A08;
	z-index: 2;
}*/

.main-navigation.toggled #menu-burger-menu > .menu-item.focus ul.sub-menu,
.main-navigation.toggled #menu-burger-menu-en > .menu-item.focus ul.sub-menu,
.main-navigation.toggled #menu-burger-menu-es > .menu-item.focus ul.sub-menu{
	/*left: calc(98.5% + 50px);*/
	opacity: 1;
	z-index: 1;
}

.main-navigation.toggled #menu-burger-menu > .menu-item > a::before,
.main-navigation.toggled #menu-burger-menu-en > .menu-item > a::before,
.main-navigation.toggled #menu-burger-menu-es > .menu-item > a::before{
	content: "";
	position: absolute;
	right: -25px;
	top: 50%;
	width: 0;
	height: 2px;
	background: #800A08;
	transition: ease-in 500ms;
	z-index: 2;
}

.main-navigation.toggled #menu-burger-menu > .menu-item.menu-item-has-children.focus > a::before,
.main-navigation.toggled #menu-burger-menu-en > .menu-item.menu-item-has-children.focus > a::before,
.main-navigation.toggled #menu-burger-menu-es > .menu-item.menu-item-has-children.focus > a::before{
	width: 35px;
}

.main-navigation.toggled #menu-burger-menu > .menu-item > a::after,
.main-navigation.toggled #menu-burger-menu-en > .menu-item > a::after,
.main-navigation.toggled #menu-burger-menu-es > .menu-item > a::after{
	content: "";
	position: absolute;
	left: calc(100% + 25px);
	top: 50%;
	width: 0;
	height: 2px;
	background: #000;
	transition: ease-in 500ms;
	z-index: 2;
}

.main-navigation.toggled #menu-burger-menu > .menu-item.menu-item-has-children.focus > a::after,
.main-navigation.toggled #menu-burger-menu-en > .menu-item.menu-item-has-children.focus > a::after,
.main-navigation.toggled #menu-burger-menu-es > .menu-item.menu-item-has-children.focus > a::after{
	width: 35px;
}

.main-navigation.toggled #menu-burger-menu li ul.sub-menu,
.main-navigation.toggled #menu-burger-menu-en li ul.sub-menu,
.main-navigation.toggled #menu-burger-menu-es li ul.sub-menu{
    box-shadow: unset;
}

.main-navigation.toggled #menu-burger-menu li ul.sub-menu a,
.main-navigation.toggled #menu-burger-menu-en li ul.sub-menu a,
.main-navigation.toggled #menu-burger-menu-es li ul.sub-menu a{
	/*font-size: 32px;*/
	/*color: #fff;*/
	width: fit-content;
	/*line-height: 74px;*/
	position: relative;
	/*font-weight: 500;*/
	font-size: 28px;
	line-height: 48px;
	color: #000;
}

.main-navigation.toggled #menu-burger-menu li ul.sub-menu a::after,
.main-navigation.toggled #menu-burger-menu-en li ul.sub-menu a::after,
.main-navigation.toggled #menu-burger-menu-es li ul.sub-menu a::after{
	content: '';
	position: absolute;
	height: 2px;
	width: 0px;
	bottom: 10px;
	left: 0;
	/*background: #fff;*/
	transition: ease-in 250ms;
	background: #000;
}

.main-navigation.toggled #menu-burger-menu li ul.sub-menu a:hover::after,
.main-navigation.toggled #menu-burger-menu-en li ul.sub-menu a:hover::after,
.main-navigation.toggled #menu-burger-menu-es li ul.sub-menu a:hover::after{
	width: 100%;
}

#menu-burger-menu > .menu-item:has(.sub-menu){
	position: relative;
}

#menu-burger-menu > .menu-item:has(.sub-menu):after{
	content: "+";
	font-size: 30px;
	position: absolute;
	right: 0;
	top: calc(50% - 2px);
	text-align: center;
	transform: translateY(-50%);
}

#menu-burger-menu > .menu-item.focus:has(.sub-menu):after{
	content: "-";
	color: #800A08;
}

#masthead .pll-parent-menu-item > span{
	opacity: 0;
}

#masthead .pll-parent-menu-item .sub-menu{
	position: absolute;
	top: 15px;
	left: 20px;
	height: fit-content;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: row;
	width: fit-content;
}

#masthead .pll-parent-menu-item .sub-menu .lang-item{
	padding: 0;
	width: 100%;
	display: flex;
	justify-content: center;
	border: 1px solid white;
}

#masthead .pll-parent-menu-item .sub-menu .lang-item > a{
	font-size: 12px;
	line-height: 12px;
	width: 100%;
	padding: 4px 8px;
	justify-content: center;
	font-family: 'Arial','sans-serif';
}

#masthead .pll-parent-menu-item .sub-menu .lang-item.current-lang > a{
	background: white;
	color: black;
}

/*.buger-menu-bloc .right-bloc {
	background: #553300;
}

.buger-menu-bloc .right-bloc .last-post {
	padding: 0 50px;
}

.buger-menu-bloc .right-bloc .last-post .title{
	color: #fff;
	font-size: 18px;
	font-style: italic;
	margin: 10px 0;
}

.buger-menu-bloc .right-bloc .last-post a{
	color: #fff;
	border-left: 2px solid #fff;
	padding-left: 10px;
	text-transform: uppercase;
}

.buger-menu-bloc .right-bloc .last-post a i{
	margin-left: 5px;
	transition: ease-in 250ms;
}

.buger-menu-bloc .right-bloc .last-post a:hover i{
	margin-left: 10px;
}*/

@media(min-width: 767px){
	.main-navigation.toggled #menu-burger-menu li ul.sub-menu,
	.main-navigation.toggled #menu-burger-menu-en li ul.sub-menu,
	.main-navigation.toggled #menu-burger-menu-es li ul.sub-menu{
		display: none;
	}

	.buger-menu-bloc .left-bloc{
		margin: 25px;
	}

	.buger-menu-bloc .left-bloc .close{
		top: 25px;
		left: 25px;
	}
}

@media(max-width: 1400px) {
	.header-menu .menu-item{
		padding: 10px 12px;
	}
	.header-menu .menu-item > a, .header-menu .menu-item > div, .header-menu .menu-item > span {
		font-size: 1.5rem;
	}
}

@media(max-width: 1250px){

	/*.site-branding svg {
		max-height: 50px;
		max-width: 65px;
	}

	.site-branding .logo-text .title{
		font-size: 13px;
	}*/

	.logo-text .subtext{
		font-size: 10px;
	}

	.header-left,
	.header-right{
		width: calc(50% - 125px);
	}
}

@media(max-width: 1295px){
	.header-menu .menu-item > a,
	.header-menu .menu-item > div,
	.header-menu .menu-item > span{
		font-size: 1.38rem;
	}
	.site-branding{
		width: 240px;
	}
	.site-branding .text-logo {
		font-size: 50px;
	}
}

@media(max-width: 1140px){
	.header-menu .menu-item{
		padding: 10px 8px;
	}

	.header-menu{
		padding: 0 15px;
	}

	.header-menu::before,
	.header-menu::after{
		width: 25px;
	}

	.header-menu .menu-item > a,
	.header-menu .menu-item > div,
	.header-menu .menu-item > span{
		font-size: 1.23rem;
	}
	.site-branding {
		width: 220px;
	}
	.site-branding .text-logo {
		font-size: 46px;
	}
}

@media(max-width: 992px){
	#masthead{
		justify-content: space-between;
	}

	.header-left,
	.header-right{
		width: 75px;
	}

	.left-menu,
	.right-menu{
		display: none;
	}

	/*.buger-menu-bloc .buger-menu-col{
		width: 50%;
	}

	.buger-menu-bloc .buger-menu-col.right-bloc{
		display: none;
	}*/

	.buger-menu-bloc .left-bloc{
		width: 350px;
	}

	.buger-menu-bloc .right-bloc{
		width: 350px;
	}

	.buger-menu-bloc .right-bloc{
		margin-left: -375px;
	}

	.buger-menu-bloc .left-bloc .menu-burger-menu-container .menu-item a,
	.buger-menu-bloc .left-bloc .menu-burger-menu-en-container .menu-item a,
	.buger-menu-bloc .left-bloc .menu-burger-menu-es-container .menu-item a{
		font-size: 28px;
		line-height: 44px;
	}

	.buger-menu-bloc .right-bloc .menu-item a{
		font-size: 20px;
		line-height: 24px;
	}

	.buger-menu-bloc {
		overflow-y: auto;
		background: #fff;
	}
}

@media(max-width: 767px){
	.buger-menu-bloc .buger-menu-col{
		width: 100%;
	}

	/*.buger-menu-bloc .buger-menu-col.center-bloc{
		display: none;
	}*/

	.main-navigation.toggled #menu-burger-menu > .menu-item.focus ul.sub-menu,
	.main-navigation.toggled #menu-burger-menu-en > .menu-item.focus ul.sub-menu,
	.main-navigation.toggled #menu-burger-menu-es > .menu-item.focus ul.sub-menu{
		/*left: 0;*/
		/*height: 100%;*/
	}

	.main-navigation.toggled #menu-burger-menu li ul.sub-menu,
	.main-navigation.toggled #menu-burger-menu-en li ul.sub-menu,
	.main-navigation.toggled #menu-burger-menu-es li ul.sub-menu{
		position: relative;
		/*height: 0;*/
		overflow: hidden;
		padding-left: 25px;
		transition: ease-in 250ms;
		width: 100%;
		left: 0;
	}

	.main-navigation.toggled #menu-burger-menu li ul.sub-menu a,
	.main-navigation.toggled #menu-burger-menu-en li ul.sub-menu a,
	.main-navigation.toggled #menu-burger-menu-es li ul.sub-menu a{
		margin-bottom: 10px;
		color: #000;
		/*font-weight: bold;*/
		font-size: 18px;
		line-height: 22px;
	}

	.main-navigation.toggled #menu-burger-menu > .menu-item.menu-item-has-children > a::before,
	.main-navigation.toggled #menu-burger-menu-en > .menu-item.menu-item-has-children > a::before,
	.main-navigation.toggled #menu-burger-menu-es > .menu-item.menu-item-has-children > a::before{
		content: unset;
	}

	.main-navigation.toggled #menu-burger-menu > .menu-item.menu-item-has-children > a::after,
	.main-navigation.toggled #menu-burger-menu-en > .menu-item.menu-item-has-children > a::after,
	.main-navigation.toggled #menu-burger-menu-es > .menu-item.menu-item-has-children > a::after{
		content: unset;
	}

	/*.buger-menu-bloc .left-bloc .menu-burger-menu-container .menu-item a,
	.buger-menu-bloc .left-bloc .menu-burger-menu-en-container .menu-item a,
	.buger-menu-bloc .left-bloc .menu-burger-menu-es-container .menu-item a{
		font-size: 38px;
		line-height: 56px;
	}*/

	.buger-menu-bloc .left-bloc .menu-burger-secondary-menu-container{
		margin-top: 50px;
	}

	.buger-menu-bloc .buger-menu-col{
		padding: 50px 25px 25px;
	}

	.buger-menu-bloc .left-bloc .close{
		padding: 15px;
	}

	.main-navigation.toggled .buger-menu-bloc .background-bloc{
		display: none;
	}

	.buger-menu-bloc .right-bloc{
		display: none;
	}

	.buger-menu-bloc .left-bloc .menu-burger-menu-container .menu-item,
	.buger-menu-bloc .left-bloc .menu-burger-menu-en-container .menu-item,
	.buger-menu-bloc .left-bloc .menu-burger-menu-es-container .menu-item{
		width: 100%;
	}

	.buger-menu-bloc .content-bloc{
		width: 100%;
	}

	/*.site-branding svg{
		max-height: 35px;
		max-width: 45px;
	}

	.site-branding .logo-text .title{
		font-size: 11px;
	}*/

	.logo-text .subtext {
		font-size: 10px;
	}

	.site-branding{
		padding: 10px 0;
	}

	.site-branding .text-logo{
		font-size: 40px;
	}

	.main-navigation.toggled #menu-burger-menu li ul.sub-menu a::after,
	.main-navigation.toggled #menu-burger-menu-en li ul.sub-menu a::after,
	.main-navigation.toggled #menu-burger-menu-es li ul.sub-menu a::after{
		content: none;
	}
}

@media(max-width: 591px){
	.main-navigation.toggled #menu-burger-menu > .menu-item.focus ul.sub-menu,
	.main-navigation.toggled #menu-burger-menu-en > .menu-item.focus ul.sub-menu,
	.main-navigation.toggled #menu-burger-menu-es > .menu-item.focus ul.sub-menu{
		margin-top: 4px;
	}
}

@media(max-width: 567px){
	.site-branding a{
		justify-content: left;
	}
}

.header-page {
	position: absolute;
	top: 0;
	left: 0;
	height: 700px;
	max-height: 100vh;
	max-height: 100dvh;
	width: 100vw;
	max-width:100%;
	overflow: hidden;
	margin: 0;
	z-index: 1;
}

.home .header-page{
	height: 100vh !important;
	height: 100dvh !important;
}

.home .header-page::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100vh;
	height: 100dvh;
	width: 100vw;
	max-width: 100%;
	overflow: hidden;
	margin: 0;
	background: rgba(0, 0, 0, 0.3);
}

.header-page .header-image{
	position: relative;
	height: 100%;
	width: 100%;
	z-index: -1;
}

.header-page .header-image .image {
	min-width: 100vw;
	height: 700px;
	max-height: 100vh;
	max-height: 100dvh;
	object-fit: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
}

.home .header-page .header-image .image{
	min-height: 100%;
}

.header-page .header-image .video{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.header-page .header-image .video video{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.header-social {
	position: absolute;
	top: 0;
	left: 0;
	width: 100vw;
	max-width: 100%;
	height: 700px;
	max-height: 100vh;
	max-height: 100dvh;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.home .header-social{
	height: 100vh !important;
	height: 100dvh !important;
}

.header-social .header-social-col {
	padding: 0 50px;
	color: #fff;
	align-items: center;
	/*margin-top: 0;*/
	margin-left: auto;
	margin-top: auto;
	margin-bottom: 50px;
}

/*.home .header-social .header-social-col{
	margin-top: auto;
	margin-bottom: 50px;
}*/

/*.header-social .header-social-col .text {
	display: none;
}

.home .header-social .header-social-col .text{
	display: block;
	transform: rotate(-90deg);
	padding: 40px 0;
	text-transform: uppercase;
}*/

.header-social .header-social-col .medias{
	display: flex;
	/*flex-direction: column;*/
	flex-direction: row;
	align-items: center;
}

/*.home .header-social .header-social-col .medias{
	flex-direction: row;
}*/

.header-social .header-social-col .medias .media{
	flex-direction: row;
	/*margin-bottom: 20px;*/
	margin-bottom: 0;
}

/*.home .header-social .header-social-col .medias .media{
	margin-bottom: 0;
}*/

.header-social .header-social-col .medias .media a{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50px;
	height: 50px;
	transition: ease-in 250ms;
	padding: 5px;
	color: #fff;
	text-decoration: unset;
	font-size: 16px;
	margin: 5px;
}

/*.home .header-social .header-social-col .medias .media a{
	padding: 5px;
	color: #fff;
	text-decoration: unset;
	font-size: 16px;
	margin: 5px;
}*/

.header-social .header-social-col .medias .media a svg {
	max-height: 30px;
	max-width: 30px;
}

.header-social .header-social-col .medias #SVGRepo_iconCarrier{
	stroke: transparent;
}

/*.home */.header-social .header-social-col .medias .media a svg,
/*.home */.header-social .header-social-col .medias .media a svg #SVGRepo_iconCarrier path,
/*.home */.header-social .header-social-col .medias .media a svg #SVGRepo_iconCarrier #Dribbble-Light-Preview{
	transition: ease-in 250ms;
}

/*.home */.header-social .header-social-col .medias .media a:hover{
	background: white;
}

/*.home */.header-social .header-social-col .medias .media a:hover svg,
/*.home */.header-social .header-social-col .medias .media a:hover svg #SVGRepo_iconCarrier path,
/*.home */.header-social .header-social-col .medias .media a:hover svg #SVGRepo_iconCarrier #Dribbble-Light-Preview{
	fill: black;
}

.header-agenda{
	width: 100%;
	opacity: 0;
	animation: slideDown 2s ease-out forwards;
}

.header-actualities{
	opacity: 0;
	animation: slideDownActualities 2s ease-out forwards;
	position: absolute;
	left: 50px;
	width: fit-content;
}

.header-actualities > a{
	width: 180px;
}

@keyframes slideDown {
	0% {
		transform: translateY(-600%);
		opacity: 0;
	}

	15% {
		opacity: 0.6;
	}

	25% {
		opacity: 1;
	}

	100% {
		transform: translateY(0);
		opacity: 1;
	}
}

@keyframes slideDownActualities {
	0% {
		transform: translateY(calc(-600% + 60px));
		opacity: 0;
	}

	15% {
		opacity: 0.6;
	}

	25% {
		opacity: 1;
	}

	100% {
		transform: translateY(0);
		opacity: 1;
	}
}

.header-agenda > a,
.header-actualities > a{
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
	border: 1px solid #fff;
	text-decoration: unset;
	font-size: 24px;
	color: white;
	font-weight: bold;
	text-transform: uppercase;
	margin: 5px;
	font-family: 'Plaak', 'Arial', 'sans-serif';
	transition: ease-in 250ms;
}

.header-agenda > a:hover,
.header-actualities > a:hover{
	color: black;
	background: white;
}

@media(max-width: 551px){
	.header-actualities{
		position: static;
		width: 100%;
		animation: slideDown 2s ease-out forwards;
		margin-bottom: 10px;
	}
	.header-actualities > a{
		width: auto;
	}
	.header-agenda > a,
	.header-actualities > a{
		font-size: 18px;
		padding: 14px;
	}
	.header-social .header-social-col .medias .media a{
		width: 35px;
		height: 35px;
	}
}

.entry-header {
	margin-top: 800px;
}

.entry-header .entry-title{
	text-align: center;
	/*font-size: 64px;*/
	/*font-weight: 500;*/
	line-height: 1;

	font-weight: 300;
	font-size: 42px;
	text-transform: uppercase;
}

.entry-header .bloc-subtitle{
	text-align: center;
	margin-top: -40px;
	margin-bottom: 40px;
	font-size: 24px;
	padding: 0 25px;
}

.entry-header .entry-meta{
	text-align: center;
	margin-top: -50px;
	text-transform: uppercase;
}

.introduction-text{
	max-width: 1200px;
	margin: 0 auto 100px;
	padding: 0 100px;
	font-size: 16px;
}

.main-text{
	font-size: 16px;
}

.wp-block-embed.is-type-video{
	display: flex;
	justify-content: center;
}

.wp-block-gallery{
	display: flex!important;
	flex-wrap: wrap!important;
}

/*.wp-block-gallery .wp-block-image{
	width: min-content!important;
}

.wp-block-gallery .wp-block-image img{
	object-fit: none!important;
	width: fit-content!important;
}*/

.wp-block-gallery{
	max-width: 1040px;
	margin: 0 auto 80px;
	gap: 20px!important;
	padding: 20px;
}

.page-id-905 .wp-block-gallery{
	margin: 0 auto 40px;
}

.wp-block-gallery .wp-block-image{
	width: calc(33% - 40px)!important;
}

.wp-block-gallery.columns-4 .wp-block-image{
	width: calc(25% - 40px)!important;
}

@media(max-width: 767px){
	.wp-block-gallery .wp-block-image{
		width: calc(50% - 40px)!important;
	}
	.wp-block-gallery.columns-4 .wp-block-image{
		width: calc(50% - 40px)!important;
	}
}

@media(max-width: 591px){
	.wp-block-gallery{
		gap: 10px!important;
		padding: 10px;
	}
	.wp-block-gallery .wp-block-image{
		width: calc(50% - 20px) !important;
	}
	.header-social .header-social-col{
		padding: 0 25px;
		margin-bottom: 25px;
	}
}

.gallery_with_download{
	margin-bottom: 20px!important;
}

.citations-presse {
	/*display: flex;
	align-items: center;
	margin-top: -300px;
	margin-bottom: 300px;
	z-index: 3;
	position: relative;*/
	/*-webkit-mask-image: linear-gradient(to right, transparent, black 25%, black 75%, transparent);
	mask-image: linear-gradient(to right, transparent, black 25%, black 75%, transparent);
	-webkit-mask-size: 100% 100%;
	mask-size: 100% 100%;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	overflow: hidden;*/
	/*justify-content: center;*/

	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50% -50%);
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 3;
}

.citations-presse .animation {
	/*animation: citations-presse 80s linear infinite;
	animation-play-state: running;*/
	display: flex;
	position: relative;
	transform: translate3d(0%,0,0);
	width: -moz-fit-content;
	width: fit-content;
}

.citations-presse .citation-presse {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 25px;
	width: 500px;
	/*height: 100px;*/
	/*position: relative;*/
	overflow: hidden;

	position: absolute;
	opacity: 0;
	transition: ease-in 2000ms;
	max-width: 100vw;
}

.citations-presse .citation-presse.show{
	opacity: 1;
	z-index: 2;
}

.citations-presse .citation-presse a{
	cursor: none;
}

.citations-presse .citation-presse.show a{
	cursor: pointer;
}

.citations-presse .citation-presse .logo {
	margin-right: 25px;
	width: 100px;
	height: 100px;
	filter: grayscale(1) invert(100%);
	display: flex;
	justify-content: center;
	align-items: center;
}

.citations-presse .citation-presse .logo img {
	object-fit: contain;
	max-width: 100%;
	max-height: 100%;
}

.citations-presse .citation-presse .text {
	display: none;
}

.home .citations-presse .citation-presse .text {
	color: #fff;
	/*height: 74px;*/
	width: 375px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: start;
	font-size: 16px;
	max-width: calc(100vw - 150px);
}

.home .citations-presse .citation-presse .text a{
	color: #fff;
	text-decoration: underline;
}

@media(max-width: 1200px){
	.home .header-page .header-image .image{
		background-position: 12% 50%!important;
	}
	.concert-exist .sw-paralax-image{
		background-position: 32% !important;
	}
}

@media(max-width: 992px) {
	@supports (-webkit-touch-callout: none) {
		.header-page .header-image .image {
			background-attachment: scroll;
		}
	}

	.introduction-text{
		padding: 0 50px
	}

	.header-page .header-image .image {
		height: 400px;
	}

	.entry-header {
		margin-top: 500px;
	}

	.header-page {
		height: 400px;
	}

	.header-social {
		height: 400px;
	}

	.page-id-505 .site-main .sw-block .sw-paralax-image{
		background-position: top right 30% !important;
	}
}

@media(max-width: 767px) {
	/*.header-social .header-social-col{
		display: none;
	}*/

	.introduction-text{
		margin: 0 auto 50px;
	}

	.entry-header {
		margin-top: 450px;
	}
}

@media(max-width: 576px) {
	.introduction-text{
		padding: 0 25px
	}
}

/*@media(max-height: 700px){
	.entry-header {
		margin-top: calc(100vh + 50px);
	}
}*/



/* HOMEPAGE */

.home .entry-header {
	height: 100vh;
	height: 100dvh;
	margin-top: 0;
	margin-bottom: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
}

/*.home .entry-header .entry-title {
	text-transform: uppercase;
	font-weight: 400;
	font-size: 64px;
	padding-bottom: 50px;
}

.home-header-subtitle {
	position: absolute;
	top: 0;
	left: 0;
	width: 100vw;
	max-width:100%;
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	text-transform: uppercase;
	margin-top: 64px;
	color: #fff;
	font-weight: 400;
	font-size: 32px;
}*/

/* home concerts */

/*.concerts-list-bloc {
	margin-top: -84px;
	z-index: 3;
	position: relative;
}*/

/*.concerts-list-bloc h2 {
	font-size: 32px;
	line-height: 1;
}*/

.concerts-list-bloc{
	margin-bottom: 50px;
}

.concerts-list-bloc .concerts-right-col .concerts-list {
	/*margin-top: -150px;*/
	overflow: hidden;
	margin-left: -30px;
}

.concerts-list-bloc .concerts-right-col .concerts-list .concert {
	width: 28.5% !important;
	padding: 0 40px;
}

.concerts-list-bloc .concerts-right-col .concerts-list .concert:nth-child(2n) {
	margin-top: 75px;
}

.concerts-list-bloc .concerts-right-col .concerts-list .concert:last-child {
	margin-right: -50%;
}

.concerts-list-bloc .concerts-right-col .concerts-list .concert .image-bloc{
	overflow: hidden;
}

.concerts-list-bloc .concerts-right-col .concerts-list .concert .image-bloc img{
	transition: all 250ms;
}

.concerts-list-bloc .concerts-right-col .concerts-list .concert .image-bloc:hover img {
	transform: scale(1.1);
}

.home .citation {
	font-size: 16px;
	/*font-weight: 100;*/
	position: relative;
	/*font-style: italic;*/
	text-align: center;
	margin: 0 50px;
}

.home .citation-author{
	/*font-weight: 500;*/
	font-weight: 300;
	font-size: 20px;
	text-align: center;
	margin-bottom: 0;
	margin-top: 15px;
}

@media(max-width: 767px) {
	/*.citations-presse{
		margin-top: -250px;
		margin-bottom: 250px;
	}*/

	/*.citations-presse .citation-presse{
		width: 250px;
		height: 200px;
	}*/

	.citations-presse .citation-presse .text{
		height: 148px;
	}

	/*.citations-presse .animation{
		animation: citations-presse 40s linear infinite;
	}*/
}



/* FOOTER */

.otgs-development-site-front-end{
	display: none;
}

.site-footer p,
.site-footer span,
.site-footer div{
	color: #fff;
}

.site-footer .footer-partenaires {
	padding: 10px 0 10px;
	background: #ebe0d4;
}

.site-footer .footer-partenaires .title {
	text-align: center;
	font-size: 26px;
	text-transform: uppercase;
	/*font-weight: 600;*/
	font-weight: 300;
	/*margin-bottom: 15px;*/
}

.site-footer .footer-partenaires .partenaires{
	display: flex;
}

.site-footer .footer-partenaires .partenaires .partenaire{
	width: 20%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 50px;
}

.site-footer .footer-partenaires .partenaires .partenaire svg{
	max-width: 150px;
	max-height: 80px;
}

.site-footer .main-footer-bloc {
	background: #1c1b18;
	padding: 25px 50px 50px;
}

.site-footer .main-footer-bloc .footer-logo {
	margin-bottom: 35px;
	text-align: center;
	padding: 0 25px;
}

.site-footer .main-footer-bloc .footer-logo .text-logo{
	color: white;
	font-family: 'Plaak';
	font-size: 56px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
}

/*.site-footer .main-footer-bloc .footer-logo img{
	height: 100%;
	width: auto;
	max-width: 350px;
	max-height: 200px;
	object-fit: contain;
}

.site-footer .main-footer-bloc .footer-logo svg{
	max-width: 100%;
	width: 350px;
}*/

.site-footer .main-footer-bloc .footer-row {
	display: flex;
	flex-wrap: wrap;
}

.site-footer .main-footer-bloc .footer-row .footer-col{
	width: 25%;
	padding: 0 50px;
}

.site-footer .main-footer-bloc .footer-row .footer-col:first-child {
	border-right: 1px solid #fff;
}

.site-footer .main-footer-bloc .footer-row .footer-col:last-child {
	border-left: 1px solid #fff;
}


.site-footer .main-footer-bloc .footer-row .footer-col .title,
.site-footer .main-footer-bloc .footer-row .footer-col .footer-menu > .menu-item > a{
	color: #fff;
	text-transform: uppercase;
	font-weight: 500;
	/*font-weight: 800;*/
	font-size: 18px;
	margin-bottom: 10px;
	text-decoration: none;
}

.site-footer .main-footer-bloc .footer-row .footer-col .content{
	color: #fff;
	margin-bottom: 25px;
	font-size: 16px;
}

.site-footer .main-footer-bloc .footer-row .footer-col .content a{
	color: #fff;
	text-decoration: none;
}

.site-footer .main-footer-bloc .footer-row .footer-col .content p{
	margin: 0 0 6px 0;
}

.site-footer .main-footer-bloc .footer-row .footer-col .social {
	color: #fff;
	margin-bottom: 25px;
	display: flex;
}

.site-footer .main-footer-bloc .footer-row .footer-col .social a{
	padding: 0 10px;
	color: #fff;
}

.site-footer .main-footer-bloc .footer-row .footer-col .social a:first-child{
	padding-left: 0;
}

.site-footer .main-footer-bloc .footer-row .footer-col .social svg{
	width: 25px;
	height: 25px;
}

.site-footer .main-footer-bloc .footer-row .footer-col .social svg #SVGRepo_iconCarrier{
	stroke: transparent;
}

.site-footer .main-footer-bloc .footer-row .footer-col .footer-menu {
	margin: 0;
	padding: 0;
	list-style: none;
}

.site-footer .main-footer-bloc .footer-row .footer-col .footer-menu .sub-menu{
	margin: 0;
	padding: 0;
	list-style: none;
	margin-top: 10px;
	margin-bottom: 25px;
}

.site-footer .main-footer-bloc .footer-row .footer-col .footer-menu .sub-menu .menu-item {
	margin-bottom: 0;
	min-height: unset;
}

.site-footer .main-footer-bloc .footer-row .footer-col .footer-menu .sub-menu .menu-item a{
	color: #fff;
	text-decoration: none;
	/*text-transform: uppercase;
	font-weight: bold;*/
}

.site-footer .main-footer-bloc .footer-row .footer-col .footer-menu-secondary{
	margin: 50px 0 0;
	padding: 0;
	list-style: none;
}

.site-footer .main-footer-bloc .footer-row .footer-col .menu-item{
	min-height: 60px;
}

.site-footer .newsletter .newsletter-text{
	margin-bottom: 20px!important;
}

.site-footer .newsletter .newsletter-sous-text{
	font-size: 0.9rem;
}

.site-footer .bottom-footer {
	background: #141411;
	text-align: center;
	padding: 18px;
	/* text-transform: uppercase; */
	color: #fff;
	font-size: 13px;
}

.site-footer .bottom-footer i{
	margin: 0 5px;
	font-size: 13px;
}

.site-footer .bottom-footer a{
	margin-left: 5px;
	/*font-weight: bold;*/
	font-weight: 300;
	color: #fff;
	text-decoration: none;
	font-size: 13px;
}

@media(max-width: 1400px) {
	.site-footer .main-footer-bloc .footer-row .footer-col{
		padding: 0 25px;
	}
}

@media(max-width: 1200px) {
	.site-footer .main-footer-bloc{
		padding: 50px 0;
	}

	.site-footer .footer-partenaires .partenaires .partenaire{
		padding: 0 25px;
	}
}

@media(max-width: 1140px) {
	.site-footer .main-footer-bloc .footer-row .footer-col{
		width: 50%;
	}

	.site-footer .main-footer-bloc .footer-row .footer-col.footer-col-infos{
		width: 100%;
		display: flex;
		flex-wrap: wrap;
	}

	.site-footer .main-footer-bloc .footer-row .footer-col.footer-col-infos > div{
		width: 50%;
	}

	.site-footer .main-footer-bloc .footer-row .footer-col.footer-col-newsletter{
		width: 100%;
	}

	.site-footer .main-footer-bloc .footer-row .footer-col {
		border-bottom: 1px solid #fff;
		margin-bottom: 25px;
		padding-bottom: 25px;
	}

	.site-footer .main-footer-bloc .footer-row .footer-col:first-child{
		border-right: none;
	}

	.site-footer .main-footer-bloc .footer-row .footer-col:last-child{
		border-left: none;
		border-bottom: unset;
		margin-bottom: 0;
		padding-bottom: 0;
	}
}

@media(max-width: 992px) {
	/*.site-footer{
		margin-top: 100px;
	}*/
}

@media(max-width: 767px) {
	.site-footer .main-footer-bloc .footer-row .footer-col{
		width: 100%;
	}

	.site-footer .main-footer-bloc .footer-row .footer-col.footer-col-infos > div{
		width: 100%;
	}

	.site-footer .main-footer-bloc .footer-row .footer-col.footer-left-menu{
		border-bottom: unset;
		margin-bottom: 0;
		padding-bottom: 0;
	}

	.site-footer .bottom-footer{
		padding: 25px;
	}

	.site-footer .footer-partenaires .partenaires .partenaire{
		padding: 0 10px;
	}

	.site-footer .main-footer-bloc .footer-logo {
		margin-bottom: 50px;
	}
}

@media(max-width: 576px) {
	/*.site-footer{
		margin-top: 50px;
	}*/
}

/* Newsletter */

.newsletter input {
	color: #999999;
	border: unset;
	border-radius: 0;
	width: 100%;
	padding: 10px;
	background: #474747;
	margin-bottom: 25px;
}

.newsletter input.sib-default-btn {
	background: transparent;
	border: 1px solid #ffffff;
	color: #fff;
	cursor: pointer;
}



/* ANIMATIONS */

@keyframes citations-presse {
	0% {
		transform: translate3d(0%,0,0)
	}

	to {
		transform: translate3d(-50%,0,0)
	}
}



/* LES MUSICIENS */

.bloc-musiciens{
	margin: 100px auto;
	max-width: 1200px;
	padding: 0 100px;
}

.musiciens{
	gap: 0;
	margin: 100px 0;
}

.musiciens .musiciens-col{
	width: 50%;
	display: flex;
	flex-direction: column;
	/*align-items: center;*/
	padding: 0 25px;
}

.musiciens .musiciens-col h2{
	margin-bottom: 5px;
	font-size: 18px;
	font-weight: 400;
	line-height: 1;
}

.musiciens .musiciens-col h2:not(:first-child) {
	margin-top: 30px;
}

.musiciens .musiciens-col p {
	margin: 0;
}

.musiciens .musiciens-col .wp-block-image {
	margin: 5px 0;
}

@media(max-width: 992px) {
	.bloc-musiciens{
		padding: 0 50px;
	}
}

@media(max-width: 767px) {
	.bloc-musiciens{
		margin: 50px auto;
	}
}

@media(max-width: 576px){
	.bloc-musiciens{
		padding: 0 25px;
	}
}



/* BLOC EQUIPE */

.bloc-equipe{
	margin: 100px auto;
	max-width: 1200px;
	padding: 0 100px;
}

.equipes{
	gap: 0;
	margin: 100px 0;
}

.equipes .equipe-col{
	width: 50%;
	display: flex;
	flex-direction: column;
	/*align-items: center;*/
	padding: 0 25px;
}

.equipes .equipe-col h2{
	margin-bottom: 5px;
	font-size: 18px;
	font-weight: 400;
	line-height: 1;
}

.equipes .equipe-col h2:not(:first-child) {
	margin-top: 30px;
}

.equipes .equipe-col .wp-block-image {
	margin: 5px 0;
}

.equipes .equipe-col .equipe{
	/*margin: 0;*/
}

.equipes .equipe-col .equipe:first-child{
	margin-top: 0;
}

.equipes .equipe-col .equipe:last-child{
	margin-bottom: 0;
}

@media(max-width: 992px) {
	.bloc-equipe{
		padding: 0 50px;
	}
}

@media(max-width: 767px) {
	.bloc-equipe{
		margin: 50px auto;
	}
}

@media(max-width: 576px){
	.bloc-equipe{
		padding: 0 25px;
	}
}


/* Liste ARTICLES */

.post-list{
	max-width: 1800px;
	padding: 0 75px;
	margin: 100px auto;
}

.post-list > ul{
	display: flex;
	flex-wrap: wrap;
}

.post-list > ul > li{
	width: 33.33%;
	padding: 0 25px;
	margin-bottom: 100px;
	display: flex;
	flex-direction: column;
}

.post-list > ul > li figure,
.post-list > ul > li div,
.post-list > ul > li h2{
	max-width: 350px;
	margin: 0 auto;
	width: 100%;
}

.post-list > ul > li .wp-block-post-excerpt{
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}

.post-list > ul > li .wp-block-post-excerpt .wp-block-post-excerpt__more-text .wp-block-post-excerpt__more-link{
	margin-top: 10px;
}

.post-list > ul > li .wp-block-post-date{
	text-transform: uppercase;
	font-weight: 300;
	font-size: 14px;
	padding-top: 15px;
}

.post-list > ul > li .wp-block-post-title{
	font-weight: 300;
	font-size: 22px;
	margin-bottom: 15px;
	line-height: 1.5;
}

@media(max-width: 992px){
	.post-list > ul > li{
		width: 50%;
	}
	.post-list{
		max-width: 1800px;
		padding: 0 25px;
		margin: 100px auto;
	}
	.post-list > ul > li .wp-block-post-title.post-title-limit a{
		display: -webkit-box;
		-webkit-line-clamp: 3;     /* nombre de lignes */
		-webkit-box-orient: vertical;
		overflow: hidden;
	}
}

@media(max-width: 767px){
	.post-list > ul > li{
		margin-bottom: 50px;
	}
}

@media(max-width: 576px){
	.post-list > ul > li{
		width: 100%;
	}
	.post-list > ul > li .wp-block-post-title.post-title-limit a{
		display: flex;
		overflow: unset;
	}
}

/* ARTICLES */

.single-post .entry-header .entry-title,
.single-post .entry-content{
	max-width: 1200px;
	margin: 100px auto;
}

.single-post .entry-content{
	padding: 0 100px;
}

.single-post .entry-header .entry-title:after{
	display: none;
}

.single-post .wp-block-image{
	display: flex;
	justify-content: center;
}

@media(max-width: 992px){
	.single-post .entry-content{
		padding: 0 50px;
	}
}

@media(max-width: 767px){
	.single-post .entry-content{
		margin: 50px auto;
	}
}

@media(max-width: 576px){
	.single-post .entry-content{
		padding: 0 25px;
	}
}



/* PAGE RESIDENCE AU GTP */

.residence-gtp-video iframe {
	height: 300px;
}



/* PAGE PARTENAIRES */

.logo-row {
	justify-content: center;
}

.logo-row .logo-col {
	max-width: 250px;
}

.logo-row .logo-col .wp-block-image {
	/*height: 80px;
	width: 200px;*/
	display: flex;
	margin: 0 auto 25px;
	position: relative;
	justify-content: center;
	align-items: center;
	height: 100px;
}

.logo-row .logo-col .wp-block-image img{
	display: block;
	object-fit: contain;
}

.h2.title,
.h2.title span,
.entry-header .entry-title{
	font-family: 'Plaak','Arial','sans-serif';
	color: #852221;
	margin-left: auto;
	margin-right: auto;
	width: fit-content;
	position: relative;
	padding-bottom: 16px;
	font-size: 48px;
	text-transform: capitalize;
}

.h2.title .space-left{
	margin-left: 60px;
}

.h2.second-title{
	font-family: 'BaiJamjuree', 'Arial', 'sans-serif';
	color: #852221;
	margin-left: auto;
	margin-right: auto;
	width: fit-content;
	position: relative;
	padding-bottom: 16px;
	font-size: 32px;
	text-transform: capitalize;
	margin-bottom: 40px;
}

.wp-block-image{
	display: flex;
	justify-content: center;
}

.wp-block-image.quote{
	margin-top: -10px;
	margin-bottom: 40px;
}

.h2.title:after,
.entry-header .entry-title:after{
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	width: 60px;
	height: 1px;
	background: #852221;
}

.h3.title{
	color: #852221;
	font-weight: 400;
	font-size: 22px;
	margin-bottom: 30px;
}

.container-transmit-bloc .wp-block-columns{
	display: flex;
	flex-wrap: wrap!important;
	gap: 50px 160px !important;
}

.container-transmit-bloc .transmit-bloc{
	width: 50%;
	min-width: calc(50% - 100px);
}

.container-transmit-bloc .transmit-bloc .h3.title{
	margin-bottom: 0;
}

@media(max-width: 1200px){
	.container-transmit-bloc .wp-block-columns{
		gap: 50px 80px !important;
	}
}

@media(max-width: 991px){
	.container-transmit-bloc .h3.title{
		min-height: 44px;
	}
}

@media(max-width: 781px){
	.container-transmit-bloc .transmit-bloc{
		width: calc(50% - 50px);
	}
	.container-transmit-bloc .wp-block-columns {
		gap: 50px 50px !important;
	}
	.container-transmit-bloc .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column{
		flex-basis: unset!important;
	}
}

@media(max-width: 591px){
	.container-transmit-bloc .transmit-bloc{
		width: 100%;
		margin-bottom: 50px;
	}
	.container-transmit-bloc .wp-block-columns {
		gap: 0!important;
	}
	.container-before-parallax-video.container-transmit-bloc{
		padding-bottom: 0;
	}
}

.row-desktop-full{
	gap: 0;
}

.row-desktop-full .wp-block-column{
	display: flex!important;
}

.row-desktop-full .citation-bloc{
	flex-direction: column!important;
	justify-content: center!important;
	padding: 20px!important;
	background: #ddd;
}

.row-desktop-full .wp-block-image{
	margin: 0;
}

.private-form-bloc-container{
	padding: 0 40px;
	margin-bottom: 80px;
	display: flex;
	justify-content: center;
	text-align: center;
}

.private-form-bloc-container .pswd-input{
	margin-bottom: 20px;
}

.private-form-bloc-container button{
	border: 1px solid;
}

.biographie-container{
	display: flex;
	align-items: center !important;
	justify-content: center;
}

.biographie-container .wp-block-column > p:last-child{
	margin-bottom: 0;
}

@media(max-width: 781px){
	.biographie-container{
		flex-direction: column-reverse;
	}
	.biographie-container:nth-child(odd) {
		flex-direction: column;
	}
}

.bloc-references p{
	font-size: 20px;
}

.bloc-references p strong{
	color: #852221;
}

.reference-bloc{
	display: flex;
	align-items: center !important;
	justify-content: center;
	margin-bottom: 80px!important;
}

.reference-bloc p{
	margin-bottom: 0;
}

@media(max-width: 781px){
	.reference-bloc:nth-child(4){
		flex-direction: column-reverse;
	}

	.reference-bloc:nth-child(4) > .wp-block-column{
		width: 100%;
	}
}

@media(max-width: 581px){
	.bloc-references p {
		font-size: 16px;
	}
}

.sw-buttons-list .wp-block-button{
	margin: 0 auto 10px;
}

.sw-buttons-list .wp-block-button .wp-block-button__link{
	background: #800A08;
	color: white;
	padding: 10px 20px;
}

.sw-buttons-list .wp-block-button .wp-block-button__link:hover{
	background: #680807;
}

.sw-buttons-list .wp-block-button .wp-block-button__link:after{
	display: none;
}

.year-text-container .year_text{
	gap: 20px!important;
}

.year-text-container .year_text .year{
	flex-basis: 50px!important;
}

.year-text-container .year_text .text{
	flex-basis: calc(100% - 50px)!important;
}

article.spectacle{
	margin-bottom: 80px;
}

/* Single Spectacle */
.single-spectacle h2{
	font-size: 28px;
}

.single-spectacle .entry-content > .wp-block-columns .wp-block-columns > .wp-block-column{
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.single-spectacle .entry-content > .wp-block-columns .wp-block-columns > .wp-block-column .wp-block-buttons{
	margin: 0 auto;
}

.single-spectacle p{
	margin-bottom: 1em;
}

.more-videos{
	padding: 20px;
	margin-bottom: 80px !important;
	margin-top: -100px !important;
}

.more-videos.line-button a{
	margin-top: 0 !important;
}

@media(max-width: 843px){
	.more-videos{
		padding: 20px;
		margin-bottom: 80px !important;
		margin-top: -40px !important;
	}
}

@media(max-width: 540px){
	.more-videos.line-button .wp-block-button{
		text-align: center;
	}
	.more-videos.line-button .wp-block-button .wp-element-button{
		width: 250px;
	}
}

.date-thumbnail{
	position: absolute;
	z-index: 10;
	top: -20px;
	right: -40px;
	/*padding: 14px 13px;*/
	padding: 14px 34px;
	background: white;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	box-shadow: 0 0.2em 0.8em rgb(0 0 0 / 12%);
}

.date-thumbnail > div{
	color: black;
}

.date-thumbnail .day-letter{
	text-transform: capitalize;
	margin-bottom: 10px;
	font-size: 16px;
}

.date-thumbnail .day-number{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 6px;
}

.date-thumbnail .month-year{
	text-transform: capitalize;
	margin-bottom: 10px;
	font-size: 17px;
	font-weight: bold;
}

.date-thumbnail .hour{
	font-size: 14px;
}

@media(max-width: 551px){
	.date-thumbnail{
		right: -20px;
	}
}

#axeptio_main_button{
	display: none;
}