/*VARIABLES SCSS*/
/*TAILLES DE BREAKPOINTS RESPONSIVE*/
/*TABLEAU DES TAILLES DE BREAKPOINTS RESPONSIVE*/
/*MARGINS DE BASE*/
/*PADDINGS DE BASE*/
/*TABLEAU DES TAILLES DE MARGES VERTICALES*/
/*TABLEAU DES TAILLES DE MARGES HORIZONTALES*/
/*TABLEAU DES TAILLES DE PADDINGS VERTICALES*/
/*TABLEAU DES TAILLES DE PADDINGS HORIZONTALES*/
@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600&display=swap');
@import url("https://use.typekit.net/eru1hkq.css");
:root {
  border-color: var(--color-primary);
  border: none;
  --font: 'Rubik', 'Arial' ,sans-serif;
  --h-font: 'niveau-grotesk', 'Arial' ,sans-serif;
  --vpd: 30px;
  --hpd: 15px;
  --navtop: 80px;
  --navtop-scroll: 40px;
  --footer: 50px;
  --color-primary: #10608E;
  --color-secondary: #EE770C;
  --color-ternary: #FFD23D;
  --color-extralight-blue: #deecf6;
  --color-extralight-orange: #FCEAD9;
  --color-extralight-yellow: #FEF6E8;
  --color-body: #10608E;
  --color-link: #EE770C;
  --radius: 20px;
  --radius-big: 50px;
}
@media screen and (min-width: 992px) {
  :root {
    --vpd: 50px;
    --hpd: 25px;
  }
}
@media screen and (min-width: 1200px) {
  :root {
    --hpd: 50px;
  }
}
@media screen and (min-width: 1980px) {
  :root {
    --hpd: 7.5vw;
  }
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
========================================================================== */
/**
* Remove default margins, paddings and text-decoration for anchors.
*/
* {
  margin: 0;
  padding: 0;
  text-decoration: none;
  box-sizing: border-box;
  overflow-wrap: break-word;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  scroll-behavior: smooth;
}
/* Sections
========================================================================== */
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}
/* Grouping content
========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Remove bullets from lists elements.
 */
ul {
  list-style-type: none;
}
/* Text-level semantics
========================================================================== */
/**
* Remove the gray background on active links in IE 10.
*/
a {
  background-color: transparent;
}
/**
* 1. Remove the bottom border in Chrome 57-
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
* Add the correct font weight in Chrome, Edge, and Safari.
*/
b, strong {
  font-weight: bolder;
}
/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
code, kbd, samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
* Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
========================================================================== */
/**
* Remove the border on images inside links in IE 10.
* Remove small margin on bottom of strict img tags
*/
img {
  border-style: none;
  vertical-align: top;
}
/* Forms
========================================================================== */
/**
* 1. Change the font styles in all browsers.
* 2. Remove the margin in Firefox and Safari.
*/
button, input, optgroup, select, textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button, input {
  overflow: visible;
}
/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/
button, input {
  overflow: visible;
}
/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/
button, select {
  text-transform: none;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
  * Restore the focus styles unset by the previous rule.
  */
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
* Correct the padding in Firefox.
*/
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
*    `fieldset` elements in all browsers.
*/
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
* Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/
progress {
  vertical-align: baseline;
}
/**
* Remove the default vertical scrollbar in IE 10+.
*/
textarea {
  overflow: auto;
}
/**
* 1. Add the correct box sizing in IE 10.
* 2. Remove the padding in IE 10.
*/
[type="checkbox"], [type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
* 1. Correct the odd appearance in Chrome and Safari.
* 2. Correct the outline style in Safari.
*/
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
* Remove the inner padding in Chrome and Safari on macOS.
*/
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
========================================================================== */
/*
* Add the correct display in Edge, IE 10+, and Firefox.
*/
details {
  display: block;
}
/*
* Add the correct display in all browsers.
*/
summary {
  display: list-item;
}
/* Misc
========================================================================== */
/**
* Add the correct display in IE 10+.
*/
template {
  display: none;
}
/**
* Add the correct display in IE 10.
*/
[hidden] {
  display: none;
}
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 0px 0px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 1;
}
.hamburger.is-active:hover {
  opacity: 1;
}
.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner::before, .hamburger.is-active .hamburger-inner::after {
  background-color: var(--color-primary);
}
.hamburger-box {
  width: 40px;
  height: 23px;
  display: inline-block;
  position: relative;
}
.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -0.5px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 40px;
  height: 1px;
  background-color: var(--color-primary);
  border-radius: 0px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -11px;
}
.hamburger-inner::after {
  bottom: -11px;
}
/*
   * 3DX
   */
.hamburger--3dx .hamburger-box {
  perspective: 80px;
}
.hamburger--3dx .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(180deg);
}
.hamburger--3dx.is-active .hamburger-inner::before {
  transform: translate3d(0, 11px, 0) rotate(45deg);
}
.hamburger--3dx.is-active .hamburger-inner::after {
  transform: translate3d(0, -11px, 0) rotate(-45deg);
}
/*
   * 3DX Reverse
   */
.hamburger--3dx-r .hamburger-box {
  perspective: 80px;
}
.hamburger--3dx-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx-r .hamburger-inner::before, .hamburger--3dx-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(-180deg);
}
.hamburger--3dx-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 11px, 0) rotate(45deg);
}
.hamburger--3dx-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -11px, 0) rotate(-45deg);
}
/*
   * 3DY
   */
.hamburger--3dy .hamburger-box {
  perspective: 80px;
}
.hamburger--3dy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy .hamburger-inner::before, .hamburger--3dy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(-180deg);
}
.hamburger--3dy.is-active .hamburger-inner::before {
  transform: translate3d(0, 11px, 0) rotate(45deg);
}
.hamburger--3dy.is-active .hamburger-inner::after {
  transform: translate3d(0, -11px, 0) rotate(-45deg);
}
/*
   * 3DY Reverse
   */
.hamburger--3dy-r .hamburger-box {
  perspective: 80px;
}
.hamburger--3dy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy-r .hamburger-inner::before, .hamburger--3dy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg);
}
.hamburger--3dy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 11px, 0) rotate(45deg);
}
.hamburger--3dy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -11px, 0) rotate(-45deg);
}
/*
   * 3DXY
   */
.hamburger--3dxy .hamburger-box {
  perspective: 80px;
}
.hamburger--3dxy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy .hamburger-inner::before, .hamburger--3dxy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg);
}
.hamburger--3dxy.is-active .hamburger-inner::before {
  transform: translate3d(0, 11px, 0) rotate(45deg);
}
.hamburger--3dxy.is-active .hamburger-inner::after {
  transform: translate3d(0, -11px, 0) rotate(-45deg);
}
/*
   * 3DXY Reverse
   */
.hamburger--3dxy-r .hamburger-box {
  perspective: 80px;
}
.hamburger--3dxy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy-r .hamburger-inner::before, .hamburger--3dxy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg);
}
.hamburger--3dxy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 11px, 0) rotate(45deg);
}
.hamburger--3dxy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -11px, 0) rotate(-45deg);
}
/*
   * Arrow
   */
.hamburger--arrow.is-active .hamburger-inner::before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
.hamburger--arrow.is-active .hamburger-inner::after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}
/*
   * Arrow Right
   */
.hamburger--arrow-r.is-active .hamburger-inner::before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}
.hamburger--arrow-r.is-active .hamburger-inner::after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
/*
   * Arrow Alt
   */
.hamburger--arrowalt .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(-8px, -10px, 0) rotate(-45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(-8px, 10px, 0) rotate(45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
/*
   * Arrow Alt Right
   */
.hamburger--arrowalt-r .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt-r .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt-r.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(8px, -10px, 0) rotate(45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.hamburger--arrowalt-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(8px, 10px, 0) rotate(-45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
/*
   * Arrow Turn
   */
.hamburger--arrowturn.is-active .hamburger-inner {
  transform: rotate(-180deg);
}
.hamburger--arrowturn.is-active .hamburger-inner::before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}
.hamburger--arrowturn.is-active .hamburger-inner::after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
/*
   * Arrow Turn Right
   */
.hamburger--arrowturn-r.is-active .hamburger-inner {
  transform: rotate(-180deg);
}
.hamburger--arrowturn-r.is-active .hamburger-inner::before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
.hamburger--arrowturn-r.is-active .hamburger-inner::after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}
/*
   * Boring
   */
.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner::before, .hamburger--boring .hamburger-inner::after {
  transition-property: none;
}
.hamburger--boring.is-active .hamburger-inner {
  transform: rotate(45deg);
}
.hamburger--boring.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--boring.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}
/*
   * Collapse
   */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse .hamburger-inner::after {
  top: -22px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -11px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/*
   * Collapse Reverse
   */
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r .hamburger-inner::after {
  top: -22px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse-r .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r.is-active .hamburger-inner {
  transform: translate3d(0, -11px, 0) rotate(45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.hamburger--collapse-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/*
   * Elastic
   */
.hamburger--elastic .hamburger-inner {
  top: 0.5px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic .hamburger-inner::before {
  top: 11px;
  transition: opacity 0.125s 0.275s ease;
}
.hamburger--elastic .hamburger-inner::after {
  top: 22px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 11px, 0) rotate(135deg);
  transition-delay: 0.075s;
}
.hamburger--elastic.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}
.hamburger--elastic.is-active .hamburger-inner::after {
  transform: translate3d(0, -22px, 0) rotate(-270deg);
  transition-delay: 0.075s;
}
/*
   * Elastic Reverse
   */
.hamburger--elastic-r .hamburger-inner {
  top: 0.5px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r .hamburger-inner::before {
  top: 11px;
  transition: opacity 0.125s 0.275s ease;
}
.hamburger--elastic-r .hamburger-inner::after {
  top: 22px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r.is-active .hamburger-inner {
  transform: translate3d(0, 11px, 0) rotate(-135deg);
  transition-delay: 0.075s;
}
.hamburger--elastic-r.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}
.hamburger--elastic-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -22px, 0) rotate(270deg);
  transition-delay: 0.075s;
}
/*
   * Emphatic
   */
.hamburger--emphatic {
  overflow: hidden;
}
.hamburger--emphatic .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in;
}
.hamburger--emphatic .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}
.hamburger--emphatic .hamburger-inner::after {
  top: 1px10px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}
.hamburger--emphatic.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent !important;
}
.hamburger--emphatic.is-active .hamburger-inner::before {
  left: -80px;
  top: -80px;
  transform: translate3d(80px, 80px, 0) rotate(45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hamburger--emphatic.is-active .hamburger-inner::after {
  right: -80px;
  top: -80px;
  transform: translate3d(-80px, 80px, 0) rotate(-45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
/*
   * Emphatic Reverse
   */
.hamburger--emphatic-r {
  overflow: hidden;
}
.hamburger--emphatic-r .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r .hamburger-inner::after {
  top: 1px10px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent !important;
}
.hamburger--emphatic-r.is-active .hamburger-inner::before {
  left: -80px;
  top: 80px;
  transform: translate3d(80px, -80px, 0) rotate(-45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hamburger--emphatic-r.is-active .hamburger-inner::after {
  right: -80px;
  top: 80px;
  transform: translate3d(-80px, -80px, 0) rotate(45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
/*
   * Minus
   */
.hamburger--minus .hamburger-inner::before, .hamburger--minus .hamburger-inner::after {
  transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear;
}
.hamburger--minus.is-active .hamburger-inner::before, .hamburger--minus.is-active .hamburger-inner::after {
  opacity: 0;
  transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear;
}
.hamburger--minus.is-active .hamburger-inner::before {
  top: 0;
}
.hamburger--minus.is-active .hamburger-inner::after {
  bottom: 0;
}
/*
   * Slider
   */
.hamburger--slider .hamburger-inner {
  top: 0.5px;
}
.hamburger--slider .hamburger-inner::before {
  top: 11px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}
.hamburger--slider .hamburger-inner::after {
  top: 22px;
}
.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 11px, 0) rotate(45deg);
}
.hamburger--slider.is-active .hamburger-inner::before {
  transform: rotate(-45deg) translate3d(40px/-7, -10px, 0);
  opacity: 0;
}
.hamburger--slider.is-active .hamburger-inner::after {
  transform: translate3d(0, -22px, 0) rotate(-90deg);
}
/*
   * Slider Reverse
   */
.hamburger--slider-r .hamburger-inner {
  top: 0.5px;
}
.hamburger--slider-r .hamburger-inner::before {
  top: 11px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}
.hamburger--slider-r .hamburger-inner::after {
  top: 22px;
}
.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 11px, 0) rotate(-45deg);
}
.hamburger--slider-r.is-active .hamburger-inner::before {
  transform: rotate(45deg) translate3d(40px/7, -10px, 0);
  opacity: 0;
}
.hamburger--slider-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -22px, 0) rotate(90deg);
}
/*
   * Spin
   */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/*
   * Spin Reverse
   */
.hamburger--spin-r .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin-r .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin-r .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin-r.is-active .hamburger-inner {
  transform: rotate(-225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/*
   * Spring
   */
.hamburger--spring .hamburger-inner {
  top: 0.5px;
  transition: background-color 0s 0.13s linear;
}
.hamburger--spring .hamburger-inner::before {
  top: 11px;
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring .hamburger-inner::after {
  top: 22px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent !important;
}
.hamburger--spring.is-active .hamburger-inner::before {
  top: 0;
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 11px, 0) rotate(45deg);
}
.hamburger--spring.is-active .hamburger-inner::after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 11px, 0) rotate(-45deg);
}
/*
   * Spring Reverse
   */
.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring-r .hamburger-inner::after {
  top: -22px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
}
.hamburger--spring-r .hamburger-inner::before {
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring-r.is-active .hamburger-inner {
  transform: translate3d(0, -11px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spring-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear;
}
.hamburger--spring-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/*
   * Stand
   */
.hamburger--stand .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}
.hamburger--stand .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand.is-active .hamburger-inner {
  transform: rotate(90deg);
  background-color: transparent !important;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}
.hamburger--stand.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--stand.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/*
   * Stand Reverse
   */
.hamburger--stand-r .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}
.hamburger--stand-r .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand-r .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand-r.is-active .hamburger-inner {
  transform: rotate(-90deg);
  background-color: transparent !important;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}
.hamburger--stand-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--stand-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/*
   * Squeeze
   */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}
.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}
.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/*
   * Vortex
   */
