@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap");
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, .profile-hero .bg-title, .profile-hero .bg-title__left, .profile-hero .bloc-columns__left h2, .bloc-columns__left .profile-hero h2, .profile-hero .bloc-content.bg-green h2, .profile-hero .reverse.bloc-columns .bloc-content.bloc-columns__right h2, .reverse.bloc-columns .profile-hero .bloc-content.bloc-columns__right h2, .bloc-content.bg-green .profile-hero h2, .reverse.bloc-columns .bloc-content.bloc-columns__right .profile-hero h2, .profile-hero .bg-title__left--white, .profile-hero .bg-title__right, .profile-hero .bloc-columns__right h2, .bloc-columns__right .profile-hero h2, .profile-hero .bg-title__left--green, .profile-hero .bloc-content.bg-white h2, .profile-hero .reverse.bloc-columns .bloc-content.bloc-columns__left h2, .reverse.bloc-columns .profile-hero .bloc-content.bloc-columns__left h2, .bloc-content.bg-white .profile-hero h2, .reverse.bloc-columns .bloc-content.bloc-columns__left .profile-hero h2, .profile-hero .bg-title__right--green, .profile-hero .bloc-actu h2, .bloc-actu .profile-hero h2 {
  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;
}

/*!
 * Bootstrap v4.5.0 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.container, .ressources-section .facetwp-template, .bloc-split__grid, .mobile-container, .bloc-split__right, .bloc-split__left {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container, .ressources-section .facetwp-template, .bloc-split__grid, .mobile-container, .bloc-split__right, .bloc-split__left {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container, .ressources-section .facetwp-template, .bloc-split__grid, .mobile-container, .bloc-split__right, .bloc-split__left {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container, .ressources-section .facetwp-template, .bloc-split__grid, .mobile-container, .bloc-split__right, .bloc-split__left {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container, .ressources-section .facetwp-template, .bloc-split__grid, .mobile-container, .bloc-split__right, .bloc-split__left {
    max-width: 1140px;
  }
}
.container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container, .ressources-section .facetwp-template, .bloc-split__grid, .mobile-container, .bloc-split__right, .bloc-split__left, .container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container, .ressources-section .facetwp-template, .bloc-split__grid, .mobile-container, .bloc-split__right, .bloc-split__left, .container-sm, .container-md {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container, .ressources-section .facetwp-template, .bloc-split__grid, .mobile-container, .bloc-split__right, .bloc-split__left, .container-sm, .container-md, .container-lg {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container, .ressources-section .facetwp-template, .bloc-split__grid, .mobile-container, .bloc-split__right, .bloc-split__left, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px;
  }
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .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-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .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-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .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-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .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-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  min-width: 0;
  max-width: 100%;
}

.row-cols-1 > * {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.row-cols-4 > * {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -ms-flex-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%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }

  .row-cols-sm-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-sm-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-sm-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .row-cols-sm-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-sm-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-sm-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }

  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .order-sm-12 {
    -ms-flex-order: 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) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }

  .row-cols-md-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-md-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-md-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .row-cols-md-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-md-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-md-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }

  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .order-md-12 {
    -ms-flex-order: 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%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }

  .row-cols-lg-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-lg-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-lg-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .row-cols-lg-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-lg-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-lg-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }

  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .order-lg-12 {
    -ms-flex-order: 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%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }

  .row-cols-xl-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-xl-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-xl-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .row-cols-xl-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-xl-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-xl-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }

  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

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

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

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

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

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

@font-face {
  font-family: system;
  font-style: normal;
  font-weight: 300;
  src: local(".SFNSText-Light"), local(".HelveticaNeueDeskInterface-Light"), local(".LucidaGrandeUI"), local("Ubuntu Light"), local("Segoe UI Light"), local("Roboto-Light"), local("DroidSans"), local("Tahoma");
}
*, *::before, *::after {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  font-size: calc(1em * 0.625);
  scroll-behavior: smooth;
}

body {
  font-family: "Rubik", serif;
  font-size: 1.6rem;
}
body.is-active {
  position: fixed;
  width: 100%;
}

h1, .profile-hero .bg-title, .profile-hero .bg-title__left, .profile-hero .bloc-columns__left h2, .bloc-columns__left .profile-hero h2, .profile-hero .bloc-content.bg-green h2, .profile-hero .reverse.bloc-columns .bloc-content.bloc-columns__right h2, .reverse.bloc-columns .profile-hero .bloc-content.bloc-columns__right h2, .bloc-content.bg-green .profile-hero h2, .reverse.bloc-columns .bloc-content.bloc-columns__right .profile-hero h2, .profile-hero .bg-title__left--white, .profile-hero .bg-title__right, .profile-hero .bloc-columns__right h2, .bloc-columns__right .profile-hero h2, .profile-hero .bg-title__left--green, .profile-hero .bloc-content.bg-white h2, .profile-hero .reverse.bloc-columns .bloc-content.bloc-columns__left h2, .reverse.bloc-columns .profile-hero .bloc-content.bloc-columns__left h2, .bloc-content.bg-white .profile-hero h2, .reverse.bloc-columns .bloc-content.bloc-columns__left .profile-hero h2, .profile-hero .bg-title__right--green, .profile-hero .bloc-actu h2, .bloc-actu .profile-hero h2 {
  color: #279989;
  font-size: 3.5rem;
}
@media (min-width: 768px) {
  h1, .profile-hero .bg-title, .profile-hero .bg-title__left, .profile-hero .bloc-columns__left h2, .bloc-columns__left .profile-hero h2, .profile-hero .bloc-content.bg-green h2, .profile-hero .reverse.bloc-columns .bloc-content.bloc-columns__right h2, .reverse.bloc-columns .profile-hero .bloc-content.bloc-columns__right h2, .bloc-content.bg-green .profile-hero h2, .reverse.bloc-columns .bloc-content.bloc-columns__right .profile-hero h2, .profile-hero .bg-title__left--white, .profile-hero .bg-title__right, .profile-hero .bloc-columns__right h2, .bloc-columns__right .profile-hero h2, .profile-hero .bg-title__left--green, .profile-hero .bloc-content.bg-white h2, .profile-hero .reverse.bloc-columns .bloc-content.bloc-columns__left h2, .reverse.bloc-columns .profile-hero .bloc-content.bloc-columns__left h2, .bloc-content.bg-white .profile-hero h2, .reverse.bloc-columns .bloc-content.bloc-columns__left .profile-hero h2, .profile-hero .bg-title__right--green, .profile-hero .bloc-actu h2, .bloc-actu .profile-hero h2 {
    font-size: 5rem;
  }
}

h2 {
  color: #279989;
  font-size: 3.3rem;
}

h1, .profile-hero .bg-title, .profile-hero .bg-title__left, .profile-hero .bloc-columns__left h2, .bloc-columns__left .profile-hero h2, .profile-hero .bloc-content.bg-green h2, .profile-hero .reverse.bloc-columns .bloc-content.bloc-columns__right h2, .reverse.bloc-columns .profile-hero .bloc-content.bloc-columns__right h2, .bloc-content.bg-green .profile-hero h2, .reverse.bloc-columns .bloc-content.bloc-columns__right .profile-hero h2, .profile-hero .bg-title__left--white, .profile-hero .bg-title__right, .profile-hero .bloc-columns__right h2, .bloc-columns__right .profile-hero h2, .profile-hero .bg-title__left--green, .profile-hero .bloc-content.bg-white h2, .profile-hero .reverse.bloc-columns .bloc-content.bloc-columns__left h2, .reverse.bloc-columns .profile-hero .bloc-content.bloc-columns__left h2, .bloc-content.bg-white .profile-hero h2, .reverse.bloc-columns .bloc-content.bloc-columns__left .profile-hero h2, .profile-hero .bg-title__right--green, .profile-hero .bloc-actu h2, .bloc-actu .profile-hero h2, h2, h3 {
  text-transform: uppercase;
}

h1, .profile-hero .bg-title, .profile-hero .bg-title__left, .profile-hero .bloc-columns__left h2, .bloc-columns__left .profile-hero h2, .profile-hero .bloc-content.bg-green h2, .profile-hero .reverse.bloc-columns .bloc-content.bloc-columns__right h2, .reverse.bloc-columns .profile-hero .bloc-content.bloc-columns__right h2, .bloc-content.bg-green .profile-hero h2, .reverse.bloc-columns .bloc-content.bloc-columns__right .profile-hero h2, .profile-hero .bg-title__left--white, .profile-hero .bg-title__right, .profile-hero .bloc-columns__right h2, .bloc-columns__right .profile-hero h2, .profile-hero .bg-title__left--green, .profile-hero .bloc-content.bg-white h2, .profile-hero .reverse.bloc-columns .bloc-content.bloc-columns__left h2, .reverse.bloc-columns .profile-hero .bloc-content.bloc-columns__left h2, .bloc-content.bg-white .profile-hero h2, .reverse.bloc-columns .bloc-content.bloc-columns__left .profile-hero h2, .profile-hero .bg-title__right--green, .profile-hero .bloc-actu h2, .bloc-actu .profile-hero h2, h2, h3, h4, h5, h6 {
  font-family: "Open Sans", serif;
}

p {
  font-weight: 300;
  line-height: 2.2rem;
}

p,
p a {
  text-decoration: none;
}

a {
  text-decoration: none;
  color: #279989;
}
a:hover {
  color: #1d7065;
}

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

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

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

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

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

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

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

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

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

.frm_forms input {
  border-radius: 0px !important;
  border: 1px solid black !important;
  padding-block: 15px !important;
  position: relative;
  z-index: 1;
}
.frm_forms textarea {
  border-radius: 0px !important;
  border: 1px solid black !important;
  position: relative;
  z-index: 1;
}
.frm_forms button {
  border-radius: 0 !important;
  padding-inline: 30px !important;
  padding-block: 10px !important;
  background-color: white !important;
  border-radius: 50px !important;
  font-weight: bold !important;
  font-size: 1.8rem !important;
  font-weight: 500 !important;
  border: 1px solid white !important;
  transition: all 0.2s ease-in-out !important;
  color: #279989 !important;
}
.frm_forms button:hover {
  background-color: #279989 !important;
  color: white !important;
}
.frm_forms .frm_form_field {
  position: relative;
}
.frm_forms .frm_form_field:not(.vertical_radio):not(:has(.frm_submit))::after {
  content: "";
  display: block;
  width: 100%;
  height: calc(100% - 23px);
  position: absolute;
  bottom: -10px;
  background-color: #1d7065;
  right: -7px;
  z-index: 0;
}
.frm_forms .frm_primary_label {
  position: relative;
  z-index: 1;
  color: white;
}

.bg-white .frm_forms .frm_primary_label, .reverse.bloc-columns .bloc-columns__left .frm_forms .frm_primary_label, .bloc-columns__right .frm_forms .frm_primary_label {
  position: relative;
  z-index: 1;
  color: #279989 !important;
}
.bg-white .frm_forms button, .reverse.bloc-columns .bloc-columns__left .frm_forms button, .bloc-columns__right .frm_forms button {
  background-color: #279989 !important;
  color: white !important;
  border: 1px solid #279989 !important;
}
.bg-white .frm_forms button:hover, .reverse.bloc-columns .bloc-columns__left .frm_forms button:hover, .bloc-columns__right .frm_forms button:hover {
  background-color: white !important;
  color: #279989 !important;
}

.pagination .page-numbers {
  display: inline-block;
  padding: 2px;
}
.pagination .page-numbers:hover, .pagination .page-numbers:focus-visible {
  text-decoration: none !important;
}

.btn, .btn-green, .front-onglets--link, .wp-element-button, .btn-empty {
  border-radius: 0;
  padding-inline: 30px;
  padding-block: 10px;
  background-color: white;
  border-radius: 50px;
  font-weight: bold;
  font-size: 1.8rem !important;
  font-weight: 500 !important;
  border: 1px solid white;
  transition: all 0.2s ease-in-out;
}
.btn:hover, .btn-green:hover, .front-onglets--link:hover, .wp-element-button:hover, .btn-empty:hover {
  background-color: #279989;
  color: white;
}

.btn-empty {
  border: 1px solid #279989;
}

.btn-green, .front-onglets--link, .wp-element-button {
  background-color: #279989;
  color: white;
  border: 1px solid #279989;
}
.btn-green:hover, .front-onglets--link:hover, .wp-element-button:hover {
  background-color: white;
  color: #279989;
}

.wysiwyg-btn {
  position: relative;
  top: 10px;
}

@media (min-width: 768px) {
  .mobile-container, .bloc-split__right, .bloc-split__left {
    max-width: unset;
    padding-inline: 0px;
    margin-inline: 0px;
  }
}

@media (min-width: 768px) {
  .mobile-bloc, .bloc-columns__right, .bloc-columns__left, .bloc-split__right, .bloc-split__left {
    padding-block: 0px !important;
  }
}

.bg-green, .reverse.bloc-columns .bloc-columns__right, .bloc-columns__left {
  background-color: #279989;
}
.bg-green p, .reverse.bloc-columns .bloc-columns__right p, .bloc-columns__left p {
  color: white;
}
.bg-green h3, .reverse.bloc-columns .bloc-columns__right h3, .bloc-columns__left h3 {
  color: #FECD00;
}
.bg-green h4, .reverse.bloc-columns .bloc-columns__right h4, .bloc-columns__left h4, .bg-green h5, .reverse.bloc-columns .bloc-columns__right h5, .bloc-columns__left h5, .bg-green h6, .reverse.bloc-columns .bloc-columns__right h6, .bloc-columns__left h6 {
  color: white;
}
.bg-green + .bg-green, .reverse.bloc-columns .bloc-columns__right + .bg-green, .reverse.bloc-columns .bg-green + .bloc-columns__right, .reverse.bloc-columns .bloc-columns__right + .bloc-columns__right, .bloc-columns__left + .bg-green, .reverse.bloc-columns .bloc-columns__left + .bloc-columns__right, .bg-green + .bloc-columns__left, .reverse.bloc-columns .bloc-columns__right + .bloc-columns__left, .bloc-columns__left + .bloc-columns__left {
  padding-top: 0;
}
.bg-green + .bg-green h2:first-of-type, .reverse.bloc-columns .bloc-columns__right + .bg-green h2:first-of-type, .reverse.bloc-columns .bg-green + .bloc-columns__right h2:first-of-type, .reverse.bloc-columns .bloc-columns__right + .bloc-columns__right h2:first-of-type, .bloc-columns__left + .bg-green h2:first-of-type, .reverse.bloc-columns .bloc-columns__left + .bloc-columns__right h2:first-of-type, .bg-green + .bloc-columns__left h2:first-of-type, .reverse.bloc-columns .bloc-columns__right + .bloc-columns__left h2:first-of-type, .bloc-columns__left + .bloc-columns__left h2:first-of-type {
  margin-top: 0;
}
.bg-green:has(+ .bg-green, + .reverse.bloc-columns .bloc-columns__right, + .bloc-columns__left), .reverse.bloc-columns .bloc-columns__right:has(+ .bg-green, + .reverse.bloc-columns .bloc-columns__right, + .bloc-columns__left), .bloc-columns__left:has(+ .bg-green, + .reverse.bloc-columns .bloc-columns__right, + .bloc-columns__left) {
  padding-bottom: 40px;
}

.bg-white, .reverse.bloc-columns .bloc-columns__left, .bloc-columns__right {
  background-color: white;
}
.bg-white p, .reverse.bloc-columns .bloc-columns__left p, .bloc-columns__right p {
  color: black;
}
.bg-white h3, .reverse.bloc-columns .bloc-columns__left h3, .bloc-columns__right h3 {
  color: #279989;
}
.bg-white h4, .reverse.bloc-columns .bloc-columns__left h4, .bloc-columns__right h4, .bg-white h5, .reverse.bloc-columns .bloc-columns__left h5, .bloc-columns__right h5, .bg-white h6, .reverse.bloc-columns .bloc-columns__left h6, .bloc-columns__right h6 {
  color: black;
}
.bg-white + .bg-white, .reverse.bloc-columns .bloc-columns__left + .bg-white, .reverse.bloc-columns .bg-white + .bloc-columns__left, .reverse.bloc-columns .bloc-columns__left + .bloc-columns__left, .bloc-columns__right + .bg-white, .reverse.bloc-columns .bloc-columns__right + .bloc-columns__left, .bg-white + .bloc-columns__right, .reverse.bloc-columns .bloc-columns__left + .bloc-columns__right, .bloc-columns__right + .bloc-columns__right {
  padding-top: 0;
}
.bg-white + .bg-white h2:first-of-type, .reverse.bloc-columns .bloc-columns__left + .bg-white h2:first-of-type, .reverse.bloc-columns .bg-white + .bloc-columns__left h2:first-of-type, .reverse.bloc-columns .bloc-columns__left + .bloc-columns__left h2:first-of-type, .bloc-columns__right + .bg-white h2:first-of-type, .reverse.bloc-columns .bloc-columns__right + .bloc-columns__left h2:first-of-type, .bg-white + .bloc-columns__right h2:first-of-type, .reverse.bloc-columns .bloc-columns__left + .bloc-columns__right h2:first-of-type, .bloc-columns__right + .bloc-columns__right h2:first-of-type {
  margin-top: 0;
}
.bg-white:has(+ .bg-white, + .reverse.bloc-columns .bloc-columns__left, + .bloc-columns__right), .reverse.bloc-columns .bloc-columns__left:has(+ .bg-white, + .reverse.bloc-columns .bloc-columns__left, + .bloc-columns__right), .bloc-columns__right:has(+ .bg-white, + .reverse.bloc-columns .bloc-columns__left, + .bloc-columns__right) {
  padding-bottom: 40px;
}

.big-title, .big-title--green {
  font-family: "Open Sans", serif;
  color: white;
  font-size: 5rem;
  font-weight: bold;
}
@media (min-width: 768px) {
  .big-title, .big-title--green {
    font-size: 8rem;
  }
}

.big-title--green {
  color: #279989;
}

.bg-title, .bg-title__right, .bloc-columns__right h2, .bg-title__right--green, .bg-title__left, .bloc-columns__left h2, .bloc-content.bg-green h2, .reverse.bloc-columns .bloc-content.bloc-columns__right h2, .bloc-content.bloc-columns__left h2, .bloc-actu h2, .bg-title__left--green, .bloc-content.bg-white h2, .reverse.bloc-columns .bloc-content.bloc-columns__left h2, .bloc-content.bloc-columns__right h2, .bg-title__left--white {
  font-family: "Open Sans", serif;
  background-color: white;
  padding-block: 20px;
  color: #279989;
  position: relative;
  text-transform: uppercase;
  max-width: 250px;
}
.bg-title::before, .bg-title__right::before, .bloc-columns__right h2::before, .bg-title__right--green::before, .bg-title__left::before, .bloc-columns__left h2::before, .bloc-content.bg-green h2::before, .reverse.bloc-columns .bloc-content.bloc-columns__right h2::before, .bloc-content.bloc-columns__left h2::before, .bloc-actu h2::before, .bg-title__left--green::before, .bloc-content.bg-white h2::before, .reverse.bloc-columns .bloc-content.bloc-columns__left h2::before, .bloc-content.bloc-columns__right h2::before, .bg-title__left--white::before {
  content: "";
  display: block;
  background-color: white;
  width: 2000px;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .bg-title, .bg-title__right, .bloc-columns__right h2, .bg-title__right--green, .bg-title__left, .bloc-columns__left h2, .bloc-content.bg-green h2, .reverse.bloc-columns .bloc-content.bloc-columns__right h2, .bloc-content.bloc-columns__left h2, .bloc-actu h2, .bg-title__left--green, .bloc-content.bg-white h2, .reverse.bloc-columns .bloc-content.bloc-columns__left h2, .bloc-content.bloc-columns__right h2, .bg-title__left--white {
    max-width: 400px;
  }
}

.bg-title__left, .bloc-columns__left h2, .bloc-content.bg-green h2, .reverse.bloc-columns .bloc-content.bloc-columns__right h2, .bloc-content.bloc-columns__left h2, .bloc-actu h2, .bg-title__left--green, .bloc-content.bg-white h2, .reverse.bloc-columns .bloc-content.bloc-columns__left h2, .bloc-content.bloc-columns__right h2, .bg-title__left--white {
  padding-right: 25px;
}
.bg-title__left::before, .bloc-columns__left h2::before, .bloc-content.bg-green h2::before, .reverse.bloc-columns .bloc-content.bloc-columns__right h2::before, .bloc-content.bloc-columns__left h2::before, .bloc-actu h2::before, .bg-title__left--green::before, .bloc-content.bg-white h2::before, .reverse.bloc-columns .bloc-content.bloc-columns__left h2::before, .bloc-content.bloc-columns__right h2::before, .bg-title__left--white::before {
  right: 100%;
}

.bg-title__right, .bloc-columns__right h2, .bg-title__right--green {
  padding-left: 25px;
}
.bg-title__right::before, .bloc-columns__right h2::before, .bg-title__right--green::before {
  left: 100%;
}

.bg-title__left--green, .bloc-content.bg-white h2, .reverse.bloc-columns .bloc-content.bloc-columns__left h2, .bloc-content.bloc-columns__right h2 {
  color: white;
  background-color: #279989;
}
.bg-title__left--green::before, .bloc-content.bg-white h2::before, .reverse.bloc-columns .bloc-content.bloc-columns__left h2::before, .bloc-content.bloc-columns__right h2::before {
  background-color: #279989;
}

.bg-title__right--green {
  color: white;
  background-color: #279989;
}
.bg-title__right--green::before {
  background-color: #279989;
}

header {
  position: relative;
  z-index: 1001;
}
@media (max-width: 991px) {
  header {
    background-color: #C5DDD9;
  }
}

.navbar {
  position: relative;
  display: grid;
  grid-template-columns: auto 40px;
  align-items: center;
}
@media (max-width: 991px) {
  .navbar {
    grid-template-columns: 103px auto;
    justify-items: end;
    width: unset;
    margin-right: 10%;
    margin-left: 0;
    padding: 0px;
    max-width: unset;
  }
}
@media (max-width: 767px) {
  .navbar {
    margin-right: 5%;
  }
}
@media (min-width: 992px) {
  .navbar {
    grid-template-columns: 140px auto 110px;
    gap: 20px;
  }
}
@media (min-width: 1200px) {
  .navbar {
    gap: 40px;
  }
}
.navbar-brand {
  display: block;
  height: 60px;
  width: fit-content;
}
@media (min-width: 768px) {
  .navbar-brand {
    height: 80px;
  }
}
.navbar-brand img {
  height: 100%;
  object-fit: contain;
}
.navbar-navigation {
  display: none;
}
@media (min-width: 992px) {
  .navbar-navigation {
    display: flex;
    align-items: center;
  }
}
.navbar-navigation__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 20px;
}
.navbar-navigation__list a {
  color: black;
}
.navbar-tools {
  display: flex;
  justify-content: end;
  align-items: center;
}
.navbar-search button {
  background-color: transparent;
  padding: 0px;
  margin: 0px;
  border: 0px;
  font-size: 25px;
  color: #279989;
}
.navbar-search button:hover {
  cursor: pointer;
}
.navbar-toggle {
  background-color: transparent;
  border: 0px;
  width: 30px;
  height: 30px;
  padding: 0px;
  display: flex;
  gap: 8px;
  flex-direction: column;
  justify-content: center;
  cursor: pointer;
}
@media (min-width: 768px) {
  .navbar-toggle {
    gap: 10px;
    width: 40px;
    height: 40px;
  }
}
@media (min-width: 992px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-toggle .icon-bar {
  width: 100%;
  height: 2px;
  background-color: #279989;
  transition: 0.2s all;
}
.navbar.is-active .icon-bar.first {
  transform: translate(0px, 8px) rotateZ(45deg);
}
@media (min-width: 768px) {
  .navbar.is-active .icon-bar.first {
    transform: translate(0px, 13px) rotateZ(45deg);
  }
}
.navbar.is-active .icon-bar.second {
  transform: translateX(5px);
  opacity: 0;
}
.navbar.is-active .icon-bar.third {
  transform: translate(0, -10px) rotateZ(-45deg);
}
@media (min-width: 768px) {
  .navbar.is-active .icon-bar.third {
    transform: translate(0, -11px) rotateZ(-45deg);
  }
}
@media (min-width: 768px) {
  .navbar-lang {
    display: block;
  }
}
.navbar-lang ul {
  position: relative;
  background-color: #279989;
  padding-block: 3px;
  padding-inline: 5px;
  display: flex;
  gap: 10px;
  min-width: 60px;
}
.navbar-lang ul::after {
  content: "";
  width: 1px;
  height: 15px;
  background-color: white;
  position: absolute;
  top: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
  right: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
}
@media (min-width: 768px) {
  .navbar-lang ul {
    padding-block: 5px;
  }
}
.navbar-lang li.wpml-ls-current-language a span {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.navbar-lang a {
  color: white;
  text-transform: uppercase;
  padding: 0;
}

.navbar-menu {
  display: none;
  height: 100vh;
  width: 100%;
  background-color: #279989;
  position: absolute;
  top: 60px;
  z-index: 1000;
  overflow-y: scroll;
  padding-bottom: 80px;
}
@media (min-width: 768px) {
  .navbar-menu {
    top: 80px;
  }
}

.navbar-mobile {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.navbar-mobile__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  list-style: none;
  padding-inline: 20px;
}
.navbar-mobile li {
  display: flex;
  justify-content: center;
}
.navbar-mobile a {
  color: white;
  font-size: 2.5rem;
  text-align: center;
}

.bloc, .mobile-bloc, .bloc-columns__right, .bloc-columns__left, .bloc-split__right, .bloc-split__left {
  padding-block: 40px;
}
@media (min-width: 768px) {
  .bloc, .mobile-bloc, .bloc-columns__right, .bloc-columns__left, .bloc-split__right, .bloc-split__left {
    padding-block: 80px;
  }
}
.bloc.bg-green a:not(.btn, .btn-empty, .btn-green, .front-onglets--link, .wp-element-button, .wysiwyg-btn, .bloc-articles__element, .ressources-element, .bloc-actu__item, .bloc-actu__rec), .bg-green.mobile-bloc a:not(.btn, .btn-empty, .btn-green, .front-onglets--link, .wp-element-button, .wysiwyg-btn, .bloc-articles__element, .ressources-element, .bloc-actu__item, .bloc-actu__rec), .bg-green.bloc-columns__right a:not(.btn, .btn-empty, .btn-green, .front-onglets--link, .wp-element-button, .wysiwyg-btn, .bloc-articles__element, .ressources-element, .bloc-actu__item, .bloc-actu__rec), .reverse.bloc-columns .bloc-columns__right a:not(.btn, .btn-empty, .btn-green, .front-onglets--link, .wp-element-button, .wysiwyg-btn, .bloc-articles__element, .ressources-element, .bloc-actu__item, .bloc-actu__rec), .bloc-columns__left a:not(.btn, .btn-empty, .btn-green, .front-onglets--link, .wp-element-button, .wysiwyg-btn, .bloc-articles__element, .ressources-element, .bloc-actu__item, .bloc-actu__rec), .bg-green.bloc-split__right a:not(.btn, .btn-empty, .btn-green, .front-onglets--link, .wp-element-button, .wysiwyg-btn, .bloc-articles__element, .ressources-element, .bloc-actu__item, .bloc-actu__rec), .bg-green.bloc-split__left a:not(.btn, .btn-empty, .btn-green, .front-onglets--link, .wp-element-button, .wysiwyg-btn, .bloc-articles__element, .ressources-element, .bloc-actu__item, .bloc-actu__rec), .bloc.normal .bloc-columns__left a:not(.btn, .btn-empty, .btn-green, .front-onglets--link, .wp-element-button, .wysiwyg-btn, .bloc-articles__element, .ressources-element, .bloc-actu__item, .bloc-actu__rec), .bloc.reverse .bloc-columns__right a:not(.btn, .btn-empty, .btn-green, .front-onglets--link, .wp-element-button, .wysiwyg-btn, .bloc-articles__element, .ressources-element, .bloc-actu__item, .bloc-actu__rec), .reverse.mobile-bloc .bloc-columns__right a:not(.btn, .btn-empty, .btn-green, .front-onglets--link, .wp-element-button, .wysiwyg-btn, .bloc-articles__element, .ressources-element, .bloc-actu__item, .bloc-actu__rec), .reverse.bloc-columns__right .bloc-columns__right a:not(.btn, .btn-empty, .btn-green, .front-onglets--link, .wp-element-button, .wysiwyg-btn, .bloc-articles__element, .ressources-element, .bloc-actu__item, .bloc-actu__rec), .reverse.bloc-split__right .bloc-columns__right a:not(.btn, .btn-empty, .btn-green, .front-onglets--link, .wp-element-button, .wysiwyg-btn, .bloc-articles__element, .ressources-element, .bloc-actu__item, .bloc-actu__rec), .reverse.bloc-split__left .bloc-columns__right a:not(.btn, .btn-empty, .btn-green, .front-onglets--link, .wp-element-button, .wysiwyg-btn, .bloc-articles__element, .ressources-element, .bloc-actu__item, .bloc-actu__rec) {
  color: #FECD00;
  text-decoration: underline;
  text-underline-offset: 3px;
  font-weight: 400;
}
.bloc.bg-white a:not(.btn, .btn-empty, .btn-green, .front-onglets--link, .wp-element-button, .wysiwyg-btn, .bloc-articles__element, .ressources-element, .bloc-actu__item, .bloc-actu__rec), .bg-white.mobile-bloc a:not(.btn, .btn-empty, .btn-green, .front-onglets--link, .wp-element-button, .wysiwyg-btn, .bloc-articles__element, .ressources-element, .bloc-actu__item, .bloc-actu__rec), .bloc-columns__right a:not(.btn, .btn-empty, .btn-green, .front-onglets--link, .wp-element-button, .wysiwyg-btn, .bloc-articles__element, .ressources-element, .bloc-actu__item, .bloc-actu__rec), .bg-white.bloc-columns__left a:not(.btn, .btn-empty, .btn-green, .front-onglets--link, .wp-element-button, .wysiwyg-btn, .bloc-articles__element, .ressources-element, .bloc-actu__item, .bloc-actu__rec), .reverse.bloc-columns .bloc-columns__left a:not(.btn, .btn-empty, .btn-green, .front-onglets--link, .wp-element-button, .wysiwyg-btn, .bloc-articles__element, .ressources-element, .bloc-actu__item, .bloc-actu__rec), .bg-white.bloc-split__right a:not(.btn, .btn-empty, .btn-green, .front-onglets--link, .wp-element-button, .wysiwyg-btn, .bloc-articles__element, .ressources-element, .bloc-actu__item, .bloc-actu__rec), .bg-white.bloc-split__left a:not(.btn, .btn-empty, .btn-green, .front-onglets--link, .wp-element-button, .wysiwyg-btn, .bloc-articles__element, .ressources-element, .bloc-actu__item, .bloc-actu__rec), .bloc.normal .bloc-columns__right a:not(.btn, .btn-empty, .btn-green, .front-onglets--link, .wp-element-button, .wysiwyg-btn, .bloc-articles__element, .ressources-element, .bloc-actu__item, .bloc-actu__rec), .bloc.reverse .bloc-columns__right a:not(.btn, .btn-empty, .btn-green, .front-onglets--link, .wp-element-button, .wysiwyg-btn, .bloc-articles__element, .ressources-element, .bloc-actu__item, .bloc-actu__rec) {
  color: #279989;
  text-decoration: underline;
  text-underline-offset: 3px;
  font-weight: 400;
}
.bloc ul:not(.bloc-accordion__list), .mobile-bloc ul:not(.bloc-accordion__list), .bloc-columns__right ul:not(.bloc-accordion__list), .bloc-columns__left ul:not(.bloc-accordion__list), .bloc-split__right ul:not(.bloc-accordion__list), .bloc-split__left ul:not(.bloc-accordion__list) {
  font-weight: 100;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.bloc.bg-green ul, .bg-green.mobile-bloc ul, .bg-green.bloc-columns__right ul, .reverse.bloc-columns .bloc-columns__right ul, .bloc-columns__left ul, .bg-green.bloc-split__right ul, .bg-green.bloc-split__left ul, .bloc.normal .bloc-columns__left ul, .bloc.reverse .bloc-columns__right ul, .reverse.mobile-bloc .bloc-columns__right ul, .reverse.bloc-columns__right .bloc-columns__right ul, .reverse.bloc-split__right .bloc-columns__right ul, .reverse.bloc-split__left .bloc-columns__right ul {
  color: white;
}

.menu-item:hover a {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.bloc-search {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: #C5DDD9;
  transform-origin: center;
  transition: transform 0.5s ease-in-out;
  transform: translateY(-100%);
}
.bloc-search.is-active {
  transform: translateY(0);
}
.bloc-search .search-form {
  display: flex;
}
@media (min-width: 576px) {
  .bloc-search .search-form {
    width: 70%;
    max-width: 600px;
  }
}

.search-field {
  width: calc(100% - 60px);
  height: 50px;
  padding: 15px 20px;
  border-radius: 20px 0 0 20px;
  border: 1px solid #C5DDD9;
}

.search-submit {
  width: 50px;
  height: 50px;
  display: inline-block;
  border-radius: 0 20px 20px 0;
  border: 1px solid #279989;
  background: #279989;
  color: white;
  font-size: 20px;
  cursor: pointer;
}
.search-submit:hover {
  background: #228577;
  border-color: #228577;
}

/*** Front Hero ***/
.front-hero {
  position: relative;
  padding-block: 80px;
}
@media (min-width: 768px) {
  .front-hero {
    padding-block: 120px;
  }
}
.front-hero__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
.front-hero h1, .front-hero .profile-hero .bg-title, .profile-hero .front-hero .bg-title, .front-hero .profile-hero .bg-title__left, .front-hero .profile-hero .bloc-columns__left h2, .bloc-columns__left .front-hero .profile-hero h2, .front-hero .profile-hero .bloc-content.bg-green h2, .bloc-content.bg-green .front-hero .profile-hero h2, .profile-hero .front-hero .bg-title__left, .profile-hero .front-hero .bloc-columns__left h2, .bloc-columns__left .profile-hero .front-hero h2, .profile-hero .front-hero .bloc-content.bg-green h2, .bloc-content.bg-green .profile-hero .front-hero h2, .front-hero .profile-hero .bg-title__left--white, .profile-hero .front-hero .bg-title__left--white, .front-hero .profile-hero .bg-title__right, .front-hero .profile-hero .bloc-columns__right h2, .bloc-columns__right .front-hero .profile-hero h2, .profile-hero .front-hero .bg-title__right, .profile-hero .front-hero .bloc-columns__right h2, .bloc-columns__right .profile-hero .front-hero h2, .front-hero .profile-hero .bg-title__left--green, .front-hero .profile-hero .bloc-content.bg-white h2, .bloc-content.bg-white .front-hero .profile-hero h2, .profile-hero .front-hero .bg-title__left--green, .profile-hero .front-hero .bloc-content.bg-white h2, .bloc-content.bg-white .profile-hero .front-hero h2, .front-hero .profile-hero .bg-title__right--green, .profile-hero .front-hero .bg-title__right--green, .front-hero .profile-hero .bloc-actu h2, .profile-hero .bloc-actu .front-hero h2, .front-hero .bloc-actu .profile-hero h2, .bloc-actu .profile-hero .front-hero h2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: black;
  margin: 0px;
  max-width: 600px;
  text-align: center;
}
.front-hero h1 span, .front-hero .profile-hero .bg-title span, .profile-hero .front-hero .bg-title span, .front-hero .profile-hero .bg-title__left span, .front-hero .profile-hero .bloc-columns__left h2 span, .bloc-columns__left .front-hero .profile-hero h2 span, .front-hero .profile-hero .bloc-content.bg-green h2 span, .bloc-content.bg-green .front-hero .profile-hero h2 span, .profile-hero .front-hero .bg-title__left span, .profile-hero .front-hero .bloc-columns__left h2 span, .bloc-columns__left .profile-hero .front-hero h2 span, .profile-hero .front-hero .bloc-content.bg-green h2 span, .bloc-content.bg-green .profile-hero .front-hero h2 span, .front-hero .profile-hero .bg-title__left--white span, .profile-hero .front-hero .bg-title__left--white span, .front-hero .profile-hero .bg-title__right span, .front-hero .profile-hero .bloc-columns__right h2 span, .bloc-columns__right .front-hero .profile-hero h2 span, .profile-hero .front-hero .bg-title__right span, .profile-hero .front-hero .bloc-columns__right h2 span, .bloc-columns__right .profile-hero .front-hero h2 span, .front-hero .profile-hero .bg-title__left--green span, .front-hero .profile-hero .bloc-content.bg-white h2 span, .bloc-content.bg-white .front-hero .profile-hero h2 span, .profile-hero .front-hero .bg-title__left--green span, .profile-hero .front-hero .bloc-content.bg-white h2 span, .bloc-content.bg-white .profile-hero .front-hero h2 span, .front-hero .profile-hero .bg-title__right--green span, .profile-hero .front-hero .bg-title__right--green span, .front-hero .profile-hero .bloc-actu h2 span, .profile-hero .bloc-actu .front-hero h2 span, .front-hero .bloc-actu .profile-hero h2 span, .bloc-actu .profile-hero .front-hero h2 span {
  text-transform: none;
}
.front-hero h1 .element1, .front-hero .profile-hero .bg-title .element1, .profile-hero .front-hero .bg-title .element1, .front-hero .profile-hero .bg-title__left .element1, .front-hero .profile-hero .bloc-columns__left h2 .element1, .bloc-columns__left .front-hero .profile-hero h2 .element1, .front-hero .profile-hero .bloc-content.bg-green h2 .element1, .bloc-content.bg-green .front-hero .profile-hero h2 .element1, .profile-hero .front-hero .bg-title__left .element1, .profile-hero .front-hero .bloc-columns__left h2 .element1, .bloc-columns__left .profile-hero .front-hero h2 .element1, .profile-hero .front-hero .bloc-content.bg-green h2 .element1, .bloc-content.bg-green .profile-hero .front-hero h2 .element1, .front-hero .profile-hero .bg-title__left--white .element1, .profile-hero .front-hero .bg-title__left--white .element1, .front-hero .profile-hero .bg-title__right .element1, .front-hero .profile-hero .bloc-columns__right h2 .element1, .bloc-columns__right .front-hero .profile-hero h2 .element1, .profile-hero .front-hero .bg-title__right .element1, .profile-hero .front-hero .bloc-columns__right h2 .element1, .bloc-columns__right .profile-hero .front-hero h2 .element1, .front-hero .profile-hero .bg-title__left--green .element1, .front-hero .profile-hero .bloc-content.bg-white h2 .element1, .bloc-content.bg-white .front-hero .profile-hero h2 .element1, .profile-hero .front-hero .bg-title__left--green .element1, .profile-hero .front-hero .bloc-content.bg-white h2 .element1, .bloc-content.bg-white .profile-hero .front-hero h2 .element1, .front-hero .profile-hero .bg-title__right--green .element1, .profile-hero .front-hero .bg-title__right--green .element1, .front-hero .profile-hero .bloc-actu h2 .element1, .profile-hero .bloc-actu .front-hero h2 .element1, .front-hero .bloc-actu .profile-hero h2 .element1, .bloc-actu .profile-hero .front-hero h2 .element1 {
  font-size: 5rem;
  font-weight: 400;
}
.front-hero h1 .element2, .front-hero .profile-hero .bg-title .element2, .profile-hero .front-hero .bg-title .element2, .front-hero .profile-hero .bg-title__left .element2, .front-hero .profile-hero .bloc-columns__left h2 .element2, .bloc-columns__left .front-hero .profile-hero h2 .element2, .front-hero .profile-hero .bloc-content.bg-green h2 .element2, .bloc-content.bg-green .front-hero .profile-hero h2 .element2, .profile-hero .front-hero .bg-title__left .element2, .profile-hero .front-hero .bloc-columns__left h2 .element2, .bloc-columns__left .profile-hero .front-hero h2 .element2, .profile-hero .front-hero .bloc-content.bg-green h2 .element2, .bloc-content.bg-green .profile-hero .front-hero h2 .element2, .front-hero .profile-hero .bg-title__left--white .element2, .profile-hero .front-hero .bg-title__left--white .element2, .front-hero .profile-hero .bg-title__right .element2, .front-hero .profile-hero .bloc-columns__right h2 .element2, .bloc-columns__right .front-hero .profile-hero h2 .element2, .profile-hero .front-hero .bg-title__right .element2, .profile-hero .front-hero .bloc-columns__right h2 .element2, .bloc-columns__right .profile-hero .front-hero h2 .element2, .front-hero .profile-hero .bg-title__left--green .element2, .front-hero .profile-hero .bloc-content.bg-white h2 .element2, .bloc-content.bg-white .front-hero .profile-hero h2 .element2, .profile-hero .front-hero .bg-title__left--green .element2, .profile-hero .front-hero .bloc-content.bg-white h2 .element2, .bloc-content.bg-white .profile-hero .front-hero h2 .element2, .front-hero .profile-hero .bg-title__right--green .element2, .profile-hero .front-hero .bg-title__right--green .element2, .front-hero .profile-hero .bloc-actu h2 .element2, .profile-hero .bloc-actu .front-hero h2 .element2, .front-hero .bloc-actu .profile-hero h2 .element2, .bloc-actu .profile-hero .front-hero h2 .element2 {
  font-size: 4rem;
  font-weight: 300;
}
.front-hero h1 .element3, .front-hero .profile-hero .bg-title .element3, .profile-hero .front-hero .bg-title .element3, .front-hero .profile-hero .bg-title__left .element3, .front-hero .profile-hero .bloc-columns__left h2 .element3, .bloc-columns__left .front-hero .profile-hero h2 .element3, .front-hero .profile-hero .bloc-content.bg-green h2 .element3, .bloc-content.bg-green .front-hero .profile-hero h2 .element3, .profile-hero .front-hero .bg-title__left .element3, .profile-hero .front-hero .bloc-columns__left h2 .element3, .bloc-columns__left .profile-hero .front-hero h2 .element3, .profile-hero .front-hero .bloc-content.bg-green h2 .element3, .bloc-content.bg-green .profile-hero .front-hero h2 .element3, .front-hero .profile-hero .bg-title__left--white .element3, .profile-hero .front-hero .bg-title__left--white .element3, .front-hero .profile-hero .bg-title__right .element3, .front-hero .profile-hero .bloc-columns__right h2 .element3, .bloc-columns__right .front-hero .profile-hero h2 .element3, .profile-hero .front-hero .bg-title__right .element3, .profile-hero .front-hero .bloc-columns__right h2 .element3, .bloc-columns__right .profile-hero .front-hero h2 .element3, .front-hero .profile-hero .bg-title__left--green .element3, .front-hero .profile-hero .bloc-content.bg-white h2 .element3, .bloc-content.bg-white .front-hero .profile-hero h2 .element3, .profile-hero .front-hero .bg-title__left--green .element3, .profile-hero .front-hero .bloc-content.bg-white h2 .element3, .bloc-content.bg-white .profile-hero .front-hero h2 .element3, .front-hero .profile-hero .bg-title__right--green .element3, .profile-hero .front-hero .bg-title__right--green .element3, .front-hero .profile-hero .bloc-actu h2 .element3, .profile-hero .bloc-actu .front-hero h2 .element3, .front-hero .bloc-actu .profile-hero h2 .element3, .bloc-actu .profile-hero .front-hero h2 .element3 {
  font-size: 2.5rem;
  font-weight: bold;
}
.front-hero__shape {
  width: 250px;
  display: block;
  right: 0;
  position: absolute;
  bottom: 0;
  z-index: -1;
  opacity: 0.3;
}
.front-hero__shape svg {
  display: flex;
  width: 100%;
}

