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

/* Sections
	========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

figure {
  margin: 0;
}

/* Color variables and gradients
   ---------------------------------------------------------------- */
/* Convert pixels to rem Mixin */
/* Gradient Gutenberg primary → secondary appliqué au wrapper inner du bloc entreprise */
.has-entreprise-color-to-entreprise-color-secondary-gradient-background {
  background: linear-gradient(90deg, var(--entreprise-color) 0.03%, var(--entreprise-color-secondary) 99.92%);
  border-radius: var(--wp--custom--border-radius--medium);
  padding: calc(var(--wp--custom--layout--block-gap) * 2);
}
.has-entreprise-color-to-entreprise-color-secondary-gradient-background a {
  text-decoration: none;
}
.has-entreprise-color-to-entreprise-color-secondary-gradient-background .wp-block-columns {
  margin: 0;
}
.has-entreprise-color-to-entreprise-color-secondary-gradient-background .wp-block-column:not(:last-child) {
  margin-right: calc(var(--wp--custom--layout--block-gap));
}
.has-entreprise-color-to-entreprise-color-secondary-gradient-background {
  /* Cartes blanches uniquement pour les blocs de contenu (div avec paragraphes) */
}
.has-entreprise-color-to-entreprise-color-secondary-gradient-background .entreprise-coordonnees__title {
  color: var(--wp--preset--color--background);
  font-family: "General Sans";
  font-size: 2.625rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.4px;
  text-transform: uppercase;
  margin-top: 0;
}
.has-entreprise-color-to-entreprise-color-secondary-gradient-background .entreprise-coordonnees__email,
.has-entreprise-color-to-entreprise-color-secondary-gradient-background .entreprise-coordonnees__phone,
.has-entreprise-color-to-entreprise-color-secondary-gradient-background .entreprise-coordonnees__address-text,
.has-entreprise-color-to-entreprise-color-secondary-gradient-background .entreprise-coordonnees__vat {
  background-color: var(--wp--preset--color--background);
  padding: var(--wp--custom--layout--padding) var(--wp--custom--layout--block-gap);
  border-radius: var(--wp--custom--border-radius--small);
  margin-top: calc(var(--wp--custom--layout--block-gap) / 3);
  margin-bottom: calc(var(--wp--custom--layout--block-gap) / 3);
}
.has-entreprise-color-to-entreprise-color-secondary-gradient-background .entreprise-coordonnees__email p,
.has-entreprise-color-to-entreprise-color-secondary-gradient-background .entreprise-coordonnees__phone p,
.has-entreprise-color-to-entreprise-color-secondary-gradient-background .entreprise-coordonnees__address-text p,
.has-entreprise-color-to-entreprise-color-secondary-gradient-background .entreprise-coordonnees__vat p {
  margin: 0;
}
.has-entreprise-color-to-entreprise-color-secondary-gradient-background {
  /* Icône + texte en ligne seulement pour email / téléphone / TVA */
}
.has-entreprise-color-to-entreprise-color-secondary-gradient-background .entreprise-coordonnees__email p,
.has-entreprise-color-to-entreprise-color-secondary-gradient-background .entreprise-coordonnees__phone p,
.has-entreprise-color-to-entreprise-color-secondary-gradient-background .entreprise-coordonnees__vat p {
  display: flex;
  align-items: center;
}
.has-entreprise-color-to-entreprise-color-secondary-gradient-background {
  /* Pour l'adresse : wrapper en flex, texte en bloc avec marge à gauche */
}
.has-entreprise-color-to-entreprise-color-secondary-gradient-background .entreprise-coordonnees__address-text {
  display: flex;
  align-items: center;
}
.has-entreprise-color-to-entreprise-color-secondary-gradient-background .entreprise-coordonnees__address-text p {
  display: block;
  margin: 0 0 0 1.25rem;
}
.has-entreprise-color-to-entreprise-color-secondary-gradient-background {
  /* Icônes à gauche, texte décalé vers la droite pour les cas où l'icône est dans le <p> */
}
.has-entreprise-color-to-entreprise-color-secondary-gradient-background .entreprise-coordonnees__icon {
  flex-shrink: 0;
  margin-right: 1.25rem;
}
.has-entreprise-color-to-entreprise-color-secondary-gradient-background .entreprise-coordonnees__icon--address {
  margin-right: 0.375rem;
}
.has-entreprise-color-to-entreprise-color-secondary-gradient-background {
  /* Pas de marge sur le dernier bloc de contenu dans la colonne de gauche */
}
.has-entreprise-color-to-entreprise-color-secondary-gradient-background .entreprise-coordonnees__email {
  margin-top: 0;
}
.has-entreprise-color-to-entreprise-color-secondary-gradient-background .entreprise-coordonnees__vat {
  margin-bottom: 0;
}
.has-entreprise-color-to-entreprise-color-secondary-gradient-background {
  /* Carte blanche pour le logo, centrée */
}
.has-entreprise-color-to-entreprise-color-secondary-gradient-background .entreprise-coordonnees__col--logo {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--wp--preset--color--background);
  border-radius: var(--wp--custom--border-radius--small);
}
.has-entreprise-color-to-entreprise-color-secondary-gradient-background .entreprise-coordonnees__logo {
  width: 100%;
  padding: var(--wp--custom--layout--padding) var(--wp--custom--layout--block-gap);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
}
.has-entreprise-color-to-entreprise-color-secondary-gradient-background .entreprise-coordonnees__logo img {
  max-width: 100%;
  height: auto;
}

/**
 * Button Reset
 *
 */
/**
 * Size
 *
 */
/**
 * Block Cover
 * Creates a block that covers the full width/height of parent div. Typically used on a :before pseudo element
 */
/**
 * Placeholder Color
 *
 */
/**
 * Clearfix
 *
 */
.hidden_label .gfield_label,
.hidden_label .gfield label, .screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
  position: absolute !important;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  width: 1px;
  border: 0;
  overflow: hidden;
}

/**
 * Font Sizes
 *
**/
.bg-primary {
  background-color: var(--wp--preset--color--primary);
}

.bg-text {
  background-color: var(--wp--preset--color--text);
}

.bg-secondary {
  background-color: var(--wp--preset--color--secondary);
}

.bg-arts {
  background-color: var(--wp--preset--color--arts);
}

.bg-arts-light {
  background-color: var(--wp--preset--color--arts-light);
}

.bg-boulangerie {
  background-color: var(--wp--preset--color--boulangerie);
}

.bg-boulangerie-light {
  background-color: var(--wp--preset--color--boulangerie-light);
}

.bg-hotellerie {
  background-color: var(--wp--preset--color--hotellerie);
}

.bg-hotellerie-light {
  background-color: var(--wp--preset--color--hotellerie-light);
}

.bg-noir {
  background-color: var(--wp--preset--color--noir);
}

.bg-blanc {
  background-color: var(--wp--preset--color--blanc);
}

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

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

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

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

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

.text-primary {
  color: var(--wp--preset--color--primary) !important;
}

.text-text {
  color: var(--wp--preset--color--text) !important;
}

.text-secondary {
  color: var(--wp--preset--color--secondary) !important;
}

.text-arts {
  color: var(--wp--preset--color--arts) !important;
}

.text-arts-light {
  color: var(--wp--preset--color--arts-light) !important;
}

.text-boulangerie {
  color: var(--wp--preset--color--boulangerie) !important;
}

.text-boulangerie-light {
  color: var(--wp--preset--color--boulangerie-light) !important;
}

.text-hotellerie {
  color: var(--wp--preset--color--hotellerie) !important;
}

.text-hotellerie-light {
  color: var(--wp--preset--color--hotellerie-light) !important;
}

.text-noir {
  color: var(--wp--preset--color--noir) !important;
}

.text-blanc {
  color: var(--wp--preset--color--blanc) !important;
}

.text-dark-grey {
  color: var(--wp--preset--color--dark-grey) !important;
}

.text-grey {
  color: var(--wp--preset--color--grey) !important;
}

.text-light-grey {
  color: var(--wp--preset--color--light-grey) !important;
}

.text-background {
  color: var(--wp--preset--color--background) !important;
}

.text-hover-grey {
  color: var(--wp--preset--color--hover-grey) !important;
}

/* Box Sizing
--------------------------------------------- */
html,
input[type=search] {
  box-sizing: border-box;
}

@media (max-width: 359px) {
  body {
    --wp--custom--layout--padding: 10px;
  }
}

*, *:before, *:after {
  box-sizing: inherit;
}

/* Wrap
--------------------------------------------- */
.wrap {
  max-width: calc(var(--wp--custom--layout--wide) + 2 * var(--wp--custom--layout--padding));
  margin: 0 auto;
  padding-left: var(--wp--custom--layout--padding);
  padding-right: var(--wp--custom--layout--padding);
}

body.full-width-content {
  --wp--custom--layout--page: var(--wp--custom--layout--wide);
}

/* Screen Reader Text
--------------------------------------------- */
.screen-reader-text:focus,
.screen-reader-shortcut:focus {
  clip: auto !important;
  height: auto;
  width: auto;
  display: block;
  font-size: 1em;
  font-weight: bold;
  padding: 15px 23px 14px;
  color: #333;
  background: #fff;
  z-index: 100000; /* Above WP toolbar. */
  text-decoration: none;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
}

/* Sidebar Layouts
--------------------------------------------- */
@media (max-width: 991px) {
  .sidebar-primary {
    display: none;
  }
}
@media (min-width: 992px) {
  .content-sidebar .content-area {
    max-width: var(--wp--custom--layout--content);
    margin-left: auto;
    margin-right: auto;
  }
  .content-sidebar .site-main {
    float: none;
    width: 100%;
    max-width: var(--wp--custom--layout--content);
  }
  .content-sidebar .sidebar-primary {
    float: none;
    width: 100%;
  }
}
/* Site Header
---------------------------------------------------------------------------------------------------- */
.site-header {
  background: var(--wp--preset--color--blanc);
  border-radius: 0 0 var(--wp--preset--spacing--75) var(--wp--preset--spacing--75);
  box-shadow: var(--wp--custom--box-shadow--3);
  position: relative;
  width: min(100%, 1720px);
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.site-header .wrap {
  display: grid;
  grid-template-columns: 125px minmax(0, 1fr);
  align-items: center;
  position: relative;
}
@media (min-width: 769px) {
  .site-header .wrap > .nav-menu {
    grid-column: 2;
    grid-row: 1;
    align-self: center;
    justify-self: stretch;
    min-width: 0;
  }
}
@media (min-width: 1230px) {
  .site-header .wrap {
    max-width: calc(100% - var(--wp--custom--layout--padding) * 10);
    margin-left: auto;
    margin-right: auto;
  }
}
.site-header__toggles {
  display: flex;
  flex-wrap: nowrap;
  justify-self: flex-end;
}
@media (min-width: 769px) {
  .site-header__toggles {
    display: none;
  }
}
@media (max-width: 768px) {
  .site-header {
    max-height: 100vh;
    overflow-y: auto;
    overscroll-behavior-y: contain;
  }
}

.offcanvas-header {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  gap: var(--wp--custom--layout--padding);
  max-width: 100vw;
  width: 100%;
}
@media (max-width: 768px) {
  .offcanvas-header {
    margin: 0;
    grid-column: 1/-1;
    justify-self: stretch;
  }
}

.site-header__logo {
  color: var(--wp--preset--color--text);
  font-family: var(--wp--preset--font-family--system-serif);
  font-size: 20px;
  font-weight: 800;
  line-height: 1.3;
  text-decoration: none;
}
.site-header__logo:hover, .site-header__logo:focus {
  color: var(--wp--preset--color--primary);
}

.site-header__quick-links {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: var(--wp--preset--spacing--15);
  align-self: stretch;
  z-index: 5;
}
@media (max-width: 768px) {
  .site-header__quick-links {
    display: none;
  }
}
.site-header__quick-links-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: var(--wp--preset--spacing--5);
}
.site-header__quick-links .menu-item {
  display: flex;
  padding: var(--wp--preset--spacing--10) var(--wp--preset--spacing--30) var(--wp--preset--spacing--10) var(--wp--preset--spacing--30);
  justify-content: center;
  align-items: center;
  gap: var(--wp--preset--spacing--10);
  align-self: stretch;
  border-radius: 0 0 calc(var(--wp--custom--border-radius--big) - var(--wp--custom--layout--padding) / 4) calc(var(--wp--custom--border-radius--big) - var(--wp--custom--layout--padding) / 4);
  transform: translateY(-5px);
  transition: transform 0.5s linear;
}
.site-header__quick-links .menu-item:not(.bg-secondary, .bg-hotellerie-light) {
  background: var(--wp--preset--color--primary);
}
.site-header__quick-links .menu-item:not(.bg-secondary):hover {
  background: var(--wp--preset--color--secondary);
}
.site-header__quick-links .menu-item:not(.bg-secondary):hover a {
  color: var(--wp--preset--color--primary);
}
.site-header__quick-links .menu-item.bg-secondary:hover {
  background: var(--wp--preset--color--primary);
}
.site-header__quick-links .menu-item.bg-secondary:hover > a {
  color: var(--wp--preset--color--blanc);
}
.site-header__quick-links .menu-item:hover {
  transform: translateY(0);
}
.site-header__quick-links a {
  color: var(--wp--preset--color--blanc);
  text-decoration: none;
  font-weight: var(--wp--custom--font-weight--bold);
}
.site-header__quick-links .text-primary > a {
  color: var(--wp--preset--color--primary);
}

body.offcanvas-open {
  overflow: hidden;
}

@media (max-width: 768px) {
  .offcanvas-nav {
    background: var(--wp--preset--color--background);
    bottom: 0;
    display: flex;
    gap: var(--wp--preset--spacing--50);
    left: 0;
    max-width: 100vw;
    overflow-y: auto;
    padding: var(--wp--custom--layout--padding);
    pointer-events: none;
    position: fixed;
    right: 0;
    top: var(--offcanvas-header-height, 0);
    transform: translateY(-110%);
    transition: transform 0.3s ease, visibility 0.3s ease;
    visibility: hidden;
    z-index: 1000;
  }
  .offcanvas-nav.active {
    pointer-events: auto;
    transform: translateY(0);
    visibility: visible;
  }
  .offcanvas-nav .menu {
    margin: 0;
    padding: 0;
  }
}

