@charset "UTF-8";
*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
/*
! tailwindcss v3.4.18 | MIT License | https://tailwindcss.com
*/
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/
html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}
/*
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;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-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.
*/
::-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 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
.container{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}
@media (min-width: 640px){
  .container{
    max-width: 640px;
  }
}
@media (min-width: 768px){
  .container{
    max-width: 768px;
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
}
@media (min-width: 1024px){
  .container{
    max-width: 1024px;
    padding-right: 5rem;
    padding-left: 5rem;
  }
}
@media (min-width: 1280px){
  .container{
    max-width: 1280px;
  }
}
@media (min-width: 1536px){
  .container{
    max-width: 1536px;
  }
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.bottom-16{
  bottom: 4rem;
}
.z-10{
  z-index: 10;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.mt-10{
  margin-top: 2.5rem;
}
.mt-6{
  margin-top: 1.5rem;
}
.block{
  display: block;
}
.flex{
  display: flex;
}
.hidden{
  display: none;
}
.h-0{
  height: 0px;
}
.h-\[40px\]{
  height: 40px;
}
.max-w-\[204px\]{
  max-width: 204px;
}
.flex-1{
  flex: 1 1 0%;
}
.flex-col{
  flex-direction: column;
}
.items-center{
  align-items: center;
}
.justify-center{
  justify-content: center;
}
.gap-x-\[5px\]{
  -moz-column-gap: 5px;
       column-gap: 5px;
}
.overflow-hidden{
  overflow: hidden;
}
.bg-\[\#99ffff\]{
  --tw-bg-opacity: 1;
  background-color: rgb(153 255 255 / var(--tw-bg-opacity, 1));
}
.px-0{
  padding-left: 0px;
  padding-right: 0px;
}
.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.py-0{
  padding-top: 0px;
  padding-bottom: 0px;
}
.py-\[90px\]{
  padding-top: 90px;
  padding-bottom: 90px;
}
.pt-\[80px\]{
  padding-top: 80px;
}
.text-center{
  text-align: center;
}
.text-\[16px\]{
  font-size: 16px;
}
.text-\[206px\]{
  font-size: 206px;
}
.text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-semibold{
  font-weight: 600;
}
.uppercase{
  text-transform: uppercase;
}
.leading-\[22px\]{
  line-height: 22px;
}
.leading-normal{
  line-height: 1.5;
}
.tracking-\[-0\.05em\]{
  letter-spacing: -0.05em;
}
html.lenis, html.lenis body {
  height: auto;
}
.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}
.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}
.lenis.lenis-stopped {
  overflow: hidden;
}
.lenis.lenis-smooth iframe {
  pointer-events: none;
}
:root {
  --font-primary: "Albert Sans", sans-serif;
  --font-size-base: 16px;
  --line-height-base: 1.25;
  --color-primary-1: #F20569;
  --color-primary-2: #99FFFF;
  --color-primary-3: #99FFFF;
  --color-gray-light: rgb(237, 237, 237);
  --color-gray-10: #D1D1D1;
  --color-gray-20: #D6D6D6;
  --color-gray-30: #929292;
  --color-gray-50: #505050;
  --color-navy: hsla(240, 50%, 20%, 1);
  --color-blue: #3FA3FF;
  --color-red: hsla(11, 100%, 50%, 1);
  --color-pink: hsla(349, 100%, 67%, 1);
  --color-gold: hsla(38, 55%, 61%, 1);
  --color-gray: hsla(0, 0%, 82%, 1);
  --color-gray-light: hsla(0, 0%, 85%, 0.2);
  --header-height: 100px;
  --spacer: 40px;
  --spacer-min: 15px;
}
@media screen and (max-width: 1024px) {
  :root {
    --spacer: 20px;
    --spacer-min: 10px;
  }
}
@media screen and (max-width: 768px) {
  :root {
    --height-header: 90px;
    --spacer: 20px;
    --spacer-min: 10px;
  }
}
/*
 * Initialize.css (v1.3.1) is a complete and customizable collection of CSS best practices based on Normalize.css and HTML5 Boilerplate.
 * http://jeroenoomsnl.github.io/initialize-css
 *
 * HTML5 Boilerplate: https://github.com/h5bp/html5-boilerplate
 * Normalize.css: http://github.com/necolas/normalize.css
 */
/* ==========================================================================
   General
   ========================================================================== */
/**
 * 1. Set default font family to $initialize-font-family (default: sans-serif)
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom
 * 3. Configurable defaults
 */
html {
  color: var(--color-text);
  box-sizing: border-box;
  font-family: var(--font-primary); /* 1 */
  line-height: var(--line-height-base); /* 3 */
  font-size: 100%; /* 3 */
  font-weight: normal; /* 3 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
/*
 * Remove default margin
 */
body {
  margin: 0;
  -moz-osx-font-smoothing: grayscale; /* improves fonts render on FF Mac */
  -webkit-font-smoothing: antialiased; /* improves fonts render on Chrome Mac */
  /* See https://www.mobomo.com/2014/05/better-font-smoothing-in-chrome-on-mac-os-x/ for further improvements on retina devices */
}
/*
 * Inheriting box-sizing
 * https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */
*, *:before, *:after {
  box-sizing: inherit;
}
/* ==========================================================================
   HTML5 display defenitions
   ========================================================================== */
/*
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
details,
main,
summary {
  display: block;
}
/*
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  vertical-align: baseline; /* 2 */
}
/*
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/*
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
*::-moz-selection {
  background-color: rgba(0, 0, 0, 0.25);
}
*::selection {
  background-color: rgba(0, 0, 0, 0.25);
}
/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Remove the gray background color from active links in IE 10.
 */
a {
  text-decoration: none;
}
a[x-apple-data-detectors] {
  color: red !important;
  text-decoration: none !important;
  font-size: inherit !important;
  font-family: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
}
/*
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
   Text-level semantics
   ========================================================================== */
/*
 * Address inconsistent styling of `abbr[title]`.
 * 1. Correct styling in Firefox 39 and Opera 12.
 * 2. Correct missing styling in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}
/*
 * Address inconsistent styling of b and strong.
 * 1. Correct duplicate application of `bolder` in Safari 6.0.2.
 * 2. Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+.
 */
b,
strong {
  font-weight: bold; /* 2 */
}
/*
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/*
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
/*
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/*
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Grouping content
   ========================================================================== */
/*
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 0;
}
/*
 * Address inconsistent styling of `hr`.
 * 1. Correct `box-sizing` set to `border-box` in Firefox.
 * 2. Correct `overflow` set to `hidden` in IE 8/9/10/11 and Edge 12.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}
/*
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/*
 * 1. Correct inheritance and scaling of font-size for preformatted text.
 * 2. Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/*
 * 1. Correct font properties not being inherited.
 * 2. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  font: inherit; /* 1 */
  margin: 0; /* 2 */
}
/*
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/*
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}
/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}
/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/*
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/*
 * Restore focus style in Firefox 4+ (unset by a rule above)
 */
button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/*
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/*
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}
/*
 * Address `appearance` set to `searchfield` in Safari and Chrome.
 */
input[type=search] {
  -webkit-appearance: textfield;
}
/*
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: none;
  margin: 0 0;
  padding: 0;
}
/*
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}
/*
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/*
 * Restore font weight (unset by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* ==========================================================================
   HTML5 Boilerplate optimizations
   ========================================================================== */
/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 0;
  padding: 0;
}
/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}
/* ==========================================================================
   Optional configurations
   ========================================================================== */
/*
 * Headings
 */
/*
 * Block elements
 */
p, table, ul, ol, blockquote, dl {
  margin: 0 0 var(--margin-m) 0;
}
ul, ol {
  list-style: none;
  padding: 0;
  margin: 0;
}
/*ol li {
    counter-increment: step-counter;
    margin-bottom: .5em;
    padding-left: 1.5em;
    text-indent: -.7em;
    &:before {
        content: counter(step-counter);
        position: relative;
        left: -.5em;
        font-weight: 500;
    }
}*/
/* ==========================================================================
   Print styles
   ========================================================================== */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
