@import url(https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap);
/* IMPORTS */
/* Text utility */
/* Container utility */
/* Mobile utility */
/* link hover utility */
/* from... */
/* to... */
/* from... to... */
/* at... */
/* COLORS */
/* FONTS */
/* FONTS */
/* FONT SIZES */
/* FONT WEIGHTS */
/* CONTAINERS - ESPACEMENTS - BREAKPOINTS */
/* HEADER */
@keyframes slideIn {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes slideOut {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(100%);
  }
}
/***
    The new CSS reset - version 1.5.1 (last updated 1.3.2022)
    GitHub page: https://github.com/elad2412/the-new-css-reset
***/
/*
    Remove all the styles of the "User-Agent-Stylesheet", except for the 'display' property
    - The "symbol *" part is to solve Firefox SVG sprite bug
 */
/* Preferred box-sizing value */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove list styles (bullets/numbers) */
ol, ul, menu {
  list-style: none;
}

/* For images to not be able to exceed their container */
img {
  max-width: 100%;
}

/* removes spacing between cells in tables */
table {
  border-collapse: collapse;
}

/* revert the 'white-space' property for textarea elements on Safari */
textarea {
  white-space: revert;
}

/* fix the feature of 'hidden' attribute.
   display:revert; revert to element instead of attribute */
:where([hidden]) {
  display: none;
}

/* revert for bug in Chromium browsers
   - fix for the content editable attribute will work properly. */
:where([contenteditable]) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
  line-break: after-white-space;
}

/* apply back the draggable feature - exist only in Chromium and Safari */
:where([draggable=true]) {
  -webkit-user-drag: element;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
*.color-blanc {
  background-color: #ffffff !important;
}
*.color-gris {
  background-color: #F6F6F6 !important;
}
*.color-vert_clair {
  background-color: #E4F2D3 !important;
}
*.color-vert {
  background-color: #216562 !important;
}

.media-frame a,
.attachment-info .edit-attachment,
div#link-selector p {
  font-size: inherit;
}

.block-editor-block-inspector .acf-block-component.acf-block-panel {
  display: none;
}

html {
  font-size: 16px;
  font-family: sans-serif;
  line-height: 1.2;
  scroll-behavior: initial;
  -webkit-text-size-adjust: 100%;
  margin: 0 !important;
  color: #2D2D2D;
}
html {
  font-size: 16px;
}
@media screen and (min-width: 1440px) {
  html {
    font-size: calc(16px + 2 * (100vw - 1440px) / 480);
  }
}
@media screen and (min-width: 1920px) {
  html {
    font-size: 18px;
  }
}

body {
  -webkit-overflow: overlay;
  overflow: overlay;
  font-family: "Figtree", sans-serif;
  margin: 0;
  overflow-y: scroll;
}
body::-webkit-scrollbar-track {
  border-radius: 0px;
  background-color: transparent;
}
body::-webkit-scrollbar {
  width: 0.375rem;
  background-color: transparent;
}
body::-webkit-scrollbar-thumb {
  border-radius: 0px;
  background: #242424;
}
body.no-scroll {
  overflow: hidden;
}

