@charset "UTF-8";
:root {
  --yellow: #ece439;
  --magenta: #e6007e;
  --green: #7cb927;
  --light-green: #9bc551;
  --extra-light-green: #cede83;
  --txt-color: #333;
  --ff-r: system-ui, sans-serif;
  --ff-t: 'rift', sans-serif;
  --su: 1rem;
  --cw: 62rem;
  --shadow-color: 86deg 72% 25%;
  --shadow-elevation-low:
    0.3px 0.5px 0.7px hsl(var(--shadow-color) / 0.34),
    0.4px 0.8px 1px -1.2px hsl(var(--shadow-color) / 0.34),
    1px 2px 2.5px -2.5px hsl(var(--shadow-color) / 0.34);
  --shadow-elevation-medium:
    0.3px 0.5px 0.7px hsl(var(--shadow-color) / 0.36),
    0.8px 1.6px 2px -0.8px hsl(var(--shadow-color) / 0.36),
    2.1px 4.1px 5.2px -1.7px hsl(var(--shadow-color) / 0.36),
    5px 10px 12.6px -2.5px hsl(var(--shadow-color) / 0.36);
  --shadow-elevation-high:
    0.3px 0.5px 0.7px hsl(var(--shadow-color) / 0.34),
    1.5px 2.9px 3.7px -0.4px hsl(var(--shadow-color) / 0.34),
    2.7px 5.4px 6.8px -0.7px hsl(var(--shadow-color) / 0.34),
    4.5px 8.9px 11.2px -1.1px hsl(var(--shadow-color) / 0.34),
    7.1px 14.3px 18px -1.4px hsl(var(--shadow-color) / 0.34),
    11.2px 22.3px 28.1px -1.8px hsl(var(--shadow-color) / 0.34),
    17px 33.9px 42.7px -2.1px hsl(var(--shadow-color) / 0.34),
    25px 50px 62.9px -2.5px hsl(var(--shadow-color) / 0.34); }

/*! 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;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

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

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

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

/**
   * 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;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* 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;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
   * 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;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
   * 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;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

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

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

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

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

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

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

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

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

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

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

/**
   * 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;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
   * 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;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* 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; }

/*
* MIXINS
*/
::selection {
  color: white;
  background-color: var(--magenta);
  text-decoration: underline; }

html, body {
  position: relative;
  width: 100%;
  height: 100%; }

html {
  scroll-behavior: smooth;
  scroll-padding-top: 2rem !important; }

body {
  margin: 0 auto; }

body * {
  box-sizing: border-box; }

.site-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 100vh;
  margin: 0 auto;
  padding-top: 2.4rem;
  position: relative;
  background-color: var(--green);
  background-image: url(../assets/img/bg-light.svg);
  background-repeat: repeat-y;
  background-size: 100vmax;
  background-position: center top;
  overflow: clip; }
  @media (min-width: 1024px) {
    .site-wrapper {
      background-image: url(../assets/img/visage-gauche.svg), url(../assets/img/visage-droite.svg), url(../assets/img/bg-light.svg);
      background-repeat: no-repeat, no-repeat, no-repeat;
      background-size: 100vh, 100vh, 100vmax;
      background-position: left -65vh top -120px, right -65vh top -120px, center top;
      background-attachment: fixed, fixed, fixed; } }
  .home .site-wrapper, .nl .site-wrapper {
    background-image: url(../assets/img/bg.svg); }
    @media (min-width: 1024px) {
      .home .site-wrapper, .nl .site-wrapper {
        background-image: url(../assets/img/visage-gauche.svg), url(../assets/img/visage-droite.svg), url(../assets/img/bg.svg); } }
main {
  margin-top: calc(var(--su) * 8);
  margin-bottom: calc(var(--su) * 6);
  padding: 0 var(--su); }
  @media (min-width: 1240px) {
    main {
      margin-top: calc(var(--su) * 6);
      padding: 0 calc(var(--su) * 2); } }
.mw {
  width: 100%;
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto; }

.cw {
  width: 100%;
  max-width: var(--cw);
  margin-right: auto;
  margin-left: auto; }

.tw {
  width: 100%;
  max-width: 64ch;
  margin-right: auto;
  margin-left: auto; }

.three-cols,
.two-cols {
  display: flex;
  flex-wrap: wrap;
  gap: calc(var(--su)*3);
  align-items: flex-start;
  justify-content: center; }
  .three-cols > *,
  .two-cols > * {
    max-width: 64ch; }
  .three-cols .tw,
  .two-cols .tw {
    margin: 0; }
  .three-cols .bg + .bg,
  .two-cols .bg + .bg {
    margin: 0; }

.two-cols {
  max-width: 1400px;
  margin-inline: auto; }

body {
  line-height: 1.4;
  font-family: var(--ff-r);
  font-size: 1.2rem;
  font-weight: 400;
  color: white; }