@font-face {
  font-family: "Albert Sans";
  src: url("../../build/fonts/AlbertSans/AlbertSans-VariableFont_wght.woff2") format("woff2");
  font-optical-sizing: auto;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Albert Sans";
  src: url("../../build/fonts/AlbertSans/AlbertSans-Italic-VariableFont_wght.woff2") format("woff2");
  font-optical-sizing: auto;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "icons";
  src: url("../../build/fonts/Icons/icons.woff2?38877618") format("woff2"), url("../../build/fonts/Icons/icons.woff?38877618") format("woff");
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'icons';
    src: url('../font/icons.svg?64279312#icons') format('svg');
  }
}
*/
[class^=icon-]:before, [class*=" icon-"]:before {
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-arrow-down:before {
  content: "\e800";
}
/* '' */
.icon-facebook:before {
  content: "\e801";
}
/* '' */
.icon-instagram:before {
  content: "\e802";
}
/* '' */
.icon-linkedin:before {
  content: "\e803";
}
/* '' */
.icon-member:before {
  content: "\e804";
}
/* '' */
.icon-tiktok:before {
  content: "\e805";
}
/* '' */
.icon-whatsapp:before {
  content: "\e806";
}
/* '' */
.icon-x:before {
  content: "\e807";
}
/* '' */
.icon-youtube:before {
  content: "\e808";
}
/* '' */
.icon-user:before {
  content: "\e809";
}
/* '' */
.icon-pause:before {
  content: "\e80a";
}
/* '' */
.icon-play:before {
  content: "\e80b";
}
/* '' */
.icon-slider-arrow:before {
  content: "\e80c";
}
/* '' */
.icon-plus:before {
  content: "\e80d";
}
/* '' */
/* Only for Wordpress */
body.admin-bar {
  min-height: calc(100vh - 32px);
  margin-top: 32px;
}
body.admin-bar header {
  top: 32px !important;
}
/***** Mobile *****/
@media screen and (max-width: 1024px) {
  body.admin-bar {
    min-height: 100dvh;
    margin-top: 0px;
  }
  body.admin-bar header {
    top: 0px !important;
  }
  #wpadminbar {
    display: none;
  }
}
#wpadminbar > #wp-toolbar > #wp-admin-bar-root-default > #wp-admin-bar-wp-logo .ab-item .ab-icon,
#editor .edit-post-fullscreen-mode-close {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGIAAABiCAYAAACrpQYOAAAAAXNSR0IB2cksfwAAAAlwSFlzAAALEwAACxMBAJqcGAAADBdJREFUeNrtnH1wFPUZxxe43dwlhBAiUExB8RUVLbRWxDrU2o4vVce3UVGLSosdK74UrLRiUWirLSpoBUJy0ewdL6JRQYoE5P1FUAEhxoTk7pLLqwl5vbvdS+5yt/v79nFKZpmxvnF7t7ljvzOfefaPAHPfzzy7e5sduP6WYR6PLaO6emSax3Mu73ZfQkyIBcHjGS/U1IziKiosnJlvSXNzmsXlusRSVfU73uVaRMfrqMSDdOwhamPkMP29c2weT7ZZ9P/JVcCgDJdrJBV1ExVfRMVXWNxumY4ZAR1pp3/jn9bKyhyz9RMDDLDV1Ayncu4kNlNRMoETMUUkIHxl5TkWt9tOBbUSKgFTRAKT6XJlCS7XXVTMEUIhQMAUkeAIHs80KuUwESFgikhwTj90yEpFfCmhrG8TTBEGhEq4lco42LcJpggDwtfUjKML876+TTBFGJCMioocKmEx0UHAFGHQdwW+quouKqGcUEwRRsXlGs673cVUQjcBU4RBEaqqrqVrQyWVwEwRRqWigicJBVRAgIApwqAILteZ9OF3EhFThLHfG26gD3+UUE0Rxp6WHqcP30zAFGFQsmtqBvNu97P04dtMEQbGWlt7Om1EEX34gCnCFGGKMEWYIpJfhMyLDwUEcf6XSIJ4m2wVf+G3rjqnO31NLstyZOPcN9PYBcUDTBFxjsSLOwlGoA+Zd0RlQTxGx3vpuCjAi3+SLK9f7Ru8+rSu7OKBpog4i/gGQhLv8Mq8c3cwzfHXHqvzwpBthcUUkVARX0XmxR5JcH4gW4qmR6yFZyCzwJLMIkRg0OtAdiEw3g78qgC4g+YDGrgnD7g+H7h0OfDDYoA3VsRX8Qd4x145zXl3eKgjZ2S5JzeZRDiB9NeAHxcAc/KBtTQP2oF6mkECx2FErx1oJSroeAvxCkm7hubQfiJCQ04TD265/N2Zo/eXrxWqXFJ/FVEMDLQDPywAptPcRjNK4CRQiTo78AxxUQkgGCxCo2nYqvbFv91ed8G28h7r0f4nQgRsdmBKAbCK8BHQgRDxEfEQkd0vRPh4Z2+tbZ2/5EdbwzcXfKpmlVb2CxFWl2vhw4HApELgb3bAWwBECOhM0A5soHm5AgwwXES9ZW3AbXk/+smozcqCBz8Mnb2zXBWqjBOR5nb7JzQ1bXshGi0pALoJxBGVqLYDdywGrP1ChMuyEWWZG9XFU/eEJ24oU9IrqgwRkVVdrVzf1hZ6WVHCcZWgoRBuYkYxkNEvRBCoEjayt362Xbls7WfMWpl4GUOrq3FjeztIRPwlaDA70EbzYZJhNV5Enwx+I1tyxx5l4sYyZjtaldoiNFQ74C0E7iEZgtEiNEjG6p/vjEwuLlNsFS6W8iK0zeik+aS2GUaLII7aStSCG3eHxm3+XEl5ERoq0Wj/32kqw2ARGmVDSpQ5s/aHc/dXqAaIMFJGE/EYyRhksAiN/WM+UO5//qBy2qFKZoAIIwnYgUcWAzaDRWjXi/UTt0Ymv1mqCFWnlAhmB5ppziwGbMaLICrSS9jC+z6Mnr9N+8KX2iI07IBEc4YmwzARBF/C9o7d0jtt4cHenE8r1VNJBMGI5kJgOskQ4i/CWoKas7aj8YaP0fGCG9L7zQgd8aHnk07432rEsdmf4715pezKXZUszQgRxm9GD815JMMWNxE1Z29H69yj6DnQBTUYBRi+GgZEpIi6o0ti0774AqOoNN4AEQbTYQdm6y6iIWNdoPG6j6LBLa1QfBFAZfgu8VFRRX4/JtXVweZ2n0oiwnZgga4i/Bkrejtu2yOFP/MpLMrwfdPLGN4iGVeQjHSScQqICBMFRJauIoJXblAjO1oiLKwwnGQkKqzQ58N4rzfVL9YdRD4xWt+LdZYTkberwbqjiDXHolE8duwYcjyeVBXRYwdepZml++1r8LpNUL0S9EiEMWwKBnFlfX3KibADIZp5xBDdv9DJ2SvQm1cB5u+FXmmIRPBkayvoTiqVRPQQ/9Ye/uksInjpOkS3NwFhBXolzBjyfD6c5/WmhIh8oJumQ9uEOIjovnYzlPIuQGHQK4z4jyyDbmdTQYSfeM4JjIrrY/Ce27ZDbQhC7+wKBnFVfX2yi5CIl/s2wRRhgAg7EDguIZejxF/EzVuh1kgAg67Zot05JZsIRgTs0O6OEiIiOGUDovtbgF4FekVlDCsDAVxcWxuTiGE1Nbi9sxPLGEvkJvhpvkRkJvR1GnnMGkRWusGkCPRKWzSK+e3tGB3j7esIEnGvz5fITWgn5mq3qAkTQaQ5EHp8H1hLt253TB/19OCmxsaYnzmNoY16UJISIiEf8NFcSmQa9zb46DcQ3dcCRFXEmoCq4u/aNsTEhQ0NmNPdnYhNaCXmOYGRhr+EHJr5IVNrJRUqw8mGMYZdchBTtIt0TExqbsbCaDQRp6PntE0wWIR/yOpeaW6prLSEFJyki4BLwvwD9citcMcsIYc26vaODixR1XhKaCHmaptwkpEsjg16/mKoafj6QOfzrmi0sQffZzNYlCF02I/qJ8rw2KLDGHGwMiYJwvHT0uxgEPmMxeuNjA7iRToezMUaPy/aqURVz1+VVmdvjjZNPYTufR1QQwq+LaochX9FA+ou34PSsVvxyPwDMYvI8nhwTWsrFkYicZNAc5EmIcYEeMdSTYS+Lw+4B29C0+0H0LXUi+DeDoSOSojQpkRqgwiX+SGXHEPHQjfqr9gL+lnQn0Fp7ge6iBhXX49Z8dkGRjQSszQJOkQSHE/FS0Qf7swSeMftQN3kvWi45mM0XL0fdZftQfWYbXDbSvp+TjcRdMsL2ga8oijxuEVtpblQPwnaRtwXLxEnQcwiBGJiUxPmhkLx2oQnncBwTu/4rI4pVKKSCiJ4YmxdHWYEAljGWDzujp7XNkHnhKzimRJf5E92ETwx2uvFA34/lugvoY6YrW1CHCJxzhyZd2ylItVkFSEcl3B3ZycWKYreErzEo8sAGxfPtHHFgwMWcTEVqSSriNNJwj1dXXiZJOQzpveb2wuIDC4RkQetuJW2Qk42EZkeD37S1AT60oY8/U9HHuIPmoQEJCg4Lw7wYjWVyZJFxA9oC25oa8Oz4bDuEvKBRprPaBISFHCHeFkQ36Eylf4qgj++AWfW1uKW9nb8o7cX+fF5dlRZCNxfDNg4IxIUxKlUZm9/E2F1u5Hr9WJyczPu7erCvFAoXg/xGNFAPK1tggEBV8DLFoc3ltNTgHeobfwb/mbh7WNfCO+0fB2Nme921o5Z31tz7gZWc94GnMjnkzdjeX45Hm3owCxZxvxwGC9Go6DytQ2Ij4QqO/CwE8jhjI5kEedToSECRtE+Zg12Ly2HoyucyF9vVhIzlgFWrj9EtohTJL7oCBWiniIimB2oozmHSOf6S8DttAQEx19k3uGjUlhKi9BORw9pEvpRfJx4hsQ7SrWtSEkRaj5QQ/Mp4jSuv4ZETJN5sV3bipQSwYjDhcCdxYCV688JZogjJYu4gooJp5gIZgeqaf6RSOeSIV2C8yJJEEupHCVFRKiEqxCY5QSyuWSKxBdNpXIaCZbkIlTiCPEbwsYlWyTOOUy2iHOoIH8Si/ATm/KBW14E0rhkjY8Ts2Te8RKVFEwyERGiinhuOXA+lwoJcuIIiXesT8TFu2P0GrZ7STkTYxPRmg+sJK53ANkABnCpkpBtRa4kOJYEeLEtnteMQJqjw/3rLUWr6uTldmA3UVsAyITyDed/iajNB7YTf34NOP/r/oOqVNmM4TLvyKPCZAJxQRDbZUF8ouWs4uEFwDA7MJHmzcRMOl5A/EsDzxQAv6d5E80JJCBHE5DikQcXD5N4xzyZF1u0zdBfRJAXc7gTMh8YmAcIImDtYxWQphV/CgacmBbgxelUWjmVF42bCDPfRcbrGVKa+EvajDepwC6CmSIMFfKqIFFxAUE8QkX2miIMPlXJFvGnEl+0msrsJJgpwlAhxQMDPD2jEhxLqdAqKraHYKYI44TwksV5sWQRZ1C5OyTeIdFkpggDN6Q7fWWObBUnBXjxaeI9KvsI0UyECGaKMEaMTeJXXhgQnLcGBMcTVHyeJDjW0dxFW1NOErx0fJh4UBaKhpqNJUTKzkESJw7pTisaJVnFsVT8RUG+aALN8T6LfUQjt9hyKvXxX+A8bKcfjqwMAAAAAElFTkSuQmCC") !important;
  background-repeat: no-repeat;
  background-position: center;
  box-sizing: border-box;
}
#wpadminbar > #wp-toolbar > #wp-admin-bar-root-default > #wp-admin-bar-wp-logo .ab-item .ab-icon {
  width: 32px;
  height: 32px;
  background-size: 23px;
  margin-right: 0;
}
#wpadminbar > #wp-toolbar > #wp-admin-bar-root-default > #wp-admin-bar-wp-logo .ab-item .ab-icon::before {
  display: none !important;
}
#editor .edit-post-fullscreen-mode-close {
  background-size: 35px;
  box-sizing: border-box;
}
#editor .edit-post-fullscreen-mode-close svg {
  display: none;
}
/* Blocks */
.wp-block-acf-block-hero:has(.acf-block-preview) {
  max-width: 100%;
}
.block-hero {
  margin: 40px 0;
}
.block-hero.block-hero__big {
  position: relative;
  margin: 40px 0 80px;
  overflow: hidden;
}
.block-hero.block-hero__big .block-hero__img {
  position: absolute;
  width: 100%;
  height: 100%;
}
.block-hero.block-hero__big .block-hero__img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  transform: scale(110%);
  transition: transform 1000ms ease-out;
  display: block;
}
.block-hero.block-hero__big .block-hero__img--mobile {
  display: none;
}
.block-hero.block-hero__big .block-hero__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}
.block-hero.block-hero__big .block-hero__content {
  display: flex;
  flex-direction: column;
  gap: 35px;
  align-items: flex-start;
  justify-content: center;
  position: relative;
  height: 100%;
  padding-top: 120px;
  padding-bottom: 250px;
  padding-left: 20px;
}
.block-hero.block-hero__big .block-hero__content > * {
  max-width: 550px;
}
.block-hero.block-hero__big .block-hero__content .block-hero__surtitle {
  font-size: 1.25rem;
  font-weight: 600;
}
.block-hero.block-hero__big .block-hero__content h1 {
  font-size: 64px;
  line-height: 1;
}
.block-hero.block-hero__big .block-hero__content .anim-text {
  display: flex;
  flex-direction: column;
  gap: 35px;
}
.block-hero.block-hero__big .block-hero__scroll-down button {
  position: absolute;
  bottom: 35px;
}
.block-hero.block-hero__big .block-hero__content--btns {
  display: flex;
  -moz-column-gap: 15px;
       column-gap: 15px;
  row-gap: 10px;
  flex-wrap: wrap;
}
.block-hero.block-hero__big.hero-text-white .block-hero__content {
  color: white;
  padding-top: 200px;
  padding-bottom: 60px;
}
.block-hero.block-hero__big.hero-text-white .block-hero__scroll-down {
  display: none;
}
.block-hero.block-hero__big.is-visible .block-hero__img img {
  transform: scale(100%);
}
.block-hero.block-hero__default > div, .block-hero.block-hero__article > div {
  position: relative;
  display: flex;
  -moz-column-gap: 90px;
       column-gap: 90px;
  padding-top: 95px;
  padding-bottom: 95px;
  align-items: center;
}
.block-hero.block-hero__default > div .block-hero__bg-1, .block-hero.block-hero__default > div .block-hero__bg-2, .block-hero.block-hero__article > div .block-hero__bg-1, .block-hero.block-hero__article > div .block-hero__bg-2 {
  position: absolute;
  top: 0;
}
.block-hero.block-hero__default > div .block-hero__bg-1, .block-hero.block-hero__article > div .block-hero__bg-1 {
  left: 0;
}
.block-hero.block-hero__default > div .block-hero__bg-2, .block-hero.block-hero__article > div .block-hero__bg-2 {
  right: 0;
}
.block-hero.block-hero__default > div .block-hero__content, .block-hero.block-hero__article > div .block-hero__content {
  width: calc(60% - 45px);
  position: relative;
}
.block-hero.block-hero__default > div .block-hero__content h1, .block-hero.block-hero__article > div .block-hero__content h1 {
  font-size: 3.125rem;
  line-height: 1;
}
.block-hero.block-hero__default > div .block-hero__img, .block-hero.block-hero__article > div .block-hero__img {
  position: relative;
  width: calc(40% - 45px);
  aspect-ratio: 405/230;
  border-top-right-radius: 80px;
  border-bottom-left-radius: 80px;
  overflow: hidden;
}
.block-hero.block-hero__default > div .block-hero__img img, .block-hero.block-hero__article > div .block-hero__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.block-hero.block-hero__default > div .block-hero__categorie, .block-hero.block-hero__article > div .block-hero__categorie {
  display: inline-block;
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 30px;
}
.block-hero.block-hero__default > div .block-hero__date, .block-hero.block-hero__article > div .block-hero__date {
  display: inline-block;
  background: var(--color-gray-10);
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 0.875rem;
  text-transform: capitalize;
  margin-top: 40px;
}
.block-hero.block-hero__article {
  position: relative;
}
.block-hero.block-hero__article .block-hero__img {
  position: absolute;
  width: 100%;
  height: 100%;
}
.block-hero.block-hero__article .block-hero__img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.block-hero.block-hero__article .block-hero__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}
.block-hero.block-hero__article > a {
  height: 0;
  display: block;
  overflow: hidden;
}
.block-hero.block-hero__article > a::after {
  content: "";
  inset: 0;
  position: absolute;
}
.block-hero.block-hero__article.hero-text-white .block-hero__content {
  color: white;
  padding-top: 200px;
  padding-bottom: 60px;
}
.block-hero.block-hero__article.hero-text-white .block-hero__date {
  background: white;
  color: black;
}
.acf-block-preview .block-hero {
  height: auto;
}
@media screen and (max-height: 1280px) {
  .block-hero.block-hero__big {
    min-height: calc(100vh - 90px);
  }
  body.admin-bar .block-hero.block-hero__big {
    min-height: calc(100vh - 90px - 32px);
  }
}
@media screen and (max-width: 1024px) {
  .block-hero.block-hero__big {
    height: calc(100dvh - 90px);
  }
  .block-hero.block-hero__big .block-hero__content {
    justify-content: flex-end;
    gap: 25px;
    padding-bottom: 165px;
  }
  .block-hero.block-hero__default > div, .block-hero.block-hero__article > div {
    -moz-column-gap: 60px;
         column-gap: 60px;
  }
  .block-hero.block-hero__default > div .block-hero__content, .block-hero.block-hero__article > div .block-hero__content {
    width: calc(50% - 30px);
  }
  .block-hero.block-hero__default > div .block-hero__content h1, .block-hero.block-hero__article > div .block-hero__content h1 {
    font-size: 4vw;
  }
  .block-hero.block-hero__default > div .block-hero__img, .block-hero.block-hero__article > div .block-hero__img {
    width: calc(50% - 30px);
  }
  .block-hero.block-hero__default.hero-text-white .block-hero__content, .block-hero.block-hero__article.hero-text-white .block-hero__content {
    color: white;
    padding-top: 0;
    padding-bottom: 0;
  }
  .block-hero.block-hero__default .block-hero__bg-1, .block-hero.block-hero__default .block-hero__bg-2, .block-hero.block-hero__article .block-hero__bg-1, .block-hero.block-hero__article .block-hero__bg-2 {
    transform: translate(0, -30%);
  }
  .block-hero.block-hero__default .block-hero__bg-1, .block-hero.block-hero__article .block-hero__bg-1 {
    left: calc((100% - 95vw) * -1) !important;
  }
  .block-hero.block-hero__default .block-hero__bg-2, .block-hero.block-hero__article .block-hero__bg-2 {
    right: calc((100% - 60vw) * -1) !important;
  }
  .block-hero.block-hero__article {
    height: calc(100dvh - 90px);
  }
  .block-hero.block-hero__article > div {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: flex-start;
  }
  .block-hero.block-hero__article .block-hero__content {
    justify-content: flex-end;
    gap: 25px;
  }
}
@media screen and (max-width: 768px) {
  .block-hero.block-hero__big .block-hero__content {
    padding-right: 50px;
    padding-bottom: 120px;
  }
  .block-hero.block-hero__big .block-hero__content .block-hero__surtitle {
    font-size: 1.25rem;
    font-weight: 600;
  }
  .block-hero.block-hero__big .block-hero__content h1 {
    font-size: 2.1875rem;
    line-height: 1;
  }
  .block-hero.block-hero__big .block-hero__content div p {
    font-size: 0.875rem;
  }
  .block-hero.block-hero__big .block-hero__scroll-down button {
    bottom: 25px;
  }
  .block-hero.block-hero__default > div, .block-hero.block-hero__article > div {
    flex-direction: column-reverse;
    row-gap: 60px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .block-hero.block-hero__default > div .block-hero__content, .block-hero.block-hero__article > div .block-hero__content {
    width: 100%;
  }
  .block-hero.block-hero__default > div .block-hero__content h1, .block-hero.block-hero__article > div .block-hero__content h1 {
    font-size: 6vw;
  }
  .block-hero.block-hero__default > div .block-hero__img, .block-hero.block-hero__article > div .block-hero__img {
    width: 100%;
  }
  .block-hero.block-hero__default > div .block-hero__categorie, .block-hero.block-hero__article > div .block-hero__categorie {
    font-size: 0.875rem;
    margin-bottom: 20px;
  }
  .block-hero.block-hero__default > div .block-hero__date, .block-hero.block-hero__article > div .block-hero__date {
    margin-top: 30px;
  }
  .block-hero.block-hero__default .block-hero__bg-1, .block-hero.block-hero__default .block-hero__bg-2, .block-hero.block-hero__article .block-hero__bg-1, .block-hero.block-hero__article .block-hero__bg-2 {
    transform: translate(0, 0%);
  }
  .block-hero.block-hero__default .block-hero__bg-1, .block-hero.block-hero__article .block-hero__bg-1 {
    left: 0 !important;
    top: -90px !important;
  }
  .block-hero.block-hero__default .block-hero__bg-2, .block-hero.block-hero__article .block-hero__bg-2 {
    right: 0 !important;
  }
  .block-hero:has(.block-hero__img--mobile) .block-hero__img--desktop {
    display: none;
  }
  .block-hero:has(.block-hero__img--mobile) .block-hero__img--mobile {
    display: block;
  }
}
.block-tagline > div {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.block-tagline .block-tagline__img {
  aspect-ratio: 16/8;
  max-width: 400px;
  margin-bottom: 40px;
  position: relative;
}
.block-tagline .block-tagline__img::before,
.block-tagline .block-tagline__img img {
  border-radius: 80px 80px 80px 0;
}
.block-tagline .block-tagline__img::before {
  content: "";
  width: 90%;
  height: 90%;
  background: var(--color-primary-3);
  position: absolute;
  transform-origin: bottom center;
  transform: scale(0.5) rotate(-5deg) translate(-10px, 0);
  opacity: 1;
  transition: transform 1500ms ease-out, opacity 1500ms ease-out, height 2000ms ease-out, width 2000ms ease-out;
}
.block-tagline .block-tagline__img img {
  width: 100%;
  height: 100%;
  position: relative;
  -o-object-fit: cover;
     object-fit: cover;
  transform-origin: bottom center;
  transform: scale(0.6);
  opacity: 1;
}
.block-tagline .block-tagline__img.is-visible::before {
  transform: scale(1) rotate(-5deg) translate(20px, 1px);
  height: 100%;
  width: 100%;
  opacity: 1;
}
.block-tagline .block-tagline__img.is-visible img {
  transform: scale(1);
  opacity: 1;
  animation: openImg 1500ms ease-out;
}
@keyframes openImg {
  0% {
    transform: scale(0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.block-tagline p {
  font-size: 2.5rem;
  line-height: 3rem;
  font-weight: 500;
}
.block-tagline p a {
  text-decoration: none !important;
  position: relative;
  background-image: linear-gradient(to right, var(--color-primary-1) 0px, var(--color-primary-1) 0px);
  background-repeat: no-repeat;
  background-size: 0% 3px;
  background-position: 0px bottom;
  transition: background 250ms ease-in-out;
}
.block-tagline p a span {
  text-decoration: none !important;
}
.block-tagline p a span.char[style*="color: rgb(0, 0, 0)"] {
  color: var(--color-primary-1) !important;
}
.block-tagline p a:hover {
  text-decoration: none;
  background-size: 100% 3px;
}
@media screen and (max-width: 768px) {
  .block-tagline .block-tagline__img {
    width: 80%;
    margin-bottom: 20px;
  }
  .block-tagline .block-tagline__img::before,
  .block-tagline .block-tagline__img img {
    border-radius: 50px 50px 50px 0;
  }
  .block-tagline p {
    font-size: 1.5625rem !important;
    line-height: 1.875rem !important;
  }
}
.wp-block-video {
  position: relative;
}
.wp-block-video .btn-video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.wp-block-video:hover .btn-video {
  opacity: 1;
}
.swiper-navigation {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 30px;
}
.swiper-navigation .titre_slider {
  flex: 1;
  margin: 0 !important;
  font-size: 2.1875rem !important;
  line-height: 2.625rem !important;
  font-weight: 700 !important;
}
@media screen and (max-width: 768px) {
  .swiper-navigation .titre_slider {
    font-size: 1.75rem !important;
    line-height: 1.875rem !important;
  }
}
.swiper-navigation .swiper-button-prev, .swiper-navigation .swiper-button-next {
  position: relative;
  top: auto;
  width: 30px;
  height: 40px;
  margin-top: 0;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: black;
  left: 0;
}
.swiper-navigation .swiper-button-prev::after, .swiper-navigation .swiper-button-next::after {
  display: none;
}
.swiper-navigation .swiper-button-prev::before, .swiper-navigation .swiper-button-next::before {
  font-size: 30px;
  transform: translate(-10px);
}
.swiper-navigation .swiper-button-prev.swiper-button-disabled, .swiper-navigation .swiper-button-next.swiper-button-disabled {
  opacity: 1;
}
.swiper-navigation .swiper-button-prev.swiper-button-disabled::before, .swiper-navigation .swiper-button-next.swiper-button-disabled::before {
  opacity: 0.35;
}
.swiper-navigation .swiper-button-next {
  border-left: 1px solid black;
}
.swiper-navigation .swiper-button-next::before {
  transform: rotate(180deg) translate(-10px);
}
.block-slider .swiper-slide {
  overflow: hidden;
  position: relative;
}
.block-slider .swiper-slide img {
  border-radius: 10px;
}
.block-slider.format-square .swiper-slide {
  aspect-ratio: 1/1;
}
.block-slider.format-square .swiper-slide img {
  width: 100%;
  height: 100%;
  max-width: unset;
  -o-object-fit: cover;
     object-fit: cover;
}
.block-slider.format-video .swiper-slide {
  aspect-ratio: 16/10;
}
.block-slider.format-video .swiper-slide iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.block-key-figures > div {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.block-key-figures__slider {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .block-key-figures__slider .swiper-wrapper {
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }
  .block-key-figures__slider .swiper-wrapper .swiper-slide {
    width: auto !important;
    height: auto;
  }
}
.block-key-figures__slider .swiper-pagination {
  position: relative;
  padding-top: 40px;
  display: flex;
  justify-content: center;
  gap: 5px;
  display: none;
}
.block-key-figures__slider .swiper-pagination .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  background: #d1d1d1;
  position: relative;
}
.block-key-figures__slider .swiper-pagination .swiper-pagination-bullet::after {
  content: "";
  width: 3px;
  height: 3px;
  background: var(--color-primary-1);
  background: #d1d1d1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}
.block-key-figures__slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #d1d1d1;
}
.block-key-figures__slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  background: var(--color-primary-1);
}
.block-key-figures .card-key-figure {
  /* Ugly Fix à vérifier, je sais pas pourquoi on fait ça, ça déforme le bloc */
  width: 300px;
}
.card-key-figure {
  background-color: var(--color-blue);
  border-bottom-left-radius: 0px !important;
  color: white;
  padding: 50px 0 40px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  min-width: 300px;
  height: 100%;
  transition: border-radius 200ms ease-in-out;
}
.card-key-figure__icon {
  width: 100%;
  height: 80px;
}
.card-key-figure__icon .icon--picture {
  height: 100%;
  width: 100%;
}
.card-key-figure__icon img, .card-key-figure__icon svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.card-key-figure__icon svg .anim-picto-1 {
  transform-origin: bottom right;
  transform: scale(0.7);
  transition: transform 1500ms ease-in-out;
}
.card-key-figure__title {
  font-size: 2.1875rem;
  font-weight: 700;
  padding: 0 10px;
  letter-spacing: -3px;
}
.card-key-figure__text {
  padding: 0 40px;
  font-size: 0.875rem;
  text-align: center;
  line-height: 1.1875rem;
}
.card-key-figure.is-visible .card-key-figure__icon svg .anim-picto-1 {
  transform: scale(1);
}
@media screen and (max-width: 768px) {
  .block-key-figures .card-key-figure {
    width: 300px;
  }
  .block-key-figures__slider .swiper-slide {
    height: auto;
  }
  .block-key-figures__slider .swiper-slide > div {
    margin: auto;
  }
  .block-key-figures__slider .swiper-wrapper {
    height: auto;
  }
  .block-key-figures__slider .swiper-pagination {
    display: block;
  }
  .card-key-figure {
    min-width: 300px;
  }
  .card-key-figure__title {
    padding: 0 10px;
  }
  .card-key-figure__text {
    font-size: 1.125rem;
    line-height: 1.375rem;
    letter-spacing: -0.54px;
  }
}
.block-members > div {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 20px;
}
.block-partners > div,
.block-adherents > div {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 20px;
}
.block-partners > div form {
  width: 100%;
}
.container_search_partners{
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 4rem;
  width: 100%;
  max-width: 406px;
}
.container_search_partners input{
  width: 100%;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  padding-left: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-right: 3rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.container_search_partners input::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(0 0 0 / var(--tw-placeholder-opacity, 1));
}
.container_search_partners input::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(0 0 0 / var(--tw-placeholder-opacity, 1));
}
.container_search_partners button{
  position: absolute;
  right: 17px;
  top: 14px;
}
.block-useful-links h2 {
  font-size: 2.1875rem;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 30px;
}
.block-useful-links .block-useful-links__links {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}
.block-useful-links .block-useful-links__links .block-useful-links__link {
  width: calc((100% - 40px) / 3);
  padding: 40px 90px 50px 30px;
  position: relative;
  background: var(--color-blue);
  border-top-right-radius: 50px;
  color: white;
  transition: border-radius 200ms ease-in-out;
  margin-bottom: 10px;
}
.block-useful-links .block-useful-links__links .block-useful-links__link > a {
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  color: white;
}
.block-useful-links .block-useful-links__links .block-useful-links__link > a::after {
  content: "";
  inset: 0;
  position: absolute;
}
.block-useful-links .block-useful-links__links .block-useful-links__link > p {
  font-size: 0.875rem;
  margin-top: 15px;
}
.block-useful-links .block-useful-links__links .block-useful-links__link .block-useful-links__btn {
  position: absolute;
  right: 20px;
  bottom: 20px;
}
.block-useful-links .block-useful-links__links .block-useful-links__link:hover {
  border-top-right-radius: 0px;
  border-top-left-radius: 50px;
}
.block-useful-links .block-useful-links__links .block-useful-links__link:hover .block-useful-links__btn {
  padding: 20px 5px 15px 5px;
  border-top-left-radius: 20px;
  border-top-right-radius: 0;
}
.block-useful-links .block-useful-links__buttons {
  display: flex;
  justify-content: center;
  -moz-column-gap: 15px;
       column-gap: 15px;
  row-gap: 10px;
  flex-wrap: wrap;
  padding-top: 20px;
}
@media screen and (max-width: 1024px) {
  .block-useful-links .block-useful-links__links .block-useful-links__link {
    width: calc((100% - 20px) / 2);
  }
}
@media screen and (max-width: 768px) {
  .block-useful-links .block-useful-links__links .block-useful-links__link {
    width: 100%;
  }
}
.block-hightlight_metiers > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
  align-items: flex-end;
}
.block-hightlight_metiers > div > h2 {
  font-size: 2.1875rem !important;
  line-height: 2.625rem !important;
  font-weight: 600 !important;
  margin: 0 !important;
  width: calc(100% - 230px);
}
@media screen and (max-width: 768px) {
  .block-hightlight_metiers > div {
    flex-direction: column;
    align-items: flex-start;
  }
  .block-hightlight_metiers > div > h2 {
    font-size: 1.875rem !important;
    line-height: 1.875rem !important;
    order: 1;
    width: 100%;
  }
  .block-hightlight_metiers > div > .metiers-list {
    order: 2;
  }
  .block-hightlight_metiers > div > a {
    order: 3;
    align-self: center;
  }
}
.metiers-search-form form{
  margin-top: 1.5rem;
}
@media (min-width: 768px){
  .metiers-search-form form{
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
.metiers-search-form form div{
  flex: 1 1 0%;
}
.metiers-search-form form input{
  width: 100%;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.metiers-search-form form input::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(0 0 0 / var(--tw-placeholder-opacity, 1));
}
.metiers-search-form form input::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(0 0 0 / var(--tw-placeholder-opacity, 1));
}
.metiers-search-form form label{
  display: none;
}
.metiers-search-form form .form_or{
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
}
@media (min-width: 768px){
  .metiers-search-form form .form_or{
    margin-top: 0px;
    margin-bottom: 0px;
    width: 3.5rem;
    flex: 0 1 auto;
  }
}
.metiers-search-form form .container_input_diplome{
  position: relative;
}
.metiers-search-form form .container_input_diplome .btn-link-down{
  position: absolute;
  right: 17px;
  top: -2px;
  --tw-rotate: -90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.metiers-search-form form .container_input_metier{
  position: relative;
}
.metiers-search-form form .container_input_metier .btn-loupe{
  position: absolute;
  right: 17px;
  top: 14px;
}
.metiers-search-form form .container_input_metier .titre_metier_filled{
  display: flex;
  width: 100%;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(242 5 105 / var(--tw-bg-opacity, 1));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.metiers-search-form form .container_input_metier .titre_metier_filled a{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
}
.metiers-list{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
  row-gap: 1.5rem;
}
@media (min-width: 768px){
  .metiers-list{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1024px){
  .metiers-list{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.metiers-list .metier-item{
  display: flex;
  flex-direction: column;
  position: relative;
}
.metiers-list .metier-item .metier-item-picture {
  width: 100%;
  border-radius: 10px;
  aspect-ratio: 400/200;
  display: block;
  overflow: hidden;
}
.metiers-list .metier-item .metier-item-picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 200ms ease-in-out;
}
.metiers-list .metier-item h2{
  flex-grow: 1 !important;
  padding-top: 1rem !important;
  padding-bottom: 1.5rem !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  line-height: 26px !important;
  transition: color 200ms ease-in-out;
}
.metiers-list .metier-item .btn-link-primary {
  color: black;
}
.metiers-list .metier-item .btn-link-primary::after {
  content: "";
  inset: 0;
  position: absolute;
}
.metiers-list .metier-item:hover .metier-item-picture img {
  transform: scale(1.1);
}
.metiers-list .metier-item:hover h2 {
  color: var(--color-primary-1);
}
.container_load_more{
  margin-top: 3rem;
  text-align: center;
}
.container_load_more button{
  margin-left: auto;
  margin-right: auto;
}
/* Styles pour la modale */
/* Masquer le header et le footer de la modale */
.ui-dialog-buttonpane {
  display: none;
}
.ui-dialog-titlebar {
  background-color: transparent;
  border: 0;
}
.ui-dialog-titlebar .ui-dialog-titlebar-close {
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTkiIHZpZXdCb3g9IjAgMCAyMCAxOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGxpbmUgeDE9IjEuMjkyODkiIHkxPSIxOC4yOTI5IiB4Mj0iMTguMjkyOSIgeTI9IjEuMjkyODkiIHN0cm9rZT0iYmxhY2siIHN0cm9rZS13aWR0aD0iMiIvPgo8bGluZSB4MT0iMS43MDcxMSIgeTE9IjEuMjkyODkiIHgyPSIxOC43MDcxIiB5Mj0iMTguMjkyOSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIyIi8+Cjwvc3ZnPgo=") no-repeat center center !important;
  background-size: cover !important;
  border: none !important;
}
.ui-dialog-titlebar .ui-dialog-titlebar-close .ui-icon {
  display: none;
}
/* Ajuster la largeur de la modale */
.ui-dialog.ui-widget.ui-widget-content{
  width: 100% !important;
  border-radius: 0.75rem !important;
  border-style: none !important;
  padding: 3.5rem !important;
}
@media (min-width: 768px){
  .ui-dialog.ui-widget.ui-widget-content{
    width: 60% !important;
  }
}
.ui-dialog.ui-widget.ui-widget-content .ui-dialog-content{
  text-align: center;
  font-family: Albert Sans, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 28px;
  font-weight: 600;
  line-height: 37.8px;
}
.ui-dialog.ui-widget.ui-widget-content .ui-dialog-content .cartouche_diplome{
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5rem;
  display: block;
  width: 170px;
  min-width: 500px;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-family: Albert Sans, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 14px;
  line-height: 16px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.ui-dialog.ui-widget.ui-widget-content .ui-dialog-content span{
  --tw-text-opacity: 1;
  color: rgb(242 5 105 / var(--tw-text-opacity, 1));
}
.ui-dialog.ui-widget.ui-widget-content .ui-dialog-content .btn-primary, .ui-dialog.ui-widget.ui-widget-content .ui-dialog-content .gform-theme--framework .gform_body input[type=submit], .gform-theme--framework .gform_body .ui-dialog.ui-widget.ui-widget-content .ui-dialog-content input[type=submit], .ui-dialog.ui-widget.ui-widget-content .ui-dialog-content .wp-block-button:not(.is-style-btn-arrow) .wp-block-button__link, .wp-block-button:not(.is-style-btn-arrow) .ui-dialog.ui-widget.ui-widget-content .ui-dialog-content .wp-block-button__link{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  display: block;
  max-width: 238px;
  margin: 0 auto;
  margin-top: 30px;
}
.block-articles > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
  align-items: flex-end;
}
.block-articles > div > h2 {
  font-size: 3.75rem !important;
  line-height: 3.875rem !important;
  font-weight: 600 !important;
  letter-spacing: -0.05em;
  margin: 0 !important;
}
.block-articles .block-articles__list {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  width: 100%;
}
.block-articles .block-articles__list .card-article__terms {
  list-style: none !important;
  padding: 0 !important;
  font-weight: normal !important;
}
.block-articles .block-articles__list .card-article {
  width: calc((100% - 50px) / 3);
  position: relative;
}
.block-articles .block-articles__list .card-article h2.card-article__title {
  font-size: 1rem !important;
  line-height: 1.3125rem !important;
}
.block-articles .block-articles__list .card-article .btn-link-primary {
  color: black;
}
.block-articles .block-articles__list .card-article .btn-link-primary::after {
  content: "";
  position: absolute;
  inset: 0;
}
.block-articles .block-articles__list .card-article-sticky {
  width: calc((100% - 25px) / 3 * 2);
}
.block-articles .block-articles__list .card-article-sticky h2.card-article__title {
  font-size: 1.5625rem !important;
  line-height: 2.0625rem !important;
}
.block-articles .block-articles__list .card-article-sticky .btn-link-primary::after {
  content: "";
  position: absolute;
  inset: 0;
}
@media screen and (max-width: 768px) {
  .block-articles > div {
    flex-direction: column;
    align-items: flex-start;
  }
  .block-articles > div > h2 {
    font-size: 1.875rem !important;
    line-height: 1.9375rem !important;
    order: 1;
  }
  .block-articles > div > .block-articles__list {
    order: 2;
  }
  .block-articles > div > a {
    order: 3;
    align-self: center;
  }
  .block-articles .block-articles__list {
    gap: 40px;
  }
  .block-articles .block-articles__list .card-article {
    width: 100%;
    position: relative;
  }
  .block-articles .block-articles__list .card-article h2.card-article__title {
    font-size: 0.875rem !important;
    line-height: 1.1875rem !important;
  }
  .block-articles .block-articles__list .card-article-sticky {
    width: 100%;
  }
  .block-articles .block-articles__list .card-article-sticky .btn-link-primary {
    color: black;
  }
  .block-articles .block-articles__list .card-article-sticky .btn-link-primary::after {
    content: "";
    position: absolute;
    inset: 0;
  }
}
.block-newsletter > div {
  background: rgba(209, 209, 209, 0.4);
  border-radius: 80px;
  position: relative;
  padding-top: 40px;
  padding-bottom: 130px;
}
.block-newsletter > div > div {
  display: flex;
  flex-wrap: wrap;
}
.block-newsletter > div > div > div {
  width: 50%;
}
.block-newsletter > div > div > div:first-child {
  padding-right: 4vw;
}
.block-newsletter > div > div > div:first-child .titre {
  font-size: 1.75rem;
  line-height: 2.375rem;
  font-weight: 600;
}
.block-newsletter > div > div > div:first-child .texte {
  font-weight: 400;
  line-height: 1.375rem;
  margin-top: 20px;
}
.block-newsletter > div > div > div:last-child .gform_button[type=submit] {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translate(-50%, 0);
}
.block-newsletter > div > div > div:last-child .ginput_container input {
  background-color: transparent;
}
@media screen and (max-width: 768px) {
  .block-newsletter > div {
    border-radius: 50px;
    padding-bottom: 40px;
  }
  .block-newsletter > div > div {
    flex-direction: column;
  }
  .block-newsletter > div > div > div {
    width: 100%;
  }
  .block-newsletter > div > div > div:first-child {
    padding-right: 0;
  }
  .block-newsletter > div > div > div:first-child .titre {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
  .block-newsletter > div > div > div:first-child .texte {
    font-size: 0.875rem;
    line-height: 1.1875rem;
    margin-top: 15px;
  }
  .block-newsletter > div > div > div:last-child {
    margin-top: 30px;
  }
  .block-newsletter > div > div > div:last-child .gform_fields {
    row-gap: 20px !important;
  }
  .block-newsletter > div > div > div:last-child .gform_fields .ginput_container {
    row-gap: 20px !important;
  }
  .block-newsletter > div > div > div:last-child .gform_button[type=submit] {
    position: relative;
    bottom: 0;
    left: 0;
    transform: translate(0, 0);
  }
  .block-newsletter > div > div > div:last-child .gform_footer {
    padding-top: 15px;
    justify-content: center;
  }
}
.block-listening-to-you h2.block__title {
  font-size: 1.25rem !important;
  line-height: 1.375rem !important;
  font-weight: 600 !important;
  color: var(--color-primary-1);
  margin-bottom: 40px;
}
.block-listening-to-you .tabs {
  display: flex;
  -moz-column-gap: 60px;
       column-gap: 60px;
  align-items: flex-start;
}
.block-listening-to-you .tabs .tabs-title {
  flex-grow: 1;
}
.block-listening-to-you .tabs .tabs-title .tab .tab__title {
  padding: 15px 15px 15px 25px;
  cursor: pointer;
  position: relative;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.375rem;
}
.block-listening-to-you .tabs .tabs-title .tab .tab__title::before {
  font-family: "icons";
  content: "\e80c";
  font-weight: 700;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%) rotate(180deg);
}
.block-listening-to-you .tabs .tabs-title .tab .tab__title:hover {
  text-decoration: underline;
}
.block-listening-to-you .tabs .tabs-title .tab .tab__content--container {
  display: none;
}
.block-listening-to-you .tabs .tabs-title .tab.is-active .tab__title {
  text-decoration: underline;
}
.block-listening-to-you .tabs .tabs-content {
  width: 30%;
}
.block-listening-to-you .tabs .tabs-content .tab__content:not(.swiper-slide-visible) {
  opacity: 0 !important;
}
.block-listening-to-you .tabs .tab__content {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}
.block-listening-to-you .tabs .tab__content .tab__content--question {
  display: flex;
  flex-direction: column;
  row-gap: 25px;
}
.block-listening-to-you .tabs .tab__content .tab__content--question h4 {
  font-size: 1.25rem;
  line-height: 1.6875rem;
  font-weight: 700;
}
.block-listening-to-you .tabs .tab__content .tab__content--question .tab__content--answer {
  display: flex;
  flex-direction: column;
  row-gap: 25px;
}
.block-listening-to-you .tabs .tab__content .tab__content--question .tab__content--answer p {
  font-size: 0.875rem;
  line-height: 1.1875rem;
}
.block-listening-to-you .tabs .tab__content .tab__content--question .tab__content--answer:first-of-type {
  padding-top: 25px;
  border-top: 1px solid rgba(0, 0, 0, 0.4);
}
.block-listening-to-you .tabs .tab__content .tab__content--question h4 ~ .tab__content--answer:last-child:has(p:first-child) {
  border-top: transparent;
  padding-top: 0;
}
.block-listening-to-you .tabs .tab__content .btn-link-primary {
  color: black;
}
.block-listening-to-you .tabs .tabs-picture {
  aspect-ratio: 400/480;
  overflow: hidden;
  border-radius: 80px 0 80px 80px;
  width: 32%;
  flex-shrink: 0;
}
.block-listening-to-you .tabs .tabs-picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1024px) {
  .block-listening-to-you .tabs {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
  .block-listening-to-you .tabs .tabs-title {
    width: 50%;
  }
  .block-listening-to-you .tabs .tabs-content {
    width: 50%;
  }
  .block-listening-to-you .tabs .tabs-picture {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .block-listening-to-you > div {
    padding: 0;
  }
  .block-listening-to-you > div h2.block__title {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .block-listening-to-you .tabs .tabs-title {
    width: 100%;
  }
  .block-listening-to-you .tabs .tabs-title .tab .tab__title {
    font-weight: 600;
    font-size: 1.125rem;
    padding-left: 2.5rem;
    padding-right: 1.25rem;
    transition: background 200ms ease-in-out;
  }
  .block-listening-to-you .tabs .tabs-title .tab .tab__title::before {
    left: 15px;
    transition: transform 200ms ease-in-out;
  }
  .block-listening-to-you .tabs .tabs-title .tab .tab__title:hover {
    text-decoration: none;
  }
  .block-listening-to-you .tabs .tabs-title .tab .tab__content--container {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    overflow: hidden;
    transition: height 200ms ease-in-out;
  }
  .block-listening-to-you .tabs .tabs-title .tab .tab__content--container .tab__content {
    padding: 10px 0;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .block-listening-to-you .tabs .tabs-title .tab:not(.is-active) .tab__content--container {
    height: 0;
  }
  .block-listening-to-you .tabs .tabs-title .tab.is-active .tab__title {
    background: rgba(209, 209, 209, 0.4);
    text-decoration: none;
  }
  .block-listening-to-you .tabs .tabs-title .tab.is-active .tab__title::before {
    transform: translate(0, -50%) rotate(270deg);
  }
  .block-listening-to-you .tabs .tabs-title .tab.is-active .tab__title:hover {
    text-decoration: none;
  }
  .block-listening-to-you .tabs .tabs-content {
    display: none;
  }
}
.block-contactez-nous > div > div {
  background: var(--color-primary-3);
  border-radius: 80px 80px 80px 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 70px 40px 50px;
  padding-top: 70px;
  padding-bottom: 50px;
  position: relative;
  overflow: hidden;
}
.block-contactez-nous > div > div::before, .block-contactez-nous > div > div::after {
  content: "";
  position: absolute;
  bottom: 0;
  z-index: 10;
}
.block-contactez-nous > div > div::before {
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzEzIiBoZWlnaHQ9IjE2MyIgdmlld0JveD0iMCAwIDMxMyAxNjMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0yMTQuNTk1IDQ3Mi4wODNDMzQ0Ljk1NyAzNDEuNzIxIDM0NC45NTcgMTMwLjM2MiAyMTQuNTk1IC0wLjAwMDI0MzQwNEwtMjE0Ljk1OCA0MjkuNTUzQy0zNDUuMzIxIDU1OS45MTUgLTM0NS4zMjEgNzcxLjI3NCAtMjE0Ljk1OCA5MDEuNjM3TDIxNC41OTUgNDcyLjA4M1oiIGZpbGw9IiMwNEQ5RDkiLz4KPC9zdmc+Cg==") no-repeat center;
  width: 300px;
  height: 164px;
  left: 50px;
}
.block-contactez-nous > div > div::after {
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAwIiBoZWlnaHQ9IjEyNSIgdmlld0JveD0iMCAwIDIwMCAxMjUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xOTkuNzYzIDE5OS43NjJDMTk5Ljc2MyA4OS40MzY2IDExMC4zMjYgMCAwLjAwMDM2NjIxMSAwTDAuMDAwMzY2MjExIDM2My41MzFDMC4wMDAzNjYyMTEgNDczLjg1NyA4OS40MzcgNTYzLjI5NCAxOTkuNzYzIDU2My4yOTRMMTk5Ljc2MyAxOTkuNzYyWiIgZmlsbD0iIzA0RDlEOSIvPgo8L3N2Zz4K") no-repeat center;
  width: 203px;
  height: 127px;
  right: 100px;
}
.block-contactez-nous .titre, .block-contactez-nous .texte, .block-contactez-nous .btn-primary, .block-contactez-nous .gform-theme--framework .gform_body input[type=submit], .gform-theme--framework .gform_body .block-contactez-nous input[type=submit], .block-contactez-nous .wp-block-button:not(.is-style-btn-arrow) .wp-block-button__link, .wp-block-button:not(.is-style-btn-arrow) .block-contactez-nous .wp-block-button__link {
  position: relative;
  z-index: 20;
}
.block-contactez-nous h2.titre {
  max-width: 850px;
  font-size: 4.0625rem !important;
  line-height: 4.25rem !important;
  font-weight: 600 !important;
  margin-bottom: 30px;
}
.block-contactez-nous .texte {
  max-width: 480px;
}
.block-contactez-nous .btn-primary, .block-contactez-nous .gform-theme--framework .gform_body input[type=submit], .gform-theme--framework .gform_body .block-contactez-nous input[type=submit], .block-contactez-nous .wp-block-button:not(.is-style-btn-arrow) .wp-block-button__link, .wp-block-button:not(.is-style-btn-arrow) .block-contactez-nous .wp-block-button__link {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .block-contactez-nous > div > div {
    border-radius: 50px 50px 50px 0;
    padding: 40px 30px 40px;
  }
  .block-contactez-nous > div > div::before {
    display: none;
  }
  .block-contactez-nous > div > div::after {
    bottom: -60px;
    left: -10px;
    right: auto;
    transform: rotate(45deg);
  }
  .block-contactez-nous h2.titre {
    font-size: 1.875rem !important;
    line-height: 1.9375rem !important;
    margin-bottom: 22px;
  }
  .block-contactez-nous .btn-primary, .block-contactez-nous .gform-theme--framework .gform_body input[type=submit], .gform-theme--framework .gform_body .block-contactez-nous input[type=submit], .block-contactez-nous .wp-block-button:not(.is-style-btn-arrow) .wp-block-button__link, .wp-block-button:not(.is-style-btn-arrow) .block-contactez-nous .wp-block-button__link {
    margin-top: 30px;
  }
}
.card-member {
  width: 260px;
  position: relative;
}
.card-member__picture {
  aspect-ratio: 260/170;
  margin-bottom: 15px;
  overflow: hidden;
  position: relative;
}
.card-member .picture__member {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.card-member .picture__member img {
  transition: transform 200ms ease-in-out;
}
.card-member .picture__adherent {
  position: absolute;
  bottom: 10px;
  left: 10px;
  background: white;
  border-radius: 5px;
}
.card-member .picture__adherent.ratio-carre {
  width: 70px;
  height: 70px;
}
.card-member .picture__adherent.ratio-rectangle {
  width: 94px;
  height: 40px;
}
.card-member .picture__adherent img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transform: scale(0.9);
}
.card-member__content {
  font-size: 0.875rem;
  display: flex;
  flex-direction: column;
}
.card-member__content .content__job {
  font-weight: 900;
}
.card-member__content .content__title {
  color: black;
  text-decoration: none;
  font-weight: 400;
}
.card-member__content .content__title::after {
  content: "";
  inset: 0;
  position: absolute;
}
.card-member__content .content__adherent {
  color: #939393;
}
.card-member:hover .picture__member img {
  transform: scale(1.1);
}
.card-partner {
  width: 260px;
  position: relative;
}
.card-partner__picture {
  aspect-ratio: 260/200;
  overflow: hidden;
  border-top-left-radius: 40px;
  border-bottom-right-radius: 40px;
  background: rgba(209, 209, 209, 0.4);
  padding: 30px;
  margin-bottom: 15px;
  position: relative;
}
.card-partner__picture span {
  width: 46px;
  height: 30px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  border-top-right-radius: 25px;
  background-color: var(--color-primary-1);
  transition: width 200ms ease-in-out;
}
.card-partner__picture span::after {
  font-family: "icons";
  content: "\e800";
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-90deg);
  transition: transform 200ms ease-in-out;
}
.card-partner .picture__partner img {
  transition: transform 200ms ease-in-out;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.card-partner__content {
  font-size: 0.75rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.card-partner__content .content__title {
  color: black;
  text-decoration: none;
  font-weight: 700;
  text-transform: uppercase;
}
.card-partner__content .content__title::after {
  content: "";
  inset: 0;
  position: absolute;
}
.card-partner__content .content__new-tag {
  display: inline-block;
  margin-top: 8px;
  background: #04D9D9;
  padding: 6px 10px 4px;
  font-size: 0.625rem;
  font-weight: 700;
  color: white;
  border-radius: 30px;
}
.card-partner:hover .card-partner__picture span {
  width: 60px;
}
.card-partner:hover .card-partner__picture span::after {
  font-family: "icons";
  content: "\e800";
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(calc(-50% + 8px), -50%) rotate(-90deg);
}
@media screen and (max-width: 768px) {
  .card-partner {
    width: calc((100% - 20px) / 2);
  }
}
.card-adherent {
  width: 190px;
}
.card-adherent__picture {
  aspect-ratio: 260/200;
  overflow: hidden;
  border-radius: 40px 0 40px 0;
  background: #F0F0F0;
  padding: 30px;
  margin-bottom: 15px;
  position: relative;
  transition: border-radius 200ms ease-in-out;
}
.card-adherent__picture .card-partner__infos {
  position: absolute;
  background: var(--color-blue);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  flex-wrap: wrap;
  opacity: 0;
  transition: opacity 200ms ease-in-out;
}
.card-adherent__picture .card-partner__infos > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  flex-grow: 1;
}
.card-adherent__picture .card-partner__infos > div .infos__image {
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
}
.card-adherent__picture .card-partner__infos > div .infos__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.card-adherent__picture .card-partner__infos > div a, .card-adherent__picture .card-partner__infos > div span {
  font-size: 0.625rem;
  font-weight: 400;
  color: white;
  text-decoration: none;
  cursor: pointer;
}
.card-adherent__picture .card-partner__infos > div a::after, .card-adherent__picture .card-partner__infos > div span::after {
  content: "";
  position: absolute;
  inset: 0;
}
.card-adherent__picture .card-partner__infos > div a:hover, .card-adherent__picture .card-partner__infos > div span:hover {
  text-decoration: underline;
}
.card-adherent__picture .card-partner__infos:has(.infos__site + .infos__email)::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  background: white;
  top: 25px;
  bottom: 25px;
  width: 1px;
}
.card-adherent .picture__adherent img {
  transition: transform 200ms ease-in-out;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  mix-blend-mode: multiply;
}
.card-adherent__content {
  font-size: 0.75rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.card-adherent__content .content__title {
  color: black;
  text-decoration: none;
  font-weight: 700;
  text-transform: uppercase;
}
.card-adherent.is-active .card-adherent__picture, .card-adherent:hover .card-adherent__picture {
  border-radius: 0 40px 0 40px;
}
.card-adherent.is-active .card-adherent__picture .card-partner__infos, .card-adherent:hover .card-adherent__picture .card-partner__infos {
  opacity: 1;
}
.titre_adherent_filled{
  display: flex;
  width: 100%;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(242 5 105 / var(--tw-bg-opacity, 1));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.titre_adherent_filled div{
  flex: 1 1 0%;
}
.titre_adherent_filled a{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
}
@media screen and (max-width: 768px) {
  .card-adherent {
    width: calc((100% - 20px) / 2);
  }
}
.card-article {
  display: flex;
  flex-direction: column;
  padding-bottom: 35px;
}
.card-article__picture {
  aspect-ratio: 400/200;
  width: 100%;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.card-article__picture .picture__article {
  width: 100%;
  height: 100%;
}
.card-article__picture .picture__article img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 200ms ease-in-out;
}
.card-article__content {
  margin-top: 10px;
  flex-grow: 1;
}
.card-article__content .card-article__date {
  font-size: 0.75rem;
}
.card-article__content .card-article__title {
  font-weight: 700;
  margin-top: 15px;
  transition: color 200ms ease-in-out;
}
.card-article__content .card-article__excerpt {
  margin-top: 10px;
  font-size: 0.875rem;
  color: var(--color-gray-50);
}
.card-article .btn-link-primary {
  margin-top: 10px;
}
.card-article:hover .card-article__picture .picture__article img {
  transform: scale(1.1);
}
.card-article:hover .card-article__content .card-article__title {
  color: var(--color-primary-1);
}
.card-article-sticky {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.card-article-sticky .card-article__picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.card-article-sticky .card-article__picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 200ms ease-in-out;
}
.card-article-sticky .card-article__picture::after {
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 55.23%, rgba(0, 0, 0, 0.4) 100%);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.card-article-sticky .card-article__content {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  flex-grow: 0;
  color: white;
  margin-top: 0;
  height: 100%;
  padding: 70px 25px 35px 25px;
}
.card-article-sticky .card-article__content h2 {
  font-size: 1.5625rem;
}
.card-article-sticky .card-article__content a {
  margin-top: 25px;
  transition: color 200ms ease-in-out;
}
.card-article-sticky:hover .card-article__picture .picture__article img {
  transform: scale(1.1);
}
.card-article-sticky:hover .card-article__content .card-article__title {
  color: var(--color-primary-1);
}
.card-article__terms {
  position: absolute;
  top: 20px;
  left: 20px;
}
.card-article__terms li {
  padding: 5px 10px;
  border-radius: 50px;
  background: white;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  font-size: 0.75rem;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .card-article-sticky {
    border-radius: 0px;
    position: relative;
  }
  .card-article-sticky .card-article__picture {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    aspect-ratio: 400/200;
    height: auto;
  }
  .card-article-sticky .card-article__picture::after {
    display: none;
  }
  .card-article-sticky .card-article__content {
    color: black;
    margin-top: 10px;
    height: auto;
    padding: 0;
  }
  .card-article-sticky .card-article__content h2 {
    font-size: 0.875rem;
  }
  .card-article-sticky .card-article__content a {
    margin-top: 25px;
    transition: color 200ms ease-in-out;
  }
  .card-article-sticky:hover .card-article__picture .picture__article img {
    transform: scale(1.1);
  }
  .card-article-sticky:hover .card-article__content .card-article__title {
    color: var(--color-primary-1);
  }
}
.gutemberg-content > *:not(h2, .wp-block-acf-block-hero, .block-hero, .wp-block-columns, .wp-block-image, .wp-block-acf-block-tagline, .block-tagline, .wp-block-video, .wp-block-embed, .wp-block-acf-block-slider, .block-slider, .wp-block-acf-block-key-figures, .block-key-figures, .block-members, .wp-block-acf-block-members, .block-partners, .wp-block-acf-block-partners, .block-adherents, .wp-block-acf-block-adherents, .block-useful-links, .wp-block-acf-block-useful-links, .metiers-list, .block-hightlight_metiers, .wp-block-acf-block-hightlight_metiers, .block-articles, .wp-block-acf-block-articles, .block-listening-to-you, .wp-block-acf-block-listening-to-you, .block-contactez-nous, .wp-block-acf-block-contactez-nous, .block-metiers, .wp-block-acf-block-metiers){
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}
@media (min-width: 640px){
  .gutemberg-content > *:not(h2, .wp-block-acf-block-hero, .block-hero, .wp-block-columns, .wp-block-image, .wp-block-acf-block-tagline, .block-tagline, .wp-block-video, .wp-block-embed, .wp-block-acf-block-slider, .block-slider, .wp-block-acf-block-key-figures, .block-key-figures, .block-members, .wp-block-acf-block-members, .block-partners, .wp-block-acf-block-partners, .block-adherents, .wp-block-acf-block-adherents, .block-useful-links, .wp-block-acf-block-useful-links, .metiers-list, .block-hightlight_metiers, .wp-block-acf-block-hightlight_metiers, .block-articles, .wp-block-acf-block-articles, .block-listening-to-you, .wp-block-acf-block-listening-to-you, .block-contactez-nous, .wp-block-acf-block-contactez-nous, .block-metiers, .wp-block-acf-block-metiers){
    max-width: 640px;
  }
}
@media (min-width: 768px){
  .gutemberg-content > *:not(h2, .wp-block-acf-block-hero, .block-hero, .wp-block-columns, .wp-block-image, .wp-block-acf-block-tagline, .block-tagline, .wp-block-video, .wp-block-embed, .wp-block-acf-block-slider, .block-slider, .wp-block-acf-block-key-figures, .block-key-figures, .block-members, .wp-block-acf-block-members, .block-partners, .wp-block-acf-block-partners, .block-adherents, .wp-block-acf-block-adherents, .block-useful-links, .wp-block-acf-block-useful-links, .metiers-list, .block-hightlight_metiers, .wp-block-acf-block-hightlight_metiers, .block-articles, .wp-block-acf-block-articles, .block-listening-to-you, .wp-block-acf-block-listening-to-you, .block-contactez-nous, .wp-block-acf-block-contactez-nous, .block-metiers, .wp-block-acf-block-metiers){
    max-width: 768px;
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
}
@media (min-width: 1024px){
  .gutemberg-content > *:not(h2, .wp-block-acf-block-hero, .block-hero, .wp-block-columns, .wp-block-image, .wp-block-acf-block-tagline, .block-tagline, .wp-block-video, .wp-block-embed, .wp-block-acf-block-slider, .block-slider, .wp-block-acf-block-key-figures, .block-key-figures, .block-members, .wp-block-acf-block-members, .block-partners, .wp-block-acf-block-partners, .block-adherents, .wp-block-acf-block-adherents, .block-useful-links, .wp-block-acf-block-useful-links, .metiers-list, .block-hightlight_metiers, .wp-block-acf-block-hightlight_metiers, .block-articles, .wp-block-acf-block-articles, .block-listening-to-you, .wp-block-acf-block-listening-to-you, .block-contactez-nous, .wp-block-acf-block-contactez-nous, .block-metiers, .wp-block-acf-block-metiers){
    max-width: 1024px;
    padding-right: 5rem;
    padding-left: 5rem;
  }
}
@media (min-width: 1280px){
  .gutemberg-content > *:not(h2, .wp-block-acf-block-hero, .block-hero, .wp-block-columns, .wp-block-image, .wp-block-acf-block-tagline, .block-tagline, .wp-block-video, .wp-block-embed, .wp-block-acf-block-slider, .block-slider, .wp-block-acf-block-key-figures, .block-key-figures, .block-members, .wp-block-acf-block-members, .block-partners, .wp-block-acf-block-partners, .block-adherents, .wp-block-acf-block-adherents, .block-useful-links, .wp-block-acf-block-useful-links, .metiers-list, .block-hightlight_metiers, .wp-block-acf-block-hightlight_metiers, .block-articles, .wp-block-acf-block-articles, .block-listening-to-you, .wp-block-acf-block-listening-to-you, .block-contactez-nous, .wp-block-acf-block-contactez-nous, .block-metiers, .wp-block-acf-block-metiers){
    max-width: 1280px;
  }
}
@media (min-width: 1536px){
  .gutemberg-content > *:not(h2, .wp-block-acf-block-hero, .block-hero, .wp-block-columns, .wp-block-image, .wp-block-acf-block-tagline, .block-tagline, .wp-block-video, .wp-block-embed, .wp-block-acf-block-slider, .block-slider, .wp-block-acf-block-key-figures, .block-key-figures, .block-members, .wp-block-acf-block-members, .block-partners, .wp-block-acf-block-partners, .block-adherents, .wp-block-acf-block-adherents, .block-useful-links, .wp-block-acf-block-useful-links, .metiers-list, .block-hightlight_metiers, .wp-block-acf-block-hightlight_metiers, .block-articles, .wp-block-acf-block-articles, .block-listening-to-you, .wp-block-acf-block-listening-to-you, .block-contactez-nous, .wp-block-acf-block-contactez-nous, .block-metiers, .wp-block-acf-block-metiers){
    max-width: 1536px;
  }
}
.gutemberg-content > *:not(h2, .wp-block-acf-block-hero, .block-hero, .wp-block-columns, .wp-block-image, .wp-block-acf-block-tagline, .block-tagline, .wp-block-video, .wp-block-embed, .wp-block-acf-block-slider, .block-slider, .wp-block-acf-block-key-figures, .block-key-figures, .block-members, .wp-block-acf-block-members, .block-partners, .wp-block-acf-block-partners, .block-adherents, .wp-block-acf-block-adherents, .block-useful-links, .wp-block-acf-block-useful-links, .metiers-list, .block-hightlight_metiers, .wp-block-acf-block-hightlight_metiers, .block-articles, .wp-block-acf-block-articles, .block-listening-to-you, .wp-block-acf-block-listening-to-you, .block-contactez-nous, .wp-block-acf-block-contactez-nous, .block-metiers, .wp-block-acf-block-metiers) {
  max-width: 1400px;
}
.gutemberg-content > *:not(h2, .wp-block-acf-block-hero, .block-hero, .wp-block-columns, .wp-block-image, .wp-block-acf-block-tagline, .block-tagline, .wp-block-video, .wp-block-embed, .wp-block-acf-block-slider, .block-slider, .wp-block-acf-block-key-figures, .block-key-figures, .block-members, .wp-block-acf-block-members, .block-partners, .wp-block-acf-block-partners, .block-adherents, .wp-block-acf-block-adherents, .block-useful-links, .wp-block-acf-block-useful-links, .metiers-list, .block-hightlight_metiers, .wp-block-acf-block-hightlight_metiers, .block-articles, .wp-block-acf-block-articles, .block-listening-to-you, .wp-block-acf-block-listening-to-you, .block-contactez-nous, .wp-block-acf-block-contactez-nous, .block-metiers, .wp-block-acf-block-metiers).container__full {
  max-width: 100%;
}
.gutemberg-content > *:not(h2, .wp-block-acf-block-hero, .block-hero, .wp-block-columns, .wp-block-image, .wp-block-acf-block-tagline, .block-tagline, .wp-block-video, .wp-block-embed, .wp-block-acf-block-slider, .block-slider, .wp-block-acf-block-key-figures, .block-key-figures, .block-members, .wp-block-acf-block-members, .block-partners, .wp-block-acf-block-partners, .block-adherents, .wp-block-acf-block-adherents, .block-useful-links, .wp-block-acf-block-useful-links, .metiers-list, .block-hightlight_metiers, .wp-block-acf-block-hightlight_metiers, .block-articles, .wp-block-acf-block-articles, .block-listening-to-you, .wp-block-acf-block-listening-to-you, .block-contactez-nous, .wp-block-acf-block-contactez-nous, .block-metiers, .wp-block-acf-block-metiers).container__md {
  max-width: 1273px;
}
.gutemberg-content > *:not(h2, .wp-block-acf-block-hero, .block-hero, .wp-block-columns, .wp-block-image, .wp-block-acf-block-tagline, .block-tagline, .wp-block-video, .wp-block-embed, .wp-block-acf-block-slider, .block-slider, .wp-block-acf-block-key-figures, .block-key-figures, .block-members, .wp-block-acf-block-members, .block-partners, .wp-block-acf-block-partners, .block-adherents, .wp-block-acf-block-adherents, .block-useful-links, .wp-block-acf-block-useful-links, .metiers-list, .block-hightlight_metiers, .wp-block-acf-block-hightlight_metiers, .block-articles, .wp-block-acf-block-articles, .block-listening-to-you, .wp-block-acf-block-listening-to-you, .block-contactez-nous, .wp-block-acf-block-contactez-nous, .block-metiers, .wp-block-acf-block-metiers).container__sm {
  max-width: 1116px;
}
.gutemberg-content > *:not(h2, .wp-block-acf-block-hero, .block-hero, .wp-block-columns, .wp-block-image, .wp-block-acf-block-tagline, .block-tagline, .wp-block-video, .wp-block-embed, .wp-block-acf-block-slider, .block-slider, .wp-block-acf-block-key-figures, .block-key-figures, .block-members, .wp-block-acf-block-members, .block-partners, .wp-block-acf-block-partners, .block-adherents, .wp-block-acf-block-adherents, .block-useful-links, .wp-block-acf-block-useful-links, .metiers-list, .block-hightlight_metiers, .wp-block-acf-block-hightlight_metiers, .block-articles, .wp-block-acf-block-articles, .block-listening-to-you, .wp-block-acf-block-listening-to-you, .block-contactez-nous, .wp-block-acf-block-contactez-nous, .block-metiers, .wp-block-acf-block-metiers).container__xs {
  max-width: 1012px;
}
.container.gutemberg-content > *:not(h2, .wp-block-acf-block-hero, .block-hero, .wp-block-columns, .wp-block-image, .wp-block-acf-block-tagline, .block-tagline, .wp-block-video, .wp-block-embed, .wp-block-acf-block-slider, .block-slider, .wp-block-acf-block-key-figures, .block-key-figures, .block-members, .wp-block-acf-block-members, .block-partners, .wp-block-acf-block-partners, .block-adherents, .wp-block-acf-block-adherents, .block-useful-links, .wp-block-acf-block-useful-links, .metiers-list, .block-hightlight_metiers, .wp-block-acf-block-hightlight_metiers, .block-articles, .wp-block-acf-block-articles, .block-listening-to-you, .wp-block-acf-block-listening-to-you, .block-contactez-nous, .wp-block-acf-block-contactez-nous, .block-metiers, .wp-block-acf-block-metiers) {
  max-width: 1012px;
}
.single-post main > .block-ffec:nth-of-type(1) {
  margin-top: 100px;
}
.classic-content a {
  color: var(--color-primary-1);
  text-decoration: underline;
}
.classic-content a:hover {
  text-decoration: none;
}
.classic-content p[style="text-align: right;"] {
  text-align: justify !important;
}
.gutemberg-content > *:first-child,
.classic-content > *:first-child {
  margin-top: 0 !important;
}
.gutemberg-content > *:last-child,
.classic-content > *:last-child {
  margin-bottom: 0 !important;
}
.gutemberg-content > *,
.classic-content > * {
  margin-top: var(--spacer-min);
  margin-bottom: var(--spacer-min);
}
.gutemberg-content,
.editor-styles-wrapper > .block-editor-block-list__layout {
  font-family: var(--font-primary);
}
.gutemberg-content > .wp-block-columns, .gutemberg-content > .wp-block-image, .gutemberg-content > .wp-block-video, .gutemberg-content > .wp-block-embed, .gutemberg-content > .block-hero, .gutemberg-content > .block-articles, .gutemberg-content > .wp-block-buttons:has(.wp-block-button.is-style-btn-arrow),
.editor-styles-wrapper > .block-editor-block-list__layout > .wp-block-columns,
.editor-styles-wrapper > .block-editor-block-list__layout > .wp-block-image,
.editor-styles-wrapper > .block-editor-block-list__layout > .wp-block-video,
.editor-styles-wrapper > .block-editor-block-list__layout > .wp-block-embed,
.editor-styles-wrapper > .block-editor-block-list__layout > .block-hero,
.editor-styles-wrapper > .block-editor-block-list__layout > .block-articles,
.editor-styles-wrapper > .block-editor-block-list__layout > .wp-block-buttons:has(.wp-block-button.is-style-btn-arrow) {
  margin-top: var(--spacer);
  margin-bottom: var(--spacer);
}
.gutemberg-content .wp-block-heading,
.editor-styles-wrapper > .block-editor-block-list__layout .wp-block-heading {
  margin-top: 30px;
  margin-bottom: 30px;
}
.gutemberg-content .wp-block-column > *:first-child,
.editor-styles-wrapper > .block-editor-block-list__layout .wp-block-column > *:first-child {
  margin-top: 0 !important;
}
.gutemberg-content .wp-block-column > *:last-child,
.editor-styles-wrapper > .block-editor-block-list__layout .wp-block-column > *:last-child {
  margin-bottom: 0 !important;
}
.gutemberg-content > .wp-block-columns, .gutemberg-content > .wp-block-image, .gutemberg-content > .wp-block-video, .gutemberg-content > .wp-block-embed, .gutemberg-content > .metiers-list, .gutemberg-content > h2, .gutemberg-content > h1,
.editor-styles-wrapper > .block-editor-block-list__layout > .wp-block-columns,
.editor-styles-wrapper > .block-editor-block-list__layout > .wp-block-image,
.editor-styles-wrapper > .block-editor-block-list__layout > .wp-block-video,
.editor-styles-wrapper > .block-editor-block-list__layout > .wp-block-embed,
.editor-styles-wrapper > .block-editor-block-list__layout > .metiers-list,
.editor-styles-wrapper > .block-editor-block-list__layout > h2,
.editor-styles-wrapper > .block-editor-block-list__layout > h1{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}
@media (min-width: 640px){
  .gutemberg-content > .wp-block-columns, .gutemberg-content > .wp-block-image, .gutemberg-content > .wp-block-video, .gutemberg-content > .wp-block-embed, .gutemberg-content > .metiers-list, .gutemberg-content > h2, .gutemberg-content > h1,
.editor-styles-wrapper > .block-editor-block-list__layout > .wp-block-columns,
.editor-styles-wrapper > .block-editor-block-list__layout > .wp-block-image,
.editor-styles-wrapper > .block-editor-block-list__layout > .wp-block-video,
.editor-styles-wrapper > .block-editor-block-list__layout > .wp-block-embed,
.editor-styles-wrapper > .block-editor-block-list__layout > .metiers-list,
.editor-styles-wrapper > .block-editor-block-list__layout > h2,
.editor-styles-wrapper > .block-editor-block-list__layout > h1{
    max-width: 640px;
  }
}
@media (min-width: 768px){
  .gutemberg-content > .wp-block-columns, .gutemberg-content > .wp-block-image, .gutemberg-content > .wp-block-video, .gutemberg-content > .wp-block-embed, .gutemberg-content > .metiers-list, .gutemberg-content > h2, .gutemberg-content > h1,
.editor-styles-wrapper > .block-editor-block-list__layout > .wp-block-columns,
.editor-styles-wrapper > .block-editor-block-list__layout > .wp-block-image,
.editor-styles-wrapper > .block-editor-block-list__layout > .wp-block-video,
.editor-styles-wrapper > .block-editor-block-list__layout > .wp-block-embed,
.editor-styles-wrapper > .block-editor-block-list__layout > .metiers-list,
.editor-styles-wrapper > .block-editor-block-list__layout > h2,
.editor-styles-wrapper > .block-editor-block-list__layout > h1{
    max-width: 768px;
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
}
@media (min-width: 1024px){
  .gutemberg-content > .wp-block-columns, .gutemberg-content > .wp-block-image, .gutemberg-content > .wp-block-video, .gutemberg-content > .wp-block-embed, .gutemberg-content > .metiers-list, .gutemberg-content > h2, .gutemberg-content > h1,
.editor-styles-wrapper > .block-editor-block-list__layout > .wp-block-columns,
.editor-styles-wrapper > .block-editor-block-list__layout > .wp-block-image,
.editor-styles-wrapper > .block-editor-block-list__layout > .wp-block-video,
.editor-styles-wrapper > .block-editor-block-list__layout > .wp-block-embed,
.editor-styles-wrapper > .block-editor-block-list__layout > .metiers-list,
.editor-styles-wrapper > .block-editor-block-list__layout > h2,
.editor-styles-wrapper > .block-editor-block-list__layout > h1{
    max-width: 1024px;
    padding-right: 5rem;
    padding-left: 5rem;
  }
}
@media (min-width: 1280px){
  .gutemberg-content > .wp-block-columns, .gutemberg-content > .wp-block-image, .gutemberg-content > .wp-block-video, .gutemberg-content > .wp-block-embed, .gutemberg-content > .metiers-list, .gutemberg-content > h2, .gutemberg-content > h1,
.editor-styles-wrapper > .block-editor-block-list__layout > .wp-block-columns,
.editor-styles-wrapper > .block-editor-block-list__layout > .wp-block-image,
.editor-styles-wrapper > .block-editor-block-list__layout > .wp-block-video,
.editor-styles-wrapper > .block-editor-block-list__layout > .wp-block-embed,
.editor-styles-wrapper > .block-editor-block-list__layout > .metiers-list,
.editor-styles-wrapper > .block-editor-block-list__layout > h2,
.editor-styles-wrapper > .block-editor-block-list__layout > h1{
    max-width: 1280px;
  }
}
@media (min-width: 1536px){
  .gutemberg-content > .wp-block-columns, .gutemberg-content > .wp-block-image, .gutemberg-content > .wp-block-video, .gutemberg-content > .wp-block-embed, .gutemberg-content > .metiers-list, .gutemberg-content > h2, .gutemberg-content > h1,
.editor-styles-wrapper > .block-editor-block-list__layout > .wp-block-columns,
.editor-styles-wrapper > .block-editor-block-list__layout > .wp-block-image,
.editor-styles-wrapper > .block-editor-block-list__layout > .wp-block-video,
.editor-styles-wrapper > .block-editor-block-list__layout > .wp-block-embed,
.editor-styles-wrapper > .block-editor-block-list__layout > .metiers-list,
.editor-styles-wrapper > .block-editor-block-list__layout > h2,
.editor-styles-wrapper > .block-editor-block-list__layout > h1{
    max-width: 1536px;
  }
}
.gutemberg-content > .wp-block-columns, .gutemberg-content > .wp-block-image, .gutemberg-content > .wp-block-video, .gutemberg-content > .wp-block-embed, .gutemberg-content > .metiers-list, .gutemberg-content > h2, .gutemberg-content > h1,
.editor-styles-wrapper > .block-editor-block-list__layout > .wp-block-columns,
.editor-styles-wrapper > .block-editor-block-list__layout > .wp-block-image,
.editor-styles-wrapper > .block-editor-block-list__layout > .wp-block-video,
.editor-styles-wrapper > .block-editor-block-list__layout > .wp-block-embed,
.editor-styles-wrapper > .block-editor-block-list__layout > .metiers-list,
.editor-styles-wrapper > .block-editor-block-list__layout > h2,
.editor-styles-wrapper > .block-editor-block-list__layout > h1 {
  max-width: 1400px;
}
.gutemberg-content > .wp-block-columns.container__full, .gutemberg-content > .wp-block-image.container__full, .gutemberg-content > .wp-block-video.container__full, .gutemberg-content > .wp-block-embed.container__full, .gutemberg-content > .metiers-list.container__full, .gutemberg-content > h2.container__full, .gutemberg-content > h1.container__full,
.editor-styles-wrapper > .block-editor-block-list__layout > .wp-block-columns.container__full,
.editor-styles-wrapper > .block-editor-block-list__layout > .wp-block-image.container__full,
.editor-styles-wrapper > .block-editor-block-list__layout > .wp-block-video.container__full,
.editor-styles-wrapper > .block-editor-block-list__layout > .wp-block-embed.container__full,
.editor-styles-wrapper > .block-editor-block-list__layout > .metiers-list.container__full,
.editor-styles-wrapper > .block-editor-block-list__layout > h2.container__full,
.editor-styles-wrapper > .block-editor-block-list__layout > h1.container__full {
  max-width: 100%;
}
.gutemberg-content > .wp-block-columns.container__md, .gutemberg-content > .wp-block-image.container__md, .gutemberg-content > .wp-block-video.container__md, .gutemberg-content > .wp-block-embed.container__md, .gutemberg-content > .metiers-list.container__md, .gutemberg-content > h2.container__md, .gutemberg-content > h1.container__md,
.editor-styles-wrapper > .block-editor-block-list__layout > .wp-block-columns.container__md,
.editor-styles-wrapper > .block-editor-block-list__layout > .wp-block-image.container__md,
.editor-styles-wrapper > .block-editor-block-list__layout > .wp-block-video.container__md,
.editor-styles-wrapper > .block-editor-block-list__layout > .wp-block-embed.container__md,
.editor-styles-wrapper > .block-editor-block-list__layout > .metiers-list.container__md,
.editor-styles-wrapper > .block-editor-block-list__layout > h2.container__md,
.editor-styles-wrapper > .block-editor-block-list__layout > h1.container__md {
  max-width: 1273px;
}
.gutemberg-content > .wp-block-columns.container__sm, .gutemberg-content > .wp-block-image.container__sm, .gutemberg-content > .wp-block-video.container__sm, .gutemberg-content > .wp-block-embed.container__sm, .gutemberg-content > .metiers-list.container__sm, .gutemberg-content > h2.container__sm, .gutemberg-content > h1.container__sm,
.editor-styles-wrapper > .block-editor-block-list__layout > .wp-block-columns.container__sm,
.editor-styles-wrapper > .block-editor-block-list__layout > .wp-block-image.container__sm,
.editor-styles-wrapper > .block-editor-block-list__layout > .wp-block-video.container__sm,
.editor-styles-wrapper > .block-editor-block-list__layout > .wp-block-embed.container__sm,
.editor-styles-wrapper > .block-editor-block-list__layout > .metiers-list.container__sm,
.editor-styles-wrapper > .block-editor-block-list__layout > h2.container__sm,
.editor-styles-wrapper > .block-editor-block-list__layout > h1.container__sm {
  max-width: 1116px;
}
.gutemberg-content > .wp-block-columns.container__xs, .gutemberg-content > .wp-block-image.container__xs, .gutemberg-content > .wp-block-video.container__xs, .gutemberg-content > .wp-block-embed.container__xs, .gutemberg-content > .metiers-list.container__xs, .gutemberg-content > h2.container__xs, .gutemberg-content > h1.container__xs,
.editor-styles-wrapper > .block-editor-block-list__layout > .wp-block-columns.container__xs,
.editor-styles-wrapper > .block-editor-block-list__layout > .wp-block-image.container__xs,
.editor-styles-wrapper > .block-editor-block-list__layout > .wp-block-video.container__xs,
.editor-styles-wrapper > .block-editor-block-list__layout > .wp-block-embed.container__xs,
.editor-styles-wrapper > .block-editor-block-list__layout > .metiers-list.container__xs,
.editor-styles-wrapper > .block-editor-block-list__layout > h2.container__xs,
.editor-styles-wrapper > .block-editor-block-list__layout > h1.container__xs {
  max-width: 1012px;
}
.gutemberg-content .block-ffec,
.editor-styles-wrapper > .block-editor-block-list__layout .block-ffec {
  margin-top: var(--spacer);
  margin-bottom: var(--spacer);
}
.gutemberg-content .block-ffec.block-hero.block-hero__big,
.editor-styles-wrapper > .block-editor-block-list__layout .block-ffec.block-hero.block-hero__big {
  margin-bottom: 80px;
}
.gutemberg-content > .wp-block-columns, .gutemberg-content > h2,
.editor-styles-wrapper > .block-editor-block-list__layout > .wp-block-columns,
.editor-styles-wrapper > .block-editor-block-list__layout > h2 {
  max-width: 1273px;
}
.gutemberg-content .has-ffec-pink-color,
.editor-styles-wrapper > .block-editor-block-list__layout .has-ffec-pink-color {
  color: var(--color-primary-1);
}
.gutemberg-content h1,
.editor-styles-wrapper > .block-editor-block-list__layout h1 {
  font-size: 4.0625rem;
  font-weight: 600;
}
.gutemberg-content h2,
.editor-styles-wrapper > .block-editor-block-list__layout h2 {
  font-size: 2.1875rem !important;
  line-height: 3rem !important;
  font-weight: 700 !important;
}
.gutemberg-content h2.has-small-font-size,
.editor-styles-wrapper > .block-editor-block-list__layout h2.has-small-font-size {
  font-size: 1.375rem !important;
  line-height: 1.875rem !important;
}
.gutemberg-content p.has-large-font-size,
.editor-styles-wrapper > .block-editor-block-list__layout p.has-large-font-size {
  font-size: 1.5rem !important;
  line-height: 2.0625rem;
  font-weight: 600;
}
.gutemberg-content p.has-text-align-right,
.editor-styles-wrapper > .block-editor-block-list__layout p.has-text-align-right {
  text-align: justify;
}
.gutemberg-content ul,
.editor-styles-wrapper > .block-editor-block-list__layout ul {
  list-style: disc;
  font-weight: 400;
  padding-left: 20px;
}
.gutemberg-content a,
.editor-styles-wrapper > .block-editor-block-list__layout a {
  color: var(--color-primary-1);
  text-decoration: underline;
}
.gutemberg-content a:hover,
.editor-styles-wrapper > .block-editor-block-list__layout a:hover {
  text-decoration: none;
}
.gutemberg-content .wp-block-image img,
.editor-styles-wrapper > .block-editor-block-list__layout .wp-block-image img {
  width: 100%;
}
.gutemberg-content .wp-block-image.is-style-rounded img,
.editor-styles-wrapper > .block-editor-block-list__layout .wp-block-image.is-style-rounded img {
  border-radius: 80px 80px 80px 0;
}
.editor-styles-wrapper > .block-editor-block-list__layout {
  display: flex !important;
  flex-direction: column;
  gap: 20px;
}
.editor-styles-wrapper > .block-editor-block-list__layout .block-ffec > div {
  margin: 0 auto;
  padding-left: 5rem;
  padding-right: 5rem;
}
.editor-styles-wrapper > .block-editor-block-list__layout > * {
  width: 100%;
  max-width: 100%;
  margin-top: var(--spacer-min);
  margin-bottom: var(--spacer-min);
}
.editor-styles-wrapper > .block-editor-block-list__layout > *:not(h2, .wp-block-acf-block-hero, .block-hero, .wp-block-columns, .wp-block-image, .wp-block-acf-block-tagline, .block-tagline, .wp-block-video, .wp-block-embed, .wp-block-acf-block-slider, .block-slider, .wp-block-acf-block-key-figures, .block-key-figures, .block-members, .wp-block-acf-block-members, .block-adherents, .wp-block-acf-block-adherents, .block-useful-links, .wp-block-acf-block-useful-links, .block-hightlight_metiers, .wp-block-acf-block-hightlight_metiers, .block-articles, .wp-block-acf-block-articles, .block-listening-to-you, .wp-block-acf-block-listening-to-you, .block-contactez-nous, .wp-block-acf-block-contactez-nous, .block-metiers, .wp-block-acf-block-metiers) {
  max-width: 1012px !important;
  margin-right: auto;
  margin-left: auto;
  padding-left: 5rem;
  padding-right: 5rem;
}
.editor-styles-wrapper > .block-editor-block-list__layout > .wp-block-acf-block-hero {
  max-width: 100% !important;
}
.editor-styles-wrapper > .block-editor-block-list__layout > .wp-block-columns, .editor-styles-wrapper > .block-editor-block-list__layout > h2 {
  max-width: 1273px !important;
}
.editor-styles-wrapper > .block-editor-block-list__layout p {
  line-height: 1.2;
}
.editor-styles-wrapper > .block-editor-block-list__layout ul {
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .editor-styles-wrapper > .block-editor-block-list__layout .block-ffec > div {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .editor-styles-wrapper > .block-editor-block-list__layout > *:not(h2, .wp-block-acf-block-hero, .block-hero, .wp-block-columns, .wp-block-image, .wp-block-acf-block-tagline, .block-tagline, .wp-block-video, .wp-block-embed, .wp-block-acf-block-slider, .block-slider, .wp-block-acf-block-key-figures, .block-key-figures, .block-members, .wp-block-acf-block-members, .block-adherents, .wp-block-acf-block-adherents, .block-useful-links, .wp-block-acf-block-useful-links, .block-hightlight_metiers, .wp-block-acf-block-hightlight_metiers, .block-articles, .wp-block-acf-block-articles, .block-listening-to-you, .wp-block-acf-block-listening-to-you, .block-contactez-nous, .wp-block-acf-block-contactez-nous, .block-metiers, .wp-block-acf-block-metiers) {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media screen and (max-width: 768px) {
  .editor-styles-wrapper > .block-editor-block-list__layout .block-ffec > div {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .editor-styles-wrapper > .block-editor-block-list__layout > *:not(h2, .wp-block-acf-block-hero, .block-hero, .wp-block-columns, .wp-block-image, .wp-block-acf-block-tagline, .block-tagline, .wp-block-video, .wp-block-embed, .wp-block-acf-block-slider, .block-slider, .wp-block-acf-block-key-figures, .block-key-figures, .block-members, .wp-block-acf-block-members, .block-adherents, .wp-block-acf-block-adherents, .block-useful-links, .wp-block-acf-block-useful-links, .block-hightlight_metiers, .wp-block-acf-block-hightlight_metiers, .block-articles, .wp-block-acf-block-articles, .block-listening-to-you, .wp-block-acf-block-listening-to-you, .block-contactez-nous, .wp-block-acf-block-contactez-nous, .block-metiers, .wp-block-acf-block-metiers) {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .single-post main > .block-ffec:nth-of-type(1) {
    margin-top: 50px;
  }
  .gutemberg-content h2,
  .editor-styles-wrapper > .block-editor-block-list__layout h2 {
    font-size: 1.875rem !important;
    line-height: 1.875rem !important;
  }
  .gutemberg-content p,
  .editor-styles-wrapper > .block-editor-block-list__layout p {
    font-size: 0.875rem;
  }
  .gutemberg-content p.has-large-font-size,
  .editor-styles-wrapper > .block-editor-block-list__layout p.has-large-font-size {
    font-size: 1rem !important;
    line-height: 1.375rem;
  }
  .gutemberg-content ul,
  .editor-styles-wrapper > .block-editor-block-list__layout ul {
    list-style: disc;
    font-weight: 400;
    padding-left: 20px;
  }
  .gutemberg-content ul li,
  .editor-styles-wrapper > .block-editor-block-list__layout ul li {
    font-size: 0.875rem;
  }
  .gutemberg-content h2,
  .editor-styles-wrapper > .block-editor-block-list__layout h2 {
    font-size: 1.875rem !important;
    line-height: 1.875rem !important;
  }
  .gutemberg-content .wp-block-heading,
  .editor-styles-wrapper > .block-editor-block-list__layout .wp-block-heading {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
/* Layout */
header {
  height: 90px;
  background: white;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}
header::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: var(--color-gray-20);
  position: absolute;
  left: 0;
  bottom: 0;
  pointer-events: none;
}
header > div {
  display: flex;
  align-items: center;
  gap: 40px;
  height: 100%;
}
header > div a img {
  width: 152px;
  height: auto;
}
header > div .header__menus {
  display: flex;
  flex-grow: 1;
  height: 100%;
  align-items: center;
}
header > div #header-nav-main {
  flex-grow: 1;
  height: 100%;
}
header > div #header-nav-secondary {
  flex-shrink: 0;
}
header > div #header-nav-rs {
  display: none;
}
header nav li {
  font-size: 0.75rem;
  font-weight: 700;
}
header .menu-cursor {
  width: 77px;
  height: 4px;
  background: var(--color-primary-1);
  position: absolute;
  bottom: 0;
  transform: translate(-50%, 0);
  pointer-events: none;
}
header .btn-toggle-menu {
  display: none;
}
@media screen and (min-width: 1025px) {
  header > div #header-nav-main > ul > li > *:not(.menu-item-children-container) {
    text-transform: uppercase;
  }
}
@media screen and (max-width: 1024px) {
  header > div {
    justify-content: space-between;
  }
  header > div .header__menus {
    height: calc(100dvh - 90px);
    width: 100%;
    position: absolute;
    top: 90px;
    left: 0;
    background: white;
    flex-direction: column;
    transform: translate(-100%, 0);
    transition: transform 200ms ease-in-out;
  }
  header > div .header__menus.is-open {
    transform: translate(0, 0);
  }
  header > div #header-nav-main {
    width: 100%;
    padding: 40px 0;
  }
  header > div #header-nav-secondary {
    width: 100%;
  }
  header > div #header-nav-rs {
    display: block;
    width: 100%;
    padding: 25px 20px;
    border-top: 1px solid var(--color-gray-20);
  }
  header .menu-cursor {
    display: none;
  }
  header .btn-toggle-menu {
    display: block;
  }
}
footer > div {
  display: flex;
  justify-content: space-between;
}
footer > div:first-child > a img {
  max-width: 244px;
}
footer > div:first-child #footer-nav-main {
  width: 50%;
  display: flex;
  justify-content: center;
}
footer > div:first-child #footer-nav-main > ul {
  -moz-columns: 2;
       columns: 2;
  -moz-column-gap: 100px;
       column-gap: 100px;
}
footer > div:first-child #footer-nav-main > ul > li {
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}
footer > div:nth-child(2) {
  align-items: flex-end;
  padding-top: 70px;
  padding-bottom: 30px;
}
footer > div:last-child {
  align-items: end;
  padding-bottom: 25px;
  position: relative;
  flex-wrap: wrap;
}
footer > div:last-child hr {
  width: 100%;
  border-color: black;
  margin-bottom: 25px;
}
footer > div:last-child #footer-copyright {
  font-size: 0.5625rem;
  font-weight: 700;
  opacity: 0.7;
  text-transform: uppercase;
  transition: all 200ms ease-in-out;
}
footer > div:last-child #footer-copyright a {
  text-decoration: underline;
}
footer > div:last-child #footer-copyright a:hover {
  color: var(--color-primary-1);
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  footer > div {
    flex-direction: column;
    align-items: center;
  }
  footer > div:first-child #footer-nav-main {
    margin-top: 60px;
    width: 100%;
  }
  footer > div:first-child #footer-nav-main > ul {
    -moz-column-gap: 80px;
         column-gap: 80px;
  }
  footer > div:nth-child(2) {
    flex-direction: column-reverse;
    align-items: center;
    padding-top: 30px;
    padding-bottom: 25px;
  }
  footer > div:nth-child(2) #footer-nav-rs {
    margin-top: 60px;
  }
  footer > div:last-child {
    align-items: center;
    padding-bottom: 20px;
  }
  footer > div:last-child hr {
    margin-bottom: 20px;
  }
  footer > div:last-child #footer-copyright {
    margin-bottom: 5px;
  }
}
.preload * {
  transition: none !important;
}
* {
  box-sizing: border-box;
}
*:focus {
  outline: none;
}
html, body {
  padding: 0;
  margin: 0;
  width: 100%;
  scroll-behavior: smooth;
  overscroll-behavior: none !important;
}
html.no-js {
  margin-top: 0px !important;
}
body {
  min-height: 100vh;
}
body main > .block-ffec:not(:nth-of-type(1)), body main > .block-ffec.block-newsletter {
  margin-top: 60px;
}
.container {
  max-width: 1400px;
}
.container.container__full {
  max-width: 100%;
}
.container.container__md {
  max-width: 1273px;
}
.container.container__sm {
  max-width: 1116px;
}
.container.container__xs {
  max-width: 1012px;
}
@media screen and (max-width: 1024px) {
  body main > .block-ffec:not(:nth-of-type(1)), body main > .block-ffec.block-newsletter {
    margin-top: 60px;
  }
}
.gutemberg-content a[class^=btn-] {
  color: white;
  text-decoration: none;
}
.btn-primary, .gform-theme--framework .gform_body input[type=submit], .wp-block-button:not(.is-style-btn-arrow) .wp-block-button__link {
  display: flex;
  padding: 15px 25px;
  background-color: var(--color-primary-1);
  border-radius: 30px 0 30px 0;
  font-size: 0.875rem;
  color: white;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
  transition: border-radius 200ms ease-in-out;
}
.btn-primary.icon-plus, .gform-theme--framework .gform_body input.icon-plus[type=submit], .wp-block-button:not(.is-style-btn-arrow) .icon-plus.wp-block-button__link {
  flex-direction: row-reverse;
}
.btn-primary.icon-plus::before, .gform-theme--framework .gform_body input.icon-plus[type=submit]::before, .wp-block-button:not(.is-style-btn-arrow) .icon-plus.wp-block-button__link::before {
  font-size: 22px;
  transform: translate(0, -4px);
}
.btn-primary:hover, .gform-theme--framework .gform_body input[type=submit]:hover, .wp-block-button:not(.is-style-btn-arrow) .wp-block-button__link:hover {
  border-radius: 30px 30px 30px 30px;
}
.btn-scroll-down {
  background-color: white;
  padding: 50px 10px 20px 10px;
  border-radius: 20px;
  border-bottom-left-radius: 0;
  position: relative;
  transition: padding 200ms ease-in-out, transform 200ms ease-in-out, border-radius 200ms ease-in-out;
}
.btn-scroll-down::before {
  font-size: 1.5625rem;
  font-weight: bold;
}
.btn-scroll-down span {
  opacity: 0;
  position: absolute;
}
.btn-scroll-down:hover {
  padding: 55px 10px 20px 10px;
  border-bottom-left-radius: 20px;
  border-top-right-radius: 0;
}
.btn-link-down {
  padding: 15px 5px;
  background: var(--color-primary-1);
  border-radius: 20px;
  border-top-left-radius: 0;
  display: block;
  transition: padding 200ms ease-in-out, border-radius 200ms ease-in-out;
}
.btn-video {
  position: relative;
  width: calc(100% - 10rem);
  height: 100%;
  font-size: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  color: white;
  background-color: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(1px);
  transition: opacity 250ms ease-in-out, background-color 250ms ease-in-out;
}
.btn-video::before {
  transition: all 250ms ease-in-out;
}
.btn-video span {
  position: absolute;
  left: -1000px;
}
.btn-extranet a {
  color: var(--color-primary-1);
  border: 1px solid white;
  position: relative;
  padding-left: 35px !important;
}
.btn-extranet a::before {
  content: "";
  width: 15px;
  height: 15px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAyMCI+PGcgc3Ryb2tlPSIjRjIwNTY5IiBzdHJva2Utd2lkdGg9IjIiPjxjaXJjbGUgY3g9IjgiIGN5PSI1IiByPSI0Ii8+PHBhdGggZD0iTTEuMDQxMzUgMTguMTI0M0MxLjQyMTY4IDE0LjY5MiA0LjM3OTMgMTIgOCAxMkMxMS42MjA3IDEyIDE0LjU3ODMgMTQuNjkyIDE0Ljk1ODYgMTguMTI0M0MxNC41ODIyIDE4LjIxOTQgMTQuMDc1NCAxOC4zMzc1IDEzLjQ2NjEgMTguNDU1OUMxMi4wNjE4IDE4LjcyODcgMTAuMTI4IDE5IDggMTlDNS44NzIwNCAxOSAzLjkzODIgMTguNzI4NyAyLjUzMzg1IDE4LjQ1NTlDMS45MjQ1NiAxOC4zMzc1IDEuNDE3NzYgMTguMjE5NCAxLjA0MTM1IDE4LjEyNDNaIi8+PC9nPjwvc3ZnPg==");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translate(0, -50%);
}
.btn-extranet a:hover {
  border-color: var(--color-primary-1);
}
.btn-member a {
  color: white;
  background: var(--color-primary-1);
  border: 1px solid var(--color-primary-1);
}
.btn-member a::before {
  font-family: "icons";
  content: "\e804";
}
.btn-member a:hover {
  color: var(--color-primary-1);
  background: white;
}
.btn-extranet a,
.btn-member a {
  display: block;
  border-radius: 8px;
  padding: 8px 16px;
  transition: all 250ms ease-in-out;
  text-transform: uppercase;
}
.btn-extranet a::before,
.btn-member a::before {
  margin-right: 10px;
  font-size: 0.9375rem;
}
.btn-toggle-menu {
  width: 60px;
  height: 60px;
  padding-left: 60px;
  position: relative;
  overflow: hidden;
}
.btn-toggle-menu::after, .btn-toggle-menu::before {
  content: "";
  height: 2px;
  position: absolute;
  right: 17px;
  background: black;
  transition: width 200ms ease-in-out, transform 200ms ease-in-out, top 200ms ease-in-out;
}
.btn-toggle-menu::before {
  width: 26px;
  top: 25px;
}
.btn-toggle-menu::after {
  width: 13px;
  top: 35px;
}
.btn-toggle-menu.is-active::after, .btn-toggle-menu.is-active::before {
  top: 30px;
  right: 17px;
  width: 26px;
}
.btn-toggle-menu.is-active::before {
  transform: rotate(45deg);
}
.btn-toggle-menu.is-active::after {
  transform: rotate(-45deg);
}
.wp-block-button:not(.is-style-btn-arrow) .wp-block-button__link {
  cursor: pointer;
}
.wp-block-button.is-style-btn-arrow {
  width: 100%;
}
.wp-block-button.is-style-btn-arrow .wp-block-button__link {
  width: 100%;
  padding: 50px 200px 50px 50px;
  border-radius: 80px 0 80px 0;
  background: rgba(209, 209, 209, 0.4);
  text-align: left;
  color: black;
  text-decoration: none;
  font-size: 3.125rem;
  font-weight: 600;
  line-height: 105%;
  position: relative;
  transition: border-radius 200ms ease-in-out;
}
.wp-block-button.is-style-btn-arrow .wp-block-button__link::after {
  font-family: "icons";
  content: "\e800";
  position: absolute;
  top: 20px;
  right: 20px;
  transform: rotate(-135deg);
  color: var(--color-primary-1);
  transition: top 200ms ease-in-out, right 200ms ease-in-out;
}
.wp-block-button.is-style-btn-arrow .wp-block-button__link:hover {
  border-radius: 80px 0 0 0;
}
.wp-block-button.is-style-btn-arrow .wp-block-button__link:hover::after {
  font-family: "icons";
  content: "\e800";
  position: absolute;
  top: 10px;
  right: 10px;
}
.btn-link-primary {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
}
.btn-link-primary .icon-arrow-down {
  width: 46px;
  height: 30px;
  background: var(--color-primary-1);
  border-radius: 30px 20px 20px 0;
  display: block;
  position: relative;
  transition: border-radius 200ms ease-in-out, width 200ms ease-in-out;
  flex-shrink: 0;
}
.btn-link-primary .icon-arrow-down::before {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: rotate(-90deg) translate(50%, 0%);
  color: white;
  font-size: 20px;
}
.btn-link-primary:hover .icon-arrow-down {
  width: 60;
  background: var(--color-primary-1);
  border-radius: 20px 20px 20px 20px;
}
@media screen and (max-width: 768px) {
  .btn-scroll-down {
    padding: 35px 5px 11px 5px;
    border-radius: 15px;
    border-bottom-left-radius: 0;
  }
  .btn-scroll-down::before {
    font-size: 1.25rem;
  }
  .btn-scroll-down:hover {
    padding: 40px 5px 11px 5px;
    border-bottom-left-radius: 15px;
    border-top-right-radius: 0;
  }
  .wp-block-button.is-style-btn-arrow .wp-block-button__link {
    padding: 50px 100px 50px 50px;
    border-radius: 80px 0 80px 0;
    font-size: 2.5rem;
    line-height: 1;
  }
}
.wp-block-buttons > .wp-block-button.is-style-btn-arrow .wp-block-button__link{
  font-size: 1.8rem;
}
@media (min-width: 768px){
  .wp-block-buttons > .wp-block-button.is-style-btn-arrow .wp-block-button__link{
    font-size: 3.125rem;
  }
}
nav ul li span {
  cursor: pointer;
}
#header-nav-main > ul {
  display: flex;
  height: 100%;
  justify-content: center;
  gap: 30px;
}
#header-nav-main > ul > li > a {
  height: 100%;
  display: flex;
  align-items: center;
}
#header-nav-main > ul li {
  display: flex;
  align-items: center;
}
#header-nav-main .menu-item-children-container {
  background-color: white;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  container-type: inline-size;
  display: flex;
  height: 0px;
  align-items: flex-end;
  overflow: hidden;
}
#header-nav-main .menu-item-children-container ul{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}
@media (min-width: 640px){
  #header-nav-main .menu-item-children-container ul{
    max-width: 640px;
  }
}
@media (min-width: 768px){
  #header-nav-main .menu-item-children-container ul{
    max-width: 768px;
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
}
@media (min-width: 1024px){
  #header-nav-main .menu-item-children-container ul{
    max-width: 1024px;
    padding-right: 5rem;
    padding-left: 5rem;
  }
}
@media (min-width: 1280px){
  #header-nav-main .menu-item-children-container ul{
    max-width: 1280px;
  }
}
@media (min-width: 1536px){
  #header-nav-main .menu-item-children-container ul{
    max-width: 1536px;
  }
}
#header-nav-main .menu-item-children-container ul {
  max-width: 1400px;
}
#header-nav-main .menu-item-children-container ul.container__full {
  max-width: 100%;
}
#header-nav-main .menu-item-children-container ul.container__md {
  max-width: 1273px;
}
#header-nav-main .menu-item-children-container ul.container__sm {
  max-width: 1116px;
}
#header-nav-main .menu-item-children-container ul.container__xs {
  max-width: 1012px;
}
#header-nav-main .menu-item-children-container ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 20px;
  padding-top: 30px;
  padding-bottom: 30px;
}
#header-nav-main .menu-item-children-container ul li {
  width: 300px;
}
#header-nav-main .menu-item-children-container ul li a {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1.125rem;
  font-weight: 700;
  height: 100%;
  transition: color 250ms ease-in-out;
}
#header-nav-main .menu-item-children-container ul li .menu-item__img {
  width: 90px;
  height: 50px;
  border-radius: 5px;
  flex-shrink: 0;
  overflow: hidden;
}
#header-nav-main .menu-item-children-container ul li .menu-item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 250ms ease-in-out;
}
#header-nav-main .menu-item-children-container ul li:hover a {
  color: var(--color-primary-1);
}
#header-nav-main .menu-item-children-container ul li:hover .menu-item__img img {
  transform: scale(1.1);
}
#header-nav-secondary > ul,
#footer-nav-secondary > ul {
  display: flex;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
}
#footer-nav-secondary > ul > li {
  font-size: 0.75rem;
  font-weight: 700;
}
#footer-nav-secondary > ul > li.btn-extranet a {
  color: black;
  border: 1px solid var(--color-primary-1);
}
#footer-nav-secondary > ul > li.btn-extranet a:hover {
  color: white;
  background: var(--color-primary-1);
}
#footer-nav-secondary > ul > li.btn-extranet a:hover::before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAyMCI+PGcgc3Ryb2tlPSIjZmZmZmZmIiBzdHJva2Utd2lkdGg9IjIiPjxjaXJjbGUgY3g9IjgiIGN5PSI1IiByPSI0Ii8+PHBhdGggZD0iTTEuMDQxMzUgMTguMTI0M0MxLjQyMTY4IDE0LjY5MiA0LjM3OTMgMTIgOCAxMkMxMS42MjA3IDEyIDE0LjU3ODMgMTQuNjkyIDE0Ljk1ODYgMTguMTI0M0MxNC41ODIyIDE4LjIxOTQgMTQuMDc1NCAxOC4zMzc1IDEzLjQ2NjEgMTguNDU1OUMxMi4wNjE4IDE4LjcyODcgMTAuMTI4IDE5IDggMTlDNS44NzIwNCAxOSAzLjkzODIgMTguNzI4NyAyLjUzMzg1IDE4LjQ1NTlDMS45MjQ1NiAxOC4zMzc1IDEuNDE3NzYgMTguMjE5NCAxLjA0MTM1IDE4LjEyNDNaIi8+PC9nPjwvc3ZnPg==");
}
#header-nav-rs > ul,
#footer-nav-rs > ul {
  display: flex;
  gap: 10px;
  justify-content: center;
}
#header-nav-rs > ul > li > a, #header-nav-rs > ul > li > span,
#footer-nav-rs > ul > li > a,
#footer-nav-rs > ul > li > span {
  width: 35px;
  height: 35px;
  border: 1px solid rgba(0, 0, 0, 0.4);
  padding-left: 35px;
  position: relative;
  display: block;
  border-radius: 50%;
  overflow: hidden;
  transition: all 200ms ease-in-out;
  cursor: pointer;
}
#header-nav-rs > ul > li > a::before, #header-nav-rs > ul > li > span::before,
#footer-nav-rs > ul > li > a::before,
#footer-nav-rs > ul > li > span::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  font-size: 0.75rem;
}
#header-nav-rs > ul > li > a:hover, #header-nav-rs > ul > li > span:hover,
#footer-nav-rs > ul > li > a:hover,
#footer-nav-rs > ul > li > span:hover {
  border: 1px solid var(--color-primary-1);
  color: var(--color-primary-1);
}
#footer-nav-main > ul > li {
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
}
#footer-nav-main > ul > li a {
  color: black;
  transition: color 200ms ease-in-out;
}
#footer-nav-main > ul > li a:hover {
  color: var(--color-primary-1);
}
#footer-nav-main > ul > li .menu-item-children-container {
  display: none;
}
#footer-nav > ul {
  display: flex;
  gap: 20px;
}
#footer-nav > ul > li {
  font-size: 0.5625rem;
  font-weight: 700;
  opacity: 0.7;
  text-transform: uppercase;
}
#footer-nav > ul > li a:hover {
  text-decoration: underline;
}
.pages > li > span, .pages > li > a {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 20px 0 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  font-size: 1.125rem;
  font-weight: 700;
}
.pages > li > span.current, .pages > li > span:hover, .pages > li > a.current, .pages > li > a:hover {
  background: var(--color-primary-2);
}
@media screen and (max-width: 1024px) {
  #header-nav-main > ul {
    flex-direction: column;
    justify-content: flex-start;
    gap: 25px;
  }
  #header-nav-main > ul > li {
    position: relative;
    flex-direction: column;
  }
  #header-nav-main > ul > li > a, #header-nav-main > ul > li > span {
    font-size: 1.5625rem;
    font-weight: 600;
    display: inline-block;
    padding: 0 20px;
    width: 100%;
    letter-spacing: -1.25px;
  }
  #header-nav-main > ul > li.menu-item-has-children {
    position: relative;
  }
  #header-nav-main > ul > li.menu-item-has-children > a, #header-nav-main > ul > li.menu-item-has-children > span {
    position: relative;
    pointer-events: none;
  }
  #header-nav-main > ul > li.menu-item-has-children > a::after, #header-nav-main > ul > li.menu-item-has-children > span::after {
    font-family: "icons";
    content: "\e80c";
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translate(0, -50%) rotate(180deg);
    font-size: 1.25rem;
    transition: transform 200ms ease-in-out;
  }
  #header-nav-main > ul > li.menu-item-has-children .menu-item-children-container {
    position: relative;
    top: 0;
    flex-shrink: 0;
  }
  #header-nav-main > ul > li.menu-item-has-children .menu-item-children-container > ul {
    flex-direction: column;
  }
  #header-nav-main > ul > li.menu-item-has-children .menu-item-children-container > ul > li {
    width: 100%;
  }
  #header-nav-main > ul > li.menu-item-has-children.is-open > a::after, #header-nav-main > ul > li.menu-item-has-children.is-open > span::after {
    transform: translate(0, -50%) rotate(270deg);
  }
  #header-nav-secondary > ul {
    justify-content: center;
    padding: 25px 20px;
  }
}
@media screen and (min-width: 769px) {
  #header-nav-rs > ul,
  #footer-nav-rs > ul {
    gap: 15px;
  }
  #header-nav-rs > ul > li > a, #header-nav-rs > ul > li > span,
  #footer-nav-rs > ul > li > a,
  #footer-nav-rs > ul > li > span {
    width: 60px;
    height: 60px;
    padding-left: 60px;
  }
  #header-nav-rs > ul > li > a::before, #header-nav-rs > ul > li > span::before,
  #footer-nav-rs > ul > li > a::before,
  #footer-nav-rs > ul > li > span::before {
    font-size: 1.25rem;
  }
}
.gform-theme--framework .gform_required_legend{
  display: none;
}
.gform-theme--framework .gform_body .gfield--type-section {
  border-block-end: 0;
}
.gform-theme--framework .gform_body .gfield--type-section h3{
  font-family: Albert Sans, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 16px;
  font-weight: 600;
  line-height: 21.6px;
  --tw-text-opacity: 1;
  color: rgb(242 5 105 / var(--tw-text-opacity, 1));
}
.gform-theme--framework .gform_body .gfield_label{
  font-family: Albert Sans, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 14px;
  font-weight: 400;
  line-height: 23.8px;
}
.gform-theme--framework .gform_body .gfield_checkbox {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; /* Permet le retour à la ligne si nécessaire */
  gap: 10px; /* Espacement entre les options */
  list-style: none; /* Supprime les puces de liste par défaut */
  padding: 0;
  margin: 0;
}
.gform-theme--framework .gform_body .gfield_checkbox .gchoice {
  /* Masquer l'apparence native des cases à cocher */
}
.gform-theme--framework .gform_body .gfield_checkbox .gchoice .gfield-choice-input[type=checkbox]{
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 18px;
  height: 18px;
  position: relative;
  cursor: pointer;
}
.gform-theme--framework .gform_body .gfield_checkbox .gchoice {
  /* Création du carré vert */
}
.gform-theme--framework .gform_body .gfield_checkbox .gchoice .gfield-choice-input[type=checkbox]:checked::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background-color: #4CAF50;
  position: absolute;
  top: 5px;
  left: 5px;
  border-radius: 2px;
}
.gform-theme--framework .gform_body .gfield_checkbox .gchoice {
  /* Style pour le label */
}
.gform-theme--framework .gform_body .gfield_checkbox .gchoice .gform-field-label {
  margin-left: 8px;
  cursor: pointer;
}
.gform-theme--framework .gform_body input[type=text], .gform-theme--framework .gform_body select, .gform-theme--framework .gform_body input[type=tel], .gform-theme--framework .gform_body input[type=email]{
  border-radius: 0px;
  border: none;
  border-bottom: 1px solid #000;
  box-shadow: none;
  padding-left: 0;
}
.gform_button {
  display: inline-block !important;
  padding: 15px 25px !important;
  background-color: var(--color-primary-1) !important;
  border-radius: 30px 0 30px 0 !important;
  font-size: 0.875rem !important;
  color: white !important;
  text-transform: uppercase !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  transition: border-radius 200ms ease-in-out !important;
}
.gform_button:hover {
  border-radius: 0 30px 0 30px !important;
}
.breadcrumb {
  display: flex;
  align-items: flex-start;
}
.breadcrumb > span {
  display: flex;
  -moz-column-gap: 4px;
       column-gap: 4px;
  color: var(--color-gray-30);
  font-size: 0.75rem;
  font-weight: 400;
  padding: 25px 0;
}
@media screen and (max-width: 768px) {
  .breadcrumb {
    display: none;
  }
}
.breadcrumb.breadcrumb_white > span {
  color: #fff;
}
.anim-text {
  opacity: 0;
}
.anim-text .char {
  display: contents !important;
}
.anim-text.is-visible {
  opacity: 1;
}
.anim-open-page {
  position: fixed;
  top: 90px;
  bottom: 0;
  left: 0;
  right: 0;
  background: white;
  -webkit-mask: radial-gradient(at 0 100%, #000 70%, transparent 70%) content-box 0 100%/var(--_s, 0vw 0vh) no-repeat, linear-gradient(#000 0 0);
          mask: radial-gradient(at 0 100%, #000 70%, transparent 70%) content-box 0 100%/var(--_s, 0vw 0vh) no-repeat, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
}
.anim-open-page:after {
  content: "";
  background: var(--color-primary-2);
  display: block;
  width: var(--_sw, 0vw);
  height: var(--_sh, 0vh);
  position: absolute;
  bottom: 0;
  left: 0;
  border-top-right-radius: 100%;
}
/* Pages */
.home-header {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  align-items: flex-end;
}
.home-header h1 {
  flex-shrink: 0;
  font-size: 3.75rem;
  letter-spacing: -0.05em;
  font-weight: 700;
}
.home-header .home-header__tarms {
  flex-grow: 1;
  display: flex;
  justify-content: flex-end;
  position: relative;
}
.home-header .home-header__tarms ul {
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 10px;
}
.home-header .home-header__tarms ul li a {
  padding: 5px 10px;
  border-radius: 0px 10px 0px 10px;
  overflow: hidden;
  font-size: 0.75rem;
  text-transform: uppercase;
  font-weight: 700;
  display: block;
  transition: background 200ms ease-in-out;
}
.home-header .home-header__tarms ul li a.selected, .home-header .home-header__tarms ul li a:hover {
  background: var(--color-primary-3);
}
.home-header .home-header__tarms select {
  display: none;
  width: 100%;
  padding: 20px 50px 20px 100px;
  background: #99FFFF;
  text-transform: uppercase;
  font-weight: 700;
  text-align: end;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDEyIDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGlkPSJWZWN0b3IgMjEiIGQ9Ik0xIDFMNiA2TDExIDEiIHN0cm9rZT0iYmxhY2siIHN0cm9rZS13aWR0aD0iMiIvPgo8L3N2Zz4K");
  background-repeat: no-repeat;
  background-position: center right 20px;
  border-radius: 0 10px 0 10px;
}
.home-header .home-header__tarms span {
  display: none;
  position: absolute;
  top: 50%;
  left: 20px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.75rem;
  transform: translate(0, -50%);
}
.home-posts {
  display: flex;
  flex-wrap: wrap;
  gap: 50px 25px;
  margin-top: 45px;
}
.home-posts .card-article {
  width: calc((100% - 50px) / 3);
  position: relative;
}
.home-posts .card-article .btn-link-primary::after {
  content: "";
  position: absolute;
  inset: 0;
}
.home-posts .card-article-sticky {
  width: calc((100% - 25px) / 3 * 2);
}
.home-posts .card-article-sticky .btn-link-primary::after {
  content: "";
  position: absolute;
  inset: 0;
}
@media screen and (max-width: 1024px) {
  .home-posts .card-article {
    width: calc((100% - 25px) / 2);
  }
  .home-posts .card-article-sticky {
    width: 100%;
    min-height: 50vw;
  }
}
@media screen and (max-width: 768px) {
  .home-header {
    flex-direction: column;
    align-items: flex-start;
  }
  .home-header h1 {
    font-size: 1.875rem;
  }
  .home-header .home-header__tarms {
    width: 100%;
  }
  .home-header .home-header__tarms ul {
    display: none;
  }
  .home-header .home-header__tarms select {
    display: block;
  }
  .home-header .home-header__tarms span {
    display: block;
  }
  .home-posts .card-article {
    width: 100%;
  }
}
.home .block-listening-to-you > div {
  background: rgba(209, 209, 209, 0.4);
  border-radius: 80px;
  position: relative;
  padding-top: 40px;
  padding-bottom: 130px;
}
.home .block-ffec {
  margin-top: 60px;
  margin-bottom: 60px;
}
.single-partenaires main .partner {
  display: flex;
  -moz-column-gap: 4vw;
       column-gap: 4vw;
  flex-wrap: wrap;
  margin-bottom: 120px;
}
.single-partenaires .partner__content {
  width: calc(100% - 2vw - 40%);
}
.single-partenaires .partner__content h1 {
  font-size: 4.0625rem;
  line-height: 4.0625rem;
  font-weight: 600;
}
.single-partenaires .partner__content .partner__content--text {
  font-size: 1.25rem;
  margin-top: 45px;
}
.single-partenaires .partner__content .partner__content--btns {
  margin-top: 45px;
  display: flex;
  -moz-column-gap: 40px;
       column-gap: 40px;
  row-gap: 20px;
  flex-wrap: wrap;
}
.single-partenaires .partner__image {
  width: calc(100% - 2vw - 60%);
}
.single-partenaires .partner__image .image__container {
  background: #F0F0F0;
  border-radius: 0px 80px 0px 80px;
  padding: 30px 50px;
  aspect-ratio: 400/240;
  display: block;
}
.single-partenaires .partner__image .image__container img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 1024px) {
  .single-partenaires main .partner {
    flex-direction: column-reverse;
    gap: 40px;
    margin-bottom: 40px;
  }
  .single-partenaires .partner__content {
    width: 100%;
  }
  .single-partenaires .partner__content h1 {
    font-size: 2.1875rem;
    line-height: 2.1875rem;
  }
  .single-partenaires .partner__content .partner__content--text {
    font-size: 1rem;
    margin-top: 30px;
  }
  .single-partenaires .partner__content .partner__content--btns {
    margin-top: 30px;
    justify-content: center;
  }
  .single-partenaires .partner__image {
    width: 100%;
  }
  .single-partenaires .partner__image .image__container {
    max-width: 400px;
    width: 80%;
    margin: auto;
  }
}
.error404 .container_404 {
  background-image: url("data:image/svg+xml,%3csvg%20width='1400'%20height='788'%20viewBox='0%200%201400%20788'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cmask%20id='mask0_501_1656'%20style='mask-type:alpha'%20maskUnits='userSpaceOnUse'%20x='0'%20y='0'%20width='1400'%20height='788'%3e%3crect%20width='1400'%20height='788'%20fill='%23D9D9D9'/%3e%3c/mask%3e%3cg%20mask='url(%23mask0_501_1656)'%3e%3cpath%20d='M1070.21%20276.887C1018.67%20181.404%20899.483%20145.782%20804%20197.324L973.833%20511.946C1025.37%20607.429%201144.56%20643.05%201240.04%20591.509L1070.21%20276.887Z'%20fill='%23FFD457'/%3e%3cpath%20d='M462.21%20752.887C410.669%20657.404%20291.483%20621.782%20196%20673.324L365.833%20987.946C417.374%201083.43%20536.56%201119.05%20632.043%201067.51L462.21%20752.887Z'%20fill='%23FFD457'/%3e%3cpath%20d='M634.885%20275.947C655.599%20247.264%20649.138%20207.219%20620.454%20186.506C591.771%20165.792%20551.727%20172.253%20531.013%20200.936L432.011%20338.029C390.584%20395.396%20403.505%20475.485%20460.872%20516.912L634.885%20275.947Z'%20fill='%23FFD457'/%3e%3cpath%20d='M217.531%20251.078C272.251%20194.788%20270.977%20104.798%20214.687%2050.0782C158.397%20-4.64123%2068.4066%20-3.36802%2013.6872%2052.9219L-247.844%20321.959C-357.282%20434.539%20-354.736%20614.521%20-242.156%20723.96L217.531%20251.078Z'%20fill='%23FFD457'/%3e%3cpath%20d='M1646.2%20-1026.37C1674.64%20-1200.14%201556.83%20-1364.06%201383.06%20-1392.5C1209.29%20-1420.94%201045.37%20-1303.13%201016.92%20-1129.36L880.992%20-298.839C824.111%2048.6987%201059.73%20376.545%201407.27%20433.427L1646.2%20-1026.37Z'%20fill='%23FFD457'/%3e%3cpath%20d='M651.242%20678.347C666.626%20685.445%20684.852%20678.728%20691.951%20663.344C699.05%20647.959%20692.333%20629.733%20676.948%20622.634L603.418%20588.706C572.649%20574.509%20536.197%20587.943%20521.999%20618.712L651.242%20678.347Z'%20fill='%23FFD457'/%3e%3cpath%20d='M965.462%20800.678C955.266%20814.209%20957.97%20833.445%20971.501%20843.641C985.033%20853.838%201004.27%20851.134%201014.46%20837.602L1063.2%20772.927C1083.59%20745.864%201078.18%20707.393%201051.12%20687L965.462%20800.678Z'%20fill='%23FFD457'/%3e%3c/g%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.error404 .container_404_content {
  min-height: calc(100vh - 90px);
}
.hover\:text-blue:hover{
  --tw-text-opacity: 1;
  color: rgb(63 163 255 / var(--tw-text-opacity, 1));
}
@media (min-width: 768px){
  .md\:mt-20{
    margin-top: 5rem;
  }
  .md\:block{
    display: block;
  }
  .md\:hidden{
    display: none;
  }
  .md\:gap-x-\[10px\]{
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
}
.\[\&\>img\]\:\!h-auto>img{
  height: auto !important;
}
.\[\&\>img\]\:\!w-\[20px\]>img{
  width: 20px !important;
}
.\[\&\>span\]\:\!ml-2>span{
  margin-left: 0.5rem !important;
}
.\[\&\>span\]\:\!mr-1>span{
  margin-right: 0.25rem !important;
}
.\[\&\>span\]\:hidden>span{
  display: none;
}
.\[\&\>span\]\:font-bold>span{
  font-weight: 700;
}
@media (min-width: 1024px){
  .\[\&\>span\]\:lg\:block>span{
    display: block;
  }
}/**
 * Swiper 11.2.10
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 28, 2025
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}
.swiper-button-prev svg,
.swiper-button-next svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transform-origin: center;
}
.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
  transform: rotate(180deg);
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-lock {
  display: none;
}

/* Navigation font start */
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

/* Navigation font end */:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}
.swiper-vertical > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}