@charset "UTF-8";
/*!
Theme Name: Les Créatives 2025
Theme URI: http://underscores.me/
Author: OnzeWeb
Author URI: http://onzeweb.ch
Description: Template Les Créatives 2025 by OnzeWeb
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: creatives
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.

Les Créatives 2025 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
# Components
	- Navigation
	- Posts and pages
	- Media
	- Captions
	- Galleries
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! 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 {
  -webkit-box-sizing: content-box;
          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;
  -webkit-text-decoration: underline dotted;
          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;
}

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 {
  -webkit-box-sizing: border-box;
          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] {
  -webkit-box-sizing: border-box;
          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 {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: inherit;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

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: #fff;
}

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

ul,
ol {
  margin: 0 0 1.5em 3em;
}

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 {
  color: inherit;
}
a:visited {
  color: inherit;
}
a:hover, a:focus, a:active {
  color: inherit;
}
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;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}
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%;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
          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;
}

/* 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: -ms-grid;
  display: grid;
  grid-gap: 1.5em;
}

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

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

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

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

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

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

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

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

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

.gallery-caption {
  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;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          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;
}

/* Onzeweb
--------------------------------------------- */
/* ------------------------------------------- */
/* ------------------------------------------- */
:root {
  font-size: 62.5%;
}

/* ------------------------------------------- */
/* ------------------------------------------- */
/* ------------------------------------------- */
/* ------------------------------------------- */
html {
  scroll-behavior: smooth;
}

body, .page {
  margin: 0;
}

#page {
  position: relative;
}

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

.wrapper {
  width: 90%;
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 781px) {
  .wrapper {
    width: 95%;
  }
}

@media screen and (max-width: 781px) {
  .no-mobile {
    display: none !important;
  }
}

@media screen and (min-width: 782px) {
  .no-desktop {
    display: none !important;
  }
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */ /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently
   supported by Chrome, Edge, Opera and Firefox */
}

/* ------------------------------------------- */
/* ------------------------------------------- */
@font-face {
  font-family: "NewEdge666";
  src: url("./sass/typos/font-new-edge-666/NewEdge666-UltraLight.woff2") format("woff2"), url("./sass/typos/font-new-edge-666/NewEdge666-UltraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "NewEdge666";
  src: url("./sass/typos/font-new-edge-666/NewEdge666-UltraLightSlanted.woff2") format("woff2"), url("./sass/typos/font-new-edge-666/NewEdge666-UltraLightSlanted.woff") format("woff");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "NewEdge666Rounded";
  src: url("./sass/typos/font-new-edge-666/NewEdge666-UltraLightRounded.woff2") format("woff2"), url("./sass/typos/font-new-edge-666/NewEdge666-UltraLightRounded.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "NewEdge666Rounded";
  src: url("./sass/typos/font-new-edge-666/NewEdge666-UltraLightRoundedSlanted.woff2") format("woff2"), url("./sass/typos/font-new-edge-666/NewEdge666-UltraLightRoundedSlanted.woff") format("woff");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "NewEdge666";
  src: url("./sass/typos/font-new-edge-666/NewEdge666-Light.woff2") format("woff2"), url("./sass/typos/font-new-edge-666/NewEdge666-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "NewEdge666";
  src: url("./sass/typos/font-new-edge-666/NewEdge666-LightSlanted.woff2") format("woff2"), url("./sass/typos/font-new-edge-666/NewEdge666-LightSlanted.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "NewEdge666Rounded";
  src: url("./sass/typos/font-new-edge-666/NewEdge666-LightRounded.woff2") format("woff2"), url("./sass/typos/font-new-edge-666/NewEdge666-LightRounded.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "NewEdge666Rounded";
  src: url("./sass/typos/font-new-edge-666/NewEdge666-LightRoundedSlanted.woff2") format("woff2"), url("./sass/typos/font-new-edge-666/NewEdge666-LightRoundedSlanted.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "NewEdge666";
  src: url("./sass/typos/font-new-edge-666/NewEdge666-Regular.woff2") format("woff2"), url("./sass/typos/font-new-edge-666/NewEdge666-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "NewEdge666";
  src: url("./sass/typos/font-new-edge-666/NewEdge666-RegularSlanted.woff2") format("woff2"), url("./sass/typos/font-new-edge-666/NewEdge666-RegularSlanted.woff") format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "NewEdge666Rounded";
  src: url("./sass/typos/font-new-edge-666/NewEdge666-RegularRounded.woff2") format("woff2"), url("./sass/typos/font-new-edge-666/NewEdge666-RegularRounded.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "NewEdge666Rounded";
  src: url("./sass/typos/font-new-edge-666/NewEdge666-RegularRoundedSlanted.woff2") format("woff2"), url("./sass/typos/font-new-edge-666/NewEdge666-RegularRoundedSlanted.woff") format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "NewEdge666";
  src: url("./sass/typos/font-new-edge-666/NewEdge666-SemiBold.woff2") format("woff2"), url("./sass/typos/font-new-edge-666/NewEdge666-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "NewEdge666";
  src: url("./sass/typos/font-new-edge-666/NewEdge666-SemiboldSlanted.woff2") format("woff2"), url("./sass/typos/font-new-edge-666/NewEdge666-SemiboldSlanted.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "NewEdge666Rounded";
  src: url("./sass/typos/font-new-edge-666/NewEdge666-SemiboldRounded.woff2") format("woff2"), url("./sass/typos/font-new-edge-666/NewEdge666-SemiboldRounded.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "NewEdge666Rounded";
  src: url("./sass/typos/font-new-edge-666/NewEdge666-SemiboldRoundedSlanted.woff2") format("woff2"), url("./sass/typos/font-new-edge-666/NewEdge666-SemiboldRoundedSlanted.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "NewEdge666";
  src: url("./sass/typos/font-new-edge-666/NewEdge666-UltraBold.woff2") format("woff2"), url("./sass/typos/font-new-edge-666/NewEdge666-UltraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "NewEdge666";
  src: url("./sass/typos/font-new-edge-666/NewEdge666-UltraBoldSlanted.woff2") format("woff2"), url("./sass/typos/font-new-edge-666/NewEdge666-UltraBoldSlanted.woff") format("woff");
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "NewEdge666Rounded";
  src: url("./sass/typos/font-new-edge-666/NewEdge666-UltraBoldRounded.woff2") format("woff2"), url("./sass/typos/font-new-edge-666/NewEdge666-UltraBoldRounded.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "NewEdge666Rounded";
  src: url("./sass/typos/font-new-edge-666/NewEdge666-UltraBoldRoundedSlanted.woff2") format("woff2"), url("./sass/typos/font-new-edge-666/NewEdge666-UltraBoldRoundedSlanted.woff") format("woff");
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

body {
  font-family: "NewEdge666", Helvetica, Arial, Sans-serif;
}

a {
  text-decoration: none;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
a:focus, a:focus-visible, a:active {
  outline: 0;
  outline-color: transparent;
}

.is-style-rounded {
  font-family: "NewEdge666Rounded", Helvetica, Arial, Sans-serif !important;
}

h1, .style-h1 {
  font-family: "NewEdge666Rounded", Helvetica, Arial, Sans-serif;
  font-size: clamp(5rem, 0.0588235294 * (100vmin + 100vmax) / 2, 6rem);
  font-weight: 700;
  margin-top: 0.5em;
  margin-bottom: 0.1em;
  line-height: 1.25;
}
.single-evenement h1.wp-block-post-title, .wp-admin.post-type-evenement h1.wp-block-post-title, .single-evenement .style-h1.wp-block-post-title, .wp-admin.post-type-evenement .style-h1.wp-block-post-title {
  font-size: clamp(2rem, 0.0294117647 * (100vmin + 100vmax) / 2, 3rem) !important;
  margin-top: 0;
}

h2, .style-h2 {
  font-size: clamp(3.2rem, 0.0392156863 * (100vmin + 100vmax) / 2, 4rem);
  font-family: "NewEdge666Rounded", Helvetica, Arial, Sans-serif;
  font-weight: 700;
  line-height: 1.25;
  margin-top: 0.3em;
  margin-bottom: 0.2em;
}

h3, .style-h3 {
  font-size: clamp(2.4rem, 0.0294117647 * (100vmin + 100vmax) / 2, 3rem);
  font-weight: 700;
  margin-top: 0.3em;
  margin-bottom: 0.2em;
  line-height: 1.25;
}

h4, .taxonomy-event-category, .style-h4 {
  font-size: clamp(1.8rem, 0.0196078431 * (100vmin + 100vmax) / 2, 2rem);
  font-weight: 700;
  margin-top: 0.5em;
  margin-bottom: 0.2em;
  line-height: 1.25;
}

h5, .style-h5 {
  font-size: clamp(1.8rem, 0.0196078431 * (100vmin + 100vmax) / 2, 2rem);
  margin-top: 0.3em;
  margin-bottom: 0.2em;
}

h6, .style-h6 {
  font-size: clamp(1.4rem, 0.0176470588 * (100vmin + 100vmax) / 2, 1.8rem);
  margin-top: 0.3em;
  margin-bottom: 0.2em;
}

p, .wp-block-list {
  font-size: clamp(1.8rem, 0.0196078431 * (100vmin + 100vmax) / 2, 2rem);
  margin-top: 0.5em;
  margin-bottom: 0.8em;
  line-height: 1.25;
}
p.has-small-font-size, .wp-block-list.has-small-font-size {
  font-size: max(1.2rem, clamp(1.8rem, 0.0196078431 * (100vmin + 100vmax) / 2, 2rem) * 0.8) !important;
}
p.has-medium-font-size, .wp-block-list.has-medium-font-size {
  font-size: calc(clamp(1.8rem, 0.0196078431 * (100vmin + 100vmax) / 2, 2rem) * 1) !important;
}
p.has-large-font-size, .wp-block-list.has-large-font-size {
  font-size: calc(clamp(1.8rem, 0.0196078431 * (100vmin + 100vmax) / 2, 2rem) * 1.5) !important;
}
p.has-x-large-font-size, .wp-block-list.has-x-large-font-size {
  font-size: clamp(5rem, 0.0980392157 * (100vmin + 100vmax) / 2, 10rem) !important;
  font-family: "NewEdge666Rounded", Helvetica, Arial, Sans-serif !important;
  font-weight: 600;
  line-height: 0.92;
}

#primary .entry-content p a {
  color: var(--current-page-color, #9825fb);
  text-decoration: underline;
  text-underline-offset: 0.1em;
  text-decoration-thickness: 0.2rem;
}

/* ------------------------------------------- */
/* ------------------------------------------- */
#masthead {
  position: fixed;
  top: 0;
  z-index: 1111;
  width: 100%;
}
#masthead.scrolled {
  -webkit-transition: top 0.2s ease-in-out;
  transition: top 0.2s ease-in-out;
}
#masthead.scrolled.menu-hide {
  top: -150px;
}
#masthead .cache {
  position: absolute;
  z-index: 1;
  background-color: #ffffff;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#masthead .cache .border-cache {
  width: 90%;
  height: 100%;
  margin: 0 auto;
  border-bottom: 1px solid var(--current-page-color, #9825fb);
}
@media screen and (max-width: 781px) {
  #masthead .cache .border-cache {
    width: 95%;
  }
}
#masthead .masthead-wrapper {
  width: 90%;
  margin: 0 auto;
  padding: 1rem 0 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: clamp(1.5rem, 0.0274509804 * (100vmin + 100vmax) / 2, 2.8rem);
}
@media screen and (max-width: 781px) {
  #masthead .masthead-wrapper {
    width: 95%;
  }
}
#masthead .masthead-wrapper > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(33.3333333333% - clamp(1.5rem, 0.0274509804 * (100vmin + 100vmax) / 2, 2.8rem) * 2 / 3);
          flex: 0 0 calc(33.3333333333% - clamp(1.5rem, 0.0274509804 * (100vmin + 100vmax) / 2, 2.8rem) * 2 / 3);
}
#masthead .site-branding {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: calc(clamp(1.5rem, 0.0274509804 * (100vmin + 100vmax) / 2, 2.8rem) / 2);
}
#masthead .site-branding .custom-logo-link {
  display: block;
  width: clamp(6rem, 0.3137254902 * (100vmin + 100vmax) / 2, 32rem);
}
@media screen and (max-width: 781px) {
  #masthead .site-branding .custom-logo-link {
    width: clamp(7rem, 0.1960784314 * (100vmin + 100vmax) / 2, 20rem);
  }
}
#masthead .site-branding .custom-logo-link .custom-logo {
  display: block;
}
#masthead .site-branding .header-logo-sub-title {
  margin: 0;
  line-height: 1;
  text-align: center;
  font-family: "NewEdge666Rounded", Helvetica, Arial, Sans-serif;
  font-weight: 400;
}
#masthead .site-branding .header-logo-sub-title br {
  display: none;
}
@media screen and (max-width: 781px) {
  #masthead .site-branding .header-logo-sub-title {
    font-size: max(1.2rem, clamp(1.8rem, 0.0196078431 * (100vmin + 100vmax) / 2, 2rem) * 0.8);
  }
  #masthead .site-branding .header-logo-sub-title br {
    display: block;
  }
}
#masthead #site-navigation .zone-menu {
  position: absolute;
  top: -600%;
  left: 0;
  background-color: #ffffff;
  width: 100%;
  padding: 0 5%;
  -webkit-transition: top 0.5s ease-in-out;
  transition: top 0.5s ease-in-out;
}
@media screen and (max-width: 781px) {
  #masthead #site-navigation .zone-menu {
    padding: 0 2.5%;
  }
}
#masthead #site-navigation .zone-menu .menu-first-item {
  position: relative;
}
#masthead #site-navigation .zone-menu .menu-first-item a {
  position: relative;
  display: block;
  padding: 0.6em 0 0.4em 5rem;
  font-family: "NewEdge666Rounded", Helvetica, Arial, Sans-serif;
  font-weight: 400;
  font-size: clamp(1.8rem, 0.0294117647 * (100vmin + 100vmax) / 2, 3rem);
  line-height: 1;
  color: var(--current-page-color, #9825fb);
  text-transform: uppercase;
  border-bottom: 1px solid var(--current-page-color, #9825fb);
}
@media screen and (max-width: 781px) {
  #masthead #site-navigation .zone-menu .menu-first-item a {
    padding: 0.4em 0 0.1em 2.5rem;
  }
}
#masthead #site-navigation .zone-menu .menu-first-item a:hover {
  font-weight: 800;
}
#masthead #site-navigation .zone-menu .menu-first-item svg {
  position: absolute;
  display: block;
  width: clamp(1.8rem, 0.0294117647 * (100vmin + 100vmax) / 2, 3rem);
  top: clamp(0.4rem, 0.0137254902 * (100vmin + 100vmax) / 2, 1.4rem);
  right: 0;
}
#masthead #site-navigation .zone-menu .menu-first-item svg line, #masthead #site-navigation .zone-menu .menu-first-item svg path {
  stroke: var(--current-page-color, #9825fb);
}
#masthead #site-navigation .zone-menu .menu-first-item.menu-first-fest a {
  color: var(--edition-color, #9825fb);
}
#masthead #site-navigation .zone-menu .menu-first-item.menu-first-fest svg line, #masthead #site-navigation .zone-menu .menu-first-item.menu-first-fest svg path {
  stroke: var(--edition-color, #9825fb);
}
#masthead #site-navigation .zone-menu .menu-first-item.menu-first-asso a {
  color: #9825fb;
}
#masthead #site-navigation .zone-menu .menu-first-item.menu-first-asso svg line, #masthead #site-navigation .zone-menu .menu-first-item.menu-first-asso svg path {
  stroke: #9825fb;
}
#masthead #site-navigation .zone-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#masthead #site-navigation .zone-menu ul li a {
  display: block;
  padding: 0.6em 0 0.4em 5rem;
  font-family: "NewEdge666Rounded", Helvetica, Arial, Sans-serif;
  font-weight: 400;
  font-size: clamp(1.8rem, 0.0294117647 * (100vmin + 100vmax) / 2, 3rem);
  line-height: 1;
}
@media screen and (max-width: 781px) {
  #masthead #site-navigation .zone-menu ul li a {
    padding: 0.4em 0 0.1em 2.5rem;
  }
}
#masthead #site-navigation .zone-menu ul li a:hover {
  font-weight: 800;
}
#masthead #site-navigation .zone-menu ul:not(.sub-menu) > li {
  position: relative;
}
#masthead #site-navigation .zone-menu ul:not(.sub-menu) > li > a {
  border-bottom: 1px solid var(--current-page-color, #9825fb);
}
#masthead #site-navigation .zone-menu ul:not(.sub-menu) > li > svg {
  position: absolute;
  display: block;
  width: clamp(1.8rem, 0.0294117647 * (100vmin + 100vmax) / 2, 3rem);
  top: clamp(0.4rem, 0.0137254902 * (100vmin + 100vmax) / 2, 1.4rem);
  right: 0;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