h1, h2, h3, h4,
.h1, .h2, .h3, .h4 {
  position: relative;
  z-index: 5;
  margin-top: 1em;
  margin-bottom: 0.75em;
  line-height: 1.1;
  font-family: var(--ff-t);
  text-wrap: balance; }

h1, .h1 {
  display: block;
  margin: 0 auto calc(var(--su) * 4);
  text-align: center;
  font-size: 2.4rem; }
  @media (min-width: 768px) {
    h1, .h1 {
      font-size: 3.2rem; } }
h2, .h2 {
  font-size: 2.2rem; }
  @media (min-width: 768px) {
    h2, .h2 {
      font-size: 2.6rem; } }
h3, .h3 {
  font-size: 1.65rem; }
  @media (min-width: 768px) {
    h3, .h3 {
      font-size: 2.15rem; } }
h4, .h4 {
  margin-bottom: 0; }

strong {
  font-weight: bold; }

.text-underline {
  text-decoration: underline; }

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

.text-right {
  text-align: right; }

.uppercase {
  text-transform: uppercase; }

sup {
  font-size: 60%; }

.ff-r {
  font-family: var(--ff-r); }

.ff-t {
  font-family: var(--ff-t); }

.fs-big {
  font-size: 1.8rem; }

.fw-400 {
  font-weight: 400; }

.fw-600 {
  font-weight: 600; }

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

picture {
  display: block; }

a {
  color: white;
  text-decoration: underline;
  transition: transform 150ms ease-out; }
  a:hover, a:focus {
    color: white;
    text-decoration: none; }
  a:active {
    color: white;
    text-decoration: underline; }
  a.no-style {
    text-decoration: none; }
    a.no-style:hover, a.no-style:focus {
      text-decoration: underline; }

.button {
  display: inline-block;
  padding: 0.4em 0.8em;
  border-radius: .25em;
  border: 2px solid white;
  box-shadow: var(--shadow-elevation-medium);
  background: var(--magenta);
  color: white;
  font-size: 1.2rem;
  text-align: center;
  text-decoration: none;
  transform: scale(1);
  transform-origin: center;
  transition: all 120ms ease-out; }
  .button:hover, .button:focus {
    cursor: pointer;
    text-decoration: none;
    background-color: var(--green); }
  .button:active {
    background-color: var(--light-green);
    box-shadow: var(--shadow-elevation-low);
    transform: scale(0.98); }
  .button--small {
    font-size: 90%; }

.iframe-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
  /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */ }
  .iframe-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%; }

@media (prefers-reduced-motion: no-preference) {
  .show-after {
    opacity: 0;
    transform: translateY(2rem);
    animation: reveal 500ms 1800ms forwards ease-out; }
    .show-after--fast {
      animation-delay: 300ms; } }

.hide {
  display: block;
  top: 0;
  position: absolute;
  left: -99999px;
  clip-path: polygon(0px 0px, 0px 0px, 0px 0px, 0px 0px); }

.bg {
  --item-width: 64ch;
  --mask-image: url(../assets/img/blob1.webp);
  position: relative;
  isolation: isolate;
  padding: var(--su) calc(var(--su)*2);
  flex: 1 1 var(--item-width);
  max-width: var(--item-width);
  overflow: clip;
  box-shadow: var(--shadow-elevation-low); }
  @media (max-width: 767px) {
    .bg {
      background-color: var(--green); } }
  .bg:before {
    content: '';
    display: block;
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background-image: var(--mask-image);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: -1;
    transform-origin: center;
    transform: scale(2, 1.8);
    transition: transform 250ms ease-out;
    pointer-events: none; }
  .bg:nth-child(2n + 2) {
    --mask-image: url(../assets/img/blob2.webp); }
  .bg:nth-child(2n + 3) {
    --mask-image: url(../assets/img/blob3.webp); }
  .bg:nth-child(2n + 4) {
    --mask-image: url(../assets/img/blob4.webp); }
  .bg.bg--0:before {
    transform: scale(4.1, 1.5); }
  .bg.bg--1:before {
    transform: scale(2.7, 1.5); }
  .bg.bg--2:before {
    transform: scale(1.7, 1.5); }
  .bg.bg--3:before {
    transform: scale(1.3, 2); }
  .bg + .bg {
    margin-top: calc(var(--su) *3); }

@media (max-width: 767px) {
  .bg-on-mobile {
    width: fit-content;
    padding: 0.1em 0.2em;
    background: var(--green); } }

.on-top {
  position: relative;
  z-index: 4; }

.clr-white {
  color: white !important; }

.clr-green {
  color: var(--green) !important; }

.clr-magenta {
  color: var(--magenta) !important; }

.clr-yellow {
  color: #ece43a !important;
  -webkit-text-stroke: 1px var(--green); }

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100vw;
  border-top: 2px solid white;
  border-bottom: 2px solid white;
  z-index: 100;
  isolation: isolate;
  background: var(--magenta);
  box-shadow: var(--shadow-elevation-medium); }