/*** Colonnes de contenu ***/
.bloc-split {
  position: relative;
}
.bloc-split__grid {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .bloc-split__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: unset;
  }
}
@media (max-width: 767px) {
  .bloc-split__grid {
    max-width: unset;
    padding: 0px;
    margin: 0px;
  }
}
.bloc-split__grid p {
  margin-top: 0;
}
@media (min-width: 768px) {
  .bloc-split::before {
    content: "";
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #279989;
    z-index: -1;
  }
}
@media (min-width: 768px) {
  .bloc-split::after {
    content: "";
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #C5DDD9;
    z-index: -1;
  }
}
.bloc-split__left {
  display: flex;
  flex-direction: column;
  align-items: start;
  position: relative;
}
@media (min-width: 768px) {
  .bloc-split__left {
    padding-right: 70px;
  }
}
@media (min-width: 992px) {
  .bloc-split__left {
    padding-right: 170px;
  }
}
.bloc-split__left h2 {
  position: relative;
  width: 100%;
  color: #279989;
  background-color: white;
  padding-block: 20px;
  text-transform: uppercase;
}
.bloc-split__left h2::before {
  content: "";
  width: calc(100%);
  background-color: white;
  position: absolute;
  left: -100%;
  top: 0;
}
.bloc-split__left h2::after {
  content: "";
  display: block;
  width: 150%;
  height: 100%;
  position: absolute;
  left: -150%;
  top: 0;
  background-color: white;
}
.bloc-split__left h3 {
  color: #FECD00;
}
.bloc-split__left p {
  color: white;
}
@media (max-width: 767px) {
  .bloc-split__left {
    background-color: #279989;
  }
  .bloc-split__left::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #279989;
    position: absolute;
    top: 0;
    left: -100%;
    z-index: -1;
  }
  .bloc-split__left::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #279989;
    position: absolute;
    top: 0;
    right: -100%;
    z-index: -1;
  }
}
.bloc-split__right {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: start;
}
@media (min-width: 768px) {
  .bloc-split__right {
    padding-left: 70px;
  }
}
@media (min-width: 992px) {
  .bloc-split__right {
    padding-left: 170px;
  }
}
.bloc-split__right h3 {
  color: #279989;
}
.bloc-split__right p {
  color: black;
}
@media (max-width: 767px) {
  .bloc-split__right {
    background-color: #C5DDD9;
  }
  .bloc-split__right::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #C5DDD9;
    position: absolute;
    top: 0;
    left: -100%;
    z-index: -1;
  }
  .bloc-split__right::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #C5DDD9;
    position: absolute;
    top: 0;
    right: -100%;
    z-index: -1;
  }
}
.bloc-split.reverse::before {
  left: unset;
  right: 0;
}
.bloc-split.reverse::after {
  left: 0;
  right: unset;
}
.bloc-split.reverse .bloc-split__left h3 {
  color: #279989;
}
.bloc-split.reverse .bloc-split__left p {
  color: black;
}
@media (max-width: 767px) {
  .bloc-split.reverse .bloc-split__left {
    background-color: #C5DDD9;
  }
  .bloc-split.reverse .bloc-split__left::after {
    background-color: #C5DDD9;
  }
  .bloc-split.reverse .bloc-split__left::before {
    background-color: #C5DDD9;
  }
}
.bloc-split.reverse .bloc-split__right h3 {
  color: #FECD00;
}
.bloc-split.reverse .bloc-split__right p {
  color: white;
}
@media (max-width: 767px) {
  .bloc-split.reverse .bloc-split__right {
    background-color: #279989;
  }
  .bloc-split.reverse .bloc-split__right::after {
    background-color: #279989;
  }
  .bloc-split.reverse .bloc-split__right::before {
    background-color: #279989;
  }
}
@media (max-width: 767px) {
  .bloc-split {
    padding-block: 0px;
  }
}

