:root {
  --font-size-html: 14px;
  --color-blanc: #ffffffff;
  --font-primary: "Instrument Serif", serif;
  --font-secondary: "Poppins", sans-serif;
  --color-noir: #000000ff;
  --color-primary: #ee732aff;
  --color-primary-2: #ce5c34ff;
  --color-primary-3: #c52739ff;
  --color-secondary: #d4799aff;
  --color-secondary-2: #ca447bff;
  --color-secondary-3: #c4006bff;
  --color-tertiary: #71b398ff;
  --Global-layout-Screen-width: 390px;
  --Global-layout-Columns: 4px;
  --Global-layout-Global-margin: 20px;
  --Global-layout-Gutter: 10px;
  --Global-layout-min-width-column: 370px;
  --Global-layout-min-width-2columns: 370px;
  --Global-layout-max-width-2columns: 475px;
  --Global-layout-min-width-3columns: 370px;
  --Global-layout-max-width-3columns: 370px;
  --Global-layout-min-width-4columns: 370px;
  --Global-layout-max-width-4columns: 475px;
  --Global-layout-max-width-container: 980px;
  --Global-layout-interlettrage: 0;
  --fs-xxl: 40px;
  --fs-xl: 30px;
  --fs-l: 24px;
  --fs-m: 18px;
  --fs-base: 14px;
  --fs-s: 14px;
  --fs-xs: 14px;
  --lh-xxl: 46px;
  --lh-xl: 36px;
  --lh-l: 28px;
  --lh-m: 22px;
  --lh-base: 22px;
  --lh-s: 16px;
  --lh-xs: 16px;
  --gap-xxl: 150px;
  --gap-xl: 50px;
  --gap-l: 30px;
  --gap-m: 20px;
  --gap-base: 15px;
  --gap-s: 15px;
  --gap-xs: 10px;
  --border-m: 4px;
  --border-s: 2px;
  --corner-l: 25px;
  --corner-m: 10px;
  --corner-s: 5px;
  /**
    *https://angel-rs.github.io/css-color-filter-generator/ 
    *Pour appliquer sur SVG noirs
    */
  --filter-blanc: brightness(0) saturate(100%) invert(100%) sepia(0%)
    saturate(0%) hue-rotate(345deg) brightness(100%) contrast(104%);

  --extra-light: 100;
  --light: 200;
  --thin: 300;
  --normal: 400;
  --medium: 500;
  --semi-bold: 600;
  --bold: 700;
  --extra-bold: 800;
  --black: 900;

  --gap: var(--gap-base);
  --texte-gap: var(--gap-m);
  --space-v: var(--gap);
  --space-h: var(--gap);

  --box-pad-s: var(--gap-s);
  --box-pad: var(--gap);

  --border-s-radius: var(--corner-s);
  --border-radius: var(--corner-m);
  --border-l-radius: var(--corner-l);

  --edito-padding: var(--gap-s);
  /*marge entre les sections*/
  --section-gap: calc(1.5 * var(--gap-xl));
  /*largeur du conteneur*/
  --container-width: calc((300 / 320) * 100vw);
  --section-width: 100%;
  /*10px de chaque côté pour les captcha*/
  --espace-min: 10px;

  --diaporama-slide-width: var(--container-width);
  --diaporama-slide-aspect-ratio: 16 / 9;

  /*entete*/
  --header-height: 90px;
  --scrolled-header-height: 90px;
  --admin-bar-height: 46px;
}

/*rupture admin bar wordpress*/
@media (min-width: 768px) {
  :root {
    --admin-bar-height: 46px;
  }
}

@media (min-width: 480px) and (max-width: 639px) {
  :root {
    --container-width: 433px;
  }
}

@media (min-width: 640px) and (max-width: 767px) {
  :root {
    --container-width: 620px;
    --box-pad: var(--gap-m);
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  /* 768px */
  :root {
    --container-width: 660px;
    --box-pad: var(--gap-m);
  }
}
@media (min-width: 980px) {
  :root {
    --Global-layout-Gutter: 20px;
    --section-gap: var(--gap-xl);
    --font-size-html: 16px;
    --Global-layout-Screen-width: 1440px;
    --Global-layout-Columns: 12px;

    --Global-layout-Global-margin: 120px;
    --Global-layout-Gutter: 20px;
    --Global-layout-min-width-column: 320px;
    --Global-layout-min-width-2columns: 590px;
    --Global-layout-max-width-2columns: 590px;
    --Global-layout-min-width-3columns: 386.6000061035156px;
    --Global-layout-max-width-3columns: 386.6000061035156px;
    --Global-layout-min-width-4columns: 285px;
    --Global-layout-max-width-4columns: 285px;
    --Global-layout-max-width-container: 1440px;
    --fs-xxl: 50px;
    --fs-xl: 36px;
    --fs-l: 24px;
    --fs-m: 20px;
    --fs-base: 16px;
    --fs-s: 14px;
    --fs-xs: 14px;
    --lh-xxl: 60px;
    --lh-xl: 40px;
    --lh-l: 30px;
    --lh-m: 24px;
    --lh-base: 24px;
    --lh-s: 18px;
    --lh-xs: 16px;
    --gap-xxl: 150px;
    --gap-xl: 90px;
    --gap-l: 60px;
    --gap-m: 40px;
    --gap-base: 20px;
    --gap-s: 10px;
    --border-m: 8px;
    --border-s: 4px;
    --corner-l: 50px;
    --corner-m: 20px;
    --corner-s: 10px;
  }
}
@media (min-width: 980px) and (max-width: 1179px) {
  /* 980px */
  :root {
    --container-width: 906px;
    --diaporama-slide-width: 604px;
  }
}

@media (min-width: 1180px) and (max-width: 1399px) {
  /* 1200px */
  :root {
    --container-width: 1000px;
    --scrolled-header-height: 80px;
    --header-height: 144px;
    --diaporama-slide-width: 666px;
  }
}

@media (min-width: 1400px) {
  :root {
    --diaporama-slide-width: 787px;
    --fs-xxl: 80px;
    --fs-xl: 54px;
    --fs-l: 36px;
    --fs-m: 24px;
    --fs-base: 16px;
    --fs-s: 14px;
    --fs-xs: 14px;
    --lh-xxl: 84px;
    --lh-xl: 58px;
    --lh-l: 40px;
    --lh-m: 28px;
    --lh-base: 26px;
    --lh-s: 18px;
    --lh-xs: 16px;
    --gap-xxl: 300px;
    --gap-xl: 150px;
    --gap-l: 60px;
    --gap-m: 40px;
    --gap-base: 20px;
    --gap-s: 10px;
    --border-m: 8px;
    --border-s: 4px;
    --corner-l: 50px;
    --corner-m: 20px;
    --corner-s: 10px;

    --container-width: 1200px;
    --section-width: 1440px;
    --scrolled-header-height: 80px;
    --header-height: 205px;
  }
}
/* Tailles de police */
.fs-xs {
  font-size: var(--fs-xs);
  line-height: var(--lh-xs);
}

.fs-s {
  font-size: var(--fs-s);
  line-height: var(--lh-s);
}

.fs-base {
  font-size: var(--fs-base);
  line-height: var(--lh-base);
}

.fs-m {
  font-size: var(--fs-m);
  line-height: var(--lh-m);
}

.fs-l {
  font-size: var(--fs-l);
  line-height: var(--lh-l);
}

.fs-xl {
  font-size: var(--fs-xl);
  line-height: var(--lh-xl);
}

.fs-xxl {
  font-size: var(--fs-xxl);
  line-height: var(--lh-xxl);
}

.fs-xxxl {
  font-size: var(--fs-xxxl);
  line-height: var(--lh-xxxl);
}
/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/
/*
.tfi {
	opacity: 0;
	transition-property: opacity;
	transition-duration: 0.6s;
	transition-delay: 0s;
}
.tfi .tfi {
	transition-duration: 0.6s;
	transition-delay: 0.6s;
}
.tfi.in-view {
	opacity: 1;
}*/
@media (min-width: 1280px) {
  .sticky {
    position: sticky;
    left: 0;
    top: 138px;
    transition: all 0.3s;
  }

  .sticky[data-stuck] {
    top: 0;
  }
}

.modaal-content-container #mouse-circle,
.modaal-content-container #top_header,
.modaal-content-container #site-header,
.modaal-content-container #site-footer,
.modaal-content-container .breadcrumb,
.modaal-content-container #sub_footer {
  display: none;
}

.modaal-content-container #main {
  padding-top: 0;
}

/*module transitions*/
.ease,
.ease:before,
.ease:after {
  -webkit-transition: var(--ease);
  -o-transition: var(--ease);
  transition: var(--ease);
}

.transition-all,
.transition-all:before,
.transition-all:after {
  -webkit-transition: var(--transition-all);
  -o-transition: var(--transition-all);
  transition: var(--transition-all);
}

/** modules classes utiles*/
.block {
  display: block;
}

.tac {
  text-align: center;
}

.uppercase {
  text-transform: uppercase;
}

.soulignement {
  text-decoration: underline;
}

.relative {
  position: relative;
}

.ov_h {
  overflow: hidden;
}

.radius,
.box-radius,
.rounded {
  overflow: hidden;
  border-radius: var(--border-radius);
}

.s-radius,
.s-rounded {
  overflow: hidden;
  border-radius: var(--border-s-radius);
}