.site-header__logo {
  position: absolute;
  top: 15px;
  left: 50%;
  z-index: 1;
  width: Min(1680px, 100%);
  height: 180%;
  margin-inline: auto;
  transform: translateX(-50%);
  height: 180%;
  pointer-events: none; }
  .home .site-header__logo, .nl .site-header__logo {
    display: none; }
  .site-header__logo a {
    display: inline-block;
    height: 100%;
    margin-left: 20px;
    pointer-events: visible; }
  .site-header__logo svg {
    width: auto;
    height: 100%;
    filter: drop-shadow(0.3px 0.5px 0.7px rgba(70, 110, 18, 0.34)) drop-shadow(1.5px 2.9px 3.7px rgba(70, 110, 18, 0.34)) drop-shadow(2.7px 5.4px 6.8px rgba(70, 110, 18, 0.34)); }
  @media (max-width: 979px) {
    .site-header__logo {
      top: 50%;
      height: 100%;
      margin: 0;
      opacity: 0.25;
      transform: translate(-50%, -50%);
      filter: none;
      overflow: clip; }
      .site-header__logo svg {
        mask-image: linear-gradient(-180deg, transparent 1%, #000 25%, #000 75%, transparent 100%);
        mix-blend-mode: lighten; }
      .site-header__logo a {
        transform: scale(1.2); } }
.site-header__nav ul {
  position: relative;
  z-index: 5;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 4px;
  width: fit-content;
  margin: 0 auto;
  padding: 10px 5px;
  list-style: none; }

.site-header__nav a {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-family: var(--ff-t);
  text-decoration: none;
  text-align: center; }
  .site-header__nav a:hover, .site-header__nav a:focus {
    text-decoration: underline; }

.site-header__nl {
  position: absolute;
  top: 100%;
  right: var(--su);
  width: Min(100%, 760px);
  height: 25px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  z-index: 20;
  pointer-events: none; }
  .nl .site-header__nl {
    display: none; }
  @media (min-width: 768px) {
    .site-header__nl {
      top: 0;
      left: 50%;
      height: calc(100% - 7px);
      transform: translateX(-50%);
      z-index: 0; } }
  .site-header__nl a {
    display: grid;
    place-content: center;
    padding: 0.5em;
    border-radius: 50%;
    border: 2px solid var(--magenta);
    background: white;
    line-height: 1;
    text-decoration: none;
    font-family: var(--ff-t);
    color: var(--magenta);
    pointer-events: visible;
    transition: all 150ms ease-out; }
    .site-header__nl a:hover, .site-header__nl a:focus {
      background-color: var(--magenta);
      color: white;
      border-color: white; }

.site-footer {
  margin-top: auto; }
  .site-footer__inner {
    position: relative;
    padding: calc(var(--su) * 2) var(--su);
    border-top: 2px solid var(--magenta);
    background: var(--extra-light-green);
    color: var(--txt-color);
    text-align: center;
    z-index: 2; }
    .site-footer__inner .h3 {
      color: var(--txt-color);
      text-align: center;
      max-width: 100%;
      margin: 0.75em 0; }
    .site-footer__inner a {
      text-decoration: underline;
      text-transform: uppercase;
      color: var(--txt-color); }
      .site-footer__inner a:hover, .site-footer__inner a:focus {
        text-decoration: none; }

.site-footer__sponsors {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0px 30px;
  margin: 0;
  padding: 0;
  list-style: none; }
  .site-footer__sponsors > * {
    flex-basis: calc(var(--su) * 5);
    flex-grow: 0; }
  .site-footer__sponsors > .large {
    flex-basis: calc(var(--su) * 8); }
  .site-footer__sponsors > .small {
    flex-basis: calc(var(--su) * 3); }
  .site-footer__sponsors img {
    width: 100%;
    height: auto; }
  .site-footer__sponsors a {
    display: block;
    transform: scale(1);
    transition: transform 200ms ease-out; }
    .site-footer__sponsors a:hover, .site-footer__sponsors a:focus {
      transform: scale(1.03); }
    .site-footer__sponsors a:active {
      transform: scale(1); }

.site-footer__press {
  margin: var(--su) 0 0;
  text-align: center; }
  .site-footer__press a {
    color: var(--txt-color); }

.to-top-link.button {
  display: grid;
  place-content: center;
  position: fixed;
  right: var(--su);
  bottom: var(--su);
  width: 36px;
  height: 36px;
  padding: 6px;
  line-height: 1;
  z-index: 999;
  background-color: var(--magenta); }
  .to-top-link.button:hover {
    background-color: var(--green); }
  .to-top-link.button svg {
    width: 100%;
    height: auto;
    fill: white; }

.home-intro {
  position: relative;
  z-index: 2; }
  .home-intro > * + * {
    margin: var(--su) auto 0 auto; }
  .home-intro h1 {
    display: grid;
    place-content: center;
    margin: 0 auto calc(var(--su) * 2); }
  .home-intro__logo {
    display: block;
    height: 300px;
    transition: transform 200ms ease-out; }
    @media (min-width: 400px) {
      .home-intro__logo {
        height: 400px; } }
    @media (min-width: 768px) {
      .home-intro__logo {
        height: 500px; } }
    .home-intro__logo .exposition {
      opacity: 0;
      transform: scale(0);
      transform-origin: top;
      animation: showFromCenter 500ms 500ms forwards cubic-bezier(0.28, 0.84, 0.42, 1); }
    .home-intro__logo .logo {
      transform: translateY(100%);
      transform-origin: bottom;
      animation: bounceFromBottom 1500ms 800ms forwards cubic-bezier(0.28, 0.84, 0.42, 1); }
    .home-intro__logo .baseline {
      opacity: 0;
      transform-origin: bottom;
      animation: showFromCenter 500ms 1400ms forwards cubic-bezier(0.28, 0.84, 0.42, 1); }

.prolongation {
  position: absolute;
  left: 50%;
  width: 13.6em;
  margin: 0;
  padding: 0.33em 1em;
  border: 5px solid white;
  background: rgba(var(--green), 0.9);
  font-family: var(--ff-t);
  font-size: 1.2rem;
  text-align: center;
  line-height: 1;
  text-transform: uppercase;
  transform: translate(-50%, 20px) rotate(-9deg);
  opacity: 0;
  z-index: 2;
  animation: slowShow 200ms 2500ms forwards cubic-bezier(0.28, 0.84, 0.42, 1); }
  @media (min-width: 400px) {
    .prolongation {
      font-size: 1.4rem; } }
  @media (min-width: 920px) {
    .prolongation {
      font-size: 1.6rem;
      transform: translate(-50%, 30px) rotate(-7deg); } }
.home-intro__date {
  font-family: var(--ff-t);
  text-align: center;
  font-size: 2rem; }
  @media (min-width: 400px) {
    .home-intro__date {
      font-size: 2.6rem; } }
  .home-intro__date small {
    display: block;
    font-size: 50%; }

.home-intro__signature {
  text-align: center;
  font-size: 1rem; }

a.home-intro__logo {
  display: block;
  width: 80%;
  height: auto;
  max-width: 200px;
  transition: transform 200ms ease-out; }
  @media (min-width: 400px) {
    a.home-intro__logo {
      max-width: 250px; } }
  @media (min-width: 768px) {
    a.home-intro__logo {
      max-width: 280px; } }
  a.home-intro__logo svg {
    width: 100%;
    height: auto; }
  a.home-intro__logo #cal-logo {
    display: block;
    margin: 0 auto;
    max-width: 140px; }