#masthead #site-navigation .zone-menu ul:not(.sub-menu) > li.open svg {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
#masthead #site-navigation .zone-menu ul:not(.sub-menu) > li.open .sub-menu {
  max-height: 30rem;
}
#masthead #site-navigation .zone-menu ul:not(.sub-menu) > li.open > a {
  color: var(--current-page-color, #9825fb);
}
#masthead #site-navigation .zone-menu ul:not(.sub-menu) .sub-menu {
  overflow-y: hidden;
  max-height: 0;
  -webkit-transition: max-height 0.3s ease-in-out;
  transition: max-height 0.3s ease-in-out;
}
#masthead #site-navigation .zone-menu ul:not(.sub-menu) .sub-menu li:last-of-type a {
  border-bottom: 1px solid var(--current-page-color, #9825fb);
}
#masthead #site-navigation.toggled .zone-menu {
  top: 100%;
}
#masthead #site-navigation .menu-toggle {
  position: relative;
  z-index: 1;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  font-family: "NewEdge666Rounded", Helvetica, Arial, Sans-serif;
  font-weight: 800;
  font-size: clamp(1.8rem, 0.0196078431 * (100vmin + 100vmax) / 2, 2rem);
  line-height: 1;
  color: #000000;
  border: none;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
@media screen and (max-width: 781px) {
  #masthead #site-navigation .menu-toggle {
    font-size: max(1.2rem, clamp(1.8rem, 0.0196078431 * (100vmin + 100vmax) / 2, 2rem) * 0.8);
  }
}
#masthead #site-navigation .menu-toggle:hover, #masthead #site-navigation .menu-toggle.active {
  color: var(--current-page-color, #9825fb);
}

#switch {
  position: relative;
  z-index: 1;
  display: block;
  height: calc(clamp(1.8rem, 0.0196078431 * (100vmin + 100vmax) / 2, 2rem) + 6rem);
  width: 22rem;
  margin-left: auto;
}
@media screen and (max-width: 781px) {
  #switch {
    height: calc(max(1.2rem, clamp(1.8rem, 0.0196078431 * (100vmin + 100vmax) / 2, 2rem) * 0.8) + 2rem);
    width: 10rem;
  }
}
#switch div {
  position: absolute;
  text-align: center;
  border-radius: 50%;
  border-width: 1px;
  border-style: solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "NewEdge666Rounded", Helvetica, Arial, Sans-serif;
  font-weight: 800;
  font-size: clamp(1.8rem, 0.0196078431 * (100vmin + 100vmax) / 2, 2rem);
  line-height: 1;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 781px) {
  #switch div {
    font-size: max(1.2rem, clamp(1.8rem, 0.0196078431 * (100vmin + 100vmax) / 2, 2rem) * 0.8);
  }
}
#switch div span {
  display: block;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}
#switch div:first-of-type {
  z-index: 2;
  -webkit-transform: rotateX(0deg);
          transform: rotateX(0deg);
  -webkit-transition: -webkit-transform 0.2s ease-in-out 0.2s;
  transition: -webkit-transform 0.2s ease-in-out 0.2s;
  transition: transform 0.2s ease-in-out 0.2s;
  transition: transform 0.2s ease-in-out 0.2s, -webkit-transform 0.2s ease-in-out 0.2s;
  pointer-events: none;
  background-color: #ffffff;
}
#switch div:first-of-type.switch-association {
  border-color: #9825fb;
  color: #9825fb;
}
#switch div:first-of-type.switch-festival {
  border-color: var(--edition-color, #9825fb);
  color: var(--edition-color, #9825fb);
}
#switch div:last-of-type {
  z-index: 1;
  -webkit-transform: rotateX(90deg);
          transform: rotateX(90deg);
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
#switch div:last-of-type.switch-association {
  background-color: #9825fb;
  border-color: #9825fb;
  color: #ffffff;
}
#switch div:last-of-type.switch-festival {
  background-color: var(--edition-color, #9825fb);
  border-color: var(--edition-color, #9825fb);
  color: #ffffff;
}
#switch:hover > :first-child {
  z-index: 1;
  -webkit-transform: rotateX(90deg);
          transform: rotateX(90deg);
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  color: transparent;
}
#switch:hover > :last-child {
  z-index: 2;
  -webkit-transform: rotateX(0deg);
          transform: rotateX(0deg);
  -webkit-transition: -webkit-transform 0.2s ease-in-out 0.2s;
  transition: -webkit-transform 0.2s ease-in-out 0.2s;
  transition: transform 0.2s ease-in-out 0.2s;
  transition: transform 0.2s ease-in-out 0.2s, -webkit-transform 0.2s ease-in-out 0.2s;
  color: #ffffff;
}