/*** Front onglets ***/
.front-onglets {
  position: relative;
  overflow: hidden;
}
.front-onglets .container, .front-onglets .ressources-section .facetwp-template, .ressources-section .front-onglets .facetwp-template, .front-onglets .mobile-container, .front-onglets .bloc-split__grid, .front-onglets .bloc-split__left, .front-onglets .bloc-split__right {
  position: relative;
  z-index: 1;
}
.front-onglets h2 {
  padding-block: 20px;
  padding-right: 0;
  padding-left: 25px;
  max-width: 300px;
  font-size: 2.5rem;
  position: relative;
  background-color: #279989;
  align-self: end;
  color: white;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .front-onglets h2 {
    padding-inline: 25px;
    max-width: 420px;
    font-size: 3.3rem;
  }
}
.front-onglets h2::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: -100%;
  background-color: #279989;
}
.front-onglets__figure {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.front-onglets__figure img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.front-onglets__shape {
  width: 310px;
  aspect-ratio: 31/38;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.front-onglets__shape svg {
  width: 100%;
}
.front-onglets__links {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (min-width: 768px) {
  .front-onglets__links {
    flex-direction: unset;
    background-color: white;
    width: fit-content;
    border-radius: 10px;
    gap: unset;
    border: 1px solid gray;
    overflow: hidden;
  }
}
.front-onglets--link {
  border-color: gray;
  border: none;
}
.front-onglets--link:first-child {
  cursor: text;
}
.front-onglets--link:first-child:hover {
  color: black;
}
@media (max-width: 767px) {
  .front-onglets--link:first-child:hover {
    color: white;
    background-color: #279989;
  }
}
@media (max-width: 767px) {
  .front-onglets--link {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .front-onglets--link {
    background-color: white;
    color: black;
    padding-block: 20px;
    padding-inline: 30px;
    border-radius: unset;
    border-right: 1px solid gray;
  }
  .front-onglets--link:last-child {
    border-radius: 0 10px 10px 0;
  }
}
.front-onglets .container, .front-onglets .ressources-section .facetwp-template, .ressources-section .front-onglets .facetwp-template, .front-onglets .mobile-container, .front-onglets .bloc-split__grid, .front-onglets .bloc-split__left, .front-onglets .bloc-split__right {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}

/*** Front actus ***/
.bloc-actu .container, .bloc-actu .ressources-section .facetwp-template, .ressources-section .bloc-actu .facetwp-template, .bloc-actu .mobile-container, .bloc-actu .bloc-split__grid, .bloc-actu .bloc-split__left, .bloc-actu .bloc-split__right {
  display: flex;
  flex-direction: column;
  align-self: start;
}
.bloc-actu__grid {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (min-width: 768px) {
  .bloc-actu__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
.bloc-actu__rec {
  display: flex;
  flex-direction: column;
  align-items: start;
}
.bloc-actu__rec--img {
  width: 100%;
  aspect-ratio: 49/30;
}
.bloc-actu__rec--img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-color: lightblue;
}
.bloc-actu__rec h3 {
  color: white;
  margin-bottom: 0px;
}
.bloc-actu__rec p {
  color: white;
}
.bloc-actu__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.bloc-actu__item {
  background-color: #C5DDD9;
  height: fit-content;
  display: flex;
  flex-direction: column;
  align-items: start;
  padding-inline: 40px;
  padding-block: 20px;
}
.bloc-actu__item h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #279989;
  text-transform: uppercase;
}
.bloc-actu__item p {
  color: #279989;
}
.bloc-actu__item span {
  color: #279989;
}
.bloc-actu .all-btn {
  margin-top: 40px;
  align-self: center;
}

/*** Front testemonials ***/
.front-tstmn {
  position: relative;
  overflow: hidden;
}
.front-tstmn .big-title--green {
  align-self: end;
}
.front-tstmn h2 {
  padding-block: 20px;
  padding-right: 0;
  padding-left: 25px;
  max-width: 300px;
  font-size: 2.5rem;
  position: relative;
  background-color: #279989;
  align-self: end;
  color: white;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .front-tstmn h2 {
    padding-inline: 25px;
    max-width: 420px;
    font-size: 3.3rem;
  }
}
.front-tstmn h2::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: -100%;
  background-color: #279989;
}
.front-tstmn .container, .front-tstmn .ressources-section .facetwp-template, .ressources-section .front-tstmn .facetwp-template, .front-tstmn .mobile-container, .front-tstmn .bloc-split__grid, .front-tstmn .bloc-split__left, .front-tstmn .bloc-split__right {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 1;
}
.front-tstmn__content {
  max-width: 400px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .front-tstmn__content {
    margin-top: 80px;
  }
}
.front-tstmn--shape {
  width: 200px;
  display: block;
}
.front-tstmn--figure {
  display: block;
  position: absolute;
  width: 150px;
  top: 80px;
  z-index: 0;
}
@media (min-width: 768px) {
  .front-tstmn--figure {
    width: 250px;
    top: 199px;
  }
}

/*** Single des article ***/
.article {
  position: relative;
}
.article-single {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .article-single {
    display: grid;
    grid-template-columns: 3fr 1fr;
  }
}
.article-hero {
  background-color: #279989;
}
.article-hero h1, .article-hero .profile-hero .bg-title, .profile-hero .article-hero .bg-title, .article-hero .profile-hero .bg-title__left, .article-hero .profile-hero .bloc-columns__left h2, .bloc-columns__left .article-hero .profile-hero h2, .article-hero .profile-hero .bloc-content.bg-green h2, .bloc-content.bg-green .article-hero .profile-hero h2, .profile-hero .article-hero .bg-title__left, .profile-hero .article-hero .bloc-columns__left h2, .bloc-columns__left .profile-hero .article-hero h2, .profile-hero .article-hero .bloc-content.bg-green h2, .bloc-content.bg-green .profile-hero .article-hero h2, .article-hero .profile-hero .bg-title__left--white, .profile-hero .article-hero .bg-title__left--white, .article-hero .profile-hero .bg-title__right, .article-hero .profile-hero .bloc-columns__right h2, .bloc-columns__right .article-hero .profile-hero h2, .profile-hero .article-hero .bg-title__right, .profile-hero .article-hero .bloc-columns__right h2, .bloc-columns__right .profile-hero .article-hero h2, .article-hero .profile-hero .bg-title__left--green, .article-hero .profile-hero .bloc-content.bg-white h2, .bloc-content.bg-white .article-hero .profile-hero h2, .profile-hero .article-hero .bg-title__left--green, .profile-hero .article-hero .bloc-content.bg-white h2, .bloc-content.bg-white .profile-hero .article-hero h2, .article-hero .profile-hero .bg-title__right--green, .profile-hero .article-hero .bg-title__right--green, .article-hero .profile-hero .bloc-actu h2, .profile-hero .bloc-actu .article-hero h2, .article-hero .bloc-actu .profile-hero h2, .bloc-actu .profile-hero .article-hero h2 {
  color: white;
}
.article-grid {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.article h2 {
  font-size: 2.8rem;
}
@media (min-width: 768px) {
  .article h2 {
    font-size: 3rem;
  }
}
.article h3 {
  font-size: 2rem;
  text-transform: none;
  font-size: 2rem;
}
.article blockquote {
  margin-inline: 0;
  padding-left: 50px;
  padding-right: 20px;
  font-size: 2rem;
  position: relative;
}
@media (min-width: 768px) {
  .article blockquote {
    padding-left: 160px;
    padding-right: 80px;
    font-size: 3rem;
  }
}
.article blockquote::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  color: #279989;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  left: 10px;
  height: 40px;
  width: 40px;
  font-size: 40px;
  line-height: 40px;
}
@media (min-width: 768px) {
  .article blockquote::before {
    left: 60px;
    height: 80px;
    width: 80px;
    font-size: 80px;
    line-height: 80px;
  }
}
.article blockquote p {
  line-height: 2.6rem;
  max-width: 400px;
  font-family: "Open Sans", serif;
}
@media (min-width: 768px) {
  .article blockquote p {
    line-height: 3.6rem;
  }
}
.article-shape {
  width: 200px;
  position: absolute;
  right: 0;
  top: 80px;
}
@media (max-width: 767px) {
  .article-shape {
    width: 150px;
    z-index: -1;
    opacity: 0.3;
    top: 60px;
  }
}
.article-shape svg {
  height: 100%;
  object-fit: contain;
}

/*** Page Ressources ***/
.ressources-element {
  color: black;
  text-decoration: none !important;
}
.ressources-element:hover {
  color: #279989;
}
.ressources-element__file {
  display: grid;
  grid-template-columns: 50px auto;
  gap: 20px;
  border-top: 1px solid #279989;
  padding: 25px 5px;
}
.ressources-element__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.ressources-element--icon {
  width: 100%;
}
.ressources-element--icon img {
  width: 100%;
  object-fit: contain;
}
.ressources-element--title {
  font-weight: bold;
}
.ressources-element--desc {
  font-weight: 100;
}
.ressources-element--desc p {
  margin: 0px;
}

.ressources-element__file.actu {
  display: block;
}

.ressources-section {
  padding-top: 0px;
}
@media (min-width: 768px) {
  .ressources-section .facetwp-template {
    display: grid;
    grid-template-columns: auto 200px;
    gap: 40px;
  }
}
@media (min-width: 992px) {
  .ressources-section .facetwp-template {
    grid-template-columns: auto 300px;
  }
}
.ressources-section .bloc-ressources__right {
  padding-top: 0px;
}

.ressources-filters {
  display: flex;
  flex-direction: column;
}
.ressources-filters__left {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 768px) {
  .ressources-filters__left {
    flex-direction: unset;
    flex-wrap: wrap;
  }
}
.ressources-filters__right {
  display: flex;
}
@media (min-width: 768px) {
  .ressources-filters__right {
    justify-content: end;
  }
}
@media (min-width: 768px) {
  .ressources-filters {
    display: grid;
    grid-template-columns: 70% auto;
  }
}

.ressources-pagers {
  display: flex;
  justify-content: center;
}

.facetwp-facet {
  width: fit-content;
  height: fit-content;
  margin-bottom: 20px !important;
}
@media (min-width: 768px) {
  .facetwp-facet {
    margin-bottom: 40px !important;
  }
}

.facetwp-type-dropdown {
  position: relative;
  margin: 0px;
}
.facetwp-type-dropdown::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 10px;
  background-color: #279989;
  right: -7px;
  z-index: 0;
}

.facetwp-dropdown {
  position: relative;
  z-index: 1;
  padding-block: 15px;
  padding-inline: 10px;
  background-color: white;
  border: 1px solid black;
  max-width: 170px;
}

.facetwp-search {
  border: 1px solid;
  padding-block: 15px;
  padding-inline: 20px;
}

.facetwp-page {
  border: 1px solid black;
  color: black;
  position: relative;
  min-width: 20px;
  min-height: 20px;
  padding: 0;
  padding-inline: 5px;
  padding-block: 2px;
  background-color: white;
}
.facetwp-page.active {
  font-weight: 300;
  color: #279989;
}
.facetwp-page.active::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 3px;
  background-color: #279989;
  right: -3px;
  z-index: -1;
}

.facetwp-type-search {
  position: relative;
  z-index: 1;
}
.facetwp-type-search::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 10px;
  background-color: #279989;
  right: -7px;
  z-index: -1;
}