.under {
  position: absolute;
  z-index: 0;
  overflow: hidden;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.under img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.over {
  position: relative;
  z-index: 1;
}

.deborde {
  max-width: none;
}

.invizib {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  font-size: 0;
}

.cover_link {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
}

.hide_text_link {
  font-size: 0;
  color: rgba(255, 255, 255, 0);
}

@media (max-width: 979px) {
  .s-pad {
    padding: var(--box-pad);
  }

  .s-nopad {
    padding: 0;
  }

  .s-x-pad {
    padding-left: var(--box-pad);
    padding-right: var(--box-pad);
  }

  .s-x-nopad {
    padding-left: 0;
    padding-right: 0;
  }

  .s-y-pad {
    padding-top: var(--box-pad);
    padding-bottom: var(--box-pad);
  }

  .s-y-nopad {
    padding-top: 0;
    padding-bottom: 0;
  }

  .desktop_only {
    display: none !important;
  }

  .tablette_only {
    display: none !important;
  }
}

/* same for m*/
@media (min-width: 980px) and (max-width: 1279px) {
  .m-pad {
    padding: var(--box-pad);
  }

  .m-nopad {
    padding: 0;
  }

  .m-x-pad {
    padding-left: var(--box-pad);
    padding-right: var(--box-pad);
  }

  .m-x-nopad {
    padding-left: 0;
    padding-right: 0;
  }

  .m-y-pad {
    padding-top: var(--box-pad);
    padding-bottom: var(--box-pad);
  }

  .m-y-nopad {
    padding-top: 0;
    padding-bottom: 0;
  }
  .mobile_only {
    display: none !important;
  }
  .tablet_only {
    display: block !important;
  }
}

@media (min-width: 1280px) {
  .l-pad {
    padding: var(--box-pad);
  }

  .l-nopad {
    padding: 0;
  }

  .l-x-pad {
    padding-left: var(--box-pad);
    padding-right: var(--box-pad);
  }

  .l-x-nopad {
    padding-left: 0;
    padding-right: 0;
  }

  .l-y-pad {
    padding-top: var(--box-pad);
    padding-bottom: var(--box-pad);
  }

  .l-y-nopad {
    padding-top: 0;
    padding-bottom: 0;
  }
  .mobile_only {
    display: none !important;
  }
  .tablette_only {
    display: none !important;
  }
}

.grid,
.grid-s3 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr var(--gap) 1fr var(--gap) 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: var(--gap);
  grid-row-gap: var(--gap);
}

.grid-s2 {
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}

.grid-s1 {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

@media (min-width: 480px) {
  .grid-m2 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 768px) {
  .grid-l3 {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
}

/** module Flex*/

.flex-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-grow {
  flex-grow: 1;
}

.flex-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-aic {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-aifs {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flex-aife {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.flex-ais {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.flex-jcc {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flex-jcfs {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.flex-jcfe {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.flex-jcs {
  -webkit-box-pack: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
}

.flex-jcsb {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex-jcsa {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.flex-jcse {
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}

/*
.between {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.flex-column.gauche {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.flex-column.droit {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.flex-just-start {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: start;
}

.flex-full {
	-webkit-box-pack: stretch;
	-ms-flex-pack: stretch;
	justify-content: stretch;
}

.flex-start {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.flex-row.bas {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.flex-row.haut {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.flex-row.flex-gauche {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.flex-row.flex-droit {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.flex-centre {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}*/

/*.flex-row.flex-stretch,*/
.flex-stretch {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.gap,
.gapped {
  gap: var(--gap);
  --space-h: var(--gap);
  --space-v: var(--gap);
}

.gap-h {
  column-gap: var(--gap);
  --space-h: var(--gap-s);
}

.gap-v {
  row-gap: var(--gap);
  --space-v: var(--gap-s);
}
.gap_xs,
.gap-xs {
  gap: var(--gap-xs);
  --space-h: var(--gap-xs);
  --space-v: var(--gap-xs);
}
.gap_s,
.gap-s {
  gap: var(--gap-s);
  --space-h: var(--gap-s);
  --space-v: var(--gap-s);
}

.gap_m,
.gap-m {
  gap: var(--gap-m);
  --space-h: var(--gap-m);
  --space-v: var(--gap-m);
}

.gap_l,
.gap-l {
  gap: var(--gap-l);
  --space-h: var(--gap-l);
  --space-v: var(--gap-l);
}

:root {
  --total-space-h: var(--space-h);
}

.cols_1 {
  --total-space-h: 0;
}

.cols_2 {
  --total-space-h: var(--space-h);
}

.cols_3 {
  --total-space-h: calc(2 * var(--space-h));
}

.cols_4 {
  --total-space-h: calc(3 * var(--space-h));
}

.cols_5 {
  --total-space-h: calc(4 * var(--space-h));
}

.cols_6 {
  --total-space-h: calc(5 * var(--space-h));
}

.cols_7 {
  --total-space-h: calc(6 * var(--space-h));
}

.cols_8 {
  --total-space-h: calc(7 * var(--space-h));
}

.cols_9 {
  --total-space-h: calc(8 * var(--space-h));
}

.cols_10 {
  --total-space-h: calc(9 * var(--space-h));
}

.cols_11 {
  --total-space-h: calc(10 * var(--space-h));
}

.cols_12 {
  --total-space-h: calc(11 * var(--space-h));
}

.w-10 {
  width: calc((100% - var(--total-space-h)) * 0.1);
}

.w-20,
.w1-5 {
  width: calc((100% - var(--total-space-h)) * 0.2);
}

.w-25,
.w1-4 {
  width: calc((100% - var(--total-space-h)) * 0.25);
}

.w-30 {
  width: calc((100% - var(--total-space-h)) * 0.3);
}

.w-33,
.w1-3 {
  width: calc((100% - var(--total-space-h)) / 3);
}

.w-40 {
  width: calc((100% - var(--total-space-h)) * 0.4);
}

.w-50,
.w1-2 {
  width: calc((100% - var(--total-space-h)) * 0.5);
}

.w-60 {
  width: calc((100% - var(--total-space-h)) * 0.6);
}

.w-66,
.w2-3 {
  width: calc((200% - (2 * var(--total-space-h))) / 3);
}

.w-70 {
  width: calc((100% - var(--total-space-h)) * 0.7);
}

.w-75,
.w3-4 {
  width: calc((100% - var(--total-space-h)) * 0.75);
}

.w-80,
.w4-5 {
  width: calc((100% - var(--total-space-h)) * 0.8);
}

.w-90 {
  width: calc((100% - var(--total-space-h)) * 0.9);
}

.w-100 {
  width: 100%;
}

.real-10 {
  width: 10%;
}

.real-20 {
  width: 20%;
}

.real-25 {
  width: 25%;
}

.real-33 {
  width: calc(100% / 3);
}

.real-40 {
  width: 40%;
}

.real-50 {
  width: 50%;
}

.real-60 {
  width: 60%;
}

.real-66 {
  width: 66%;
}

.real-70 {
  width: 70%;
}

.real-75 {
  width: 75%;
}

.real-80 {
  width: 80%;
}

.flex-stretch > * {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

@media (max-width: 1279px) {
  .m-w100 {
    width: 100%;
  }

  .m-w50 {
    /* width: calc((100% - var(--space-h)) / 2); */
    width: calc((100% - var(--total-space-h)) * 0.5);
  }

  .m-w33 {
    /* width: calc((100% - var(--space-h)) / 3); */
    width: calc((100% - var(--total-space-h)) / 3);
  }

  .m-block {
    display: block;
  }

  .m-pad0 {
    padding: 0;
  }

  .m_cols_2 {
    --total-space-h: var(--space-h);
  }

  .m_cols_3 {
    --total-space-h: calc(2 * var(--space-h));
  }
}

@media (max-width: 979px) {
  .s-block {
    display: block;
  }

  .s-pad0 {
    padding: 0;
  }

  .s-w50 {
    /* width: calc((100% - var(--space-h)) / 2); */
    width: calc((100% - var(--total-space-h)) * 0.5);
  }

  .s-w100 {
    width: 100%;
  }

  .s_cols_2 {
    --total-space-h: var(--space-h);
  }

  .s_cols_3 {
    --total-space-h: calc(2 * var(--space-h));
  }
}

@media (max-width: 639px) {
  .xs-w100 {
    width: 100%;
  }

  .xs-block {
    display: block;
  }

  .xs-pad0 {
    padding: 0;
  }

  .xs_cols_2 {
    --total-space-h: var(--space-h);
  }

  .xs_cols_3 {
    --total-space-h: calc(2 * var(--space-h));
  }
}

@media (max-width: 479px) {
  .xxs-w100 {
    width: 100%;
  }

  .xxs-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .xxs-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.m-0 {
  margin: 0;
}

.mx-0 {
  margin-left: 0;
  margin-right: 0;
}

.my-0 {
  margin-top: 0;
  margin-bottom: 0;
}

.mt-0 {
  margin-top: 0;
}

.mb-0 {
  margin-bottom: 0;
}

.ml-0 {
  margin-left: 0;
}

.mr-0 {
  margin-right: 0;
}

.p-0 {
  padding: 0;
}

.px-0 {
  padding-left: 0;
  padding-right: 0;
}

.py-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.pt-0 {
  padding-top: 0;
}

.pb-0 {
  padding-bottom: 0;
}

.pl-0 {
  padding-left: 0;
}

.pr-0 {
  padding-right: 0;
}

.pad {
  padding: var(--box-pad);
}
.pad-s {
  padding: var(--box-pad-s);
}

.pad-y {
  padding: var(--box-pad) 0;
}

.border {
  border: var(--border-width) solid;
}

/* end */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

.slick-track {
  display: flex !important;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.slick-initialized .slider-inte.slick-slide {
  height: 100%;
  float: none;
  display: flex;
  flex-direction: column;
  /* align-items: center; - Fait beuger contenus lies */
  justify-content: center;
}

[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}

.slick-prev,
.slick-next {
  display: block !important;
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
  height: 53px;
  width: 53px;
  border: 1px solid var(--blanc);
  border-radius: 0;
  background: var(--blanc);
  font-size: 0;
  cursor: pointer;
}
.slick-prev {
  left: 0px;
  right: auto;
  z-index: 2;
}

.slick-prev:before,
.slick-next:before {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate3d(-50%, -50%, 0);
  font-size: 22px;
  color: var(--noir);
  cursor: pointer;
}
.slick-prev:before {
  content: "<";
}
.slick-next:before {
  content: ">";
}

@media (max-width: 1023px) {
  .slick-next {
    right: 0;
  }
  .slick-prev {
    left: 0;
  }
}
.slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 0 0 0;
  padding-left: 0;
}
.slick-dots li {
  list-style-type: none;
  padding: 0;
  margin: 0 0.5rem;
}

.slick-dots li:before {
  display: none;
}
.slick-dots li button {
  background: var(--violet);
  height: 15px;
  width: 15px;
  padding: 0;
  border-radius: 50%;
  border: none;
  font-size: 0;
  cursor: pointer;
}
.slick-dots li.slick-active button {
  background: var(--rose);
}
/* header */

#header {
  position: fixed;
  z-index: 3;
  width: 100%;
  height: var(--header-height);
}

#header > div {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#header .logo {
  position: relative;
  z-index: 80;
}

#header .logo > a > img:not(.logo_main) {
  display: none;
}

/* menu */

header .menu ul {
  margin: 0;
  padding: 0;
}

header .menu .menu-item {
  list-style: none;
}

#menu_top {
  position: relative;
  z-index: 8;
}

#menu_top ul li a.linkedin {
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 44px;
  height: 44px;
  padding: var(--gap-s, 10px);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: var(--gap-s, 10px);
  -ms-flex-negative: 0;
  flex-shrink: 0;
  aspect-ratio: 1/1;
  border-radius: var(--corner-l, 50px);
  background: var(--color-tertiary) url("../images/base/linkedin_blanc.svg")
    no-repeat 54% / 42%;
}
@media (min-width: 1400px) {
  #menu_top ul li a.linkedin {
    width: 48px;
    height: 48px;
    background: var(--color-tertiary) url("../images/base/linkedin_blanc.svg")
      no-repeat 52% / 40%;
  }
}
#header a.bouton {
  color: var(--color-blanc, #fff);
  font-family: var(--font-secondary, Poppins);
  font-size: var(--fs-base, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: var(--lh-base, 26px);
}
#header a.bouton > span.bold {
  color: var(--color-blanc, #fff);
  font-family: var(--font-secondary, Poppins);
  font-size: calc(0.9 * var(--fs-m));
  font-style: normal;
  font-weight: 700;
  line-height: var(--lh-m, 28px); /* 140% */
}
#header a.bouton > span:not(.bold) {
  position: relative;
  -webkit-transform: translate3d(-0.2em, 0.04em, 0);
  transform: translate3d(-0.2em, 0.04em, 0);
}
@media (min-width: 1400px) {
  #header a.bouton > span:not(.bold) {
    position: relative;
    -webkit-transform: translate3d(-0.2em, 0.2em, 0);
    transform: translate3d(-0.2em, 0.2em, 0);
  }
}
@media (max-width: 1199px) {
  #header > div.container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
    padding-top: var(--gap-s, 10px);
    padding-bottom: var(--gap-s, 10px);
    /*! height: calc(2 * var(--gap-s, 10px) + 70px); */
  }
  body.scrolled #header {
    background: var(--color-blanc);
  }
  body.open #header {
    background: var(--color-blanc);
  }

  #header .logo {
    position: absolute;
    left: 0;
    top: calc(var(--gap-xs));
    z-index: 9;
    z-index: 0;
    aspect-ratio: 300/83;
    max-width: calc(100% - 125px);
  }

  #header .logo,
  #header .logo a,
  #header .logo a img {
    /*! width: 70px; */
    height: 70px;
    display: inline-block;
  }
  #header .logo a img {
    -o-object-fit: contain;
    object-fit: contain;
  }
  #header .logo a img.logo_desktop_only {
    display: none;
  }
  /* start of menu open */

  body.open #header {
    height: 100vh;
    overflow-y: scroll;
  }

  body.open #header .logo {
  }

  body.open #header .logo > a > img.logo_main {
  }

  body.open #header .logo > a > img:not(.logo_main) {
    display: initial;
  }

  #header .menu {
    display: none;
  }

  #header .menu_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
  }

  #menu_principal {
    /*! order: -1; */
  }

  body.open #header .menu_container {
    padding-top: var(--header-height);
  }

  body.open #header .menu_container .menu {
    margin-top: 2rem;
    display: block;
    width: 100%;
    /*! order: -1; */
  }
  body.open #header .logo {
    /*! display: none; */
  }
  body.open #header .container {
    /*! justify-content: flex-start; */
    /*! padding-top: 20px; */
  }
  #menu_top ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #menu_top ul li {
    /*! width: 100%; */
    list-style-type: none;
  }

  /* tog menu */
  #togMenu {
    position: relative;
    top: 9px;
    right: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    z-index: 4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    cursor: pointer;
    color: var(--color-noir);
    border: 2px solid var(--color-noir);
    padding: 10px 15px;
    align-items: center;
    gap: var(--gap);
    border-radius: var(--corner-l);
    background: var(--color-blanc);
  }
  #togMenu > span {
    color: var(--color-noir);
    font-size: var(--fs-base);
    font-style: normal;
    font-weight: 400;
    line-height: var(--lh-m);
    letter-spacing: var(--Global-layout-interlettrage, 1px);
  }

  #togMenu.open {
    width: auto;
  }

  #togMenu .burger {
    display: block;
    width: 23px;
    position: relative;
    aspect-ratio: 1/1;
    -webkit-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    transform: translateY(-1px);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
  }

  .burger span {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background: var(--color-noir);
    border: 0px solid;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
  }

  #burger span#t1 {
    top: 15%;
  }

  #burger span#t2 {
    top: calc(50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  #burger span#t3 {
    bottom: calc(15% - 1px);
  }

  #togMenu.open .burger span {
    width: 131%;
    height: 2px;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
  }

  #togMenu.open #burger span#t1 {
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0;
  }

  #togMenu.open #burger span#t2 {
    display: none;
  }

  #togMenu.open #burger span#t3 {
    -webkit-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    transform-origin: bottom left;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: 0;
  }

  /* end of tog menu */
  /* start of menu mobile */
  #header .menu > ul {
    width: 100%;
    margin: 0 auto;
    font-size: 18px;
    min-height: calc(100% - 5rem - 48px - 5rem - 4rem);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #menu_top ul {
    gap: var(--gap);
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  #header .menu a:not(.bouton):not(.social) {
    color: var(--color-blanc, #fff);
    font-size: var(--fs-m);
    font-style: normal;
    font-weight: 400;
    line-height: var(--lh-m); /* 104% */
    letter-spacing: var(--Global-layout-interlettrage, 1px);
    text-transform: none;
    text-decoration: none;
    color: var(--color-noir);
    padding: 0.5em 0;
  }

  #header .menu > ul > li:not(:last-child) {
    margin-bottom: 0;
  }

  #header .menu-item-has-children > a {
    position: relative;
    padding-right: 25px;
  }
  #header #menu_principal > ul > li {
    border-bottom: 1px solid;
  }
  #header #menu_principal > ul > li > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: var(--gap);
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    padding: 1em 50px 1em 0;
  }

  #header .menu > ul > li > .sub-menu {
    /*! margin-top: 0.875rem; */
    padding-left: 1.88rem;
    display: none;
  }

  #header .menu > ul > li.open > .sub-menu {
    display: block;
  }

  #header .menu > ul > li {
    position: relative;
  }

  #header .menu > ul > li .tog {
    position: absolute;
    right: 0px;
    top: 13px;
    z-index: 1;
    height: 38px;
    width: 38px;
    margin-right: 0;
    margin-left: 0;
    background: var(--color-blanc)
      url("data:image/svg+xml,%3Csvg width='9' height='6' viewBox='0 0 9 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.00006L4.5 5.00006L8 1.00006' stroke='%23000000' stroke-width='1' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
      no-repeat center center / 20px;
    border: 2px solid var(--color-noir);
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 0;
    border-radius: 50%;
  }

  .menu_with_submenus .submenu-toggle.active {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }

  #header .menu > ul > li > .sub-menu > li {
    padding: 6px 0;
  }

  #header .menu > ul > li > .sub-menu a {
    display: block;
    padding: 8px 0;
    font-size: 1rem;
  }

  #header .menu a:not(.bouton):hover,
  #header .menu .current-menu-item > a:not(.bouton),
  #header .menu .current-menu-parent > a:not(.bouton),
  #header .menu .current-menu-ancestor > a:not(.bouton) {
    color: var(--color-primary-3);
  }

  #menu_top > ul > li.lien-devis.current-menu-item > a {
    color: var(--color-blanc);
  }

  #menu_top {
    /*! padding-bottom: var(--header-height); */
  }
}

