@charset "UTF-8";
/*!
Theme Name: GLAJ-GE
Theme URI: http://underscores.me/
Author: OnzeWeb
Author URI: http://onzeweb.ch
Description: Template GLAJ-GE 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: glaj
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.

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

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- 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: "GeneralSans-Variable", -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
--------------------------------------------- */
.main-navigation {
  display: block;
}

/* Small menu. */
/* 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;
  background-color: #FFFFFF;
}

#page {
  position: relative;
  overflow-x: clip;
}

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

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

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

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

.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);
  }
}

.is-style-overflow-hidden {
  overflow: hidden;
}

.facetwp-display-value {
  padding-right: 0 !important;
}

/* ------------------------------------------- */
/* ------------------------------------------- */
/**
* This is a variable font
* You can control variable axes as shown below:
* font-variation-settings: wght 700.0;
*
* available axes:
'wght' (range from 200.0 to 700.0
*/
@font-face {
  font-family: "GeneralSans-Variable";
  src: url("assets/fonts/GeneralSans-Variable.woff2") format("woff2"), url("assets/fonts/GeneralSans-Variable.woff") format("woff"), url("assets/fonts/GeneralSans-Variable.ttf") format("truetype");
  font-weight: 200 700;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "GeneralSans-VariableItalic";
  src: url("assets/fonts/GeneralSans-VariableItalic.woff2") format("woff2"), url("assets/fonts/GeneralSans-VariableItalic.woff") format("woff"), url("assets/fonts/GeneralSans-VariableItalic.ttf") format("truetype");
  font-weight: 200 700;
  font-display: swap;
  font-style: italic;
}
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

body {
  font-family: "GeneralSans-Variable";
}

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

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
}
h1 b, h1 strong, h2 b, h2 strong, h3 b, h3 strong, h4 b, h4 strong, h5 b, h5 strong, h6 b, h6 strong {
  font-weight: 600;
}

h1 {
  font-size: clamp(50px, 46.9230769231px + 0.9615384615vw, 60px);
  line-height: 1;
}

h2 {
  font-size: clamp(32px, 27.0769230769px + 1.5384615385vw, 48px);
  line-height: 1;
}

h3 {
  font-size: clamp(26px, 22.9230769231px + 0.9615384615vw, 36px);
  line-height: 1.111;
}

h4 {
  font-size: clamp(24px, 22.1538461538px + 0.5769230769vw, 30px);
  line-height: 1.2;
}

h5 {
  font-size: clamp(20px, 18.7692307692px + 0.3846153846vw, 24px);
  line-height: 1.333;
}

h6 {
  font-size: clamp(18px, 17.3846153846px + 0.1923076923vw, 20px);
  line-height: 1.4;
}

p, .wp-block-list {
  font-size: clamp(16px, 15.3846153846px + 0.1923076923vw, 18px);
  line-height: 1.628;
}
p.has-small-font-size, .wp-block-list.has-small-font-size {
  font-size: clamp(12px, 11.3846153846px + 0.1923076923vw, 14px) !important;
}
p.has-medium-font-size, .wp-block-list.has-medium-font-size {
  font-size: clamp(16px, 15.3846153846px + 0.1923076923vw, 18px) !important;
}
p.has-large-font-size, .wp-block-list.has-large-font-size {
  font-size: clamp(20px, 18.7692307692px + 0.3846153846vw, 24px) !important;
  line-height: 1.625;
}
p.has-x-large-font-size, .wp-block-list.has-x-large-font-size {
  font-size: clamp(24px, 22.1538461538px + 0.5769230769vw, 30px) !important;
}
p a, .wp-block-list a {
  font-weight: 600;
  text-decoration: underline;
  text-decoration-color: #5980F7;
  text-decoration-thickness: 2px;
  text-underline-offset: 2px;
}
p b, p strong, .wp-block-list b, .wp-block-list strong {
  font-weight: 600;
}
/* ------------------------------------------- */
/* ------------------------------------------- */
#masthead {
  position: fixed;
  z-index: 1111;
  top: 0;
  left: 0;
  width: 100%;
  padding: 27px 2.5% 10px;
  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: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: transparent;
  -webkit-transition: top 0.5s ease-in-out, background-color 0.3s ease-in-out, padding-top 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
  transition: top 0.5s ease-in-out, background-color 0.3s ease-in-out, padding-top 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
  transition: top 0.5s ease-in-out, background-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out, padding-top 0.3s ease-in-out;
  transition: top 0.5s ease-in-out, background-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out, padding-top 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
}
@media screen and (max-width: 781px) {
  #masthead {
    padding: 27px 5% 10px;
  }
}
#masthead.scrolled {
  padding-top: 10px;
  background-color: #FFFFFF;
  -webkit-transition: top 0.2s ease-in-out, background-color 0.2s ease-in-out, padding-top 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
  transition: top 0.2s ease-in-out, background-color 0.2s ease-in-out, padding-top 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
  transition: top 0.2s ease-in-out, background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, padding-top 0.2s ease-in-out;
  transition: top 0.2s ease-in-out, background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, padding-top 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
  -webkit-box-shadow: 0 1rem 1rem #1C1C1C20;
          box-shadow: 0 1rem 1rem #1C1C1C20;
}
#masthead.scrolled.menu-hide {
  top: calc(var(--header-height) * -1 - 1px);
}
#masthead .site-branding {
  -webkit-box-flex: 0;
      -ms-flex: 0 1;
          flex: 0 1;
  padding-top: 10px;
  padding-bottom: 10px;
}
#masthead .site-branding .site-logo-link {
  position: relative;
  z-index: 2;
  display: block;
  width: clamp(120px, 112.6153846154px + 2.3076923077vw, 144px);
  -webkit-transition: width 0.2s ease-in-out;
  transition: width 0.2s ease-in-out;
}
@media screen and (max-width: 420px) {
  #masthead .site-branding .site-logo-link {
    width: 96px;
  }
}
#masthead .site-branding .site-logo-link #site-logo {
  display: block;
  width: 100%;
  height: auto;
}
#masthead .site-branding .site-logo-link #site-logo .site-logo-g, #masthead .site-branding .site-logo-link #site-logo .site-logo-l, #masthead .site-branding .site-logo-link #site-logo .site-logo-a {
  fill: #FF5959;
}
#masthead .site-branding .site-logo-link #site-logo .site-logo-j {
  fill: #FFBE00;
}
#masthead .site-branding .site-logo-link #site-logo .site-logo-g, #masthead .site-branding .site-logo-link #site-logo .site-logo-l, #masthead .site-branding .site-logo-link #site-logo .site-logo-a, #masthead .site-branding .site-logo-link #site-logo .site-logo-j {
  -webkit-transition: fill 0.2s ease-in-out;
  transition: fill 0.2s ease-in-out;
}
#masthead .site-branding .site-logo-link #site-logo.logo-white .site-logo-g, #masthead .site-branding .site-logo-link #site-logo.logo-white .site-logo-l, #masthead .site-branding .site-logo-link #site-logo.logo-white .site-logo-a, #masthead .site-branding .site-logo-link #site-logo.logo-white .site-logo-j {
  fill: #FFFFFF;
}
#masthead .site-branding .site-logo-link #site-logo.logo-black .site-logo-g, #masthead .site-branding .site-logo-link #site-logo.logo-black .site-logo-l, #masthead .site-branding .site-logo-link #site-logo.logo-black .site-logo-a, #masthead .site-branding .site-logo-link #site-logo.logo-black .site-logo-j {
  fill: #1C1C1C;
}
#masthead .site-branding .site-logo-link #site-logo.logo-white-j-yellow .site-logo-g, #masthead .site-branding .site-logo-link #site-logo.logo-white-j-yellow .site-logo-l, #masthead .site-branding .site-logo-link #site-logo.logo-white-j-yellow .site-logo-a {
  fill: #FFFFFF;
}
#masthead .site-branding .site-logo-link #site-logo.logo-white-j-yellow .site-logo-j {
  fill: #FFBE00 !important;
}
#masthead .main-navigation {
  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: 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;
  gap: clamp(16px, 14.7692307692px + 0.3846153846vw, 20px);
}
@media screen and (max-width: 420px) {
  #masthead .main-navigation {
    gap: 10px;
  }
}
#masthead .main-navigation .menu-member-link {
  font-size: clamp(16px, 15.3846153846px + 0.1923076923vw, 18px);
  font-weight: 600;
  line-height: 1.5;
  white-space: nowrap;
  color: #FFFFFF;
  background-color: #4F1D46;
  border-radius: 2em;
  padding: 0.444em 1.111em;
}
@media screen and (max-width: 420px) {
  #masthead .main-navigation .menu-member-link {
    font-size: 14px;
    padding: 0.4em 0.9em;
  }
}
#masthead .main-navigation .menu-member-link {
  -webkit-transition: background-color 0.2s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: background-color 0.2s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
}
#masthead .main-navigation .menu-member-link:hover {
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
  -webkit-box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
}
#masthead #zone-menu {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  background-color: #4F1D46;
  color: #FFFFFF;
  -webkit-transition: left 0.3s ease-in-out;
  transition: left 0.3s ease-in-out;
  padding-top: calc(var(--header-height) + 30px);
  padding-left: 2.5%;
  padding-right: 2.5%;
}
#masthead #zone-menu .zone-menu-container {
  position: relative;
  z-index: 1;
  width: 90%;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(16px, 14.7692307692px + 0.3846153846vw, 20px);
}
@media screen and (max-width: 1130px) {
  #masthead #zone-menu .zone-menu-container {
    width: 90%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 50px;
  }
}
#masthead #zone-menu .zone-socials {
  padding: clamp(20px, 13.8461538462px + 1.9230769231vw, 40px);
  border-radius: 30px;
  background-color: #3E0834;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