.search-toggle,
.menu-toggle,
.favorite-toggle {
  background: transparent;
  border: none;
  box-shadow: none;
  cursor: pointer;
  line-height: 0;
  padding: 0;
  text-align: center;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.search-toggle .close,
.menu-toggle .close,
.favorite-toggle .close {
  display: none;
}
.search-toggle.active .close,
.menu-toggle.active .close,
.favorite-toggle.active .close {
  display: inline;
}
.search-toggle.active .open,
.menu-toggle.active .open,
.favorite-toggle.active .open {
  display: none;
}

.search-toggle {
  padding: 12px var(--wp--preset--spacing--10) 0 var(--wp--preset--spacing--10);
  width: auto;
  height: auto;
}
.search-toggle .search {
  width: 32px;
  height: 32px;
}

/* Admin Bar
--------------------------------------------- */
@media (min-width: 783px) {
  .admin-bar .site-container {
    padding-top: 32px;
  }
}
@media (max-width: 782px) {
  #wpadminbar {
    display: none !important;
  }
}
/* Navigation
---------------------------------------------------------------------------------------------------- */
.nav-menu > * {
  line-height: 0;
}
.nav-menu ul {
  clear: both;
  line-height: 1;
  margin: 0;
  padding: 0;
}
.nav-menu .menu {
  width: 100%;
  margin-top: var(--wp--preset--spacing--20);
}
.nav-menu .menu-item {
  list-style: none;
  position: relative;
  padding-right: var(--wp--preset--spacing--5);
}
.nav-menu .menu-item a {
  border: none;
  color: var(--wp--preset--color--primary);
  display: block;
  font-family: var(--wp--preset--font-family--system-serif);
  font-size: var(--wp--preset--font-size--large);
  font-weight: 900;
  line-height: 1.3;
  position: relative;
  padding: var(--wp--preset--spacing--20) var(--wp--preset--spacing--10);
  text-decoration: none;
}
.nav-menu .menu-item.menu-item-has-children > a {
  padding-right: 16px;
}
.nav-menu .menu-item:hover > a, .nav-menu .menu-item.current-menu-item > a, .nav-menu .menu-item.current-menu-ancestor > a {
  color: var(--wp--preset--color--primary);
}
.nav-menu .submenu-expand {
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
  outline: none;
  cursor: pointer;
  position: absolute;
  line-height: 0;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.nav-menu .submenu-expand:not(.expanded) .close, .nav-menu .submenu-expand.expanded .open {
  display: none;
}
@media (min-width: 769px) {
  .nav-menu .menu {
    position: relative;
    display: flex;
    justify-content: flex-end;
    gap: var(--wp--preset--spacing--15);
  }
  .nav-menu .menu-item a span:after {
    content: "";
    display: block;
    width: 0;
    height: 2px;
    background: var(--wp--preset--color--primary);
    margin: calc(var(--wp--custom--layout--padding) / 4) auto 0;
    transition: width 300ms ease, background-color 300ms ease;
  }
  .nav-menu .menu-item a span:hover:after, .nav-menu .menu-item a span:focus-within:after {
    width: 100%;
  }
  .nav-menu .menu-item.menu-item-has-children:hover:after, .nav-menu .menu-item.menu-item-has-children:focus-within:after {
    width: calc(100% + var(--wp--preset--spacing--20));
  }
  .nav-menu .menu-item:hover > .sub-menu, .nav-menu .menu-item:focus-within > .sub-menu {
    left: auto;
    opacity: 1;
  }
  .nav-menu .menu-item.menu-item--mega {
    position: static;
  }
  .nav-menu .menu-item.menu-item--mega:hover > .sub-menu, .nav-menu .menu-item.menu-item--mega:focus-within > .sub-menu {
    left: 0;
    right: 0;
    opacity: 1;
  }
  .nav-menu .menu-item.menu-item--mega > .sub-menu {
    width: 100%;
    min-width: 0;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: var(--wp--preset--spacing--20);
    padding: var(--wp--preset--spacing--30);
    border-radius: 0 0 var(--wp--preset--spacing--50) var(--wp--preset--spacing--50);
  }
  .nav-menu .menu-item.menu-item--mega > .sub-menu > .menu-item {
    padding-right: 0;
  }
  .nav-menu .menu-item.menu-item--mega > .sub-menu > .menu-item > a {
    font-size: var(--wp--preset--font-size--medium);
    padding: 0;
  }
  .nav-menu .menu-item.menu-item--mega > .sub-menu .sub-menu {
    position: static;
    left: auto;
    opacity: 1;
    margin: var(--wp--preset--spacing--10) 0 0;
    padding: 0;
    background: transparent;
    border-radius: 0;
    min-width: 0;
  }
  .nav-menu .sub-menu {
    display: inline-flex;
    flex-direction: column;
    padding: calc(var(--wp--preset--spacing--20) + var(--wp--preset--spacing--5)) calc(var(--wp--preset--spacing--30) + var(--wp--preset--spacing--10)) calc(var(--wp--preset--spacing--30) + var(--wp--preset--spacing--10)) calc(var(--wp--preset--spacing--30) + var(--wp--preset--spacing--10));
    border-radius: 0 0 var(--wp--preset--spacing--50) 0;
    background: var(--wp--preset--color--blanc);
    left: -9999px;
    opacity: 0;
    position: absolute;
    width: auto;
    min-width: 310px;
    z-index: 99;
    margin-top: 0;
  }
  .nav-menu .sub-menu .menu-item {
    float: none;
  }
  .nav-menu .sub-menu .sub-menu {
    margin: -48px 0 0 215px;
  }
}
@media (max-width: 768px) {
  .nav-menu {
    display: block;
    grid-column: 1/-1;
  }
  .nav-menu .submenu-expand {
    top: 0;
    right: 0;
    transform: none;
    width: 44px;
    height: 44px;
  }
  .nav-menu .submenu-expand svg {
    width: 18px;
    height: 18px;
  }
  .nav-menu .submenu-expand.expanded {
    transform: rotate(180deg);
  }
  .nav-menu .submenu-expand.expanded + .sub-menu {
    display: block;
  }
  .nav-menu .sub-menu {
    display: none;
    padding-left: 8px;
  }
}

/* Breadcrumb
--------------------------------------------- */
.site-breadcrumb {
  max-width: var(--wp--custom--layout--page);
  margin: var(--wp--preset--spacing--75) auto 0 auto;
}
.site-breadcrumb__wrapper {
  width: 100%;
}
.site-breadcrumb__icon-home {
  vertical-align: -2px;
}
.site-breadcrumb__trail {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.25rem 0.5rem;
  font-family: var(--wp--preset--font-family--system-sans-serif);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  color: rgb(29, 37, 87);
}
.site-breadcrumb__sep {
  fill: var(--site-breadcrumb-sep-color, var(--wp--preset--color--secondary));
  margin-top: 0.625rem;
}
.site-breadcrumb__item {
  display: inline-flex;
  align-items: center;
}
.site-breadcrumb__item a {
  color: rgb(29, 37, 87);
  text-decoration: none;
}
.site-breadcrumb__item a:hover {
  color: var(--wp--preset--color--primary);
}
.site-breadcrumb .current {
  font-weight: var(--wp--custom--font-weight--bold);
}

/* Site Footer
---------------------------------------------------------------------------------------------------- */
.block-area-before-footer {
  border-top-left-radius: 9.375rem;
  border-top-right-radius: 9.375rem;
}
.block-area-before-footer > .wp-block-group {
  padding-bottom: 9.375rem;
}
.block-area-before-footer > .wp-block-group.alignfull {
  margin-left: 0;
  margin-right: 0;
}
.block-area-before-footer > .wp-block-group .has-h-1-font-size {
  line-height: 1.15;
}
.block-area-before-footer > * {
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

.block-area-footer-address-social {
  margin: var(--wp--preset--spacing--30) 0 var(--wp--preset--spacing--50) 0;
}
.block-area-footer-address-social--logo {
  width: calc(var(--wp--preset--spacing--30) * 6);
  margin: 0 !important;
}
.block-area-footer-address-social .be-address__address {
  font-weight: var(--wp--custom--font-weight--regular);
  margin-bottom: var(--wp--preset--spacing--10);
}
.block-area-footer-address-social .sociallinks,
.block-area-footer-address-social .wp-block-buttons:has(.download) {
  margin-top: var(--wp--preset--spacing--10);
}

.socials {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: var(--wp--preset--spacing--15);
}
.socials .rs-link {
  display: inline-flex;
  align-items: center;
  transition: color 0.2s ease-in-out;
}
.socials .rs-link svg {
  fill: currentColor;
  transition: fill 0.2s ease-in-out;
}
.socials .rs-link:hover, .socials .rs-link:focus-visible {
  color: var(--wp--preset--color--secondary);
}

.block-area-before-footer {
  overflow: hidden;
}
.block-area-before-footer--circles {
  padding: var(--wp--preset--spacing--50) 0;
  position: relative;
}
.block-area-before-footer--circles::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -14.375rem;
  width: 650px;
  height: 650px;
  background: url("../icons/btn--circles.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transform: translateY(-50%) rotate(0deg);
  transform-origin: center;
  transition: transform 1.5s ease-in-out;
  z-index: 0;
}
.block-area-before-footer--circles > * {
  position: relative;
  z-index: 1;
}
.block-area-before-footer--circles:hover::before {
  transform: translateY(-50%) rotate(80deg);
}
.block-area-before-footer--circles:hover .wp-block-button__link {
  background-color: var(--wp--preset--color--white);
  color: var(--wp--preset--color--primary);
  border-color: var(--wp--preset--color--white);
}
.block-area-before-footer--btn .wp-block-button__link {
  border-radius: var(--wp--custom--border-radius--large);
  padding: var(--wp--preset--spacing--30);
  width: 155px;
  height: 155px;
  font-weight: var(--wp--custom--font-weight--bold);
  font-size: var(--wp--preset--font-size--medium);
  transition: all 1.5s ease-in-out !important;
  position: relative;
  right: -12.8125rem;
}

.site-footer {
  background: var(--wp--preset--color--white);
  border-top-left-radius: 9.375rem;
  border-top-right-radius: 9.375rem;
  font-weight: var(--wp--custom--font-weight--bold);
  line-height: 1.4;
  color: var(--wp--preset--color--primary);
  padding: var(--wp--preset--spacing--50) var(--wp--preset--spacing--50) 0;
  position: relative;
  margin-top: -9.375rem;
  z-index: 2;
}
.site-footer a {
  color: var(--wp--preset--color--primary);
  text-decoration: none;
}
.site-footer a:hover {
  text-decoration: underline;
}
.site-footer__colophon {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: var(--wp--preset--spacing--50);
  align-items: start;
  margin: 0 auto;
  max-width: var(--wp--custom--layout--page);
}
.site-footer .block-area-footer-logos {
  grid-column: 1/-1;
}
.site-footer__credits {
  font-weight: var(--wp--custom--font-weight--regular);
}
.site-footer__credits > .wrap {
  grid-column: 1/-1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: var(--wp--preset--spacing--30);
  max-width: var(--wp--custom--layout--page);
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
}
.site-footer__credits {
  margin-top: 25px;
  background: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--blanc);
  margin-left: calc(-1 * var(--wp--preset--spacing--50));
  margin-right: calc(-1 * var(--wp--preset--spacing--50));
  padding: var(--wp--preset--spacing--30) var(--wp--preset--spacing--50);
}
.site-footer__credits a {
  color: var(--wp--preset--color--blanc);
}
.site-footer__copyright {
  text-align: right;
  flex: 0 0 auto;
}
.site-footer__credits-right {
  display: flex;
  align-items: center;
  gap: 5px;
}

.block-area-footer-logos .wp-block-image {
  margin: 0 !important;
}

.footer-menu__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}
.footer-menu__list .menu-item {
  display: block;
  font-weight: 700;
  line-height: 2.35;
}
.footer-menu__list .menu-item a {
  color: var(--wp--preset--color--primary);
}