@media (min-height: 380px) and (max-width: 1199px) and (max-height: 686px) {
  #header .menu > ul > li:not(:last-child) {
    margin-bottom: 0.75rem;
  }
  #header .menu-item-has-children > a {
    padding-bottom: 0.75rem;
  }
  body.open #header .menu_container .menu#menu_top {
    margin-top: 1rem;
  }
}

@media (min-width: 1200px) {
  #header .menu > ul > li .tog {
    display: none;
  }
  #header .container {
    max-width: 95%;
    padding: 0;
    margin: 0 auto;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: space-between;
    height: var(--header-height);
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  #header .logo,
  #header .logo a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #header .logo {
    padding: 10px 0;
  }
  #header .logo img {
    -webkit-transition: all 0.3s ease 0.3s;
    -o-transition: all 0.3s ease 0.3s;
    transition: all 0.3s ease 0.3s;
    max-height: 100%;
    max-width: 100%;
    width: auto;
  }
  #header .logo a img.logo_mobile_only {
    display: none;
  }
  #header #togMenu {
    display: none;
  }
  #header,
  #header .container {
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
  }

  #header {
    position: fixed;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border-bottom: 2px solid transparent;
  }
  .scrolled #header {
    background: var(--color-blanc);
    /* border-bottom: 2px solid var(--color-secondary-3); */
  }
  #header:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0px;
    width: 100%;
    height: 8px;
    border-radius: 0 0 8px 8px;
  }
  .scrolled #header:after {
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.15)),
      to(rgba(0, 0, 0, 0))
    );
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0));
  }

  .scrolled #header:not(:hover) {
    height: var(--scrolled-header-height);
  }
  .scrolled #header .logo img {
    width: 70px;
    -webkit-transition: var(--ease);
    -o-transition: var(--ease);
    transition: var(--ease);
  }
  .scrolled.scrollingUp #header .logo img,
  .scrolled #header:hover .logo img {
    width: 100%;
    -webkit-transition: all 0.3s ease 0.3s;
    -o-transition: all 0.3s ease 0.3s;
    transition: all 0.3s ease 0.3s;
  }
  .scrolled:not(.scrollingUp) #header .container {
    height: var(--scrolled-header-height);
  }

  .scrolled.scrollingUp #header,
  .scrolled #header:hover,
  .scrolled.scrollingUp #header .container,
  .scrolled #header:hover .container {
    height: var(--header-height);
  }
  #header #menu_principal {
    height: 48px;
    -webkit-transition: opacity 0.4s ease, -webkit-transform 0s ease 0.4s;
    transition: opacity 0.4s ease, -webkit-transform 0s ease 0.4s;
    -o-transition: opacity 0.4s ease, transform 0s ease 0.4s;
    transition: opacity 0.4s ease, transform 0s ease 0.4s;
    transition: opacity 0.4s ease, transform 0s ease 0.4s,
      -webkit-transform 0s ease 0.4s;
  }
  #header:hover #menu_principal,
  .scrollingUp #header #menu_principal {
    -webkit-transition: opacity 0.4s ease 0.4s, -webkit-transform 0.4s ease 0s;
    transition: opacity 0.4s ease 0.4s, -webkit-transform 0.4s ease 0s;
    -o-transition: opacity 0.4s ease 0.4s, transform 0.4s ease 0s;
    transition: opacity 0.4s ease 0.4s, transform 0.4s ease 0s;
    transition: opacity 0.4s ease 0.4s, transform 0.4s ease 0s,
      -webkit-transform 0.4s ease 0s;
  }
  .scrolled:not(.scrollingUp) #header #menu_principal {
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateY(-200%);
    -ms-transform: translateY(-200%);
    transform: translateY(-200%);
    height: 0;
  }
  .scrolled #header:hover #menu_principal {
    opacity: 1;
    pointer-events: all;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    height: 48px;
  }
  .scrolled .entete {
    padding-top: calc(var(--scrolled-header-height) + 50px);
  }

  #header .menu_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 5px;
  }

  #header .menu {
    font-size: 16px;
    text-decoration: none;
  }

  #header .menu a {
    font-size: 16px;
    text-decoration: none;
  }

  #header .menu > ul {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: stretch;
    margin: 0;
    text-wrap: balance;
    position: relative;
    z-index: 4;
  }

  #header .menu > ul > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
  }

  #header .menu > ul > li.menu-item-has-children > a {
    padding-right: 18px;
  }

  #menu_principal > ul > li.menu-item-has-children > a {
    background: url("../images/base/tog.svg") no-repeat right 1.25em / 10px 10px;
  }

  #menu_top > ul > li.menu-item-has-children > a {
    background: url("../images/base/tog.svg") no-repeat right 1.25em / 10px 10px;
  }

  #menu_principal {
    position: relative;
    z-index: 1;
  }
  #menu_principal:after {
    content: "";
    position: absolute;
    top: 10px;
    left: -25px;
    height: 30px;
    width: calc(100% + 50px);
    z-index: 0;
    background: var(--color-blanc);

    border-radius: var(--corner-m);
  }
  #menu_principal > ul {
    position: relative;
    z-index: 1;
  }
  #menu_principal > ul > li > a {
    color: var(-color-primary, #21201e);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 112.5% */
    padding: 15px 0px;
  }

  #header .menu > ul > li .sub-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    background: var(--color-primary-light);
    top: 100%;
    left: 0px;
    /*! min-width: 100%; */
    width: 284px;
    text-wrap: nowrap;
    padding: var(--gap) var(--gap);
    z-index: 5;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 20px;
    border: 2px solid var(--color-secondary);
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: white;
    pointer-events: none;
    border-radius: 0 var(--corner-m) var(--corner-m) var(--corner-m);
  }
  #header .menu > ul > li:nth-last-child(2) .sub-menu,
  #header .menu > ul > li:last-child .sub-menu,
  #header .menu > ul > li.align_right .sub-menu {
    left: auto;
    right: 0;
    border-radius: var(--corner-m) 0 var(--corner-m) var(--corner-m);
  }

  #header .menu > ul > li:hover .sub-menu {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    pointer-events: all;
  }

  #header #menu_top > ul > li {
    position: relative;
  }

  #menu_principal > ul > li > ul > li {
    width: 100%;
    text-wrap: wrap;
  }

  #header .sub-menu a {
    color: var(-color-primary, #21201e);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 100% */
  }

  #header .menu .sub-menu li + li {
    margin-top: 0;
  }
  #header .menu .sub-menu .current-menu-item > a {
    color: var(--color-primary);
  }
  #header .menu a:not(.bouton):hover,
  #header .menu .current-menu-item > a:not(.bouton),
  #header .menu .current-menu-parent > a:not(.bouton),
  #header .menu .current-menu-ancestor > a:not(.bouton),
  #header .menu .sub-menu a:not(.bouton):hover {
    color: var(--color-secondary-2);
  }
}