#masthead #zone-menu .zone-socials .socials-title {
  font-size: clamp(30px, 26.9230769231px + 0.9615384615vw, 40px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: -1.1%;
  margin: 0;
}
#masthead #zone-menu .zone-socials #socials-menu-header {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: calc(clamp(16px, 14.7692307692px + 0.3846153846vw, 20px) / 2);
  margin-top: 20px;
}
#masthead #zone-menu .zone-socials #socials-menu-header li a {
  aspect-ratio: 1;
  width: clamp(40px, 26.9938461538px + 4.0644230769vw, 82.27px);
  height: clamp(40px, 26.9938461538px + 4.0644230769vw, 82.27px);
  padding: 10px;
  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;
  background-color: #FFFFFF10;
  border-radius: 7.29px;
  -webkit-transition: background-color 0.2s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: background-color 0.2s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
}
#masthead #zone-menu .zone-socials #socials-menu-header li a:hover {
  background-color: #4F1D46;
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
  -webkit-box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
}
#masthead #zone-menu .zone-socials #socials-menu-header li a svg {
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  height: auto;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
}
#masthead #zone-menu .animation-menu {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#masthead #zone-menu .animation-menu #animated-svg {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: auto;
  height: 100%;
  -webkit-transform: scale(1.05) translateZ(0);
          transform: scale(1.05) translateZ(0);
  will-change: transform;
}
#masthead #zone-menu .animation-menu #animated-svg .stroke-red {
  stroke: #FF5959;
}
#masthead #zone-menu .animation-menu #animated-svg .stroke-yellow {
  stroke: #FFBE00;
}
#masthead #zone-menu .animation-menu #animated-svg .stroke-green {
  stroke: #59C15B;
}
#masthead #zone-menu #primary-menu {
  list-style: none;
  margin: 0;
  padding: clamp(20px, 13.8461538462px + 1.9230769231vw, 40px);
  background-color: #3E0834;
  border-radius: 30px;
  color: #FFFFFF;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  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: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-column-gap: clamp(16px, 14.7692307692px + 0.3846153846vw, 20px);
     -moz-column-gap: clamp(16px, 14.7692307692px + 0.3846153846vw, 20px);
          column-gap: clamp(16px, 14.7692307692px + 0.3846153846vw, 20px);
  row-gap: calc(clamp(16px, 14.7692307692px + 0.3846153846vw, 20px) / 2);
}
#masthead #zone-menu #primary-menu > li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: calc(50% - clamp(16px, 14.7692307692px + 0.3846153846vw, 20px) / 2);
}
#masthead #zone-menu #primary-menu > li > a {
  font-size: clamp(30px, 26.9230769231px + 0.9615384615vw, 40px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -1.1%;
}
#masthead #zone-menu #primary-menu > li.menu-item-has-children {
  position: relative;
}
#masthead #zone-menu #primary-menu > li.menu-item-has-children > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#masthead #zone-menu #primary-menu > li.menu-item-has-children > a::after {
  content: "";
  background-image: url(./assets/svg/icon-arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 18px;
  height: 38px;
  margin-left: 20px;
  margin-bottom: -10px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
#masthead #zone-menu #primary-menu > li.menu-item-has-children.is-open > a::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
#masthead #zone-menu #primary-menu > li.menu-item-has-children .sub-menu {
  overflow: hidden;
  height: 0;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
  margin: 0;
  padding: 0;
  list-style: none;
}
#masthead #zone-menu #primary-menu > li.menu-item-has-children .sub-menu li a {
  font-size: clamp(16px, 14.7692307692px + 0.3846153846vw, 20px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -1.1%;
}
@media screen and (max-width: 781px) {
  #masthead #zone-menu #primary-menu {
    max-width: 100%;
  }
  #masthead #zone-menu #primary-menu > li {
    width: 100%;
  }
}
#masthead.menu-open #zone-menu {
  display: block;
}
#masthead.header-over-hero:not(.scrolled):not(.menu-open) .site-branding .site-logo-link #site-logo .site-logo-g, #masthead.header-over-hero:not(.scrolled):not(.menu-open) .site-branding .site-logo-link #site-logo .site-logo-l, #masthead.header-over-hero:not(.scrolled):not(.menu-open) .site-branding .site-logo-link #site-logo .site-logo-a, #masthead.header-over-hero:not(.scrolled):not(.menu-open) .site-branding .site-logo-link #site-logo .site-logo-j {
  fill: #FFFFFF;
}
#masthead.header-over-hero:not(.scrolled):not(.menu-open) #burger-menu:not(.active) span {
  background-color: #FFFFFF;
}
#masthead.header-over-header-image:not(.scrolled):not(.menu-open) .site-branding .site-logo-link #site-logo .site-logo-g, #masthead.header-over-header-image:not(.scrolled):not(.menu-open) .site-branding .site-logo-link #site-logo .site-logo-l, #masthead.header-over-header-image:not(.scrolled):not(.menu-open) .site-branding .site-logo-link #site-logo .site-logo-a {
  fill: #FFFFFF;
}
#masthead.header-over-header-image:not(.scrolled):not(.menu-open) .site-branding .site-logo-link #site-logo .site-logo-j {
  fill: #FFBE00;
}
#masthead.header-over-header-image:not(.scrolled):not(.menu-open) #burger-menu:not(.active) span {
  background-color: #FFFFFF;
}

/*--- debut burger menu ---*/
#burger-menu {
  position: relative;
  z-index: 1111;
  display: block;
  width: 44px;
  height: 44px;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background-color: transparent;
  cursor: pointer;
}
#burger-menu.disabled {
  pointer-events: none;
}
#burger-menu::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 0;
  height: 0;
  background-color: 44px;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: width 0.3s ease-in-out, height 0.3s ease-in-out, background-color 0.3s ease-in-out;
  transition: width 0.3s ease-in-out, height 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
#burger-menu span {
  display: block;
  position: absolute;
  right: calc(50% - 22px);
  width: 44px;
  height: 4px;
  background-color: #4F1D46;
  border-radius: 22px;
  -webkit-transition: top 0.2s 0.4s, bottom 0.2s 0.4s, opacity 0.2s 0.2s, background-color 0.2s, -webkit-transform 0.2s 0.2s;
  transition: top 0.2s 0.4s, bottom 0.2s 0.4s, opacity 0.2s 0.2s, background-color 0.2s, -webkit-transform 0.2s 0.2s;
  transition: top 0.2s 0.4s, bottom 0.2s 0.4s, opacity 0.2s 0.2s, transform 0.2s 0.2s, background-color 0.2s;
  transition: top 0.2s 0.4s, bottom 0.2s 0.4s, opacity 0.2s 0.2s, transform 0.2s 0.2s, background-color 0.2s, -webkit-transform 0.2s 0.2s;
}
#burger-menu span:nth-child(1) {
  top: 10%;
}
#burger-menu span:nth-child(2) {
  top: calc(50% - 2px);
}
#burger-menu span:nth-child(3) {
  bottom: 10%;
}
#burger-menu.active::before {
  width: 64px;
  height: 64px;
  background-color: #3E0834;
}
#burger-menu.active span {
  background-color: #FFFFFF;
  -webkit-transition: top 0.2s 0.2s, bottom 0.2s 0.2s, opacity 0.2s 0.2s, background-color 0.2s 0.2s, -webkit-transform 0.2s 0.4s;
  transition: top 0.2s 0.2s, bottom 0.2s 0.2s, opacity 0.2s 0.2s, background-color 0.2s 0.2s, -webkit-transform 0.2s 0.4s;
  transition: top 0.2s 0.2s, bottom 0.2s 0.2s, opacity 0.2s 0.2s, transform 0.2s 0.4s, background-color 0.2s 0.2s;
  transition: top 0.2s 0.2s, bottom 0.2s 0.2s, opacity 0.2s 0.2s, transform 0.2s 0.4s, background-color 0.2s 0.2s, -webkit-transform 0.2s 0.4s;
}
#burger-menu.active span:nth-child(1) {
  top: calc(50% - 2px);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#burger-menu.active span:nth-child(2) {
  opacity: 0;
}
#burger-menu.active span:nth-child(3) {
  bottom: calc(50% - 2px);
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
#burger-menu {
  /*--- enlever tour bleu en focus (non recommandé !) ---*/
}
#burger-menu:focus {
  outline: none;
}

/*--- fin burger menu ---*/
/* ------------------------------------------- */
/* ------------------------------------------- */
:where(h1, h2, h3, h4, h5, h6)[id] {
  scroll-margin-top: var(--header-height);
}

