/*!************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./src/scss/theme.scss ***!
  \************************************************************************************************************************************************************************************/
@charset "UTF-8";
:root {
  --color-primary: #a3e3fe;
  --color-on-primary: #fff;
  --color-secondary: #008cc8;
  --color-black-medium: #3d3d3d;
  --color-orange: #f37021;
  --color-violet: #8b6baf;
  --color-rouge: #e93833;
  --color-turquoise: #00828f;
  --color-vert: #8fb430;
  --color-headings: #195974;
  --color-h1: #a3e3fe;
  --color-h2: #a3e3fe;
  --color-h3: #a3e3fe;
  --color-h4: #a3e3fe;
  --color-text: #fff;
  --color-link: #a3e3fe;
  --color-link--hover: #fff;
  --color-breadcrumb: #000000;
  --color-accent: #e91e63;
  --color-body: #7b7b7b;
  --color-header: transparent;
  --color-footer: transparent;
  --color-footer-infos: #fff;
  --color-footer-link: #fff;
  --color-footer-link--hover: #a3e3fe;
  --color-nav-bg: #008cc8;
  --color-nav-link: #fff;
  --color-nav-link--hover: #a3e3fe;
  --color-nav-link-bg: transparent;
  --color-nav-link-bg--hover: transparent;
  --color-nav-submenu-bg: transparent;
  --color-burger-trigger: transparent;
  --color-burger-trigger--open: transparent;
  --color-burger-icon: #008cc8;
  --color-burger-icon--open: #fff;
  --color-border: #e0e0e0;
  --color-input-bg: #f9f9f9;
  --color-input-text: black;
  --color-input-border: #d6d6d6;
  --color-placeholder: #888888;
  --color-screen: #fff;
  --space-xs: 0.25rem;
  --space-sm: 0.5rem;
  --space-md: 1rem;
  --space-lg: 2rem;
  --space-xl: 4rem;
  --radius-none: 0;
  --radius-sm: 2px;
  --radius-md: 4px;
  --radius-lg: 7px;
  --radius-pill: 9999px;
  --duration-fast: 150ms;
  --duration-normal: 300ms;
  --duration-slow: 600ms;
  --font-family-main: Open Sans;
  --font-family-heading: Open Sans;
  --font-family-mono: Open Sans;
  --font-weight-regular: 400;
  --font-weight-medium: 500;
  --font-weight-bold: 700;
  --base-font-size: 16px;
  --font-size-breadcrumb: 1rem;
  --container-max: 62.5rem;
  --header-height: 280px;
  --header-height-mobile: 190px;
  --header-height-scrolled: 80px;
  --header-padding: 0;
  --main-padding: 0 0;
  --footer-padding-x: clamp(0rem, 1.768rem + -2.2099vw, 1.25rem);
  --footer-padding-y: 0;
  --footer-infos-height: 50px;
  --footer-infos-padding: 0 0;
  --nav-trigger-width: 35px;
  --nav-trigger-height: 35px;
  --nav-trigger-border-radius: 4px;
  --menu-burger-width: 33px;
  --menu-burger-height: 3px;
  --input-border: var(--color-text);
  --searchbox-bg: var(--color-text);
  --searchbox-submit: var(--color-on-text);
  --searchbox-border: var(--color-text);
  --searchbox-text: var(--color-on-text);
  --btn-background: #000;
  --btn-color: #fff;
  --btn-border: none;
  --icon-btn-width: 2.8125rem;
  --icon-btn-height: 2.8125rem;
  --icon-size-width: 2.5625rem;
  --icon-size-height: 2.5625rem;
  --icon-bg-color: #000;
  --timing: 0.3s;
  --curve: ease;
}

/* normalize & reset */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  min-height: 100vh;
  font-size: var(--font-size-body);
  line-height: 1.5;
  text-rendering: optimizeSpeed;
  font-family: var(--font-family-main), system-ui, sans-serif;
  font-weight: 400;
  margin: 0;
  scroll-behavior: smooth;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

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

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

input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

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

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

:where(ul, ol):where([role=list], .sub-menu) {
  margin: 0;
  padding: 0;
  list-style: none;
}

html:focus-within {
  scroll-behavior: smooth;
}

a:not([class]) {
  text-decoration-thickness: max(0.08em, 1px);
  text-underline-offset: 0.15em;
}

img,
picture,
svg {
  display: block;
  max-width: 100%;
}

img[width] {
  height: auto;
}

svg {
  fill: currentColor;
  pointer-events: none;
}

:target {
  scroll-margin-top: 2rem;
}

:focus {
  scroll-margin-bottom: 8vh;
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
  }
}
/* end - normalize & reset */
html {
  background: var(--color-body) url(assets/eb14c82bbe7fcc97fae7.webp) top left repeat-x;
}

body {
  background: transparent url(assets/f7e78f5c92dc3eb9f1e4.webp) top center no-repeat;
}