.home-intro__txt {
  text-align: center;
  font-family: var(--ff-t);
  font-size: 1.6rem; }

.home-infos {
  --item-width: 64ch;
  --gap: calc(var(--su)*3);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: calc(var(--su)*3);
  max-width: calc((var(--item-width) * 2) + var(--gap));
  margin: 4rem auto; }
  .home-infos h2 {
    text-align: center; }
  .home-infos strong {
    font-weight: 600;
    font-size: 115%; }

.home-infos__txt {
  --mask-image: url(../assets/img/blob1.webp);
  position: relative;
  flex: 1 1 var(--item-width);
  max-width: var(--item-width);
  padding: var(--su); }
  .home-infos__txt h2 {
    margin-top: var(--su); }
  @media (max-width: 767px) {
    .home-infos__txt {
      background-color: var(--green); }
      .home-infos__txt:nth-child(2) {
        --mask-image: url(../assets/img/blob2.webp); }
        .home-infos__txt:nth-child(2) img {
          margin: 0 auto var(--su);
          width: Min(280px, 100%); } }
  @media (min-width: 768px) {
    .home-infos__txt:nth-child(even) {
      margin-right: -30px; }
    .home-infos__txt:nth-child(odd) {
      margin-left: -30px; }
    .home-infos__txt:nth-child(1):before {
      transform: scale(3.9, 1.8); }
    .home-infos__txt:nth-child(2) {
      --mask-image: url(../assets/img/blob2.webp); }
      .home-infos__txt:nth-child(2):before {
        transform: scale(3.8, 1.6); }
      .home-infos__txt:nth-child(2) img {
        width: 36%;
        float: left;
        margin-right: 0.5em;
        border-radius: 50%;
        shape-outside: circle(50%);
        shape-margin: 0.25em;
        transform: rotate(6deg); }
    .home-infos__txt:nth-child(3) {
      --mask-image: url(../assets/img/blob3.webp); }
      .home-infos__txt:nth-child(3):before {
        transform: scale(3.6, 2.6); }
    .home-infos__txt:nth-child(4) {
      --mask-image: url(../assets/img/blob4.webp); }
      .home-infos__txt:nth-child(4):before {
        transform: scale(2.5, 1.5); } }
