/* ==========================================================================
   GLOBAL LESS
   ========================================================================== */
/* Settings
   ========================================================================== */
/* ====================== */
/* colors */
/* ====================== */
/*--- main color 1 ---*/
/*--- main color 2 ---*/
/*--- black ---*/
/*--- white ---*/
/* define color array wi th values you will need for button and icons loop*/
/* ====================== */
/* font */
/* ====================== */
/*
Media queries limites based on :
https://medium.freecodecamp.org/the-100-correct-way-to-do-css-breakpoints-88d6a5ba1862
 */
/* --- 1px --- */
/* --- 400px --- */
/* < Small phones < */
/* --- 512px --- */
/* < Large phones < */
/* --- 608px --- */
/* --- 896px --- */
/* < Tablets portrait < */
/* --- 1200px --- */
/* < Tablets landscape < */
/* --- 1408px --- */
/* < Small desktop < */
/* --- 1792px --- */
/* < Large desktop */
@media only screen {
  html {
    -webkit-text-size-adjust: none;
       -moz-text-size-adjust: none;
        -ms-text-size-adjust: none;
            text-size-adjust: none;
  }
}

/* ====================== */
/* transition */
/* ====================== */
/* Tools : Mixins & Reset
   ========================================================================== */
/* ====================== */
/* MIXINS */
/* ====================== */
/* ====================== */
/* Clearer */
/* ====================== */
/* ====================== */
/* Images */
/* ====================== */
/*  HTML5 Boilerplate Reset  */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

input, select {
  vertical-align: middle;
}

html {
  overflow-y: scroll;
}

ol {
  list-style-type: decimal;
}

nav ul, nav li {
  margin: 0;
  list-style: none;
  list-style-image: none;
}

small {
  font-size: 85%;
}

strong {
  font-weight: bold;
}

td {
  vertical-align: top;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

pre, code, kbd, samp {
  font-family: monospace, sans-serif;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
  padding: 15px;
}

textarea {
  overflow: auto;
}

label, input[type="button"], input[type="submit"], input[type="image"], button {
  cursor: pointer;
}

button, input, select, textarea {
  margin: 0;
}

input:invalid, textarea:invalid {
  -webkit-box-shadow: none;
          box-shadow: none;
}

button {
  width: auto;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

/* Vendors
   ========================================================================== */
/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
       ========================================================================== */
/**
     * 1. Correct the line height in all browsers.
     * 2. Prevent adjustments of font size after orientation changes in
     *    IE on Windows Phone and in iOS.
     */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
       ========================================================================== */
/**
     * Remove the margin in all browsers (opinionated).
     */
body {
  margin: 0;
}

/**
     * Add the correct display in IE 9-.
     */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
     * Correct the font size and margin on `h1` elements within `section` and
     * `article` contexts in Chrome, Firefox, and Safari.
     */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
figcaption,
figure {
  display: block;
}

/**
     * Add the correct margin in IE 8.
     */
figure {
  margin: 1em 40px;
}

/**
     * 1. Add the correct box sizing in Firefox.
     * 2. Show the overflow in Edge and IE.
     */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
     * Add the correct display in IE.
     */
main {
  display: block;
}

/**
     * 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 */
}

/* Links
       ========================================================================== */
/**
     * 1. Remove the gray background on active links in IE 10.
     * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
     */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/* Text-level semantics
       ========================================================================== */
/**
     * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
     * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
     */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
     * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
     */
b,
strong {
  font-weight: inherit;
}

/**
     * 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 style in Android 4.3-.
     */
dfn {
  font-style: italic;
}

/**
     * Add the correct background and color in IE 9-.
     */
mark {
  background-color: #ff0;
  color: #000;
}

/**
     * 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
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
audio,
video {
  display: inline-block;
}

/**
     * Add the correct display in iOS 4-7.
     */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
     * Remove the border on images inside links in IE 10-.
     */
img {
  border-style: none;
}

/**
     * Hide the overflow in IE.
     */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
       ========================================================================== */
/**
     * 1. Change the font styles in all browsers (opinionated).
     * 2. Remove the margin in Firefox and Safari.
     */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
     * Show the overflow in IE.
     */
button {
  overflow: visible;
}

/**
     * Remove the inheritance of text transform in Edge, Firefox, and IE.
     * 1. Remove the inheritance of text transform in Firefox.
     */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
     * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
     *    controls in Android 4.
     * 2. Correct the inability to style clickable types in iOS and Safari.
     */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  /**
       * Remove the inner border and padding in Firefox.
       */
  /**
       * Restore the focus styles unset by the previous rule.
       */
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
     * Show the overflow in Edge.
     */
input {
  overflow: visible;
}

/**
     * 1. Add the correct box sizing in IE 10-.
     * 2. Remove the padding in IE 10-.
     */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          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 and cancel buttons in Chrome and Safari on macOS.
       */
}

[type="search"]::-webkit-search-cancel-button, [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 */
}

/**
     * 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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  color: inherit;
  /* 2 */
  white-space: normal;
  /* 1 */
}

/**
     * 1. Add the correct display in IE 9-.
     * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
     */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
     * Remove the default vertical scrollbar in IE.
     */
textarea {
  overflow: auto;
}

/* Interactive
       ========================================================================== */
/*
     * Add the correct display in Edge, IE, and Firefox.
     */
details {
  display: block;
}

/*
     * Add the correct display in all browsers.
     */
summary {
  display: list-item;
}

/*
     * Add the correct display in IE 9-.
     */
menu {
  display: block;
}

/* Scripting
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
canvas {
  display: inline-block;
}

/**
     * Add the correct display in IE.
     */
template {
  display: none;
}

/* Hidden
       ========================================================================== */
/**
     * Add the correct display in IE 10-.
     */