@media (min-width: 1400px) {
  .scrolled.scrollingUp #header,
  .scrolled #header:hover,
  .scrolled.scrollingUp #header .container,
  .scrolled #header:hover .container {
    height: 144px;
  }
}
.error404 {
  padding: 50px 20px;
  background: white;
  text-align: center;
}
#wpsl-gmap .wpsl-info-window {
  color: black;
}
.wpsl-gmap-canvas {
  width: 50% !important;
}
/*Elements à masquer , uniquement visibles pour lecteur d'écran, texte de remplacement des pictos réseaux sociau ou autre lien images.*/
span.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.linkedin,
.youtube,
.facebook,
.instagram {
  display: inline-block;
  width: 48px;
  height: 48px;
  background-size: 32px;
  background-repeat: no-repeat;
  background-color: white;
  background-position: center;
}
.linkedin {
  background-image: url("../images/base/linkedin_blanc.svg");
} /*
.youtube {
  background-image: url("../images/base/youtube_blanc.svg");
}
.facebook {
  background-image: url("../images/base/facebook_blanc.svg");
}
.instagram {
  background-image: url("../images/base/instagram_blanc.svg");
}*/

#header .linkedin a,
#header .youtube a,
#header .facebook a,
#header .instagram a {
  font-size: 0;
  height: 100%;
  width: 100%;
  display: block;
}

/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/
.otgs-development-site-front-end {
  display: none;
}

/** module polices*/
html {
  font-size: var(--font-size-html);
}

body {
  overflow-x: clip;
  overflow-y: auto;
  background: var(--color-noir);
  -webkit-transition: var(--transition-all);
  -o-transition: var(--transition-all);
  transition: var(--transition-all);

  position: relative;

  font-size: 1rem;
  font-family: var(--font-secondary);
  font-optical-sizing: auto;

  color: var(--color-noir);
  font-weight: 400;
  width: 100%;
  scroll-behavior: smooth;
}
#header {
  width: 1440px;
  margin: 0 auto;
  max-width: 100%;
}
#page {
  overflow-x: clip;
  background: var(--color-blanc);
  position: relative;
  width: 1440px;
  margin: 0 auto;
  max-width: 100%;
}
.page_de_base img {
  border-radius: var(--corner-m);
}
.chiffre_image img,
.logo img {
  border-radius: 0;
}
main {
  padding-bottom: 0;
  min-height: calc(100vh - 100px);
}

article {
  overflow-x: clip;
  position: relative;
  z-index: 1;
}

.overflow-clip {
  overflow: clip !important;
}

section {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  width: var(--section-width);
}

article section {
  margin-bottom: var(--section-gap);
}
/*evol*/
article section {
  margin-bottom: calc(0.65 * var(--section-gap));
}

article.page-des-actus section,
article.page-des-projets section {
  margin-bottom: var(--gap-l);
}
.ancre {
  display: block;
  height: 0;
  visibility: hidden;
}

.container {
  width: var(--container-width);
  margin-left: auto;
  margin-right: auto;
}

.entete {
  position: relative;
  z-index: 1;
  padding-top: var(--header-height);
}
.entete_landing.entete {
  padding-top: 0;
}
.entete_content {
  padding-top: var(--gap-l);
}

.breadcrumb {
  position: relative;
}

a {
  color: inherit;
}

a:hover {
  cursor: pointer;
}

.partie_texte {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: var(--gap);
} /*
.partie_texte.tac > * {
  width: 100%;
}*/
.teaser.partie_texte {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.partie_texte > * {
  margin: 0;
}

.partie_texte ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: var (--gap-xs);
  padding-left: 0;
  list-style-position: inside;
}

.partie_texte li {
  font-size: var(--fs-base);
  font-style: normal;
  font-weight: 400;
  list-style-position: outside;
}

/*.partie_texte > *,*/
.partie_texte h1,
.partie_texte h2,
.partie_texte h3,
.partie_texte h4,
.partie_texte p,
.partie_texte ul,
.partie_texte ol,
.partie_texte li,
.partie_texte blockquote,
.partie_texte div {
  width: 100%;
  margin: 0;
}

@media (max-width: 979px) {
  .partie_image + .partie_texte {
    margin-top: var(--texte-gap);
  }

  .partie_texte > *:only-child {
    margin-bottom: var(--texte-gap);
  }

  .partie_image + .partie_texte > *:only-child {
    margin-top: var(--texte-gap);
  }
}

@media (max-width: 639px) {
  .partie_texte + .partie_texte {
    margin-top: var(--texte-gap);
  }
}