@font-face {
  font-family: "Open Sans";
  src: url(assets/80e9b54f4fd336ac7ea6.woff) format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Open Sans";
  src: url(assets/ff2cc377991601bb87c3.woff) format("woff");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Open Sans";
  src: url(assets/ab6e9d5d7db5dfffc24d.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Open Sans";
  src: url(assets/cbd0a0ff6bb87d073db2.woff) format("woff");
  font-weight: 600;
  font-style: normal;
}
:root {
  --font-size-body: clamp(1rem, 1rem + 0vw, 1rem);
  --font-size-nav: clamp(0.875rem, 0.875rem + 0vw, 0.875rem);
  --font-size-h4: clamp(1rem, 1rem + 0vw, 1rem);
  --font-size-h3: clamp(1.25rem, 0.875rem + 1.6vw, 1.875rem);
  --font-size-h2: clamp(1.8125rem, 1.5125rem + 1.28vw, 2.3125rem);
  --font-size-h1: clamp(1.25rem, 0.95rem + 1.28vw, 1.75rem);
}

nav,
.font-size-nav {
  font-size: var(--font-size-nav);
  font-family: var(--font-family-heading);
  font-weight: 400;
  color: var(--color-nav);
  text-transform: uppercase;
  line-height: 1.25;
}

h4,
.font-size-h4 {
  font-size: var(--font-size-h4);
  font-family: var(--font-family-heading);
  font-weight: 400;
  color: var(--color-h4);
  text-transform: uppercase;
  line-height: 1.25;
}

h3,
.font-size-h3 {
  font-size: var(--font-size-h3);
  font-family: var(--font-family-heading);
  font-weight: 400;
  color: var(--color-h3);
  text-transform: uppercase;
  line-height: 1.25;
}

h2,
.font-size-h2 {
  font-size: var(--font-size-h2);
  font-family: var(--font-family-heading);
  font-weight: 400;
  color: var(--color-h2);
  text-transform: uppercase;
  line-height: 1.25;
}

h1,
.font-size-h1 {
  font-size: var(--font-size-h1);
  font-family: var(--font-family-heading);
  font-weight: 400;
  color: var(--color-h1);
  text-transform: uppercase;
  line-height: 1.25;
}

article, .content {
  --content-spacer: 1em;
}
article > * + *,
article :where(ul:not([class])) li + li, .content > * + *,
.content :where(ul:not([class])) li + li {
  margin-block-start: var(--content-spacer);
}
article :where(ul, ol) + p, .content :where(ul, ol) + p {
  margin-block-start: calc(var(--content-spacer) * 2);
}
article .entry-header > * + *,
article .entry-content > * + *, .content .entry-header > * + *,
.content .entry-content > * + * {
  margin-block-start: 1rem;
}
article blockquote, .content blockquote {
  margin-block: 2rem;
  padding: 0.5em 1.5em;
  border-left: 2px solid var(--color-primary);
}
article > a:not([class]), .content > a:not([class]) {
  display: inline-block;
}
article hr, .content hr {
  margin: 8vh 5vw;
  border-style: dashed;
  border-color: var(--color-primary);
}

strong {
  font-weight: var(--font-weight-bold);
}

h1 {
  margin-block-start: 1.5rem;
  text-align: right;
  color: var(--color-primary);
  letter-spacing: 0.2em;
}
.single h1 {
  background-color: var(--color-primary);
  color: var(--color-headings);
  letter-spacing: 0.15em;
}
.personnes-handicapees .entry-header h1 {
  background: url(assets/dc261b732b702408ab5d.webp) right top no-repeat;
  background-size: 3.0625rem 3.0625rem;
  display: flex;
  height: 3.0625rem;
  justify-content: flex-end;
  align-items: center;
  padding-inline-end: 4.8125rem;
  margin-block-end: 1.5rem;
  color: white;
}
.personnes-agees .entry-header h1 {
  background: url(assets/495d2e56d16bc7f98605.webp) right top no-repeat;
  background-size: 3.0625rem 3.0625rem;
  display: flex;
  height: 3.0625rem;
  justify-content: flex-end;
  align-items: center;
  padding-inline-end: 4.8125rem;
  margin-block-end: 1.5rem;
  color: white;
}
.sante-et-bien-etre .entry-header h1 {
  background: url(assets/7765490ada01c2da8b2a.webp) right top no-repeat;
  background-size: 3.0625rem 3.0625rem;
  display: flex;
  height: 3.0625rem;
  justify-content: flex-end;
  align-items: center;
  padding-inline-end: 4.8125rem;
  margin-block-end: 1.5rem;
  color: white;
}
.collectivites .entry-header h1 {
  background: url(assets/71e271ed60256ca7c9ae.webp) right top no-repeat;
  background-size: 3.0625rem 3.0625rem;
  display: flex;
  height: 3.0625rem;
  justify-content: flex-end;
  align-items: center;
  padding-inline-end: 4.8125rem;
  margin-block-end: 1.5rem;
  color: white;
}
.professionnels-de-sante .entry-header h1 {
  background: url(assets/96faa7cccb7085631d22.webp) right top no-repeat;
  background-size: 3.0625rem 3.0625rem;
  display: flex;
  height: 3.0625rem;
  justify-content: flex-end;
  align-items: center;
  padding-inline-end: 4.8125rem;
  margin-block-end: 1.5rem;
  color: white;
}

h2.home-title, h2.page-title {
  text-align: right;
  font-weight: 400;
  margin-block-end: 1.5rem;
}

h3 a {
  text-align: right;
  font-weight: 400;
  background-color: var(--color-primary);
  color: var(--color-headings);
  display: block;
  padding-inline: 1rem;
  line-height: 1.25;
}

.personnes-handicapees .entry-content h4 {
  background-color: var(--color-orange);
  font-weight: 700;
  color: black;
  padding: 0.5rem 1rem;
}
.personnes-agees .entry-content h4 {
  background-color: var(--color-violet);
  font-weight: 700;
  color: black;
  padding: 0.5rem 1rem;
}
.sante-et-bien-etre .entry-content h4 {
  background-color: var(--color-rouge);
  font-weight: 700;
  color: black;
  padding: 0.5rem 1rem;
}
.collectivites .entry-content h4 {
  background-color: var(--color-turquoise);
  font-weight: 700;
  color: black;
  padding: 0.5rem 1rem;
}
.professionnels-de-sante .entry-content h4 {
  background-color: var(--color-vert);
  font-weight: 700;
  color: black;
  padding: 0.5rem 1rem;
}

h5,
h6 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.3em;
  color: #a3e3fe;
}

:is(a, button, input, textarea, summary) {
  --outline-size: max(2px, 0.08em);
  --outline-style: solid;
  --outline-color: currentColor;
}
:is(a, button, input, textarea, summary):focus {
  outline: var(--outline-size) var(--outline-style) var(--outline-color);
  outline-offset: var(--outline-offset, var(--outline-size));
}
:is(a, button, input, textarea, summary):focus-visible {
  outline: var(--outline-size) var(--outline-style) var(--outline-color);
  outline-offset: var(--outline-offset, var(--outline-size));
}
:is(a, button, input, textarea, summary):focus:not(:focus-visible) {
  outline: none;
}