.facetwp-type-fselect .fs-wrap {
  position: relative;
  z-index: 1;
  max-width: 190px;
}
.facetwp-type-fselect .fs-label-wrap {
  padding-block: 11px;
  padding-inline: 10px;
  background-color: white;
  border: 1px solid black;
}
.facetwp-type-fselect .fs-label-wrap::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 10px;
  background-color: #279989;
  right: -7px;
  z-index: -1;
}
.facetwp-type-fselect .fs-arrow {
  width: 7px;
  height: 7px;
  border-left: 0px !important;
  border-right: 1.5px solid black !important;
  border-bottom: 1.5px solid black !important;
  border-top: 0px !important;
  transform: rotate(45deg);
}
.facetwp-type-fselect .fs-open .fs-arrow {
  transform: rotate(-135deg);
}

/*** Page A la une ***/
.articles-archive__tools {
  display: flex;
  flex-direction: column;
  gap: 0px;
}
@media (min-width: 768px) {
  .articles-archive__tools {
    display: grid;
    grid-template-columns: auto 278px;
  }
}
.articles-archive__pagers {
  padding-top: 40px;
  display: flex;
  justify-content: center;
}

/*** Profile ***/
.profile-hero .bg-title, .profile-hero .bg-title__left, .profile-hero .bloc-columns__left h2, .bloc-columns__left .profile-hero h2, .profile-hero .bloc-content.bg-green h2, .profile-hero .reverse.bloc-columns .bloc-content.bloc-columns__right h2, .reverse.bloc-columns .profile-hero .bloc-content.bloc-columns__right h2, .bloc-content.bg-green .profile-hero h2, .reverse.bloc-columns .bloc-content.bloc-columns__right .profile-hero h2, .profile-hero .bg-title__left--white, .profile-hero .bg-title__right, .profile-hero .bloc-columns__right h2, .bloc-columns__right .profile-hero h2, .profile-hero .bg-title__left--green, .profile-hero .bloc-content.bg-white h2, .profile-hero .reverse.bloc-columns .bloc-content.bloc-columns__left h2, .reverse.bloc-columns .profile-hero .bloc-content.bloc-columns__left h2, .bloc-content.bg-white .profile-hero h2, .reverse.bloc-columns .bloc-content.bloc-columns__left .profile-hero h2, .profile-hero .bg-title__right--green, .profile-hero .bloc-actu h2, .bloc-actu .profile-hero h2 {
  background-color: #279989;
  color: white !important;
}
.profile-hero .bg-title::before, .profile-hero .bg-title__left::before, .profile-hero .bloc-columns__left h2::before, .bloc-columns__left .profile-hero h2::before, .profile-hero .bloc-content.bg-green h2::before, .profile-hero .reverse.bloc-columns .bloc-content.bloc-columns__right h2::before, .reverse.bloc-columns .profile-hero .bloc-content.bloc-columns__right h2::before, .bloc-content.bg-green .profile-hero h2::before, .reverse.bloc-columns .bloc-content.bloc-columns__right .profile-hero h2::before, .profile-hero .bg-title__left--white::before, .profile-hero .bg-title__right::before, .profile-hero .bloc-columns__right h2::before, .bloc-columns__right .profile-hero h2::before, .profile-hero .bg-title__left--green::before, .profile-hero .bloc-content.bg-white h2::before, .profile-hero .reverse.bloc-columns .bloc-content.bloc-columns__left h2::before, .reverse.bloc-columns .profile-hero .bloc-content.bloc-columns__left h2::before, .bloc-content.bg-white .profile-hero h2::before, .reverse.bloc-columns .bloc-content.bloc-columns__left .profile-hero h2::before, .profile-hero .bg-title__right--green::before, .profile-hero .bloc-actu h2::before, .bloc-actu .profile-hero h2::before {
  background-color: #279989;
}
.profile-hero .big-title, .profile-hero .big-title--green {
  color: #279989;
  text-transform: uppercase;
  margin-block: 50px;
  display: flex;
  max-width: unset;
}
.profile-hero.bg-green .bg-title, .reverse.bloc-columns .profile-hero.bloc-columns__right .bg-title, .profile-hero.bloc-columns__left .bg-title, .profile-hero.bg-green .bg-title__left, .reverse.bloc-columns .profile-hero.bloc-columns__right .bg-title__left, .profile-hero.bg-green .bloc-columns__left h2, .reverse.bloc-columns .profile-hero.bloc-columns__right .bloc-columns__left h2, .bloc-columns__left .profile-hero.bg-green h2, .bloc-columns__left .reverse.bloc-columns .profile-hero.bloc-columns__right h2, .reverse.bloc-columns .bloc-columns__left .profile-hero.bloc-columns__right h2, .profile-hero.bloc-columns__left .bg-title__left, .profile-hero.bloc-columns__left h2, .profile-hero.bg-green .bloc-content.bg-green h2, .reverse.bloc-columns .profile-hero.bloc-columns__right .bloc-content.bg-green h2, .bloc-content.bg-green .profile-hero.bg-green h2, .bloc-content.bg-green .reverse.bloc-columns .profile-hero.bloc-columns__right h2, .reverse.bloc-columns .bloc-content.bg-green .profile-hero.bloc-columns__right h2, .profile-hero.bg-green .bg-title__left--white, .reverse.bloc-columns .profile-hero.bloc-columns__right .bg-title__left--white, .profile-hero.bloc-columns__left .bg-title__left--white, .profile-hero.bg-green .bg-title__right, .reverse.bloc-columns .profile-hero.bloc-columns__right .bg-title__right, .profile-hero.bg-green .bloc-columns__right h2, .reverse.bloc-columns .profile-hero.bloc-columns__right .bloc-columns__right h2, .bloc-columns__right .profile-hero.bg-green h2, .bloc-columns__right .reverse.bloc-columns .profile-hero.bloc-columns__right h2, .reverse.bloc-columns .bloc-columns__right .profile-hero.bloc-columns__right h2, .profile-hero.bloc-columns__left .bg-title__right, .profile-hero.bg-green .bg-title__left--green, .reverse.bloc-columns .profile-hero.bloc-columns__right .bg-title__left--green, .profile-hero.bloc-columns__left .bg-title__left--green, .profile-hero.bg-green .bloc-content.bg-white h2, .reverse.bloc-columns .profile-hero.bloc-columns__right .bloc-content.bg-white h2, .bloc-content.bg-white .profile-hero.bg-green h2, .bloc-content.bg-white .reverse.bloc-columns .profile-hero.bloc-columns__right h2, .reverse.bloc-columns .bloc-content.bg-white .profile-hero.bloc-columns__right h2, .profile-hero.bg-green .bg-title__right--green, .reverse.bloc-columns .profile-hero.bloc-columns__right .bg-title__right--green, .profile-hero.bloc-columns__left .bg-title__right--green, .profile-hero.bg-green .bloc-actu h2, .reverse.bloc-columns .profile-hero.bloc-columns__right .bloc-actu h2, .bloc-actu .profile-hero.bg-green h2, .bloc-actu .reverse.bloc-columns .profile-hero.bloc-columns__right h2, .reverse.bloc-columns .bloc-actu .profile-hero.bloc-columns__right h2 {
  background-color: white;
  color: #279989;
}
.profile-hero.bg-green .big-title, .reverse.bloc-columns .profile-hero.bloc-columns__right .big-title, .profile-hero.bloc-columns__left .big-title, .profile-hero.bg-green .big-title--green, .reverse.bloc-columns .profile-hero.bloc-columns__right .big-title--green, .profile-hero.bloc-columns__left .big-title--green {
  color: #279989 !important;
}
.profile-hero.bg-green .big-title::before, .reverse.bloc-columns .profile-hero.bloc-columns__right .big-title::before, .profile-hero.bloc-columns__left .big-title::before, .profile-hero.bg-green .big-title--green::before, .reverse.bloc-columns .profile-hero.bloc-columns__right .big-title--green::before, .profile-hero.bloc-columns__left .big-title--green::before {
  background-color: white;
}