/*   .home-infos__booking-contact {
  
    .section {
      position:relative;
      margin-bottom:1rem;
      padding: 1rem;
      border-radius:0.25em;
      background-color:rgba(var(--green),0.6);
      border: 2px solid white;
  
      &:before {
        content:"";
        position: absolute;
        left:0.5em;
        top:1em;
        width:1.3em;
        height:1.3em;
      }
  
      &:nth-of-type(1) {
        
        &:before {
          background-image:url("../assets/img/ticket.svg");
        }
      }
      &:nth-of-type(2) {
        
        &:before {
          background-image:url("../assets/img/price.svg");
        }
      }
      &:nth-of-type(3) {
        
        &:before {
          background-image:url("../assets/img/clock.svg");
        }
      }
      &:nth-of-type(4) {
        
        &:before {
          background-image:url("../assets/img/animations.svg");
        }
      }
  
      > * + * {
        margin-top:var(--su);
        margin-bottom:0;
      }
    }
  
    h3 {
      margin-top: 0;
      margin-left:0.9em;
    }
  
    ul {
      padding-left:1em;
      margin-bottom:0;
    }
    hr {
      margin: 1rem 0 0 0 ;
      width: 20%;
      color: white;
    }
  } */
.single--gallery .gallery {
  max-width: 1780px;
  margin: 0 auto; }

.single--events h2 {
  text-align: center; }

.exposition .item:hover .expo-img {
  animation-play-state: paused; }

.exposition .item h3 {
  margin-block: var(--su); }

.exposition .expo-img {
  position: relative;
  max-width: 200px;
  border-radius: 50%;
  z-index: 1; }
  @media (min-width: 480px) {
    .exposition .expo-img {
      float: left;
      margin-right: 0.7em;
      shape-outside: circle(50%);
      shape-margin: 0.25em; } }
  @media (prefers-reduced-motion: no-preference) {
    .exposition .expo-img--02 {
      animation: rotateSlow 5s infinite ease-in-out; }
      @supports (animation-timeline: view()) {
        @media (prefers-reduced-motion: no-preference) and (max-width: 767px) {
          .exposition .expo-img--02 {
            animation: rotateSlow ease-in-out both;
            animation-timeline: view(block);
            animation-range: cover 0% cover 100%; } } }
    .exposition .expo-img--03 {
      background-color: #fdc701;
      animation: fadeBg 10s infinite ease-in-out;
      animation-direction: alternate; } }
.animations-intro {
  margin: 0 auto calc(var(--su)*3); }

.animations h2 {
  margin-top: 0; }

.animations .cta {
  margin-top: calc(var(--su)*2);
  padding: calc(var(--su)*3) calc(var(--su)*2); }
  @media (min-width: 768px) {
    .animations .cta {
      padding: calc(var(--su)*6) calc(var(--su)*2); } }
  .animations .cta:before {
    transform: scale(3.2, 1.3); }

.animations-illu {
  mask-image: url(../assets/img/blob4.webp);
  mask-repeat: no-repeat;
  mask-size: 100% 100%;
  transform: scale(1.35); }
  @media (min-width: 1600px) {
    .animations-illu {
      transform: scale(1.85); } }
.animations-infos-pratiques.bg {
  max-width: max-content;
  margin-top: calc(var(--su)*4);
  margin-inline: auto; }
  .animations-infos-pratiques.bg:before {
    transform: scale(3, 1.5); }
  .animations-infos-pratiques.bg .intro {
    margin-bottom: calc(var(--su)*2); }
  .animations-infos-pratiques.bg h3 {
    margin: 0; }

.event {
  position: relative;
  max-width: 40em;
  margin-right: auto;
  margin-left: auto;
  padding: 1rem;
  border: 2px solid white;
  border-radius: 0.25em;
  background-color: rgba(var(--green), 0.6);
  color: white; }
  .event:not(:last-of-type) {
    margin-bottom: calc(var(--su) * 4); }
  .event > * + * {
    margin-top: var(--su);
    margin-bottom: 0; }

.event__header img {
  margin-bottom: var(--su); }

.event__header h3 {
  font-size: 2rem;
  margin: 0 0 var(--su) 0; }

.event__header small {
  display: block;
  margin-top: 0.5em;
  font-size: 60%;
  line-height: 1.25; }

.event__header p {
  margin: 0;
  font-family: var(--ff-t);
  font-size: 1.2rem; }

.event__content .chapeau {
  font-size: 1.2rem; }

.event__content p {
  margin-top: 0; }