/* ------------------------------------------- */
/* ------------------------------------------- */
#primary .wp-block-group, #colophon .wp-block-group {
  /* Style 1: Smooth Individual Letters */
  /* Style 6: Smooth Wave */
  /* Style 2: Word Flow */
  /* Style 4: Gentle Flow */
  /* Style 5: Split Lines */
}
#primary .wp-block-group.style-1 .wp-block-group__inner-container, #primary .wp-block-group.style-2 .wp-block-group__inner-container, #primary .wp-block-group.style-4 .wp-block-group__inner-container, #primary .wp-block-group.style-6 .wp-block-group__inner-container, #colophon .wp-block-group.style-1 .wp-block-group__inner-container, #colophon .wp-block-group.style-2 .wp-block-group__inner-container, #colophon .wp-block-group.style-4 .wp-block-group__inner-container, #colophon .wp-block-group.style-6 .wp-block-group__inner-container {
  overflow: hidden;
  position: relative;
}
#primary .wp-block-group.style-1 .char, #colophon .wp-block-group.style-1 .char {
  display: inline-block;
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
}
#primary .wp-block-group.style-6 .char, #colophon .wp-block-group.style-6 .char {
  display: inline-block;
  opacity: 0;
  -webkit-transform: translateY(30px) scale(0.9);
          transform: translateY(30px) scale(0.9);
}
#primary .wp-block-group.style-2 .word-wrapper, #colophon .wp-block-group.style-2 .word-wrapper {
  display: inline-block;
  overflow: hidden;
}
#primary .wp-block-group.style-2 .word, #colophon .wp-block-group.style-2 .word {
  display: inline-block;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
#primary .wp-block-group.style-4 .word-wrapper, #colophon .wp-block-group.style-4 .word-wrapper {
  display: inline-block;
  overflow: hidden;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
#primary .wp-block-group.style-3 .word-wrapper, #colophon .wp-block-group.style-3 .word-wrapper {
  display: inline-block;
  overflow: hidden;
}
#primary .wp-block-group.style-3 .word, #colophon .wp-block-group.style-3 .word {
  display: inline-block;
}
#primary .wp-block-group.style-3 .char, #colophon .wp-block-group.style-3 .char {
  display: inline-block;
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}
#primary .wp-block-group.style-5 .line, #colophon .wp-block-group.style-5 .line {
  display: block;
  overflow: hidden;
  margin-bottom: 0.2em;
}
#primary .wp-block-group.style-5 .line-inner, #colophon .wp-block-group.style-5 .line-inner {
  opacity: 0;
  display: block;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}

/* ------------------------------------------- */
/* ------------------------------------------- */
#primary {
  margin-top: var(--header-height);
  min-height: calc(100vh - var(--header-height) - var(--footer-height));
  padding-top: clamp(1.5rem, 0.0274509804 * (100vmin + 100vmax) / 2, 2.8rem);
}
#primary .entry-content:not(.post-content, .edition-content) > * {
  width: 90%;
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 781px) {
  #primary .entry-content:not(.post-content, .edition-content) > * {
    width: 95%;
  }
}
#primary .entry-content:not(.post-content, .edition-content) > *.alignfull {
  width: 100%;
  max-width: none;
}
#primary .mc4wp-form {
  max-width: 800px !important;
  display: block;
}
#primary .mc4wp-form > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}
#primary .mc4wp-form h5 {
  display: none;
}
#primary .mc4wp-form input {
  display: block;
  font-size: max(1.2rem, clamp(1.8rem, 0.0196078431 * (100vmin + 100vmax) / 2, 2rem) * 0.8) !important;
  font-family: "NewEdge666", Helvetica, Arial, Sans-serif;
  font-weight: 400;
  line-height: 1;
}
#primary .mc4wp-form input:focus, #primary .mc4wp-form input:focus-visible, #primary .mc4wp-form input:active {
  outline: 0;
  outline-color: transparent;
}
#primary .mc4wp-form input[type=email] {
  font-weight: 100;
  border: 1px solid var(--current-page-color, #9825fb);
  border-radius: 999999px;
  width: 100%;
  padding: 0 2rem;
  margin: 0;
  padding-top: 0.2rem;
  color: #000000;
  background-color: #ffffff;
  display: block;
}
#primary .mc4wp-form input[type=email]::-webkit-input-placeholder {
  font-family: "NewEdge666Rounded", Helvetica, Arial, Sans-serif;
  color: #00000040;
  font-style: italic;
}
#primary .mc4wp-form input[type=email]::-moz-placeholder {
  font-family: "NewEdge666Rounded", Helvetica, Arial, Sans-serif;
  color: #00000040;
  font-style: italic;
}
#primary .mc4wp-form input[type=email]:-ms-input-placeholder {
  font-family: "NewEdge666Rounded", Helvetica, Arial, Sans-serif;
  color: #00000040;
  font-style: italic;
}
#primary .mc4wp-form input[type=email]::-ms-input-placeholder {
  font-family: "NewEdge666Rounded", Helvetica, Arial, Sans-serif;
  color: #00000040;
  font-style: italic;
}
#primary .mc4wp-form input[type=email]::placeholder {
  font-family: "NewEdge666Rounded", Helvetica, Arial, Sans-serif;
  color: #00000040;
  font-style: italic;
}
#primary .mc4wp-form input[type=submit] {
  border: 1px solid var(--current-page-color, #9825fb);
  border-radius: 999999px;
  margin: 0;
  padding: 1.5rem 2rem;
  padding-bottom: 1rem;
  color: var(--current-page-color, #9825fb);
  background-color: transparent;
  cursor: pointer;
  display: block;
}
#primary .wp-block-list {
  margin-left: 0;
  padding-left: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}

#btn-programme {
  position: sticky;
  z-index: 999;
  bottom: 1rem;
  display: block;
  background-color: var(--edition-color, #9825fb);
  border: 1px solid #ffffff;
  border-radius: 50%;
  padding: 1em 1.5em;
  color: #ffffff;
  font-size: clamp(1.8rem, 0.0196078431 * (100vmin + 100vmax) / 2, 2rem);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 1rem 5% 3rem auto;
}

.loading {
  width: 5rem;
  height: 5rem;
  border: 1rem dotted #ffffff;
  background-color: transparent;
  border-radius: 50%;
  -webkit-animation: loading 1s linear infinite;
          animation: loading 1s linear infinite;
  margin: 1rem auto;
}

@-webkit-keyframes loading {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes loading {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.block-s-peace {
  margin: 0 !important;
  -webkit-margin-before: 0 !important;
          margin-block-start: 0 !important;
  -webkit-margin-after: 0 !important;
          margin-block-end: 0 !important;
  height: var(--space-desktop, 0px);
}
@media (max-width: 781px) {
  .block-s-peace {
    height: var(--space-ipad, 0px);
  }
}
@media (max-width: 420px) {
  .block-s-peace {
    height: var(--space-mobile, 0px);
  }
}

/* ------------------------------------------- */
/* ------------------------------------------- */
.page-template-template-page-accordeon #masthead {
  position: relative !important;
}
.page-template-template-page-accordeon #masthead.scrolled.menu-hide {
  top: 0 !important;
}
.page-template-template-page-accordeon #primary {
  margin-top: 0 !important;
  height: calc(100vh - var(--header-height));
}
.page-template-template-page-accordeon #primary > article {
  height: 100%;
}
.page-template-template-page-accordeon #primary .entry-content {
  height: 100%;
}
.page-template-template-page-accordeon #primary .entry-content .wp-block-group {
  position: relative;
  -webkit-transition: height 0.5s ease-in-out;
  transition: height 0.5s ease-in-out;
}
.page-template-template-page-accordeon #primary .entry-content .wp-block-group.compressed {
  height: calc(clamp(2.4rem, 0.0294117647 * (100vmin + 100vmax) / 2, 3rem) * 1.6);
  overflow-y: hidden;
}
.page-template-template-page-accordeon #primary .entry-content .wp-block-group.expanded {
  height: calc(100% - clamp(3.2rem, 0.0392156863 * (100vmin + 100vmax) / 2, 4rem) * 1.6 - clamp(2.4rem, 0.0294117647 * (100vmin + 100vmax) / 2, 3rem) * (var(--element-nbr) - 2) * 1.6);
  overflow-y: scroll;
}
.page-template-template-page-accordeon #primary .entry-content .wp-block-group.expanded::-webkit-scrollbar {
  display: block;
  width: 3rem;
}
.page-template-template-page-accordeon #primary .entry-content .wp-block-group.expanded::-webkit-scrollbar-button {
  height: 50px;
}
.page-template-template-page-accordeon #primary .entry-content .wp-block-group.expanded::-webkit-scrollbar-thumb {
  background-color: #ffffff;
  border: 1px solid var(--current-page-color, #9825fb);
  border-radius: 1.5rem;
  min-height: 74px;
}
.page-template-template-page-accordeon #primary .entry-content .wp-block-group.expanded::-webkit-scrollbar-track {
  width: 3rem;
  background-color: var(--current-page-color, #9825fb);
}
.page-template-template-page-accordeon #primary .entry-content .wp-block-group.expanded .wp-block-group__inner-container > .wp-block-heading:first-child {
  color: #ffffff;
  background-color: var(--current-page-color, #9825fb);
}
.page-template-template-page-accordeon #primary .entry-content .wp-block-group.expanded .wp-block-group__inner-container > .wp-block-heading:first-child::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-filter: invert(1);
          filter: invert(1);
  right: clamp(2.4rem, 0.0294117647 * (100vmin + 100vmax) / 2, 3rem);
}
.page-template-template-page-accordeon #primary .entry-content .wp-block-group.expanded > .wp-block-group {
  padding: 1rem calc(5% - 3rem) 3rem 5%;
}
.page-template-template-page-accordeon #primary .entry-content .wp-block-group > .wp-block-group__inner-container {
  position: relative;
}
.page-template-template-page-accordeon #primary .entry-content .wp-block-group > .wp-block-group__inner-container > .wp-block-heading:first-child {
  font-weight: 400;
  padding-left: 5%;
  padding-right: 5%;
  position: sticky;
  z-index: 2;
  top: 0;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  border-top: 1px solid var(--current-page-color, #9825fb);
  border-bottom: 1px solid var(--current-page-color, #9825fb);
  margin: 0;
  line-height: 1.6;
  background-color: #ffffff;
}
.page-template-template-page-accordeon #primary .entry-content .wp-block-group > .wp-block-group__inner-container > .wp-block-heading:first-child:hover {
  color: #ffffff;
  background-color: var(--current-page-color, #9825fb);
}
.page-template-template-page-accordeon #primary .entry-content .wp-block-group > .wp-block-group__inner-container > .wp-block-heading:first-child:hover::after {
  -webkit-filter: invert(1);
          filter: invert(1);
}
.page-template-template-page-accordeon #primary .entry-content .wp-block-group > .wp-block-group__inner-container > .wp-block-heading:first-child::after {
  content: "";
  position: absolute;
  top: 1rem;
  right: calc(clamp(2.4rem, 0.0294117647 * (100vmin + 100vmax) / 2, 3rem) + 3rem);
  width: calc(1.6 * clamp(2.4rem, 0.0294117647 * (100vmin + 100vmax) / 2, 3rem) - 2rem);
  height: calc(1.6 * clamp(2.4rem, 0.0294117647 * (100vmin + 100vmax) / 2, 3rem) - 2rem);
  background-image: url(./sass/res/svg/icon-fleche.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: -webkit-transform 0.3s ease-in-out, -webkit-filter 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out, -webkit-filter 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, filter 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, filter 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out, -webkit-filter 0.3s ease-in-out;
}
.page-template-template-page-accordeon #primary .entry-content .wp-block-group > .wp-block-group__inner-container > .wp-block-group {
  padding: 1rem 5% 3rem;
}
.page-template-template-page-accordeon #primary .entry-content .wp-block-group:first-of-type.compressed {
  height: calc(clamp(3.2rem, 0.0392156863 * (100vmin + 100vmax) / 2, 4rem) * 1.6) !important;
}
.page-template-template-page-accordeon #primary .entry-content .wp-block-group:first-of-type.expanded {
  height: calc(100% - clamp(2.4rem, 0.0294117647 * (100vmin + 100vmax) / 2, 3rem) * (var(--element-nbr) - 1) * 1.6);
  overflow-y: auto !important;
}
.page-template-template-page-accordeon #primary .entry-content .wp-block-group:first-of-type.expanded > .wp-block-group {
  padding: 1rem 5% 3rem;
}
.page-template-template-page-accordeon #primary .entry-content .wp-block-group:first-of-type > .wp-block-group__inner-container > .wp-block-heading:first-child {
  color: inherit !important;
  background-color: #ffffff !important;
  border: none !important;
}
.page-template-template-page-accordeon #primary .entry-content .wp-block-group:first-of-type > .wp-block-group__inner-container > .wp-block-heading:first-child::after {
  content: none;
  display: none;
}