/*** Page Contact ***/
.frm__67c70d582e2df {
  display: none !important;
}

/*** SEARCH PAGE ***/
.search-bar .search-form {
  display: flex;
}

.article-mini {
  margin-bottom: 18px;
  position: relative;
}
.article-mini.has-type-label {
  margin-bottom: 45px;
}
@media (min-width: 992px) {
  .article-mini {
    margin-bottom: 22px;
  }
}
.article-mini__link {
  width: 100%;
  padding: 13px 25px;
  display: block;
  background: white;
  border-radius: 10px;
  border: 1px solid #C5DDD9;
  color: black;
  text-decoration: none !important;
}
.article-mini__link:hover, .article-mini__link:focus-visible {
  border-color: #279989;
}
@media (min-width: 768px) {
  .article-mini__link {
    align-items: center;
    gap: 10px;
    border-radius: 0 20px 20px 0;
  }
}
@media (min-width: 992px) {
  .article-mini__link {
    gap: 30px;
  }
}
.article-mini__title {
  margin-top: 0;
  margin-bottom: 5px;
  color: black;
  font-style: italic;
  font-weight: 600;
  font-size: 1.8rem;
}
@media (min-width: 992px) {
  .article-mini__title {
    font-size: 1.9rem;
  }
}
.article-mini__copy > :last-child {
  margin-bottom: 0;
}
.article-mini__type {
  padding: 2px 5px;
  position: absolute;
  top: -20px;
  left: 25px;
  z-index: 1;
  background: #C5DDD9;
  border-radius: 3px;
}
.article-mini .btn-empty {
  margin-top: 15px;
  display: inline-block;
}
.article-mini strong {
  background: #FECD00;
}