/* Text meant only for screen readers. */
.skip-link {
  transition: all 0.3s ease;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute;
  left: auto;
  right: auto;
  width: 1px;
}
.skip-link:focus {
  background-color: var(--color-screen);
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto;
  color: var(--color-on-screen);
  display: block;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
.skip-link:focus-visible {
  outline: 2px dashed var(--color-on-screen);
  outline-offset: 2px;
}

.inclusively-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  white-space: nowrap;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
}

/*
* Animations styles
*/
.headroom {
  transition: transform 200ms linear;
}

.slideDown {
  transform: translateY(0%);
}

.slideUp {
  transform: translateY(-150%);
}

@keyframes slide-in {
  0% {
    opacity: 0;
    transform: translateX(80px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: inherit;
  font-size: 1rem;
  border: var(--btn-border);
  border-radius: var(--radius-sm);
  text-decoration: none;
  min-width: 10ch;
  cursor: pointer;
  transition: background-color var(--duration-base) var(--curve), color var(--duration-base) var(--curve);
  background-color: var(--btn-background);
  color: var(--btn-color);
}
.btn--primary {
  --btn-background: var(--color-primary);
  --btn-color: var(--color-on-primary);
}
.btn--secondary {
  --btn-background: var(--color-secondary);
  --btn-color: var(--color-on-secondary);
}
.btn--text {
  --btn-background: var(--color-text);
  --btn-color: var(--color-on-text);
}
.btn--error {
  --btn-background: var(--color-error);
  --btn-color: var(--color-on-error);
}
.btn--sm {
  font-size: 0.875rem;
  padding: var(--space-xxs) var(--space-xs);
}
.btn--md {
  font-size: 1rem;
  padding: var(--space-xs) var(--space-sm);
}
.btn--lg {
  font-size: 1.125rem;
  padding: var(--space-sm) var(--space-md);
}
.btn:hover, .btn:active, .btn:focus {
  background-color: var(--btn-color);
  color: var(--btn-background);
  border-color: currentColor;
}
.btn--icon {
  display: inline-block;
  border-radius: var(--radius-pill);
  text-indent: -5000%;
  overflow: hidden;
  width: var(--icon-btn-width);
  height: var(--icon-btn-height);
}
.btn--icon__facebook {
  background: var(--icon-bg-color, transparent) url(assets/4b37ad9198f4dc229e8d.svg) center center no-repeat;
  background-size: auto;
  width: var(--icon-size-width, 1.5625rem);
  height: var(--icon-size-height, 1.5625rem);
}
.btn--icon__instagram {
  background: var(--icon-bg-color, transparent) url(assets/09a17e99ebbace6d9e89.svg) center center no-repeat;
  background-size: auto;
  width: var(--icon-size-width, 1.5625rem);
  height: var(--icon-size-height, 1.5625rem);
}
.btn--icon__pinterest {
  background: var(--icon-bg-color, transparent) url(assets/c85e5b63c955171eedfa.svg) center center no-repeat;
  background-size: auto;
  width: var(--icon-size-width, 1.5625rem);
  height: var(--icon-size-height, 1.5625rem);
}
.btn--icon__twitter {
  background: var(--icon-bg-color, transparent) url(assets/783c00237a5316ba2916.svg) center center no-repeat;
  background-size: auto;
  width: var(--icon-size-width, 1.5625rem);
  height: var(--icon-size-height, 1.5625rem);
}
.btn--icon__vimeo {
  background: var(--icon-bg-color, transparent) url(assets/cacf6291385c98b54049.svg) center center no-repeat;
  background-size: auto;
  width: var(--icon-size-width, 1.5625rem);
  height: var(--icon-size-height, 1.5625rem);
}
.btn--icon__youtube {
  background: var(--icon-bg-color, transparent) url(assets/562b9b7416b99b635356.svg) center center no-repeat;
  background-size: auto;
  width: var(--icon-size-width, 1.5625rem);
  height: var(--icon-size-height, 1.5625rem);
}

form.wpcf7-form input,
form.wpcf7-form textarea {
  border-radius: var(--radius-lg);
  border: none;
  height: 2.1875rem;
  margin-block-end: 1rem;
  color: black;
  padding-inline: 0.5rem;
}
form.wpcf7-form input.placeholder,
form.wpcf7-form textarea.placeholder {
  color: black;
}
form.wpcf7-form input:-moz-placeholder,
form.wpcf7-form textarea:-moz-placeholder {
  color: black;
}
form.wpcf7-form input::-moz-placeholder,
form.wpcf7-form textarea::-moz-placeholder {
  color: black;
}
form.wpcf7-form input:-ms-input-placeholder,
form.wpcf7-form textarea:-ms-input-placeholder {
  color: black;
}
form.wpcf7-form input::-webkit-input-placeholder,
form.wpcf7-form textarea::-webkit-input-placeholder {
  color: black;
}
form.wpcf7-form textarea {
  min-height: 9.375rem;
}
form.wpcf7-form input[type=submit] {
  background-color: var(--color-primary);
  padding-inline: 2rem;
  text-transform: uppercase;
  transition: all var(--timing) var(--curve);
}
form.wpcf7-form input[type=submit]:hover, form.wpcf7-form input[type=submit]:active, form.wpcf7-form input[type=submit]:focus {
  background-color: white;
}
form label {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}
form label:focus {
  font-size: 0.875rem;
  background-color: var(--color-screen);
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: var(--color-text);
  display: block;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

a {
  text-decoration: none;
  color: var(--color-link);
  font-weight: 700;
  transition: all var(--timing) var(--curve);
}
a:hover, a:active, a:focus {
  color: var(--color-link--hover, var(--color-link));
  text-decoration: none !important;
}
a:not([class]):hover, a:not([class]):active, a:not([class]):focus {
  text-decoration: underline;
}
a.wp-block-file__button {
  background-color: var(--color-link);
  border: 1px solid var(--color-link);
}
a.wp-block-file__button:hover, a.wp-block-file__button:active, a.wp-block-file__button:focus {
  background-color: transparent;
  color: var(--color-link);
}

.image {
  -o-object-fit: cover;
     object-fit: cover;
  height: var(--ratio-unsupported-height);
  max-height: var(--image-max-height);
}
@supports (aspect-ratio: 1) {
  .image {
    aspect-ratio: var(--image-aspect-ratio);
    height: unset;
  }
}
.image--fullwidth {
  width: 100%;
}
.image--limited-height {
  --image-max-height: 60vh;
}

.site-branding {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  flex: 1;
  padding-block: 0.3125rem;
}
.site-branding .site-logo {
  display: inline-block;
  line-height: 0;
}
.site-branding .site-logo__img {
  width: 6.875rem;
  height: auto;
}
@media (min-width: 768px) {
  .site-branding {
    justify-content: flex-start;
  }
}
@media (min-width: 992px) {
  .site-branding {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
  .site-branding .site-logo__img {
    width: 8.5rem;
  }
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: var(--font-size-breadcrumb, 1rem);
  gap: 0.5rem;
  margin: 0;
  padding-block: 0 0.5rem;
  background-color: transparent;
  color: white;
  font-weight: var(--font-weight-light);
  text-transform: none;
  font-size: 0.75rem;
}
.breadcrumb a {
  color: white !important;
  text-decoration: none;
  transition: color var(--timing, 0.3s) var(--curve, ease);
}
.breadcrumb a:hover {
  color: var(--color-accent, #0073aa);
}
.breadcrumb .sep {
  color: white;
  font-size: 0.9em;
  margin: 0 0.25em;
}
.breadcrumb span[itemprop=itemListElement] {
  display: inline-flex;
  align-items: center;
}
.breadcrumb span[itemprop=name] {
  white-space: nowrap;
}
@media (min-width: 992px) {
  .breadcrumb .container {
    padding-inline-start: 13.125rem;
  }
}

.navbar {
  padding: 1rem;
}
.navbar ul {
  --gap: 1.5rem;
  align-items: center;
  justify-content: center;
}
.navbar a:not([class]) {
  color: inherit;
  text-decoration: none;
}
.navbar a:not([class]):hover {
  text-decoration: underline;
}
.navbar a:not([class]):focus-visible {
  --outline-offset: 0.25em;
  border-radius: 2px;
}
.navbar a:not([class])[aria-current] {
  font-weight: bold;
}
.navbar a.navbar-image {
  color: inherit;
}
.navbar--centered {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
.navbar--divided {
  --breakpoint: 70ch;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
.navbar--divided::before {
  content: "";
  flex-basis: calc((var(--breakpoint) - 100%) * 500);
  flex-grow: 100;
}
.navbar--divided > :first-child {
  order: -1;
}

.card {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: start;
  gap: var(--card-gap, 1rem);
  background-color: var(--card-background, #fff);
  box-shadow: 0 0.25rem 0.45rem -0.15rem rgba(0, 0, 0, 0.5);
  border-radius: var(--card-radius, 0.5rem);
}
.card > :is(h1, h2, h3, h4) {
  margin-block-end: 0;
}
.card > :is(h1, h2, h3, h4) a {
  text-decoration: none;
}
.card > :is(h1, h2, h3, h4) a:hover {
  text-decoration: underline;
}
.card > :first-child:not(img) {
  margin-block-start: var(--card-gutter, clamp(1.25rem, 5%, 1.75rem));
}
.card > *:not(img) {
  margin-inline: var(--card-gutter, clamp(1.25rem, 5%, 1.75rem));
}
.card > :last-child:not(img) {
  margin-block-end: var(--card-gutter, clamp(1.25rem, 5%, 1.75rem));
}
.card > img:first-child {
  border-radius: var(--card-radius, 0.5rem) var(--card-radius, 0.5rem) 0 0;
}
.card > img:last-child {
  border-radius: 0 0 var(--card-radius, 0.5rem) var(--card-radius, 0.5rem);
}
.card > :is(.button, .layout-flex, a) {
  margin-block-start: auto;
}
.card > :is(h1, h2, h3, h4) a::before,
.card > .button:only-of-type::before {
  content: "";
  position: absolute;
  inset: 0;
}

.form-group + .form-group {
  margin-block-start: var(--form-group-spacer);
}
.form-group label {
  line-height: 1;
}
.form-group label:not(.form-control) {
  display: block;
}
.form-group label + .form-field {
  margin-block-start: 0.5em;
}

.form-control {
  display: inline-grid;
  grid-template-columns: 1em 1fr;
  gap: 0.5em;
}
.form-control input {
  width: 1.15em;
  height: 1.15em;
  margin: 0;
  border: 0.15em solid var(--form-border-color);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: var(--form-background);
  display: grid;
  place-content: center;
}
.form-control [type=checkbox] {
  border-radius: var(--form-border-radius);
}
.form-control [type=checkbox]::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
  transform: scale(0);
  transform-origin: bottom left;
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em var(--form-control-shadow-color);
  background-color: CanvasText;
}
.form-control [type=checkbox]:checked::before {
  transform: scale(1);
}
.form-control [type=radio] {
  border-radius: 50%;
}
.form-control [type=radio]::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  background-color: var(--form-control-bg-color);
  border-radius: 50%;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em var(--form-control-shadow-color);
  background-color: CanvasText;
}
.form-control [type=radio]:checked::before {
  transform: scale(1);
}

.form-error {
  --form-outline-color: var(--color-error);
}
.form-error label, .form-error-text {
  color: var(--color-error);
}
.form-error-text {
  display: block;
  margin-block-start: 0.25em;
}

/*
* Mobile Nav Trigger
*/
.nav-trigger {
  display: inline-block;
  background: var(----color-burger-trigger);
  color: transparent;
  width: var(--nav-trigger-width);
  height: var(--nav-trigger-height);
  overflow: hidden;
  position: relative;
  top: -3.125rem;
  text-indent: 100%;
  transition: all 0.3s ease;
  white-space: nowrap;
  border: none;
  z-index: 100;
}
.nav-trigger span {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.nav-trigger span::before, .nav-trigger span::after {
  content: "";
  left: 0;
  top: 0;
  transition: transform 0.3s ease;
  background: var(--menu-burger--open);
}
.nav-trigger span::before {
  transform: translateY(-10px);
}
.nav-trigger span::after {
  transform: translateY(10px);
}
.nav-trigger span,
.nav-trigger span::before,
.nav-trigger span::after {
  background: var(--color-burger-icon);
  width: var(--menu-burger-width);
  height: var(--menu-burger-height);
  position: absolute;
  border-radius: var(--menu-burger-border-radius);
}
@media (min-width: 992px) {
  .nav-trigger {
    display: none;
  }
}
.nav-open .nav-trigger {
  background: var(--color-burger-trigger--open);
}
.nav-open .nav-trigger span {
  background: transparent;
}
.nav-open .nav-trigger span::before, .nav-open .nav-trigger span::after {
  background: var(--color-burger-icon--open);
}
.nav-open .nav-trigger span::before {
  transform: rotate(-45deg);
}
.nav-open .nav-trigger span::after {
  transform: rotate(45deg);
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.back-to-top-link {
  position: fixed;
  pointer-events: all;
  top: calc(100vh - 6rem);
  left: auto;
  right: 3rem;
  display: inline-block;
  text-decoration: none;
  font-size: 2rem;
  line-height: 3rem;
  text-align: center;
  width: 2.5rem;
  height: 5rem;
  padding: 0.25rem;
  transition: all 150ms ease-in;
  opacity: 0;
}
.back-to-top-link.show {
  opacity: 1;
}
.back-to-top-link svg {
  transition: all 150ms ease;
  fill: var(--color-primary);
  -o-object-fit: cover;
     object-fit: cover;
}
.back-to-top-link:hover, .back-to-top-link:focus {
  transform: scale(1.05);
}
.back-to-top-link:hover svg, .back-to-top-link:focus svg {
  fill: inherit;
}
.back-to-top-link:focus {
  outline: none;
  box-shadow: 0 0 0 3px var(--color-primary);
}

#comments {
  flex-wrap: wrap;
  flex-direction: column;
}

.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.widget {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
}

.site-header {
  background: var(--color-header);
  color: var(--color-text);
  height: var(--header-height-mobile);
  position: relative;
  z-index: 10;
}
@media (min-width: 992px) {
  .site-header {
    height: var(--header-height);
  }
}
.site-header .container {
  padding-block: var(--header-padding);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 992px) {
  .site-header .container {
    display: flex;
    flex: 1;
  }
}

.site-footer {
  flex-flow: column wrap;
  padding: 0;
  text-align: center;
  background-color: var(--color-footer);
}
.site-footer .container {
  display: flex;
  flex: 1;
  justify-content: center;
  padding: var(--footer-padding-y) var(--footer-padding-x);
  color: var(--color-footer-link);
  font-size: 1rem;
  position: relative;
  z-index: 1;
  width: min(100%, 95vw);
  max-width: var(--container-max);
  margin-inline: auto;
}
.site-footer .container a {
  color: var(--color-footer-link);
}
.site-footer .container a:hover, .site-footer .container a:active, .site-footer .container a:focus {
  color: var(--color-footer-link--hover);
}
.site-footer .site-infos {
  display: flex;
  justify-content: center;
  align-items: center;
  height: var(--footer-infos-height);
  font-weight: 300;
  padding: var(--footer-infos-padding);
  color: var(--color-text);
  font-size: 0.75rem;
  background-color: var(--color-footer-infos-bg);
}
.site-footer .site-infos a:hover, .site-footer .site-infos a:active, .site-footer .site-infos a:focus {
  color: var(--color-footer-link--hover);
}

.main-navigation {
  background: var(--color-nav-bg);
  display: flex;
  height: 100vh;
  margin: 0;
  max-height: 100vh;
  opacity: 1;
  overflow: auto;
  overflow-y: auto;
  position: fixed;
  right: 0;
  top: 0;
  transform: translateZ(0) translateX(100%);
  transition: transform 0.3s cubic-bezier(0.07, 0.23, 0.34, 1);
  width: 100%;
  flex-wrap: wrap;
  z-index: 9;
}
@media (min-width: 768px) {
  .main-navigation {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .main-navigation {
    background: transparent;
    height: auto;
    overflow: visible;
    position: relative;
    transform: none;
    width: auto;
    flex-wrap: wrap;
  }
}
.nav-open .main-navigation {
  transform: translateZ(0) translateX(0%);
  box-shadow: 10px 0 30px 3px rgba(0, 0, 0, 0.2);
}

.main-menu {
  --gap: 1.5rem;
  display: flex;
  flex: 1;
  flex-flow: column wrap;
  flex-wrap: wrap;
  gap: var(--gap);
  justify-content: center;
  align-items: stretch;
  width: 100%;
}
.main-menu li {
  position: relative;
}
.main-menu li.accueil {
  display: block;
}
.main-menu li.accueil a {
  background: url(assets/bfaa7b519c7d1eedeb99.webp) center center no-repeat;
  color: var(--color-secondary);
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.main-menu li.accueil:hover a, .main-menu li.accueil:active a, .main-menu li.accueil:focus a {
  background: url(assets/1f5f2f3e9cd4da069395.webp) center center no-repeat;
}
@media (min-width: 992px) {
  .main-menu li.accueil {
    max-width: 2.3125rem;
  }
}
.main-menu li a {
  display: flex;
  width: 100%;
  flex: 1;
  justify-content: center;
  align-items: center;
  background: var(--color-nav-link-bg);
  color: var(--color-nav-link);
  font-size: var(--font-size-nav);
  text-decoration: none;
  text-transform: uppercase;
  transform: translateZ(0);
  padding: 0.5rem;
}
.main-menu li a:hover, .main-menu li a:focus, .main-menu li a[aria-expanded=true] {
  background: var(--color-nav-link-bg--hover);
  color: var(--color-nav-link--hover);
}
.main-menu li a:focus-visible {
  --outline-offset: 0.25em;
  border-radius: 2px;
}
.main-menu li.current-menu-parent a, .main-menu li.current-menu-item a {
  color: var(--color-nav-link--hover);
}
@media (min-width: 992px) {
  .main-menu {
    flex-flow: row nowrap;
    flex: 1;
    gap: 0.4375rem;
    max-width: 42.125rem;
    background: transparent url(assets/a483da76ee7fb967061e.webp) left top no-repeat;
    padding-block-start: 11.875rem;
  }
  .main-menu li {
    width: 7.6875rem;
  }
  .main-menu li a {
    text-align: center;
    height: 100%;
    line-height: 1.125rem;
    padding: 0;
    align-items: flex-start;
  }
  .main-menu li:hover a, .main-menu li:focus a {
    text-decoration: none;
  }
}

.sub-menu {
  transition: all var(--timing) var(--curve);
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  gap: var(--gap);
  flex: 1;
  background: var(--color-nav-submenu-bg);
}
.sub-menu.submenu-expanded {
  max-height: 500px;
}
.sub-menu li a {
  text-transform: none;
  padding: 0.5em;
  font-size: 90%;
}
@media (min-width: 992px) {
  .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    max-height: 0;
    margin-bottom: 0;
    overflow: hidden;
  }
}

.comment-navigation,
.posts-navigation,
.post-navigation,
.custom-post-navigation {
  border-top: 1px solid var(--color-primary);
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links,
.custom-post-navigation .nav-links {
  flex: 1;
  display: flex;
  justify-content: space-between;
}
.comment-navigation .nav-links a,
.posts-navigation .nav-links a,
.post-navigation .nav-links a,
.custom-post-navigation .nav-links a {
  font-weight: 400;
  text-transform: none;
  padding-block: 1rem;
  display: inline-block;
}
.comment-navigation .nav-links .nav-previous a,
.comment-navigation .nav-links .nav-next a,
.posts-navigation .nav-links .nav-previous a,
.posts-navigation .nav-links .nav-next a,
.post-navigation .nav-links .nav-previous a,
.post-navigation .nav-links .nav-next a,
.custom-post-navigation .nav-links .nav-previous a,
.custom-post-navigation .nav-links .nav-next a {
  position: relative;
}
.comment-navigation .nav-links .nav-previous a::before,
.comment-navigation .nav-links .nav-next a::before,
.posts-navigation .nav-links .nav-previous a::before,
.posts-navigation .nav-links .nav-next a::before,
.post-navigation .nav-links .nav-previous a::before,
.post-navigation .nav-links .nav-next a::before,
.custom-post-navigation .nav-links .nav-previous a::before,
.custom-post-navigation .nav-links .nav-next a::before {
  position: absolute;
  top: 0.75rem;
  font-size: 1.25rem;
}
.comment-navigation .nav-links .nav-previous a,
.posts-navigation .nav-links .nav-previous a,
.post-navigation .nav-links .nav-previous a,
.custom-post-navigation .nav-links .nav-previous a {
  padding-inline-start: 1.35rem;
}
.comment-navigation .nav-links .nav-previous a::before,
.posts-navigation .nav-links .nav-previous a::before,
.post-navigation .nav-links .nav-previous a::before,
.custom-post-navigation .nav-links .nav-previous a::before {
  content: "←";
  left: 0;
}
.comment-navigation .nav-links .nav-next a,
.posts-navigation .nav-links .nav-next a,
.post-navigation .nav-links .nav-next a,
.custom-post-navigation .nav-links .nav-next a {
  padding-inline-end: 1.35rem;
}
.comment-navigation .nav-links .nav-next a::before,
.posts-navigation .nav-links .nav-next a::before,
.post-navigation .nav-links .nav-next a::before,
.custom-post-navigation .nav-links .nav-next a::before {
  content: "←";
  right: 0;
  transform: rotate(180deg);
}

#menu-menu-bas {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: stretch;
  margin-block: 1.5rem;
}
#menu-menu-bas li {
  flex: 1 0 auto;
  display: flex;
}
#menu-menu-bas a {
  font-size: clamp(0.875rem, 0.875rem + 0vw, 0.875rem);
  font-weight: 400;
  flex: 1;
}

#sidebar {
  margin-top: 1.25rem;
  order: 2;
}
@media (min-width: 768px) {
  #sidebar {
    margin-top: 0;
    padding: 1%;
    order: 1;
  }
}
#sidebar a {
  font-weight: 400;
  padding-block: 0.25em;
  padding-inline-start: 0.9375rem;
  display: block;
  position: relative;
  font-size: 0.875rem;
}
#sidebar a::before {
  content: "";
  width: 0;
  height: 0;
  border: 0.4375rem solid transparent;
  border-left-color: var(--color-primary);
  position: absolute;
  left: 0;
  top: 0.4375rem;
}

.site-main {
  color: var(--color-text);
}
.site-main .post__list {
  order: 1;
}
@media (min-width: 768px) {
  .site-main .post__list {
    order: 2;
  }
}

.hero {
  --hero-min-height: 30vh;
  --hero-padding: 2rem;
  --hero-margin: 0;
  display: grid;
  min-height: var(--hero-min-height);
  padding: var(--hero-padding);
  margin-block: var(--hero-margin);
}
.hero a:not([class]) {
  color: inherit;
}
.hero--centered {
  place-content: center;
  justify-items: center;
  text-align: center;
}
.hero--image-stack {
  --hero-padding: 0;
  --hero-min-height: 0;
  --hero-height: max(40vh, 15rem);
  height: var(--hero-height);
}
.hero--image-stack img {
  width: 100%;
  height: var(--hero-height);
  -o-object-fit: cover;
     object-fit: cover;
}
.hero__content {
  --content-text-align: center;
  --content-padding: 1rem;
  padding-inline: var(--content-padding);
  text-align: var(--content-text-align);
}
.hero__content :only-child {
  margin: 0;
  color: white;
  text-shadow: 2px 2px 3px BLACK;
}

.search {
  width: 100%;
  max-width: 10.625rem;
  flex: 1;
  margin-block-start: 1rem;
}
@media (min-width: 992px) {
  .search {
    max-width: 8.5rem;
  }
}
.search__container {
  width: 100%;
  height: 1.5625rem;
  margin: 0 auto 0;
  padding-inline: 0;
  position: relative;
}
.search__form {
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
}
.search__input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  flex: 1;
  background-color: var(--color-input-bg);
  border-radius: 0;
  text-overflow: ellipsis;
  margin-block-end: 0.25rem;
  padding: 1px 0.5rem;
  text-rendering: optimizeLegibility;
  font-size: 1rem;
  color: var(--color-input-text);
  font-weight: 400;
  border-radius: 0.4375rem;
  height: 1.5625rem;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  border: 1px solid var(--color-input-border);
}
.search__input:focus {
  outline-color: var(--input-outline);
  outline-offset: 1px;
  outline-style: solid;
  outline-width: 0;
}
.search__input.placeholder {
  color: var(--color-input-text);
  font-weight: 400;
}
.search__input:-moz-placeholder {
  color: var(--color-input-text);
  font-weight: 400;
}
.search__input::-moz-placeholder {
  color: var(--color-input-text);
  font-weight: 400;
}
.search__input:-ms-input-placeholder {
  color: var(--color-input-text);
  font-weight: 400;
}
.search__input::-webkit-input-placeholder {
  color: var(--color-input-text);
  font-weight: 400;
}
.search__submit {
  border-radius: 0.4375rem;
  flex: 1 0 auto;
  font-size: 1rem;
  line-height: 1.5rem;
  color: black;
  width: 100%;
  height: 1.5625rem;
  background-color: var(--color-input-bg);
  align-items: center;
  display: inline-flex;
  border: 1px solid var(--color-input-border);
  position: relative;
  right: 0;
  z-index: 1;
}
.search__submit--icon {
  position: absolute;
  right: 0.3125rem;
  top: 0;
  z-index: 0;
  display: none;
}
.search__submit--icon svg {
  fill: transparent;
}
.search__submit {
  transition: all var(--timing) var(--curve);
}
.search__submit:hover, .search__submit:active, .search__submit:focus {
  background-color: var(--color-primary);
}

.search-expandable__icon {
  position: relative;
  width: 3.4375rem;
  height: 3.4375rem;
  background-size: contain;
  display: block !important;
  z-index: 20;
  text-indent: -4000px;
  overflow: hidden;
  order: 2;
  cursor: pointer;
  background-color: transparent;
}
.search-expandable__icon svg {
  width: 3.4375rem;
  height: 3.4375rem;
  fill: transparent;
}
.search-expandable__icon svg rect,
.search-expandable__icon svg path {
  transition: all var(--timing) var(--curve);
}
.search-expandable__icon svg path {
  stroke: var(--color-primary);
}
.search-expandable__icon {
  transition: all var(--timing) var(--curve);
}
.search-expandable__icon:hover svg path, .search-expandable__icon:active svg path, .search-expandable__icon:focus svg path {
  stroke: var(--color-white);
}
.search-expandable__form {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 15.625rem;
  z-index: 150;
  order: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--color-primary);
  transform: translateY(-250px);
  transition: all var(--timing) var(--curve);
}
.search-expandable__group {
  width: 80%;
  height: 2.8125rem;
  margin-inline: auto;
  border-bottom: 1px solid white;
  position: relative;
}
.search-expandable__input__text {
  width: 100%;
  height: 100%;
  border-color: transparent !important;
  padding: 0 !important;
  background-color: transparent !important;
  color: white;
  padding-inline-start: 0.625rem;
}
.search-expandable__input__text:focus {
  outline-color: var(--input-outline);
  outline-offset: -4px;
  outline-style: solid;
  outline-width: 0;
}
.search-expandable__input__text.placeholder {
  color: var(--input-placeholder);
  font-weight: 400;
}
.search-expandable__input__text:-moz-placeholder {
  color: var(--input-placeholder);
  font-weight: 400;
}
.search-expandable__input__text::-moz-placeholder {
  color: var(--input-placeholder);
  font-weight: 400;
}
.search-expandable__input__text:-ms-input-placeholder {
  color: var(--input-placeholder);
  font-weight: 400;
}
.search-expandable__input__text::-webkit-input-placeholder {
  color: var(--input-placeholder);
  font-weight: 400;
}
.search-expandable__submit {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 2.875rem;
  background-color: transparent;
  border: none;
}
.search-expandable__submit--icon {
  position: absolute;
  right: 0.3125rem;
  top: 0;
}
.search-expandable__submit--icon svg {
  fill: transparent;
}
.search-expandable__close {
  position: absolute;
  top: 0px;
  right: -59px;
  height: 45px;
  width: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.search-expandable__close svg {
  width: 1.5625rem;
  height: 1.5625rem;
  fill: white;
  transition: all var(--timing) var(--curve);
}
.search-expandable__close:hover svg, .search-expandable__close:active svg, .search-expandable__close:focus svg {
  fill: var(--color-link-hover);
}
.search__open .search-expandable__form {
  transform: translateY(0);
}

.produits {
  width: 17.1875rem;
  height: 11.5rem;
  padding: 1.125rem 0 0 25px;
  line-height: 1.5em;
  margin: 0em 0 0em 1em;
  background-repeat: no-repeat;
  display: flex;
}
.produits .wp-block-group__inner-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
}
.produits ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.produits li {
  background-repeat: no-repeat;
  background-position: 0% 3px;
  padding-left: 1.5em;
  font-weight: bold;
  color: var(--color-black-medium);
  line-height: 1.2;
}
.produits li a {
  padding-block: 0.125rem;
  display: inline-block;
  font-size: 0.875rem;
}
.produits h5 {
  color: #3d3d3d;
  margin-block: 0;
  padding-left: 1.5em;
}
.produits h6 {
  color: #818181;
  margin: 0;
  text-align: right;
  width: 14.375rem;
}
.personnes-agees .produits {
  background-image: url(assets/548628207e30f991bb4a.webp);
}
.personnes-agees .produits li {
  background-image: url(assets/b6d0ea6d8542ae9e4b77.webp);
}
.personnes-agees .produits a {
  color: var(--color-black-medium);
}
.personnes-agees .produits a:hover {
  color: #8b6baf;
}
.personnes-handicapees .produits {
  background-image: url(assets/b012a5871e42b13c0b63.webp);
}
.personnes-handicapees .produits li {
  background-image: url(assets/e02fa873bea269ea25cc.webp);
}
.personnes-handicapees .produits a {
  color: var(--color-black-medium);
}
.personnes-handicapees .produits a:hover {
  color: #f37021;
}
.sante-et-bien-etre .produits {
  background-image: url(assets/f5d44c307c55676e241b.webp);
}
.sante-et-bien-etre .produits li {
  background-image: url(assets/6218054f02263da0cf8d.webp);
}
.sante-et-bien-etre .produits a {
  color: #303030;
}
.sante-et-bien-etre .produits a:hover {
  color: #e93833;
}
.professionnels-de-sante .produits {
  background-image: url(assets/57ad748319888bc90d10.webp);
}
.professionnels-de-sante .produits li {
  background-image: url(assets/124d436d01bac0a880c4.webp);
}
.professionnels-de-sante .produits a {
  color: #303030;
}
.professionnels-de-sante .produits a:hover {
  color: #8fb430;
}
.collectivites .produits {
  background-image: url(assets/6edfbc017bf5eb74feb6.webp);
}
.collectivites .produits li {
  background-image: url(assets/9f85cfcbe42317ec4dc8.webp);
}
.collectivites .produits a {
  color: #303030;
}
.collectivites .produits a:hover {
  color: #00828f;
}