/* Search form and search results page - Insipré par nedap.com */
.page-search {
  position: fixed;
  top: 8rem;
  left: 0;
  width: 100%;
  height: calc(100% - 8rem);
  background: var(wp--custom--color--neutral-700);
  z-index: 9989;
  transition: all 0.7s ease-in-out;
  display: flex;
  flex-direction: column;
  transform: translateY(100%);
}
@media (max-width: 767.98px) {
  .page-search {
    top: 6.4rem;
    height: calc(100% - 6.4rem);
  }
}
.page-search .page-search-top {
  margin-bottom: 2.4rem;
  transition: all 0.4s ease-in-out;
  opacity: 0;
}
@media (min-width: 768px) {
  .page-search .page-search-top {
    margin-bottom: 4rem;
  }
}
.page-search .page-search-top .close-form {
  position: absolute;
  background: var(--color-marine);
  top: 0;
  right: 2rem;
  width: 4.6rem;
  height: 4.6rem;
  text-indent: -999rem;
  z-index: 2;
}
.page-search .page-search-top .close-form:before, .page-search .page-search-top .close-form:after {
  position: absolute;
  top: 2.2rem;
  left: 1.3rem;
  width: 2rem;
  height: 0.2rem;
  background: var(--color-white);
  content: "";
}
.page-search .page-search-top .close-form:before {
  transform: rotate(45deg);
}
.page-search .page-search-top .close-form:after {
  transform: rotate(-45deg);
}
.page-search .page-search-top form {
  position: relative;
  width: 100%;
  transition: all 0.6s ease-in-out;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-top: 2.4rem;
}
.page-search .page-search-top form svg {
  position: absolute;
  top: 2rem;
  left: 1rem;
  transform: translateY(-50%);
  width: 1.5rem;
  height: 1.5rem;
  fill: var(--color-black);
  z-index: 1;
}
@media (min-width: 768px) {
  .page-search .page-search-top form svg {
    left: 2.5rem;
    top: 4rem;
    width: 2rem;
    height: 2rem;
  }
}
.page-search .page-search-top form input[type=text] {
  width: 100%;
  border: none;
  background: var(--color-white);
  padding: 0 3.2rem 0 4rem;
  font-size: 1.6rem;
  line-height: 100%;
  color: var(--color-marine);
  height: 4rem;
  margin-bottom: 0;
  font-weight: 500;
  flex-basis: 100%;
}
@media (min-width: 768px) {
  .page-search .page-search-top form input[type=text] {
    padding: 0 0 0 7rem;
    font-size: 2.8rem;
    height: 8rem;
  }
}
.page-search .page-search-top form input[type=text]::placeholder {
  line-height: 100%;
  font-size: 1.5rem;
  color: var(--color-marine);
  font-weight: 500;
}
@media (min-width: 768px) {
  .page-search .page-search-top form input[type=text]::placeholder {
    font-size: 2.8rem;
  }
}
.page-search .page-search-top form .submit {
  padding: 0 1.5rem;
  margin: 1rem 0 0;
  text-transform: uppercase;
  width: auto;
  z-index: 2;
  background-color: var(--wp--preset--color--secondary);
  color: var(--color-white);
  min-width: 16.5rem;
  font-size: 1.4rem;
  flex-basis: 100%;
  cursor: pointer;
}
@media (min-width: 768px) {
  .page-search .page-search-top form .submit {
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
  }
}
@media (min-width: 576px) {
  .page-search .page-search-top form .submit {
    height: 4rem;
  }
}
body.search-filter-loader .page-search .page-search-top form .submit {
  opacity: 0;
  visibility: hidden;
}
.page-search .page-search-top form .submit:hover {
  background-color: var(--color-orange);
}
.page-search .page-search-top .c-loader {
  display: none;
  position: absolute;
  top: 1.25rem;
  right: 1rem;
}
@media (min-width: 768px) {
  .page-search .page-search-top .c-loader {
    top: 2.5rem;
    right: 2.4rem;
  }
}
body.search-filter-loader .page-search .page-search-top .c-loader {
  display: block;
}
.page-search .search-results-wrapper::-webkit-scrollbar {
  display: none;
}
.page-search .search-results-wrapper {
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  flex-grow: 1;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 576px) {
  .page-search .search-results-wrapper {
    padding-right: 3.2rem;
    padding-left: 3.2rem;
  }
}
@media (min-width: 768px) {
  .page-search .search-results-wrapper {
    padding-right: 5.6rem;
    padding-left: 5.6rem;
  }
}
body.search-filter-loader .page-search .search-results-wrapper {
  opacity: 0.4;
  pointer-events: none;
}
.page-search .search-results-wrapper p.results-for {
  font-size: 1.6rem;
  color: var(--color-black);
}
.page-search .search-results-wrapper p {
  padding: 0;
}
.page-search .search-results-wrapper #search-filter-container {
  min-height: 0;
}
.page-search .search-results-wrapper #search-filter-container .search-col-wrapper {
  padding: 0 2.4rem;
  margin-bottom: 4.8rem;
}
@media (max-width: 767.98px) {
  .page-search .search-results-wrapper #search-filter-container .search-col-wrapper {
    padding: 0 1.6rem;
  }
}
.page-search .search-results-wrapper #search-filter-container .search-col-wrapper .search-col-inner {
  position: relative;
  width: 100%;
}
.page-search .search-results-wrapper #search-filter-container .search-col-wrapper .search-col-inner h4 {
  position: relative;
  font-size: 2.2rem;
  line-height: 2.4rem;
  color: var(--color-black);
  padding-top: 2rem;
  padding-right: 2.4rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 2.4rem;
}
.page-search .search-results-wrapper #search-filter-container .search-col-wrapper .search-col-inner h4:before {
  position: absolute;
  right: 2.5rem;
  content: attr(data-title);
  color: rgba(var(--color-black), 30%);
}
.page-search .search-results-wrapper #search-filter-container .search-col-wrapper .search-col-inner h4:after {
  position: absolute;
  left: 0;
  height: 0.4rem;
  background-color: var(--color-marine);
  width: 100%;
  content: "";
  top: 0;
}
.page-search .search-results-wrapper #search-filter-container .search-col-wrapper .search-col-inner h4.cows {
  color: var(--color-marine);
}
.page-search .search-results-wrapper #search-filter-container .search-col-wrapper .search-col-inner span {
  position: absolute;
  font-size: 1.8rem;
  top: 2rem;
  right: 0.5rem;
  color: rgba(var(--color-black), 30%);
}
.page-search .search-results-wrapper #search-filter-container .search-col-wrapper .search-col-inner ul {
  width: 100%;
}
.page-search .search-results-wrapper #search-filter-container .search-col-wrapper .search-col-inner ul li {
  display: none;
  width: 100%;
  margin-bottom: 0.8rem;
}
.page-search .search-results-wrapper #search-filter-container .search-col-wrapper .search-col-inner ul li a {
  position: relative;
  display: inline-block;
  width: 100%;
  text-decoration: none;
  font-size: 1.6rem;
  line-height: 2.2rem;
  padding-right: 3rem;
}
.page-search .search-results-wrapper #search-filter-container .search-col-wrapper .search-col-inner ul li a svg {
  position: absolute;
  width: 0.7rem;
  height: 1rem;
  right: 0.6rem;
  top: 0.6rem;
  opacity: 0.5;
  transform: translateX(0);
  transition: all 0.275s ease-in-out;
}
.page-search .search-results-wrapper #search-filter-container .search-col-wrapper .search-col-inner ul li a:hover svg {
  transform: translateX(0.5rem);
}
.page-search .search-results-wrapper #search-filter-container .search-col-wrapper .search-col-inner ul li:nth-child(-n+5) {
  display: block;
}
.page-search .search-results-wrapper #search-filter-container .search-col-wrapper .search-col-inner > a {
  color: rgba(var(--color-black), 50%);
  font-size: 1.2rem;
  text-decoration: none;
}
.page-search .search-results-wrapper #search-filter-container .search-col-wrapper .search-col-inner > a:hover {
  text-decoration: underline;
}
.page-search .search-results-wrapper #search-filter-container .search-col-wrapper .search-col-inner .show-all-in-parent, .page-search .search-results-wrapper #search-filter-container .search-col-wrapper .search-col-inner .show-less-in-parent {
  font-weight: 500;
  text-transform: uppercase;
  color: var(--color-warm-gray);
  margin-right: 1rem;
  float: left;
  margin: 1.6rem 0 3.2rem;
  text-decoration: underline;
}
.page-search .search-results-wrapper #search-filter-container .search-col-wrapper .search-col-inner .show-less-in-parent {
  margin-right: 2rem;
}
.page-search .search-results-wrapper #search-filter-container .search-col-wrapper.show-all {
  width: 100%;
  max-width: 100%;
  flex-basis: 100%;
}
.page-search .search-results-wrapper #search-filter-container .search-col-wrapper.show-all ul li {
  width: 100%;
}
.page-search .search-results-wrapper #search-filter-container .search-col-wrapper.show-all ul li:nth-child(n+1) {
  display: block;
}
.page-search .search-results-wrapper #search-filter-container .search-col-wrapper:nth-of-type(5), .page-search .search-results-wrapper #search-filter-container .search-col-wrapper:nth-of-type(9) {
  clear: left;
}
.page-search .search-results-wrapper #search-filter-container .search-col-wrapper.has-partner-portal .search-col-inner {
  position: relative;
  visibility: hidden;
  background: #F1F1F1;
  padding: 3rem;
}
.page-search .search-results-wrapper #search-filter-container .search-col-wrapper.has-partner-portal .search-col-inner:before {
  position: absolute;
  right: -10rem;
  bottom: 0;
  width: 20rem;
  height: 20rem;
}
.page-search .search-results-wrapper #search-filter-container .search-col-wrapper.has-partner-portal .search-col-inner h2 {
  font-size: 2.4rem;
  line-height: 1;
  margin-bottom: 1.5rem;
}
.page-search .search-results-wrapper #search-filter-container .search-col-wrapper.has-partner-portal .search-col-inner p {
  font-size: 1.4rem;
  line-height: 2.2rem;
  color: var(--color-black);
  margin-bottom: 10rem;
  padding: 0;
}
.page-search .search-results-wrapper #search-filter-container .search-col-wrapper.has-partner-portal .search-col-inner .button {
  text-align: center;
  width: 100%;
  color: var(--color-white);
  font-size: 1.6rem;
}
.page-search .search-results-wrapper #search-filter-container.show-all-results-col .search-col-wrapper {
  display: none;
}
.page-search .search-results-wrapper #search-filter-container.show-all-results-col .search-col-wrapper.show-all {
  display: flex;
  flex-basis: 100%;
  max-width: 100%;
}
.page-search .search-results-wrapper #search-filter-container.show-all-results-col .search-col-wrapper.show-all .search-col-inner ul li {
  width: 100%;
  padding-right: 1.5rem;
}
.page-search .search-results-wrapper #search-filter-no-results-message .no-results-text {
  padding: 0;
}
.page-search .search-results-wrapper #search-filter-no-results-message .no-results-text p {
  font-size: 1.6rem;
  line-height: 2.2rem;
  color: var(--color-black);
}
.page-search .search-results-wrapper #search-filter-no-results-message.none {
  opacity: 0;
  visibility: hidden;
}
.page-search .search-results-wrapper .partner-portal-container {
  position: relative;
  display: inline-block;
  width: 100%;
  transition: opacity 0.3s ease;
  z-index: 100;
}
.page-search .search-results-wrapper .partner-portal-container.hide-portal {
  opacity: 0;
  visibility: hidden;
}
.page-search .search-results-wrapper .partner-portal-container .base-grid-large {
  padding-bottom: 4rem;
  padding-top: 0;
}
.page-search .search-results-wrapper .partner-portal-container .inner {
  display: inline-block;
  width: 100%;
  padding-top: 4rem;
  border-top: 0.1rem solid #E9E9E9;
}
.page-search .search-results-wrapper .partner-portal-container .inner h2 {
  float: left;
  display: inline-block;
  line-height: 5rem;
  font-size: 2rem;
  color: var(--color-black);
  margin-right: 2rem;
}
.page-search .search-results-wrapper .partner-portal-container .inner .partner-portal-button {
  float: left;
}
body.search-filter-loader .page-search .search-results-wrapper .partner-portal-container .inner .partner-portal-button {
  opacity: 0.3;
  pointer-events: none;
  cursor: default;
}
.page-search.open {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.page-search.open .page-search-top {
  transition-delay: 0.6s;
  opacity: 1;
}
.page-search.open .page-search-top .base-grid-large form {
  transform: translate3D(0, 0, 0);
}
.page-search.open.show-results .search-results-wrapper {
  opacity: 1;
  transform: translate3D(0, 0, 0);
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition-delay: 0.9s;
}
.page-search.search-results-page {
  opacity: 1;
  visibility: visible;
  background-color: var(--color-black);
}
.page-search.search-results-page .page-search-top .base-grid-large form {
  transform: translate3D(0, 0, 0);
}
.page-search.search-results-page.show-results .search-results-wrapper {
  transform: translate3D(0, 0, 0);
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

/* ==========================================================================
   Components / Search Modal
   ========================================================================== */
.search-modal {
  display: none;
  width: 100%;
  height: 100vh;
  margin: auto;
  overflow-x: hidden;
  overflow-y: auto;
  box-sizing: border-box;
  padding: 9.375rem 0 5rem;
  background-color: rgba(0, 0, 0, 0.95);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}
.search-modal.active {
  display: block;
}
.search-modal__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 0 1.875rem;
  box-sizing: border-box;
  min-height: 21.875rem;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 769px) {
  .search-modal__inner {
    padding: 0 5.3125rem;
  }
}
@media (min-width: 1231px) {
  .search-modal__inner {
    padding: 0 20%;
  }
}
.search-modal__close {
  position: fixed;
  top: 2.5rem;
  right: 2.5rem;
  width: 3.75rem;
  height: 3.75rem;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none;
  background: none;
}
@media (min-width: 769px) {
  .search-modal__close {
    top: 3.125rem;
    right: 3.125rem;
    width: 4.375rem;
    height: 4.375rem;
  }
}
.search-modal__close:before, .search-modal__close:after {
  position: absolute;
  content: "";
  width: 0.125rem;
  height: 1.875rem;
  background-color: var(--wp--preset--color--secondary);
  top: 50%;
  left: 50%;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 769px) {
  .search-modal__close:before, .search-modal__close:after {
    height: 2.25rem;
    width: 0.15625rem;
  }
}
.search-modal__close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.search-modal__close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.search-modal__close:hover {
  transform: rotate(90deg);
}
.search-modal__close:focus {
  outline: none;
}
.search-modal .search-form {
  width: 100%;
  max-width: 50rem;
  position: relative;
}
.search-modal .search-form p {
  color: var(--wp--preset--color--white);
  font-size: 0.9375rem;
  margin-bottom: 1.25rem;
  opacity: 0.7;
}
@media (min-width: 769px) {
  .search-modal .search-form p {
    font-size: 1.125rem;
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 1231px) {
  .search-modal .search-form p {
    font-size: 1.25rem;
    line-height: 1.5;
  }
}
.search-modal .search-form label {
  display: block;
  width: 100%;
}
.search-modal .search-form .screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.search-modal .search-form .search-field {
  width: 100%;
  font-size: 1rem;
  padding: 1.25rem 3.75rem 1.25rem 0.3125rem;
  border-radius: 0;
  background: transparent;
  font-weight: 400;
  letter-spacing: 0.05rem;
  border: 0;
  color: var(--wp--preset--color--white);
  border-bottom: 2px solid var(--wp--preset--color--secondary);
  text-overflow: ellipsis;
}
@media (min-width: 769px) {
  .search-modal .search-form .search-field {
    font-size: 1.125rem;
  }
}
@media (min-width: 1231px) {
  .search-modal .search-form .search-field {
    font-size: 1.5625rem;
    padding: 1.875rem 4.375rem 1.875rem 0.3125rem;
  }
}
.search-modal .search-form .search-field::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.search-modal .search-form .search-field:focus {
  outline: none;
  border-bottom-color: var(--wp--preset--color--white);
}
.search-modal .search-form .search-submit {
  position: absolute;
  right: 0;
  bottom: 0.9375rem;
  background: transparent;
  border: none;
  color: var(--wp--preset--color--white);
  opacity: 0.7;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  padding: 0.625rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 769px) {
  .search-modal .search-form .search-submit {
    bottom: 1.25rem;
  }
}
.search-modal .search-form .search-submit:hover {
  opacity: 1;
  transform: scale(1.1);
}
.search-modal .search-form .search-submit:focus {
  outline: 2px solid var(--wp--preset--color--primary);
  outline-offset: 2px;
  opacity: 1;
}
.search-modal .search-form .search-submit .search-icon {
  width: 1.375rem;
  height: 1.375rem;
  fill: var(--wp--preset--color--white);
}
@media (min-width: 769px) {
  .search-modal .search-form .search-submit .search-icon {
    width: 2rem;
    height: 2rem;
  }
}

/**
 * Styles pour la page de résultats de recherche
 */
.search-results .page-header {
  margin-bottom: 2.5rem;
  text-align: center;
}
@media (min-width: 769px) {
  .search-results .page-header {
    margin-bottom: 3.75rem;
  }
}
.search-results .page-header .page-title {
  font-size: 1.5rem;
  color: var(--wp--preset--color--dark);
}
@media (min-width: 769px) {
  .search-results .page-header .page-title {
    font-size: 2rem;
  }
}
.search-results .page-header .page-title span {
  color: var(--wp--preset--color--primary);
  font-weight: 700;
}
.search-results .site-main {
  max-width: 75rem;
  margin: 0 auto;
  padding: 0 1.25rem;
}
@media (min-width: 769px) {
  .search-results .site-main {
    padding: 0 2.5rem;
  }
}
.search-results .site-main article {
  margin-bottom: 1.875rem;
  padding-bottom: 1.875rem;
  border-bottom: 1px solid var(--wp--preset--color--light-grey);
}
.search-results .site-main article:last-child {
  border-bottom: none;
}
.search-results .site-main article .entry-title {
  font-size: 1.25rem;
  margin-bottom: 0.625rem;
}
@media (min-width: 769px) {
  .search-results .site-main article .entry-title {
    font-size: 1.5rem;
  }
}
.search-results .site-main article .entry-title a {
  color: var(--wp--preset--color--dark);
  text-decoration: none;
  transition: color 0.3s ease;
}
.search-results .site-main article .entry-title a:hover {
  color: var(--wp--preset--color--primary);
}
.search-results .site-main article .entry-summary {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 0.9375rem;
}
@media (min-width: 769px) {
  .search-results .site-main article .entry-summary {
    font-size: 1.125rem;
  }
}
.search-results .site-main article .entry-meta {
  font-size: 0.875rem;
  color: var(--wp--preset--color--grey);
}
.search-results .site-main article .entry-meta a {
  color: var(--wp--preset--color--primary);
  text-decoration: none;
}
.search-results .site-main article .entry-meta a:hover {
  text-decoration: underline;
}
.search-results .no-results {
  text-align: center;
  padding: 2.5rem 0;
}
.search-results .no-results .page-title {
  font-size: 1.5rem;
  margin-bottom: 1.25rem;
}
.search-results .no-results p {
  font-size: 1.125rem;
  margin-bottom: 1.875rem;
}

.search-result {
  display: block;
  width: 100%;
}

/* Archive Header
--------------------------------------------- */
.archive-header {
  background: var(--wp--preset--color--background);
  padding: var(--wp--preset--spacing--30) 0 var(--wp--preset--spacing--40);
}

.archive .archive-header .wrap {
  max-width: calc(var(--wp--custom--layout--page) + 2 * var(--wp--custom--layout--padding));
}

.archive-header h1 {
  margin-top: var(--wp--custom--layout--block-gap-large);
}

.archive-description > *:first-child {
  margin-top: 0;
}

.archive-description > *:last-child {
  margin-bottom: 0;
}

.archive-header .breadcrumb {
  margin-bottom: var(--wp--custom--layout--block-gap-large);
}

/* Post Listing
--------------------------------------------- */
.archive .site-main {
  max-width: var(--wp--custom--layout--page);
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--wp--custom--layout--block-gap);
  margin-top: var(--wp--preset--spacing--40);
}
@media (min-width: 768px) {
  .archive .site-main {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: var(--wp--preset--spacing--80);
  }
}

.archive .home-actus {
  grid-column: 1/-1;
  margin-top: 0;
}

.blog .posts-archive-grid,
.archive .posts-archive-grid {
  max-width: var(--wp--custom--layout--page);
  margin-left: auto;
  margin-right: auto;
  margin-top: var(--wp--preset--spacing--80);
  margin-bottom: var(--wp--preset--spacing--80);
  border-radius: calc(var(--wp--custom--layout--padding) * 2.5);
  background: var(--wp--preset--color--blanc);
  padding: var(--wp--preset--spacing--50);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: var(--wp--preset--spacing--60);
  row-gap: var(--wp--preset--spacing--60);
}
@media (max-width: 767px) {
  .blog .posts-archive-grid,
  .archive .posts-archive-grid {
    grid-template-columns: 1fr;
  }
}

.archive .posts-archive-grid {
  grid-column: 1/-1;
}

.post-summary__content {
  display: grid;
  gap: 8px;
  padding-top: 12px;
}
.post-summary__content > * {
  margin: 0;
}
.post-summary .entry-category {
  font-size: var(--wp--preset--font-size--tiny);
}
.post-summary .entry-category a {
  text-decoration: none;
}
.post-summary__title {
  font-size: var(--wp--preset--font-size--large);
}
.post-summary__title a {
  color: var(--wp--preset--color--text);
  text-decoration: none;
}
.post-summary__title a:hover {
  color: var(--wp--preset--color--primary);
}

/* Entry Navigation
--------------------------------------------- */
.pagination {
  margin: var(--wp--preset--spacing--30) auto;
  max-width: var(--wp--custom--layout--page);
  grid-column: 1/-1;
}
.pagination ul {
  margin: 0;
  padding: 0;
  display: flex;
  gap: var(--wp--preset--spacing--10);
  align-items: center;
}
.pagination ul li {
  list-style-type: none;
  display: inline-block;
}
.pagination ul li a {
  background: var(--wp--preset--color--blanc);
  border: var(--wp--custom--border-width--tiny) solid var(--wp--preset--color--primary);
  border-radius: var(--wp--custom--border-radius--tiny);
  color: var(--wp--preset--color--primary);
  fill: var(--wp--preset--color--primary);
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--wp--preset--font-size--small);
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}
.pagination ul li svg {
  fill: inherit;
}
.pagination ul li:hover > a {
  background: var(--wp--preset--color--secondary);
  color: var(--wp--preset--color--primary);
  border-color: var(--wp--preset--color--secondary);
  fill: var(--wp--preset--color--primary);
}
.pagination ul li.active > a {
  background: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--blanc);
  fill: var(--wp--preset--color--blanc);
}