.entry-content h2.wp-block-heading {
  margin-top: clamp(24px, 9.2307692308px + 4.6153846154vw, 72px);
}

#primary {
  margin-bottom: calc(2 * clamp(16px, 14.7692307692px + 0.3846153846vw, 20px));
  background-color: #FFFFFF;
}
#primary:not(.no-margin-top) {
  margin-top: max(10vh, var(--header-height, 96px) + 14px);
}
.home #primary {
  margin-bottom: 0;
  margin-top: 0;
}
#primary .entry-content:not(.post-content) > * {
  width: 90%;
  max-width: 1130px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 781px) {
  #primary .entry-content:not(.post-content) > * {
    width: 90%;
  }
}
#primary .entry-content:not(.post-content) > *.alignwide {
  width: 90%;
  max-width: 1360px;
}
@media screen and (max-width: 781px) {
  #primary .entry-content:not(.post-content) > *.alignwide {
    width: 90%;
  }
}
#primary .entry-content:not(.post-content) > *.alignfull {
  width: 100%;
  max-width: none;
}

/* ------------------------------------------- */
/* ------------------------------------------- */
/* ------------------------------------------- */
/* ------------------------------------------- */
#colophon {
  background-color: #4F1D46;
  margin-top: 8rem;
}
@media screen and (max-width: 781px) {
  #colophon {
    margin-top: 0;
  }
}
.home #colophon {
  margin-top: 0 !important;
}
#colophon .site-info > * {
  width: 90%;
  max-width: 1130px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 781px) {
  #colophon .site-info > * {
    width: 90%;
  }
}
#colophon .site-info > *.alignwide {
  width: 90%;
  max-width: 1360px;
}
@media screen and (max-width: 781px) {
  #colophon .site-info > *.alignwide {
    width: 90%;
  }
}
#colophon .site-info > *.alignfull {
  width: 100%;
  max-width: none;
}
#colophon .logo-soutient-ftr {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 40px minmax(0, 1fr);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-items: center;
  gap: 28px 40px;
  padding: 28px 36px;
  border-radius: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#colophon .logo-soutient-ftr .wp-block-image {
  margin: 0;
  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;
}
#colophon .logo-soutient-ftr .wp-block-image img {
  display: block;
  width: auto;
  height: auto;
  max-height: 72px;
  max-width: 170px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 781px) {
  #colophon .logo-soutient-ftr {
    gap: 20px 28px;
    padding: 20px 24px;
  }
  #colophon .logo-soutient-ftr .wp-block-image img {
    max-height: 56px;
    max-width: 130px;
  }
}

/* ------------------------------------------- */
/* ------------------------------------------- */
.error404 #primary {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  padding-top: 0;
}
.error404 .redirection {
  width: 100%;
  max-width: 600px;
  height: 10px;
  border: 1px solid #FF5959;
  border-radius: 5px;
  margin: 5rem auto 0;
}
.error404 .redirection .full-load {
  background-color: #FF5959;
  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%;
  }
}