/* ------------------------------------------- */
/* ------------------------------------------- */
.all-actualites {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: clamp(1.5rem, 0.0274509804 * (100vmin + 100vmax) / 2, 2.8rem);
}
.all-actualites > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(25% - clamp(1.5rem, 0.0274509804 * (100vmin + 100vmax) / 2, 2.8rem) * 3 / 4);
          flex: 0 1 calc(25% - clamp(1.5rem, 0.0274509804 * (100vmin + 100vmax) / 2, 2.8rem) * 3 / 4);
}
@media screen and (max-width: 781px) {
  .all-actualites > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - clamp(1.5rem, 0.0274509804 * (100vmin + 100vmax) / 2, 2.8rem) / 2);
            flex: 0 0 calc(50% - clamp(1.5rem, 0.0274509804 * (100vmin + 100vmax) / 2, 2.8rem) / 2);
  }
}
@media screen and (max-width: 420px) {
  .all-actualites > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
.all-actualites > * .post-footer {
  display: none;
}

.all-actualites article.post a, .block-slider-actu article.post a {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto auto 1fr auto;
  grid-template-rows: auto auto auto 1fr auto;
}

.all-actualites article.post a > *:nth-child(1), .block-slider-actu article.post a > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.all-actualites article.post a > *:nth-child(2), .block-slider-actu article.post a > *:nth-child(2) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}

.all-actualites article.post a > *:nth-child(3), .block-slider-actu article.post a > *:nth-child(3) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

.all-actualites article.post a > *:nth-child(4), .block-slider-actu article.post a > *:nth-child(4) {
  -ms-grid-row: 4;
  -ms-grid-column: 1;
}

.all-actualites article.post a > *:nth-child(5), .block-slider-actu article.post a > *:nth-child(5) {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
}
.all-actualites article.post a .post-meta, .block-slider-actu article.post a .post-meta {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: clamp(1.5rem, 0.0274509804 * (100vmin + 100vmax) / 2, 2.8rem);
  min-height: clamp(1.8rem, 0.0196078431 * (100vmin + 100vmax) / 2, 2rem);
  margin-bottom: 1rem;
}
.all-actualites article.post a .post-meta .post-date, .block-slider-actu article.post a .post-meta .post-date {
  margin: 0;
  line-height: 1;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.all-actualites article.post a .post-meta .post-categories, .block-slider-actu article.post a .post-meta .post-categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  gap: calc(clamp(1.5rem, 0.0274509804 * (100vmin + 100vmax) / 2, 2.8rem) / 2);
}
.all-actualites article.post a .post-meta .post-categories .post-cat, .block-slider-actu article.post a .post-meta .post-categories .post-cat {
  font-size: max(1.2rem, clamp(1.8rem, 0.0196078431 * (100vmin + 100vmax) / 2, 2rem) * 0.8);
  font-weight: 400;
  line-height: 1;
  padding: 0.4em 1em 0.2em;
  border: 1px solid #000000;
  border-radius: calc(max(1.2rem, clamp(1.8rem, 0.0196078431 * (100vmin + 100vmax) / 2, 2rem) * 0.8) + 0.4em);
}
.all-actualites article.post a .post-thumbnail, .block-slider-actu article.post a .post-thumbnail {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
  position: relative;
}
.all-actualites article.post a .post-thumbnail:after, .block-slider-actu article.post a .post-thumbnail:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--cycle-color);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.all-actualites article.post a .post-thumbnail .wp-post-image, .block-slider-actu article.post a .post-thumbnail .wp-post-image {
  display: block;
  width: 100%;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
}
.all-actualites article.post a .post-thumbnail .post-sub-title, .block-slider-actu article.post a .post-thumbnail .post-sub-title {
  padding: 2rem;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #ffffff;
  text-align: center;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  line-height: 1.125;
  margin: 0;
  width: 100%;
}
.all-actualites article.post a .post-header, .block-slider-actu article.post a .post-header {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  grid-row: 3/4;
}
.all-actualites article.post a .post-header .post-title, .block-slider-actu article.post a .post-header .post-title {
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.all-actualites article.post a .post-excerpt, .block-slider-actu article.post a .post-excerpt {
  -ms-grid-row: 4;
  -ms-grid-row-span: 1;
  grid-row: 4/5;
}
.all-actualites article.post a .post-footer, .block-slider-actu article.post a .post-footer {
  -ms-grid-row: 5;
  -ms-grid-row-span: 1;
  grid-row: 5/6;
}
.all-actualites article.post a .post-footer .post-see-more, .block-slider-actu article.post a .post-footer .post-see-more {
  -ms-grid-column-align: end;
      justify-self: end;
  text-decoration: none !important;
  padding: 0.4em 1em 0.2em;
  color: var(--cycle-color);
  border: 1px solid var(--cycle-color);
  border-radius: calc(max(1.2rem, clamp(1.8rem, 0.0196078431 * (100vmin + 100vmax) / 2, 2rem) * 0.8) + 0.4em);
  -webkit-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
.all-actualites article.post a:hover .post-thumbnail:after, .block-slider-actu article.post a:hover .post-thumbnail:after {
  opacity: 0.4;
}
.all-actualites article.post a:hover .post-thumbnail .post-sub-title, .block-slider-actu article.post a:hover .post-thumbnail .post-sub-title {
  opacity: 1;
}
.all-actualites article.post a:hover .post-title, .all-actualites article.post a:hover .post-date, .block-slider-actu article.post a:hover .post-title, .block-slider-actu article.post a:hover .post-date {
  color: var(--cycle-color);
}
.all-actualites article.post a:hover .post-see-more, .block-slider-actu article.post a:hover .post-see-more {
  background-color: var(--cycle-color);
  color: #ffffff !important;
}
.all-actualites article.post.categorie-cycle-actualite-festival .post-thumbnail::after, .block-slider-actu article.post.categorie-cycle-actualite-festival .post-thumbnail::after {
  border-radius: 50%;
  border: 2px solid #ffffff;
}
.all-actualites article.post.categorie-cycle-actualite-festival .wp-post-image, .block-slider-actu article.post.categorie-cycle-actualite-festival .wp-post-image {
  border-radius: 50%;
  border: 2px solid #ffffff;
  -webkit-box-shadow: 0 2rem 1rem #00000025;
          box-shadow: 0 2rem 1rem #00000025;
}
.all-actualites article.post:not(.categorie-cycle-actualite-festival) .post-date, .all-actualites article.post:not(.categorie-cycle-actualite-festival) .post-categories, .block-slider-actu article.post:not(.categorie-cycle-actualite-festival) .post-date, .block-slider-actu article.post:not(.categorie-cycle-actualite-festival) .post-categories {
  display: none;
}

/* ------------------------------------------- */
/* ------------------------------------------- */
.single-post #primary {
  position: relative;
}
.single-post #primary .btn-return-actus-container .btn-return-actus {
  --btn-bg: $white!important;
  --btn-text: var(--current-page-color, $primary)!important;
}
.single-post .post-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: clamp(1.5rem, 0.0274509804 * (100vmin + 100vmax) / 2, 2.8rem);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  margin-bottom: 3rem;
}
.single-post .post-header > * {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 calc(50% - clamp(1.5rem, 0.0274509804 * (100vmin + 100vmax) / 2, 2.8rem) / 2);
          flex: 1 0 calc(50% - clamp(1.5rem, 0.0274509804 * (100vmin + 100vmax) / 2, 2.8rem) / 2);
}
.single-post .post-header .post-thumbnail img {
  display: block;
  width: 100%;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  border: 1px solid #ffffff;
  border-radius: 50%;
  -webkit-transition: border-radius 0.3s ease-in-out;
  transition: border-radius 0.3s ease-in-out;
  -webkit-box-shadow: 0px 30px 20px -20px rgba(0, 0, 0, 0.42);
          box-shadow: 0px 30px 20px -20px rgba(0, 0, 0, 0.42);
}
.single-post .post-header .post-thumbnail:hover img {
  border-radius: 0;
}
.single-post .post-header .post-infos {
  text-align: center;
}
.single-post .post-header .post-infos .post-title {
  text-transform: uppercase !important;
  font-weight: 300 !important;
}

/* ------------------------------------------- */
/* ------------------------------------------- */
article.fiche-audioviuel {
  width: calc(33.333333% - 1.3333333333rem);
  cursor: pointer;
}
@media screen and (max-width: 1350px) {
  article.fiche-audioviuel {
    width: calc(50% - 1rem);
  }
}
@media screen and (max-width: 781px) {
  article.fiche-audioviuel {
    width: 100%;
  }
}
article.fiche-audioviuel .audiovisuel-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1rem clamp(1.5rem, 0.0274509804 * (100vmin + 100vmax) / 2, 2.8rem);
  width: 92%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1rem;
}
@media screen and (max-width: 781px) {
  article.fiche-audioviuel .audiovisuel-meta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}