/* Singular
---------------------------------------------------------------------------------------------------- */
/* Entry Content
--------------------------------------------- */
h1.front {
  display: none;
}

.entry-content p,
.block-area p,
p {
  font-family: var(--wp--preset--font-family--system-sans-serif);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.44;
}

body:not(.single-formation) .entry-content {
  margin-bottom: calc(var(--wp--preset--spacing--50) * 2);
}
body:not(.single-formation) .entry-content ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
body:not(.single-formation) .entry-content ul li {
  display: flex;
  align-items: flex-start;
  gap: calc(var(--wp--custom--layout--padding) / 2);
  margin: var(--wp--custom--layout--padding) 0;
  line-height: var(--wp--custom--line-height--medium);
  font-size: var(--wp--preset--font-size--medium);
}
body:not(.single-formation) .entry-content ul li::before {
  content: "";
  flex-shrink: 0;
  width: 1rem;
  height: 1rem;
  margin-top: calc(var(--wp--custom--layout--padding) / 4);
  background-color: var(--wp--preset--color--secondary);
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M0 8a8 8 0 1 1 8 8H0z'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M0 8a8 8 0 1 1 8 8H0z'/%3E%3C/svg%3E");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
}

.single-post .site-inner {
  position: relative;
}
.single-post .site-inner:before {
  position: absolute;
  right: 70px;
  top: -100px;
  content: none;
  width: 0;
  height: 0;
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="950" height="950" fill="none" viewBox="0 0 950 950"%3E%3Cg clip-path="url(%23a)"%3E%3Cpath fill="%23f9b000" d="M541.3 704.974c58.114-15.565 110.301-53.257 142.704-109.365 31.371-54.323 39.726-117.674 23.492-178.287s-55.134-111.308-109.457-142.679a14.366 14.366 0 0 0-19.674 5.269c-3.992 6.913-1.631 15.728 5.269 19.674 47.698 27.546 81.804 71.977 96.054 125.184s6.918 108.736-20.628 156.434c-56.854 98.449-183.168 132.28-281.617 75.426-47.698-27.546-81.803-71.977-96.054-125.184-14.25-53.206-6.917-108.736 20.628-156.434 3.992-6.912 1.631-15.727-5.269-19.674a14.366 14.366 0 0 0-19.674 5.269c-31.372 54.323-39.726 117.674-23.492 178.287s55.134 111.308 109.456 142.679c56.109 32.403 120.149 38.966 178.262 23.401"/%3E%3Cpath fill="%23fff" d="M560.763 778.552c125.451-33.6 221.5-144.251 230.102-280.859 10.81-171.092-119.637-319.056-290.729-329.866a14.38 14.38 0 0 0-15.281 13.491c-.506 7.927 5.519 14.786 13.491 15.28 155.238 9.797 273.59 144.055 263.805 299.339-7.81 123.929-94.971 224.311-208.79 254.795-28.761 7.703-59.206 10.939-90.56 8.964-155.238-9.797-273.59-144.055-263.805-299.338.506-7.927-5.519-14.786-13.491-15.281a14.38 14.38 0 0 0-15.281 13.491C159.414 629.66 289.829 777.682 460.966 788.48c34.529 2.196 68.095-1.389 99.809-9.883z"/%3E%3Cpath fill="%23f9b000" d="M575.218 849.429c206.51-55.31 329.533-268.338 274.211-474.893C794.107 167.98 581.091 45.002 374.581 100.312c-7.679 2.057-12.236 9.949-10.18 17.628s9.949 12.236 17.628 10.18c191.165-51.152 388.351 62.723 439.547 253.875 51.197 191.153-62.666 388.385-253.864 439.593S179.328 758.923 128.12 567.725c-2.057-7.679-9.949-12.237-17.628-10.18-7.679 2.056-12.236 9.948-10.18 17.627 55.31 206.51 268.338 329.533 474.848 274.224z"/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id="a"%3E%3Cpath fill="%23fff" d="M749.117 0 0 200.636l200.637 749.117 749.116-200.636z"/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E');
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}
@media (min-width: 768px) {
  .single-post .site-inner:before {
    content: "";
    width: 775px;
    height: 775px;
  }
}
@media (min-width: 1230px) {
  .single-post .site-inner:before {
    content: "";
    width: 1000px;
    height: 1000px;
  }
}

.entry-content > *,
.block-area > * {
  margin: 0 auto;
  max-width: var(--wp--custom--layout--page);
}
.entry-content > *.alignwide,
.block-area > *.alignwide {
  max-width: var(--wp--custom--layout--wide);
  margin-bottom: var(--wp--preset--spacing--80);
}
.entry-content > *.alignfull,
.block-area > *.alignfull {
  margin-left: calc(-1 * var(--wp--custom--layout--padding));
  margin-right: calc(-1 * var(--wp--custom--layout--padding));
  max-width: 100vw;
}
@media (max-width: 767px) {
  .entry-content > *.alignwide,
  .block-area > *.alignwide {
    margin-left: calc(-1 * var(--wp--custom--layout--padding));
    margin-right: calc(-1 * var(--wp--custom--layout--padding));
    max-width: 100vw;
  }
}
.entry-content > * + *,
.block-area > * + * {
  margin-top: var(--wp--style--block-gap);
}
.entry-content .wp-element-button .icon,
.block-area .wp-element-button .icon {
  fill: currentColor;
}
.entry-content .wp-block-button.download > .wp-block-button__link,
.block-area .wp-block-button.download > .wp-block-button__link {
  position: relative;
  padding-right: calc(var(--wp--preset--spacing--30) + 2.1875rem);
}
.entry-content .wp-block-button.download .icon.download,
.block-area .wp-block-button.download .icon.download {
  position: absolute;
  right: 2.1875rem;
  top: 50%;
  transform: translateY(-50%);
}
.entry-content .wp-block-image,
.entry-content .wp-block-media-text,
.block-area .wp-block-image,
.block-area .wp-block-media-text {
  margin: var(--wp--preset--spacing--80) 0 var(--wp--preset--spacing--30) 0;
}
.entry-content .wp-block-image img,
.entry-content .wp-block-media-text img,
.block-area .wp-block-image img,
.block-area .wp-block-media-text img {
  border-radius: var(--wp--custom--border-radius--small);
}
.entry-content .be-fullbleed-gallery-group,
.block-area .be-fullbleed-gallery-group {
  margin: calc(var(--wp--preset--spacing--50) * 2) calc(50% - 50vw);
  width: 100vw;
  max-width: 100vw;
}
.entry-content .be-fullbleed-gallery-group > .wp-block-group,
.block-area .be-fullbleed-gallery-group > .wp-block-group {
  margin-left: auto !important;
  margin-right: auto !important;
  box-sizing: border-box;
  width: min(100%, 1715px);
  max-width: 1715px !important;
  padding: var(--wp--preset--spacing--75) var(--wp--preset--spacing--80);
  background: var(--wp--preset--color--blanc);
  border-radius: var(--wp--custom--border-radius--big);
}
.entry-content .be-fullbleed-gallery-group > .wp-block-group > .wp-block-gallery,
.block-area .be-fullbleed-gallery-group > .wp-block-group > .wp-block-gallery {
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}
.entry-content .be-fullbleed-gallery-group > .wp-block-group h2,
.block-area .be-fullbleed-gallery-group > .wp-block-group h2 {
  text-align: center;
}
.entry-content > .alignfull:not(:first-child), .entry-content > .wp-block-separator:not(:first-child),
.block-area > .alignfull:not(:first-child),
.block-area > .wp-block-separator:not(:first-child) {
  margin-top: var(--wp--custom--layout--block-gap-large);
}
.entry-content > .alignfull:not(:last-child), .entry-content > .wp-block-separator:not(:last-child),
.block-area > .alignfull:not(:last-child),
.block-area > .wp-block-separator:not(:last-child) {
  margin-bottom: var(--wp--custom--layout--block-gap-large);
}
.entry-content > .alignfull.has-background + .alignfull.has-background,
.block-area > .alignfull.has-background + .alignfull.has-background {
  margin-top: calc(-1 * var(--wp--custom--layout--block-gap-large));
}

.logo-le-paraclet-cmjn-filet-2-wrapper {
  --domaine--color: var(--wp--preset--color--primary);
  width: calc(var(--wp--custom--layout--padding) * 19.5);
  max-width: 100%;
  border-radius: var(--wp--custom--border-radius--big);
  background-color: var(--domaine--color);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding-bottom: var(--wp--preset--spacing--80);
  box-sizing: border-box;
  position: relative;
  isolation: isolate;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  overflow: hidden;
  aspect-ratio: 39/50;
}
.logo-le-paraclet-cmjn-filet-2-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  background: linear-gradient(0deg, var(--domaine--color) 0%, var(--domaine--color) 11%, rgba(0, 146, 215, 0) 50%);
  z-index: 0;
}

.logo-le-paraclet-cmjn-filet-2 {
  width: calc(var(--wp--custom--layout--padding) * 10);
  height: calc(var(--wp--custom--layout--padding) * 10);
  position: absolute;
  top: auto;
  left: 50%;
  bottom: var(--wp--preset--spacing--75);
  transform: translateX(-50%);
  overflow: hidden;
  flex-shrink: 0;
  z-index: 1;
  border-radius: 50%;
}

.layer-mc0-icon {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  overflow: hidden;
  max-height: 100%;
  object-fit: cover;
}

.full-width-content .entry-content:first-child > .alignfull.has-background:first-child {
  margin-top: calc(-1 * var(--wp--custom--layout--block-gap-large));
}
.full-width-content .entry-content:last-child > .alignfull.has-background:last-child {
  margin-bottom: calc(-1 * var(--wp--custom--layout--block-gap-large));
}

/* Single Post
--------------------------------------------- */
.entry-header,
.entry-footer,
.after-entry,
.entry-comments,
.entry-content {
  max-width: var(--wp--custom--layout--page);
  margin-left: auto;
  margin-right: auto;
}

.entry-header {
  margin-bottom: var(--wp--preset--spacing--80);
  /* Breadcrumb */
}
.entry-header .breadcrumb {
  font-size: var(--wp--preset--font-size--small);
  color: var(--wp--preset--color--text);
  margin-bottom: var(--wp--preset--spacing--30);
}
.entry-header .breadcrumb a {
  color: var(--wp--preset--color--primary);
  text-decoration: none;
}
.entry-header .breadcrumb .current {
  color: var(--wp--preset--color--text);
}
.entry-header {
  /* Entry Title Wrapper with colored left border */
}
.entry-header .entry-title-wrap {
  position: relative;
  padding-left: var(--wp--preset--spacing--30);
}
.entry-header .entry-title-wrap::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 5px;
  background-color: color-mix(in srgb, var(--domaine--color, #F9B000) 50%, transparent);
  border-radius: 3px;
}
.entry-header {
  /* Entry Title */
}
.entry-header .entry-title {
  margin-bottom: var(--wp--preset--spacing--15);
  max-width: 900px;
}
.entry-header {
  /* Entry Date */
}
.entry-header .entry-date {
  color: var(--wp--preset--color--text);
  margin-bottom: var(--wp--preset--spacing--30);
}
.entry-header {
  /* Post Hero Image */
}
.entry-header + .post-hero-image {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: 100vw;
  max-width: 100vw;
  display: flex;
  justify-content: center;
  overflow: hidden;
  margin-bottom: var(--wp--preset--spacing--80);
}
.entry-header + .post-hero-image img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  border-radius: var(--wp--custom--border-radius--big);
}
@media (min-width: 768px) {
  .entry-header + .post-hero-image img {
    max-width: 1715px;
    width: 1715px;
    object-fit: cover;
    max-height: 700px;
  }
}

.type-post .entry-header {
  position: relative;
}
.type-post .entry-header::after {
  content: "";
  display: block;
  width: 950px;
  height: 950px;
  background: url("../icons/circle.svg") no-repeat center center;
  position: absolute;
  right: -22%;
  top: -60%;
  z-index: -1;
}

.entry-footer {
  margin-top: var(--wp--preset--spacing--50);
}

.block-area-after-post {
  margin: var(--wp--preset--spacing--30) 0;
}