.hamburger--vortex .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex .hamburger-inner::before, .hamburger--vortex .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}
.hamburger--vortex .hamburger-inner::before {
  transition-property: top, opacity;
}
.hamburger--vortex .hamburger-inner::after {
  transition-property: bottom, transform;
}
.hamburger--vortex.is-active .hamburger-inner {
  transform: rotate(765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex.is-active .hamburger-inner::before, .hamburger--vortex.is-active .hamburger-inner::after {
  transition-delay: 0s;
}
.hamburger--vortex.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--vortex.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
}
/*
   * Vortex Reverse
   */
.hamburger--vortex-r .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex-r .hamburger-inner::before, .hamburger--vortex-r .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}
.hamburger--vortex-r .hamburger-inner::before {
  transition-property: top, opacity;
}
.hamburger--vortex-r .hamburger-inner::after {
  transition-property: bottom, transform;
}
.hamburger--vortex-r.is-active .hamburger-inner {
  transform: rotate(-765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex-r.is-active .hamburger-inner::before, .hamburger--vortex-r.is-active .hamburger-inner::after {
  transition-delay: 0s;
}
.hamburger--vortex-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--vortex-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}
/* ============================================================= DOCUMENTATION */
/* This files contains the CSS styling for global elements, such as :
*
*      - Global settings
*      - Layout rules (for sections/spaces/alignment/...)
*      - Titles & text presets
*      - Flexbox presets
*      - Lists styling
*      - Colors presets
*      - Buttons and anchors presets
*      - Lazy loading animation
*/
/* ============================================================= GLOBAL SETTINGS */
body {
  font-family: var(--font);
  overflow-x: hidden;
  color: var(--color-body);
  background: #faf9f9;
  position: relative;
}
body::before {
  content: "";
  background: url(../img/ligne-background.svg);
  background-position: top center;
  background-size: 85%;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
/* ============================================================= LAYOUT */
.vpd {
  padding-top: var(--vpd);
  padding-bottom: var(--vpd);
}
.hpd {
  padding-left: var(--hpd);
  padding-right: var(--hpd);
}
.full {
  width: 100%;
}
.half {
  width: 50%;
}
.just-bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.just-img {
  object-fit: cover;
  object-position: center;
}
.shadow {
  box-shadow: 10px 10px 15px -10px rgba(51, 51, 51, 0.1);
}
.radius {
  border-radius: var(--radius);
}
.center {
  margin: 0 auto;
}
/* ============================================================= LISTS */
ul.bullet {
  list-style-type: disc;
  padding-left: 30px;
}
/* ============================================================= COLORS */
.white {
  color: #fff;
}
.primary {
  color: var(--color-primary);
}
.secondary {
  color: var(--color-secondary);
}
.ternary {
  color: var(--color-ternary);
}
.bg-white {
  background: white;
}
.bg-primary {
  background: var(--color-primary);
}
.bg-secondary {
  background: var(--color-secondary);
}
.bg-ternary {
  background: var(--color-ternary);
}
.bg-extralight-blue {
  background: var(--color-extralight-blue);
}
.bg-extralight-orange {
  background: var(--color-extralight-orange);
}
.to-white:hover {
  color: #fff;
}
/* ============================================================= BUTTONS AND ANCHORS */
button, a {
  cursor: pointer;
  display: inline-block;
  transition: 0.4s;
}
.btn-class {
  padding: 10px 15px;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  border: 0;
}
.btn-class {
  color: #fff;
  background: #333;
}
.btn-class:hover {
  background: #666;
}
/* ============================================================= FORM */
/* ============================================================= LAZY LOADING */
img[data-src] {
  min-height: 200px;
  background: linear-gradient(180deg, #fff, #c0c0c0, #fff) no-repeat;
  background-size: 500% 500%;
  animation: loading 1s infinite linear;
  font: 300 12px/1.5 var(--font);
}
@keyframes loading {
  0% {
    background-position: 50% -50%;
  }
  100% {
    background-position: 50% 150%;
  }
}
a {
  color: var(--color-link);
  text-decoration: underline;
}
h1, .h1 {
  font-size: 2rem;
  color: var(--color-primary);
  line-height: 2.4rem;
  font-weight: 500;
  color: white;
  font-family: var(--h-font);
}
h2, .h2 {
  position: relative;
  font-size: 1.75rem;
  margin: 0 0 calc(var(--vpd) / 2) 0;
  color: var(--color-primary);
  line-height: 2.06rem;
  font-weight: 400;
  font-family: var(--h-font);
}
h2::before, .h2::before {
  content: "";
  width: 12px;
  height: 75px;
  border-top-right-radius: var(--radius);
  border-bottom-right-radius: var(--radius);
  background: var(--color-ternary);
  position: absolute;
  top: 0;
  left: -40px;
}
h3, .h3 {
  font-size: 1.3rem;
  margin: 0 0 calc(var(--vpd) / 2) 0;
  color: var(--color-primary);
  line-height: 2rem;
  font-weight: 500;
  font-family: var(--font);
}
h4, .h4 {
  font-size: 1.25rem;
  margin: 0 0 calc(var(--vpd) / 2) 0;
  color: var(--color-primary);
  line-height: 1.75rem;
  font-weight: 500;
  font-family: var(--font);
}
h5, .h5 {
  font-size: 1rem;
  margin: 0 0 calc(var(--vpd) / 4) 0;
  color: var(--color-primary);
  line-height: 1.2rem;
  font-weight: 400;
  font-family: var(--font);
}
h6, .h6 {
  font-size: 0.9rem;
  margin: 0 0 calc(var(--vpd) / 4) 0;
  color: var(--color-primary);
  line-height: 1rem;
  font-weight: 400;
  font-family: var(--font);
}
@media screen and (min-width: 992px) {
  h1, .h1 {
    font-size: 2.5rem;
    line-height: 2.8rem;
  }
  h2, .h2 {
    font-size: 2.18rem;
    line-height: 2.56rem;
  }
  h3, .h3 {
    font-size: 1.56rem;
    line-height: 2rem;
  }
}
img {
  width: 100%;
  object-fit: cover;
}
p {
  font-size: 1rem;
  line-height: 1.43rem;
  padding: 0;
  margin: 0 0 var(--hpd);
  font-weight: 400;
  font-family: var(--font);
}
p + h2, p + h3, p + h4 {
  margin-top: 30px !important;
}
strong {
  font-weight: 600;
}
.bolder {
  font-weight: 600;
}
span.border-left-title {
  position: relative;
}
span.border-left-title::before {
  content: "";
  position: absolute;
  left: -15px;
  height: 100%;
  width: 1px;
  background: var(--color-secondary);
  top: 0;
}
@media screen and (min-width: 992px) {
  span.border-left-title::before {
    left: -30px;
  }
  h3 span.border-left-title {
    position: relative;
  }
  h3 span.border-left-title::before {
    left: -15px;
  }
}
ul {
  list-style: disc;
  margin-bottom: 25px;
  padding-left: 20px;
}
ul li {
  margin-bottom: 10px;
  line-height: 1.63rem;
}
ul li:last-of-type {
  margin-bottom: 0;
}
.wcom-block-columns .wcom-block-column .wcom-block-column-wrapper .wcom-block-column-container-text ul {
  list-style: none;
  padding-left: 32px;
  margin-top: 15px !important;
}
.wcom-block-columns .wcom-block-column .wcom-block-column-wrapper .wcom-block-column-container-text ul li {
  position: relative;
  margin-bottom: 10px;
}
.wcom-block-columns .wcom-block-column .wcom-block-column-wrapper .wcom-block-column-container-text ul li::before {
  content: "";
  background: url("https://ageom.fr/wp-content/themes/wcom/assets/img/svg/arrow-cta.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: -32px;
  top: 6px;
  width: 15px;
  height: 15px;
}
.wcom-block-columns .wcom-block-column .wcom-block-column-wrapper .wcom-block-column-container-text ol {
  margin-left: 30px;
  margin-bottom: var(--vpd);
}
.wcom-block-columns .wcom-block-column .wcom-block-column-wrapper .wcom-block-column-container-text ol li {
  padding-bottom: 10px;
}
.wcom-block-toggle-side-content-wrapper ul {
  list-style: none;
  padding-left: 32px;
  margin-top: 15px !important;
}
.wcom-block-toggle-side-content-wrapper ul li {
  position: relative;
  margin-bottom: 10px;
}
.wcom-block-toggle-side-content-wrapper ul li::before {
  content: "";
  background: url("https://ageom.fr/wp-content/themes/wcom/assets/img/svg/arrow-cta.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: -32px;
  top: 6px;
  width: 15px;
  height: 15px;
}
.wcom-block-toggle-side-content-wrapper ol {
  margin-left: 30px;
  margin-bottom: var(--vpd);
}
.wcom-block-toggle-side-content-wrapper ol li {
  padding-bottom: 10px;
}
header.header {
  position: fixed;
  left: 0;
  right: 0;
  height: var(--navtop);
  background-color: #fff;
  z-index: 200;
  justify-content: center;
  align-items: center;
}
header.header .header-logo {
  z-index: 120;
}
header.header .header-logo img {
  height: calc(var(--navtop) - 40px);
  width: auto;
}
header.header .header-menu {
  flex: 0;
  width: 0;
}
header.header .header-menu .menu {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  transform: translateX(100vw);
  margin: 0;
  padding: 0;
  background-color: var(--color-extralight-blue);
  z-index: 100;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: transform 500ms;
  list-style: none;
}
header.header .header-menu .menu li {
  margin: 0 0 30px 0;
  text-align: center;
}
header.header .header-menu .menu li a {
  text-decoration: none;
  font-weight: 300;
  font-size: 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: var(--color-primary);
  text-align: center;
  white-space: nowrap;
  padding: 0 15px;
}
header.header .header-menu .menu li a img {
  height: 15px;
  object-fit: contain;
  margin-bottom: 10px;
  width: fit-content;
}
header.header .header-menu .menu li:hover a {
  color: var(--color-secondary);
  transition: color 300ms cubic-bezier(0.075, 0.82, 0.165, 1);
}
header.header .header-menu .menu li .sub-menu {
  list-style: none;
  padding: 0;
  margin: 25px 0 0 0;
}
header.header .header-menu .menu li .sub-menu li a {
  font-weight: 400;
  font-size: 16px;
}
header.header .header-menu .menu.menu.is-active {
  transform: translateX(0);
}
header.header .header-menu .header-menu-cta {
  display: none;
}
@media screen and (min-width: 992px) {
  header .header-logo {
    margin-right: 15px;
  }
  header .header-menu.header-menu-break-md {
    width: 100%;
    flex: 1;
  }
  header .header-menu.header-menu-break-md .menu {
    position: relative;
    transform: none;
    flex-direction: row;
    background: white;
  }
  header .header-menu.header-menu-break-md .menu li {
    margin-right: 15px;
    margin-bottom: 0;
    position: relative;
  }
  header .header-menu.header-menu-break-md .menu li a {
    font-size: 16px;
    font-weight: 400;
    flex-direction: row;
    text-align: left;
    line-height: 18px;
    padding: 0;
    width: max-content;
  }
  header .header-menu.header-menu-break-md .menu li a img {
    height: 12px;
    object-fit: contain;
    margin-right: 10px;
    margin-bottom: 0;
  }
  header .header-menu.header-menu-break-md .menu li .sub-menu {
    display: none;
    position: absolute;
    top: 100%;
  }
  header .header-menu.header-menu-break-md .header-menu-cta {
    display: flex;
    align-items: center;
  }
  header .header-menu.header-menu-break-md .header-menu-toggle {
    display: none;
  }
}
footer {
  position: relative;
  z-index: 1;
  background: var(--color-primary);
}
footer .footer-logo {
  display: flex;
  justify-content: center;
}
footer .footer-logo img {
  height: 40px;
  display: table;
  margin-bottom: 30px;
  object-fit: contain;
  width: fit-content;
}
footer .footer-wrapper .footer_tel {
  text-decoration: none;
  font-weight: 300;
}
footer .footer-wrapper .footer_col {
  margin: 0 0 15px 0;
  text-align: center;
  color: white;
}
footer .footer-wrapper .footer_col h4, footer .footer-wrapper .footer_col h5, footer .footer-wrapper .footer_col h6 {
  margin: 0 0 25px 0;
  color: white;
}
footer .footer-wrapper .footer_col a {
  color: white;
}
footer .footer-wrapper .footer_col a.btn {
  margin: 0 auto;
}
footer .footer-wrapper .footer_col p {
  margin-top: 25px;
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 1.75rem;
}
footer .footer-wrapper .footer_col ul {
  list-style: none;
  padding: 0;
}
footer .footer-wrapper .footer_col ul li {
  text-decoration: none;
  color: var(--color-primary);
  font-weight: 300;
  cursor: pointer;
}
footer .footer-wrapper .footer_col ul li a {
  text-decoration: none;
  color: white;
  font-weight: 300;
}
footer .footer-wrapper .footer_col .certifications {
  margin-bottom: 30px;
}
footer .footer-wrapper .footer_col .certifications img {
  height: 75px;
  object-fit: contain;
  width: fit-content;
  margin-right: 10px;
}
footer .footer-wrapper .footer_col .footer_rs {
  margin-bottom: 25px;
}
footer .footer-wrapper .footer_col .footer_rs a.footer_rs_item {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}
footer .footer-wrapper .footer_col .footer_rs a.footer_rs_item img {
  width: 100%;
  height: auto;
}
footer .footer-wrapper .footer_col .footer_cta a:not(footer .footer-wrapper .footer_col .footer_cta a:first-of-type) {
  margin-top: 15px;
}
footer .footer-copyright {
  padding: 25px var(--vpd);
  opacity: 0.5;
}
footer .footer-copyright p, footer .footer-copyright a {
  color: white;
  margin: 0;
  font-size: 14px;
  text-decoration: none;
}
@media screen and (min-width: 992px) {
  footer .footer-logo {
    justify-content: flex-start;
  }
  footer .footer-wrapper {
    gap: 25px;
  }
  footer .footer-wrapper .footer_col {
    margin: 0;
    text-align: left;
  }
  footer .footer-wrapper .footer_col:first-of-type {
    width: 450px;
    flex: 0 0 450px;
    padding-right: 150px;
  }
  footer .footer-wrapper .footer_col h4, footer .footer-wrapper .footer_col h5, footer .footer-wrapper .footer_col h6 {
    color: var(--color-secondary);
  }
  footer .footer-wrapper .footer_col p:first-of-type {
    margin-top: 0;
  }
  footer .footer-wrapper .footer_col a.btn {
    margin: unset;
  }
  footer .footer-copyright {
    padding: 50px var(--vpd) 0;
  }
}
#main {
  min-height: calc(100vh - var(--navtop) - var(--footer));
  position: relative;
  z-index: 1;
  padding-top: calc(var(--navtop));
}
.container {
  padding: calc(var(--vpd)*2) 8%;
}
@media screen and (min-width: 992px) {
  .container {
    padding: calc(var(--vpd)*2) 10%;
  }
}
.header-menu-mobile {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  background-color: white;
  z-index: 200;
  border-top-left-radius: var(--radius);
  border-top-right-radius: var(--radius);
}
.header-menu-mobile .header-menu-mobile-cta {
  flex: 1;
  padding: 10px;
}
.header-menu-mobile .header-menu-mobile-cta .header-menu-mobile-cta-wrapper {
  display: flex;
}
.header-menu-mobile .header-menu-mobile-cta .header-menu-mobile-cta-wrapper .header-menu-mobile-cta-item {
  flex: 1;
}
.header-menu-mobile .header-menu-mobile-cta .header-menu-mobile-cta-wrapper .header-menu-mobile-cta-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 7.5px;
}
.header-menu-mobile .header-menu-mobile-cta .header-menu-mobile-cta-wrapper .header-menu-mobile-cta-item a img {
  margin: 0;
}
.header-menu-mobile .header-menu-mobile-cta .header-menu-mobile-cta-wrapper .header-menu-mobile-cta-item a span {
  font-size: 12px;
}
.header-menu-mobile .header-menu-mobile-cta .header-menu-mobile-cta-wrapper .header-menu-mobile-cta-item:last-of-type {
  margin: 0;
}
.header-menu-mobile .header-menu-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  margin: 0 15px;
  transform: translateY(2px);
}
@media screen and (min-width: 375px) {
  .header-menu-mobile.header-menu-mobile-break-xs {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .header-menu-mobile.header-menu-mobile-break-sm {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .header-menu-mobile.header-menu-mobile-break-md {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .header-menu-mobile.header-menu-mobile-break-lg {
    display: none;
  }
}
@media screen and (min-width: 1980px) {
  .header-menu-mobile.header-menu-mobile-break-xl {
    display: none;
  }
}
#breadcrumbs {
  margin-bottom: 15px;
}
#breadcrumbs a, #breadcrumbs span {
  color: white;
  font-size: 14px;
  font-weight: 400;
}
#breadcrumbs > span > span a:first-of-type {
  content: url("https://ageom.fr//wp-content/themes/wcom/assets/img/svg/icon-breadcrumbs-white.svg");
  margin-right: 7.5px;
  position: relative;
  top: 3px;
}
.grecaptcha-badge {
  display: none !important;
}
#header-page {
  height: calc(90vh - var(--navtop));
  position: relative;
  z-index: 0;
  background-size: cover;
  background-repeat: no-repeat;
  border-bottom-left-radius: 60px;
  border-bottom-right-radius: 60px;
  overflow: hidden;
  color: white;
}
#header-page p {
  margin-bottom: 30px;
}
#header-page .container {
  width: 100%;
  height: 100%;
  z-index: 1;
  position: relative;
}
#header-page::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, #0b2f45 0%, #0b2f45 6%, rgba(11, 47, 69, 0.19513743) 84%, rgba(11, 47, 69, 0) 99%);
  opacity: 1;
  z-index: 0;
}
.scroll-indicator {
  width: fit-content;
  position: absolute;
  right: 8%;
  bottom: 30px;
}
.scroll-indicator .scroll {
  position: relative;
  margin: auto;
  text-align: center;
  height: 50px;
  overflow: hidden;
}
.scroll-indicator .scroll__line {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1px;
  height: 100%;
  z-index: 10;
  background-color: var(--color-ternary);
  animation: scroll 2.4s infinite normal;
  transform: translateY(-50%);
}
.scroll-indicator .scroll__arrow {
  display: block;
  position: relative;
  z-index: 111;
  padding-left: 1px;
  top: -12px;
}
.scroll-indicator .scroll__arrow svg {
  width: 10px;
}
.scroll-indicator .scroll__arrow svg g {
  stroke: var(--color-ternary);
}
.scroll-indicator::before {
  content: "";
  width: 25px;
  height: 44px;
  border: 1px solid var(--color-ternary);
  border-radius: 13px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@keyframes scroll {
  0% {
    transform: translate3d(0, -100%, 0);
  }
  15% {
    transform: translate3d(0, -95%, 0);
  }
  85% {
    transform: translate3d(0, 95%, 0);
  }
  100% {
    transform: translate3d(0, 100%, 0);
  }
}
.card {
  padding: 50px 30px;
  border-radius: var(--radius);
}
.card h2::before {
  display: none;
  margin-left: 0;
}
.card .wcom-block-column-container-cta, .card .wcom-block-column-container-text {
  padding-left: 0 !important;
}
.card h2, .card h3, .card h4, .card h5, .card h6, .card .h2, .card .h3, .card .h4, .card .h5, .card .h6 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.card .wcom-block-column-container-cta {
  margin-left: 0px !important;
}
.card p {
  margin-bottom: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.card.card-active {
  transition: transform 300ms cubic-bezier(0.05, 0.3, 0.72, 0.99);
}
.card.card-active:hover {
  background: var(--color-extralight-orange);
  transform: translateY(-10px);
  transition: transform 300ms cubic-bezier(0.05, 0.3, 0.72, 0.99);
}
.post-informations {
  font-weight: 500;
}
.slick-carousel-img.wcom-block-slider-process.slick-slider {
  min-height: 45vh;
}
.slick-carousel-img.wcom-block-slider-process.slick-slider div, .slick-carousel-img.wcom-block-slider-process.slick-slider div img {
  min-height: inherit;
}
.page-id-526 #header-page {
  background-position: 25% 20%;
  min-height: 710px;
}
.navigation.pagination .page-numbers {
  margin: 0 10px;
  text-decoration: none;
}
.navigation.pagination .nav-links {
  display: flex;
  align-items: center;
}
.navigation.pagination .next, .navigation.pagination .prev {
  position: relative;
  font-size: 0;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.navigation.pagination .next::after, .navigation.pagination .prev::after {
  content: "";
  background-image: url("https://ageom.fr/wp-content/themes/wcom/assets/img/svg/arrow-right-slider.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  position: relative;
  display: inline-block;
}
.navigation.pagination .prev::after {
  transform: rotate(180deg);
}
@media screen and (min-width: 992px) {
  .scroll-indicator {
    right: 10%;
  }
  .block-sticky {
    position: sticky;
    top: calc(var(--navtop) + var(--vpd));
    height: fit-content;
  }
  .block-sticky img {
    height: unset !important;
    aspect-ratio: 1;
  }
}
#header-page.header-single {
  height: 50vh;
}
#contact-block {
  background: var(--color-extralight-blue);
  position: relative;
  z-index: 0;
}
#contact-block::before {
  content: "";
  background: url("https://ageom.fr//wp-content/themes/wcom/assets/img/svg/background-contact.svg");
  background-repeat: no-repeat;
  background-size: auto;
  background-position: bottom center;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -5px;
  left: 0;
  z-index: 0;
}
#contact-block .fx {
  position: relative;
  z-index: 1;
}
#contact-block h2::before {
  display: none;
}
#contact-block p {
  margin-bottom: 30px;
}
#contact-block .cta-contact a {
  margin: 0 auto;
}
@media screen and (min-width: 992px) {
  #contact-block {
    background: var(--color-extralight-blue);
  }
  #contact-block::after {
    content: "";
    background: var(--color-extralight-blue);
    top: 0%;
    left: 50%;
    border-radius: 100%;
    z-index: -1;
    width: 100vw;
    height: 150px;
    transform: translate(-50%, -50%);
    position: absolute;
  }
}
.blog #breadcrumbs span, .blog #breadcrumbs a {
  color: var(--color-primary);
}
.blog #breadcrumbs > span > span a:first-of-type {
  content: url("https://ageom.fr//wp-content/themes/wcom/assets/img/svg/icon-breadcrumbs.svg");
}
.blog #breadcrumbs .breadcrumb_last {
  color: var(--color-secondary);
}
.blog .post_blog-item {
  padding: 7.5px;
}
.blog .card {
  background: var(--color-extralight-orange);
  padding: 0;
}
.blog .card .imgWrap {
  border-radius: var(--radius);
  overflow: hidden;
}
.blog .card .card-content {
  padding: 30px;
}
.blog .card .post-informations {
  font-size: 12px;
  color: var(--color-secondary);
  margin-bottom: 15px;
}
.wp-block-pullquote {
  padding: 50px 0;
  margin: 0;
  text-align: center;
}
.wp-block-pullquote p {
  font-size: 60px;
}
.wp-block-pullquote cite {
  font-size: 20px;
}
.wp-block-quote {
  margin: 0;
  text-align: center;
  background: #f2f2f2;
}
.wp-block-quote::before {
  content: "''";
  font-size: 150px;
  font-weight: bold;
  color: lightgray;
}
.wp-block-quote p {
  font-size: 20px;
  font-style: italic;
}
.wp-block-quote cite {
  font-size: 16px;
  font-style: normal;
  color: grey;
}
.wp-block-image {
  margin: 0;
}
.wp-block-cover .wp-block-cover__inner-container h2 {
  font-size: 40px;
}
.wp-block-cover .wp-block-cover__inner-container p {
  font-size: 16px;
}
.wp-block-buttons {
  gap: 25px;
}
.wp-block-buttons .wp-block-button {
  flex: 1;
  margin: 0;
  text-align: center;
}
.wp-block-latest-posts__list li .wp-block-latest-posts__featured-image a {
  width: 100%;
}
.wp-block-latest-posts__list li .wp-block-latest-posts__featured-image a img {
  width: 100% !important;
  height: 100% !important;
}
.wp-block-latest-posts__list li a {
  text-decoration: none !important;
  color: #1e4319;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  padding-bottom: 20px;
}
.wp-block-spacer {
  height: 100%;
}
.fx-row {
  flex-direction: row;
}
.fx-col {
  flex-direction: column;
}
.fx-wrap {
  flex-wrap: wrap;
}
.just-center {
  justify-content: center;
}
.just-end {
  justify-content: flex-end;
}
.just-start {
  justify-content: flex-start;
}
.just-around {
  justify-content: space-around;
}
.just-between {
  justify-content: space-between;
}
.al-center {
  align-items: center;
}
.al-end {
  align-items: flex-end;
}
.al-start {
  align-items: flex-start;
}
.flex-1 {
  flex: 1;
}
.flex-50 {
  flex: 0 0 50%;
}
.flex-33 {
  flex: 0 0 33.33%;
}
.flex-25 {
  flex: 0 0 25%;
}
.flex-20 {
  flex: 0 0 20%;
}
.fx-full {
  margin-left: calc(-1 * var(--hpd));
  margin-right: calc(-1 * var(--hpd));
}
.fx-order-1 {
  order: 1;
}
.fx-order-2 {
  order: 2;
}
.fx-order-3 {
  order: 3;
}
.fx-order-4 {
  order: 4;
}
.fx-order-5 {
  order: 5;
}
.fx-order-6 {
  order: 6;
}
.fx-order-7 {
  order: 7;
}
.fx-order-8 {
  order: 8;
}
.fx-order-9 {
  order: 9;
}
.fx-order-10 {
  order: 10;
}
.fx-gap-0 {
  gap: 0;
}
.fx-gap-1 {
  gap: 15px;
}
.fx-gap-2 {
  gap: 30px;
}
.fx-gap-3 {
  gap: 60px;
}
.fx-gap-4 {
  gap: 90px;
}
.fx-gap-5 {
  gap: 120px;
}
@media screen and (min-width: 375px) {
  .fx-xs-row {
    flex-direction: row;
  }
  .fx-xs-col {
    flex-direction: column;
  }
  .flex-xs-1 {
    flex: 1;
  }
  .flex-xs-50 {
    flex: 0 0 50%;
  }
  .flex-xs-33 {
    flex: 0 0 33.33%;
  }
  .flex-xs-25 {
    flex: 0 0 25%;
  }
  .flex-xs-20 {
    flex: 0 0 20%;
  }
  .fx-xs-wrap {
    flex-wrap: wrap;
  }
  .just-xs-center {
    justify-content: center;
  }
  .just-xs-end {
    justify-content: flex-end;
  }
  .just-xs-start {
    justify-content: flex-start;
  }
  .just-xs-around {
    justify-content: space-around;
  }
  .just-xs-between {
    justify-content: space-between;
  }
  .al-xs-center {
    align-items: center;
  }
  .al-xs-end {
    align-items: flex-end;
  }
  .al-xs-start {
    align-items: flex-start;
  }
  .fx-xs-order-1 {
    order: 1;
  }
  .fx-xs-order-2 {
    order: 2;
  }
  .fx-xs-order-3 {
    order: 3;
  }
  .fx-xs-order-4 {
    order: 4;
  }
  .fx-xs-order-5 {
    order: 5;
  }
  .fx-xs-order-6 {
    order: 6;
  }
  .fx-xs-order-7 {
    order: 7;
  }
  .fx-xs-order-8 {
    order: 8;
  }
  .fx-xs-order-9 {
    order: 9;
  }
  .fx-xs-order-10 {
    order: 10;
  }
  .fx-gap-xs-0 {
    gap: 0;
  }
  .fx-gap-xs-1 {
    gap: 15px;
  }
  .fx-gap-xs-2 {
    gap: 30px;
  }
  .fx-gap-xs-3 {
    gap: 60px;
  }
  .fx-gap-xs-4 {
    gap: 90px;
  }
  .fx-gap-xs-5 {
    gap: 120px;
  }
}
@media screen and (min-width: 768px) {
  .fx-sm-row {
    flex-direction: row;
  }
  .fx-sm-col {
    flex-direction: column;
  }
  .flex-sm-1 {
    flex: 1;
  }
  .flex-sm-50 {
    flex: 0 0 50%;
  }
  .flex-sm-33 {
    flex: 0 0 33.33%;
  }
  .flex-sm-25 {
    flex: 0 0 25%;
  }
  .flex-sm-20 {
    flex: 0 0 20%;
  }
  .fx-sm-wrap {
    flex-wrap: wrap;
  }
  .just-sm-center {
    justify-content: center;
  }
  .just-sm-end {
    justify-content: flex-end;
  }
  .just-sm-start {
    justify-content: flex-start;
  }
  .just-sm-around {
    justify-content: space-around;
  }
  .just-sm-between {
    justify-content: space-between;
  }
  .al-sm-center {
    align-items: center;
  }
  .al-sm-end {
    align-items: flex-end;
  }
  .al-sm-start {
    align-items: flex-start;
  }
  .fx-sm-order-1 {
    order: 1;
  }
  .fx-sm-order-2 {
    order: 2;
  }
  .fx-sm-order-3 {
    order: 3;
  }
  .fx-sm-order-4 {
    order: 4;
  }
  .fx-sm-order-5 {
    order: 5;
  }
  .fx-sm-order-6 {
    order: 6;
  }
  .fx-sm-order-7 {
    order: 7;
  }
  .fx-sm-order-8 {
    order: 8;
  }
  .fx-sm-order-9 {
    order: 9;
  }
  .fx-sm-order-10 {
    order: 10;
  }
  .fx-gap-sm-0 {
    gap: 0;
  }
  .fx-gap-sm-1 {
    gap: 15px;
  }
  .fx-gap-sm-2 {
    gap: 30px;
  }
  .fx-gap-sm-3 {
    gap: 60px;
  }
  .fx-gap-sm-4 {
    gap: 90px;
  }
  .fx-gap-sm-5 {
    gap: 120px;
  }
}
@media screen and (min-width: 992px) {
  .fx-md-row {
    flex-direction: row;
  }
  .fx-md-col {
    flex-direction: column;
  }
  .flex-md-1 {
    flex: 1;
  }
  .flex-md-50 {
    flex: 0 0 50%;
  }
  .flex-md-33 {
    flex: 0 0 33.33%;
  }
  .flex-md-25 {
    flex: 0 0 25%;
  }
  .flex-md-20 {
    flex: 0 0 20%;
  }
  .fx-md-wrap {
    flex-wrap: wrap;
  }
  .just-md-center {
    justify-content: center;
  }
  .just-md-end {
    justify-content: flex-end;
  }
  .just-md-start {
    justify-content: flex-start;
  }
  .just-md-around {
    justify-content: space-around;
  }
  .just-md-between {
    justify-content: space-between;
  }
  .al-md-center {
    align-items: center;
  }
  .al-md-end {
    align-items: flex-end;
  }
  .al-md-start {
    align-items: flex-start;
  }
  .fx-md-order-1 {
    order: 1;
  }
  .fx-md-order-2 {
    order: 2;
  }
  .fx-md-order-3 {
    order: 3;
  }
  .fx-md-order-4 {
    order: 4;
  }
  .fx-md-order-5 {
    order: 5;
  }
  .fx-md-order-6 {
    order: 6;
  }
  .fx-md-order-7 {
    order: 7;
  }
  .fx-md-order-8 {
    order: 8;
  }
  .fx-md-order-9 {
    order: 9;
  }
  .fx-md-order-10 {
    order: 10;
  }
  .fx-gap-md-0 {
    gap: 0;
  }
  .fx-gap-md-1 {
    gap: 15px;
  }
  .fx-gap-md-2 {
    gap: 30px;
  }
  .fx-gap-md-3 {
    gap: 60px;
  }
  .fx-gap-md-4 {
    gap: 90px;
  }
  .fx-gap-md-5 {
    gap: 120px;
  }
}
@media screen and (min-width: 1200px) {
  .fx-lg-row {
    flex-direction: row;
  }
  .fx-lg-col {
    flex-direction: column;
  }
  .flex-lg-1 {
    flex: 1;
  }
  .flex-lg-50 {
    flex: 0 0 50%;
  }
  .flex-lg-33 {
    flex: 0 0 33.33%;
  }
  .flex-lg-25 {
    flex: 0 0 25%;
  }
  .flex-lg-20 {
    flex: 0 0 20%;
  }
  .fx-lg-wrap {
    flex-wrap: wrap;
  }
  .just-lg-center {
    justify-content: center;
  }
  .just-lg-end {
    justify-content: flex-end;
  }
  .just-lg-start {
    justify-content: flex-start;
  }
  .just-lg-around {
    justify-content: space-around;
  }
  .just-lg-between {
    justify-content: space-between;
  }
  .al-lg-center {
    align-items: center;
  }
  .al-lg-end {
    align-items: flex-end;
  }
  .al-lg-start {
    align-items: flex-start;
  }
  .fx-lg-order-1 {
    order: 1;
  }
  .fx-lg-order-2 {
    order: 2;
  }
  .fx-lg-order-3 {
    order: 3;
  }
  .fx-lg-order-4 {
    order: 4;
  }
  .fx-lg-order-5 {
    order: 5;
  }
  .fx-lg-order-6 {
    order: 6;
  }
  .fx-lg-order-7 {
    order: 7;
  }
  .fx-lg-order-8 {
    order: 8;
  }
  .fx-lg-order-9 {
    order: 9;
  }
  .fx-lg-order-10 {
    order: 10;
  }
  .fx-gap-lg-0 {
    gap: 0;
  }
  .fx-gap-lg-1 {
    gap: 15px;
  }
  .fx-gap-lg-2 {
    gap: 30px;
  }
  .fx-gap-lg-3 {
    gap: 60px;
  }
  .fx-gap-lg-4 {
    gap: 90px;
  }
  .fx-gap-lg-5 {
    gap: 120px;
  }
}
@media screen and (min-width: 1980px) {
  .fx-xl-row {
    flex-direction: row;
  }
  .fx-xl-col {
    flex-direction: column;
  }
  .flex-xl-1 {
    flex: 1;
  }
  .flex-xl-50 {
    flex: 0 0 50%;
  }
  .flex-xl-33 {
    flex: 0 0 33.33%;
  }
  .flex-xl-25 {
    flex: 0 0 25%;
  }
  .flex-xl-20 {
    flex: 0 0 20%;
  }
  .fx-xl-wrap {
    flex-wrap: wrap;
  }
  .just-xl-center {
    justify-content: center;
  }
  .just-xl-end {
    justify-content: flex-end;
  }
  .just-xl-start {
    justify-content: flex-start;
  }
  .just-xl-around {
    justify-content: space-around;
  }
  .just-xl-between {
    justify-content: space-between;
  }
  .al-xl-center {
    align-items: center;
  }
  .al-xl-end {
    align-items: flex-end;
  }
  .al-xl-start {
    align-items: flex-start;
  }
  .fx-xl-order-1 {
    order: 1;
  }
  .fx-xl-order-2 {
    order: 2;
  }
  .fx-xl-order-3 {
    order: 3;
  }
  .fx-xl-order-4 {
    order: 4;
  }
  .fx-xl-order-5 {
    order: 5;
  }
  .fx-xl-order-6 {
    order: 6;
  }
  .fx-xl-order-7 {
    order: 7;
  }
  .fx-xl-order-8 {
    order: 8;
  }
  .fx-xl-order-9 {
    order: 9;
  }
  .fx-xl-order-10 {
    order: 10;
  }
  .fx-gap-xl-0 {
    gap: 0;
  }
  .fx-gap-xl-1 {
    gap: 15px;
  }
  .fx-gap-xl-2 {
    gap: 30px;
  }
  .fx-gap-xl-3 {
    gap: 60px;
  }
  .fx-gap-xl-4 {
    gap: 90px;
  }
  .fx-gap-xl-5 {
    gap: 120px;
  }
}
.has-primary-color {
  color: var(--color-primary);
}
.has-primary-background-color {
  background-color: var(--color-primary);
}
.text-primary {
  color: var(--color-primary);
}
.bg-primary {
  background-color: var(--color-primary);
}
.has-secondary-color {
  color: var(--color-secondary);
}
.has-secondary-background-color {
  background-color: var(--color-secondary);
}
.text-secondary {
  color: var(--color-secondary);
}
.bg-secondary {
  background-color: var(--color-secondary);
}
.has-ternary-color {
  color: var(--color-ternary);
}
.has-ternary-background-color {
  background-color: var(--color-ternary);
}
.text-ternary {
  color: var(--color-ternary);
}
.bg-ternary {
  background-color: var(--color-ternary);
}
.has-body-color {
  color: var(--color-body);
}
.has-body-background-color {
  background-color: var(--color-body);
}
.text-body {
  color: var(--color-body);
}
.bg-body {
  background-color: var(--color-body);
}
.has-white-color {
  color: #fff;
}
.has-white-background-color {
  background-color: #fff;
}
.text-white {
  color: #fff;
}
.bg-white {
  background-color: #fff;
}
.has-black-color {
  color: #283239;
}
.has-black-background-color {
  background-color: #283239;
}
.text-black {
  color: #283239;
}
.bg-black {
  background-color: #283239;
}
.btn {
  display: inline-block;
  text-decoration: none;
  position: relative;
  padding: 10px 20px;
  border-radius: 50px;
  width: fit-content;
  display: flex;
  align-items: center;
  margin-right: 10px;
  font-weight: 500;
}
.btn span {
  color: #fff;
  font-size: 14px;
  line-height: 22px;
  text-align: left;
  font-weight: 500;
}
.btn img {
  display: none;
}
.btn-primary {
  color: #fff;
  text-align: center;
  background-color: var(--color-primary);
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.3);
  transition: box-shadow 150ms linear, background-color 150ms linear, transform 150ms linear;
}
.btn-primary:hover {
  background-color: #0c5f8f;
  box-shadow: 12px 8px 15px 0px rgba(0, 0, 0, 0.2);
  transition: box-shadow 150ms linear, background-color 150ms linear, transform 150ms linear;
  transform: scale(0.98);
}
.btn-secondary {
  color: #fff;
  background: var(--color-secondary);
  text-align: center;
}
.btn-secondary:hover {
  background-color: #d86908;
  box-shadow: 12px 8px 15px 0px rgba(0, 0, 0, 0.2);
  transition: box-shadow 150ms linear, background-color 150ms linear, transform 150ms linear;
  transform: scale(0.98);
}
.btn-ternary {
  border-color: var(--color-ternary);
  color: #fff;
  text-align: center;
}
.btn-ternary:hover {
  background-color: #f0ba09;
  box-shadow: 12px 8px 15px 0px rgba(0, 0, 0, 0.2);
  transition: box-shadow 150ms linear, background-color 150ms linear, transform 150ms linear;
  transform: scale(0.98);
}
.btn-primary-outline {
  color: var(--color-primary);
  border-color: var(--color-primary);
  background-color: transparent;
  border-width: 1px;
  border-style: solid;
  font-weight: 300;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  text-align: center;
}
.btn-secondary-outline {
  color: var(--color-secondary);
  border-color: var(--color-secondary);
  background-color: transparent;
  border-width: 1px;
  border-style: solid;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  text-align: center;
}
.btn-ternary-outline {
  color: var(--color-ternary);
  border-color: var(--color-ternary);
  background-color: transparent;
  border-width: 1px;
  border-style: solid;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  text-align: center;
}
.cta-card {
  position: relative;
  display: flex;
  align-items: center;
  text-decoration: none;
  font-weight: 600;
  font-size: 12px;
}
.cta-card::before {
  content: url("https://ageom.fr/wp-content/themes/wcom/assets/img/svg/arrow-cta.svg");
  margin-right: 10px;
  width: 10px;
  height: auto;
}
p.btn-primary a, p .btn-secondary a {
  color: white !important;
  text-decoration: none;
}
.my-0 {
  margin-top: 0;
  margin-bottom: 0;
}
.mt-0 {
  margin-top: 0;
}
.mb-0 {
  margin-bottom: 0;
}
.my-1 {
  margin-top: 15px;
  margin-bottom: 15px;
}
.mt-1 {
  margin-top: 15px;
}
.mb-1 {
  margin-bottom: 15px;
}
.my-2 {
  margin-top: 30px;
  margin-bottom: 30px;
}
.mt-2 {
  margin-top: 30px;
}
.mb-2 {
  margin-bottom: 30px;
}
.my-3 {
  margin-top: 60px;
  margin-bottom: 60px;
}
.mt-3 {
  margin-top: 60px;
}
.mb-3 {
  margin-bottom: 60px;
}
.my-4 {
  margin-top: 90px;
  margin-bottom: 90px;
}
.mt-4 {
  margin-top: 90px;
}
.mb-4 {
  margin-bottom: 90px;
}
.my-5 {
  margin-top: 120px;
  margin-bottom: 120px;
}
.mt-5 {
  margin-top: 120px;
}
.mb-5 {
  margin-bottom: 120px;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.mx-0 {
  margin-left: 0;
  margin-right: 0;
}
.ml-0 {
  margin-left: 0;
}
.mr-0 {
  margin-right: 0;
}
.mx-1 {
  margin-left: 15px;
  margin-right: 15px;
}
.ml-1 {
  margin-left: 15px;
}
.mr-1 {
  margin-right: 15px;
}
.mx-2 {
  margin-left: 30px;
  margin-right: 30px;
}
.ml-2 {
  margin-left: 30px;
}
.mr-2 {
  margin-right: 30px;
}
.mx-3 {
  margin-left: 60px;
  margin-right: 60px;
}
.ml-3 {
  margin-left: 60px;
}
.mr-3 {
  margin-right: 60px;
}
.mx-4 {
  margin-left: 90px;
  margin-right: 90px;
}
.ml-4 {
  margin-left: 90px;
}
.mr-4 {
  margin-right: 90px;
}
.mx-5 {
  margin-left: 120px;
  margin-right: 120px;
}
.ml-5 {
  margin-left: 120px;
}
.mr-5 {
  margin-right: 120px;
}
@media screen and (min-width: 375px) {
  .my-xs-0 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .mt-xs-0 {
    margin-top: 0;
  }
  .mb-xs-0 {
    margin-bottom: 0;
  }
  .my-xs-1 {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .mt-xs-1 {
    margin-top: 15px;
  }
  .mb-xs-1 {
    margin-bottom: 15px;
  }
  .my-xs-2 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .mt-xs-2 {
    margin-top: 30px;
  }
  .mb-xs-2 {
    margin-bottom: 30px;
  }
  .my-xs-3 {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .mt-xs-3 {
    margin-top: 60px;
  }
  .mb-xs-3 {
    margin-bottom: 60px;
  }
  .my-xs-4 {
    margin-top: 90px;
    margin-bottom: 90px;
  }
  .mt-xs-4 {
    margin-top: 90px;
  }
  .mb-xs-4 {
    margin-bottom: 90px;
  }
  .my-xs-5 {
    margin-top: 120px;
    margin-bottom: 120px;
  }
  .mt-xs-5 {
    margin-top: 120px;
  }
  .mb-xs-5 {
    margin-bottom: 120px;
  }
  .mx-xs-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .mx-xs-0 {
    margin-left: 0;
    margin-right: 0;
  }
  .ml-xs-0 {
    margin-left: 0;
  }
  .mr-xs-0 {
    margin-right: 0;
  }
  .mx-xs-1 {
    margin-left: 15px;
    margin-right: 15px;
  }
  .ml-xs-1 {
    margin-left: 15px;
  }
  .mr-xs-1 {
    margin-right: 15px;
  }
  .mx-xs-2 {
    margin-left: 30px;
    margin-right: 30px;
  }
  .ml-xs-2 {
    margin-left: 30px;
  }
  .mr-xs-2 {
    margin-right: 30px;
  }
  .mx-xs-3 {
    margin-left: 60px;
    margin-right: 60px;
  }
  .ml-xs-3 {
    margin-left: 60px;
  }
  .mr-xs-3 {
    margin-right: 60px;
  }
  .mx-xs-4 {
    margin-left: 90px;
    margin-right: 90px;
  }
  .ml-xs-4 {
    margin-left: 90px;
  }
  .mr-xs-4 {
    margin-right: 90px;
  }
  .mx-xs-5 {
    margin-left: 120px;
    margin-right: 120px;
  }
  .ml-xs-5 {
    margin-left: 120px;
  }
  .mr-xs-5 {
    margin-right: 120px;
  }
}
@media screen and (min-width: 768px) {
  .my-sm-0 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .mt-sm-0 {
    margin-top: 0;
  }
  .mb-sm-0 {
    margin-bottom: 0;
  }
  .my-sm-1 {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .mt-sm-1 {
    margin-top: 15px;
  }
  .mb-sm-1 {
    margin-bottom: 15px;
  }
  .my-sm-2 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .mt-sm-2 {
    margin-top: 30px;
  }
  .mb-sm-2 {
    margin-bottom: 30px;
  }
  .my-sm-3 {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .mt-sm-3 {
    margin-top: 60px;
  }
  .mb-sm-3 {
    margin-bottom: 60px;
  }
  .my-sm-4 {
    margin-top: 90px;
    margin-bottom: 90px;
  }
  .mt-sm-4 {
    margin-top: 90px;
  }
  .mb-sm-4 {
    margin-bottom: 90px;
  }
  .my-sm-5 {
    margin-top: 120px;
    margin-bottom: 120px;
  }
  .mt-sm-5 {
    margin-top: 120px;
  }
  .mb-sm-5 {
    margin-bottom: 120px;
  }
  .mx-sm-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .mx-sm-0 {
    margin-left: 0;
    margin-right: 0;
  }
  .ml-sm-0 {
    margin-left: 0;
  }
  .mr-sm-0 {
    margin-right: 0;
  }
  .mx-sm-1 {
    margin-left: 15px;
    margin-right: 15px;
  }
  .ml-sm-1 {
    margin-left: 15px;
  }
  .mr-sm-1 {
    margin-right: 15px;
  }
  .mx-sm-2 {
    margin-left: 30px;
    margin-right: 30px;
  }
  .ml-sm-2 {
    margin-left: 30px;
  }
  .mr-sm-2 {
    margin-right: 30px;
  }
  .mx-sm-3 {
    margin-left: 60px;
    margin-right: 60px;
  }
  .ml-sm-3 {
    margin-left: 60px;
  }
  .mr-sm-3 {
    margin-right: 60px;
  }
  .mx-sm-4 {
    margin-left: 90px;
    margin-right: 90px;
  }
  .ml-sm-4 {
    margin-left: 90px;
  }
  .mr-sm-4 {
    margin-right: 90px;
  }
  .mx-sm-5 {
    margin-left: 120px;
    margin-right: 120px;
  }
  .ml-sm-5 {
    margin-left: 120px;
  }
  .mr-sm-5 {
    margin-right: 120px;
  }
}
@media screen and (min-width: 992px) {
  .my-md-0 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .mt-md-0 {
    margin-top: 0;
  }
  .mb-md-0 {
    margin-bottom: 0;
  }
  .my-md-1 {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .mt-md-1 {
    margin-top: 15px;
  }
  .mb-md-1 {
    margin-bottom: 15px;
  }
  .my-md-2 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .mt-md-2 {
    margin-top: 30px;
  }
  .mb-md-2 {
    margin-bottom: 30px;
  }
  .my-md-3 {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .mt-md-3 {
    margin-top: 60px;
  }
  .mb-md-3 {
    margin-bottom: 60px;
  }
  .my-md-4 {
    margin-top: 90px;
    margin-bottom: 90px;
  }
  .mt-md-4 {
    margin-top: 90px;
  }
  .mb-md-4 {
    margin-bottom: 90px;
  }
  .my-md-5 {
    margin-top: 120px;
    margin-bottom: 120px;
  }
  .mt-md-5 {
    margin-top: 120px;
  }
  .mb-md-5 {
    margin-bottom: 120px;
  }
  .mx-md-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .mx-md-0 {
    margin-left: 0;
    margin-right: 0;
  }
  .ml-md-0 {
    margin-left: 0;
  }
  .mr-md-0 {
    margin-right: 0;
  }
  .mx-md-1 {
    margin-left: 15px;
    margin-right: 15px;
  }
  .ml-md-1 {
    margin-left: 15px;
  }
  .mr-md-1 {
    margin-right: 15px;
  }
  .mx-md-2 {
    margin-left: 30px;
    margin-right: 30px;
  }
  .ml-md-2 {
    margin-left: 30px;
  }
  .mr-md-2 {
    margin-right: 30px;
  }
  .mx-md-3 {
    margin-left: 60px;
    margin-right: 60px;
  }
  .ml-md-3 {
    margin-left: 60px;
  }
  .mr-md-3 {
    margin-right: 60px;
  }
  .mx-md-4 {
    margin-left: 90px;
    margin-right: 90px;
  }
  .ml-md-4 {
    margin-left: 90px;
  }
  .mr-md-4 {
    margin-right: 90px;
  }
  .mx-md-5 {
    margin-left: 120px;
    margin-right: 120px;
  }
  .ml-md-5 {
    margin-left: 120px;
  }
  .mr-md-5 {
    margin-right: 120px;
  }
}
@media screen and (min-width: 1200px) {
  .my-lg-0 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .mt-lg-0 {
    margin-top: 0;
  }
  .mb-lg-0 {
    margin-bottom: 0;
  }
  .my-lg-1 {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .mt-lg-1 {
    margin-top: 15px;
  }
  .mb-lg-1 {
    margin-bottom: 15px;
  }
  .my-lg-2 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .mt-lg-2 {
    margin-top: 30px;
  }
  .mb-lg-2 {
    margin-bottom: 30px;
  }
  .my-lg-3 {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .mt-lg-3 {
    margin-top: 60px;
  }
  .mb-lg-3 {
    margin-bottom: 60px;
  }
  .my-lg-4 {
    margin-top: 90px;
    margin-bottom: 90px;
  }
  .mt-lg-4 {
    margin-top: 90px;
  }
  .mb-lg-4 {
    margin-bottom: 90px;
  }
  .my-lg-5 {
    margin-top: 120px;
    margin-bottom: 120px;
  }
  .mt-lg-5 {
    margin-top: 120px;
  }
  .mb-lg-5 {
    margin-bottom: 120px;
  }
  .mx-lg-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .mx-lg-0 {
    margin-left: 0;
    margin-right: 0;
  }
  .ml-lg-0 {
    margin-left: 0;
  }
  .mr-lg-0 {
    margin-right: 0;
  }
  .mx-lg-1 {
    margin-left: 15px;
    margin-right: 15px;
  }
  .ml-lg-1 {
    margin-left: 15px;
  }
  .mr-lg-1 {
    margin-right: 15px;
  }
  .mx-lg-2 {
    margin-left: 30px;
    margin-right: 30px;
  }
  .ml-lg-2 {
    margin-left: 30px;
  }
  .mr-lg-2 {
    margin-right: 30px;
  }
  .mx-lg-3 {
    margin-left: 60px;
    margin-right: 60px;
  }
  .ml-lg-3 {
    margin-left: 60px;
  }
  .mr-lg-3 {
    margin-right: 60px;
  }
  .mx-lg-4 {
    margin-left: 90px;
    margin-right: 90px;
  }
  .ml-lg-4 {
    margin-left: 90px;
  }
  .mr-lg-4 {
    margin-right: 90px;
  }
  .mx-lg-5 {
    margin-left: 120px;
    margin-right: 120px;
  }
  .ml-lg-5 {
    margin-left: 120px;
  }
  .mr-lg-5 {
    margin-right: 120px;
  }
}
@media screen and (min-width: 1980px) {
  .my-xl-0 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .mt-xl-0 {
    margin-top: 0;
  }
  .mb-xl-0 {
    margin-bottom: 0;
  }
  .my-xl-1 {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .mt-xl-1 {
    margin-top: 15px;
  }
  .mb-xl-1 {
    margin-bottom: 15px;
  }
  .my-xl-2 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .mt-xl-2 {
    margin-top: 30px;
  }
  .mb-xl-2 {
    margin-bottom: 30px;
  }
  .my-xl-3 {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .mt-xl-3 {
    margin-top: 60px;
  }
  .mb-xl-3 {
    margin-bottom: 60px;
  }
  .my-xl-4 {
    margin-top: 90px;
    margin-bottom: 90px;
  }
  .mt-xl-4 {
    margin-top: 90px;
  }
  .mb-xl-4 {
    margin-bottom: 90px;
  }
  .my-xl-5 {
    margin-top: 120px;
    margin-bottom: 120px;
  }
  .mt-xl-5 {
    margin-top: 120px;
  }
  .mb-xl-5 {
    margin-bottom: 120px;
  }
  .mx-xl-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .mx-xl-0 {
    margin-left: 0;
    margin-right: 0;
  }
  .ml-xl-0 {
    margin-left: 0;
  }
  .mr-xl-0 {
    margin-right: 0;
  }
  .mx-xl-1 {
    margin-left: 15px;
    margin-right: 15px;
  }
  .ml-xl-1 {
    margin-left: 15px;
  }
  .mr-xl-1 {
    margin-right: 15px;
  }
  .mx-xl-2 {
    margin-left: 30px;
    margin-right: 30px;
  }
  .ml-xl-2 {
    margin-left: 30px;
  }
  .mr-xl-2 {
    margin-right: 30px;
  }
  .mx-xl-3 {
    margin-left: 60px;
    margin-right: 60px;
  }
  .ml-xl-3 {
    margin-left: 60px;
  }
  .mr-xl-3 {
    margin-right: 60px;
  }
  .mx-xl-4 {
    margin-left: 90px;
    margin-right: 90px;
  }
  .ml-xl-4 {
    margin-left: 90px;
  }
  .mr-xl-4 {
    margin-right: 90px;
  }
  .mx-xl-5 {
    margin-left: 120px;
    margin-right: 120px;
  }
  .ml-xl-5 {
    margin-left: 120px;
  }
  .mr-xl-5 {
    margin-right: 120px;
  }
}
.py-0 {
  padding-top: 0;
  padding-bottom: 0;
}
.pt-0 {
  padding-top: 0;
}
.pb-0 {
  padding-bottom: 0;
}
.py-1 {
  padding-top: 15px;
  padding-bottom: 15px;
}
.pt-1 {
  padding-top: 15px;
}
.pb-1 {
  padding-bottom: 15px;
}
.py-2 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.pt-2 {
  padding-top: 30px;
}
.pb-2 {
  padding-bottom: 30px;
}
.py-3 {
  padding-top: 60px;
  padding-bottom: 60px;
}
.pt-3 {
  padding-top: 60px;
}
.pb-3 {
  padding-bottom: 60px;
}
.py-4 {
  padding-top: 90px;
  padding-bottom: 90px;
}
.pt-4 {
  padding-top: 90px;
}
.pb-4 {
  padding-bottom: 90px;
}
.py-5 {
  padding-top: 120px;
  padding-bottom: 120px;
}
.pt-5 {
  padding-top: 120px;
}
.pb-5 {
  padding-bottom: 120px;
}
.px-0 {
  padding-left: 0;
  padding-right: 0;
}
.pl-0 {
  padding-left: 0;
}
.pr-0 {
  padding-right: 0;
}
.px-1 {
  padding-left: 15px;
  padding-right: 15px;
}
.pl-1 {
  padding-left: 15px;
}
.pr-1 {
  padding-right: 15px;
}
.px-2 {
  padding-left: 30px;
  padding-right: 30px;
}
.pl-2 {
  padding-left: 30px;
}
.pr-2 {
  padding-right: 30px;
}
.px-3 {
  padding-left: 60px;
  padding-right: 60px;
}
.pl-3 {
  padding-left: 60px;
}
.pr-3 {
  padding-right: 60px;
}
.px-4 {
  padding-left: 90px;
  padding-right: 90px;
}
.pl-4 {
  padding-left: 90px;
}
.pr-4 {
  padding-right: 90px;
}
.px-5 {
  padding-left: 120px;
  padding-right: 120px;
}
.pl-5 {
  padding-left: 120px;
}
.pr-5 {
  padding-right: 120px;
}
@media screen and (min-width: 375px) {
  .py-xs-0 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .pt-xs-0 {
    padding-top: 0;
  }
  .pb-xs-0 {
    padding-bottom: 0;
  }
  .py-xs-1 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .pt-xs-1 {
    padding-top: 15px;
  }
  .pb-xs-1 {
    padding-bottom: 15px;
  }
  .py-xs-2 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .pt-xs-2 {
    padding-top: 30px;
  }
  .pb-xs-2 {
    padding-bottom: 30px;
  }
  .py-xs-3 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .pt-xs-3 {
    padding-top: 60px;
  }
  .pb-xs-3 {
    padding-bottom: 60px;
  }
  .py-xs-4 {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .pt-xs-4 {
    padding-top: 90px;
  }
  .pb-xs-4 {
    padding-bottom: 90px;
  }
  .py-xs-5 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .pt-xs-5 {
    padding-top: 120px;
  }
  .pb-xs-5 {
    padding-bottom: 120px;
  }
  .px-xs-0 {
    padding-left: 0;
    padding-right: 0;
  }
  .pl-xs-0 {
    padding-left: 0;
  }
  .pr-xs-0 {
    padding-right: 0;
  }
  .px-xs-1 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .pl-xs-1 {
    padding-left: 15px;
  }
  .pr-xs-1 {
    padding-right: 15px;
  }
  .px-xs-2 {
    padding-left: 30px;
    padding-right: 30px;
  }
  .pl-xs-2 {
    padding-left: 30px;
  }
  .pr-xs-2 {
    padding-right: 30px;
  }
  .px-xs-3 {
    padding-left: 60px;
    padding-right: 60px;
  }
  .pl-xs-3 {
    padding-left: 60px;
  }
  .pr-xs-3 {
    padding-right: 60px;
  }
  .px-xs-4 {
    padding-left: 90px;
    padding-right: 90px;
  }
  .pl-xs-4 {
    padding-left: 90px;
  }
  .pr-xs-4 {
    padding-right: 90px;
  }
  .px-xs-5 {
    padding-left: 120px;
    padding-right: 120px;
  }
  .pl-xs-5 {
    padding-left: 120px;
  }
  .pr-xs-5 {
    padding-right: 120px;
  }
}
@media screen and (min-width: 768px) {
  .py-sm-0 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .pt-sm-0 {
    padding-top: 0;
  }
  .pb-sm-0 {
    padding-bottom: 0;
  }
  .py-sm-1 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .pt-sm-1 {
    padding-top: 15px;
  }
  .pb-sm-1 {
    padding-bottom: 15px;
  }
  .py-sm-2 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .pt-sm-2 {
    padding-top: 30px;
  }
  .pb-sm-2 {
    padding-bottom: 30px;
  }
  .py-sm-3 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .pt-sm-3 {
    padding-top: 60px;
  }
  .pb-sm-3 {
    padding-bottom: 60px;
  }
  .py-sm-4 {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .pt-sm-4 {
    padding-top: 90px;
  }
  .pb-sm-4 {
    padding-bottom: 90px;
  }
  .py-sm-5 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .pt-sm-5 {
    padding-top: 120px;
  }
  .pb-sm-5 {
    padding-bottom: 120px;
  }
  .px-sm-0 {
    padding-left: 0;
    padding-right: 0;
  }
  .pl-sm-0 {
    padding-left: 0;
  }
  .pr-sm-0 {
    padding-right: 0;
  }
  .px-sm-1 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .pl-sm-1 {
    padding-left: 15px;
  }
  .pr-sm-1 {
    padding-right: 15px;
  }
  .px-sm-2 {
    padding-left: 30px;
    padding-right: 30px;
  }
  .pl-sm-2 {
    padding-left: 30px;
  }
  .pr-sm-2 {
    padding-right: 30px;
  }
  .px-sm-3 {
    padding-left: 60px;
    padding-right: 60px;
  }
  .pl-sm-3 {
    padding-left: 60px;
  }
  .pr-sm-3 {
    padding-right: 60px;
  }
  .px-sm-4 {
    padding-left: 90px;
    padding-right: 90px;
  }
  .pl-sm-4 {
    padding-left: 90px;
  }
  .pr-sm-4 {
    padding-right: 90px;
  }
  .px-sm-5 {
    padding-left: 120px;
    padding-right: 120px;
  }
  .pl-sm-5 {
    padding-left: 120px;
  }
  .pr-sm-5 {
    padding-right: 120px;
  }
}
@media screen and (min-width: 992px) {
  .py-md-0 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .pt-md-0 {
    padding-top: 0;
  }
  .pb-md-0 {
    padding-bottom: 0;
  }
  .py-md-1 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .pt-md-1 {
    padding-top: 15px;
  }
  .pb-md-1 {
    padding-bottom: 15px;
  }
  .py-md-2 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .pt-md-2 {
    padding-top: 30px;
  }
  .pb-md-2 {
    padding-bottom: 30px;
  }
  .py-md-3 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .pt-md-3 {
    padding-top: 60px;
  }
  .pb-md-3 {
    padding-bottom: 60px;
  }
  .py-md-4 {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .pt-md-4 {
    padding-top: 90px;
  }
  .pb-md-4 {
    padding-bottom: 90px;
  }
  .py-md-5 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .pt-md-5 {
    padding-top: 120px;
  }
  .pb-md-5 {
    padding-bottom: 120px;
  }
  .px-md-0 {
    padding-left: 0;
    padding-right: 0;
  }
  .pl-md-0 {
    padding-left: 0;
  }
  .pr-md-0 {
    padding-right: 0;
  }
  .px-md-1 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .pl-md-1 {
    padding-left: 15px;
  }
  .pr-md-1 {
    padding-right: 15px;
  }
  .px-md-2 {
    padding-left: 30px;
    padding-right: 30px;
  }
  .pl-md-2 {
    padding-left: 30px;
  }
  .pr-md-2 {
    padding-right: 30px;
  }
  .px-md-3 {
    padding-left: 60px;
    padding-right: 60px;
  }
  .pl-md-3 {
    padding-left: 60px;
  }
  .pr-md-3 {
    padding-right: 60px;
  }
  .px-md-4 {
    padding-left: 90px;
    padding-right: 90px;
  }
  .pl-md-4 {
    padding-left: 90px;
  }
  .pr-md-4 {
    padding-right: 90px;
  }
  .px-md-5 {
    padding-left: 120px;
    padding-right: 120px;
  }
  .pl-md-5 {
    padding-left: 120px;
  }
  .pr-md-5 {
    padding-right: 120px;
  }
}
@media screen and (min-width: 1200px) {
  .py-lg-0 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .pt-lg-0 {
    padding-top: 0;
  }
  .pb-lg-0 {
    padding-bottom: 0;
  }
  .py-lg-1 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .pt-lg-1 {
    padding-top: 15px;
  }
  .pb-lg-1 {
    padding-bottom: 15px;
  }
  .py-lg-2 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .pt-lg-2 {
    padding-top: 30px;
  }
  .pb-lg-2 {
    padding-bottom: 30px;
  }
  .py-lg-3 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .pt-lg-3 {
    padding-top: 60px;
  }
  .pb-lg-3 {
    padding-bottom: 60px;
  }
  .py-lg-4 {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .pt-lg-4 {
    padding-top: 90px;
  }
  .pb-lg-4 {
    padding-bottom: 90px;
  }
  .py-lg-5 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .pt-lg-5 {
    padding-top: 120px;
  }
  .pb-lg-5 {
    padding-bottom: 120px;
  }
  .px-lg-0 {
    padding-left: 0;
    padding-right: 0;
  }
  .pl-lg-0 {
    padding-left: 0;
  }
  .pr-lg-0 {
    padding-right: 0;
  }
  .px-lg-1 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .pl-lg-1 {
    padding-left: 15px;
  }
  .pr-lg-1 {
    padding-right: 15px;
  }
  .px-lg-2 {
    padding-left: 30px;
    padding-right: 30px;
  }
  .pl-lg-2 {
    padding-left: 30px;
  }
  .pr-lg-2 {
    padding-right: 30px;
  }
  .px-lg-3 {
    padding-left: 60px;
    padding-right: 60px;
  }
  .pl-lg-3 {
    padding-left: 60px;
  }
  .pr-lg-3 {
    padding-right: 60px;
  }
  .px-lg-4 {
    padding-left: 90px;
    padding-right: 90px;
  }
  .pl-lg-4 {
    padding-left: 90px;
  }
  .pr-lg-4 {
    padding-right: 90px;
  }
  .px-lg-5 {
    padding-left: 120px;
    padding-right: 120px;
  }
  .pl-lg-5 {
    padding-left: 120px;
  }
  .pr-lg-5 {
    padding-right: 120px;
  }
}
@media screen and (min-width: 1980px) {
  .py-xl-0 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .pt-xl-0 {
    padding-top: 0;
  }
  .pb-xl-0 {
    padding-bottom: 0;
  }
  .py-xl-1 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .pt-xl-1 {
    padding-top: 15px;
  }
  .pb-xl-1 {
    padding-bottom: 15px;
  }
  .py-xl-2 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .pt-xl-2 {
    padding-top: 30px;
  }
  .pb-xl-2 {
    padding-bottom: 30px;
  }
  .py-xl-3 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .pt-xl-3 {
    padding-top: 60px;
  }
  .pb-xl-3 {
    padding-bottom: 60px;
  }
  .py-xl-4 {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .pt-xl-4 {
    padding-top: 90px;
  }
  .pb-xl-4 {
    padding-bottom: 90px;
  }
  .py-xl-5 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .pt-xl-5 {
    padding-top: 120px;
  }
  .pb-xl-5 {
    padding-bottom: 120px;
  }
  .px-xl-0 {
    padding-left: 0;
    padding-right: 0;
  }
  .pl-xl-0 {
    padding-left: 0;
  }
  .pr-xl-0 {
    padding-right: 0;
  }
  .px-xl-1 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .pl-xl-1 {
    padding-left: 15px;
  }
  .pr-xl-1 {
    padding-right: 15px;
  }
  .px-xl-2 {
    padding-left: 30px;
    padding-right: 30px;
  }
  .pl-xl-2 {
    padding-left: 30px;
  }
  .pr-xl-2 {
    padding-right: 30px;
  }
  .px-xl-3 {
    padding-left: 60px;
    padding-right: 60px;
  }
  .pl-xl-3 {
    padding-left: 60px;
  }
  .pr-xl-3 {
    padding-right: 60px;
  }
  .px-xl-4 {
    padding-left: 90px;
    padding-right: 90px;
  }
  .pl-xl-4 {
    padding-left: 90px;
  }
  .pr-xl-4 {
    padding-right: 90px;
  }
  .px-xl-5 {
    padding-left: 120px;
    padding-right: 120px;
  }
  .pl-xl-5 {
    padding-left: 120px;
  }
  .pr-xl-5 {
    padding-right: 120px;
  }
}
.border {
  border: 1px solid var(--color-primary);
}
.border-none {
  border: none;
}
.border-top {
  border-top: 1px solid var(--color-primary);
}
.border-bottom {
  border-bottom: 1px solid var(--color-primary);
}
.border-left {
  border-left: 1px solid var(--color-primary);
}
.border-right {
  border-right: 1px solid var(--color-primary);
}
.text-capitalize {
  text-transform: capitalize;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
/*Et que j'en prenne pas un à m'ajouter la justification sur du web*/
@media screen and (min-width: 375px) {
  .text-xs-capitalize {
    text-transform: capitalize;
  }
  .text-xs-uppercase {
    text-transform: uppercase;
  }
  .text-xs-left {
    text-align: left;
  }
  .text-xs-center {
    text-align: center;
  }
  .text-xs-right {
    text-align: right;
  }
}
@media screen and (min-width: 768px) {
  .text-sm-capitalize {
    text-transform: capitalize;
  }
  .text-sm-uppercase {
    text-transform: uppercase;
  }
  .text-sm-left {
    text-align: left;
  }
  .text-sm-center {
    text-align: center;
  }
  .text-sm-right {
    text-align: right;
  }
}
@media screen and (min-width: 992px) {
  .text-md-capitalize {
    text-transform: capitalize;
  }
  .text-md-uppercase {
    text-transform: uppercase;
  }
  .text-md-left {
    text-align: left;
  }
  .text-md-center {
    text-align: center;
  }
  .text-md-right {
    text-align: right;
  }
}
@media screen and (min-width: 1200px) {
  .text-lg-capitalize {
    text-transform: capitalize;
  }
  .text-lg-uppercase {
    text-transform: uppercase;
  }
  .text-lg-left {
    text-align: left;
  }
  .text-lg-center {
    text-align: center;
  }
  .text-lg-right {
    text-align: right;
  }
}
@media screen and (min-width: 1980px) {
  .text-xl-capitalize {
    text-transform: capitalize;
  }
  .text-xl-uppercase {
    text-transform: uppercase;
  }
  .text-xl-left {
    text-align: left;
  }
  .text-xl-center {
    text-align: center;
  }
  .text-xl-right {
    text-align: right;
  }
}
.display-none {
  display: none;
}
.display-flex, .fx {
  display: flex;
}
.display-block {
  display: block;
}
.display-inline-block {
  display: inline-block;
}
.display-inline {
  display: inline;
}
@media screen and (min-width: 375px) {
  .display-none-xs {
    display: none;
  }
  .display-flex-xs, .fx-xs {
    display: flex;
  }
  .display-block-xs {
    display: block;
  }
  .display-inline-block-xs {
    display: inline-block;
  }
  .display-inline-xs {
    display: inline;
  }
}
@media screen and (min-width: 768px) {
  .display-none-sm {
    display: none;
  }
  .display-flex-sm, .fx-sm {
    display: flex;
  }
  .display-block-sm {
    display: block;
  }
  .display-inline-block-sm {
    display: inline-block;
  }
  .display-inline-sm {
    display: inline;
  }
}
@media screen and (min-width: 992px) {
  .display-none-md {
    display: none;
  }
  .display-flex-md, .fx-md {
    display: flex;
  }
  .display-block-md {
    display: block;
  }
  .display-inline-block-md {
    display: inline-block;
  }
  .display-inline-md {
    display: inline;
  }
}
@media screen and (min-width: 1200px) {
  .display-none-lg {
    display: none;
  }
  .display-flex-lg, .fx-lg {
    display: flex;
  }
  .display-block-lg {
    display: block;
  }
  .display-inline-block-lg {
    display: inline-block;
  }
  .display-inline-lg {
    display: inline;
  }
}
@media screen and (min-width: 1980px) {
  .display-none-xl {
    display: none;
  }
  .display-flex-xl, .fx-xl {
    display: flex;
  }
  .display-block-xl {
    display: block;
  }
  .display-inline-block-xl {
    display: inline-block;
  }
  .display-inline-xl {
    display: inline;
  }
}
.w-10 {
  width: 10%;
}
.w-max-10 {
  max-width: 10%;
}
.w-min-10 {
  min-width: 10%;
}
.w-15 {
  width: 15%;
}
.w-max-15 {
  max-width: 15%;
}
.w-min-15 {
  min-width: 15%;
}
.w-20 {
  width: 20%;
}
.w-max-20 {
  max-width: 20%;
}
.w-min-20 {
  min-width: 20%;
}
.w-25 {
  width: 25%;
}
.w-max-25 {
  max-width: 25%;
}
.w-min-25 {
  min-width: 25%;
}
.w-30 {
  width: 30%;
}
.w-max-30 {
  max-width: 30%;
}
.w-min-30 {
  min-width: 30%;
}
.w-33 {
  width: 33.33%;
}
.w-max-33 {
  max-width: 33.33%;
}
.w-min-33 {
  min-width: 33.33%;
}
.w-35 {
  width: 35%;
}
.w-max-35 {
  max-width: 35%;
}
.w-min-35 {
  min-width: 35%;
}
.w-40 {
  width: 40%;
}
.w-max-40 {
  max-width: 40%;
}
.w-min-40 {
  min-width: 40%;
}
.w-45 {
  width: 45%;
}
.w-max-45 {
  max-width: 45%;
}
.w-min-45 {
  min-width: 45%;
}
.w-50 {
  width: 50%;
}
.w-max-50 {
  max-width: 50%;
}
.w-min-50 {
  min-width: 50%;
}
.w-55 {
  width: 55%;
}
.w-max-55 {
  max-width: 55%;
}
.w-min-55 {
  min-width: 55%;
}
.w-60 {
  width: 60%;
}
.w-max-60 {
  max-width: 60%;
}
.w-min-60 {
  min-width: 60%;
}
.w-65 {
  width: 65%;
}
.w-max-65 {
  max-width: 65%;
}
.w-min-65 {
  min-width: 65%;
}
.w-66 {
  width: 66.66%;
}
.w-max-66 {
  max-width: 66.66%;
}
.w-min-66 {
  min-width: 66.66%;
}
.w-70 {
  width: 70%;
}
.w-max-70 {
  max-width: 70%;
}
.w-min-70 {
  min-width: 70%;
}
.w-75 {
  width: 75%;
}
.w-max-75 {
  max-width: 75%;
}
.w-min-75 {
  min-width: 75%;
}
.w-80 {
  width: 80%;
}
.w-max-80 {
  max-width: 80%;
}
.w-min-80 {
  min-width: 80%;
}
.w-85 {
  width: 85%;
}
.w-max-85 {
  max-width: 85%;
}
.w-min-85 {
  min-width: 85%;
}
.w-90 {
  width: 90%;
}
.w-max-90 {
  max-width: 90%;
}
.w-min-90 {
  min-width: 90%;
}
.w-95 {
  width: 95%;
}
.w-max-95 {
  max-width: 95%;
}
.w-min-95 {
  min-width: 95%;
}
.w-100 {
  width: 100%;
}
.w-max-100 {
  max-width: 100%;
}
.w-min-100 {
  min-width: 100%;
}
@media screen and (min-width: 375px) {
  .w-xs-10 {
    width: 10%;
  }
  .w-max-xs-10 {
    max-width: 10%;
  }
  .w-min-xs-10 {
    min-width: 10%;
  }
  .w-xs-15 {
    width: 15%;
  }
  .w-max-xs-15 {
    max-width: 15%;
  }
  .w-min-xs-15 {
    min-width: 15%;
  }
  .w-xs-20 {
    width: 20%;
  }
  .w-max-xs-20 {
    max-width: 20%;
  }
  .w-min-xs-20 {
    min-width: 20%;
  }
  .w-xs-25 {
    width: 25%;
  }
  .w-max-xs-25 {
    max-width: 25%;
  }
  .w-min-xs-25 {
    min-width: 25%;
  }
  .w-xs-30 {
    width: 30%;
  }
  .w-max-xs-30 {
    max-width: 30%;
  }
  .w-min-xs-30 {
    min-width: 30%;
  }
  .w-xs-33 {
    width: 33.33%;
  }
  .w-max-xs-33 {
    max-width: 33.33%;
  }
  .w-min-xs-33 {
    min-width: 33.33%;
  }
  .w-xs-35 {
    width: 35%;
  }
  .w-max-xs-35 {
    max-width: 35%;
  }
  .w-min-xs-35 {
    min-width: 35%;
  }
  .w-xs-40 {
    width: 40%;
  }
  .w-max-xs-40 {
    max-width: 40%;
  }
  .w-min-xs-40 {
    min-width: 40%;
  }
  .w-xs-45 {
    width: 45%;
  }
  .w-max-xs-45 {
    max-width: 45%;
  }
  .w-min-xs-45 {
    min-width: 45%;
  }
  .w-xs-50 {
    width: 50%;
  }
  .w-max-xs-50 {
    max-width: 50%;
  }
  .w-min-xs-50 {
    min-width: 50%;
  }
  .w-xs-55 {
    width: 55%;
  }
  .w-max-xs-55 {
    max-width: 55%;
  }
  .w-min-xs-55 {
    min-width: 55%;
  }
  .w-xs-60 {
    width: 60%;
  }
  .w-max-xs-60 {
    max-width: 60%;
  }
  .w-min-xs-60 {
    min-width: 60%;
  }
  .w-xs-65 {
    width: 65%;
  }
  .w-max-xs-65 {
    max-width: 65%;
  }
  .w-min-xs-65 {
    min-width: 65%;
  }
  .w-xs-66 {
    width: 66.66%;
  }
  .w-max-xs-66 {
    max-width: 66.66%;
  }
  .w-min-xs-66 {
    min-width: 66.66%;
  }
  .w-xs-70 {
    width: 70%;
  }
  .w-max-xs-70 {
    max-width: 70%;
  }
  .w-min-xs-70 {
    min-width: 70%;
  }
  .w-xs-75 {
    width: 75%;
  }
  .w-max-xs-75 {
    max-width: 75%;
  }
  .w-min-xs-75 {
    min-width: 75%;
  }
  .w-xs-80 {
    width: 80%;
  }
  .w-max-xs-80 {
    max-width: 80%;
  }
  .w-min-xs-80 {
    min-width: 80%;
  }
  .w-xs-85 {
    width: 85%;
  }
  .w-max-xs-85 {
    max-width: 85%;
  }
  .w-min-xs-85 {
    min-width: 85%;
  }
  .w-xs-90 {
    width: 90%;
  }
  .w-max-xs-90 {
    max-width: 90%;
  }
  .w-min-xs-90 {
    min-width: 90%;
  }
  .w-xs-95 {
    width: 95%;
  }
  .w-max-xs-95 {
    max-width: 95%;
  }
  .w-min-xs-95 {
    min-width: 95%;
  }
  .w-xs-100 {
    width: 100%;
  }
  .w-max-xs-100 {
    max-width: 100%;
  }
  .w-min-xs-100 {
    min-width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .w-sm-10 {
    width: 10%;
  }
  .w-max-sm-10 {
    max-width: 10%;
  }
  .w-min-sm-10 {
    min-width: 10%;
  }
  .w-sm-15 {
    width: 15%;
  }
  .w-max-sm-15 {
    max-width: 15%;
  }
  .w-min-sm-15 {
    min-width: 15%;
  }
  .w-sm-20 {
    width: 20%;
  }
  .w-max-sm-20 {
    max-width: 20%;
  }
  .w-min-sm-20 {
    min-width: 20%;
  }
  .w-sm-25 {
    width: 25%;
  }
  .w-max-sm-25 {
    max-width: 25%;
  }
  .w-min-sm-25 {
    min-width: 25%;
  }
  .w-sm-30 {
    width: 30%;
  }
  .w-max-sm-30 {
    max-width: 30%;
  }
  .w-min-sm-30 {
    min-width: 30%;
  }
  .w-sm-33 {
    width: 33.33%;
  }
  .w-max-sm-33 {
    max-width: 33.33%;
  }
  .w-min-sm-33 {
    min-width: 33.33%;
  }
  .w-sm-35 {
    width: 35%;
  }
  .w-max-sm-35 {
    max-width: 35%;
  }
  .w-min-sm-35 {
    min-width: 35%;
  }
  .w-sm-40 {
    width: 40%;
  }
  .w-max-sm-40 {
    max-width: 40%;
  }
  .w-min-sm-40 {
    min-width: 40%;
  }
  .w-sm-45 {
    width: 45%;
  }
  .w-max-sm-45 {
    max-width: 45%;
  }
  .w-min-sm-45 {
    min-width: 45%;
  }
  .w-sm-50 {
    width: 50%;
  }
  .w-max-sm-50 {
    max-width: 50%;
  }
  .w-min-sm-50 {
    min-width: 50%;
  }
  .w-sm-55 {
    width: 55%;
  }
  .w-max-sm-55 {
    max-width: 55%;
  }
  .w-min-sm-55 {
    min-width: 55%;
  }
  .w-sm-60 {
    width: 60%;
  }
  .w-max-sm-60 {
    max-width: 60%;
  }
  .w-min-sm-60 {
    min-width: 60%;
  }
  .w-sm-65 {
    width: 65%;
  }
  .w-max-sm-65 {
    max-width: 65%;
  }
  .w-min-sm-65 {
    min-width: 65%;
  }
  .w-sm-66 {
    width: 66.66%;
  }
  .w-max-sm-66 {
    max-width: 66.66%;
  }
  .w-min-sm-66 {
    min-width: 66.66%;
  }
  .w-sm-70 {
    width: 70%;
  }
  .w-max-sm-70 {
    max-width: 70%;
  }
  .w-min-sm-70 {
    min-width: 70%;
  }
  .w-sm-75 {
    width: 75%;
  }
  .w-max-sm-75 {
    max-width: 75%;
  }
  .w-min-sm-75 {
    min-width: 75%;
  }
  .w-sm-80 {
    width: 80%;
  }
  .w-max-sm-80 {
    max-width: 80%;
  }
  .w-min-sm-80 {
    min-width: 80%;
  }
  .w-sm-85 {
    width: 85%;
  }
  .w-max-sm-85 {
    max-width: 85%;
  }
  .w-min-sm-85 {
    min-width: 85%;
  }
  .w-sm-90 {
    width: 90%;
  }
  .w-max-sm-90 {
    max-width: 90%;
  }
  .w-min-sm-90 {
    min-width: 90%;
  }
  .w-sm-95 {
    width: 95%;
  }
  .w-max-sm-95 {
    max-width: 95%;
  }
  .w-min-sm-95 {
    min-width: 95%;
  }
  .w-sm-100 {
    width: 100%;
  }
  .w-max-sm-100 {
    max-width: 100%;
  }
  .w-min-sm-100 {
    min-width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .w-md-10 {
    width: 10%;
  }
  .w-max-md-10 {
    max-width: 10%;
  }
  .w-min-md-10 {
    min-width: 10%;
  }
  .w-md-15 {
    width: 15%;
  }
  .w-max-md-15 {
    max-width: 15%;
  }
  .w-min-md-15 {
    min-width: 15%;
  }
  .w-md-20 {
    width: 20%;
  }
  .w-max-md-20 {
    max-width: 20%;
  }
  .w-min-md-20 {
    min-width: 20%;
  }
  .w-md-25 {
    width: 25%;
  }
  .w-max-md-25 {
    max-width: 25%;
  }
  .w-min-md-25 {
    min-width: 25%;
  }
  .w-md-30 {
    width: 30%;
  }
  .w-max-md-30 {
    max-width: 30%;
  }
  .w-min-md-30 {
    min-width: 30%;
  }
  .w-md-33 {
    width: 33.33%;
  }
  .w-max-md-33 {
    max-width: 33.33%;
  }
  .w-min-md-33 {
    min-width: 33.33%;
  }
  .w-md-35 {
    width: 35%;
  }
  .w-max-md-35 {
    max-width: 35%;
  }
  .w-min-md-35 {
    min-width: 35%;
  }
  .w-md-40 {
    width: 40%;
  }
  .w-max-md-40 {
    max-width: 40%;
  }
  .w-min-md-40 {
    min-width: 40%;
  }
  .w-md-45 {
    width: 45%;
  }
  .w-max-md-45 {
    max-width: 45%;
  }
  .w-min-md-45 {
    min-width: 45%;
  }
  .w-md-50 {
    width: 50%;
  }
  .w-max-md-50 {
    max-width: 50%;
  }
  .w-min-md-50 {
    min-width: 50%;
  }
  .w-md-55 {
    width: 55%;
  }
  .w-max-md-55 {
    max-width: 55%;
  }
  .w-min-md-55 {
    min-width: 55%;
  }
  .w-md-60 {
    width: 60%;
  }
  .w-max-md-60 {
    max-width: 60%;
  }
  .w-min-md-60 {
    min-width: 60%;
  }
  .w-md-65 {
    width: 65%;
  }
  .w-max-md-65 {
    max-width: 65%;
  }
  .w-min-md-65 {
    min-width: 65%;
  }
  .w-md-66 {
    width: 66.66%;
  }
  .w-max-md-66 {
    max-width: 66.66%;
  }
  .w-min-md-66 {
    min-width: 66.66%;
  }
  .w-md-70 {
    width: 70%;
  }
  .w-max-md-70 {
    max-width: 70%;
  }
  .w-min-md-70 {
    min-width: 70%;
  }
  .w-md-75 {
    width: 75%;
  }
  .w-max-md-75 {
    max-width: 75%;
  }
  .w-min-md-75 {
    min-width: 75%;
  }
  .w-md-80 {
    width: 80%;
  }
  .w-max-md-80 {
    max-width: 80%;
  }
  .w-min-md-80 {
    min-width: 80%;
  }
  .w-md-85 {
    width: 85%;
  }
  .w-max-md-85 {
    max-width: 85%;
  }
  .w-min-md-85 {
    min-width: 85%;
  }
  .w-md-90 {
    width: 90%;
  }
  .w-max-md-90 {
    max-width: 90%;
  }
  .w-min-md-90 {
    min-width: 90%;
  }
  .w-md-95 {
    width: 95%;
  }
  .w-max-md-95 {
    max-width: 95%;
  }
  .w-min-md-95 {
    min-width: 95%;
  }
  .w-md-100 {
    width: 100%;
  }
  .w-max-md-100 {
    max-width: 100%;
  }
  .w-min-md-100 {
    min-width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .w-lg-10 {
    width: 10%;
  }
  .w-max-lg-10 {
    max-width: 10%;
  }
  .w-min-lg-10 {
    min-width: 10%;
  }
  .w-lg-15 {
    width: 15%;
  }
  .w-max-lg-15 {
    max-width: 15%;
  }
  .w-min-lg-15 {
    min-width: 15%;
  }
  .w-lg-20 {
    width: 20%;
  }
  .w-max-lg-20 {
    max-width: 20%;
  }
  .w-min-lg-20 {
    min-width: 20%;
  }
  .w-lg-25 {
    width: 25%;
  }
  .w-max-lg-25 {
    max-width: 25%;
  }
  .w-min-lg-25 {
    min-width: 25%;
  }
  .w-lg-30 {
    width: 30%;
  }
  .w-max-lg-30 {
    max-width: 30%;
  }
  .w-min-lg-30 {
    min-width: 30%;
  }
  .w-lg-33 {
    width: 33.33%;
  }
  .w-max-lg-33 {
    max-width: 33.33%;
  }
  .w-min-lg-33 {
    min-width: 33.33%;
  }
  .w-lg-35 {
    width: 35%;
  }
  .w-max-lg-35 {
    max-width: 35%;
  }
  .w-min-lg-35 {
    min-width: 35%;
  }
  .w-lg-40 {
    width: 40%;
  }
  .w-max-lg-40 {
    max-width: 40%;
  }
  .w-min-lg-40 {
    min-width: 40%;
  }
  .w-lg-45 {
    width: 45%;
  }
  .w-max-lg-45 {
    max-width: 45%;
  }
  .w-min-lg-45 {
    min-width: 45%;
  }
  .w-lg-50 {
    width: 50%;
  }
  .w-max-lg-50 {
    max-width: 50%;
  }
  .w-min-lg-50 {
    min-width: 50%;
  }
  .w-lg-55 {
    width: 55%;
  }
  .w-max-lg-55 {
    max-width: 55%;
  }
  .w-min-lg-55 {
    min-width: 55%;
  }
  .w-lg-60 {
    width: 60%;
  }
  .w-max-lg-60 {
    max-width: 60%;
  }
  .w-min-lg-60 {
    min-width: 60%;
  }
  .w-lg-65 {
    width: 65%;
  }
  .w-max-lg-65 {
    max-width: 65%;
  }
  .w-min-lg-65 {
    min-width: 65%;
  }
  .w-lg-66 {
    width: 66.66%;
  }
  .w-max-lg-66 {
    max-width: 66.66%;
  }
  .w-min-lg-66 {
    min-width: 66.66%;
  }
  .w-lg-70 {
    width: 70%;
  }
  .w-max-lg-70 {
    max-width: 70%;
  }
  .w-min-lg-70 {
    min-width: 70%;
  }
  .w-lg-75 {
    width: 75%;
  }
  .w-max-lg-75 {
    max-width: 75%;
  }
  .w-min-lg-75 {
    min-width: 75%;
  }
  .w-lg-80 {
    width: 80%;
  }
  .w-max-lg-80 {
    max-width: 80%;
  }
  .w-min-lg-80 {
    min-width: 80%;
  }
  .w-lg-85 {
    width: 85%;
  }
  .w-max-lg-85 {
    max-width: 85%;
  }
  .w-min-lg-85 {
    min-width: 85%;
  }
  .w-lg-90 {
    width: 90%;
  }
  .w-max-lg-90 {
    max-width: 90%;
  }
  .w-min-lg-90 {
    min-width: 90%;
  }
  .w-lg-95 {
    width: 95%;
  }
  .w-max-lg-95 {
    max-width: 95%;
  }
  .w-min-lg-95 {
    min-width: 95%;
  }
  .w-lg-100 {
    width: 100%;
  }
  .w-max-lg-100 {
    max-width: 100%;
  }
  .w-min-lg-100 {
    min-width: 100%;
  }
}
@media screen and (min-width: 1980px) {
  .w-xl-10 {
    width: 10%;
  }
  .w-max-xl-10 {
    max-width: 10%;
  }
  .w-min-xl-10 {
    min-width: 10%;
  }
  .w-xl-15 {
    width: 15%;
  }
  .w-max-xl-15 {
    max-width: 15%;
  }
  .w-min-xl-15 {
    min-width: 15%;
  }
  .w-xl-20 {
    width: 20%;
  }
  .w-max-xl-20 {
    max-width: 20%;
  }
  .w-min-xl-20 {
    min-width: 20%;
  }
  .w-xl-25 {
    width: 25%;
  }
  .w-max-xl-25 {
    max-width: 25%;
  }
  .w-min-xl-25 {
    min-width: 25%;
  }
  .w-xl-30 {
    width: 30%;
  }
  .w-max-xl-30 {
    max-width: 30%;
  }
  .w-min-xl-30 {
    min-width: 30%;
  }
  .w-xl-33 {
    width: 33.33%;
  }
  .w-max-xl-33 {
    max-width: 33.33%;
  }
  .w-min-xl-33 {
    min-width: 33.33%;
  }
  .w-xl-35 {
    width: 35%;
  }
  .w-max-xl-35 {
    max-width: 35%;
  }
  .w-min-xl-35 {
    min-width: 35%;
  }
  .w-xl-40 {
    width: 40%;
  }
  .w-max-xl-40 {
    max-width: 40%;
  }
  .w-min-xl-40 {
    min-width: 40%;
  }
  .w-xl-45 {
    width: 45%;
  }
  .w-max-xl-45 {
    max-width: 45%;
  }
  .w-min-xl-45 {
    min-width: 45%;
  }
  .w-xl-50 {
    width: 50%;
  }
  .w-max-xl-50 {
    max-width: 50%;
  }
  .w-min-xl-50 {
    min-width: 50%;
  }
  .w-xl-55 {
    width: 55%;
  }
  .w-max-xl-55 {
    max-width: 55%;
  }
  .w-min-xl-55 {
    min-width: 55%;
  }
  .w-xl-60 {
    width: 60%;
  }
  .w-max-xl-60 {
    max-width: 60%;
  }
  .w-min-xl-60 {
    min-width: 60%;
  }
  .w-xl-65 {
    width: 65%;
  }
  .w-max-xl-65 {
    max-width: 65%;
  }
  .w-min-xl-65 {
    min-width: 65%;
  }
  .w-xl-66 {
    width: 66.66%;
  }
  .w-max-xl-66 {
    max-width: 66.66%;
  }
  .w-min-xl-66 {
    min-width: 66.66%;
  }
  .w-xl-70 {
    width: 70%;
  }
  .w-max-xl-70 {
    max-width: 70%;
  }
  .w-min-xl-70 {
    min-width: 70%;
  }
  .w-xl-75 {
    width: 75%;
  }
  .w-max-xl-75 {
    max-width: 75%;
  }
  .w-min-xl-75 {
    min-width: 75%;
  }
  .w-xl-80 {
    width: 80%;
  }
  .w-max-xl-80 {
    max-width: 80%;
  }
  .w-min-xl-80 {
    min-width: 80%;
  }
  .w-xl-85 {
    width: 85%;
  }
  .w-max-xl-85 {
    max-width: 85%;
  }
  .w-min-xl-85 {
    min-width: 85%;
  }
  .w-xl-90 {
    width: 90%;
  }
  .w-max-xl-90 {
    max-width: 90%;
  }
  .w-min-xl-90 {
    min-width: 90%;
  }
  .w-xl-95 {
    width: 95%;
  }
  .w-max-xl-95 {
    max-width: 95%;
  }
  .w-min-xl-95 {
    min-width: 95%;
  }
  .w-xl-100 {
    width: 100%;
  }
  .w-max-xl-100 {
    max-width: 100%;
  }
  .w-min-xl-100 {
    min-width: 100%;
  }
}
.of-cover {
  object-fit: cover;
}
.of-contain {
  object-fit: contain;
}
.of-fill {
  object-fit: fill;
}
@media screen and (min-width: 375px) {
  .of-xs-cover {
    object-fit: cover;
  }
  .of-xs-contain {
    object-fit: contain;
  }
  .of-xs-fill {
    object-fit: fill;
  }
}
@media screen and (min-width: 768px) {
  .of-sm-cover {
    object-fit: cover;
  }
  .of-sm-contain {
    object-fit: contain;
  }
  .of-sm-fill {
    object-fit: fill;
  }
}
@media screen and (min-width: 992px) {
  .of-md-cover {
    object-fit: cover;
  }
  .of-md-contain {
    object-fit: contain;
  }
  .of-md-fill {
    object-fit: fill;
  }
}
@media screen and (min-width: 1200px) {
  .of-lg-cover {
    object-fit: cover;
  }
  .of-lg-contain {
    object-fit: contain;
  }
  .of-lg-fill {
    object-fit: fill;
  }
}
@media screen and (min-width: 1980px) {
  .of-xl-cover {
    object-fit: cover;
  }
  .of-xl-contain {
    object-fit: contain;
  }
  .of-xl-fill {
    object-fit: fill;
  }
}
.pos-rel {
  position: relative;
}
.pos-abs {
  position: absolute;
}
.abs-l-0 {
  left: 0;
}
.abs-r-0 {
  right: 0;
}
.abs-t-0 {
  top: 0;
}
.abs-b-0 {
  bottom: 0;
}
@media screen and (min-width: 375px) {
  .pos-rel-xs {
    position: relative;
  }
  .pos-abs-xs {
    position: absolute;
  }
  .abs-l-xs-0 {
    left: 0;
  }
  .abs-r-xs-0 {
    right: 0;
  }
  .abs-t-xs-0 {
    top: 0;
  }
  .abs-b-xs-0 {
    bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .pos-rel-sm {
    position: relative;
  }
  .pos-abs-sm {
    position: absolute;
  }
  .abs-l-sm-0 {
    left: 0;
  }
  .abs-r-sm-0 {
    right: 0;
  }
  .abs-t-sm-0 {
    top: 0;
  }
  .abs-b-sm-0 {
    bottom: 0;
  }
}
@media screen and (min-width: 992px) {
  .pos-rel-md {
    position: relative;
  }
  .pos-abs-md {
    position: absolute;
  }
  .abs-l-md-0 {
    left: 0;
  }
  .abs-r-md-0 {
    right: 0;
  }
  .abs-t-md-0 {
    top: 0;
  }
  .abs-b-md-0 {
    bottom: 0;
  }
}
@media screen and (min-width: 1200px) {
  .pos-rel-lg {
    position: relative;
  }
  .pos-abs-lg {
    position: absolute;
  }
  .abs-l-lg-0 {
    left: 0;
  }
  .abs-r-lg-0 {
    right: 0;
  }
  .abs-t-lg-0 {
    top: 0;
  }
  .abs-b-lg-0 {
    bottom: 0;
  }
}
@media screen and (min-width: 1980px) {
  .pos-rel-xl {
    position: relative;
  }
  .pos-abs-xl {
    position: absolute;
  }
  .abs-l-xl-0 {
    left: 0;
  }
  .abs-r-xl-0 {
    right: 0;
  }
  .abs-t-xl-0 {
    top: 0;
  }
  .abs-b-xl-0 {
    bottom: 0;
  }
}
.shadow-none {
  box-shadow: none;
}
.shadow-top {
  box-shadow: -3px -3px 10px rgba(0, 0, 0, 0.3);
}
.shadow-bottom {
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3);
}
.slick-navigation .slick-arrow {
  position: relative;
  stroke: var(--color-primary);
  z-index: 0;
  width: 25px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.slick-navigation .slick-arrow svg {
  z-index: 1;
  position: relative;
  height: 15px;
}
.slick-navigation .slick-arrow.prev {
  margin-right: 10px;
}
.slick-navigation .slick-arrow.slick-disabled {
  stroke: #c9c9c9;
}
.slick-navigation .slick-arrow.slick-disabled::before {
  border-color: #c9c9c9;
  background: none;
}
.slick-navigation .slick-arrow:hover {
  stroke: white;
}
.slick-navigation .slick-arrow:hover::before {
  content: "";
  position: absolute;
  background: var(--color-secondary);
  border: 1px solid var(--color-secondary);
}
.slick-dots {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin: 0;
  list-style-type: none;
  z-index: 2;
  padding-left: 0;
  border-bottom: 1px solid var(--color-secondary);
}
.slick-dots li {
  flex: 1;
  margin: 0;
  display: flex;
  justify-content: center;
}
.slick-dots li button {
  display: block;
  width: 100%;
  height: 12px;
  padding: 0;
  border: none;
  border-top-left-radius: var(--radius);
  border-top-right-radius: var(--radius);
  background: transparent;
  text-indent: -9999px;
}
.slick-dots li.slick-active button {
  opacity: 1;
  background-color: var(--color-secondary);
}
#slick-gallery .slick-slider {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .slick-dots {
    margin: 0 -20% 0 0 !important;
  }
  .slick-dots li button {
    width: 33%;
  }
}
form input, form textarea, form select {
  width: 100%;
  border: 0;
  border-radius: var(--radius);
  background: var(--color-extralight-blue);
  padding: 10px 15px;
  margin-top: 10px;
  color: var(--color-body);
}
form input::placeholder, form textarea::placeholder, form select::placeholder {
  color: var(--color-body);
}
form p {
  text-align: left;
  margin-bottom: 10px;
  padding-right: 10px;
  font-weight: 400;
}
form .notice {
  text-align: right;
  font-size: 14px;
}
form input[type="checkbox"] {
  width: fit-content;
}
form input[type="submit"] {
  font-weight: 500;
}
form textarea {
  max-height: 100px;
}
form #file-upload-button {
  border: 0 !important;
  background: none !important;
}
form .wpcf7-spinner {
  position: absolute;
  right: 0;
  transform: translateX(100px);
}
form .wpcf7-response-output {
  color: var(--color-body);
  font-weight: 300;
}
form .wpcf7-list-item {
  margin: 0 0 0 0;
}
:root {
  --primary: var(--color-primary);
}
#tarteaucitronPrivacyUrl {
  display: none !important;
}
div#tarteaucitronRoot * {
  font-family: var(--font) !important;
}
#tarteaucitronRoot {
  top: unset !important;
  bottom: 0;
}
span#tarteaucitronDot {
  display: none !important;
}
div#tarteaucitron {
  top: 50% !important;
  transform: translateY(-50%);
}
.cookie-title {
  text-align: left !important;
  font-size: 20px !important;
  font-weight: 600 !important;
  color: #fff !important;
  padding-left: 10px !important;
}
/* Cookies alert */
#tarteaucitronAlertBig {
  z-index: 40 !important;
  background: var(--color-primary) !important;
  box-shadow: 0px 1px 8px 0px #0000004d;
  margin: 0 auto !important;
  border-radius: var(--radius);
  bottom: 20px;
  padding: 30px 6px !important;
  width: 100%;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  top: 50% !important;
  height: fit-content !important;
  max-width: 450px !important;
  transition: 500ms ease-out;
  opacity: 1;
}
#tarteaucitronRoot #tarteaucitronAlertBig::after {
  position: absolute;
  width: 100%;
  height: 1px;
  content: "";
  display: block;
  bottom: 0;
  left: 0;
  z-index: 100;
}
a.tarteaucitronSelfLink {
  display: none !important;
}
#tarteaucitronAlertBig #tarteaucitronDisclaimerAlert {
  margin-bottom: 10px;
  height: auto;
  display: flex;
  flex-flow: column;
  margin: 30px 0;
  text-align: center !important;
}
#tarteaucitronAlertBig #tarteaucitronDisclaimerAlert b {
  font-weight: 800;
  text-align: left;
}
#tarteaucitronAlertBig button#tarteaucitronPersonalize2 {
  background: var(--color-secondary) !important;
  font-family: var(--h-font);
  color: #fff !important;
  font-weight: 800;
  box-shadow: 2px 2px 4px 0px #10245182;
  font-size: 16px !important;
  text-transform: uppercase;
  min-width: 190px;
  display: flex;
  justify-content: center;
  align-items: center;
  justify-self: center;
  align-self: center;
  margin: 0 auto 6px;
}
#tarteaucitronAlertBig button#tarteaucitronPersonalize2 span {
  display: none;
}
#tarteaucitronAlertBig #tarteaucitronDisclaimerAlert, #tarteaucitronAlertBig #tarteaucitronPrivacyUrl, #tarteaucitronAlertBig #tarteaucitronPrivacyUrlDialog {
  color: #fff !important;
  font-weight: 400 !important;
  text-align: left;
}
#tarteaucitronRoot button {
  border-radius: 5px;
  padding: 13px !important;
  margin: 3px;
}
#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronTitle, #tarteaucitron #tarteaucitronServices .tarteaucitronTitle button, #tarteaucitron #tarteaucitronServices .tarteaucitronDetails {
  background: var(--color-secondary) !important;
}
button#tarteaucitronPrivacyUrl {
  margin-top: 10px !important;
}
div#tarteaucitronServices {
  border-radius: var(--radius);
  box-shadow: 0 40px 60px #545454;
  background: #fff;
}
#tarteaucitron #tarteaucitronClosePanel, #tarteaucitron #tarteaucitronInfo, #tarteaucitron #tarteaucitronServices .tarteaucitronMainLine {
  background: var(--color-primary) !important;
  border: none !important;
}
#tarteaucitron #tarteaucitronClosePanel {
  top: -7px !important;
}
#tarteaucitron .tarteaucitronBorder, #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain, #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList, #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronHidden, #tarteaucitron #tarteaucitronServices .tarteaucitronMainLine {
  border-color: transparent !important;
  border: none !important;
}
#tarteaucitron ul li {
  padding: 0 7px;
  border-radius: var(--radius);
}
/* Accept Deny buttons */
#tarteaucitronAlertBig #tarteaucitronCloseAlert, #tarteaucitronRoot .tarteaucitronDeny {
  background: transparent !important;
  font-size: 13px !important;
  border: #ffffff52 1px solid;
  color: #fff !important;
}
#tarteaucitron ul .tarteaucitronDeny {
  background: var(--color-secondary) !important;
}
#tarteaucitronRoot .tarteaucitronAllow {
  background: var(--color-secondary) !important;
  color: var(--color-white) !important;
  font-size: 15px !important;
  line-height: 1.2;
  padding: 10px 16px;
}
#tarteaucitronAlertBig #tarteaucitronPersonalize2, .tarteaucitronCTAButton, #tarteaucitronRoot .tarteaucitronAllow {
  background: var(--color-secondary);
  font-size: 15px !important;
  line-height: 1.2;
  padding: 10px 16px;
}
#tarteaucitronRoot .tarteaucitronCross::before {
  color: #fff !important;
}
span.tarteaucitronCheck::before {
  color: var(--color-primary) !important;
}
/* Small alert */
#tarteaucitronIcon {
  display: none !important;
  background: transparent;
  position: absolute !important;
  display: none;
  width: auto;
  z-index: 100;
  left: var(--hpd) !important;
}
div#tarteaucitronAlertSmall {
  left: 0 !important;
  right: unset !important;
}
button#tarteaucitronCookiesNumber {
  display: none !important;
}
div#tarteaucitronAlertSmall {
  position: absolute;
  bottom: 20px;
  z-index: 100;
  top: unset;
  left: var(--hpd) !important;
  border-radius: var(--radius);
}
#tarteaucitronIcon #tarteaucitronManager {
  position: fixed !important;
  left: 0 !important;
  bottom: 0 !important;
  color: vr(--color-white);
  display: none;
}
#tarteaucitronIcon #tarteaucitronManager img {
  width: 30px !important;
  height: 30px !important;
  background: transparent;
  border-radius: var(--radius);
  padding: 8px;
  display: none;
}
button#tarteaucitronManager::after {
  content: "Cookies";
  position: absolute;
  z-index: 100;
  bottom: 10px;
  color: var(--color-white);
  margin: 0 auto;
  text-align: center;
  left: 50%;
}
div#tarteaucitronAlertSmall {
  background: transparent !important;
}
#tarteaucitronRoot div#tarteaucitron {
  margin-top: 10px !important;
}
@media screen and (max-width: 550px) {
  #tarteaucitronRoot #tarteaucitronAlertBig {
    max-width: 82vw !important;
    margin: 0 auto !important;
    padding: 60px 15px !important;
    margin: 0 !important;
    left: 50% !important;
    right: 50% !important;
    display: flex;
    align-items: center !important;
    justify-content: center !important;
    flex-flow: column !important;
    max-height: unset !important;
  }
  #tarteaucitronRoot #tarteaucitronAlertBig button {
    margin-top: 10px;
  }
  #tarteaucitronAlertBig #tarteaucitronDisclaimerAlert {
    margin: 12px 0;
  }
}
@media screen and (min-width: 992px) {
  #tarteaucitronRoot #tarteaucitronAlertBig {
    top: unset !important;
    left: 0 !important;
    bottom: 0 !important;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    transform: translate(0px, 0%) !important;
  }
}
.wcom-block-top-title {
  margin-top: 50px;
}
.fx-gap-2 {
  gap: 0;
}
.wcom-block-columns .wcom-block-column-image .wcom-block-column-wrapper {
  padding-bottom: 0;
  padding-top: 0;
}
.wcom-block-columns .wcom-block-column .wcom-block-column-wrapper .wcom-block-column-container-image img {
  border-radius: var(--radius);
}
.wcom-block-columns .wcom-block-column .wcom-block-column-wrapper .wcom-block-column-container-text h1, .wcom-block-columns .wcom-block-column .wcom-block-column-wrapper .wcom-block-column-container-text h2, .wcom-block-columns .wcom-block-column .wcom-block-column-wrapper .wcom-block-column-container-text h3, .wcom-block-columns .wcom-block-column .wcom-block-column-wrapper .wcom-block-column-container-text h4, .wcom-block-columns .wcom-block-column .wcom-block-column-wrapper .wcom-block-column-container-text h5, .wcom-block-columns .wcom-block-column .wcom-block-column-wrapper .wcom-block-column-container-text h6 {
  margin-left: 40px;
}
.wcom-block-columns .wcom-block-column .wcom-block-column-wrapper .wcom-block-column-container-text p {
  margin: 0px 0px 0 40px;
}
.wcom-block-columns .wcom-block-column .wcom-block-column-wrapper .wcom-block-column-container-text ul {
  margin: 0px 0px 0 40px;
}
.wcom-block-columns .wcom-block-column .wcom-block-column-wrapper .wcom-block-column-container-cta {
  margin-top: 25px;
  margin-left: 40px;
}
.wcom-block-columns .wcom-block-column.wcom-block-column-image {
  order: 1;
}
.wcom-block-columns .wcom-block-column.wcom-block-column-text {
  order: 2;
  justify-content: center;
}
.wcom-block-columns.wcom-block-columns-icones img {
  max-width: 150px;
  margin-bottom: 50px;
}
.wcom-block-bottom-cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 30px;
}
.wcom-block-bottom-cta .btn:not(:first-child) {
  margin-top: 15px;
}
@media screen and (min-width: 992px) {
  .fx-gap-2 {
    gap: 30px;
  }
  .section-full .wcom-block-columns .wcom-block-column .wcom-block-column-wrapper .wcom-block-column-container-text h1, .section-full .wcom-block-columns .wcom-block-column .wcom-block-column-wrapper .wcom-block-column-container-text h2, .section-full .wcom-block-columns .wcom-block-column .wcom-block-column-wrapper .wcom-block-column-container-text h3, .section-full .wcom-block-columns .wcom-block-column .wcom-block-column-wrapper .wcom-block-column-container-text h4, .section-full .wcom-block-columns .wcom-block-column .wcom-block-column-wrapper .wcom-block-column-container-text h5, .section-full .wcom-block-columns .wcom-block-column .wcom-block-column-wrapper .wcom-block-column-container-text h6 {
    margin-left: 40px;
    margin-right: 40px;
  }
  .section-full .wcom-block-columns .wcom-block-column .wcom-block-column-wrapper .wcom-block-column-container-text p {
    margin: 0px 40px 0 40px;
  }
  .section-full .wcom-block-columns .wcom-block-column .wcom-block-column-wrapper .wcom-block-column-container-text ul {
    margin: 0px 40px 0 40px;
  }
  .section-full .wcom-block-columns .wcom-block-column.wcom-block-column-image {
    order: unset;
    flex: 60%;
  }
  .section-full .wcom-block-columns .wcom-block-column.wcom-block-column-text {
    order: unset;
    flex: 50%;
  }
  .section-full .wcom-block-columns .wcom-block-column.wcom-block-column-text + .wcom-block-column-text {
    flex: 60%;
  }
  .wcom-block-columns .wcom-block-column.wcom-block-column-image {
    order: unset;
    flex: 1%;
  }
  .wcom-block-columns .wcom-block-column.wcom-block-column-text {
    order: unset;
    flex: 1%;
  }
  .img-text {
    gap: 0;
  }
  .wcom-block-bottom-cta {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-top: 30px;
  }
  .wcom-block-bottom-cta .btn:not(:first-child) {
    margin-top: 0px;
  }
}
.wcom-block-toggle {
  gap: 30px;
}
.wcom-block-toggle .wcom-block-toggle-item {
  margin-bottom: 25px;
  cursor: pointer;
}
.wcom-block-toggle .wcom-block-toggle-item:last-of-type {
  margin-bottom: 0;
}
.wcom-block-toggle .wcom-block-toggle-item .wcom-block-toggle-item-top {
  padding: 15px 0;
  border-bottom: 1px solid var(--color-secondary);
}
.wcom-block-toggle .wcom-block-toggle-item .wcom-block-toggle-item-top .wcom-block-toggle-item-title h3 {
  margin: 0;
}
.wcom-block-toggle .wcom-block-toggle-item .wcom-block-toggle-item-top .wcom-block-toggle-item-button {
  border: none;
  background-color: transparent;
  width: 50px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.wcom-block-toggle .wcom-block-toggle-item .wcom-block-toggle-item-top .wcom-block-toggle-item-button img {
  width: auto;
  height: 15px;
  transform: rotate(90deg);
  transition: all 250ms;
}
.wcom-block-toggle .wcom-block-toggle-item .wcom-block-toggle-item-bottom {
  display: none;
}
.wcom-block-toggle .wcom-block-toggle-item .wcom-block-toggle-item-bottom p {
  color: var(--color-secondary);
  font-size: 14px;
  margin-top: 15px;
}
.wcom-block-toggle .wcom-block-toggle-item.wcom-block-toggle-item-active .wcom-block-toggle-item-top .wcom-block-toggle-item-button img {
  transform: rotate(-90deg);
}
.wcom-block-toggle .wcom-block-toggle-item.wcom-block-toggle-item-active .wcom-block-toggle-item-bottom {
  display: block;
}
.wcom-block-toggle .wcom-block-toggle-side-content .wcom-block-toggle-side-content-wrapper {
  display: none;
}
.wcom-block-tabs .wcom-block-tabs-contents .wcom-block-tabs-contents-item {
  display: none;
}
.wcom-block-slider {
  position: relative;
}
.wcom-block-slider .wcom-block-slide {
  padding: 0 7.5px;
}
.wcom-block-slider .wcom-block-slide > p {
  margin: 0;
}
.wcom-block-slider .wcom-block-slide .card {
  padding: 30px;
  height: 100%;
}
.wcom-block-slider .wcom-block-slide .card img {
  max-height: 100px;
  object-fit: contain;
  width: fit-content;
}
.wcom-block-slider .wcom-block-slide .card p {
  margin-bottom: 15px;
}
.wcom-block-slider .wcom-block-slide .card .h4 {
  color: var(--color-primary);
  font-weight: 500;
}
.wcom-block-slider .slick-dots {
  padding-top: calc(var(--vpd) * 2);
}
#slick-gallery p {
  height: 100%;
}
#slick-gallery p img {
  border-radius: var(--radius) !important;
  height: 100%;
}
@media screen and (min-width: 992px) {
  .wcom-block-slider .slick-list {
    padding: 0 20% 0 0 !important;
  }
}
#slider-services .slick-carousel {
  width: 100%;
}
#slider-services .slick-carousel .slick-list {
  padding-top: 10px !important;
}
#slider-services .slick-carousel .slick-list .slick-slide {
  border-radius: var(--radius);
  background: var(--color-extralight-blue);
  padding: 50px 30px;
  margin: 0 7.5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: center;
  min-height: 480px;
}
#slider-services .slick-carousel .slick-list .slick-slide .btn {
  margin-top: 30px;
  margin-right: 0;
}
#slider-services .slick-carousel .slick-list .slick-slide.card-active:hover {
  background: var(--color-extralight-orange);
}
.home #header-page {
  background-position: center;
}
#slider-process {
  z-index: 0;
  position: relative;
}
#slider-process .wcom-block-top-title {
  margin-top: 0;
}
#slider-process .wcom-block-top-title p {
  margin-bottom: 0;
}
#slider-process .w-100:first-of-type {
  z-index: 1;
}
#slider-process .w-100:first-of-type > div {
  height: 50%;
}
#slider-process .w-100:first-of-type > div:first-of-type h2 {
  padding-left: 40px;
}
#slider-process .w-100:first-of-type > div:first-of-type h2:before {
  left: 0;
}
#slider-process .w-100:first-of-type > div:first-of-type p {
  padding-left: 40px;
}
#slider-process .w-100:first-of-type > div:last-of-type > div {
  height: 100%;
}
#slider-process .slick-carousel-text {
  position: relative;
}
#slider-process .slick-carousel-text p {
  color: white;
  margin-bottom: 0;
}
#slider-process .slick-navigation {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(50%, -50%);
}
#slider-process .slick-navigation .slick-arrow {
  background: white;
  border-radius: 20px;
  margin-right: 0;
}
#slider-process .slick-navigation .slick-arrow.prev {
  transform: rotate(180deg);
}
#slider-process .slick-navigation .slick-arrow::before {
  border: none;
  background: none;
}
#slider-process .slick-carousel-text {
  padding-right: 30px;
}
#slider-process .slick-carousel-text .slick-track {
  display: flex;
  align-items: center;
}
#slider-process .slick-carousel-img .slick-slide {
  height: 100%;
}
#slider-process .slick-carousel-img .slick-slide img {
  height: 100%;
}
#slider-process .slick-dots {
  margin: 0;
  flex-direction: column;
  border-bottom: 0;
  align-items: center;
  width: 20px;
}
#slider-process .slick-dots li {
  margin: 10px 0;
  width: auto;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#slider-process .slick-dots li button {
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: white;
  overflow: hidden;
  font-size: 12px;
}
#slider-process .slick-dots li.slick-active {
  margin: 0;
}
#slider-process .slick-dots li.slick-active button {
  background: var(--color-primary);
  text-indent: unset;
  font-size: 12px;
  color: white;
  width: auto;
  height: auto;
  padding: 5px;
  border-radius: 10px;
}
#expertise-unique {
  position: relative;
}
#expertise-unique::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--color-extralight-orange);
  z-index: -1;
}
#engagements .w-100.w-md-50:first-of-type {
  position: relative;
}
#engagements .w-100.w-md-50:first-of-type::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50px;
  width: 1px;
  height: 100%;
  background: var(--color-secondary);
}
#engagements .wcom-block-toggle-item {
  transition: all 300ms cubic-bezier(0.05, 0.3, 0.72, 0.99);
}
#engagements .wcom-block-toggle-item .wcom-block-toggle-item-wrapper .imgWrap {
  display: none;
  margin-right: 15px;
  height: 100px;
  width: fit-content;
}
#engagements .wcom-block-toggle-item .wcom-block-toggle-item-wrapper .imgWrap img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
#engagements .wcom-block-toggle-item .wcom-block-toggle-item-wrapper .wcom-block-toggle-item-top {
  margin-left: 25%;
  border-bottom: 0;
}
#engagements .wcom-block-toggle-item .wcom-block-toggle-item-wrapper .wcom-block-toggle-item-top .wcom-block-toggle-item-title {
  justify-content: flex-start;
  opacity: 0.35;
}
#engagements .wcom-block-toggle-item.wcom-block-toggle-item-active {
  border-radius: var(--radius);
  background: white;
  padding: 30px;
  transition: all 300ms cubic-bezier(0.05, 0.3, 0.72, 0.99);
  position: relative;
}
#engagements .wcom-block-toggle-item.wcom-block-toggle-item-active::before {
  content: "";
  position: absolute;
  top: 0;
  left: 25px;
  transform: translateY(-100%);
  background: var(--color-secondary);
  width: 50px;
  height: 12px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