.event__footer {
  margin-top: calc(var(--su) * 2);
  padding: calc(var(--su) * 2) 0 0;
  border-top: 2px solid white; }
  .event__footer ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .event__footer li {
    position: relative;
    margin-bottom: var(--su);
    padding: 0 0 0 calc(var(--su) * 1.75); }
    .event__footer li:before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 1.3em;
      height: 1.3em; }
    .event__footer li[aria-label="Réservation"]:before {
      background-image: url("../assets/img/ticket.svg"); }
    .event__footer li[aria-label="Prix"]:before {
      background-image: url("../assets/img/price.svg"); }
    .event__footer li[aria-label="Horaire"]:before {
      background-image: url("../assets/img/clock.svg"); }

.presse .site-main {
  text-align: center; }
  .presse .site-main h2 {
    margin: calc(var(--su) * 3) 0 0;
    font-size: 1.6rem; }
  .presse .site-main p {
    margin-top: calc(var(--su) / 2); }

.presse__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto calc(var(--su) * 4);
  padding: 0;
  list-style: none; }
  .presse__list li {
    width: 100%;
    max-width: 24ch;
    margin: var(--su);
    text-align: center; }
  .presse__list a.button {
    width: 100%; }

.single.fiche-technique h2 {
  max-width: 100%;
  margin: 0;
  padding: calc(var(--su) * 2) 0 calc(var(--su) * 2) 0;
  text-align: center; }

.single.fiche-technique h3 {
  text-align: center; }

.fiche-technique__section + .fiche-technique__section {
  margin-top: calc(var(--su) * 4); }

.fiche-technique__list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: calc(var(--su) * 2);
  margin: 0;
  padding: 0;
  list-style: none; }
  @media (min-width: 768px) {
    .fiche-technique__list {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(560px, 1fr)); } }
  .fiche-technique__list.event {
    max-width: 100%;
    padding: var(--su); }
  .fiche-technique__list li {
    text-align: center; }
  .fiche-technique__list iframe {
    max-width: 100%;
    aspect-ratio: 16/9; }

.gallery-intro form {
  display: flex;
  flex-direction: column;
  width: 12em;
  margin-inline: auto;
  text-align: center; }

.gallery-intro input {
  display: block;
  width: 12em;
  text-align: center;
  font-size: 1.2rem;
  -webkit-appearance: textfield; }

.gallery-intro h2 {
  text-align: center;
  margin-block: calc(var(--su)* 3) !important; }

.images-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: calc(var(--su) * 4);
  text-align: center; }

.image-item {
  width: Min(600px, 100%);
  padding: var(--su);
  background: var(--green);
  --shadow-color: 327deg 20% 40%;
  --shadow-elevation-medium:
        0.3px 0.5px 0.7px hsl(var(--shadow-color) / 0.36),
        0.8px 1.6px 2px -0.8px hsl(var(--shadow-color) / 0.36),
        2.1px 4.1px 5.2px -1.7px hsl(var(--shadow-color) / 0.36),
        5px 10px 12.6px -2.5px hsl(var(--shadow-color) / 0.36);
  box-shadow: var(--shadow-elevation-medium); }
  .image-item figure,
  .image-item img {
    margin: 0;
    border-top-right-radius: 0.25em;
    border-top-left-radius: 0.25em;
    width: 100%; }
  .image-item figcaption {
    margin-block: calc(var(--su) / 2);
    padding: 0;
    font-size: 1.3rem; }

.image-item__buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: var(--su);
  line-height: 1;
  font-size: 1rem; }
  .image-item__buttons .button {
    display: inline-flex;
    align-items: center;
    gap: 0.25em;
    border: none;
    font-size: 1rem; }
    .image-item__buttons .button:hover, .image-item__buttons .button:focus {
      background-color: var(--magenta);
      outline: 2px solid white; }

.ressources-list h1 {
  max-width: 17em; }

.ressources-categories {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: var(--su);
  padding-left: 0;
  list-style: none; }

.ressources-category a {
  width: max-content; }

.ressources-category h2 {
  margin: 0;
  font-size: 1.4rem;
  text-align: center; }

.ressources-single a {
  word-wrap: break-word; }

.ressources-single__title {
  text-align: center; }
  .ressources-single__title small {
    display: block;
    font-size: 50%; }

.ressources-single__content {
  max-width: 80ch;
  margin-inline: auto; }
  .ressources-single__content h2 {
    text-align: center; }
    .ressources-single__content h2:first-of-type {
      margin-top: 0; }
    .ressources-single__content h2:after {
      content: "↓";
      display: block;
      font-size: 0.6em; }

.ressources-single__section {
  margin: 0 auto;
  padding: var(--su) calc(var(--su)*2);
  background-color: var(--green);
  box-shadow: var(--shadow-elevation-medium); }
  .ressources-single__section + .ressources-single__section {
    margin-top: calc(var(--su) *3); }
  .ressources-single__section h3 {
    position: relative;
    margin: 0 0 1em; }
    .ressources-single__section h3:before {
      content: "";
      display: block;
      position: absolute;
      top: 0.55em;
      left: -0.92em;
      width: 0.6em;
      height: 2px;
      background: white; }
  .ressources-single__section ul {
    padding-left: 0.8em; }
  .ressources-single__section a {
    word-wrap: break-word;
    text-decoration-color: var(--magenta); }