/* Comments
--------------------------------------------- */
.entry-comments h2, .entry-comments h3 {
  display: flex;
  justify-content: space-between;
}
.entry-comments .comment-list {
  margin: 0 0 var(--wp--preset--spacing--30);
  padding: 0;
}
.entry-comments .comment-list li {
  list-style-type: none;
  margin-top: 4px;
}
.entry-comments .comment-list li + li {
  border-top: 1px solid var(--wp--custom--color--neutral-300);
  padding-top: var(--wp--preset--spacing--30);
}
.entry-comments .comment-list li article {
  border-left: 4px solid var(--wp--custom--color--neutral-300);
  padding: 16px;
  position: relative;
}
.entry-comments .comment-list li.staff > article {
  border-color: var(--wp--preset--color--primary);
}
.entry-comments .comment-list li:not(.staff) > article .avatar {
  display: none;
}
.entry-comments .comment-list > li {
  overflow: hidden;
  margin-top: 24px;
}
.entry-comments .comment-list > li:first-child {
  margin-top: 0;
}
.entry-comments .comment-list .comment-author {
  color: var(--wp--preset--color--text);
  font-size: var(--wp--preset--font-size--large);
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}
.entry-comments .comment-list .comment-author a {
  color: var(--wp--preset--color--text);
  text-decoration: none;
}
.entry-comments .comment-list .comment-author .says {
  display: none;
}
.entry-comments .comment-list .comment-author .avatar {
  float: left;
  border-radius: 50%;
  margin-right: 8px;
}
.entry-comments .comment-list .comment-meta {
  padding-right: 54px;
}
.entry-comments .comment-list .comment-metadata {
  font-size: var(--wp--preset--font-size--tiny);
  margin-bottom: 16px;
}
.entry-comments .comment-list .comment-metadata a {
  color: var(--wp--preset--color--text);
  text-decoration: none;
}
.entry-comments .comment-list .comment-metadata a:hover {
  color: var(--wp--preset--color--primary);
}
.entry-comments .comment-list .comment-content p:last-child {
  margin: 0;
}
.entry-comments .comment-list .comment-reply-link {
  position: absolute;
  top: var(--wp--preset--spacing--30);
  right: var(--wp--preset--spacing--20);
  font-family: var(--wp--custom--typography--interface--font-family);
  letter-spacing: var(--wp--custom--typography--interface--letter-spacing);
  text-transform: var(--wp--custom--typography--interface--text-transform);
  font-size: var(--wp--preset--font-size--small);
}
.entry-comments .comment-list ol.children {
  margin: 0;
  padding: 0;
}

.comment-respond {
  margin: var(--wp--preset--spacing--30) 0;
}
@media (min-width: 768px) {
  .comment-respond {
    margin: var(--wp--preset--spacing--60) 0;
  }
}
.comment-respond .comment-form-cookies-consent input {
  width: auto;
}
.comment-respond .comment-form-cookies-consent input + label {
  display: inline;
}
.comment-respond label {
  display: block;
}

.nav-links {
  display: flex;
  justify-content: space-between;
}

/* Système d'onglet - Tabs block */
.wp-block-cloudcatch-tab {
  border-top-left-radius: var(--wp--custom--border-radius--big);
  border-top-right-radius: var(--wp--custom--border-radius--big);
  background-color: var(--wp--preset--color--secondary);
  color: var(--wp--preset--color--primary);
  padding: var(--wp--preset--spacing--15) var(--wp--preset--spacing--30);
  transition: all 0.3s ease;
}
.wp-block-cloudcatch-tab:not(.active):hover {
  cursor: pointer;
}
.wp-block-cloudcatch-tab:not(.active) .wp-block-cloudcatch-tab__label:hover {
  cursor: pointer;
}
.wp-block-cloudcatch-tab.active {
  background-color: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--background);
}

.entry-content .wp-block-gallery:not(.tw-gallery-justified),
.block-area .wp-block-gallery:not(.tw-gallery-justified) {
  --be-gallery-gap: var(--wp--style--unstable-gallery-gap, var(--wp--custom--layout--block-gap));
  display: block;
  column-gap: var(--be-gallery-gap);
  columns: 1;
}
@media (min-width: 600px) {
  .entry-content .wp-block-gallery:not(.tw-gallery-justified),
  .block-area .wp-block-gallery:not(.tw-gallery-justified) {
    columns: 2;
  }
}
@media (min-width: 768px) {
  .entry-content .wp-block-gallery:not(.tw-gallery-justified),
  .block-area .wp-block-gallery:not(.tw-gallery-justified) {
    columns: 3;
  }
}
.entry-content .wp-block-gallery:not(.tw-gallery-justified).has-nested-images,
.block-area .wp-block-gallery:not(.tw-gallery-justified).has-nested-images {
  display: block;
}
.entry-content .wp-block-gallery:not(.tw-gallery-justified) > ul,
.block-area .wp-block-gallery:not(.tw-gallery-justified) > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  columns: inherit;
  column-gap: inherit;
}
.entry-content .wp-block-gallery:not(.tw-gallery-justified) figure,
.entry-content .wp-block-gallery:not(.tw-gallery-justified) .wp-block-image,
.entry-content .wp-block-gallery:not(.tw-gallery-justified) .blocks-gallery-item,
.block-area .wp-block-gallery:not(.tw-gallery-justified) figure,
.block-area .wp-block-gallery:not(.tw-gallery-justified) .wp-block-image,
.block-area .wp-block-gallery:not(.tw-gallery-justified) .blocks-gallery-item {
  break-inside: avoid;
  margin: 0 0 var(--be-gallery-gap);
  width: 100% !important;
  max-width: none;
}
.entry-content .wp-block-gallery:not(.tw-gallery-justified) .wp-block-image,
.block-area .wp-block-gallery:not(.tw-gallery-justified) .wp-block-image {
  display: block;
}
.entry-content .wp-block-gallery:not(.tw-gallery-justified).has-nested-images figure.wp-block-image:not(#individual-image),
.block-area .wp-block-gallery:not(.tw-gallery-justified).has-nested-images figure.wp-block-image:not(#individual-image) {
  flex: none !important;
}
.entry-content .wp-block-gallery:not(.tw-gallery-justified) img,
.block-area .wp-block-gallery:not(.tw-gallery-justified) img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  border-radius: var(--wp--custom--border-radius--small);
}
.entry-content .wp-block-gallery:not(.tw-gallery-justified).is-cropped img,
.block-area .wp-block-gallery:not(.tw-gallery-justified).is-cropped img {
  height: auto;
  object-fit: unset;
}

.entry-content .tw-gallery-justified,
.block-area .tw-gallery-justified {
  --tw-row-min-height: var(--tw-row-height);
  --tw-height: min(var(--tw-row-height), var(--tw-row-min-height));
}
@media (max-width: 1199px) {
  .entry-content .tw-gallery-justified,
  .block-area .tw-gallery-justified {
    --tw-row-min-height: 28vw;
  }
}
@media (max-width: 1023px) {
  .entry-content .tw-gallery-justified,
  .block-area .tw-gallery-justified {
    --tw-row-min-height: 36vw;
  }
}
@media (max-width: 767px) {
  .entry-content .tw-gallery-justified,
  .block-area .tw-gallery-justified {
    --tw-row-min-height: 52vw;
  }
}
.entry-content .tw-gallery-justified.is-cropped .wp-block-image,
.block-area .tw-gallery-justified.is-cropped .wp-block-image {
  width: calc(var(--tw-height) * var(--tw-ratio, 1)) !important;
  flex-grow: calc(var(--tw-ratio, 1) * 100) !important;
  flex-shrink: 0 !important;
}
@media (min-width: 768px) {
  .entry-content .tw-gallery-justified.is-cropped.tw-fixed-cols::after,
  .block-area .tw-gallery-justified.is-cropped.tw-fixed-cols::after {
    content: "";
    flex-grow: 999999;
  }
}
.entry-content .tw-gallery-justified:not(.is-cropped) .wp-block-image,
.block-area .tw-gallery-justified:not(.is-cropped) .wp-block-image {
  width: auto !important;
  flex-grow: 0 !important;
}
.entry-content .tw-gallery-justified:not(.is-cropped) .wp-block-image img,
.block-area .tw-gallery-justified:not(.is-cropped) .wp-block-image img {
  max-height: var(--tw-height);
}

.formation__container {
  max-width: var(--wp--custom--layout--page);
  margin: 0 auto;
}
.formation__header-container {
  border-radius: var(--wp--custom--border-radius--big);
  max-width: var(--wp--custom--layout--page);
  margin: 0 auto;
  overflow: hidden;
}
.formation__hero {
  padding: var(--wp--preset--spacing--80) 0 0;
}
.formation__hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
}
@media (max-width: 768px) {
  .formation__hero-grid {
    grid-template-columns: 1fr;
    gap: var(--wp--custom--layout--block-gap);
  }
}
.formation__hero-content {
  padding-top: var(--wp--custom--layout--padding);
  padding: var(--wp--preset--spacing--75) var(--wp--preset--spacing--50) var(--wp--preset--spacing--75) var(--wp--preset--spacing--75);
  gap: var(--wp--preset--spacing--50);
  border-top-left-radius: var(--wp--custom--border-radius--big);
  background: var(--wp--preset--color--white);
}
.formation__hero-media {
  position: relative;
  height: 100%;
  width: 100%;
  border-top-right-radius: var(--wp--custom--border-radius--big);
}
.formation__image {
  overflow: hidden;
  height: 100%;
  width: 100%;
}
.formation__image-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-top-right-radius: var(--wp--custom--border-radius--big);
}
.formation__tag {
  display: inline-block;
  background-color: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--white);
  padding: 0.5rem var(--wp--preset--spacing--30);
  font-family: var(--wp--preset--font-family--system-sans-serif);
  font-size: var(--wp--preset--font-size--colossal);
  font-weight: var(--wp--custom--font-weight--medium);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 0;
}
.formation__title {
  line-height: var(--wp--custom--line-height--small);
  margin-top: var(--wp--preset--spacing--10);
  margin-bottom: calc(var(--wp--custom--layout--padding) * 1.5 / 2);
}
@media (max-width: 768px) {
  .formation__title {
    font-size: var(--wp--preset--font-size--big);
  }
}
.formation__description {
  font-size: var(--wp--preset--font-size--small);
  line-height: var(--wp--custom--line-height--medium);
  color: var(--wp--preset--color--noir);
}
.formation__description p {
  margin-bottom: calc(var(--wp--custom--layout--padding) / 2);
}
.formation__badge-circle {
  position: absolute;
  transform: translateY(-50%);
  right: 50px;
  border-radius: 50%;
  overflow: hidden;
  z-index: 10;
}
@media (max-width: 768px) {
  .formation__badge-circle {
    width: calc(var(--wp--custom--layout--padding) * 4);
    height: calc(var(--wp--custom--layout--padding) * 4);
    right: var(--wp--custom--layout--padding);
  }
}
.formation__badge-circle-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.formation__meta-bar {
  padding: 0;
}
.formation__meta-container {
  position: relative;
  padding: var(--wp--preset--spacing--60) var(--wp--preset--spacing--75);
}
.formation__meta-grid {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0;
}
@media (max-width: 992px) {
  .formation__meta-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: var(--wp--custom--layout--padding);
  }
}
@media (max-width: 576px) {
  .formation__meta-grid {
    grid-template-columns: 1fr;
    gap: var(--wp--custom--layout--padding);
  }
}
.formation__meta-box {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: calc(var(--wp--custom--layout--padding) / 4);
}
.formation__meta-box:nth-child(1) {
  width: 192px;
}
.formation__meta-box:nth-child(2) {
  width: 167px;
}
.formation__meta-box:nth-child(3) {
  width: 156px;
}
.formation__meta-box:nth-child(4) {
  width: 404px;
}
.formation__meta-box::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(28px, -50%);
  width: var(--wp--custom--border-width--tiny);
  height: calc(var(--wp--custom--layout--padding) * 5);
  background-color: var(--wp--preset--color--noir);
}
.formation__meta-box:last-child::after, .formation__meta-box--wide::after {
  display: none;
}
@media (max-width: 992px) {
  .formation__meta-box {
    width: auto;
  }
  .formation__meta-box::after {
    display: none;
  }
}
@media (min-width: 993px) {
  .formation__meta-box--wide {
    grid-column: span 1;
  }
}
.formation__meta-label {
  font-weight: var(--wp--custom--font-weight--bold);
  font-size: var(--wp--preset--font-size--medium);
  opacity: 0.9;
}
.formation__meta-value--rich {
  font-size: var(--wp--preset--font-size--tiny);
  line-height: var(--wp--custom--line-height--medium);
}
.formation__meta-value--rich p {
  margin-bottom: calc(var(--wp--custom--layout--padding) / 2);
}
.formation__meta-value--rich ul, .formation__meta-value--rich ol {
  margin: 0;
  padding-left: var(--wp--custom--layout--padding);
}
.formation__meta-value--rich li {
  margin-bottom: calc(var(--wp--custom--layout--padding) / 4);
}
.formation__content {
  padding: var(--wp--preset--spacing--50) 0 var(--wp--preset--spacing--80);
}
.formation__content-grid {
  display: flex;
  gap: var(--wp--preset--spacing--50);
}
@media (max-width: 992px) {
  .formation__content-grid {
    flex-direction: column;
    gap: var(--wp--custom--layout--block-gap);
  }
}
.formation__main {
  width: 732px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--wp--preset--spacing--30);
}
.formation__main .formation__sections {
  display: flex;
  flex-direction: column;
  gap: var(--wp--custom--layout--block-gap);
}
.formation__main .formation__separator {
  width: 100%;
  border: none;
  border-top: 1px solid var(--wp--preset--color--primary);
  margin: var(--wp--preset--spacing--10) 0;
}
@media (max-width: 992px) {
  .formation__main {
    width: 100%;
  }
}
.formation__section {
  position: relative;
  padding: var(--wp--preset--spacing--20) 0;
}
.formation__section:not(:last-child)::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: var(--wp--preset--color--primary);
}
.formation__section-heading {
  font-size: var(--wp--preset--font-size--colossal);
  margin-bottom: 0;
  line-height: var(--wp--custom--line-height--small);
}
.formation__section-title {
  font-size: var(--wp--preset--font-size--medium);
  font-weight: var(--wp--custom--font-weight--bold);
  color: var(--wp--preset--color--primary);
  text-transform: uppercase;
  letter-spacing: 0;
  margin: 0;
}
.formation__section-content {
  font-size: var(--wp--preset--font-size--small);
  line-height: var(--wp--custom--line-height--medium);
  color: var(--wp--preset--color--noir);
}
.formation__section-content p {
  margin-bottom: calc(var(--wp--custom--layout--padding) / 2);
}
.formation__section-content ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.formation__section-content ul li {
  display: flex;
  align-items: flex-start;
  gap: calc(var(--wp--custom--layout--padding) / 2);
  margin: var(--wp--custom--layout--padding) 0;
  line-height: var(--wp--custom--line-height--medium);
  font-size: var(--wp--preset--font-size--medium);
}
.formation__section-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.formation__section-item {
  display: flex;
  align-items: flex-start;
  gap: calc(var(--wp--custom--layout--padding) / 2);
  margin: var(--wp--custom--layout--padding) 0;
  line-height: var(--wp--custom--line-height--medium);
}
.formation__list {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.formation__list li {
  display: flex;
  align-items: flex-start;
  gap: calc(var(--wp--custom--layout--padding) / 2);
  margin-bottom: calc(var(--wp--custom--layout--padding) / 2);
  font-size: var(--wp--preset--font-size--small);
  line-height: var(--wp--custom--line-height--medium);
}
.formation__bullet {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 1rem;
  height: 1rem;
  margin-top: calc(var(--wp--custom--layout--padding) / 4);
}
.formation__bullet svg {
  fill: var(--domaine--color);
}
.formation__bullet svg path {
  fill: var(--domaine--color);
}
.formation__bullet-icon {
  width: 100%;
  height: 100%;
}
.formation__sidebar {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: var(--wp--preset--spacing--30);
  flex: 1 0 0;
}
@media (max-width: 992px) {
  .formation__sidebar {
    width: 100%;
  }
}
.formation__card {
  display: flex;
  padding: var(--wp--preset--spacing--50);
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  border-radius: var(--wp--preset--spacing--30);
  background: var(--wp--preset--color--white);
  gap: var(--wp--custom--layout--small-gap);
}
.formation__card-title {
  margin: 0;
  margin-bottom: var(--wp--preset--spacing--15);
}
.formation__card-subtitle {
  font-size: var(--wp--preset--font-size--x-large);
  text-transform: uppercase;
  font-size: var(--wp--preset--font-size--medium);
  margin: 0;
}
.formation__card-item {
  margin-bottom: calc(var(--wp--custom--layout--padding) / 2);
}
.formation__card-item:last-child {
  margin-bottom: 0;
}
.formation__card-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.formation__card-label {
  display: block;
  font-size: var(--wp--preset--font-size--min);
  font-weight: var(--wp--custom--font-weight--bold);
  color: var(--wp--preset--color--grey);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: calc(var(--wp--custom--layout--padding) / 4);
}
.formation__card-value {
  color: var(--wp--preset--color--text);
}
.formation__card-link {
  color: inherit;
  text-decoration: none;
}
.formation__card-link:hover {
  text-decoration: underline;
}
.formation__card-bullet {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 1rem;
  height: 1rem;
}
.formation__card-text {
  font-size: inherit;
  color: inherit;
}
.formation__card--highlights .formation__card-item {
  display: flex;
  align-items: center;
  gap: calc(var(--wp--custom--layout--padding) / 2);
  margin-bottom: calc(var(--wp--custom--layout--padding) / 2);
}
.formation__testimonial {
  display: flex;
  flex-direction: column;
  gap: var(--wp--preset--spacing--30);
}
.formation__testimonial:not(:last-child) {
  padding-bottom: var(--wp--preset--spacing--40);
}
.formation__testimonial-quote {
  font-size: var(--wp--preset--font-size--small);
  font-style: italic;
  line-height: var(--wp--custom--line-height--medium);
  color: var(--wp--preset--color--primary);
}
.formation__testimonial-quote::before {
  content: "« ";
}
.formation__testimonial-quote::after {
  content: " »";
}
.formation__testimonial-quote p {
  margin: 0;
}
.formation__testimonial-author {
  font-size: var(--wp--preset--font-size--small);
  line-height: var(--wp--custom--line-height--medium);
  color: var(--wp--preset--color--primary);
}

.formation-summary {
  --formation-card-accent: var(--wp--preset--color--arts);
  position: relative;
  background: var(--wp--preset--color--blanc);
  border-radius: var(--wp--custom--border-radius--big);
  overflow: hidden;
  box-shadow: var(--wp--custom--box-shadow--1);
}
.formation-summary::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: var(--wp--preset--spacing--10);
  background: linear-gradient(180deg, var(--formation-card-accent), color-mix(in srgb, var(--formation-card-accent) 50%, var(--wp--preset--color--primary)));
}
.formation-summary__link {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: var(--wp--preset--spacing--50);
  padding: var(--wp--preset--spacing--20) var(--wp--preset--spacing--50);
  text-decoration: none;
  color: inherit;
}
.formation-summary__link:focus-visible {
  outline: var(--wp--custom--border-width--medium) solid var(--wp--preset--color--primary);
  outline-offset: calc(var(--wp--custom--border-width--medium) * -1);
}
.formation-summary__main {
  display: grid;
  gap: var(--wp--preset--spacing--15);
}
.formation-summary__tag {
  justify-self: start;
  display: inline-flex;
  align-items: center;
  padding: var(--wp--preset--spacing--10) var(--wp--preset--spacing--20);
  border-radius: var(--wp--custom--border-radius--tiny);
  background: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--blanc);
  font-weight: var(--wp--custom--font-weight--bold);
  letter-spacing: var(--wp--custom--letter-spacing--loose);
  text-transform: uppercase;
}
.formation-summary__title {
  margin: 0;
  line-height: var(--wp--custom--line-height--small);
}
.formation-summary__meta {
  display: flex;
  flex-wrap: wrap;
  gap: var(--wp--preset--spacing--30);
  color: var(--wp--preset--color--primary);
}
.formation-summary__meta-item {
  display: inline-flex;
  align-items: center;
  gap: var(--wp--preset--spacing--10);
}
.formation-summary__meta-dot {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--formation-card-accent);
}
.formation-summary__meta-dot svg {
  fill: currentColor;
}
.formation-summary__arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--formation-card-accent);
  transition: transform 350ms ease, color 350ms ease;
}
.formation-summary__arrow svg {
  fill: currentColor;
}
.formation-summary:has(.formation-summary__link:hover) {
  box-shadow: var(--wp--custom--box-shadow--3);
}
.formation-summary__link:hover .formation-summary__arrow {
  transform: translateX(var(--wp--preset--spacing--15));
  color: var(--formation-card-accent);
}

