@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.is-hidden {
  display: none !important;
}
@media (max-width: 575px) {
  .is-hidden-sm {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .is-hidden-md {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .is-hidden-lg {
    display: none !important;
  }
}
@media (max-width: 1199px) {
  .is-hidden-xl {
    display: none !important;
  }
}
@media (min-width: 576px) {
  .is-hidden-sm--up {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .is-hidden-md--up {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .is-hidden-lg--up {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .is-hidden-xl--up {
    display: none !important;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.img-fit--cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  vertical-align: middle;
}

.img-fit--contain {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

@font-face {
  font-family: system;
  font-style: normal;
  font-weight: 300;
  src: local(".SFNSText-Light"), local(".HelveticaNeueDeskInterface-Light"), local(".LucidaGrandeUI"), local("Ubuntu Light"), local("Segoe UI Light"), local("Roboto-Light"), local("DroidSans"), local("Tahoma");
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato/Lato-Black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato/Lato-BlackItalic.woff2") format("woff2");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato/Lato-Bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato/Lato-BoldItalic.woff2") format("woff2");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato/Lato-Italic.woff2") format("woff2");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato/Lato-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato/Lato-LightItalic.woff2") format("woff2");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato/Lato-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
*, *::before, *::after {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  font-size: calc(1em * 0.625);
  scroll-behavior: smooth;
  font-family: "Lato", "system", sans-serif;
}

body {
  font-family: "Lato", "system", sans-serif;
  font-size: 1.7rem;
  line-height: 1.4;
  color: var(--black);
}
body.no-scroll {
  overflow: hidden;
}

h1, .h1 {
  font-size: 3rem;
  line-height: 1.2;
  font-weight: 800;
}
@media (min-width: 768px) {
  h1, .h1 {
    font-size: 5rem;
  }
}

h2, .h2 {
  font-size: 3rem;
  line-height: 1.2;
  font-weight: 800;
}
@media (min-width: 768px) {
  h2, .h2 {
    font-size: 4rem;
  }
}
@media (min-width: 992px) {
  h2, .h2 {
    font-size: 5rem;
  }
}

h3, .h3 {
  font-size: 1.8rem;
  margin-bottom: 1.8rem;
  font-weight: 800;
}
@media (min-width: 768px) {
  h3, .h3 {
    font-size: 2.4rem;
  }
}

a {
  text-decoration: none;
  color: var(--green);
  text-underline-offset: 2px;
}
a:hover {
  color: var(--green-dark);
}

.site-title {
  vertical-align: middle;
}

[id] {
  scroll-margin-top: 140px;
}

img.alignright {
  margin: 0 0 1em 1em;
  float: right;
}

img.alignleft {
  margin: 0 1em 1em 0;
  float: left;
}

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignright {
  margin-left: 15px;
  float: right;
}

.alignleft {
  margin-right: 15px;
  float: left;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img[class^=wp-image] {
  height: auto;
}

.acf-map {
  width: 100%;
  height: 400px;
  border: none;
  margin: 20px 0;
  /* fixes potential theme css conflict */
}
.acf-map img {
  max-width: inherit !important;
}

ul[class*=__list],
ol[class*=__list] {
  padding-left: 0;
  list-style: none;
}

.site-main {
  margin-top: 87px;
}
@media (min-width: 992px) {
  .site-main {
    margin-top: 107px;
  }
}

.gutenberg-content ul:not([class*=__list]),
.gutenberg-content ol:not([class*=__list]), .gutenberg-content > *:not(.wp-block-group):not(.wp-block-list):not(.is-fullwidth), .gutenberg-content > .wp-block-group > *, .gutenberg-content > .frm_forms.frm_style_formidable-style.with_frm_style {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 576px) {
  .gutenberg-content ul:not([class*=__list]),
.gutenberg-content ol:not([class*=__list]), .gutenberg-content > *:not(.wp-block-group):not(.wp-block-list):not(.is-fullwidth), .gutenberg-content > .wp-block-group > *, .gutenberg-content > .frm_forms.frm_style_formidable-style.with_frm_style {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .gutenberg-content ul:not([class*=__list]),
.gutenberg-content ol:not([class*=__list]), .gutenberg-content > *:not(.wp-block-group):not(.wp-block-list):not(.is-fullwidth), .gutenberg-content > .wp-block-group > *, .gutenberg-content > .frm_forms.frm_style_formidable-style.with_frm_style {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .gutenberg-content ul:not([class*=__list]),
.gutenberg-content ol:not([class*=__list]), .gutenberg-content > *:not(.wp-block-group):not(.wp-block-list):not(.is-fullwidth), .gutenberg-content > .wp-block-group > *, .gutenberg-content > .frm_forms.frm_style_formidable-style.with_frm_style {
    max-width: 866px;
  }
}

.site-footer__layout, .container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 576px) {
  .site-footer__layout, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .site-footer__layout, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .site-footer__layout, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .site-footer__layout, .container {
    max-width: 1050px;
  }
}

.p-relative {
  position: relative;
}

.block-center {
  margin-left: auto;
  margin-right: auto;
}

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

.text-bold {
  font-weight: bold;
}

.list-unstyled, .credits-menu, .megamenu-layout ul, .navbar-short {
  padding-left: 0;
  list-style: none;
}

.sr-only-focusable {
  position: absolute;
  top: -100%;
  /* Cache toute la liste en dehors de l’écran */
  left: 10px;
  z-index: 1500;
  background: #000;
  padding: 5px;
}
.sr-only-focusable,
.sr-only-focusable ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sr-only-focusable a {
  display: block;
  background: #000;
  color: #fff;
  padding: 10px;
  text-decoration: none;
  font-weight: bold;
}
.sr-only-focusable:focus-within {
  top: 10px;
  /* Fait apparaître toute la liste quand un lien a le focus */
}

.content-dark *:not([class*=btn-]) {
  color: var(--white);
}

.bg-blue {
  background-color: var(--blue);
}

.bg-pink {
  background-color: var(--pink);
}

.bg-yellow {
  background-color: var(--yellow);
}

.bg-green {
  background-color: var(--green);
}

.bg-grey {
  background-color: var(--grey);
}

.bg-black {
  background-color: var(--black);
}

.bg-black-dark {
  background-color: var(--black-dark);
}

.bg-white {
  background-color: var(--white);
}

.wp-block-button:not(.is-style-outline) .wp-block-button__link:not([class*=has-]), .wp-block-button:not(.is-style-outline) .wp-block-button__link.has-white-background-color, .wp-block-button:not(.is-style-outline) .wp-block-button__link.has-black-dark-background-color, .wp-block-button:not(.is-style-outline) .wp-block-button__link.has-black-background-color, .wp-block-button:not(.is-style-outline) .wp-block-button__link.has-grey-background-color, .wp-block-button:not(.is-style-outline) .wp-block-button__link.has-green-background-color, .wp-block-button:not(.is-style-outline) .wp-block-button__link.has-yellow-background-color, .wp-block-button:not(.is-style-outline) .wp-block-button__link.has-pink-background-color, .wp-block-button:not(.is-style-outline) .wp-block-button__link.has-blue-background-color, .btn-white, .btn-black, .btn-yellow, .btn-green, .fx-filters__popup-foot .facetwp-type-pager, .btn-pink, .btn-blue, .wp-block-button.is-style-outline .wp-block-button__link:not([class*=has-]), .wp-block-button.is-style-outline .wp-block-button__link.has-white-color, .wp-block-button.is-style-outline .wp-block-button__link.has-black-dark-color, .wp-block-button.is-style-outline .wp-block-button__link.has-black-color, .wp-block-button.is-style-outline .wp-block-button__link.has-grey-color, .wp-block-button.is-style-outline .wp-block-button__link.has-green-color, .wp-block-button.is-style-outline .wp-block-button__link.has-yellow-color, .wp-block-button.is-style-outline .wp-block-button__link.has-pink-color, .wp-block-button.is-style-outline .wp-block-button__link.has-blue-color, .btn-outline--white, .btn-outline--black, .btn-outline--yellow, .btn-outline--green, .btn-outline--pink, .btn-outline--blue {
  padding: 10px 20px;
  display: inline-block;
  border-radius: 10px;
  border: none;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
}

.wp-block-button.is-style-outline .wp-block-button__link:not([class*=has-]), .wp-block-button.is-style-outline .wp-block-button__link.has-white-color, .wp-block-button.is-style-outline .wp-block-button__link.has-black-dark-color, .wp-block-button.is-style-outline .wp-block-button__link.has-black-color, .wp-block-button.is-style-outline .wp-block-button__link.has-grey-color, .wp-block-button.is-style-outline .wp-block-button__link.has-green-color, .wp-block-button.is-style-outline .wp-block-button__link.has-yellow-color, .wp-block-button.is-style-outline .wp-block-button__link.has-pink-color, .wp-block-button.is-style-outline .wp-block-button__link.has-blue-color, .btn-outline--white, .btn-outline--black, .btn-outline--yellow, .btn-outline--green, .btn-outline--pink, .btn-outline--blue {
  border-width: 1px;
  border-style: solid;
  font-size: 1.6rem;
  text-transform: uppercase;
}

.btn-blue {
  background-color: var(--blue);
  color: var(--white);
}
.btn-blue:hover {
  background-color: var(--blue-dark);
  color: var(--white);
}

.btn-pink {
  background-color: var(--pink);
  color: var(--white);
}
.btn-pink:hover {
  background-color: var(--pink-dark);
  color: var(--white);
}

.btn-green, .fx-filters__popup-foot .facetwp-type-pager {
  background-color: var(--green);
  color: var(--white);
}
.btn-green:hover, .fx-filters__popup-foot .facetwp-type-pager:hover {
  background-color: var(--green-dark);
  color: var(--white);
}

.btn-yellow {
  background-color: var(--yellow);
  color: var(--white);
}
.btn-yellow:hover {
  background-color: var(--yellow-dark);
  color: var(--white);
}

.btn-black {
  background-color: var(--black);
  color: var(--white);
}
.btn-black:hover {
  background-color: var(--black-dark);
  color: var(--white);
}

.btn-white {
  background-color: var(--white);
  color: var(--black);
}
.btn-white:hover {
  background-color: var(--white-dark);
  color: var(--black);
}

.btn-outline--blue {
  background-color: transparent;
  color: var(--blue);
  border-color: var(--blue);
}
.btn-outline--blue:hover {
  background-color: var(--blue-dark);
  border-color: var(--blue-dark);
  color: var(--white);
}

.btn-outline--pink {
  background-color: transparent;
  color: var(--pink);
  border-color: var(--pink);
}
.btn-outline--pink:hover {
  background-color: var(--pink-dark);
  border-color: var(--pink-dark);
  color: var(--white);
}

.btn-outline--green {
  background-color: transparent;
  color: var(--green);
  border-color: var(--green);
}
.btn-outline--green:hover {
  background-color: var(--green-dark);
  border-color: var(--green-dark);
  color: var(--white);
}

.btn-outline--yellow {
  background-color: transparent;
  color: var(--yellow);
  border-color: var(--yellow);
}
.btn-outline--yellow:hover {
  background-color: var(--yellow-dark);
  border-color: var(--yellow-dark);
  color: var(--white);
}

.btn-outline--black {
  background-color: transparent;
  color: var(--black);
  border-color: var(--black);
}
.btn-outline--black:hover {
  background-color: var(--black-dark);
  border-color: var(--black-dark);
  color: var(--white);
}

.btn-outline--white {
  background-color: transparent;
  color: var(--white);
  border-color: var(--white);
}
.btn-outline--white:hover {
  background-color: var(--white);
  border-color: var(--white);
  color: var(--black);
}

.btn-cat-outline--white, .btn-cat-outline--black-dark, .btn-cat-outline--black, .btn-cat-outline--grey, .btn-cat-outline--green, .btn-cat-outline--yellow, .btn-cat-outline--pink, .btn-cat-outline--blue {
  padding: 1px 5px;
  display: inline-block;
  border: 1px solid;
  border-radius: 5px;
  font-size: 1.5rem;
}

.btn-cat-outline--blue {
  border-color: var(--blue);
  color: var(--blue);
}
.btn-cat-outline--blue:hover {
  background: var(--blue);
  color: var(--white);
}

.btn-cat-outline--pink {
  border-color: var(--pink);
  color: var(--pink);
}
.btn-cat-outline--pink:hover {
  background: var(--pink);
  color: var(--white);
}

.btn-cat-outline--yellow {
  border-color: var(--yellow);
  color: var(--yellow);
}
.btn-cat-outline--yellow:hover {
  background: var(--yellow);
  color: var(--white);
}

.btn-cat-outline--green {
  border-color: var(--green);
  color: var(--green);
}
.btn-cat-outline--green:hover {
  background: var(--green);
  color: var(--white);
}

.btn-cat-outline--grey {
  border-color: var(--grey);
  color: var(--grey);
}
.btn-cat-outline--grey:hover {
  background: var(--grey);
  color: var(--white);
}

.btn-cat-outline--black {
  border-color: var(--black);
  color: var(--black);
}
.btn-cat-outline--black:hover {
  background: var(--black);
  color: var(--white);
}

.btn-cat-outline--black-dark {
  border-color: var(--black-dark);
  color: var(--black-dark);
}
.btn-cat-outline--black-dark:hover {
  background: var(--black-dark);
  color: var(--white);
}

.btn-cat-outline--white {
  border-color: var(--white);
  color: var(--white);
}
.btn-cat-outline--white:hover {
  background: var(--white);
  color: var(--black);
}

.wp-block-button.is-style-outline .wp-block-button__link.has-blue-color:hover {
  background: var(--blue);
  border-color: var(--blue);
  color: var(--white) !important;
}

.wp-block-button.is-style-outline .wp-block-button__link.has-pink-color:hover {
  background: var(--pink);
  border-color: var(--pink);
  color: var(--white) !important;
}

.wp-block-button.is-style-outline .wp-block-button__link.has-yellow-color:hover {
  background: var(--yellow);
  border-color: var(--yellow);
  color: var(--white) !important;
}

.wp-block-button.is-style-outline .wp-block-button__link.has-green-color:hover {
  background: var(--green);
  border-color: var(--green);
  color: var(--white) !important;
}

.wp-block-button.is-style-outline .wp-block-button__link.has-grey-color:hover {
  background: var(--grey);
  border-color: var(--grey);
  color: var(--white) !important;
}

.wp-block-button.is-style-outline .wp-block-button__link.has-black-color:hover {
  background: var(--black);
  border-color: var(--black);
  color: var(--white) !important;
}

.wp-block-button.is-style-outline .wp-block-button__link.has-black-dark-color:hover {
  background: var(--black-dark);
  border-color: var(--black-dark);
  color: var(--white) !important;
}

.wp-block-button.is-style-outline .wp-block-button__link.has-white-color:hover {
  background: var(--white);
  border-color: var(--white);
  color: var(--black) !important;
}

.wp-block-button.is-style-outline .wp-block-button__link:not([class*=has-]):hover {
  background: var(--black);
  border-color: var(--black);
  color: var(--white) !important;
}

.wp-block-button:not(.is-style-outline) .wp-block-button__link.has-blue-background-color:hover {
  background: var(--blue-dark) !important;
  color: var(--white);
}

.wp-block-button:not(.is-style-outline) .wp-block-button__link.has-pink-background-color:hover {
  background: var(--pink-dark) !important;
  color: var(--white);
}

.wp-block-button:not(.is-style-outline) .wp-block-button__link.has-yellow-background-color:hover {
  background: var(--yellow-dark) !important;
  color: var(--white);
}

.wp-block-button:not(.is-style-outline) .wp-block-button__link.has-green-background-color:hover {
  background: var(--green-dark) !important;
  color: var(--white);
}

.wp-block-button:not(.is-style-outline) .wp-block-button__link.has-grey-background-color:hover {
  background: var(--grey-dark) !important;
  color: var(--white);
}

.wp-block-button:not(.is-style-outline) .wp-block-button__link.has-black-background-color:hover {
  background: var(--black-dark) !important;
  color: var(--white);
}

.wp-block-button:not(.is-style-outline) .wp-block-button__link.has-black-dark-background-color:hover {
  background: !important;
  color: var(--white);
}

.wp-block-button:not(.is-style-outline) .wp-block-button__link.has-white-background-color {
  color: var(--black);
}
.wp-block-button:not(.is-style-outline) .wp-block-button__link.has-white-background-color:hover {
  color: var(--black);
  background: !important;
}

.wp-block-button:not(.is-style-outline) .wp-block-button__link:not([class*=has-]):hover {
  background: var(--black-dark);
  color: var(--white);
}

.socials {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.socials__link {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4px;
  border: 1px solid var(--white);
  border-radius: 50%;
}
.socials__link:hover {
  background: rgba(255, 255, 255, 0.1);
}
.socials__link[title=instagram] img {
  width: 16px;
}
.socials img {
  display: block;
  max-width: 18px;
}

.breadcrumbs {
  padding-block: 10px;
  font-size: 1.3rem;
}
.breadcrumbs a {
  color: var(--black);
}
.breadcrumbs a:hover {
  text-decoration: underline;
}
.breadcrumbs .breadcrumb_last {
  font-weight: bold;
}

.pagination,
.facetwp-facet-pagination {
  padding-top: 80px;
}
.pagination .page-numbers,
.pagination .facetwp-page,
.facetwp-facet-pagination .page-numbers,
.facetwp-facet-pagination .facetwp-page {
  padding: 2px 10px;
  display: inline-block;
  transition-property: background, color;
  transition-duration: 0.2s;
  transition-timing-function: ease-in;
}
.pagination .page-numbers.prev, .pagination .page-numbers.next,
.pagination .facetwp-page.prev,
.pagination .facetwp-page.next,
.facetwp-facet-pagination .page-numbers.prev,
.facetwp-facet-pagination .page-numbers.next,
.facetwp-facet-pagination .facetwp-page.prev,
.facetwp-facet-pagination .facetwp-page.next {
  padding: 2px 15px;
}
.pagination .dots,
.facetwp-facet-pagination .dots {
  padding: 0 3px;
}
.pagination .page-numbers:not(.current):not(.dots),
.pagination .facetwp-page:not(.active):not(.dots),
.facetwp-facet-pagination .page-numbers:not(.current):not(.dots),
.facetwp-facet-pagination .facetwp-page:not(.active):not(.dots) {
  background: var(--white);
  border: 1px solid var(--green);
  border-radius: 50px;
}
.pagination .page-numbers:not(.current):not(.dots):hover, .pagination .page-numbers:not(.current):not(.dots):focus-visible,
.pagination .facetwp-page:not(.active):not(.dots):hover,
.pagination .facetwp-page:not(.active):not(.dots):focus-visible,
.facetwp-facet-pagination .page-numbers:not(.current):not(.dots):hover,
.facetwp-facet-pagination .page-numbers:not(.current):not(.dots):focus-visible,
.facetwp-facet-pagination .facetwp-page:not(.active):not(.dots):hover,
.facetwp-facet-pagination .facetwp-page:not(.active):not(.dots):focus-visible {
  background: var(--green-light);
  color: var(--green);
}

.facetwp-facet-pagination .facetwp-pager .facetwp-page {
  text-decoration: none;
}

.optim-access-container {
  z-index: 1001;
}

.opta-btn-trigger {
  width: 70px;
  height: 70px;
  display: flex;
  bottom: 80px;
  right: 10px;
  border-radius: 50%;
  transform: translateY(-10px);
}
@media (min-width: 576px) {
  .opta-btn-trigger {
    right: 15px;
    bottom: 85px;
  }
}
@media (min-width: 768px) {
  .opta-btn-trigger {
    width: 80px;
    height: 80px;
    bottom: 95px;
  }
}
@media (min-width: 992px) {
  .opta-btn-trigger {
    right: 30px;
  }
}

.opta-btn-trigger__icon {
  margin: auto;
}

.gutenberg-content > .wp-block-group {
  padding-left: 15px;
  padding-right: 15px;
}
.gutenberg-content > .wp-block-group.has-background {
  padding-block: 45px;
}
.gutenberg-content .wp-block-columns.has-background {
  padding: 40px 30px 45px;
  border-radius: 20px;
}
.gutenberg-content .wp-block-columns:where(.is-layout-flex) {
  gap: 30px;
}
.gutenberg-content .wp-block-buttons.is-layout-flex {
  gap: 10px;
}
.gutenberg-content .wp-block-image {
  position: relative;
}
.gutenberg-content .wp-block-image img {
  border-radius: 20px;
}
.gutenberg-content .wp-block-image .wp-element-caption {
  margin: 0;
  position: absolute;
  right: 15px;
  bottom: 15px;
  z-index: 0;
  font-size: 1.3rem;
  color: var(--white);
  opacity: 0.85;
}
.gutenberg-content > .wp-block-image {
  width: max-content;
  max-width: 100%;
}
.gutenberg-content > .wp-block-image .wp-element-caption {
  right: 30px;
}
.gutenberg-content .wp-block-accordion-item {
  margin-block-start: 15px;
}
.gutenberg-content .wp-block-accordion-heading {
  padding: 10px 20px 10px 30px;
  position: relative;
  z-index: 1;
  background-color: var(--yellow);
  border-radius: 20px;
  color: var(--white);
  font-size: 1.6rem;
  font-weight: 600;
}
.gutenberg-content .wp-block-accordion-heading:hover {
  background: var(--yellow-dark);
}
.gutenberg-content .wp-block-accordion-heading:hover .wp-block-accordion-heading__toggle-title {
  text-decoration: none;
}
.gutenberg-content .wp-block-accordion-heading__toggle-icon {
  font-size: 2.5rem;
}
.gutenberg-content .wp-block-accordion-panel {
  margin-top: -20px;
  padding: 40px 20px 30px;
  background: var(--yellow-light);
  border-radius: 0 0 20px 20px;
}
.gutenberg-content .wp-block-pullquote, .gutenberg-content .wp-block-quote {
  padding: 30px 15px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  background-image: url('data:image/svg+xml,<svg width="38.87" height="23.95" viewBox="0 0 38.87 23.95"><defs><clipPath id="clip-path"><rect width="38.87" height="23.95" transform="translate(0 0)" fill="%233a7dba"/></clipPath></defs><g transform="translate(0 0)" clip-path="url(%23clip-path)"><path d="M0,9.03C0,16.974,5.682,21.7,9.225,23.877a.463.463,0,0,0,.591-.7,18.409,18.409,0,0,1-3.263-5.462A9.031,9.031,0,1,0,0,9.03" fill="%233a7dba"/><path d="M20.809,9.03c0,7.944,5.682,12.671,9.225,14.847a.463.463,0,0,0,.591-.7,18.409,18.409,0,0,1-3.263-5.462A9.031,9.031,0,1,0,20.809,9.03" fill="%233a7dba"/></g></svg>');
}
.gutenberg-content .wp-block-pullquote::before, .gutenberg-content .wp-block-quote::before {
  content: "";
  margin-left: auto;
  margin-right: auto;
  width: 40px;
  height: 25px;
  display: block;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="38.87" height="23.95" viewBox="0 0 38.87 23.95"><defs><clipPath id="clip-path"><rect width="38.87" height="23.95" transform="translate(0 0)" fill="%233a7dba"/></clipPath></defs><g transform="translate(0 0)" clip-path="url(%23clip-path)"><path d="M0,9.03C0,16.974,5.682,21.7,9.225,23.877a.463.463,0,0,0,.591-.7,18.409,18.409,0,0,1-3.263-5.462A9.031,9.031,0,1,0,0,9.03" fill="%233a7dba"/><path d="M20.809,9.03c0,7.944,5.682,12.671,9.225,14.847a.463.463,0,0,0,.591-.7,18.409,18.409,0,0,1-3.263-5.462A9.031,9.031,0,1,0,20.809,9.03" fill="%233a7dba"/></g></svg>');
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.5;
}
.gutenberg-content .wp-block-pullquote p, .gutenberg-content .wp-block-quote p {
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
  font-size: 1.7rem;
  color: var(--blue);
}
.gutenberg-content .wp-block-pullquote cite, .gutenberg-content .wp-block-quote cite {
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -10px;
  font-size: 1.4rem;
  color: var(--blue);
}
@media (min-width: 992px) {
  .gutenberg-content .chiffres-cles {
    column-gap: 45px;
  }
}
@media (min-width: 1200px) {
  .gutenberg-content .chiffres-cles {
    column-gap: 60px;
  }
}
.gutenberg-content .chiffres-cles .wp-block-column {
  padding: 30px 15px 25px;
  border-radius: 20px;
  text-align: center;
  background-color: var(--blue-light);
}
.gutenberg-content .chiffres-cles img {
  max-width: 75px;
  border-radius: 0;
}
.gutenberg-content .chiffres-cles h2 {
  margin-top: 10px;
  color: var(--blue);
}
.gutenberg-content .chiffres-cles p {
  margin-top: 10px;
}
.gutenberg-content h2 {
  color: var(--yellow);
}
@media (min-width: 992px) {
  .gutenberg-content h2 {
    font-size: 4rem;
  }
}
.gutenberg-content h3 {
  color: var(--yellow);
}
.gutenberg-content ul:not([class*=__list]),
.gutenberg-content ol:not([class*=__list]) {
  padding-left: 60px;
}
@media (min-width: 768px) {
  .gutenberg-content ul:not([class*=__list]),
.gutenberg-content ol:not([class*=__list]) {
    padding-left: 80px;
  }
}
.gutenberg-content li {
  margin-bottom: 10px;
}
.gutenberg-content li::marker {
  color: var(--green);
}
.gutenberg-content a:not([class*=button]):not([class*=btn]) {
  text-decoration: underline;
}
.gutenberg-content a:not([class*=button]):not([class*=btn]):hover {
  text-decoration: none;
}

.site-header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.98);
  border-bottom: 1px solid var(--grey-light);
}
.site-header__link-logo {
  grid-area: logo;
  display: block;
  width: 110px;
}
.site-header__link-logo:hover {
  opacity: 0.9;
}
@media (min-width: 992px) {
  .site-header__link-logo {
    width: 140px;
  }
}
.site-header__col-eco {
  grid-area: ecomode;
  justify-self: center;
  display: flex;
  align-items: center;
}
.site-header__col-search {
  grid-area: search;
  justify-self: center;
}

.admin-bar .site-header {
  top: 46px;
}
@media screen and (min-width: 783px) {
  .admin-bar .site-header {
    top: 32px;
  }
}

.navbar {
  display: grid;
  grid-template-columns: auto 55px 25px 45px;
  column-gap: 15px;
  grid-template-areas: "logo ecomode search toggle";
  align-items: center;
  padding: 8px 15px;
}
@media (min-width: 576px) {
  .navbar {
    grid-template-columns: auto 110px 25px 45px;
    column-gap: 20px;
  }
}
@media (min-width: 768px) {
  .navbar {
    grid-template-columns: 140px auto 110px 25px 45px;
    grid-template-areas: "logo shortmenu ecomode search toggle";
  }
}
@media (min-width: 1200px) {
  .navbar {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    grid-template-columns: 140px auto 110px 25px 90px;
  }
}

.toggle-menu {
  grid-area: toggle;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  justify-self: flex-end;
  padding: 0;
  background-color: transparent;
  border: none;
  cursor: pointer;
}
.toggle-menu:hover .bar {
  background: var(--green-dark);
}
.toggle-menu:hover .label {
  color: var(--green-dark);
}
.toggle-menu.is-active .bar:nth-child(1) {
  transform: translate(3px, 6px) rotateZ(-35deg);
}
.toggle-menu.is-active .bar:nth-child(2) {
  opacity: 0;
  transform: translateX(5px);
}
.toggle-menu.is-active .bar:nth-child(3) {
  transform: translate(3px, -6px) rotateZ(35deg);
}
.toggle-menu .bar {
  height: 1px;
  margin-bottom: 5px;
  display: block;
  background: var(--black);
  transform-origin: center;
  transition-property: transform, opacity;
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
}
.toggle-menu .bar:nth-child(1) {
  width: 28px;
}
.toggle-menu .bar:nth-child(2) {
  width: 19px;
}
.toggle-menu .bar:nth-child(3) {
  width: 28px;
}
.toggle-menu .label {
  display: block;
  font-size: 1.2rem;
  text-transform: uppercase;
  font-weight: bold;
}

.eco-toggle {
  display: inline-flex;
  flex-direction: column;
  gap: 0.75rem;
  cursor: pointer;
}
.eco-toggle:hover .eco-toggle__label {
  color: var(--green-dark);
}
.eco-toggle:hover .eco-toggle__switch {
  border-color: var(--green-dark);
}
.eco-toggle:hover .eco-toggle__switch::before {
  background: var(--green-dark);
}
@media (min-width: 576px) {
  .eco-toggle {
    flex-direction: row;
    align-items: center;
  }
}
.eco-toggle__label {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
}
@media (min-width: 576px) {
  .eco-toggle__label {
    font-size: 1.5rem;
  }
}
.eco-toggle__input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.eco-toggle__switch {
  position: relative;
  width: 30px;
  height: 20px;
  border: 2px solid var(--black);
  border-radius: 99px;
  background: var(--white);
  transition: background-color 0.2s ease;
}
.eco-toggle__switch::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--black);
  transition: transform 0.2s ease;
}
.eco-toggle__input:checked + .eco-toggle__switch {
  background: var(--black);
}
.eco-toggle__input:checked + .eco-toggle__switch::before {
  background: var(--white);
  transform: translateX(12px);
}
.eco-toggle__input:focus-visible + .eco-toggle__switch {
  outline: 2px solid var(--black);
  outline-offset: 2px;
}

.eco-mode .eco-toggle__switch {
  background: var(--black);
}
.eco-mode .eco-toggle__switch::before {
  background: var(--white);
  transform: translateX(12px);
}

.search-btn {
  width: 28px;
  padding-block: 8px;
  display: inline-block;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 5px;
  cursor: pointer;
}
.search-btn:hover {
  border-color: var(--green-dark);
}
@media (min-width: 992px) {
  .search-btn {
    width: 30px;
  }
}
.search-btn img {
  width: 100%;
}

.navbar-short {
  display: none;
}
@media (min-width: 768px) {
  .navbar-short {
    display: flex;
    justify-content: center;
    align-items: space-between;
    grid-area: shortmenu;
    flex-wrap: wrap;
    gap: 8px;
  }
}
@media (min-width: 992px) {
  .navbar-short {
    gap: 20px;
  }
}
@media (min-width: 1200px) {
  .navbar-short {
    padding-left: 90px;
  }
}
@media (min-width: 768px) {
  .navbar-short a {
    color: var(--black);
    text-transform: uppercase;
    font-size: 1.4rem;
  }
  .navbar-short a:hover {
    text-decoration: underline;
  }
}
@media (min-width: 992px) {
  .navbar-short a {
    font-size: 1.6rem;
  }
}

.megamenu {
  display: none;
}

.megamenu-layout {
  padding: 1px 15px 45px;
  background: var(--white);
  text-align: center;
}
@media (min-width: 576px) {
  .megamenu-layout {
    text-align: initial;
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media (min-width: 1200px) {
  .megamenu-layout {
    padding-right: 0;
    padding-bottom: 0;
    display: grid;
    grid-template-columns: auto 290px;
    grid-template-areas: "menu thumb" "cta .";
  }
}
@media (min-width: 1400px) {
  .megamenu-layout {
    grid-template-columns: auto 330px;
  }
}
.megamenu-layout .socials {
  margin-top: 15px;
  justify-content: center;
}
@media (min-width: 992px) {
  .megamenu-layout .socials {
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  .megamenu-layout .socials {
    justify-content: flex-start;
  }
}
.megamenu-layout .socials__link {
  border-color: var(--green);
}
.megamenu-layout .socials__link:hover {
  background-color: var(--green-light);
}

.megamenu-menu {
  grid-area: menu;
}
@media (min-width: 576px) {
  .megamenu-menu {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 30px;
  }
}
@media (min-width: 768px) {
  .megamenu-menu {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 992px) {
  .megamenu-menu {
    grid-template-columns: repeat(4, 1fr) 120px;
    column-gap: 10px;
    margin-top: 0;
  }
}
@media (min-width: 1400px) {
  .megamenu-menu {
    grid-template-columns: repeat(5, 1fr);
    column-gap: 30px;
  }
}
.megamenu-menu > .menu-item.text-bold {
  margin-top: 30px;
}
@media (min-width: 576px) {
  .megamenu-menu > .menu-item.text-bold {
    grid-column-end: span 2;
  }
}
@media (min-width: 768px) {
  .megamenu-menu > .menu-item.text-bold {
    grid-column-end: initial;
  }
}
@media (min-width: 576px) {
  .megamenu-menu > .menu-item.text-bold > .sub-menu {
    display: flex;
    justify-content: center;
    gap: 15px;
  }
}
@media (min-width: 768px) {
  .megamenu-menu > .menu-item.text-bold > .sub-menu {
    flex-direction: column;
    gap: 0;
  }
}
.megamenu-menu > .menu-item > a {
  display: none;
}
.megamenu-menu > .menu-item > .sub-menu > .menu-item.title > a {
  margin-top: 30px;
  text-transform: uppercase;
  font-weight: bold;
  color: var(--yellow);
}
.megamenu-menu > .menu-item > .sub-menu > .menu-item.title > a[href]:hover {
  text-decoration: underline;
}
.megamenu-menu > .menu-item > .sub-menu > .menu-item:not(.title) > a {
  color: var(--black);
}
.megamenu-menu > .menu-item > .sub-menu > .menu-item:not(.title) > a[href]:hover {
  text-decoration: underline;
}
.megamenu-menu a {
  padding-block: 5px;
  display: block;
}

.megamenu-cta {
  grid-area: cta;
}
@media (min-width: 1200px) {
  .megamenu-cta {
    margin-top: 30px;
    margin-bottom: 55px;
    display: flex;
    gap: 15px;
  }
}
.megamenu-cta__links {
  margin-top: 30px;
  margin-bottom: 15px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
}
@media (min-width: 1200px) {
  .megamenu-cta__links {
    margin-top: 0;
    margin-bottom: 0;
    justify-content: flex-start;
  }
}

.megamenu-thumb {
  display: none;
  grid-area: thumb;
}
@media (min-width: 1200px) {
  .megamenu-thumb {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-block: 45px;
    position: relative;
    background: var(--yellow-light);
    grid-row: span 2;
    align-self: end;
  }
}
.megamenu-thumb__title {
  padding: 5px 10px;
  margin: 0;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 2;
  background: var(--yellow);
  color: var(--white);
  font-size: 2.5rem;
  text-align: center;
  transform-origin: center;
  transform: translate(-50%, -50%);
}
@media (min-width: 992px) {
  .megamenu-thumb__title {
    font-size: 3rem;
  }
}
.megamenu-thumb__link {
  max-width: 260px;
  display: block;
  position: relative;
  z-index: 1;
}
.megamenu-thumb__link:hover .megamenu-thumb__img {
  opacity: 0.9;
}
.megamenu-thumb__figure {
  position: relative;
  aspect-ratio: 1.3/1;
  border-radius: 15px 15px 0 0;
  overflow: hidden;
}
.megamenu-thumb__copy {
  padding: 20px 25px 40px 25px;
  background: var(--white);
  border-radius: 0 0 15px 15px;
  border: 1px solid var(--grey-light);
  border-top-width: 0;
}
.megamenu-thumb .entry-content {
  margin-bottom: 15px;
  color: var(--black);
}

.search-form {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
}
.search-form__field {
  height: 40px;
  padding: 5px 15px;
  border-radius: 5px;
  border: 1px solid var(--green-dark);
}
@media (min-width: 768px) {
  .search-form__field {
    width: 360px;
  }
}
.search-form__toggle {
  width: 40px;
  height: 40px;
  padding: 8px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  border: none;
  background: var(--green);
  cursor: pointer;
}
.search-form__toggle:hover {
  background: var(--green-dark);
}
.search-form__select {
  padding: 5px 15px;
  height: 40px;
  background: var(--white);
  border: 1px solid var(--green);
  border-radius: 5px;
}

.navbar-search {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1011;
  display: none;
  background-color: var(--yellow-light);
}
.navbar-search__content {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.navbar-search .search-form {
  justify-content: center;
}

.cta-signaler {
  width: 70px;
  height: 70px;
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 98;
  background: var(--pink);
  border-radius: 50%;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}
.cta-signaler:hover, .cta-signaler:focus {
  background: var(--pink-dark);
}
@media (min-width: 576px) {
  .cta-signaler {
    bottom: 15px;
    right: 15px;
  }
}
@media (min-width: 768px) {
  .cta-signaler {
    width: 80px;
    height: 80px;
  }
}
@media (min-width: 992px) {
  .cta-signaler {
    right: 30px;
  }
}

.popin-info {
  width: calc(100% - 40px);
  padding: 25px 40px 25px 15px;
  position: fixed;
  bottom: 10px;
  right: 30px;
  z-index: 98;
  display: none;
  border-radius: 15px;
  background: var(--pink);
  color: var(--white);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
@media (min-width: 576px) {
  .popin-info {
    width: calc(100% - 123px);
    padding: 30px 40px 30px 30px;
    bottom: 15px;
    right: 95px;
  }
}
@media (min-width: 768px) {
  .popin-info {
    width: calc(100% - 150px);
    right: 105px;
  }
}
@media (min-width: 992px) {
  .popin-info {
    width: 760px;
    right: 120px;
  }
}
.popin-info__close {
  width: 28px;
  height: 28px;
  padding: 5px;
  position: absolute;
  top: 5px;
  right: 10px;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  border: 1px solid var(--grey-light);
  background-color: rgba(255, 255, 255, 0.32);
  border-radius: 50%;
  color: var(--white);
  cursor: pointer;
}
.popin-info__close:hover {
  background: var(--grey-light);
  color: var(--pink);
}
.popin-info__close::before {
  content: "X";
}
.popin-info__copy a {
  color: var(--white);
}

.has-fake-btn[target=_blank] .fake-btn::after,
[target=_blank] .has-fake-link::after,
.has-target-icon::after, .entry-content a[target=_blank]::after {
  content: "⇱";
  margin-left: 5px;
  display: inline-block;
  transform-origin: center;
  transform: rotateZ(90deg);
}

.entry-content > *:first-child {
  margin-top: 0;
}
.entry-content > *:last-child {
  margin-bottom: 0;
}
.entry-content a:not([class*=btn-]) {
  text-decoration: underline;
}
.entry-content a:not([class*=btn-]):hover {
  text-decoration: none;
}
.entry-content iframe {
  max-width: 100%;
}

.fx-title__line {
  display: inline-block;
}
.fx-title__line[class*=bg-] {
  padding: 1px 6px;
  position: relative;
  color: var(--white);
  left: -6px;
}

.img-caption {
  position: absolute;
  right: 15px;
  bottom: 15px;
  z-index: 3;
  font-size: 1.3rem;
  color: var(--white);
  opacity: 0.85;
}

.frm_submit button {
  text-transform: uppercase;
}

.fx-filters__popup-foot .facetwp-type-pager {
  margin-bottom: 0;
}
.fx-filters__popup-foot .facetwp-type-pager::before {
  content: "Voir ";
}

.fx-news {
  margin-top: 2rem;
  padding-block: 3.5rem;
}
@media (min-width: 992px) {
  .fx-news {
    margin-top: 6rem;
  }
}
.fx-news__title {
  position: relative;
}
.fx-news__title::before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 18px;
  right: 0;
  z-index: 0;
  background-color: var(--grey-light);
}
@media (min-width: 768px) {
  .fx-news__title::before {
    bottom: 23px;
  }
}
@media (min-width: 992px) {
  .fx-news__title::before {
    bottom: 28px;
  }
}
.fx-news__title [class*=bg-] {
  border-right: 15px solid var(--white);
}
.fx-news__list {
  margin-top: 6rem;
  margin-bottom: 0;
  display: grid;
  gap: 3.5rem;
}
@media (min-width: 768px) {
  .fx-news__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
  }
}
@media (min-width: 992px) {
  .fx-news__list {
    gap: 4.5rem 3rem;
  }
}
.fx-news .btn-container {
  margin-top: 4.5rem;
}
@media (min-width: 768px) {
  .fx-news .btn-container {
    margin-top: 6rem;
  }
}

.fx-news-item {
  max-width: 350px;
}
@media (min-width: 768px) {
  .fx-news-item {
    max-width: unset;
  }
}
.fx-news-item__link:hover {
  opacity: 0.9;
}
.fx-news-item__figure {
  margin-bottom: 1.3rem;
  position: relative;
  aspect-ratio: 10/6;
  border-radius: 10px;
  background: var(--grey-light);
  overflow: hidden;
}
@media (min-width: 768px) {
  .fx-news-item__figure {
    aspect-ratio: 1/1;
  }
}
@media (min-width: 992px) {
  .fx-news-item__figure {
    aspect-ratio: 27/15;
  }
}
.fx-news-item__cats {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  pointer-events: none;
}
.fx-news-item__title {
  margin-top: 1.2rem;
  margin-bottom: 0.8rem;
  font-size: 2rem;
  color: var(--black);
}
.fx-news-item__date {
  font-size: 1.2rem;
  color: var(--grey);
}

.fx-disp {
  position: relative;
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.fx-disp__title {
  margin-top: 0;
  margin-bottom: 6rem;
  position: relative;
}
@media (min-width: 768px) {
  .fx-disp__title {
    max-width: 50%;
    left: 5%;
  }
}
@media (min-width: 1200px) {
  .fx-disp__title {
    left: 15%;
  }
}
.fx-disp__list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 3rem;
}
@media (min-width: 576px) {
  .fx-disp__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .fx-disp__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
.fx-disp__figure {
  width: 70vw;
  height: 65vw;
  max-width: 690px;
  max-height: 630px;
  position: absolute;
  top: 10rem;
  right: 0;
  z-index: 0;
  border-radius: 20px 0 0 20px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .fx-disp__figure {
    width: 45vw;
    height: 40vw;
    top: -5rem;
  }
}
@media (min-width: 1200px) {
  .fx-disp__figure {
    width: 48vw;
    height: 45vw;
    top: -7rem;
  }
}

.fx-disp-foreground {
  position: relative;
  z-index: 1;
}

.fx-disp-item {
  padding: 20px 20px 25px;
  background: var(--white);
  border: 1px solid var(--grey-light);
  border-radius: 20px;
}
@media (min-width: 768px) {
  .fx-disp-item {
    padding: 30px;
  }
}
.fx-disp-item__title {
  margin: 0;
}
.fx-disp-item__copy {
  margin-bottom: 1.5rem;
}

.fx-ress {
  position: relative;
}
.fx-ress__content {
  padding-block: 6rem 8rem;
  background: var(--yellow-light);
}
.fx-ress__list {
  margin-bottom: 6rem;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 3rem;
}
@media (min-width: 768px) {
  .fx-ress__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
  }
}
@media (min-width: 992px) {
  .fx-ress__list {
    gap: 3rem;
  }
}
@media (min-width: 1200px) {
  .fx-ress__list {
    gap: 5rem;
  }
}
.fx-ress__title {
  position: relative;
  z-index: 2;
}
.fx-ress__deco {
  width: 100px;
  position: absolute;
  top: -10px;
  left: 70px;
  z-index: 0;
}
@media (min-width: 576px) {
  .fx-ress__deco {
    width: 130px;
    left: 18%;
  }
}
@media (min-width: 992px) {
  .fx-ress__deco {
    width: 190px;
    top: -40px;
  }
}

.fx-ress-item {
  max-width: 390px;
  margin-left: auto;
  margin-right: auto;
}
.fx-ress-item__link:hover .fx-ress-item__figure img {
  opacity: 0.9;
}
.fx-ress-item__figure {
  position: relative;
  border-radius: 20px 20px 0 0;
  overflow: hidden;
  aspect-ratio: 1.3;
  background-color: var(--grey-light);
}
.fx-ress-item__internal {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 5px 15px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  background: var(--green);
  color: var(--white);
}
.fx-ress-item__content {
  min-height: 180px;
  padding: 20px 15px 25px;
  background: var(--white);
  border-radius: 0 0 20px 20px;
  border: 1px solid var(--grey-light);
  border-top-width: 0;
}
.fx-ress-item__tax {
  text-transform: uppercase;
  font-size: 1.3rem;
  color: var(--grey);
}
.fx-ress-item__title {
  margin-top: 15px;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid var(--grey-light);
  font-size: 2rem;
  color: var(--black);
}
.fx-ress-item__date {
  color: var(--grey);
  text-transform: capitalize;
  font-size: 1.3rem;
}

.top-footer {
  padding-bottom: 30px;
  background: var(--green);
}
.top-footer__figure {
  position: relative;
  aspect-ratio: 2/1;
  z-index: 0;
}
@media (min-width: 576px) {
  .top-footer__figure {
    aspect-ratio: 3/1;
  }
}
@media (min-width: 768px) {
  .top-footer__figure {
    aspect-ratio: 4.3/1;
  }
}
.top-footer__list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 25px;
  margin-top: -70px;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .top-footer__list {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 15px;
  }
}
@media (min-width: 992px) {
  .top-footer__list {
    grid-gap: 30px;
    margin-top: -90px;
  }
}
@media (min-width: 1400px) {
  .top-footer__list {
    margin-top: -115px;
  }
}

.top-footer-item {
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 15px;
  background: var(--white);
  border-radius: 20px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
@media (min-width: 768px) {
  .top-footer-item {
    padding: 30px 20px;
  }
}
@media (min-width: 992px) {
  .top-footer-item {
    padding: 30px;
  }
}
.top-footer-item__figure {
  width: 60px;
}
.top-footer-item__title {
  margin: 0;
  font-size: 2rem;
}
.top-footer-item__copy, .top-footer-item > [class*=btn] {
  width: 100%;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .top-footer-item .title-container {
    display: flex;
    align-items: center;
    gap: 15px;
  }
}
.top-footer-item .btn-container {
  margin-top: auto;
}

.site-footer {
  background-color: var(--green);
}
.site-footer__layout {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 30px 15px;
  padding-top: 90px;
  padding-bottom: 45px;
  text-align: center;
}
@media (min-width: 768px) {
  .site-footer__layout {
    gap: 15px;
  }
}
@media (min-width: 992px) {
  .site-footer__layout {
    padding-bottom: 40px;
    grid-template-columns: 150px auto 280px;
    align-items: start;
    text-align: initial;
  }
}
.site-footer__link-logo {
  display: inline-block;
}
.site-footer__link-logo:hover {
  opacity: 0.9;
}
@media (min-width: 768px) {
  .site-footer__link-logo {
    margin-bottom: 45px;
  }
}
.site-footer__col-addresses {
  display: flex;
  flex-direction: column;
  gap: 30px;
  position: relative;
}
@media (min-width: 576px) {
  .site-footer__col-addresses {
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    gap: 45px;
  }
}
@media (min-width: 992px) {
  .site-footer__col-addresses {
    padding-left: 55px;
    justify-content: flex-start;
    gap: 20px;
  }
}
@media (min-width: 1200px) {
  .site-footer__col-addresses {
    padding-left: 100px;
    gap: 45px;
  }
}
@media (min-width: 576px) {
  .site-footer__col-menus {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 15px;
  }
}
@media (min-width: 992px) {
  .site-footer__col-menus {
    grid-template-columns: 120px auto;
    align-items: center;
    grid-gap: 15px 5px;
  }
}
@media (min-width: 576px) {
  .site-footer__col-menus .btn-container {
    grid-column: 1/span 2;
  }
}
@media (min-width: 992px) {
  .site-footer__col-credits {
    grid-column-end: span 3;
  }
}
.site-footer .socials {
  margin-top: 15px;
  margin-bottom: 15px;
  justify-content: center;
}
@media (min-width: 992px) {
  .site-footer .socials {
    margin-top: 0;
    margin-bottom: 0;
  }
}

.addresses-deco {
  width: max-content;
  pointer-events: none;
}
@media (min-width: 992px) {
  .addresses-deco {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
  }
}
@media (min-width: 1200px) {
  .addresses-deco {
    top: -40px;
    left: 20px;
  }
}
.addresses-deco__img {
  margin: -45px auto;
  display: block;
  transform-origin: center;
  transform: rotateZ(80deg);
}
@media (min-width: 768px) {
  .addresses-deco__img {
    margin: -60px auto;
  }
}
@media (min-width: 992px) {
  .addresses-deco__img {
    width: 40px;
    transform: rotateZ(0);
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .addresses-deco__img {
    width: 60px;
  }
}

.footer-short-menu {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (min-width: 576px) {
  .footer-short-menu {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px 15px;
  }
}
@media (min-width: 992px) {
  .footer-short-menu {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    row-gap: 2px;
  }
}
.footer-short-menu a {
  color: var(--white);
  text-decoration: none;
}
.footer-short-menu a:hover {
  text-decoration: underline;
}

.credits-menu {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (min-width: 768px) {
  .credits-menu {
    margin-top: 15px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px 20px;
  }
}
.credits-menu a {
  color: var(--white);
}
.credits-menu a:hover {
  text-decoration: underline;
}
@media (min-width: 992px) {
  .credits-menu .menu-item a:after {
    content: "|";
    display: inline-block;
    color: var(--white);
    transform-origin: center;
    transform: translateX(10px);
  }
}
.credits-menu .menu-item:last-of-type a:after {
  display: none;
}

.footer-partners {
  width: 100%;
  padding-block: 1px;
  background: var(--white);
}
.footer-partners__list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px 20px;
  padding-right: 0;
}
.footer-partners img {
  width: auto;
  height: 35px;
}