.error404 .site-main .container {
  height: 100%;
}
.error404 .site-main .container h2,
.error404 .site-main .container p {
  text-align: center;
}
.error404 .site-main .container .not-found__content {
  order: 1;
}
@media (min-width: 768px) {
  .error404 .site-main .container .not-found__content {
    order: 2;
  }
}
.error404 .site-main .container .title-404 {
  text-align: center;
}

article.post, article.page {
  flex-wrap: wrap;
  flex-direction: column;
}
@media (min-width: 768px) {
  article.post, article.page {
    order: 2;
  }
}
article .entry-header, article .entry-content, article .entry-footer {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
article .entry-meta a {
  color: var(--color-primary);
}
article .entry-meta {
  font-size: clamp(0.8125rem, 0.7916666667rem + 0.1041666667vw, 0.875rem);
}
.home article {
  margin-block-end: 2.5rem;
}

.container {
  width: min(100%, 95vw);
  max-width: var(--container-max);
  margin-inline: auto;
}
body.layout-fullwidth .container {
  width: 100%;
  max-width: 100%;
  margin-inline: 0;
  padding: var(--main-padding);
  padding: 0;
}

.site-main .container {
  display: grid;
  padding: var(--main-padding);
}
@media (min-width: 768px) {
  body.has-sidebar .site-main .container {
    display: grid;
    grid-template-columns: 20% 1fr;
    gap: var(--space-xl);
    align-items: start;
    min-height: calc(100vh - 280px);
  }
}

.layout-flex {
  --gap: 2rem;
  --wrap: wrap;
  display: flex;
  flex-wrap: var(--wrap);
  gap: var(--gap);
}

.layout-grid {
  --gap: 1rem;
  display: grid;
  gap: var(--gap);
}
.layout-grid--columns {
  grid-auto-flow: column;
}
.layout-grid--auto-fit {
  --min: 20ch;
  grid-template-columns: repeat(auto-fit, minmax(min(var(--min), 100%), 1fr));
}
.layout-grid--auto-fill {
  --min: 30ch;
  grid-template-columns: repeat(auto-fill, minmax(min(var(--min), 100%), 1fr));
}
.layout-grid--sidebar {
  --sidebar-max: 20ch;
  --content-min: 30ch;
  grid-template-columns: fit-content(var(--sidebar-max)) minmax(min(50vw, var(--content-min)), 1fr);
}
.layout-grid--centered {
  place-content: center;
}
.layout-grid--stack {
  grid-template-areas: "stack";
  place-items: center;
}
.layout-grid--stack > * {
  grid-area: stack;
  place-self: var(--place-self);
  align-self: var(--align-self, var(--place-self));
  justify-self: var(--justify-self, var(--place-self));
}

body.search {
  max-width: none;
}
body.search .search-results__content {
  order: 1;
}
body.search .search-results__content article {
  margin-block-end: 2.5rem;
}
@media (min-width: 768px) {
  body.search .search-results__content {
    order: 2;
  }
}
body.search-no-results .not-found {
  text-align: center;
  margin-block-start: 2rem;
}
body.search-no-results .not-found p {
  margin-block: 2rem;
}
body.search-no-results .not-found .search__container {
  justify-content: center;
}
body.search-no-results .not-found .search__submit {
  border-color: var(--color-text);
  color: var(--color-text);
}

.site {
  display: grid;
  grid-template-areas: "header header header" "main main main" "footer footer footer";
  grid-auto-columns: 1fr;
  grid-auto-rows: auto 1fr auto;
  min-height: 100vh;
}

.site-header {
  grid-area: header;
}

.site-main {
  grid-area: main;
}

.site-footer {
  grid-area: footer;
}

@media print {
  * {
    background: transparent !important;
    box-shadow: none !important;
    color: #000 !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]::after {
    content: " (" attr(href) ")";
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  .ir a::after,
  a[href^="javascript:"]::after,
  a[href^="#"]::after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}

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