.actualites {
  padding: clamp(24px, 21.5384615385px + 0.7692307692vw, 32px) 0;
  width: 90%;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
}
.actualites__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  max-width: 1130px;
  margin: 0 auto;
}
.actualites__title {
  margin: 0;
  font-size: clamp(50px, 46.9230769231px + 0.9615384615vw, 60px);
  font-weight: 600;
  line-height: 1;
  color: #1C1C1C;
}
.actualites__tools {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
@media (max-width: 420px) {
  .actualites__tools {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
.actualites__search {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 320px;
          flex: 0 1 320px;
}
@media (max-width: 420px) {
  .actualites__search {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}
.actualites__search .facetwp-facet {
  margin-bottom: 0;
}
.actualites__search .facetwp-input-wrap {
  position: relative;
  width: 100%;
}
.actualites__search .facetwp-icon {
  display: none !important;
}
.actualites__search .facetwp-search {
  width: 100%;
  height: 48px;
  padding: 0 22px 0 52px;
  border: 1.5px solid rgba(0, 0, 0, 0.29);
  border-radius: 999px;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='11' cy='11' r='7' stroke='%239ca3af' stroke-width='2'/%3E%3Cpath d='m20 20-3.5-3.5' stroke='%239ca3af' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 20px center;
  background-size: 20px;
  font-family: inherit;
  font-size: 18px;
  color: #364153;
}
.actualites__search .facetwp-search::-webkit-input-placeholder {
  color: #364153;
  opacity: 1;
}
.actualites__search .facetwp-search::-moz-placeholder {
  color: #364153;
  opacity: 1;
}
.actualites__search .facetwp-search:-ms-input-placeholder {
  color: #364153;
  opacity: 1;
}
.actualites__search .facetwp-search::-ms-input-placeholder {
  color: #364153;
  opacity: 1;
}
.actualites__search .facetwp-search::placeholder {
  color: #364153;
  opacity: 1;
}
.actualites__search .facetwp-search:focus {
  outline: none;
  border-color: #1C1C1C;
}
.actualites__reset {
  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;
  gap: 10px;
  height: 48px;
  padding: 0 22px;
  border: 0;
  border-radius: 999px;
  background: #fff;
  color: #364153;
  font-family: inherit;
  font-size: 18px;
  white-space: nowrap;
  cursor: pointer;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.actualites__reset::before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 14 14' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1 L13 13 M13 1 L1 13' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E") center/contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 14 14' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1 L13 13 M13 1 L1 13' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E") center/contain no-repeat;
}
.actualites__reset:hover {
  background: #F3F4F6;
}
.actualites__categories {
  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;
  gap: 6px 12px;
}
.actualites__all {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 7px 15px;
  border: 1px solid #4F1D46;
  border-radius: 999px;
  background: #fff;
  color: #4F1D46;
  font-family: inherit;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  cursor: pointer;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.actualites__all.is-active {
  background: #4F1D46;
  color: #fff;
}
.actualites .facetwp-facet-categorie_actus {
  display: contents;
}
.actualites .facetwp-facet-categorie_actus .facetwp-radio,
.actualites .facetwp-facet-categorie_actus .facetwp-checkbox {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 7px 15px;
  border: 1px solid var(--cat, #494949);
  border-radius: 999px;
  background: #fff;
  color: var(--cat, #494949);
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  cursor: pointer;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease, -webkit-transform 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease, -webkit-transform 0.2s ease;
  transition: transform 0.2s ease, background-color 0.2s ease, color 0.2s ease;
  transition: transform 0.2s ease, background-color 0.2s ease, color 0.2s ease, -webkit-transform 0.2s ease;
}
.actualites .facetwp-facet-categorie_actus .facetwp-radio:before,
.actualites .facetwp-facet-categorie_actus .facetwp-checkbox:before {
  display: none !important;
}
.actualites .facetwp-facet-categorie_actus .facetwp-radio:hover,
.actualites .facetwp-facet-categorie_actus .facetwp-checkbox:hover {
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}
.actualites .facetwp-facet-categorie_actus .facetwp-radio.checked,
.actualites .facetwp-facet-categorie_actus .facetwp-checkbox.checked {
  background: var(--cat, #4F1D46);
  color: #fff;
}
.actualites .facetwp-facet-categorie_actus .facetwp-counter {
  display: none;
}
.actualites__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr clamp(20px, 18.7692307692px + 0.3846153846vw, 24px) 1fr clamp(20px, 18.7692307692px + 0.3846153846vw, 24px) 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(20px, 18.7692307692px + 0.3846153846vw, 24px);
  max-width: 1360px;
  margin: clamp(28px, 22.7692307692px + 1.6346153846vw, 45px) auto 0;
}
@media (max-width: 1130px) {
  .actualites__grid {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 781px) {
  .actualites__grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.actualites__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #FFFFFF;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
}
.actualites__card:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 12px 24px rgba(0, 0, 0, 0.06);
          box-shadow: 0 12px 24px rgba(0, 0, 0, 0.06);
}
.actualites__media {
  position: relative;
  display: block;
  aspect-ratio: 16/9;
  background: #F3F4F6;
  overflow: hidden;
  text-decoration: none;
}
.actualites__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.actualites__pill {
  position: absolute;
  top: 16px;
  left: 16px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 3px 12px;
  background: #FFFFFF;
  border: 1px solid color-mix(in srgb, var(--pill, #5980F7) 55%, #FFFFFF);
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: color-mix(in srgb, var(--pill, #5980F7) 75%, #000000);
}
.actualites__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  padding: clamp(24px, 20.6153846154px + 1.0576923077vw, 35px) clamp(16px, 13.5384615385px + 0.7692307692vw, 24px);
}
.actualites__date {
  font-size: 14px;
  line-height: 1.4;
  color: #6a7282;
}
.actualites__post-title {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  color: #1C1C1C;
}
.actualites__post-title a {
  color: inherit;
  text-decoration: none;
}
.actualites__post-title a:hover {
  text-decoration: underline;
}
.actualites__excerpt {
  margin: 0;
  font-size: 18px;
  line-height: 1.55;
  color: #1C1C1C;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.actualites__link {
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-top: 8px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 600;
  color: #4F1D46 !important;
  text-decoration: none;
  -webkit-transition: gap 0.2s ease;
  transition: gap 0.2s ease;
}
.actualites__link svg {
  width: 16px;
  height: 16px;
  display: block;
}
.actualites__link:hover {
  gap: 12px;
  text-decoration: underline;
}
.actualites__empty {
  grid-column: 1/-1;
  font-size: 18px;
  color: #6a7282;
}
.actualites__pagination {
  grid-column: 1/-1;
  margin-top: 16px;
}
.actualites__pagination .nav-links {
  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: 8px;
}
.actualites__pagination .page-numbers {
  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;
  min-width: 40px;
  height: 40px;
  padding: 0 12px;
  border: 1px solid #e5e7eb;
  border-radius: 999px;
  color: #1C1C1C;
  text-decoration: none;
  font-weight: 600;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.actualites__pagination .page-numbers:hover {
  background: #F3F4F6;
}
.actualites__pagination .page-numbers.current {
  background: #4F1D46;
  border-color: #4F1D46;
  color: #fff;
}
.actualites__pagination .page-numbers.dots {
  border-color: transparent;
}

.single-actualite {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 24px min(670px, 100%) 24px 1fr;
  grid-template-columns: 1fr min(670px, 100%) 1fr;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  max-width: 1360px;
  margin: 0 auto;
  padding: 37px 20px 80px;
}
@media (max-width: 1130px) {
  .single-actualite {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    max-width: 710px;
  }
}
.single-actualite__aside {
  -ms-grid-column: 1;
  grid-column: 1;
  position: sticky;
  top: calc(var(--header-height) + 30px);
  -webkit-transition: top 0.2s ease-in-out;
  transition: top 0.2s ease-in-out;
  -ms-grid-column-align: start;
      justify-self: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  padding-right: 24px;
}
@media (max-width: 1130px) {
  .single-actualite__aside {
    -ms-grid-column: 1;
    grid-column: 1;
    position: static;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 16px;
    margin-bottom: 16px;
    padding-right: 0;
  }
}
.single-actualite__back {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  color: #1C1C1C;
  font-size: 18px;
  text-decoration: none;
}
.single-actualite__back svg {
  width: 6px;
  height: 12px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.single-actualite__back:hover {
  text-decoration: underline;
}
.single-actualite__share {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  -ms-flex-item-align: start;
      align-self: flex-start;
  padding: 6px 14px;
  border: 0;
  border-radius: 999px;
  background: #F3F4F6;
  color: #1C1C1C;
  font-family: inherit;
  font-size: 14px;
  cursor: pointer;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.single-actualite__share svg {
  width: 18px;
  height: 18px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.single-actualite__share:hover {
  background: #e8eaed;
}
.single-actualite__share.is-copied {
  background: #def7e5;
}
.single-actualite__content {
  -ms-grid-column: 2;
  grid-column: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  min-width: 0;
}
@media (max-width: 1130px) {
  .single-actualite__content {
    -ms-grid-column: 1;
    grid-column: 1;
  }
}
.single-actualite__pill {
  -ms-flex-item-align: start;
      align-self: flex-start;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 3px 12px;
  border: 1px solid var(--pill, #5980F7);
  border-radius: 999px;
  background: #FFFFFF;
  color: var(--pill, #5980F7);
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}
.single-actualite__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.single-actualite__title {
  margin: 0;
  font-size: clamp(26px, 22.9230769231px + 0.9615384615vw, 36px);
  font-weight: 600;
  line-height: 1.1;
  color: #1C1C1C;
}
.single-actualite__date {
  margin: 0;
  font-size: 12px;
  line-height: 1.3;
  color: #1C1C1C;
}
.single-actualite__media {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 14px;
}
.single-actualite__image {
  width: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
  display: block;
}
.single-actualite__caption {
  font-size: 14px;
  line-height: 1.4;
  color: #4a5565;
}
.single-actualite__lead {
  font-size: 18px;
  line-height: 1.62;
  color: #1C1C1C;
}
.single-actualite__lead p {
  margin: 0;
}
.single-actualite__download {
  margin: 0;
}
.single-actualite__download-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 16px 32px;
  border-radius: 999px;
  background: #F3F4F6;
  color: #1C1C1C;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.single-actualite__download-btn svg {
  width: 20px;
  height: 20px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.single-actualite__download-btn:hover {
  background: #e8eaed;
}
.single-actualite__body {
  font-size: 18px;
  line-height: 1.62;
}
.single-actualite__body > *:first-child {
  margin-top: 0;
}
.single-actualite__body > *:last-child {
  margin-bottom: 0;
}

#masthead.menu-hide ~ #primary .single-actualite__aside {
  top: 30px;
}

.maisons {
  width: 90%;
  max-width: 1360px;
  margin: 0 auto;
  padding: clamp(24px, 21.5384615385px + 0.7692307692vw, 32px) 0 80px;
}
.maisons__intro {
  max-width: 1130px;
  margin: 0 auto clamp(24px, 19.0769230769px + 1.5384615385vw, 40px);
}
.maisons__title {
  margin: 0 0 16px;
  font-size: clamp(50px, 46.9230769231px + 0.9615384615vw, 60px);
  font-weight: 600;
  line-height: 1;
  color: #1C1C1C;
}
.maisons__lead {
  font-size: 18px;
  line-height: 1.62;
  color: #1C1C1C;
}
.maisons__lead p {
  margin: 0 0 16px;
}
.maisons__lead p:last-child {
  margin-bottom: 0;
}
.maisons__layout {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 436px 40px 1fr;
  grid-template-columns: 436px 1fr;
  gap: 40px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media (max-width: 1130px) {
  .maisons__layout {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.maisons__filters {
  padding: 30px;
  border-radius: 16px;
  background: #ffe1e1;
}
.maisons__filters-title {
  margin: 0 0 24px;
  font-size: 24px;
  font-weight: 600;
  color: #1C1C1C;
}
.maisons__search {
  margin-bottom: 16px;
}
.maisons__search .facetwp-facet {
  margin-bottom: 0;
}
.maisons__search .facetwp-input-wrap {
  position: relative;
  width: 100%;
}
.maisons__search .facetwp-icon {
  display: none !important;
}
.maisons__search .facetwp-search {
  width: 100%;
  height: 48px;
  padding: 0 22px 0 52px;
  border: 1.5px solid rgba(0, 0, 0, 0.15);
  border-radius: 999px;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='11' cy='11' r='7' stroke='%239ca3af' stroke-width='2'/%3E%3Cpath d='m20 20-3.5-3.5' stroke='%239ca3af' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 20px center;
  background-size: 20px;
  font-family: inherit;
  font-size: 18px;
  color: #364153;
}
.maisons__search .facetwp-search::-webkit-input-placeholder {
  color: #364153;
  opacity: 1;
}
.maisons__search .facetwp-search::-moz-placeholder {
  color: #364153;
  opacity: 1;
}
.maisons__search .facetwp-search:-ms-input-placeholder {
  color: #364153;
  opacity: 1;
}
.maisons__search .facetwp-search::-ms-input-placeholder {
  color: #364153;
  opacity: 1;
}
.maisons__search .facetwp-search::placeholder {
  color: #364153;
  opacity: 1;
}
.maisons__search .facetwp-search:focus {
  outline: none;
  border-color: #4F1D46;
}
.maisons__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 16px;
}
.maisons__submit {
  padding: 14px 32px;
  border: 0;
  border-radius: 999px;
  background: #4F1D46;
  color: #fff;
  font-family: inherit;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.maisons__submit:hover {
  background: #3E0834;
}
.maisons__reset {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  border: 0;
  background: none;
  color: #364153;
  font-family: inherit;
  font-size: 18px;
  cursor: pointer;
}
.maisons__reset::before {
  content: "";
  width: 13px;
  height: 13px;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 14 14' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1 L13 13 M13 1 L1 13' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E") center/contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 14 14' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1 L13 13 M13 1 L1 13' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E") center/contain no-repeat;
}

.maisons-filter {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.maisons-filter__head {
  width: 100%;
  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: 10px;
  padding: 16px 0 8px;
  border: 0;
  background: none;
  color: #1C1C1C;
  font-family: inherit;
  font-size: 20px;
  font-weight: 600;
  text-align: left;
  cursor: pointer;
}
.maisons-filter__head .ico-chevron {
  width: 18px;
  height: 11px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.maisons-filter[data-open=true] .ico-chevron {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.maisons-filter[data-open=false] .maisons-filter__body {
  display: none;
}
.maisons-filter__body {
  padding: 4px 0 14px;
}
.maisons-filter .facetwp-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin: 0 0 8px;
  padding: 0 !important;
  background: none !important;
  cursor: pointer;
  font-size: 18px;
  line-height: 1.3;
  color: #1C1C1C;
}
.maisons-filter .facetwp-checkbox::before {
  content: "";
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 24px;
  height: 24px;
  border: 1px solid #4F1D46;
  border-radius: 5px;
  background: #fff;
}
.maisons-filter .facetwp-checkbox.checked::before {
  background: #4F1D46 url("data:image/svg+xml,%3Csvg viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 8.5l3.2 3.2L13 5' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/16px no-repeat;
}
.maisons-filter .facetwp-counter {
  color: #6a7282;
  font-size: 16px;
}

.maisons-filter--places .facetwp-facet {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.maisons-filter--places input {
  width: 100%;
  min-width: 0;
  height: 38px;
  padding: 0 18px;
  border: 0;
  border-radius: 999px;
  background: #fff;
  font-family: inherit;
  font-size: 16px;
  color: #1C1C1C;
}
.maisons-filter--places input:focus {
  outline: 2px solid #4F1D46;
}

.maisons-filter--activites .facetwp-facet {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 8px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
.maisons-filter--activites .facetwp-checkbox {
  margin: 0;
  padding: 6px 17px !important;
  border: 1px solid #4F1D46;
  border-radius: 47px;
  background: #fff !important;
  font-size: 18px;
  gap: 8px;
}
.maisons-filter--activites .facetwp-checkbox::before {
  display: none !important;
}
.maisons-filter--activites .facetwp-checkbox img {
  width: 40px;
  height: 44px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.maisons-filter--activites .facetwp-checkbox.checked {
  background: #4F1D46 !important;
  color: #fff;
}
.maisons-filter--activites .facetwp-checkbox.checked img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.maisons-filter--activites .facetwp-counter {
  display: none;
}
@media (max-width: 781px) {
  .maisons-filter--activites .facetwp-checkbox {
    min-width: 0;
    font-size: 15px;
    padding: 6px 12px !important;
    gap: 6px;
  }
  .maisons-filter--activites .facetwp-checkbox img {
    width: 28px;
    height: 32px;
  }
}

.maisons-fav-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin: 2px 0 10px;
  font-size: 18px;
  color: #1C1C1C;
  cursor: pointer;
}
.maisons-fav-filter input {
  width: 24px;
  height: 24px;
  accent-color: #4F1D46;
  cursor: pointer;
}
.maisons-fav-filter__label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.maisons-fav-filter__label svg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.maisons__count {
  margin: 0 0 24px;
  font-size: 20px;
  font-weight: 600;
  color: #1C1C1C;
}
.maisons__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
.maisons__empty {
  font-size: 18px;
  color: #6a7282;
}
.maisons__pagination {
  margin-top: 32px;
}
.maisons__pagination .facetwp-pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}
.maisons__pagination .facetwp-page {
  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;
  min-width: 40px;
  height: 40px;
  padding: 0 12px;
  border: 1px solid #e5e7eb;
  border-radius: 999px;
  color: #1C1C1C;
  text-decoration: none;
  font-weight: 600;
  cursor: pointer;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.maisons__pagination .facetwp-page:hover {
  background: #F3F4F6;
}
.maisons__pagination .facetwp-page.active {
  background: #4F1D46;
  border-color: #4F1D46;
  color: #fff;
}
.maisons__pagination .facetwp-page.dots {
  border-color: transparent;
  pointer-events: none;
}

.maison-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #e5e7eb;
  border-radius: 25px;
  overflow: hidden;
  background: #fff;
}
.maison-card.is-hidden {
  display: none;
}
@media (max-width: 580px) {
  .maison-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.maison-card__media {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 327px;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  background: #F3F4F6;
  text-decoration: none;
}
@media (max-width: 900px) {
  .maison-card__media {
    width: 240px;
  }
}
@media (max-width: 580px) {
  .maison-card__media {
    width: 100%;
    height: 200px;
  }
}
.maison-card__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.maison-card__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  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;
  gap: 4px;
  padding: 18px 20px;
}
.maison-card__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
}
.maison-card__title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
}
.maison-card__title a {
  color: #1C1C1C;
  text-decoration: none;
}
.maison-card__title a:hover {
  text-decoration: underline;
}
.maison-card__fav {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  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;
  width: 44px;
  height: 44px;
  border: 0;
  background: none;
  cursor: pointer;
  color: #cfd2d7;
  -webkit-transition: color 0.15s ease, -webkit-transform 0.15s ease;
  transition: color 0.15s ease, -webkit-transform 0.15s ease;
  transition: transform 0.15s ease, color 0.15s ease;
  transition: transform 0.15s ease, color 0.15s ease, -webkit-transform 0.15s ease;
}
.maison-card__fav svg {
  width: auto;
  height: 30px;
  display: block;
}
.maison-card__fav:hover {
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
}
.maison-card__fav.is-fav {
  color: #FF5959;
}
.maison-card__address {
  margin: 0;
  font-size: 18px;
  line-height: 1.5;
  color: #1C1C1C;
}
.maison-card__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  margin-top: 6px;
}
.maison-card__beds {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  font-size: 18px;
  color: #1C1C1C;
}
.maison-card__beds svg {
  width: auto;
  height: 30px;
  color: #1C1C1C;
}
.maison-card__pmr {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #1C1C1C;
}
.maison-card__pmr svg {
  width: auto;
  height: 32px;
}
.maison-card__pmr.is-off {
  opacity: 0.2;
}

.maison-single {
  width: 90%;
  max-width: 1360px;
  margin: 0 auto;
  padding: clamp(24px, 21.5384615385px + 0.7692307692vw, 32px) 0 80px;
}
.maison-single__title {
  margin: 0 0 clamp(20px, 16.3076923077px + 1.1538461538vw, 32px);
  font-size: clamp(50px, 46.9230769231px + 0.9615384615vw, 60px);
  font-weight: 600;
  line-height: 1;
  color: #1C1C1C;
}
.maison-single__layout {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 436px 40px 1fr;
  grid-template-columns: 436px 1fr;
  gap: 40px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media (max-width: 1130px) {
  .maison-single__layout {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.maison-single__aside {
  position: sticky;
  top: 20px;
  -ms-flex-item-align: start;
      -ms-grid-row-align: start;
      align-self: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  padding: 30px;
  border-radius: 16px;
  background: #ffe1e1;
}
@media (max-width: 1130px) {
  .maison-single__aside {
    position: static;
  }
}
.maison-single__aside-title {
  margin: 0;
  font-size: 24px;
  font-weight: 600;
  color: #1C1C1C;
}
.maison-single__contact {
  font-size: 18px;
  line-height: 1.62;
  color: #1C1C1C;
}
.maison-single__contact a {
  color: #4F1D46;
}
.maison-single__map {
  height: 270px;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #d9d9d9;
  background: #e9eaec;
}
.maison-single__map iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
  -webkit-filter: grayscale(1) contrast(0.92);
          filter: grayscale(1) contrast(0.92);
}
.maison-single__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(20px, 18.7692307692px + 0.3846153846vw, 24px);
  min-width: 0;
}
.maison-single__media {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  background: #ffe1e1;
  min-height: 200px;
}
.maison-single__image {
  width: 100%;
  height: 100%;
  max-height: 360px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.maison-single__cols {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 24px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media (max-width: 580px) {
  .maison-single__cols {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.maison-single__block h2 {
  margin: 0 0 4px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  color: #1C1C1C;
}
.maison-single__block p {
  margin: 0;
  font-size: 18px;
  line-height: 1.62;
  color: #1C1C1C;
}
.maison-single__row {
  margin: 0;
}
.maison-single__lbl {
  font-weight: 400;
}
.maison-single__activites h2 {
  margin: 0 0 10px;
  font-size: 20px;
  font-weight: 600;
  color: #1C1C1C;
}
.maison-single__pills {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 17px;
}
.maison-single__pill {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  padding: 6px 17px;
  border: 1px solid #4F1D46;
  border-radius: 47px;
  font-size: 18px;
  color: #1C1C1C;
}
.maison-single__pill img {
  width: 44px;
  height: 44px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.single-fiche {
  padding: 37px 0 0;
}
.single-fiche__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  margin-bottom: 40px;
}
.single-fiche__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
.single-fiche__pill {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  padding: 3px 12px;
  border: 1px solid var(--pill, #FF5959);
  border-radius: 999px;
  background: #FFFFFF;
  color: var(--pill, #FF5959);
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}
.single-fiche__pill svg {
  width: 14px;
  height: 14px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.single-fiche__pill--membre {
  border-color: #414647;
  color: #414647;
}
.single-fiche__title {
  margin: 0;
  font-size: clamp(26px, 22.9230769231px + 0.9615384615vw, 36px);
  font-weight: 600;
  line-height: 1.1;
  color: #1C1C1C;
}
.single-fiche__dates {
  margin: 0;
  font-size: 12px;
  line-height: 1.3;
  color: #414647;
}
.single-fiche__actions {
  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;
  gap: 16px;
  margin-top: 8px;
}
.single-fiche__download-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 16px 32px;
  border-radius: 999px;
  background: #4F1D46;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  -webkit-transition: background-color 0.2s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: background-color 0.2s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: background-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
  transition: background-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
}
.single-fiche__download-btn svg {
  width: 20px;
  height: 20px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.single-fiche__download-btn:visited, .single-fiche__download-btn:focus, .single-fiche__download-btn:active {
  color: #FFFFFF;
}
.single-fiche__download-btn:hover {
  background: #3E0834;
  color: #FFFFFF;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
  -webkit-box-shadow: 0 6px 16px rgba(79, 29, 70, 0.2);
          box-shadow: 0 6px 16px rgba(79, 29, 70, 0.2);
}
.single-fiche__share {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  padding: 6px 14px;
  border: 0;
  border-radius: 999px;
  background: #F3F4F6;
  color: #1C1C1C;
  font-family: inherit;
  font-size: 14px;
  cursor: pointer;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.single-fiche__share svg {
  width: 18px;
  height: 18px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.single-fiche__share:hover {
  background: #e8eaed;
}
.single-fiche__share.is-copied {
  background: #def7e5;
}
.single-fiche__restricted {
  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;
  gap: 14px;
  padding: 60px 24px;
  border-radius: 16px;
  background: #F3F4F6;
  text-align: center;
}
.single-fiche__restricted svg {
  width: 34px;
  height: 34px;
  color: #414647;
}
.single-fiche__restricted p {
  margin: 0;
  font-size: 18px;
  color: #1C1C1C;
}
.single-fiche__login-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 28px;
  border-radius: 999px;
  background: #4F1D46;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.single-fiche__login-btn:visited, .single-fiche__login-btn:focus, .single-fiche__login-btn:active {
  color: #FFFFFF;
}
.single-fiche__login-btn:hover {
  background: #3E0834;
  color: #FFFFFF;
}
.single-fiche__body {
  font-size: 18px;
  line-height: 1.62;
}
.single-fiche__body > *:first-child {
  margin-top: 0;
}
.single-fiche__body > *:last-child {
  margin-bottom: 0;
}
.single-fiche__body h2,
.single-fiche__body h3,
.single-fiche__body h4 {
  margin: 40px 0 12px;
  font-weight: 600;
  line-height: 1.2;
  color: #1C1C1C;
}
.single-fiche__body h2 {
  font-size: clamp(20px, 18.7692307692px + 0.3846153846vw, 24px);
}
.single-fiche__body h3 {
  font-size: clamp(18px, 17.3846153846px + 0.1923076923vw, 20px);
}
.single-fiche__body h4 {
  font-size: clamp(16px, 15.3846153846px + 0.1923076923vw, 18px);
}
.single-fiche__body p {
  margin: 0 0 16px;
}
.single-fiche__body ul,
.single-fiche__body ol {
  margin: 0 0 16px;
  padding-left: 24px;
}
.single-fiche__body ul li,
.single-fiche__body ol li {
  margin-bottom: 6px;
}
.single-fiche__body ul li::marker,
.single-fiche__body ol li::marker {
  color: #FF5959;
}
.single-fiche__body .wp-block-image {
  margin: 24px 0;
}
.single-fiche__body .wp-block-image img {
  max-width: 100%;
  height: auto;
  border-radius: 16px;
}
.single-fiche__body .wp-block-image figcaption {
  margin-top: 8px;
  font-size: 14px;
  color: #414647;
}
.single-fiche__body .wp-block-table {
  margin: 24px 0;
  overflow-x: auto;
}
.single-fiche__body .wp-block-table table {
  width: 100%;
  border-collapse: collapse;
  font-size: 16px;
}
.single-fiche__body .wp-block-table th {
  background: #F3F4F6;
  font-weight: 600;
  text-align: left;
}
.single-fiche__body .wp-block-table th,
.single-fiche__body .wp-block-table td {
  border: 1px solid #c9cccf;
  padding: 10px 14px;
  vertical-align: top;
}
.single-fiche__body .wp-block-table figcaption {
  margin-top: 8px;
  font-size: 14px;
  color: #414647;
}

.single-evenement {
  padding: 37px 0 0;
}
.single-evenement__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 28px;
  margin-bottom: 32px;
}
@media (max-width: 781px) {
  .single-evenement__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.single-evenement__date {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  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;
  width: 112px;
  height: 112px;
  border-radius: 14px;
  background: var(--date-bg, #FF5959);
  color: #FFFFFF;
  font-weight: 600;
  line-height: 1;
  text-align: center;
}
.single-evenement__day {
  font-size: 42px;
  line-height: 1;
}
.single-evenement__month {
  font-size: 18px;
  line-height: 1;
  margin-top: 8px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}
.single-evenement__intro {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
.single-evenement__passe {
  -ms-flex-item-align: start;
      align-self: flex-start;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 3px 12px;
  border: 1px solid #414647;
  border-radius: 999px;
  background: #FFFFFF;
  color: #414647;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}
.single-evenement__title {
  margin: 0;
  font-size: clamp(26px, 22.9230769231px + 0.9615384615vw, 36px);
  font-weight: 600;
  line-height: 1.1;
  color: #1C1C1C;
}
.single-evenement__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px 24px;
}
.single-evenement__meta-item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-size: 16px;
  line-height: 24px;
  color: #6a7282;
}
.single-evenement__meta-item svg {
  width: 16px;
  height: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
}
.single-evenement__share {
  -ms-flex-item-align: start;
      align-self: flex-start;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  padding: 6px 14px;
  border: 0;
  border-radius: 999px;
  background: #F3F4F6;
  color: #1C1C1C;
  font-family: inherit;
  font-size: 14px;
  cursor: pointer;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.single-evenement__share svg {
  width: 18px;
  height: 18px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.single-evenement__share:hover {
  background: #e8eaed;
}
.single-evenement__share.is-copied {
  background: #def7e5;
}
.single-evenement__description {
  font-size: 18px;
  line-height: 1.62;
  color: #1C1C1C;
}
.single-evenement__description p {
  margin: 0 0 16px;
}
.single-evenement__description p:last-child {
  margin-bottom: 0;
}
.single-evenement__description a {
  color: #4F1D46;
  font-weight: 600;
  text-decoration: underline;
  word-break: break-word;
}
.single-evenement__description a:hover {
  color: #3E0834;
}
.single-evenement__closed {
  margin-top: 40px;
  padding: 32px 24px;
  border-radius: 16px;
  background: #F3F4F6;
  text-align: center;
}
.single-evenement__closed p {
  margin: 0;
  font-size: 18px;
  color: #414647;
}
.single-evenement__inscription {
  margin-top: 48px;
  padding: 32px 28px;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  background: #FFFFFF;
}
.single-evenement__inscription-title {
  margin: 0 0 20px;
  font-size: clamp(20px, 18.7692307692px + 0.3846153846vw, 24px);
  font-weight: 600;
  line-height: 1.2;
  color: #1C1C1C;
}

.espace-membre-session {
  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: 12px 20px;
  margin-top: 24px;
  padding: 14px 22px;
  border-radius: 999px;
  background: #F3F4F6;
}
@media (max-width: 420px) {
  .espace-membre-session {
    border-radius: 16px;
  }
}
.espace-membre-session__info {
  margin: 0;
  font-size: 15px;
  line-height: 1.4;
  color: #1C1C1C;
}
.espace-membre-session__info span {
  color: #414647;
}
.espace-membre-session__logout {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 20px;
  border: 1px solid #4F1D46;
  border-radius: 999px;
  background: #FFFFFF;
  color: #4F1D46;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.espace-membre-session__logout:hover, .espace-membre-session__logout:focus, .espace-membre-session__logout:active, .espace-membre-session__logout:visited:hover {
  background: #4F1D46;
  color: #FFFFFF;
}
.espace-membre-session__logout:visited {
  color: #4F1D46;
}

.espace-membre-login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px;
  padding: 40px 0 60px;
}
.espace-membre-login__card {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 380px;
          flex: 1 1 380px;
  max-width: 480px;
  padding: 40px 36px;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  background: #FFFFFF;
}
@media (max-width: 420px) {
  .espace-membre-login__card {
    padding: 28px 20px;
  }
}
.espace-membre-login__title {
  margin: 0 0 12px;
  font-size: clamp(20px, 18.7692307692px + 0.3846153846vw, 24px);
  font-weight: 600;
  line-height: 1.2;
  color: #1C1C1C;
}
.espace-membre-login__text {
  margin: 0 0 24px;
  font-size: 16px;
  line-height: 1.5;
  color: #414647;
}
.espace-membre-login__notice {
  margin: 0 0 20px;
  padding: 12px 16px;
  border-radius: 12px;
  font-size: 15px;
  line-height: 1.45;
}
.espace-membre-login__notice--erreur {
  background: #fff1f1;
  color: #b42318;
}
.espace-membre-login__notice--info {
  background: #eff4ff;
  color: #1d4ed8;
}
.espace-membre-login__notice--succes {
  background: #def7e5;
  color: #15803d;
}
.espace-membre-login__lost {
  margin: 16px 0 0;
  font-size: 14px;
  text-align: center;
}
.espace-membre-login__lost a {
  color: #414647;
  text-decoration: underline;
}
.espace-membre-login__lost a:hover {
  color: #1C1C1C;
}
.espace-membre-login .glaj-hp {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.espace-membre-login #loginform p, .espace-membre-login__form p {
  margin: 0 0 18px;
}
.espace-membre-login #loginform label, .espace-membre-login__form label {
  display: block;
  margin-bottom: 6px;
  font-size: 16px;
  font-weight: 600;
  color: #1C1C1C;
}
.espace-membre-login #loginform input[type=text],
.espace-membre-login #loginform input[type=email],
.espace-membre-login #loginform input[type=password],
.espace-membre-login #loginform textarea, .espace-membre-login__form input[type=text],
.espace-membre-login__form input[type=email],
.espace-membre-login__form input[type=password],
.espace-membre-login__form textarea {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #c9cccf;
  border-radius: 12px;
  background: #FFFFFF;
  font-family: inherit;
  font-size: 16px;
  color: #1C1C1C;
  -webkit-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
.espace-membre-login #loginform input[type=text]:focus,
.espace-membre-login #loginform input[type=email]:focus,
.espace-membre-login #loginform input[type=password]:focus,
.espace-membre-login #loginform textarea:focus, .espace-membre-login__form input[type=text]:focus,
.espace-membre-login__form input[type=email]:focus,
.espace-membre-login__form input[type=password]:focus,
.espace-membre-login__form textarea:focus {
  outline: none;
  border-color: #1C1C1C;
}
.espace-membre-login #loginform textarea, .espace-membre-login__form textarea {
  resize: vertical;
}
.espace-membre-login #loginform .login-remember, .espace-membre-login__form .login-remember {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.espace-membre-login #loginform .login-remember label, .espace-membre-login__form .login-remember label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin: 0;
  font-weight: 400;
  font-size: 15px;
  color: #414647;
}
.espace-membre-login #loginform .login-remember input[type=checkbox], .espace-membre-login__form .login-remember input[type=checkbox] {
  accent-color: #4F1D46;
  width: 16px;
  height: 16px;
}
.espace-membre-login #loginform .login-submit,
.espace-membre-login #loginform .espace-membre-login__submit, .espace-membre-login__form .login-submit,
.espace-membre-login__form .espace-membre-login__submit {
  margin-bottom: 0;
}
.espace-membre-login #loginform .login-submit input[type=submit],
.espace-membre-login #loginform .login-submit button[type=submit],
.espace-membre-login #loginform .espace-membre-login__submit input[type=submit],
.espace-membre-login #loginform .espace-membre-login__submit button[type=submit], .espace-membre-login__form .login-submit input[type=submit],
.espace-membre-login__form .login-submit button[type=submit],
.espace-membre-login__form .espace-membre-login__submit input[type=submit],
.espace-membre-login__form .espace-membre-login__submit button[type=submit] {
  width: 100%;
  padding: 14px 32px;
  border: 0;
  border-radius: 999px;
  background: #4F1D46;
  color: #FFFFFF;
  font-family: inherit;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  cursor: pointer;
  -webkit-transition: background-color 0.2s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: background-color 0.2s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: background-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
  transition: background-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
}
.espace-membre-login #loginform .login-submit input[type=submit]:hover,
.espace-membre-login #loginform .login-submit button[type=submit]:hover,
.espace-membre-login #loginform .espace-membre-login__submit input[type=submit]:hover,
.espace-membre-login #loginform .espace-membre-login__submit button[type=submit]:hover, .espace-membre-login__form .login-submit input[type=submit]:hover,
.espace-membre-login__form .login-submit button[type=submit]:hover,
.espace-membre-login__form .espace-membre-login__submit input[type=submit]:hover,
.espace-membre-login__form .espace-membre-login__submit button[type=submit]:hover {
  background: #3E0834;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
  -webkit-box-shadow: 0 6px 16px rgba(79, 29, 70, 0.2);
          box-shadow: 0 6px 16px rgba(79, 29, 70, 0.2);
}

.calendrier-salle {
  max-width: 900px;
  margin: 32px 0;
}
.calendrier-salle__nav {
  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: 16px;
  margin-bottom: 16px;
}
.calendrier-salle__mois {
  font-size: 20px;
  font-weight: 700;
  color: #4F1D46;
}
.calendrier-salle__btn {
  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;
  width: 40px;
  height: 40px;
  border: 1px solid #4F1D46;
  border-radius: 999px;
  background: #fff;
  color: #4F1D46;
  font-size: 18px;
  cursor: pointer;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.calendrier-salle__btn:hover:not(:disabled) {
  background: #4F1D46;
  color: #fff;
}
.calendrier-salle__btn:disabled {
  opacity: 0.3;
  cursor: default;
}
.calendrier-salle__grille {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 4px 1fr 4px 1fr 4px 1fr 4px 1fr 4px 1fr 4px 1fr;
  grid-template-columns: repeat(7, 1fr);
  gap: 4px;
}
.calendrier-salle__jour-nom {
  padding: 8px 4px;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  color: #414647;
}
.calendrier-salle__case {
  min-height: 72px;
  padding: 6px;
  border: 1px solid #e3e5ea;
  border-radius: 8px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3px;
  cursor: pointer;
}
.calendrier-salle__case--vide {
  border: none;
  background: transparent;
  cursor: default;
}
.calendrier-salle__case--aujourdhui {
  border-color: #4F1D46;
  -webkit-box-shadow: inset 0 0 0 1px #4F1D46;
          box-shadow: inset 0 0 0 1px #4F1D46;
}
.calendrier-salle__case--occupe {
  background: #fdf1f1;
}
.calendrier-salle__case--selection {
  background: #4F1D46;
  border-color: #4F1D46;
}
.calendrier-salle__case--selection .calendrier-salle__num {
  color: #fff;
}
@media (max-width: 781px) {
  .calendrier-salle__case {
    min-height: 44px;
    padding: 4px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 4px;
  }
  .calendrier-salle__case .calendrier-salle__creneau {
    display: none;
  }
  .calendrier-salle__case--occupe::after {
    content: "";
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 7px;
    height: 7px;
    border-radius: 999px;
    background: #FF5959;
  }
  .calendrier-salle__case--selection.calendrier-salle__case--occupe::after {
    background: #fff;
  }
}
.calendrier-salle__num {
  font-size: 13px;
  font-weight: 600;
  color: #414647;
}
.calendrier-salle__creneau {
  display: inline-block;
  padding: 2px 6px;
  border-radius: 6px;
  background: #FF5959;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.4;
  white-space: nowrap;
}
.calendrier-salle__detail {
  margin-top: 14px;
  padding: 14px 16px;
  border: 1px solid #e3e5ea;
  border-radius: 12px;
  background: #fff;
}
.calendrier-salle__detail-titre {
  margin: 0 0 4px;
  font-size: 16px;
  font-weight: 700;
  color: #4F1D46;
}
.calendrier-salle__detail-texte {
  margin: 0 0 8px;
  font-size: 14px;
  color: #414647;
}
.calendrier-salle__detail-creneaux {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}
.calendrier-salle__detail-creneaux .calendrier-salle__creneau {
  font-size: 13px;
  padding: 3px 10px;
}
.calendrier-salle__legende {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin-top: 14px;
  font-size: 14px;
  color: #414647;
}
.calendrier-salle__legende-point {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: #FF5959;
}
.calendrier-salle__erreur {
  padding: 16px;
  border-radius: 8px;
  background: #F3F4F6;
  color: #414647;
}

.frm_forms {
  --submit-bg-color: #4F1D46;
  --submit-border-color: #4F1D46;
  --submit-text-color: #FFFFFF;
  --submit-hover-bg-color: #3E0834;
  --submit-hover-border-color: #3E0834;
  --submit-hover-color: #FFFFFF;
  --submit-active-bg-color: #3E0834;
  --submit-active-border-color: #3E0834;
  --submit-active-color: #FFFFFF;
  --submit-border-radius: 999px;
  --submit-padding: 16px 36px;
  --submit-font-size: 18px;
  --submit-weight: 600;
  --submit-height: auto;
  --border-radius: 16px;
}
.frm_forms .frm_form_field {
  margin-bottom: 26px;
}
.frm_forms .frm_primary_label {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  color: #1C1C1C;
  margin-bottom: 8px;
}
.frm_forms .frm_description {
  font-size: 15px;
  line-height: 1.5;
  color: #414647;
  margin-top: 6px;
}
.frm_forms input[type=text],
.frm_forms input[type=email],
.frm_forms input[type=tel],
.frm_forms input[type=number],
.frm_forms input[type=url],
.frm_forms select,
.frm_forms textarea {
  width: 100%;
  padding: 14px 24px;
  border: 1px solid #c9cccf;
  border-radius: 999px;
  background: #FFFFFF;
  font-family: inherit;
  font-size: 17px;
  line-height: 1.5;
  color: #1C1C1C;
  -webkit-transition: border-color 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: border-color 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, -webkit-box-shadow 0.2s ease;
}
.frm_forms input[type=text]::-webkit-input-placeholder, .frm_forms input[type=email]::-webkit-input-placeholder, .frm_forms input[type=tel]::-webkit-input-placeholder, .frm_forms input[type=number]::-webkit-input-placeholder, .frm_forms input[type=url]::-webkit-input-placeholder, .frm_forms select::-webkit-input-placeholder, .frm_forms textarea::-webkit-input-placeholder {
  color: #6a7282;
  opacity: 1;
}
.frm_forms input[type=text]::-moz-placeholder, .frm_forms input[type=email]::-moz-placeholder, .frm_forms input[type=tel]::-moz-placeholder, .frm_forms input[type=number]::-moz-placeholder, .frm_forms input[type=url]::-moz-placeholder, .frm_forms select::-moz-placeholder, .frm_forms textarea::-moz-placeholder {
  color: #6a7282;
  opacity: 1;
}
.frm_forms input[type=text]:-ms-input-placeholder, .frm_forms input[type=email]:-ms-input-placeholder, .frm_forms input[type=tel]:-ms-input-placeholder, .frm_forms input[type=number]:-ms-input-placeholder, .frm_forms input[type=url]:-ms-input-placeholder, .frm_forms select:-ms-input-placeholder, .frm_forms textarea:-ms-input-placeholder {
  color: #6a7282;
  opacity: 1;
}
.frm_forms input[type=text]::-ms-input-placeholder, .frm_forms input[type=email]::-ms-input-placeholder, .frm_forms input[type=tel]::-ms-input-placeholder, .frm_forms input[type=number]::-ms-input-placeholder, .frm_forms input[type=url]::-ms-input-placeholder, .frm_forms select::-ms-input-placeholder, .frm_forms textarea::-ms-input-placeholder {
  color: #6a7282;
  opacity: 1;
}
.frm_forms input[type=text]::placeholder,
.frm_forms input[type=email]::placeholder,
.frm_forms input[type=tel]::placeholder,
.frm_forms input[type=number]::placeholder,
.frm_forms input[type=url]::placeholder,
.frm_forms select::placeholder,
.frm_forms textarea::placeholder {
  color: #6a7282;
  opacity: 1;
}
.frm_forms input[type=text]:focus,
.frm_forms input[type=email]:focus,
.frm_forms input[type=tel]:focus,
.frm_forms input[type=number]:focus,
.frm_forms input[type=url]:focus,
.frm_forms select:focus,
.frm_forms textarea:focus {
  outline: none;
  border-color: #4F1D46;
  -webkit-box-shadow: 0 0 0 3px rgba(79, 29, 70, 0.12);
          box-shadow: 0 0 0 3px rgba(79, 29, 70, 0.12);
}
.frm_forms textarea {
  border-radius: 24px;
  min-height: 140px;
}
.frm_forms .frm_radio label,
.frm_forms .frm_checkbox label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-size: 17px;
  line-height: 1.5;
  color: #1C1C1C;
}
.frm_forms .frm_radio input,
.frm_forms .frm_checkbox input {
  width: 20px;
  height: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  accent-color: #4F1D46;
}
.frm_forms .frm_error {
  color: #FF5959;
  font-size: 15px;
  margin-top: 6px;
}
.frm_forms .frm_error_style {
  border-radius: 16px;
  font-size: 16px;
}
.frm_forms.with_frm_style input[type=submit], .frm_forms.with_frm_style .frm_submit button.frm_button_submit,
.frm_forms .frm_button_submit {
  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;
  height: auto;
  padding: 16px 36px;
  border: 0;
  border-radius: 999px;
  background: #4F1D46;
  color: #FFFFFF;
  font-family: inherit;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  cursor: pointer;
  -webkit-transition: opacity 0.2s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: opacity 0.2s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
}
.frm_forms.with_frm_style input[type=submit]:hover, .frm_forms.with_frm_style .frm_submit button.frm_button_submit:hover,
.frm_forms .frm_button_submit:hover {
  background: #3E0834;
  opacity: 0.92;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
  -webkit-box-shadow: 0 6px 16px rgba(79, 29, 70, 0.2);
          box-shadow: 0 6px 16px rgba(79, 29, 70, 0.2);
}
.frm_forms .frm_message {
  padding: 20px 24px;
  border-radius: 16px;
  background: #def7e5;
  color: #1C1C1C;
  font-size: 17px;
  line-height: 1.5;
}
.frm_forms .frm_message p {
  margin: 0;
}

.glaj-thumb-placeholder {
  position: absolute;
  inset: 0;
  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;
  background: #F3F4F6;
  color: rgba(79, 29, 70, 0.28);
  pointer-events: none;
}
.glaj-thumb-placeholder__logo {
  display: block;
  width: 42%;
  max-width: 150px;
  height: auto;
}
.glaj-thumb-placeholder--block {
  position: relative;
  inset: auto;
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 16px;
  overflow: hidden;
}

/* Onzeweb X Gutenberg
--------------------------------------------- */
/* ------------------------------------------- */
/* ------------------------------------------- */
.wp-block-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
  gap: calc(clamp(16px, 14.7692307692px + 0.3846153846vw, 20px) / 2);
}
.wp-block-navigation ul .wp-block-navigation-item {
  font-size: clamp(16px, 15.3846153846px + 0.1923076923vw, 18px);
}

/* ------------------------------------------- */
/* ------------------------------------------- */
.wp-block-list {
  margin: 20px 0;
  padding-left: 20px;
}
.wp-block-list li {
  padding: 4px 0;
}
.wp-block-list li::marker {
  color: #FF5959;
  font-weight: 600;
}
.has-red-background-color .wp-block-list li::marker {
  color: #FFBE00;
}

/* ------------------------------------------- */
/* ------------------------------------------- */
.wp-block-separator {
  margin: 0;
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
  height: 1px;
  border: none;
  opacity: 30%;
}
.wp-block-separator.is-style-wide {
  height: 2px;
}

/* ------------------------------------------- */
/* ------------------------------------------- */
.wp-block-group.is-style-encadre {
  border-radius: clamp(16px, 10.1538461538px + 1.8269230769vw, 35px);
  border: 1px solid rgba(65, 70, 71, 0.2);
  padding: clamp(20px, 13.8461538462px + 1.9230769231vw, 40px);
}
.wp-block-group.is-style-encadre.has-background {
  border: none;
}

/* ------------------------------------------- */
/* ------------------------------------------- */
.wp-block-file {
  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-column-gap: clamp(16px, 14.7692307692px + 0.3846153846vw, 20px);
     -moz-column-gap: clamp(16px, 14.7692307692px + 0.3846153846vw, 20px);
          column-gap: clamp(16px, 14.7692307692px + 0.3846153846vw, 20px);
  row-gap: calc(clamp(16px, 14.7692307692px + 0.3846153846vw, 20px) / 2);
  margin: clamp(16px, 14.7692307692px + 0.3846153846vw, 20px) 0;
}
.wp-block-file > a:not(.wp-block-file__button) {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  min-width: 0;
  font-size: clamp(16px, 15.3846153846px + 0.1923076923vw, 18px);
  word-break: break-word;
}
.wp-block-file .wp-block-file__button {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  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;
  padding: 7px 19px;
  background: #4F1D46;
  color: #FFFFFF !important;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 999px;
  -webkit-transition: opacity 0.2s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: opacity 0.2s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
}
.wp-block-file .wp-block-file__button:hover {
  opacity: 0.92;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
  -webkit-box-shadow: 0 6px 16px rgba(79, 29, 70, 0.2);
          box-shadow: 0 6px 16px rgba(79, 29, 70, 0.2);
  color: #FFFFFF;
}
@media screen and (max-width: 420px) {
  .wp-block-file > a:not(.wp-block-file__button) {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .wp-block-file .wp-block-file__button {
    margin-left: 0;
    margin-right: auto;
  }
}

/* ------------------------------------------- */
/* ------------------------------------------- */
.wp-block-media-text .wp-block-media-text__media img {
  border-radius: 16px;
}

/* ------------------------------------------- */
/* ------------------------------------------- */
.wp-block-buttons {
  margin: clamp(16px, 14.7692307692px + 0.3846153846vw, 20px) 0;
}
.wp-block-buttons .wp-block-button .wp-block-button__link {
  position: relative;
  z-index: 1;
  display: block;
  font-size: clamp(16px, 15.3846153846px + 0.1923076923vw, 18px);
  font-weight: 600;
  line-height: 1;
  padding: 0.8em 2em;
  -webkit-transition: color 0.2s ease-in-out, -webkit-filter 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, -webkit-filter 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, filter 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, filter 0.2s ease-in-out, -webkit-filter 0.2s ease-in-out;
}
.wp-block-buttons .wp-block-button .wp-block-button__link:hover {
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
}
.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.is-style-lien-chevron .wp-block-button__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  padding: 0;
  background: transparent !important;
  border: 0;
  border-radius: 0;
  color: #4F1D46;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  -webkit-transition: gap 0.2s ease;
  transition: gap 0.2s ease;
}
.wp-block-buttons .wp-block-button.is-style-lien-chevron .wp-block-button__link::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m6 4 4 4-4 4' stroke='black' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round' fill='none'/%3E%3C/svg%3E") center/contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m6 4 4 4-4 4' stroke='black' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round' fill='none'/%3E%3C/svg%3E") center/contain no-repeat;
}
.wp-block-buttons .wp-block-button.is-style-lien-chevron .wp-block-button__link:hover {
  gap: 12px;
  text-decoration: underline;
  -webkit-filter: none;
          filter: none;
}