.results {
  margin-top: 60px;
}
.results__list {
  padding-left: 0;
  list-style: none;
}

/*** Bloc Hero ***/
.bloc-hero {
  position: relative;
  padding-block: 40px;
}
.bloc-hero h2 {
  background-color: white;
  padding-block: 20px;
  color: #279989;
  position: relative;
  text-transform: uppercase;
}
.bloc-hero h2::before {
  content: "";
  display: block;
  background-color: white;
  width: 2000px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 100%;
}
.bloc-hero h3 {
  color: #FECD00;
  text-transform: uppercase;
}
.bloc-hero p {
  color: white;
}
.bloc-hero.bg-white h1, .reverse.bloc-columns .bloc-hero.bloc-columns__left h1, .bloc-hero.bloc-columns__right h1, .bloc-hero.bg-white .profile-hero .bg-title, .reverse.bloc-columns .bloc-hero.bloc-columns__left .profile-hero .bg-title, .bloc-hero.bloc-columns__right .profile-hero .bg-title, .profile-hero .bloc-hero.bg-white .bg-title, .profile-hero .reverse.bloc-columns .bloc-hero.bloc-columns__left .bg-title, .reverse.bloc-columns .profile-hero .bloc-hero.bloc-columns__left .bg-title, .profile-hero .bloc-hero.bloc-columns__right .bg-title, .bloc-hero.bg-white .profile-hero .bg-title__left, .reverse.bloc-columns .bloc-hero.bloc-columns__left .profile-hero .bg-title__left, .bloc-hero.bloc-columns__right .profile-hero .bg-title__left, .bloc-hero.bg-white .profile-hero .bloc-columns__left h2, .reverse.bloc-columns .bloc-hero.bloc-columns__left .profile-hero .bloc-columns__left h2, .bloc-columns__left .bloc-hero.bg-white .profile-hero h2, .bloc-columns__left .reverse.bloc-columns .bloc-hero.bloc-columns__left .profile-hero h2, .reverse.bloc-columns .bloc-columns__left .bloc-hero.bloc-columns__left .profile-hero h2, .bloc-hero.bg-white .profile-hero .bloc-content.bg-green h2, .bloc-hero.bg-white .profile-hero .reverse.bloc-columns .bloc-content.bloc-columns__right h2, .reverse.bloc-columns .bloc-hero.bg-white .profile-hero .bloc-content.bloc-columns__right h2, .reverse.bloc-columns .bloc-hero.bloc-columns__left .profile-hero .bloc-content.bg-green h2, .reverse.bloc-columns .bloc-hero.bloc-columns__left .profile-hero .bloc-content.bloc-columns__right h2, .bloc-content.bg-green .bloc-hero.bg-white .profile-hero h2, .reverse.bloc-columns .bloc-content.bloc-columns__right .bloc-hero.bg-white .profile-hero h2, .bloc-content.bg-green .reverse.bloc-columns .bloc-hero.bloc-columns__left .profile-hero h2, .reverse.bloc-columns .bloc-content.bloc-columns__right .reverse.bloc-columns .bloc-hero.bloc-columns__left .profile-hero h2, .reverse.bloc-columns .bloc-content.bg-green .bloc-hero.bloc-columns__left .profile-hero h2, .reverse.bloc-columns .bloc-content.bloc-columns__right .bloc-hero.bloc-columns__left .profile-hero h2, .profile-hero .bloc-hero.bg-white .bg-title__left, .profile-hero .reverse.bloc-columns .bloc-hero.bloc-columns__left .bg-title__left, .reverse.bloc-columns .profile-hero .bloc-hero.bloc-columns__left .bg-title__left, .profile-hero .bloc-hero.bloc-columns__right .bg-title__left, .profile-hero .bloc-hero.bg-white .bloc-columns__left h2, .profile-hero .reverse.bloc-columns .bloc-hero.bloc-columns__left .bloc-columns__left h2, .reverse.bloc-columns .profile-hero .bloc-hero.bloc-columns__left .bloc-columns__left h2, .bloc-columns__left .profile-hero .bloc-hero.bg-white h2, .bloc-columns__left .profile-hero .reverse.bloc-columns .bloc-hero.bloc-columns__left h2, .reverse.bloc-columns .bloc-columns__left .profile-hero .bloc-hero.bloc-columns__left h2, .profile-hero .bloc-hero.bg-white .bloc-content.bg-green h2, .profile-hero .bloc-hero.bg-white .reverse.bloc-columns .bloc-content.bloc-columns__right h2, .reverse.bloc-columns .profile-hero .bloc-hero.bg-white .bloc-content.bloc-columns__right h2, .profile-hero .reverse.bloc-columns .bloc-hero.bloc-columns__left .bloc-content.bg-green h2, .profile-hero .reverse.bloc-columns .bloc-hero.bloc-columns__left .bloc-content.bloc-columns__right h2, .reverse.bloc-columns .profile-hero .bloc-hero.bloc-columns__left .bloc-content.bg-green h2, .reverse.bloc-columns .profile-hero .bloc-hero.bloc-columns__left .bloc-content.bloc-columns__right h2, .bloc-content.bg-green .profile-hero .bloc-hero.bg-white h2, .reverse.bloc-columns .bloc-content.bloc-columns__right .profile-hero .bloc-hero.bg-white h2, .bloc-content.bg-green .profile-hero .reverse.bloc-columns .bloc-hero.bloc-columns__left h2, .reverse.bloc-columns .bloc-content.bloc-columns__right .profile-hero .reverse.bloc-columns .bloc-hero.bloc-columns__left h2, .reverse.bloc-columns .bloc-content.bg-green .profile-hero .bloc-hero.bloc-columns__left h2, .reverse.bloc-columns .bloc-content.bloc-columns__right .profile-hero .bloc-hero.bloc-columns__left h2, .bloc-hero.bg-white .profile-hero .bg-title__left--white, .reverse.bloc-columns .bloc-hero.bloc-columns__left .profile-hero .bg-title__left--white, .bloc-hero.bloc-columns__right .profile-hero .bg-title__left--white, .profile-hero .bloc-hero.bg-white .bg-title__left--white, .profile-hero .reverse.bloc-columns .bloc-hero.bloc-columns__left .bg-title__left--white, .reverse.bloc-columns .profile-hero .bloc-hero.bloc-columns__left .bg-title__left--white, .profile-hero .bloc-hero.bloc-columns__right .bg-title__left--white, .bloc-hero.bg-white .profile-hero .bg-title__right, .reverse.bloc-columns .bloc-hero.bloc-columns__left .profile-hero .bg-title__right, .bloc-hero.bg-white .profile-hero .bloc-columns__right h2, .reverse.bloc-columns .bloc-hero.bloc-columns__left .profile-hero .bloc-columns__right h2, .bloc-columns__right .bloc-hero.bg-white .profile-hero h2, .bloc-columns__right .reverse.bloc-columns .bloc-hero.bloc-columns__left .profile-hero h2, .reverse.bloc-columns .bloc-columns__right .bloc-hero.bloc-columns__left .profile-hero h2, .bloc-hero.bloc-columns__right .profile-hero .bg-title__right, .bloc-hero.bloc-columns__right .profile-hero h2, .profile-hero .bloc-hero.bg-white .bg-title__right, .profile-hero .reverse.bloc-columns .bloc-hero.bloc-columns__left .bg-title__right, .reverse.bloc-columns .profile-hero .bloc-hero.bloc-columns__left .bg-title__right, .profile-hero .bloc-hero.bg-white .bloc-columns__right h2, .profile-hero .reverse.bloc-columns .bloc-hero.bloc-columns__left .bloc-columns__right h2, .reverse.bloc-columns .profile-hero .bloc-hero.bloc-columns__left .bloc-columns__right h2, .bloc-columns__right .profile-hero .bloc-hero.bg-white h2, .bloc-columns__right .profile-hero .reverse.bloc-columns .bloc-hero.bloc-columns__left h2, .reverse.bloc-columns .bloc-columns__right .profile-hero .bloc-hero.bloc-columns__left h2, .profile-hero .bloc-hero.bloc-columns__right .bg-title__right, .profile-hero .bloc-hero.bloc-columns__right h2, .bloc-hero.bg-white .profile-hero .bg-title__left--green, .reverse.bloc-columns .bloc-hero.bloc-columns__left .profile-hero .bg-title__left--green, .bloc-hero.bloc-columns__right .profile-hero .bg-title__left--green, .bloc-hero.bg-white .profile-hero .bloc-content.bg-white h2, .reverse.bloc-columns .bloc-hero.bloc-columns__left .profile-hero .bloc-content.bg-white h2, .bloc-hero.bg-white .profile-hero .reverse.bloc-columns .bloc-content.bloc-columns__left h2, .reverse.bloc-columns .bloc-hero.bg-white .profile-hero .bloc-content.bloc-columns__left h2, .reverse.bloc-columns .bloc-hero.bloc-columns__left .profile-hero .bloc-content.bloc-columns__left h2, .bloc-content.bg-white .bloc-hero.bg-white .profile-hero h2, .reverse.bloc-columns .bloc-content.bloc-columns__left .bloc-hero.bg-white .profile-hero h2, .bloc-content.bg-white .reverse.bloc-columns .bloc-hero.bloc-columns__left .profile-hero h2, .reverse.bloc-columns .bloc-content.bg-white .bloc-hero.bloc-columns__left .profile-hero h2, .reverse.bloc-columns .bloc-content.bloc-columns__left .bloc-hero.bloc-columns__left .profile-hero h2, .profile-hero .bloc-hero.bg-white .bg-title__left--green, .profile-hero .reverse.bloc-columns .bloc-hero.bloc-columns__left .bg-title__left--green, .reverse.bloc-columns .profile-hero .bloc-hero.bloc-columns__left .bg-title__left--green, .profile-hero .bloc-hero.bloc-columns__right .bg-title__left--green, .profile-hero .bloc-hero.bg-white .bloc-content.bg-white h2, .profile-hero .reverse.bloc-columns .bloc-hero.bloc-columns__left .bloc-content.bg-white h2, .reverse.bloc-columns .profile-hero .bloc-hero.bloc-columns__left .bloc-content.bg-white h2, .profile-hero .bloc-hero.bg-white .reverse.bloc-columns .bloc-content.bloc-columns__left h2, .reverse.bloc-columns .profile-hero .bloc-hero.bg-white .bloc-content.bloc-columns__left h2, .profile-hero .reverse.bloc-columns .bloc-hero.bloc-columns__left .bloc-content.bloc-columns__left h2, .reverse.bloc-columns .profile-hero .bloc-hero.bloc-columns__left .bloc-content.bloc-columns__left h2, .bloc-content.bg-white .profile-hero .bloc-hero.bg-white h2, .reverse.bloc-columns .bloc-content.bloc-columns__left .profile-hero .bloc-hero.bg-white h2, .bloc-content.bg-white .profile-hero .reverse.bloc-columns .bloc-hero.bloc-columns__left h2, .reverse.bloc-columns .bloc-content.bg-white .profile-hero .bloc-hero.bloc-columns__left h2, .reverse.bloc-columns .bloc-content.bloc-columns__left .profile-hero .bloc-hero.bloc-columns__left h2, .bloc-hero.bg-white .profile-hero .bg-title__right--green, .reverse.bloc-columns .bloc-hero.bloc-columns__left .profile-hero .bg-title__right--green, .bloc-hero.bloc-columns__right .profile-hero .bg-title__right--green, .profile-hero .bloc-hero.bg-white .bg-title__right--green, .profile-hero .reverse.bloc-columns .bloc-hero.bloc-columns__left .bg-title__right--green, .reverse.bloc-columns .profile-hero .bloc-hero.bloc-columns__left .bg-title__right--green, .profile-hero .bloc-hero.bloc-columns__right .bg-title__right--green, .bloc-hero.bg-white .profile-hero .bloc-actu h2, .reverse.bloc-columns .bloc-hero.bloc-columns__left .profile-hero .bloc-actu h2, .profile-hero .bloc-actu .bloc-hero.bg-white h2, .profile-hero .bloc-actu .reverse.bloc-columns .bloc-hero.bloc-columns__left h2, .reverse.bloc-columns .profile-hero .bloc-actu .bloc-hero.bloc-columns__left h2, .bloc-hero.bg-white .bloc-actu .profile-hero h2, .reverse.bloc-columns .bloc-hero.bloc-columns__left .bloc-actu .profile-hero h2, .bloc-actu .profile-hero .bloc-hero.bg-white h2, .bloc-actu .profile-hero .reverse.bloc-columns .bloc-hero.bloc-columns__left h2, .reverse.bloc-columns .bloc-actu .profile-hero .bloc-hero.bloc-columns__left h2 {
  color: #279989;
}
.bloc-hero.bg-white h2, .reverse.bloc-columns .bloc-hero.bloc-columns__left h2, .bloc-hero.bloc-columns__right h2 {
  color: white;
  background-color: #279989;
}
.bloc-hero.bg-white h2::before, .reverse.bloc-columns .bloc-hero.bloc-columns__left h2::before, .bloc-hero.bloc-columns__right h2::before {
  background-color: #279989;
}
.bloc-hero.bg-white p, .reverse.bloc-columns .bloc-hero.bloc-columns__left p, .bloc-hero.bloc-columns__right p {
  color: black;
}
.bloc-hero__content {
  position: relative;
  z-index: 1;
}
.bloc-hero__content *:not(h1) {
  max-width: 250px;
}
@media (min-width: 768px) {
  .bloc-hero__content *:not(h1) {
    max-width: 400px;
  }
}
.bloc-hero__content:has(.wp-block-column) *:not(h1) {
  max-width: 250px;
}
@media (min-width: 768px) {
  .bloc-hero__content:has(.wp-block-column) *:not(h1) {
    max-width: 500px;
  }
}
@media (min-width: 992px) {
  .bloc-hero__content:has(.wp-block-column) *:not(h1) {
    max-width: 600px;
  }
}
.bloc-hero__shape {
  width: 150px;
  display: block;
  right: 0;
  position: absolute;
  top: 40px;
  z-index: 0;
}
.bloc-hero__shape svg {
  display: flex;
  width: 100%;
}
@media (min-width: 768px) {
  .bloc-hero__shape {
    width: 200px;
  }
}
@media (max-width: 767px) {
  .bloc-hero__shape {
    filter: brightness(0.88);
  }
  .bloc-hero__shape svg * {
    fill: #FECD00;
  }
}