main ul,
main ol {
  color: var(--color-noir, #000);
  font-family: var(--font-secondary, Poppins);
  font-size: var(--fs-base, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: var(--lh-base, 26px); /* 162.5% */
}

.bouton,
.bouton_alt {
  font-family: var(--font-secondary, Poppins);
  font-size: var(--fs-base, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: var(--lh-base, 26px); /* 162.5% */
}

main li {
  margin: 0;
}

/* H1 - Titres principaux */
h1 {
  font-family: var(--font-secondary);
  font-weight: bold;
  font-size: var(--fs-xl);
  line-height: var(--lh-xl);
  color: var(--color-noir);
}
h1 span.sous_titre {
  font-weight: 400;
  display: block;
}

/* H2 - Titres de section */
h2 {
  font-family: var(--font-secondary);
  font-weight: bold;
  font-size: var(--fs-l);
  line-height: var(--lh-l);
  color: var(--color-noir);
}

/* H3 - Sous-titres */
h3 {
  font-family: var(--font-secondary);
  font-weight: bold;
  font-size: var(--fs-m);
  line-height: var(--lh-m);
  color: var(--color-noir);
}

/* P - Paragraphes */
p {
  font-family: var(--font-secondary);
  font-weight: normal;
  font-size: var(--fs-base);
  line-height: var(--lh-base);
  color: var(--color-noir);
}

/* UL > LI - Listes à puces */
ul > li {
  font-family: var(--font-secondary);
  font-weight: normal;
  font-size: var(--fs-base);
  line-height: var(--lh-base);
  color: var(--color-noir);
}

h4,
h5,
h6 {
  text-transform: none;
  line-height: 1em;
  font-size: var(--fs-base);
  font-weight: var(--bold);
}

@media (min-width: 980px) {
  .w-25:not(.normal_sizes) h2 {
    font-size: calc(0.75 * var(--fs-l));
    line-height: calc(0.75 * var(--lh-l));
  }
  .w-25:not(.normal_sizes) h3 {
    font-size: calc(0.75 * var(--fs-m));
    line-height: calc(0.75 * var(--lh-m));
  }
  .w-25:not(.normal_sizes) a.bouton,
  .w-25:not(.normal_sizes) p a.bouton_alt,
  .w-25:not(.normal_sizes) p {
    font-size: calc(0.8 * var(--fs-base));
    line-height: calc(0.8 * var(--lh-base));
  }
}

/* fond */

.fond_primary {
  background: var(--color-primary);
}

.fond_secondary {
  background: var(--color-secondary);
}

.fond_primary_light {
  background: var(--primary);
}

.fond_secondary_light {
  background: var(--color-secondary);
}

.fond_tertiary {
  background: var(--color-tertiary);
}

/*Couleurs*/
.txt_primary {
  color: var(--color-primary);
}

.txt_secondary {
  color: var(--color-secondary);
}

.couleur,
.secondary_color {
  color: var(--color-primary);
}
.fond_primary .secondary_color,
.fond_secondary .secondary_color,
.fond_tertiary .secondary_color {
  color: var(--color-noir);
}

/* carres */

.squares_on_bottom {
  position: relative;
  padding-bottom: 50px;
}
.squares_on_bottom:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 10px;
  background: url("../images/custom/ligne_carrees.svg") no-repeat bottom left;
  background-size: contain;
}
/* mot clé */

.mot_cle {
  text-align: center;
  font-family: var(--font-primary);
  font-size: var(--fs-xxl);
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 6px;
  text-transform: uppercase;
  color: var(--color-blanc);
}

@media (max-width: 639px) {
  .mot_cle,
  .contour {
    color: transparent;
    -webkit-text-stroke: 2px var(--color-primary);
    text-stroke: 2px var(--color-primary);
    paint-order: stroke fill;
  }
  .mot_cle.contour {
    color: transparent;
    -webkit-text-stroke: 2px var(--color-tertiary);
    text-stroke: 2px var(--color-tertiary);
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .mot_cle,
  .contour {
    color: transparent;
    -webkit-text-stroke: 2px var(--color-primary);
    text-stroke: 2px var(--color-primary);
    paint-order: stroke fill;
  }
  .mot_cle.contour {
    color: transparent;
    -webkit-text-stroke: 2px var(--color-tertiary);
    text-stroke: 2px var(--color-tertiary);
  }
}
@media (min-width: 1280px) {
  .mot_cle {
    font-size: calc(2.4 * var(--fs-xl));
    line-height: 100%;
  }
  .mot_cle,
  .contour {
    color: transparent;
    -webkit-text-stroke: 2px var(--color-primary);
    text-stroke: 2px var(--color-primary);
    paint-order: stroke fill;
  }
  .mot_cle.contour {
    color: transparent;
    -webkit-text-stroke: 2px var(--color-tertiary);
    text-stroke: 2px var(--color-tertiary);
  }
}

.tertiary {
  color: var(--color-tertiary);
}

.color-4 {
  color: var(--color-4);
}

.color-5 {
  color: var(--color-5);
}

span.span_fond_color {
  background: var(--color-secondary);
  color: var(--color-blanc);
  padding: 0.5rem 1rem;
  border-radius: var(--border-radius);
}
#main .partie_texte li a:not(.bouton):not(.bouton_alt),
#main .partie_texte p a:not(.bouton):not(.bouton_alt) {
  color: var(--color-noir);
}
#main .partie_texte li a:not(.bouton):not(.bouton_alt):hover,
#main .partie_texte p a:not(.bouton):not(.bouton_alt):hover {
  text-decoration-thickness: 3px;
}
/*Fonds*/

/*Navigation*/
.nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px 10px;
  gap: 20px;
}
span.page-numbers {
  padding: 10px 10px;
}
.bouton {
  background-color: var(--color-primary);
  border: 2px solid var(--color-blanc);
  border-radius: var(--corner-l);
  padding: 10px 20px;
  color: var(--color-blanc);
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  /* gap: var(--gap-base); */
}
.fond_secondary .bouton,
.fond_tertiary .bouton,
.fond_primary .bouton,
.bouton_alt,
a.page-numbers {
  background-color: var(--color-blanc);
  border: 2px solid var(--color-noir);
  border-radius: var(--corner-l);
  padding: 10px 20px;
  color: var(--color-noir);
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: var(--gap-base);
}
a.bouton_secondary {
  background-color: var(--color-secondary-2);
}
.nav-links a {
}
@media (hover: hover) {
  a.bouton:hover,
  .nav-links a:hover {
    background-color: var(--color-primary-3);
    border: 2px solid var(--color-blanc);
  }

  .fond_secondary .bouton:hover,
  .fond_tertiary .bouton:hover,
  .fond_primary .bouton:hover,
  .bouton_alt:hover,
  a.page-numbers:hover {
    background-color: var(--color-noir);
    color: var(--color-blanc);
    border: 2px solid var(--color-blanc);
  }
}

/*
p a.bouton, p + a.bouton{
    margin-top:1em;
}*/
main ul,
main ol {
  padding-left: 0;
  list-style-type: none;
}

main .partie_texte ul {
  list-style-type: disc;
  padding-left: 1em;
}
main .partie_texte > *:first-child {
  margin-top: 0;
}
main .partie_texte ul li {
  position: relative;
}
main .partie_texte ul.blocklist {
  border-top: 1px solid;
  gap: 0;
  list-style-type: none;
  margin-left: 0;
}
main .partie_texte ul.blocklist li a {
  padding: var(--gap-xs, 10px) var(--gap-s, 40px);
  border-bottom: 1px solid;
  text-decoration: none;
  color: inherit;
  display: block;
  width: 100%;
  height: 100%;
  background: url("../images/base/bouton.svg") no-repeat right 1em center / 22px
    auto;
}
main .partie_texte ol li {
  counter-increment: muffins;
  list-style-type: none;
  padding-left: 30px;
  margin-top: 1.5em;
  position: relative;
}

main .partie_texte ol li:before {
  content: "0" counter(muffins) ". ";
  display: inline-block;
  position: absolute;
  top: 0px;
  left: 0;
  z-index: 1;
  height: 16px;
  width: 28px;
  font-size: 1em;
  font-family: var(--font-primary);
}

main .partie_texte ol li:nth-child(n + 10):before {
  content: counter(muffins) ". ";
}

main .partie_texte ol {
  list-style: none;
  counter-reset: muffins;
}

ul.tags {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  margin-left: 0;
  padding-left: 0;
  list-style-type: none;
  text-align: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.5rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

ul.tags li {
  margin: 0;
  padding: 0.5rem 0.9375rem;
  background: var(--color-primary);
  color: var(--color-blanc);
  border-radius: 3.125rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: unset;
}

ul.tags li:not(.no_diese):before {
  content: "#";
}

blockquote {
  margin: 0;
}

a {
  color: inherit;
}

h2 a,
h3 a {
  text-decoration: none;
}

@media (min-width: 768px) {
  .droite {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .gauche .partie_image .item {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .droite .partie_image .item {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.section_title {
  padding-bottom: var(--gap);
  margin: 0;
}
/*
.partie_texte + div {
  margin-top: var(--gap-s);
}*/

/*Letter spacings*/
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.mot_cle,
.chiffre,
.bouton,
.date,
input[type="submit"] {
  letter-spacing: var(--Global-layout-interlettrage, 1px);
}

/*ENTETE*/
@media (max-width: 979px) {
  .breadcrumb {
    display: none;
  }
}
#breadcrumbs {
  color: var(--color-noir, #000);
  font-family: var(--font-secondary, Poppins);
  font-size: var(--fs-xs, 10px);
  font-style: normal;
  font-weight: 400;
  line-height: var(--lh-xs, 16px); /* 160% */
}

#breadcrumbs a:hover {
  color: var(--color-primary);
}

@media (max-width: 979px) {
  .breadcrumb {
    display: none;
  }
}

/*Texte simple et texte et image*/
.section-colored {
  width: 1340px;
  max-width: 100%;
  border-radius: var(--corner-m);
  padding: var(--gap-l) 0;
}

/*section 3 colonnes*/
.image_de_colonne + .partie_texte h3 {
  margin-top: 0.5em;
}

/*Sections exergue*/
.section_exergue p {
  font-size: var(--fs-l);
  font-weight: var(--bold);
  line-height: 100%;
}

.section_exergue ul.tags {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/* section texte et image */

.bloc-texte-image-inte {
  position: relative;
  z-index: 1;
}

/*section image seule*/

.bloc_image_seule img {
  display: block;
}

/* formulaire */

.bloc_formulaire {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: var(--gap-l, 60px) 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  border-top: 2px solid var(--color-primary, #ee732a);
}
@media (min-width: 420px) {
  .bloc_formulaire {
    border-radius: var(--corner-m, 20px);
    background: rgba(238, 115, 42, 0.1);
  }
}
@media (min-width: 980px) {
  .bloc_formulaire {
    width: 50% !important;
    margin: 0 auto;
  }
}
.bloc_formulaire .partie_texte,
.bloc_formulaire .partie_formulaire {
  width: var(--Global-layout-min-width-3columns, 433.33px);
  max-width: 100%;
  margin: 0 auto;
}

.gform_description:empty {
  display: none;
}
#page .gfield--type-consent {
  padding: var(--gap) 0;
  margin-top: var(--gap);
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#page .gform_wrapper.gravity-theme .gsection {
  border: none;
  padding: 0;
  margin-bottom: var(--gap-s);
}
@media (max-width: 639px) {
  .gform-theme--foundation .gform_fields {
    row-gap: var(--gap-m);
  }
}
@media (min-width: 640px) {
  #page .gform-theme--foundation .gfield,
  #page .gform-theme--foundation fieldset {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    --gf-label-width: 30%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (min-width: 480px) {
  .gfield_checkbox,
  .gfiel_radio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.gfield_visibility_visible + .gfield--input-type-section {
  margin-top: var(--gap);
}

select,
#page .formulaire textarea,
#page .formulaire input:not([type="checkbox"]):not([type="submit"]) {
  border-radius: var(--corner-m, 50px);
  border: 1.5px solid #5e5e5e;
  padding: 0.75em;
  background: none;
  -webkit-box-shadow: 0 0 0 black;
  box-shadow: 0 0 0 black;
}
#page .formulaire select {
  background-color: rgba(0, 0, 0, 0);
  border: 1.5px solid #5e5e5e;
  border-radius: var(--corner-m, 50px);
  -webkit-box-shadow: 0 0 0 black;
  box-shadow: 0 0 0 black;
}
#page label.gfield_label,
#page legend {
  color: var(--color-noir);
  font-family: var(--font-secondary, Poppins);
  font-size: var(--fs-base, 16px);
  font-style: normal;
  font-weight: 600;
  line-height: var(--lh-base, 26px); /* 162.5% */
}

#page label.gfield_label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

@media (min-width: 640px) {
  #page label.gfield_label {
    margin-top: 0.35em;
  }
}
#page
  .gform-theme--framework
  .gform-field-label
  > .gfield_required:where(
    :not(.gform-theme__disable):not(.gform-theme__disable *):not(
        .gform-theme__disable-framework
      ):not(.gform-theme__disable-framework *)
  ),
.gform-theme--framework.gform_editor
  legend.gform-field-label
  > span
  > .gfield_required:where(
    :not(.gform-theme__disable):not(.gform-theme__disable *):not(
        .gform-theme__disable-framework
      ):not(.gform-theme__disable-framework *)
  ) {
  width: 10px;
}
#page input[type="submit"]:hover {
  cursor: pointer;
}

#page input[type="submit"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: var(--gap-s, 10px) var(--gap-base, 20px);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: var(--gap-base, 20px);
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  border-radius: var(--corner-l, 50px);
  border: 1.5px solid var(--color-noir, #000);
  background: var(--color-blanc, #fff);
  color: var(--color-noir, #000);
  font-family: var(--font-secondary, Poppins);
  font-size: var(--fs-base, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: var(--lh-base, 26px); /* 162.5% */
  width: 100%;
}

#page input[type="submit"]:hover {
  background-color: var(--color-noir);
  color: var(--color-blanc);
}

.gform_wrapper.gravity-theme .gform_fields {
  grid-row-gap: 11px;
}

#formulaire_contact p:not(.gform_required_legend) {
  font-size: var(--fs-m);
  line-height: 1;
}

.gform_wrapper.gravity-theme .gform_fields {
  grid-row-gap: 10px;
}

#page .formulaire .gform_wrapper.gravity-theme .gfield select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("../images/custom/arrow_select.svg") no-repeat 95% center;
  padding-right: 10%;
  line-height: 30px;
}

#page .gform_wrapper.gravity-theme .gfield_required {
  /*! display: none; */
  color: inherit;
  font-size: inherit;
}