/* ============================================
   FORMATION Arhive
   ============================================ */
.archive-formations .site-main {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.type-formation {
  border-left: 15px solid var(--formation-card-accent);
}
.type-formation .formation-summary__tag {
  border-radius: 0;
}

/** 
SCSS for Gravity Forms custom checkbox, styles from https://codepen.io/CreativeJuiz/pen/BiHzp
*/
.form-check-input[type=checkbox]:not(:checked), .form-check-input[type=checkbox]:checked {
  position: absolute;
  left: -9999px;
}
.form-check-input[type=checkbox]:not(:checked) + label, .form-check-input[type=checkbox]:checked + label {
  position: relative;
  padding-left: 1.95em;
  cursor: pointer;
  line-height: 1.75;
}
.form-check-input[type=checkbox]:not(:checked) + label::before, .form-check-input[type=checkbox]:checked + label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1.75rem;
  height: 1.75rem;
  border: 1px solid var(--wp--custom--color--neutral-600);
  background: #fff;
  border-radius: 0.25rem;
}
.form-check-input[type=checkbox]:not(:checked) + label::after, .form-check-input[type=checkbox]:checked + label::after {
  content: "x";
  position: absolute;
  top: 0.8125rem;
  left: 0.3125rem;
  font-size: 2.1875rem;
  line-height: 0.8;
  color: var(--wp--preset--color--secondary);
  transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.form-check-input[type=checkbox]:not(:checked) + label:hover:before, .form-check-input[type=checkbox]:checked + label:hover:before {
  border: 1px solid var(--wp--preset--color--primary) !important;
}
.form-check-input[type=checkbox]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
.form-check-input[type=checkbox]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
.form-check-input[type=checkbox]:disabled:not(:checked) + label:before,
.form-check-input [type=checkbox]:disabled:checked + label:before {
  border-color: var(--wp--preset--color--primary);
  background-color: var(--wp--preset--color--primary);
}
.form-check-input[type=checkbox]:disabled:checked + label:after {
  color: var(--wp--preset--color--warm-gray);
}
.form-check-input[type=checkbox]:disabled + label {
  color: var(--wp--preset--color--warm-gray);
}
.form-check-input[type=checkbox]:checked:focus + label:before,
.form-check-input [type=checkbox]:not(:checked):focus + label:before {
  border: 1px solid var(--wp--preset--color--primary);
}

.gform_wrapper .gfield--input-type-fileupload {
  margin-bottom: 1.25rem;
}
.gform_wrapper .gfield_fileupload_field {
  position: relative;
  margin-bottom: 0.625rem;
}
.gform_wrapper .gfield_fileupload_field input[type=file] {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.gform_wrapper .gfield_fileupload_field .gform_fileupload_button {
  width: 25%;
}
.gform_wrapper .gfield_fileupload_field .gform_fileupload_button:hover {
  border-color: var(--wp--preset--color--primary);
}
.gform_wrapper .gfield_fileupload_field .gform_fileupload_button {
  display: inline-flex;
  font-size: var(--wp--preset--font-size--small);
  font-weight: 400;
  border: var(--wp--custom--border-width--tiny) solid var(--wp--custom--color--neutral-600);
  border-radius: var(--wp--custom--border-radius--medium);
  position: relative;
  padding: 1rem 1.25rem;
  cursor: pointer;
  z-index: 30;
  text-align: center;
  color: var(--wp--preset--color--primary);
  transition: all 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  margin: 0.625rem 0 0;
  line-height: var(--wp--custom--line-height--medium);
  box-sizing: border-box;
  justify-content: center;
  align-items: center;
}
.gform_wrapper .gfield_fileupload_field .gform_fileupload_filename {
  min-width: 12.5rem;
  margin-left: 1.25rem;
  color: var(--wp--custom--color--neutral-600);
  transition: color 0.3s ease;
}
.gform_wrapper .gfield_fileupload_field .gform_fileupload_filename.file-selected {
  color: var(--wp--preset--color--primary);
  font-weight: 500;
}
.gform_wrapper .gfield_error .gfield_fileupload_field .gform_fileupload_button {
  border-color: var(--wp--preset--color--error);
  color: var(--wp--preset--color--error);
}
.gform_wrapper .gfield_error .gfield_fileupload_field .gform_fileupload_button:hover {
  background: var(--wp--preset--color--error);
  color: var(--wp--preset--color--white);
}
.gform_wrapper .gfield_error .gfield_fileupload_field .gform_fileupload_filename {
  border-color: var(--wp--preset--color--error);
  background: rgba(var(--wp--preset--color--error-rgb), 0.1);
  color: var(--wp--preset--color--error);
}

/* Layout */
.gform_wrapper {
  --gf-grid-columns: 12;
  --gf-field-gap-x: 1rem;
  --gf-field-gap-y: 1.25rem;
}

.gform_wrapper .gform_fields {
  display: grid;
  grid-template-columns: repeat(var(--gf-grid-columns), minmax(0, 1fr));
  column-gap: var(--gf-field-gap-x);
  row-gap: var(--gf-field-gap-y);
  list-style: none;
  margin: 0;
  padding: 0;
}

.gform_wrapper .gform_fields .gfield {
  grid-column: span var(--gf-grid-columns);
  min-width: 0;
  margin: 0 0 0.5rem 0;
}

.gform_wrapper .gform_fields .gfield--width-full {
  grid-column: span var(--gf-grid-columns);
}

.gform_wrapper .gform_fields .gfield--width-eleven-twelfths {
  grid-column: span 11;
}

.gform_wrapper .gform_fields .gfield--width-five-sixths {
  grid-column: span 10;
}

.gform_wrapper .gform_fields .gfield--width-three-quarter {
  grid-column: span 9;
}

.gform_wrapper .gform_fields .gfield--width-two-thirds {
  grid-column: span 8;
}

.gform_wrapper .gform_fields .gfield--width-seven-twelfths {
  grid-column: span 7;
}

.gform_wrapper .gform_fields .gfield--width-half {
  grid-column: span 6;
}

.gform_wrapper .gform_fields .gfield--width-five-twelfths {
  grid-column: span 5;
}

.gform_wrapper .gform_fields .gfield--width-third {
  grid-column: span 4;
}

.gform_wrapper .gform_fields .gfield--width-quarter {
  grid-column: span 3;
}

.gform_wrapper .gform_fields .gfield--width-one-sixth {
  grid-column: span 2;
}

.gform_wrapper .gform_fields .gfield--width-one-twelfth {
  grid-column: span 1;
}

@media (max-width: 767px) {
  .gform_wrapper .gform_fields .gfield:not(.gfield--width-full) {
    grid-column: span var(--gf-grid-columns);
  }
}
.gfield_required {
  display: inline-block;
}
.gfield_required.gfield_required_asterisk {
  display: inline-block;
  color: var(--wp--preset--color--secondary);
}

.gform_wrapper {
  width: 100%;
  font-size: 1rem;
}

.gform_heading,
.gform_body {
  clear: both;
}

.gform_fields {
  list-style: none;
  padding: 0;
  display: flex;
  flex-flow: row wrap;
  margin-inline: calc(var(--gf-field-gap-x) * -1 / 2);
  row-gap: var(--gf-field-gap-y);
}

.gfield {
  margin: 0 0 0.5em 0;
  width: 100%;
}

.gfield_label,
.gfield label {
  display: inline-block;
  color: var(--wp--preset--color-primary);
  font-size: var(--wp--preset--font-size--normal);
  line-height: var(--wp--custom--line-height--medium);
}

.gfield:not(.gfield_contains_required) > label:after {
  content: " (optional).";
  font-weight: 400;
}

.gfield > label:after {
  content: ".";
}

.ginput_container {
  display: inline-block;
  width: 100%;
  overflow: hidden;
}
.ginput_container input[type=text],
.ginput_container input[type=tel],
.ginput_container input[type=email],
.ginput_container textarea,
.ginput_container select {
  display: block;
  width: 100%;
  font-family: var(--wp--preset--font-family--system-sans-serif);
  font-size: var(--wp--preset--font-size--small);
  font-weight: 400;
  line-height: var(--wp--custom--line-height--medium);
  background-color: var(--wp--preset--color--white);
  color: var(--wp--preset--color--primary);
  border: var(--wp--custom--border-width--tiny) solid var(--wp--custom--color--neutral-600);
  border-radius: var(--wp--custom--border-radius--medium);
  box-sizing: border-box;
  padding: 1rem 1.25rem;
  transition: all 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  margin: 0.625rem 0 0;
}
.ginput_container input[type=text]:hover,
.ginput_container input[type=tel]:hover,
.ginput_container input[type=email]:hover,
.ginput_container textarea:hover,
.ginput_container select:hover {
  border-color: var(--wp--custom--color--primary);
  background-color: var(--wp--preset--color--white);
}
.ginput_container input[type=text]:focus, .ginput_container input[type=text]:focus-visible,
.ginput_container input[type=tel]:focus,
.ginput_container input[type=tel]:focus-visible,
.ginput_container input[type=email]:focus,
.ginput_container input[type=email]:focus-visible,
.ginput_container textarea:focus,
.ginput_container textarea:focus-visible,
.ginput_container select:focus,
.ginput_container select:focus-visible {
  outline: none;
  border-color: var(--wp--custom--color--black);
  background-color: var(--wp--preset--color--white);
}

textarea {
  height: 18.75rem;
}

/* Boutons */
.gform_button {
  background-color: var(--wp--preset--color--secondary);
  color: var(--wp--preset--color--white);
  font-family: var(--wp--preset--font-family--system-sans-serif);
  font-size: var(--wp--preset--font-size--small);
  border: var(--wp--custom--border-width--small) solid var(--wp--preset--color--secondary);
  border-radius: 2.375rem;
  text-align: left;
  line-height: var(--wp--custom--line-height--medium);
  padding-left: 2.1875rem;
  padding-right: 1.75rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  height: auto;
  width: auto;
  transition: all 0.5s ease-in-out;
}
.gform_button:hover {
  background: var(--wp--preset--color--black);
  border-color: var(--wp--preset--color--black);
  padding-left: 2.8125rem;
  padding-right: 3.125rem;
}
.gform_button .icon,
.gform_button .svg-arrow-right-white-small {
  vertical-align: -0.1875rem;
  margin-left: 0.9375rem;
  transition: margin-left 0.5s ease-in-out;
}
.gform_button:hover .svg-arrow-right-white-small, .gform_button:hover .icon {
  margin-left: 1.25rem;
  transform: translateX(15px);
}

.gform_wrapper .validation_error {
  color: var(--color-error);
  padding-bottom: 0.9375rem;
  font-size: 1rem;
  background-color: #f9dee9;
  border: 1px solid var(--color-error);
  padding: 0.9375rem;
  border-radius: var(--wp--custom--border-radius--small);
}

.gfield .validation_message {
  background: var(--wp--preset--color--white);
  padding: 0.625rem 1.875rem;
  color: var(--wp--preset--color--black);
  font-size: var(--wp--preset--font-size--tiny);
  margin-top: 1.25rem;
  border-radius: var(--wp--custom--border-radius--small);
}

.gform_validation_container {
  display: none;
}

.gform_confirmation_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

.gform_confirmation_message {
  font-size: 1.25em;
  color: var(--wp--preset--color--black);
}

select {
  appearance: none;
  position: relative;
  padding-top: 1.4375rem;
  padding-bottom: 1.375rem;
  height: 4.6875rem;
  background: var(--wp--preset--color--white) url("../img/icon-chevron.svg") calc(100% - 1.5625rem) center/0.75rem auto no-repeat;
}

fieldset {
  margin-block-start: 1.875rem !important;
  font-size: var(--wp--preset--font-size--tiny);
  font-weight: 400;
  line-height: var(--wp--custom--line-height--medium);
  background-color: var(--wp--preset--color--white);
  color: var(--wp--preset--color--primary);
  border: var(--wp--custom--border-width--tiny) solid var(--wp--custom--color--neutral-600);
  border-radius: var(--wp--custom--border-radius--medium);
  box-sizing: border-box;
  padding: 1rem 1.25rem;
  width: calc(100% - 1.5625rem) !important;
  margin-left: 0.8125rem !important;
}
fieldset:hover, fieldset:focus, fieldset:focus-visible {
  border-color: var(--wp--custom--color--primary);
}
fieldset legend {
  font-size: var(--wp--preset--font-size--small);
  background-color: var(--wp--preset--color--white);
  padding: 0 0.625rem;
}
fieldset .form-check-label {
  font-size: var(--wp--preset--font-size--tiny);
  padding-left: 2.5rem !important;
  margin-left: 0.625rem;
}

/* Singular
---------------------------------------------------------------------------------------------------- */
/* Frontpage
--------------------------------------------- */
.block-area-home-hero {
  position: relative;
  z-index: 0;
}
.block-area-home-hero .wp-block-cover {
  max-width: 100%;
}
.block-area-home-hero--content > * {
  font-family: var(--wp--preset--font-family--system-serif) !important;
}
.block-area-home-hero--content_domaines {
  text-transform: uppercase;
  font-family: var(--wp--preset--font-family--system-serif) !important;
}
.block-area-home-hero--content_baseline {
  font-family: var(--wp--preset--font-family--system-serif) !important;
}
.block-area-home-hero .has-text-align-left {
  text-align: left !important;
}
.block-area-home-hero .wp-element-button {
  border-radius: calc(var(--wp--custom--border-radius--small));
  line-height: 0.8;
  border: none;
}
.block-area-home-hero .wp-element-button span {
  text-transform: uppercase;
  font-family: var(--wp--preset--font-family--system-serif) !important;
  font-size: var(--wp--preset--font-size--medium);
}

.home .home-actus {
  margin-top: var(--wp--preset--spacing--80);
}

.home .site-inner {
  position: relative;
  background: url("../../assets/photo-quimper-france-septembre-vue-cathedrale.jpg") no-repeat center calc(100% - (var(--wp--preset--spacing--75) + var(--wp--preset--spacing--75)));
  background-size: contain;
}
.home .site-inner::after {
  content: "";
  display: block;
  height: 1200px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  pointer-events: none;
  background: linear-gradient(0deg, color-mix(in srgb, var(--wp--preset--color--hover-grey) 60%, transparent) 0%, var(--wp--preset--color--hover-grey) 100%);
}
.home .site-inner > * {
  position: relative;
  z-index: 1;
}
.home-actus {
  max-width: var(--wp--custom--layout--page);
  margin: var(--wp--preset--spacing--80) auto var(--wp--preset--spacing--80) auto;
  padding-left: var(--wp--custom--layout--padding);
  padding-right: var(--wp--custom--layout--padding);
  border-radius: calc(var(--wp--custom--layout--padding) * 2.5);
  background: var(--wp--preset--color--blanc);
  padding: var(--wp--preset--spacing--50);
  display: grid;
  gap: var(--wp--custom--layout--block-gap);
}
.home-actus__header {
  display: flex;
  align-items: baseline;
  gap: var(--wp--custom--layout--block-gap);
}
.home-actus__title {
  margin: 0;
}
.home-actus__all {
  margin-left: auto;
  font-weight: var(--wp--custom--font-weight--bold);
  color: inherit;
  text-decoration: none;
  position: relative;
  display: inline-block;
}
.home-actus__all::after {
  content: "";
  display: block;
  width: calc(var(--wp--custom--layout--padding) * 2.5);
  height: var(--wp--custom--border-width--medium);
  background: var(--wp--preset--color--primary);
  margin: calc(var(--wp--custom--layout--padding) / 4) auto 0;
  transition: width 300ms ease, background-color 300ms ease;
}
.home-actus__all:hover::after {
  width: calc(var(--wp--custom--layout--padding) * 5);
  background: var(--wp--preset--color--secondary);
}
.home-actus__list {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  column-gap: var(--wp--preset--spacing--60);
  row-gap: var(--wp--preset--spacing--60);
}
.home-actus__list > .home-actus-item:first-child {
  grid-column: 1;
  grid-row: 1/span 3;
}
.home-actus__list > .home-actus-item:nth-child(n+2) {
  grid-column: 2;
}
@media (max-width: 767px) {
  .home-actus__list {
    grid-template-columns: 1fr;
  }
  .home-actus__list > .home-actus-item:first-child,
  .home-actus__list > .home-actus-item:nth-child(n+2) {
    grid-column: auto;
    grid-row: auto;
  }
}
.home-actus-item {
  --domaine--color: var(--wp--preset--color--primary);
  --featured-image: none;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  transition: all 0.3s ease-in-out;
  border-radius: var(--wp--custom--border-radius--medium);
}
.home-actus-item .home-actus-item__image,
.home-actus-item .home-actus-item__content {
  align-self: center;
}
.home-actus-item:hover {
  background: var(--wp--preset--color--hover-grey);
}
.home-actus-item:hover .home-actus-item__image {
  border-radius: var(--wp--custom--border-radius--medium) 0 0 var(--wp--custom--border-radius--medium);
}
.home-actus-item--featured {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border-radius: var(--wp--custom--border-radius--big);
  background-color: var(--wp--preset--color--primary);
  min-height: calc(var(--wp--custom--layout--padding) * 20);
  display: flex;
  align-items: flex-end;
}
.home-actus-item--featured::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--featured-image);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transform: scale(1);
  transform-origin: center;
  transition: transform 0.5s ease-in-out;
  mix-blend-mode: luminosity;
  z-index: 0;
}
.home-actus-item--featured::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(29, 37, 87, 0) 59.62%, var(--wp--preset--color--primary) 100%);
  z-index: 1;
}
.home-actus-item--featured:hover {
  background-color: var(--wp--preset--color--primary);
}
.home-actus-item--featured:hover::before {
  transform: scale(1.05);
}
.home-actus-item--featured .home-actus-item__content {
  position: relative;
  z-index: 2;
}
.home-actus-item--featured .home-actus-item__content::before {
  content: "";
  position: absolute;
  left: calc(-1 * var(--wp--preset--spacing--30));
  top: 0;
  bottom: 0;
  width: 5px;
  background-color: var(--domaine--color);
  border-radius: 3px;
  z-index: 2;
}
.home-actus-item--featured .home-actus-item__meta::after {
  display: none;
  content: none;
}
.home-actus-item--featured .home-actus-item__link {
  position: relative;
  z-index: 3;
  display: block;
  width: 100%;
  background-color: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--blanc);
  text-decoration: none;
  padding: var(--wp--preset--spacing--60);
  padding-left: calc(var(--wp--preset--spacing--60) + var(--wp--preset--spacing--20));
}
.home-actus-item--featured .home-actus-item__link::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -90px;
  height: 100px;
  background: linear-gradient(to bottom, color-mix(in srgb, var(--wp--preset--color--primary) 0%, transparent) 0%, var(--wp--preset--color--primary) 90%, var(--wp--preset--color--primary) 100%);
  z-index: 1;
}
.home-actus-item--featured .home-actus-item__date {
  color: inherit;
}
.home-actus-item--featured .home-actus-item__title {
  margin: 0;
  color: inherit;
  font-size: calc(var(--wp--custom--layout--padding) * 1.4);
  line-height: 1.4;
}
.home-actus-item__image {
  width: calc(var(--wp--custom--layout--padding) * 7.5);
  height: calc(var(--wp--custom--layout--padding) * 7.5);
  border-radius: 50%;
  overflow: hidden;
  display: block;
  transition: all 0.3s ease-in-out;
}
.home-actus-item__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.home-actus-item__content {
  min-width: 0;
  padding: var(--wp--preset--spacing--20) var(--wp--preset--spacing--30);
}
.home-actus-item__meta {
  display: flex;
  align-items: center;
  gap: var(--wp--preset--spacing--30);
  margin-bottom: var(--wp--preset--spacing--20);
}
.home-actus-item__meta::after {
  content: "";
  height: var(--wp--custom--border-width--medium);
  flex: 1;
  background-color: color-mix(in srgb, var(--domaine--color) 70%, transparent);
  border-radius: var(--wp--custom--border-radius--medium);
}
.home-actus-item__date {
  font-weight: var(--wp--custom--font-weight--bold);
  color: var(--wp--preset--color--text);
}
.home-actus-item__title {
  margin: 0;
  font-size: var(--wp--preset--font-size--large);
  font-weight: var(--wp--custom--font-weight--black);
  line-height: var(--wp--custom--line-height--tiny);
}
.home-actus-item__title a {
  color: inherit;
  text-decoration: none;
}
.home-domaines {
  max-width: var(--wp--custom--layout--page);
  margin-left: auto;
  margin-right: auto;
  margin-top: var(--wp--preset--spacing--80);
  margin-bottom: var(--wp--preset--spacing--80);
  padding-left: var(--wp--custom--layout--padding);
  padding-right: var(--wp--custom--layout--padding);
}
.home-domaines__header {
  text-align: center;
  max-width: var(--wp--custom--layout--content);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: var(--wp--preset--spacing--60);
}
.home-domaines__title {
  margin-top: 0;
  margin-bottom: var(--wp--preset--spacing--30);
}
.home-domaines__intro {
  margin: 0;
}
.home-content-voies {
  width: 100%;
}
.home-content-voies--link {
  border-radius: var(--wp--custom--border-radius--big);
  min-height: 311px;
  display: flex;
  flex-direction: column;
}
.home-content-voies--link .wp-element-button {
  transition: all 0.5s ease-in-out;
}
.home-content-voies--link .wp-element-button:focus, .home-content-voies--link .wp-element-button:hover {
  padding-left: var(--wp--preset--spacing--40);
  padding-right: var(--wp--preset--spacing--40);
}
.home-content-voies--link.has-primary-background-color .wp-element-button:focus, .home-content-voies--link.has-primary-background-color .wp-element-button:hover {
  background-color: var(--wp--preset--color--secondary) !important;
  color: var(--wp--preset--color--primary) !important;
  border-color: var(--wp--preset--color--secondary) !important;
}
.home-content-voies--link.has-secondary-background-color .wp-element-button:focus, .home-content-voies--link.has-secondary-background-color .wp-element-button:hover {
  background-color: var(--wp--preset--color--blanc) !important;
  color: var(--wp--preset--color--primary) !important;
  border-color: var(--wp--preset--color--blanc) !important;
}
.home-content-voies--link.has-blanc-background-color .wp-element-button:focus, .home-content-voies--link.has-blanc-background-color .wp-element-button:hover {
  background-color: var(--wp--preset--color--secondary) !important;
  color: var(--wp--preset--color--primary) !important;
  border-color: var(--wp--preset--color--secondary) !important;
}
.home-content-voies--link .wp-block-buttons {
  margin-top: auto;
}
.home {
  /* Section découvrir le lycée */
}
.home-discover {
  margin-bottom: 0 !important;
  padding-bottom: calc(var(--wp--preset--spacing--75) * 2);
}
.home-discover .has-h-1-font-size {
  font-weight: var(--wp--custom--font-weight--black) !important;
}
.home-discover .has-h-1-font-size:not(strong) {
  font-weight: var(--wp--custom--font-weight--light) !important;
}
.home-discover p {
  line-height: var(--wp--custom--line-height--large) !important;
}