/*** [1A] - Bloc Verbatim ***/
.bloc-verbatim {
  position: relative;
}
.bloc-verbatim__content {
  position: relative;
  max-width: 800px;
  text-align: center;
  font-size: 2.5rem;
  font-weight: 200;
  z-index: 1;
}
@media (min-width: 768px) {
  .bloc-verbatim__content {
    font-size: 4rem;
  }
}
.bloc-verbatim__content p {
  line-height: unset;
}
.bloc-verbatim__shape {
  width: 150px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}
@media (min-width: 768px) {
  .bloc-verbatim__shape {
    width: 200px;
  }
}
@media (max-width: 767px) {
  .bloc-verbatim__shape {
    opacity: 0.5;
    bottom: 0;
  }
}
.bloc-verbatim__shape svg {
  display: flex;
  height: 100%;
  width: 100%;
}

/*** [1E] - Colonnes de contenu ***/
.bloc-content {
  position: relative;
}
/*** [2A] - Colonnes de contenu ***/
.bloc-columns {
  overflow-x: hidden;
  position: relative;
}
.bloc-columns__grid {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .bloc-columns__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
}
@media (min-width: 768px) {
  .bloc-columns__left {
    max-width: 400px;
  }
}
@media (max-width: 767px) {
  .bloc-columns__left {
    position: relative;
  }
  .bloc-columns__left::before {
    position: absolute;
    content: "";
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #279989;
  }
  .bloc-columns__left::after {
    position: absolute;
    content: "";
    right: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #279989;
  }
}
.bloc-columns__right {
  background-color: #C5DDD9;
}
@media (min-width: 768px) {
  .bloc-columns__right {
    max-width: 400px;
    justify-self: end;
  }
}
@media (max-width: 767px) {
  .bloc-columns__right {
    position: relative;
  }
  .bloc-columns__right::before {
    position: absolute;
    content: "";
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #C5DDD9;
  }
  .bloc-columns__right::after {
    position: absolute;
    content: "";
    right: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #C5DDD9;
  }
}
@media (min-width: 768px) {
  .bloc-columns::before {
    content: "";
    display: block;
    height: 100%;
    width: 50%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #279989;
    z-index: -1;
  }
  .bloc-columns::after {
    content: "";
    display: block;
    height: 100%;
    width: 50%;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #C5DDD9;
    z-index: -1;
  }
}
@media (max-width: 767px) {
  .bloc-columns {
    padding-block: 0px;
  }
}