.ginput_container_consent {
  position: relative;
}

#page .gform_footer {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

#page .gform_validation_errors {
  display: none;
}

#page .gfield_validation_message {
  border: 0px;
  background-color: var(--color-blanc);
  padding: 0;
}

#page .ginput_container_turnstile {
  width: 100%;
}

.gform_required_legend {
  margin-top: 0 !important;
  margin-bottom: 1em !important;
}

#page .gfield--type-choice legend {
  padding: 0;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
#page legend > .gfield_required {
  display: inline-block;
  width: auto !important;
  padding-right: 10px;
}
#page .gfield--type-choice .ginput_container_checkbox,
#page .ginput_container_consent {
}

#page
  .gfield--type-choice
  .ginput_container_checkbox
  .gfield_checkbox#input_5_22
  .gchoice {
  width: 100%;
  padding-bottom: 10px;
}

@media (min-width: 640px) {
  #page
    .gfield--type-choice
    .ginput_container_checkbox
    .gfield_checkbox#input_5_22
    .gchoice {
    width: 50%;
  }
  #page .gform-theme--foundation .gform_fields {
    -moz-row-gap: var(--gap);
    row-gap: var(--gap);
  }
}

#page
  .gfield--type-choice
  .ginput_container_checkbox
  .gfield_checkbox#input_5_22
  .gchoice
  input {
  margin-right: 10px;
}

#page .gform_footer.left_label {
  padding-left: 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.gform_required_legend {
  width: 100%;
}

#page .gform_wrapper.gravity-theme .gfield-choice-input + label {
  font-size: var(--fs-base);
  padding-right: 20px;
  vertical-align: top;
}

.gfield-choice-input[type="checkbox"],
.ginput_container_consent input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 21px;
  height: 21px;
  border: 1px solid var(--color-primary);
  background-color: var(--primary);
  position: relative;
  cursor: pointer;
}

.gfield-choice-input[type="checkbox"],
.ginput_container_consent input[type="checkbox"] {
  margin-right: 10px;
}

.gform_wrapper.gravity-theme .gfield-choice-input + label,
.ginput_container_consent input[type="checkbox"] + label {
  width: calc(100% - 42px);
  vertical-align: top;
}

.gfield-choice-input[type="checkbox"]:checked::after,
.ginput_container_consent input[type="checkbox"]:checked::after {
  content: "";
  background: url("../images/custom/checked.svg") no-repeat center / contain;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 15px;
  height: 15px;
}
#page .gform_wrapper.gravity-theme .ginput_container_consent .gfield_required {
  display: none;
}
.ginput_container_consent,
.gfield--input-type-turnstile {
  margin-top: var(--gap);
}

#page .gfield--input-type-hidden {
  display: none;
}
#page .gfield_consent_description {
  margin-left: 0;
  width: 100%;
  color: var(--color-noir);
  border-color: var(--color-noir);
  margin-top: var(--gap-s);
}
/*masquer le deuxieme turnstyle qui apparati à cause d'un bug non résolu de l'extension*/
.cf-turnstile div + div {
  display: none;
}

/*
@media(max-width:340px) {
    .cf-turnstile {
        transform:translateX(-10px)
    }
}*/

/* texte simple */

section.texte_simple > .container.primary {
  border-left: 2px solid var(--primary);
  padding-left: var(--gap-m);
}

section.texte_simple > .container.secondary {
  border-left: 2px solid var(--secondary);
  padding-left: var(--gap-m);
}

/* separateur images*/
/*
.image_seule_separateur {
  margin-bottom: 0;
  position: relative;
  transform: translateY(calc(-0.5 * var(--section-gap)));
}*/
.image_seule_separateur img {
  border-radius: 0;
}

/* separateur */

section.separateur > div {
  position: relative;
}

section.separateur:not(.ligne_noire) > div:after {
  position: absolute;
  display: block;
  content: "";
  height: 13px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);

  background-repeat: repeat-x;
  background-size: auto;
  background-size: 23px 12px;
  background-repeat: space;
  width: 55%;
}
section.separateur.croix_orange > div:after {
  background-image: url("../images/base/croix-primary.svg");
}

section.separateur.croix_rose > div:after {
  background-image: url("../images/base/croix-secondary.svg");
}