[hidden] {
  display: none;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Atoms
   ========================================================================== */
/* ==========================================================================
 SVG ICONS
 ========================================================================== */
.a-icon {
  display: inline-block;
  vertical-align: middle;
  width: 2.5rem;
  height: 2.5rem;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /*  path,
  polygon,
  circle,
  rect,
  ellipse {*/
  fill: currentColor;
  stroke: transparent;
  /*  }*/
}

.a-icon svg {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: .35s;
  transition: .35s;
}

.as--black {
  /*  path,
  polygon,
  circle,
  rect,
  ellipse {*/
  fill: #000;
  stroke: transparent;
  /*  }*/
}

.as--white {
  /*  path,
  polygon,
  circle,
  rect,
  ellipse {*/
  fill: #fff;
  stroke: transparent;
  /*  }*/
}

.as--text-1 {
  /*  path,
  polygon,
  circle,
  rect,
  ellipse {*/
  fill: #000;
  stroke: transparent;
  /*  }*/
}

.as--text-2 {
  /*  path,
  polygon,
  circle,
  rect,
  ellipse {*/
  fill: #595450;
  stroke: transparent;
  /*  }*/
}

.as--primary {
  /*  path,
  polygon,
  circle,
  rect,
  ellipse {*/
  fill: #264087;
  stroke: transparent;
  /*  }*/
}

.as--secondary {
  /*  path,
  polygon,
  circle,
  rect,
  ellipse {*/
  fill: #98DA33;
  stroke: transparent;
  /*  }*/
}

.as--ternary {
  /*  path,
  polygon,
  circle,
  rect,
  ellipse {*/
  fill: #59C287;
  stroke: transparent;
  /*  }*/
}

.a-icon.as--12 {
  width: 1.2rem;
  height: 1.2rem;
}

.a-icon.as--15 {
  width: 1.5rem;
  height: 1.5rem;
}

.a-icon.as--20 {
  width: 2rem;
  height: 2rem;
}

.a-icon.as--25 {
  width: 2.5rem;
  height: 2.5rem;
}

.a-icon.as--30 {
  width: 3rem;
  height: 3rem;
}

.a-icon.as--35 {
  width: 3.5rem;
  height: 3.5rem;
}

.a-icon.as--45 {
  width: 4.5rem;
  height: 4.5rem;
}

.a-icon.as--55 {
  width: 5.5rem;
  height: 5.5rem;
}

/* ==========================================================================
   BOUTONS
   ========================================================================== */
/* Base
/*========================================================================== */
@-webkit-keyframes hoverIn {
  from {
    -webkit-transform: translate(-140%, -50%);
            transform: translate(-140%, -50%);
  }
  to {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@keyframes hoverIn {
  from {
    -webkit-transform: translate(-140%, -50%);
            transform: translate(-140%, -50%);
  }
  to {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

@-webkit-keyframes hoverOut {
  from {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  to {
    -webkit-transform: translate(100%, -50%);
            transform: translate(100%, -50%);
  }
}

@keyframes hoverOut {
  from {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  to {
    -webkit-transform: translate(100%, -50%);
            transform: translate(100%, -50%);
  }
}

.a-button, .gform_footer .gform_button,
.gform_footer [type="submit"] {
  cursor: pointer;
  font-family: "Montserrat", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  margin: 0;
  overflow: hidden;
  text-align: center;
  text-decoration: none !important;
  vertical-align: middle;
  position: relative;
  z-index: 1;
  color: #fff;
  border: 1px solid #264087;
  background: #264087;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 6rem;
  padding: .1rem 2.5rem 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 3rem;
}

.a-button:before, .gform_footer .gform_button:before,
.gform_footer [type="submit"]:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-140%, -50%);
          transform: translate(-140%, -50%);
  width: 200%;
  height: 100%;
  border-radius: 1rem;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  -webkit-transition: opacity 5ms linear 1.5s;
  transition: opacity 5ms linear 1.5s;
  -webkit-animation: 1.5s cubic-bezier(0.32, 0.95, 0, 0.96) normal forwards hoverOut;
          animation: 1.5s cubic-bezier(0.32, 0.95, 0, 0.96) normal forwards hoverOut;
}

.a-button:hover:before, .gform_footer .gform_button:hover:before,
.gform_footer [type="submit"]:hover:before {
  opacity: .1;
  -webkit-transition: opacity 5ms linear;
  transition: opacity 5ms linear;
  -webkit-animation: 1.5s cubic-bezier(0.32, 0.95, 0, 0.96) normal forwards hoverIn;
          animation: 1.5s cubic-bezier(0.32, 0.95, 0, 0.96) normal forwards hoverIn;
}

.as--ghost.a-button, .gform_footer .as--ghost.gform_button,
.gform_footer .as--ghost[type="submit"] {
  background: #fff;
  color: #000;
  border-color: rgba(89, 84, 80, 0.3);
}

.as--ghost.a-button:before, .gform_footer .as--ghost.gform_button:before,
.gform_footer .as--ghost[type="submit"]:before {
  background: rgba(0, 0, 0, 0.3);
}

.as--icon.a-button, .gform_footer .as--icon.gform_button,
.gform_footer .as--icon[type="submit"] {
  padding-left: 2rem;
}

.as--icon.a-button .a-icon, .gform_footer .as--icon.gform_button .a-icon, .gform_footer .as--icon[type="submit"] .a-icon {
  /*  path,
  polygon,
  circle,
  rect,
  ellipse {*/
  fill: currentcolor;
  stroke: transparent;
  /*  }*/
  opacity: .7;
}

.as--icon.a-button:not(.as--right) .a-icon, .gform_footer .as--icon.gform_button:not(.as--right) .a-icon, .gform_footer .as--icon:not(.as--right)[type="submit"] .a-icon {
  margin: -.3rem 1.2rem 0 0;
}

.as--icon.a-button:not(.as--ghost) .a-icon, .gform_footer .as--icon.gform_button:not(.as--ghost) .a-icon, .gform_footer .as--icon:not(.as--ghost)[type="submit"] .a-icon {
  /*  path,
  polygon,
  circle,
  rect,
  ellipse {*/
  fill: #fff;
  stroke: transparent;
  /*  }*/
  opacity: 1;
}

.as--icon.as--right.a-button, .gform_footer .as--icon.as--right.gform_button,
.gform_footer .as--icon.as--right[type="submit"] {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  padding-left: 2.5rem;
  padding-right: 2rem;
}

.as--icon.as--right.a-button .a-icon, .gform_footer .as--icon.as--right.gform_button .a-icon, .gform_footer .as--icon.as--right[type="submit"] .a-icon {
  margin: -.1rem 0 0 1.5rem;
  -webkit-transition: .2s;
  transition: .2s;
}

.as--icon-only.a-button, .gform_footer .as--icon-only.gform_button,
.gform_footer .as--icon-only[type="submit"] {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  height: 4.2rem;
}

.as--icon-only.a-button .a-icon, .gform_footer .as--icon-only.gform_button .a-icon, .gform_footer .as--icon-only[type="submit"] .a-icon {
  /*  path,
  polygon,
  circle,
  rect,
  ellipse {*/
  fill: currentcolor;
  stroke: transparent;
  /*  }*/
  opacity: .7;
}

.as--loading.a-button, .gform_footer .as--loading.gform_button,
.gform_footer .as--loading[type="submit"] {
  cursor: default;
  pointer-events: none;
}

.as--disabled.a-button, .gform_footer .as--disabled.gform_button,
.gform_footer .as--disabled[type="submit"], .a-button[disabled], .gform_footer .gform_button[disabled],
.gform_footer [disabled][type="submit"] {
  pointer-events: none;
  cursor: default;
  opacity: .3;
}

/* btn circle
/*========================================================================== */
.a-button.as--circle {
  width: 7rem;
  height: 7rem;
  padding: 0;
  line-height: 6.8rem;
  text-align: center;
  border-radius: 50%;
  font-weight: 700;
  font-size: 1.8rem;
}

/* Misc buttons
/*========================================================================== */
.a-button.as--no-hover {
  cursor: default;
  pointer-events: none;
}

/* ==========================================================================
   HEADINGS
   ========================================================================== */
/* headings Type
   ========================================================================== */
.a-title-1 {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 3rem;
  font-weight: 500;
  color: #000;
  margin: 0;
  line-height: 1.1;
  text-decoration: none;
}

.a-title-2 {
  display: block;
  font-family: "Raleway", sans-serif;
  font-size: 5.7rem;
  font-weight: 600;
  color: #000;
  margin: 0;
  line-height: .9;
  text-decoration: none;
}

.a-title-3 {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 1.9rem;
  font-weight: 700;
  color: #264087;
  margin: 0;
  line-height: 1.3;
  text-decoration: none;
}

.as--loading {
  cursor: default;
  position: relative;
}

.as--loading:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.35) url(../img/common/loading.gif) no-repeat center;
  z-index: 2;
}

/* ==========================================================================
   RICH TEXT
   ========================================================================== */
.editor-wysiwyg {
  position: relative;
  margin: 12rem 0;
  /*  &:first-child {
      margin-top: 0;
  }*/
  /* Image
     ========================================================================== */
}

.editor-wysiwyg:after, .editor-wysiwyg:before {
  content: " ";
  display: table;
}

.editor-wysiwyg:after {
  clear: both;
}

@media only screen and (max-width: 56em) {
  .editor-wysiwyg {
    margin: 7rem 0;
  }
}

.editor-wysiwyg.as--narrow {
  padding-left: 17%;
  padding-right: 17%;
}

@media only screen and (max-width: 75em) {
  .editor-wysiwyg.as--narrow {
    padding-left: 8%;
    padding-right: 8%;
  }
}

@media only screen and (max-width: 56em) {
  .editor-wysiwyg.as--narrow {
    padding-left: 0;
    padding-right: 0;
  }
}

.editor-wysiwyg.as--no-gap {
  margin-bottom: 3.5rem;
}

.editor-wysiwyg.as--no-gap + .editor-wysiwyg {
  margin-top: 0;
}

.editor-wysiwyg h2:not(.a-title-1):not(.a-title-2):not(.a-title-3) {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 3rem;
  font-weight: 500;
  color: #000;
  margin: 0;
  line-height: 1.1;
  text-decoration: none;
  margin-bottom: 1.5rem;
}

@media only screen and (max-width: 56em) {
  .editor-wysiwyg h2:not(.a-title-1):not(.a-title-2):not(.a-title-3) {
    font-size: 2.5rem;
  }
}

.editor-wysiwyg h3:not(.a-title-1):not(.a-title-2):not(.a-title-3) {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 3rem;
  font-weight: 500;
  color: #000;
  margin: 0;
  line-height: 1.1;
  text-decoration: none;
  margin-bottom: 1.5rem;
}

@media only screen and (max-width: 56em) {
  .editor-wysiwyg h3:not(.a-title-1):not(.a-title-2):not(.a-title-3) {
    font-size: 2.5rem;
  }
}

.editor-wysiwyg h4:not(.a-title-1):not(.a-title-2):not(.a-title-3) {
  font-size: 2rem;
  font-weight: 700;
  color: #264087;
  line-height: 1.3;
}

.editor-wysiwyg p,
.editor-wysiwyg ul:not(.accordion):not(.accordion-nested):not(.card-list),
.editor-wysiwyg ol,
.editor-wysiwyg table,
.editor-wysiwyg iframe,
.editor-wysiwyg blockquote {
  margin-bottom: 1.5em;
}

.editor-wysiwyg ul:not(.slick-dots):not(.accordion):not(.accordion-nested):not(.card-list):not(.partner-list):not(.tag-cloud),
.editor-wysiwyg ol {
  list-style: none;
  overflow: hidden;
  margin-left: 0;
  margin-top: 0;
  padding: 0;
}

.editor-wysiwyg ul:not(.slick-dots):not(.accordion):not(.accordion-nested):not(.card-list):not(.partner-list):not(.tag-cloud) > li {
  position: relative;
  margin-left: 2rem;
}

.editor-wysiwyg ul:not(.slick-dots):not(.accordion):not(.accordion-nested):not(.card-list):not(.partner-list):not(.tag-cloud) > li:before {
  content: '\2022';
  font-family: Arial, sans-serif;
  color: #98DA33;
  position: absolute;
  top: .4rem;
  left: -2rem;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1;
}

.editor-wysiwyg ol {
  counter-reset: my-badass-counter;
}

.editor-wysiwyg ol > li {
  position: relative;
  margin-left: 2.5em;
}

.editor-wysiwyg ol > li:before {
  position: absolute;
  top: .1em;
  left: -1.3em;
  padding: 0 6px 0 0;
  margin-right: 0;
  font-size: .9em;
  font-weight: 700;
  content: counter(my-badass-counter, decimal);
  counter-increment: my-badass-counter;
}

.editor-wysiwyg a:not(.a-button):not(.card) {
  text-decoration: underline;
  text-underline-position: under;
}

.editor-wysiwyg a:not(.a-button):not(.card):hover {
  text-decoration: none;
}

.editor-wysiwyg table {
  clear: both;
  margin: 3rem 0 0;
  border-collapse: collapse;
}

.editor-wysiwyg table tr:nth-child(2n) {
  background-color: white;
}

.editor-wysiwyg table tr:nth-child(2n+1) {
  background-color: #f0f0f0;
}

.editor-wysiwyg table tr:first-child {
  background-color: #264087;
  color: white;
  font-weight: 600;
}

.editor-wysiwyg table tr:first-child td {
  vertical-align: middle;
}

.editor-wysiwyg table th,
.editor-wysiwyg table td {
  padding: 1rem 2rem;
  border: 1px solid #fff;
  text-align: left;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  vertical-align: top;
  font-size: 1.7rem;
}

@media screen and (max-width: 56em) {
  .editor-wysiwyg table th,
  .editor-wysiwyg table td {
    font-size: 1.3rem;
    padding: 1rem;
  }
}

.editor-wysiwyg table td {
  border: 1px solid rgba(89, 84, 80, 0.3);
}

.editor-wysiwyg table th {
  vertical-align: middle;
  font-size: 1.7rem;
  text-transform: uppercase;
}

.editor-wysiwyg .table-scroll {
  overflow: auto;
  margin-bottom: 1.5em;
}

.editor-wysiwyg .table-scroll table {
  margin: 0;
}

@media screen and (max-width: 56em) {
  .editor-wysiwyg .table-scroll {
    width: 100%;
    overflow: auto;
  }
  .editor-wysiwyg .table-scroll > table td {
    min-width: 15rem;
  }
}

.editor-wysiwyg iframe {
  width: 100%;
}

.editor-wysiwyg .editor-img {
  position: relative;
  /*    &:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba($color-black, .15);
    }*/
}

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

.editor-wysiwyg .quote {
  text-align: center;
  font-style: italic;
  font-family: "Times New Roman", serif;
  font-size: 4rem;
  padding: 0 20rem;
  line-height: 1.2;
  position: relative;
  margin-top: 5rem;
}

.editor-wysiwyg .quote:before {
  content: "";
  position: absolute;
  top: -4rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 2.8rem;
  height: 2.8rem;
  background: url(../img/common/pict/quote-black.png) no-repeat 0 0;
  opacity: .8;
}

@media only screen and (max-width: 56em) {
  .editor-wysiwyg .quote {
    padding: 0 1rem;
    font-size: 2.2rem;
  }
}

.editor-wysiwyg.list-arrow {
  margin-top: -6rem !important;
}

.editor-wysiwyg.list-arrow ul {
  max-width: 70rem;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 18rem !important;
  font-size: 2rem;
  position: relative;
}

.editor-wysiwyg.list-arrow ul:after {
  content: "";
  background: url(../img/common/pict/fleche.png) no-repeat 0 0;
  width: 12.9rem;
  height: 12.6rem;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

@media screen and (max-width: 75em) {
  .editor-wysiwyg.list-arrow {
    margin-top: -2rem !important;
  }
  .editor-wysiwyg.list-arrow ul {
    padding-left: 0 !important;
  }
  .editor-wysiwyg.list-arrow ul:after {
    display: none;
  }
}

.editor-wysiwyg .img-wysiwyg,
.editor-wysiwyg .alignnone,
.editor-wysiwyg .align-none {
  clear: both;
  display: block;
  margin: 0 auto 2em;
  max-width: 100%;
  height: auto;
}

.editor-wysiwyg .img-wysiwyg img,
.editor-wysiwyg .alignnone img,
.editor-wysiwyg .align-none img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
}

.editor-wysiwyg .img-wysiwyg p,
.editor-wysiwyg .img-wysiwyg figcaption,
.editor-wysiwyg .alignnone p,
.editor-wysiwyg .alignnone figcaption,
.editor-wysiwyg .align-none p,
.editor-wysiwyg .align-none figcaption {
  padding: .75em 0;
  margin: 0;
  font-size: .8em;
  font-style: italic;
}

.editor-wysiwyg .img-wysiwyg-left,
.editor-wysiwyg .alignleft,
.editor-wysiwyg .align-left {
  clear: both;
  display: block;
  margin: 0 auto 2em;
  max-width: 100%;
  height: auto;
}

.editor-wysiwyg .img-wysiwyg-left img,
.editor-wysiwyg .alignleft img,
.editor-wysiwyg .align-left img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
}

.editor-wysiwyg .img-wysiwyg-left p,
.editor-wysiwyg .img-wysiwyg-left figcaption,
.editor-wysiwyg .alignleft p,
.editor-wysiwyg .alignleft figcaption,
.editor-wysiwyg .align-left p,
.editor-wysiwyg .align-left figcaption {
  padding: .75em 0;
  margin: 0;
  font-size: .8em;
  font-style: italic;
}

@media screen and (min-width: 56.0625em) {
  .editor-wysiwyg .img-wysiwyg-left,
  .editor-wysiwyg .alignleft,
  .editor-wysiwyg .align-left {
    max-width: 50%;
    float: left;
    margin: 0 2em 2em 0;
  }
}

@media screen and (max-width: 56em) {
  .editor-wysiwyg .img-wysiwyg-left,
  .editor-wysiwyg .alignleft,
  .editor-wysiwyg .align-left {
    clear: both;
    display: block;
    margin: 0 auto 2em;
    max-width: 100%;
    height: auto;
  }
  .editor-wysiwyg .img-wysiwyg-left img,
  .editor-wysiwyg .alignleft img,
  .editor-wysiwyg .align-left img {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
  }
  .editor-wysiwyg .img-wysiwyg-left p,
  .editor-wysiwyg .img-wysiwyg-left figcaption,
  .editor-wysiwyg .alignleft p,
  .editor-wysiwyg .alignleft figcaption,
  .editor-wysiwyg .align-left p,
  .editor-wysiwyg .align-left figcaption {
    padding: .75em 0;
    margin: 0;
    font-size: .8em;
    font-style: italic;
  }
  .editor-wysiwyg .img-wysiwyg-left img,
  .editor-wysiwyg .alignleft img,
  .editor-wysiwyg .align-left img {
    margin: 0 auto;
  }
  .editor-wysiwyg .img-wysiwyg-left p,
  .editor-wysiwyg .img-wysiwyg-left figcaption,
  .editor-wysiwyg .alignleft p,
  .editor-wysiwyg .alignleft figcaption,
  .editor-wysiwyg .align-left p,
  .editor-wysiwyg .align-left figcaption {
    text-align: center;
  }
}

.editor-wysiwyg .img-wysiwyg-right,
.editor-wysiwyg .alignright,
.editor-wysiwyg .align-right {
  clear: both;
  display: block;
  margin: 0 auto 2em;
  max-width: 100%;
  height: auto;
}

.editor-wysiwyg .img-wysiwyg-right img,
.editor-wysiwyg .alignright img,
.editor-wysiwyg .align-right img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
}

.editor-wysiwyg .img-wysiwyg-right p,
.editor-wysiwyg .img-wysiwyg-right figcaption,
.editor-wysiwyg .alignright p,
.editor-wysiwyg .alignright figcaption,
.editor-wysiwyg .align-right p,
.editor-wysiwyg .align-right figcaption {
  padding: .75em 0;
  margin: 0;
  font-size: .8em;
  font-style: italic;
}

@media screen and (min-width: 56.0625em) {
  .editor-wysiwyg .img-wysiwyg-right,
  .editor-wysiwyg .alignright,
  .editor-wysiwyg .align-right {
    max-width: 50%;
    float: right;
    margin: 0 0 2em 2em;
  }
}

@media screen and (max-width: 56em) {
  .editor-wysiwyg .img-wysiwyg-right,
  .editor-wysiwyg .alignright,
  .editor-wysiwyg .align-right {
    clear: both;
    display: block;
    margin: 0 auto 2em;
    max-width: 100%;
    height: auto;
  }
  .editor-wysiwyg .img-wysiwyg-right img,
  .editor-wysiwyg .alignright img,
  .editor-wysiwyg .align-right img {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
  }
  .editor-wysiwyg .img-wysiwyg-right p,
  .editor-wysiwyg .img-wysiwyg-right figcaption,
  .editor-wysiwyg .alignright p,
  .editor-wysiwyg .alignright figcaption,
  .editor-wysiwyg .align-right p,
  .editor-wysiwyg .align-right figcaption {
    padding: .75em 0;
    margin: 0;
    font-size: .8em;
    font-style: italic;
  }
  .editor-wysiwyg .img-wysiwyg-right img,
  .editor-wysiwyg .alignright img,
  .editor-wysiwyg .align-right img {
    margin: 0 auto;
  }
  .editor-wysiwyg .img-wysiwyg-right p,
  .editor-wysiwyg .img-wysiwyg-right figcaption,
  .editor-wysiwyg .alignright p,
  .editor-wysiwyg .alignright figcaption,
  .editor-wysiwyg .align-right p,
  .editor-wysiwyg .align-right figcaption {
    text-align: center;
  }
}

.editor-wysiwyg .img-wysiwyg-center,
.editor-wysiwyg .aligncenter,
.editor-wysiwyg .align-center {
  clear: both;
  display: block;
  margin: 0 auto 2em;
  max-width: 100%;
  height: auto;
}

.editor-wysiwyg .img-wysiwyg-center img,
.editor-wysiwyg .aligncenter img,
.editor-wysiwyg .align-center img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
}

.editor-wysiwyg .img-wysiwyg-center p,
.editor-wysiwyg .img-wysiwyg-center figcaption,
.editor-wysiwyg .aligncenter p,
.editor-wysiwyg .aligncenter figcaption,
.editor-wysiwyg .align-center p,
.editor-wysiwyg .align-center figcaption {
  padding: .75em 0;
  margin: 0;
  font-size: .8em;
  font-style: italic;
}

.editor-wysiwyg .img-wysiwyg-center img,
.editor-wysiwyg .aligncenter img,
.editor-wysiwyg .align-center img {
  margin: 0 auto;
}

.editor-wysiwyg .img-wysiwyg-center p,
.editor-wysiwyg .img-wysiwyg-center figcaption,
.editor-wysiwyg .aligncenter p,
.editor-wysiwyg .aligncenter figcaption,
.editor-wysiwyg .align-center p,
.editor-wysiwyg .align-center figcaption {
  text-align: center;
}

.editor-wysiwyg hr {
  clear: both;
}

.editor-wysiwyg hr.clearfix {
  border: 0;
}

/* BASE GRID FOR RICHTEXT */
.editor-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8rem;
}

.editor-col.as--narrow-gap {
  gap: 3rem;
}

.editor-col.as--nowrap {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
  overflow: auto;
}

@media only screen and (max-width: 56em) {
  .editor-col.as--nowrap {
    padding-left: 0;
    padding-right: 0;
    margin-left: -2rem;
    margin-right: -2rem;
  }
}

.editor-col.as--align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /*.as--img {
      flex: 1 1 55%;
      max-width: 55%;
    }*/
}

.editor-col.as--align-center .editor-img {
  margin-bottom: 0;
}

.editor-col > .col {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 50%;
}

.editor-col > .col .editor-img {
  margin-bottom: 2.5rem;
}

@media only screen and (max-width: 56em) {
  .editor-col {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2rem;
  }
  .editor-col > .col {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 100% !important;
            flex: 1 1 100% !important;
    max-width: 100% !important;
    margin-bottom: 2rem;
  }
}

.editor-wysiwyg-video {
  overflow: hidden;
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
  margin-bottom: 2.5rem;
}

.editor-wysiwyg-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  margin-bottom: 0;
}

/* TAG CLOUD */
/*.tag-cloud {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    max-width: 110rem;
    margin-left: auto;
    margin-right: auto;
    &:after {
        content:"";
        position: absolute;
        z-index: -1;
        top: 1rem;
        left: 50%;
        transform: translateX(-50%);
        width: 26rem;
        height: 26rem;
        border-radius: 50%;
        opacity: .8;
        background: $color-secondary;
        background: linear-gradient(215deg, rgba(49,178,108,1) 0%, rgba(152,218,51,1) 100%);
    }
    li {
        font-size: 3.7rem;
        font-weight: 700;
        font-family: $font-secondary;
        color: $color-primary;
        padding: 0 2rem;
        text-align: center;
        &[data-weight="1"] {
            font-size: 3.6rem;
        }
        &[data-weight="2"] {
            font-size: 4.4rem;
        }
        &[data-weight="3"] {
            font-size: 5.4rem;
        }
    }
}*/
.tag-cloud {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 130rem;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.7;
  -webkit-transform: translateY(-1rem);
          transform: translateY(-1rem);
}

.tag-cloud:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 26rem;
  height: 26rem;
  border-radius: 50%;
  opacity: .8;
  background: #98DA33;
  background: linear-gradient(215deg, #31b26c 0%, #98da33 100%);
}

.tag-cloud li {
  font-size: 3.6rem;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  color: #264087;
  padding: 0 1.5rem;
  text-align: center;
}

.tag-cloud li:first-child {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}

.tag-cloud li:nth-child(2), .tag-cloud li:nth-child(4), .tag-cloud li:nth-child(7) {
  text-align: right;
}

.tag-cloud li:nth-child(3), .tag-cloud li:nth-child(6), .tag-cloud li:nth-child(8) {
  text-align: left;
}

.tag-cloud li[data-weight="1"] {
  font-size: 3.6rem;
}

.tag-cloud li[data-weight="2"] {
  font-size: 4.4rem;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
}

.tag-cloud li[data-weight="3"] {
  font-size: 5.4rem;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 33%;
          flex: 1 1 33%;
}

