/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

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

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
.choices {
  position: relative;
  overflow: hidden;
  margin-bottom: 24px;
  font-size: 16px;
}
.choices:focus {
  outline: 0;
}
.choices:last-child {
  margin-bottom: 0;
}
.choices.is-open {
  overflow: visible;
}
.choices.is-disabled .choices__inner,
.choices.is-disabled .choices__input {
  background-color: #eaeaea;
  cursor: not-allowed;
  -webkit-user-select: none;
  user-select: none;
}
.choices.is-disabled .choices__item {
  cursor: not-allowed;
}
.choices [hidden] {
  display: none !important;
}
.choices[data-type*="select-one"] {
  cursor: pointer;
}
.choices[data-type*="select-one"] .choices__inner {
  padding-bottom: 7.5px;
}
.choices[data-type*="select-one"] .choices__input {
  display: block;
  width: 100%;
  padding: 10px;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
  margin: 0;
}
.choices[data-type*="select-one"] .choices__button {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);
  padding: 0;
  background-size: 8px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -10px;
  margin-right: 25px;
  height: 20px;
  width: 20px;
  border-radius: 10em;
  opacity: 0.25;
}
.choices[data-type*="select-one"] .choices__button:focus,
.choices[data-type*="select-one"] .choices__button:hover {
  opacity: 1;
}
.choices[data-type*="select-one"] .choices__button:focus {
  box-shadow: 0 0 0 2px #00bcd4;
}
.choices[data-type*="select-one"]
  .choices__item[data-value=""]
  .choices__button {
  display: none;
}
.choices[data-type*="select-one"]::after {
  content: "";
  height: 0;
  width: 0;
  border-style: solid;
  border-color: #333 transparent transparent;
  border-width: 5px;
  position: absolute;
  right: 11.5px;
  top: 50%;
  margin-top: -2.5px;
  pointer-events: none;
}
.choices[data-type*="select-one"].is-open::after {
  border-color: transparent transparent #333;
  margin-top: -7.5px;
}
.choices[data-type*="select-one"][dir="rtl"]::after {
  left: 11.5px;
  right: auto;
}
.choices[data-type*="select-one"][dir="rtl"] .choices__button {
  right: auto;
  left: 0;
  margin-left: 25px;
  margin-right: 0;
}
.choices[data-type*="select-multiple"] .choices__inner,
.choices[data-type*="text"] .choices__inner {
  cursor: text;
}
.choices[data-type*="select-multiple"] .choices__button,
.choices[data-type*="text"] .choices__button {
  position: relative;
  display: inline-block;
  margin: 0 -4px 0 8px;
  padding-left: 16px;
  border-left: 1px solid #008fa1;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);
  background-size: 8px;
  width: 8px;
  line-height: 1;
  opacity: 0.75;
  border-radius: 0;
}
.choices[data-type*="select-multiple"] .choices__button:focus,
.choices[data-type*="select-multiple"] .choices__button:hover,
.choices[data-type*="text"] .choices__button:focus,
.choices[data-type*="text"] .choices__button:hover {
  opacity: 1;
}
.choices__inner {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  background-color: #f9f9f9;
  padding: 7.5px 7.5px 3.75px;
  border: 1px solid #ddd;
  border-radius: 2.5px;
  font-size: 14px;
  min-height: 44px;
  overflow: hidden;
}
.is-focused .choices__inner,
.is-open .choices__inner {
  border-color: #b7b7b7;
}
.is-open .choices__inner {
  border-radius: 2.5px 2.5px 0 0;
}
.is-flipped.is-open .choices__inner {
  border-radius: 0 0 2.5px 2.5px;
}
.choices__list {
  margin: 0;
  padding-left: 0;
  list-style: none;
}
.choices__list--single {
  display: inline-block;
  padding: 4px 16px 4px 4px;
  width: 100%;
}
[dir="rtl"] .choices__list--single {
  padding-right: 4px;
  padding-left: 16px;
}
.choices__list--single .choices__item {
  width: 100%;
}
.choices__list--multiple {
  display: inline;
}
.choices__list--multiple .choices__item {
  display: inline-block;
  vertical-align: middle;
  border-radius: 20px;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 500;
  margin-right: 3.75px;
  margin-bottom: 3.75px;
  background-color: #00bcd4;
  border: 1px solid #00a5bb;
  color: #fff;
  word-break: break-all;
  box-sizing: border-box;
}
.choices__list--multiple .choices__item[data-deletable] {
  padding-right: 5px;
}
[dir="rtl"] .choices__list--multiple .choices__item {
  margin-right: 0;
  margin-left: 3.75px;
}
.choices__list--multiple .choices__item.is-highlighted {
  background-color: #00a5bb;
  border: 1px solid #008fa1;
}
.is-disabled .choices__list--multiple .choices__item {
  background-color: #aaa;
  border: 1px solid #919191;
}
.choices__list--dropdown,
.choices__list[aria-expanded] {
  visibility: hidden;
  z-index: 1;
  position: absolute;
  width: 100%;
  background-color: #fff;
  border: 1px solid #ddd;
  top: 100%;
  margin-top: -1px;
  border-bottom-left-radius: 2.5px;
  border-bottom-right-radius: 2.5px;
  overflow: hidden;
  word-break: break-all;
  will-change: visibility;
}
.is-active.choices__list--dropdown,
.is-active.choices__list[aria-expanded] {
  visibility: visible;
}
.is-open .choices__list--dropdown,
.is-open .choices__list[aria-expanded] {
  border-color: #b7b7b7;
}
.is-flipped .choices__list--dropdown,
.is-flipped .choices__list[aria-expanded] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: -1px;
  border-radius: 0.25rem 0.25rem 0 0;
}
.choices__list--dropdown .choices__list,
.choices__list[aria-expanded] .choices__list {
  position: relative;
  max-height: 300px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  will-change: scroll-position;
}
.choices__list--dropdown .choices__item,
.choices__list[aria-expanded] .choices__item {
  position: relative;
  padding: 10px;
  font-size: 14px;
}
[dir="rtl"] .choices__list--dropdown .choices__item,
[dir="rtl"] .choices__list[aria-expanded] .choices__item {
  text-align: right;
}
@media (min-width: 640px) {
  .choices__list--dropdown .choices__item--selectable,
  .choices__list[aria-expanded] .choices__item--selectable {
    padding-right: 100px;
  }
  .choices__list--dropdown .choices__item--selectable::after,
  .choices__list[aria-expanded] .choices__item--selectable::after {
    content: attr(data-select-text);
    font-size: 12px;
    opacity: 0;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
  }
  [dir="rtl"] .choices__list--dropdown .choices__item--selectable,
  [dir="rtl"] .choices__list[aria-expanded] .choices__item--selectable {
    text-align: right;
    padding-left: 100px;
    padding-right: 10px;
  }
  [dir="rtl"] .choices__list--dropdown .choices__item--selectable::after,
  [dir="rtl"] .choices__list[aria-expanded] .choices__item--selectable::after {
    right: auto;
    left: 10px;
  }
}
.choices__list--dropdown .choices__item--selectable.is-highlighted,
.choices__list[aria-expanded] .choices__item--selectable.is-highlighted {
  background-color: #f2f2f2;
}
.choices__list--dropdown .choices__item--selectable.is-highlighted::after,
.choices__list[aria-expanded] .choices__item--selectable.is-highlighted::after {
  opacity: 0.5;
}
.choices__item {
  cursor: default;
}
.choices__item--selectable {
  cursor: pointer;
}
.choices__item--disabled {
  cursor: not-allowed;
  -webkit-user-select: none;
  user-select: none;
  opacity: 0.5;
}
.choices__heading {
  font-weight: 600;
  font-size: 12px;
  padding: 10px;
  border-bottom: 1px solid #f7f7f7;
  color: gray;
}
.choices__button {
  text-indent: -9999px;
  -webkit-appearance: none;
  appearance: none;
  border: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
.choices__button:focus,
.choices__input:focus {
  outline: 0;
}
.choices__input {
  display: inline-block;
  vertical-align: baseline;
  background-color: #f9f9f9;
  font-size: 14px;
  margin-bottom: 5px;
  border: 0;
  border-radius: 0;
  max-width: 100%;
  padding: 4px 0 4px 2px;
}
.choices__input::-webkit-search-cancel-button,
.choices__input::-webkit-search-decoration,
.choices__input::-webkit-search-results-button,
.choices__input::-webkit-search-results-decoration {
  display: none;
}
.choices__input::-ms-clear,
.choices__input::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}
[dir="rtl"] .choices__input {
  padding-right: 2px;
  padding-left: 0;
}
.choices__placeholder {
  opacity: 0.5;
}
:root {
  --container-width: 1460px;
  --large-container-width: 100%;
  --medium-container-width: 1150px;
  --container-margin: 0 5.125rem;
  --container-padding: 0 1.25rem;
  --container-padding--small: 0 0.938rem;
  --archive-header-grey: #e3e3e3;
  --grey-color: #333333;
  --light-grey-color: #f8f8f8;
  --light-grey-2-color: #d4d4d4;
  --light-grey-3-color: #fafafa;
  --mid-grey-color: #666666;
  --mid-grey-color-2: #959595;
  --border-grey-color: #d9d9d9;
  --cream-color: #f9f3eb;
  --color-white: #fff;
  --color-white-transparent: rgba(255, 255, 255, 0.6);
  --color-black: #000;
  --color-grey: #c4c4c4;
  --color-grey-light: #efeeee;
  --color-grey-dark: #333;
  --color-grey-dark-2: #525252;
  --color-green: #8acba9;
  --color-green-light: #dceee8;
  --color-green-dark: #1c551c;
  --color-purple: #901f52;
  --color-purple-light: #e1b6c8;
  --color-yellow: #bc8400;
  --color-yellow-light: #f8eb96;
  --color-blue-activity: #98cde6;
  --color-blue-activity-transparent: rgba(152, 205, 230, 0.1);
  --color-blue: #08509f;
  --color-blue-light: #005cae;
}
sup {
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
  position: relative;
  top: -0.5em;
}
.checkbox *,
.checkbox ::before,
.checkbox ::after,
.radio *,
.radio ::before,
.radio ::after {
  box-sizing: border-box;
}
.checkbox input,
.radio input {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.checkbox input ~ label,
.radio input ~ label {
  display: flex;
  line-height: 1.1;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.checkbox input ~ label::before,
.radio input ~ label::before {
  content: "";
  width: 1em;
  height: 1em;
  background-color: #fff;
  box-shadow: 0 0 0 1px #000;
  background-position: center;
  background-repeat: no-repeat;
  flex-shrink: 0;
  margin-right: 0.5em;
  transform: translateY(-15%);
}
.checkbox input ~ label a,
.radio input ~ label a {
  margin-right: 0.3em;
  margin-left: 0.3em;
}
.checkbox input:focus ~ label::before,
.radio input:focus ~ label::before {
  box-shadow: 0 0 0 2px #000;
}
.checkbox input ~ label::before {
  border-radius: 2px;
}
.checkbox input:checked ~ label::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M20.285 2l-11.285 11.567-5.286-5.011-3.714 3.716 9 8.728 15-15.285z' fill='black' /%3E%3C/svg%3E");
  background-size: 70% 70%;
}
.radio input ~ label::before {
  border-radius: 50%;
}
.radio input:checked ~ label::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='12' fill='black' /%3E%3C/svg%3E");
  background-size: 45% 45%;
}
:root {
  --swiper-theme-color: #007aff;
}
:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(
    --swiper-wrapper-transition-timing-function,
    initial
  );
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-horizontal {
  touch-action: pan-y;
}
.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d {
  perspective: 1200px;
  .swiper-slide,
  .swiper-cube-shadow {
    transform-style: preserve-3d;
  }
}
.swiper-css-mode {
  > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    &::-webkit-scrollbar {
      display: none;
    }
  }
  > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
  }
  &.swiper-horizontal {
    > .swiper-wrapper {
      -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
    }
    > .swiper-wrapper > .swiper-slide:first-child {
      -webkit-margin-start: var(--swiper-slides-offset-before);
      margin-inline-start: var(--swiper-slides-offset-before);
      scroll-margin-inline-start: var(--swiper-slides-offset-before);
    }
    > .swiper-wrapper > .swiper-slide:last-child {
      -webkit-margin-end: var(--swiper-slides-offset-after);
      margin-inline-end: var(--swiper-slides-offset-after);
    }
  }
  &.swiper-vertical {
    > .swiper-wrapper {
      -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
    }
    > .swiper-wrapper > .swiper-slide:first-child {
      -webkit-margin-before: var(--swiper-slides-offset-before);
      margin-block-start: var(--swiper-slides-offset-before);
      scroll-margin-block-start: var(--swiper-slides-offset-before);
    }
    > .swiper-wrapper > .swiper-slide:last-child {
      -webkit-margin-after: var(--swiper-slides-offset-after);
      margin-block-end: var(--swiper-slides-offset-after);
    }
  }
  &.swiper-free-mode {
    > .swiper-wrapper {
      -ms-scroll-snap-type: none;
      scroll-snap-type: none;
    }
    > .swiper-wrapper > .swiper-slide {
      scroll-snap-align: none;
    }
  }
  &.swiper-centered {
    > .swiper-wrapper::before {
      content: "";
      flex-shrink: 0;
      order: 9999;
    }
    > .swiper-wrapper > .swiper-slide {
      scroll-snap-align: center center;
      scroll-snap-stop: always;
    }
  }
  &.swiper-centered.swiper-horizontal {
    > .swiper-wrapper > .swiper-slide:first-child {
      -webkit-margin-start: var(--swiper-centered-offset-before);
      margin-inline-start: var(--swiper-centered-offset-before);
    }
    > .swiper-wrapper::before {
      height: 100%;
      min-height: 1px;
      width: var(--swiper-centered-offset-after);
    }
  }
  &.swiper-centered.swiper-vertical {
    > .swiper-wrapper > .swiper-slide:first-child {
      -webkit-margin-before: var(--swiper-centered-offset-before);
      margin-block-start: var(--swiper-centered-offset-before);
    }
    > .swiper-wrapper::before {
      width: 100%;
      min-width: 1px;
      height: var(--swiper-centered-offset-after);
    }
  }
}
.swiper-3d {
  .swiper-slide-shadow,
  .swiper-slide-shadow-left,
  .swiper-slide-shadow-right,
  .swiper-slide-shadow-top,
  .swiper-slide-shadow-bottom,
  .swiper-slide-shadow,
  .swiper-slide-shadow-left,
  .swiper-slide-shadow-right,
  .swiper-slide-shadow-top,
  .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
  }
  .swiper-slide-shadow {
    background: rgba(0, 0, 0, 0.15);
  }
  .swiper-slide-shadow-left {
    background-image: linear-gradient(
      to left,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0)
    );
  }
  .swiper-slide-shadow-right {
    background-image: linear-gradient(
      to right,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0)
    );
  }
  .swiper-slide-shadow-top {
    background-image: linear-gradient(
      to top,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0)
    );
  }
  .swiper-slide-shadow-bottom {
    background-image: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0)
    );
  }
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper:not(.swiper-watch-progress),
.swiper-watch-progress .swiper-slide-visible {
  .swiper-lazy-preloader {
    -webkit-animation: swiper-preloader-spin 1s infinite linear;
    animation: swiper-preloader-spin 1s infinite linear;
  }
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@-webkit-keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
:root {
  --swiper-navigation-size: 44px;
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  width: var(--swiper-navigation-size);
  height: var(--swiper-navigation-size);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
  &.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
  }
  &.swiper-button-hidden {
    opacity: 0;
    cursor: auto;
    pointer-events: none;
  }
  .swiper-navigation-disabled & {
    display: none !important;
  }
  ::slotted(svg),
  svg {
    width: 100%;
    height: 100%;
    font-family: "object-fit:contain";
    -o-object-fit: contain;
    object-fit: contain;
    transform-origin: center;
    fill: currentColor;
    pointer-events: none;
  }
}
.swiper-button-lock {
  display: none;
}
.swiper-button-prev,
.swiper-button-next {
  top: var(--swiper-navigation-top-offset, 50%);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
}
.swiper-button-prev {
  left: var(--swiper-navigation-sides-offset, 4px);
  right: auto;
  ::slotted(.swiper-navigation-icon),
  .swiper-navigation-icon {
    transform: rotate(180deg);
  }
}
.swiper-button-next {
  right: var(--swiper-navigation-sides-offset, 4px);
  left: auto;
}
.swiper-horizontal {
  .swiper-button-prev,
  .swiper-button-next,
  ~ .swiper-button-prev,
  ~ .swiper-button-next {
    top: var(--swiper-navigation-top-offset, 50%);
    margin-top: calc(0px - var(--swiper-navigation-size) / 2);
    margin-left: 0;
  }
  .swiper-button-prev,
  & ~ .swiper-button-prev,
  &.swiper-rtl .swiper-button-next,
  &.swiper-rtl ~ .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, 4px);
    right: auto;
  }
  .swiper-button-next,
  & ~ .swiper-button-next,
  &.swiper-rtl .swiper-button-prev,
  &.swiper-rtl ~ .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 4px);
    left: auto;
  }
  .swiper-button-prev,
  & ~ .swiper-button-prev,
  &.swiper-rtl .swiper-button-next,
  &.swiper-rtl ~ .swiper-button-next {
    ::slotted(.swiper-navigation-icon),
    .swiper-navigation-icon {
      transform: rotate(180deg);
    }
  }
  &.swiper-rtl .swiper-button-prev,
  &.swiper-rtl ~ .swiper-button-prev {
    ::slotted(.swiper-navigation-icon),
    .swiper-navigation-icon {
      transform: rotate(0deg);
    }
  }
}
.swiper-vertical {
  .swiper-button-prev,
  .swiper-button-next,
  ~ .swiper-button-prev,
  ~ .swiper-button-next {
    left: var(--swiper-navigation-top-offset, 50%);
    right: auto;
    margin-left: calc(0px - var(--swiper-navigation-size) / 2);
    margin-top: 0;
  }
  .swiper-button-prev,
  ~ .swiper-button-prev {
    top: var(--swiper-navigation-sides-offset, 4px);
    bottom: auto;
    ::slotted(.swiper-navigation-icon),
    .swiper-navigation-icon {
      transform: rotate(-90deg);
    }
  }
  .swiper-button-next,
  ~ .swiper-button-next {
    bottom: var(--swiper-navigation-sides-offset, 4px);
    top: auto;
    ::slotted(.swiper-navigation-icon),
    .swiper-navigation-icon {
      transform: rotate(90deg);
    }
  }
}
.swiper-wrapper .simple-post,
.swiper-wrapper .user-post {
  padding: 0 15px;
  width: 250px !important;
}
.swiper-wrapper .simple-post__text-area {
  width: 100%;
}
.swiper-navigation {
  display: flex;
  justify-content: space-between;
  margin-top: 16px;
}
.swiper-button-next,
.swiper-button-prev {
  position: initial;
  z-index: 10;
  padding: 0;
  font-size: 0;
  border: 0;
  width: 24px;
  height: 23px;
  background: none;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='23' viewBox='0 0 24 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M23.5602 12.068C23.8342 11.8021 23.9534 11.5065 23.9608 11.2225C23.9953 10.8847 23.8781 10.5224 23.5355 10.2131C20.1405 7.3394 15.3874 3.14411 12.053 0.100701C11.6893 -0.226678 11.1436 0.318953 11.4831 0.670582C14.0022 3.49564 17.4478 7.29005 20.3045 10.3365C13.6387 9.93976 6.95663 10.2207 0.316193 10.9286C0.0979406 10.965 -0.0839362 11.1347 -0.108186 11.353C-0.132437 11.6076 0.0494401 11.8501 0.316193 11.8865C6.84086 12.582 13.4158 12.8654 19.9586 12.4987L11.4835 22.1561C11.144 22.5198 11.7018 23.0533 12.0534 22.7138L23.5602 12.068Z' fill='%2308509F'/%3E%3C/svg%3E%0A");
  background-size: 100% 100%;
  cursor: pointer;
  margin-top: 0 !important;
  transition: opacity 0.3s ease;
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
  opacity: 0.9;
}
.swiper-button-prev {
  transform: rotate(180deg);
}
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
}
html.is-blocked {
  overflow: hidden;
}
main {
  max-width: 100%;
  overflow: initial;
  min-height: 100vh;
  position: relative;
}
body {
  overflow-x: hidden;
  scroll-behavior: smooth;
}
*,
*::before,
*::after {
  box-sizing: inherit;
}
a {
  text-decoration: none;
  color: inherit;
}
a:hover,
a:active,
a:focus {
  color: var(--links-on-event);
}
video,
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
svg {
  max-width: 100%;
  vertical-align: middle;
}
svg:not([height]) {
  height: auto;
}
iframe {
  max-width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote {
  margin: 0;
  padding: 0;
}
ul,
ol {
  list-style: none;
}
.grecaptcha-badge {
  display: none;
}

.light {
  font-weight: 300;
}
.light-italic {
  font-weight: 300;
  font-style: italic;
}
.regular {
  font-weight: 400;
}
.regular-italic {
  font-weight: 400;
  font-style: italic;
}
.medium {
  font-weight: 500;
}
.medium-italic {
  font-weight: 500;
  font-style: italic;
}
.semi-bold {
  font-weight: 600;
}
.semi-bold-italic {
  font-weight: 600;
  font-style: italic;
}
.bold,
b,
strong {
  font-weight: 700;
}
.bold-italic {
  font-weight: 700;
  font-style: italic;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
  white-space: inherit;
}
.invisible {
  visibility: hidden;
}
.hide-small {
  display: block;
}
@media (max-width: 47.9375em) {
  .hide-small {
    display: none;
  }
}
.hide-large {
  display: none;
}
@media (max-width: 47.9375em) {
  .hide-large {
    display: block;
  }
}
.wrapper > .container {
  width: var(--container-width);
  max-width: 100%;
  margin: 0 auto;
  padding: var(--container-padding);
}
@media (max-width: 90em) {
  .wrapper > .container {
    width: var(--medium-container-width);
  }
}
@media (max-width: 61.9375em) {
  .wrapper > .container {
    width: 100%;
    max-width: 100vw;
    padding: var(--container-padding--small);
  }
}
.wrapper > .container--large {
  width: var(--large-container-width);
  margin: 0;
  padding: 0;
}
.wrapper > .container--medium {
  width: var(--medium-container-width);
}
.wrapper > .container > .content {
  max-width: 100%;
}
.footer {
  background-color: var(--color-blue);
  padding: 2.5rem 0 3.75rem;
}


.footer * {
  color: var(--color-white);
}
.footer a {
  font-size: 16px;
  text-decoration: none;
}
.footer a:hover {
  color: initial;
}

.footer h3 {
  font-size: 18px;
  font-weight: 600;
}
.footer .container {
  display: flex;
  gap: 15.89%;
}
@media (max-width: 47.9375em) {
  .footer .container {
    flex-direction: column-reverse;
    gap: 3.75rem;
  }
}
.footer .container:after {
  content: none;
}
.footer__identity {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.footer__identity .footer__column {
  margin-top: 1.875rem;
}
@media (max-width: 47.9375em) {
  .footer__identity .footer__column {
    margin-top: 1.25rem;
  }
}
.footer__address {
  margin-top: 1.25rem;
  font-size: 1rem;
  font-weight: 450;
  line-height: 1.1;
}
.footer__nav {
  display: flex;
  gap: 19.75%;
  flex: 1;
}
@media (max-width: 47.9375em) {
  .footer__nav {
    flex-direction: column;
    gap: 1.875rem;
  }
}
.footer__column {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  max-width: 325px;
  width: 100%;
}
@media (max-width: 47.9375em) {
  .footer__column {
    gap: 0.938rem;
  }
}
.footer__column-title {
  font-family: "Inter", sans-serif;
  font-size: 1.125rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid var(--color-white);
}
@media (max-width: 47.9375em) {
  .footer__column-title {
    padding-bottom: 0.938rem;
  }
}
.header {
  
  line-height: 1.2;
  padding-top: 25px;
  position: relative;
  z-index: 10;
  background: var(--color-white);
}
.header > .container {
  padding: 0 !important;
}
.header .top-area {
  position: relative;
  align-items: flex-start;
  display: flex;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 0;
}
.header > .container,
.header > .two-columns {
  position: relative;
}
.header > .container:after,
.header > .two-columns:after {
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
}
@media (min-width: 992px) {
  .header > .container:after,
  .header > .two-columns:after {
    left: 20px;
    right: 20px;
  }
}
.header .wrap-opener {
  margin-right: 80px;
  margin-bottom: 40px;
}
@media (max-width: 81.1875em) {
  .header .wrap-opener {
    margin-right: 40px;
  }
}
@media screen and (max-width: 992px) {
  .header .wrap-opener {
    margin-right: 15px;
    margin-bottom: 20px;
  }
}
.header .user-menu {
  display: flex;
  gap: 80px;
}
.header .user-menu:last-child {
  position: absolute;
  right: 20px;
  justify-content: flex-end;
}
@media (max-width: 90em) {
  .header .user-menu {
    gap: 40px;
  }
}
@media screen and (max-width: 991px) {
  .header .user-menu {
    gap: 15px;
  }
}
.header .user-menu a {
  -webkit-text-decoration: none;
  text-decoration: none;
}
.header .user-menu a:hover svg {
  transform: scale(1.05);
}
.header .user-menu a svg {
  transition: transform 0.3s ease;
}
.header .logo {
  position: absolute;
  top: 0;
  left: 50%;
  width: 120px;
  transform: translateX(-50%);
}
@media (min-width: 992px) {
  .header .logo {
    width: 225px;
  }
}
.header .logo img {
  vertical-align: top;
  width: 100%;
}
.header .nav-opener {
  display: block;
  position: relative;
  text-decoration: none;
}
.header .nav-opener span {
  transition: opacity 0.3s ease;
}
.header .nav-opener em {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity 0.3s ease;
  width: 34px;
}
.header .menu-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.header .menu-link__title {
  font-size: 14px;
  text-align: center;
}
.header .menu-link__title--burger {
  color: var(--color-purple);
}
@media screen and (max-width: 991px) {
  .header .menu-link__title {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .header .menu-link svg {
    width: 20px;
  }
}
.header .add-menu {
  display: flex;
  justify-content: center;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  gap: 20px;
  background: var(--light-grey-color);
  padding: 16px 20px;
}
@media screen and (max-width: 991px) {
  .header .add-menu {
    justify-content: flex-start;
    gap: 4px;
    padding: 8px 20px;
    background: var(--color-white);
    overflow-x: auto;
  }
}
.header .add-menu > li {
  display: flex;
}
.header .add-menu > li.active a {
  color: var(--color-white);
  background: var(--color-purple);
  border: 1px solid var(--color-purple);
}
.header .add-menu > li:not(.active) a {
  color: var(--mid-grey-color);
  background: var(--color-white);
  border: 1px solid var(--border-grey-color);
  transition: all 0.3s ease;
}
.header .add-menu > li:not(.active) a:hover {
  color: var(--color-black);
  background: var(--color-purple-light);
  border: 1px solid var(--color-purple-light);
}
.header .add-menu > li a {
  font-size: 1rem;
  line-height: 0.6;
  text-decoration: none;
  padding: 0.938rem 2.5rem;
  border-radius: 40px;
  text-wrap: nowrap;
}
@media screen and (max-width: 991px) {
  .header .add-menu > li a {
    padding: 0.688rem 0.563rem;
  }
}
.header .nav-two > .menu-item.opened > a:after,
.header .nav-one > .menu-item.opened > a:after {
  transform: rotate(0);
}
@media (max-width: 991px) {
  .header .nav-two > .menu-item.opened .sub-menu,
  .header .nav-one > .menu-item.opened .sub-menu {
    display: initial;
  }
}
@media (max-width: 991px) {
  .header .nav-two > .menu-item > a:after,
  .header .nav-one > .menu-item > a:after {
    transform: rotate(90deg);
  }
}
@media (max-width: 991px) {
  .header .nav-two > .menu-item .sub-menu,
  .header .nav-one > .menu-item .sub-menu {
    display: none;
  }
}
.header #main-nav {
  flex: 1;
  margin-bottom: 32px;
}
@media (max-width: 991px) {
  .header #main-nav > ul > li:not(:last-child) {
    border-bottom: 1px solid var(--color-grey);
  }
}
.header #main-nav > ul,
.header #main-nav > ul > li > ul,
.header #main-nav > ul > li > ul.nav-list > li .slide,
.header #main-nav .add-menu,
.header #main-nav .author-single-info .info-list,
.header #main-nav .contact-list,
.header #main-nav .control-list,
.header #main-nav .filter-list,
.header #main-nav .profile-list,
.header #main-nav .user-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.header #main-nav > ul > li > ul.nav-list .term-link-blue {
  color: var(--color-blue);
}
.header #main-nav > ul > li > a {
  font-family: "Inter", sans-serif;
  align-items: center;
  display: flex;
  flex-direction: row;
  font-size: 14px;
  font-weight: 700;
  gap: 10px;
  padding: 16px 35px 15px 0;
  position: relative;
  -webkit-text-decoration: none;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.header #main-nav > ul > li > a:hover {
  opacity: 0.8;
}
.header #main-nav > ul > li > a svg {
  width: 20px;
}
.header #main-nav > ul > li > ul {
  border-top: 1px solid var(--color-grey);
}
.header #main-nav > ul > li > ul > li {
  border-bottom: 1px solid var(--color-grey);
  padding: 13px 0 16px;
}
.header #main-nav > ul > li > ul > li:last-child {
  border-bottom: 0;
}
.header #main-nav > ul > li > ul > li > a {
  color: var(--color-black);
  font-size: 16px;
  font-weight: 400;
  -webkit-text-decoration: none;
  text-decoration: none;
  transition: color 0.3s ease;
}
.header #main-nav > ul > li > ul > li > a:hover {
  color: var(--color-blue);
}
.header #main-nav > ul > li > ul.nav-list {
  position: relative;
}
.header #main-nav > ul > li > ul.nav-list:before {
  border-top: 1px solid var(--color-grey);
  content: "";
  display: none;
  position: absolute;
  top: 0;
}
.header #main-nav > ul > li > ul.nav-list > li {
  margin: 0;
  padding: 0;
  position: relative;
}
.header #main-nav > ul > li > ul.nav-list > li:after {
  border-bottom: 1px solid var(--color-grey);
  bottom: 0;
  content: "";
  display: none;
  left: 10px;
  position: absolute;
  right: 10px;
}
.header #main-nav > ul > li > ul.nav-list > li > a {
  display: block;
  font-weight: 400;
  padding: 19px 5px 15px 0;
}
.header #main-nav > ul > li > ul.nav-list > li.active .opener svg {
  transform: rotate(180deg);
}
.header #main-nav > ul > li > ul.nav-list > li .opener {
  padding: 0;
  position: absolute;
  right: 0;
  top: 16px;
}
.header #main-nav > ul > li > ul.nav-list > li .opener svg {
  transition: transform 0.3s ease;
}
.header #main-nav > ul > li > ul.nav-list > li .slide {
  border-top: 1px solid var(--color-grey);
  padding: 0 0 0 20px;
}
.header #main-nav > ul > li > ul.nav-list > li .slide > li {
  border-bottom: 1px solid var(--color-grey);
  padding: 13px 0 16px;
}
.header #main-nav > ul > li > ul.nav-list > li .slide > li:last-child {
  border-bottom: 0;
}
.header #main-nav > ul > li > ul.nav-list > li .slide > li > a {
  color: var(--color-black);
  font-size: 14px;
  font-weight: 500;
  -webkit-text-decoration: none;
  text-decoration: none;
  transition: color 0.3s ease;
}
.header #main-nav > ul > li > ul.nav-list > li .slide > li > a:hover {
  color: var(--color-blue);
}
@media (min-width: 1200px) {
  .header #main-nav > ul.nav-one {
    padding: 0 0 0 40px;
    width: 77%;
  }
  .header #main-nav > ul.nav-two {
    padding: 0 40px 0 0;
    width: 23%;
  }
}
@media (min-width: 1024px) {
  .header #main-nav > ul > li > ul.nav-list:before {
    left: 0;
    right: 0;
  }
  .header #main-nav > ul > li > ul.nav-list > li {
    margin: 0 0 13px;
    width: 33.33%;
  }
  .header #main-nav > ul > li > ul.nav-list > li:after {
    left: 0;
    right: 0;
  }
  .header #main-nav > ul > li > ul.nav-list > li > a {
    padding: 16px 60px 16px 0;
  }
  .header #main-nav > ul > li > ul.nav-list > li .opener {
    right: 40px;
  }
  .header #main-nav > ul > li > ul.nav-list > li .slide {
    padding: 0 0 0 56px;
  }
}
@media (min-width: 992px) {
  .header #main-nav {
    display: flex;
    margin-bottom: 55px;
  }
  .header #main-nav > ul > li:last-child {
    border-bottom: 0;
  }
  .header #main-nav > ul > li > a {
    font-size: 18px;
    padding: 16px 0 15px;
  }
  .header #main-nav > ul > li > ul {
    margin: 0;
  }
  .header #main-nav > ul > li > ul.nav-list:before {
    display: block;
  }
  .header #main-nav > ul > li > ul.nav-list > li:after {
    display: block;
  }
  .header #main-nav > ul > li > ul.nav-list > li > a {
    padding: 16px 20px 16px 0;
  }
  .header #main-nav > ul > li > ul.nav-list > li .opener {
    right: 10px;
    top: 13px;
  }
  .header #main-nav > ul.nav-one {
    order: 2;
    padding: 0 0 0 40px;
  }
}
@media (max-width: 991px) {
  .header #main-nav > ul > li > a:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='20' fill='none'%3E%3Crect width='19' height='19' x='.728' y='.5' fill='%23fff' rx='9.5'/%3E%3Cpath stroke='%2308509F' stroke-linecap='round' stroke-linejoin='round' d='m7.728 5 5 5-5 5'/%3E%3Crect width='19' height='19' x='.728' y='.5' stroke='%2308509F' rx='9.5'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    content: "";
    height: 21px;
    position: absolute;
    right: 0;
    top: 14px;
    width: 21px;
  }
}
.header #main-nav .nav-two {
  border-right: 1px solid var(--color-blue);
  order: 1;
  padding: 0 40px 0 0;
}
@media (max-width: 991px) {
  .header #main-nav .nav-two {
    border-right: 0;
    padding: 0;
    border-top: 1px solid var(--color-grey);
  }
}
.header #main-nav .nav-two > .menu-item:not(:last-child) {
  border-bottom: 1px solid var(--color-grey);
}
.header #main-nav .nav-one {
  display: flex;
  align-content: flex-start;
  flex-wrap: wrap;
  gap: 60px 40px;
  width: 77.18%;
}
@media (max-width: 991px) {
  .header #main-nav .nav-one {
    gap: 0;
    width: 100%;
  }
}
.header #main-nav .nav-one > .menu-item {
  display: flex;
  flex-direction: column;
  width: calc(33.3333333333% - 40px);
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media (max-width: 1023px) {
  .header #main-nav .nav-one > .menu-item {
    width: calc(50% - 20px);
  }
}
@media (max-width: 991px) {
  .header #main-nav .nav-one > .menu-item {
    width: 100%;
  }
}
.header .drop-nav {
  display: flex;
  background: #fff;
  bottom: 0;
  left: 0;
  line-height: 1.2;
  opacity: 0;
  overflow-y: auto;
  position: fixed;
  right: 0;
  top: 78px;
  transition:
    visibility 0.3s ease,
    opacity 0.3s ease,
    z-index 0.3s ease;
  visibility: hidden;
  z-index: 101;
  z-index: -1;
}
@media (min-width: 992px) {
  .header .drop-nav {
    top: 122px;
  }
}
.header .drop-nav > .container {
  display: flex;
  flex-direction: column;
  flex: 1;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.header .drop-nav .btn-wrap {
  border-bottom: 1px solid var(--color-blue);
  border-top: 1px solid var(--color-blue);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 0 40px;
  padding: 16px 20px 1px;
}
@media (min-width: 1024px) {
  .header .drop-nav .btn-wrap {
    padding: 40px 0 25px;
  }
}
@media (min-width: 992px) {
  .header .drop-nav .btn-wrap {
    margin: 0 0 20px;
    top: 130px;
  }
}
@media (max-width: 991px) {
  .header .drop-nav .btn-wrap {
    padding: 16px 0;
  }
}
.header .drop-nav .btn-wrap .btn {
  margin: 0 0 16px;
  width: 100%;
  font-weight: normal;
}
@media (min-width: 1024px) {
  .header .drop-nav .btn-wrap .btn {
    margin: 0 12px 24px;
  }
}
@media (min-width: 992px) {
  .header .drop-nav .btn-wrap .btn {
    margin: 0 8px 16px;
    width: auto;
  }
}
.header .drop-nav .cmplz-show-banner {
  cursor: pointer;
}
.header .copy {
  display: flex;
  justify-content: center;
  padding-bottom: 32px;
  text-align: center;
}
.header .copy a {
  display: flex;
  padding: 1px 10px;
  border-right: 1px solid var(--color-blue);
  text-decoration: none;
  color: var(--color-black);
  font-size: 0.75rem;
}
.header .copy a:last-child {
  border-right: 0;
}
.nav-active {
  overflow: hidden;
}
.nav-active .nav-opener span {
  opacity: 0;
}
.nav-active .nav-opener em {
  opacity: 1;
}
.nav-active .user-menu {
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}
.nav-active .drop-nav {
  opacity: 1;
  visibility: visible;
  z-index: 10;
}
.nav-active .add-menu {
  opacity: 0;
}
body:not(.nav-active) .nav-opener em,
.nav-active .nav-opener span {
  pointer-events: none;
}
body:not(.nav-active) .nav-opener span,
.nav-active .nav-opener em {
  pointer-events: all;
}
body:has(#wpadminbar) .drop-nav {
  top: 110px;
}
@media (min-width: 992px) {
  body:has(#wpadminbar) .drop-nav {
    top: 154px;
  }
}
.breadcrumb-wrapper {
  background-color: #f5f5f5;
  width: 100%;
  border-bottom: 1px solid #08509f;
  margin-bottom: clamp(21px, 5vw, 57px);
  position: inherit;
  z-index: 6;
  padding: 0 clamp(1rem, 5vw, 10rem);
}
.breadcrumb {
  margin-bottom: 0;
  --bs-breadcrumb-divider: "›";
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  height: 70px;
  font-size: clamp(13px, 1.5vw, 16px);
}
@media (max-width: 767px) {
  .breadcrumb {
    height: 50px;
  }
}
@media (max-width: 480px) {
  .breadcrumb {
    height: auto;
    min-height: 40px;
    padding: 6px 0;
    font-size: 13px;
  }
}
@media (max-width: 480px) {
  .breadcrumb-item:not(:first-child):not(:last-child) {
    max-width: 80px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.breadcrumb-item + .breadcrumb-item::before {
  content: "›" !important;
  padding: 8px;
}
@media (max-width: 480px) {
  .breadcrumb-item + .breadcrumb-item::before {
    padding: 4px;
  }
}
.breadcrumb-back {
  padding-right: 13px;
}
@media (max-width: 480px) {
  .breadcrumb-back {
    padding-right: 8px;
  }
}
.breadcrumb-item a {
  color: #666;
  text-decoration: none;
  transition: color 0.2s ease;
}
.breadcrumb-item a:hover {
  color: #08509f;
}
.breadcrumb-item.active {
  color: #08509f;
}
@media (max-width: 480px) {
  .breadcrumb-item.active {
    max-width: 160px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.breadcrumb-item.active::before {
  color: #08509f;
}
.control-list svg {
  pointer-events: none;
}
button.bubble-icon {
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;
}
.bubble-holder {
  position: relative;
}
.bubble-service {
  position: absolute;
  z-index: 5;
  inset: 0 auto auto 0;
  border-radius: 8px;
  border: 2px solid var(--color-blue);
  background: var(--color-white);
  padding: 8px 16px;
  transition: 0.2s ease-in-out;
  display: flex;
  gap: 20px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-100%);
}
.bubble-service.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  transform: translateY(calc(-100% - 10px));
}
.bubble-service-icon {
  --icon-size: 1.5rem;
  padding: 0;
  border: 0;
  background: none;
  position: relative;
  transform: translateY(4px);
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.5, -1, -1, 1.5);
  transition-delay: var(--delay, 0.1s);
  opacity: 0;
  cursor: pointer;
}
.bubble-service.is-open .bubble-service-icon {
  transform: translateY(0);
  opacity: 1;
}
.bubble-service-icon:nth-of-type(1) {
  --delay: 0.05s;
}
.bubble-service-icon:nth-of-type(2) {
  --delay: 0.1s;
}
.bubble-service-icon:nth-of-type(3) {
  --delay: 0.15s;
}
.bubble-service-icon:nth-of-type(4) {
  --delay: 0.2s;
}
.bubble-service-icon svg {
  min-width: 24px;
  aspect-ratio: 1;
  height: auto;
  margin: 0;
  pointer-events: none;
}
.bubble-show-list {
  font-size: 0.688rem;
  color: var(--color-blue);
  font-weight: 600;
  opacity: 0;
  width: 75px;
}
.bubble-show-list.loading {
  -webkit-animation: splide-loading 1s linear infinite;
  animation: splide-loading 1s linear infinite;
  border: 2px solid var(--color-blue);
  border-left-color: rgba(0, 0, 0, 0);
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 24px;
  left: 0;
  transition-duration: 0s;
  text-indent: -10000px;
  width: 24px;
}
.bubble-service.is-open .bubble-show-list {
  transform: translateY(0);
  opacity: 1;
  --delay: 0.25s;
}
.post-slider {
  z-index: 5;
}
.post-slider .like button svg {
  margin-right: 0;
  height: 16px;
  width: auto;
}
.post-slider .like-icon[data-number]::after {
  font-size: 11px;
}
.notify {
  position: absolute;
  inset: 0 auto auto;
  transform: translate(-50%, -100%);
  transition: 0.15s cubic-bezier(0.5, -1, -1, 1.5);
  border-radius: 8px;
  padding: 8px 12px;
  background: var(--color-grey-dark);
  color: var(--color-white);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  font-size: 12px;
  white-space: nowrap;
}
.notify-show {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, calc(-100% - 5px));
}
#goTopBtn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  background-color: #08509f;
  border: 1px solid #fff;
  border-radius: 50%;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.3s,
    visibility 0.3s;
  z-index: 999;
}
#goTopBtn::before {
  content: "↑";
  color: #fff;
  font-size: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#goTopBtn.visible {
  opacity: 1;
  visibility: visible;
}
#goTopBtn:hover {
  background-color: rgb(0, 98.4, 204);
  transition: background-color 0.3s;
}
#goTopBtn:active {
  background-color: rgb(0, 86.1, 178.5);
}
#map .markers {
  position: relative;
}
#map .markers svg {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  min-width: 42px;
}
#map .leaflet-popup {
  margin-bottom: 54px;
}
#map .leaflet-popup-content {
  border-radius: 15px 15px 0 0;
  overflow: hidden;
  margin: 0;
  width: 350px !important;
}
@media (max-width: 47.9375em) {
  #map .leaflet-popup-content {
    width: 250px !important;
  }
}
#map .leaflet-popup-content-wrapper {
  border-radius: 16px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
#map .leaflet-popup-content__visual {
  display: block;
  aspect-ratio: 350/196;
  overflow: hidden;
}
#map .leaflet-popup-content__visual:hover img {
  transform: scale(1.05);
}
#map .leaflet-popup-content__visual img {
  width: 100%;
  height: 100%;
  font-family: "object-fit:cover;object-position:center";
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  transition: transform 0.3s ease;
}
#map .leaflet-popup-content__content {
  padding: 0.625rem 0.625rem 1.25rem;
}
@media (max-width: 47.9375em) {
  #map .leaflet-popup-content__content {
    padding: 0.625rem 0.625rem 1rem;
  }
}
#map .leaflet-popup-content__terms {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem;
  margin-bottom: 0.75rem;
}
@media (max-width: 47.9375em) {
  #map .leaflet-popup-content__terms {
    margin-bottom: 0.625rem;
  }
}
#map .leaflet-popup-content__terms .activity-field,
#map .leaflet-popup-content__terms .mode-intervention {
  font-size: 0.75rem;
  line-height: 1;
  border-radius: 30px;
  padding: 0.156rem 0.625rem;
  color: var(--color-grey-dark) !important;
}
#map .leaflet-popup-content__terms .activity-field.skeleton,
#map .leaflet-popup-content__terms .mode-intervention.skeleton {
  border: none;
  overflow: hidden;
  height: 19px;
  border-radius: 0;
}
#map .leaflet-popup-content__terms .activity-field {
  border: 1px solid var(--color-blue-activity);
  background: var(--color-blue-activity-transparent);
  font-weight: 700;
}
#map .leaflet-popup-content__terms .activity-field.skeleton {
  width: 100px;
}
#map .leaflet-popup-content__terms .mode-intervention {
  border: 1px solid var(--light-grey-2-color);
  background: var(--light-grey-3-color);
}
#map .leaflet-popup-content__terms .mode-intervention.skeleton {
  width: 130px;
}
#map .leaflet-popup-content__title {
  font-size: calc(1.125rem + 0.3125vw);
}
@media (max-width: 90em) {
  #map .leaflet-popup-content__title {
    font-size: calc(1.125rem + 0.15625vw);
  }
}
@media (max-width: 47.9375em) {
  #map .leaflet-popup-content__title {
    font-size: 1.125rem;
  }
}
#map .leaflet-popup-content__title {
  font-family: "Inter", sans-serif;
  line-height: 1.1;
}
#map .leaflet-popup-content__title.skeleton {
  width: 200px;
  height: 26px;
}
@media (max-width: 61.9375em) {
  #map .leaflet-popup-content__title.skeleton {
    width: 153px;
    height: 21px;
  }
}
@media (max-width: 47.9375em) {
  #map .leaflet-popup-content__title.skeleton {
    width: 144px;
    height: 20px;
  }
}
#map .leaflet-popup-content__coordonnees {
  margin-bottom: 0.5rem;
}
@media (max-width: 47.9375em) {
  #map .leaflet-popup-content__coordonnees {
    margin-bottom: 0.25rem;
  }
}
#map .leaflet-popup-content__coordonnees p {
  font-size: calc(0.875rem + 0.1041666667vw);
}
@media (max-width: 90em) {
  #map .leaflet-popup-content__coordonnees p {
    font-size: 0.875rem;
  }
}
@media (max-width: 47.9375em) {
  #map .leaflet-popup-content__coordonnees p {
    font-size: 0.875rem;
  }
}
#map .leaflet-popup-content__coordonnees p {
  
  line-height: 1.1;
  margin: 0;
}
#map .leaflet-popup-content__link {
  font-size: calc(0.875rem + 0.1041666667vw);
}
@media (max-width: 61.9375em) {
  #map .leaflet-popup-content__link {
    font-size: calc(0.875rem + 0.0520833333vw);
  }
}
@media (max-width: 47.9375em) {
  #map .leaflet-popup-content__link {
    font-size: 0.875rem;
  }
}
#map .leaflet-popup-content__link {
  
  font-weight: 500;
  line-height: 1.3;
  color: var(--color-blue);
}
#map .leaflet-popup-content__link.skeleton {
  width: 108px;
  height: 21px;
}
@media (max-width: 61.9375em) {
  #map .leaflet-popup-content__link.skeleton {
    width: 102px;
    height: 20px;
  }
}
@media (max-width: 47.9375em) {
  #map .leaflet-popup-content__link.skeleton {
    width: 98px;
  }
}
#map .leaflet-popup-close-button {
  z-index: 11;
  top: 9px;
  right: 9px;
  width: 25px;
  height: 25px;
}
#map .leaflet-popup-close-button:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='12.5' cy='12.5' r='12' fill='white' stroke='%2308509F'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.4264 14.4269C12.778 13.8038 13.7159 12.8201 14.3141 13.5021L18.1618 18.0675C18.363 18.297 18.0359 18.6444 17.8092 18.4347L13.4264 14.4269ZM17.7799 6.56944C18.038 6.3399 18.4092 6.72629 18.1891 6.99522C16.552 9.11384 14.7577 11.0689 12.9254 12.9776C11.0743 14.8732 9.19106 16.7358 7.15101 18.4347C7.04397 18.5265 6.88663 18.5071 6.79848 18.3956C6.72292 18.2972 6.72921 18.1659 6.79848 18.0675C8.30144 16.1089 9.93315 14.2844 11.609 12.506L6.82191 6.93663C6.65215 6.7464 6.92993 6.45097 7.11879 6.62804L12.4674 11.6114C14.1695 9.85697 15.9096 8.14265 17.7799 6.56944Z' fill='%2308509F'/%3E%3C/svg%3E%0A");
  display: block;
  width: 25px;
  height: 25px;
}
#map .leaflet-popup-close-button span {
  font-size: 0;
  position: absolute;
}
#map .leaflet-popup-tip {
  width: 22px;
  height: 22px;
  padding: 0;
  box-shadow: none;
  filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
}
#map .marker-cluster {
  background: var(--color-white-transparent);
}
#map .marker-cluster div {
  color: var(--color-white);
  background-color: var(--color-blue);
}
.pager nav ul {
  display: flex;
  justify-content: center;
  padding: 2.5rem 0 3.75rem;
  gap: 1.25rem;
  border-top: 2px solid var(--grey-color);
}
.pager nav ul a {
  font-size: calc(1.125rem + 0.15625vw);
}
@media (max-width: 61.9375em) {
  .pager nav ul a {
    font-size: calc(1.125rem + 0.1041666667vw);
  }
}
@media (max-width: 47.9375em) {
  .pager nav ul a {
    font-size: 1.125rem;
  }
}
.pager nav ul a {
  line-height: 1.15;
}
.pager nav ul a.active {
  font-weight: 500;
}
.pager nav ul a:not(.active) {
  font-weight: 700;
}
.pagination {
  display: flex;
  justify-content: center;
  padding: 2.5rem 0 3.75rem;
  gap: 1.25rem;
  border-top: 2px solid var(--grey-color);
}
.pagination .page-numbers {
  font-size: calc(1.125rem + 0.15625vw);
}
@media (max-width: 61.9375em) {
  .pagination .page-numbers {
    font-size: calc(1.125rem + 0.1041666667vw);
  }
}
@media (max-width: 47.9375em) {
  .pagination .page-numbers {
    font-size: 1.125rem;
  }
}
.pagination .page-numbers {
  line-height: 1.15;
}
.pagination .page-numbers.current {
  font-weight: 500;
}
.pagination .page-numbers:not(.current) {
  font-weight: 700;
}
.related-content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 2.5rem;
}
.related-content .badge-link {
  display: flex;
  flex-direction: column;
  width: 690px;
  max-width: 100%;
  padding: 1.25rem;
  border-radius: 8px;
  border: 1px solid var(--color-blue);
  font-family: "Oxanium", sans-serif;
}
@media (max-width: 61.9375em) {
  .related-content .badge-link {
    width: 100%;
    padding: 0.625rem 1rem;
    text-align: center;
  }
}
.related-content .badge-link span {
  font-size: calc(0.875rem + 0.1041666667vw);
}
@media (max-width: 61.9375em) {
  .related-content .badge-link span {
    font-size: calc(0.875rem + 0.0520833333vw);
  }
}
@media (max-width: 47.9375em) {
  .related-content .badge-link span {
    font-size: 0.875rem;
  }
}
.related-content .badge-link span {
  color: var(--mid-grey-color);
  font-weight: 600;
  line-height: 1.25;
}
.related-content .badge-link a {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.09;
  text-decoration: none;
  text-transform: uppercase;
  transition: opacity 0.2s ease;
}
.related-content .badge-link a:hover {
  opacity: 0.75;
}
.chiffres_cles_container {
  margin: 0 auto;
}
.chiffres_cles_container h1 {
  font-family: "inter", sans-serif;
  font-size: clamp(1.4rem, 3vw, 2rem);
  font-weight: 700;
  color: #2d2d2d;
  margin: 0 0 1rem;
}
.chiffres_cles_container .static_block-chapo {
  font-size: clamp(0.875rem, 1.5vw, 1rem);
  margin-bottom: clamp(1.5rem, 4vw, 2.5rem);
  max-width: 75ch;
}
.chiffres_cles_container .static_block-chapo p {
  margin: 0;
}
.chiffres_cles_container .static_block-chiffres_cles {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.chiffres_cles_container .static_block-chiffres_cles_row {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
}
.chiffres_cles_container .static_block-chiffres_cles_row_chiffre {
  flex: 0 0 calc((100% - 1.5rem * 2) / 3);
  max-width: calc((100% - 1.5rem * 2) / 3);
  min-width: 180px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.25rem;
}
.chiffres_cles_container .static_block-chiffres_cles_row_chiffre img {
  width: 100%;
  max-width: 284px;
  height: auto;
  display: block;
  border-radius: 12px;
  margin-bottom: 0.5rem;
}
.chiffres_cles_container .titre_chiffre {
  font-family: "inter", sans-serif;
  font-size: clamp(1.2rem, 2.5vw, 1.6rem);
  font-weight: 800;
  color: #08509f;
  margin: 0 0 0 !important;
}
.chiffres_cles_container .legende_chiffre {
  font-size: clamp(0.8rem, 1.2vw, 0.9rem);
  margin: 0;
  line-height: 1.4;
  padding: 0 0.5rem;
  width: 15rem;
}
@media (max-width: 768px) {
  .chiffres_cles_container .static_block-chiffres_cles_row {
    flex-wrap: wrap;
  }
  .chiffres_cles_container .static_block-chiffres_cles_row_chiffre {
    flex: 0 0 calc(50% - 1.5rem / 2);
    max-width: calc(50% - 1.5rem / 2);
  }
}
@media (max-width: 480px) {
  .chiffres_cles_container .static_block-chiffres_cles_row_chiffre {
    flex: 0 0 100%;
  }
}
.gallery_container {
  margin: 0 auto;
}
.gallery_container h1 {
  font-family: "inter", sans-serif;
  font-size: clamp(1rem, 3vw, 2rem);
  font-weight: 700;
  color: #000;
  margin: 0 0 2.5rem;
}
.gallery_container .static_block-gallery {
  display: flex;
  flex-direction: column;
  gap: clamp(1rem, 4vw, 3.75rem);
}
.gallery_container .static_block-gallery_row {
  display: flex;
  justify-content: center;
  gap: clamp(1rem, 2vw, 3.75rem);
}
.gallery_container .static_block-gallery_row_item {
  flex: 0 0 calc((100% - 1.25rem * 2) / 3);
  max-width: calc((100% - 1.25rem * 2) / 3);
  min-width: 180px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.5rem;
}
.gallery_container .static_block-gallery_row_item img {
  width: 284px;
  height: auto;
  display: block;
  border-radius: 12px;
  aspect-ratio: 1/1;
  font-family: "object-fit:cover";
  -o-object-fit: cover;
  object-fit: cover;
}
.gallery_container .item-title {
  font-family: "Oxanium", sans-serif;
  font-size: clamp(0.85rem, 1vw, 1rem);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #666;
  margin: 0;
  margin-bottom: 0.2rem !important;
  line-height: 1.3;
  min-height: 2.6em;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.gallery_container .item-cta {
  display: inline-block;
  margin-top: 0.25rem;
  padding: 0.4rem 1.25rem;
  border: 1.33px solid #d9d9d9;
  border-radius: 999px;
  font-size: clamp(0.75rem, 1vw, 0.85rem);
  font-weight: 400;
  color: #000 !important;
  text-decoration: none;
  transition:
    background-color 0.2s ease,
    color 0.2s ease;
}
.gallery_container .item-cta:hover {
  background-color: #000;
  color: #fff !important;
  text-decoration: none !important;
}
@media (max-width: 768px) {
  .gallery_container .static_block-gallery_row {
    flex-wrap: wrap;
  }
  .gallery_container .static_block-gallery_row_item {
    flex: 0 0 calc(50% - 1.25rem / 2);
    max-width: calc(50% - 1.25rem / 2);
  }
}
@media (max-width: 480px) {
  .gallery_container .static_block-gallery_row_item {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.custom-cta {
  display: inline-flex;
  
  width: 100%;
}
.custom-cta.align-left {
  justify-content: flex-start;
}
.custom-cta.align-center {
  justify-content: center;
}
.custom-cta.align-right {
  justify-content: flex-end;
}
.custom-cta .item-cta {
  display: inline-block;
  padding: 0.5rem 1.5rem;
  border-radius: 999px;
  font-size: clamp(0.8rem, 1vw, 0.9rem);
  font-weight: 400;
  text-decoration: none;
  white-space: nowrap;
  transition: opacity 0.2s ease;
}
.custom-cta .item-cta:hover {
  opacity: 0.85;
  text-decoration: none !important;
  cursor: pointer;
}
.custom-cta.white .item-cta {
  background-color: rgba(0, 0, 0, 0);
  border: 1.33px solid #d9d9d9;
  color: #666;
}
.custom-cta.black .item-cta {
  background-color: #000;
  color: #fff;
}
.custom-cta.blue .item-cta {
  background-color: #08509f;
  color: #fff;
}
.custom-cta.red .item-cta {
  background-color: #901f52;
  color: #fff;
}
@media (max-width: 61.9375em) {
  .rebounds {
    margin-top: 30px !important;
  }
}
.rebounds__list {
  display: flex;
  gap: 40px;
  padding-top: 60px;
  border-top: 2px solid var(--color-grey-dark);
  margin-bottom: 100px;
}
@media (max-width: 90em) {
  .rebounds__list {
    padding-top: 40px;
    gap: 30px;
  }
}
@media (max-width: 61.9375em) {
  .rebounds__list {
    flex-direction: column;
    padding-top: 30px;
    margin-bottom: 60px;
  }
}
.rebounds .rebound {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  background: var(--cream-color);
  width: calc(50% - 20px);
  padding: 30px 0;
  text-align: center;
}
@media (max-width: 61.9375em) {
  .rebounds .rebound {
    width: 100%;
  }
}
.rebounds .rebound a {
  text-decoration: none;
}
.rebounds .rebound > a {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}
.rebounds .rebound__link:hover h3,
.rebounds .rebound__link:hover .rebound__upper-title {
  color: var(--color-blue);
}
.rebounds .rebound__upper-title {
  font-size: calc(0.875rem + 0.1041666667vw);
}
@media (max-width: 90em) {
  .rebounds .rebound__upper-title {
    font-size: 0.875rem;
  }
}
@media (max-width: 47.9375em) {
  .rebounds .rebound__upper-title {
    font-size: 0.875rem;
  }
}
.rebounds .rebound__upper-title {
  font-family: "Oxanium", sans-serif;
  line-height: 1.4;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0 40px;
  color: var(--mid-grey-color-2);
}
.rebounds .rebound__image--full {
  width: 100%;
  height: 230px;
  overflow: hidden;
}
@media (max-width: 61.9375em) {
  .rebounds .rebound__image--full {
    height: auto;
    aspect-ratio: 353/208;
  }
}
.rebounds .rebound__image--full:hover img {
  transform: scale(1.05);
}
.rebounds .rebound__image--full img {
  width: 100%;
  height: 100%;
  font-family: "object-fit:cover;object-position:center";
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  transition: transform 0.3s ease;
}
.rebounds .rebound__title {
  font-size: calc(1.25rem + 0.4166666667vw);
}
@media (max-width: 90em) {
  .rebounds .rebound__title {
    font-size: 1.25rem;
  }
}
@media (max-width: 47.9375em) {
  .rebounds .rebound__title {
    font-size: 1.25rem;
  }
}
.rebounds .rebound__title {
  font-family: "Oxanium", sans-serif;
  line-height: 1.05;
  color: var(--color-black);
  padding: 0 40px;
  width: 100%;
  max-width: 580px;
  margin: 0 auto;
}
@media (max-width: 61.9375em) {
  .rebounds .rebound__title {
    padding: 0 20px;
    max-width: 100%;
  }
}
.rebounds .rebound__chapo {
  font-size: calc(1rem + 0.2604166667vw);
}
@media (max-width: 90em) {
  .rebounds .rebound__chapo {
    font-size: 1rem;
  }
}
@media (max-width: 47.9375em) {
  .rebounds .rebound__chapo {
    font-size: 1rem;
  }
}
.rebounds .rebound__chapo {
  line-height: 1.3;
  padding: 0 40px;
  color: var(--mid-grey-color);
}
@media (max-width: 61.9375em) {
  .rebounds .rebound__chapo {
    padding: 0 20px;
  }
}
.jobs-offer-container {
  display: flex;
  align-items: center;
  padding: clamp(1rem, 3vw, 2rem);
  gap: clamp(20px, 10vw, 40px);
  background-color: var(--cream-color);
  border-radius: 16px;
  margin-top: clamp(30px, 5vw, 60px);
  margin-bottom: clamp(30px, 5vw, 60px);
}
.jobs-offer-container h3 {
  font-family: "Oxanium", sans-serif;
  font-size: clamp(14px, 10vw, 16px);
  font-weight: bold;
  text-transform: uppercase;
  color: var(--mid-grey-color);
  text-align: center;
  padding: 0 2rem;
}
.jobs-offer-container > .left {
  display: flex;
  align-items: center;
  gap: clamp(8px, 1.5vw, 16px);
  flex-shrink: 0;
  width: 40%;
}
.jobs-offer-container > .left > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
@media (max-width: 991px) {
  .jobs-offer-container {
    flex-direction: column;
    background-color: rgba(0, 0, 0, 0);
  }
  .jobs-offer-container > .left {
    width: 100%;
    justify-content: center;
    padding: 0;
  }
  .jobs-offer-container > .left > svg {
    display: none;
  }
}
.jobs-offer-grid-container {
  background-color: #fff;
  border-radius: 16px;
  padding: clamp(8px, 1.5vw, 24px);
  flex: 1;
  min-width: 0;
}
@media (max-width: 991px) {
  .jobs-offer-grid-container {
    background-color: rgba(0, 0, 0, 0);
    margin: 0;
    padding: 0;
  }
}
.jobs-offer-grid {
  flex: 1;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [2];
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  background-color: var(--white-color);
}
@media (max-width: 1140px) {
  .jobs-offer-grid {
    gap: 4px;
  }
}
@media (max-width: 991px) {
  .jobs-offer-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .jobs-offer-grid .job-offer-card:nth-child(n + 3) {
    display: none;
  }
}
.jobs-offer-grid .job-offer-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
  border: 1px solid var(--color-purple);
  border-radius: 12px;
  background-color: #fff;
  text-align: center;
  transition:
    background-color 0.25s ease,
    box-shadow 0.25s ease;
}
.jobs-offer-grid .job-offer-card:hover {
  background-color: var(--color-purple);
  box-shadow: 0 4px 16px rgba(144, 31, 82, 0.25);
}
.jobs-offer-grid .job-offer-card:hover .job-offer-card__title {
  color: #fff;
}
.jobs-offer-grid .job-offer-card a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 12px;
  color: inherit;
  text-decoration: none;
}
.jobs-offer-grid .job-offer-card__title {
  font-family: "Oxanium", sans-serif;
  font-size: clamp(14px, 1.5vw, 16px);
  font-weight: bold;
  line-height: 1;
  color: var(--color-purple);
  margin: 0;
  transition: color 0.25s ease;
}
.jobs-offer-cta a {
  color: #fff !important;
  text-decoration: none !important;
}
.jobs-offer-cta a:hover {
  opacity: 0.8 !important;
  color: #fff !important;
}
.jobs-offer-cta__cta {
  display: inline-block;
  padding: 10px 24px;
  background-color: #000;
  color: #fff;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: opacity 0.2s ease;
  white-space: nowrap;
}
.jobs-offer-cta__cta:hover {
  opacity: 0.8;
  color: #fff;
}
.posts-listing .posts-group {
  display: flex;
}
.posts-listing .posts-group:has(.user-post) {
  padding-bottom: 8px;
}
@media (max-width: 47.9375em) {
  .posts-listing .posts-group-1,
  .posts-listing .posts-group-3 {
    flex-direction: column;
  }
}
@media (max-width: 47.9375em) {
  .posts-listing .posts-group-1 .simple-post,
  .posts-listing .posts-group-1 .user-post,
  .posts-listing .posts-group-3 .simple-post,
  .posts-listing .posts-group-3 .user-post {
    width: 100% !important;
  }
}
.posts-listing .posts-group-1 {
  gap: 11.41%;
}
@media (max-width: 90em) {
  .posts-listing .posts-group-1 {
    gap: 30px;
  }
}
.posts-listing .posts-group-1:has(.landing-post) {
  flex-direction: row-reverse;
}
.posts-listing .posts-group-1 .simple-post:first-child {
  width: 57.04%;
}
@media (max-width: 90em) {
  .posts-listing .posts-group-1 .simple-post:first-child {
    width: 65.77%;
  }
}
.posts-listing .posts-group-1 .simple-post:first-child h3 {
  font-size: calc(1.938rem + 0.8854166667vw);
}
@media (max-width: 90em) {
  .posts-listing .posts-group-1 .simple-post:first-child h3 {
    font-size: 1.938rem;
  }
}
@media (max-width: 47.9375em) {
  .posts-listing .posts-group-1 .simple-post:first-child h3 {
    font-size: 1.938rem;
  }
}
.posts-listing .posts-group-1 .simple-post:first-child .simple-post__image {
  aspect-ratio: 810/510;
  border-radius: 0;
}
@media (max-width: 47.9375em) {
  .posts-listing .posts-group-1 .simple-post:first-child .simple-post__image {
    aspect-ratio: 393/376 !important;
  }
}
.posts-listing .posts-group-1 .simple-post:first-child .simple-post__text-area {
  border-radius: 0 16px 0 0;
  gap: 10px;
  padding: 40px 72px 0 0;
  transform: translateY(-80px);
  margin-bottom: -80px;
}
@media (max-width: 90em) {
  .posts-listing
    .posts-group-1
    .simple-post:first-child
    .simple-post__text-area {
    padding: 20px 20px 0 0;
  }
}
@media (max-width: 47.9375em) {
  .posts-listing
    .posts-group-1
    .simple-post:first-child
    .simple-post__text-area {
    padding: 20px 0 0 20px;
    transform: translateY(-54px);
    margin-bottom: -54px;
  }
}
.posts-listing
  .posts-group-1
  .simple-post:first-child
  .simple-post__text-area
  p {
  font-weight: 500;
}
.posts-listing .posts-group-1 .simple-post:last-child {
  flex: 1;
}
@media (max-width: 47.9375em) {
  .posts-listing .posts-group-1 .simple-post:last-child {
    padding: 0 1.25rem;
  }
}
.posts-listing .posts-group-1 .simple-post:last-child .simple-post__image {
  aspect-ratio: 444/402;
}
@media (max-width: 47.9375em) {
  .posts-listing .posts-group-1 .simple-post:last-child .simple-post__image {
    border-radius: 0;
  }
}
.posts-listing
  .posts-group-1
  .simple-post:last-child
  .simple-post__head
  strong
  a {
  color: var(--color-black);
}
.posts-listing .posts-group-1 .simple-post:last-child .simple-post__text-area {
  width: 100%;
}
.posts-listing
  .posts-group-1
  .simple-post:last-child
  .simple-post__text-area
  h3 {
  font-size: calc(1.313rem + 0.3645833333vw);
}
@media (max-width: 90em) {
  .posts-listing
    .posts-group-1
    .simple-post:last-child
    .simple-post__text-area
    h3 {
    font-size: 1.313rem;
  }
}
@media (max-width: 47.9375em) {
  .posts-listing
    .posts-group-1
    .simple-post:last-child
    .simple-post__text-area
    h3 {
    font-size: 1.313rem;
  }
}
@media (max-width: 47.9375em) {
  .posts-listing
    .posts-group-1
    .simple-post:last-child
    .simple-post__text-area {
    padding-top: 30px;
    border-top: 2px solid var(--color-grey-dark-2);
    gap: 10px;
  }
}
.posts-listing .posts-group-1 .user-post:first-child {
  width: 57.04%;
}
@media (max-width: 90em) {
  .posts-listing .posts-group-1 .user-post:first-child {
    width: 65.77%;
  }
}
.posts-listing .posts-group-1 .user-post:first-child h3 {
  font-size: calc(1.938rem + 0.8854166667vw);
}
@media (max-width: 90em) {
  .posts-listing .posts-group-1 .user-post:first-child h3 {
    font-size: 1.938rem;
  }
}
@media (max-width: 47.9375em) {
  .posts-listing .posts-group-1 .user-post:first-child h3 {
    font-size: 1.938rem;
  }
}
.posts-listing .posts-group:not(.posts-group-1) {
  margin-top: 3.75rem;
  padding-top: 3.75rem;
  border-top: 1px solid var(--light-grey-2-color);
}
@media (max-width: 47.9375em) {
  .posts-listing .posts-group:not(.posts-group-1) {
    margin: 1.875rem 1.25rem 0;
    padding-top: 1.875rem;
  }
}
.posts-listing .posts-group-2,
.posts-listing .posts-group-4 {
  gap: 40px;
}
@media (max-width: 90em) {
  .posts-listing .posts-group-2,
  .posts-listing .posts-group-4 {
    gap: 30px;
  }
}
@media (max-width: 68.6875em) {
  .posts-listing .posts-group-2,
  .posts-listing .posts-group-4 {
    gap: 20px;
  }
}
@media (max-width: 47.9375em) {
  .posts-listing .posts-group-2,
  .posts-listing .posts-group-4 {
    gap: 10px;
    overflow-x: auto;
    scrollbar-width: none;
  }
  .posts-listing .posts-group-2::-webkit-scrollbar,
  .posts-listing .posts-group-4::-webkit-scrollbar {
    display: none;
  }
}
.posts-listing .posts-group-2.slider,
.posts-listing .posts-group-4.slider {
  display: flex;
  flex-direction: column;
  gap: 0 !important;
  padding-bottom: clamp(45px, 5vw, 60px);
}
.posts-listing .posts-group-2 .simple-post,
.posts-listing .posts-group-2 .user-post,
.posts-listing .posts-group-4 .simple-post,
.posts-listing .posts-group-4 .user-post {
  width: calc(25% - 30px);
}
@media (max-width: 90em) {
  .posts-listing .posts-group-2 .simple-post,
  .posts-listing .posts-group-2 .user-post,
  .posts-listing .posts-group-4 .simple-post,
  .posts-listing .posts-group-4 .user-post {
    width: calc(25% - 22.5px);
  }
}
@media (max-width: 68.6875em) {
  .posts-listing .posts-group-2 .simple-post,
  .posts-listing .posts-group-2 .user-post,
  .posts-listing .posts-group-4 .simple-post,
  .posts-listing .posts-group-4 .user-post {
    width: calc(25% - 15px);
  }
}
@media (max-width: 47.9375em) {
  .posts-listing .posts-group-2 .simple-post,
  .posts-listing .posts-group-2 .user-post,
  .posts-listing .posts-group-4 .simple-post,
  .posts-listing .posts-group-4 .user-post {
    min-width: 170px;
    max-width: 170px;
    width: 100%;
  }
}
.posts-listing .posts-group-2 .simple-post .simple-post__text-area,
.posts-listing .posts-group-2 .user-post .simple-post__text-area,
.posts-listing .posts-group-4 .simple-post .simple-post__text-area,
.posts-listing .posts-group-4 .user-post .simple-post__text-area {
  width: 100%;
}
.posts-listing .posts-group-3 {
  gap: 40px;
}
@media (max-width: 90em) {
  .posts-listing .posts-group-3 {
    gap: 30px;
  }
}
.posts-listing .posts-group-3 > div {
  width: calc(50% - 20px);
}
@media (max-width: 90em) {
  .posts-listing .posts-group-3 > div {
    width: calc(50% - 15px);
  }
}
.posts-listing .posts-group-3 > div .simple-post__text-area {
  display: initial;
  width: 100%;
}
@media (max-width: 47.9375em) {
  .posts-listing .posts-group-3 > div .simple-post__text-area {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
}
.posts-listing .posts-group-3 > div .simple-post__text-area strong,
.posts-listing .posts-group-3 > div .simple-post__text-area h3,
.posts-listing
  .posts-group-3
  > div
  .simple-post__text-area
  .simple-post__footer {
  float: left;
  width: calc(50% - 10px);
}
@media (max-width: 47.9375em) {
  .posts-listing .posts-group-3 > div .simple-post__text-area strong,
  .posts-listing .posts-group-3 > div .simple-post__text-area h3,
  .posts-listing
    .posts-group-3
    > div
    .simple-post__text-area
    .simple-post__footer {
    float: initial;
    width: 100%;
  }
}
.posts-listing .posts-group-3 > div .simple-post__text-area .champ-activite,
.posts-listing .posts-group-3 > div .simple-post__text-area h3 {
  margin-bottom: 20px;
}
@media (max-width: 90em) {
  .posts-listing .posts-group-3 > div .simple-post__text-area .champ-activite,
  .posts-listing .posts-group-3 > div .simple-post__text-area h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 47.9375em) {
  .posts-listing .posts-group-3 > div .simple-post__text-area .champ-activite,
  .posts-listing .posts-group-3 > div .simple-post__text-area h3 {
    margin-bottom: 0;
  }
}
.posts-listing .posts-group-3 > div .simple-post__text-area h3 {
  font-size: calc(1.313rem + 0.3645833333vw);
}
@media (max-width: 90em) {
  .posts-listing .posts-group-3 > div .simple-post__text-area h3 {
    font-size: 1.313rem;
  }
}
@media (max-width: 47.9375em) {
  .posts-listing .posts-group-3 > div .simple-post__text-area h3 {
    font-size: 1.313rem;
  }
}
.posts-listing .posts-group-3 > div .simple-post__image {
  float: right;
  width: calc(50% - 10px);
}
@media (max-width: 47.9375em) {
  .posts-listing .posts-group-3 > div .simple-post__image {
    float: initial;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .posts-listing + .pagination .featured-section {
    margin-top: 30px;
  }
}
@media (min-width: 1024px) {
  .posts-listing + .pagination .featured-section {
    margin-top: 60px;
  }
}
@media (min-width: 1200px) {
  .posts-listing + .pagination {
    margin-top: 56px;
  }
}
.simple-post a {
  text-decoration: none;
}
.simple-post__image {
  position: relative;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: auto;
  border-radius: 10px;
  aspect-ratio: 1/1;
  margin-bottom: 1rem;
}
@media (max-width: 47.9375em) {
  .simple-post__image {
    aspect-ratio: 354/170 !important;
  }
}
.simple-post__image:hover img {
  transform: scale(1.05);
}
.simple-post__image img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  font-family: "object-fit:cover;object-position:center";
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  transition: transform 0.3s ease;
}
.simple-post__text-area {
  display: flex;
  flex-direction: column;
  gap: 20px;
  font-family: "Inter", sans-serif;
  background: var(--color-white);
  width: 84.94%;
}
@media (max-width: 90em) {
  .simple-post__text-area {
    gap: 10px;
    width: 90%;
  }
}
@media (max-width: 61.9375em) {
  .simple-post__text-area {
    gap: 5px;
  }
}
.simple-post__text-area h3 {
  line-height: 1.05;
  letter-spacing: -0.03em;
}
.simple-post__text-area h3 a {
  color: var(--color-black);
}
.simple-post__text-area h3 a:hover {
  color: var(--color-blue);
}
.simple-post__text-area p {
  
  font-size: clamp(12px, 2vw, 17px);
  line-height: 1.3;
  letter-spacing: -0.02em;
  color: var(--mid-grey-color);
}
.simple-post__text-area strong a {
  font-family: "Oxanium", sans-serif;
  font-size: calc(0.875rem + 0.1041666667vw);
}
@media (max-width: 61.9375em) {
  .simple-post__text-area strong a {
    font-size: calc(0.875rem + 0.0520833333vw);
  }
}
@media (max-width: 47.9375em) {
  .simple-post__text-area strong a {
    font-size: 0.875rem;
  }
}
.simple-post__text-area strong a {
  color: var(--mid-grey-color);
  text-decoration: none;
  text-transform: uppercase;
}
.simple-post__text-area .champ-activite {
  display: flex;
  gap: 0.5rem;
}
.simple-post__text-area .champ-activite-color {
  width: 7px;
  height: 20px;
}
.simple-post__footer {
  border-top: 1px solid var(--light-grey-2-color);
  padding-top: 20px;
}
@media (max-width: 61.9375em) {
  .simple-post__footer {
    padding-top: 10px;
  }
}
.simple-post__footer .control-list span {
  font-family: "Montserrat", sans-serif;
  font-size: calc(0.625rem + 0.15625vw) !important;
}
@media (max-width: 61.9375em) {
  .simple-post__footer .control-list span {
    font-size: calc(0.625rem + 0.1041666667vw) !important;
  }
}
@media (max-width: 47.9375em) {
  .simple-post__footer .control-list span {
    font-size: 0.625rem !important;
  }
}
.simple-post__footer .control-list span svg {
  width: 24px;
  height: auto;
}
@media (max-width: 61.9375em) {
  .simple-post__footer .control-list span svg {
    min-width: 16px;
    width: 16px;
  }
}
.simple-post__cover {
  display: flex;
  width: calc(50% - 10px);
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.user-post strong {
  display: flex;
}
.user-post strong a {
  font-family: "Oxanium", sans-serif;
  font-size: calc(0.875rem + 0.1041666667vw);
}
@media (max-width: 61.9375em) {
  .user-post strong a {
    font-size: calc(0.875rem + 0.0520833333vw);
  }
}
@media (max-width: 47.9375em) {
  .user-post strong a {
    font-size: 0.875rem;
  }
}
.user-post strong a {
  color: var(--mid-grey-color);
  text-decoration: none;
  text-transform: uppercase;
}
.user-post .champ-activite {
  display: flex;
  gap: 0.5rem;
  margin-bottom: 20px;
}
@media (max-width: 90em) {
  .user-post .champ-activite {
    margin-bottom: 10px;
  }
}
.user-post .champ-activite-color {
  width: 7px;
  height: 20px;
}
.user-post .champ-activite strong {
  margin-bottom: 0;
}
.comment-post {
  display: flex;
  flex-direction: column;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background: var(--cream-color);
  border-radius: 16px;
  box-shadow: -5px 5px 0 var(--color-blue);
  display: flex;
  padding: 20px 28px;
}
@media (max-width: 90em) {
  .comment-post {
    padding: 20px;
  }
}
@media (max-width: 61.9375em) {
  .comment-post {
    padding: 15px 13px;
  }
}
.comment-post.xl-post h3 a {
  text-decoration: underline;
  color: var(--color-purple);
}
.comment-post.xl-post h3 a:hover {
  text-decoration: none;
}
.comment-post a {
  text-decoration: none;
}
.comment-post__head {
  display: flex;
  align-items: center;
  gap: 8px;
}
.comment-post__avatar {
  width: 32.5px;
  height: 32.5px;
  border-radius: 50%;
  overflow: hidden;
}
.comment-post__avatar img {
  width: 100%;
  height: 100%;
  font-family: "object-fit:cover;object-position:center";
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.comment-post__info {
  display: flex;
  flex-direction: column;
}
.comment-post__holder .author-name {
  font-family: "Oxanium", sans-serif;
  font-size: calc(0.625rem + 0.2083333333vw);
}
@media (max-width: 90em) {
  .comment-post__holder .author-name {
    font-size: calc(0.625rem + 0.2083333333vw);
  }
}
@media (max-width: 47.9375em) {
  .comment-post__holder .author-name {
    font-size: 0.625rem;
  }
}
.comment-post__holder .author-name {
  color: var(--color-blue);
}
.comment-post__holder .time {
  font-family: "Inter", sans-serif;
  font-size: calc(0.625rem + 0.2083333333vw);
}
@media (max-width: 90em) {
  .comment-post__holder .time {
    font-size: calc(0.625rem + 0.2083333333vw);
  }
}
@media (max-width: 47.9375em) {
  .comment-post__holder .time {
    font-size: 0.625rem;
  }
}
.comment-post__holder .time {
  color: var(--color-grey-dark);
}
.comment-post__holder h3 {
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  line-height: 1.15;
  letter-spacing: -0.02em;
  display: block;
  margin: 13px 0;
}
.comment-post__holder h3 a {
  color: var(--color-black);
  word-wrap: break-word;
}
.comment-post__holder h3 a:hover {
  color: var(--color-blue);
}
.comment-post__holder h3 a .more {
  color: #901f52;
  text-decoration: underline;
  padding-left: 2px;
}
.comment-post__holder h3 a .more:hover {
  color: var(--color-blue);
  text-decoration: underline;
}
.comment-post__pictures {
  aspect-ratio: 2/1;
  border-radius: 15px;
  display: -ms-grid;
  display: grid;
  gap: 3px;
  -ms-grid-columns: (1fr) [2];
  grid-template-columns: repeat(2, 1fr);
  -ms-grid-rows: (1fr) [2];
  grid-template-rows: repeat(2, 1fr);
  max-width: 100%;
  margin-bottom: 10px;
  overflow: hidden;
}
.comment-post__pictures[data-total="1"] {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
}
.comment-post__pictures[data-total="2"] {
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
}
.comment-post__pictures[data-total="3"]
  .comment-post__pictures-item:first-child {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/3;
}
.comment-post__pictures-item {
  overflow: hidden;
  display: block;
}
.comment-post__pictures-item img {
  width: 100%;
  height: 100%;
  font-family: "object-fit:cover";
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}
.comment-post__pictures-item:hover img {
  transform: scale(1.05);
}
.comment-post .control-list {
  margin-top: 8px;
}
.comment-post .control-list span {
  font-family: "Montserrat", sans-serif;
  font-size: calc(0.625rem + 0.15625vw) !important;
}
@media (max-width: 61.9375em) {
  .comment-post .control-list span {
    font-size: calc(0.625rem + 0.1041666667vw) !important;
  }
}
@media (max-width: 47.9375em) {
  .comment-post .control-list span {
    font-size: 0.625rem !important;
  }
}
.comment-post .control-list span svg {
  width: 24px;
  height: auto;
}
@media (max-width: 61.9375em) {
  .comment-post .control-list span svg {
    min-width: 16px;
    width: 16px;
  }
}
.comment-post .modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
}
.comment-post .modal.active {
  display: flex;
  justify-content: center;
  align-items: center;
}
.comment-post .modal-content {
  display: flex;
  align-items: center;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  justify-content: center;
  width: 100%;
  height: 100%;
  overflow: auto;
}
.comment-post .modal-content .splide__slide {
  -ms-grid-row-align: center;
  align-self: center;
  text-align: center;
}
.comment-post .modal-content .splide__slide img {
  height: auto;
  width: auto;
}
.comment-post .modal-content .splide__slide img.horizontal {
  max-width: 100%;
}
.comment-post .modal-content .splide__slide img.vertical {
  max-height: 100vh;
  max-width: 100vw;
}
.comment-post .modal-content .splide__arrow--prev {
  left: 20px;
}
.comment-post .modal-content .splide__arrow--next {
  right: 20px;
}
.comment-post .close-btn {
  background: none;
  border: none;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}
.archive-header-container .thematic-links {
  display: flex;
  justify-content: center;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  gap: 20px;
  background: var(--light-grey-color);
  padding: 16px 20px;
}
@media screen and (max-width: 767px) {
  .archive-header-container .thematic-links {
    justify-content: flex-start;
    gap: 4px;
    padding: 8px 20px;
    background: var(--color-white);
    overflow-x: auto;
  }
}
.archive-header-container .thematic-link {
  display: flex;
  font-size: 1rem;
  line-height: 0.6;
  text-decoration: none;
  padding: 0.938rem 2.5rem;
  border-radius: 40px;
  text-wrap: nowrap;
}
@media screen and (max-width: 767px) {
  .archive-header-container .thematic-link {
    padding: 0.688rem 0.563rem;
  }
}
.archive-header-container .thematic-link.active {
  color: var(--color-white);
  background: var(--color-purple);
  border: 1px solid var(--color-purple);
}
.archive-header-container .thematic-link:not(.active) {
  color: var(--mid-grey-color);
  background: var(--color-white);
  border: 1px solid var(--border-grey-color);
  transition: all 0.3s ease;
}
.archive-header-container .thematic-link:not(.active):hover {
  color: var(--color-black);
  background: var(--color-purple-light);
  border: 1px solid var(--color-purple-light);
}
.archive-header-container .left-links,
.archive-header-container .right-links {
  display: flex;
  gap: 20px;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .archive-header-container .left-links,
  .archive-header-container .right-links {
    gap: 4px;
  }
}
.archive-header-container .left-links .thematic-link:not(.active) {
  color: var(--color-purple);
  border-color: var(--color-purple);
}
.archive-header-container .left-links .thematic-link:not(.active):hover {
  background: var(--color-purple-light);
  border-color: var(--color-purple-light);
  color: var(--color-black);
}
.archive-header-container .right-links .thematic-link:not(.active) {
  color: var(--mid-grey-color);
  border-color: var(--border-grey-color);
}
.archive-header-container .right-links .thematic-link:not(.active):hover {
  background: var(--color-purple-light);
  border-color: var(--color-purple-light);
  color: var(--color-black);
}
.archive-header-container .separator {
  width: 1px;
  background: #08509f;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}
.archive-header-container .activity-tags {
  background: var(--archive-header-grey);
  padding: 10px 0;
}
.archive-header-container .activity-tags .container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.5rem;
}
@media (max-width: 47.9375em) {
  .archive-header-container .activity-tags .container {
    justify-content: flex-start;
    gap: 0.313rem;
  }
}
.archive-header-container .activity-tag {
  display: flex;
  height: 40px;
  padding: 0.688rem 2.5rem;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  border-radius: 30px;
  border: 1px solid var(--border-grey-color);
  text-decoration: none;
  transition: background 0.2s ease-in-out;
}
@media (max-width: 47.9375em) {
  .archive-header-container .activity-tag {
    height: 25px;
    padding: 0.313rem 0.563rem;
    gap: 0.25rem;
  }
}
.archive-header-container .activity-tag:after {
  content: "";
  display: flex;
  width: 14px;
  height: 14px;
}
.archive-header-container .activity-tag.active {
  background: var(--color-white);
}
.archive-header-container .activity-tag.active:after {
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='7' cy='7' r='7' fill='%23333333'/%3E%3Cline x1='3.30566' y1='7.12943' x2='10.6946' y2='7.12943' stroke='white' stroke-width='1.03704'/%3E%3C/svg%3E%0A");
}
.archive-header-container .activity-tag:not(.active):after {
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='7' cy='7' r='7' fill='%23333333'/%3E%3Cline x1='3.30566' y1='7.12943' x2='10.6946' y2='7.12943' stroke='white' stroke-width='1.03704'/%3E%3Cline x1='7.00004' y1='10.7075' x2='7.00004' y2='3.31863' stroke='white' stroke-width='1.03704'/%3E%3C/svg%3E%0A");
}
.archive-header-container .activity-tag:not(.active):hover {
  background: var(--color-white);
}
@media (max-width: 47.9375em) {
  .archive-header-container .activity-tag svg {
    width: 13px;
    height: 13px;
  }
}
.archive-header-container .activity-tag span {
  font-size: calc(0.688rem + 0.2604166667vw);
}
@media (max-width: 61.9375em) {
  .archive-header-container .activity-tag span {
    font-size: calc(0.688rem + 0.15625vw);
  }
}
@media (max-width: 47.9375em) {
  .archive-header-container .activity-tag span {
    font-size: 0.688rem;
  }
}
.archive-header-container .activity-tag span {
  color: var(--mid-grey-color);
  line-height: 0;
  margin-bottom: 0.125rem;
}
@media (max-width: 47.9375em) {
  .archive-header-container .activity-tag span {
    margin-bottom: 0.063rem;
  }
}
@media (max-width: 47.9375em) {
  .archive .container {
    padding: 0;
  }
}
.archive .posts-listing .archive-post {
  position: relative;
  width: calc(25% - 1.875rem);
  margin-bottom: 3.75rem;
}
@media (max-width: 61.9375em) {
  .archive .posts-listing .archive-post {
    width: calc(33.3333333333% - 1.6666666667rem);
  }
}
@media (max-width: 47.9375em) {
  .archive .posts-listing .archive-post {
    width: 100% !important;
    margin-bottom: 1.5rem;
  }
}
.archive .posts-listing .archive-post:first-child,
.archive .posts-listing .archive-post:nth-child(4),
.archive .posts-listing .archive-post:nth-child(14) {
  width: calc(50% - 1.875rem);
}
@media (max-width: 61.9375em) {
  .archive .posts-listing .archive-post:first-child,
  .archive .posts-listing .archive-post:nth-child(4),
  .archive .posts-listing .archive-post:nth-child(14) {
    width: calc(66.6666666667% - 1.6666666667rem);
  }
}
@media (max-width: 47.9375em) {
  .archive .posts-listing .archive-post:first-child,
  .archive .posts-listing .archive-post:nth-child(4),
  .archive .posts-listing .archive-post:nth-child(14) {
    padding-top: 30px;
  }
  .archive .posts-listing .archive-post:first-child:before,
  .archive .posts-listing .archive-post:nth-child(4):before,
  .archive .posts-listing .archive-post:nth-child(14):before {
    content: "";
    position: absolute;
    top: 0;
    left: 1.25rem;
    right: 1.25rem;
    height: 2px;
    background-color: var(--color-grey-dark-2);
  }
}
@media (max-width: 47.9375em) {
  .archive .posts-listing .archive-post:first-child .user-post,
  .archive .posts-listing .archive-post:nth-child(4) .user-post,
  .archive .posts-listing .archive-post:nth-child(14) .user-post {
    padding: 0 1.25rem;
  }
}
.archive .posts-listing .archive-post:first-child .simple-post h3,
.archive .posts-listing .archive-post:nth-child(4) .simple-post h3,
.archive .posts-listing .archive-post:nth-child(14) .simple-post h3 {
  font-size: calc(1.938rem + 0.8854166667vw);
}
@media (max-width: 90em) {
  .archive .posts-listing .archive-post:first-child .simple-post h3,
  .archive .posts-listing .archive-post:nth-child(4) .simple-post h3,
  .archive .posts-listing .archive-post:nth-child(14) .simple-post h3 {
    font-size: 1.938rem;
  }
}
@media (max-width: 47.9375em) {
  .archive .posts-listing .archive-post:first-child .simple-post h3,
  .archive .posts-listing .archive-post:nth-child(4) .simple-post h3,
  .archive .posts-listing .archive-post:nth-child(14) .simple-post h3 {
    font-size: 1.938rem;
  }
}
.archive .posts-listing .archive-post:first-child .simple-post__image,
.archive .posts-listing .archive-post:nth-child(4) .simple-post__image,
.archive .posts-listing .archive-post:nth-child(14) .simple-post__image {
  aspect-ratio: 810/510;
  border-radius: 0;
}
@media (max-width: 47.9375em) {
  .archive .posts-listing .archive-post:first-child .simple-post__image,
  .archive .posts-listing .archive-post:nth-child(4) .simple-post__image,
  .archive .posts-listing .archive-post:nth-child(14) .simple-post__image {
    aspect-ratio: 393/376 !important;
  }
}
.archive .posts-listing .archive-post:first-child .simple-post__text-area,
.archive .posts-listing .archive-post:nth-child(4) .simple-post__text-area,
.archive .posts-listing .archive-post:nth-child(14) .simple-post__text-area {
  border-radius: 0 16px 0 0;
  gap: 10px;
  padding: 40px 72px 0 0;
  width: 82%;
  transform: translateY(-80px);
  margin-bottom: -80px;
}
@media (max-width: 47.9375em) {
  .archive .posts-listing .archive-post:first-child .simple-post__text-area,
  .archive .posts-listing .archive-post:nth-child(4) .simple-post__text-area,
  .archive .posts-listing .archive-post:nth-child(14) .simple-post__text-area {
    padding: 20px 0 0 20px;
    transform: translateY(-54px);
    margin-bottom: -54px;
  }
}
.archive .posts-listing .archive-post:first-child .simple-post__text-area p,
.archive .posts-listing .archive-post:nth-child(4) .simple-post__text-area p,
.archive .posts-listing .archive-post:nth-child(14) .simple-post__text-area p {
  font-weight: 500;
}
@media (max-width: 47.9375em) {
  .archive
    .posts-listing
    .archive-post:not(:first-child):not(:nth-child(4)):not(:nth-child(14)) {
    padding: 0 1.25rem;
  }
}
@media (max-width: 47.9375em) {
  .archive
    .posts-listing
    .archive-post:not(:first-child):not(:nth-child(4)):not(:nth-child(14))
    .simple-post,
  .archive
    .posts-listing
    .archive-post:not(:first-child):not(:nth-child(4)):not(:nth-child(14))
    .user-post {
    padding-top: 30px;
    border-top: 2px solid var(--color-grey-dark-2);
  }
}
.archive .posts-listing .archive-post .simple-post__text-area {
  width: 100%;
}
.highlighted-content-row {
  display: flex;
  gap: 11.41%;
}
@media (max-width: 90em) {
  .highlighted-content-row {
    gap: 30px;
  }
}
@media (max-width: 47.9375em) {
  .highlighted-content-row .archive-post {
    width: 100% !important;
  }
}
.highlighted-content-row .archive-post:first-child {
  width: 57.04%;
}
@media (max-width: 90em) {
  .highlighted-content-row .archive-post:first-child {
    width: 65.77%;
  }
}
.highlighted-content-row .archive-post:first-child h2 {
  font-size: calc(1.938rem + 0.8854166667vw);
}
@media (max-width: 90em) {
  .highlighted-content-row .archive-post:first-child h2 {
    font-size: 1.938rem;
  }
}
@media (max-width: 47.9375em) {
  .highlighted-content-row .archive-post:first-child h2 {
    font-size: 1.938rem;
  }
}
.highlighted-content-row .archive-post:first-child .simple-post__image {
  aspect-ratio: 810/510;
  border-radius: 0;
}
@media (max-width: 47.9375em) {
  .highlighted-content-row .archive-post:first-child .simple-post__image {
    aspect-ratio: 393/376 !important;
  }
}
.highlighted-content-row .archive-post:first-child .simple-post__text-area {
  border-radius: 0 16px 0 0;
  gap: 10px;
  padding: 40px 72px 0 0;
  transform: translateY(-80px);
  margin-bottom: -80px;
}
@media (max-width: 90em) {
  .highlighted-content-row .archive-post:first-child .simple-post__text-area {
    padding: 20px 20px 0 0;
  }
}
@media (max-width: 47.9375em) {
  .highlighted-content-row .archive-post:first-child .simple-post__text-area {
    padding: 20px 0 0 20px;
    transform: translateY(-54px);
    margin-bottom: -54px;
  }
}
.highlighted-content-row .archive-post:first-child .simple-post__text-area p {
  font-weight: 500;
}
.highlighted-content-row .archive-post:last-child {
  flex: 1;
}
@media (max-width: 47.9375em) {
  .highlighted-content-row .archive-post:last-child {
    padding: 0 1.25rem;
  }
}
.highlighted-content-row .archive-post:last-child .simple-post__image {
  aspect-ratio: 444/402;
}
@media (max-width: 47.9375em) {
  .highlighted-content-row .archive-post:last-child .simple-post__image {
    border-radius: 0;
  }
}
.highlighted-content-row .archive-post:last-child .simple-post__head strong a {
  color: var(--color-black);
}
.highlighted-content-row .archive-post:last-child .simple-post__text-area h2 {
  font-size: calc(1.313rem + 0.3645833333vw);
}
@media (max-width: 90em) {
  .highlighted-content-row .archive-post:last-child .simple-post__text-area h2 {
    font-size: 1.313rem;
  }
}
@media (max-width: 47.9375em) {
  .highlighted-content-row .archive-post:last-child .simple-post__text-area h2 {
    font-size: 1.313rem;
  }
}
@media (max-width: 47.9375em) {
  .highlighted-content-row .archive-post:last-child .simple-post__text-area {
    width: 100%;
    padding-top: 30px;
    border-top: 2px solid var(--color-grey-dark-2);
    gap: 10px;
  }
}
.highlighted-content-row .archive-post h2 {
  line-height: 1.05;
  letter-spacing: -0.03em;
}
.highlighted-content-row a {
  color: var(--color-black);
}
.highlighted-content-row__collapsed {
  display: flex;
  gap: 40px;
  margin-bottom: 60px;
}
@media (max-width: 90em) {
  .highlighted-content-row__collapsed {
    gap: 30px;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .highlighted-content-row,
  .highlighted-content-row__collapsed {
    flex-direction: column;
  }
  .highlighted-content-row .first-content,
  .highlighted-content-row .second-content,
  .highlighted-content-row__collapsed .first-content,
  .highlighted-content-row__collapsed .second-content {
    flex: unset;
    width: 100%;
  }
}
.highlighted-content-col {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 47.9375em) {
  .highlighted-content-col {
    gap: 10px;
  }
}
.highlighted-content-col a {
  color: var(--color-black);
  text-decoration: none;
}
.highlighted-content-col > a h2,
.highlighted-content-col > a h2 + p {
  margin-top: 20px;
}
@media (max-width: 90em) {
  .highlighted-content-col > a h2,
  .highlighted-content-col > a h2 + p {
    margin-top: 10px;
  }
}
.highlighted-content-col > a h2 {
  font-size: calc(1.313rem + 0.4166666667vw);
}
@media (max-width: 90em) {
  .highlighted-content-col > a h2 {
    font-size: 1.313rem;
  }
}
@media (max-width: 47.9375em) {
  .highlighted-content-col > a h2 {
    font-size: 1.313rem;
  }
}
.highlighted-content-col > a h2 {
  line-height: 1.05;
  letter-spacing: -0.03em;
}
.highlighted-content-col > a img {
  width: 100%;
  height: 248px;
  border-radius: 10px;
  font-family: "object-fit:cover";
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 47.9375em) {
  .highlighted-content-col > a img {
    height: 166px;
  }
}
.highlighted-content-col > a p {
  color: var(--mid-grey-color);
}
.highlighted-content-col .champ-activite {
  font-family: "Oxanium", sans-serif;
  font-size: 1.25rem;
  text-transform: uppercase;
}
.archive-related-content {
  position: relative;
  display: flex;
  gap: 40px;
  padding-top: 60px;
  padding-bottom: 60px;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
@media (max-width: 90em) {
  .archive-related-content {
    gap: 30px;
  }
}
@media (max-width: 61.9375em) {
  .archive-related-content {
    flex-direction: column;
    padding-top: 30px;
    padding-left: 20px !important;
    padding-right: 20px !important;
    padding-bottom: 30px !important;
  }
}
.archive-related-content:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background-color: var(--color-grey-dark);
}
@media (max-width: 61.9375em) {
  .archive-related-content:before {
    left: 20px;
    right: 20px;
  }
}
.archive-related-content:after {
  content: none !important;
}
.archive-related-content-item {
  width: calc(50% - 20px);
}
@media (max-width: 90em) {
  .archive-related-content-item {
    width: calc(50% - 15px);
  }
}
@media (max-width: 61.9375em) {
  .archive-related-content-item {
    width: 100%;
  }
}
.archive-related-content-item a {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  background: var(--cream-color);
  padding: 30px 0;
  text-align: center;
  text-decoration: none;
  height: 100%;
}
.archive-related-content-item .related-content-upper-title {
  font-size: calc(0.875rem + 0.1041666667vw);
}
@media (max-width: 90em) {
  .archive-related-content-item .related-content-upper-title {
    font-size: 0.875rem;
  }
}
@media (max-width: 47.9375em) {
  .archive-related-content-item .related-content-upper-title {
    font-size: 0.875rem;
  }
}
.archive-related-content-item .related-content-upper-title {
  font-family: "Oxanium", sans-serif;
  line-height: 1.4;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0 40px;
  color: var(--mid-grey-color-2);
}
.archive-related-content-item .related-content-title {
  font-size: calc(1.25rem + 0.4166666667vw);
}
@media (max-width: 90em) {
  .archive-related-content-item .related-content-title {
    font-size: 1.25rem;
  }
}
@media (max-width: 47.9375em) {
  .archive-related-content-item .related-content-title {
    font-size: 1.25rem;
  }
}
.archive-related-content-item .related-content-title {
  font-family: "Oxanium", sans-serif;
  line-height: 1.05;
  color: var(--color-black);
  padding: 0 40px;
  width: 100%;
  max-width: 580px;
  margin: 0 auto;
}
@media (max-width: 61.9375em) {
  .archive-related-content-item .related-content-title {
    padding: 0 20px;
    max-width: 100%;
  }
}
.archive-related-content-item .related-content-chapo {
  font-size: calc(1rem + 0.2604166667vw);
}
@media (max-width: 90em) {
  .archive-related-content-item .related-content-chapo {
    font-size: 1rem;
  }
}
@media (max-width: 47.9375em) {
  .archive-related-content-item .related-content-chapo {
    font-size: 1rem;
  }
}
.archive-related-content-item .related-content-chapo {
  line-height: 1.3;
  padding: 0 40px;
  color: var(--mid-grey-color);
}
@media (max-width: 61.9375em) {
  .archive-related-content-item .related-content-chapo {
    padding: 0 20px;
  }
}
.project {
  display: flex;
  flex-direction: column;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid var(--mid-grey-color-2);
  color: var(--color-grey-dark);
  text-decoration: none;
}
@media (max-width: 47.9375em) {
  .project {
    flex-direction: row;
  }
}
.project:hover {
  color: var(--color-blue);
}
.project:hover .project__image img {
  transform: scale(1.05);
}
.project__image {
  aspect-ratio: 444/250;
  height: auto;
  overflow: hidden;
}
@media (max-width: 47.9375em) {
  .project__image {
    min-width: 41%;
    width: 41%;
    min-height: 162px;
  }
  .project__image--desktop {
    display: none;
  }
  .project__image--mobile {
    display: block !important;
  }
}
.project__image--mobile {
  display: none;
}
.project__image img {
  width: 100%;
  height: 100%;
  font-family: "object-fit:cover;object-position:center";
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  transition: transform 0.3s ease;
}
.project__details {
  padding: 1.25rem;
}
@media (max-width: 47.9375em) {
  .project__details {
    padding: 0.625rem 1.25rem;
  }
}
.project__details h3 {
  font-size: calc(1.188rem + 0.2604166667vw);
}
@media (max-width: 90em) {
  .project__details h3 {
    font-size: calc(1.188rem + 0.15625vw);
  }
}
@media (max-width: 47.9375em) {
  .project__details h3 {
    font-size: 1.188rem;
  }
}
.project__details h3 {
  font-family: "Inter", sans-serif;
  line-height: 1.1;
}
.project__terms {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem;
  margin-bottom: 0.75rem;
}
@media (max-width: 47.9375em) {
  .project__terms {
    margin-bottom: 0.625rem;
  }
}
.project__terms .activity-field,
.project__terms .mode-intervention {
  font-size: calc(0.625rem + 0.1041666667vw);
}
@media (max-width: 61.9375em) {
  .project__terms .activity-field,
  .project__terms .mode-intervention {
    font-size: calc(0.625rem + 0.0520833333vw);
  }
}
@media (max-width: 47.9375em) {
  .project__terms .activity-field,
  .project__terms .mode-intervention {
    font-size: 0.625rem;
  }
}
.project__terms .activity-field,
.project__terms .mode-intervention {
  line-height: 1;
  border-radius: 30px;
  padding: 0.156rem 0.625rem;
  color: var(--color-grey-dark) !important;
}
.project__terms .activity-field {
  border: 1px solid var(--color-blue-activity);
  background: var(--color-blue-activity-transparent);
  font-weight: 700;
}
.project__terms .mode-intervention {
  border: 1px solid var(--light-grey-2-color);
  background: var(--light-grey-3-color);
}
.project__coordonnees p {
  font-size: calc(0.875rem + 0.1041666667vw);
}
@media (max-width: 90em) {
  .project__coordonnees p {
    font-size: 0.875rem;
  }
}
@media (max-width: 47.9375em) {
  .project__coordonnees p {
    font-size: 0.875rem;
  }
}
.project__coordonnees p {
  line-height: 1.1;
}
.search-form-container form > label {
  display: block;
  font-size: calc(0.875rem + 0.1041666667vw);
}
@media (max-width: 61.9375em) {
  .search-form-container form > label {
    font-size: calc(0.875rem + 0.0520833333vw);
  }
}
@media (max-width: 47.9375em) {
  .search-form-container form > label {
    font-size: 0.875rem;
  }
}
.search-form-container form > label {
  font-family: "Oxanium", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.search-form-container .search-form-fields,
.search-form-container .search-form__filters {
  display: flex;
  gap: 0.875rem 2.5rem;
}
.search-form-container .search-form-fields {
  align-items: flex-start;
}
@media (max-width: 61.9375em) {
  .search-form-container .search-form-fields {
    flex-direction: column;
  }
}
@media (max-width: 61.9375em) {
  .search-form-container .search-form__filters {
    gap: 1.125rem;
    width: 100%;
  }
}
.search-form-container .search-form__filters select {
  width: 325px;
}
@media (max-width: 61.9375em) {
  .search-form-container .search-form__filters select {
    width: calc(50% - 0.563rem);
    height: 40px;
  }
}
.search-form-container .searchbar {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  flex: 1;
  max-width: 48.59%;
}
@media (max-width: 74.9375em) {
  .search-form-container .searchbar {
    max-width: 100%;
    width: 100%;
  }
}
.search-form-container
  .searchbar:focus-within:has(.suggestion)
  .searchbar__input {
  border-radius: 8px 8px 0 0;
  border-bottom: none;
}
.search-form-container .searchbar__input {
  height: 50px;
  border: 1px solid var(--color-blue);
  border-radius: 8px;
  background: var(--cream-color);
  color: var(--color-blue);
  font-size: 1rem;
  line-height: 1.3;
  padding: 0.906rem 1rem;
}
@media (max-width: 61.9375em) {
  .search-form-container .searchbar__input {
    height: 40px;
  }
}
.search-form-container .searchbar__input::-moz-placeholder {
  color: var(--color-blue);
}
.search-form-container .searchbar__input:-ms-input-placeholder {
  color: var(--color-blue);
}
.search-form-container .searchbar__input::placeholder {
  color: var(--color-blue);
}
.search-form-container .searchbar__input-wrapper {
  position: relative;
  z-index: 2;
  flex: 1;
  min-width: 276px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media (max-width: 61.9375em) {
  .search-form-container .searchbar__input-wrapper {
    min-width: initial;
  }
}
.search-form-container .searchbar__suggestions {
  display: flex;
  overflow-y: auto;
  flex-direction: column;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  max-height: calc(10.8175rem + 0.063rem);
  scrollbar-color: var(--color-blue) var(--cream-color);
  scrollbar-width: thin;
}
.search-form-container .searchbar__suggestions-wrapper {
  display: none;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 1px;
  transform: translateY(100%);
  overflow: hidden;
  border: 1px solid var(--color-blue);
  border-top: none;
  border-radius: 0 0 8px 8px;
}
.search-form-container
  .searchbar:focus-within
  .searchbar__suggestions-wrapper:has(.suggestion) {
  display: flex;
}
.search-form-container .searchbar .suggestion {
  display: flex;
}
.search-form-container .searchbar .suggestion button.suggestion__link {
  border: none;
  text-align: left;
  color: var(--color-blue);
  cursor: pointer;
}
.search-form-container .searchbar .suggestion__link {
  position: relative;
  font-size: 0.875rem;
  line-height: 1.3;
  width: 100%;
  padding: 0.513rem 1rem;
  text-decoration: none;
  background: var(--cream-color);
}
.search-form-container .searchbar .suggestion__link:focus {
  outline: none;
  background: var(--color-white);
  color: var(--color-blue);
}
.search-form-container .searchbar .suggestion__link:focus:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background: var(--color-blue);
}
.jobs-container {
  margin-bottom: clamp(30px, 5vw, 60px);
}
.jobs-container h3 {
  font-family: "Oxanium", sans-serif;
  font-size: clamp(14px, 2vw, 16px);
  font-weight: bold;
  text-transform: uppercase;
  color: #000;
  margin-bottom: clamp(10px, 3vw, 20px);
}
.jobs-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [3];
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(12px, 2vw, 20px);
  margin-bottom: clamp(24px, 3vw, 40px);
}
@media (max-width: 991px) {
  .jobs-grid {
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .jobs-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.job-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: clamp(16px, 2vw, 24px);
  border: 1px solid #d4d4d4;
  border-radius: 12px;
  background-color: #fff;
}
.job-card__category {
  display: inline-block;
  align-self: flex-start;
  padding: 4px 12px;
  border: 1px solid #d4d4d4;
  border-radius: 30px;
  font-size: 12px;
  color: #333;
  background-color: #fafafa;
}
.job-card__title {
  font-family: "Inter", sans-serif;
  font-size: clamp(18px, 2vw, 22px);
  font-weight: bold;
  line-height: 1.2;
  color: #000;
  margin: 0;
}
.job-card__meta {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.job-card__meta-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: clamp(14px, 1.5vw, 16px);
  color: #333;
}
.job-card__meta-item::before {
  content: none !important;
}
.job-card__meta-item svg {
  flex-shrink: 0;
}
.jobs-footer {
  display: flex;
  justify-content: center;
  padding-top: clamp(8px, 2vw, 16px);
}
.jobs-footer__cta {
  display: inline-block;
  padding: 14px 32px;
  background-color: #000;
  color: #fff;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
.jobs-footer__cta:hover {
  opacity: 0.8;
}
.rebound {
  display: flex;
  gap: 2rem;
  align-items: center;
  margin-bottom: clamp(30px, 5vw, 60px);
}
.rebound .btn {
  display: inline-block;
  padding: 14px 32px;
  background-color: #000;
  color: #fff;
  border-radius: 30px;
  border: none;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
.rebound .btn:hover {
  cursor: pointer;
  opacity: 0.8;
}
@media (max-width: 767px) {
  .rebound {
    flex-direction: column;
  }
}
.rebound .rebound-left {
  flex: 1;
}
.rebound .rebound-left h3 {
  font-family: "Oxanium", sans-serif;
  font-size: clamp(14px, 2vw, 18px);
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}
.rebound .rebound-left h4 {
  font-family: "Inter", sans-serif;
  font-size: clamp(20px, 3vw, 28px);
  line-height: 1.2;
  color: #000;
  margin-bottom: clamp(14px, 2vw, 20px);
}
.rebound .rebound-left p {
  font-size: clamp(14px, 2vw, 16px);
  line-height: 1.6;
  color: #333;
  margin-bottom: clamp(20px, 3vw, 30px);
}
.rebound .rebound-right {
  flex: 1;
}
.rebound .rebound-right img {
  width: 100%;
  height: clamp(200px, 30vw, 320px);
  font-family: "object-fit:contain";
  -o-object-fit: contain;
  object-fit: contain;
  border-radius: 8px;
  display: block;
}
.splide__container {
  box-sizing: border-box;
  position: relative;
}
.splide__image-container {
  display: flex;
  justify-content: center;
  width: 100%;
  height: auto;
  aspect-ratio: 833/570;
}
.splide__image-container img {
  height: 100%;
  font-family: "object-fit:contain";
  -o-object-fit: contain;
  object-fit: contain;
}
.splide__list {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}
.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}
.splide__pagination {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}
.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}
.splide:not(.is-overflow) .splide__pagination {
  display: none;
}
.splide__progress__bar {
  width: 0;
}
.splide {
  position: relative;
  visibility: hidden;
}
.splide.is-initialized,
.splide.is-rendered {
  visibility: visible;
}
.splide__slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
  padding-right: 1px !important;
}
.splide__slide.wp-caption {
  margin: 0;
}
.splide__slide img {
  vertical-align: bottom;
}
.splide__spinner {
  -webkit-animation: splide-loading 1s linear infinite;
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: rgba(0, 0, 0, 0);
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}
.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.splide__toggle.is-active .splide__toggle__play,
.splide__toggle__pause {
  display: none;
}
.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}
.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}
@-webkit-keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}
.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}
.splide--rtl {
  direction: rtl;
}
.splide__track--ttb > .splide__list {
  display: block;
}
.splide__arrow {
  --arrow-size: 30px;
  align-items: center;
  background: none;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: var(--arrow-size, 20px);
  aspect-ratio: 1;
  z-index: 1;
}
.splide__arrow svg {
  width: var(--arrow-size, 100%);
  aspect-ratio: 1;
}
.splide__arrow:disabled {
  opacity: 0.3;
}
.splide__arrow:focus-visible {
  outline: 3px solid var(--color-blue-light);
  outline-offset: 3px;
}
.splide__arrow--prev {
  left: 1em;
}
.splide__arrow--next {
  right: 1em;
}
.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid var(--color-blue-light);
  outline-offset: 3px;
}
.splide__pagination {
  bottom: -0.5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}
.splide__pagination__page {
  background: var(--color-grey);
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  padding: 0;
  position: relative;
  transition: 0.2s linear;
  width: 8px;
}
.splide__pagination__page.is-active {
  background: var(--color-blue);
  transform: scale(1.2);
  z-index: 1;
}
.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}
.splide__pagination__page:focus-visible {
  outline: 3px solid var(--color-blue-light);
  outline-offset: 3px;
}
.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid var(--color-blue-light);
  outline-offset: 3px;
}
.splide__progress__bar {
  background: var(--color-grey);
  height: 3px;
}
.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.splide__slide:focus {
  outline: 0;
}
@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid var(--color-blue-light);
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid var(--color-blue-light);
  }
}
@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid var(--color-blue-light);
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid var(--color-blue-light);
  }
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: var(--color-blue-light);
  }
}
.splide__toggle {
  cursor: pointer;
}
.splide__toggle:focus-visible {
  outline: 3px solid var(--color-blue-light);
  outline-offset: 3px;
}
.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid var(--color-blue-light);
  outline-offset: 3px;
}
.splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid rgba(0, 0, 0, 0);
  cursor: pointer;
}
.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid var(--color-black);
}
.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}
.splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1);
}
.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}
.splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1);
}
.splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}
.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}
.splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotate(-90deg);
}
.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}
.splide__arrows--ttb .splide__arrow--next svg {
  transform: rotate(90deg);
}
.splide__pagination--ttb {
  bottom: 0;
  display: flex;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}
@media (max-width: 768px) {
  .splide__arrow {
    --arrow-size: 20px;
  }
  .splide__arrow--prev {
    left: 0;
  }
  .splide__arrow--next {
    right: 0;
  }
}
.ninja-form-block {
  padding: 0 0 15px;
  max-width: 437px;
  width: 100%;
  margin: 0 auto;
}
.ninja-form-block .nf-form-content {
  background: #dceee8;
  border-radius: 16px;
  box-shadow: -8px 8px 0 #08509f;
  margin: 0 0 0 8px;
  max-width: none;
  padding: 23px;
}
.ninja-form-block .nf-field-container {
  margin-bottom: 16px;
}
.ninja-form-block input[type="text"],
.ninja-form-block input[type="email"],
.ninja-form-block input[type="tel"],
.ninja-form-block textarea {
  background: #fff;
  border: 1px solid #d4d4d4;
  border-radius: 8px;
  color: #333;
  font-size: 12px;
  line-height: 1.2;
  padding: 16px 15px;
  width: 100%;
}
.ninja-form-block textarea {
  height: 200px;
  max-height: 250px;
  min-height: 200px;
  resize: none;
}
.ninja-form-block .submit-container input[type="button"],
.ninja-form-block input[type="submit"] {
  background: #08509f;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 8px;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 14px;
  font-weight: 700;
  margin: 0 auto;
  min-height: 48px;
  padding: 0 22px;
  transition: background 0.3s ease;
}
.ninja-form-block .submit-container input[type="button"]:hover,
.ninja-form-block input[type="submit"]:hover {
  background-color: #06386e;
  color: #fff;
}
.ninja-form-block .nf-before-form-content {
  margin-bottom: 12px;
}
.ninja-form-block .nf-after-form-content {
  margin-top: 12px;
}
.ninja-form-block .ninja-forms-req-symbol {
  color: var(--grey-color);
}
@media (min-width: 768px) {
  .ninja-form-block .nf-form-content {
    padding: 32px;
  }
  .ninja-form-block input[type="text"],
  .ninja-form-block input[type="email"],
  .ninja-form-block input[type="tel"],
  .ninja-form-block textarea {
    font-size: 14px;
  }
}
.create-message .search-form-container {
  margin-bottom: 16px;
}
.create-message .searchbar {
  max-width: 100%;
}
.create-message .searchbar__input {
  border: 1px solid var(--light-grey-2-color);
  background: var(--color-white);
}
.create-message .searchbar__suggestions-wrapper {
  border: 1px solid var(--light-grey-2-color);
}
.create-message .searchbar .suggestion__link {
  background: var(--color-white);
}
.create-message .input-file {
  margin-bottom: 16px;
}
.create-message .input-file label {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: underline;
  cursor: pointer;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.create-message .input-file label #fileInput {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.create-message .comment-post__pictures:has(.comment-post__pictures-item) {
  margin-top: 10px;
}
.create-message .comment-post__pictures[data-total="1"] {
  display: flex;
  width: 50%;
  height: 200px;
}
.create-message
  .comment-post__pictures[data-total="1"]
  .comment-post__pictures-item {
  width: 100%;
}
.create-message
  .comment-post__pictures[data-total="1"]
  .comment-post__pictures-item
  img {
  width: 100%;
  height: 100%;
  font-family: "object-fit:cover";
  -o-object-fit: cover;
  object-fit: cover;
}
.create-message .comment-post__pictures-item {
  position: relative;
}
.create-message .comment-post__pictures-item .delete-btn {
  position: absolute;
  top: 5px;
  right: 5px;
}
.contact-view-section .contact-box .opener {
  display: inline-block;
  padding: 0 10px;
  width: auto;
}
.contact-view-section .contact-box img {
  min-width: 20px;
}
@media (min-width: 980px) {
  .contact-view-section .contact-box img {
    transition: transform 0.3s ease;
  }
}
.contact-view-section .contact-box.active .opener img {
  transform: rotate(180deg);
}
.comment-post-contact .comment-post-contact__holder {
  word-break: break-word;
}
.comment-post-contact .edit-icon {
  position: absolute;
  top: 10px;
  right: 10px;
}
.comment-post-contact.with-icon-group.with-icon-edit .icon-group {
  right: 40px;
}
.comment-post-contact .edit-icon svg {
  width: 20px;
}
.comment-post-contact .more,
.simple-post-contact .more {
  color: #901f52;
  text-decoration: underline;
}
.comment-post-contact .more:hover,
.simple-post-contact .more:hover {
  text-decoration: none;
}
.comment-post-contact.xl-post h3 {
  font-size: 20px;
}
.comment-post-contact.xl-post h3 a {
  color: #901f52;
  text-decoration: underline;
}
.comment-post-contact.xl-post h3 a:hover {
  text-decoration: none;
}
.comment-post-contact__pictures {
  aspect-ratio: 2/1;
  border-radius: 15px;
  display: -ms-grid;
  display: grid;
  gap: 3px;
  -ms-grid-columns: (1fr) [2];
  grid-template-columns: repeat(2, 1fr);
  -ms-grid-rows: (1fr) [2];
  grid-template-rows: repeat(2, 1fr);
  max-width: 100%;
  margin-bottom: 10px;
  margin-right: 10px;
  overflow: hidden;
}
.comment-post-contact__pictures .comment-post-contact__pictures-item {
  display: block;
  max-width: 100%;
  position: relative;
  height: 100%;
  overflow: hidden;
}
.comment-post-contact__pictures .full {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/3;
}
.comment-post-contact__pictures[data-total="0"] {
  display: none;
}
.comment-post-contact__pictures[data-total="1"]
  .comment-post-contact__pictures-item {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/3;
}
.comment-post-contact__pictures[data-total="2"]
  .comment-post-contact__pictures-item,
.comment-post-contact__pictures[data-total="3"]
  .comment-post-contact__pictures-item:first-child {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/3;
}
.comment-post-contact__pictures
  .comment-post-contact__pictures-item
  .delete-btn {
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 10px;
  height: 25px;
  width: 25px;
}
.comment-post-contact__pictures img {
  font-family: "object-fit:cover";
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.comment-post-contact .modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
}
.comment-post-contact .modal.active {
  display: flex;
  justify-content: center;
  align-items: center;
}
.comment-post-contact .modal-content {
  display: flex;
  align-items: center;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  justify-content: center;
  width: 100%;
  height: 100%;
  overflow: auto;
}
.comment-post-contact .modal-content .splide__slide {
  -ms-grid-row-align: center;
  align-self: center;
  text-align: center;
}
.comment-post-contact .modal-content .splide__slide img {
  height: auto;
  width: auto;
}
.comment-post-contact .modal-content .splide__slide img.horizontal {
  max-width: 100%;
}
.comment-post-contact .modal-content .splide__slide img.vertical {
  max-height: 100vh;
  max-width: 100vw;
}
.comment-post-contact .modal-content .splide__arrow--prev {
  left: 20px;
}
.comment-post-contact .modal-content .splide__arrow--next {
  right: 20px;
}
.comment-post-contact .close-btn {
  background: none;
  border: none;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}
.comment-post-contact,
.simple-post-contact__image,
.simple-post-contact__text-area {
  position: relative;
}
.comment-post-contact .icon-group {
  position: absolute;
  top: 12px;
  right: 12px;
}
.with-icon-group .simple-post-contact__head,
.with-icon-group .comment-post-contact__head {
  width: calc(100% - 34px);
}
.comment-post-contact__head .time,
.simple-post-contact__head .time {
  margin-left: 0;
}
.simple-post-contact.xl-post .simple-post-contact__author {
  margin-bottom: 8px;
}
.simple-post-contact.xl-post
  .simple-post-contact__author
  .simple-post-contact__head {
  margin: -10px 0 0 0;
}
.simple-post-contact__head .category_time {
  display: flex;
  margin: 0;
}
.simple-post-contact__text-area .icon-group {
  top: 24px;
}
.comment-post-contact__head,
.simple-post-contact__head {
  flex-wrap: wrap;
}
.contact-box .comment-post-contact {
  background: none;
  box-shadow: none;
  margin: 0 0 10px;
  padding: 20px 0;
}
.contact-box .comment-post-contact__head {
  font-size: 12px;
  margin: 0 0 18px;
}
.contact-box .comment-post-contact__avatar {
  height: 50px;
  min-width: 50px;
  width: 50px;
}
.contact-box .comment-post-contact__holder {
  padding: 0 0 0 23px;
}
.contact-box .comment-post-contact__img {
  margin-bottom: 20px;
}
.comment-post-contact__avatar {
  border-radius: 50%;
  height: 50px;
  min-width: 50px;
  overflow: hidden;
  width: 50px;
}
.comment-post-contact__avatar img {
  height: 100%;
  vertical-align: top;
  width: 100%;
}
.comment-post-contact__holder {
  flex: 1 1 auto;
  padding: 0 0 0 19px;
}
.comment-post-contact h3 {
  color: #08509f;
  font-size: 17px;
  line-height: 1.18;
  margin: 0 0 8px;
}
.comment-post-contact.color-red h3 {
  color: #901f52;
}
.comment-post-contact__head {
  color: #959595;
  display: flex;
  font-size: 10px;
  margin: 0 0 10px;
}
.comment-post-contact__head strong {
  color: #333;
  font-weight: 700;
  margin-right: 5px;
  text-transform: none;
}
.comment-post-contact__head a {
  color: inherit;
  -webkit-text-decoration: none;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.comment-post-contact__head a:hover {
  opacity: 0.8;
}
.comment-post-contact__head .time {
  color: #959595;
  margin-left: 5px;
}
.comment-post-contact__img {
  border-radius: 10px;
  margin-bottom: 5px;
  margin-right: 5%;
  overflow: hidden;
}
.comment-post-contact__img img {
  vertical-align: top;
  width: 100%;
}
.comment-post-contact {
  display: flex;
}
.comment-post-contact h3 a {
  color: inherit;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.simple-post-contact__head {
  color: #959595;
  display: flex;
  font-size: 11px;
  margin: 0 0 10px;
}
.simple-post-contact__head a {
  color: inherit;
  -webkit-text-decoration: none;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.simple-post-contact__head strong {
  color: #333;
  font-weight: 700;
  margin-right: 5px;
  text-transform: uppercase;
}
@media (min-width: 576px) {
  .contact-box .comment-post-contact__avatar {
    height: 82px;
    min-width: 82px;
  }
}
@media (min-width: 1024px) {
  .contact-box .comment-post-contact {
    padding: 20px 32px 21px 0;
  }
  .contact-box .comment-post-contact h3 {
    font-size: 20px;
  }
}
@media (max-width: 47.9375em) {
  .home .featured-section .container {
    padding: 0;
  }
}
.info-block {
  border-bottom: solid 1px #d4d4d4;
  margin-bottom: clamp(21px, 2vw, 60px);
}
.info-block .content-heading {
  margin-bottom: clamp(19px, 2vw, 60px);
}
.info-block .content-heading .content-type {
  font-family: "Oxanium", sans-serif;
  font-size: 16px;
  line-height: 20px;
  display: flex;
  align-items: center;
  color: #666;
  margin-bottom: clamp(14.5px, 2vw, 12px);
}
.info-block .content-heading .content-type::before {
  content: "";
  display: inline-block;
  width: 6.8px;
  height: 20px;
  background-color: #08509f;
  margin-right: 8px;
  flex-shrink: 0;
}
.info-block .content-heading .content-title {
  font-family: "Inter", sans-serif;
  font-size: 37px;
  line-height: 36px;
  color: #000;
  margin-bottom: clamp(9px, 2vw, 20px);
}
@media (max-width: 767px) {
  .info-block .content-heading .content-title {
    font-size: 25px;
    line-height: 30px;
  }
}
.info-block .content-heading .content-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
.info-block .content-heading .content-tags span {
  padding: 5.5px 10px;
  border-radius: 30px;
  font-size: 12px;
}
@media (max-width: 767px) {
  .info-block .content-heading .content-tags span {
    font-size: 10px;
  }
}
.info-block .content-heading .content-tags .activity-field {
  background-color: #f5fafc;
  border: solid 1px #98cde6;
  color: #333;
  font-weight: bold;
}
.info-block .content-heading .content-tags .intervention-mode {
  background-color: #fafafa;
  border: solid 1px #d4d4d4;
  color: #333;
}
.info-block .content-heading .content-tags .reference {
  background-color: #f5fafc;
  border: solid 1px #d4d4d4;
  color: #333;
}
.info-block .content-heading .updated_at {
  font-size: 12px;
  font-weight: bold;
  padding-top: 20px;
}
.info-block_gallery {
  margin-bottom: clamp(19px, 2vw, 60px);
  margin-left: calc(-1 * (100vw - 100%) / 2);
  margin-right: calc(-1 * (100vw - 100%) / 2);
  padding-left: calc((100vw - 100%) / 2);
}
.info-block_gallery .content-gallery {
  overflow: hidden;
  margin-right: 10px;
}
.info-block_gallery .content-gallery .gallery-slider {
  display: flex;
  gap: 1.5rem;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  cursor: -webkit-grab;
  cursor: grab;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.info-block_gallery .content-gallery .gallery-slider.is-dragging {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.info-block_gallery .content-gallery .gallery-slider.is-dragging a {
  pointer-events: none;
}
.info-block_gallery .content-gallery .gallery-slider.is-dragging:active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.info-block_gallery
  .content-gallery
  .gallery-slider.is-dragging::-webkit-scrollbar {
  display: none;
}
.info-block_gallery .content-gallery .gallery-slider.is-dragging img {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.info-block_gallery .content-gallery .gallery-slider .gallery-slide {
  flex: 0 0 400px;
  scroll-snap-align: start;
}
.info-block_gallery .content-gallery .gallery-slider .gallery-slide a {
  display: block;
}
.info-block_gallery .content-gallery .gallery-slider .gallery-slide img {
  width: 100%;
  font-family: "object-fit:cover";
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
  display: block;
}
@media (max-width: 767px) {
  .info-block_gallery .content-gallery .gallery-slider .gallery-slide {
    flex: 0 0 280px;
  }
}
@media (max-width: 480px) {
  .info-block_gallery .content-gallery .gallery-slider .gallery-slide {
    flex: 0 0 240px;
  }
}
.info-block .chapo-description .chapo-title {
  
  font-weight: bold;
  font-size: clamp(16px, 2vw, 21px);
  line-height: 26px;
  color: #333;
  margin-bottom: clamp(14.5px, 2vw, 20px);
  text-transform: none;
}
.info-block .dispositif-count {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  max-width: 100%;
  width: 336px;
  max-height: 100%;
  height: 90px;
  border-radius: 8px;
  background-color: rgba(152, 205, 230, 0.1019607843);
  border: 1px solid #98cde6;
  margin-bottom: clamp(21px, 5vw, 60px);
  font-weight: bold;
  line-height: 0.85;
}
.info-block .dispositif-count p {
  font-size: clamp(16px, 2vw, 18px);
}
.info-block .dispositif-count .number {
  font-size: 16px;
  font-size: clamp(24px, 5vw, 36px);
  color: #333;
}
.informations-pratiques {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  padding: clamp(20px, 3vw, 40px) 0;
  border-bottom: solid 2px #333;
  margin-bottom: clamp(21px, 5vw, 60px);
}
@media (max-width: 767px) {
  .informations-pratiques {
    flex-direction: column;
    gap: 1.5rem;
  }
}
@media (max-width: 767px) {
  .informations-pratiques .coordonnees h3 {
    width: 100%;
  }
  .informations-pratiques .coordonnees {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 0 10px;
  }
}
.informations-pratiques .coordonnees,
.informations-pratiques .contact {
  flex: 1;
}
.informations-pratiques .coordonnees h3,
.informations-pratiques .contact h3 {
  font-family: "Oxanium", sans-serif;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 0.5rem;
}
.informations-pratiques .coordonnees p,
.informations-pratiques .contact p {
  font-size: 21px;
  font-weight: bold;
  color: #333;
  margin-bottom: 0.25rem;
}
@media (max-width: 480px) {
  .informations-pratiques .coordonnees-address {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    width: 100%;
  }
}
.informations-pratiques .coordonnees-map {
  margin-top: 0.75rem;
}
.informations-pratiques .coordonnees-map a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #08509f;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
.informations-pratiques .coordonnees-map a:hover {
  opacity: 0.75;
}
.informations-pratiques .coordonnees-map a svg {
  flex-shrink: 0;
}
.informations-pratiques .contact p a {
  color: #08509f;
  text-decoration: none;
}
.informations-pratiques .contact p a:hover {
  text-decoration: underline;
}
.informations-pratiques .content-tags {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding-top: clamp(16px, 2vw, 24px);
  margin-bottom: clamp(16px, 5vw, 40px);
}
.informations-pratiques .content-tags span {
  display: inline-block;
  padding: 8px 10px;
  border: solid 1px #d4d4d4;
  border-radius: 30px;
  
  font-size: 12px;
  color: #333;
  background-color: #fafafa;
}
.description,
.chapo-description {
  margin-bottom: clamp(21px, 5vw, 60px);
}
.description h2,
.chapo-description h2 {
  font-family: "Oxanium", sans-serif;
  font-size: clamp(14px, 2vw, 16px);
  font-weight: bold;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 0.5rem;
}
.description h3,
.chapo-description h3 {
  
  font-weight: bold;
  font-size: clamp(16px, 2vw, 21px);
  line-height: 26px;
  color: #333;
  margin-bottom: clamp(14.5px, 2vw, 20px);
}
.description .content,
.chapo-description .content {
  font-size: 21px;
  line-height: 26px;
  color: #333;
  margin-bottom: clamp(30px, 2vw, 60px);
  font-size: 21px;
  line-height: 26px;
  color: #333;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-word;
  white-space: normal;
}
@media (max-width: 767px) {
  .description .content,
  .chapo-description .content {
    font-size: 16px;
    line-height: 22px;
  }
}
.description .content p,
.chapo-description .content p {
  margin-bottom: 1rem;
}
.description .content p:has(> strong:only-child),
.chapo-description .content p:has(> strong:only-child) {
  margin-top: clamp(20px, 3vw, 30px);
  margin-bottom: 0.5rem;
}
.description .content p:has(> strong:only-child):first-child,
.chapo-description .content p:has(> strong:only-child):first-child {
  margin-top: 0;
}
.description .content p:has(> strong:only-child) strong,
.chapo-description .content p:has(> strong:only-child) strong {
  font-size: clamp(14px, 2vw, 21px);
  font-weight: bold;
  color: #333;
}
.description .content p:has(> strong:first-child + br),
.chapo-description .content p:has(> strong:first-child + br) {
  margin-top: clamp(20px, 3vw, 30px);
}
.description .content p:has(> strong:first-child + br):first-child,
.chapo-description .content p:has(> strong:first-child + br):first-child {
  margin-top: 0;
}
.description .content p:has(> strong:first-child + br) strong:first-child,
.chapo-description
  .content
  p:has(> strong:first-child + br)
  strong:first-child {
  display: block;
  font-family: "Oxanium", sans-serif;
  font-size: clamp(14px, 2vw, 16px);
  font-weight: bold;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 0.5rem;
}
.description .content p:has(> strong:only-child) + ul,
.description .content p:has(> strong:only-child) + ol,
.description .content p:has(> strong:first-child + br) + ul,
.description .content p:has(> strong:first-child + br) + ol,
.chapo-description .content p:has(> strong:only-child) + ul,
.chapo-description .content p:has(> strong:only-child) + ol,
.chapo-description .content p:has(> strong:first-child + br) + ul,
.chapo-description .content p:has(> strong:first-child + br) + ol {
  margin-top: 0;
}
.description .content ul,
.description .content ol,
.chapo-description .content ul,
.chapo-description .content ol {
  padding-left: 0;
  list-style: none;
  margin-bottom: 1rem;
}
.description .content ul:last-child,
.description .content ol:last-child,
.chapo-description .content ul:last-child,
.chapo-description .content ol:last-child {
  margin-bottom: clamp(30px, 2vw, 60px);
}
.description .content ul li,
.description .content ol li,
.chapo-description .content ul li,
.chapo-description .content ol li {
  position: relative;
  padding-left: 1.2em;
  margin-bottom: 0.5rem;
}
.description .content ul li:last-child,
.description .content ol li:last-child,
.chapo-description .content ul li:last-child,
.chapo-description .content ol li:last-child {
  margin-bottom: 0;
}
.description .content ul li::before,
.chapo-description .content ul li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #333;
}
.description .content ol,
.chapo-description .content ol {
  counter-reset: ol-counter;
}
.description .content ol li,
.chapo-description .content ol li {
  counter-increment: ol-counter;
}
.description .content ol li::before,
.chapo-description .content ol li::before {
  content: counter(ol-counter) ".";
  position: absolute;
  left: 0;
  font-weight: bold;
  color: #333;
}
.description .content strong,
.description .content b,
.chapo-description .content strong,
.chapo-description .content b {
  font-weight: bold;
  color: #000;
}
.description .content em,
.description .content i,
.chapo-description .content em,
.chapo-description .content i {
  font-style: italic;
}
.description .content a,
.chapo-description .content a {
  color: #08509f;
  text-decoration: none;
}
.description .content a:hover,
.chapo-description .content a:hover {
  text-decoration: underline;
}
.description .content h1,
.description .content h2,
.description .content h3,
.description .content h4,
.description .content h5,
.description .content h6,
.chapo-description .content h1,
.chapo-description .content h2,
.chapo-description .content h3,
.chapo-description .content h4,
.chapo-description .content h5,
.chapo-description .content h6 {
  line-height: 1.3;
  margin-bottom: 0.4rem;
}
@media (max-width: 767px) {
  .description .content,
  .chapo-description .content {
    font-size: 16px;
    line-height: 22px;
  }
}
.description .content p,
.chapo-description .content p {
  margin-bottom: 1rem;
}
.description .single-dispositif-section__related-content,
.chapo-description .single-dispositif-section__related-content {
  align-items: flex-start;
}
.description .single-dispositif-section__related-content .related-content,
.chapo-description
  .single-dispositif-section__related-content
  .related-content {
  border-bottom: solid 1px #d4d4d4;
  margin-bottom: clamp(30px, 3vw, 60px);
}
.description
  .single-dispositif-section__related-content
  .related-content
  .badge-link,
.chapo-description
  .single-dispositif-section__related-content
  .related-content
  .badge-link {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 16px;
  padding: 16px 20px;
  border: 2px solid #08509f;
  border-radius: 8px;
  font-family: "Oxanium", sans-serif;
  font-weight: bold;
  max-width: 690px;
}
@media (max-width: 767px) {
  .description
    .single-dispositif-section__related-content
    .related-content
    .badge-link,
  .chapo-description
    .single-dispositif-section__related-content
    .related-content
    .badge-link {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
}
.description
  .single-dispositif-section__related-content
  .related-content
  .badge-link:last-child,
.chapo-description
  .single-dispositif-section__related-content
  .related-content
  .badge-link:last-child {
  margin-bottom: clamp(30px, 3vw, 60px);
}
.description
  .single-dispositif-section__related-content
  .related-content
  .badge-link
  span,
.chapo-description
  .single-dispositif-section__related-content
  .related-content
  .badge-link
  span {
  font-size: 16px;
  color: #666;
}
.description
  .single-dispositif-section__related-content
  .related-content
  .badge-link
  a,
.chapo-description
  .single-dispositif-section__related-content
  .related-content
  .badge-link
  a {
  font-size: 18px;
  color: #08509f;
  text-decoration: none;
  text-transform: uppercase;
  transition: opacity 0.2s ease;
}
.description
  .single-dispositif-section__related-content
  .related-content
  .badge-link
  a:hover,
.chapo-description
  .single-dispositif-section__related-content
  .related-content
  .badge-link
  a:hover {
  opacity: 0.75;
}
.actualites {
  margin-bottom: clamp(30px, 5vw, 60px);
  border-bottom: solid 1px #d4d4d4;
  display: flex;
  flex-direction: column;
  gap: clamp(15px, 5vw, 20px);
}
.actualites h2 {
  font-family: "Oxanium", sans-serif;
  font-size: clamp(14px, 2vw, 16px);
  font-weight: bold;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 0.5rem;
}
.actualites .post-slider {
  padding-bottom: clamp(45px, 5vw, 60px);
}
.actualites .post-slider .slick-arrow {
  position: absolute;
  top: 95%;
}
.actualites .actualites-slide {
  display: flex;
  flex-direction: column;
  width: 280px;
}
.actualites .actualites-slide [class*="col-"] {
  width: 100%;
  max-width: 100%;
  flex: none;
  padding: 0;
}
.actualites .badge {
  margin-bottom: 8px;
}
.actualites .badge span {
  display: flex;
  align-items: center;
  font-family: "Oxanium", sans-serif;
  font-size: clamp(14px, 2vw, 16px);
  font-weight: bold;
  text-transform: uppercase;
  color: #000;
}
.actualites .badge span::before {
  content: "";
  display: inline-block;
  width: 6.8px;
  height: 20px;
  background-color: var(--badge-color);
  margin-right: 8px;
  flex-shrink: 0;
}
.actualites .slick-track {
  display: flex;
  gap: 0 3rem;
}
.additional-content {
  margin-bottom: clamp(30px, 5vw, 60px);
}
.additional-content .paragraphe {
  margin-bottom: clamp(30px, 5vw, 60px);
  border-bottom: solid 1px #d4d4d4;
}
.additional-content .paragraphe:last-child {
  border-bottom: none;
}
.additional-content h2 {
  font-family: "Oxanium", sans-serif;
  font-size: clamp(14px, 2vw, 16px);
  font-weight: bold;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 0.5rem;
}
.additional-content p {
  font-size: 21px;
  line-height: 26px;
  color: #333;
  margin-bottom: clamp(30px, 5vw, 60px);
}
@media (max-width: 767px) {
  .additional-content p {
    font-size: 16px;
    line-height: 22px;
  }
}
.additional-content .content {
  font-size: 21px;
  line-height: 26px;
  color: #333;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-word;
  white-space: normal;
}
@media (max-width: 767px) {
  .additional-content .content {
    font-size: 16px;
    line-height: 22px;
  }
}
.additional-content .content p {
  margin-bottom: 1rem;
}
.additional-content .content p:has(> strong:only-child) {
  margin-top: clamp(20px, 3vw, 30px);
  margin-bottom: 0.5rem;
}
.additional-content .content p:has(> strong:only-child):first-child {
  margin-top: 0;
}
.additional-content .content p:has(> strong:only-child) strong {
  font-size: clamp(14px, 2vw, 21px);
  font-weight: bold;
  color: #333;
}
.additional-content .content p:has(> strong:first-child + br) {
  margin-top: clamp(20px, 3vw, 30px);
}
.additional-content .content p:has(> strong:first-child + br):first-child {
  margin-top: 0;
}
.additional-content
  .content
  p:has(> strong:first-child + br)
  strong:first-child {
  display: block;
  font-family: "Oxanium", sans-serif;
  font-size: clamp(14px, 2vw, 16px);
  font-weight: bold;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 0.5rem;
}
.additional-content .content p:has(> strong:only-child) + ul,
.additional-content .content p:has(> strong:only-child) + ol,
.additional-content .content p:has(> strong:first-child + br) + ul,
.additional-content .content p:has(> strong:first-child + br) + ol {
  margin-top: 0;
}
.additional-content .content ul,
.additional-content .content ol {
  padding-left: 0;
  list-style: none;
  margin-bottom: 1rem;
}
.additional-content .content ul:last-child,
.additional-content .content ol:last-child {
  margin-bottom: clamp(30px, 2vw, 60px);
}
.additional-content .content ul li,
.additional-content .content ol li {
  position: relative;
  padding-left: 1.2em;
  margin-bottom: 0.5rem;
}
.additional-content .content ul li:last-child,
.additional-content .content ol li:last-child {
  margin-bottom: 0;
}
.additional-content .content ul li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #333;
}
.additional-content .content ol {
  counter-reset: ol-counter;
}
.additional-content .content ol li {
  counter-increment: ol-counter;
}
.additional-content .content ol li::before {
  content: counter(ol-counter) ".";
  position: absolute;
  left: 0;
  font-weight: bold;
  color: #333;
}
.additional-content .content strong,
.additional-content .content b {
  font-weight: bold;
  color: #000;
}
.additional-content .content em,
.additional-content .content i {
  font-style: italic;
}
.additional-content .content a {
  color: #08509f;
  text-decoration: none;
}
.additional-content .content a:hover {
  text-decoration: underline;
}
.additional-content .content h1,
.additional-content .content h2,
.additional-content .content h3,
.additional-content .content h4,
.additional-content .content h5,
.additional-content .content h6 {
  line-height: 1.3;
  margin-bottom: 0.4rem;
}
.additional-content .content {
  margin-bottom: clamp(30px, 5vw, 60px);
}
.landing-archives > .container {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
@media (max-width: 61.9375em) {
  .landing-archives > .container > div:not(:first-child) {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
.landing-archives > .container .highlighted-content-row + .tax-row .actualites {
  border-bottom: 2px solid var(--color-grey-dark) !important;
}
.landing-archives > .container .tax-row {
  position: relative;
  margin-top: 60px;
  padding-top: 60px;
}
@media (max-width: 47.9375em) {
  .landing-archives > .container .tax-row {
    margin-top: 30px;
    padding-top: 30px;
  }
}
.landing-archives > .container .tax-row:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background-color: var(--color-grey-dark);
}
@media (max-width: 61.9375em) {
  .landing-archives > .container .tax-row:before {
    left: 20px;
    right: 20px;
  }
}
.landing-archives > .container .tax-row .actualites {
  border-bottom: none;
}
.landing-archives .archive-related-content:before {
  top: 0;
  bottom: inherit;
}
.landing-dispositifs__results {
  margin-top: 3.75rem;
}
@media (max-width: 61.9375em) {
  .landing-dispositifs__results {
    margin-top: 1.875rem;
  }
}
.landing-dispositifs__results .result-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 1.25rem;
  margin-bottom: 2.5rem;
  border-bottom: 2px solid var(--color-grey-dark);
}
@media (max-width: 47.9375em) {
  .landing-dispositifs__results .result-header {
    padding-bottom: 0.938rem;
    margin-bottom: 0.938rem;
  }
}
.landing-dispositifs__results .result-header__title {
  font-size: calc(1.125rem + 0.3125vw);
}
@media (max-width: 90em) {
  .landing-dispositifs__results .result-header__title {
    font-size: calc(1.125rem + 0.2083333333vw);
  }
}
@media (max-width: 47.9375em) {
  .landing-dispositifs__results .result-header__title {
    font-size: 1.125rem;
  }
}
.landing-dispositifs__results .result-header__title {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 47.9375em) {
  .landing-dispositifs__results .result-header__title {
    max-width: 255px;
  }
}
.landing-dispositifs__results .result-header__button {
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0;
  text-decoration: none;
}
.landing-dispositifs__results .result-header__button:hover svg {
  transform: scale(1.1);
}
.landing-dispositifs__results .result-header__button span {
  color: var(--color-blue);
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.3;
}
@media (max-width: 47.9375em) {
  .landing-dispositifs__results .result-header__button span {
    display: none;
  }
}
.landing-dispositifs__results .result-header__button svg {
  transition: transform 0.3s ease;
}
.landing-dispositifs__results .results-section {
  display: flex;
  flex-wrap: wrap;
  gap: 2.5rem;
  margin-bottom: 100px;
}
@media (max-width: 90em) {
  .landing-dispositifs__results .results-section {
    gap: 1.875rem;
  }
}
@media (max-width: 61.9375em) {
  .landing-dispositifs__results .results-section {
    gap: 0.938rem;
    margin-bottom: 60px;
  }
}
.landing-dispositifs__results .results-section .project {
  width: calc(33.3333333333% - 1.6666666667rem);
}
@media (max-width: 90em) {
  .landing-dispositifs__results .results-section .project {
    width: calc(33.3333333333% - 1.25rem);
  }
}
@media (max-width: 61.9375em) {
  .landing-dispositifs__results .results-section .project {
    width: calc(50% - 0.938rem);
  }
}
@media (max-width: 47.9375em) {
  .landing-dispositifs__results .results-section .project {
    width: 100%;
  }
}
.landing-dispositifs__results #map {
  width: 100%;
  height: 720px;
  border: 1px solid var(--mid-grey-color-2);
  border-radius: 16px;
}
.landing-mode-intervention__head {
  position: relative;
}
.landing-mode-intervention__head:before {
  content: "";
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 0;
  height: 2px;
  background: var(--grey-color);
}
.landing-mode-intervention__intro {
  font-size: calc(1rem + 0.2604166667vw);
}
@media (max-width: 61.9375em) {
  .landing-mode-intervention__intro {
    font-size: calc(1rem + 0.15625vw);
  }
}
@media (max-width: 47.9375em) {
  .landing-mode-intervention__intro {
    font-size: 1rem;
  }
}
.landing-mode-intervention__intro {
  font-weight: 700;
  color: var(--grey-color);
  line-height: 1.3;
  max-width: 1055px;
  margin-top: 3.75rem;
}
@media (max-width: 61.9375em) {
  .landing-mode-intervention__intro {
    margin-top: 1.75rem;
  }
}
.landing-mode-intervention__modes .champ-activite {
  padding-top: 3.75rem;
}
@media (max-width: 61.9375em) {
  .landing-mode-intervention__modes .champ-activite {
    padding-top: 1.5rem;
  }
}
.landing-mode-intervention__modes .activity-field {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  padding-bottom: 3.75rem;
}
@media (max-width: 61.9375em) {
  .landing-mode-intervention__modes .activity-field {
    gap: 1rem;
    padding-bottom: 1.5rem;
  }
}
.landing-mode-intervention__modes
  .activity-field:not(:first-child)
  .champ-activite:before {
  content: "";
  position: absolute;
  top: 0;
  left: 20px;
  right: 20px;
  height: 1px;
  background: var(--light-grey-2-color);
}
.landing-mode-intervention__modes .activity-field__modes {
  display: flex;
  gap: 1.25rem;
  padding-left: calc((100% - 1460px) / 2 + 20px);
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
@media (max-width: 90em) {
  .landing-mode-intervention__modes .activity-field__modes {
    padding-left: calc((100% - 1150px) / 2 + 20px);
  }
}
@media (max-width: 74.9375em) {
  .landing-mode-intervention__modes .activity-field__modes {
    gap: 0.938rem;
    padding-left: 20px;
  }
}
.landing-mode-intervention__modes .mode-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 202px;
  height: 250px;
  border-radius: 8px;
  text-decoration: none;
}
@media (max-width: 61.9375em) {
  .landing-mode-intervention__modes .mode-item {
    min-width: 98px;
    max-width: 98px;
    height: 116px;
  }
}
.landing-mode-intervention__modes .mode-item h3,
.landing-mode-intervention__modes .mode-item span {
  max-width: 124px;
  font-size: calc(0.75rem + 0.3125vw);
}
@media (max-width: 61.9375em) {
  .landing-mode-intervention__modes .mode-item h3,
  .landing-mode-intervention__modes .mode-item span {
    font-size: calc(0.75rem + 0.15625vw);
  }
}
@media (max-width: 47.9375em) {
  .landing-mode-intervention__modes .mode-item h3,
  .landing-mode-intervention__modes .mode-item span {
    font-size: 0.75rem;
  }
}
.landing-mode-intervention__modes .mode-item h3,
.landing-mode-intervention__modes .mode-item span {
  line-height: 1.1;
  text-align: center;
  color: var(--grey-color);
}
@media (max-width: 61.9375em) {
  .breadcrumb-wrapper:has(+ .landing-mode-intervention-dispositifs) {
    margin-bottom: 0;
  }
}
.landing-mode-intervention-dispositifs__title {
  display: block;
  font-size: calc(1.563rem + 0.625vw);
}
@media (max-width: 90em) {
  .landing-mode-intervention-dispositifs__title {
    font-size: 1.563rem;
  }
}
@media (max-width: 47.9375em) {
  .landing-mode-intervention-dispositifs__title {
    font-size: 1.563rem;
  }
}
.landing-mode-intervention-dispositifs__title {
  font-family: "Inter", sans-serif;
  margin: 0.75rem auto 2.5rem !important;
}
@media (max-width: 61.9375em) {
  .landing-mode-intervention-dispositifs__title {
    margin: 0.75rem auto 1.5rem !important;
  }
}
.landing-mode-intervention-dispositifs__header {
  margin: 0 auto;
  max-width: var(--container-width);
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 90em) {
  .landing-mode-intervention-dispositifs__header {
    max-width: var(--medium-container-width);
  }
}
@media (max-width: 61.9375em) {
  .landing-mode-intervention-dispositifs__header {
    padding: 0;
  }
}
.landing-mode-intervention-dispositifs__image {
  position: relative;
  width: 100%;
  height: 540px;
}
@media (max-width: 61.9375em) {
  .landing-mode-intervention-dispositifs__image {
    height: 236px;
  }
}
.landing-mode-intervention-dispositifs__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-family: "object-fit:cover;object-position:center";
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.landing-mode-intervention-dispositifs__related-content {
  display: flex;
  justify-content: flex-end;
}
.landing-mode-intervention-dispositifs__related-content .related-content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 61.9375em) {
  .landing-mode-intervention-dispositifs__related-content .related-content {
    width: 100%;
  }
}
.landing-mode-intervention-dispositifs__texts {
  transform: translateY(-80px);
  margin-bottom: -80px;
  background: var(--color-white);
  border-radius: 0 16px 0 0;
  padding: 40px 20px 0 0;
  width: 82.96%;
}
@media (max-width: 90em) {
  .landing-mode-intervention-dispositifs__texts {
    padding: 20px 20px 0 0;
    width: 89.31%;
  }
}
@media (max-width: 61.9375em) {
  .landing-mode-intervention-dispositifs__texts {
    padding: 20px 12px 0 20px;
  }
}
.landing-mode-intervention-dispositifs__head {
  padding-bottom: 3.75rem;
}
@media (max-width: 61.9375em) {
  .landing-mode-intervention-dispositifs__head {
    padding-bottom: 1.5rem;
  }
}
.landing-mode-intervention-dispositifs .champ-activite {
  position: relative;
  display: flex;
  gap: 0.5rem;
  width: 100%;
}
.landing-mode-intervention-dispositifs .champ-activite-color {
  width: 7px;
  height: 20px;
}
.landing-mode-intervention-dispositifs .champ-activite h2 {
  font-size: calc(0.875rem + 0.1041666667vw);
}
@media (max-width: 61.9375em) {
  .landing-mode-intervention-dispositifs .champ-activite h2 {
    font-size: calc(0.875rem + 0.0520833333vw);
  }
}
@media (max-width: 47.9375em) {
  .landing-mode-intervention-dispositifs .champ-activite h2 {
    font-size: 0.875rem;
  }
}
.landing-mode-intervention-dispositifs .champ-activite h2 {
  font-family: "Oxanium", sans-serif;
  color: var(--mid-grey-color);
  text-transform: uppercase;
}
.landing-mode-intervention-dispositifs .pagination-gap {
  padding: 0 8px;
  display: flex;
  align-items: center;
}
.single-product-section {
  padding: clamp(30px, 5vw, 60px) 0;
}
.single-product-section .info-block .product_title {
  font-family: "Inter", sans-serif;
  font-size: clamp(25px, 4vw, 37px);
  line-height: 1.1;
  color: #000;
  margin-top: 0;
  margin-bottom: clamp(10px, 2vw, 20px);
}
.single-product-section .info-block {
  border-bottom: none !important;
}
.single-product-section .info-block .onsale {
  display: inline-block;
  background-color: #08509f;
  color: #fff;
  font-family: "Oxanium", sans-serif;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 4px 12px;
  border-radius: 30px;
  margin-bottom: 12px;
}
.single-product-section .product-block_gallery {
  display: flex;
  gap: 2rem;
  margin-bottom: clamp(20px, 3vw, 40px);
}
@media (max-width: 768px) {
  .single-product-section .product-block_gallery {
    flex-direction: column;
    gap: 1.5rem;
  }
}
.single-product-section .product-block_gallery .woocommerce-product-gallery {
  flex: 0 0 auto;
  width: 50%;
  opacity: 1;
  visibility: visible;
}
@media (max-width: 768px) {
  .single-product-section .product-block_gallery .woocommerce-product-gallery {
    width: 100%;
  }
}
.single-product-section
  .product-block_gallery
  .woocommerce-product-gallery__wrapper {
  position: relative;
  display: block;
}
.single-product-section
  .product-block_gallery
  .woocommerce-product-gallery__image,
.single-product-section
  .product-block_gallery
  .woocommerce-product-gallery__image--placeholder {
  width: 100%;
  overflow: hidden;
  border-radius: 8px;
  margin-bottom: 1rem;
}
.single-product-section
  .product-block_gallery
  .woocommerce-product-gallery__image
  img,
.single-product-section
  .product-block_gallery
  .woocommerce-product-gallery__image--placeholder
  img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}
.single-product-section .product-block_gallery .flex-viewport {
  border-radius: 8px;
  overflow: visible;
  position: relative;
  background: #fff;
  width: 100%;
  margin-bottom: 1rem;
  display: block;
}
.single-product-section .product-block_gallery .flex-viewport img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}
.single-product-section .product-block_gallery .flex-viewport .slides {
  position: relative;
  zoom: 1;
}
.single-product-section .product-block_gallery .flex-viewport .slides li {
  list-style: none;
  position: relative;
}
.single-product-section .product-block_gallery .flex-viewport .slides li img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 8px;
}
.single-product-section
  .product-block_gallery
  .flex-viewport
  .slides
  li:not(.flex-active-slide) {
  display: none;
}
.single-product-section
  .product-block_gallery
  .flex-viewport
  .slides
  li.flex-active-slide {
  display: block;
}
.single-product-section
  .product-block_gallery
  .woocommerce-product-gallery__trigger {
  display: none !important;
}
.single-product-section .product-block_gallery .flex-viewport {
  cursor: pointer;
}
.single-product-section .product-block_gallery .flex-viewport img {
  cursor: pointer;
}
.single-product-section .product-block_gallery .gallery-lightbox {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.95);
  z-index: 9999;
  align-items: center;
  justify-content: center;
}
.single-product-section .product-block_gallery .gallery-lightbox.active {
  display: flex;
}
.single-product-section
  .product-block_gallery
  .gallery-lightbox
  .gallery-lightbox__container {
  position: relative;
  width: 90vw;
  height: 90vh;
  max-width: 1200px;
  max-height: 800px;
}
.single-product-section
  .product-block_gallery
  .gallery-lightbox
  .gallery-lightbox__image {
  width: 100%;
  height: 100%;
  font-family: "object-fit:contain";
  -o-object-fit: contain;
  object-fit: contain;
}
.single-product-section
  .product-block_gallery
  .gallery-lightbox
  .gallery-lightbox__close {
  position: absolute;
  top: -50px;
  right: 0;
  background: none;
  border: none;
  color: #fff;
  font-size: 40px;
  cursor: pointer;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.2s ease;
}
.single-product-section
  .product-block_gallery
  .gallery-lightbox
  .gallery-lightbox__close:hover {
  opacity: 0.7;
}
.single-product-section
  .product-block_gallery
  .gallery-lightbox
  .gallery-lightbox__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  color: #fff;
  font-size: 30px;
  cursor: pointer;
  padding: 10px 15px;
  transition: opacity 0.2s ease;
  z-index: 10;
}
.single-product-section
  .product-block_gallery
  .gallery-lightbox
  .gallery-lightbox__nav:hover {
  opacity: 0.7;
}
.single-product-section
  .product-block_gallery
  .gallery-lightbox
  .gallery-lightbox__nav.prev {
  left: -60px;
}
.single-product-section
  .product-block_gallery
  .gallery-lightbox
  .gallery-lightbox__nav.next {
  right: -60px;
}
@media (max-width: 768px) {
  .single-product-section
    .product-block_gallery
    .gallery-lightbox
    .gallery-lightbox__nav.prev {
    left: 10px;
  }
  .single-product-section
    .product-block_gallery
    .gallery-lightbox
    .gallery-lightbox__nav.next {
    right: 10px;
  }
}
.single-product-section .product-block_gallery .flex-control-nav {
  display: flex;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.single-product-section .product-block_gallery .flex-control-nav li {
  list-style: none;
}
.single-product-section .product-block_gallery .flex-control-nav li img {
  width: 60px;
  height: 60px;
  font-family: "object-fit:cover";
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 4px;
  cursor: pointer;
  border: 2px solid rgba(0, 0, 0, 0);
  transition: border-color 0.2s ease;
  display: block;
}
.single-product-section .product-block_gallery .flex-control-nav li img:hover {
  border-color: #d4d4d4;
}
.single-product-section
  .product-block_gallery
  .flex-control-nav
  li.flex-active-slide
  img {
  border-color: #08509f;
}
.single-product-section .summary.entry-summary {
  margin-bottom: clamp(21px, 5vw, 60px);
}
.single-product-section .summary.entry-summary .price {
  font-family: "Inter", sans-serif;
  font-size: clamp(22px, 3vw, 32px);
  font-weight: bold;
  color: #08509f;
  margin-bottom: clamp(12px, 2vw, 20px);
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.single-product-section .summary.entry-summary .price del {
  color: #666;
  font-size: 0.7em;
  font-weight: normal;
}
.single-product-section
  .summary.entry-summary
  .price
  del
  .woocommerce-Price-amount {
  color: #666;
}
.single-product-section .summary.entry-summary .price ins {
  text-decoration: none;
}
.single-product-section .summary.entry-summary .price .price-excl-tax {
  font-size: 18px;
  color: #666;
}
.single-product-section
  .summary.entry-summary
  .woocommerce-product-details__short-description {
  
  font-size: clamp(16px, 2vw, 21px);
  line-height: 26px;
  color: #333;
  margin-bottom: clamp(20px, 3vw, 30px);
}
.single-product-section
  .summary.entry-summary
  .woocommerce-product-details__short-description
  p {
  margin-bottom: 0.75rem;
}
.single-product-section .summary.entry-summary form.cart {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}
.single-product-section .summary.entry-summary form.cart .quantity {
  display: flex;
  align-items: center;
  gap: 8px;
}
.single-product-section .summary.entry-summary form.cart .quantity label {
  font-family: "Oxanium", sans-serif;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  color: #666;
}
.single-product-section .summary.entry-summary form.cart .quantity input.qty {
  width: 70px;
  height: 48px;
  border: 2px solid #d4d4d4;
  border-radius: 8px;
  text-align: center;
  font-family: "montserrat", sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #000;
  transition: border-color 0.2s ease;
}
.single-product-section
  .summary.entry-summary
  form.cart
  .quantity
  input.qty:focus {
  outline: none;
  border-color: #08509f;
}
.single-product-section
  .summary.entry-summary
  form.cart
  .single_add_to_cart_button {
  height: 48px;
  padding: 0 clamp(20px, 3vw, 40px);
  background-color: #08509f;
  color: #fff;
  font-family: "Oxanium", sans-serif;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition:
    opacity 0.2s ease,
    transform 0.1s ease;
  white-space: nowrap;
}
.single-product-section
  .summary.entry-summary
  form.cart
  .single_add_to_cart_button:hover {
  opacity: 0.85;
}
.single-product-section
  .summary.entry-summary
  form.cart
  .single_add_to_cart_button:active {
  transform: scale(0.98);
}
.single-product-section .description .woocommerce-tabs {
  margin-bottom: clamp(30px, 5vw, 60px);
}
.single-product-section .description .woocommerce-tabs ul.tabs {
  list-style: none;
  padding: 0;
  margin: 0 0 clamp(20px, 3vw, 30px) 0;
  display: flex;
  gap: 0;
  border-bottom: solid 2px #d4d4d4;
}
.single-product-section .description .woocommerce-tabs ul.tabs li {
  margin: 0;
}
.single-product-section .description .woocommerce-tabs ul.tabs li a {
  display: block;
  padding: 10px 20px;
  font-family: "Oxanium", sans-serif;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  color: #666;
  text-decoration: none;
  border-bottom: 3px solid rgba(0, 0, 0, 0);
  margin-bottom: -2px;
  transition:
    color 0.2s ease,
    border-color 0.2s ease;
}
.single-product-section .description .woocommerce-tabs ul.tabs li a:hover {
  color: #08509f;
}
.single-product-section .description .woocommerce-tabs ul.tabs li.active a {
  color: #08509f;
  border-bottom-color: #08509f;
}
.single-product-section
  .description
  .woocommerce-tabs
  .woocommerce-Tabs-panel
  h2 {
  font-family: "Oxanium", sans-serif;
  font-size: clamp(14px, 2vw, 16px);
  font-weight: bold;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 0.75rem;
}
.single-product-section
  .description
  .woocommerce-tabs
  .woocommerce-Tabs-panel
  p,
.single-product-section
  .description
  .woocommerce-tabs
  .woocommerce-Tabs-panel
  li {
  
  font-size: clamp(16px, 2vw, 21px);
  line-height: 26px;
  color: #333;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .single-product-section
    .description
    .woocommerce-tabs
    .woocommerce-Tabs-panel
    p,
  .single-product-section
    .description
    .woocommerce-tabs
    .woocommerce-Tabs-panel
    li {
    font-size: 16px;
    line-height: 22px;
  }
}
.single-product-section .description .up-sells,
.single-product-section .description .related {
  margin-bottom: clamp(30px, 5vw, 60px);
}
.single-product-section .description .up-sells h2,
.single-product-section .description .related h2 {
  font-family: "Oxanium", sans-serif;
  font-size: clamp(14px, 2vw, 16px);
  font-weight: bold;
  text-transform: uppercase;
  color: #000;
  margin-bottom: clamp(16px, 2vw, 24px);
}
.single-product-section .description .up-sells ul.products,
.single-product-section .description .related ul.products {
  display: -ms-grid !important;
  display: grid !important;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)) !important;
  gap: 1.5rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
.shop-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: clamp(20px, 3vw, 40px);
  border-bottom: solid 2px #000;
  padding-bottom: clamp(16px, 2vw, 24px);
}
.shop-header .shop-title {
  font-family: "Inter", sans-serif;
  font-size: clamp(25px, 4vw, 37px);
  color: #000;
  margin: 0;
}
.shop-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: clamp(20px, 3vw, 30px);
}
.products {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 !important;
  margin: 0 !important;
  margin-bottom: 3rem !important;
}
@media (max-width: 1024px) {
  .products {
    flex: 0 0 calc(33.333% - 20px);
  }
}
@media (max-width: 767px) {
  .products {
    flex: 0 0 calc(50% - 20px);
  }
}
@media (max-width: 480px) {
  .products {
    flex: 0 0 calc(100% - 20px);
  }
}
.products li.product {
  position: relative;
  display: flex;
  flex-direction: column;
  border: solid 1px #d4d4d4;
  border-radius: 8px;
  overflow: hidden;
  transition:
    box-shadow 0.2s ease,
    transform 0.2s ease;
  background: #fff;
  margin: 10px !important;
  transition: all 0.2s ease;
}
@media (max-width: 768px) {
  .products li.product {
    flex: 1 1 calc(50% - 20px);
  }
}
@media (max-width: 480px) {
  .products li.product {
    flex: 1 1 100%;
  }
}
.products li.product:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  transform: translateY(-2px);
}
.products li.product .onsale {
  position: absolute;
  top: 12px !important;
  right: 12px !important;
  background-color: #08509f;
  color: #fff;
  font-family: "Oxanium", sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 3px 10px;
  border-radius: 30px;
  z-index: 1;
}
.products li.product a img {
  width: 100%;
  aspect-ratio: 4/3;
  font-family: "object-fit:cover";
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  transition: opacity 0.2s ease;
}
.products li.product:hover a img {
  opacity: 0.9;
}
.products li.product .woocommerce-loop-product__title,
.products li.product h2 {
  font-family: "montserrat", sans-serif;
  font-size: clamp(16px, 2vw, 18px);
  line-height: 1.3;
  color: #000;
  padding: 4px 16px 12px !important;
  margin: 0;
}
.products li.product .price {
  padding: 4px 16px 12px;
  font-family: "montserrat", sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #08509f;
  display: flex;
  align-items: center;
  gap: 8px;
}
.products li.product .price del {
  color: #666;
  font-size: 0.8em;
  font-weight: normal;
}
.products li.product .price ins {
  text-decoration: none;
}
.products li.product .add_to_cart_button,
.products li.product .button {
  margin: auto 16px 16px;
  display: block;
  text-align: center;
  padding: 10px 20px;
  background-color: #08509f;
  color: #fff;
  font-family: "Oxanium", sans-serif;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 8px;
  transition: opacity 0.2s ease;
}
.products li.product .add_to_cart_button:hover,
.products li.product .button:hover {
  opacity: 0.85;
}
.products li.product .add_to_cart_button.added,
.products li.product .button.added {
  background-color: rgb(5.5568862275, 55.5688622754, 110.4431137725);
}
.products li.product .add_to_cart_button.added::after,
.products li.product .button.added::after {
  content: " ✓";
}
.products li.product .added_to_cart {
  padding-top: 0.5em;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  margin-bottom: 1rem;
}
.woocommerce-result-count {
  font-family: "Oxanium", sans-serif;
  font-size: 14px;
  color: #666;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.woocommerce-ordering select {
  border: 2px solid #d4d4d4;
  border-radius: 8px;
  padding: 8px 12px;
  font-family: "montserrat", sans-serif;
  font-size: 14px;
  color: #333;
  background-color: #fff;
  cursor: pointer;
  transition: border-color 0.2s ease;
}
.woocommerce-ordering select:focus {
  outline: none;
  border-color: #08509f;
}
.woocommerce-pagination {
  margin-top: clamp(30px, 5vw, 60px);
  text-align: center;
}
.woocommerce-pagination ul {
  display: inline-flex;
  gap: 6px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.woocommerce-pagination ul li a,
.woocommerce-pagination ul li span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 2px solid #d4d4d4;
  border-radius: 8px;
  font-family: "Oxanium", sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #333;
  text-decoration: none;
  transition: all 0.2s ease;
}
.woocommerce-pagination ul li a:hover,
.woocommerce-pagination ul li span:hover {
  border-color: #08509f;
  color: #08509f;
}
.woocommerce-pagination ul li span.current {
  background-color: #08509f;
  border-color: #08509f;
  color: #fff;
}
.woocommerce-notices-wrapper .woocommerce-message,
.woocommerce-notices-wrapper .woocommerce-error,
.woocommerce-notices-wrapper .woocommerce-info {
  border-left: 4px solid #08509f;
  background: #f5fafc;
  padding: 12px 46px;
  border-radius: 0 8px 8px 0;
  font-family: "montserrat", sans-serif;
  font-size: 14px;
  color: #333;
  margin-bottom: 1rem;
  list-style: none;
}
.woocommerce-notices-wrapper .woocommerce-message a,
.woocommerce-notices-wrapper .woocommerce-error a,
.woocommerce-notices-wrapper .woocommerce-info a {
  color: #08509f;
  font-weight: bold;
  text-decoration: none;
}
.woocommerce-notices-wrapper .woocommerce-message a:hover,
.woocommerce-notices-wrapper .woocommerce-error a:hover,
.woocommerce-notices-wrapper .woocommerce-info a:hover {
  text-decoration: underline;
}
.woocommerce-notices-wrapper .woocommerce-error {
  border-left-color: #c0392b;
  background: #fdf0ef;
  list-style: none !important;
  padding-left: 40px;
}
.woocommerce-notices-wrapper .woocommerce-error li::before {
  content: none !important;
}
.woocommerce-cart h1,
.woocommerce-cart h2,
.woocommerce-cart h3,
.woocommerce-checkout h1,
.woocommerce-checkout h2,
.woocommerce-checkout h3,
.wc-block-checkout h1,
.wc-block-checkout h2,
.wc-block-checkout h3 {
  font-family: "Oxanium", sans-serif;
  text-transform: uppercase;
  color: #000;
}
.woocommerce-cart .wc-block-components-title,
.woocommerce-checkout .wc-block-components-title,
.wc-block-checkout .wc-block-components-title {
  font-size: 22px !important;
}
.woocommerce-cart .wc-block-components-express-payment__title,
.woocommerce-checkout .wc-block-components-express-payment__title,
.wc-block-checkout .wc-block-components-express-payment__title {
  font-size: clamp(12px, 25vw, 16px) !important;
}
.woocommerce-cart
  .wc-block-components-express-payment__event-buttons
  li::before,
.woocommerce-checkout
  .wc-block-components-express-payment__event-buttons
  li::before,
.wc-block-checkout
  .wc-block-components-express-payment__event-buttons
  li::before {
  content: none !important;
}
.woocommerce-cart table.woocommerce-checkout-review-order-table,
.woocommerce-checkout table.woocommerce-checkout-review-order-table,
.wc-block-checkout table.woocommerce-checkout-review-order-table {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-collapse: separate;
  border-radius: 5px;
  width: 100%;
  margin: 0 -1px 24px 0;
}
.woocommerce-cart table.woocommerce-checkout-review-order-table thead tr th,
.woocommerce-checkout table.woocommerce-checkout-review-order-table thead tr th,
.wc-block-checkout table.woocommerce-checkout-review-order-table thead tr th {
  font-weight: 700;
  padding: 9px 12px;
  line-height: 1.5em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.woocommerce-cart table.woocommerce-checkout-review-order-table tbody td,
.woocommerce-checkout table.woocommerce-checkout-review-order-table tbody td,
.wc-block-checkout table.woocommerce-checkout-review-order-table tbody td {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 9px 12px;
  vertical-align: middle;
  line-height: 1.5em;
}
.woocommerce-cart
  table.woocommerce-checkout-review-order-table
  tbody:first-child
  tr:first-child
  td,
.woocommerce-cart
  table.woocommerce-checkout-review-order-table
  tbody:first-child
  tr:first-child
  th,
.woocommerce-checkout
  table.woocommerce-checkout-review-order-table
  tbody:first-child
  tr:first-child
  td,
.woocommerce-checkout
  table.woocommerce-checkout-review-order-table
  tbody:first-child
  tr:first-child
  th,
.wc-block-checkout
  table.woocommerce-checkout-review-order-table
  tbody:first-child
  tr:first-child
  td,
.wc-block-checkout
  table.woocommerce-checkout-review-order-table
  tbody:first-child
  tr:first-child
  th {
  border-top: 0;
}
.woocommerce-cart table.woocommerce-checkout-review-order-table tfoot tr th,
.woocommerce-cart table.woocommerce-checkout-review-order-table tfoot tr td,
.woocommerce-checkout table.woocommerce-checkout-review-order-table tfoot tr th,
.woocommerce-checkout table.woocommerce-checkout-review-order-table tfoot tr td,
.wc-block-checkout table.woocommerce-checkout-review-order-table tfoot tr th,
.wc-block-checkout table.woocommerce-checkout-review-order-table tfoot tr td {
  font-weight: 700;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 9px 12px;
  line-height: 1.5em;
}
.woocommerce-cart
  table.woocommerce-checkout-review-order-table
  tfoot
  tr.cart-subtotal
  th,
.woocommerce-cart
  table.woocommerce-checkout-review-order-table
  tfoot
  tr.cart-subtotal
  td,
.woocommerce-cart
  table.woocommerce-checkout-review-order-table
  tfoot
  tr.shipping
  th,
.woocommerce-cart
  table.woocommerce-checkout-review-order-table
  tfoot
  tr.shipping
  td,
.woocommerce-cart table.woocommerce-checkout-review-order-table tfoot tr.fee th,
.woocommerce-cart table.woocommerce-checkout-review-order-table tfoot tr.fee td,
.woocommerce-checkout
  table.woocommerce-checkout-review-order-table
  tfoot
  tr.cart-subtotal
  th,
.woocommerce-checkout
  table.woocommerce-checkout-review-order-table
  tfoot
  tr.cart-subtotal
  td,
.woocommerce-checkout
  table.woocommerce-checkout-review-order-table
  tfoot
  tr.shipping
  th,
.woocommerce-checkout
  table.woocommerce-checkout-review-order-table
  tfoot
  tr.shipping
  td,
.woocommerce-checkout
  table.woocommerce-checkout-review-order-table
  tfoot
  tr.fee
  th,
.woocommerce-checkout
  table.woocommerce-checkout-review-order-table
  tfoot
  tr.fee
  td,
.wc-block-checkout
  table.woocommerce-checkout-review-order-table
  tfoot
  tr.cart-subtotal
  th,
.wc-block-checkout
  table.woocommerce-checkout-review-order-table
  tfoot
  tr.cart-subtotal
  td,
.wc-block-checkout
  table.woocommerce-checkout-review-order-table
  tfoot
  tr.shipping
  th,
.wc-block-checkout
  table.woocommerce-checkout-review-order-table
  tfoot
  tr.shipping
  td,
.wc-block-checkout
  table.woocommerce-checkout-review-order-table
  tfoot
  tr.fee
  th,
.wc-block-checkout
  table.woocommerce-checkout-review-order-table
  tfoot
  tr.fee
  td {
  font-weight: 700;
  color: #333;
  font-size: inherit;
  text-transform: none;
}
.woocommerce-cart
  table.woocommerce-checkout-review-order-table
  tfoot
  tr.shipping
  td
  ul.woocommerce-shipping-methods,
.woocommerce-checkout
  table.woocommerce-checkout-review-order-table
  tfoot
  tr.shipping
  td
  ul.woocommerce-shipping-methods,
.wc-block-checkout
  table.woocommerce-checkout-review-order-table
  tfoot
  tr.shipping
  td
  ul.woocommerce-shipping-methods {
  list-style: none;
  padding: 0;
  margin: 0;
}
.woocommerce-cart
  table.woocommerce-checkout-review-order-table
  tfoot
  tr.shipping
  td
  ul.woocommerce-shipping-methods
  li,
.woocommerce-checkout
  table.woocommerce-checkout-review-order-table
  tfoot
  tr.shipping
  td
  ul.woocommerce-shipping-methods
  li,
.wc-block-checkout
  table.woocommerce-checkout-review-order-table
  tfoot
  tr.shipping
  td
  ul.woocommerce-shipping-methods
  li {
  padding-left: 0 !important;
}
.woocommerce-cart
  table.woocommerce-checkout-review-order-table
  tfoot
  tr.shipping
  td
  ul.woocommerce-shipping-methods
  li::before,
.woocommerce-checkout
  table.woocommerce-checkout-review-order-table
  tfoot
  tr.shipping
  td
  ul.woocommerce-shipping-methods
  li::before,
.wc-block-checkout
  table.woocommerce-checkout-review-order-table
  tfoot
  tr.shipping
  td
  ul.woocommerce-shipping-methods
  li::before {
  content: none !important;
}
.woocommerce-cart
  table.woocommerce-checkout-review-order-table
  tfoot
  tr.shipping
  td
  ul.woocommerce-shipping-methods
  li
  label,
.woocommerce-checkout
  table.woocommerce-checkout-review-order-table
  tfoot
  tr.shipping
  td
  ul.woocommerce-shipping-methods
  li
  label,
.wc-block-checkout
  table.woocommerce-checkout-review-order-table
  tfoot
  tr.shipping
  td
  ul.woocommerce-shipping-methods
  li
  label {
  font-weight: bold;
  cursor: default;
  text-transform: none;
  color: #333;
}
.woocommerce-cart
  table.woocommerce-checkout-review-order-table
  tfoot
  tr.shipping
  td
  ul.woocommerce-shipping-methods
  li
  label
  .woocommerce-Price-amount,
.woocommerce-checkout
  table.woocommerce-checkout-review-order-table
  tfoot
  tr.shipping
  td
  ul.woocommerce-shipping-methods
  li
  label
  .woocommerce-Price-amount,
.wc-block-checkout
  table.woocommerce-checkout-review-order-table
  tfoot
  tr.shipping
  td
  ul.woocommerce-shipping-methods
  li
  label
  .woocommerce-Price-amount {
  color: #333;
  font-weight: bold;
}
.woocommerce-cart
  table.woocommerce-checkout-review-order-table
  tfoot
  tr.order-total
  th,
.woocommerce-cart
  table.woocommerce-checkout-review-order-table
  tfoot
  tr.order-total
  td,
.woocommerce-checkout
  table.woocommerce-checkout-review-order-table
  tfoot
  tr.order-total
  th,
.woocommerce-checkout
  table.woocommerce-checkout-review-order-table
  tfoot
  tr.order-total
  td,
.wc-block-checkout
  table.woocommerce-checkout-review-order-table
  tfoot
  tr.order-total
  th,
.wc-block-checkout
  table.woocommerce-checkout-review-order-table
  tfoot
  tr.order-total
  td {
  font-weight: 700;
  color: #000;
  font-size: inherit;
}
.woocommerce-cart
  table.woocommerce-checkout-review-order-table
  tfoot
  tr.order-total
  th
  .woocommerce-Price-amount,
.woocommerce-cart
  table.woocommerce-checkout-review-order-table
  tfoot
  tr.order-total
  td
  .woocommerce-Price-amount,
.woocommerce-checkout
  table.woocommerce-checkout-review-order-table
  tfoot
  tr.order-total
  th
  .woocommerce-Price-amount,
.woocommerce-checkout
  table.woocommerce-checkout-review-order-table
  tfoot
  tr.order-total
  td
  .woocommerce-Price-amount,
.wc-block-checkout
  table.woocommerce-checkout-review-order-table
  tfoot
  tr.order-total
  th
  .woocommerce-Price-amount,
.wc-block-checkout
  table.woocommerce-checkout-review-order-table
  tfoot
  tr.order-total
  td
  .woocommerce-Price-amount {
  font-weight: 700;
  color: #000;
}
.woocommerce-cart
  table.woocommerce-checkout-review-order-table
  tfoot
  tr.order-total
  th
  small.includes_tax,
.woocommerce-cart
  table.woocommerce-checkout-review-order-table
  tfoot
  tr.order-total
  td
  small.includes_tax,
.woocommerce-checkout
  table.woocommerce-checkout-review-order-table
  tfoot
  tr.order-total
  th
  small.includes_tax,
.woocommerce-checkout
  table.woocommerce-checkout-review-order-table
  tfoot
  tr.order-total
  td
  small.includes_tax,
.wc-block-checkout
  table.woocommerce-checkout-review-order-table
  tfoot
  tr.order-total
  th
  small.includes_tax,
.wc-block-checkout
  table.woocommerce-checkout-review-order-table
  tfoot
  tr.order-total
  td
  small.includes_tax {
  display: inline;
  font-size: 0.85em;
  font-weight: 400;
  color: #666;
  margin-top: 0;
}
.woocommerce-cart
  table.woocommerce-checkout-review-order-table
  tfoot
  tr.order-total
  th
  small.includes_tax
  .woocommerce-Price-amount,
.woocommerce-cart
  table.woocommerce-checkout-review-order-table
  tfoot
  tr.order-total
  td
  small.includes_tax
  .woocommerce-Price-amount,
.woocommerce-checkout
  table.woocommerce-checkout-review-order-table
  tfoot
  tr.order-total
  th
  small.includes_tax
  .woocommerce-Price-amount,
.woocommerce-checkout
  table.woocommerce-checkout-review-order-table
  tfoot
  tr.order-total
  td
  small.includes_tax
  .woocommerce-Price-amount,
.wc-block-checkout
  table.woocommerce-checkout-review-order-table
  tfoot
  tr.order-total
  th
  small.includes_tax
  .woocommerce-Price-amount,
.wc-block-checkout
  table.woocommerce-checkout-review-order-table
  tfoot
  tr.order-total
  td
  small.includes_tax
  .woocommerce-Price-amount {
  font-size: inherit;
  font-weight: 400;
  color: #666;
}
.woocommerce-cart
  #payment.woocommerce-checkout-payment
  .form-row.place-order
  button#place_order,
.woocommerce-checkout
  #payment.woocommerce-checkout-payment
  .form-row.place-order
  button#place_order,
.wc-block-checkout
  #payment.woocommerce-checkout-payment
  .form-row.place-order
  button#place_order {
  border-radius: 30px !important;
  background: #901f52 !important;
  transition: all 0.2s ease-in-out !important;
  padding: 16px 32px;
  font-size: 18px;
}
.woocommerce-cart .wc-proceed-to-checkout .checkout-button,
.woocommerce-cart input[type="submit"],
.woocommerce-cart button[type="submit"],
.woocommerce-checkout .wc-proceed-to-checkout .checkout-button,
.woocommerce-checkout input[type="submit"],
.woocommerce-checkout button[type="submit"],
.wc-block-checkout .wc-proceed-to-checkout .checkout-button,
.wc-block-checkout input[type="submit"],
.wc-block-checkout button[type="submit"] {
  background-color: #08509f;
  color: #fff;
  font-family: "Oxanium", sans-serif;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 14px 32px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  transition: opacity 0.2s ease;
}
.woocommerce-cart .wc-proceed-to-checkout .checkout-button:hover,
.woocommerce-cart input[type="submit"]:hover,
.woocommerce-cart button[type="submit"]:hover,
.woocommerce-checkout .wc-proceed-to-checkout .checkout-button:hover,
.woocommerce-checkout input[type="submit"]:hover,
.woocommerce-checkout button[type="submit"]:hover,
.wc-block-checkout .wc-proceed-to-checkout .checkout-button:hover,
.wc-block-checkout input[type="submit"]:hover,
.wc-block-checkout button[type="submit"]:hover {
  opacity: 0.85;
}
.woocommerce-cart .form-row,
.woocommerce-checkout .form-row,
.wc-block-checkout .form-row {
  margin-bottom: 1rem;
}
.woocommerce-cart .form-row label,
.woocommerce-checkout .form-row label,
.wc-block-checkout .form-row label {
  font-family: "Oxanium", sans-serif;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  color: #666;
  display: block;
  margin-bottom: 6px;
}
.woocommerce-cart .form-row input,
.woocommerce-cart .form-row select,
.woocommerce-cart .form-row textarea,
.woocommerce-checkout .form-row input,
.woocommerce-checkout .form-row select,
.woocommerce-checkout .form-row textarea,
.wc-block-checkout .form-row input,
.wc-block-checkout .form-row select,
.wc-block-checkout .form-row textarea {
  width: 100%;
  border: 2px solid #d4d4d4;
  border-radius: 8px;
  padding: 10px 14px;
  font-family: "montserrat", sans-serif;
  font-size: 15px;
  color: #333;
  transition: border-color 0.2s ease;
}
.woocommerce-cart .form-row input:focus,
.woocommerce-cart .form-row select:focus,
.woocommerce-cart .form-row textarea:focus,
.woocommerce-checkout .form-row input:focus,
.woocommerce-checkout .form-row select:focus,
.woocommerce-checkout .form-row textarea:focus,
.wc-block-checkout .form-row input:focus,
.wc-block-checkout .form-row select:focus,
.wc-block-checkout .form-row textarea:focus {
  outline: none;
  border-color: #08509f;
}
.wc-block-components-order-summary
  .wc-block-components-order-summary-item
  .wc-block-components-product-name {
  font-size: 15px;
}
.content-box:has(.wp-block-woocommerce-checkout, .wp-block-woocommerce-cart)
  .head-box,
.content-box:has(.wp-block-woocommerce-checkout, .wp-block-woocommerce-cart)
  .head-box.no-visual {
  margin-top: 2rem;
}
.woocommerce-order .woocommerce-order-overview li::before {
  content: none !important;
}
.woocommerce form .form-row label {
  font-family: "montserrat", sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #000;
  text-transform: none;
  margin-bottom: 8px;
}
.woocommerce form .form-row label .optional {
  font-weight: normal;
  color: #666;
}
.woocommerce form .form-row label abbr.required {
  color: #c0392b;
  text-decoration: none;
  border: none;
  margin-left: 2px;
}
.woocommerce form .form-row .input-text,
.woocommerce form .form-row select,
.woocommerce form .form-row .select2-selection {
  background-color: #fff !important;
  border: 1.5px solid #c8c8c8 !important;
  border-radius: 4px !important;
  padding: 12px 14px !important;
  font-family: "montserrat", sans-serif !important;
  font-size: 15px !important;
  color: #333 !important;
  box-shadow: none !important;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease !important;
}
.woocommerce form .form-row .input-text::-moz-placeholder,
.woocommerce form .form-row select::-moz-placeholder,
.woocommerce form .form-row .select2-selection::-moz-placeholder {
  color: #b0b0b0;
}
.woocommerce form .form-row .input-text:-ms-input-placeholder,
.woocommerce form .form-row select:-ms-input-placeholder,
.woocommerce form .form-row .select2-selection:-ms-input-placeholder {
  color: #b0b0b0;
}
.woocommerce form .form-row .input-text::placeholder,
.woocommerce form .form-row select::placeholder,
.woocommerce form .form-row .select2-selection::placeholder {
  color: #b0b0b0;
}
.woocommerce form .form-row .input-text:focus,
.woocommerce form .form-row select:focus,
.woocommerce form .form-row .select2-selection:focus {
  border-color: #08509f !important;
  box-shadow: 0 0 0 3px rgba(8, 80, 159, 0.1) !important;
  outline: none !important;
}
#ship-to-different-address {
  margin-bottom: 1rem;
}
#ship-to-different-address label {
  display: flex;
  align-items: center;
  cursor: pointer;
}
#ship-to-different-address label input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
#ship-to-different-address label::before {
  content: "";
  display: inline-block;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  border: 1.5px solid #c8c8c8;
  border-radius: 4px;
  background-color: #fff;
  transition:
    border-color 0.2s ease,
    background-color 0.2s ease;
}
#ship-to-different-address label span {
  font-family: "Oxanium", sans-serif;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  color: #000;
}
#ship-to-different-address label.is-open::before {
  background-color: #08509f;
  border-color: #08509f;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 10'%3E%3Cpolyline points='1,5 4.5,8.5 11,1' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px;
}
.woocommerce-checkout .woocommerce-form__input-checkbox {
  position: static !important;
  width: auto !important;
  height: auto !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: visible !important;
  clip: auto !important;
  border: 0 !important;
  accent-color: #08509f;
}
.woocommerce__submit-container a,
.wc-block-cart__submit-container a {
  background-color: #08509f !important;
  color: #fff !important;
  font-family: "Oxanium", sans-serif;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 14px 32px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  transition: opacity 0.2s ease;
}
.woocommerce__submit-container a:hover,
.wc-block-cart__submit-container a:hover {
  text-decoration: none !important;
  opacity: 0.85;
}
.static-page-section .content-box,
.single-post-section .content-box,
.landing-metiers-section .content-box,
.single-dispositif-section .content-box {
  margin-top: -70px;
  margin: -70px auto;
  padding-bottom: 55px;
  background: #fff;
  border-radius: 16px 16px 0 0;
  width: 100%;
  max-width: 1013px;
  padding: 40px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .static-page-section .content-box,
  .single-post-section .content-box,
  .landing-metiers-section .content-box,
  .single-dispositif-section .content-box {
    margin: -111px 20px 0 -20px;
    padding: 30px;
  }
}
@media (max-width: 550px) {
  .static-page-section .content-box,
  .single-post-section .content-box,
  .landing-metiers-section .content-box,
  .single-dispositif-section .content-box {
    margin: -40px 10px 0 -10px;
    padding: 20px;
  }
}
.static-page-section .content-box,
.single-post-section .content-box,
.landing-metiers-section .content-box,
.single-dispositif-section .content-box {
  font-size: 16px;
  line-height: 24px;
  color: #333;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-word;
  white-space: normal;
}
@media (max-width: 767px) {
  .static-page-section .content-box,
  .single-post-section .content-box,
  .landing-metiers-section .content-box,
  .single-dispositif-section .content-box {
    font-size: 14px;
    line-height: 20px;
  }
}
.static-page-section .content-box p,
.single-post-section .content-box p,
.landing-metiers-section .content-box p,
.single-dispositif-section .content-box p {
  margin-bottom: 1rem;
}
.static-page-section .content-box p:has(> strong:only-child),
.single-post-section .content-box p:has(> strong:only-child),
.landing-metiers-section .content-box p:has(> strong:only-child),
.single-dispositif-section .content-box p:has(> strong:only-child) {
  margin-top: clamp(16px, 3vw, 24px);
  margin-bottom: 0.5rem;
}
.static-page-section .content-box p:has(> strong:only-child):first-child,
.single-post-section .content-box p:has(> strong:only-child):first-child,
.landing-metiers-section .content-box p:has(> strong:only-child):first-child,
.single-dispositif-section .content-box p:has(> strong:only-child):first-child {
  margin-top: 0;
}
.static-page-section .content-box p:has(> strong:only-child) strong,
.single-post-section .content-box p:has(> strong:only-child) strong,
.landing-metiers-section .content-box p:has(> strong:only-child) strong,
.single-dispositif-section .content-box p:has(> strong:only-child) strong {
  font-size: clamp(13px, 2vw, 16px);
  font-weight: bold;
  color: #333;
}
.static-page-section
  .content-box
  p:has(> strong:only-child)
  strong
  span[style*="color"],
.single-post-section
  .content-box
  p:has(> strong:only-child)
  strong
  span[style*="color"],
.landing-metiers-section
  .content-box
  p:has(> strong:only-child)
  strong
  span[style*="color"],
.single-dispositif-section
  .content-box
  p:has(> strong:only-child)
  strong
  span[style*="color"] {
  color: unset;
}
.static-page-section .content-box p:has(> strong:first-child + br),
.static-page-section .content-box p:has(> span:first-child + br),
.single-post-section .content-box p:has(> strong:first-child + br),
.single-post-section .content-box p:has(> span:first-child + br),
.landing-metiers-section .content-box p:has(> strong:first-child + br),
.landing-metiers-section .content-box p:has(> span:first-child + br),
.single-dispositif-section .content-box p:has(> strong:first-child + br),
.single-dispositif-section .content-box p:has(> span:first-child + br) {
  margin-top: clamp(16px, 3vw, 24px);
}
.static-page-section .content-box p:has(> strong:first-child + br):first-child,
.static-page-section .content-box p:has(> span:first-child + br):first-child,
.single-post-section .content-box p:has(> strong:first-child + br):first-child,
.single-post-section .content-box p:has(> span:first-child + br):first-child,
.landing-metiers-section
  .content-box
  p:has(> strong:first-child + br):first-child,
.landing-metiers-section
  .content-box
  p:has(> span:first-child + br):first-child,
.single-dispositif-section
  .content-box
  p:has(> strong:first-child + br):first-child,
.single-dispositif-section
  .content-box
  p:has(> span:first-child + br):first-child {
  margin-top: 0;
}
.static-page-section
  .content-box
  p:has(> strong:first-child + br)
  strong:first-child,
.static-page-section
  .content-box
  p:has(> strong:first-child + br)
  span:first-child
  strong,
.static-page-section
  .content-box
  p:has(> strong:first-child + br)
  span:first-child,
.static-page-section
  .content-box
  p:has(> span:first-child + br)
  strong:first-child,
.static-page-section
  .content-box
  p:has(> span:first-child + br)
  span:first-child
  strong,
.static-page-section
  .content-box
  p:has(> span:first-child + br)
  span:first-child,
.single-post-section
  .content-box
  p:has(> strong:first-child + br)
  strong:first-child,
.single-post-section
  .content-box
  p:has(> strong:first-child + br)
  span:first-child
  strong,
.single-post-section
  .content-box
  p:has(> strong:first-child + br)
  span:first-child,
.single-post-section
  .content-box
  p:has(> span:first-child + br)
  strong:first-child,
.single-post-section
  .content-box
  p:has(> span:first-child + br)
  span:first-child
  strong,
.single-post-section
  .content-box
  p:has(> span:first-child + br)
  span:first-child,
.landing-metiers-section
  .content-box
  p:has(> strong:first-child + br)
  strong:first-child,
.landing-metiers-section
  .content-box
  p:has(> strong:first-child + br)
  span:first-child
  strong,
.landing-metiers-section
  .content-box
  p:has(> strong:first-child + br)
  span:first-child,
.landing-metiers-section
  .content-box
  p:has(> span:first-child + br)
  strong:first-child,
.landing-metiers-section
  .content-box
  p:has(> span:first-child + br)
  span:first-child
  strong,
.landing-metiers-section
  .content-box
  p:has(> span:first-child + br)
  span:first-child,
.single-dispositif-section
  .content-box
  p:has(> strong:first-child + br)
  strong:first-child,
.single-dispositif-section
  .content-box
  p:has(> strong:first-child + br)
  span:first-child
  strong,
.single-dispositif-section
  .content-box
  p:has(> strong:first-child + br)
  span:first-child,
.single-dispositif-section
  .content-box
  p:has(> span:first-child + br)
  strong:first-child,
.single-dispositif-section
  .content-box
  p:has(> span:first-child + br)
  span:first-child
  strong,
.single-dispositif-section
  .content-box
  p:has(> span:first-child + br)
  span:first-child {
  display: block;
  font-family: "Oxanium", sans-serif;
  font-size: clamp(12px, 2vw, 14px);
  font-weight: bold;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 0.4rem;
}
.static-page-section
  .content-box
  p:has(> strong:first-child + br)
  strong:first-child[style*="color"],
.static-page-section
  .content-box
  p:has(> strong:first-child + br)
  span:first-child
  strong[style*="color"],
.static-page-section
  .content-box
  p:has(> strong:first-child + br)
  span:first-child[style*="color"],
.static-page-section
  .content-box
  p:has(> span:first-child + br)
  strong:first-child[style*="color"],
.static-page-section
  .content-box
  p:has(> span:first-child + br)
  span:first-child
  strong[style*="color"],
.static-page-section
  .content-box
  p:has(> span:first-child + br)
  span:first-child[style*="color"],
.single-post-section
  .content-box
  p:has(> strong:first-child + br)
  strong:first-child[style*="color"],
.single-post-section
  .content-box
  p:has(> strong:first-child + br)
  span:first-child
  strong[style*="color"],
.single-post-section
  .content-box
  p:has(> strong:first-child + br)
  span:first-child[style*="color"],
.single-post-section
  .content-box
  p:has(> span:first-child + br)
  strong:first-child[style*="color"],
.single-post-section
  .content-box
  p:has(> span:first-child + br)
  span:first-child
  strong[style*="color"],
.single-post-section
  .content-box
  p:has(> span:first-child + br)
  span:first-child[style*="color"],
.landing-metiers-section
  .content-box
  p:has(> strong:first-child + br)
  strong:first-child[style*="color"],
.landing-metiers-section
  .content-box
  p:has(> strong:first-child + br)
  span:first-child
  strong[style*="color"],
.landing-metiers-section
  .content-box
  p:has(> strong:first-child + br)
  span:first-child[style*="color"],
.landing-metiers-section
  .content-box
  p:has(> span:first-child + br)
  strong:first-child[style*="color"],
.landing-metiers-section
  .content-box
  p:has(> span:first-child + br)
  span:first-child
  strong[style*="color"],
.landing-metiers-section
  .content-box
  p:has(> span:first-child + br)
  span:first-child[style*="color"],
.single-dispositif-section
  .content-box
  p:has(> strong:first-child + br)
  strong:first-child[style*="color"],
.single-dispositif-section
  .content-box
  p:has(> strong:first-child + br)
  span:first-child
  strong[style*="color"],
.single-dispositif-section
  .content-box
  p:has(> strong:first-child + br)
  span:first-child[style*="color"],
.single-dispositif-section
  .content-box
  p:has(> span:first-child + br)
  strong:first-child[style*="color"],
.single-dispositif-section
  .content-box
  p:has(> span:first-child + br)
  span:first-child
  strong[style*="color"],
.single-dispositif-section
  .content-box
  p:has(> span:first-child + br)
  span:first-child[style*="color"] {
  color: unset;
}
.static-page-section
  .content-box
  p:has(> strong:first-child + br)
  strong:first-child[style*="color"]
  strong,
.static-page-section
  .content-box
  p:has(> strong:first-child + br)
  span:first-child
  strong[style*="color"]
  strong,
.static-page-section
  .content-box
  p:has(> strong:first-child + br)
  span:first-child[style*="color"]
  strong,
.static-page-section
  .content-box
  p:has(> span:first-child + br)
  strong:first-child[style*="color"]
  strong,
.static-page-section
  .content-box
  p:has(> span:first-child + br)
  span:first-child
  strong[style*="color"]
  strong,
.static-page-section
  .content-box
  p:has(> span:first-child + br)
  span:first-child[style*="color"]
  strong,
.single-post-section
  .content-box
  p:has(> strong:first-child + br)
  strong:first-child[style*="color"]
  strong,
.single-post-section
  .content-box
  p:has(> strong:first-child + br)
  span:first-child
  strong[style*="color"]
  strong,
.single-post-section
  .content-box
  p:has(> strong:first-child + br)
  span:first-child[style*="color"]
  strong,
.single-post-section
  .content-box
  p:has(> span:first-child + br)
  strong:first-child[style*="color"]
  strong,
.single-post-section
  .content-box
  p:has(> span:first-child + br)
  span:first-child
  strong[style*="color"]
  strong,
.single-post-section
  .content-box
  p:has(> span:first-child + br)
  span:first-child[style*="color"]
  strong,
.landing-metiers-section
  .content-box
  p:has(> strong:first-child + br)
  strong:first-child[style*="color"]
  strong,
.landing-metiers-section
  .content-box
  p:has(> strong:first-child + br)
  span:first-child
  strong[style*="color"]
  strong,
.landing-metiers-section
  .content-box
  p:has(> strong:first-child + br)
  span:first-child[style*="color"]
  strong,
.landing-metiers-section
  .content-box
  p:has(> span:first-child + br)
  strong:first-child[style*="color"]
  strong,
.landing-metiers-section
  .content-box
  p:has(> span:first-child + br)
  span:first-child
  strong[style*="color"]
  strong,
.landing-metiers-section
  .content-box
  p:has(> span:first-child + br)
  span:first-child[style*="color"]
  strong,
.single-dispositif-section
  .content-box
  p:has(> strong:first-child + br)
  strong:first-child[style*="color"]
  strong,
.single-dispositif-section
  .content-box
  p:has(> strong:first-child + br)
  span:first-child
  strong[style*="color"]
  strong,
.single-dispositif-section
  .content-box
  p:has(> strong:first-child + br)
  span:first-child[style*="color"]
  strong,
.single-dispositif-section
  .content-box
  p:has(> span:first-child + br)
  strong:first-child[style*="color"]
  strong,
.single-dispositif-section
  .content-box
  p:has(> span:first-child + br)
  span:first-child
  strong[style*="color"]
  strong,
.single-dispositif-section
  .content-box
  p:has(> span:first-child + br)
  span:first-child[style*="color"]
  strong {
  color: inherit;
}
.static-page-section
  .content-box
  p:has(> strong:first-child + br)
  strong:first-child
  span[style*="color"],
.static-page-section
  .content-box
  p:has(> strong:first-child + br)
  span:first-child
  strong
  span[style*="color"],
.static-page-section
  .content-box
  p:has(> strong:first-child + br)
  span:first-child
  span[style*="color"],
.static-page-section
  .content-box
  p:has(> span:first-child + br)
  strong:first-child
  span[style*="color"],
.static-page-section
  .content-box
  p:has(> span:first-child + br)
  span:first-child
  strong
  span[style*="color"],
.static-page-section
  .content-box
  p:has(> span:first-child + br)
  span:first-child
  span[style*="color"],
.single-post-section
  .content-box
  p:has(> strong:first-child + br)
  strong:first-child
  span[style*="color"],
.single-post-section
  .content-box
  p:has(> strong:first-child + br)
  span:first-child
  strong
  span[style*="color"],
.single-post-section
  .content-box
  p:has(> strong:first-child + br)
  span:first-child
  span[style*="color"],
.single-post-section
  .content-box
  p:has(> span:first-child + br)
  strong:first-child
  span[style*="color"],
.single-post-section
  .content-box
  p:has(> span:first-child + br)
  span:first-child
  strong
  span[style*="color"],
.single-post-section
  .content-box
  p:has(> span:first-child + br)
  span:first-child
  span[style*="color"],
.landing-metiers-section
  .content-box
  p:has(> strong:first-child + br)
  strong:first-child
  span[style*="color"],
.landing-metiers-section
  .content-box
  p:has(> strong:first-child + br)
  span:first-child
  strong
  span[style*="color"],
.landing-metiers-section
  .content-box
  p:has(> strong:first-child + br)
  span:first-child
  span[style*="color"],
.landing-metiers-section
  .content-box
  p:has(> span:first-child + br)
  strong:first-child
  span[style*="color"],
.landing-metiers-section
  .content-box
  p:has(> span:first-child + br)
  span:first-child
  strong
  span[style*="color"],
.landing-metiers-section
  .content-box
  p:has(> span:first-child + br)
  span:first-child
  span[style*="color"],
.single-dispositif-section
  .content-box
  p:has(> strong:first-child + br)
  strong:first-child
  span[style*="color"],
.single-dispositif-section
  .content-box
  p:has(> strong:first-child + br)
  span:first-child
  strong
  span[style*="color"],
.single-dispositif-section
  .content-box
  p:has(> strong:first-child + br)
  span:first-child
  span[style*="color"],
.single-dispositif-section
  .content-box
  p:has(> span:first-child + br)
  strong:first-child
  span[style*="color"],
.single-dispositif-section
  .content-box
  p:has(> span:first-child + br)
  span:first-child
  strong
  span[style*="color"],
.single-dispositif-section
  .content-box
  p:has(> span:first-child + br)
  span:first-child
  span[style*="color"] {
  color: unset;
}
.static-page-section .content-box p:has(> strong:only-child) + ul,
.static-page-section .content-box p:has(> strong:only-child) + ol,
.static-page-section .content-box p:has(> strong:first-child + br) + ul,
.static-page-section .content-box p:has(> strong:first-child + br) + ol,
.static-page-section .content-box p:has(> span:first-child + br) + ul,
.static-page-section .content-box p:has(> span:first-child + br) + ol,
.single-post-section .content-box p:has(> strong:only-child) + ul,
.single-post-section .content-box p:has(> strong:only-child) + ol,
.single-post-section .content-box p:has(> strong:first-child + br) + ul,
.single-post-section .content-box p:has(> strong:first-child + br) + ol,
.single-post-section .content-box p:has(> span:first-child + br) + ul,
.single-post-section .content-box p:has(> span:first-child + br) + ol,
.landing-metiers-section .content-box p:has(> strong:only-child) + ul,
.landing-metiers-section .content-box p:has(> strong:only-child) + ol,
.landing-metiers-section .content-box p:has(> strong:first-child + br) + ul,
.landing-metiers-section .content-box p:has(> strong:first-child + br) + ol,
.landing-metiers-section .content-box p:has(> span:first-child + br) + ul,
.landing-metiers-section .content-box p:has(> span:first-child + br) + ol,
.single-dispositif-section .content-box p:has(> strong:only-child) + ul,
.single-dispositif-section .content-box p:has(> strong:only-child) + ol,
.single-dispositif-section .content-box p:has(> strong:first-child + br) + ul,
.single-dispositif-section .content-box p:has(> strong:first-child + br) + ol,
.single-dispositif-section .content-box p:has(> span:first-child + br) + ul,
.single-dispositif-section .content-box p:has(> span:first-child + br) + ol {
  margin-top: 0;
}
.static-page-section .content-box ul,
.static-page-section .content-box ol,
.single-post-section .content-box ul,
.single-post-section .content-box ol,
.landing-metiers-section .content-box ul,
.landing-metiers-section .content-box ol,
.single-dispositif-section .content-box ul,
.single-dispositif-section .content-box ol {
  padding-left: 0;
  list-style: none;
  margin-bottom: 1rem;
}
.static-page-section .content-box ul:last-child,
.static-page-section .content-box ol:last-child,
.single-post-section .content-box ul:last-child,
.single-post-section .content-box ol:last-child,
.landing-metiers-section .content-box ul:last-child,
.landing-metiers-section .content-box ol:last-child,
.single-dispositif-section .content-box ul:last-child,
.single-dispositif-section .content-box ol:last-child {
  margin-bottom: clamp(20px, 2vw, 40px);
}
.static-page-section
  .content-box
  ul:not(.splide__pagination):not(.splide__list):not(.control-list):not(
    .info-list
  )
  li,
.static-page-section .content-box ol li,
.single-post-section
  .content-box
  ul:not(.splide__pagination):not(.splide__list):not(.control-list):not(
    .info-list
  )
  li,
.single-post-section .content-box ol li,
.landing-metiers-section
  .content-box
  ul:not(.splide__pagination):not(.splide__list):not(.control-list):not(
    .info-list
  )
  li,
.landing-metiers-section .content-box ol li,
.single-dispositif-section
  .content-box
  ul:not(.splide__pagination):not(.splide__list):not(.control-list):not(
    .info-list
  )
  li,
.single-dispositif-section .content-box ol li {
  position: relative;
  padding-left: 1.2em;
  margin-bottom: 0.4rem;
}
.static-page-section
  .content-box
  ul:not(.splide__pagination):not(.splide__list):not(.control-list):not(
    .info-list
  )
  li:last-child,
.static-page-section .content-box ol li:last-child,
.single-post-section
  .content-box
  ul:not(.splide__pagination):not(.splide__list):not(.control-list):not(
    .info-list
  )
  li:last-child,
.single-post-section .content-box ol li:last-child,
.landing-metiers-section
  .content-box
  ul:not(.splide__pagination):not(.splide__list):not(.control-list):not(
    .info-list
  )
  li:last-child,
.landing-metiers-section .content-box ol li:last-child,
.single-dispositif-section
  .content-box
  ul:not(.splide__pagination):not(.splide__list):not(.control-list):not(
    .info-list
  )
  li:last-child,
.single-dispositif-section .content-box ol li:last-child {
  margin-bottom: 0;
}
.static-page-section
  .content-box
  ul:not(.splide__pagination):not(.splide__list):not(.control-list):not(
    .info-list
  )
  li::before,
.single-post-section
  .content-box
  ul:not(.splide__pagination):not(.splide__list):not(.control-list):not(
    .info-list
  )
  li::before,
.landing-metiers-section
  .content-box
  ul:not(.splide__pagination):not(.splide__list):not(.control-list):not(
    .info-list
  )
  li::before,
.single-dispositif-section
  .content-box
  ul:not(.splide__pagination):not(.splide__list):not(.control-list):not(
    .info-list
  )
  li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #333;
}
.static-page-section .content-box ol,
.single-post-section .content-box ol,
.landing-metiers-section .content-box ol,
.single-dispositif-section .content-box ol {
  counter-reset: ol-counter;
}
.static-page-section .content-box ol li,
.single-post-section .content-box ol li,
.landing-metiers-section .content-box ol li,
.single-dispositif-section .content-box ol li {
  counter-increment: ol-counter;
}
.static-page-section .content-box ol li::before,
.single-post-section .content-box ol li::before,
.landing-metiers-section .content-box ol li::before,
.single-dispositif-section .content-box ol li::before {
  content: counter(ol-counter) ".";
  position: absolute;
  left: 0;
  font-weight: bold;
  color: #333;
}
.static-page-section .content-box strong,
.static-page-section .content-box b,
.single-post-section .content-box strong,
.single-post-section .content-box b,
.landing-metiers-section .content-box strong,
.landing-metiers-section .content-box b,
.single-dispositif-section .content-box strong,
.single-dispositif-section .content-box b {
  font-weight: bold;
  color: #000;
}
.static-page-section .content-box strong span[style*="color"],
.static-page-section .content-box b span[style*="color"],
.single-post-section .content-box strong span[style*="color"],
.single-post-section .content-box b span[style*="color"],
.landing-metiers-section .content-box strong span[style*="color"],
.landing-metiers-section .content-box b span[style*="color"],
.single-dispositif-section .content-box strong span[style*="color"],
.single-dispositif-section .content-box b span[style*="color"] {
  color: unset;
}
.static-page-section .content-box span[style*="color"],
.single-post-section .content-box span[style*="color"],
.landing-metiers-section .content-box span[style*="color"],
.single-dispositif-section .content-box span[style*="color"] {
  color: unset;
}
.static-page-section .content-box span[style*="color"] strong,
.static-page-section .content-box span[style*="color"] b,
.single-post-section .content-box span[style*="color"] strong,
.single-post-section .content-box span[style*="color"] b,
.landing-metiers-section .content-box span[style*="color"] strong,
.landing-metiers-section .content-box span[style*="color"] b,
.single-dispositif-section .content-box span[style*="color"] strong,
.single-dispositif-section .content-box span[style*="color"] b {
  color: inherit;
}
.static-page-section .content-box em,
.static-page-section .content-box i,
.single-post-section .content-box em,
.single-post-section .content-box i,
.landing-metiers-section .content-box em,
.landing-metiers-section .content-box i,
.single-dispositif-section .content-box em,
.single-dispositif-section .content-box i {
  font-style: italic;
}
.static-page-section .content-box a,
.single-post-section .content-box a,
.landing-metiers-section .content-box a,
.single-dispositif-section .content-box a {
  color: #08509f;
  text-decoration: none;
}
.static-page-section .content-box a:hover,
.single-post-section .content-box a:hover,
.landing-metiers-section .content-box a:hover,
.single-dispositif-section .content-box a:hover {
  text-decoration: underline;
}
.static-page-section .content-box h1,
.static-page-section .content-box h2,
.static-page-section .content-box h3,
.static-page-section .content-box h4,
.static-page-section .content-box h5,
.static-page-section .content-box h6,
.single-post-section .content-box h1,
.single-post-section .content-box h2,
.single-post-section .content-box h3,
.single-post-section .content-box h4,
.single-post-section .content-box h5,
.single-post-section .content-box h6,
.landing-metiers-section .content-box h1,
.landing-metiers-section .content-box h2,
.landing-metiers-section .content-box h3,
.landing-metiers-section .content-box h4,
.landing-metiers-section .content-box h5,
.landing-metiers-section .content-box h6,
.single-dispositif-section .content-box h1,
.single-dispositif-section .content-box h2,
.single-dispositif-section .content-box h3,
.single-dispositif-section .content-box h4,
.single-dispositif-section .content-box h5,
.single-dispositif-section .content-box h6 {
  line-height: 1.3;
  margin-bottom: 0.4rem;
}
.static-page-section .content-header .content-type,
.single-post-section .content-header .content-type,
.landing-metiers-section .content-header .content-type,
.single-dispositif-section .content-header .content-type {
  display: flex;
  align-items: center;
  font-family: "Oxanium", sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  color: #666;
  margin-bottom: 0.5rem;
}
.static-page-section .content-header .content-type::before,
.single-post-section .content-header .content-type::before,
.landing-metiers-section .content-header .content-type::before,
.single-dispositif-section .content-header .content-type::before {
  content: "";
  display: inline-block;
  width: 6.8px;
  height: 18px;
  background-color: var(--type-color, #08509f);
  margin-right: 8px;
  flex-shrink: 0;
}
.static-page-section .content-header h1,
.single-post-section .content-header h1,
.landing-metiers-section .content-header h1,
.single-dispositif-section .content-header h1 {
  font-family: "Inter", sans-serif;
  font-size: clamp(22px, 3.5vw, 30px);
  line-height: 1.15;
  color: #000;
  margin-bottom: clamp(10px, 2vw, 16px);
}
.static-page-section .content-header .chapo,
.single-post-section .content-header .chapo,
.landing-metiers-section .content-header .chapo,
.single-dispositif-section .content-header .chapo {
  
  font-size: clamp(14px, 1.8vw, 17px);
  font-weight: 700;
  line-height: 24px;
  color: #333;
  margin-bottom: clamp(32px, 4vw, 40px);
  border-bottom: solid 1px #d4d4d4;
  padding-bottom: clamp(16px, 3vw, 24px);
}
.static-page-section .static_block,
.single-post-section .static_block,
.landing-metiers-section .static_block,
.single-dispositif-section .static_block {
  margin-bottom: clamp(20px, 7vw, 60px);
}
.static-page-section .static_block .static_block-title,
.single-post-section .static_block .static_block-title,
.landing-metiers-section .static_block .static_block-title,
.single-dispositif-section .static_block .static_block-title {
  font-family: "Oxanium", sans-serif;
  font-size: clamp(12px, 1.5vw, 14px);
  font-weight: bold;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 0.4rem;
}
.static-page-section .static_block,
.single-post-section .static_block,
.landing-metiers-section .static_block,
.single-dispositif-section .static_block {
  font-size: 16px;
  line-height: 24px;
  color: #333;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-word;
  white-space: normal;
}
@media (max-width: 767px) {
  .static-page-section .static_block,
  .single-post-section .static_block,
  .landing-metiers-section .static_block,
  .single-dispositif-section .static_block {
    font-size: 14px;
    line-height: 20px;
  }
}
.static-page-section .static_block p,
.single-post-section .static_block p,
.landing-metiers-section .static_block p,
.single-dispositif-section .static_block p {
  margin-bottom: 1rem;
}
.static-page-section .static_block p:has(> strong:only-child),
.single-post-section .static_block p:has(> strong:only-child),
.landing-metiers-section .static_block p:has(> strong:only-child),
.single-dispositif-section .static_block p:has(> strong:only-child) {
  margin-top: clamp(16px, 3vw, 24px);
  margin-bottom: 0.5rem;
}
.static-page-section .static_block p:has(> strong:only-child):first-child,
.single-post-section .static_block p:has(> strong:only-child):first-child,
.landing-metiers-section .static_block p:has(> strong:only-child):first-child,
.single-dispositif-section
  .static_block
  p:has(> strong:only-child):first-child {
  margin-top: 0;
}
.static-page-section .static_block p:has(> strong:only-child) strong,
.single-post-section .static_block p:has(> strong:only-child) strong,
.landing-metiers-section .static_block p:has(> strong:only-child) strong,
.single-dispositif-section .static_block p:has(> strong:only-child) strong {
  font-size: clamp(13px, 2vw, 16px);
  font-weight: bold;
  color: #333;
}
.static-page-section
  .static_block
  p:has(> strong:only-child)
  strong
  span[style*="color"],
.single-post-section
  .static_block
  p:has(> strong:only-child)
  strong
  span[style*="color"],
.landing-metiers-section
  .static_block
  p:has(> strong:only-child)
  strong
  span[style*="color"],
.single-dispositif-section
  .static_block
  p:has(> strong:only-child)
  strong
  span[style*="color"] {
  color: unset;
}
.static-page-section .static_block p:has(> strong:first-child + br),
.static-page-section .static_block p:has(> span:first-child + br),
.single-post-section .static_block p:has(> strong:first-child + br),
.single-post-section .static_block p:has(> span:first-child + br),
.landing-metiers-section .static_block p:has(> strong:first-child + br),
.landing-metiers-section .static_block p:has(> span:first-child + br),
.single-dispositif-section .static_block p:has(> strong:first-child + br),
.single-dispositif-section .static_block p:has(> span:first-child + br) {
  margin-top: clamp(16px, 3vw, 24px);
}
.static-page-section .static_block p:has(> strong:first-child + br):first-child,
.static-page-section .static_block p:has(> span:first-child + br):first-child,
.single-post-section .static_block p:has(> strong:first-child + br):first-child,
.single-post-section .static_block p:has(> span:first-child + br):first-child,
.landing-metiers-section
  .static_block
  p:has(> strong:first-child + br):first-child,
.landing-metiers-section
  .static_block
  p:has(> span:first-child + br):first-child,
.single-dispositif-section
  .static_block
  p:has(> strong:first-child + br):first-child,
.single-dispositif-section
  .static_block
  p:has(> span:first-child + br):first-child {
  margin-top: 0;
}
.static-page-section
  .static_block
  p:has(> strong:first-child + br)
  strong:first-child,
.static-page-section
  .static_block
  p:has(> strong:first-child + br)
  span:first-child
  strong,
.static-page-section
  .static_block
  p:has(> strong:first-child + br)
  span:first-child,
.static-page-section
  .static_block
  p:has(> span:first-child + br)
  strong:first-child,
.static-page-section
  .static_block
  p:has(> span:first-child + br)
  span:first-child
  strong,
.static-page-section
  .static_block
  p:has(> span:first-child + br)
  span:first-child,
.single-post-section
  .static_block
  p:has(> strong:first-child + br)
  strong:first-child,
.single-post-section
  .static_block
  p:has(> strong:first-child + br)
  span:first-child
  strong,
.single-post-section
  .static_block
  p:has(> strong:first-child + br)
  span:first-child,
.single-post-section
  .static_block
  p:has(> span:first-child + br)
  strong:first-child,
.single-post-section
  .static_block
  p:has(> span:first-child + br)
  span:first-child
  strong,
.single-post-section
  .static_block
  p:has(> span:first-child + br)
  span:first-child,
.landing-metiers-section
  .static_block
  p:has(> strong:first-child + br)
  strong:first-child,
.landing-metiers-section
  .static_block
  p:has(> strong:first-child + br)
  span:first-child
  strong,
.landing-metiers-section
  .static_block
  p:has(> strong:first-child + br)
  span:first-child,
.landing-metiers-section
  .static_block
  p:has(> span:first-child + br)
  strong:first-child,
.landing-metiers-section
  .static_block
  p:has(> span:first-child + br)
  span:first-child
  strong,
.landing-metiers-section
  .static_block
  p:has(> span:first-child + br)
  span:first-child,
.single-dispositif-section
  .static_block
  p:has(> strong:first-child + br)
  strong:first-child,
.single-dispositif-section
  .static_block
  p:has(> strong:first-child + br)
  span:first-child
  strong,
.single-dispositif-section
  .static_block
  p:has(> strong:first-child + br)
  span:first-child,
.single-dispositif-section
  .static_block
  p:has(> span:first-child + br)
  strong:first-child,
.single-dispositif-section
  .static_block
  p:has(> span:first-child + br)
  span:first-child
  strong,
.single-dispositif-section
  .static_block
  p:has(> span:first-child + br)
  span:first-child {
  display: block;
  font-family: "Oxanium", sans-serif;
  font-size: clamp(12px, 2vw, 14px);
  font-weight: bold;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 0.4rem;
}
.static-page-section
  .static_block
  p:has(> strong:first-child + br)
  strong:first-child[style*="color"],
.static-page-section
  .static_block
  p:has(> strong:first-child + br)
  span:first-child
  strong[style*="color"],
.static-page-section
  .static_block
  p:has(> strong:first-child + br)
  span:first-child[style*="color"],
.static-page-section
  .static_block
  p:has(> span:first-child + br)
  strong:first-child[style*="color"],
.static-page-section
  .static_block
  p:has(> span:first-child + br)
  span:first-child
  strong[style*="color"],
.static-page-section
  .static_block
  p:has(> span:first-child + br)
  span:first-child[style*="color"],
.single-post-section
  .static_block
  p:has(> strong:first-child + br)
  strong:first-child[style*="color"],
.single-post-section
  .static_block
  p:has(> strong:first-child + br)
  span:first-child
  strong[style*="color"],
.single-post-section
  .static_block
  p:has(> strong:first-child + br)
  span:first-child[style*="color"],
.single-post-section
  .static_block
  p:has(> span:first-child + br)
  strong:first-child[style*="color"],
.single-post-section
  .static_block
  p:has(> span:first-child + br)
  span:first-child
  strong[style*="color"],
.single-post-section
  .static_block
  p:has(> span:first-child + br)
  span:first-child[style*="color"],
.landing-metiers-section
  .static_block
  p:has(> strong:first-child + br)
  strong:first-child[style*="color"],
.landing-metiers-section
  .static_block
  p:has(> strong:first-child + br)
  span:first-child
  strong[style*="color"],
.landing-metiers-section
  .static_block
  p:has(> strong:first-child + br)
  span:first-child[style*="color"],
.landing-metiers-section
  .static_block
  p:has(> span:first-child + br)
  strong:first-child[style*="color"],
.landing-metiers-section
  .static_block
  p:has(> span:first-child + br)
  span:first-child
  strong[style*="color"],
.landing-metiers-section
  .static_block
  p:has(> span:first-child + br)
  span:first-child[style*="color"],
.single-dispositif-section
  .static_block
  p:has(> strong:first-child + br)
  strong:first-child[style*="color"],
.single-dispositif-section
  .static_block
  p:has(> strong:first-child + br)
  span:first-child
  strong[style*="color"],
.single-dispositif-section
  .static_block
  p:has(> strong:first-child + br)
  span:first-child[style*="color"],
.single-dispositif-section
  .static_block
  p:has(> span:first-child + br)
  strong:first-child[style*="color"],
.single-dispositif-section
  .static_block
  p:has(> span:first-child + br)
  span:first-child
  strong[style*="color"],
.single-dispositif-section
  .static_block
  p:has(> span:first-child + br)
  span:first-child[style*="color"] {
  color: unset;
}
.static-page-section
  .static_block
  p:has(> strong:first-child + br)
  strong:first-child[style*="color"]
  strong,
.static-page-section
  .static_block
  p:has(> strong:first-child + br)
  span:first-child
  strong[style*="color"]
  strong,
.static-page-section
  .static_block
  p:has(> strong:first-child + br)
  span:first-child[style*="color"]
  strong,
.static-page-section
  .static_block
  p:has(> span:first-child + br)
  strong:first-child[style*="color"]
  strong,
.static-page-section
  .static_block
  p:has(> span:first-child + br)
  span:first-child
  strong[style*="color"]
  strong,
.static-page-section
  .static_block
  p:has(> span:first-child + br)
  span:first-child[style*="color"]
  strong,
.single-post-section
  .static_block
  p:has(> strong:first-child + br)
  strong:first-child[style*="color"]
  strong,
.single-post-section
  .static_block
  p:has(> strong:first-child + br)
  span:first-child
  strong[style*="color"]
  strong,
.single-post-section
  .static_block
  p:has(> strong:first-child + br)
  span:first-child[style*="color"]
  strong,
.single-post-section
  .static_block
  p:has(> span:first-child + br)
  strong:first-child[style*="color"]
  strong,
.single-post-section
  .static_block
  p:has(> span:first-child + br)
  span:first-child
  strong[style*="color"]
  strong,
.single-post-section
  .static_block
  p:has(> span:first-child + br)
  span:first-child[style*="color"]
  strong,
.landing-metiers-section
  .static_block
  p:has(> strong:first-child + br)
  strong:first-child[style*="color"]
  strong,
.landing-metiers-section
  .static_block
  p:has(> strong:first-child + br)
  span:first-child
  strong[style*="color"]
  strong,
.landing-metiers-section
  .static_block
  p:has(> strong:first-child + br)
  span:first-child[style*="color"]
  strong,
.landing-metiers-section
  .static_block
  p:has(> span:first-child + br)
  strong:first-child[style*="color"]
  strong,
.landing-metiers-section
  .static_block
  p:has(> span:first-child + br)
  span:first-child
  strong[style*="color"]
  strong,
.landing-metiers-section
  .static_block
  p:has(> span:first-child + br)
  span:first-child[style*="color"]
  strong,
.single-dispositif-section
  .static_block
  p:has(> strong:first-child + br)
  strong:first-child[style*="color"]
  strong,
.single-dispositif-section
  .static_block
  p:has(> strong:first-child + br)
  span:first-child
  strong[style*="color"]
  strong,
.single-dispositif-section
  .static_block
  p:has(> strong:first-child + br)
  span:first-child[style*="color"]
  strong,
.single-dispositif-section
  .static_block
  p:has(> span:first-child + br)
  strong:first-child[style*="color"]
  strong,
.single-dispositif-section
  .static_block
  p:has(> span:first-child + br)
  span:first-child
  strong[style*="color"]
  strong,
.single-dispositif-section
  .static_block
  p:has(> span:first-child + br)
  span:first-child[style*="color"]
  strong {
  color: inherit;
}
.static-page-section
  .static_block
  p:has(> strong:first-child + br)
  strong:first-child
  span[style*="color"],
.static-page-section
  .static_block
  p:has(> strong:first-child + br)
  span:first-child
  strong
  span[style*="color"],
.static-page-section
  .static_block
  p:has(> strong:first-child + br)
  span:first-child
  span[style*="color"],
.static-page-section
  .static_block
  p:has(> span:first-child + br)
  strong:first-child
  span[style*="color"],
.static-page-section
  .static_block
  p:has(> span:first-child + br)
  span:first-child
  strong
  span[style*="color"],
.static-page-section
  .static_block
  p:has(> span:first-child + br)
  span:first-child
  span[style*="color"],
.single-post-section
  .static_block
  p:has(> strong:first-child + br)
  strong:first-child
  span[style*="color"],
.single-post-section
  .static_block
  p:has(> strong:first-child + br)
  span:first-child
  strong
  span[style*="color"],
.single-post-section
  .static_block
  p:has(> strong:first-child + br)
  span:first-child
  span[style*="color"],
.single-post-section
  .static_block
  p:has(> span:first-child + br)
  strong:first-child
  span[style*="color"],
.single-post-section
  .static_block
  p:has(> span:first-child + br)
  span:first-child
  strong
  span[style*="color"],
.single-post-section
  .static_block
  p:has(> span:first-child + br)
  span:first-child
  span[style*="color"],
.landing-metiers-section
  .static_block
  p:has(> strong:first-child + br)
  strong:first-child
  span[style*="color"],
.landing-metiers-section
  .static_block
  p:has(> strong:first-child + br)
  span:first-child
  strong
  span[style*="color"],
.landing-metiers-section
  .static_block
  p:has(> strong:first-child + br)
  span:first-child
  span[style*="color"],
.landing-metiers-section
  .static_block
  p:has(> span:first-child + br)
  strong:first-child
  span[style*="color"],
.landing-metiers-section
  .static_block
  p:has(> span:first-child + br)
  span:first-child
  strong
  span[style*="color"],
.landing-metiers-section
  .static_block
  p:has(> span:first-child + br)
  span:first-child
  span[style*="color"],
.single-dispositif-section
  .static_block
  p:has(> strong:first-child + br)
  strong:first-child
  span[style*="color"],
.single-dispositif-section
  .static_block
  p:has(> strong:first-child + br)
  span:first-child
  strong
  span[style*="color"],
.single-dispositif-section
  .static_block
  p:has(> strong:first-child + br)
  span:first-child
  span[style*="color"],
.single-dispositif-section
  .static_block
  p:has(> span:first-child + br)
  strong:first-child
  span[style*="color"],
.single-dispositif-section
  .static_block
  p:has(> span:first-child + br)
  span:first-child
  strong
  span[style*="color"],
.single-dispositif-section
  .static_block
  p:has(> span:first-child + br)
  span:first-child
  span[style*="color"] {
  color: unset;
}
.static-page-section .static_block p:has(> strong:only-child) + ul,
.static-page-section .static_block p:has(> strong:only-child) + ol,
.static-page-section .static_block p:has(> strong:first-child + br) + ul,
.static-page-section .static_block p:has(> strong:first-child + br) + ol,
.static-page-section .static_block p:has(> span:first-child + br) + ul,
.static-page-section .static_block p:has(> span:first-child + br) + ol,
.single-post-section .static_block p:has(> strong:only-child) + ul,
.single-post-section .static_block p:has(> strong:only-child) + ol,
.single-post-section .static_block p:has(> strong:first-child + br) + ul,
.single-post-section .static_block p:has(> strong:first-child + br) + ol,
.single-post-section .static_block p:has(> span:first-child + br) + ul,
.single-post-section .static_block p:has(> span:first-child + br) + ol,
.landing-metiers-section .static_block p:has(> strong:only-child) + ul,
.landing-metiers-section .static_block p:has(> strong:only-child) + ol,
.landing-metiers-section .static_block p:has(> strong:first-child + br) + ul,
.landing-metiers-section .static_block p:has(> strong:first-child + br) + ol,
.landing-metiers-section .static_block p:has(> span:first-child + br) + ul,
.landing-metiers-section .static_block p:has(> span:first-child + br) + ol,
.single-dispositif-section .static_block p:has(> strong:only-child) + ul,
.single-dispositif-section .static_block p:has(> strong:only-child) + ol,
.single-dispositif-section .static_block p:has(> strong:first-child + br) + ul,
.single-dispositif-section .static_block p:has(> strong:first-child + br) + ol,
.single-dispositif-section .static_block p:has(> span:first-child + br) + ul,
.single-dispositif-section .static_block p:has(> span:first-child + br) + ol {
  margin-top: 0;
}
.static-page-section .static_block ul,
.static-page-section .static_block ol,
.single-post-section .static_block ul,
.single-post-section .static_block ol,
.landing-metiers-section .static_block ul,
.landing-metiers-section .static_block ol,
.single-dispositif-section .static_block ul,
.single-dispositif-section .static_block ol {
  padding-left: 0;
  list-style: none;
  margin-bottom: 1rem;
}
.static-page-section .static_block ul:last-child,
.static-page-section .static_block ol:last-child,
.single-post-section .static_block ul:last-child,
.single-post-section .static_block ol:last-child,
.landing-metiers-section .static_block ul:last-child,
.landing-metiers-section .static_block ol:last-child,
.single-dispositif-section .static_block ul:last-child,
.single-dispositif-section .static_block ol:last-child {
  margin-bottom: clamp(20px, 2vw, 40px);
}
.static-page-section
  .static_block
  ul:not(.splide__pagination):not(.splide__list):not(.control-list):not(
    .info-list
  )
  li,
.static-page-section .static_block ol li,
.single-post-section
  .static_block
  ul:not(.splide__pagination):not(.splide__list):not(.control-list):not(
    .info-list
  )
  li,
.single-post-section .static_block ol li,
.landing-metiers-section
  .static_block
  ul:not(.splide__pagination):not(.splide__list):not(.control-list):not(
    .info-list
  )
  li,
.landing-metiers-section .static_block ol li,
.single-dispositif-section
  .static_block
  ul:not(.splide__pagination):not(.splide__list):not(.control-list):not(
    .info-list
  )
  li,
.single-dispositif-section .static_block ol li {
  position: relative;
  padding-left: 1.2em;
  margin-bottom: 0.4rem;
}
.static-page-section
  .static_block
  ul:not(.splide__pagination):not(.splide__list):not(.control-list):not(
    .info-list
  )
  li:last-child,
.static-page-section .static_block ol li:last-child,
.single-post-section
  .static_block
  ul:not(.splide__pagination):not(.splide__list):not(.control-list):not(
    .info-list
  )
  li:last-child,
.single-post-section .static_block ol li:last-child,
.landing-metiers-section
  .static_block
  ul:not(.splide__pagination):not(.splide__list):not(.control-list):not(
    .info-list
  )
  li:last-child,
.landing-metiers-section .static_block ol li:last-child,
.single-dispositif-section
  .static_block
  ul:not(.splide__pagination):not(.splide__list):not(.control-list):not(
    .info-list
  )
  li:last-child,
.single-dispositif-section .static_block ol li:last-child {
  margin-bottom: 0;
}
.static-page-section
  .static_block
  ul:not(.splide__pagination):not(.splide__list):not(.control-list):not(
    .info-list
  )
  li::before,
.single-post-section
  .static_block
  ul:not(.splide__pagination):not(.splide__list):not(.control-list):not(
    .info-list
  )
  li::before,
.landing-metiers-section
  .static_block
  ul:not(.splide__pagination):not(.splide__list):not(.control-list):not(
    .info-list
  )
  li::before,
.single-dispositif-section
  .static_block
  ul:not(.splide__pagination):not(.splide__list):not(.control-list):not(
    .info-list
  )
  li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #333;
}
.static-page-section .static_block ol,
.single-post-section .static_block ol,
.landing-metiers-section .static_block ol,
.single-dispositif-section .static_block ol {
  counter-reset: ol-counter;
}
.static-page-section .static_block ol li,
.single-post-section .static_block ol li,
.landing-metiers-section .static_block ol li,
.single-dispositif-section .static_block ol li {
  counter-increment: ol-counter;
}
.static-page-section .static_block ol li::before,
.single-post-section .static_block ol li::before,
.landing-metiers-section .static_block ol li::before,
.single-dispositif-section .static_block ol li::before {
  content: counter(ol-counter) ".";
  position: absolute;
  left: 0;
  font-weight: bold;
  color: #333;
}
.static-page-section .static_block strong,
.static-page-section .static_block b,
.single-post-section .static_block strong,
.single-post-section .static_block b,
.landing-metiers-section .static_block strong,
.landing-metiers-section .static_block b,
.single-dispositif-section .static_block strong,
.single-dispositif-section .static_block b {
  font-weight: bold;
  color: #000;
}
.static-page-section .static_block strong span[style*="color"],
.static-page-section .static_block b span[style*="color"],
.single-post-section .static_block strong span[style*="color"],
.single-post-section .static_block b span[style*="color"],
.landing-metiers-section .static_block strong span[style*="color"],
.landing-metiers-section .static_block b span[style*="color"],
.single-dispositif-section .static_block strong span[style*="color"],
.single-dispositif-section .static_block b span[style*="color"] {
  color: unset;
}
.static-page-section .static_block span[style*="color"],
.single-post-section .static_block span[style*="color"],
.landing-metiers-section .static_block span[style*="color"],
.single-dispositif-section .static_block span[style*="color"] {
  color: unset;
}
.static-page-section .static_block span[style*="color"] strong,
.static-page-section .static_block span[style*="color"] b,
.single-post-section .static_block span[style*="color"] strong,
.single-post-section .static_block span[style*="color"] b,
.landing-metiers-section .static_block span[style*="color"] strong,
.landing-metiers-section .static_block span[style*="color"] b,
.single-dispositif-section .static_block span[style*="color"] strong,
.single-dispositif-section .static_block span[style*="color"] b {
  color: inherit;
}
.static-page-section .static_block em,
.static-page-section .static_block i,
.single-post-section .static_block em,
.single-post-section .static_block i,
.landing-metiers-section .static_block em,
.landing-metiers-section .static_block i,
.single-dispositif-section .static_block em,
.single-dispositif-section .static_block i {
  font-style: italic;
}
.static-page-section .static_block a,
.single-post-section .static_block a,
.landing-metiers-section .static_block a,
.single-dispositif-section .static_block a {
  color: #08509f;
  text-decoration: none;
}
.static-page-section .static_block a:hover,
.single-post-section .static_block a:hover,
.landing-metiers-section .static_block a:hover,
.single-dispositif-section .static_block a:hover {
  text-decoration: underline;
}
.static-page-section .static_block h1,
.static-page-section .static_block h2,
.static-page-section .static_block h3,
.static-page-section .static_block h4,
.static-page-section .static_block h5,
.static-page-section .static_block h6,
.single-post-section .static_block h1,
.single-post-section .static_block h2,
.single-post-section .static_block h3,
.single-post-section .static_block h4,
.single-post-section .static_block h5,
.single-post-section .static_block h6,
.landing-metiers-section .static_block h1,
.landing-metiers-section .static_block h2,
.landing-metiers-section .static_block h3,
.landing-metiers-section .static_block h4,
.landing-metiers-section .static_block h5,
.landing-metiers-section .static_block h6,
.single-dispositif-section .static_block h1,
.single-dispositif-section .static_block h2,
.single-dispositif-section .static_block h3,
.single-dispositif-section .static_block h4,
.single-dispositif-section .static_block h5,
.single-dispositif-section .static_block h6 {
  line-height: 1.3;
  margin-bottom: 0.4rem;
}
.static-page-section .static_block .text_2_colonnes_container,
.single-post-section .static_block .text_2_colonnes_container,
.landing-metiers-section .static_block .text_2_colonnes_container,
.single-dispositif-section .static_block .text_2_colonnes_container {
  margin-left: calc(-1 * (100vw - 100%) / 1);
  margin-right: calc(-1 * (100vw - 100%) / 1);
  padding-left: calc((100vw - 100%) / 1);
  padding-right: calc((100vw - 100%) / 1);
  padding-top: clamp(30px, 5vw, 60px);
  padding-bottom: clamp(30px, 5vw, 60px);
}
.static-page-section .static_block .text_2_colonnes_container h1,
.single-post-section .static_block .text_2_colonnes_container h1,
.landing-metiers-section .static_block .text_2_colonnes_container h1,
.single-dispositif-section .static_block .text_2_colonnes_container h1 {
  font-family: "Inter", sans-serif;
  font-size: clamp(22px, 3.5vw, 37px);
  line-height: 1.15;
  color: #000;
  margin-bottom: clamp(10px, 2vw, 16px);
}
.static-page-section .static_block .text_2_colonnes_container.red,
.single-post-section .static_block .text_2_colonnes_container.red,
.landing-metiers-section .static_block .text_2_colonnes_container.red,
.single-dispositif-section .static_block .text_2_colonnes_container.red {
  background-color: rgba(144, 31, 82, 0.1019607843);
}
.static-page-section .static_block .text_2_colonnes_container.blue,
.single-post-section .static_block .text_2_colonnes_container.blue,
.landing-metiers-section .static_block .text_2_colonnes_container.blue,
.single-dispositif-section .static_block .text_2_colonnes_container.blue {
  background-color: rgba(8, 80, 159, 0.1019607843);
}
.static-page-section
  .static_block
  .text_2_colonnes_container
  .text_colonnes_container,
.single-post-section
  .static_block
  .text_2_colonnes_container
  .text_colonnes_container,
.landing-metiers-section
  .static_block
  .text_2_colonnes_container
  .text_colonnes_container,
.single-dispositif-section
  .static_block
  .text_2_colonnes_container
  .text_colonnes_container {
  display: flex;
  gap: clamp(5px, 2vw, 40px);
}
@media (max-width: 991px) {
  .static-page-section
    .static_block
    .text_2_colonnes_container
    .text_colonnes_container,
  .single-post-section
    .static_block
    .text_2_colonnes_container
    .text_colonnes_container,
  .landing-metiers-section
    .static_block
    .text_2_colonnes_container
    .text_colonnes_container,
  .single-dispositif-section
    .static_block
    .text_2_colonnes_container
    .text_colonnes_container {
    flex-direction: column;
  }
}
@media (max-width: 550px) {
  .static-page-section
    .static_block
    .text_2_colonnes_container
    .text_colonnes_container,
  .single-post-section
    .static_block
    .text_2_colonnes_container
    .text_colonnes_container,
  .landing-metiers-section
    .static_block
    .text_2_colonnes_container
    .text_colonnes_container,
  .single-dispositif-section
    .static_block
    .text_2_colonnes_container
    .text_colonnes_container {
    gap: 0;
  }
}
.static-page-section
  .static_block
  .text_2_colonnes_container
  .text_colonnes_container
  .texte_colonne_gauche
  h1,
.static-page-section
  .static_block
  .text_2_colonnes_container
  .text_colonnes_container
  .texte_colonne_droite
  h1,
.single-post-section
  .static_block
  .text_2_colonnes_container
  .text_colonnes_container
  .texte_colonne_gauche
  h1,
.single-post-section
  .static_block
  .text_2_colonnes_container
  .text_colonnes_container
  .texte_colonne_droite
  h1,
.landing-metiers-section
  .static_block
  .text_2_colonnes_container
  .text_colonnes_container
  .texte_colonne_gauche
  h1,
.landing-metiers-section
  .static_block
  .text_2_colonnes_container
  .text_colonnes_container
  .texte_colonne_droite
  h1,
.single-dispositif-section
  .static_block
  .text_2_colonnes_container
  .text_colonnes_container
  .texte_colonne_gauche
  h1,
.single-dispositif-section
  .static_block
  .text_2_colonnes_container
  .text_colonnes_container
  .texte_colonne_droite
  h1 {
  font-family: "Inter", sans-serif;
  font-size: clamp(22px, 3.5vw, 37px);
  line-height: 1.15;
  color: #000;
  margin-bottom: clamp(10px, 2vw, 16px);
  margin-top: 0;
}
.static-page-section
  .static_block
  .text_2_colonnes_container
  .text_colonnes_container
  .texte_colonne_gauche
  h2,
.static-page-section
  .static_block
  .text_2_colonnes_container
  .text_colonnes_container
  .texte_colonne_droite
  h2,
.single-post-section
  .static_block
  .text_2_colonnes_container
  .text_colonnes_container
  .texte_colonne_gauche
  h2,
.single-post-section
  .static_block
  .text_2_colonnes_container
  .text_colonnes_container
  .texte_colonne_droite
  h2,
.landing-metiers-section
  .static_block
  .text_2_colonnes_container
  .text_colonnes_container
  .texte_colonne_gauche
  h2,
.landing-metiers-section
  .static_block
  .text_2_colonnes_container
  .text_colonnes_container
  .texte_colonne_droite
  h2,
.single-dispositif-section
  .static_block
  .text_2_colonnes_container
  .text_colonnes_container
  .texte_colonne_gauche
  h2,
.single-dispositif-section
  .static_block
  .text_2_colonnes_container
  .text_colonnes_container
  .texte_colonne_droite
  h2 {
  font-family: "Inter", sans-serif;
  font-size: clamp(18px, 3vw, 30px);
  line-height: 1.15;
  color: #000;
  margin-top: 0;
  margin-bottom: 0.4rem;
  padding: 0;
}
.static-page-section
  .static_block
  .text_2_colonnes_container
  .text_colonnes_container
  .texte_colonne_gauche
  h3,
.static-page-section
  .static_block
  .text_2_colonnes_container
  .text_colonnes_container
  .texte_colonne_droite
  h3,
.single-post-section
  .static_block
  .text_2_colonnes_container
  .text_colonnes_container
  .texte_colonne_gauche
  h3,
.single-post-section
  .static_block
  .text_2_colonnes_container
  .text_colonnes_container
  .texte_colonne_droite
  h3,
.landing-metiers-section
  .static_block
  .text_2_colonnes_container
  .text_colonnes_container
  .texte_colonne_gauche
  h3,
.landing-metiers-section
  .static_block
  .text_2_colonnes_container
  .text_colonnes_container
  .texte_colonne_droite
  h3,
.single-dispositif-section
  .static_block
  .text_2_colonnes_container
  .text_colonnes_container
  .texte_colonne_gauche
  h3,
.single-dispositif-section
  .static_block
  .text_2_colonnes_container
  .text_colonnes_container
  .texte_colonne_droite
  h3 {
  font-family: "Oxanium", sans-serif;
  font-size: clamp(12px, 1.5vw, 14px);
  font-weight: bold;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 0.4rem;
  padding: 0;
}
.static-page-section .block-separator,
.single-post-section .block-separator,
.landing-metiers-section .block-separator,
.single-dispositif-section .block-separator {
  border: none;
  border-top: solid 1px #d4d4d4;
  margin: 0 0 clamp(20px, 4vw, 40px) 0;
}
.static-page-section h3:has(+ p + .block-mode-table),
.single-post-section h3:has(+ p + .block-mode-table),
.landing-metiers-section h3:has(+ p + .block-mode-table),
.single-dispositif-section h3:has(+ p + .block-mode-table) {
  font-family: "Oxanium", sans-serif;
  font-size: clamp(12px, 1.5vw, 15px);
  font-weight: 900;
  text-transform: uppercase;
  color: #000;
}
.static-page-section h3:has(+ p + .block-mode-table) + p,
.single-post-section h3:has(+ p + .block-mode-table) + p,
.landing-metiers-section h3:has(+ p + .block-mode-table) + p,
.single-dispositif-section h3:has(+ p + .block-mode-table) + p {
  font-family: "Oxanium", sans-serif;
  font-size: clamp(12px, 1.5vw, 15px);
  font-weight: 600;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 1rem;
}
.static-page-section .block-mode-table,
.single-post-section .block-mode-table,
.landing-metiers-section .block-mode-table,
.single-dispositif-section .block-mode-table {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [4];
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  margin-bottom: clamp(20px, 4vw, 40px);
}
@media (max-width: 991px) {
  .static-page-section .block-mode-table,
  .single-post-section .block-mode-table,
  .landing-metiers-section .block-mode-table,
  .single-dispositif-section .block-mode-table {
    -ms-grid-columns: (1fr) [3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 550px) {
  .static-page-section .block-mode-table,
  .single-post-section .block-mode-table,
  .landing-metiers-section .block-mode-table,
  .single-dispositif-section .block-mode-table {
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
  }
}
.static-page-section .mode-item,
.single-post-section .mode-item,
.landing-metiers-section .mode-item,
.single-dispositif-section .mode-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: clamp(12px, 2.5vw, 24px) clamp(10px, 1.5vw, 20px);
  border: solid 1px #98cde6;
  background-color: rgba(152, 205, 230, 0.1019607843);
  border-radius: 8px;
  aspect-ratio: 1/1;
}
.static-page-section .mode-item h4,
.single-post-section .mode-item h4,
.landing-metiers-section .mode-item h4,
.single-dispositif-section .mode-item h4 {
  
  font-size: clamp(11px, 1.2vw, 14px);
  font-weight: bold;
  color: #333;
  line-height: 1.3;
  margin: 0;
}
.static-page-section .mode-item p,
.single-post-section .mode-item p,
.landing-metiers-section .mode-item p,
.single-dispositif-section .mode-item p {
  font-size: clamp(11px, 1.2vw, 14px);
  color: #333;
  margin: 0;
}
.static-page-section .mode-item .dispo-count,
.single-post-section .mode-item .dispo-count,
.landing-metiers-section .mode-item .dispo-count,
.single-dispositif-section .mode-item .dispo-count {
  font-family: "Oxanium", sans-serif;
  font-size: clamp(22px, 4vw, 34px);
  font-weight: bold;
  color: #333;
  line-height: 1;
  margin-top: 6px;
}
.static-page-section .block-framed,
.single-post-section .block-framed,
.landing-metiers-section .block-framed,
.single-dispositif-section .block-framed {
  background: #ffe0ee;
  border: 1px solid #901f52;
  border-radius: 8px;
  box-shadow: -8px 8px 0 #901f52;
  margin: 24px 0 24px 7px;
  padding: 24px 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.static-page-section .block-framed .item-cta,
.single-post-section .block-framed .item-cta,
.landing-metiers-section .block-framed .item-cta,
.single-dispositif-section .block-framed .item-cta {
  background-color: #901f52;
  color: #fff !important;
  border-radius: 20px;
  padding: 10px 16px;
  text-decoration: none;
  display: inline-block;
  margin-top: 16px;
  font-size: clamp(10px, 2vw, 16px);
}
.static-page-section .block-framed .item-cta:hover,
.single-post-section .block-framed .item-cta:hover,
.landing-metiers-section .block-framed .item-cta:hover,
.single-dispositif-section .block-framed .item-cta:hover {
  text-decoration: none;
  background-color: #6a1437;
}
.static-page-section .block-framed a,
.single-post-section .block-framed a,
.landing-metiers-section .block-framed a,
.single-dispositif-section .block-framed a {
  color: #901f52 !important;
}
.static-page-section .block-framed h1,
.static-page-section .block-framed h2,
.static-page-section .block-framed h3,
.static-page-section .block-framed h4,
.static-page-section .block-framed h5,
.static-page-section .block-framed h6,
.single-post-section .block-framed h1,
.single-post-section .block-framed h2,
.single-post-section .block-framed h3,
.single-post-section .block-framed h4,
.single-post-section .block-framed h5,
.single-post-section .block-framed h6,
.landing-metiers-section .block-framed h1,
.landing-metiers-section .block-framed h2,
.landing-metiers-section .block-framed h3,
.landing-metiers-section .block-framed h4,
.landing-metiers-section .block-framed h5,
.landing-metiers-section .block-framed h6,
.single-dispositif-section .block-framed h1,
.single-dispositif-section .block-framed h2,
.single-dispositif-section .block-framed h3,
.single-dispositif-section .block-framed h4,
.single-dispositif-section .block-framed h5,
.single-dispositif-section .block-framed h6 {
  color: #901f52;
  padding: 0;
  margin-bottom: clamp(16px, 2vw, 32px) !important;
}
.static-page-section .block-framed h2,
.single-post-section .block-framed h2,
.landing-metiers-section .block-framed h2,
.single-dispositif-section .block-framed h2 {
  font-size: 24px;
}
.static-page-section .block-framed p + h2,
.single-post-section .block-framed p + h2,
.landing-metiers-section .block-framed p + h2,
.single-dispositif-section .block-framed p + h2 {
  margin-top: 28px;
}
.static-page-section .block-framed .splide,
.single-post-section .block-framed .splide,
.landing-metiers-section .block-framed .splide,
.single-dispositif-section .block-framed .splide {
  margin-bottom: 16px;
}
.static-page-section .block-framed .splide__arrow--prev,
.static-page-section .block-framed .splide__arrow--next,
.single-post-section .block-framed .splide__arrow--prev,
.single-post-section .block-framed .splide__arrow--next,
.landing-metiers-section .block-framed .splide__arrow--prev,
.landing-metiers-section .block-framed .splide__arrow--next,
.single-dispositif-section .block-framed .splide__arrow--prev,
.single-dispositif-section .block-framed .splide__arrow--next {
  transform: translateY(-80%);
}
.static-page-section .block-framed .splide img,
.static-page-section .block-framed .wp-caption img,
.single-post-section .block-framed .splide img,
.single-post-section .block-framed .wp-caption img,
.landing-metiers-section .block-framed .splide img,
.landing-metiers-section .block-framed .wp-caption img,
.single-dispositif-section .block-framed .splide img,
.single-dispositif-section .block-framed .wp-caption img {
  border-radius: 10px;
  margin: 14px 0;
}
.static-page-section .block-framed .splide li,
.single-post-section .block-framed .splide li,
.landing-metiers-section .block-framed .splide li,
.single-dispositif-section .block-framed .splide li {
  padding-top: 0;
}
.static-page-section .block-framed .wp-caption,
.single-post-section .block-framed .wp-caption,
.landing-metiers-section .block-framed .wp-caption,
.single-dispositif-section .block-framed .wp-caption {
  padding: 0;
  margin: 0 0 16px;
}
.static-page-section .block-framed .wp-caption p,
.single-post-section .block-framed .wp-caption p,
.landing-metiers-section .block-framed .wp-caption p,
.single-dispositif-section .block-framed .wp-caption p {
  margin-top: 0;
}
.static-page-section .block-framed .block-text ul,
.single-post-section .block-framed .block-text ul,
.landing-metiers-section .block-framed .block-text ul,
.single-dispositif-section .block-framed .block-text ul {
  padding: 0;
  list-style-type: none;
}
.static-page-section .block-framed .block-text ul li::before,
.single-post-section .block-framed .block-text ul li::before,
.landing-metiers-section .block-framed .block-text ul li::before,
.single-dispositif-section .block-framed .block-text ul li::before {
  color: #901f52;
  content: "➜";
  margin-right: 5px;
}
.static-page-section .block-framed.blue,
.single-post-section .block-framed.blue,
.landing-metiers-section .block-framed.blue,
.single-dispositif-section .block-framed.blue {
  background: #ddedff;
  border: 1px solid #08509f;
  box-shadow: -8px 8px 0 #08509f;
}
.static-page-section .block-framed.blue a,
.static-page-section .block-framed.blue h1,
.static-page-section .block-framed.blue h2,
.static-page-section .block-framed.blue h3,
.static-page-section .block-framed.blue h4,
.static-page-section .block-framed.blue h5,
.static-page-section .block-framed.blue h6,
.static-page-section .block-framed.blue .block-text ul li::before,
.single-post-section .block-framed.blue a,
.single-post-section .block-framed.blue h1,
.single-post-section .block-framed.blue h2,
.single-post-section .block-framed.blue h3,
.single-post-section .block-framed.blue h4,
.single-post-section .block-framed.blue h5,
.single-post-section .block-framed.blue h6,
.single-post-section .block-framed.blue .block-text ul li::before,
.landing-metiers-section .block-framed.blue a,
.landing-metiers-section .block-framed.blue h1,
.landing-metiers-section .block-framed.blue h2,
.landing-metiers-section .block-framed.blue h3,
.landing-metiers-section .block-framed.blue h4,
.landing-metiers-section .block-framed.blue h5,
.landing-metiers-section .block-framed.blue h6,
.landing-metiers-section .block-framed.blue .block-text ul li::before,
.single-dispositif-section .block-framed.blue a,
.single-dispositif-section .block-framed.blue h1,
.single-dispositif-section .block-framed.blue h2,
.single-dispositif-section .block-framed.blue h3,
.single-dispositif-section .block-framed.blue h4,
.single-dispositif-section .block-framed.blue h5,
.single-dispositif-section .block-framed.blue h6,
.single-dispositif-section .block-framed.blue .block-text ul li::before {
  color: #08509f !important;
}
.static-page-section .block-framed.blue .item-cta,
.single-post-section .block-framed.blue .item-cta,
.landing-metiers-section .block-framed.blue .item-cta,
.single-dispositif-section .block-framed.blue .item-cta {
  background-color: #08509f;
  color: #fff !important;
  border-radius: 20px;
  padding: 10px 16px;
  text-decoration: none;
}
.static-page-section .block-framed.blue .item-cta:hover,
.single-post-section .block-framed.blue .item-cta:hover,
.landing-metiers-section .block-framed.blue .item-cta:hover,
.single-dispositif-section .block-framed.blue .item-cta:hover {
  background-color: #064a73;
}
.single-post-section .content-box .info-list li::before,
.single-post-section .content-box .control-list li::before {
  content: "";
}
.single-post-section .author-single-info .info-list li::before,
.single-post-section .author-single-info .control-list li::before {
  content: "";
}
.landing-regions,
.landing-territoires {
  padding-bottom: clamp(40px, 5vw, 80px);
}
.landing-regions .landing_regions__header,
.landing-regions .landing_territoires__header,
.landing-territoires .landing_regions__header,
.landing-territoires .landing_territoires__header {
  margin-bottom: clamp(30px, 5vw, 60px);
}
.landing-regions .landing-regions__image,
.landing-regions .landing-territoires__image,
.landing-territoires .landing-regions__image,
.landing-territoires .landing-territoires__image {
  margin-bottom: clamp(21px, 3vw, 40px);
}
.landing-regions .landing-regions__image img,
.landing-regions .landing-territoires__image img,
.landing-territoires .landing-regions__image img,
.landing-territoires .landing-territoires__image img {
  width: 100%;
  font-family: "object-fit:cover";
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.landing-regions .landing_regions__texts,
.landing-regions .landing_territoires__texts,
.landing-territoires .landing_regions__texts,
.landing-territoires .landing_territoires__texts {
  margin-bottom: clamp(21px, 3vw, 40px);
  padding-top: clamp(30px, 5vw, 40px);
  background: #fff;
  margin-top: -120px;
  z-index: 2;
  position: relative;
  max-width: calc(100% - 80px);
  width: 100%;
  border-top-right-radius: 16px;
}
@media (max-width: 991px) {
  .landing-regions .landing_regions__texts,
  .landing-regions .landing_territoires__texts,
  .landing-territoires .landing_regions__texts,
  .landing-territoires .landing_territoires__texts {
    margin-top: -90px;
    width: calc(100% - 40px);
  }
}
@media (max-width: 767px) {
  .landing-regions .landing_regions__texts,
  .landing-regions .landing_territoires__texts,
  .landing-territoires .landing_regions__texts,
  .landing-territoires .landing_territoires__texts {
    margin-top: -60px;
    width: calc(100% - 20px);
  }
}
.landing-regions .landing_regions__texts .champ-activite,
.landing-regions .landing_territoires__texts .champ-activite,
.landing-territoires .landing_regions__texts .champ-activite,
.landing-territoires .landing_territoires__texts .champ-activite {
  display: flex;
  gap: 8px;
  margin-bottom: 0.75rem;
}
.landing-regions .landing_regions__texts .champ-activite .champ-activite-color,
.landing-regions
  .landing_territoires__texts
  .champ-activite
  .champ-activite-color,
.landing-territoires
  .landing_regions__texts
  .champ-activite
  .champ-activite-color,
.landing-territoires
  .landing_territoires__texts
  .champ-activite
  .champ-activite-color {
  width: 6.8px;
  height: 20px;
  flex-shrink: 0;
}
.landing-regions .landing_regions__texts .champ-activite h2,
.landing-regions .landing_territoires__texts .champ-activite h2,
.landing-territoires .landing_regions__texts .champ-activite h2,
.landing-territoires .landing_territoires__texts .champ-activite h2 {
  font-family: "Oxanium", sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #666;
  margin: 0;
}
.landing-regions .landing-regions__title,
.landing-regions .landing-territoires__title,
.landing-territoires .landing-regions__title,
.landing-territoires .landing-territoires__title {
  font-family: "Inter", sans-serif;
  font-size: clamp(25px, 4vw, 32px);
  line-height: 1.1;
  color: #000;
  margin-bottom: clamp(14px, 5vw, 40px);
  margin-top: 0;
}
.landing-regions .landing_regions__texts p,
.landing-regions .landing_territoires__texts p,
.landing-territoires .landing_regions__texts p,
.landing-territoires .landing_territoires__texts p {
  
  font-size: clamp(16px, 2vw, 18px);
  line-height: 26px;
  color: #333;
  margin: 0;
}
.landing-regions .region-numbers,
.landing-territoires .region-numbers {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [4];
  grid-template-columns: repeat(4, 1fr);
  overflow: hidden;
  margin-bottom: clamp(30px, 5vw, 60px);
  gap: 17px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
@media (max-width: 767px) {
  .landing-regions .region-numbers,
  .landing-territoires .region-numbers {
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 400px) {
  .landing-regions .region-numbers,
  .landing-territoires .region-numbers {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.landing-regions .region-number,
.landing-territoires .region-number {
  padding: 14px 29px;
  border: solid 1px #98cde6;
  border-radius: 8px;
  background-color: rgba(152, 205, 230, 0.1019607843);
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.landing-regions .region-number h3,
.landing-territoires .region-number h3 {
  
  font-size: clamp(11px, 1.2vw, 18px);
  font-weight: bold;
  color: #333;
  line-height: 1.3;
}
.landing-regions .region-number p,
.landing-territoires .region-number p {
  
  font-size: clamp(28px, 4vw, 36px);
  font-weight: bold;
  color: #333;
  margin: 0;
  line-height: 1;
}
.landing-regions .region-image,
.landing-territoires .region-image {
  display: flex;
  justify-content: center;
  margin-bottom: clamp(30px, 5vw, 60px);
}
.landing-regions .region-image img,
.landing-territoires .region-image img {
  max-width: 100%;
  height: auto;
  display: block;
}
.landing-regions .cta,
.landing-territoires .cta {
  display: flex;
  justify-content: center;
  margin-bottom: clamp(30px, 5vw, 60px);
}
.landing-regions .cta .btn,
.landing-territoires .cta .btn {
  border-radius: 30px;
}
.landing-regions .related-content__title,
.landing-territoires .related-content__title {
  font-family: "Oxanium", sans-serif;
  font-size: clamp(14px, 2vw, 18px);
  font-weight: bold;
  text-transform: uppercase;
  color: #000;
  margin-bottom: clamp(20px, 3vw, 30px);
}
.landing-regions .related-content .simple-post h3,
.landing-territoires .related-content .simple-post h3 {
  font-family: "Inter", sans-serif;
  font-size: clamp(14px, 2vw, 16px);
  font-weight: bold;
  color: #000;
  margin-bottom: clamp(20px, 3vw, 30px);
}
.landing-regions .actualites,
.landing-territoires .actualites {
  border-bottom: none;
}
.landing-regions .container > .cta,
.landing-regions .container > .rebound,
.landing-regions .container > .related-content {
  border-bottom: solid 1px #d4d4d4;
  padding-bottom: clamp(30px, 5vw, 60px);
  margin-bottom: clamp(30px, 5vw, 60px);
}
.landing-regions .container > .cta:last-child,
.landing-regions .container > .rebound:last-child,
.landing-regions .container > .related-content:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.landing-territoires .container > .landing_territoires__header,
.landing-territoires .container > .regions-blocks,
.landing-territoires .container > .related-content {
  margin-bottom: clamp(30px, 5vw, 60px);
}
.landing-territoires .container > .landing_territoires__header:last-child,
.landing-territoires .container > .regions-blocks:last-child,
.landing-territoires .container > .related-content:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.landing-territoires .region-numbers {
  -ms-grid-columns: (1fr) [2];
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 400px) {
  .landing-territoires .region-numbers {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.landing-territoires .regions-blocks h2 {
  font-family: "Inter", sans-serif;
  font-size: clamp(14px, 2vw, 37px);
  font-weight: bold;
  color: #000;
  margin-bottom: clamp(20px, 3vw, 30px);
}
.landing-territoires .regions-blocks__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [4];
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}
@media (max-width: 991px) {
  .landing-territoires .regions-blocks__grid {
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .landing-territoires .regions-blocks__grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.landing-territoires .regions-blocks .region-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  padding: clamp(20px, 3vw, 40px) clamp(16px, 2vw, 24px);
  border-radius: 8px;
  gap: 1rem;
}
@media (min-width: 768px) {
  .landing-territoires .regions-blocks .region-block {
    height: 250px;
    max-height: 100%;
  }
}
.landing-territoires .regions-blocks .region-block h3 {
  font-family: "Oxanium", sans-serif;
  font-size: clamp(14px, 2vw, 23px);
  font-weight: bold;
  color: #fff;
  margin: 0;
  line-height: 1.3;
}
.landing-territoires .regions-blocks .region-block a {
  display: inline-block;
  
  font-size: clamp(11px, 1.2vw, 16px);
  color: #000;
  background-color: #fff;
  text-decoration: none;
  border: solid 1.33px #d9d9d9;
  border-radius: 30px;
  padding: 8px 16px;
  transition: opacity 0.2s ease;
  white-space: nowrap;
}
.landing-territoires .regions-blocks .region-block a:hover {
  opacity: 0.8;
}
.page-404 {
  padding: clamp(40px, 6vw, 80px) 0;
}
.page-404 .page-404__code {
  font-family: "Oxanium", sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #333;
  margin-bottom: 0.25rem;
}
.page-404 .page-404__title {
  font-family: "Inter", sans-serif;
  font-size: clamp(20px, 3vw, 26px);
  font-weight: bold;
  color: #000;
  margin-bottom: clamp(30px, 5vw, 60px);
}
.page-404 .page-404__body {
  display: flex;
  gap: clamp(30px, 5vw, 80px);
}
@media (max-width: 767px) {
  .page-404 .page-404__body {
    flex-direction: column;
  }
}
.page-404 .page-404__image {
  flex-shrink: 0;
}
.page-404 .page-404__image img {
  width: clamp(200px, 30vw, 340px);
  height: auto;
  display: block;
}
.page-404 .page-404__links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: clamp(16px, 2.5vw, 28px);
}
.page-404 .page-404__links li .page-404__surtitle {
  display: block;
  font-family: "Oxanium", sans-serif;
  font-size: clamp(12px, 1.5vw, 14px);
  font-weight: bold;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 0.25rem;
}
.page-404 .page-404__links li .page-404__content {
  
  font-size: clamp(13px, 1.5vw, 15px);
  color: #333;
  margin: 0;
}
.page-404 .page-404__links li .page-404__content a {
  color: #333;
  font-weight: bold;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.page-404 .page-404__links li .page-404__content a:hover {
  opacity: 0.75;
}
.single-metier-section .info-block,
.landing-metiers-section .info-block {
  border-bottom: solid 1px #d4d4d4;
  margin-bottom: clamp(21px, 2vw, 60px);
}
.single-metier-section .info-block .content-heading,
.landing-metiers-section .info-block .content-heading {
  margin-bottom: clamp(19px, 2vw, 60px);
}
.single-metier-section .info-block .content-heading .content-type,
.landing-metiers-section .info-block .content-heading .content-type {
  font-family: "Oxanium", sans-serif;
  font-size: 16px;
  line-height: 20px;
  display: flex;
  align-items: center;
  color: #666;
  margin-bottom: clamp(14.5px, 2vw, 12px);
}
.single-metier-section .info-block .content-heading .content-type::before,
.landing-metiers-section .info-block .content-heading .content-type::before {
  content: "";
  display: inline-block;
  width: 6.8px;
  height: 20px;
  background-color: #08509f;
  margin-right: 8px;
  flex-shrink: 0;
}
.single-metier-section .info-block .content-heading .content-title,
.landing-metiers-section .info-block .content-heading .content-title {
  font-family: "Inter", sans-serif;
  font-size: 37px;
  line-height: 36px;
  color: #000;
  margin-bottom: clamp(9px, 2vw, 20px);
}
@media (max-width: 767px) {
  .single-metier-section .info-block .content-heading .content-title,
  .landing-metiers-section .info-block .content-heading .content-title {
    font-size: 25px;
    line-height: 30px;
  }
}
.single-metier-section .info-block .content-heading .content-tags,
.landing-metiers-section .info-block .content-heading .content-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
.single-metier-section .info-block .content-heading .content-tags span,
.landing-metiers-section .info-block .content-heading .content-tags span {
  padding: 5.5px 10px;
  border-radius: 30px;
  font-size: 12px;
}
@media (max-width: 767px) {
  .single-metier-section .info-block .content-heading .content-tags span,
  .landing-metiers-section .info-block .content-heading .content-tags span {
    font-size: 10px;
  }
}
.single-metier-section
  .info-block
  .content-heading
  .content-tags
  .activity-field,
.landing-metiers-section
  .info-block
  .content-heading
  .content-tags
  .activity-field {
  background-color: #f5fafc;
  border: solid 1px #98cde6;
  color: #333;
  font-weight: bold;
}
.single-metier-section
  .info-block
  .content-heading
  .content-tags
  .intervention-mode,
.landing-metiers-section
  .info-block
  .content-heading
  .content-tags
  .intervention-mode {
  background-color: #fafafa;
  border: solid 1px #d4d4d4;
  color: #333;
}
.single-metier-section .info-block .content-heading .content-tags .reference,
.landing-metiers-section .info-block .content-heading .content-tags .reference {
  background-color: #f5fafc;
  border: solid 1px #d4d4d4;
  color: #333;
}
.single-metier-section .info-block .content-heading .updated_at,
.landing-metiers-section .info-block .content-heading .updated_at {
  font-size: 12px;
  font-weight: bold;
  padding-top: 20px;
}
.single-metier-section .info-block_gallery,
.landing-metiers-section .info-block_gallery {
  margin-bottom: clamp(19px, 2vw, 60px);
  margin-left: calc(-1 * (100vw - 100%) / 2);
  margin-right: calc(-1 * (100vw - 100%) / 2);
  padding-left: calc((100vw - 100%) / 2);
}
.single-metier-section .info-block_gallery .content-gallery,
.landing-metiers-section .info-block_gallery .content-gallery {
  overflow: hidden;
  margin-right: 10px;
}
.single-metier-section .info-block_gallery .content-gallery .gallery-slider,
.landing-metiers-section .info-block_gallery .content-gallery .gallery-slider {
  display: flex;
  gap: 1.5rem;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  cursor: -webkit-grab;
  cursor: grab;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.single-metier-section
  .info-block_gallery
  .content-gallery
  .gallery-slider.is-dragging,
.landing-metiers-section
  .info-block_gallery
  .content-gallery
  .gallery-slider.is-dragging {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.single-metier-section
  .info-block_gallery
  .content-gallery
  .gallery-slider.is-dragging
  a,
.landing-metiers-section
  .info-block_gallery
  .content-gallery
  .gallery-slider.is-dragging
  a {
  pointer-events: none;
}
.single-metier-section
  .info-block_gallery
  .content-gallery
  .gallery-slider.is-dragging:active,
.landing-metiers-section
  .info-block_gallery
  .content-gallery
  .gallery-slider.is-dragging:active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.single-metier-section
  .info-block_gallery
  .content-gallery
  .gallery-slider.is-dragging::-webkit-scrollbar,
.landing-metiers-section
  .info-block_gallery
  .content-gallery
  .gallery-slider.is-dragging::-webkit-scrollbar {
  display: none;
}
.single-metier-section
  .info-block_gallery
  .content-gallery
  .gallery-slider.is-dragging
  img,
.landing-metiers-section
  .info-block_gallery
  .content-gallery
  .gallery-slider.is-dragging
  img {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.single-metier-section
  .info-block_gallery
  .content-gallery
  .gallery-slider
  .gallery-slide,
.landing-metiers-section
  .info-block_gallery
  .content-gallery
  .gallery-slider
  .gallery-slide {
  flex: 0 0 400px;
  scroll-snap-align: start;
}
.single-metier-section
  .info-block_gallery
  .content-gallery
  .gallery-slider
  .gallery-slide
  a,
.landing-metiers-section
  .info-block_gallery
  .content-gallery
  .gallery-slider
  .gallery-slide
  a {
  display: block;
}
.single-metier-section
  .info-block_gallery
  .content-gallery
  .gallery-slider
  .gallery-slide
  img,
.landing-metiers-section
  .info-block_gallery
  .content-gallery
  .gallery-slider
  .gallery-slide
  img {
  width: 100%;
  font-family: "object-fit:cover";
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
  display: block;
}
@media (max-width: 767px) {
  .single-metier-section
    .info-block_gallery
    .content-gallery
    .gallery-slider
    .gallery-slide,
  .landing-metiers-section
    .info-block_gallery
    .content-gallery
    .gallery-slider
    .gallery-slide {
    flex: 0 0 280px;
  }
}
@media (max-width: 480px) {
  .single-metier-section
    .info-block_gallery
    .content-gallery
    .gallery-slider
    .gallery-slide,
  .landing-metiers-section
    .info-block_gallery
    .content-gallery
    .gallery-slider
    .gallery-slide {
    flex: 0 0 240px;
  }
}
.single-metier-section .info-block .chapo-description .chapo-content,
.landing-metiers-section .info-block .chapo-description .chapo-content {
  
  font-size: clamp(16px, 2vw, 21px);
  line-height: 26px;
  color: #333;
  margin-bottom: clamp(14.5px, 2vw, 20px);
  text-transform: none;
}
.single-metier-section .info-block .dispositif-count,
.landing-metiers-section .info-block .dispositif-count {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  max-width: 100%;
  width: 336px;
  max-height: 100%;
  height: 90px;
  border-radius: 8px;
  background-color: rgba(152, 205, 230, 0.1019607843);
  border: 1px solid #98cde6;
  margin-bottom: clamp(21px, 5vw, 60px);
  font-weight: bold;
  line-height: 0.85;
}
.single-metier-section .info-block .dispositif-count p,
.landing-metiers-section .info-block .dispositif-count p {
  font-size: clamp(16px, 2vw, 18px);
}
.single-metier-section .info-block .dispositif-count .number,
.landing-metiers-section .info-block .dispositif-count .number {
  font-size: 16px;
  font-size: clamp(24px, 5vw, 36px);
  color: #333;
}
.single-metier-section .informations-pratiques,
.landing-metiers-section .informations-pratiques {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  padding: clamp(20px, 3vw, 40px) 0;
  border-bottom: solid 2px #333;
  margin-bottom: clamp(21px, 5vw, 60px);
}
@media (max-width: 767px) {
  .single-metier-section .informations-pratiques,
  .landing-metiers-section .informations-pratiques {
    flex-direction: column;
    gap: 1.5rem;
  }
}
@media (max-width: 767px) {
  .single-metier-section .informations-pratiques .coordonnees h3,
  .landing-metiers-section .informations-pratiques .coordonnees h3 {
    width: 100%;
  }
  .single-metier-section .informations-pratiques .coordonnees,
  .landing-metiers-section .informations-pratiques .coordonnees {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 0 10px;
  }
}
.single-metier-section .informations-pratiques .coordonnees,
.single-metier-section .informations-pratiques .contact,
.landing-metiers-section .informations-pratiques .coordonnees,
.landing-metiers-section .informations-pratiques .contact {
  flex: 1;
}
.single-metier-section .informations-pratiques .coordonnees h3,
.single-metier-section .informations-pratiques .contact h3,
.landing-metiers-section .informations-pratiques .coordonnees h3,
.landing-metiers-section .informations-pratiques .contact h3 {
  font-family: "Oxanium", sans-serif;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 0.5rem;
}
.single-metier-section .informations-pratiques .coordonnees p,
.single-metier-section .informations-pratiques .contact p,
.landing-metiers-section .informations-pratiques .coordonnees p,
.landing-metiers-section .informations-pratiques .contact p {
  font-size: 21px;
  font-weight: bold;
  color: #333;
  margin-bottom: 0.25rem;
}
@media (max-width: 480px) {
  .single-metier-section .informations-pratiques .coordonnees-address,
  .landing-metiers-section .informations-pratiques .coordonnees-address {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    width: 100%;
  }
}
.single-metier-section .informations-pratiques .coordonnees-map,
.landing-metiers-section .informations-pratiques .coordonnees-map {
  margin-top: 0.75rem;
}
.single-metier-section .informations-pratiques .coordonnees-map a,
.landing-metiers-section .informations-pratiques .coordonnees-map a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #08509f;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
.single-metier-section .informations-pratiques .coordonnees-map a:hover,
.landing-metiers-section .informations-pratiques .coordonnees-map a:hover {
  opacity: 0.75;
}
.single-metier-section .informations-pratiques .coordonnees-map a svg,
.landing-metiers-section .informations-pratiques .coordonnees-map a svg {
  flex-shrink: 0;
}
.single-metier-section .informations-pratiques .contact p a,
.landing-metiers-section .informations-pratiques .contact p a {
  color: #08509f;
  text-decoration: none;
}
.single-metier-section .informations-pratiques .contact p a:hover,
.landing-metiers-section .informations-pratiques .contact p a:hover {
  text-decoration: underline;
}
.single-metier-section .informations-pratiques .content-tags,
.landing-metiers-section .informations-pratiques .content-tags {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding-top: clamp(16px, 2vw, 24px);
  margin-bottom: clamp(16px, 5vw, 40px);
}
.single-metier-section .informations-pratiques .content-tags span,
.landing-metiers-section .informations-pratiques .content-tags span {
  display: inline-block;
  padding: 8px 10px;
  border: solid 1px #d4d4d4;
  border-radius: 30px;
  
  font-size: 12px;
  color: #333;
  background-color: #fafafa;
}
.single-metier-section .description,
.single-metier-section .chapo-description,
.landing-metiers-section .description,
.landing-metiers-section .chapo-description {
  margin-bottom: clamp(21px, 5vw, 60px);
}
.single-metier-section .description h2,
.single-metier-section .chapo-description h2,
.landing-metiers-section .description h2,
.landing-metiers-section .chapo-description h2 {
  font-family: "Oxanium", sans-serif;
  font-size: clamp(14px, 2vw, 16px);
  font-weight: bold;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 0.5rem;
}
.single-metier-section .description h3,
.single-metier-section .chapo-description h3,
.landing-metiers-section .description h3,
.landing-metiers-section .chapo-description h3 {
  
  font-weight: bold;
  font-size: clamp(16px, 2vw, 21px);
  line-height: 26px;
  color: #333;
  margin-bottom: clamp(14.5px, 2vw, 20px);
}
.single-metier-section .description .content,
.single-metier-section .chapo-description .content,
.landing-metiers-section .description .content,
.landing-metiers-section .chapo-description .content {
  font-size: 21px;
  line-height: 26px;
  color: #333;
  margin-bottom: clamp(30px, 2vw, 60px);
  font-size: 21px;
  line-height: 26px;
  color: #333;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-word;
  white-space: normal;
}
@media (max-width: 767px) {
  .single-metier-section .description .content,
  .single-metier-section .chapo-description .content,
  .landing-metiers-section .description .content,
  .landing-metiers-section .chapo-description .content {
    font-size: 16px;
    line-height: 22px;
  }
}
.single-metier-section .description .content p,
.single-metier-section .chapo-description .content p,
.landing-metiers-section .description .content p,
.landing-metiers-section .chapo-description .content p {
  margin-bottom: 1rem;
}
.single-metier-section .description .content p:has(> strong:only-child),
.single-metier-section .chapo-description .content p:has(> strong:only-child),
.landing-metiers-section .description .content p:has(> strong:only-child),
.landing-metiers-section
  .chapo-description
  .content
  p:has(> strong:only-child) {
  margin-top: clamp(20px, 3vw, 30px);
  margin-bottom: 0.5rem;
}
.single-metier-section
  .description
  .content
  p:has(> strong:only-child):first-child,
.single-metier-section
  .chapo-description
  .content
  p:has(> strong:only-child):first-child,
.landing-metiers-section
  .description
  .content
  p:has(> strong:only-child):first-child,
.landing-metiers-section
  .chapo-description
  .content
  p:has(> strong:only-child):first-child {
  margin-top: 0;
}
.single-metier-section .description .content p:has(> strong:only-child) strong,
.single-metier-section
  .chapo-description
  .content
  p:has(> strong:only-child)
  strong,
.landing-metiers-section
  .description
  .content
  p:has(> strong:only-child)
  strong,
.landing-metiers-section
  .chapo-description
  .content
  p:has(> strong:only-child)
  strong {
  font-size: clamp(14px, 2vw, 21px);
  font-weight: bold;
  color: #333;
}
.single-metier-section .description .content p:has(> strong:first-child + br),
.single-metier-section
  .chapo-description
  .content
  p:has(> strong:first-child + br),
.landing-metiers-section .description .content p:has(> strong:first-child + br),
.landing-metiers-section
  .chapo-description
  .content
  p:has(> strong:first-child + br) {
  margin-top: clamp(20px, 3vw, 30px);
}
.single-metier-section
  .description
  .content
  p:has(> strong:first-child + br):first-child,
.single-metier-section
  .chapo-description
  .content
  p:has(> strong:first-child + br):first-child,
.landing-metiers-section
  .description
  .content
  p:has(> strong:first-child + br):first-child,
.landing-metiers-section
  .chapo-description
  .content
  p:has(> strong:first-child + br):first-child {
  margin-top: 0;
}
.single-metier-section
  .description
  .content
  p:has(> strong:first-child + br)
  strong:first-child,
.single-metier-section
  .chapo-description
  .content
  p:has(> strong:first-child + br)
  strong:first-child,
.landing-metiers-section
  .description
  .content
  p:has(> strong:first-child + br)
  strong:first-child,
.landing-metiers-section
  .chapo-description
  .content
  p:has(> strong:first-child + br)
  strong:first-child {
  display: block;
  font-family: "Oxanium", sans-serif;
  font-size: clamp(14px, 2vw, 16px);
  font-weight: bold;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 0.5rem;
}
.single-metier-section .description .content p:has(> strong:only-child) + ul,
.single-metier-section .description .content p:has(> strong:only-child) + ol,
.single-metier-section
  .description
  .content
  p:has(> strong:first-child + br)
  + ul,
.single-metier-section
  .description
  .content
  p:has(> strong:first-child + br)
  + ol,
.single-metier-section
  .chapo-description
  .content
  p:has(> strong:only-child)
  + ul,
.single-metier-section
  .chapo-description
  .content
  p:has(> strong:only-child)
  + ol,
.single-metier-section
  .chapo-description
  .content
  p:has(> strong:first-child + br)
  + ul,
.single-metier-section
  .chapo-description
  .content
  p:has(> strong:first-child + br)
  + ol,
.landing-metiers-section .description .content p:has(> strong:only-child) + ul,
.landing-metiers-section .description .content p:has(> strong:only-child) + ol,
.landing-metiers-section
  .description
  .content
  p:has(> strong:first-child + br)
  + ul,
.landing-metiers-section
  .description
  .content
  p:has(> strong:first-child + br)
  + ol,
.landing-metiers-section
  .chapo-description
  .content
  p:has(> strong:only-child)
  + ul,
.landing-metiers-section
  .chapo-description
  .content
  p:has(> strong:only-child)
  + ol,
.landing-metiers-section
  .chapo-description
  .content
  p:has(> strong:first-child + br)
  + ul,
.landing-metiers-section
  .chapo-description
  .content
  p:has(> strong:first-child + br)
  + ol {
  margin-top: 0;
}
.single-metier-section .description .content ul,
.single-metier-section .description .content ol,
.single-metier-section .chapo-description .content ul,
.single-metier-section .chapo-description .content ol,
.landing-metiers-section .description .content ul,
.landing-metiers-section .description .content ol,
.landing-metiers-section .chapo-description .content ul,
.landing-metiers-section .chapo-description .content ol {
  padding-left: 0;
  list-style: none;
  margin-bottom: 1rem;
}
.single-metier-section .description .content ul:last-child,
.single-metier-section .description .content ol:last-child,
.single-metier-section .chapo-description .content ul:last-child,
.single-metier-section .chapo-description .content ol:last-child,
.landing-metiers-section .description .content ul:last-child,
.landing-metiers-section .description .content ol:last-child,
.landing-metiers-section .chapo-description .content ul:last-child,
.landing-metiers-section .chapo-description .content ol:last-child {
  margin-bottom: clamp(30px, 2vw, 60px);
}
.single-metier-section .description .content ul li,
.single-metier-section .description .content ol li,
.single-metier-section .chapo-description .content ul li,
.single-metier-section .chapo-description .content ol li,
.landing-metiers-section .description .content ul li,
.landing-metiers-section .description .content ol li,
.landing-metiers-section .chapo-description .content ul li,
.landing-metiers-section .chapo-description .content ol li {
  position: relative;
  padding-left: 1.2em;
  margin-bottom: 0.5rem;
}
.single-metier-section .description .content ul li:last-child,
.single-metier-section .description .content ol li:last-child,
.single-metier-section .chapo-description .content ul li:last-child,
.single-metier-section .chapo-description .content ol li:last-child,
.landing-metiers-section .description .content ul li:last-child,
.landing-metiers-section .description .content ol li:last-child,
.landing-metiers-section .chapo-description .content ul li:last-child,
.landing-metiers-section .chapo-description .content ol li:last-child {
  margin-bottom: 0;
}
.single-metier-section .description .content ul li::before,
.single-metier-section .chapo-description .content ul li::before,
.landing-metiers-section .description .content ul li::before,
.landing-metiers-section .chapo-description .content ul li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #333;
}
.single-metier-section .description .content ol,
.single-metier-section .chapo-description .content ol,
.landing-metiers-section .description .content ol,
.landing-metiers-section .chapo-description .content ol {
  counter-reset: ol-counter;
}
.single-metier-section .description .content ol li,
.single-metier-section .chapo-description .content ol li,
.landing-metiers-section .description .content ol li,
.landing-metiers-section .chapo-description .content ol li {
  counter-increment: ol-counter;
}
.single-metier-section .description .content ol li::before,
.single-metier-section .chapo-description .content ol li::before,
.landing-metiers-section .description .content ol li::before,
.landing-metiers-section .chapo-description .content ol li::before {
  content: counter(ol-counter) ".";
  position: absolute;
  left: 0;
  font-weight: bold;
  color: #333;
}
.single-metier-section .description .content strong,
.single-metier-section .description .content b,
.single-metier-section .chapo-description .content strong,
.single-metier-section .chapo-description .content b,
.landing-metiers-section .description .content strong,
.landing-metiers-section .description .content b,
.landing-metiers-section .chapo-description .content strong,
.landing-metiers-section .chapo-description .content b {
  font-weight: bold;
  color: #000;
}
.single-metier-section .description .content em,
.single-metier-section .description .content i,
.single-metier-section .chapo-description .content em,
.single-metier-section .chapo-description .content i,
.landing-metiers-section .description .content em,
.landing-metiers-section .description .content i,
.landing-metiers-section .chapo-description .content em,
.landing-metiers-section .chapo-description .content i {
  font-style: italic;
}
.single-metier-section .description .content a,
.single-metier-section .chapo-description .content a,
.landing-metiers-section .description .content a,
.landing-metiers-section .chapo-description .content a {
  color: #08509f;
  text-decoration: none;
}
.single-metier-section .description .content a:hover,
.single-metier-section .chapo-description .content a:hover,
.landing-metiers-section .description .content a:hover,
.landing-metiers-section .chapo-description .content a:hover {
  text-decoration: underline;
}
.single-metier-section .description .content h1,
.single-metier-section .description .content h2,
.single-metier-section .description .content h3,
.single-metier-section .description .content h4,
.single-metier-section .description .content h5,
.single-metier-section .description .content h6,
.single-metier-section .chapo-description .content h1,
.single-metier-section .chapo-description .content h2,
.single-metier-section .chapo-description .content h3,
.single-metier-section .chapo-description .content h4,
.single-metier-section .chapo-description .content h5,
.single-metier-section .chapo-description .content h6,
.landing-metiers-section .description .content h1,
.landing-metiers-section .description .content h2,
.landing-metiers-section .description .content h3,
.landing-metiers-section .description .content h4,
.landing-metiers-section .description .content h5,
.landing-metiers-section .description .content h6,
.landing-metiers-section .chapo-description .content h1,
.landing-metiers-section .chapo-description .content h2,
.landing-metiers-section .chapo-description .content h3,
.landing-metiers-section .chapo-description .content h4,
.landing-metiers-section .chapo-description .content h5,
.landing-metiers-section .chapo-description .content h6 {
  line-height: 1.3;
  margin-bottom: 0.4rem;
}
@media (max-width: 767px) {
  .single-metier-section .description .content,
  .single-metier-section .chapo-description .content,
  .landing-metiers-section .description .content,
  .landing-metiers-section .chapo-description .content {
    font-size: 16px;
    line-height: 22px;
  }
}
.single-metier-section .description .content p,
.single-metier-section .chapo-description .content p,
.landing-metiers-section .description .content p,
.landing-metiers-section .chapo-description .content p {
  margin-bottom: 1rem;
}
.single-metier-section .description .single-dispositif-section__related-content,
.single-metier-section
  .chapo-description
  .single-dispositif-section__related-content,
.landing-metiers-section
  .description
  .single-dispositif-section__related-content,
.landing-metiers-section
  .chapo-description
  .single-dispositif-section__related-content {
  align-items: flex-start;
}
.single-metier-section
  .description
  .single-dispositif-section__related-content
  .related-content,
.single-metier-section
  .chapo-description
  .single-dispositif-section__related-content
  .related-content,
.landing-metiers-section
  .description
  .single-dispositif-section__related-content
  .related-content,
.landing-metiers-section
  .chapo-description
  .single-dispositif-section__related-content
  .related-content {
  border-bottom: solid 1px #d4d4d4;
  margin-bottom: clamp(30px, 3vw, 60px);
}
.single-metier-section
  .description
  .single-dispositif-section__related-content
  .related-content
  .badge-link,
.single-metier-section
  .chapo-description
  .single-dispositif-section__related-content
  .related-content
  .badge-link,
.landing-metiers-section
  .description
  .single-dispositif-section__related-content
  .related-content
  .badge-link,
.landing-metiers-section
  .chapo-description
  .single-dispositif-section__related-content
  .related-content
  .badge-link {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 16px;
  padding: 16px 20px;
  border: 2px solid #08509f;
  border-radius: 8px;
  font-family: "Oxanium", sans-serif;
  font-weight: bold;
  max-width: 690px;
}
@media (max-width: 767px) {
  .single-metier-section
    .description
    .single-dispositif-section__related-content
    .related-content
    .badge-link,
  .single-metier-section
    .chapo-description
    .single-dispositif-section__related-content
    .related-content
    .badge-link,
  .landing-metiers-section
    .description
    .single-dispositif-section__related-content
    .related-content
    .badge-link,
  .landing-metiers-section
    .chapo-description
    .single-dispositif-section__related-content
    .related-content
    .badge-link {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
}
.single-metier-section
  .description
  .single-dispositif-section__related-content
  .related-content
  .badge-link:last-child,
.single-metier-section
  .chapo-description
  .single-dispositif-section__related-content
  .related-content
  .badge-link:last-child,
.landing-metiers-section
  .description
  .single-dispositif-section__related-content
  .related-content
  .badge-link:last-child,
.landing-metiers-section
  .chapo-description
  .single-dispositif-section__related-content
  .related-content
  .badge-link:last-child {
  margin-bottom: clamp(30px, 3vw, 60px);
}
.single-metier-section
  .description
  .single-dispositif-section__related-content
  .related-content
  .badge-link
  span,
.single-metier-section
  .chapo-description
  .single-dispositif-section__related-content
  .related-content
  .badge-link
  span,
.landing-metiers-section
  .description
  .single-dispositif-section__related-content
  .related-content
  .badge-link
  span,
.landing-metiers-section
  .chapo-description
  .single-dispositif-section__related-content
  .related-content
  .badge-link
  span {
  font-size: 16px;
  color: #666;
}
.single-metier-section
  .description
  .single-dispositif-section__related-content
  .related-content
  .badge-link
  a,
.single-metier-section
  .chapo-description
  .single-dispositif-section__related-content
  .related-content
  .badge-link
  a,
.landing-metiers-section
  .description
  .single-dispositif-section__related-content
  .related-content
  .badge-link
  a,
.landing-metiers-section
  .chapo-description
  .single-dispositif-section__related-content
  .related-content
  .badge-link
  a {
  font-size: 18px;
  color: #08509f;
  text-decoration: none;
  text-transform: uppercase;
  transition: opacity 0.2s ease;
}
.single-metier-section
  .description
  .single-dispositif-section__related-content
  .related-content
  .badge-link
  a:hover,
.single-metier-section
  .chapo-description
  .single-dispositif-section__related-content
  .related-content
  .badge-link
  a:hover,
.landing-metiers-section
  .description
  .single-dispositif-section__related-content
  .related-content
  .badge-link
  a:hover,
.landing-metiers-section
  .chapo-description
  .single-dispositif-section__related-content
  .related-content
  .badge-link
  a:hover {
  opacity: 0.75;
}
.single-metier-section .actualites,
.landing-metiers-section .actualites {
  margin-bottom: clamp(30px, 5vw, 60px);
  border-bottom: solid 1px #d4d4d4;
  display: flex;
  flex-direction: column;
  gap: clamp(15px, 5vw, 20px);
}
.single-metier-section .actualites h2,
.landing-metiers-section .actualites h2 {
  font-family: "Oxanium", sans-serif;
  font-size: clamp(14px, 2vw, 16px);
  font-weight: bold;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 0.5rem;
}
.single-metier-section .actualites .post-slider,
.landing-metiers-section .actualites .post-slider {
  padding-bottom: clamp(45px, 5vw, 60px);
}
.single-metier-section .actualites .post-slider .slick-arrow,
.landing-metiers-section .actualites .post-slider .slick-arrow {
  position: absolute;
  top: 87%;
}
.single-metier-section .actualites .actualites-slide,
.landing-metiers-section .actualites .actualites-slide {
  display: flex;
  flex-direction: column;
  width: 280px;
}
.single-metier-section .actualites .actualites-slide [class*="col-"],
.landing-metiers-section .actualites .actualites-slide [class*="col-"] {
  width: 100%;
  max-width: 100%;
  flex: none;
  padding: 0;
}
.single-metier-section .actualites .badge,
.landing-metiers-section .actualites .badge {
  margin-bottom: 8px;
}
.single-metier-section .actualites .badge span,
.landing-metiers-section .actualites .badge span {
  display: flex;
  align-items: center;
  font-family: "Oxanium", sans-serif;
  font-size: clamp(14px, 2vw, 16px);
  font-weight: bold;
  text-transform: uppercase;
  color: #000;
}
.single-metier-section .actualites .badge span::before,
.landing-metiers-section .actualites .badge span::before {
  content: "";
  display: inline-block;
  width: 6.8px;
  height: 20px;
  background-color: var(--badge-color);
  margin-right: 8px;
  flex-shrink: 0;
}
.single-metier-section .actualites .slick-track,
.landing-metiers-section .actualites .slick-track {
  display: flex;
  gap: 0 3rem;
}
.single-metier-section .additional-content,
.landing-metiers-section .additional-content {
  border-bottom: none;
}
.single-metier-section .additional-content.has-content-after,
.landing-metiers-section .additional-content.has-content-after {
  border-bottom: solid 1px #d4d4d4;
  margin-bottom: clamp(30px, 5vw, 60px);
}
.single-metier-section .paragraphe,
.landing-metiers-section .paragraphe {
  margin-bottom: clamp(30px, 5vw, 60px);
  border-bottom: none;
}
.single-metier-section .paragraphe h2,
.landing-metiers-section .paragraphe h2 {
  font-family: "Oxanium", sans-serif;
  font-size: clamp(14px, 2vw, 16px);
  font-weight: bold;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 0.5rem;
}
.single-metier-section .paragraphe p,
.landing-metiers-section .paragraphe p {
  font-size: 21px;
  line-height: 26px;
  color: #333;
  margin-bottom: clamp(30px, 5vw, 60px);
}
@media (max-width: 767px) {
  .single-metier-section .paragraphe p,
  .landing-metiers-section .paragraphe p {
    font-size: 16px;
    line-height: 22px;
  }
}
.single-metier-section .paragraphe .content,
.landing-metiers-section .paragraphe .content {
  font-size: 21px;
  line-height: 26px;
  color: #333;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-word;
  white-space: normal;
}
@media (max-width: 767px) {
  .single-metier-section .paragraphe .content,
  .landing-metiers-section .paragraphe .content {
    font-size: 16px;
    line-height: 22px;
  }
}
.single-metier-section .paragraphe .content p,
.landing-metiers-section .paragraphe .content p {
  margin-bottom: 1rem;
}
.single-metier-section .paragraphe .content p:has(> strong:only-child),
.landing-metiers-section .paragraphe .content p:has(> strong:only-child) {
  margin-top: clamp(20px, 3vw, 30px);
  margin-bottom: 0.5rem;
}
.single-metier-section
  .paragraphe
  .content
  p:has(> strong:only-child):first-child,
.landing-metiers-section
  .paragraphe
  .content
  p:has(> strong:only-child):first-child {
  margin-top: 0;
}
.single-metier-section .paragraphe .content p:has(> strong:only-child) strong,
.landing-metiers-section
  .paragraphe
  .content
  p:has(> strong:only-child)
  strong {
  font-size: clamp(14px, 2vw, 21px);
  font-weight: bold;
  color: #333;
}
.single-metier-section .paragraphe .content p:has(> strong:first-child + br),
.landing-metiers-section .paragraphe .content p:has(> strong:first-child + br) {
  margin-top: clamp(20px, 3vw, 30px);
}
.single-metier-section
  .paragraphe
  .content
  p:has(> strong:first-child + br):first-child,
.landing-metiers-section
  .paragraphe
  .content
  p:has(> strong:first-child + br):first-child {
  margin-top: 0;
}
.single-metier-section
  .paragraphe
  .content
  p:has(> strong:first-child + br)
  strong:first-child,
.landing-metiers-section
  .paragraphe
  .content
  p:has(> strong:first-child + br)
  strong:first-child {
  display: block;
  font-family: "Oxanium", sans-serif;
  font-size: clamp(14px, 2vw, 16px);
  font-weight: bold;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 0.5rem;
}
.single-metier-section .paragraphe .content p:has(> strong:only-child) + ul,
.single-metier-section .paragraphe .content p:has(> strong:only-child) + ol,
.single-metier-section
  .paragraphe
  .content
  p:has(> strong:first-child + br)
  + ul,
.single-metier-section
  .paragraphe
  .content
  p:has(> strong:first-child + br)
  + ol,
.landing-metiers-section .paragraphe .content p:has(> strong:only-child) + ul,
.landing-metiers-section .paragraphe .content p:has(> strong:only-child) + ol,
.landing-metiers-section
  .paragraphe
  .content
  p:has(> strong:first-child + br)
  + ul,
.landing-metiers-section
  .paragraphe
  .content
  p:has(> strong:first-child + br)
  + ol {
  margin-top: 0;
}
.single-metier-section .paragraphe .content ul,
.single-metier-section .paragraphe .content ol,
.landing-metiers-section .paragraphe .content ul,
.landing-metiers-section .paragraphe .content ol {
  padding-left: 0;
  list-style: none;
  margin-bottom: 1rem;
}
.single-metier-section .paragraphe .content ul:last-child,
.single-metier-section .paragraphe .content ol:last-child,
.landing-metiers-section .paragraphe .content ul:last-child,
.landing-metiers-section .paragraphe .content ol:last-child {
  margin-bottom: clamp(30px, 2vw, 60px);
}
.single-metier-section .paragraphe .content ul li,
.single-metier-section .paragraphe .content ol li,
.landing-metiers-section .paragraphe .content ul li,
.landing-metiers-section .paragraphe .content ol li {
  position: relative;
  padding-left: 1.2em;
  margin-bottom: 0.5rem;
}
.single-metier-section .paragraphe .content ul li:last-child,
.single-metier-section .paragraphe .content ol li:last-child,
.landing-metiers-section .paragraphe .content ul li:last-child,
.landing-metiers-section .paragraphe .content ol li:last-child {
  margin-bottom: 0;
}
.single-metier-section .paragraphe .content ul li::before,
.landing-metiers-section .paragraphe .content ul li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #333;
}
.single-metier-section .paragraphe .content ol,
.landing-metiers-section .paragraphe .content ol {
  counter-reset: ol-counter;
}
.single-metier-section .paragraphe .content ol li,
.landing-metiers-section .paragraphe .content ol li {
  counter-increment: ol-counter;
}
.single-metier-section .paragraphe .content ol li::before,
.landing-metiers-section .paragraphe .content ol li::before {
  content: counter(ol-counter) ".";
  position: absolute;
  left: 0;
  font-weight: bold;
  color: #333;
}
.single-metier-section .paragraphe .content strong,
.single-metier-section .paragraphe .content b,
.landing-metiers-section .paragraphe .content strong,
.landing-metiers-section .paragraphe .content b {
  font-weight: bold;
  color: #000;
}
.single-metier-section .paragraphe .content em,
.single-metier-section .paragraphe .content i,
.landing-metiers-section .paragraphe .content em,
.landing-metiers-section .paragraphe .content i {
  font-style: italic;
}
.single-metier-section .paragraphe .content a,
.landing-metiers-section .paragraphe .content a {
  color: #08509f;
  text-decoration: none;
}
.single-metier-section .paragraphe .content a:hover,
.landing-metiers-section .paragraphe .content a:hover {
  text-decoration: underline;
}
.single-metier-section .paragraphe .content h1,
.single-metier-section .paragraphe .content h2,
.single-metier-section .paragraphe .content h3,
.single-metier-section .paragraphe .content h4,
.single-metier-section .paragraphe .content h5,
.single-metier-section .paragraphe .content h6,
.landing-metiers-section .paragraphe .content h1,
.landing-metiers-section .paragraphe .content h2,
.landing-metiers-section .paragraphe .content h3,
.landing-metiers-section .paragraphe .content h4,
.landing-metiers-section .paragraphe .content h5,
.landing-metiers-section .paragraphe .content h6 {
  line-height: 1.3;
  margin-bottom: 0.4rem;
}
.single-metier-section .paragraphe .content,
.landing-metiers-section .paragraphe .content {
  margin-bottom: clamp(30px, 5vw, 60px);
}
.single-metier-section .rebound,
.landing-metiers-section .rebound {
  border-top: solid 1px #d4d4d4;
  padding-top: clamp(16px, 5vw, 30px);
}
.single-metier-section .jobs-footer .jobs-footer__cta:hover {
  text-decoration: none;
  color: #fff;
}
.landing-metiers-section .additional-content {
  border-bottom: none;
}
.landing-metiers-section .additional-content:last-child {
  border-bottom: none;
}
.landing-metiers-section .gallery_container {
  margin-bottom: clamp(30px, 5vw, 60px);
}
.landing-metiers-section .paragraphe p {
  font-size: clamp(14px, 1.8vw, 17px) !important;
}
.button-delete {
  position: absolute;
  z-index: 2;
  right: 30px;
  top: -15px;
}
.button-delete svg {
  height: auto;
  width: 30px;
}
.color-blue h3,
.color-blue h4 {
  color: var(--color-blue);
}
.color-purple h3,
.color-purple h4 {
  color: var(--color-purple);
}
.create-message {
  font-size: 80%;
}
.create-message .error {
  color: red;
  margin-top: -15px;
  margin-bottom: 15px;
}
.create-message select + .error {
  margin-top: -5px;
}
.create-message .error[data-error="files"] {
  margin-top: 0;
}
.filter-none {
  filter: none;
}
.filter-blue {
  filter: brightness(85%) contrast(150%) url("../images/filters.svg#blue");
}
.filter-purple {
  filter: brightness(85%) contrast(150%) url("../images/filters.svg#purple");
}
.input-file .preview.hide {
  display: none;
}
.input-file .preview {
  position: relative;
}
.input-file .preview img {
  margin-bottom: 15px;
  border-radius: 8px;
  max-width: 100%;
}
.avatar-holder img {
  width: 100%;
  vertical-align: top;
}
.mt-0 {
  margin-top: 0 !important;
}
.p-0 {
  padding: 0 !important;
}
.single-post-section .content-box .control-list .share-icon svg {
  max-height: 15px;
}
.single-post-section .content-box h2 {
  color: #08509f;
  font-size: 29px;
  padding: 20px 0;
}
.single-post-section .content-box h2:has(+ h2),
.single-post-section .content-box h2:has(+ h3) {
  margin-bottom: 0;
  padding-bottom: 0;
}
.single-post-section .content-box h2 + h2 {
  padding-top: 10px;
}
.single-post-section .content-box .btn-wrap-down:has(+ .btn-wrap-down) {
  padding-bottom: 0;
}
.single-post-section .content-box h3 {
  color: #901f52;
  font-size: 21px;
  padding: 20px 0;
}
@media (min-width: 768px) {
  .single-post-section:not(.single-archive_post-section) .like-icon svg,
  .article-section .like-icon svg,
  .article-section .comment-icon svg,
  .single-post-section .comment-icon svg,
  .author-single-info .like-icon svg {
    height: auto;
    width: 24px;
  }
  .single-post-section .content-box .control-list .share-icon svg {
    max-height: none;
  }
}
.like-icon[data-number] {
  display: flex;
  gap: 5px;
  align-items: center;
}
@media (max-width: 61.9375em) {
  .like-icon[data-number] {
    gap: 0;
  }
}
.like-icon[data-number]::after {
  content: attr(data-number);
  font-size: 13px;
}
.hide {
  display: none;
}
.theme-list {
  background: var(--color-grey-light);
  padding: 12px 24px;
  font-size: 14px;
}
.theme-item {
  background: var(--color-white);
  border-radius: 20px;
  display: inline-block;
  color: var(--color-blue);
  padding: 8px 12px;
  margin-top: 12px;
  margin-right: 12px;
  text-decoration: none;
}
.theme-list.category span.theme-item {
  margin-bottom: 12px;
  color: var(--color-blue) !important;
}
.theme-item::after {
  content: "x";
  margin-left: 15px;
}
.info-checkbox .slide .wrap {
  margin-bottom: 10px;
  padding-left: 30px;
}
.info-checkbox .slide .wrap:last-of-type {
  margin-bottom: 0;
}
.control-list {
  align-items: center;
  gap: 20px;
}
.control-list li {
  margin: 0;
}
.control-list li span.reading-time,
.control-list li span.like {
  align-items: center;
  color: var(--color-grey-dark);
  display: flex;
  font-size: 11px;
  gap: 5px;
  -webkit-text-decoration: none;
  text-decoration: none;
  position: relative;
}
@media (max-width: 61.9375em) {
  .control-list li span.reading-time,
  .control-list li span.like {
    gap: 0;
  }
}
.single-post-section .head-box.no-visual {
  margin-top: 0;
}
.profile-list input[type="email"],
.profile-list input[type="tel"],
.profile-list input[type="text"],
.profile-list textarea {
  padding: 0.6rem 1.2rem;
}
.account_request-form input[type="date"],
.account_request-form input[type="tel"],
.account_request-form input[type="text"] {
  background-color: var(--color-white);
  border: 1px solid #d4d4d4;
  border-radius: 8px;
  color: var(--color-grey-dark);
  font-size: 14px;
  height: 48px;
  line-height: 1.2;
  margin-bottom: 16px;
  padding: 5px 35px 5px 15px;
  width: 100%;
}
.account_request-form input[type="date"] {
  padding-right: 15px;
}
.birthdate-container,
.matricule-container {
  position: relative;
}
.open-button {
  position: absolute;
  top: 10px;
  right: 18px;
  width: 25px;
  height: 25px;
  background: var(--color-white);
  pointer-events: none;
}
.matricule-container .open-button {
  top: 14px;
  pointer-events: all;
}
.open-button button {
  border: none;
  background: rgba(0, 0, 0, 0);
}
.account_request-form input[type="submit"] {
  padding: 14px 22px;
  width: auto;
}
.account_request-section .legals {
  font-size: 14px;
  margin-top: 50px;
  text-align: center;
}
.confirmation-container,
.login-container {
  margin-top: 100px;
  text-align: center;
}
.confirmation-container h2,
.login-container h2 {
  display: block;
  margin-bottom: 5px;
}
.message {
  align-items: center;
  background-color: #f6f6f6;
  color: var(--color-purple);
  display: flex;
  padding: 20px;
}
.message p {
  margin: 0 0 0 20px;
}
.login-container .btn-primary {
  background: var(--color-white);
  border: 1px solid var(--color-blue);
  color: var(--color-grey-dark);
  font-weight: normal;
  margin-bottom: 50px;
}
.login-container .btn-primary#microsoft {
  margin-bottom: 10px;
  padding: 5px 100px 2px;
}
.login-container #lost-password {
  color: var(--color-grey-dark);
  display: block;
  margin-bottom: 50px;
  text-decoration: none;
}
.issues {
  color: var(--color-grey-dark);
  margin-top: 20px;
}
.issues a {
  color: var(--color-grey-dark);
  text-decoration: none;
}
.static-page-section .head-box h1 {
  color: var(--color-blue);
}
.open-button .infobulle {
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
  transition: 0.25s ease-in-out;
  border: 2px solid var(--color-blue);
  background: var(--color-blue-light);
  color: var(--color-white);
  padding: 20px;
  position: absolute;
  width: calc(100vw - 40px);
  max-width: 500px;
  border-radius: 12px;
  inset: 42px -40px auto auto;
  font-size: 16px;
  line-height: 1.5em;
  z-index: 5;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.open-button .infobulle::after {
  content: "";
  border: 2px solid var(--color-blue);
  border-left: 0;
  border-bottom: 0;
  background: var(--color-blue-light);
  position: absolute;
  inset: 0 30px auto auto;
  width: 28px;
  aspect-ratio: 1;
  z-index: 1;
  transform: rotate(-45deg) translate(9px, -12px);
}
.open-button:hover .infobulle {
  visibility: visible;
  opacity: 1;
  pointer-events: all;
}
.open-button .infobulle p {
  margin: 0 0 1em;
}
.open-button .infobulle img {
  width: 100%;
  vertical-align: top;
}
.control-list button {
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer;
}
.profile-list .text a {
  word-wrap: break-word;
}
.likes-number {
  font-size: 13px;
}
.create-message form p.file-holder {
  margin-bottom: 5px;
}
.article-slider {
  margin-bottom: 2rem;
}
.btn-download {
  word-wrap: break-word;
}
.contact-form textarea#post_title {
  margin-bottom: 0;
}
.contact-form .counter {
  margin-bottom: 14px;
  text-align: right;
}
.contact-form .counter.warning {
  color: red;
}
.contact-form .submit {
  align-items: center;
  display: flex;
  justify-content: center;
  gap: 10px;
}
.group.theme-item::after {
  display: none;
}
.label_blue {
  color: #08509f;
  display: block;
  font-weight: 700;
  margin-bottom: 10px;
}
#gotop {
  background: none;
  border: none;
  display: none;
  position: fixed;
  bottom: 20px;
  right: 80px;
  z-index: 99;
  color: #fff;
  cursor: pointer;
}
#gotop svg {
  width: 40px;
  height: auto;
  transform: rotate(180deg);
}
.banner_stores {
  background: #901f52;
  color: #fff;
  position: relative;
  display: none;
}
.banner_stores.is-visible {
  display: block;
}
.banner_stores .container {
  display: flex;
  justify-content: space-between;
  height: 432px;
  padding: 40px;
}
.banner_stores--title {
  font-size: 30px;
  font-weight: 500;
  letter-spacing: -1.4px;
  line-height: 1;
}
.banner_stores--description {
  font-size: 20px;
  letter-spacing: -1px;
  line-height: 1;
}
.banner_stores--btns {
  display: flex;
  justify-content: space-between;
  margin-top: 35px;
  max-width: 100%;
  gap: 15px 40px;
}
.banner_stores--btn svg {
  width: auto;
  height: auto;
  max-width: 100%;
  pointer-events: none;
}
.banner_stores--btn span {
  font-size: 50%;
  letter-spacing: 0;
  display: block;
}
.banner_stores-col2 img {
  height: auto;
  max-height: 100%;
  max-width: 100%;
}
.banner_stores-close {
  background: none;
  border: none;
  cursor: pointer;
  position: absolute;
  right: 40px;
  top: 40px;
}
.banner_stores-close svg {
  pointer-events: none;
}
@media (max-width: 768px) {
  .banner_stores .container {
    flex-direction: column;
    height: auto;
    padding: 34px;
  }
  .banner_stores--btns {
    gap: 15px 30px;
  }
  .banner_stores--btn {
    max-width: 100%;
  }
  .banner_stores--title {
    font-size: 37px;
    margin-bottom: 8px;
  }
  .banner_stores--description {
    font-size: 26px;
  }
  .banner_stores-col2 {
    order: 1;
    text-align: center;
  }
  .banner_stores-col2 img {
    max-width: 262px;
  }
  .banner_stores-col1 {
    order: 2;
    margin-top: 15px;
  }
}
@media (max-width: 360px) {
  .banner_stores .container {
    padding: 30px 20px;
  }
}
.archive-items .simple-post {
  display: flex;
}
.archive-items .simple-post__text-area {
  max-width: calc(100% - 131px);
  padding: 5px 0 5px 15px;
}
.archive-items .simple-post__image {
  border-radius: 16px 0 0 16px;
  margin-bottom: 0;
  height: 130px;
  width: 130px;
}
.archive-items .simple-post__image img {
  font-family: "object-fit:cover;object-position:left";
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: left;
  object-position: left;
  height: 100%;
  width: 100%;
}
@media (min-width: 768px) {
  .archive-items .simple-post h3 {
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
.archive-items .simple-post__text-area p {
  display: none;
}
.simple-post__head .category_time {
  display: flex;
  margin: 0;
}
.comment-post,
.hero-img,
.simple-post__image,
.simple-post__text-area {
  position: relative;
}
.comment-post .icon-group,
.hero-img .icon-group,
.simple-post__image .icon-group,
.simple-post__text-area .icon-group {
  position: absolute;
  top: 12px;
  right: 12px;
}
.simple-post__text-area .icon-group {
  top: 24px;
}
.comment-post__head,
.simple-post__head {
  flex-wrap: wrap;
}
.with-icon-group .simple-post__head,
.with-icon-group .comment-post__head {
  width: calc(100% - 34px);
}
.comment-post__head .time,
.simple-post__head .time {
  margin-left: 0;
}
.author-name a,
.ttl-sub a {
  color: inherit;
  text-decoration: none;
}
.author-name a:hover,
.ttl-sub a:hover {
  text-decoration: underline;
}
.wp-poll-wrapper {
  background: #dceee8;
  border-radius: 16px;
  color: #08509f;
  display: flex;
  flex-direction: column;
  padding: 42px 20px 42px 90px;
  margin-bottom: 20px;
}
.wp-poll-title {
  font-size: 17px;
  font-weight: 700;
  margin: 0 0 16px;
  order: 1;
}
.wp-poll-body {
  order: 2;
}
.wp-poll-footer {
  order: 3;
  font-size: 10px;
  margin-top: 8px;
}
.wp-poll-footer strong,
.wp-poll-footer a {
  font-size: 12px;
}
.wp-poll-choice {
  background: #fff;
  border: 1px solid #08509f;
  border-radius: 8px;
  color: #08509f;
  cursor: pointer;
  display: block;
  margin-bottom: 9px;
  font-size: 12px;
  font-weight: 600;
}
.wp-polls .wp-poll-choice label {
  cursor: pointer;
  display: block;
  padding: 9px 12px 12px 12px;
}
.wp-poll-choice input[type="radio"] {
  position: absolute;
  left: -3000px;
}
.wp-poll-result {
  display: flex;
  position: relative;
  min-height: 35px;
  margin-bottom: 9px;
}
.wp-poll-result.current .icon {
  align-items: center;
  display: flex;
  height: 100%;
  position: absolute;
  left: -30px;
  width: 19px;
}
.wp-polls .wp-poll-result .pollbar {
  position: absolute;
  background: #fff;
  border-radius: 8px 0 0 8px;
  border: none;
  height: 100%;
  top: 0;
}
.wp-poll-text {
  position: relative;
  color: #08509f;
  display: flex;
  align-items: center;
  font-size: 12px;
  font-weight: 600;
  gap: 10px;
  justify-content: space-between;
  padding: 9px 16px;
  width: 100%;
  z-index: 100;
}
.wp-poll-text div:last-child {
  white-space: nowrap;
}
.comment-post .wp-poll-wrapper {
  padding: 0 10px 0 0;
}
.featured-section.no_results {
  margin: 0;
  padding-top: 0;
}
.search-form {
  align-items: center;
  display: flex;
  border: 1px solid #d4d4d4;
  border-radius: 8px;
  height: 48px;
  overflow: hidden;
  margin: 0 12px 24px;
  min-width: 325px;
  order: 3;
}
@media (max-width: 767px) {
  .search-form {
    min-width: initial;
  }
}
#search-form .search-form {
  margin: 20px 0;
}
.search-form input {
  border: none;
  padding-left: 16px;
  font-size: 14px;
  width: calc(100% - 48px) !important;
}
.search-form__no_results {
  font-size: 14px;
  font-weight: 600;
  margin-top: 20px;
}
.search-form button {
  background: var(--color-blue);
  border: none;
  border-radius: 8px;
  height: 100%;
  width: 48px;
}
.search-page__form {
  background: var(--color-grey-light);
  border-bottom: 1px solid var(--color-blue);
  padding: 12px 20px;
  font-size: 14px;
}
.search-page__form select {
  border-radius: 20px;
  border: none;
  color: var(--color-blue);
  font-size: 12px;
  font-weight: 500;
  height: 35px;
  padding: 0 40px 0 17px;
}
.search-page__form .form-group {
  align-items: center;
  color: var(--color-blue);
  display: flex;
  flex-wrap: wrap;
}
.search-page__form .form-group label {
  margin-right: 12px;
  margin-bottom: 10px;
}
.search-page__form .form-group select {
  margin-bottom: 10px;
  width: 240px;
}
.search-page__results {
  color: var(--color-blue);
  display: flex;
  font-weight: bold;
  gap: 10px;
  margin-bottom: 10px;
}
.search-page__results .loader {
  height: 15px;
  width: 15px;
  padding: 2px;
}
.search-page__filters {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
@media (max-width: 768px) {
  .search-form {
    margin: 0 0 16px;
    width: 100%;
  }
  .search-page__form {
    margin-bottom: 20px;
  }
}
@media (max-width: 810px) {
  .search-page__form label {
    min-width: 90px;
  }
  .search-page__filters {
    flex-direction: column;
    gap: 0;
  }
}
.loader {
  height: 30px;
  width: 30px;
  padding: 4px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--color-blue);
  --_m: conic-gradient(#0000 10%, #000), linear-gradient(#000 0 0) content-box;
  -webkit-mask: var(--_m);
  mask: var(--_m);
  -webkit-mask-composite: source-out;
  mask-composite: subtract;
  -webkit-animation: l3 1s infinite linear;
  animation: l3 1s infinite linear;
}
@-webkit-keyframes l3 {
  to {
    transform: rotate(1turn);
  }
}
@keyframes l3 {
  to {
    transform: rotate(1turn);
  }
}
.likes-list {
  background: #fff;
  border-radius: 15px;
  padding: 20px 25px;
  width: 585px;
  max-width: 90%;
}
.likes-list button {
  background: none;
  border: none;
  color: var(--color-blue);
  cursor: pointer;
  padding: 0;
  font-weight: 600;
}
.likes-list .likes-list__total {
  border: 1px solid var(--color-blue);
  border-radius: 15px;
  padding: 6px 12px;
}
.likes-list__avatar {
  border-radius: 50%;
  height: 50px;
  min-width: 50px;
  overflow: hidden;
  width: 50px;
}
.likes-list__avatar img {
  height: 100%;
  width: 100%;
}
.likes-list__bytype {
  gap: 15px;
  height: 20px;
  width: auto;
}
.likes-list .d-flex {
  align-items: center;
  display: flex;
}
.likes-list__bytype svg {
  height: 20px;
  width: auto;
}
.likes-list__header {
  border-bottom: 1px solid var(--color-grey);
  color: var(--color-blue);
  font-size: 13px;
  font-weight: 600;
  gap: 15px;
  padding-bottom: 18px;
}
.likes-list__close {
  background: none;
  border: none;
  cursor: pointer;
  margin-left: auto;
}
.likes-list__content {
  list-style-type: none;
  margin: 0;
  max-height: 500px;
  overflow-y: auto;
  padding: 0;
}
.likes-list__content li {
  align-items: center;
  border-bottom: 1px solid var(--color-grey);
  display: flex;
  font-size: 14px;
  font-weight: 700;
  gap: 12px;
  padding: 10px 0;
}
.likes-list__content li:last-child {
  border: none;
  padding-bottom: 0;
}
.likes-list__content li svg {
  height: auto;
  margin-left: auto;
  width: 28px;
}
.likes-list__wrapper {
  background: rgba(0, 0, 0, 0.45);
  align-items: center;
  display: flex;
  height: 100vh;
  justify-content: center;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 9999;
}
.single-post-section .block-framed {
  background: #ffe0ee;
  border: 1px solid #901f52;
  border-radius: 8px;
  box-shadow: -8px 8px 0 #901f52;
  margin: 34px 0 34px 7px;
  padding: 32px 26px;
}
.single-post-section .block-framed a {
  color: #901f52 !important;
}
.single-post-section .block-framed h1,
.single-post-section .block-framed h2,
.single-post-section .block-framed h3,
.single-post-section .block-framed h4,
.single-post-section .block-framed h5,
.single-post-section .block-framed h6 {
  color: #901f52;
  padding: 0;
}
.single-post-section .block-framed h2 {
  font-size: 32px;
}
.single-post-section .block-framed p + h2 {
  margin-top: 38px;
}
.single-post-section .block-framed .splide {
  margin-bottom: 20px;
}
.single-post-section .block-framed .splide__arrow--prev,
.single-post-section .block-framed .splide__arrow--next {
  transform: translateY(-80%);
}
.single-post-section .block-framed .splide img,
.single-post-section .block-framed .wp-caption img {
  border-radius: 10px;
  margin: 18px 0;
}
.single-post-section .block-framed .splide li {
  padding-top: 0;
}
.single-post-section .block-framed .wp-caption {
  padding: 0;
  margin: 0 0 20px;
}
.single-post-section .block-framed .wp-caption p {
  margin-top: 0;
}
.single-post-section .block-framed .block-text ul {
  padding: 0;
  list-style-type: none;
}
.single-post-section .block-framed .block-text ul li::before {
  color: #901f52;
  content: "➜";
  margin-right: 5px;
}
.single-post-section .block-framed.blue {
  background: #ddedff;
  border: 1px solid #08509f;
  box-shadow: -8px 8px 0 #08509f;
}
.single-post-section .block-framed.blue a,
.single-post-section .block-framed.blue h1,
.single-post-section .block-framed.blue h2,
.single-post-section .block-framed.blue h3,
.single-post-section .block-framed.blue h4,
.single-post-section .block-framed.blue h5,
.single-post-section .block-framed.blue h6,
.single-post-section .block-framed.blue .block-text ul li::before {
  color: #08509f !important;
}
@media (max-width: 768px) {
  .splide__arrow--prev {
    left: 20px;
  }
  .splide__arrow--next {
    right: 20px;
  }
}
.login-wrapper h3 {
  color: #08509f;
  font-size: 17px;
  line-height: 1.2;
  margin: 0 auto;
  max-width: 220px;
  text-align: center;
}
.login-wrapper #wp-saml-auth-cta {
  box-shadow: none;
  margin-top: 16px;
  padding-top: 0;
}
.login-wrapper #wp-saml-auth-cta a {
  background: none;
  border: 1px solid var(--color-blue);
  border-radius: 8px;
  padding: 5px;
  height: 50px;
  text-align: center;
  width: 100%;
}
.login-wrapper #nav::after {
  content: "";
  display: block;
  background: #08509f;
  height: 1px;
  width: 44px;
  margin: 16px auto;
}
.login-wrapper #nav {
  margin-top: 35px;
  font-size: 14px;
  text-align: center;
}
.login-wrapper .loginform {
  background: #dceee8;
  border-radius: 16px;
  box-shadow: -8px 8px 0 #08509f;
  margin: 16px 0 0 8px;
}
.login-wrapper .loginform label[for="user_login"]:after,
.login-wrapper .loginform label[for="user_pass"]:after {
  content: "*";
  color: red;
}
.login-wrapper .loginform input[type="text"],
.login-wrapper .loginform input[type="password"] {
  border: none;
  border-radius: 8px;
  box-shadow: none;
  font-size: 14px;
  text-indent: 10px;
}
.login-wrapper .loginform .submit {
  text-align: center;
}
.login-wrapper .loginform .submit button {
  margin-top: 16px;
}
.login-wrapper .loginform p,
.login-wrapper .loginform .user-pass-wrap {
  --pad: 10px;
  position: relative;
}
.login-wrapper .loginform .user-pass-wrap {
  margin-top: 10px;
}
.login-wrapper .loginform label[for="user_login"],
.login-wrapper .loginform label[for="user_pass"] {
  position: absolute;
  left: 14px;
  top: var(--pad);
  pointer-events: none;
  transition: transform 200ms;
  z-index: 2;
}
.login-wrapper .loginform input::-moz-placeholder {
  opacity: 0;
}
.login-wrapper .loginform input:-ms-input-placeholder {
  opacity: 0;
}
.login-wrapper .loginform input::placeholder {
  opacity: 0;
}
.login-wrapper .loginform label:has(+ input:focus),
.login-wrapper .loginform label:has(+ input:-webkit-autofill),
.login-wrapper .loginform label:has(+ input:not(:placeholder-shown)),
.login-wrapper .loginform label:has(+ .wp-pwd input:focus),
.login-wrapper .loginform label:has(+ .wp-pwd input:not(:placeholder-shown)) {
  transform: translateY(calc(-100% - var(--pad))) scale(1);
}
.login-wrapper .description {
  font-size: 14px;
}
.login-wrapper .notice {
  box-shadow: none;
  font-size: 14px;
  margin: 32px 0 32px 0;
}
.login-wrapper .loginform .submit {
  clear: both;
}
.login-wrapper .switch {
  position: relative;
  display: inline-block;
  width: 38px;
  height: 25px;
}
.login-wrapper .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.login-wrapper .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
}
.login-wrapper .slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 4px;
  bottom: 4px;
  background-color: #fff;
  transition: 0.4s;
}
.login-wrapper input:checked + .slider {
  background-color: #08509f;
}
.login-wrapper input:focus + .slider {
  box-shadow: 0 0 1px #08509f;
}
.login-wrapper input:checked + .slider:before {
  transform: translateX(12px);
}
.login-wrapper .slider.round {
  border-radius: 34px;
}
.login-wrapper .slider.round:before {
  border-radius: 50%;
}
.login-wrapper .label-switch {
  display: inline-block;
  font-size: 14px;
  position: relative;
  left: 5px;
  top: 2px;
}
#termsfeed-com---nb {
  background: none !important;
}
.landing-posts {
  padding-bottom: 100px;
}
.landing-posts .landing-posts-section:first-child .ttl-box::before {
  display: none;
}
.landing-posts .landing-posts-section:first-child .ttl-box {
  padding-top: 60px;
}
.landing-posts .landing-posts-section .ttl-box {
  padding-top: 40px;
}
.landing-posts .ttl-box h2 {
  font-size: 32px;
  font-weight: 700;
}
.landing-posts .simple-post-wrapper {
  height: 100%;
  padding-bottom: 40px;
}
.landing-posts .simple-post {
  border: 1px solid var(--color-blue-light);
  border-radius: 10px;
  overflow: hidden;
  padding-bottom: 0;
}
.landing-posts .simple-post__image {
  border-radius: unset;
}
.landing-posts .simple-post .simple-post__text-area {
  padding: 0 19px 19px 19px;
  min-height: none;
}
.landing-posts .simple-post h3 {
  color: var(--color-blue-light);
}
.external-links {
  margin-bottom: 40px;
}
.external-links ul {
  font-size: 15px;
  font-weight: 600;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.external-links ul + .btn {
  margin-top: 4px;
}
.external-links li {
  background: #f6f6f6;
  border-radius: 25px;
  padding: 12px 16px;
  position: relative;
  margin-bottom: 6px;
}
.external-links li a {
  align-items: center;
  display: flex;
  gap: 10px;
  justify-content: space-between;
  text-decoration: none;
}
.external-links li .icon {
  width: 23px !important;
}
@media (min-width: 768px) {
  .external-links {
    padding-right: 20px;
    width: 50%;
  }
  .landing-posts .simple-post .simple-post__text-area {
    min-height: 95px;
  }
}
.landing-post {
  align-items: center;
  background: #fff;
  border: 1px solid var(--color-blue-light);
  border-radius: 20px;
  box-shadow: -8px 8px 0 var(--color-blue-light);
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 20px 0 34px 7px;
  padding: 21px 10px 21px 21px;
  text-align: center;
  text-decoration: none;
}
.landing-post *:hover {
  opacity: 0.8;
}
.landing-post h3 {
  font-size: 40px;
  margin: 0;
}
.landing-post p {
  font-size: 21px;
  font-weight: 500;
  line-height: 1.3;
  margin: 0;
}
@media (min-width: 768px) {
  .landing-post {
    margin-top: 0;
  }
}
@media (min-width: 1300px) {
  .landing-post h3 {
    font-size: 47px;
  }
}
#detected-urls-container {
  font-size: 80%;
}
#detected-urls-container p {
  margin-bottom: 0;
}
#detected-urls-container ul {
  padding: 0;
  list-style-type: none;
}
#detected-urls-container li:before {
  content: "·";
  font-size: 40px;
  line-height: 10px;
  margin-right: 5px;
  position: absolute;
  left: 0;
}
#detected-urls-container li {
  margin-top: 4px;
  padding-left: 15px;
  position: relative;
}
html {
  -webkit-text-size-adjust: 100%;
  line-height: 1.15;
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: rgba(0, 0, 0, 0);
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
[hidden],
template {
  display: none;
}
@font-face {
  font-display: block;
  font-family: icomoon;
  font-style: normal;
  font-weight: 400;
  src: url(./assets/fonts/icomoon.woff?yuzzw2) format("woff");
}
[class*=" icon-"],
[class^="icon-"] {
  speak: none;
  font-feature-settings: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: icomoon !important;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  text-transform: none;
}
.icon-chevron-down:before {
  content: "";
}
.icon-cross:before {
  content: "";
}
.icon-chevron-up:before {
  content: "";
}
.icon-chevron-left:before {
  content: "";
}
.icon-chevron-right:before {
  content: "";
}
html {
  box-sizing: border-box;
}
*,
:after,
:before {
  box-sizing: inherit;
}
.visually-hidden {
  clip: rect(0, 0, 0, 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.visually-hidden.focusable:active,
.visually-hidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}
.two-columns {
  padding-bottom: 40px;
  padding-top: 40px;
}
.two-columns .wp-caption,
.two-columns p img {
  max-width: 100%;
}
.widget {
  margin-bottom: 1rem;
}
.widget ul {
  padding-left: 32px;
}
.widget select {
  min-width: 150px;
}
.comment-form {
  margin: 0 -20px;
  padding: 22px 20px;
  position: relative;
}
.comment-form:before {
  background: #efeeee;
  border-top: 1px solid #08509f;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.comment-form label {
  display: block;
  padding-bottom: 4px;
}
.comment-form textarea {
  height: 120px;
  margin: 0;
  min-height: 120px;
  overflow: auto;
}
.comment-form input[type="text"],
.comment-form textarea {
  margin: 0 4px 0 0;
  max-width: 300px;
  width: 100%;
}
.comment-form input[type="submit"] {
  display: block;
  float: none;
}
.comment-form .comment-form-holder {
  display: flex;
  max-width: 568px;
  position: relative;
}
.comment-form .comment-form-holder .comment-form-comment {
  width: 100%;
}
.comment-form .comment-form-holder p {
  margin: 0;
}
.comment-form .comment-form-holder input[type="text"] {
  background: #fff;
  border: 1px solid #d4d4d4;
  border-radius: 8px;
  color: #333;
  font-size: 14px;
  height: 48px;
  line-height: 1.2;
  max-width: 100%;
  padding: 5px 55px 5px 15px;
  width: 100%;
}
.comment-form .comment-form-holder input[type="text"]::-moz-placeholder {
  color: #333;
}
.comment-form .comment-form-holder input[type="text"]:-ms-input-placeholder {
  color: #333;
}
.comment-form .comment-form-holder input[type="text"]::placeholder {
  color: #333;
}
.comment-form .comment-form-holder input[type="submit"] {
  background-color: #08509f;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='25' fill='none'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M23.56 14.012c.274-.266.393-.561.4-.845.035-.338-.082-.7-.425-1.01-3.395-2.873-8.148-7.069-11.482-10.112-.364-.327-.91.218-.57.57 2.52 2.825 5.965 6.62 8.822 9.666-6.666-.397-13.348-.116-19.989.592a.502.502 0 0 0-.424.424.494.494 0 0 0 .424.534c6.525.695 13.1.979 19.643.612L11.483 24.1c-.339.364.219.898.57.558L23.56 14.012Z' clip-rule='evenodd'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 .944h24v24H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  border-radius: 8px;
  cursor: pointer;
  font-size: 0;
  height: 48px;
  position: absolute;
  right: 0;
  top: 0;
  width: 48px;
}
.post-password-form label {
  display: block;
  margin-bottom: 4px;
}
.post-password-form input[type="password"] {
  margin: 0 4px 0 0;
  max-width: 300px;
  width: 100%;
}
.search-form {
  display: flex;
  margin-bottom: 15px;
}
.search-form input {
  display: inline-flex;
  height: 32px;
}
.search-form input[type="search"] {
  margin: 0 4px 0 0;
  width: 150px;
}
.search-form input[type="submit"] {
  flex-shrink: 0;
}
.post-password-form input {
  display: inline-flex;
  height: 32px;
}
.post-password-form input[type="password"] {
  width: 150px;
}
.comment-form fieldset,
.post-password-form fieldset,
.search-form fieldset {
  border: 0;
  padding: 0;
}
.comment-form input[type="submit"],
.post-password-form input[type="submit"],
.search-form input[type="submit"] {
  background: #08509f;
  border: 0;
  border-radius: 8px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  height: 32px;
  padding: 0 8px;
}
.comment-form input[type="submit"]:hover,
.post-password-form input[type="submit"]:hover,
.search-form input[type="submit"]:hover {
  opacity: 0.8;
}
.widget_calendar #next {
  text-align: right;
}
.gallery-item dt {
  float: none;
  padding: 0;
}
.navigation,
.navigation-comments {
  font-size: 14px;
  margin-bottom: 1rem;
  position: relative;
  vertical-align: middle;
}
.navigation .screen-reader-text,
.navigation-comments .screen-reader-text {
  left: -99999px;
  position: absolute;
}
.navigation .page-numbers,
.navigation-comments .page-numbers {
  display: inline-block;
  padding: 0 6px;
  vertical-align: middle;
}
.navigation .next,
.navigation .prev,
.navigation-comments .next,
.navigation-comments .prev {
  background: #08509f;
  border-radius: 8px;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  max-width: 48%;
  padding: 10px;
  -webkit-text-decoration: none;
  text-decoration: none;
  vertical-align: middle;
}
.navigation .next:hover,
.navigation .prev:hover,
.navigation-comments .next:hover,
.navigation-comments .prev:hover {
  opacity: 0.8;
}
.navigation-single {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.navigation-single .next,
.navigation-single .prev {
  align-items: center;
  background: #08509f;
  border-radius: 8px;
  color: #fff;
  display: inline-flex;
  font-size: 14px;
  font-weight: 700;
  max-width: 48%;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.navigation-single .next:hover,
.navigation-single .prev:hover {
  opacity: 0.8;
}
.navigation-single .next a,
.navigation-single .prev a {
  color: inherit;
  display: block;
  padding: 10px;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.navigation-single .next a {
  margin-left: auto;
}
.wp-caption {
  clear: both;
  color: #333;
  font-size: 10px;
  margin: 0 -20px;
  padding: 10px 0 24px;
}
.wp-caption img {
  margin: 0;
  vertical-align: top;
  width: 100%;
}
.wp-caption p {
  margin: 15px 20px 0;
}
div.aligncenter {
  margin: 0 auto 1rem;
}
img.aligncenter {
  display: block;
  margin: 0 auto;
}
.alignleft {
  float: left;
  margin: 0 1rem 4px 0;
}
.alignright {
  float: right;
  margin: 0 0 4px 1rem;
}
.mejs-container {
  margin-bottom: 1rem;
}
.alignnone,
.bypostauthor,
.gallery,
.gallery-caption,
.sticky,
.wp-caption-text {
  height: auto;
}
#wp-calendar tbody td {
  text-align: center;
}
#wp-calendar td,
#wp-calendar th {
  border: 1px solid #ccc;
}
blockquote {
  color: #08509f;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: -1px;
  line-height: 1.2;
  margin: 0;
  min-height: 55px;
  padding: 6px 0 8px 61px;
  position: relative;
}
blockquote:before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='56' height='34' fill='none'%3E%3Cpath fill='%2308509F' fill-rule='evenodd' d='M19.74 5.597c9.24 8.26 2.044 23.38-8.12 27.58l-.028-.028c-.448.14-.224.812.224.672 6.944-2.268 12.404-8.204 14.616-15.12C29.568 3.189 12.124-6.275 2.772 7.557.7 11.28.028 16.18 2.772 19.849c3.105 4.317 10.012 5.994 13.516 1.868.197 1.338.17 2.688-.216 3.984-.532 1.876-1.82 3.5-3.332 4.844a.34.34 0 0 0-.056.42c.112.14.308.196.448.084 1.708-1.204 3.248-2.856 4.032-4.956.7-1.064 1.26-8.68-1.12-6.776-2.8 4.564-8.652 2.688-11.228-.896C-.532 9.769 11.9-.591 19.74 5.597Zm28.309 0c9.24 8.26 2.044 23.38-8.12 27.58l-.028-.028c-.42.14-.224.812.224.672 6.944-2.268 12.404-8.204 14.616-15.12C57.877 3.189 40.433-6.275 31.08 7.557c-2.072 3.724-2.744 8.624 0 12.292 3.105 4.317 10.012 5.994 13.516 1.868.197 1.338.17 2.688-.216 3.984-.532 1.876-1.82 3.5-3.332 4.844a.34.34 0 0 0-.056.42c.112.14.308.196.448.084 1.708-1.204 3.248-2.856 4.032-4.956.7-1.064 1.26-8.68-1.12-6.776-2.8 4.564-8.652 2.688-11.228-.896C27.777 9.769 40.209-.591 48.049 5.597Z' clip-rule='evenodd'/%3E%3C/svg%3E");
  background-size: 100% 100%;
  content: "";
  height: 24px;
  left: 2px;
  position: absolute;
  top: 18px;
  width: 40px;
}
blockquote p {
  margin-bottom: 10px;
}
.commentlist-box {
  border-bottom: 1px solid #c4c4c4;
  border-top: 1px solid #c4c4c4;
  margin-bottom: 15px;
  margin-top: 15px;
  padding: 23px 0 11px;
}
.commentlist-box .comment {
  display: flex;
  gap: 24px;
}
.commentlist-box .avatar-holder {
  border-radius: 50%;
  display: none;
  height: 82px;
  min-width: 82px;
  overflow: hidden;
  width: 82px;
}
.commentlist-box .commentlist-holder {
  flex: 1 1 auto;
  font-size: 17px;
  padding-top: 2px;
}
.commentlist-box .commentlist-holder p {
  color: #901f52;
  font-weight: 700;
  margin-bottom: 11px;
}
.commentlist-box .commentlist-holder .meta {
  color: #333;
  font-size: 10px;
  font-weight: 400;
}
.commentlist-box .commentlist-holder .meta a {
  color: #333;
  font-weight: 700;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.comments {
  padding-top: 30px;
  position: relative;
}
.comments:before {
  background: #efeeee;
  border-top: 1px solid #08509f;
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.comments h2 {
  color: #08509f;
  font-size: 21px;
  font-weight: 700;
  margin-bottom: 10px;
}
.comments h2 svg {
  height: 32px;
  margin-right: 5px;
  vertical-align: top;
  width: 32px;
}
.commentlist {
  margin: 0 0 1rem;
  position: relative;
}
.commentlist .edit-link {
  margin: 0;
}
.commentlist .avatar-holder {
  float: left;
  margin: 0 12px 4px 0;
}
.commentlist-item {
  padding-bottom: 12px;
  position: relative;
}
.commentlist-item:before {
  background: #efeeee;
  border-top: 1px solid #08509f;
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.commentlist-item:first-child {
  padding-top: 0;
}
.commentlist-item:first-child:before {
  display: none;
}
.commentlist-item:last-child {
  padding-bottom: 8px;
}
.commentlist-item .comment {
  display: flex;
}
.commentlist-item .avatar-holder {
  border-radius: 50%;
  height: 50px;
  min-width: 50px;
  overflow: hidden;
  width: 50px;
}
.commentlist-item .avatar-holder img {
  height: 100%;
  width: 100%;
}
.commentlist-item .commentlist-holder {
  flex: 1 1 auto;
  font-size: 14px;
  line-height: 1.3;
  padding-top: 2px;
}
.commentlist-item .commentlist-holder p {
  color: #000;
  margin-bottom: 9px;
}
.commentlist-item .commentlist-holder p a {
  color: #000;
}
.commentlist-item .commentlist-holder .meta {
  color: #333;
  font-size: 10px;
  font-weight: 400;
}
.commentlist-item .commentlist-holder .meta a {
  color: #333;
  font-weight: 700;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.commentlist-item .control-list a {
  font-size: 11px;
}
.commentlist-item .control-list svg {
  width: 15px;
}
.comment,
.commentlist-holder {
  overflow: hidden;
}
.commentlist-item .commentlist-item,
.commentlist-item + .commentlist-item {
  padding-top: 22px;
}
a {
  color: #08509f;
  -webkit-text-decoration: underline;
  text-decoration: underline;
  transition: color 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
}
a:hover {
  color: #074487;
  -webkit-text-decoration: none;
  text-decoration: none;
}
input[type="email"],
input[type="tel"],
input[type="text"],
textarea {
  -webkit-appearance: none;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid;
  border-radius: 0;
  min-width: 0;
  padding: 1.2rem 2.4rem;
  transition: border-color 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
  width: 100%;
}
input[type="email"]:focus,
input[type="email"]:hover,
input[type="tel"]:focus,
input[type="tel"]:hover,
input[type="text"]:focus,
input[type="text"]:hover,
textarea:focus,
textarea:hover {
  box-shadow: none;
  outline: none;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='7' fill='none'%3E%3Cpath stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m1 1 4.5 4.5L10 1'/%3E%3C/svg%3E");
  background-position: 94% 50%;
  background-repeat: no-repeat;
  border: 1px solid #d4d4d4;
  border-radius: 8px;
  color: #333;
  font-size: 12px;
  height: 48px;
  line-height: 1.2;
  outline: none;
  padding: 5px 35px 5px 15px;
  width: 100%;
}
select::-moz-placeholder {
  color: #333;
}
select:-ms-input-placeholder {
  color: #333;
}
select::placeholder {
  color: #333;
}
.container:after,
.two-columns:after {
  clear: both;
  content: "";
  display: block;
}
.resize-active *,
.resize-active :after,
.resize-active :before {
  transition: none !important;
}
body {
  background-color: #fff;
}
.wrapper {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.accessibility {
  height: 1px;
  left: -10000px;
  overflow: hidden;
  position: absolute;
  top: auto;
  width: 1px;
}
.accessibility:focus {
  height: auto;
  position: static;
  width: auto;
}
.container,
.two-columns {
  margin: 0 auto;
  max-width: var(--container-width);
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: clamp(40px, 5vw, 60px);
}
@media (max-width: 90em) {
  .container {
    max-width: var(--medium-container-width);
  }
}
.ttl-box {
  margin: 0 -20px;
  padding: 21px 20px 7px;
  position: relative;
}
.ttl-box.no-border:before {
  display: none;
}
.ttl-box:before {
  background: #efeeee;
  border-top: 1px solid #08509f;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.ttl-box h2 {
  align-items: center;
  color: #08509f;
  display: flex;
  flex-direction: row;
  font-size: 21px;
  font-weight: 700;
  margin-bottom: 8px;
}
.ttl-box h2 svg {
  margin-right: 16px;
  width: 16px;
}
.ttl-box h4 {
  color: #08509f;
  font-size: 16px;
  margin: 0 0 15px;
}
.line {
  background: #c4c4c4;
  border: 0;
  display: block;
  height: 1px;
  margin: 4px 0 25px;
  width: 100%;
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
}
.no-gutters {
  margin-left: 0;
  margin-right: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  width: 100%;
}
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  min-width: 0;
}
.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}
.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}
.row-cols-3 > * {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}
.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}
.row-cols-6 > * {
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.col-auto {
  flex: 0 0 auto;
  max-width: 100%;
  width: auto;
}
.col-1 {
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}
.col-2 {
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.col-5 {
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}
.col-8 {
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}
.col-11 {
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}
.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
.order-first {
  order: -1;
}
.order-last {
  order: 13;
}
.order-0 {
  order: 0;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.order-3 {
  order: 3;
}
.order-4 {
  order: 4;
}
.order-5 {
  order: 5;
}
.order-6 {
  order: 6;
}
.order-7 {
  order: 7;
}
.order-8 {
  order: 8;
}
.order-9 {
  order: 9;
}
.order-10 {
  order: 10;
}
.order-11 {
  order: 11;
}
.order-12 {
  order: 12;
}
.offset-1 {
  margin-left: 8.333333%;
}
.offset-2 {
  margin-left: 16.666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.333333%;
}
.offset-5 {
  margin-left: 41.666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.333333%;
}
.offset-8 {
  margin-left: 66.666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.333333%;
}
.offset-11 {
  margin-left: 91.666667%;
}
.btn {
  align-items: center;
  border: 1px solid #08509f;
  border-radius: 8px;
  color: #08509f;
  display: inline-flex;
  flex-direction: row;
  font-size: 14px;
  font-weight: 700;
  gap: 16px;
  justify-content: center;
  letter-spacing: 0.2px;
  line-height: 1;
  padding: 11px 20px;
  -webkit-text-decoration: none;
  text-decoration: none;
  transition:
    color 0.3s ease,
    background 0.3s ease;
  vertical-align: top;
}
.btn svg {
  width: 24px;
}
.btn svg path {
  transition: fill 0.3s ease;
}
.btn:hover {
  background: #08509f;
  color: #fff;
}
.btn:hover svg path {
  fill: #fff;
}
.btn-primary {
  background: #08509f;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 8px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  padding: 14px 22px;
  -webkit-text-decoration: none;
  text-decoration: none;
  transition: background 0.3s ease;
  vertical-align: top;
}
.btn-primary:hover {
  background-color: #06386e;
  color: #fff;
}
.btn-download {
  background: #f6f6f6;
  border: 1px solid #08509f;
  border-radius: 8px;
  box-shadow: -8px 8px 0 #08509f;
  display: block;
  font-size: 14px;
  margin: 0 0 0 8px;
  max-width: 365px;
  padding: 16px 25px 16px 69px;
  position: relative;
  -webkit-text-decoration: none;
  text-decoration: none;
  transition: background 0.3s ease;
  vertical-align: top;
}
.btn-download:hover {
  background-color: #ddd;
}
.btn-download svg {
  left: 18px;
  position: absolute;
  top: 14px;
  width: 33px;
}
.btn-download strong {
  display: block;
  font-weight: 700;
  margin-bottom: 3px;
}
.btn-download span {
  color: #666;
  display: block;
  font-size: 12px;
  font-weight: 500;
}
.control-list {
  display: flex;
  line-height: 1;
}
.control-list li a {
  align-items: center;
  color: #333;
  display: flex;
  font-size: 11px;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.control-list li a:hover svg {
  transform: scale(1.05);
}
.control-list svg {
  margin-right: 5px;
  transition: transform 0.3s ease;
  vertical-align: top;
  width: 16px;
}
.recommended-row {
  margin: 0 -10px;
}
.recommended-row [class*="col-"] {
  padding-left: 10px;
  padding-right: 10px;
}
.recommended-row .simple-post__image {
  margin-bottom: 10px;
}
.recommended-row .simple-post {
  padding-bottom: 26px;
}
.recommended-row .simple-post__text-area {
  padding: 0;
}
.article-section {
  padding-bottom: 25px;
  padding-top: 25px;
}
.wrap-slider {
  position: relative;
}
.wrap-slider .swiper-navigation {
  position: absolute;
  top: -61px;
  right: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  gap: 20px;
  margin-top: 0;
}
.wrap-slider .ttl-box {
  padding-right: 90px;
}
.post-slider {
  padding-bottom: 15px;
  position: relative;
}
.post-slider .slide {
  padding: 0 16px 15px;
  width: 320px;
}
.post-slider .comment-post {
  margin: 0;
}
.post-slider .simple-post__image {
  margin-bottom: 15px;
}
.single-post-section {
  padding-bottom: 15px;
  position: relative;
}
.single-post-section .hero-img {
  margin: 0 -295px;
}
.single-post-section .hero-img img {
  vertical-align: top;
  width: 100%;
}
.single-post-section .head-box .ttl-sub {
  color: #333;
  display: block;
  font-size: 11px;
  font-weight: 700;
  margin-bottom: 8px;
  text-transform: uppercase;
}
.single-post-section .head-box h1 {
  color: #901f52;
  letter-spacing: -1px;
  margin-bottom: 6px;
}
.single-post-section .content-box .control-list a {
  font-size: 11px;
}
.single-post-section .content-box .control-list svg {
  width: 15px;
}
.single-post-section .btn-wrap-down {
  padding: 8px 0 28px;
}
.single-post-section .content-box {
  padding-bottom: 21px;
}
.author-single-info {
  border-top: 1px solid #c4c4c4;
  display: flex;
  padding: 8px 0;
}
.author-single-info .avatar {
  border-radius: 50%;
  height: 50px;
  margin-right: 12px;
  min-width: 50px;
  overflow: hidden;
  width: 50px;
}
.author-single-info .avatar img {
  height: 100%;
  vertical-align: top;
  width: 100%;
}
.author-single-info .holder-info {
  flex: 1 1 auto;
}
.author-single-info .info-list {
  color: #333;
  font-size: 10px;
  margin-bottom: 3px;
}
.author-single-info .info-list strong {
  font-weight: 700;
}
.contact-section {
  padding: 8px 0;
}
.contact-section .ttl-box {
  padding-bottom: 20px;
}
.contact-section .ttl-box h2 {
  font-size: 20px;
}
.contact-section .ttl-box svg {
  width: 32px;
}
.contact-form {
  margin: 0;
  padding: 0 0 15px;
}
.contact-form .contact-form-holder {
  background: #dceee8;
  border-radius: 16px;
  box-shadow: -8px 8px 0 #08509f;
  margin: 0 0 0 8px;
  padding: 23px;
}
.contact-form select {
  margin-bottom: 16px;
}
.contact-form textarea {
  background: #fff;
  border: 1px solid #d4d4d4;
  border-radius: 8px;
  color: #333;
  font-size: 12px;
  height: 200px;
  line-height: 1.2;
  margin-bottom: 14px;
  max-height: 250px;
  min-height: 200px;
  padding: 16px 15px;
  width: 100%;
  resize: none;
}
.contact-form input[type="submit"] {
  border: 0;
  display: block;
  height: 48px;
  margin: 0 auto;
  padding: 0;
  width: 101px;
}
.profile-section {
  padding: 0 0 40px;
}
.profile-section .profile-head {
  background: #901f52;
  border-radius: 16px;
  border-radius: 0 0 16px 0;
  display: flex;
  font-size: 12px;
  margin-bottom: 23px;
  margin-left: -20px;
  margin-right: -20px;
  padding: 20px;
}
.profile-section .profile-head .ttl {
  color: #fff;
  display: block;
  font-size: 17px;
  font-weight: 800;
  margin-bottom: 9px;
}
.profile-section .profile-head span {
  display: block;
}
.profile-section .profile-head span a {
  color: #fff;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.profile-section .profile-head span a:hover {
  -webkit-text-decoration: none;
  text-decoration: none;
}
.profile-section .profile-head .text-area {
  padding-top: 14px;
}
.profile-section .profile-avatar {
  border-radius: 50%;
  height: 72px;
  margin-right: 16px;
  min-width: 72px;
  overflow: hidden;
  width: 72px;
}
.profile-section .profile-avatar img {
  height: 100%;
  vertical-align: top;
  width: 100%;
}
.profile-section .checkbox-wrap {
  display: flex;
  flex-wrap: wrap;
}
.profile-section .checkbox-wrap .custom-checkbox {
  margin-right: 15px;
}
.profile-section h4 {
  align-items: center;
  color: #08509f;
  display: flex;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 15px;
}
.profile-section h4 svg {
  margin-right: 15px;
  width: 20px;
}
.profile-section .btn-wrap {
  text-align: center;
}
.profile-list {
  padding-bottom: 3px;
}
.profile-list li {
  margin-bottom: 14px;
  width: 100%;
}
.profile-list .ttl {
  color: #333;
  display: flex;
  font-weight: 700;
  margin-bottom: 8px;
  text-transform: uppercase;
}
.profile-list .ttl svg {
  margin-right: 8px;
  min-width: 16px;
  width: 16px;
}
.profile-list .text {
  color: #333;
  display: block;
  font-size: 14px;
  padding: 0 0 0 25px;
}
.profile-list .text a {
  color: #333;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.profile-list .text .address {
  font-style: normal;
  margin: 0;
}
.profile-list .text .address + .mod-link {
  margin-left: 0;
}
.profile-list .text .mod-link {
  color: #666;
  font-size: 12px;
  margin-left: 15px;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.profile-list .text .mod-link:hover {
  -webkit-text-decoration: none;
  text-decoration: none;
}
.profile-list .text .add-link {
  align-items: center;
  color: #666;
  display: inline-flex;
  font-size: 12px;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.profile-list .text .add-link:hover {
  -webkit-text-decoration: none;
  text-decoration: none;
}
.profile-list .text .add-link svg {
  margin-right: 7px;
  min-height: 16px;
  width: 16px;
}
.info-checkbox-holder {
  padding-bottom: 1px;
  padding-top: 6px;
}
.info-checkbox-holder .custom-checkbox {
  margin-bottom: 18px;
  margin-left: 0;
}
.info-checkbox {
  margin-bottom: 16px;
}
.info-checkbox .custom-checkbox {
  margin-bottom: 0;
}
.info-checkbox.active .opener svg {
  transform: rotate(180deg);
}
.info-checkbox .wrap {
  padding: 0 30px 0 0;
  position: relative;
}
.info-checkbox .opener {
  position: absolute;
  right: 0;
  top: 3px;
  width: 20px;
}
.info-checkbox .opener svg {
  transition: transform 0.3s ease;
}
.info-checkbox .slide {
  font-size: 14px;
  padding: 10px 0;
}
.info-checkbox .slide p {
  margin-bottom: 0;
}
.custom-checkbox [type="checkbox"] {
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  z-index: -1;
}
.custom-checkbox {
  margin-bottom: 20px;
}
.custom-checkbox label {
  align-items: center;
  color: #333;
  display: flex;
  font-size: 14px;
  line-height: 1.4;
}
.custom-checkbox .fake-label {
  flex: 1 1 auto;
  letter-spacing: 0.5px;
  position: relative;
  transition: color 0.3s ease;
}
.custom-checkbox .fake-input {
  background: #d4d4d4;
  border-radius: 16px;
  display: inline-block;
  height: 25px;
  margin-right: 8px;
  min-width: 38px;
  position: relative;
  vertical-align: middle;
  width: 38px;
}
.custom-checkbox [type="checkbox"] + .fake-input:before {
  background: #959595;
  border-radius: 50%;
  content: "";
  height: 19px;
  left: 3px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: left 0.3s ease;
  width: 19px;
}
.custom-checkbox [type="checkbox"]:checked + .fake-input:before {
  background: #08509f;
  left: 16px;
}
.custom-checkbox [type="checkbox"]:checked ~ .fake-label {
  color: #08509f;
  text-shadow: 0 0 1px #08509f;
}
.custom-checkbox input:disabled + .fake-input,
.custom-checkbox input:disabled ~ .fake-label {
  opacity: 0.5;
}
.contact-view-section {
  padding: 15px 0 30px;
}
.contact-view-section .ttl-box h2 {
  font-size: 24px;
}
.contact-view-section .ttl-box h2 svg {
  margin-right: 9px;
  width: 39px;
}
.filter-form {
  background: #eaeaea;
  border-radius: 16px;
  box-shadow: -8px 8px 0 #08509f;
  margin: 10px 0 44px 8px;
  max-width: 437px;
  padding: 16px;
}
.filter-form .filter-holder {
  display: flex;
  max-width: 568px;
  position: relative;
}
.filter-form .filter-holder .comment-form-comment {
  width: 100%;
}
.filter-form .filter-holder p {
  margin: 0;
}
.filter-form .filter-holder input[type="text"] {
  background: #fff;
  border: 1px solid #d4d4d4;
  border-radius: 8px;
  color: #333;
  font-size: 14px;
  height: 48px;
  line-height: 1.2;
  max-width: 100%;
  padding: 5px 55px 5px 15px;
  width: 100%;
}
.filter-form .filter-holder input[type="text"]::-moz-placeholder {
  color: #333;
}
.filter-form .filter-holder input[type="text"]:-ms-input-placeholder {
  color: #333;
}
.filter-form .filter-holder input[type="text"]::placeholder {
  color: #333;
}
.filter-form .filter-holder input[type="submit"] {
  background-color: #08509f;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='25' fill='none'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M23.56 14.012c.274-.266.393-.561.4-.845.035-.338-.082-.7-.425-1.01-3.395-2.873-8.148-7.069-11.482-10.112-.364-.327-.91.218-.57.57 2.52 2.825 5.965 6.62 8.822 9.666-6.666-.397-13.348-.116-19.989.592a.502.502 0 0 0-.424.424.494.494 0 0 0 .424.534c6.525.695 13.1.979 19.643.612L11.483 24.1c-.339.364.219.898.57.558L23.56 14.012Z' clip-rule='evenodd'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 .944h24v24H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  border: 0;
  border-radius: 8px;
  cursor: pointer;
  font-size: 0;
  height: 48px;
  position: absolute;
  right: 0;
  top: 0;
  width: 48px;
}
.filter-list {
  display: flex;
  flex-wrap: wrap;
  font-size: 24px;
  font-weight: 700;
  justify-content: center;
  line-height: 1;
  padding: 0 0 33px;
}
.filter-list li {
  margin: 0 4px 10px 5px;
}
.filter-list a {
  color: #08509f;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.contact-box {
  margin-left: -20px;
  margin-right: -20px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}
.contact-box:before {
  background: #efeeee;
  border-top: 1px solid #08509f;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.contact-box.active .opener svg {
  transform: rotate(180deg);
}
.contact-box.active .contact-list {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}
.contact-box .opener {
  position: absolute;
  right: 20px;
  top: 30px;
  width: 20px;
}
.contact-box .opener svg {
  transition: transform 0.3s ease;
}
.contact-box .head-holder {
  align-items: center;
  display: flex;
  padding: 15px 30px 15px 0;
}
.contact-box .head-holder-avatar {
  border-radius: 50%;
  height: 50px;
  margin-right: 15px;
  min-width: 50px;
  overflow: hidden;
  width: 50px;
}
.contact-box .head-holder-avatar img {
  height: 100%;
  width: 100%;
}
.contact-box .text-area {
  flex: 1 1 auto;
}
.contact-box .text-area .ttl {
  color: #000;
  display: block;
  font-size: 16px;
  margin: 0 0 5px;
}
.contact-box .text-area .pos {
  color: #525252;
  display: block;
  font-size: 14px;
}
.contact-box .slide {
  padding: 18px 0 6px;
}
.contact-box .slide .ttl-box:before {
  background: none;
  border-color: #c4c4c4;
}
.contact-box .slide .ttl-box h2 {
  font-size: 20px;
}
.contact-box .profile-list {
  padding-bottom: 3px;
}
.contact-box .profile-list .ttl {
  font-size: 14px;
}
.contact-box .comment-post {
  background: none;
  box-shadow: none;
  margin: 0 0 10px;
  padding: 20px 0;
}
.contact-box .comment-post__head {
  font-size: 12px;
  margin: 0 0 18px;
}
.contact-box .comment-post__avatar {
  height: 50px;
  min-width: 50px;
  width: 50px;
}
.contact-box .comment-post__holder {
  padding: 0 0 0 23px;
}
.contact-box .comment-post__img {
  margin-bottom: 20px;
}
.contact-box .control-list svg {
  height: 24px;
  width: 24px;
}
.contact-list {
  display: flex;
  opacity: 0;
  transition:
    visibility 0.3s ease,
    opacity 0.3s ease,
    z-index 0.3s ease;
  visibility: hidden;
  z-index: -1;
}
.contact-list li {
  margin: 0 4px;
}
.contact-list a {
  align-items: center;
  background: #08509f;
  border: 1px solid #fff;
  border-radius: 8px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  display: flex;
  height: 40px;
  justify-content: center;
  padding: 5px;
  width: 40px;
}
.part {
  color: #08509f;
  font-size: 44px;
  font-weight: 700;
  margin-left: -20px;
  margin-right: -20px;
  padding: 20px;
  position: relative;
}
.part:before {
  background: #efeeee;
  border-top: 1px solid #08509f;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    min-width: 0;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    max-width: 100%;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .two-columns {
    display: flex;
  }
  .two-columns .content {
    width: 70%;
  }
  .two-columns .sidebar {
    padding-left: 30px;
    width: 30%;
  }
  .comment-form {
    margin: 0;
    padding: 29px 0 23px;
  }
  .wp-caption {
    font-size: 14px;
    margin: 0;
    max-width: 100%;
    padding: 36px 0 40px;
  }
  .wp-caption p {
    margin: 15px 0 0;
  }
  blockquote {
    font-size: 24px;
    padding: 27px 0 36px 121px;
  }
  blockquote:before {
    height: 34px;
    left: 27px;
    top: 43px;
    width: 56px;
  }
  .commentlist-box {
    border: 0;
    margin-bottom: 0;
    margin-top: 0;
    padding: 37px 0 40px;
  }
  .commentlist-box .avatar-holder {
    display: block;
  }
  .commentlist-box .commentlist-holder {
    font-size: 20px;
  }
  .commentlist-box .commentlist-holder p {
    color: #08509f;
    margin-bottom: 16px;
  }
  .commentlist-box .commentlist-holder .meta {
    font-size: 12px;
  }
  .comments h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .comments h2 svg {
    height: 24px;
    width: 24px;
  }
  .commentlist .avatar-holder {
    margin: 0 24px 4px 0;
  }
  .commentlist-item {
    padding-bottom: 20px;
  }
  .commentlist-item .commentlist-item {
    padding-left: 32px;
  }
  .commentlist-item .avatar-holder {
    height: 82px;
    min-width: 82px;
    width: 82px;
  }
  .commentlist-item .commentlist-holder {
    font-size: 16px;
  }
  .commentlist-item .commentlist-holder p {
    margin-bottom: 17px;
  }
  .commentlist-item .commentlist-holder .meta {
    font-size: 12px;
  }
  .commentlist-item .control-list a {
    font-size: 13px;
  }
  .commentlist-item .control-list svg {
    width: 24px;
  }
  .commentlist-item .commentlist-item,
  .commentlist-item + .commentlist-item {
    padding-top: 32px;
  }
  select {
    background-position: 96% 50%;
    font-size: 14px;
  }
  .ttl-box {
    margin: 0;
    padding: 29px 0 7px;
  }
  .ttl-box h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .ttl-box h2 svg {
    width: 32px;
  }
  .line {
    margin: 4px 0 40px;
  }
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    min-width: 0;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    max-width: 100%;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
  .btn-download {
    font-size: 16px;
  }
  .featured-section {
    padding: 30px 0;
  }
  .simple-post.xl-post .simple-post__text-area {
    margin: -110px 10% 0 0;
  }
  .simple-post__text-area {
    padding: 0;
  }
  .comment-post.xl-post {
    margin-bottom: 62px;
  }
  .comment-post.xl-post .comment-post__avatar {
    height: 82px;
    min-width: 82px;
    width: 82px;
  }
  .comment-post.xl-post .comment-post__head {
    font-size: 12px;
  }
  .comment-post.xl-post h3 {
    font-size: 24px;
  }
  .comment-post.xl-post .comment-post__img {
    margin-right: -9px;
  }
  .comment-post.xl-post .control-list svg {
    width: 24px;
  }
  .recommended-row {
    margin: 0 -16px;
  }
  .recommended-row [class*="col-"] {
    padding-left: 16px;
    padding-right: 16px;
  }
  .recommended-row .simple-post__image {
    margin-bottom: 15px;
  }
  .article-section {
    padding-bottom: 40px;
    padding-top: 40px;
  }
  .post-slider .slide {
    width: 385px;
  }
  .post-slider .slide.width-sm {
    width: 377px;
  }
  .single-post-section .hero-img {
    margin: 0;
  }
  .single-post-section .head-box .ttl-sub {
    font-size: 18px;
    margin-bottom: 16px;
  }
  .single-post-section .head-box h1 {
    margin-bottom: 14px;
  }
  .single-post-section .content-box .control-list a {
    font-size: 13px;
  }
  .single-post-section .content-box .control-list svg {
    width: 24px;
  }
  .single-post-section .btn-wrap-down {
    padding: 35px 0 62px;
  }
  .single-post-section .content-box {
    padding-bottom: 55px;
  }
  .author-single-info {
    padding: 16px 0;
  }
  .author-single-info .avatar {
    height: 82px;
    margin-right: 16px;
    min-width: 82px;
    width: 82px;
  }
  .author-single-info .info-list {
    font-size: 12px;
    margin-bottom: 17px;
    padding-top: 3px;
  }
  .author-single-info .info-list li {
    margin-bottom: 3px;
  }
  .contact-section {
    padding: 15px 0;
  }
  .contact-section .ttl-box {
    padding-bottom: 22px;
  }
  .contact-form .contact-form-holder {
    padding: 32px;
  }
  .contact-form textarea {
    font-size: 14px;
  }
  .profile-section {
    padding: 40px 0;
  }
  .profile-section .profile-head {
    border-radius: 16px;
    margin-bottom: 42px;
    margin-left: 0;
    margin-right: 0;
  }
  .profile-section .checkbox-wrap .custom-checkbox {
    margin-right: 84px;
  }
  .profile-section h4 {
    margin-bottom: 32px;
  }
  .profile-section h4 svg {
    width: 20px;
  }
  .profile-list {
    -moz-column-count: 2;
    column-count: 2;
    -moz-column-gap: 40px;
    column-gap: 40px;
    padding-bottom: 0;
  }
  .profile-list li {
    display: inline-block;
    margin-bottom: 34px;
    vertical-align: top;
  }
  .profile-list .ttl {
    margin-bottom: 10px;
  }
  .profile-list .ttl svg {
    margin-right: 16px;
    min-width: 20px;
    width: 20px;
  }
  .profile-list .text {
    font-size: 18px;
    padding: 0 0 0 37px;
  }
  .profile-list .text .add-link,
  .profile-list .text .mod-link {
    font-size: 16px;
  }
  .profile-list .text .add-link svg {
    margin-right: 7px;
    min-height: 24px;
    width: 24px;
  }
  .info-checkbox-holder {
    padding-bottom: 21px;
    padding-top: 0;
  }
  .custom-checkbox {
    margin-bottom: 34px;
  }
  .filter-list {
    font-size: 32px;
  }
  .contact-box {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .contact-box .opener {
    right: 0;
    top: 60px;
  }
  .contact-box .head-holder {
    padding: 29px 56px 24px 0;
  }
  .contact-box .head-holder-avatar {
    height: 82px;
    margin-right: 40px;
    min-width: 82px;
    width: 82px;
  }
  .contact-box .text-area .ttl {
    font-size: 18px;
    margin: 0 0 9px;
  }
  .contact-box .slide .ttl-box {
    padding: 41px 0 0;
  }
  .contact-box .comment-post__avatar {
    height: 82px;
    min-width: 82px;
  }
  .contact-list li {
    margin: 0 8px;
  }
  .contact-list a {
    height: 48px;
    width: 48px;
  }
  .part {
    font-size: 64px;
    margin: 0;
    padding: 46px 0 38px;
  }
}
@media (min-width: 1024px) {
  blockquote {
    font-size: 32px;
  }
  .h1,
  h1 {
    font-size: 45px;
  }
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    min-width: 0;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    max-width: 100%;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
  .featured-section {
    padding: 60px 0;
  }
  .featured-section .container > .row,
  .featured-section .two-columns > .row {
    margin-bottom: 55px;
  }
  .featured-section .col-space-between > .row {
    align-content: space-between;
    height: 100%;
  }
  .contact-box .comment-post {
    padding: 20px 32px 21px 0;
  }
  .contact-box .comment-post h3 {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    min-width: 0;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    max-width: 100%;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-05 {
    margin-left: 4.166666%;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
  .featured-section {
    padding: 56px 0;
  }
}
@media (min-width: 1440px) {
  .info-checkbox-holder .custom-checkbox {
    margin-left: 32px;
  }
  .info-checkbox .custom-checkbox {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .navigation .page-numbers,
  .navigation-comments .page-numbers {
    padding: 0 3px;
  }
  .navigation .next,
  .navigation .prev,
  .navigation-comments .next,
  .navigation-comments .prev,
  .navigation-single .next a,
  .navigation-single .prev a {
    padding: 4px;
  }
  .commentlist-box .commentlist-holder p {
    letter-spacing: -1px;
    line-height: 1.15;
  }
  .commentlist-item,
  .comments {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 27px;
  }
}
@media (max-width: 1023px) {
  iframe {
    width: 100%;
  }
}
.youtube-poster {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  cursor: pointer;
  background-color: #000;
  overflow: hidden;
}
.youtube-poster img {
  width: 100%;
  height: 100%;
  font-family: "object-fit:cover";
  -o-object-fit: cover;
  object-fit: cover;
  transition: opacity 0.3s;
}
.youtube-poster:hover img {
  opacity: 0.8;
}
.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70px;
  height: 70px;
  background: rgba(255, 0, 0, 0.9);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.play-button::after {
  content: "";
  border-style: solid;
  border-width: 15px 0 15px 25px;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #fff;
  margin-left: 5px;
}