article.fiche-audioviuel .audiovisuel-meta .icon-type-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 5rem;
  height: 5rem;
  border: 1px solid black;
  border-radius: 50%;
  padding: 1rem;
  -webkit-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
}
article.fiche-audioviuel .audiovisuel-meta .icon-type-media svg {
  display: block;
  width: 100%;
  height: auto;
  max-width: 3rem;
  max-height: 3rem;
}
article.fiche-audioviuel .audiovisuel-meta .icon-type-media svg path {
  -webkit-transition: fill 0.3s ease-in-out;
  transition: fill 0.3s ease-in-out;
}
article.fiche-audioviuel .audiovisuel-meta .date-media {
  line-height: 1;
  font-weight: 600;
  font-family: "NewEdge666", Helvetica, Arial, Sans-serif;
  margin: 0;
  -webkit-transition: color ease-in-out 0.3s;
  transition: color ease-in-out 0.3s;
}
article.fiche-audioviuel.categorie-audiovisuel-video .icon-type-media svg {
  -webkit-transform: translateX(0.3rem);
          transform: translateX(0.3rem);
}
article.fiche-audioviuel .entry-header {
  position: relative;
  aspect-ratio: 4/3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-bottom: 3rem;
  border-radius: 2rem;
  background-color: #cccccc;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
article.fiche-audioviuel .entry-header .voile {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0.5;
}
article.fiche-audioviuel .entry-header .titre-encart {
  position: relative;
  z-index: 1;
  text-align: center;
  font-size: clamp(1px, 1.444vw, 2.6rem);
  line-height: 1.2;
  margin: 0;
  width: 95%;
}
@media screen and (max-width: 1350px) {
  article.fiche-audioviuel .entry-header .titre-encart {
    font-size: clamp(1px, 1.926vw, 2.6rem);
  }
}
@media screen and (max-width: 781px) {
  article.fiche-audioviuel .entry-header .titre-encart {
    font-size: clamp(1px, 5.329vw, 2.6rem);
  }
}
article.fiche-audioviuel .media-title {
  font-size: clamp(1.8rem, 0.0196078431 * (100vmin + 100vmax) / 2, 2rem);
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 1rem;
  text-transform: uppercase;
  font-weight: 300;
  width: 92%;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: color ease-in-out 0.3s;
  transition: color ease-in-out 0.3s;
}
article.fiche-audioviuel:nth-of-type(odd) .entry-header {
  background-color: #e3e4e5;
}
article.fiche-audioviuel:hover .media-title, article.fiche-audioviuel:hover .date-media {
  color: var(--current-page-color, #9825fb);
}
article.fiche-audioviuel:hover .icon-type-media {
  border-color: var(--current-page-color, #9825fb);
}
article.fiche-audioviuel:hover .icon-type-media svg path {
  fill: var(--current-page-color, #9825fb);
}

/* ------------------------------------------- */
/* ------------------------------------------- */
article.edition .edition-affiche {
  position: relative;
}
article.edition .edition-affiche::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: var(--edition-color, #9825fb);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
article.edition .edition-affiche img {
  display: block;
  aspect-ratio: 1/1.41;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
article.edition .edition-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: clamp(1.5rem, 0.0274509804 * (100vmin + 100vmax) / 2, 2.8rem);
}
article.edition .edition-header .edition-title {
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
article.edition .edition-header .edition-icon {
  display: block;
  width: 2rem;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
article.edition .edition-header .edition-icon line, article.edition .edition-header .edition-icon path {
  -webkit-transition: stroke 0.3s ease-in-out;
  transition: stroke 0.3s ease-in-out;
}
article.edition:hover .edition-affiche::after {
  opacity: 0.4;
}
article.edition:hover .edition-title {
  color: var(--edition-color, #9825fb);
}
article.edition:hover .edition-icon {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
article.edition:hover .edition-icon line, article.edition:hover .edition-icon path {
  stroke: var(--edition-color, #9825fb);
}

/* ------------------------------------------- */
/* ------------------------------------------- */
.archive.post-type-archive-audiovisuel #primary .col-media .facetwp-facet-recherche {
  width: 100%;
}
.archive.post-type-archive-audiovisuel #primary .col-media .facetwp-facet-recherche .facetwp-input-wrap {
  width: 100%;
}
.archive.post-type-archive-audiovisuel #primary .col-media .facetwp-facet-recherche .facetwp-input-wrap .facetwp-search {
  width: 100%;
  padding: 1rem;
  padding-left: 6rem;
  border-radius: 999999px;
  font-size: max(1.2rem, clamp(1.8rem, 0.0196078431 * (100vmin + 100vmax) / 2, 2rem) * 0.8);
  border: 1px solid var(--current-page-color, #9825fb);
  outline-color: var(--current-page-color, #9825fb);
  color: var(--current-page-color, #9825fb);
  min-width: 0;
}
.archive.post-type-archive-audiovisuel #primary .col-media .facetwp-facet-recherche .facetwp-input-wrap .facetwp-search::-webkit-input-placeholder {
  color: var(--current-page-color, #9825fb);
}
.archive.post-type-archive-audiovisuel #primary .col-media .facetwp-facet-recherche .facetwp-input-wrap .facetwp-search::-moz-placeholder {
  color: var(--current-page-color, #9825fb);
}
.archive.post-type-archive-audiovisuel #primary .col-media .facetwp-facet-recherche .facetwp-input-wrap .facetwp-search:-ms-input-placeholder {
  color: var(--current-page-color, #9825fb);
}
.archive.post-type-archive-audiovisuel #primary .col-media .facetwp-facet-recherche .facetwp-input-wrap .facetwp-search::-ms-input-placeholder {
  color: var(--current-page-color, #9825fb);
}
.archive.post-type-archive-audiovisuel #primary .col-media .facetwp-facet-recherche .facetwp-input-wrap .facetwp-search::placeholder {
  color: var(--current-page-color, #9825fb);
}
.archive.post-type-archive-audiovisuel #primary .col-media .facetwp-facet-recherche .facetwp-input-wrap .facetwp-icon {
  left: 0;
  right: inherit;
  opacity: 1;
}
.archive.post-type-archive-audiovisuel #primary .col-media .facetwp-facet-recherche .facetwp-input-wrap .facetwp-icon::before {
  -webkit-filter: brightness(0) saturate(100%) invert(13%) sepia(80%) saturate(5324%) hue-rotate(270deg) brightness(119%) contrast(97%);
          filter: brightness(0) saturate(100%) invert(13%) sepia(80%) saturate(5324%) hue-rotate(270deg) brightness(119%) contrast(97%);
  background-size: 30px;
  width: 40px;
  height: 40px;
  margin-top: 4px;
  margin-left: 6px;
}
@media screen and (max-width: 781px) {
  .archive.post-type-archive-audiovisuel #primary .col-media .facetwp-facet-recherche .facetwp-input-wrap .facetwp-icon::before {
    margin-top: 3px;
  }
}
.archive.post-type-archive-audiovisuel #primary .col-media h4.mini-titre {
  color: var(--current-page-color, #9825fb);
}
.archive.post-type-archive-audiovisuel #primary .col-media .facetwp-facet-anne {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.archive.post-type-archive-audiovisuel #primary .col-media .facetwp-facet-anne .facetwp-radio {
  font-size: clamp(1.8rem, 0.0196078431 * (100vmin + 100vmax) / 2, 2rem);
  -webkit-filter: brightness(0) saturate(100%) invert(13%) sepia(80%) saturate(5324%) hue-rotate(270deg) brightness(119%) contrast(97%);
          filter: brightness(0) saturate(100%) invert(13%) sepia(80%) saturate(5324%) hue-rotate(270deg) brightness(119%) contrast(97%);
  background-size: 30px 30px;
  padding-left: 40px;
  -webkit-transition: background-image ease-in-out 0.3s;
  transition: background-image ease-in-out 0.3s;
}
.archive.post-type-archive-audiovisuel #primary .col-media .facetwp-facet-anne .facetwp-radio:hover {
  background-image: url(/wp-content/plugins/facetwp/assets/images/radio-on.png);
}
.archive.post-type-archive-audiovisuel #primary .col-media .facetwp-facet-anne .facetwp-radio:first-of-type {
  display: none;
}
.archive.post-type-archive-audiovisuel #primary .col-media .facetwp-facet-anne .facetwp-radio span.facetwp-counter {
  display: none;
}
.archive.post-type-archive-audiovisuel #primary .col-media .facetwp-facet-cat_media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
}
.archive.post-type-archive-audiovisuel #primary .col-media .facetwp-facet-cat_media .facetwp-radio {
  font-size: clamp(1.8rem, 0.0196078431 * (100vmin + 100vmax) / 2, 2rem);
  background-size: 30px 30px;
  padding: 0 4rem !important;
  background-image: none !important;
  border-radius: 99999px;
  border: 1px solid var(--current-page-color, #9825fb);
  margin: 0;
  -webkit-transition: color ease-in-out 0.3s, background-color ease-in-out 0.3s;
  transition: color ease-in-out 0.3s, background-color ease-in-out 0.3s;
  color: var(--current-page-color, #9825fb);
}
.archive.post-type-archive-audiovisuel #primary .col-media .facetwp-facet-cat_media .facetwp-radio:hover, .archive.post-type-archive-audiovisuel #primary .col-media .facetwp-facet-cat_media .facetwp-radio.checked {
  background-color: var(--current-page-color, #9825fb) !important;
  color: white !important;
}
.archive.post-type-archive-audiovisuel #primary .col-media .facetwp-facet-cat_media .facetwp-radio span.facetwp-counter {
  display: none;
}
.archive.post-type-archive-audiovisuel #primary .col-media > *:last-child {
  border-left: 1px solid var(--current-page-color, #9825fb);
  padding-left: 24px;
}
@media screen and (max-width: 781px) {
  .archive.post-type-archive-audiovisuel #primary .col-media > *:last-child {
    border-left: 0;
    padding-left: 0;
  }
}
.archive.post-type-archive-audiovisuel #primary .col-media > *:last-child .liste-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem;
}