.cards-domaines-formations {
  display: flex;
  align-items: center;
  text-decoration: none;
  transform: none;
}
.cards-domaines-formations .logo-le-paraclet-cmjn-filet-2 {
  transform: translate(-50%, 0);
  transition: all 0.25s ease-in-out;
}
.cards-domaines-formations .logo-le-paraclet-cmjn-filet-2-wrapper {
  background-blend-mode: normal;
  transform-origin: center;
  transition: transform 0.25s ease-in-out;
}
.cards-domaines-formations .logo-le-paraclet-cmjn-filet-2-wrapper::after {
  transition: height 0.25s ease-in-out;
}
.cards-domaines-formations:hover, .cards-domaines-formations:focus-visible {
  transform: none;
}
.cards-domaines-formations:hover .logo-le-paraclet-cmjn-filet-2, .cards-domaines-formations:focus-visible .logo-le-paraclet-cmjn-filet-2 {
  transform: translate(-50%, -15%);
  width: 175px;
  height: 175px;
}
.cards-domaines-formations:hover .logo-le-paraclet-cmjn-filet-2-wrapper, .cards-domaines-formations:focus-visible .logo-le-paraclet-cmjn-filet-2-wrapper {
  background-blend-mode: luminosity;
  transform: scale(0.95);
}
.cards-domaines-formations:hover .logo-le-paraclet-cmjn-filet-2-wrapper::after, .cards-domaines-formations:focus-visible .logo-le-paraclet-cmjn-filet-2-wrapper::after {
  height: 100%;
}
.cards-domaines-formations-parent {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  gap: var(--wp--preset--spacing--60);
}
@media (max-width: 767px) {
  .cards-domaines-formations-parent {
    flex-direction: column;
  }
}

.wp-block-button.has-arrow > .wp-element-button, .wp-block-button.has-download > .wp-element-button {
  position: relative;
  padding-right: calc(var(--wp--preset--spacing--50) * 2);
  display: inline-flex;
  align-items: center;
  gap: 1.875rem;
  transition: all 0.5s ease-in-out;
  font-size: var(--wp--preset--font-size--medium);
  text-decoration: none;
}
.wp-block-button.has-arrow > .wp-element-button:hover, .wp-block-button.has-arrow > .wp-element-button:focus, .wp-block-button.has-download > .wp-element-button:hover, .wp-block-button.has-download > .wp-element-button:focus {
  padding-right: calc(var(--wp--preset--spacing--75) * 2);
  border-color: var(--wp--preset--color--secondary) !important;
}
.wp-block-button.has-arrow > .wp-element-button .icon, .wp-block-button.has-download > .wp-element-button .icon {
  position: absolute;
  right: 2.1875rem;
  top: 50%;
  transform: translateY(-50%);
  display: inline-flex;
  flex-shrink: 0;
  transition: all 0.5s ease-in-out;
}
.wp-block-button.has-arrow > .wp-element-button .icon svg, .wp-block-button.has-download > .wp-element-button .icon svg {
  width: 1rem;
  height: 0.6875rem;
}