section.separateur.croix_verte > div:after {
  background-image: url("../images/base/croix-tertiary.svg");
}
section.separateur.ligne_noire > div:after {
  position: absolute;
  display: block;
  content: "";
  height: 1px;
  top: 0%;
  left: 0%;
  background-color: var(--color-noir);
  width: 100%;
}
/* diaporama */
.diaporama .slick-list {
  width: var(--diaporama-slide-width);
  margin: 0 auto;
}
.section_diaporama .slick-slide {
  width: var(--diaporama-slide-width);
}
.section_diaporama .slick-slide .diapo-image {
  aspect-ratio: var(--diaporama-slide-aspect-ratio);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  background: var(--color-noir);
  border-radius: var(--corner-m);
}
.section_diaporama .slick-slide .diapo-image img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.diapo_texte_photo {
  margin: 0;
  font-size: var(--fs-base);
}
.diapo-texte {
  padding: var(--gap);
  opacity: 0;
  -webkit-transition: all 0.3s ease 0;
  -o-transition: all 0.3s ease 0;
  transition: all 0.3s ease 0;
  text-align: center;
}
.slick-current .diapo-texte {
  opacity: 1;
  -webkit-transition: all 0.3s ease 0.6s;
  -o-transition: all 0.3s ease 0.6s;
  transition: all 0.3s ease 0.6s;
}
.diaporama,
.diapo_plus_nav {
  position: relative;
  --total-space-h: 0px;
}
.diaporama .slick-track {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.arrows_placeholder_diapo {
  width: 140px;
  margin: 0 auto;
  position: relative;
  border: 2px solid;
  padding: 0 var(--gap);
  border-radius: var(--corner-m);
}
.arrows_placeholder_diapo .slick-arrow {
  position: unset;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  position: relative;
}

.section_diaporama .slick-prev,
.section_diaporama .slick-next {
  width: 34px;
  height: 32px;
  border: none;
}
.section_diaporama .slick-prev:before,
.section_diaporama .slick-next:before {
  content: "";
  font-size: 0;
}
.section_diaporama .slick-prev {
  background: url("../images/base/prev.svg") no-repeat center center / contain;
}
.section_diaporama .slick-next {
  background: url("../images/base/next.svg") no-repeat center center / contain;
}

@media (max-width: 979px) {
  .diapo_plus_nav {
    padding-bottom: 50px;
  }
  .diapo_plus_nav .arrows_placeholder_diapo {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100px;
  }
}
@media (min-width: 980px) {
  .slick-current .diapo-texte {
    opacity: 1;
    -webkit-transition: all 0.3s ease 0.6s;
    -o-transition: all 0.3s ease 0.6s;
    transition: all 0.3s ease 0.6s;
  }
}

/* video */

.section_video .video iframe {
  width: 100%;
  aspect-ratio: 16/9;
  border: none;
}

/* chiffres cles */

.section_chiffres_cles .chiffres_container {
  row-gap: var(--gap-l);
}
.chiffre_container {
  padding-top: var(--gap-m);
}

.picto_ou_img {
  min-height: 86px;
  margin-top: var(--gap);
}
.picto_ou_img img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.chiffre_content {
  padding: 0 var(--gap-s);
  gap: 5px;
}
.chiffre {
  color: var(--color-noir, #000);
  text-align: center;
  font-family: var(--font-secondary, Poppins);
  font-size: var(--fs-l);
  font-style: normal;
  font-weight: 400;
  line-height: var(--lh-l); /* 107.407% */
}
.content_chiffe {
  color: var(--color-noir, #000);
  text-align: center;
  font-family: var(--font-secondary, Poppins);
  font-size: var(--fs-m, 24px);
  font-style: normal;
  font-weight: 400;
  line-height: var(--lh-m, 28px); /* 116.667% */
  margin: 0;
}
.suite_texte {
  color: var(--color-noir, #000);
  text-align: center;
  font-family: var(--font-secondary, Poppins);
  font-size: var(--fs-base, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: var(--lh-base, 26px); /* 162.5% */
}
/*evol*/

@media (min-width: 1400px) {
  .chiffre_content {
    padding: 0 var(--gap-s);
    gap: var(--gap-xs);
  }
  .chiffre {
    font-size: calc(0.7 * var(--fs-xl));
    line-height: calc(0.7 * var(--lh-xl)); /* 107.407% */
  }
  .content_chiffre {
    font-size: calc(0.7 * var(--fs-m));
    line-height: calc(0.7 * var(--lh-m)); /* 116.667% */
  }
}

/* histoire */

/*
.section_histoire .slick-list {
  overflow: visible;
}
.carrousel-histoire .slick-track {
  align-items: flex-start;
}
@media (max-width: 1279px) {
  .section_histoire .slide > div {
    width: 300px;
  }
}
@media (min-width: 1280px) {
  .section_histoire .slide > div {
    width: calc((var(--container-width) - 3 * var(--gap)) / 4);
  }
}
.section_histoire .slide:not(:last-child) {
  margin: 0 var(--gap) 0 0;
}*/

.carrousel-histoire .slick-track {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
#page .carrousel-histoire .slick-track:before,
#page .carrousel-histoire .slick-track:after {
  content: "";
  display: none;
}
#page .carrousel-histoire .slick-slide {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.section_histoire .slick-prev,
.section_histoire .slick-next {
  position: relative;
  width: 34px;
  height: 32px;
  -webkit-transform: unset;
  -ms-transform: unset;
  transform: unset;
  border: none;
}
.section_histoire .slick-prev:before,
.section_histoire .slick-next:before {
  content: "";
  font-size: 0;
}
.section_histoire .slick-prev {
  background: url("../images/base/prev.svg") no-repeat center center / contain;
}
.section_histoire .slick-next {
  background: url("../images/base/next.svg") no-repeat center center / contain;
}
.section_histoire .arrows_placeholder {
  -webkit-column-gap: var(--gap-s);
  -moz-column-gap: var(--gap-s);
  column-gap: var(--gap-s);
  margin-top: var(--gap-s);
  width: 120px;
  border: 2px solid;
  padding: 0 var(--gap);
  border-radius: var(--corner-m);
  margin: 0 auto;
}

@media (min-width: 980px) {
  .section_histoire .partie_texte.tac.w-100 {
    padding: 0 120px;
  }
  .section_histoire .container.no-title {
    padding-top: 80px;
  }
}

/* telechargements */

.section_telechargements .document {
  padding: 20px 0;
  border-bottom: 1px solid var(--color-noir);
  gap: var(--gap-s);
}

.section_telechargements .document:first-child {
  border-top: 1px solid var(--color-noir);
}

.section_telechargements .document span {
  padding: 0.31rem 0.94rem;
}

@media (max-width: 639px) {
  .section_telechargements .document {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

/* actus teaser */

.teasers_container,
.actus_liees_container {
  gap: var(--gap-l) var(--gap);
}
.teaser .tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 var(--gap-base, 20px);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: var(--corner-l, 50px);
  border: 1px solid var(--color-noir, #000);
  color: var(--color-noir, #000);
  text-align: center;
  font-family: var(--font-secondary, Poppins);
  font-size: var(--fs-base, 16px);
  font-style: normal;
  font-weight: 700;
  line-height: var(--lh-base, 26px); /* 162.5% */
}
.teaser h3 {
  color: var(--color-noir, #000);
  text-align: center;
  font-family: var(--font-secondary, Poppins);
  font-size: var(--fs-m, 24px);
  font-style: normal;
  font-weight: 400;
  line-height: var(--lh-m, 28px); /* 116.667% */
}
.teaser img {
  aspect-ratio: 386/290;
  width: 100%;
}
.teaser.partie_texte.tac {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
/*contenus liés*/
/*
.actus_liees_container,
.container_liste_contenus {
  gap: 20px;
  --space-horizontal: 20px;
}*/

.contenu_lie_page {
  border-radius: var(--corner-m);
  background: var(--color-blanc);
}
.contenu_lie_page.border_primary {
  border: 2px solid var(--color-primary);
  padding: var(--gap-base, 20px) var(--gap-base, 20px) var(--gap-l, 60px)
    var(--gap-base, 20px);
}
.contenu_lie_page.border_secondary {
  border: 2px solid var(--color-secondary-2);
  padding: var(--gap-base, 20px) var(--gap-base, 20px) var(--gap-l, 60px)
    var(--gap-base, 20px);
}
.contenu_lie_page.top-gap-l {
  padding-top: var(--gap-l, 60px);
}
.contenu_lie_page.border_secondary .bouton:not(:hover) {
  background: var(--color-secondary-2);
}
.contenu_lie_page.fond_primary {
  background: var(--color-primary);
  padding: var(--gap-l, 60px) var(--gap-base, 20px);
}
.contenu_lie_page.fond_secondary {
  background: var(--color-secondary);
  padding: var(--gap-l, 60px) var(--gap-base, 20px);
}
.contenu_lie_page.fond_tertiary {
  background: var(--color-tertiary);
  padding: var(--gap-l, 60px) var(--gap-base, 20px);
}
.contenu_lie_page .tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: var(--gap-s, 10px) var(--gap-base, 20px);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: var(--gap-base, 20px);
  border-radius: var(--corner-l, 50px);
  background: var(--color-blanc, #fff);
  color: var(--color-noir);
}
.contenu_lie_page:not(.contenu_lie_custom).image_de_contenu_lie img {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  border: none;
}
.contenu_lie_page.contenu_lie_custom.image_de_contenu_lie img {
  max-width: 100%;
}

.image_de_contenu_lie {
  aspect-ratio: 4/3;
}
.image_de_contenu_lie img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
/**/
/*Section questions*/
.bloc_questions .question {
  border: 1px solid;
  padding-right: 5px;
  position: relative;
}

.bloc_questions .question h2:after {
  content: "+";
  position: absolute;
  right: 5px;
  top: 0.5em;
  text-align: center;
  font-size: 20px;
  display: inline-block;
  height: 20px;
  width: 20px;
  font-weight: 400;
}
.bloc_questions .question h2.ui-accordion-header-active:after {
  content: "−";
}
/*Section partenaires*/
.un_partenaire {
  border-radius: var(--corner-s);
  border: 2px solid var(--color-noir);
  padding: var(--gap);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.un_partenaire img {
  border-radius: 0;
  height: 120px;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.un_partenaire:has(a):hover {
  border-color: var(--color-primary);
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}
.un_partenaire:has(a):hover img {
  -webkit-filter: grayscale(50%);
  filter: grayscale(50%);
}
.nom_partenaire {
  font-size: var(--fs-base);
  margin: 0;
}
.un_partenaire:has(a) .nom_partenaire:after {
  content: "";
  background: url("../images/base/bouton.svg") no-repeat center / contain;
  display: block;
  width: 100%;
  height: 0.8em;
  margin-top: 5px;
}

/**
 * CSS pour l'accessibilité RGAA 4
 */

/* Classe pour masquer visuellement un élément tout en le gardant accessible aux lecteurs d'écran */
.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/* Classe pour afficher l'élément lors du focus (utile pour les liens de navigation) */
.skip-link:focus,
.sr-only:focus {
  position: static !important;
  width: auto !important;
  height: auto !important;
  padding: 0.5rem 1rem !important;
  margin: 0 !important;
  overflow: visible !important;
  clip: auto !important;
  white-space: normal !important;
  background-color: #000 !important;
  color: #fff !important;
  text-decoration: underline !important;
  z-index: 999999 !important;
}

/* Lien d'évitement */
.skip-link {
  position: absolute;
  top: -40px;
  left: 6px;
  z-index: 999999;
  color: #fff;
  background-color: #21759b;
  text-decoration: none;
  padding: 8px 16px;
  border-radius: 3px;
}

.skip-link:focus {
  top: 6px;
}

/* Amélioration du focus visible */
a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline: 2px solid #005fcc;
  outline-offset: 2px;
}

/* Supprimer le focus par défaut pour les clics souris */
a:focus:not(:focus-visible),
button:focus:not(:focus-visible),
input:focus:not(:focus-visible),
textarea:focus:not(:focus-visible),
select:focus:not(:focus-visible) {
  outline: none;
}

/* Indicateur de focus personnalisé */
.focus-visible {
  outline: 2px solid #005fcc;
  outline-offset: 2px;
}

/* Amélioration du contraste pour les éléments interactifs */
.bouton:focus-visible,
.bouton_alt:focus-visible {
  outline: 2px solid #005fcc;
  outline-offset: 2px;
}

/* Media queries pour respecter les préférences utilisateur */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
    -o-transition-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

/* Amélioration pour les utilisateurs de lecteurs d'écran */
@media (prefers-reduced-motion: no-preference) {
  .skip-link:focus {
    -webkit-transition: top 0.3s;
    -o-transition: top 0.3s;
    transition: top 0.3s;
  }
}

/* Respecter les préférences de contraste élevé */
@media (prefers-contrast: high) {
  .bouton_alt,
  .bouton {
    border: 2px solid currentColor;
  }

  a:not(.bouton_alt):not(.bouton) {
    text-decoration: underline;
    text-decoration-thickness: 2px;
  }
}
.logo_home img {
  border-radius: 0;
}
.home h1 {
  font-size: calc(0.9 * var(--fs-l));
  font-weight: 400;
  line-height: calc(0.9 * var(--lh-l));
}
.home h1 .secondary_color {
  font-weight: 700;
  color: var(--color-tertiary);
}
.partie_texte p.texte_partenaires_intro {
  margin-top: var(--gap-l);
}
.partenaires_logos img {
  height: 100px;
  width: auto;
  border-radius: 0;
}
#qsn .partenaires_logos {
  margin-bottom: var(--gap);
}
#qsn .partenaires_logos img {
  height: 65px;
}
#zone_sur_fond_degrade {
  background: var(--color-primary);
  background-image: -o-linear-gradient(
    top,
    var(--color-primary, #ee732a) 0%,
    var(--color-primary-2, #ce5c34) 100%
  );
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(var(--color-primary, #ee732a)),
    to(var(--color-primary-2, #ce5c34))
  );
  background-image: linear-gradient(
    180deg,
    var(--color-primary, #ee732a) 0%,
    var(--color-primary-2, #ce5c34) 100%
  );
  border-radius: 0 0 50px 50px;
  overflow: hidden;

  margin-bottom: var(--gap-xl);
}
#home_citation {
  margin-bottom: 0;
}
.home .citation_content {
  padding: var(--gap-xl) 0;
  background: url("../images/custom/hexagon-background-2.svg") center/contain
    no-repeat;
}
.home .citation_text p {
  color: var(--color-blanc, #fff);
  text-align: center;
  margin: 0;
  font-family: var(--font-secondary, Poppins);
  font-size: var(--fs-xl, 54px);
  font-style: normal;
  font-weight: 400;
  line-height: var(--lh-xl, 58px); /* 107.407% */
}
.home .chiffres_intro {
  padding-top: var(--gap-m);
}
.home .chiffres_intro h2 {
  color: var(--color-blanc, #fff);
  font-size: var(--fs-l, 36px);
  font-style: normal;
  font-weight: 700;
  line-height: var(--lh-l, 40px); /* 111.111% */
}
.home .citation_text p .secondary_color {
  color: inherit;
  text-decoration: underline;
}
#home_chiffres {
  padding-bottom: var(--gap-xl);
  background: url("../images/custom/croix-background.svg") top/cover no-repeat;
  margin-bottom: 0;
}
#home_chiffres .content_chiffre span {
  font-size: var(--fs-m, 24px);
  font-weight: 400;
  line-height: var(--lh-m, 28px); /* 116.667% */
}
.home .chiffre_container * {
  color: var(--color-blanc);
}
.home h2 {
  font-weight: 400;
}
.home h2 .secondary_color {
  color: inherit;
  font-weight: 700;
}
.qsn_image_container img {
  aspect-ratio: 1;
  -o-object-fit: cover;
  object-fit: cover;
  padding: 3px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(var(--color-primary, #ee732a)),
    color-stop(51.92%, var(--color-primary-2, #ce5c34)),
    to(var(--color-primary-3, #c52739))
  );
  background: -o-linear-gradient(
    top,
    var(--color-primary, #ee732a) 0%,
    var(--color-primary-2, #ce5c34) 51.92%,
    var(--color-primary-3, #c52739) 100%
  );
  background: linear-gradient(
    180deg,
    var(--color-primary, #ee732a) 0%,
    var(--color-primary-2, #ce5c34) 51.92%,
    var(--color-primary-3, #c52739) 100%
  );
  border-radius: 50%;
  margin: var(--gap) 0;
}
.membre_equipe {
}
.me_1 {
  text-align: right;
  color: var(--color-primary);
  padding-right: calc(40px + var(--gap));
  background: url("../images/custom/fleche-bas.webp") right center no-repeat;
}
.me_2 {
  text-align: left;
  color: var(--color-primary);
  padding-left: calc(40px + var(--gap));
  background: url("../images/custom/fleche-haut.webp") left center no-repeat;
}
@media (max-width: 979px) {
  .qsn_content {
    width: 433px;
  }
}
.membre_equipe .nom {
  color: var(--color-primary, #000);
  font-family: var(--font-secondary, Poppins);
  font-size: var(--fs-base, 16px);
  font-style: normal;
  font-weight: 700;
  line-height: var(--lh-base, 26px); /* 162.5% */
  display: block;
}
.membre_equipe .fonction {
  color: var(--color-primary, #000);
  font-family: var(--font-secondary, Poppins);
  font-size: var(--fs-base, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: var(--lh-base, 26px); /* 162.5% */
  display: block;
}
.activite_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: var(--gap-l, 60px) var(--gap-base, 20px);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-radius: var(--corner-m, 20px);
  border: 2px solid var(--color-primary-2);
  background: var(--color-blanc, #fff);
}
.activite_item img {
  height: 100px;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.activite_title {
  min-height: 56px;
}

#missions {
  z-index: 1;
  position: relative;
}
#prestations_et_services {
  z-index: 0;
  position: relative;
  overflow: visible;
}
.prestations_intro {
  position: relative;
}
.prestations_intro:after {
  position: absolute;
  display: block;
  top: calc(2 * var(--fs-l));
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  content: url("../images/custom/monogramme_prestations.svg");
  z-index: -1;
}
.mission_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: var(--gap-l, 60px) var(--gap-base, 20px);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: var(--Global-layout-Gutter, 20px);
  border-radius: var(--corner-m, 20px);
}
.mission_item img {
  border-radius: 0;
}
.mission_item.fond_primary {
  border: 5px solid var(--color-primary);
  background: #fcf3f1;
}
.mission_item.fond_secondary {
  border: 5px solid var(--color-secondary-3);
  background: #f9ebf0;
}
.mission_item.fond_tertiary {
  border: 5px solid var(--color-tertiary);
  background: #ebf7f4;
}
@media (max-width: 479px) {
  #home_entete {
    background: url("../images/custom/accroche.svg") right -15vw bottom no-repeat;
    background-size: auto;
    margin-bottom: 0;
    padding-bottom: 55vw;
    background-size: 100vw;
  }
}
@media (min-width: 480px) and (max-width: 639px) {
  #home_entete {
    /*! padding-top: var(--gap-m); */
    background: url("../images/custom/accroche.svg") right -15vw bottom no-repeat;
    margin-bottom: 0;
    padding-bottom: 55vw;
    background-size: 100vw;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  #home_entete {
    padding-top: var(--gap-m);
    background: url("../images/custom/accroche.svg") right -10vw bottom no-repeat;
    margin-bottom: 0;
    padding-bottom: var(--section-gap);
    background-size: contain;
  }
}
@media (min-width: 768px) {
  #home_entete {
    padding-top: var(--gap-m);
    background: url("../images/custom/accroche.svg") right bottom no-repeat;
    margin-bottom: 0;
    padding-bottom: var(--section-gap);
    background-size: contain;
  }
}
@media (min-width: 1200px) {
  #home_entete {
    min-height: calc(100vh - var(--gap-xl));
  }
}

@media (min-aspect-ratio: 980/600) and (max-width: 1199px) {
  #home_entete {
    min-height: calc(100vh - var(--gap-xl));
  }
}
@media (min-width: 640px) and (max-width: 979px) {
  #home_entete .w-50 {
    width: calc(50% + 100px);
  }
  .texte_partenaires_intro,
  .partenaires_logos {
    padding-right: 100px;
  }
}
@media (max-width: 479px) {
  .home h1 {
    font-size: var(--fs-m);
    line-height: var(--lh-l);
  }
}
@media (max-width: 1199px) {
  .logo_home {
    opacity: 0;
    display: none;
  }
  .home h1 {
    padding-top: calc(1.5 * var(--header-height));
  }
}
@media (min-width: 1200px) {
  .logo_home {
    margin-bottom: calc(50px + var(--gap-m));
  }
  .home:not(.scrolled) #header .logo {
    opacity: 0;
  }
  .scrolled .logo_home {
    opacity: 0;
  }
  #image_entete_homepage img {
    aspect-ratio: 1;
    -o-object-fit: cover;
    object-fit: cover;
    border: 1px solid;
    border-radius: 50%;
  }
}
/* footer */
.section_footer {
  overflow: hidden;
}
.section_footer h2,
.section_footer .h2 {
  margin: 0;
}

@media (max-width: 979px) {
  #site-footer .container {
    max-width: 100%;
    width: 100%;
  }
}

@media (min-width: 980px) and (max-width: 1349px) {
  #site-footer .container {
    max-width: 95%;
  }
}

@media (max-width: 1349px) {
  #site-footer .container {
    background: var(--primary);
    color: var(--blanc);
    padding: var(--gap-m) var(--gap);
  }
}

@media (min-width: 1350px) {
  #site-footer .container {
    max-width: 95%;
    width: 1350px;
    background: var(--primary);
    color: var(--blanc);
    padding: 3.12rem 0 0 0;
  }
}

.tel_footer {
  color: var(--Colors-color-3, #ff5e00);
  font-family: var(--Font-type-font-secondary);
  font-size: var(--Font-Size-fs-h3, 12px);
  font-style: normal;
  font-weight: 400;
  line-height: var(--Font-Line-height-lh-h3); /* 133.333% */
  text-decoration: none;
  margin: 15px 0;
}
.fond_primary a.contact_footer:not(:hover) {
  background-color: var(--primary);
  background-image: url("../images/base/bouton_blanc.svg");
  color: var(--blanc);
}
#site-footer a.linkedin {
  background-color: var(--tertiary);
  background-size: 70%;
  height: 2em;
  width: 2em;
  margin-left: 8px;
}

.titre_menu_footer {
  margin: var(--gap-m) 0 var(--gap) 0;
}

ul.footer_menu {
  padding-left: 0;
  margin-top: 0;
  gap: 0 var(--gap);
}

.footer_menu li {
  list-style-type: none;

  width: 100%;
  display: block;
}

.footer_menu li a {
  display: block;
  text-decoration: none;
  -webkit-transition: var(--ease);
  -o-transition: var(--ease);
  transition: var(--ease);
  padding: var(--Spaces-XS, 10px) 3.25em var(--Spaces-XS, 10px)
    var(--Spaces-XS, 20px);
  border-top: 1px solid;
  background: url("../images/base/next_blanc.svg") no-repeat right 1em center /
    1.75em;
  color: var(--Colors-Blanc, #fff);
  font-size: var(--Font-Size-fs-puces, 14px);
  font-style: normal;
  font-weight: 400;
  line-height: var(--Font-Line-height-lh-p, 20px); /* 142.857% */
}

.footer_menu li a:hover {
  color: var(--secondary);
}
@media (min-width: 980px) {
  .footer_menu li {
    width: calc((100% - var(--total-space-h)) * 0.5);
  }
}

/* subfooter */
#sub_footer {
  position: relative;
  z-index: 1;
  padding: var(--gap-m) 0;
  margin-top: var(--gap-m);
  border-top: 1px solid;
}
.sub_footer_logo img {
  width: 187px;
  height: 47px;
  -o-object-fit: contain;
  object-fit: contain;
}

#sub_footer > nav {
  gap: 1rem;
}

#sub_footer_menu {
  margin: 0;
  padding: 0 0 0 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  gap: var(--gap-m);
}

#sub_footer_menu > li {
  list-style-type: none;
}

#sub_footer_menu li a {
  font-size: var(--fs-xs);
  text-decoration: none;
}

@media (min-width: 980px) {
  #sub_footer_menu > li:not(:last-child):after {
    content: "";
    display: inline-block;
    width: 0.35em;
    height: 1px;
    background: var(--color-noir);
    margin-left: var(--gap-xs);
    position: relative;
    top: -0.15em;
  }
  #sub_footer > nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  #sub_footer_menu {
    margin: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: var(--gap-s);
  }
}