.archive.post-type-archive-evenement {
  /* Keyframes identiques */
}
.archive.post-type-archive-evenement #primary .col-event h4 {
  color: var(--current-page-color, #9825fb);
}
.archive.post-type-archive-evenement #primary .col-event .facetwp-facet-cat_event {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 1.5rem 0;
}
.archive.post-type-archive-evenement #primary .col-event .facetwp-facet-cat_event .facetwp-radio {
  position: relative;
  background: none;
  padding: 0;
  margin: 0;
  width: 50%;
}
.archive.post-type-archive-evenement #primary .col-event .facetwp-facet-cat_event .facetwp-radio:first-of-type {
  display: none;
}
.archive.post-type-archive-evenement #primary .col-event .facetwp-facet-cat_event .facetwp-radio input[type=radio] {
  display: none;
}
.archive.post-type-archive-evenement #primary .col-event .facetwp-facet-cat_event .facetwp-radio span.facetwp-display-value {
  margin: 0;
  padding: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid var(--current-page-color, #9825fb);
  border-radius: 999px;
  width: 100%;
  min-height: 36px;
  padding-top: 0.6rem;
  font-weight: 400;
  font-size: 2rem;
  color: var(--current-page-color, #9825fb);
  background-color: white;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  text-align: center;
  font-family: "NewEdge666", Helvetica, Arial, Sans-serif;
  line-height: 1;
}
.archive.post-type-archive-evenement #primary .col-event .facetwp-facet-cat_event .facetwp-radio span.facetwp-display-value:hover {
  background-color: var(--current-page-color, #9825fb);
  color: white;
}
.archive.post-type-archive-evenement #primary .col-event .facetwp-facet-cat_event .facetwp-radio.checked span.facetwp-display-value {
  background-color: var(--current-page-color, #9825fb);
  color: white;
}
.archive.post-type-archive-evenement #primary .col-event .facetwp-facet-cat_event .facetwp-radio span.facetwp-counter {
  display: none;
}
@media screen and (max-width: 1200px) {
  .archive.post-type-archive-evenement #primary .col-event > *:first-child {
    -ms-flex-preferred-size: 40% !important;
        flex-basis: 40% !important;
  }
}
.archive.post-type-archive-evenement #primary .col-event > *:last-child {
  border-left: 1px solid var(--current-page-color, #9825fb);
  padding-left: 24px;
}
@media screen and (max-width: 1200px) {
  .archive.post-type-archive-evenement #primary .col-event > *:last-child {
    -ms-flex-preferred-size: 60% !important;
        flex-basis: 60% !important;
  }
}
@media screen and (max-width: 781px) {
  .archive.post-type-archive-evenement #primary .col-event > *:last-child {
    border-left: 0;
    padding-left: 0;
  }
}
.archive.post-type-archive-evenement #primary .col-event .liste-event {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 2rem;
}
.archive.post-type-archive-evenement #primary .col-event .liste-event > article {
  position: relative;
  display: none;
  width: 33.3333333333%;
}
@media screen and (max-width: 1350px) {
  .archive.post-type-archive-evenement #primary .col-event .liste-event > article {
    width: 50%;
  }
}
@media screen and (max-width: 420px) {
  .archive.post-type-archive-evenement #primary .col-event .liste-event > article {
    width: 100%;
  }
}
.archive.post-type-archive-evenement #primary .col-event .liste-event > article img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  display: block;
  aspect-ratio: 16/11;
  border-radius: 100%;
  -webkit-transition: border-radius 0.3s ease-in-out;
  transition: border-radius 0.3s ease-in-out;
}
.archive.post-type-archive-evenement #primary .col-event .liste-event > article:hover img {
  border-radius: 0%;
}
.archive.post-type-archive-evenement #primary .col-event .liste-event > article header {
  padding-left: 1rem;
  padding-right: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
  row-gap: 0;
  padding-top: 2rem;
}
.archive.post-type-archive-evenement #primary .col-event .liste-event > article header .categorie-event {
  width: calc(50% - 0.5rem);
  text-align: right;
  font-size: max(1.2rem, clamp(1.8rem, 0.0196078431 * (100vmin + 100vmax) / 2, 2rem) * 0.8);
}
.archive.post-type-archive-evenement #primary .col-event .liste-event > article header .dates-heures {
  width: calc(50% - 0.5rem);
}
.archive.post-type-archive-evenement #primary .col-event .liste-event > article header .date-event,
.archive.post-type-archive-evenement #primary .col-event .liste-event > article header .horaire-event {
  font-size: max(1.2rem, clamp(1.8rem, 0.0196078431 * (100vmin + 100vmax) / 2, 2rem) * 0.8);
  font-weight: 400;
}
.archive.post-type-archive-evenement #primary .col-event .liste-event > article header .lieu-event {
  font-size: max(1.2rem, clamp(1.8rem, 0.0196078431 * (100vmin + 100vmax) / 2, 2rem) * 0.8);
  font-weight: 400;
  width: 100%;
  border-bottom: 1px solid black;
}
.archive.post-type-archive-evenement #primary .col-event .liste-event > article header h3 {
  font-size: clamp(1.8rem, 0.0196078431 * (100vmin + 100vmax) / 2, 2rem);
  font-weight: 700;
  font-family: "NewEdge666Rounded", Helvetica, Arial, Sans-serif;
  text-transform: uppercase;
  line-height: 1.3;
  width: 100%;
  border-bottom: 1px solid black;
}
.archive.post-type-archive-evenement #primary .col-event .liste-event > article header h3 span {
  display: block;
  margin: 0;
  font-size: max(1.2rem, clamp(1.8rem, 0.0196078431 * (100vmin + 100vmax) / 2, 2rem) * 0.8);
  font-weight: 400;
}
.archive.post-type-archive-evenement #primary .col-event .liste-event > article header h3 span.suite-titre {
  font-size: 80%;
  font-weight: 400;
}
.archive.post-type-archive-evenement #primary .col-event .liste-event > article::before {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ffffff;
  border: 1px solid var(--edition-color, #9825fb);
  padding: 0.6em 1em 0.2em;
  font-size: clamp(1.8rem, 0.0196078431 * (100vmin + 100vmax) / 2, 2rem);
  font-family: "NewEdge666Rounded", Helvetica, Arial, Sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  max-width: 60%;
}
.archive.post-type-archive-evenement #primary .col-event .liste-event > article.statut-annule::before {
  content: "Annulé";
}
.archive.post-type-archive-evenement #primary .col-event .liste-event > article.statut-complet::before {
  content: "Complet";
}
.archive.post-type-archive-evenement #primary .col-event .liste-event > article.statut-reporter::before {
  content: "Reporté";
}
.archive.post-type-archive-evenement #primary .col-event .liste-event > article.statut-derniere-places::before {
  content: "Plus que quelques billets";
  font-size: max(1.2rem, clamp(1.8rem, 0.0196078431 * (100vmin + 100vmax) / 2, 2rem) * 0.8);
  text-align: center;
}
.archive.post-type-archive-evenement #primary .col-event .liste-event.two-post > article {
  width: 50%;
}
@media screen and (max-width: 1350px) {
  .archive.post-type-archive-evenement #primary .col-event .liste-event.two-post > article {
    width: 50%;
  }
}
@media screen and (max-width: 420px) {
  .archive.post-type-archive-evenement #primary .col-event .liste-event.two-post > article {
    width: 100%;
  }
}
.archive.post-type-archive-evenement #primary .col-event .liste-event.one-post > article {
  width: 100% !important;
}
.archive.post-type-archive-evenement #primary .col-event .liste-event.one-post > article img {
  aspect-ratio: 16/6;
}
@media screen and (max-width: 1350px) {
  .archive.post-type-archive-evenement #primary .col-event .liste-event.one-post > article img {
    aspect-ratio: 16/11;
  }
}
.archive.post-type-archive-evenement .block-bandeau:not(.type-2) {
  padding: calc(clamp(1.5rem, 0.0274509804 * (100vmin + 100vmax) / 2, 2.8rem) / 2) 0;
}
.archive.post-type-archive-evenement .block-bandeau:not(.type-2) .bandeau {
  -webkit-box-shadow: 0 1rem 1rem #00000040;
          box-shadow: 0 1rem 1rem #00000040;
}
.archive.post-type-archive-evenement .block-bandeau:not(.type-2) .bandeau-content {
  padding-top: 0.2em;
  background-color: var(--current-page-color, #9825fb);
  color: #ffffff;
  font-weight: 800;
}
.archive.post-type-archive-evenement .block-bandeau.type-2 {
  padding: calc(clamp(1.5rem, 0.0274509804 * (100vmin + 100vmax) / 2, 2.8rem) / 2) 0;
}
.archive.post-type-archive-evenement .block-bandeau.type-2 .border-style {
  width: 90%;
  height: 1px;
  margin: 0 auto;
  background-color: var(--current-page-color, #9825fb);
}
.archive.post-type-archive-evenement .block-bandeau.type-2 .border-style.border-start {
  margin-bottom: calc(clamp(1.5rem, 0.0274509804 * (100vmin + 100vmax) / 2, 2.8rem) / 2);
}
.archive.post-type-archive-evenement .block-bandeau.type-2 .border-style.border-end {
  margin-top: calc(clamp(1.5rem, 0.0274509804 * (100vmin + 100vmax) / 2, 2.8rem) / 2);
}
.archive.post-type-archive-evenement .block-bandeau.type-2 .bandeau-content {
  padding-top: 0.2em;
  color: #000000;
  font-weight: 300;
}
.archive.post-type-archive-evenement .block-bandeau .bandeau {
  width: 100%;
  overflow-x: hidden;
  color: #000000;
  display: block;
  text-decoration: none;
}
.archive.post-type-archive-evenement .block-bandeau .bandeau:hover .text-bandeau {
  -webkit-animation-play-state: paused !important;
          animation-play-state: paused !important;
}
.archive.post-type-archive-evenement .block-bandeau .bandeau-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 200%;
  margin: 0 auto;
  white-space: nowrap;
}
.archive.post-type-archive-evenement .block-bandeau .bandeau-content .text-bandeau {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  padding-left: 1rem;
}
.archive.post-type-archive-evenement .block-bandeau .bandeau-content.forward .text-bandeau:nth-child(1) {
  -webkit-animation: scroll-forward-init linear infinite;
          animation: scroll-forward-init linear infinite;
  -webkit-animation-duration: var(--duration);
          animation-duration: var(--duration);
  -webkit-animation-delay: calc(-1 * var(--duration) / 2);
          animation-delay: calc(-1 * var(--duration) / 2);
}
.archive.post-type-archive-evenement .block-bandeau .bandeau-content.forward .text-bandeau:nth-child(2) {
  -webkit-animation: scroll-forward-copy linear infinite;
          animation: scroll-forward-copy linear infinite;
  -webkit-animation-duration: var(--duration);
          animation-duration: var(--duration);
}
.archive.post-type-archive-evenement .block-bandeau .bandeau-content.backward .text-bandeau:nth-child(1) {
  -webkit-animation: scroll-backward-init linear infinite;
          animation: scroll-backward-init linear infinite;
  -webkit-animation-duration: var(--duration);
          animation-duration: var(--duration);
  -webkit-animation-delay: calc(-1 * var(--duration) / 2);
          animation-delay: calc(-1 * var(--duration) / 2);
}
.archive.post-type-archive-evenement .block-bandeau .bandeau-content.backward .text-bandeau:nth-child(2) {
  -webkit-animation: scroll-backward-copy linear infinite;
          animation: scroll-backward-copy linear infinite;
  -webkit-animation-duration: var(--duration);
          animation-duration: var(--duration);
}
@-webkit-keyframes scroll-forward-init {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes scroll-forward-init {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-forward-copy {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
@keyframes scroll-forward-copy {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
@-webkit-keyframes scroll-backward-init {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@keyframes scroll-backward-init {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@-webkit-keyframes scroll-backward-copy {
  0% {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
@keyframes scroll-backward-copy {
  0% {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}

.post-type-archive-evenement article {
  position: relative;
}
.post-type-archive-evenement article .favorite-btn {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  cursor: pointer;
  border: 0;
  height: 5rem;
  width: 5rem;
  padding: 0;
  background: transparent;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.post-type-archive-evenement article .favorite-btn .heart-icon {
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(./sass/res/svg/heart.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 70%;
  border-radius: 50% !important;
}
.post-type-archive-evenement article .favorite-btn .heart-icon.active-coeur {
  background-image: url(./sass/res/svg/heart-active2.svg);
}
.post-type-archive-evenement article .favorite-btn .heart-icon.load-coeur {
  background-image: url(./sass/res/gif/load-gif.gif) !important;
  background-color: white;
}
.post-type-archive-evenement .evenement.show {
  display: block !important;
}

#toggle-favorites-btn {
  background: transparent;
  aspect-ratio: 1;
  width: 100%;
  max-width: 5rem;
  margin-left: auto;
  border: 1.5px solid #9825fb;
  background-image: url(./sass/res/svg/heart.svg);
  background-position: 50% 56%;
  background-repeat: no-repeat;
  background-size: 70%;
  cursor: pointer;
  -webkit-box-shadow: 0 0;
          box-shadow: 0 0;
  font-size: 2rem;
  border-radius: 9999999px;
  background-color: #9825fb;
}
#toggle-favorites-btn.heart-active {
  background-color: white;
  background-image: url(./sass/res/svg/heart-active2.svg);
}
#toggle-favorites-btn .favorites-count {
  opacity: 0;
}

/* ------------------------------------------- */
/* ------------------------------------------- */
.facetwp-facet-event_all_dates_index {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.facetwp-facet-event_all_dates_index .calendar-header {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[7];
  grid-template-columns: repeat(7, 1fr);
  margin-bottom: 5px;
  font-weight: bold;
  text-align: center;
  grid-column: 1/-1;
}
.facetwp-facet-event_all_dates_index .calendar-header .calendar-day {
  padding: 0;
  min-width: 0;
  font-size: max(1.2rem, clamp(1.8rem, 0.0196078431 * (100vmin + 100vmax) / 2, 2rem) * 0.8);
  font-weight: 400;
}
.facetwp-facet-event_all_dates_index .facetwp-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.2em 0 0;
  margin: 0;
  border: 1px solid var(--edition-color, #9825fb);
  border-radius: 50%;
  aspect-ratio: 1;
  text-align: center;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-image: none !important;
  font-family: "NewEdge666", Helvetica, Arial, Sans-serif;
  font-size: max(1.2rem, clamp(1.8rem, 0.0196078431 * (100vmin + 100vmax) / 2, 2rem) * 0.8);
  line-height: 1;
  vertical-align: -0.1em;
  color: var(--edition-color, #9825fb);
  -ms-grid-column-align: center;
      justify-self: center;
  width: 100%;
  max-width: 5rem;
}
.facetwp-facet-event_all_dates_index .facetwp-radio.disabled, .facetwp-facet-event_all_dates_index .facetwp-radio.empty {
  opacity: 0.2;
  cursor: not-allowed;
  pointer-events: none;
  color: #000000;
  border: 1px solid #000000;
}
.facetwp-facet-event_all_dates_index .facetwp-radio.checked {
  background-color: var(--edition-color, #9825fb);
  color: #ffffff;
}
.facetwp-facet-event_all_dates_index .facetwp-radio .facetwp-display-value {
  display: block;
  padding: 0;
}
.facetwp-facet-event_all_dates_index .facetwp-radio span.facetwp-counter {
  display: none;
}

/* ------------------------------------------- */
/* ------------------------------------------- */
.single #primary {
  padding: 5rem 0;
}
.single #primary .entry-content > .wp-block-columns.is-layout-flex {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important;
}
@media screen and (min-width: 782px) {
  .single #primary .entry-content > .wp-block-columns.is-layout-flex {
    position: relative;
    gap: 5rem;
    margin-bottom: 0;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .single #primary .entry-content > .wp-block-columns.is-layout-flex::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 1px;
    background-color: var(--current-page-color, #9825fb);
    z-index: 1;
  }
  .single #primary .entry-content > .wp-block-columns.is-layout-flex .wp-block-column {
    position: relative;
    z-index: 2;
  }
  .single #primary .entry-content > .wp-block-columns.is-layout-flex .wp-block-column:last-child .wp-block-post-featured-image {
    display: none;
  }
  .single #primary .entry-content > .wp-block-columns.is-layout-flex .wp-block-column:last-child .taxonomy-event-category.wp-block-post-terms {
    margin-top: 0;
  }
}
@media screen and (max-width: 781px) {
  .single #primary .entry-content > .wp-block-columns.is-layout-flex .wp-block-column {
    width: 100%;
  }
  .single #primary .entry-content > .wp-block-columns.is-layout-flex .wp-block-column:first-child .wp-block-post-featured-image {
    display: none;
  }
}
.single #primary .wp-block-post-featured-image img {
  display: block;
  border-radius: 50%;
  -webkit-transition: border-radius ease-in-out 0.3s;
  transition: border-radius ease-in-out 0.3s;
  -webkit-box-shadow: 0px 30px 20px -20px rgba(0, 0, 0, 0.42);
          box-shadow: 0px 30px 20px -20px rgba(0, 0, 0, 0.42);
  aspect-ratio: 16/11;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.single #primary .wp-block-post-featured-image img:hover {
  border-radius: 0;
}

/* ------------------------------------------- */
/* ------------------------------------------- */
#colophon {
  padding: 3rem 0;
  background-color: var(--current-page-color, #9825fb);
  color: #ffffff;
}
#colophon .site-info {
  width: calc(100% - 10rem);
  margin: 0 auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr clamp(1.5rem, 0.0274509804 * (100vmin + 100vmax) / 2, 2.8rem) 1fr clamp(1.5rem, 0.0274509804 * (100vmin + 100vmax) / 2, 2.8rem) 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(1.5rem, 0.0274509804 * (100vmin + 100vmax) / 2, 2.8rem);
}
@media screen and (max-width: 781px) {
  #colophon .site-info {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    width: calc(100% - 5rem);
  }
}
@media screen and (max-width: 420px) {
  #colophon .site-info {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
#colophon .site-info .ftr-contact p {
  font-size: max(1.2rem, clamp(1.8rem, 0.0196078431 * (100vmin + 100vmax) / 2, 2rem) * 0.8) !important;
}
#colophon .site-info .ftr-contact .ftr-socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: calc(clamp(1.5rem, 0.0274509804 * (100vmin + 100vmax) / 2, 2.8rem) / 2);
}
#colophon .site-info .ftr-contact .ftr-socials a, #colophon .site-info .ftr-contact .ftr-socials svg {
  display: block;
}
#colophon .site-info .ftr-menu #ftr-menu-association, #colophon .site-info .ftr-menu #ftr-menu-festival {
  margin: 0;
  padding: 0;
  list-style: none;
}
#colophon .site-info .ftr-menu #ftr-menu-association li a, #colophon .site-info .ftr-menu #ftr-menu-festival li a {
  font-size: clamp(1.8rem, 0.0196078431 * (100vmin + 100vmax) / 2, 2rem);
  font-weight: 600;
}
@media screen and (max-width: 781px) {
  #colophon .site-info .ftr-newsletter {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
  }
}
@media screen and (max-width: 420px) {
  #colophon .site-info .ftr-newsletter {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
  }
}
#colophon .site-info .ftr-newsletter .mc4wp-form input {
  display: block;
  font-size: max(1.2rem, clamp(1.8rem, 0.0196078431 * (100vmin + 100vmax) / 2, 2rem) * 0.8);
  font-family: "NewEdge666", Helvetica, Arial, Sans-serif;
  font-weight: 400;
  line-height: 1;
}
#colophon .site-info .ftr-newsletter .mc4wp-form input:focus, #colophon .site-info .ftr-newsletter .mc4wp-form input:focus-visible, #colophon .site-info .ftr-newsletter .mc4wp-form input:active {
  outline: 0;
  outline-color: transparent;
}
#colophon .site-info .ftr-newsletter .mc4wp-form input[type=email] {
  font-weight: 100;
  border: none;
  border-radius: 2rem;
  width: 100%;
  padding: 0.5rem 2rem;
  color: #000000;
  background-color: #ffffff;
}
#colophon .site-info .ftr-newsletter .mc4wp-form input[type=email]::-webkit-input-placeholder {
  font-family: "NewEdge666Rounded", Helvetica, Arial, Sans-serif;
  color: #00000040;
  font-style: italic;
}
#colophon .site-info .ftr-newsletter .mc4wp-form input[type=email]::-moz-placeholder {
  font-family: "NewEdge666Rounded", Helvetica, Arial, Sans-serif;
  color: #00000040;
  font-style: italic;
}
#colophon .site-info .ftr-newsletter .mc4wp-form input[type=email]:-ms-input-placeholder {
  font-family: "NewEdge666Rounded", Helvetica, Arial, Sans-serif;
  color: #00000040;
  font-style: italic;
}
#colophon .site-info .ftr-newsletter .mc4wp-form input[type=email]::-ms-input-placeholder {
  font-family: "NewEdge666Rounded", Helvetica, Arial, Sans-serif;
  color: #00000040;
  font-style: italic;
}
#colophon .site-info .ftr-newsletter .mc4wp-form input[type=email]::placeholder {
  font-family: "NewEdge666Rounded", Helvetica, Arial, Sans-serif;
  color: #00000040;
  font-style: italic;
}
#colophon .site-info .ftr-newsletter .mc4wp-form input[type=submit] {
  border: 1px solid #ffffff;
  border-radius: 2rem;
  margin: 1rem 0 0 auto;
  padding: 1rem 2rem;
  color: #ffffff;
  background-color: transparent;
  cursor: pointer;
}
#colophon .site-info .ftr-signature {
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-column: 1/4;
  -ms-grid-row-align: end;
      align-self: end;
  -ms-grid-column-align: end;
      justify-self: end;
  text-align: right;
}
@media screen and (max-width: 781px) {
  #colophon .site-info .ftr-signature {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
  }
}
@media screen and (max-width: 420px) {
  #colophon .site-info .ftr-signature {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
  }
}
#colophon .site-info .ftr-signature a {
  position: relative;
}
#colophon .site-info .ftr-signature a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0.1rem;
  width: 0%;
  background-color: #ffffff;
  -webkit-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}