@media only screen and (max-width: 75em) {
  .tag-cloud {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    line-height: 1.4;
    margin-top: -8rem;
    margin-bottom: -4rem !important;
  }
  .tag-cloud:after {
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .tag-cloud li {
    text-align: center !important;
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 100% !important;
            flex: 1 1 100% !important;
  }
}

/* SPECOF & TWEAKS EDITO PAGE */
.edito-page .editor-wysiwyg.as--narrow > .h-align-center:first-child {
  max-width: 65rem;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 56em) {
  .edito-page .editor-wysiwyg.h-mb-150 {
    margin-bottom: 7rem;
  }
  .edito-page .editor-wysiwyg > .h-align-center > .a-button + .a-button {
    margin-top: 1.5rem;
  }
}

@media only screen and (max-width: 56em) {
  .editor-wysiwyg .editor-col.as--nowrap .card-bubble {
    margin-right: 2rem;
    margin-left: 2rem;
  }
}

/* A tooltip helpers
   ========================================================================== */
.a-tip {
  display: inline-block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  cursor: pointer;
}

.a-tip .a-tip-text {
  text-align: center;
  font-size: 1.1rem;
  padding: .5rem;
  width: 11rem;
  position: absolute;
  border-radius: .2rem;
  z-index: -1;
  background: #264087;
  color: #fff;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 200ms ease, z-index 5ms linear 300ms, -webkit-transform 200ms ease;
  transition: opacity 200ms ease, z-index 5ms linear 300ms, -webkit-transform 200ms ease;
  transition: opacity 200ms ease, transform 200ms ease, z-index 5ms linear 300ms;
  transition: opacity 200ms ease, transform 200ms ease, z-index 5ms linear 300ms, -webkit-transform 200ms ease;
}

.a-tip .a-tip-text a {
  text-decoration: none;
}

.a-tip.as--top .a-tip-text {
  bottom: calc(100% + 1rem);
  left: 50%;
  -webkit-transform: translate(-50%, -0.5rem);
          transform: translate(-50%, -0.5rem);
}

.a-tip.as--top:hover .a-tip-text {
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.a-tip.as--bottom .a-tip-text {
  top: calc(100% + 1rem);
  left: 50%;
  -webkit-transform: translate(-50%, 0.5rem);
          transform: translate(-50%, 0.5rem);
}

.a-tip.as--bottom .a-tip-text:before {
  top: auto;
  bottom: 100%;
  -webkit-transform: rotate(180deg) translateX(50%);
          transform: rotate(180deg) translateX(50%);
}

.a-tip.as--bottom:hover .a-tip-text {
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.a-tip.as--left .a-tip-text {
  top: 50%;
  right: calc(100% + 1rem);
  -webkit-transform: translate(-0.5rem, -50%);
          transform: translate(-0.5rem, -50%);
}

.a-tip.as--left .a-tip-text:before {
  top: 50%;
  left: calc(100% - .4rem);
  -webkit-transform: rotate(-90deg) translateX(0.3rem);
          transform: rotate(-90deg) translateX(0.3rem);
}

.a-tip.as--left:hover .a-tip-text {
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.a-tip.as--right .a-tip-text {
  top: 50%;
  left: calc(100% + 1rem);
  -webkit-transform: translate(0.5rem, -50%);
          transform: translate(0.5rem, -50%);
}

.a-tip.as--right .a-tip-text:before {
  top: 50%;
  left: auto;
  right: calc(100% - .4rem);
  -webkit-transform: rotate(90deg) translateX(-0.3rem);
          transform: rotate(90deg) translateX(-0.3rem);
}

.a-tip.as--right:hover .a-tip-text {
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.a-tip:hover .a-tip-text {
  -webkit-transition: opacity 200ms ease, z-index 5ms linear, -webkit-transform 200ms ease;
  transition: opacity 200ms ease, z-index 5ms linear, -webkit-transform 200ms ease;
  transition: opacity 200ms ease, transform 200ms ease, z-index 5ms linear;
  transition: opacity 200ms ease, transform 200ms ease, z-index 5ms linear, -webkit-transform 200ms ease;
  opacity: 1;
  z-index: 100;
}

/* Layout
   ========================================================================== */
/* ====================== */
/* BASE */
/* ====================== */
html {
  font-size: .625em;
}

body {
  font-size: 1.6rem;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
}

body,
select,
input,
textarea,
button {
  color: #000;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
}

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

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

strong, b {
  font-weight: bold;
}

em, i {
  font-style: italic;
}

a {
  text-decoration: none;
  color: inherit;
}

::-moz-selection {
  background: #264087;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #264087;
  color: #fff;
  text-shadow: none;
}

.main-content {
  overflow-x: hidden;
  overflow-y: visible;
  position: relative;
  padding-top: 5rem;
  padding-bottom: .1rem;
  min-height: 80rem;
}

@media only screen and (max-width: 75em) {
  .main-content {
    padding-top: .1rem;
    min-height: 30rem;
  }
}

.inner-wrap {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1440px;
}

@media only screen and (max-width: 1440px) {
  .inner-wrap {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

/* WAVE */
.as--wave:before {
  content: "";
  pointer-events: none;
  position: absolute;
  z-index: -1;
  top: 7rem;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 100vw;
  height: 25rem;
  background: url(../img/common/bg/shape-wave.svg) no-repeat 50% 0;
}

@media only screen and (min-width: 2467px) {
  .as--wave:before {
    background-size: 100% auto;
  }
}

@media only screen and (max-width: 1440px) {
  .as--wave:before {
    display: none;
  }
}

.as--wave.as--wave-center:before {
  top: 50%;
}

.as--wave.as--wave-bottom:before {
  top: auto;
  bottom: 0;
}

.edito-page:not(.intranet-page) .main-content:before,
.contact-page:not(.intranet-page) .main-content:before,
.news-page:not(.intranet-page) .main-content:before {
  content: "";
  pointer-events: none;
  position: absolute;
  z-index: -1;
  top: 50rem;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 100vw;
  height: 25rem;
  background: url(../img/common/bg/shape-wave.svg) no-repeat 50% 0;
}

@media only screen and (min-width: 2467px) {
  .edito-page:not(.intranet-page) .main-content:before,
  .contact-page:not(.intranet-page) .main-content:before,
  .news-page:not(.intranet-page) .main-content:before {
    background-size: 100% auto;
  }
}

@media only screen and (max-width: 1440px) {
  .edito-page:not(.intranet-page) .main-content:before,
  .contact-page:not(.intranet-page) .main-content:before,
  .news-page:not(.intranet-page) .main-content:before {
    display: none;
  }
}

/* INVIEW DEFAULT ANIMATION */
/*.js-item-inview {
    opacity: 0;
    transform: translateY(15rem);
    transition: opacity 300ms linear, transform 800ms $default-transition-function;
    &.is-inview {
        opacity: 1;
        transform: translateY(0);
    }
}*/
/* REVEALER */
.reveal-container .reveal-item {
  overflow: hidden;
  height: 0;
  opacity: 0;
  -webkit-transition: opacity 300ms ease 150ms;
  transition: opacity 300ms ease 150ms;
}

.reveal-container .reveal-item.is-shown {
  height: auto;
  opacity: 1;
  -webkit-transition-delay: 0ms;
          transition-delay: 0ms;
  -webkit-transition-duration: 5ms;
          transition-duration: 5ms;
}

.news-page .reveal-container .reveal-item.is-shown {
  overflow: visible;
}

.reveal-container .reveal-item.is-shown.animated {
  -webkit-transition-delay: 150ms;
          transition-delay: 150ms;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}

/*Kevin Powell - Full-width background inside a container https://www.youtube.com/watch?v=81pnuZFarRw*/
.as--full-bleed {
  background: #F6F5F5;
  -webkit-box-shadow: 0 0 0 100vmax #F6F5F5;
          box-shadow: 0 0 0 100vmax #F6F5F5;
  -webkit-clip-path: inset(0 -100vmax);
          clip-path: inset(0 -100vmax);
}

/*.as--fullwidth {
  margin-left: calc((99vw - 136.5rem) / -2);
  margin-right: calc((99vw - 136.5rem) / -2);
  @media only screen and (max-width: $mq-6) {
    margin-left: 0;
    margin-right: 0;
  }
}*/
/* STICKY CONTACT BTN */
/*
.sticky-contact {
  position: fixed;
  z-index: 1;
  text-align: center;
  bottom: 3rem;
  right: 3rem;
  border-radius: 50%;
  background: $color-primary;
  width: 5.5rem;
  height: 5.5rem;
  line-height: 5rem;
  transform: translateY(10rem);
  transition: transform 500ms $default-transition-function 500ms;
  .is-scrolling-down & {
    transform: translateY(0);
  }
  &:hover {
    background: #d54c4d;
  }
  @media only screen and (max-width: $mq-4) {
    bottom: 1rem;
    right: 1rem;
    width: 4.5rem;
    height: 4.5rem;
    line-height: 4rem;
    transform: translateY(0);
  }
}
*/
/*HEADER*/
.header {
  position: relative;
}

.header-inner {
  position: relative;
  background: 0;
  height: 680px;
  overflow: hidden;
  /* HEADER LOGO */
}

.header-inner:before {
  content: "";
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 25%;
  height: 100%;
  width: 100vw;
  background: url(../img/common/bg/shape-header.svg) no-repeat 0 100%;
}

.header-inner:after {
  content: "";
  display: block;
  pointer-events: none;
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 100vw;
  height: 32rem;
  background: url(../img/common/bg/shape-wave.svg) no-repeat 50% 0;
}

@media only screen and (min-width: 2467px) {
  .header-inner:after {
    background-size: 100% auto;
  }
}

.header-inner .logo {
  position: absolute;
  z-index: 5;
  top: 5rem;
  left: 3%;
}

.header-inner .logo img {
  width: 329px;
  height: 129px;
}

@media only screen and (max-width: 112em) {
  .header-inner .logo {
    left: 2rem;
  }
  .header-inner .logo img {
    width: 240px;
    height: 94px;
  }
}

@media only screen and (max-width: 75em) {
  .header-inner {
    height: 58rem;
  }
  .header-inner:before {
    left: 0;
    width: 100%;
    background-position: 38% 100%;
  }
  .header-inner:after {
    position: fixed;
    background: #fff;
    border-bottom: 0.1rem solid #e3e0e0;
    top: 0;
    left: 0;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    z-index: 2;
    width: 100%;
    height: 7rem;
  }
  .header-inner .logo {
    position: fixed;
    top: .5rem;
    left: 1rem;
  }
  .header-inner .logo img {
    width: 157px;
    height: 62px;
  }
}

/*HEADER MAIN NAV*/
.header-nav {
  position: absolute;
  z-index: 1;
  top: 4rem;
  left: 50%;
  -webkit-transform: translateX(-10%);
          transform: translateX(-10%);
  height: 17rem;
  display: block;
}

.header-nav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.header-nav > ul > li {
  margin: 0 -.1rem;
}

.header-nav > ul > li > .btn-nav {
  padding: 0 2rem;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 11rem;
  background: #FAFAFA;
  position: relative;
  font-family: "Raleway", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  border-top: 0.1rem solid rgba(89, 84, 80, 0.3);
  border-bottom: 0.1rem solid rgba(89, 84, 80, 0.3);
}

.header-nav > ul > li > .btn-nav .a-icon {
  margin-left: 1rem;
}

.header-nav > ul > li > .btn-nav:hover {
  color: #264087;
}

.header-nav > ul > li.is-open > .btn-nav {
  color: #264087;
}

.header-nav > ul > li.is-active > .btn-nav:after {
  content: "";
  position: absolute;
  bottom: 2.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: .7rem;
  height: .7rem;
  background: #98DA33;
  border-radius: 50%;
}

.header-nav > ul > li:first-child > .btn-nav {
  background: #fff;
  border-radius: 6rem 0 0 6rem;
  padding-left: 3.5rem;
  padding-right: 2.5rem;
  font-weight: 600;
  color: #264087;
}

.header-nav > ul > li:nth-child(2) > .btn-nav {
  background: -webkit-gradient(linear, left top, right top, from(#eeecec), to(#fafafa));
  background: linear-gradient(90deg, #eeecec 0%, #fafafa 100%);
}

.header-nav > ul > li:last-child > .btn-nav {
  border-radius: 0 6rem 6rem 0;
  padding-right: 4rem;
}

@media only screen and (max-width: 112em) {
  .header-nav {
    top: 3rem;
    -webkit-transform: translateX(-25%);
            transform: translateX(-25%);
  }
}

@media only screen and (max-width: 88em) {
  .header-nav {
    left: auto;
    right: 1rem;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .header-nav > ul > li > .btn-nav {
    height: 8rem;
  }
  .header-nav > ul > li > .btn-nav:after {
    bottom: 1.5rem !important;
  }
}

@media only screen and (max-width: 75em) {
  .header-nav {
    background: #264087;
    position: fixed;
    width: 100%;
    top: 7rem;
    left: 0;
    right: auto;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    height: calc(100vh - 7rem);
    opacity: 0;
    z-index: -1;
    pointer-events: none;
    -webkit-transition: opacity 400ms ease, z-index 5ms linear 400ms;
    transition: opacity 400ms ease, z-index 5ms linear 400ms;
  }
  .header-nav > ul {
    display: block;
    padding: 7rem 3rem 2rem;
    background: #fff;
    position: relative;
  }
  .header-nav > ul:before {
    content: "";
    pointer-events: none;
    position: absolute;
    z-index: 0;
    top: 100%;
    left: 0;
    width: 100%;
    height: 18rem;
    background: url(../img/common/bg/shape-footer.svg) no-repeat 28% 100%;
    background-size: auto 100%;
  }
  .header-nav > ul > li {
    margin: -.1rem 0;
  }
  .header-nav > ul > li > .btn-nav {
    padding: 0.7rem 0 !important;
    white-space: normal;
    height: auto;
    border-radius: 0 !important;
    background: #fff !important;
  }
  .header-nav > ul > li > .btn-nav:after {
    display: none;
  }
  .header-nav > ul > li > .btn-nav .a-icon {
    margin-left: auto;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  .header-nav.mobile-is-open {
    opacity: 1;
    z-index: 2;
    pointer-events: auto;
    -webkit-transition: opacity 300ms ease, z-index 5ms linear;
    transition: opacity 300ms ease, z-index 5ms linear;
  }
}

@media only screen and (max-width: 56em) {
  .header-nav > ul:before {
    height: 12rem;
    top: 93%;
  }
}

/*HEADER SUBMENU*/
.submenu {
  position: absolute;
  z-index: 3;
  top: 12rem;
  left: 50%;
  width: auto;
  text-align: center;
  background: #fff;
  border-radius: 3rem;
  pointer-events: none;
  -webkit-transform: translate(-50%, 3rem);
          transform: translate(-50%, 3rem);
  opacity: 0;
  -webkit-transition: opacity 400ms ease, -webkit-transform 700ms cubic-bezier(0.32, 0.95, 0, 0.96);
  transition: opacity 400ms ease, -webkit-transform 700ms cubic-bezier(0.32, 0.95, 0, 0.96);
  transition: transform 700ms cubic-bezier(0.32, 0.95, 0, 0.96), opacity 400ms ease;
  transition: transform 700ms cubic-bezier(0.32, 0.95, 0, 0.96), opacity 400ms ease, -webkit-transform 700ms cubic-bezier(0.32, 0.95, 0, 0.96);
}

.submenu:before {
  content: "";
  position: absolute;
  cursor: pointer;
  bottom: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 896px;
  height: 4rem;
  background: 0;
}

.is-open .submenu {
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  opacity: 1;
  pointer-events: auto;
}

.submenu > ul {
  width: 100%;
  padding: 0 1.5rem;
  white-space: nowrap;
}

.submenu > ul > li {
  display: inline-block;
  margin: 0;
}

.submenu > ul > li > a {
  font-family: "Montserrat", sans-serif;
  display: block;
  padding: .8rem 1.5rem;
  font-size: 1.4rem;
  color: #000;
  border-left: 0.1rem solid #eeecec;
}

.submenu > ul > li > a:hover {
  color: #264087;
  text-decoration: underline;
  text-underline-position: under;
}

.submenu > ul > li:nth-child(2) > a {
  border-left: 0;
}

@media only screen and (max-width: 88em) {
  .submenu {
    top: 9rem;
  }
}

@media only screen and (max-width: 75em) {
  .submenu {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: left;
    background: #fff;
    border-radius: 0;
    -webkit-transform: translate(-100%, 0);
            transform: translate(-100%, 0);
    opacity: 1;
    -webkit-transition: -webkit-transform 700ms cubic-bezier(0.32, 0.95, 0, 0.96);
    transition: -webkit-transform 700ms cubic-bezier(0.32, 0.95, 0, 0.96);
    transition: transform 700ms cubic-bezier(0.32, 0.95, 0, 0.96);
    transition: transform 700ms cubic-bezier(0.32, 0.95, 0, 0.96), -webkit-transform 700ms cubic-bezier(0.32, 0.95, 0, 0.96);
  }
  .is-open .submenu {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .submenu:before {
    display: none;
  }
  .submenu > ul {
    padding: 9rem 3rem 0;
    white-space: normal;
  }
  .submenu > ul > li {
    display: block;
    border-bottom: 0.1rem solid rgba(89, 84, 80, 0.3);
  }
  .submenu > ul > li:first-child {
    border-top: 0.1rem solid rgba(89, 84, 80, 0.3);
  }
  .submenu > ul > li > a {
    border-left: 0;
    padding: .8rem 0;
  }
  .submenu > ul > li > a:hover {
    text-decoration: none;
  }
}

/* HEADER INTRANET LOGIN */
.header-login {
  position: absolute;
  top: -2.7rem;
  right: 3.5rem;
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.3rem;
}

.header-login .a-icon {
  width: 1rem;
  height: 1rem;
  margin-right: .5rem;
  opacity: .8;
  -webkit-transform: translateY(-0.1rem);
          transform: translateY(-0.1rem);
}

.header-login:hover {
  color: #fff;
  text-decoration: underline;
  text-underline-position: under;
}

@media only screen and (max-width: 75em) {
  .header-login {
    top: 2.5rem;
    right: 3rem;
    font-weight: 700;
    color: #59C287 !important;
  }
  .header-login .a-icon {
    /*  path,
  polygon,
  circle,
  rect,
  ellipse {*/
    fill: #59C287;
    stroke: transparent;
    /*  }*/
  }
}

/*HEADER MOBILE MENU (MOBILE ONLY)*/
.mobile-menu {
  display: none;
  position: fixed;
  z-index: 5;
  top: 2.5rem;
  right: 2rem;
  border: 0;
  background: 0;
  padding: 0;
  margin: 0;
}

.mobile-menu .a-icon.btn-close {
  display: none;
}

.mobile-menu.is-open .a-icon {
  display: none;
}

.mobile-menu.is-open .a-icon.btn-close {
  display: block;
}

@media only screen and (max-width: 75em) {
  .mobile-menu {
    display: block;
  }
}

/*HEADER close submenu (MOBILE ONLY) */
.mobile-close-submenu {
  display: none;
  position: absolute;
  right: 3rem;
  top: 4rem;
  border: 0;
  background: 0;
  padding: 0;
  margin: 0;
}

.mobile-close-submenu .a-icon {
  margin-right: .5rem;
}

@media only screen and (max-width: 75em) {
  .mobile-close-submenu {
    display: block;
  }
}

/*HEADER SUBMENU LINK (MOBILE ONLY) */
.mobile-submenu-link {
  display: none !important;
  font-weight: 700;
  padding: .6rem 0;
  font-size: 1.5rem;
  color: #264087;
}

.mobile-submenu-link a {
  font-weight: 700;
  padding: .2rem 0 !important;
  font-size: 1.5rem !important;
  color: #264087 !important;
}

@media only screen and (max-width: 75em) {
  .mobile-submenu-link {
    display: block !important;
  }
}

/*HEADER NAV MOBILE BUBBLE LINK (MOBILE ONLY) */
.header-nav_mobile-bubble {
  display: none;
  position: absolute;
  width: 100%;
  bottom: 5rem;
  left: 0;
  text-align: center;
}

.header-nav_mobile-bubble .card-bubble {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 10rem;
  height: 10rem;
  margin: 0 .7rem;
}

.header-nav_mobile-bubble .card-bubble .a-icon {
  width: 4rem;
  height: 4rem;
}

@media only screen and (max-width: 75em) {
  .header-nav_mobile-bubble {
    display: block;
  }
}

.header-banner__title {
  position: absolute;
  width: 100%;
  max-width: 75rem;
  top: 24rem;
  left: 50%;
}

.header-banner__title .header-banner__desc {
  color: #fff;
  padding: 2.5rem 0 0 5rem;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.5;
}

@media only screen and (max-width: 112em) {
  .header-banner__title {
    left: 46%;
    max-width: 70rem;
  }
}

@media only screen and (max-width: 88em) {
  .header-banner__title {
    left: auto;
    right: 0;
    top: 20rem;
  }
}

@media only screen and (max-width: 75em) {
  .header-banner__title {
    right: auto;
    left: 0;
    top: 10rem;
    padding: 0 1.5rem;
    max-width: 100%;
    text-align: center;
  }
  .header-banner__title .a-title-2 {
    font-size: 3.5rem;
  }
  .header-banner__title .header-banner__desc {
    padding: 1.5rem 0 0 0;
    font-size: 1.4rem;
  }
}

.header-banner__visu {
  position: absolute;
  bottom: 0;
  left: 33%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.header-banner__visu img {
  width: 552px;
  height: 510px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-clip-path: url(#svgClipShape1);
          clip-path: url(#svgClipShape1);
}

.header-banner__visu:before {
  content: "";
  position: absolute;
  top: 16.5rem;
  left: -3.5rem;
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
  opacity: .8;
  background: #98DA33;
  background: linear-gradient(215deg, #31b26c 0%, #98da33 100%);
}

.header-banner__visu:after {
  content: "";
  position: absolute;
  bottom: -4rem;
  right: -6.5rem;
  width: 20rem;
  height: 20rem;
  border-radius: 50%;
  opacity: .8;
  background: #98DA33;
  background: linear-gradient(215deg, #31b26c 0%, #98da33 100%);
}

@media only screen and (max-width: 112em) {
  .header-banner__visu {
    left: 27%;
  }
}

@media only screen and (max-width: 88em) {
  .header-banner__visu {
    -webkit-transform: translateX(-50%) scale(0.7);
            transform: translateX(-50%) scale(0.7);
  }
}

@media only screen and (max-width: 75em) {
  .header-banner__visu {
    left: 50%;
    bottom: -10rem;
    -webkit-transform: translateX(-50%) scale(0.45);
            transform: translateX(-50%) scale(0.45);
  }
}

.header-banner__bubble {
  position: absolute;
  bottom: -6rem;
  left: 70%;
}

@media only screen and (max-width: 88em) {
  .header-banner__bubble {
    bottom: -1rem;
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
}

@media only screen and (max-width: 75em) {
  .header-banner__bubble {
    bottom: 1rem;
    left: auto;
    right: 0;
  }
}

@media only screen and (max-width: 56em) {
  .header-banner__bubble {
    display: none;
  }
}

.header-banner_home {
  position: absolute;
  width: 65%;
  height: 55.2rem;
  bottom: 0;
  left: 22%;
}

.header-banner_home .slider-controls {
  display: none;
}

@media only screen and (max-width: 112em) {
  .header-banner_home {
    width: 75%;
  }
}

@media only screen and (max-width: 75em) {
  .header-banner_home {
    height: 58rem;
    left: 0;
    top: 0;
    bottom: auto;
    width: 100%;
  }
}

/* ====================== */
/* FOOTER */
/* ====================== */
.footer {
  background: #2b4691;
  background: -webkit-gradient(linear, left top, left bottom, from(#2b4691), to(#5074d6));
  background: linear-gradient(180deg, #2b4691 0%, #5074d6 100%);
  text-align: center;
  color: #fff;
  margin-top: 8rem;
  padding-bottom: 7rem;
  padding-top: 27rem;
  font-size: 1.4rem;
  position: relative;
  overflow: hidden;
}

.footer:before {
  content: "";
  display: block;
  pointer-events: none;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 100vw;
  height: 23rem;
  background: url(../img/common/bg/shape-footer.svg) no-repeat 50% 100%;
}

@media only screen and (min-width: 2509px) {
  .footer:before {
    background-size: 100% auto;
  }
}

@media only screen and (max-width: 75em) {
  .footer:before {
    background-position: 36% 100%;
  }
}

.footer:after {
  content: "";
  display: block;
  opacity: .07;
  pointer-events: none;
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 100vw;
  height: 29rem;
  background: url(../img/common/bg/shape-footer-2.svg) no-repeat 100% 0;
  background-size: 3749px auto;
}

@media only screen and (max-width: 56em) {
  .footer:after {
    background-position: 72% 0;
  }
}

@media only screen and (max-width: 56em) {
  .footer {
    margin-top: 3rem;
    padding-bottom: 3rem;
  }
}

.footer-partner {
  color: #595450;
  text-align: center;
  position: absolute;
  top: .5rem;
  left: 50%;
  z-index: 1;
  width: 20rem;
  -webkit-transform: translateX(-200%);
          transform: translateX(-200%);
}

.footer-partner img {
  display: block;
  max-width: 100%;
  margin-top: 1rem;
}

@media only screen and (max-width: 75em) {
  .footer-partner {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.footer-title {
  text-transform: uppercase;
  font-weight: 600;
  font-family: "Raleway", sans-serif;
  font-size: 3.5rem;
  margin-bottom: 6rem;
}

@media only screen and (max-width: 56em) {
  .footer-title {
    line-height: 1.2;
    margin: 0 2rem 4rem;
  }
}

.footer-btns {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 80rem;
  margin: 0 auto 3rem;
}

.footer-btns .flex-break {
  display: none;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  width: 0;
}

@media only screen and (max-width: 75em) {
  .footer-btns {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer-btns .card-bubble {
    width: 14rem;
    height: 14rem;
  }
  .footer-btns .card-bubble .a-icon {
    width: 6rem;
    height: 6rem;
  }
}

@media only screen and (max-width: 56em) {
  .footer-btns {
    width: auto;
    margin: 0 2rem 3rem;
  }
  .footer-btns .flex-break {
    display: block;
  }
  .footer-btns .card-bubble_tooltip {
    display: none;
  }
}

.footer-bottom {
  position: relative;
  margin-top: 1rem;
}

.footer-bottom a:hover {
  text-decoration: underline;
  text-underline-position: under;
}

@media only screen and (max-width: 56em) {
  .footer-bottom {
    margin-left: 2rem;
    margin-right: 2rem;
    line-height: 1.5;
    font-size: 1.3rem;
  }
}

/* ==========================================================================
   PAGE HOME
   ========================================================================== */
.home-page .inner-wrap > .editor-wysiwyg:first-child {
  padding-right: 35%;
}

@media only screen and (max-width: 56em) {
  .home-page .inner-wrap > .editor-wysiwyg:first-child {
    padding-right: 0;
  }
}

@media only screen and (max-width: 75em) {
  .home-page .header-inner:before {
    background-position: 24% 100%;
  }
}

/* HOME INTRO */
.home-intro {
  font-size: 3rem;
  font-weight: 500;
  width: 40rem;
  line-height: 1.3;
  text-align: center;
  position: absolute;
  color: #595450;
  bottom: -18rem;
  right: 12%;
}

.home-intro:after {
  content: "";
  background: url(../img/common/pict/fleche.png) no-repeat 0 0;
  width: 12.9rem;
  height: 12.6rem;
  position: absolute;
  top: 150%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media only screen and (max-width: 112em) {
  .home-intro {
    bottom: -8rem;
    right: 5%;
  }
}

@media only screen and (max-width: 88em) {
  .home-intro {
    bottom: -14rem;
    right: 2%;
  }
  .home-intro:after {
    top: 110%;
  }
}

@media only screen and (max-width: 75em) {
  .home-intro {
    font-size: 2.2rem;
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    margin-bottom: 12rem;
    padding: 5rem 2rem 0;
  }
  .home-intro:after {
    top: 110%;
    -webkit-transform: translateX(-50%) rotate(-90deg);
            transform: translateX(-50%) rotate(-90deg);
  }
}

/* HOME NOTRE FONCTIONNEMENT */
.home-how {
  position: relative;
  max-width: 110rem;
  margin: 10rem auto;
  text-align: center;
  background: url(../img/common/bg/bg-how.png) no-repeat 50% 0;
}

.home-how:before {
  top: 22rem;
}

.home-how .card-bubble,
.home-how .home-diag > li {
  cursor: pointer;
}

.home-how .card-bubble .card-bubble_tooltip,
.home-how .home-diag > li .card-bubble_tooltip {
  opacity: 0;
  -webkit-transition: .2s;
  transition: .2s;
}

.home-how .card-bubble:hover .card-bubble_tooltip,
.home-how .home-diag > li:hover .card-bubble_tooltip {
  opacity: 1;
}

.home-how .card-bubble_tooltip {
  pointer-events: none;
  font-family: "Montserrat", sans-serif;
  color: #000;
  font-size: 1.2rem;
  font-weight: 400;
  top: auto;
  bottom: 85%;
  width: 30rem;
  right: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}

@media only screen and (max-width: 56em) {
  .home-how {
    margin: 6rem -2rem;
  }
}

/* HOME NOTRE FONCTIONNEMENT : INTRO  */
.home-how-intro {
  position: relative;
  height: 80rem;
}

.home-how-intro .home-how-desc {
  position: absolute;
  top: 26rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 47rem;
}

.home-how-intro .home-how-desc .a-title-2 {
  margin-bottom: 2rem;
}

.home-how-intro .home-how-visu {
  position: absolute;
  right: -5rem;
  top: 19rem;
  pointer-events: none;
}

.home-how-intro .card-bubble {
  position: absolute;
  bottom: 6.5rem;
  left: 14rem;
  margin-bottom: 0;
}

@media only screen and (max-width: 75em) {
  .home-how-intro .home-how-visu {
    display: none;
  }
  .home-how-intro .card-bubble {
    left: 8rem;
  }
}

@media only screen and (max-width: 56em) {
  .home-how-intro .home-how-desc {
    width: 28rem;
    line-height: 1.5;
  }
  .home-how-intro .home-how-desc .a-title-2 {
    font-size: 3rem;
  }
  .home-how-intro .card-bubble {
    bottom: 3.5rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

/* HOME NOTRE FONCTIONNEMENT : DIAGRAMME  */
.home-diag {
  position: relative;
  width: 70rem;
  height: 21rem;
  margin: 0 auto;
}

.home-diag:before {
  content: "";
  z-index: -1;
  position: absolute;
  bottom: 100%;
  left: 7rem;
  width: .1rem;
  height: 10rem;
  background: rgba(89, 84, 80, 0.3);
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
}

.home-diag .card-bubble_tooltip {
  width: 27rem;
  right: 85%;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.home-diag > li {
  position: absolute;
  border: 1px solid rgba(89, 84, 80, 0.3);
  background: #fff;
  border-radius: 3rem;
  padding: 1rem 3rem;
  min-width: 18rem;
  white-space: nowrap;
}

.home-diag > li:hover {
  color: #fff;
  background: #264087;
  background: linear-gradient(35deg, #4f73d5 0%, #264087 100%);
}

.home-diag > li:nth-child(1) {
  top: 0;
  left: 0;
  border-bottom-left-radius: 1rem;
}

.home-diag > li:nth-child(2) {
  top: 0;
  left: 21rem;
  border-bottom-right-radius: 1rem;
}

.home-diag > li:nth-child(2):before {
  content: "";
  z-index: -1;
  position: absolute;
  top: 50%;
  right: 100%;
  width: 4rem;
  height: .1rem;
  background: rgba(89, 84, 80, 0.3);
}

.home-diag > li:nth-child(3) {
  top: 8rem;
  left: 0;
  border-bottom-left-radius: 1rem;
  font-size: 1.4rem;
  width: 18.5rem;
  min-height: 5rem;
  white-space: normal;
  line-height: 1.1;
}

.home-diag > li:nth-child(3):before {
  content: "";
  z-index: -1;
  position: absolute;
  bottom: 100%;
  left: 50%;
  width: .1rem;
  height: 4rem;
  background: rgba(89, 84, 80, 0.3);
}

.home-diag > li:nth-child(4) {
  top: 8rem;
  left: 21rem;
  border-bottom-left-radius: 1rem;
}

.home-diag > li:nth-child(4):before {
  content: "";
  z-index: -1;
  position: absolute;
  top: 50%;
  right: 100%;
  width: 4rem;
  height: .1rem;
  background: rgba(89, 84, 80, 0.3);
}

.home-diag > li:nth-child(5) {
  top: 8rem;
  left: 68rem;
  border-bottom-right-radius: 1rem;
}

.home-diag > li:nth-child(5):before {
  content: "";
  z-index: -1;
  position: absolute;
  top: 50%;
  right: 100%;
  width: 4rem;
  height: .1rem;
  background: rgba(89, 84, 80, 0.3);
}

.home-diag > li:nth-child(6) {
  top: 16rem;
  left: 22rem;
  border-bottom-right-radius: 1rem;
}

.home-diag > li:nth-child(6):before {
  content: "";
  z-index: -1;
  position: absolute;
  bottom: 100%;
  left: 50%;
  width: .1rem;
  height: 4rem;
  background: rgba(89, 84, 80, 0.3);
}

@media only screen and (max-width: 75em) {
  .home-diag .card-bubble_tooltip {
    bottom: 120%;
    right: 0;
  }
}

@media only screen and (max-width: 56em) {
  .home-diag {
    height: 45rem;
    width: 100%;
  }
  .home-diag:before {
    left: 50%;
    width: 1.2rem;
    height: 3.5rem;
    -webkit-transform: rotate(0deg) translateX(-50%);
            transform: rotate(0deg) translateX(-50%);
    background: url(../img/common/bg/arrow-diag.png) no-repeat 50% 50%;
    background-size: 100% auto;
  }
  .home-diag > li {
    left: 50% !important;
    min-width: 26rem;
    -webkit-transform: translateX(-50%) !important;
            transform: translateX(-50%) !important;
  }
  .home-diag > li:nth-child(1):before {
    content: "";
    z-index: -1;
    position: absolute;
    top: 100%;
    left: 50%;
    width: 1.2rem;
    height: 2.2rem;
    background: rgba(89, 84, 80, 0.3);
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background: url(../img/common/bg/arrow-diag.png) no-repeat 50% 50%;
    background-size: 100% auto;
  }
  .home-diag > li:nth-child(1):after {
    content: "";
    z-index: -1;
    position: absolute;
    top: 50%;
    right: 100%;
    width: 2rem;
    height: .1rem;
    background: rgba(89, 84, 80, 0.3);
  }
  .home-diag > li:nth-child(2) {
    top: 7rem;
  }
  .home-diag > li:nth-child(2):before {
    content: "";
    z-index: -1;
    position: absolute;
    top: 51%;
    left: -1.8rem;
    width: 1.2rem;
    height: 14rem;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background: url(../img/common/bg/arrow-diag.png) no-repeat 50% 50%;
    background-size: 100% auto;
  }
  .home-diag > li:nth-child(3) {
    top: 14rem;
  }
  .home-diag > li:nth-child(3):before {
    top: 100%;
    height: 2rem;
    width: 1.2rem;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background: url(../img/common/bg/arrow-diag.png) no-repeat 50% 50%;
    background-size: 100% auto;
  }
  .home-diag > li:nth-child(3):after {
    content: "";
    z-index: -1;
    position: absolute;
    top: 50%;
    right: 100%;
    width: 2rem;
    height: .1rem;
    background: rgba(89, 84, 80, 0.3);
  }
  .home-diag > li:nth-child(4) {
    top: 21rem;
    max-width: 26.5rem;
    font-size: 1.2rem;
    white-space: normal;
    line-height: 1.2;
  }
  .home-diag > li:nth-child(4):before {
    width: 1.7rem;
  }
  .home-diag > li:nth-child(5) {
    top: 28rem;
  }
  .home-diag > li:nth-child(5):before {
    top: 51%;
    left: -1.8rem;
    height: 14rem;
    width: 1.2rem;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background: url(../img/common/bg/arrow-diag.png) no-repeat 50% 50%;
    background-size: 100% auto;
  }
  .home-diag > li:nth-child(5):after {
    content: "";
    z-index: -1;
    position: absolute;
    bottom: 100%;
    left: 50%;
    width: 1.2rem;
    height: 2.1rem;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background: url(../img/common/bg/arrow-diag.png) no-repeat 50% 50%;
    background-size: 100% auto;
  }
  .home-diag > li:nth-child(6) {
    top: 35rem;
  }
  .home-diag > li:nth-child(6):before {
    top: 50%;
    left: auto;
    right: 100%;
    width: 1.8rem;
    height: .1rem;
    background: rgba(89, 84, 80, 0.3);
  }
}

.news-page .card-list > li > .card:after {
  visibility: hidden;
}

.news-page .card-list > li:nth-child(6n+2) > .card:after, .news-page .card-list > li:nth-child(6n+4) > .card:after {
  content: "";
  visibility: visible;
  position: absolute;
  z-index: -1;
  pointer-events: none;
  top: 14.5rem;
  right: -11.5rem;
  width: 20rem;
  height: 20rem;
  border-radius: 50%;
  opacity: .8;
  background: #98DA33;
  background: linear-gradient(215deg, #31b26c 0%, #98da33 100%);
}

.partner-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.5rem;
  margin-top: 5rem;
}

.partner-list > li {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 24%;
          flex: 1 1 24%;
  max-width: 24%;
  margin-bottom: 2rem;
  text-align: center;
}

@media only screen and (max-width: 88em) {
  .partner-list > li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 32%;
            flex: 1 1 32%;
    max-width: 32%;
  }
}

@media only screen and (max-width: 75em) {
  .partner-list > li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 49%;
            flex: 1 1 49%;
    max-width: 49%;
  }
}

@media only screen and (max-width: 56em) {
  .partner-list > li {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 100% !important;
            flex: 1 1 100% !important;
    max-width: 100% !important;
  }
}

.partner-list.as--main-partner {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.partner-list.as--main-partner:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 11rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 20rem;
  height: 20rem;
  border-radius: 50%;
  opacity: .8;
  background: #98DA33;
  background: linear-gradient(215deg, #31b26c 0%, #98da33 100%);
}

.partner-list.as--main-partner > li {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 49%;
          flex: 1 1 49%;
  max-width: 46rem;
}

.partner-list.as--main-partner .card-partner {
  width: 45rem;
  height: 45rem;
}

@media only screen and (max-width: 56em) {
  .partner-list.as--main-partner:after {
    display: none;
  }
  .partner-list.as--main-partner .card-partner {
    width: 28rem;
    height: 28rem;
  }
}

.card-partner {
  background: #fff;
  padding: 2rem;
  width: 35rem;
  height: 35rem;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  border-radius: 1.5rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 56em) {
  .card-partner {
    width: 28rem;
    height: 28rem;
  }
}

.card-partner img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}

/* INTRANET TARGET CLASS */
/* HEADER INTRANET */
.header-intranet {
  height: 7rem;
}

.header-intranet:before {
  display: none;
}

@media only screen and (max-width: 75em) {
  .header-intranet .header-nav > ul {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
  .header-intranet .header-nav > ul:before {
    top: 99%;
  }
  .header-intranet .header-nav .btn-nav > .a-icon:first-child {
    /*  path,
  polygon,
  circle,
  rect,
  ellipse {*/
    fill: #264087;
    stroke: transparent;
    /*  }*/
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    margin-left: 0;
  }
  .header-intranet .submenu .mobile-close-submenu {
    top: 10rem;
  }
  .header-intranet .submenu > ul {
    padding-top: 14rem;
  }
}

@media only screen and (min-width: 75.0625em) {
  .header-intranet {
    height: 17rem;
    background: -webkit-gradient(linear, left bottom, left top, from(#5074d6), to(#264087));
    background: linear-gradient(0deg, #5074d6 0%, #264087 100%);
    overflow: visible;
  }
  .header-intranet:after {
    display: none;
  }
  .header-intranet .logo {
    top: 0;
    left: 0;
    background: #fff;
    padding: 0 0 0 1rem;
    height: 100%;
  }
  .header-intranet .logo:after {
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    width: 0;
    height: 0;
    border-top: 170px solid #fff;
    border-right: 70px solid transparent;
  }
  .header-intranet .logo img {
    margin-top: 4rem;
  }
  .header-intranet .header-nav {
    top: 3.5rem;
    left: 30rem;
    right: auto;
    height: auto;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .header-intranet .header-nav .btn-nav {
    height: 10rem !important;
    background: 0 !important;
    padding-left: 1.7rem !important;
    padding-right: 1.7rem !important;
    border: 0 !important;
    border-radius: 0 !important;
    color: #fff !important;
    font-size: 1.7rem;
  }
  .header-intranet .header-nav .btn-nav:after {
    bottom: 2rem !important;
  }
  .header-intranet .header-nav .btn-nav:hover {
    text-decoration: underline;
    -webkit-text-decoration-color: rgba(255, 255, 255, 0.7);
            text-decoration-color: rgba(255, 255, 255, 0.7);
    text-underline-position: under;
  }
  .header-intranet .header-nav .btn-nav > .a-icon:first-child {
    margin-left: 0;
  }
  .header-intranet .header-nav .btn-nav > span + .a-icon {
    display: none;
  }
  .header-intranet .submenu {
    top: 11.5rem;
  }
}

@media only screen and (min-width: 112.0625em) {
  .header-intranet .logo {
    padding: 0 4rem;
  }
  .header-intranet .logo:after {
    border-right: 110px solid transparent;
  }
  .header-intranet .logo img {
    margin-top: 2.5rem;
  }
  .header-intranet .header-nav {
    left: 55%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.header-intranet-user {
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  padding-right: 7rem;
  padding-left: 15rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.5;
  overflow: hidden;
}

.header-intranet-user:before {
  content: "";
  position: absolute;
  z-index: 0;
  pointer-events: none;
  top: -5rem;
  left: 0;
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
  opacity: .8;
  background: linear-gradient(215deg, #31b26c 0%, #98da33 100%);
}

.header-intranet-user:after {
  content: "";
  position: absolute;
  z-index: 0;
  pointer-events: none;
  top: -7rem;
  right: -7rem;
  width: 35rem;
  height: 35rem;
  border-radius: 50%;
  opacity: .8;
  background: linear-gradient(215deg, #31b26c 0%, #98da33 100%);
}

.header-intranet-user * {
  position: relative;
  z-index: 1;
}

.header-intranet-user .header-intranet-logout {
  margin-left: 2rem;
  -webkit-transition: .2s;
  transition: .2s;
}

.header-intranet-user .header-intranet-logout:hover {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

@media only screen and (max-width: 88em) {
  .header-intranet-user {
    right: 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-top: 1.5rem;
    line-height: 1.3;
  }
  .header-intranet-user:before {
    display: none;
  }
}

@media only screen and (max-width: 75em) {
  .header-intranet-user {
    position: fixed;
    top: 8rem;
    right: 2.5rem;
    height: auto;
    z-index: 3;
    display: none;
    color: #59C287;
    padding-right: 0;
    padding-left: 0;
  }
  .header-intranet-user .a-icon {
    /*  path,
  polygon,
  circle,
  rect,
  ellipse {*/
    fill: #59C287;
    stroke: transparent;
    /*  }*/
  }
  .header-intranet-user:after {
    display: none;
  }
}

.header-intranet .header-nav.mobile-is-open + .header-intranet-user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* FOOTER INTRANET */
.footer-intranet {
  padding-top: 6rem;
}

.footer-intranet:before {
  display: none;
}

.footer-intranet:after {
  bottom: -14rem;
}

.footer-intranet .footer-title {
  margin-bottom: 4rem;
}

/* HERO INTRANET */
.hero-intranet {
  position: relative;
  margin-top: -5rem;
  margin-bottom: -18rem;
  padding-top: 10rem;
  padding-bottom: 25rem;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(30%, #fefefe), to(#f4f3f3));
  background: linear-gradient(0deg, #fefefe 30%, #f4f3f3 100%);
}

@media only screen and (max-width: 75em) {
  .hero-intranet {
    margin-top: -.1rem;
  }
}

@media only screen and (max-width: 56em) {
  .hero-intranet {
    padding-top: 5rem;
    padding-bottom: 20rem;
  }
}

.hero-intranet:before {
  z-index: 0;
}

@media only screen and (max-width: 1440px) {
  .hero-intranet:before {
    display: block;
  }
}

@media only screen and (max-width: 56em) {
  .hero-intranet:before {
    display: none;
  }
}

.hero-intranet:after {
  content: " ";
  display: table;
  clear: both;
}

.hero-intranet .header-banner__visu {
  position: relative;
  float: left;
  margin-right: 8rem;
  width: 55.6rem;
  top: 0;
  left: 0;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

@media only screen and (max-width: 75em) {
  .hero-intranet .header-banner__visu {
    display: none;
  }
}

.hero-intranet .hero-intranet-text {
  width: 100%;
  max-width: 90rem;
  margin: 0 auto;
  padding: 0 0 0 12rem;
  position: relative;
  z-index: 1;
}

.hero-intranet .hero-intranet-text:after {
  content: "";
  position: absolute;
  z-index: -1;
  pointer-events: none;
  top: -3rem;
  left: 0;
  width: 16rem;
  height: 16rem;
  border-radius: 50%;
  opacity: .8;
  background: linear-gradient(215deg, #31b26c 0%, #98da33 100%);
}

.hero-intranet .hero-intranet-text .hero-intranet-title {
  margin: 0 0 2rem;
  color: #264087;
  font-family: Poppins, sans-serif;
  font-weight: 700;
  font-size: 4.8rem;
  text-transform: uppercase;
  line-height: 1;
}

.hero-intranet .hero-intranet-text p {
  padding-left: 6rem;
}

@media only screen and (max-width: 56em) {
  .hero-intranet .hero-intranet-text {
    padding: 0 2rem 0 5rem;
  }
  .hero-intranet .hero-intranet-text:after {
    width: 7rem;
    height: 7rem;
    left: 1rem;
  }
  .hero-intranet .hero-intranet-text .hero-intranet-title {
    font-size: 3.5rem;
  }
  .hero-intranet .hero-intranet-text p {
    padding-left: 0;
  }
}

.hero-intranet:has(.header-banner__visu) {
  padding-top: 5rem;
  padding-bottom: 18rem;
}

.hero-intranet:has(.header-banner__visu) .hero-intranet-text {
  max-width: 1440px;
  padding: 0 2rem;
}

.hero-intranet:has(.header-banner__visu) .hero-intranet-text:after {
  display: none;
}

.hero-intranet:has(.header-banner__visu) .hero-intranet-text .hero-intranet-title {
  padding-top: 6rem;
}

.hero-intranet:has(.header-banner__visu) .hero-intranet-text p {
  padding-left: 0;
}

@media only screen and (max-width: 75em) {
  .hero-intranet:has(.header-banner__visu) .hero-intranet-text {
    padding-bottom: 10rem;
  }
  .hero-intranet:has(.header-banner__visu) .hero-intranet-text .hero-intranet-title {
    padding-top: 0;
  }
}

@media only screen and (max-width: 56em) {
  .hero-intranet:has(.header-banner__visu) .hero-intranet-text {
    padding-bottom: 0;
  }
}

/* FILTER SINGLE */
.filter-single {
  text-align: center;
  margin-bottom: -5rem;
}

.filter-single .select-wrapper {
  display: inline-block;
}

@media only screen and (max-width: 56em) {
  .filter-single {
    margin-bottom: -3rem;
  }
  .filter-single .select-wrapper {
    display: inline-block;
  }
}

/* FILTER MULTI DROPDOWN ANNUAIRE STRUCTURE */
.filter-multi {
  border-radius: 3rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 55rem;
  margin: 12rem auto 0;
}

.filter-multi:before {
  content: "";
  position: absolute;
  z-index: 2;
  top: -.1rem;
  left: 0;
  width: 100%;
  height: calc(100% + .2rem);
  background: #fff;
  border: .1rem solid #CCCBCA;
  border-radius: 3rem;
}

.filter-multi .filter-item .filter-item-cta {
  position: relative;
  z-index: 3;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  border-right: 2rem solid #fff;
  -webkit-box-shadow: 0 0 0 .1rem #CCCBCA;
          box-shadow: 0 0 0 .1rem #CCCBCA;
  margin: 0;
  font-size: 1.4rem;
  font-weight: 500;
  padding: 1.8rem 2.5rem 1.8rem 3rem;
  text-transform: uppercase;
  background: #fff url(../img/svg/icon-arrow-down.svg) no-repeat 100% 50%;
  background-size: 13px auto;
}

.filter-multi .filter-item:first-child .filter-item-cta {
  border-radius: 4rem 0 0 4rem;
}

.filter-multi .filter-item .filter-dropdown {
  display: none;
  background: #fff;
  border: .1rem solid #efefef;
  padding: 5rem 3rem 2rem;
  position: absolute;
  z-index: 1;
  top: 2rem;
  left: 0;
  width: 100%;
  border-radius: 0 0 2rem 2rem;
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
  max-height: 35rem;
  overflow: auto;
}

.filter-multi .filter-item .filter-choice label {
  font-size: 1.4rem;
}

.filter-multi .filter-item.is-open .filter-item-cta {
  color: #59C287;
  background-color: #FBFBFB;
  border-right-color: #FBFBFB;
}

.filter-multi .filter-item.is-open .filter-dropdown {
  display: block;
}

.filter-multi .filter-submit {
  margin: 0 2.5rem 0 auto;
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.filter-multi .filter-submit input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  background: 0;
  border: 0;
  font-family: "Poppins", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  color: #59C287;
}

@media only screen and (max-width: 56em) {
  .filter-multi {
    margin-top: 4rem;
    max-width: 35rem;
    z-index: 1;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .filter-multi:before {
    display: none;
  }
  .filter-multi .filter-item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
  }
  .filter-multi .filter-item .filter-item-cta {
    font-size: 1.2rem;
    padding: 1.8rem 2rem 1.8rem 1.3rem;
    border-right-width: 1rem;
    border-radius: 0 !important;
    width: 100%;
  }
  .filter-multi .filter-item .filter-dropdown {
    position: relative;
    top: 0;
    padding: 1.5rem;
    max-height: 25rem;
    border-radius: 0 !important;
  }
  .filter-multi .filter-submit {
    margin: 2rem auto 0;
  }
}

.filter-multi-reset {
  position: relative;
  text-align: center;
  margin: 1rem 0 -5rem;
}

.filter-multi-reset button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: 0;
  border: 0;
  padding: 0;
  margin: 0;
  text-decoration: underline;
  text-underline-position: under;
  font-size: 1.2rem;
  font-weight: 500;
}

.filter-multi-reset a {
  text-decoration: underline;
  text-underline-position: under;
  font-size: 1.2rem;
  font-weight: 500;
}

/* Components
   ========================================================================== */
/* ==========================================================================
   FORMS
   ========================================================================== */
button, input, select, textarea {
  border-radius: 0;
}

.gform_wrapper {
  margin-bottom: 8rem;
}

.gform_required_legend {
  color: #fff;
  font-size: 1.2rem;
  text-align: right;
}

.gform_submission_error {
  color: #e0182d !important;
}

/*GRAVITY FORM*/
.gform_submission_error {
  background: #fff;
  padding: 1rem 1rem .8rem;
  color: #e0182d;
  border: 0.1rem solid #e0182d;
  font-size: 1.2rem;
  margin: 2rem 0;
  border-radius: .5rem;
}

.gform_body {
  margin-bottom: 0;
}

.gform_body .gform_fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.gform_body .gfield_html {
  display: block !important;
}

.gform_body .gfield {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
  max-width: 100%;
  margin-bottom: 3rem;
  position: relative;
  padding: 0;
}

@media only screen and (max-width: 56em) {
  .gform_body .gfield {
    margin-bottom: 1.5rem;
  }
}

.gform_body .gfield.gfield--width-half {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 48%;
          flex: 1 0 48%;
  max-width: 48%;
  padding: 0 !important;
}

@media only screen and (max-width: 56em) {
  .gform_body .gfield.gfield--width-half {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
    max-width: 100%;
  }
}

/*INPUT NORMALE TYPE MAIL PHONE ETC ...*/
.gfield input:not([type=checkbox]):not([type=radio]),
.gfield select,
.gfield textarea {
  display: block;
  width: 100%;
  line-height: 1.6rem;
  font-size: 1.6rem;
  border: 0.1rem solid rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  padding: 2.6rem 2rem;
  background: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  color: #000;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.gfield input:not([type=checkbox]):not([type=radio]):focus,
.gfield select:focus,
.gfield textarea:focus {
  border-color: #000;
  outline: none;
}

.gfield textarea {
  max-width: 100%;
  min-height: 19rem;
  resize: vertical;
}

.gfield.gfield_error {
  position: relative;
}

.gfield.gfield_error input,
.gfield.gfield_error .ginput_container_select,
.gfield.gfield_error textarea {
  border-color: #e0182d !important;
}

.gfield .validation_message {
  display: block;
  color: #e0182d;
  border: 0.1rem solid #e0182d;
  padding: .3rem .6rem .2rem;
  border-radius: .5rem;
  max-width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
  text-align: right;
  font-size: 1.2rem;
  position: absolute;
  bottom: calc(100% - 3.5rem);
  right: 0;
  background: #fff;
}

.gfield .validation_message.validation_message--hidden-on-empty {
  display: none;
}

.gfield label,
.gfield > .gfield_label {
  font-family: "Montserrat", sans-serif;
  display: block;
  margin-bottom: 0;
  margin-top: 0;
  padding: 1rem 0;
  color: #264087;
  font-size: 1.9rem;
  font-weight: 700;
}

.gfield .gfield_required {
  font-size: 1.3rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  margin-left: .2rem;
}

.gfield .gform_fileupload_rules {
  font-size: 1.2rem;
}

/*type radio*/
.gfield .ginput_container_radio .gfield_radio .gchoice {
  display: inline-block;
  margin: 0 2rem 0 0;
}

.gfield .ginput_container_radio .gfield_radio .gchoice input {
  width: 1.8rem;
  height: 1.8rem;
}

.gfield .ginput_container_radio .gfield_radio .gchoice label {
  font-family: "Montserrat", sans-serif;
  font-size: 1.3rem;
  display: inline-block;
  font-weight: 400;
  padding: 0;
  color: #000;
}

/*checkbox*/
.gfield .ginput_container_checkbox {
  position: relative;
  display: inline-block;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  max-width: 100%;
}

.gfield .ginput_container_checkbox .gfield_checkbox .gchoice {
  display: inline-block;
  margin: 0 2rem 0 0;
}

.gfield .ginput_container_checkbox .gfield_checkbox .gchoice input {
  width: 1.8rem;
  height: 1.8rem;
}

.gfield .ginput_container_checkbox .gfield_checkbox .gchoice label {
  font-family: "Montserrat", sans-serif;
  font-size: 1.3rem;
  display: inline-block;
  font-weight: 400;
  padding: 0;
  color: #000;
}

.gfield .ginput_container_consent {
  margin-top: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.gfield .ginput_container_consent input {
  width: 1.8rem;
  height: 1.8rem;
}

.gfield .ginput_container_consent .gfield_consent_label {
  font-family: "Montserrat", sans-serif;
  font-size: 1.3rem;
  display: inline-block;
  font-weight: 400;
  padding: 0 0 0 1rem;
  color: #000;
}

.gfield.gfield--type-consent > .gfield_label {
  display: none;
}

/* Upload file */
/*type select*/
.gfield .ginput_container_select {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  border: 0.1rem solid rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  background: #fff;
  padding: 0;
}

.gfield .ginput_container_select select {
  height: 100%;
  width: 100%;
  padding-right: 4.5rem;
  line-height: 1.1;
  padding-top: 2.6rem;
  padding-bottom: 2.6rem;
  border: 0;
  background: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}

.gfield .ginput_container_select select option {
  color: #000;
}

.gfield .ginput_container_select::after {
  content: "\203A";
  width: 2.3rem;
  height: 100%;
  font-size: 2.5rem;
  position: absolute;
  right: 2.5rem;
  top: 50%;
  -webkit-transform: translateY(-35%) rotate(90deg);
          transform: translateY(-35%) rotate(90deg);
  pointer-events: none;
}

/* INPUT TYPE PASSWORD.  */
.gfield.gfield--type-password .ginput_container {
  position: relative;
}

.gfield.gfield--type-password .gform_show_password {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 1rem;
  width: 2.8rem;
  height: 2.8rem;
  opacity: .7;
  background: 0;
  border: 0;
  padding: 0;
  margin: 0;
}

.gfield.gfield--type-password .gform_show_password:hover {
  opacity: 1;
}

.gfield.gfield--type-password .gform_show_password .dashicons {
  display: block;
  width: 100%;
  height: 100%;
}

.gfield.gfield--type-password .gform_show_password .dashicons:before {
  display: none !important;
}

.gfield.gfield--type-password .gform_show_password .dashicons.dashicons-hidden {
  background: url(../img/svg/icon-invisible.svg) no-repeat 50% 50%;
  background-size: 85% 85%;
}

.gfield.gfield--type-password .gform_show_password .dashicons.dashicons-visibility {
  background: url(../img/svg/icon-visible.svg) no-repeat 50% 50%;
  background-size: 85% 85%;
}

.gfield.gfield--type-password .gform_show_password .screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.gform_footer {
  text-align: right;
}

/* SKINNED SELECT */
.select-wrapper {
  position: relative;
  border: 0.1rem solid rgba(89, 84, 80, 0.3);
  border-radius: 3rem;
  background: #fff;
  padding: 0;
}

.select-wrapper select {
  height: 100%;
  width: 100%;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.1;
  padding: 1.7rem 5.5rem 1.8rem 3.5rem;
  border: 0;
  background: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  text-transform: uppercase;
}

.select-wrapper select option {
  text-transform: none;
}

.select-wrapper::after {
  content: "";
  background: url(../img/svg/icon-arrow-down.svg) no-repeat 50% 50%;
  background-size: 100% auto;
  opacity: .9;
  width: 1.3rem;
  height: 100%;
  position: absolute;
  right: 3rem;
  top: 0;
  pointer-events: none;
}

.m_video {
  overflow: hidden;
}

.m_video-media {
  cursor: pointer;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.m_video-media > img {
  position: absolute;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  mix-blend-mode: multiply;
  opacity: .85;
  -webkit-transition: all 3s ease;
  transition: all 3s ease;
}

.m_video-media.as--injected .m_video-player {
  opacity: 0;
  pointer-events: none;
  /* &:before {
        display: none;
      }*/
}

.m_video-player {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: #fff;
  -webkit-transition: all 0.2s cubic-bezier(0.32, 0.95, 0, 0.96);
  transition: all 0.2s cubic-bezier(0.32, 0.95, 0, 0.96);
}

.m_video-player > .a-icon {
  position: absolute;
  border-radius: 50%;
  z-index: 2;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.2s cubic-bezier(0.32, 0.95, 0, 0.96);
  transition: all 0.2s cubic-bezier(0.32, 0.95, 0, 0.96);
  padding: 2rem;
  background: #264087;
}

/* SLIDER CONTROLS */
.slider-controls .slick-arrow {
  pointer-events: auto;
  cursor: pointer;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2rem;
  height: 2rem;
  padding: 3rem;
  border-radius: 50%;
  opacity: .8;
  background: #98DA33;
  background: linear-gradient(215deg, #31b26c 0%, #98da33 100%);
  /*  path,
  polygon,
  circle,
  rect,
  ellipse {*/
  fill: #fff;
  stroke: transparent;
  /*  }*/
}

.slider-controls .slick-arrow.slick-disabled {
  pointer-events: none;
  cursor: default;
  opacity: .2;
}

.slider-controls .slick-arrow.slick-prev {
  left: 2rem;
}

.slider-controls .slick-arrow.slick-next {
  right: 2rem;
}

@media only screen and (max-width: 56em) {
  .slider-controls .slick-arrow {
    padding: 1rem;
  }
  .slider-controls .slick-arrow.slick-prev {
    left: 1rem;
  }
  .slider-controls .slick-arrow.slick-next {
    right: 1rem;
  }
}

@media only screen and (max-width: 38em) {
  .slider-controls .slick-arrow {
    display: none !important;
  }
}

/* SLIDER FOLIO */
.slick-dots {
  text-align: center;
  width: 100%;
  margin-bottom: 0 !important;
}

.slick-dots li {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin: 0 .4rem;
  border-radius: 50%;
  background: rgba(89, 84, 80, 0.3);
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
}

.slick-dots li button {
  display: none;
}

.slick-dots li.slick-active {
  -webkit-transform: scale(1);
          transform: scale(1);
  background: #98DA33;
}

/* SLIDER Common STYLES */
.slider-wrap {
  position: relative;
}

.slider-wrap .slider .slick-slide {
  position: relative;
}

.slider-wrap .slider .slick-slide img {
  max-width: 100%;
  height: auto;
}

/* BASE SLIDER */
/* SLIDER QUOTE */
.slider-quote {
  text-align: center;
  position: absolute;
  width: 100%;
  height: calc(100% - 1rem);
  top: 0;
  left: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(0, 0, 0, 0.3);
}

.slider-quote .quote {
  color: white;
}

.slider-quote .quote:before {
  background: url(../img/common/pict/quote.png) no-repeat 0 0;
  opacity: 1;
}

@media only screen and (max-width: 56em) {
  .slider-quote {
    position: static;
    padding-top: 3rem;
    margin-bottom: 1rem;
  }
}

.slider-home .slick-dots {
  position: absolute;
  bottom: 6rem;
  left: 3rem;
  width: auto;
}

.slider-home .slider-home_visu {
  pointer-events: none;
  width: 40rem;
  height: 55.2rem;
  position: relative;
}

.slider-home .slider-home_visu picture,
.slider-home .slider-home_visu img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  height: auto;
}

.slider-home .slider-home_visu img {
  position: relative;
}

.slider-home .slider-home_visu:before {
  content: "";
  position: absolute;
  top: 22.5rem;
  left: 2.5rem;
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
  opacity: .8;
  background: #98DA33;
  background: linear-gradient(215deg, #31b26c 0%, #98da33 100%);
}

.slider-home .slider-home_visu:after {
  content: "";
  position: absolute;
  bottom: 1rem;
  right: -9.5rem;
  width: 20rem;
  height: 20rem;
  border-radius: 50%;
  opacity: .8;
  background: #98DA33;
  background: linear-gradient(215deg, #31b26c 0%, #98da33 100%);
}

.slider-home .slider-home_text {
  position: absolute;
  top: 11rem;
  left: 50rem;
  width: calc(100% - 55rem);
}

.slider-home .slider-home_text .slider-home_quote {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 4.8rem;
  text-transform: uppercase;
  line-height: 1;
}

.slider-home .slider-home_text .slider-home_quote:before {
  content: "";
  width: 2.8rem;
  height: 2.8rem;
  display: inline-block;
  background: url(../img/common/pict/quote.png) no-repeat 0 0;
  vertical-align: top;
  opacity: .2;
  margin-left: -3rem;
  margin-right: .5rem;
}

.slider-home .slider-home_text .slider-home_quote:after {
  content: "";
  width: 2.8rem;
  height: 2.8rem;
  display: inline-block;
  background: url(../img/common/pict/quote.png) no-repeat 0 0;
  vertical-align: top;
  opacity: .2;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  margin-left: 1rem;
}

.slider-home .slider-home_text .slider-home_author {
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
  margin-top: .5rem;
}

.slider-home .slider-home_text .a-button {
  margin-top: 2.5rem;
}

@media only screen and (max-width: 112em) {
  .slider-home .slider-home_text {
    top: 7rem;
    left: 43rem;
    width: calc(100% - 45rem);
  }
}

@media only screen and (max-width: 75em) {
  .slider-home {
    height: 100%;
  }
  .slider-home .slider,
  .slider-home .slick-list,
  .slider-home .slick-track,
  .slider-home .slick-slide,
  .slider-home .slick-slide > div,
  .slider-home .slick-slide > div > div {
    height: 100%;
  }
  .slider-home .slick-dots {
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-11rem);
            transform: translateX(-11rem);
  }
  .slider-home .slider-home_visu {
    width: 22.5rem;
    height: auto;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .slider-home .slider-home_visu:before {
    top: 11.5rem;
    left: .5rem;
    width: 6rem;
    height: 6rem;
  }
  .slider-home .slider-home_visu:after {
    bottom: 0;
    right: -5rem;
    width: 11rem;
    height: 11rem;
  }
  .slider-home .slider-home_text {
    position: relative;
    padding: 10rem 2rem 0;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 42rem;
    margin: 0 auto;
    text-align: center;
  }
  .slider-home .slider-home_text .slider-home_quote {
    font-size: 2.2rem;
    text-align: center;
  }
  .slider-home .slider-home_text .slider-home_quote:before, .slider-home .slider-home_text .slider-home_quote:after {
    display: none;
  }
  .slider-home .slider-home_text .slider-home_author {
    font-size: 1.3rem;
  }
  .slider-home .slider-home_text .a-button {
    margin-top: 1rem;
  }
}

/* CARD LIST */
.card-list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 0 !important;
}

.card-list > li {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 33%;
          flex: 1 1 33%;
  max-width: 33%;
}

.card-list > li > .card {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  margin-bottom: 6rem;
}

.card-list > li:nth-child(3n+1) > .card:after, .card-list > li:nth-child(3n+2) > .card:after {
  content: "";
  position: absolute;
  z-index: -1;
  pointer-events: none;
  top: 15%;
  right: -11.5rem;
  width: 20rem;
  height: 20rem;
  border-radius: 50%;
  opacity: .8;
  background: linear-gradient(215deg, #31b26c 0%, #98da33 100%);
}

.card-list > li:nth-child(3n+1) > .card.as--outline-small:after, .card-list > li:nth-child(3n+2) > .card.as--outline-small:after {
  width: 10rem;
  height: 10rem;
  right: -6.5rem;
}

.card-list > li:nth-child(3n+2) > .card:after {
  top: auto;
  bottom: 15%;
}

.card-list.as--no-bubbles > li > .card:after {
  display: none !important;
}

.card-list.as--dual-col {
  gap: 3rem 0;
}

.card-list.as--dual-col > li {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  max-width: 50%;
}

.card-list.as--dual-col > li > .card {
  margin-bottom: 0;
  height: 100%;
}

.card-list.as--dual-col > li > .card:after {
  display: none;
}

.card-list.as--dual-col > li:nth-child(4n+3) > .card:after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  pointer-events: none;
  top: -12rem;
  right: -11.5rem;
  width: 20rem;
  height: 20rem;
  border-radius: 50%;
  opacity: .8;
  background: linear-gradient(215deg, #31b26c 0%, #98da33 100%);
}

.card-list.as--dual-col:has(> :nth-child(-n+2):last-child) > li:nth-child(2n+2) > .card:after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  pointer-events: none;
  top: 20%;
  left: -11.5rem;
  width: 20rem;
  height: 20rem;
  border-radius: 50%;
  opacity: .8;
  background: linear-gradient(215deg, #31b26c 0%, #98da33 100%);
}

.card-list:has(.card.as--event) {
  gap: 3rem 0;
}

.card-list:has(.card.as--team) {
  gap: 3rem 0;
}

@media only screen and (max-width: 1440px) {
  .card-list {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
}

@media only screen and (max-width: 88em) {
  .card-list > li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
    max-width: 50%;
  }
  .card-list > li > .card:after {
    visibility: hidden !important;
  }
}

@media only screen and (max-width: 56em) {
  .card-list > li {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 100% !important;
            flex: 1 1 100% !important;
    max-width: 100% !important;
  }
  .card-list > li > .card {
    margin-bottom: 2.5rem;
  }
}

/* CARD BUBBLE */
.card-bubble {
  position: relative;
  width: 22rem;
  height: 22rem;
  border-radius: 50%;
  background: linear-gradient(215deg, #31b26c 0%, #98da33 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto 3rem;
  font-size: 5.7rem;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  color: #fff;
}

.card-bubble .a-icon {
  width: 10rem;
  height: 10rem;
}

.card-bubble ~ .h-color-text-2 {
  line-height: 1.4;
}

.card-bubble.as--primary {
  background: linear-gradient(35deg, #4f73d5 0%, #264087 100%);
}

.card-bubble.as--img {
  overflow: hidden;
}

.card-bubble.as--img picture,
.card-bubble.as--img img {
  display: block;
  width: 100%;
  height: 100%;
}

.card-bubble.as--img img {
  -o-object-fit: cover;
     object-fit: cover;
}

@media only screen and (max-width: 56em) {
  .card-bubble {
    width: 19rem;
    height: 19rem;
    font-size: 4rem;
  }
  .card-bubble ~ .h-color-text-2 {
    font-size: 1.5rem;
  }
}

.card-bubble_tooltip {
  position: absolute;
  top: -2rem;
  white-space: normal;
  right: 70%;
  background: #fff;
  border: 0.1rem solid #eeecec;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  padding: 1.5rem 2.5rem;
  font-size: 1.6rem;
  font-weight: 600;
  border-radius: 4rem 4rem 0 4rem;
  color: #595450;
  width: 18rem;
  text-align: left;
  line-height: 1.3;
}

/* CARDS - COMMON STYLES */
.card {
  position: relative;
  background: #fff;
  max-width: 720px;
}

.card .card-visu picture,
.card .card-visu img {
  display: block;
  width: 100%;
  height: auto;
}

.card .card-visu img {
  border-radius: .5rem;
}

.card .card-content {
  padding: 3rem 3rem 0;
  line-height: 1.6;
}

@media only screen and (max-width: 56em) {
  .card .card-content {
    padding: 3rem 1.5rem 0;
  }
}

.card .card-content .card-content-title {
  min-height: 11rem;
  margin-bottom: 1rem;
}

.card .card-content .card-content-intro {
  margin-bottom: 2.5rem;
  overflow: hidden;
}

.card .card-content .card-content-intro > * {
  overflow: hidden;
}

.card .card-content .card-content-intro > p {
  margin-bottom: 0;
}

.card .card-content .card-content-intro .card-content-intro-logo {
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 13rem;
  height: 13rem;
  margin-right: 2rem;
  border: 0.1rem solid rgba(89, 84, 80, 0.3);
}

.card .card-content .card-content-intro .card-content-intro-logo img {
  display: block;
  max-width: 90%;
  max-height: 90%;
  height: auto;
}

@media only screen and (max-width: 32em) {
  .card .card-content .card-content-intro .card-content-intro-logo {
    float: none;
    margin-bottom: 1.5rem;
  }
}

.card .card-tag {
  background: #59C287;
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0 1.5rem 0 1.5rem;
  padding: .8rem 3.5rem;
  font-weight: 700;
  font-size: 1.6rem;
}

@media only screen and (max-width: 32em) {
  .card .card-tag {
    padding: .8rem 2rem;
  }
}

.card .card-date {
  color: #59C287;
  font-weight: 700;
  font-size: 2.3rem;
}

.card.as--outline {
  border: 0.1rem solid #F6F5F5;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  border-radius: 1.5rem;
  min-height: 63rem;
  padding-bottom: 12rem;
}

.card.as--outline .card-visu {
  height: 25rem;
}

.card.as--outline .card-visu picture,
.card.as--outline .card-visu img {
  height: 100%;
}

.card.as--outline .card-visu img {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1.5rem 1.5rem 0 0;
}

.card.as--outline .card-content .a-button {
  position: absolute;
  bottom: 4rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.card.as--outline-small {
  border: 0.1rem solid #F6F5F5;
  -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.1);
  border-radius: 1.5rem;
  padding-bottom: 8rem;
}

.card.as--outline-small .card-content .a-button {
  position: absolute;
  bottom: 2rem;
  right: 3rem;
}

.card.as--no-img {
  min-height: 45rem;
}

.card.as--focus-event {
  padding-top: 2rem;
  padding-bottom: 10rem;
}

.card.as--focus-event .card-content {
  padding-left: 5rem;
  padding-right: 5rem;
}

.card.as--focus-event .card-content:after {
  content: "";
  width: 100%;
  height: 9rem;
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 0;
  border-radius: 0 0 1.5rem 1.5rem;
  background: -webkit-gradient(linear, left bottom, left top, from(white), color-stop(75%, #f3f2f2));
  background: linear-gradient(0deg, white 0%, #f3f2f2 75%);
}

@media only screen and (max-width: 56em) {
  .card.as--focus-event .card-content {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

.card.as--focus-event .card-content .a-button {
  right: auto;
  left: 5rem;
  bottom: 1.5rem;
}

@media only screen and (max-width: 56em) {
  .card.as--focus-event .card-content .a-button {
    left: 2.5rem;
  }
}

.card.as--structure {
  padding-top: 1rem;
  padding-bottom: 2rem;
}

.card.as--structure .card-content {
  padding-left: 5rem;
  padding-right: 5rem;
}

@media only screen and (max-width: 56em) {
  .card.as--structure .card-content {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

.card.as--team {
  padding-top: 2rem;
  padding-bottom: 9rem;
  height: 100%;
  margin-bottom: 0 !important;
}

.card.as--team .card-content {
  padding-left: 5rem;
  padding-right: 5rem;
}

@media only screen and (max-width: 56em) {
  .card.as--team .card-content {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

.card.as--team .card-content:after {
  content: "";
  width: 100%;
  height: 9rem;
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 0;
  border-radius: 0 0 1.5rem 1.5rem;
  background: -webkit-gradient(linear, left bottom, left top, from(white), color-stop(75%, #f3f2f2));
  background: linear-gradient(0deg, white 0%, #f3f2f2 75%);
}

.card.as--team .card-content .card-content-intro {
  line-height: 1.8;
}

.card.as--team .card-content .a-button {
  right: auto;
  left: 5rem;
  bottom: 1.5rem;
  border: 0;
  background: 0;
  color: #000;
  border-radius: 0;
  text-decoration: underline !important;
  text-underline-position: under;
}

.card.as--team .card-content .a-button:after {
  content: "";
  position: absolute;
  z-index: -1;
  pointer-events: none;
  top: 0;
  left: .3rem;
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  opacity: .8;
  background: linear-gradient(215deg, #31b26c 0%, #98da33 100%);
}

.card.as--team .card-content .a-button:before {
  display: none;
}

.card.as--team .card-content .a-button .a-icon {
  margin-right: 3rem;
}

.card.as--team .card-content .a-button:hover {
  text-decoration: none !important;
}

@media only screen and (max-width: 56em) {
  .card.as--team .card-content .a-button {
    left: 2.5rem;
  }
}

.card.as--event {
  min-height: 0;
  padding-top: 2rem;
  padding-bottom: 3.5rem;
  height: 100%;
  margin-bottom: 0 !important;
}

.card.as--event .card-content {
  padding-left: 5rem;
  padding-right: 5rem;
}

@media only screen and (max-width: 56em) {
  .card.as--event .card-content {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

.card.as--event .card-content .a-button {
  position: relative;
  bottom: 0;
  margin-top: 1rem;
  min-width: 22rem;
}

@media only screen and (max-width: 88em) {
  .card.as--event .card-content .a-button {
    left: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    margin-right: 1rem;
  }
}

@media only screen and (max-width: 32em) {
  .card.as--event .card-content .a-button {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    margin-right: 0;
  }
}

.card:has(.card-tag) {
  padding-top: 3rem;
}

a.card {
  display: block;
  text-decoration: none;
}

/* ACCORDION */
.accordion {
  position: relative;
  margin-bottom: .5rem;
  -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.1);
}

.accordion:after {
  content: "";
  position: absolute;
  z-index: -1;
  pointer-events: none;
  top: -4rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 20rem;
  height: 20rem;
  border-radius: 50%;
  opacity: .8;
  background: #98DA33;
  background: linear-gradient(215deg, #31b26c 0%, #98da33 100%);
}

.accordion > li {
  border: 0.1rem solid #F6F5F5;
  -webkit-box-shadow: inset 0 10px 10px -5px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 10px 10px -5px rgba(0, 0, 0, 0.05);
  background: #fff;
  margin-bottom: -.1rem;
}

.accordion > li:first-child {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.accordion > li > .accordion-title {
  position: relative;
  cursor: pointer;
  padding: 2.5rem;
  font-weight: 700;
  font-size: 2.3rem;
  color: #264087;
  text-align: center;
  text-transform: uppercase;
}

.accordion > li > .accordion-title:hover {
  background: rgba(246, 245, 245, 0.3);
}

.accordion > li > .accordion-title .a-icon {
  position: absolute;
  top: 3.7rem;
  right: 3.5rem;
}

.accordion > li > .accordion-content {
  display: none;
  padding: 0 3rem 1rem;
  overflow: hidden;
}

.accordion > li > .accordion-content .editor-wysiwyg {
  margin: 0;
}

.accordion > li.is-open > .accordion-title .a-icon {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.accordion > li.is-open > .accordion-content {
  display: block;
}

@media screen and (max-width: 56em) {
  .accordion > li > .accordion-title {
    padding: 1.5rem 3.5rem 1.5rem 1.5rem;
    font-size: 1.6rem;
    text-align: left;
  }
  .accordion > li > .accordion-title .a-icon {
    top: 1.8rem;
    right: 1.2rem;
  }
  .accordion > li > .accordion-content {
    padding: 0 1.5rem 1rem;
  }
}

.accordion-nested > li {
  border-top: 1px solid rgba(89, 84, 80, 0.2);
  margin-bottom: -.1rem;
}

.accordion-nested > li > .accordion-nested-title {
  cursor: pointer;
  padding: 1.6rem 3rem 1.6rem 0;
  font-size: 1.8rem;
  font-weight: 700;
  position: relative;
}

.accordion-nested > li > .accordion-nested-title .a-icon {
  position: absolute;
  top: 2.5rem;
  right: 1rem;
}

.accordion-nested > li > .accordion-content {
  display: none;
  overflow: hidden;
  padding: 0 3rem 3rem;
  font-size: 1.6rem;
}

.accordion-nested > li > .accordion-content .editor-wysiwyg {
  margin: 0;
}

.accordion-nested > li.is-open > .accordion-nested-title .a-icon {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.accordion-nested > li.is-open > .accordion-content {
  display: block;
}

@media screen and (max-width: 56em) {
  .accordion-nested > li > .accordion-nested-title {
    font-size: 1.5rem;
    line-height: 1.3;
  }
  .accordion-nested > li > .accordion-content {
    padding: 0 0 3rem;
    font-size: 1.4rem;
  }
}

.pagination {
  text-align: center;
  margin: -4rem 0 10rem;
}

.pagination ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: center;
  border: 0.1rem solid rgba(89, 84, 80, 0.3);
  border-radius: .5rem;
}

.pagination ul li.pagination-current {
  border-right: 0.1rem solid rgba(89, 84, 80, 0.3);
  border-left: 0.1rem solid rgba(89, 84, 80, 0.3);
}

.pagination ul li.pagination-current span {
  display: block;
  padding: 2rem 3rem;
  font-size: 1.8rem;
  color: #264087;
  font-weight: 700;
}

.pagination ul li.disabled {
  pointer-events: none;
  opacity: .2;
}

.pagination ul li a {
  display: block;
  padding: 2rem 2.8rem;
  height: 100%;
  -webkit-transition: .2s;
  transition: .2s;
}

.pagination ul li a:hover {
  background: #F6F5F5;
}

@media only screen and (max-width: 56em) {
  .pagination {
    margin: 0 0 8rem;
  }
  .pagination ul li.pagination-current span {
    padding: 2rem 2.5rem;
  }
  .pagination ul li a {
    padding: 2rem 1.8rem;
  }
}

/* Helpers & Theming
   ========================================================================== */
/* ====================== */
/* HELPERS - UNCOMMENT IF NEEDED */
/* ====================== */
/* ====================== */
/* colors, bg, btn, icons */
/* ====================== */
/* define color array with values you will need */
.h-color-black {
  color: #000;
}

.h-bg-black {
  background-color: #000;
}

.h-color-white {
  color: #fff;
}

.h-bg-white {
  background-color: #fff;
}

.h-color-text-1 {
  color: #000;
}

.h-bg-text-1 {
  background-color: #000;
}

.h-color-text-2 {
  color: #595450;
}

.h-bg-text-2 {
  background-color: #595450;
}

.h-color-primary {
  color: #264087;
}

.h-bg-primary {
  background-color: #264087;
}

.h-color-secondary {
  color: #98DA33;
}

.h-bg-secondary {
  background-color: #98DA33;
}

.h-color-ternary {
  color: #59C287;
}

.h-bg-ternary {
  background-color: #59C287;
}

/* ====================== */
/* Font size */
/* ====================== */
/* define font-size array with values you will need */
.h-fz-14 {
  font-size: 1.4rem;
}

.h-fz-15 {
  font-size: 1.5rem;
}

.h-fz-16 {
  font-size: 1.6rem;
}

.h-fz-19 {
  font-size: 1.9rem;
}

.h-fz-20 {
  font-size: 2rem;
}

.h-fz-23 {
  font-size: 2.3rem;
}

.h-fz-25 {
  font-size: 2.5rem;
}

.h-fz-30 {
  font-size: 3rem;
}

.h-fz-35 {
  font-size: 3.5rem;
}

.h-fz-45 {
  font-size: 4.5rem;
}

.h-fz-48 {
  font-size: 4.8rem;
}

.h-fz-55 {
  font-size: 5.5rem;
}

.h-fz-57 {
  font-size: 5.7rem;
}

/* ====================== */
/* Margin & Padding */
/* ====================== */
/* define spacing array with values you will need */
.h-m-0 {
  margin: 0rem;
}

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

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

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

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

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

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

.h-p-0 {
  padding: 0rem;
}

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

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

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

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

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

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

.h-m-5 {
  margin: 0.5rem;
}

.h-mt-5 {
  margin-top: 0.5rem;
}

.h-mb-5 {
  margin-bottom: 0.5rem;
}

.h-ml-5 {
  margin-left: 0.5rem;
}

.h-mr-5 {
  margin-right: 0.5rem;
}

.h-my-5 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.h-mx-5 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.h-p-5 {
  padding: 0.5rem;
}

.h-pt-5 {
  padding-top: 0.5rem;
}

.h-pb-5 {
  padding-bottom: 0.5rem;
}

.h-pl-5 {
  padding-left: 0.5rem;
}

.h-pr-5 {
  padding-right: 0.5rem;
}

.h-py-5 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.h-px-5 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.h-m-10 {
  margin: 1rem;
}

.h-mt-10 {
  margin-top: 1rem;
}

.h-mb-10 {
  margin-bottom: 1rem;
}

.h-ml-10 {
  margin-left: 1rem;
}

.h-mr-10 {
  margin-right: 1rem;
}

.h-my-10 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.h-mx-10 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.h-p-10 {
  padding: 1rem;
}

.h-pt-10 {
  padding-top: 1rem;
}

.h-pb-10 {
  padding-bottom: 1rem;
}

.h-pl-10 {
  padding-left: 1rem;
}

.h-pr-10 {
  padding-right: 1rem;
}

.h-py-10 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.h-px-10 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.h-m-15 {
  margin: 1.5rem;
}

.h-mt-15 {
  margin-top: 1.5rem;
}

.h-mb-15 {
  margin-bottom: 1.5rem;
}

.h-ml-15 {
  margin-left: 1.5rem;
}

.h-mr-15 {
  margin-right: 1.5rem;
}

.h-my-15 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.h-mx-15 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.h-p-15 {
  padding: 1.5rem;
}

.h-pt-15 {
  padding-top: 1.5rem;
}

.h-pb-15 {
  padding-bottom: 1.5rem;
}

.h-pl-15 {
  padding-left: 1.5rem;
}

.h-pr-15 {
  padding-right: 1.5rem;
}

.h-py-15 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.h-px-15 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.h-m-20 {
  margin: 2rem;
}

.h-mt-20 {
  margin-top: 2rem;
}

.h-mb-20 {
  margin-bottom: 2rem;
}

.h-ml-20 {
  margin-left: 2rem;
}

.h-mr-20 {
  margin-right: 2rem;
}

.h-my-20 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.h-mx-20 {
  margin-left: 2rem;
  margin-right: 2rem;
}

.h-p-20 {
  padding: 2rem;
}

.h-pt-20 {
  padding-top: 2rem;
}

.h-pb-20 {
  padding-bottom: 2rem;
}

.h-pl-20 {
  padding-left: 2rem;
}

.h-pr-20 {
  padding-right: 2rem;
}

.h-py-20 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.h-px-20 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.h-m-25 {
  margin: 2.5rem;
}

.h-mt-25 {
  margin-top: 2.5rem;
}

.h-mb-25 {
  margin-bottom: 2.5rem;
}

.h-ml-25 {
  margin-left: 2.5rem;
}

.h-mr-25 {
  margin-right: 2.5rem;
}

.h-my-25 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.h-mx-25 {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

.h-p-25 {
  padding: 2.5rem;
}

.h-pt-25 {
  padding-top: 2.5rem;
}

.h-pb-25 {
  padding-bottom: 2.5rem;
}

.h-pl-25 {
  padding-left: 2.5rem;
}

.h-pr-25 {
  padding-right: 2.5rem;
}

.h-py-25 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.h-px-25 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.h-m-30 {
  margin: 3rem;
}

.h-mt-30 {
  margin-top: 3rem;
}

.h-mb-30 {
  margin-bottom: 3rem;
}

.h-ml-30 {
  margin-left: 3rem;
}

.h-mr-30 {
  margin-right: 3rem;
}

.h-my-30 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.h-mx-30 {
  margin-left: 3rem;
  margin-right: 3rem;
}

.h-p-30 {
  padding: 3rem;
}

.h-pt-30 {
  padding-top: 3rem;
}

.h-pb-30 {
  padding-bottom: 3rem;
}

.h-pl-30 {
  padding-left: 3rem;
}

.h-pr-30 {
  padding-right: 3rem;
}

.h-py-30 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.h-px-30 {
  padding-left: 3rem;
  padding-right: 3rem;
}

.h-m-40 {
  margin: 4rem;
}

.h-mt-40 {
  margin-top: 4rem;
}

.h-mb-40 {
  margin-bottom: 4rem;
}

.h-ml-40 {
  margin-left: 4rem;
}

.h-mr-40 {
  margin-right: 4rem;
}

.h-my-40 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.h-mx-40 {
  margin-left: 4rem;
  margin-right: 4rem;
}

.h-p-40 {
  padding: 4rem;
}

.h-pt-40 {
  padding-top: 4rem;
}

.h-pb-40 {
  padding-bottom: 4rem;
}

.h-pl-40 {
  padding-left: 4rem;
}

.h-pr-40 {
  padding-right: 4rem;
}

.h-py-40 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.h-px-40 {
  padding-left: 4rem;
  padding-right: 4rem;
}

.h-m-50 {
  margin: 5rem;
}

.h-mt-50 {
  margin-top: 5rem;
}

.h-mb-50 {
  margin-bottom: 5rem;
}

.h-ml-50 {
  margin-left: 5rem;
}

.h-mr-50 {
  margin-right: 5rem;
}

.h-my-50 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.h-mx-50 {
  margin-left: 5rem;
  margin-right: 5rem;
}

.h-p-50 {
  padding: 5rem;
}

.h-pt-50 {
  padding-top: 5rem;
}

.h-pb-50 {
  padding-bottom: 5rem;
}

.h-pl-50 {
  padding-left: 5rem;
}

.h-pr-50 {
  padding-right: 5rem;
}

.h-py-50 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.h-px-50 {
  padding-left: 5rem;
  padding-right: 5rem;
}

.h-m-60 {
  margin: 6rem;
}

.h-mt-60 {
  margin-top: 6rem;
}

.h-mb-60 {
  margin-bottom: 6rem;
}

.h-ml-60 {
  margin-left: 6rem;
}

.h-mr-60 {
  margin-right: 6rem;
}

.h-my-60 {
  margin-top: 6rem;
  margin-bottom: 6rem;
}

.h-mx-60 {
  margin-left: 6rem;
  margin-right: 6rem;
}

.h-p-60 {
  padding: 6rem;
}

.h-pt-60 {
  padding-top: 6rem;
}

.h-pb-60 {
  padding-bottom: 6rem;
}

.h-pl-60 {
  padding-left: 6rem;
}

.h-pr-60 {
  padding-right: 6rem;
}

.h-py-60 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.h-px-60 {
  padding-left: 6rem;
  padding-right: 6rem;
}

.h-m-65 {
  margin: 6.5rem;
}

.h-mt-65 {
  margin-top: 6.5rem;
}

.h-mb-65 {
  margin-bottom: 6.5rem;
}

.h-ml-65 {
  margin-left: 6.5rem;
}

.h-mr-65 {
  margin-right: 6.5rem;
}

.h-my-65 {
  margin-top: 6.5rem;
  margin-bottom: 6.5rem;
}

.h-mx-65 {
  margin-left: 6.5rem;
  margin-right: 6.5rem;
}

.h-p-65 {
  padding: 6.5rem;
}

.h-pt-65 {
  padding-top: 6.5rem;
}

.h-pb-65 {
  padding-bottom: 6.5rem;
}

.h-pl-65 {
  padding-left: 6.5rem;
}

.h-pr-65 {
  padding-right: 6.5rem;
}

.h-py-65 {
  padding-top: 6.5rem;
  padding-bottom: 6.5rem;
}

.h-px-65 {
  padding-left: 6.5rem;
  padding-right: 6.5rem;
}

.h-m-80 {
  margin: 8rem;
}

.h-mt-80 {
  margin-top: 8rem;
}

.h-mb-80 {
  margin-bottom: 8rem;
}

.h-ml-80 {
  margin-left: 8rem;
}

.h-mr-80 {
  margin-right: 8rem;
}

.h-my-80 {
  margin-top: 8rem;
  margin-bottom: 8rem;
}

.h-mx-80 {
  margin-left: 8rem;
  margin-right: 8rem;
}

.h-p-80 {
  padding: 8rem;
}

.h-pt-80 {
  padding-top: 8rem;
}

.h-pb-80 {
  padding-bottom: 8rem;
}

.h-pl-80 {
  padding-left: 8rem;
}

.h-pr-80 {
  padding-right: 8rem;
}

.h-py-80 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.h-px-80 {
  padding-left: 8rem;
  padding-right: 8rem;
}

.h-m-100 {
  margin: 10rem;
}

.h-mt-100 {
  margin-top: 10rem;
}

.h-mb-100 {
  margin-bottom: 10rem;
}

.h-ml-100 {
  margin-left: 10rem;
}

.h-mr-100 {
  margin-right: 10rem;
}

.h-my-100 {
  margin-top: 10rem;
  margin-bottom: 10rem;
}

.h-mx-100 {
  margin-left: 10rem;
  margin-right: 10rem;
}

.h-p-100 {
  padding: 10rem;
}

.h-pt-100 {
  padding-top: 10rem;
}

.h-pb-100 {
  padding-bottom: 10rem;
}

.h-pl-100 {
  padding-left: 10rem;
}

.h-pr-100 {
  padding-right: 10rem;
}

.h-py-100 {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.h-px-100 {
  padding-left: 10rem;
  padding-right: 10rem;
}

.h-m-150 {
  margin: 15rem;
}

.h-mt-150 {
  margin-top: 15rem;
}

.h-mb-150 {
  margin-bottom: 15rem;
}

.h-ml-150 {
  margin-left: 15rem;
}

.h-mr-150 {
  margin-right: 15rem;
}

.h-my-150 {
  margin-top: 15rem;
  margin-bottom: 15rem;
}

.h-mx-150 {
  margin-left: 15rem;
  margin-right: 15rem;
}

.h-p-150 {
  padding: 15rem;
}

.h-pt-150 {
  padding-top: 15rem;
}

.h-pb-150 {
  padding-bottom: 15rem;
}

.h-pl-150 {
  padding-left: 15rem;
}

.h-pr-150 {
  padding-right: 15rem;
}

.h-py-150 {
  padding-top: 15rem;
  padding-bottom: 15rem;
}

.h-px-150 {
  padding-left: 15rem;
  padding-right: 15rem;
}

.h-m-200 {
  margin: 20rem;
}

.h-mt-200 {
  margin-top: 20rem;
}

.h-mb-200 {
  margin-bottom: 20rem;
}

.h-ml-200 {
  margin-left: 20rem;
}

.h-mr-200 {
  margin-right: 20rem;
}

.h-my-200 {
  margin-top: 20rem;
  margin-bottom: 20rem;
}

.h-mx-200 {
  margin-left: 20rem;
  margin-right: 20rem;
}

.h-p-200 {
  padding: 20rem;
}

.h-pt-200 {
  padding-top: 20rem;
}

.h-pb-200 {
  padding-bottom: 20rem;
}

.h-pl-200 {
  padding-left: 20rem;
}

.h-pr-200 {
  padding-right: 20rem;
}

.h-py-200 {
  padding-top: 20rem;
  padding-bottom: 20rem;
}

.h-px-200 {
  padding-left: 20rem;
  padding-right: 20rem;
}

/* ====================== */
/* Misc */
/* ====================== */
.h-fw-300 {
  font-weight: 300;
}

.h-fw-400 {
  font-weight: 400;
}

.h-fw-500 {
  font-weight: 500;
}

.h-fw-600 {
  font-weight: 600;
}

.h-fw-700 {
  font-weight: 700;
}

.h-fs-normal {
  font-style: normal;
}

.h-fs-italic {
  font-style: italic;
}

.h-align-center {
  text-align: center;
}

.h-align-left {
  text-align: left;
}

.h-align-right {
  text-align: right;
}

.h-uppercase {
  text-transform: uppercase;
}

.h-lowercase {
  text-transform: lowercase;
}

/*SHOW/HIDE MOBILE*/
.as--hidden {
  display: none !important;
  visibility: hidden;
}

@media only screen and (max-width: 56em) {
  .h-show-mobile {
    display: block !important;
    visibility: visible;
  }
}

@media only screen and (max-width: 56em) {
  .h-hide-mobile {
    display: none !important;
  }
}

/* Print
   ========================================================================== */
/* ====================== */
/* print */
/* ====================== */
@media print {
  * {
    text-shadow: none !important;
    -webkit-filter: none !important;
            filter: none !important;
    -ms-filter: none !important;
  }
  pre, blockquote {
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr, img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    size: portrait 21cm 29.7cm;
    margin: 1cm;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
  .block-notice,
  #footer,
  .links-nav,
  .print-page {
    display: none;
  }
  .title-article {
    font-size: 3em;
  }
  .chapo {
    font-size: 1.4em;
  }
  .editor-wysiwyg a {
    text-decoration: underline;
  }
  .editor-wysiwyg ul, .editor-wysiwyg ul > li {
    list-style: disc;
  }
  .editor-wysiwyg ul:before, .editor-wysiwyg ul > li:before {
    display: none;
  }
  .editor-wysiwyg ol, .editor-wysiwyg ol > li {
    list-style: decimal;
  }
  .editor-wysiwyg ol > li:before {
    display: none;
  }
}

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