:where([contenteditable=false]) {
  -moz-user-modify: read-only !important;
  -webkit-user-modify: read-only !important;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

::-moz-selection {
  color: #ffffff;
  background: #242424;
}

::selection {
  color: #ffffff;
  background: #242424;
}

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

svg {
  display: block;
  max-width: 100%;
  height: auto;
}

.breadcrumb__list {
  display: flex;
  align-items: center;
  gap: 0.3125rem;
}
@media screen and (max-width: 991px) {
  .breadcrumb__list {
    flex-wrap: wrap;
  }
}
.breadcrumb__separator {
  position: relative;
  top: 1px;
  opacity: 0.5;
}
@media screen and (max-width: 991px) {
  .breadcrumb__item {
    line-height: 1;
  }
}
.breadcrumb__item:last-child .breadcrumb__text {
  opacity: 1;
}
.breadcrumb__link, .breadcrumb__text {
  opacity: 0.5;
  font-weight: 500;
}

.surtitre__tag {
  font-weight: 600;
  color: #2D2D2D;
  background-color: #E1BEFF;
  padding: 0.625rem 0.9375rem;
  border-radius: 10px;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 0.625rem;
}

.leaflet-popup-close-button {
  display: none !important;
}

.leaflet-popup-content-wrapper {
  border-radius: 22px !important;
}

.leaflet-popup-content {
  margin: 0.625rem;
  margin-bottom: 1.875rem;
}

.region-header {
  display: none !important;
}

.admin-toolbar-expanded .region-header {
  display: flex !important;
}

.recrutement-page .pager ul,
.formations-page .pager ul,
.evenements-page .pager ul {
  display: flex;
  justify-content: center;
  gap: 0.625rem;
  margin-bottom: 6.25rem;
}
.recrutement-page .pager ul li a,
.formations-page .pager ul li a,
.evenements-page .pager ul li a {
  font-weight: 500;
  color: #2D2D2D;
  background-color: #ffffff;
  padding: 0.625rem 0.9375rem;
  border-radius: 50%;
  display: inline-block;
}
.recrutement-page .pager ul li a:hover,
.formations-page .pager ul li a:hover,
.evenements-page .pager ul li a:hover {
  background-color: #2D2D2D;
  color: #ffffff;
}
.recrutement-page .pager ul li.is-active a,
.recrutement-page .pager ul li.is-active span,
.formations-page .pager ul li.is-active a,
.formations-page .pager ul li.is-active span,
.evenements-page .pager ul li.is-active a,
.evenements-page .pager ul li.is-active span {
  background-color: #F6F6F6;
  color: #2D2D2D;
  border-radius: 50%;
}
.recrutement-page .pager ul li.pager__item--ellipsis a,
.recrutement-page .pager ul li.pager__item--ellipsis span,
.formations-page .pager ul li.pager__item--ellipsis a,
.formations-page .pager ul li.pager__item--ellipsis span,
.evenements-page .pager ul li.pager__item--ellipsis a,
.evenements-page .pager ul li.pager__item--ellipsis span {
  pointer-events: none;
}
.recrutement-page .pager .pager__item.pager__item--next a, .recrutement-page .pager .pager__item.pager__item--previous a,
.formations-page .pager .pager__item.pager__item--next a,
.formations-page .pager .pager__item.pager__item--previous a,
.evenements-page .pager .pager__item.pager__item--next a,
.evenements-page .pager .pager__item.pager__item--previous a {
  border-radius: 10px;
  border: solid 1px #2D2D2D;
}
.recrutement-page .formation-card.formation-card--sticky,
.formations-page .formation-card.formation-card--sticky,
.evenements-page .formation-card.formation-card--sticky {
  grid-column: 1/-1;
}
.recrutement-page .formation-card .formation-card__content,
.formations-page .formation-card .formation-card__content,
.evenements-page .formation-card .formation-card__content {
  padding-top: 10.625rem;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}
.recrutement-page .formation-card .formation-card__media-placeholder + .formation-card__content,
.formations-page .formation-card .formation-card__media-placeholder + .formation-card__content,
.evenements-page .formation-card .formation-card__media-placeholder + .formation-card__content {
  padding-top: 7.5rem;
}
.recrutement-page .formation-card .formation-card__location svg,
.formations-page .formation-card .formation-card__location svg,
.evenements-page .formation-card .formation-card__location svg {
  flex: 0 0 auto;
}
.recrutement-page__container,
.formations-page__container,
.evenements-page__container {
  max-width: calc(83.75rem + 2.5rem * 2);
}
@media screen and (max-width: 1024px) {
  .recrutement-page__container,
  .formations-page__container,
  .evenements-page__container {
    max-width: 960px;
  }
}
.recrutement-page__hero,
.formations-page__hero,
.evenements-page__hero {
  background-color: #F6F6F6;
  padding-top: 5.75rem;
  padding-bottom: 3.125rem;
}
.recrutement-page__hero-title,
.formations-page__hero-title,
.evenements-page__hero-title {
  font-weight: 500;
}
.recrutement-page__hero-description,
.formations-page__hero-description,
.evenements-page__hero-description {
  margin-top: 1.25rem;
}
.recrutement-page__list,
.formations-page__list,
.evenements-page__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1.875rem;
  margin-top: 3.125rem;
  margin-bottom: 6.25rem;
  max-width: 68.75rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 991px) {
  .recrutement-page__list,
  .formations-page__list,
  .evenements-page__list {
    grid-template-columns: 1fr;
  }
}
.recrutement-page .facets-widget-links,
.formations-page .facets-widget-links,
.evenements-page .facets-widget-links {
  display: flex;
  justify-content: center;
  position: relative;
  top: -20px;
}
.recrutement-page .facets-widget-links ul,
.formations-page .facets-widget-links ul,
.evenements-page .facets-widget-links ul {
  display: flex;
  gap: 0.9375rem;
  flex-wrap: wrap;
  margin-bottom: 3.125rem;
  background-color: #E1BEFF;
  padding: 0.625rem;
  border-radius: 10px;
}
@media screen and (max-width: 991px) {
  .recrutement-page .facets-widget-links ul,
  .formations-page .facets-widget-links ul,
  .evenements-page .facets-widget-links ul {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 991px) {
  .recrutement-page .facets-widget-links ul li,
  .formations-page .facets-widget-links ul li,
  .evenements-page .facets-widget-links ul li {
    width: 100%;
  }
}
.recrutement-page .facets-widget-links ul li label,
.formations-page .facets-widget-links ul li label,
.evenements-page .facets-widget-links ul li label {
  color: #2D2D2D;
  background-color: #ffffff;
  padding: 0.625rem 0.9375rem;
  border-radius: 10px;
  text-transform: uppercase;
  display: inline-block;
  font-weight: 600;
}
@media screen and (max-width: 991px) {
  .recrutement-page .facets-widget-links ul li label,
  .formations-page .facets-widget-links ul li label,
  .evenements-page .facets-widget-links ul li label {
    width: 100%;
    text-align: center;
  }
}
.recrutement-page .facets-widget-links ul li label.is-active,
.formations-page .facets-widget-links ul li label.is-active,
.evenements-page .facets-widget-links ul li label.is-active {
  background-color: #2D2D2D;
  color: #ffffff;
}
.recrutement-page .facets-widget-links ul li label:hover,
.formations-page .facets-widget-links ul li label:hover,
.evenements-page .facets-widget-links ul li label:hover {
  background-color: #2D2D2D;
  color: #ffffff;
}
.recrutement-page .facets-widget-links ul li label .facet-item__value,
.formations-page .facets-widget-links ul li label .facet-item__value,
.evenements-page .facets-widget-links ul li label .facet-item__value {
  color: unset;
  text-decoration: none;
  font-weight: 600;
}

.documents-page .pager ul {
  display: flex;
  justify-content: center;
  gap: 0.625rem;
  margin-bottom: 6.25rem;
}
.documents-page .pager ul li a {
  font-weight: 500;
  color: #2D2D2D;
  background-color: #ffffff;
  padding: 0.625rem 0.9375rem;
  border-radius: 50%;
  display: inline-block;
}
.documents-page .pager ul li a:hover {
  background-color: #2D2D2D;
  color: #ffffff;
}
.documents-page .pager ul li.is-active a,
.documents-page .pager ul li.is-active span {
  background-color: #F6F6F6;
  color: #2D2D2D;
  border-radius: 50%;
}
.documents-page .pager ul li.pager__item--ellipsis a,
.documents-page .pager ul li.pager__item--ellipsis span {
  pointer-events: none;
}
.documents-page .pager .pager__item.pager__item--next a, .documents-page .pager .pager__item.pager__item--previous a {
  border-radius: 10px;
  border: solid 1px #2D2D2D;
}
.documents-page__container {
  max-width: calc(83.75rem + 2.5rem * 2);
}
@media screen and (max-width: 1024px) {
  .documents-page__container {
    max-width: 960px;
  }
}
.documents-page__hero {
  background-color: #F6F6F6;
  padding-top: 5.75rem;
  padding-bottom: 5.75rem;
}
.documents-page__hero-title {
  font-weight: 500;
}
.documents-page__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1.875rem;
  margin-top: 3.125rem;
  margin-bottom: 6.25rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 991px) {
  .documents-page__list {
    grid-template-columns: 1fr;
  }
}
.documents-page div[data-once=ajax-pager] {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.documents-page .bef-exposed-form {
  top: -35px;
  position: relative;
  display: flex;
  gap: 1.875rem;
  padding: 0.625rem 1.875rem;
  background-color: #E1BEFF;
  border-radius: 0.625rem;
}
@media screen and (max-width: 991px) {
  .documents-page .bef-exposed-form {
    flex-wrap: wrap;
    gap: 10px;
  }
}
.documents-page .bef-exposed-form .js-form-type-select,
.documents-page .bef-exposed-form .js-form-type-textfield {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 991px) {
  .documents-page .bef-exposed-form .js-form-type-select,
  .documents-page .bef-exposed-form .js-form-type-textfield {
    width: 100%;
  }
}
.documents-page .bef-exposed-form .form-select,
.documents-page .bef-exposed-form .form-text {
  padding: 0.5rem 0.625rem;
  border-radius: 10px;
  border: solid 1px transparent;
}
.documents-page .bef-exposed-form .form-select:focus,
.documents-page .bef-exposed-form .form-text:focus {
  outline: none;
}
.documents-page .bef-exposed-form label {
  font-weight: 600;
  margin-bottom: 0.3125rem;
}

.documents-page__doc {
  padding: 1.875rem;
  background-color: transparent;
  display: block;
  border-radius: 25px;
  transition: all 0.3s ease;
}
.documents-page__doc:hover {
  background-color: #E4F2D3;
}
.documents-page__doc:hover .documents-page__doc-cat {
  border: solid 1px #216562;
}
.documents-page__doc:hover .documents-page__doc-lnk {
  width: 100%;
}
@media screen and (max-width: 991px) {
  .documents-page__doc {
    background-color: #E4F2D3;
  }
  .documents-page__doc .documents-page__doc-cat {
    border: solid 1px #216562;
  }
  .documents-page__doc .documents-page__doc-lnk {
    width: 100%;
  }
}
.documents-page__doc-meta {
  display: flex;
  gap: 0.625rem;
  align-items: center;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #216562;
  margin-bottom: 1.25rem;
  flex-wrap: wrap;
}
.documents-page__doc-lnk {
  transition: all 0.3s ease;
  overflow: hidden;
  justify-content: center;
  width: 9.375rem;
}
.documents-page__doc-lnk .svg-first {
  position: relative;
  left: -100px;
  opacity: 0;
  transition: all 0.3s ease;
}
.documents-page__doc-lnk span {
  position: relative;
  left: -10px;
  transition: all 0.3s ease;
}
.documents-page__doc-lnk .svg-second {
  position: relative;
  left: -10px;
  transition: all 0.3s ease;
}
.documents-page__doc-lnk:hover {
  background-color: #2D2D2D;
  color: #ffffff;
}
.documents-page__doc-lnk:hover .svg-first {
  left: 0;
  opacity: 1;
}
.documents-page__doc-lnk:hover span {
  left: 0;
}
.documents-page__doc-lnk:hover .svg-second {
  left: 100px;
  opacity: 0;
}
.documents-page__doc-ttl {
  font-weight: 500;
  color: #2D2D2D;
  margin-bottom: 0.625rem;
}
.documents-page__doc-location {
  display: flex;
  gap: 0.625rem;
  align-items: center;
  font-weight: 500;
  margin-bottom: 1.25rem;
}
.documents-page__doc-credit {
  margin-bottom: 1.25rem;
}
.documents-page__doc-date {
  background-color: #216562;
  color: #E4F2D3;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 3rem;
  padding: 0.625rem 0.9375rem;
}
.documents-page__doc-cat {
  background-color: #E4F2D3;
  border: solid 1px #E4F2D3;
  color: #216562;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 3rem;
  padding: 0.625rem 0.9375rem;
  transition: all 0.3s ease;
}

.pager ul {
  display: flex;
  justify-content: center;
  gap: 0.625rem;
  margin-bottom: 6.25rem;
}
.pager ul li a {
  font-weight: 500;
  color: #2D2D2D;
  background-color: #ffffff;
  padding: 0.625rem 0.9375rem;
  border-radius: 50%;
  display: inline-block;
}
.pager ul li a:hover {
  background-color: #2D2D2D;
  color: #ffffff;
}
.pager ul li.is-active a,
.pager ul li.is-active span {
  background-color: #F6F6F6;
  color: #2D2D2D;
  border-radius: 50%;
}
.pager ul li.pager__item--ellipsis a,
.pager ul li.pager__item--ellipsis span {
  pointer-events: none;
}
.pager .pager__item.pager__item--next a, .pager .pager__item.pager__item--previous a {
  border-radius: 10px;
  border: solid 1px #2D2D2D;
}

img[data-align=center] {
  margin-left: auto;
  margin-right: auto;
}

h1,
h2,
h3 {
  font-family: "Figtree", sans-serif;
}

p {
  font-size: 1rem;
  line-height: 1.6em;
}
p > a:not(.btn) {
  text-decoration: underline;
}
p.tag {
  font-weight: 600;
  color: #2D2D2D;
  background-color: #E1BEFF;
  padding: 0.625rem 0.9375rem;
  border-radius: 10px;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 0.625rem;
}
p.tag.text-align-center {
  position: relative;
  left: 50%;
  transform: translate(-50%, 0);
}

ul li,
ol li {
  font-size: 1rem;
  line-height: 1.6;
}

a,
button {
  cursor: pointer;
  color: inherit;
  text-decoration: none;
}

.f--8, .formation-card__cat {
  line-height: 1.2;
}
.f--8, .formation-card__cat {
  font-size: 8px;
}
@media screen and (min-width: 569px) {
  .f--8, .formation-card__cat {
    font-size: calc(8px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .f--8, .formation-card__cat {
    font-size: 0.5rem;
  }
}

.f--10, .footer__social-label, .formation-card__dates, .ac-teaser2__cat, .ac-teaser__term-item, .ac-teaser__cat, .op-teaser__term-item, .op-teaser .oe__cats .op-teaser__term-item, .lemage__row--sticky .article-teaser__tag, .lemage__row--sticky .article-teaser__date, .article-teaser__tag, .article-teaser__date, .article-teaser__sticky-label, .surtitre__tag, .documents-page__doc-date, .documents-page__doc-cat, p.tag {
  line-height: 1.2;
}
.f--10, .footer__social-label, .formation-card__dates, .ac-teaser2__cat, .ac-teaser__term-item, .ac-teaser__cat, .op-teaser__term-item, .op-teaser .oe__cats .op-teaser__term-item, .lemage__row--sticky .article-teaser__tag, .lemage__row--sticky .article-teaser__date, .article-teaser__tag, .article-teaser__date, .article-teaser__sticky-label, .surtitre__tag, .documents-page__doc-date, .documents-page__doc-cat, p.tag {
  font-size: 10px;
}
@media screen and (min-width: 569px) {
  .f--10, .footer__social-label, .formation-card__dates, .ac-teaser2__cat, .ac-teaser__term-item, .ac-teaser__cat, .op-teaser__term-item, .op-teaser .oe__cats .op-teaser__term-item, .lemage__row--sticky .article-teaser__tag, .lemage__row--sticky .article-teaser__date, .article-teaser__tag, .article-teaser__date, .article-teaser__sticky-label, .surtitre__tag, .documents-page__doc-date, .documents-page__doc-cat, p.tag {
    font-size: calc(10px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .f--10, .footer__social-label, .formation-card__dates, .ac-teaser2__cat, .ac-teaser__term-item, .ac-teaser__cat, .op-teaser__term-item, .op-teaser .oe__cats .op-teaser__term-item, .lemage__row--sticky .article-teaser__tag, .lemage__row--sticky .article-teaser__date, .article-teaser__tag, .article-teaser__date, .article-teaser__sticky-label, .surtitre__tag, .documents-page__doc-date, .documents-page__doc-cat, p.tag {
    font-size: 0.625rem;
  }
}

.footer #newsletter .newsletterInput::-moz-placeholder {
  line-height: 1.2;
}

.f--12, .footer__legal-mentions p,
.footer__legal-mentions li,
.footer__legal-mentions a, .footer__legal-madare span,
.footer__legal-madare a, .footer__legal-menu ul a, .footer #newsletter .newsletterInput::placeholder, .footer #newsletter .newsletterInput, .footer #newsletter .newsletter-label, .footer__btns .menu-item__text, .footer__btns .menu-item__title, .footer__contact p,
.footer__contact a,
.footer__contact li, .footer__contact h2, .btn, .footer__btns .menu-item:nth-child(3) .menu-item__button, .footer__btns .menu-item:nth-child(2) .menu-item__button, .footer__btns .menu-item:first-child .menu-item__button, .header .menu--bouton .menu-item:last-child a, .header .menu--bouton .menu-item:first-child a, .breadcrumb__link, .breadcrumb__text, .recrutement-page .facets-widget-links ul li label,
.formations-page .facets-widget-links ul li label,
.evenements-page .facets-widget-links ul li label, .recrutement-page .facets-widget-links ul li label .facet-item__value,
.formations-page .facets-widget-links ul li label .facet-item__value,
.evenements-page .facets-widget-links ul li label .facet-item__value, .documents-page__doc-credit {
  line-height: 1.2;
}
.footer #newsletter .newsletterInput::-moz-placeholder {
  font-size: 12px;
}
.f--12, .footer__legal-mentions p,
.footer__legal-mentions li,
.footer__legal-mentions a, .footer__legal-madare span,
.footer__legal-madare a, .footer__legal-menu ul a, .footer #newsletter .newsletterInput::placeholder, .footer #newsletter .newsletterInput, .footer #newsletter .newsletter-label, .footer__btns .menu-item__text, .footer__btns .menu-item__title, .footer__contact p,
.footer__contact a,
.footer__contact li, .footer__contact h2, .btn, .footer__btns .menu-item:nth-child(3) .menu-item__button, .footer__btns .menu-item:nth-child(2) .menu-item__button, .footer__btns .menu-item:first-child .menu-item__button, .header .menu--bouton .menu-item:last-child a, .header .menu--bouton .menu-item:first-child a, .breadcrumb__link, .breadcrumb__text, .recrutement-page .facets-widget-links ul li label,
.formations-page .facets-widget-links ul li label,
.evenements-page .facets-widget-links ul li label, .recrutement-page .facets-widget-links ul li label .facet-item__value,
.formations-page .facets-widget-links ul li label .facet-item__value,
.evenements-page .facets-widget-links ul li label .facet-item__value, .documents-page__doc-credit {
  font-size: 12px;
}
@media screen and (min-width: 569px) {
  .footer #newsletter .newsletterInput::-moz-placeholder {
    font-size: calc(12px + 0 * (100vw - 569px) / 871);
  }
  .f--12, .footer__legal-mentions p,
  .footer__legal-mentions li,
  .footer__legal-mentions a, .footer__legal-madare span,
  .footer__legal-madare a, .footer__legal-menu ul a, .footer #newsletter .newsletterInput::placeholder, .footer #newsletter .newsletterInput, .footer #newsletter .newsletter-label, .footer__btns .menu-item__text, .footer__btns .menu-item__title, .footer__contact p,
  .footer__contact a,
  .footer__contact li, .footer__contact h2, .btn, .footer__btns .menu-item:nth-child(3) .menu-item__button, .footer__btns .menu-item:nth-child(2) .menu-item__button, .footer__btns .menu-item:first-child .menu-item__button, .header .menu--bouton .menu-item:last-child a, .header .menu--bouton .menu-item:first-child a, .breadcrumb__link, .breadcrumb__text, .recrutement-page .facets-widget-links ul li label,
  .formations-page .facets-widget-links ul li label,
  .evenements-page .facets-widget-links ul li label, .recrutement-page .facets-widget-links ul li label .facet-item__value,
  .formations-page .facets-widget-links ul li label .facet-item__value,
  .evenements-page .facets-widget-links ul li label .facet-item__value, .documents-page__doc-credit {
    font-size: calc(12px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .footer #newsletter .newsletterInput::-moz-placeholder {
    font-size: 0.75rem;
  }
  .f--12, .footer__legal-mentions p,
  .footer__legal-mentions li,
  .footer__legal-mentions a, .footer__legal-madare span,
  .footer__legal-madare a, .footer__legal-menu ul a, .footer #newsletter .newsletterInput::placeholder, .footer #newsletter .newsletterInput, .footer #newsletter .newsletter-label, .footer__btns .menu-item__text, .footer__btns .menu-item__title, .footer__contact p,
  .footer__contact a,
  .footer__contact li, .footer__contact h2, .btn, .footer__btns .menu-item:nth-child(3) .menu-item__button, .footer__btns .menu-item:nth-child(2) .menu-item__button, .footer__btns .menu-item:first-child .menu-item__button, .header .menu--bouton .menu-item:last-child a, .header .menu--bouton .menu-item:first-child a, .breadcrumb__link, .breadcrumb__text, .recrutement-page .facets-widget-links ul li label,
  .formations-page .facets-widget-links ul li label,
  .evenements-page .facets-widget-links ul li label, .recrutement-page .facets-widget-links ul li label .facet-item__value,
  .formations-page .facets-widget-links ul li label .facet-item__value,
  .evenements-page .facets-widget-links ul li label .facet-item__value, .documents-page__doc-credit {
    font-size: 0.75rem;
  }
}

.f--13, .footer__nav ul li a {
  line-height: 1.2;
}
.f--13, .footer__nav ul li a {
  font-size: 13px;
}
@media screen and (min-width: 569px) {
  .f--13, .footer__nav ul li a {
    font-size: calc(13px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .f--13, .footer__nav ul li a {
    font-size: 0.8125rem;
  }
}

.f--14, .footer__copyright a, .footer__copyright, .mobile-menu-buttons a, .mobile-menu-panel__level-2-header .back-btn, .mobile-menu-panel__search input, .mobile-menu-panel__back, .header .menu--secondary .menu-item .link-item, .header__nav .link-item, .formation-card__location, .formation-card__duree, .ac-teaser2__localisation, .ac-teaser__localisation, .article-teaser__sticky-intro, .admin-toolbar a, .admin-toolbar button, .recrutement-page .pager ul li a,
.formations-page .pager ul li a,
.evenements-page .pager ul li a, .documents-page .pager ul li a, .documents-page .bef-exposed-form label, .documents-page__doc-location, .pager ul li a {
  line-height: 1.2;
}
.f--14, .footer__copyright a, .footer__copyright, .mobile-menu-buttons a, .mobile-menu-panel__level-2-header .back-btn, .mobile-menu-panel__search input, .mobile-menu-panel__back, .header .menu--secondary .menu-item .link-item, .header__nav .link-item, .formation-card__location, .formation-card__duree, .ac-teaser2__localisation, .ac-teaser__localisation, .article-teaser__sticky-intro, .admin-toolbar a, .admin-toolbar button, .recrutement-page .pager ul li a,
.formations-page .pager ul li a,
.evenements-page .pager ul li a, .documents-page .pager ul li a, .documents-page .bef-exposed-form label, .documents-page__doc-location, .pager ul li a {
  font-size: 14px;
}
@media screen and (min-width: 569px) {
  .f--14, .footer__copyright a, .footer__copyright, .mobile-menu-buttons a, .mobile-menu-panel__level-2-header .back-btn, .mobile-menu-panel__search input, .mobile-menu-panel__back, .header .menu--secondary .menu-item .link-item, .header__nav .link-item, .formation-card__location, .formation-card__duree, .ac-teaser2__localisation, .ac-teaser__localisation, .article-teaser__sticky-intro, .admin-toolbar a, .admin-toolbar button, .recrutement-page .pager ul li a,
  .formations-page .pager ul li a,
  .evenements-page .pager ul li a, .documents-page .pager ul li a, .documents-page .bef-exposed-form label, .documents-page__doc-location, .pager ul li a {
    font-size: calc(14px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .f--14, .footer__copyright a, .footer__copyright, .mobile-menu-buttons a, .mobile-menu-panel__level-2-header .back-btn, .mobile-menu-panel__search input, .mobile-menu-panel__back, .header .menu--secondary .menu-item .link-item, .header__nav .link-item, .formation-card__location, .formation-card__duree, .ac-teaser2__localisation, .ac-teaser__localisation, .article-teaser__sticky-intro, .admin-toolbar a, .admin-toolbar button, .recrutement-page .pager ul li a,
  .formations-page .pager ul li a,
  .evenements-page .pager ul li a, .documents-page .pager ul li a, .documents-page .bef-exposed-form label, .documents-page__doc-location, .pager ul li a {
    font-size: 0.875rem;
  }
}

.f--15, .mobile-menu-panel__level-2 .mobile-submenu-item__title, .header__nav .sub-menu .top-submenu {
  line-height: 1.2;
}
.f--15, .mobile-menu-panel__level-2 .mobile-submenu-item__title, .header__nav .sub-menu .top-submenu {
  font-size: 15px;
}
@media screen and (min-width: 569px) {
  .f--15, .mobile-menu-panel__level-2 .mobile-submenu-item__title, .header__nav .sub-menu .top-submenu {
    font-size: calc(15px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .f--15, .mobile-menu-panel__level-2 .mobile-submenu-item__title, .header__nav .sub-menu .top-submenu {
    font-size: 0.9375rem;
  }
}

.f--16, .mobile-menu-panel__level-2 .mobile-submenu-item__children a, .mobile-menu-panel__level-2-header .title, .mobile-menu-panel__title, .formation-card__title {
  line-height: 1.2;
}
.f--16, .mobile-menu-panel__level-2 .mobile-submenu-item__children a, .mobile-menu-panel__level-2-header .title, .mobile-menu-panel__title, .formation-card__title {
  font-size: 16px;
}
@media screen and (min-width: 569px) {
  .f--16, .mobile-menu-panel__level-2 .mobile-submenu-item__children a, .mobile-menu-panel__level-2-header .title, .mobile-menu-panel__title, .formation-card__title {
    font-size: calc(16px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .f--16, .mobile-menu-panel__level-2 .mobile-submenu-item__children a, .mobile-menu-panel__level-2-header .title, .mobile-menu-panel__title, .formation-card__title {
    font-size: 1rem;
  }
}

.f--18, .mobile-menu-panel__level-2 .mobile-submenu-item__title a, .mobile-menu-panel__level-1 .mobile-menu-item__link, .ac-teaser__nom, .ac-teaser__title, .op-teaser__title, .article-teaser.node--sticky .article-teaser__sticky-intro, .article-teaser__title, p.mea, .textFormat h5 {
  line-height: 1.2;
}
.f--18, .mobile-menu-panel__level-2 .mobile-submenu-item__title a, .mobile-menu-panel__level-1 .mobile-menu-item__link, .ac-teaser__nom, .ac-teaser__title, .op-teaser__title, .article-teaser.node--sticky .article-teaser__sticky-intro, .article-teaser__title, p.mea, .textFormat h5 {
  font-size: 16px;
}
@media screen and (min-width: 569px) {
  .f--18, .mobile-menu-panel__level-2 .mobile-submenu-item__title a, .mobile-menu-panel__level-1 .mobile-menu-item__link, .ac-teaser__nom, .ac-teaser__title, .op-teaser__title, .article-teaser.node--sticky .article-teaser__sticky-intro, .article-teaser__title, p.mea, .textFormat h5 {
    font-size: calc(16px + 2 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .f--18, .mobile-menu-panel__level-2 .mobile-submenu-item__title a, .mobile-menu-panel__level-1 .mobile-menu-item__link, .ac-teaser__nom, .ac-teaser__title, .op-teaser__title, .article-teaser.node--sticky .article-teaser__sticky-intro, .article-teaser__title, p.mea, .textFormat h5 {
    font-size: 1.125rem;
  }
}

.f--20, p.xl-txt .btn, p.xl-txt .footer__btns .menu-item:nth-child(3) .menu-item__button, .footer__btns .menu-item:nth-child(3) p.xl-txt .menu-item__button, p.xl-txt .footer__btns .menu-item:nth-child(2) .menu-item__button, .footer__btns .menu-item:nth-child(2) p.xl-txt .menu-item__button, p.xl-txt .footer__btns .menu-item:first-child .menu-item__button, .footer__btns .menu-item:first-child p.xl-txt .menu-item__button, p.xl-txt .header .menu--bouton .menu-item:last-child a, .header .menu--bouton .menu-item:last-child p.xl-txt a, p.xl-txt .header .menu--bouton .menu-item:first-child a, .header .menu--bouton .menu-item:first-child p.xl-txt a, .textFormat h4 {
  line-height: 1.2;
}
.f--20, p.xl-txt .btn, p.xl-txt .footer__btns .menu-item:nth-child(3) .menu-item__button, .footer__btns .menu-item:nth-child(3) p.xl-txt .menu-item__button, p.xl-txt .footer__btns .menu-item:nth-child(2) .menu-item__button, .footer__btns .menu-item:nth-child(2) p.xl-txt .menu-item__button, p.xl-txt .footer__btns .menu-item:first-child .menu-item__button, .footer__btns .menu-item:first-child p.xl-txt .menu-item__button, p.xl-txt .header .menu--bouton .menu-item:last-child a, .header .menu--bouton .menu-item:last-child p.xl-txt a, p.xl-txt .header .menu--bouton .menu-item:first-child a, .header .menu--bouton .menu-item:first-child p.xl-txt a, .textFormat h4 {
  font-size: 20px;
}
@media screen and (min-width: 569px) {
  .f--20, p.xl-txt .btn, p.xl-txt .footer__btns .menu-item:nth-child(3) .menu-item__button, .footer__btns .menu-item:nth-child(3) p.xl-txt .menu-item__button, p.xl-txt .footer__btns .menu-item:nth-child(2) .menu-item__button, .footer__btns .menu-item:nth-child(2) p.xl-txt .menu-item__button, p.xl-txt .footer__btns .menu-item:first-child .menu-item__button, .footer__btns .menu-item:first-child p.xl-txt .menu-item__button, p.xl-txt .header .menu--bouton .menu-item:last-child a, .header .menu--bouton .menu-item:last-child p.xl-txt a, p.xl-txt .header .menu--bouton .menu-item:first-child a, .header .menu--bouton .menu-item:first-child p.xl-txt a, .textFormat h4 {
    font-size: calc(20px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .f--20, p.xl-txt .btn, p.xl-txt .footer__btns .menu-item:nth-child(3) .menu-item__button, .footer__btns .menu-item:nth-child(3) p.xl-txt .menu-item__button, p.xl-txt .footer__btns .menu-item:nth-child(2) .menu-item__button, .footer__btns .menu-item:nth-child(2) p.xl-txt .menu-item__button, p.xl-txt .footer__btns .menu-item:first-child .menu-item__button, .footer__btns .menu-item:first-child p.xl-txt .menu-item__button, p.xl-txt .header .menu--bouton .menu-item:last-child a, .header .menu--bouton .menu-item:last-child p.xl-txt a, p.xl-txt .header .menu--bouton .menu-item:first-child a, .header .menu--bouton .menu-item:first-child p.xl-txt a, .textFormat h4 {
    font-size: 1.25rem;
  }
}

.f--24, .ac-teaser2__nom, .lemage__row--sticky .article-teaser__title, p.lg-txt, .textFormat h3, .documents-page__doc-ttl {
  line-height: 1.2;
}
.f--24, .ac-teaser2__nom, .lemage__row--sticky .article-teaser__title, p.lg-txt, .textFormat h3, .documents-page__doc-ttl {
  font-size: 20px;
}
@media screen and (min-width: 569px) {
  .f--24, .ac-teaser2__nom, .lemage__row--sticky .article-teaser__title, p.lg-txt, .textFormat h3, .documents-page__doc-ttl {
    font-size: calc(20px + 4 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .f--24, .ac-teaser2__nom, .lemage__row--sticky .article-teaser__title, p.lg-txt, .textFormat h3, .documents-page__doc-ttl {
    font-size: 1.5rem;
  }
}

.f--28, .footer__accroche p,
.footer__accroche a,
.footer__accroche li {
  line-height: 1.2;
}
.f--28, .footer__accroche p,
.footer__accroche a,
.footer__accroche li {
  font-size: 27px;
}
@media screen and (min-width: 569px) {
  .f--28, .footer__accroche p,
  .footer__accroche a,
  .footer__accroche li {
    font-size: calc(27px + 1 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .f--28, .footer__accroche p,
  .footer__accroche a,
  .footer__accroche li {
    font-size: 1.75rem;
  }
}

.f--30 {
  line-height: 1.2;
}
.f--30 {
  font-size: 30px;
}
@media screen and (min-width: 569px) {
  .f--30 {
    font-size: calc(30px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .f--30 {
    font-size: 1.875rem;
  }
}

.f--32, p.xl-txt, .textFormat h2 {
  line-height: 1.2;
}
.f--32, p.xl-txt, .textFormat h2 {
  font-size: 32px;
}
@media screen and (min-width: 569px) {
  .f--32, p.xl-txt, .textFormat h2 {
    font-size: calc(32px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .f--32, p.xl-txt, .textFormat h2 {
    font-size: 2rem;
  }
}

.f--40 {
  line-height: 1.2;
}
.f--40 {
  font-size: 40px;
}
@media screen and (min-width: 569px) {
  .f--40 {
    font-size: calc(40px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .f--40 {
    font-size: 2.5rem;
  }
}

.f--42, .recrutement-page__hero-title,
.formations-page__hero-title,
.evenements-page__hero-title, .documents-page__hero-title {
  line-height: 1.2;
}
.f--42, .recrutement-page__hero-title,
.formations-page__hero-title,
.evenements-page__hero-title, .documents-page__hero-title {
  font-size: 32px;
}
@media screen and (min-width: 569px) {
  .f--42, .recrutement-page__hero-title,
  .formations-page__hero-title,
  .evenements-page__hero-title, .documents-page__hero-title {
    font-size: calc(32px + 10 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .f--42, .recrutement-page__hero-title,
  .formations-page__hero-title,
  .evenements-page__hero-title, .documents-page__hero-title {
    font-size: 2.625rem;
  }
}

.f--50 {
  line-height: 1.2;
}
.f--50 {
  font-size: 50px;
}
@media screen and (min-width: 569px) {
  .f--50 {
    font-size: calc(50px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .f--50 {
    font-size: 3.125rem;
  }
}

.f--60 {
  line-height: 1.2;
}
.f--60 {
  font-size: 60px;
}
@media screen and (min-width: 569px) {
  .f--60 {
    font-size: calc(60px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .f--60 {
    font-size: 3.75rem;
  }
}

.f--82 {
  line-height: 1.2;
}
.f--82 {
  font-size: 60px;
}
@media screen and (min-width: 569px) {
  .f--82 {
    font-size: calc(60px + 22 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .f--82 {
    font-size: 5.125rem;
  }
}

/* FORMAT WYSIWIG */
.textFormat h2,
.textFormat h3,
.textFormat h3,
.textFormat h4,
.textFormat h5 {
  margin-top: 1.875rem;
  color: #216562;
}
.textFormat h2 {
  font-weight: 500;
}
.textFormat h3 {
  font-weight: 500;
}
.textFormat p {
  margin-top: 1.875rem;
}
.textFormat p > a:not(.btn), .textFormat li > a:not(.btn), .textFormat h2 > a:not(.btn), .textFormat h3 > a:not(.btn), .textFormat h4 > a:not(.btn), .textFormat h5 > a:not(.btn), .textFormat h6 > a:not(.btn) {
  text-decoration: underline;
}
.textFormat p + ul,
.textFormat p + ol,
.textFormat h2 + p,
.textFormat h3 + p,
.textFormat h4 + p,
.textFormat h5 + p {
  margin-top: 1.25rem;
}
.textFormat b,
.textFormat strong {
  font-weight: 700;
}
.textFormat .media-embed-resized.align-left,
.textFormat .image_resized.align-left {
  margin-right: 1.875rem;
}
.textFormat .media-embed-resized.align-left img,
.textFormat .image_resized.align-left img {
  margin-bottom: 0.5rem;
}
.textFormat .media-embed-resized.align-right,
.textFormat .image_resized.align-right {
  margin-left: 1.875rem;
}
.textFormat .media-embed-resized.align-right img,
.textFormat .image_resized.align-right img {
  margin-bottom: 0.5rem;
}
.textFormat i,
.textFormat em {
  font-style: italic;
}
.textFormat p > a:not(.btn),
.textFormat li > a:not(.btn) {
  text-decoration: underline;
  color: #76BD22;
}
.textFormat .btn, .textFormat .footer__btns .menu-item:nth-child(3) .menu-item__button, .footer__btns .menu-item:nth-child(3) .textFormat .menu-item__button, .textFormat .footer__btns .menu-item:nth-child(2) .menu-item__button, .footer__btns .menu-item:nth-child(2) .textFormat .menu-item__button, .textFormat .footer__btns .menu-item:first-child .menu-item__button, .footer__btns .menu-item:first-child .textFormat .menu-item__button, .textFormat .header .menu--bouton .menu-item:last-child a, .header .menu--bouton .menu-item:last-child .textFormat a, .textFormat .header .menu--bouton .menu-item:first-child a, .header .menu--bouton .menu-item:first-child .textFormat a {
  position: relative;
  overflow: hidden;
  padding-left: 20px;
  padding-right: 35px;
  transition: all 0.3s ease;
}
.textFormat .btn:before, .textFormat .footer__btns .menu-item:nth-child(3) .menu-item__button:before, .footer__btns .menu-item:nth-child(3) .textFormat .menu-item__button:before, .textFormat .footer__btns .menu-item:nth-child(2) .menu-item__button:before, .footer__btns .menu-item:nth-child(2) .textFormat .menu-item__button:before, .textFormat .footer__btns .menu-item:first-child .menu-item__button:before, .footer__btns .menu-item:first-child .textFormat .menu-item__button:before, .textFormat .header .menu--bouton .menu-item:last-child a:before, .header .menu--bouton .menu-item:last-child .textFormat a:before, .textFormat .header .menu--bouton .menu-item:first-child a:before, .header .menu--bouton .menu-item:first-child .textFormat a:before {
  content: "";
  position: absolute;
  left: -100px;
  top: 53%;
  transform: translateY(-50%);
  width: 13px;
  height: 12px;
  background-image: url("/themes/custom/minimal_theme/assets/images/svg/btn-arrow-left.svg") !important;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0;
  transition: all 0.3s ease;
}
.textFormat .btn:after, .textFormat .footer__btns .menu-item:nth-child(3) .menu-item__button:after, .footer__btns .menu-item:nth-child(3) .textFormat .menu-item__button:after, .textFormat .footer__btns .menu-item:nth-child(2) .menu-item__button:after, .footer__btns .menu-item:nth-child(2) .textFormat .menu-item__button:after, .textFormat .footer__btns .menu-item:first-child .menu-item__button:after, .footer__btns .menu-item:first-child .textFormat .menu-item__button:after, .textFormat .header .menu--bouton .menu-item:last-child a:after, .header .menu--bouton .menu-item:last-child .textFormat a:after, .textFormat .header .menu--bouton .menu-item:first-child a:after, .header .menu--bouton .menu-item:first-child .textFormat a:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 53%;
  transform: translateY(-50%);
  width: 13px;
  height: 12px;
  background-image: url("/themes/custom/minimal_theme/assets/images/svg/btn-arrow-right.svg") !important;
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.3s ease;
}
.textFormat .btn.btn--download.btn--green:before, .textFormat .footer__btns .menu-item:nth-child(3) .btn--download.btn--green.menu-item__button:before, .footer__btns .menu-item:nth-child(3) .textFormat .btn--download.btn--green.menu-item__button:before, .textFormat .footer__btns .menu-item:nth-child(2) .btn--download.btn--green.menu-item__button:before, .footer__btns .menu-item:nth-child(2) .textFormat .btn--download.btn--green.menu-item__button:before, .textFormat .footer__btns .menu-item:first-child .btn--download.btn--green.menu-item__button:before, .footer__btns .menu-item:first-child .textFormat .btn--download.btn--green.menu-item__button:before, .textFormat .header .menu--bouton .menu-item:last-child a.btn--download:before, .header .menu--bouton .menu-item:last-child .textFormat a.btn--download:before, .textFormat .header .menu--bouton .menu-item:first-child a.btn--download.btn--green:before, .header .menu--bouton .menu-item:first-child .textFormat a.btn--download.btn--green:before, .header .menu--bouton .menu-item:first-child .textFormat .menu-item:last-child a.btn--download:before {
  background-image: url("/themes/custom/minimal_theme/assets/images/svg/btn-download-left.svg") !important;
}
.textFormat .btn.btn--download.btn--green:after, .textFormat .footer__btns .menu-item:nth-child(3) .btn--download.btn--green.menu-item__button:after, .footer__btns .menu-item:nth-child(3) .textFormat .btn--download.btn--green.menu-item__button:after, .textFormat .footer__btns .menu-item:nth-child(2) .btn--download.btn--green.menu-item__button:after, .footer__btns .menu-item:nth-child(2) .textFormat .btn--download.btn--green.menu-item__button:after, .textFormat .footer__btns .menu-item:first-child .btn--download.btn--green.menu-item__button:after, .footer__btns .menu-item:first-child .textFormat .btn--download.btn--green.menu-item__button:after, .textFormat .header .menu--bouton .menu-item:last-child a.btn--download:after, .header .menu--bouton .menu-item:last-child .textFormat a.btn--download:after, .textFormat .header .menu--bouton .menu-item:first-child a.btn--download.btn--green:after, .header .menu--bouton .menu-item:first-child .textFormat a.btn--download.btn--green:after, .header .menu--bouton .menu-item:first-child .textFormat .menu-item:last-child a.btn--download:after {
  background-image: url("/themes/custom/minimal_theme/assets/images/svg/btn-download-right.svg") !important;
}
.textFormat .btn.btn--download.btn--green-light:before, .textFormat .footer__btns .menu-item:nth-child(3) .btn--download.btn--green-light.menu-item__button:before, .footer__btns .menu-item:nth-child(3) .textFormat .btn--download.btn--green-light.menu-item__button:before, .textFormat .footer__btns .menu-item:nth-child(2) .btn--download.btn--green-light.menu-item__button:before, .footer__btns .menu-item:nth-child(2) .textFormat .btn--download.btn--green-light.menu-item__button:before, .textFormat .footer__btns .menu-item:first-child .btn--download.menu-item__button:before, .footer__btns .menu-item:first-child .textFormat .btn--download.menu-item__button:before, .textFormat .header .menu--bouton .menu-item:last-child a.btn--download.btn--green-light:before, .header .menu--bouton .menu-item:last-child .textFormat a.btn--download.btn--green-light:before, .textFormat .header .menu--bouton .menu-item:first-child a.btn--download:before, .header .menu--bouton .menu-item:first-child .textFormat a.btn--download:before {
  background-image: url("/themes/custom/minimal_theme/assets/images/svg/btn-download-left.svg") !important;
}
.textFormat .btn.btn--download.btn--green-light:after, .textFormat .footer__btns .menu-item:nth-child(3) .btn--download.btn--green-light.menu-item__button:after, .footer__btns .menu-item:nth-child(3) .textFormat .btn--download.btn--green-light.menu-item__button:after, .textFormat .footer__btns .menu-item:nth-child(2) .btn--download.btn--green-light.menu-item__button:after, .footer__btns .menu-item:nth-child(2) .textFormat .btn--download.btn--green-light.menu-item__button:after, .textFormat .footer__btns .menu-item:first-child .btn--download.menu-item__button:after, .footer__btns .menu-item:first-child .textFormat .btn--download.menu-item__button:after, .textFormat .header .menu--bouton .menu-item:last-child a.btn--download.btn--green-light:after, .header .menu--bouton .menu-item:last-child .textFormat a.btn--download.btn--green-light:after, .textFormat .header .menu--bouton .menu-item:first-child a.btn--download:after, .header .menu--bouton .menu-item:first-child .textFormat a.btn--download:after {
  background-image: url("/themes/custom/minimal_theme/assets/images/svg/btn-download-black.svg") !important;
}
.textFormat .btn:hover, .textFormat .footer__btns .menu-item:nth-child(3) .menu-item__button:hover, .footer__btns .menu-item:nth-child(3) .textFormat .menu-item__button:hover, .textFormat .footer__btns .menu-item:nth-child(2) .menu-item__button:hover, .footer__btns .menu-item:nth-child(2) .textFormat .menu-item__button:hover, .textFormat .footer__btns .menu-item:first-child .menu-item__button:hover, .footer__btns .menu-item:first-child .textFormat .menu-item__button:hover, .textFormat .header .menu--bouton .menu-item:last-child a:hover, .header .menu--bouton .menu-item:last-child .textFormat a:hover, .textFormat .header .menu--bouton .menu-item:first-child a:hover, .header .menu--bouton .menu-item:first-child .textFormat a:hover {
  background-color: #2D2D2D;
  color: #ffffff;
  padding-left: 35px;
}
.textFormat .btn:hover:before, .textFormat .footer__btns .menu-item:nth-child(3) .menu-item__button:hover:before, .footer__btns .menu-item:nth-child(3) .textFormat .menu-item__button:hover:before, .textFormat .footer__btns .menu-item:nth-child(2) .menu-item__button:hover:before, .footer__btns .menu-item:nth-child(2) .textFormat .menu-item__button:hover:before, .textFormat .footer__btns .menu-item:first-child .menu-item__button:hover:before, .footer__btns .menu-item:first-child .textFormat .menu-item__button:hover:before, .textFormat .header .menu--bouton .menu-item:last-child a:hover:before, .header .menu--bouton .menu-item:last-child .textFormat a:hover:before, .textFormat .header .menu--bouton .menu-item:first-child a:hover:before, .header .menu--bouton .menu-item:first-child .textFormat a:hover:before {
  left: 10px;
  opacity: 1;
}
.textFormat .btn:hover:after, .textFormat .footer__btns .menu-item:nth-child(3) .menu-item__button:hover:after, .footer__btns .menu-item:nth-child(3) .textFormat .menu-item__button:hover:after, .textFormat .footer__btns .menu-item:nth-child(2) .menu-item__button:hover:after, .footer__btns .menu-item:nth-child(2) .textFormat .menu-item__button:hover:after, .textFormat .footer__btns .menu-item:first-child .menu-item__button:hover:after, .footer__btns .menu-item:first-child .textFormat .menu-item__button:hover:after, .textFormat .header .menu--bouton .menu-item:last-child a:hover:after, .header .menu--bouton .menu-item:last-child .textFormat a:hover:after, .textFormat .header .menu--bouton .menu-item:first-child a:hover:after, .header .menu--bouton .menu-item:first-child .textFormat a:hover:after {
  right: -100px;
  opacity: 0;
}
.textFormat ul,
.textFormat ol {
  margin-top: 1.875rem;
  list-style: none;
  margin-left: 1.875rem;
}
.textFormat ul li,
.textFormat ol li {
  margin-bottom: 0.9375rem;
  line-height: 1.2;
  position: relative;
}
.textFormat ul li::before,
.textFormat ol li::before {
  content: "";
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  position: absolute;
  left: -1.25rem;
  top: 0.625rem;
  background: #216562;
  border-radius: 100%;
}
.textFormat ul li:last-child,
.textFormat ol li:last-child {
  padding-bottom: 0;
}
.textFormat ol {
  list-style: decimal;
}
.textFormat ol li:before {
  display: none;
}
.textFormat img {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.textFormat *:first-child {
  margin-top: 0;
}

p.xl-txt {
  font-weight: 500;
  font-weight: 500 !important;
  margin-bottom: 1.25rem;
}
p.xl-txt .btn, p.xl-txt .footer__btns .menu-item:nth-child(3) .menu-item__button, .footer__btns .menu-item:nth-child(3) p.xl-txt .menu-item__button, p.xl-txt .footer__btns .menu-item:nth-child(2) .menu-item__button, .footer__btns .menu-item:nth-child(2) p.xl-txt .menu-item__button, p.xl-txt .footer__btns .menu-item:first-child .menu-item__button, .footer__btns .menu-item:first-child p.xl-txt .menu-item__button, p.xl-txt .header .menu--bouton .menu-item:last-child a, .header .menu--bouton .menu-item:last-child p.xl-txt a, p.xl-txt .header .menu--bouton .menu-item:first-child a, .header .menu--bouton .menu-item:first-child p.xl-txt a {
  font-weight: 500;
}

p.lg-txt {
  font-weight: 500;
  margin-bottom: 1.25rem;
}

p.mea {
  background-color: #E1BEFF;
  padding: 1.875rem;
  border-radius: 25px;
  color: #216562 !important;
  font-weight: 500;
  max-width: 100%;
  margin-bottom: 2.5rem;
  text-align: center;
}

.padding-horizontal, .container, .footer-container, .header__container, .header-wrapper, .container-full, .container-lg, .container-sm, .recrutement-page__container,
.formations-page__container,
.evenements-page__container, .documents-page__container {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
@media screen and (max-width: 1280px) {
  .padding-horizontal, .container, .footer-container, .header__container, .header-wrapper, .container-full, .container-lg, .container-sm, .recrutement-page__container,
  .formations-page__container,
  .evenements-page__container, .documents-page__container {
    padding-left: calc(2.5rem / 2);
    padding-right: calc(2.5rem / 2);
  }
}
@media screen and (max-width: 580px) {
  .padding-horizontal, .container, .footer-container, .header__container, .header-wrapper, .container-full, .container-lg, .container-sm, .recrutement-page__container,
  .formations-page__container,
  .evenements-page__container, .documents-page__container {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

.padding-right {
  padding-right: calc((100vw - (83.75rem)) / 2);
}
@media screen and (max-width: 92.5rem) {
  .padding-right {
    padding-right: 2.5rem;
  }
}
@media screen and (max-width: 1280px) {
  .padding-right {
    padding-right: calc(2.5rem / 2);
  }
}
@media screen and (max-width: 580px) {
  .padding-right {
    padding-right: 2.5rem;
  }
}

.padding-left {
  padding-left: calc((100vw - (83.75rem)) / 2);
}
@media screen and (max-width: 92.5rem) {
  .padding-left {
    padding-left: 2.5rem;
  }
}
@media screen and (max-width: 1280px) {
  .padding-left {
    padding-left: calc(2.5rem / 2);
  }
}
@media screen and (max-width: 580px) {
  .padding-left {
    padding-left: 2.5rem;
  }
}

/* CONTAINER LARGEUR */
.container, .footer-container, .header__container, .header-wrapper, .container-full, .container-lg, .container-sm, .recrutement-page__container,
.formations-page__container,
.evenements-page__container, .documents-page__container {
  width: 100%;
  margin: auto;
}
.container-sm {
  max-width: calc(69.75rem + 2.5rem * 2);
}
@media screen and (max-width: 1024px) {
  .container-sm {
    max-width: 960px;
  }
}
.container-lg {
  max-width: calc(83.75rem + 2.5rem * 2);
}
@media screen and (max-width: 1024px) {
  .container-lg {
    max-width: 960px;
  }
}
.container-full {
  max-width: 100%;
}

/* CONTAINER HAUTEUR */
.section-top {
  padding-top: 5rem;
}
@media screen and (max-width: 991px) {
  .section-top {
    padding-top: 2.5rem;
  }
}

.section, .footer, .recrutement-page__wrapper,
.formations-page__wrapper,
.evenements-page__wrapper, .documents-page__wrapper {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media screen and (max-width: 991px) {
  .section, .footer, .recrutement-page__wrapper,
  .formations-page__wrapper,
  .evenements-page__wrapper, .documents-page__wrapper {
    padding-top: 2.5rem;
  }
}
@media screen and (max-width: 991px) {
  .section, .footer, .recrutement-page__wrapper,
  .formations-page__wrapper,
  .evenements-page__wrapper, .documents-page__wrapper {
    padding-bottom: 2.5rem;
  }
}
.section.padding-top-sm, .padding-top-sm.footer, .padding-top-sm.recrutement-page__wrapper,
.padding-top-sm.formations-page__wrapper,
.padding-top-sm.evenements-page__wrapper, .padding-top-sm.documents-page__wrapper {
  padding-top: 3.75rem;
}
.section.padding-bot-sm, .padding-bot-sm.footer, .padding-bot-sm.recrutement-page__wrapper,
.padding-bot-sm.formations-page__wrapper,
.padding-bot-sm.evenements-page__wrapper, .padding-bot-sm.documents-page__wrapper {
  padding-bottom: 3.75rem;
}
.section.padding-top-md, .padding-top-md.footer, .padding-top-md.recrutement-page__wrapper,
.padding-top-md.formations-page__wrapper,
.padding-top-md.evenements-page__wrapper, .padding-top-md.documents-page__wrapper {
  padding-top: 5rem;
}
.section.padding-bot-md, .padding-bot-md.footer, .padding-bot-md.recrutement-page__wrapper,
.padding-bot-md.formations-page__wrapper,
.padding-bot-md.evenements-page__wrapper, .padding-bot-md.documents-page__wrapper {
  padding-bottom: 5rem;
}
.section.padding-top-lg, .padding-top-lg.footer, .padding-top-lg.recrutement-page__wrapper,
.padding-top-lg.formations-page__wrapper,
.padding-top-lg.evenements-page__wrapper, .padding-top-lg.documents-page__wrapper {
  padding-top: 6.25rem;
}
.section.padding-bot-lg, .padding-bot-lg.footer, .padding-bot-lg.recrutement-page__wrapper,
.padding-bot-lg.formations-page__wrapper,
.padding-bot-lg.evenements-page__wrapper, .padding-bot-lg.documents-page__wrapper {
  padding-bottom: 6.25rem;
}
@media screen and (max-width: 991px) {
  .section.padding-top-mb-sm, .padding-top-mb-sm.footer, .padding-top-mb-sm.recrutement-page__wrapper,
  .padding-top-mb-sm.formations-page__wrapper,
  .padding-top-mb-sm.evenements-page__wrapper, .padding-top-mb-sm.documents-page__wrapper {
    padding-top: 1.25rem;
  }
}
@media screen and (max-width: 991px) {
  .section.padding-bot-mb-sm, .padding-bot-mb-sm.footer, .padding-bot-mb-sm.recrutement-page__wrapper,
  .padding-bot-mb-sm.formations-page__wrapper,
  .padding-bot-mb-sm.evenements-page__wrapper, .padding-bot-mb-sm.documents-page__wrapper {
    padding-bottom: 1.25rem;
  }
}
@media screen and (max-width: 991px) {
  .section.padding-top-mb-md, .padding-top-mb-md.footer, .padding-top-mb-md.recrutement-page__wrapper,
  .padding-top-mb-md.formations-page__wrapper,
  .padding-top-mb-md.evenements-page__wrapper, .padding-top-mb-md.documents-page__wrapper {
    padding-top: 2.5rem;
  }
}
@media screen and (max-width: 991px) {
  .section.padding-bot-mb-md, .padding-bot-mb-md.footer, .padding-bot-mb-md.recrutement-page__wrapper,
  .padding-bot-mb-md.formations-page__wrapper,
  .padding-bot-mb-md.evenements-page__wrapper, .padding-bot-mb-md.documents-page__wrapper {
    padding-bottom: 2.5rem;
  }
}
@media screen and (max-width: 991px) {
  .section.padding-top-mb-lg, .padding-top-mb-lg.footer, .padding-top-mb-lg.recrutement-page__wrapper,
  .padding-top-mb-lg.formations-page__wrapper,
  .padding-top-mb-lg.evenements-page__wrapper, .padding-top-mb-lg.documents-page__wrapper {
    padding-top: 3.75rem;
  }
}
@media screen and (max-width: 991px) {
  .section.padding-bot-mb-lg, .padding-bot-mb-lg.footer, .padding-bot-mb-lg.recrutement-page__wrapper,
  .padding-bot-mb-lg.formations-page__wrapper,
  .padding-bot-mb-lg.evenements-page__wrapper, .padding-bot-mb-lg.documents-page__wrapper {
    padding-bottom: 3.75rem;
  }
}
@media screen and (min-width: 991px) {
  .section.no-padding-top, .no-padding-top.footer, .no-padding-top.recrutement-page__wrapper,
  .no-padding-top.formations-page__wrapper,
  .no-padding-top.evenements-page__wrapper, .no-padding-top.documents-page__wrapper {
    padding-top: 0;
  }
  .section.no-padding-bottom, .no-padding-bottom.footer, .no-padding-bottom.recrutement-page__wrapper,
  .no-padding-bottom.formations-page__wrapper,
  .no-padding-bottom.evenements-page__wrapper, .no-padding-bottom.documents-page__wrapper {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 991px) {
  .section.no-padding-top-mb, .no-padding-top-mb.footer, .no-padding-top-mb.recrutement-page__wrapper,
  .no-padding-top-mb.formations-page__wrapper,
  .no-padding-top-mb.evenements-page__wrapper, .no-padding-top-mb.documents-page__wrapper {
    padding-top: 0;
  }
  .section.no-padding-bottom-mb, .no-padding-bottom-mb.footer, .no-padding-bottom-mb.recrutement-page__wrapper,
  .no-padding-bottom-mb.formations-page__wrapper,
  .no-padding-bottom-mb.evenements-page__wrapper, .no-padding-bottom-mb.documents-page__wrapper {
    padding-bottom: 0;
  }
}

/* Backgroud classes */
.bg-black {
  background: #2D2D2D;
}

.bg-white {
  background: #ffffff;
}

.bg-yellow {
  background: #FBBC34;
}

.bg-gray-dark {
  background: #242424;
}

.bg-gray-light {
  background: #FAFAFA;
}

.bg-primary {
  background: #2D2D2D;
}

.bg-secondary {
  background: #ffffff;
}

/* AFFICHAGE MOBILE */
.mobile {
  display: none;
}
@media screen and (max-width: 580px) {
  .mobile {
    display: block;
  }
}

.no-mobile {
  display: block;
}
@media screen and (max-width: 580px) {
  .no-mobile {
    display: none;
  }
}

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

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 0 0;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 0.7;
}
.hamburger.is-active:hover {
  opacity: 0.7;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #000;
}

.hamburger-box {
  width: 18px;
  height: 14px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 18px;
  height: 2px;
  background-color: #000;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -6px;
}
.hamburger-inner::after {
  bottom: -6px;
}

/*
 * Collapse
 */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse .hamburger-inner::after {
  top: -12px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -6px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.region-header {
  position: fixed;
  right: 0;
  background: white;
  height: auto;
  right: 0;
  width: auto;
  display: flex;
  flex-direction: column;
  text-align: right;
  top: 120px;
  z-index: 100;
  height: auto !important;
  padding: 10px !important;
}

.admin-toolbar a, .admin-toolbar button {
  cursor: pointer;
  color: inherit;
  text-decoration: none;
}

.message-status {
  padding: 20px;
  background-color: #216562;
  color: white;
}

.div[data-drupal-messages] {
  padding: 20px;
  background-color: #216562;
  color: white;
  text-align: center;
}

.notification-popup {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: rgba(70, 194, 70, 0.8);
  color: #fff;
  padding: 15px 30px;
  border-radius: 10px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

.notification-popup.show {
  opacity: 1;
  visibility: visible;
}

.notification-popup.slide-in {
  animation: slideIn 0.3s ease-in-out;
}

.notification-popup.slide-out {
  animation: slideOut 0.3s ease-in-out;
}

/**
Sets the background color and border color of a button.
@param {string} $bg - The background color of the button.
@param {number} [$dark=0] - Optional. Determines if the button should have a dark style. Defaults to 0. 
*/
.btn, .footer__btns .menu-item:nth-child(3) .menu-item__button, .footer__btns .menu-item:nth-child(2) .menu-item__button, .footer__btns .menu-item:first-child .menu-item__button, .header .menu--bouton .menu-item:last-child a, .header .menu--bouton .menu-item:first-child a {
  display: inline-flex;
  padding: 0.875rem 1.125rem;
  gap: 0.625rem;
  align-items: center;
  background-color: #242424;
  border-radius: 10px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease;
  overflow: hidden;
  font-weight: 600;
  text-decoration: none !important;
}
@media screen and (max-width: 991px) {
  .btn, .footer__btns .menu-item:nth-child(3) .menu-item__button, .footer__btns .menu-item:nth-child(2) .menu-item__button, .footer__btns .menu-item:first-child .menu-item__button, .header .menu--bouton .menu-item:last-child a, .header .menu--bouton .menu-item:first-child a {
    width: 100%;
    justify-content: center;
  }
}
.btn--black {
  background-color: #2D2D2D;
  color: #ffffff;
}
.btn--green, .header .menu--bouton .menu-item:last-child a {
  background-color: #216562;
  color: #ffffff;
}
.btn--outline-white, .footer__btns .menu-item:nth-child(3) .menu-item__button, .footer__btns .menu-item:nth-child(2) .menu-item__button {
  background-color: transparent;
  color: #ffffff;
  border: 1px solid #ffffff;
}
.btn--outline-white:hover, .footer__btns .menu-item:nth-child(3) .menu-item__button:hover, .footer__btns .menu-item:nth-child(2) .menu-item__button:hover {
  background-color: #ffffff;
  color: #2D2D2D;
}
.btn--outline-black {
  background-color: transparent;
  color: #2D2D2D;
  border: 1px solid #2D2D2D;
}
.btn--outline-black:hover {
  background-color: #2D2D2D;
  color: #ffffff;
}
.btn--green-light, .footer__btns .menu-item:first-child .menu-item__button, .header .menu--bouton .menu-item:first-child a {
  background-color: #76BD22;
  color: #2D2D2D;
}
.btn--white {
  background-color: #ffffff;
  color: #2D2D2D;
}
.btn--formation {
  background-color: #216562;
  color: #ffffff;
  border: none;
  font-family: "Figtree", sans-serif;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  gap: unset;
  padding: unset;
}
.btn--formation:hover {
  width: auto;
  padding: 16px 20px;
  background-color: #ffffff;
  color: #2D2D2D;
}
.btn--formation:hover span {
  opacity: 1;
  width: auto;
  margin-right: 8px;
}
.btn--formation:hover svg {
  transform: translateX(4px);
}
.btn--formation:hover svg path {
  fill: #2D2D2D;
}
.btn--formation span {
  opacity: 0;
  width: 0;
  transition: all 0.3s ease;
  margin-right: 0;
}
.btn--formation svg {
  transition: all 0.3s ease;
  display: inline-block;
  font-size: 20px;
  line-height: 1;
}
.btn--formation svg path {
  transition: all 0.3s ease;
}
.btn--primary {
  background-color: #242424;
  color: #ffffff;
}
.btn--secondary {
  background-color: #76BD22;
  color: #2D2D2D;
  border: 1px solid transparent;
}
.btn--secondary:hover {
  background-color: #ffffff;
  color: #2D2D2D;
  border: 1px solid #2D2D2D;
}
.btn .svg-first, .footer__btns .menu-item:nth-child(3) .menu-item__button .svg-first, .footer__btns .menu-item:nth-child(2) .menu-item__button .svg-first, .footer__btns .menu-item:first-child .menu-item__button .svg-first, .header .menu--bouton .menu-item:last-child a .svg-first, .header .menu--bouton .menu-item:first-child a .svg-first {
  position: relative;
  left: -100px;
  opacity: 0;
  transition: all 0.3s ease;
}
.btn .svg-first + span, .footer__btns .menu-item:nth-child(3) .menu-item__button .svg-first + span, .footer__btns .menu-item:nth-child(2) .menu-item__button .svg-first + span, .footer__btns .menu-item:first-child .menu-item__button .svg-first + span, .header .menu--bouton .menu-item:last-child a .svg-first + span, .header .menu--bouton .menu-item:first-child a .svg-first + span {
  position: relative;
  left: -10px;
  transition: all 0.3s ease;
}
.btn .svg-second, .footer__btns .menu-item:nth-child(3) .menu-item__button .svg-second, .footer__btns .menu-item:nth-child(2) .menu-item__button .svg-second, .footer__btns .menu-item:first-child .menu-item__button .svg-second, .header .menu--bouton .menu-item:last-child a .svg-second, .header .menu--bouton .menu-item:first-child a .svg-second {
  position: relative;
  left: -10px;
  transition: all 0.3s ease;
}
.btn:hover, .footer__btns .menu-item:nth-child(3) .menu-item__button:hover, .footer__btns .menu-item:nth-child(2) .menu-item__button:hover, .footer__btns .menu-item:first-child .menu-item__button:hover, .header .menu--bouton .menu-item:last-child a:hover, .header .menu--bouton .menu-item:first-child a:hover {
  background-color: #2D2D2D;
  color: #ffffff;
}
.btn:hover .svg-first, .footer__btns .menu-item:nth-child(3) .menu-item__button:hover .svg-first, .footer__btns .menu-item:nth-child(2) .menu-item__button:hover .svg-first, .footer__btns .menu-item:first-child .menu-item__button:hover .svg-first, .header .menu--bouton .menu-item:last-child a:hover .svg-first, .header .menu--bouton .menu-item:first-child a:hover .svg-first {
  left: 0;
  opacity: 1;
}
.btn:hover span, .footer__btns .menu-item:nth-child(3) .menu-item__button:hover span, .footer__btns .menu-item:nth-child(2) .menu-item__button:hover span, .footer__btns .menu-item:first-child .menu-item__button:hover span, .header .menu--bouton .menu-item:last-child a:hover span, .header .menu--bouton .menu-item:first-child a:hover span {
  left: 0;
}
.btn:hover .svg-second, .footer__btns .menu-item:nth-child(3) .menu-item__button:hover .svg-second, .footer__btns .menu-item:nth-child(2) .menu-item__button:hover .svg-second, .footer__btns .menu-item:first-child .menu-item__button:hover .svg-second, .header .menu--bouton .menu-item:last-child a:hover .svg-second, .header .menu--bouton .menu-item:first-child a:hover .svg-second {
  left: 100px;
  opacity: 0;
}

.article-teaser {
  background-color: #F6F6F6;
  padding: 0.9375rem;
  border-radius: 1.875rem;
  height: 100%;
  position: relative;
}
.article-teaser.nomedia {
  background-color: #216562;
  padding-bottom: 0.9375rem;
}
.article-teaser.nomedia .article-teaser__title {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  color: #E4F2D3;
  margin-top: 1.25rem;
}
.article-teaser.nomedia .article-teaser__tags {
  margin-left: 0.9375rem;
  margin-top: auto;
}
.article-teaser__sticky-label {
  position: absolute;
  top: 0.9375rem;
  left: 50%;
  transform: translateX(-50%);
  background-color: #E4F2D3;
  color: #2D2D2D;
  padding: 0.625rem;
  border-radius: 10px;
  font-weight: 600;
  z-index: 2;
  width: 98%;
  text-align: center;
  text-transform: uppercase;
}
.article-teaser__sticky-intro {
  font-weight: 500;
  margin-bottom: 1.875rem;
  min-height: 3.4375rem;
  color: #2D2D2D;
}
.article-teaser__media {
  position: relative;
  margin-bottom: 3.5625rem;
  transition: all 0.3s ease;
  overflow: hidden;
  border-radius: 0.9375rem;
}
.article-teaser__media img {
  width: 100%;
  aspect-ratio: 27/17;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.9375rem;
  overflow: hidden;
  transition: all 0.3s ease;
}
.article-teaser__date {
  position: absolute;
  top: 0.3125rem;
  right: 0.3125rem;
  background-color: #ffffff;
  color: #2D2D2D;
  padding: 0.3125rem 0.625rem;
  border-radius: 50px;
  font-weight: 600;
  z-index: 2;
  border: solid 1px #E4F2D3;
}
.article-teaser__title {
  font-weight: 500;
  margin-bottom: 1.875rem;
  min-height: 3.4375rem;
  transition: all 0.3s ease;
  position: relative;
  top: 0;
}
.article-teaser__tags {
  display: flex;
  align-items: center;
  gap: 10px;
}
.article-teaser__tag {
  background-color: #E4F2D3;
  border-radius: 50px;
  padding: 0.625rem 0.9375rem;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  color: #216562;
}
.article-teaser__tag.eo-tag {
  background-color: #E1BEFF;
  color: #216562;
}
.article-teaser.node--sticky .article-teaser__title {
  max-width: 80%;
  margin-top: 1.875rem;
}
.article-teaser.node--sticky .article-teaser__sticky-intro {
  font-weight: 500;
  margin-top: 0.625rem;
  max-width: 80%;
}
.article-teaser:hover .article-teaser__title {
  top: -10px;
  text-decoration: underline;
}
.article-teaser:hover .article-teaser__media img {
  transform: scale(1.05);
}
.article-teaser:hover.nomedia {
  background-color: #E4F2D3;
}
.article-teaser:hover.nomedia .article-teaser__title {
  color: #216562;
  text-decoration: none;
}
.article-teaser:hover.nomedia .article-teaser__tags {
  border: solid 1px #216562;
}

.article-teaser__link-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.lemage__row--sticky .article-teaser {
  background-color: transparent;
  padding: 0.9375rem;
  border-radius: 1.875rem;
  height: unset;
}
.lemage__row--sticky .article-teaser__infos {
  position: relative;
}
.lemage__row--sticky .article-teaser__media {
  position: relative;
  margin-bottom: 0.625rem;
}
.lemage__row--sticky .article-teaser__media img {
  width: 100%;
  aspect-ratio: 58/25;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.9375rem;
  overflow: hidden;
}
.lemage__row--sticky .article-teaser__date {
  position: absolute;
  bottom: 0.3125rem;
  left: 0.3125rem;
  top: unset;
  right: unset;
  background-color: #ffffff;
  color: #2D2D2D;
  padding: 0.3125rem 0.625rem;
  border-radius: 50px;
  font-weight: 600;
  border: solid 1px #E4F2D3;
  z-index: 2;
}
.lemage__row--sticky .article-teaser__title {
  font-weight: 500;
  margin-bottom: unset;
  min-height: unset;
}
.lemage__row--sticky .article-teaser__tags {
  display: flex;
  align-items: center;
  gap: 10px;
  position: absolute;
  top: 0;
  right: 0;
}
.lemage__row--sticky .article-teaser__tag {
  background-color: #E4F2D3;
  border-radius: 50px;
  padding: 0.625rem 0.9375rem;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  color: #216562;
}
.lemage__row--sticky .article-teaser__tag.eo-tag {
  background-color: #E1BEFF;
  color: #216562;
}

.lemag__row.no-media .article-teaser {
  background-color: #216562;
  color: #E4F2D3;
}
.lemag__row.no-media .article-teaser .article-teaser__tags {
  color: #2D2D2D;
}
.lemag__row.no-media .article-teaser .article-teaser__content {
  height: 100%;
}
.lemag__row.no-media .article-teaser .article-teaser__media {
  position: absolute;
  right: 20px;
}
.lemag__row.no-media .article-teaser .article-teaser__date {
  position: relative;
  left: unset;
  top: unset;
  display: inline-flex;
}
.lemag__row.no-media .article-teaser .article-teaser__title {
  margin-top: 3.75rem;
  margin-bottom: 9.375rem;
}
.lemag__row.no-media .article-teaser .article-teaser__infos {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.op-teaser__title {
  font-weight: 500;
}
.op-teaser .oe__cats {
  position: absolute;
  left: 0.625rem;
  top: 0.625rem;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.op-teaser .oe__cats .op-teaser__term-item {
  font-weight: 600;
  text-transform: uppercase;
  background-color: #E1BEFF;
  color: #2D2D2D;
  padding: 0.3125rem 0.625rem;
  border-radius: 10px;
}
.op-teaser .oe__media {
  position: relative;
}
.op-teaser .oe__media img {
  aspect-ratio: 16/10;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  border-radius: 0.9375rem;
  margin-bottom: 0.75rem;
  border: solid 1px #E4F2D3;
}
.op-teaser .oe__loc {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  margin-top: 0.5rem;
}
.op-teaser__term-item {
  font-weight: 600;
  text-transform: uppercase;
  background-color: #E1BEFF;
  color: #2D2D2D;
  padding: 0.3125rem 0.625rem;
  border-radius: 10px;
}

.op-teaser__term-item a {
  position: relative;
  z-index: 2;
}

.op-teaser {
  position: relative;
}

.op-teaser__link-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.ac-teaser {
  position: relative;
}
.ac-teaser__title {
  font-weight: 500;
}
.ac-teaser__cats {
  position: absolute;
  padding: 0.4375rem;
  display: flex;
  flex-wrap: wrap;
}
.ac-teaser__cat {
  font-weight: 600;
  text-transform: uppercase;
  background-color: #E1BEFF;
  color: #2D2D2D;
  padding: 0.3125rem 0.625rem;
  border-radius: 3rem;
  margin-bottom: 0.3125rem;
}
.ac-teaser__term-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
  position: absolute;
  top: 0.625rem;
  left: 0.625rem;
}
.ac-teaser__media {
  border: solid 1px #878787;
  border-radius: 0.9375rem;
  overflow: hidden;
  margin-bottom: 0.75rem;
  padding: 20px;
}
.ac-teaser__media-cont {
  height: auto;
  width: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: contain;
     object-fit: contain;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ac-teaser__media img {
  height: auto;
  width: 100%;
  max-height: 120px;
  -o-object-fit: contain;
     object-fit: contain;
}
.ac-teaser__nom {
  font-weight: 500;
  margin-bottom: 0.625rem;
}
.ac-teaser__localisation {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 500;
}
.ac-teaser__term-item {
  font-weight: 600;
  text-transform: uppercase;
  background-color: #E1BEFF;
  color: #2D2D2D;
  padding: 0.3125rem 0.625rem;
  border-radius: 10px;
}

.ac-teaser__term-item a {
  position: relative;
  z-index: 2;
}

.ac-teaser {
  position: relative;
}

.ac-teaser__link-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.ac-teaser2 {
  position: relative;
}
.ac-teaser2__content {
  border: solid 4px #F6F6F6;
  padding: 1.875rem;
  display: flex;
  flex-direction: column;
  border-radius: 50px;
}
.ac-teaser2__content:hover .ac-teaser2__media {
  top: -20px;
}
.ac-teaser2__content:hover .btn--formation {
  margin-left: calc(100% - 190px);
  width: auto;
  padding: 16px 20px;
  background-color: #76BD22;
  color: #2D2D2D;
}
.ac-teaser2__content:hover .btn--formation span {
  opacity: 1;
  width: auto;
  margin-right: 8px;
}
.ac-teaser2__content:hover .btn--formation svg {
  transform: translateX(4px);
}
.ac-teaser2__content:hover .btn--formation svg path {
  fill: #2D2D2D;
}
.ac-teaser2__nom {
  font-weight: 500;
  margin: 0.625rem 0 1.25rem 0;
  color: #216562;
  max-width: 22.5rem;
}
.ac-teaser2__localisation {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 500;
  color: #216562;
}
.ac-teaser2__cats {
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
  margin-top: 0.625rem;
}
.ac-teaser2 .btn--formation {
  transition: all 0.3s ease;
  margin-left: 1.875rem;
}
.ac-teaser2__btn {
  position: absolute;
  top: 1.875rem;
  width: 100%;
  left: 1.875rem;
  z-index: 100;
  display: flex;
}
.ac-teaser2__media {
  margin-top: 3.75rem;
  position: relative;
  top: 0;
  transition: all 0.3s ease;
  min-height: 11.25rem;
}
.ac-teaser2__media img {
  width: 100%;
  max-height: 9.375rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.ac-teaser2__cat {
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #216562;
  color: #E4F2D3;
  padding: 0.625rem 0.9375rem;
  border-radius: 3rem;
}

.formation-card {
  position: relative;
  border-radius: 50px;
  overflow: hidden;
  width: 100%;
  left: 0;
}
.formation-card__cat {
  background-color: #216562;
  color: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 3rem;
  padding: 0.625rem 0.9375rem;
  transition: all 0.3s ease;
  border: 1px solid transparent;
  display: inline-flex;
  margin-bottom: 0.9375rem;
}
.formation-card__cat-eo, .formation-card__cat.eoformation {
  background-color: #E1BEFF;
  color: #216562;
}
.formation-card__btn {
  position: absolute;
  top: 1.875rem;
  width: 100%;
  left: 1.875rem;
  z-index: 100;
  display: flex;
  pointer-events: none;
}
.formation-card__title {
  font-weight: 500;
  color: #216562;
  margin-bottom: 0.625rem;
}
.formation-card__location, .formation-card__duree {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  font-weight: 500;
  color: #216562;
  margin-bottom: 0.625rem;
}
.formation-card__location svg, .formation-card__duree svg {
  flex: 0 0 auto;
}
.formation-card__dates {
  background-color: #216562;
  color: #E4F2D3;
  padding: 0.625rem 0.9375rem;
  border-radius: 3rem;
  font-weight: 600;
  display: inline-flex;
  gap: 5px;
  opacity: 0;
  transition: all 0.3s ease;
}
.formation-card__media-placeholder {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: rgb(228, 242, 211);
}
.formation-card__media-placeholder + .formation-card__content {
  padding-top: 9.375rem;
}
.formation-card__media {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.formation-card__media:before {
  content: "";
  transition: all 0.3s ease;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(228, 242, 211, 0) 0%, rgb(228, 242, 211) 50%, rgb(228, 242, 211) 100%);
  z-index: 1;
  opacity: 1;
}
.formation-card__media:after {
  content: "";
  transition: all 0.3s ease;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: linear-gradient(180deg, rgb(228, 242, 211) 0%, rgb(228, 242, 211) 100%);
  z-index: 2;
}
.formation-card__media img {
  width: 100%;
  height: 59%;
  -o-object-fit: cover;
     object-fit: cover;
}
.formation-card__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.formation-card__content {
  padding: 15.625rem 2.5rem 2.5rem 2.5rem;
  position: relative;
  top: 1.25rem;
  transition: all 0.3s ease;
}
.formation-card__content .btn--formation {
  transition: all 0.3s ease;
  margin-left: 1.875rem;
}
.formation-card:hover .formation-card__content {
  top: 0;
}
.formation-card:hover .formation-card__dates {
  opacity: 1;
}
.formation-card:hover .formation-card__media:after {
  opacity: 1;
}
.formation-card:hover .btn--formation {
  margin-left: calc(100% - 190px);
  width: auto;
  padding: 16px 20px;
  background-color: #ffffff;
  color: #2D2D2D;
}
.formation-card:hover .btn--formation span {
  opacity: 1;
  width: auto;
  margin-right: 8px;
}
.formation-card:hover .btn--formation svg {
  transform: translateX(4px);
}
.formation-card:hover .btn--formation svg path {
  fill: #2D2D2D;
}
@media screen and (max-width: 991px) {
  .formation-card .formation-card__content {
    top: 0;
  }
  .formation-card .formation-card__dates {
    opacity: 1;
  }
  .formation-card .btn--formation {
    margin-left: calc(100% - 190px);
    width: auto;
    padding: 16px 20px;
    background-color: #ffffff;
    color: #2D2D2D;
  }
  .formation-card .btn--formation span {
    opacity: 1;
    width: auto;
    margin-right: 8px;
  }
  .formation-card .btn--formation svg {
    transform: translateX(4px);
  }
  .formation-card .btn--formation svg path {
    fill: #2D2D2D;
  }
}

.formation-slider .formation-card {
  position: absolute;
  border-radius: 50px;
  overflow: hidden;
  width: 100%;
  left: 0;
}

.splide {
  position: relative;
}
.splide__arrows {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: flex;
  gap: 1rem;
  width: auto;
  height: auto;
  top: auto;
}
.splide__arrow {
  background: transparent !important;
  border: 0 !important;
  padding: 0 !important;
  opacity: 1 !important;
  width: 53px !important;
  height: 44px !important;
  position: static !important;
  transform: none !important;
  cursor: pointer !important;
  background-repeat: no-repeat !important;
  border-radius: 0 !important;
  transition: all 0.3s ease !important;
}
.splide__arrow[disabled] {
  opacity: 0.5 !important;
  cursor: not-allowed !important;
}
.splide__arrow--prev {
  background-image: url("../images/svg/arrow-prev.svg") !important;
}
.splide__arrow--next {
  background-image: url("../images/svg/arrow-next.svg") !important;
}
.splide__arrow svg {
  display: none;
}

.header {
  width: 100%;
  z-index: 1001;
  position: relative;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.0509803922);
  background-color: #ffffff;
  position: sticky;
  top: 0;
}
@media screen and (max-width: 991px) {
  .header {
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.15);
  }
}
@media screen and (max-width: 991px) {
  .header {
    /* 		height: $header-height-mobile; */
  }
}
.header-wrapper {
  max-width: calc(83.75rem + 2.5rem * 2);
  display: flex;
}
@media screen and (max-width: 1024px) {
  .header-wrapper {
    max-width: 960px;
  }
}
.header__container {
  max-width: calc(83.75rem + 2.5rem * 2);
}
@media screen and (max-width: 1024px) {
  .header__container {
    max-width: 960px;
  }
}
.header nav {
  position: unset !important;
  padding-right: 1.875rem;
}
.header nav#block-minimal-theme-menuboutons {
  padding-right: 0;
}
@media screen and (max-width: 991px) {
  .header nav {
    display: none !important;
  }
}
.header nav:last-child {
  padding-right: 0;
}
.header .menu--bouton {
  display: flex;
  gap: 0.3125rem;
}
.header .menu--bouton .menu-item:first-child a {
  border-radius: 10px;
  padding: 0.625rem 1.25rem;
}
.header .menu--bouton .menu-item:first-child a:hover {
  background-color: #E1BEFF;
}
.header .menu--bouton .menu-item:last-child a {
  border-radius: 10px;
  padding: 0.625rem 1.25rem;
}
.header .menu--bouton .menu-item:last-child a:hover {
  background-color: #2D2D2D;
}
.header #block-minimal-theme-navigationprincipale {
  margin-left: auto;
}
.header #block-minimal-theme-navigationsecondaire {
  position: relative !important;
  display: flex;
  align-items: center;
  gap: 1.875rem;
}
.header #block-minimal-theme-navigationsecondaire .search {
  flex: 0 0 auto;
}
.header #block-minimal-theme-navigationsecondaire .search svg {
  width: 1.0625rem;
}
.header #block-minimal-theme-navigationsecondaire .search button {
  background-color: transparent;
  outline: none;
  border: none;
}
.header #block-minimal-theme-navigationsecondaire:after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  left: -0.9375rem;
  top: 0;
  background-color: #2D2D2D;
}
.header__nav {
  display: flex;
  align-items: center;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .header__nav {
    justify-content: space-between;
  }
}
.header__nav .sub-menu {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  background-color: #ffffff;
  padding: 0.9375rem;
  display: flex;
  align-items: flex-start;
  gap: 3.125rem;
  width: 100%;
  left: 0;
  padding-top: 3.125rem;
  top: 100%;
  padding-left: 4.6875rem;
  padding-right: 4.6875rem;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  justify-content: space-between;
  transition: all 0.3s ease-in-out;
}
.header__nav .sub-menu.active {
  opacity: 1;
  pointer-events: all;
}
.header__nav .sub-menu .top-submenu {
  font-weight: 600;
  color: #216562;
  padding-bottom: 13px;
  border-bottom: solid 1px #878787;
  display: block;
  display: flex;
  gap: 0.625rem;
  align-items: center;
  margin-bottom: 1.0625rem;
}
.header__nav .sub-menu .sub-sub-menu.two-columns {
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 0.9375rem;
       column-gap: 0.9375rem;
}
.header__nav .sub-menu .sub-sub-menu .menu-item {
  margin-bottom: 0.9375rem;
}
.header__nav .sub-menu .menu-item {
  min-width: 13.4375rem;
}
.header__nav .sub-menu .menu-item .menu-item {
  min-width: unset;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}
.header__nav .menu-item.is-active span.link-item {
  color: #76BD22;
}
.header__nav .link-item {
  font-weight: 700;
}
.header__nav .link-item.is-active, .header__nav .link-item.active {
  color: #76BD22;
}
.header__nav .link-item:hover {
  color: #76BD22;
  text-decoration: underline;
}
.header .menu--main {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  gap: 2.1875rem;
}
.header .menu--secondary .menu-item .link-item {
  font-weight: 600;
}
.header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__logo {
  width: 6.25rem;
}
.header #block-minimal-theme-identitedusite {
  padding: 20px 0;
}
.header.headroom {
  will-change: transform;
  transition: transform 200ms linear;
}
.header.headroom--pinned {
  transform: translateY(0%);
}
.header.headroom--unpinned {
  transform: translateY(-130%);
}
.header .burger-menu {
  display: none;
}
@media screen and (max-width: 991px) {
  .header .burger-menu {
    display: block;
  }
}

.mobile-menu-overlay {
  position: fixed;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.mobile-menu-overlay.is-active {
  opacity: 1;
  visibility: visible;
}
@media screen and (min-width: 1024px) {
  .mobile-menu-overlay {
    display: none;
  }
}

.mobile-menu-panel {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 100%;
  max-width: 100%;
  background-color: #ffffff;
  z-index: 1000;
  transform: translateX(100%);
  transition: transform 0.3s ease;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.mobile-menu-panel.is-active {
  transform: translateX(0);
}
@media screen and (min-width: 1024px) {
  .mobile-menu-panel {
    display: none;
  }
}
.mobile-menu-panel__header {
  padding: 1.25rem 1.25rem;
  border-bottom: 1px solid #E5E5E5;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 4.375rem;
  background-color: #ffffff;
  position: relative;
  z-index: 2;
}
.mobile-menu-panel__back {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  background: none;
  border: none;
  padding: 0.625rem;
  cursor: pointer;
  font-weight: 600;
  color: #216562;
  position: absolute;
  left: 0.625rem;
}
.mobile-menu-panel__back svg {
  width: 1.25rem;
  height: 1.25rem;
  transform: rotate(180deg);
}
.mobile-menu-panel__back.hidden {
  visibility: hidden;
  pointer-events: none;
}
.mobile-menu-panel__title {
  font-weight: 700;
  color: #2D2D2D;
  text-align: center;
}
.mobile-menu-panel__body {
  flex: 1;
  overflow-y: auto;
  overflow-x: hidden;
  padding-bottom: 10rem;
}
.mobile-menu-panel__body::-webkit-scrollbar-track {
  border-radius: 0px;
  background-color: transparent;
}
.mobile-menu-panel__body::-webkit-scrollbar {
  width: 0.375rem;
  background-color: transparent;
}
.mobile-menu-panel__body::-webkit-scrollbar-thumb {
  border-radius: 0px;
  background: #216562;
}
.mobile-menu-panel__footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #ffffff;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.15);
  padding: 1.25rem;
  z-index: 4;
}
.mobile-menu-panel__search {
  margin-bottom: 0.9375rem;
}
.mobile-menu-panel__search input {
  width: 100%;
  padding: 0.75rem 0.9375rem;
  border: 1px solid #E5E5E5;
  border-radius: 10px;
  font-weight: 400;
}
.mobile-menu-panel__search input::-moz-placeholder {
  color: #9E9E9E;
}
.mobile-menu-panel__search input::placeholder {
  color: #9E9E9E;
}
.mobile-menu-panel__search input:focus {
  outline: none;
  border-color: #216562;
}
.mobile-menu-panel__level-1 {
  padding: 76px 40px;
}
.mobile-menu-panel__level-1 .mobile-menu-item__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 600;
  color: #216562;
  text-decoration: none;
  margin-bottom: 22px;
}
.mobile-menu-panel__level-1 .mobile-menu-item__link:hover {
  text-decoration: underline;
}
.mobile-menu-panel__level-1 .mobile-menu-item__link svg {
  width: 0.625rem;
  flex-shrink: 0;
}
.mobile-menu-panel__level-1 .mobile-menu-item a.mobile-menu-item__link {
  display: flex;
}
.mobile-menu-panel .mobile-menu-secondary-section {
  margin-top: 1.875rem;
  padding-top: 1.875rem;
  border-top: 1px solid rgba(135, 135, 135, 0.3);
}
.mobile-menu-panel .mobile-menu-secondary-section .mobile-menu-item--secondary a {
  color: #2D2D2D;
}
.mobile-menu-panel__level-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  transform: translateX(100%);
  transition: transform 0.3s ease;
  display: flex;
  flex-direction: column;
  z-index: 3;
}
.mobile-menu-panel__level-2.is-active {
  transform: translateX(0);
}
.mobile-menu-panel__level-2-header {
  padding: 1.25rem 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 4.375rem;
  background-color: #ffffff;
  position: relative;
  z-index: 2;
  border-bottom: 1px solid rgba(135, 135, 135, 0.5);
}
.mobile-menu-panel__level-2-header .back-btn {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  background: none;
  border: none;
  padding: 0.625rem;
  cursor: pointer;
  font-weight: 600;
  color: #216562;
  position: absolute;
  left: 0.625rem;
}
.mobile-menu-panel__level-2-header .back-btn svg {
  width: 0.5rem;
}
.mobile-menu-panel__level-2-header .title {
  font-weight: 600;
  color: #2D2D2D;
  text-align: center;
}
.mobile-menu-panel__level-2-body {
  flex: 1;
  overflow-y: auto;
  overflow-x: hidden;
  padding-bottom: 10rem;
  padding-top: 1.375rem;
  padding-left: 40px;
  padding-right: 40px;
}
.mobile-menu-panel__level-2-body::-webkit-scrollbar-track {
  border-radius: 0px;
  background-color: transparent;
}
.mobile-menu-panel__level-2-body::-webkit-scrollbar {
  width: 0.375rem;
  background-color: transparent;
}
.mobile-menu-panel__level-2-body::-webkit-scrollbar-thumb {
  border-radius: 0px;
  background: #216562;
}
.mobile-menu-panel__level-2 .mobile-submenu-item {
  margin-bottom: 20px;
}
.mobile-menu-panel__level-2 .mobile-submenu-item__title {
  font-weight: 600;
  color: #216562;
  display: flex;
  align-items: center;
  gap: 0.625rem;
}
.mobile-menu-panel__level-2 .mobile-submenu-item__title a {
  color: #216562;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 0.625rem;
  justify-content: space-between;
  flex: 1;
  font-weight: 600;
}
.mobile-menu-panel__level-2 .mobile-submenu-item__title a:hover {
  text-decoration: underline;
}
.mobile-menu-panel__level-2 .mobile-submenu-item__title svg {
  width: 0.625rem;
  flex-shrink: 0;
}
.mobile-menu-panel__level-2 .mobile-submenu-item__children {
  padding: 0.625rem 0 1.25rem 0;
}
.mobile-menu-panel__level-2 .mobile-submenu-item__children a {
  display: block;
  padding: 0.625rem 0;
  font-weight: 500;
  color: #878787;
  text-decoration: none;
}
.mobile-menu-panel__level-2 .mobile-submenu-item__children a:last-child {
  border-bottom: 1px solid rgba(135, 135, 135, 0.5);
  padding-bottom: 30px;
  margin-bottom: 10px;
}
.mobile-menu-panel__level-2 .mobile-submenu-item__children a:hover {
  color: #76BD22;
  text-decoration: underline;
}

.mobile-menu-buttons {
  display: flex;
  gap: 0.625rem;
}
.mobile-menu-buttons a {
  flex: 1;
  text-align: center;
  padding: 0.75rem 0.9375rem;
  font-weight: 600;
  text-decoration: none;
  border-radius: 10px;
  transition: all 0.2s ease;
}
.mobile-menu-buttons a:first-child {
  background-color: #76BD22;
  color: #2D2D2D;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
.mobile-menu-buttons a:first-child img {
  width: 0.9375rem;
  height: 0.875rem;
}
.mobile-menu-buttons a:first-child:hover {
  background-color: #E1BEFF;
}
.mobile-menu-buttons a:last-child {
  background-color: #216562;
  color: #ffffff;
}
.mobile-menu-buttons a:last-child:hover {
  background-color: #2D2D2D;
}

body.mobile-menu-open .header {
  position: fixed;
}
@media screen and (min-width: 1024px) {
  body.mobile-menu-open {
    overflow: auto;
  }
}

.footer {
  background: #216562;
  color: #ffffff;
  padding-top: 4.0625rem;
}
@media screen and (max-width: 991px) {
  .footer {
    padding-top: 2.6875rem;
  }
}
.footer-container {
  max-width: calc(83.75rem + 2.5rem * 2);
}
@media screen and (max-width: 1024px) {
  .footer-container {
    max-width: 960px;
  }
}
.footer__copyright {
  text-align: center;
  color: #ffffff;
}
.footer__logo {
  max-width: 6.25rem;
}
.footer__social {
  display: flex;
  align-items: center;
  margin-top: 3.1875rem;
  gap: 1.25rem;
}
.footer__social-label {
  text-transform: uppercase;
}
.footer__top {
  padding: 1.25rem 0;
  border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.3);
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  align-self: stretch;
  gap: 5.625rem;
}
@media screen and (max-width: 991px) {
  .footer__top {
    flex-direction: column;
    gap: 1.25rem;
  }
}
.footer__bottom {
  padding-top: 1.875rem;
  display: flex;
  gap: 3.75rem;
  align-items: flex-end;
}
@media screen and (max-width: 991px) {
  .footer__bottom {
    flex-direction: column;
    gap: 1.875rem;
  }
}
.footer__main {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  align-self: stretch;
  gap: 2.625rem;
}
@media screen and (max-width: 991px) {
  .footer__main {
    flex-direction: column;
    gap: 0.75rem;
  }
}
.footer__accroche p,
.footer__accroche a,
.footer__accroche li {
  font-weight: 500;
  color: #ffffff;
}
.footer__accroche p strong,
.footer__accroche a strong,
.footer__accroche li strong {
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 2px;
}
.footer__nav {
  flex: 1;
}
@media screen and (max-width: 991px) {
  .footer__nav {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .footer__nav ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    border-top: 1px solid rgba(255, 255, 255, 0.5);
  }
}
.footer__nav ul li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding: 1.875rem 0;
  display: flex;
  align-items: center;
  gap: 0.625rem;
}
@media screen and (max-width: 991px) {
  .footer__nav ul li {
    border-bottom: none;
    padding: 0.9375rem 0;
  }
}
.footer__nav ul li svg {
  position: relative;
  left: 0;
  transition: all 0.3s ease;
}
.footer__nav ul li:hover svg {
  left: 10px;
}
.footer__nav ul li:last-child {
  border-bottom: none;
}
@media screen and (max-width: 991px) {
  .footer__nav ul li:last-child {
    padding-bottom: 0;
  }
}
.footer__nav ul li:first-child {
  padding-top: 0;
}
.footer__nav ul li a {
  font-weight: 600;
  color: #ffffff;
}
.footer__contact {
  display: flex;
  flex-direction: column;
  flex: 1;
}
@media screen and (max-width: 991px) {
  .footer__contact {
    width: 100%;
    margin-bottom: 3.125rem;
  }
}
.footer__contact h2 {
  font-weight: 600;
  margin-bottom: 0.625rem;
}
.footer__contact p,
.footer__contact a,
.footer__contact li {
  font-weight: 500;
  color: #ffffff;
}
.footer__contact p:last-child,
.footer__contact a:last-child,
.footer__contact li:last-child {
  margin-bottom: 0;
}
.footer__address {
  padding-bottom: 2.9375rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 991px) {
  .footer__address div {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .footer__address div p {
    min-width: 140px;
  }
}
.footer__address a {
  text-decoration: none;
}
.footer__address a:hover {
  text-decoration: underline;
}
.footer__address:last-child {
  padding-top: 2.9375rem;
  padding-bottom: 0;
  border-bottom: none;
}
.footer__btns {
  flex: 1;
}
@media screen and (max-width: 991px) {
  .footer__btns {
    width: 100%;
  }
}
.footer__btns ul {
  display: flex;
  flex-direction: column;
  gap: 2.0625rem;
}
.footer__btns ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.625rem;
}
.footer__btns .menu-item__title {
  font-weight: 500;
  color: #ffffff;
}
.footer__btns .menu-item__button {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  width: 100%;
  justify-content: center;
}
.footer__btns .menu-item__text {
  font-weight: 600;
  color: #000;
  transition: all 0.3s ease;
}
.footer__btns .menu-item:first-child .menu-item__button {
  padding: 0.625rem 1.25rem;
}
.footer__btns .menu-item:nth-child(2) .menu-item__button {
  padding: 0.625rem 1.25rem;
  color: #ffffff;
}
.footer__btns .menu-item:nth-child(2) .menu-item__button:hover {
  background: #ffffff;
  border-color: #ffffff;
}
.footer__btns .menu-item:nth-child(2) .menu-item__button:hover .menu-item__text {
  color: #216562;
}
.footer__btns .menu-item:nth-child(2) .menu-item__button .menu-item__text {
  color: #ffffff;
}
.footer__btns .menu-item:nth-child(2) .menu-item__button .menu-item__icon {
  display: none;
}
.footer__btns .menu-item:nth-child(3) .menu-item__button {
  padding: 0.625rem 1.25rem;
  color: #ffffff;
}
.footer__btns .menu-item:nth-child(3) .menu-item__button .menu-item__icon {
  transition: all 0.3s ease;
}
.footer__btns .menu-item:nth-child(3) .menu-item__button:hover {
  background-color: #216562;
}
.footer__btns .menu-item:nth-child(3) .menu-item__button:hover .menu-item__icon {
  transform: rotate(-45deg);
}
.footer__btns .menu-item:nth-child(3) .menu-item__button .menu-item__text {
  color: #ffffff;
}
.footer #newsletter {
  margin-top: 2.0625rem;
  text-align: center;
}
.footer #newsletter .newsletter-label {
  font-weight: 500;
  margin-bottom: 0.625rem;
  display: block;
}
.footer #newsletter .newsletterLabelWrap {
  display: flex;
  gap: 0.5rem;
  background: transparent;
  border-radius: 10px;
  padding: 0.5rem 1.25rem;
  align-items: center;
  border: solid 1px rgba(255, 255, 255, 0.5);
  justify-content: center;
}
.footer #newsletter .newsletterLabelWrap:focus-within {
  outline: 2px solid var(--focus-blue);
  outline-offset: 2px;
}
.footer #newsletter .newsletterInput {
  border: 0;
  outline: 0;
  /* focus style on parent */
  background: transparent;
  font: inherit;
  font-weight: 500;
  font-size: 0.75rem !important;
  font-weight: 500 !important;
  color: #ffffff;
  min-width: 10rem;
}
.footer #newsletter .newsletterInput::-moz-placeholder {
  font-weight: 500;
  opacity: 0.5;
  color: #ffffff;
  text-align: center;
}
.footer #newsletter .newsletterInput::placeholder {
  font-weight: 500;
  opacity: 0.5;
  color: #ffffff;
  text-align: center;
}
.footer #newsletter .icon {
  flex: 0 0 auto;
  width: 14px;
  height: 14px;
  fill: currentColor;
}
.footer #newsletter .visually-hidden {
  position: absolute;
  left: -9999px;
}
@media screen and (max-width: 991px) {
  .footer__legal-menu {
    width: 100%;
    order: 1;
  }
}
.footer__legal-menu ul {
  display: flex;
  align-items: center;
  gap: 3.75rem;
}
@media screen and (max-width: 991px) {
  .footer__legal-menu ul {
    gap: unset;
    justify-content: space-between;
  }
}
.footer__legal-menu ul li {
  flex: 0 0 auto;
  line-height: normal;
}
.footer__legal-menu ul a {
  font-weight: 600;
  color: #ffffff;
}
@media screen and (max-width: 991px) {
  .footer__legal-madare {
    width: 100%;
    text-align: center;
    order: 4;
  }
}
.footer__legal-madare span,
.footer__legal-madare a {
  font-weight: 600;
  color: rgba(255, 255, 255, 0.5);
}
.footer__legal-mentions {
  max-width: 28.125rem;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 991px) {
  .footer__legal-mentions {
    text-align: center;
    order: 3;
  }
}
.footer__legal-mentions p,
.footer__legal-mentions li,
.footer__legal-mentions a {
  font-weight: 400;
  color: rgba(255, 255, 255, 0.5);
}
.footer__legal-logos {
  margin-left: auto;
}
@media screen and (max-width: 991px) {
  .footer__legal-logos {
    width: 100%;
    order: 2;
  }
}
@media screen and (min-width: 991px) {
  .footer__legal-logos {
    display: flex;
    gap: 1.25rem;
    justify-content: flex-end;
    align-items: flex-end;
  }
}
.footer__legal-logos-2 .footer__legal-mentions {
  max-width: 18.75rem;
}
@media screen and (max-width: 991px) {
  .footer__legal-logos-2 {
    margin-top: 1.25rem;
  }
}
.footer-logos {
  display: flex;
  gap: 0.3125rem;
}
@media screen and (max-width: 991px) {
  .footer-logos {
    justify-content: center;
  }
}
.footer-logos .footer-logo img {
  height: 100%;
  max-height: 4.0625rem;
  width: auto;
}

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