.reverse.bloc-columns .bloc-columns__left {
  background-color: #C5DDD9;
}
.reverse.bloc-columns .bloc-columns__left::before, .reverse.bloc-columns .bloc-columns__left::after {
  background-color: #C5DDD9;
}
.reverse.bloc-columns .bloc-columns__right::before, .reverse.bloc-columns .bloc-columns__right::after {
  background-color: #279989;
}
@media (min-width: 768px) {
  .reverse.bloc-columns::before {
    background-color: #C5DDD9;
  }
  .reverse.bloc-columns::after {
    background-color: #279989;
  }
}

/*** [2B] - Blocs de contenu ***/
@media (min-width: 768px) {
  .bloc-imgtxt .bloc-imgtxt__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    grid-template-areas: "figure txt";
  }
  .bloc-imgtxt .bloc-imgtxt__grid.small_left {
    grid-template-columns: 1fr 2fr;
    gap: 80px;
  }
  .bloc-imgtxt .bloc-imgtxt__grid.small_right {
    grid-template-columns: 2fr 1fr;
    gap: 80px;
  }
}
.bloc-imgtxt .bloc-imgtxt__grid.reverse {
  grid-template-areas: "txt figure";
}
.bloc-imgtxt__figure {
  display: block;
  aspect-ratio: 500/260;
  width: 100%;
  grid-area: figure;
}
.bloc-imgtxt__figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bloc-imgtxt__txt {
  grid-area: txt;
}

/*** [1B] - Bloc avec image de fond ***/
.bloc-background {
  position: relative;
  overflow: hidden;
}
.bloc-background h2 {
  padding-block: 20px;
  padding-right: 0;
  padding-left: 25px;
  max-width: 300px;
  font-size: 2.5rem;
  position: relative;
  background-color: #279989;
  align-self: end;
  color: white;
}
@media (min-width: 768px) {
  .bloc-background h2 {
    padding-inline: 25px;
    max-width: 400px;
    font-size: 3.3rem;
  }
}
.bloc-background h2::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: -100%;
  background-color: #279989;
}
@media (min-width: 768px) {
  .bloc-background__grid {
    display: grid;
    grid-template-columns: 40% auto;
    gap: 40px;
  }
}
.bloc-background__shape {
  width: 310px;
  aspect-ratio: 31/38;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.bloc-background__shape svg {
  width: 100%;
}
.bloc-background__content {
  padding-block: 25px;
  padding-inline: 40px;
  margin-top: 30px;
}
.bloc-background__figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.bloc-background__figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bloc-background__right {
  display: flex;
  flex-direction: column;
}

/*** [3A] - Contenus en 3 colonnes ***/
.bloc-cells__grid {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .bloc-cells__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
}
@media (min-width: 992px) {
  .bloc-cells__grid {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
  }
}

/*** [3B] - Les chiffres clès ***/
.bloc-numbers__grid {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
}
@media (min-width: 768px) {
  .bloc-numbers__grid {
    display: grid;
    grid-template-columns: 2fr 2fr;
    gap: 20px;
    place-items: center;
  }
}
@media (min-width: 768px) {
  .bloc-numbers__grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.bloc-numbers__element {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: #279989;
  background-color: transparent;
  position: relative;
  z-index: 0;
  max-width: 250px;
  width: 100%;
}
.bloc-numbers__element::after {
  content: "";
  display: block;
  background-color: #FECD00;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
}
.bloc-numbers__element::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background-color: #FECD00;
  position: absolute;
  right: 55px;
  top: -15px;
  z-index: -1;
  border-radius: 50%;
}
.bloc-numbers--number {
  font-size: 5rem;
  font-weight: bolder;
}
.bloc-numbers.bg-green .bloc-numbers__element, .bloc-numbers.bloc-columns__left .bloc-numbers__element, .reverse.bloc-columns .bloc-numbers.bloc-columns__right .bloc-numbers__element {
  color: white;
}

/*** [1C] - Les chiffres clès ***/
.bloc-accordion__list {
  list-style: none;
  padding: 0px;
  width: 100%;
  display: flex;
  margin-top: 0px;
  flex-direction: column;
  gap: 20px;
}
.bloc-accordion__element {
  position: relative;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  z-index: 1;
}
.bloc-accordion__element--title {
  padding-block: 20px;
  padding-inline: 20px;
  border: 1px solid black;
  background-color: white;
}
.bloc-accordion__element--title h3 {
  margin: 0px;
  color: #279989;
}
@media (max-width: 767px) {
  .bloc-accordion__element--title {
    padding-left: 10px;
    padding-right: 30px;
  }
}
.bloc-accordion__element--content {
  background-color: white;
  padding-block: 20px;
  padding-inline: 20px;
  border: 1px solid black;
  border-top: none;
}
.bloc-accordion__element--content p {
  color: black;
}
.bloc-accordion__element--content a {
  color: #279989 !important;
}
.bloc-accordion__element--arrow {
  transition: all 0.3s;
  position: absolute;
  right: 10px;
  top: 15px;
  height: fit-content;
}
.bloc-accordion__element--arrow i {
  color: black;
}
@media (max-width: 767px) {
  .bloc-accordion__element--arrow i {
    font-size: 1.4rem;
  }
}
@media (max-width: 767px) {
  .bloc-accordion__element--arrow {
    right: 10px;
  }
}
.bloc-accordion__element.is-active .bloc-accordion__element--arrow {
  transform: rotateX(180deg);
}
.bloc-accordion__element::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 10px;
  background-color: #279989;
  right: -7px;
  z-index: -1;
}
.bloc-accordion.bg-green .bloc-accordion__element::after, .bloc-accordion.bloc-columns__left .bloc-accordion__element::after, .reverse.bloc-columns .bloc-accordion.bloc-columns__right .bloc-accordion__element::after {
  background-color: #1d7065;
}

.bloc-articles .container, .bloc-articles .mobile-container, .bloc-articles .bloc-split__grid, .bloc-articles .bloc-split__left, .bloc-articles .bloc-split__right, .bloc-articles .ressources-section .facetwp-template, .ressources-section .bloc-articles .facetwp-template {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 60px;
}
.bloc-articles h2 {
  margin-bottom: 0px;
  color: black;
  position: relative;
  width: 100%;
}
.bloc-articles h2::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: black;
  display: block;
  position: absolute;
  bottom: -15px;
}
.bloc-articles__grid {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 768px) {
  .bloc-articles__grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.bloc-articles__element {
  display: grid;
  grid-template-rows: 170px auto;
}
.bloc-articles__element:hover img {
  transform: scale(1.3);
}
.bloc-articles__figure {
  background-color: #C5DDD9;
  overflow: hidden;
}
.bloc-articles__figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-out;
}
.bloc-articles__content {
  display: flex;
  flex-direction: column;
  align-items: start;
  position: relative;
  padding-bottom: 45px;
}
.bloc-articles__content h3 {
  margin-bottom: 0px;
}
.bloc-articles__content p {
  color: black;
}
.bloc-articles__content span {
  position: absolute;
  bottom: 0px;
}
.bloc-articles .btn-green, .bloc-articles .wp-element-button, .bloc-articles .front-onglets--link {
  align-self: center;
  margin-top: 20px;
}

/*** [1D] - Ressources ***/
.bloc-ressources__split {
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .bloc-ressources__split {
    display: grid;
    grid-template-columns: auto 200px;
    gap: 40px;
  }
}
@media (min-width: 992px) {
  .bloc-ressources__split {
    grid-template-columns: auto 300px;
  }
}
.bloc-ressources__right {
  padding-top: 80px;
}
.bloc-ressources__right img {
  width: 100%;
  object-fit: contain;
}
.bloc-ressources h2 {
  margin-bottom: 0px;
  color: black;
  position: relative;
  width: 100%;
}
.bloc-ressources h2::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: black;
  display: block;
  position: absolute;
  bottom: -15px;
}
.bloc-ressources .ressources-grid {
  padding-top: 80px;
}

/*** [5A] - Bloc members ***/
.bloc-members__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media (min-width: 576px) {
  .bloc-members__grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (min-width: 768px) {
  .bloc-members__grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media (min-width: 992px) {
  .bloc-members__grid {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
}
.bloc-members__element {
  width: 100%;
}
.bloc-members__element p {
  margin-top: 0px;
}
.bloc-members__element h3 {
  margin-bottom: 5px;
}
.bloc-members--img {
  aspect-ratio: 1/1;
  width: 100%;
  display: block;
}
.bloc-members--img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.footer {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer-brand {
  width: 160px;
}
.footer-brand img {
  width: 100%;
  object-fit: contain;
}
.footer-primary {
  width: 100%;
  padding-block: 40px;
}
.footer-primary__list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 0px;
  list-style: none;
}
@media (min-width: 768px) {
  .footer-primary__list {
    flex-direction: row;
    justify-content: center;
    gap: 30px;
  }
}
.footer-primary__list a {
  color: white;
}
.footer-secondary {
  width: 100%;
  padding-bottom: 40px;
}
.footer-secondary__list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 0px;
  margin-top: 0px;
  list-style: none;
}
.footer-secondary__list a {
  color: white;
}
.footer-shape {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 150px;
  opacity: 0.3;
}
@media (min-width: 768px) {
  .footer-shape {
    width: 200px;
    opacity: 1;
  }
}

.footer-parent {
  position: relative;
}

.gotofaq,
.backtotop {
  position: fixed;
  bottom: 5vh;
  right: 15px;
}
@media (min-width: 768px) {
  .gotofaq,
.backtotop {
    bottom: 5vh;
    right: 30px;
  }
}
.gotofaq__btn,
.backtotop__btn {
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.gotofaq {
  z-index: 997;
}
.gotofaq i {
  font-size: 3.5rem;
  color: white;
}
.gotofaq__btn {
  padding: 15px;
  background: #FECD00;
}
.gotofaq__btn:hover {
  background: #e5b800;
}
.gotofaq__btn:hover .gotofaq__svg {
  transform: translateY(-3px) scale(1.1);
}
.gotofaq__svg {
  display: flex;
  justify-content: center;
  align-items: center;
  transform-origin: center;
  transform: translateY(-3px) scale(1);
  transition: transform 0.2s ease-in-out;
}
.gotofaq__svg svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.backtotop {
  display: none;
  z-index: 998;
}
.backtotop__btn {
  background: black;
  color: white;
  font-size: 30px;
}
.backtotop__btn:hover {
  background: #1a1a1a;
  color: white;
}
.backtotop__btn:hover i {
  transform: translateY(-5px);
}
.backtotop i {
  transform-origin: center;
  transform: translateY(0);
  transition-property: background, transform;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
}