#colophon .site-info .ftr-signature a:hover::after {
  width: 100%;
}

/* ------------------------------------------- */
/* ------------------------------------------- */
.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  height: 100vh !important;
  padding: 3rem 0;
  overflow: hidden;
}
.modal:before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--current-page-color, #9825fb);
  opacity: 0.3;
}
.modal .modal-container {
  position: relative;
  width: 90%;
  max-height: calc(100vh - 6rem - 1px);
  max-width: 1080px;
  margin: 0 auto;
  padding: 3rem 6rem 0;
  background-color: var(--current-page-color, #9825fb);
  border: 1px solid #ffffff;
  overflow: hidden;
}
@media screen and (max-width: 781px) {
  .modal .modal-container {
    width: 95%;
    padding: 6rem 2rem 0;
  }
}
.modal #modal-content {
  max-height: calc(100vh - 6rem - 1px);
  overflow-y: auto;
  padding-bottom: 6rem;
  color: #ffffff;
}
.modal .close-modal {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 4rem;
  height: 4rem;
  border: 0.1rem solid #ffffff;
  border-radius: 50%;
  cursor: pointer;
}
.modal .close-modal span {
  display: block;
  position: absolute;
  right: calc(50% - 1rem);
  width: 2rem;
  height: 0.1rem;
  background-color: #ffffff;
  border-radius: 0.05rem;
}
.modal .close-modal span:nth-child(1) {
  top: calc(50% - 0.05rem);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.modal .close-modal span:nth-child(2) {
  bottom: calc(50% - 0.05rem);
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.modal.show {
  display: block !important;
}
.archive.post-type-archive-audiovisuel .modal .date-media, .archive.post-type-archive-audiovisuel .modal .entry-header, .archive.post-type-archive-audiovisuel .modal .sous-titre-media, .block-medias + .modal .date-media, .block-medias + .modal .entry-header, .block-medias + .modal .sous-titre-media {
  text-align: center;
}
.archive.post-type-archive-audiovisuel .modal .date-media, .archive.post-type-archive-audiovisuel .modal .sous-titre-media, .block-medias + .modal .date-media, .block-medias + .modal .sous-titre-media {
  font-family: "NewEdge666", Helvetica, Arial, Sans-serif;
  font-size: max(1.2rem, clamp(1.8rem, 0.0196078431 * (100vmin + 100vmax) / 2, 2rem) * 0.8) !important;
  width: 100%;
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
  font-weight: 700;
}
.archive.post-type-archive-audiovisuel .modal .entry-header, .block-medias + .modal .entry-header {
  font-family: "NewEdge666Rounded", Helvetica, Arial, Sans-serif;
  font-size: clamp(1.8rem, 0.0196078431 * (100vmin + 100vmax) / 2, 2rem);
  font-weight: 400;
  text-transform: uppercase;
}
.archive.post-type-archive-audiovisuel .modal .entry-content, .block-medias + .modal .entry-content {
  margin-top: 3rem;
}

/* ------------------------------------------- */
/* ------------------------------------------- */
.error404 #primary {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  padding-top: 0;
}
.error404 .redirection {
  width: 100%;
  max-width: 600px;
  height: 10px;
  border: 1px solid var(--current-page-color, #9825fb);
  border-radius: 5px;
  margin: 5rem auto 0;
}
.error404 .redirection .full-load {
  background-color: var(--current-page-color, #9825fb);
  width: 0;
  -webkit-animation-name: redirect;
          animation-name: redirect;
  -webkit-animation-duration: 2.8s;
          animation-duration: 2.8s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  height: 100%;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  border-radius: 5px;
}
@-webkit-keyframes redirect {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes redirect {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

/* Onzeweb X Gutenberg
--------------------------------------------- */
/* ------------------------------------------- */
/* ------------------------------------------- */
/* ------------------------------------------- */
/* ------------------------------------------- */
/* ------------------------------------------- */
/* ------------------------------------------- */
#primary .wp-block-cover {
  padding: calc(2 * clamp(1.5rem, 0.0274509804 * (100vmin + 100vmax) / 2, 2.8rem)) 0;
}
/* ------------------------------------------- */
/* ------------------------------------------- */
.wp-block-image .wp-element-caption {
  text-align: center;
  font-size: max(1.2rem, clamp(1.8rem, 0.0196078431 * (100vmin + 100vmax) / 2, 2rem) * 0.8);
}

/* ------------------------------------------- */
/* ------------------------------------------- */
#primary .wp-block-gallery.is-style-horizontal-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow-x: auto;
  overflow-y: hidden;
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  gap: clamp(1.5rem, 0.0274509804 * (100vmin + 100vmax) / 2, 2.8rem);
  padding-bottom: 1rem;
}
#primary .wp-block-gallery.is-style-horizontal-gallery > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  scroll-snap-align: start;
  margin: 0 !important;
}
#primary .wp-block-gallery.is-style-horizontal-gallery > * img {
  width: 100%;
  display: block;
}
#primary .wp-block-gallery.is-style-horizontal-gallery::-webkit-scrollbar {
  display: block;
  background: -webkit-gradient(linear, left bottom, left top, from(#ffffff00), color-stop(47%, #ffffff00), color-stop(50%, #ffffff), color-stop(53%, #ffffff00), to(#ffffff00));
  background: linear-gradient(0deg, #ffffff00 0%, #ffffff00 47%, #ffffff 50%, #ffffff00 53%, #ffffff00 100%);
  height: 3rem;
}
#primary .wp-block-gallery.is-style-horizontal-gallery::-webkit-scrollbar-thumb {
  background-color: #ffffff;
  border-radius: 1.5rem;
}

/* ------------------------------------------- */
/* ------------------------------------------- */
#primary .wp-block-media-text .wp-block-media-text__content {
  padding: 0;
}
#primary .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
  padding-left: 0;
}
#primary .wp-block-media-text:not(.has-media-on-the-right) .wp-block-media-text__content {
  padding-right: 0;
}