#engagements .wcom-block-toggle-item.wcom-block-toggle-item-active .imgWrap {
  display: flex;
  justify-content: flex-start;
}
#engagements .wcom-block-toggle-item.wcom-block-toggle-item-active .wcom-block-toggle-item-top {
  margin-left: 0%;
}
#engagements .wcom-block-toggle-item.wcom-block-toggle-item-active .wcom-block-toggle-item-top .wcom-block-toggle-item-title {
  opacity: 1;
}
#engagements .wcom-block-toggle-item.wcom-block-toggle-item-active .wcom-block-toggle-item-bottom p {
  color: var(--color-primary);
  margin: 0;
}
#engagements .wcom-block-toggle-side-content img {
  border-radius: var(--radius);
}
@media screen and (min-width: 992px) {
  #expertise-unique {
    position: relative;
  }
  #expertise-unique::before {
    width: 75%;
    border-top-right-radius: var(--radius);
    border-bottom-right-radius: var(--radius);
  }
  #engagements {
    position: relative;
  }
  #engagements::before {
    content: "";
    background: var(--color-extralight-blue);
    top: 0%;
    left: 50%;
    border-radius: 100%;
    width: 100vw;
    height: 150px;
    transform: translate(-50%, -50%);
    position: absolute;
  }
  #engagements h2::before {
    display: none;
  }
  #engagements .wcom-block-toggle-item .wcom-block-toggle-item-wrapper .imgWrap {
    max-width: 30%;
  }
  #engagements .wcom-block-toggle-side-content p {
    margin-bottom: 0;
  }
  #engagements .wcom-block-toggle-side-content p img {
    border-radius: 0;
    border-top-left-radius: var(--radius);
    border-bottom-left-radius: var(--radius);
  }
}
.wcom-block-column-container-text p {
  margin: 15px 0px 0 40px;
}
.wcom-block-column-container-text .btn-secondary a {
  color: white;
  text-decoration: none;
  font-weight: 500;
}
@media screen and (min-width: 992px) {
  #section-form .column-img {
    padding-top: 0;
  }
}
.error404 #main {
  height: 100vh;
}
.error404 #main h1 {
  font-size: 120px;
  margin-bottom: 60px;
}
#services .fx-gap-2 {
  gap: 7.5px;
}
#services .fx-gap-2 .card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#services .fx-gap-2 > div:last-of-type .card {
  background: var(--color-primary);
  color: white;
}
#services .fx-gap-2 > div:last-of-type .card h2 {
  color: white;
}
#services .fx-gap-2 > div:last-of-type .card:hover {
  background: #0c4e74;
}
#steps h2 {
  margin-bottom: calc(var(--vpd) * 2);
}
#steps .card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 7.5px;
  opacity: 0.35;
  transition: opacity 300ms cubic-bezier(0.05, 0.3, 0.72, 0.99);
}
#steps .card .h1 {
  font-size: 60px;
}
#steps .card p {
  color: white;
  font-size: 1.3rem;
  line-height: 1.68rem;
  font-weight: 500;
}
#steps .card p:first-of-type {
  margin-bottom: 30px !important;
}
#steps .card.slick-current {
  opacity: 1;
  transition: opacity 300ms cubic-bezier(0.05, 0.3, 0.72, 0.99);
}
#steps .slick-navigation {
  display: none;
}
.fonctionnement {
  align-items: flex-start;
}
.fonctionnement.container {
  padding: 0;
}
.fonctionnement .wcom-block-column-text {
  justify-content: flex-start;
}
.encart-block {
  margin-top: 30px;
}
.encart-block.container {
  padding: 0;
}
.encart-block .card h2, .encart-block .card h3, .encart-block .card h4, .encart-block .card h5, .encart-block .card h6, .encart-block .card ul, .encart-block .card li, .encart-block .card a, .encart-block .card p {
  color: white;
}
.encart-block .card a {
  margin: 0 auto;
}
@media screen and (min-width: 992px) {
  .container.pr-md-0 img {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
  .section-full .fonctionnement.container, .section-full .encart-block.container {
    padding-right: 10%;
  }
}
.information-block {
  border-radius: var(--radius);
}
.information-block h2 {
  display: flex;
  align-items: center;
  font-weight: 500;
}
.information-block h2::before {
  display: none;
}
.information-block h2, .information-block h3, .information-block h4, .information-block h5, .information-block h6, .information-block .h2, .information-block .h3, .information-block .h4, .information-block .h5, .information-block .h6 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.information-block .wcom-block-column-container-cta {
  margin-left: 0px !important;
}
.information-block p {
  margin-bottom: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.information-block .plus-icon {
  font-weight: 600;
  color: var(--color-secondary);
  position: relative;
  margin: 0 5px;
  transform: rotate(0deg);
  line-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
}
.information-block .plus-icon::before {
  position: absolute;
  content: "";
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 90%;
  width: 90%;
  background: var(--color-extralight-orange);
  border-radius: 100%;
  z-index: -1;
}
.toggle-section .wcom-block-top-title {
  margin-top: 0;
}
.toggle-section h2::before {
  display: none;
}
.toggle-section .wcom-block-toggle .wcom-block-toggle-item .wcom-block-toggle-item-top {
  border-bottom: 0;
  border-radius: var(--radius);
  padding: 10px 20px;
  opacity: 0.25;
  transition: opacity 300ms, background-color 300ms cubic-bezier(0.05, 0.3, 0.72, 0.99);
}
.toggle-section .wcom-block-toggle .wcom-block-toggle-item .wcom-block-toggle-item-top h3 {
  color: var(--color-secondary);
  text-align: center;
  position: relative;
}
.toggle-section .wcom-block-toggle .wcom-block-toggle-item .wcom-block-toggle-item-top h3::before {
  position: relative;
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  background: url("https://ageom.fr//wp-content/themes/wcom/assets/img/svg/icon-arrow-jaune.svg");
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 15px;
  top: 5px;
}
.toggle-section .wcom-block-toggle .wcom-block-toggle-item .wcom-block-toggle-item-top .wcom-block-toggle-item-button {
  width: 100%;
  text-align: center;
  justify-content: center;
}
.toggle-section .wcom-block-toggle .wcom-block-toggle-item.wcom-block-toggle-item-active .wcom-block-toggle-item-top {
  background-color: var(--color-secondary);
  opacity: 1;
  transition: opacity 300ms, background-color 300ms cubic-bezier(0.05, 0.3, 0.72, 0.99);
}
.toggle-section .wcom-block-toggle .wcom-block-toggle-item.wcom-block-toggle-item-active .wcom-block-toggle-item-top h3 {
  color: white;
}
#section-form h2 {
  margin-left: 40px;
}
#section-form form {
  margin-left: 40px;
}
#section-form img {
  border-radius: var(--radius);
}
@media screen and (min-width: 992px) {
  .information-block {
    border-radius: 0;
    border-top-left-radius: var(--radius);
    border-bottom-left-radius: var(--radius);
  }
  .toggle-section .flex-1 {
    flex: unset;
    width: 40%;
  }
  .toggle-section .flex-1:last-of-type {
    width: 60%;
  }
}
/*Style général pour toutes les cartes du site*/
#wcom_map, [class^="wcom_map_"] {
  width: 100%;
  height: 350px;
}
/*Style particulier d'une carte via son id de post*/
/*.wcom_map_{post_id} {
  width: 100%;
  height: 350px;
}*/
.tarteaucitronIconBottomRight {
  display: none !important;
}