/* Layout */
.block-area-offcanvas-megamenu {
  min-width: 0;
}
.block-area-offcanvas-megamenu > * {
  margin: 0;
  max-width: none;
}
@media (min-width: 769px) {
  .block-area-offcanvas-megamenu {
    display: flex;
    justify-content: flex-end;
  }
}
@media (max-width: 768px) {
  .block-area-offcanvas-megamenu {
    background: var(--wp--preset--color--background);
    bottom: 0;
    display: flex;
    gap: var(--wp--preset--spacing--50);
    left: 0;
    max-width: 100vw;
    overflow-y: auto;
    padding: var(--wp--custom--layout--padding);
    pointer-events: none;
    position: fixed;
    right: 0;
    top: var(--offcanvas-header-height, 0);
    transform: translateY(-110%);
    transition: transform 0.3s ease, visibility 0.3s ease;
    visibility: hidden;
    z-index: 1000;
  }
  .block-area-offcanvas-megamenu.active {
    pointer-events: auto;
    transform: translateY(0);
    visibility: visible;
  }
  .block-area-offcanvas-megamenu .menu {
    margin: 0;
    padding: 0;
  }
}
.block-area-offcanvas-megamenu .simple-mega-menu {
  --smm-panel-radius: var(--wp--custom--border-radius--big);
  display: flex;
  min-width: 0;
  width: auto;
  max-width: 100%;
  margin: 0;
  padding-top: var(--wp--preset--spacing--30);
}
@media (min-width: 769px) {
  .block-area-offcanvas-megamenu .simple-mega-menu > .smm-burger__wrapper {
    display: none;
  }
}
.block-area-offcanvas-megamenu .simple-mega-menu__list {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 0;
  width: auto;
}
@media (min-width: 769px) {
  .block-area-offcanvas-megamenu .simple-mega-menu__list {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: var(--wp--preset--spacing--15);
    min-width: 0;
    width: auto;
  }
}
.block-area-offcanvas-megamenu .smm-item {
  position: relative;
}
@media (min-width: 769px) {
  .block-area-offcanvas-megamenu .smm-item {
    flex: 0 0 auto;
  }
}
.block-area-offcanvas-megamenu .smm-item.contact-item a {
  text-decoration: none;
}
@media (min-width: 769px) {
  .block-area-offcanvas-megamenu .smm-item.contact-item .mega-menu-item__title a::after {
    content: "";
    display: block;
    width: 0;
    height: calc(var(--wp--custom--border-width--tiny) * 2);
    background: var(--wp--preset--color--primary);
    margin: calc(var(--wp--custom--layout--padding) / 4) auto 0;
    transition: width 300ms ease, background-color 300ms ease;
  }
}
@media (min-width: 769px) {
  .block-area-offcanvas-megamenu .smm-item.contact-item .mega-menu-item__title:hover a::after, .block-area-offcanvas-megamenu .smm-item.contact-item .mega-menu-item__title:focus-within a::after {
    width: 100%;
  }
}
.block-area-offcanvas-megamenu .smm-item > .mega-menu-item__title {
  border: none;
  color: var(--wp--preset--color--primary);
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: var(--wp--preset--spacing--5);
  font-family: var(--wp--preset--font-family--system-serif);
  font-size: var(--wp--preset--font-size--large);
  font-weight: var(--wp--custom--font-weight--black);
  line-height: 1.3;
  position: relative;
  padding: var(--wp--preset--spacing--10) var(--wp--preset--spacing--20);
  text-decoration: none;
}
.block-area-offcanvas-megamenu .smm-item > .mega-menu-item__title::after {
  display: none;
  content: none;
}
.block-area-offcanvas-megamenu .smm-item > .mega-menu-item__title > span {
  flex: 0 1 auto;
}
.block-area-offcanvas-megamenu .smm-item > .mega-menu-item__title .submenu-expand {
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
  outline: none;
  cursor: pointer;
  position: absolute;
  line-height: 0;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 42px;
  height: 10px;
  display: inline-block;
  padding-left: var(--wp--preset--spacing--15);
}
.block-area-offcanvas-megamenu .smm-item > .mega-menu-item__title .submenu-expand svg {
  width: 42px;
  height: 10px;
  cursor: pointer;
  color: currentColor;
  line-height: 0;
}
.block-area-offcanvas-megamenu .smm-item > .mega-menu-item__title .submenu-expand:not(.expanded) .close, .block-area-offcanvas-megamenu .smm-item > .mega-menu-item__title .submenu-expand.expanded .open {
  display: none;
}
@media (min-width: 769px) {
  .block-area-offcanvas-megamenu .smm-item > .mega-menu-item__title span::after {
    content: "";
    display: block;
    width: 0;
    height: calc(var(--wp--custom--border-width--tiny) * 2);
    background: var(--wp--preset--color--primary);
    margin: calc(var(--wp--custom--layout--padding) / 4) auto 0;
    transition: width 300ms ease, background-color 300ms ease;
  }
}
.block-area-offcanvas-megamenu .smm-item > .mega-menu-item__title:hover, .block-area-offcanvas-megamenu .smm-item > .mega-menu-item__title:focus-within {
  color: var(--wp--preset--color--primary);
}
@media (min-width: 769px) {
  .block-area-offcanvas-megamenu .smm-item > .mega-menu-item__title:hover span::after, .block-area-offcanvas-megamenu .smm-item > .mega-menu-item__title:focus-within span::after {
    width: 100%;
  }
}
.block-area-offcanvas-megamenu .smm-item > .mega-menu-item__title ~ .wp-block-simple-mega-menu-mega-menu-item {
  background: var(--wp--preset--color--blanc);
  border-radius: 0 0 var(--wp--preset--spacing--80) 0;
  padding: var(--wp--preset--spacing--70) var(--wp--preset--spacing--75) var(--wp--preset--spacing--30) var(--wp--preset--spacing--75);
}
.block-area-offcanvas-megamenu .smm-item > .mega-menu-item__title ~ .wp-block-simple-mega-menu-mega-menu-item.simple-mega-menu_no-megamenu {
  border-bottom-right-radius: var(--wp--preset--spacing--50);
}
@media (min-width: 769px) {
  .block-area-offcanvas-megamenu .smm-item > .mega-menu-item__title ~ .wp-block-simple-mega-menu-mega-menu-item {
    display: none;
    position: absolute;
    top: var(--wp--preset--spacing--70);
    left: 0;
    margin-top: 0;
    z-index: 10;
  }
  .block-area-offcanvas-megamenu .smm-item > .mega-menu-item__title ~ .wp-block-simple-mega-menu-mega-menu-item:not(.simple-mega-menu_no-megamenu) {
    min-width: 825px;
  }
  .block-area-offcanvas-megamenu .smm-item:hover > .mega-menu-item__title ~ .wp-block-simple-mega-menu-mega-menu-item, .block-area-offcanvas-megamenu .smm-item:focus-within > .mega-menu-item__title ~ .wp-block-simple-mega-menu-mega-menu-item {
    display: block;
  }
  .block-area-offcanvas-megamenu .smm-item:hover > .mega-menu-item__title ~ .wp-block-simple-mega-menu-mega-menu-item.simple-mega-menu_no-megamenu, .block-area-offcanvas-megamenu .smm-item:focus-within > .mega-menu-item__title ~ .wp-block-simple-mega-menu-mega-menu-item.simple-mega-menu_no-megamenu {
    display: flex;
  }
}
@media (max-width: 768px) {
  .block-area-offcanvas-megamenu .smm-item > .mega-menu-item__title ~ .wp-block-simple-mega-menu-mega-menu-item {
    display: none;
  }
  .block-area-offcanvas-megamenu .smm-item > .mega-menu-item__title .submenu-expand {
    position: absolute;
    top: 0;
    right: 0;
    transform: none;
    width: 44px;
    height: 44px;
  }
  .block-area-offcanvas-megamenu .smm-item > .mega-menu-item__title .submenu-expand svg {
    width: 18px;
    height: 18px;
  }
  .block-area-offcanvas-megamenu .smm-item > .mega-menu-item__title .submenu-expand.expanded {
    transform: rotate(180deg);
  }
  .block-area-offcanvas-megamenu .smm-item > .mega-menu-item__title .submenu-expand.expanded + .sub-menu {
    display: block;
  }
  .block-area-offcanvas-megamenu .smm-item.is-expanded > .mega-menu-item__title ~ .wp-block-simple-mega-menu-mega-menu-item {
    display: block;
  }
}
.block-area-offcanvas-megamenu .simple-mega-menu_no-megamenu {
  flex-direction: column;
  width: auto;
  margin: 0;
  list-style: none;
}
.block-area-offcanvas-megamenu .simple-mega-menu_no-megamenu .mega-menu-link {
  justify-content: flex-start;
}
.block-area-offcanvas-megamenu .simple-mega-menu_no-megamenu li {
  list-style: none;
  position: relative;
  padding-right: var(--wp--preset--spacing--5);
}
.block-area-offcanvas-megamenu .simple-mega-menu_no-megamenu a {
  border: none;
  color: var(--wp--preset--color--primary);
  display: block;
  font-family: var(--wp--preset--font-family--system-serif);
  font-size: var(--wp--preset--font-size--large);
  font-weight: var(--wp--custom--font-weight--black);
  line-height: 1.3;
  position: relative;
  padding: var(--wp--preset--spacing--20) var(--wp--preset--spacing--10);
  text-decoration: none;
}
.block-area-offcanvas-megamenu .wp-block-simple-mega-menu-mega-menu-item .wp-block-columns {
  margin: 0;
  padding: 0;
}
.block-area-offcanvas-megamenu .wp-block-simple-mega-menu-mega-menu-item > .wp-block-columns > .wp-block-column {
  gap: var(--wp--preset--spacing--10);
  padding: var(--wp--preset--spacing--25) var(--wp--preset--spacing--50) var(--wp--preset--spacing--75) var(--wp--preset--spacing--75);
  flex: 1 1 0;
}
.block-area-offcanvas-megamenu .wp-block-simple-mega-menu-mega-menu-item > .wp-block-columns > .wp-block-column:first-child {
  padding-right: var(--wp--preset--spacing--20);
  position: relative;
}
.block-area-offcanvas-megamenu .wp-block-simple-mega-menu-mega-menu-item > .wp-block-columns > .wp-block-column:first-child::after {
  content: "";
  display: block;
  position: absolute;
  right: calc(-1 * var(--wp--preset--spacing--50));
  top: 0;
  width: var(--wp--custom--border-width--tiny);
  height: 100%;
  background-color: var(--wp--preset--color--noir);
}
.block-area-offcanvas-megamenu .wp-block-simple-mega-menu-mega-menu-item > .wp-block-columns > .wp-block-column:first-child + .wp-block-column {
  padding-left: var(--wp--preset--spacing--75);
  position: relative;
}
.block-area-offcanvas-megamenu .wp-block-simple-mega-menu-mega-menu-item > .wp-block-columns > .wp-block-column .block-area p strong {
  font-size: var(--wp--preset--font-size--small) !important;
}
.block-area-offcanvas-megamenu .wp-block-simple-mega-menu-mega-menu-item .wp-block-paragraph {
  margin: 0 0 var(--wp--preset--spacing--20);
}
.block-area-offcanvas-megamenu .wp-block-simple-mega-menu-mega-menu-item .wp-block-paragraph.has-arrow-right {
  margin-top: var(--wp--preset--spacing--50);
  transition: all 0.5s ease;
}
.block-area-offcanvas-megamenu .wp-block-simple-mega-menu-mega-menu-item .wp-block-paragraph.has-arrow-right:hover, .block-area-offcanvas-megamenu .wp-block-simple-mega-menu-mega-menu-item .wp-block-paragraph.has-arrow-right:focus {
  margin-left: var(--wp--preset--spacing--20);
}
.block-area-offcanvas-megamenu .wp-block-simple-mega-menu-mega-menu-item .wp-block-paragraph.has-arrow-right a {
  text-decoration: none;
}
.block-area-offcanvas-megamenu .wp-block-simple-mega-menu-mega-menu-item .wp-block-paragraph.has-arrow-right .icon {
  transition: all 0.5s ease;
  margin-left: var(--wp--preset--spacing--10);
}
.block-area-offcanvas-megamenu .wp-block-simple-mega-menu-mega-menu-item .wp-block-paragraph > strong {
  align-items: center;
  display: flex;
  font-size: var(--wp--preset--font-size--medium);
}
.block-area-offcanvas-megamenu .wp-block-simple-mega-menu-mega-menu-item .wp-block-paragraph > strong::after {
  content: "";
  flex: 1 1 auto;
  display: inline-block;
  max-width: 50px;
  background: var(--wp--preset--color--primary);
  height: 1px;
  transform: translateX(var(--wp--preset--spacing--10));
}
.block-area-offcanvas-megamenu .wp-block-simple-mega-menu-mega-menu-item .wp-block-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.block-area-offcanvas-megamenu .wp-block-simple-mega-menu-mega-menu-item .wp-block-list li {
  margin: 0;
  padding: 0;
}
.block-area-offcanvas-megamenu .wp-block-simple-mega-menu-mega-menu-item .simple-mega-menu_domaine--color--hotellerie-restauration {
  --smm-domaine-dot: var(--wp--preset--color--hotellerie-light);
}
.block-area-offcanvas-megamenu .wp-block-simple-mega-menu-mega-menu-item .simple-mega-menu_domaine--color--boulangerie-patisserie {
  --smm-domaine-dot: var(--wp--preset--color--boulangerie-light);
}
.block-area-offcanvas-megamenu .wp-block-simple-mega-menu-mega-menu-item .simple-mega-menu_domaine--color--arts-appliques {
  --smm-domaine-dot: var(--wp--preset--color--arts-light);
}
.block-area-offcanvas-megamenu .wp-block-simple-mega-menu-mega-menu-item .simple-mega-menu_domaine--color--hotellerie-restauration > a, .block-area-offcanvas-megamenu .wp-block-simple-mega-menu-mega-menu-item .simple-mega-menu_domaine--color--boulangerie-patisserie > a, .block-area-offcanvas-megamenu .wp-block-simple-mega-menu-mega-menu-item .simple-mega-menu_domaine--color--arts-appliques > a {
  align-items: center;
  display: inline-flex;
  gap: var(--wp--preset--spacing--10);
  padding-block: var(--wp--preset--spacing--15);
  text-decoration: none;
  font-family: var(--wp--preset--font-family--system-serif);
  font-weight: var(--wp--custom--font-weight--black);
  font-size: var(--wp--preset--font-size--large);
}
.block-area-offcanvas-megamenu .wp-block-simple-mega-menu-mega-menu-item .simple-mega-menu_domaine--color--hotellerie-restauration > a::before, .block-area-offcanvas-megamenu .wp-block-simple-mega-menu-mega-menu-item .simple-mega-menu_domaine--color--boulangerie-patisserie > a::before, .block-area-offcanvas-megamenu .wp-block-simple-mega-menu-mega-menu-item .simple-mega-menu_domaine--color--arts-appliques > a::before {
  content: "";
  display: inline-block;
  background-color: var(--smm-domaine-dot);
  height: calc(var(--wp--preset--spacing--15) + var(--wp--custom--border-width--tiny));
  width: calc(var(--wp--preset--spacing--15) + var(--wp--custom--border-width--tiny));
  -webkit-mask: url("../icons/utility/puce.svg") no-repeat center/contain;
  mask: url("../icons/utility/puce.svg") no-repeat center/contain;
  flex: 0 0 auto;
  margin-top: var(--wp--preset--spacing--5);
}
.block-area-offcanvas-megamenu .wp-block-simple-mega-menu-mega-menu-item .wp-block-column .wp-block-list:not(:has(.simple-mega-menu_domaine--color--hotellerie-restauration,
.simple-mega-menu_domaine--color--boulangerie-patisserie,
.simple-mega-menu_domaine--color--arts-appliques)) li {
  padding-block: var(--wp--preset--spacing--20);
}
.block-area-offcanvas-megamenu .wp-block-simple-mega-menu-mega-menu-item .wp-block-column .wp-block-list:not(:has(.simple-mega-menu_domaine--color--hotellerie-restauration,
.simple-mega-menu_domaine--color--boulangerie-patisserie,
.simple-mega-menu_domaine--color--arts-appliques)) a {
  display: inline-block;
  text-decoration: none;
  font-family: var(--wp--preset--font-family--system-serif);
  font-weight: var(--wp--custom--font-weight--black);
  font-size: var(--wp--preset--font-size--large);
  line-height: var(--wp--custom--line-height--small);
}

/*# sourceMappingURL=main.css.map */