.ressources-single__footer {
  margin-top: calc(var(--su)*3); }

.ressources-single__nav {
  display: flex;
  justify-content: space-between;
  color: white; }

.ressources-single__nav__link {
  flex: 1;
  display: flex;
  align-items: center;
  padding: 0.5em;
  max-width: 50%;
  max-width: max-content; }
  .ressources-single__nav__link.prev {
    margin-right: 0.5em; }
    .ressources-single__nav__link.prev:before {
      content: "← ";
      padding-right: 0.5em; }
  .ressources-single__nav__link.next {
    margin-left: 0.5rem;
    text-align: right; }
    .ressources-single__nav__link.next:after {
      content: " →";
      padding-left: 0.5em; }

.conferences-list h2 {
  margin-block: 0 var(--su); }

.conferences-list article {
  text-align: center;
  background-color: var(--green);
  box-shadow: var(--shadow-elevation-medium); }
  .conferences-list article .text {
    container: inline-size; }
  .conferences-list article .conferences-date {
    font-size: 1.4rem;
    font-size: Min(1.4rem, 5cqw); }
  .conferences-list article > a > img {
    mask-image: linear-gradient(0deg, transparent 1%, #000 25%, #000 100%, transparent 100%);
    mask-position: 0% 0%;
    transition: filter 250ms ease-out; }
  .conferences-list article:has(a:hover) a {
    text-decoration: underline; }
  .conferences-list article:has(a:hover) img {
    filter: sepia(50%); }

.conferences-date {
  text-transform: uppercase;
  font-weight: 200; }

.conferences-lieu {
  margin-block: var(--su) calc(var(--su) * 2);
  text-align: center;
  font-size: 1.2rem;
  font-weight: 200; }

.single-conference {
  max-width: 80ch;
  margin-inline: auto; }
  .single-conference header {
    container: inline-size; }
  .single-conference h1 {
    margin-bottom: var(--su); }
  .single-conference .conferences-date {
    margin: 0 auto;
    text-align: center;
    font-size: 1.8rem; }
  .single-conference .conferences-lieu {
    margin-inline: auto;
    text-align: center;
    font-size: 1.2rem;
    font-weight: 200; }

.single-conference__content {
  background-color: var(--green);
  box-shadow: var(--shadow-elevation-medium); }
  .single-conference__content > img {
    mask-image: linear-gradient(0deg, transparent 1%, #000 25%, #000 100%, transparent 100%); }
  .single-conference__content .content {
    padding: var(--su) calc(var(--su)*2);
    background-color: var(--green); }

.conference-reservation {
  border-top: 1px solid; }

.back-to-conferences {
  margin-block: calc(var(--su) * 4) 0; }
  .back-to-conferences a {
    font-weight: 200;
    font-size: 1.4rem; }

.single-traduction {
  color: var(--txt-color); }
  .single-traduction.zone-1 {
    --border-color: var(--green); }
  .single-traduction.zone-2 {
    --border-color: var(--magenta); }
  .single-traduction:not(.intro) .site-wrapper {
    padding-top: 0;
    background: none; }
  .single-traduction .site-main {
    margin: 0 auto;
    max-width: 56ch;
    counter-reset: qr; }
    .single-traduction .site-main > * {
      text-wrap: pretty; }
  .single-traduction.cartels .site-main {
    padding-inline: 0; }
  .single-traduction h1 {
    margin: calc(var(--su) * 4) auto;
    text-align: left;
    line-height: 1;
    font-size: 4rem; }
  .single-traduction.cartels h1 {
    padding-inline: calc(var(--su)*2); }
  .single-traduction .qr-item {
    hyphens: auto;
    hyphenate-limit-chars: 8 4 4; }
    .single-traduction .qr-item + .qr-item {
      margin-top: calc(var(--su)*6); }
    .single-traduction .qr-item img {
      float: right;
      margin-left: 0.5rem;
      margin-bottom: 0.5rem; }
  .single-traduction.cartels .qr-item {
    border-bottom: calc(var(--su)*4) solid var(--border-color);
    border-right: var(--su) solid var(--border-color);
    border-left: var(--su) solid var(--border-color); }
  .single-traduction h2 {
    color: var(--green);
    margin: calc(var(--su)*2) 0 0;
    background-color: var(--border-color);
    font-size: 2rem; }
    .single-traduction h2 small {
      display: block;
      margin-top: 0.25em;
      line-height: 1;
      font-size: 75%; }
  .single-traduction.cartels h2 {
    padding: var(--su);
    color: white; }
    .single-traduction.cartels h2:before {
      counter-increment: qr;
      content: counter(qr) " : ";
      font-size: 80%;
      opacity: 0.8; }
  .single-traduction h3 {
    margin-bottom: 0.5em;
    font-size: 2rem; }
  .single-traduction .qr-item__txt {
    padding-inline: var(--su); }
    .single-traduction .qr-item__txt p:first-of-type {
      margin-top: 0.5em; }
    .single-traduction .qr-item__txt > img:first-of-type {
      margin-top: 0.4em; }
    .single-traduction .qr-item__txt hr {
      max-width: 60%;
      height: 1px;
      margin-left: 0;
      border: none;
      background-color: #FF5E05;
      color: #FF5E05; }
    .single-traduction .qr-item__txt .text-small {
      position: relative;
      margin-block: 0.6em 1em;
      padding-left: 30px;
      font-size: 1rem; }
    .single-traduction .qr-item__txt a {
      color: inherit; }
      .single-traduction .qr-item__txt a:before {
        content: '';
        position: absolute;
        top: 0.1em;
        left: 0;
        display: block;
        width: 1.3em;
        height: 1.3em;
        background-image: url(../assets/img/right-arrow-link.svg);
        background-repeat: no-repeat;
        background-size: contain; }
  .single-traduction .text-big {
    line-height: 1.1;
    font-size: 2.6rem; }
  .single-traduction .saviez-vous {
    margin-top: calc(var(--su)*2);
    font-size: 1rem;
    color: var(--magenta); }
    .single-traduction .saviez-vous img {
      float: left;
      margin: 0 0.5em 0 0;
      shape-outside: circle(50%);
      shape-margin: 0.25em;
      border-radius: 50%; }
  .single-traduction .radius-block {
    align-content: center;
    min-height: 4.2em;
    margin: 1em 0;
    padding: var(--su);
    border-radius: 0.7em;
    text-align: center;
    font-weight: bold;
    font-size: 1.4rem; }
    .single-traduction .radius-block p {
      margin: 0; }
  .single-traduction .four-ways {
    margin-top: calc(var(--su)*2);
    padding-left: 1em;
    list-style: url(/assets/img/accordeons/yellow-circle.png); }
    .single-traduction .four-ways li + li {
      margin-top: calc(var(--su)*2); }
  .single-traduction .have-you-noticed {
    margin-top: calc(var(--su)*2);
    margin-left: 0;
    padding-left: 0;
    list-style: ''; }
    .single-traduction .have-you-noticed li {
      display: flex;
      align-items: center;
      gap: 0.5em;
      font-family: var(--ff-t);
      color: var(--green);
      text-wrap: balance; }
      .single-traduction .have-you-noticed li img {
        float: none;
        margin: 0;
        height: auto; }
      .single-traduction .have-you-noticed li:nth-child(even) {
        text-align: right; }
        .single-traduction .have-you-noticed li:nth-child(even) img {
          order: 2; }
      .single-traduction .have-you-noticed li + li {
        margin-top: calc(var(--su)*2); }
  .single-traduction .illusions-and-arts > div:nth-child(even) {
    text-align: right; }
    .single-traduction .illusions-and-arts > div:nth-child(even) img {
      float: left; }
  .single-traduction .illusions-and-arts div + div {
    margin-top: calc(var(--su)*4); }
  .single-traduction .illusions-and-arts h2 {
    color: var(--magenta); }
  .single-traduction .site-footer {
    padding-top: calc(var(--su)*4); }
  .single-traduction .site-footer__inner {
    padding-block: var(--su); }
    .single-traduction .site-footer__inner svg {
      width: Min(33.3333%, 150px); }

@keyframes showFromCenter {
  0% {
    opacity: 0;
    transform: scale(0.5); }
  56% {
    opacity: 1;
    transform: scale(1.1); }
  82% {
    opacity: 1;
    transform: scale(0.9); }
  100% {
    opacity: 1;
    transform: scale(1); } }

@keyframes bounceFromBottom {
  0% {
    transform: scale(1, 1) translateY(100%); }
  10% {
    transform: scale(1.03, 0.9) translateY(100%); }
  30% {
    transform: scale(0.9, 1.03) translateY(-3%); }
  50% {
    transform: scale(1.01, 0.95) translateY(0%); }
  57% {
    transform: scale(1, 1) translateY(-1%); }
  84% {
    transform: scale(1, 1) translateY(0%); }
  100% {
    transform: scale(1, 1) translateY(0%); } }

@keyframes reveal {
  to {
    transform: translateY(0%);
    opacity: 1; } }

@keyframes disappear {
  to {
    transform: translateY(2rem);
    opacity: 0; } }

@keyframes slowShow {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes rotateSlow {
  to {
    transform: rotate(360deg); } }

@keyframes fadeBg {
  0%, 20%, 80% {
    background-color: #fdc701; }
  50% {
    background-color: #eb6e3c; } }

@media screen and (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important; } }