/* ------------------------------------------- */
/* ------------------------------------------- */
/* ------------------------------------------- */
/* ------------------------------------------- */
.wp-block-buttons .wp-block-button .wp-block-button__link {
  padding: 0.8em 1.5em 0.6em 1.5em;
  color: #000000;
  border: 1px solid var(--btn-text);
  background-color: #ffffff;
  border-radius: calc((clamp(1.8rem, 0.0196078431 * (100vmin + 100vmax) / 2, 2rem) + 0.8em + 0.6em) / 2);
  font-size: clamp(1.8rem, 0.0196078431 * (100vmin + 100vmax) / 2, 2rem);
  font-family: "NewEdge666Rounded", Helvetica, Arial, Sans-serif;
  font-weight: 600;
  line-height: 1;
  -webkit-transition: background-color ease-in-out 0.3s, color ease-in-out 0.3s, border ease-in-out 0.3s, -webkit-transform 0.5s ease-in-out !important;
  transition: background-color ease-in-out 0.3s, color ease-in-out 0.3s, border ease-in-out 0.3s, -webkit-transform 0.5s ease-in-out !important;
  transition: background-color ease-in-out 0.3s, color ease-in-out 0.3s, border ease-in-out 0.3s, transform 0.5s ease-in-out !important;
  transition: background-color ease-in-out 0.3s, color ease-in-out 0.3s, border ease-in-out 0.3s, transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out !important;
}
.wp-block-buttons .wp-block-button .wp-block-button__link:hover {
  color: var(--btn-bg) !important;
  background-color: var(--btn-text) !important;
}
.wp-block-buttons .wp-block-button .wp-block-button__link:focus, .wp-block-buttons .wp-block-button .wp-block-button__link:focus-visible, .wp-block-buttons .wp-block-button .wp-block-button__link:active {
  outline: 0;
  outline-color: transparent;
}
.wp-block-buttons .wp-block-button .wp-block-button__link.btn-return-actus, .wp-block-buttons .wp-block-button .wp-block-button__link.btn-return-prog {
  color: var(--current-page-color, #9825fb) !important;
  border: 1px solid var(--current-page-color, #9825fb) !important;
  background-color: #ffffff !important;
}
.wp-block-buttons .wp-block-button .wp-block-button__link.btn-return-actus:hover, .wp-block-buttons .wp-block-button .wp-block-button__link.btn-return-prog:hover {
  color: #ffffff !important;
  background-color: var(--current-page-color, #9825fb) !important;
}
.wp-block-buttons .wp-block-button.is-style-anima {
  position: relative;
  overflow: hidden;
}
.wp-block-buttons .wp-block-button.is-style-anima .wp-block-button__link {
  -webkit-transform: translateY(110%);
          transform: translateY(110%);
}
.wp-block-buttons .wp-block-button.is-style-anima.invoc .wp-block-button__link {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}
.wp-block-buttons .wp-block-button.current-color .wp-block-button__link {
  color: var(--current-page-color, #9825fb) !important;
  border: 1px solid var(--current-page-color, #9825fb) !important;
  background-color: #ffffff !important;
}
.wp-block-buttons .wp-block-button.current-color .wp-block-button__link:hover {
  color: #ffffff !important;
  background-color: var(--current-page-color, #9825fb) !important;
}

/* ------------------------------------------- */
/* ------------------------------------------- */
#primary .wp-block-quote cite {
  text-align: right;
  font-size: max(1.2rem, clamp(1.8rem, 0.0196078431 * (100vmin + 100vmax) / 2, 2rem) * 0.8);
}

/* ------------------------------------------- */
/* ------------------------------------------- */
#primary .wp-block-file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#primary .wp-block-file a:focus, #primary .wp-block-file a:focus-visible, #primary .wp-block-file a:active {
  outline: 0;
  outline-color: transparent;
}
#primary .wp-block-file a:not(.wp-block-file__button) {
  font-size: max(1.2rem, clamp(1.8rem, 0.0196078431 * (100vmin + 100vmax) / 2, 2rem) * 0.8) !important;
  color: var(--current-page-color, #9825fb);
  background-color: #ffffff;
  border: 1px solid var(--current-page-color, #9825fb);
  border-radius: 0;
  padding: 0.6em 0.8em 0.4em;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  -webkit-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
#primary .wp-block-file a:not(.wp-block-file__button):hover {
  color: #ffffff;
  background-color: var(--current-page-color, #9825fb);
}
#primary .wp-block-file .wp-block-file__button {
  margin-left: 1rem;
  color: transparent;
  font-size: 0px !important;
  background-color: var(--current-page-color, #9825fb);
  padding: 1rem;
}
#primary .wp-block-file .wp-block-file__button::after {
  content: "";
  background-image: url("./sass/res/svg/icon-download.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 2rem;
  height: 2rem;
}

/* ------------------------------------------- */
/* ------------------------------------------- */
/* ------------------------------------------- */
/* ------------------------------------------- */
#primary .wp-block-separator {
  border: none !important;
  height: 0.1rem !important;
  margin-top: clamp(1.5rem, 0.0274509804 * (100vmin + 100vmax) / 2, 2.8rem) !important;
  margin-bottom: clamp(1.5rem, 0.0274509804 * (100vmin + 100vmax) / 2, 2.8rem) !important;
}