/*!************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/style.scss ***!
  \************************************************************************************************************************************************************************************/
/* --- PADDING SECTION --- */
/*  --- FONT FALL BACK ---  */
/* -- Center Element -- */
/* -- Responsive -- */
/* -- Center Element in Parent with a position relative -- */
/* -- Hidden/Visible -- */
/*  -- Remove Margin and Padding -- */
/* -- Shapes -- */
/* Circle */
/* Triangle */
/* -- Image Filter Effect -- */
/*
// grayscale      ex: filter: grayscale(100%);
// sepia          ex: filter: sepia(100%);
// saturate       ex: filter: saturate(0%);
// hue-rotate     ex: filter: hue-rotate(45deg);
// invert         ex: filter: invert(100%);
// brightness     ex: filter: brightness(15%);
// contrast       ex: filter: contrast(200%);
// blur           ex: filter: blur(2px);
*/
/* Quick Black and White Effect*/
/* Zoom */
/* -- Box-shadow -- */
/* -- Gradient -- */
/* -- Placeholder -- */
/* -- Fluid Font -- */
/* -- FUNCTION --*/
/* -- Calculate width in percent -- */
/* -- Calculate font-size in em -- */
/* -- Quick Color Contrast -- */
/*  --- Variable ---  */
/*  --- Padding ---  */
/*
Theme Name: Theme Name
*/
#adminmenu li.wp-menu-separator {
  background-color: currentColor; }

/*  --- MEDIA QUERIES ---  */
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

/* Remove default padding */
ul[class],
ol[class] {
  padding: 0; }

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0; }

/* Set core body defaults */
body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5; }

/* Remove list styles on ul, ol elements with a class attribute */
ul[class],
ol[class] {
  list-style: none; }

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto; }

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block; }

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em; }

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit; }

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important; } }

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

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

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

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

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

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

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

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

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

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

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

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

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat-Bold.eot");
  src: url("../fonts/Montserrat-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Bold.woff2") format("woff2"), url("../fonts/Montserrat-Bold.woff") format("woff"), url("../fonts/Montserrat-Bold.ttf") format("truetype"), url("../fonts/Montserrat-Bold.svg#Montserrat-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat-BoldItalic.eot");
  src: url("../fonts/Montserrat-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-BoldItalic.woff2") format("woff2"), url("../fonts/Montserrat-BoldItalic.woff") format("woff"), url("../fonts/Montserrat-BoldItalic.ttf") format("truetype"), url("../fonts/Montserrat-BoldItalic.svg#Montserrat-BoldItalic") format("svg");
  font-weight: bold;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat-Medium.eot");
  src: url("../fonts/Montserrat-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Medium.woff2") format("woff2"), url("../fonts/Montserrat-Medium.woff") format("woff"), url("../fonts/Montserrat-Medium.ttf") format("truetype"), url("../fonts/Montserrat-Medium.svg#Montserrat-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat-BlackItalic.eot");
  src: url("../fonts/Montserrat-BlackItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-BlackItalic.woff2") format("woff2"), url("../fonts/Montserrat-BlackItalic.woff") format("woff"), url("../fonts/Montserrat-BlackItalic.ttf") format("truetype"), url("../fonts/Montserrat-BlackItalic.svg#Montserrat-BlackItalic") format("svg");
  font-weight: 900;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat-Italic.eot");
  src: url("../fonts/Montserrat-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Italic.woff2") format("woff2"), url("../fonts/Montserrat-Italic.woff") format("woff"), url("../fonts/Montserrat-Italic.ttf") format("truetype"), url("../fonts/Montserrat-Italic.svg#Montserrat-Italic") format("svg");
  font-weight: normal;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat-Black.eot");
  src: url("../fonts/Montserrat-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Black.woff2") format("woff2"), url("../fonts/Montserrat-Black.woff") format("woff"), url("../fonts/Montserrat-Black.ttf") format("truetype"), url("../fonts/Montserrat-Black.svg#Montserrat-Black") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat-SemiBold.eot");
  src: url("../fonts/Montserrat-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-SemiBold.woff2") format("woff2"), url("../fonts/Montserrat-SemiBold.woff") format("woff"), url("../fonts/Montserrat-SemiBold.ttf") format("truetype"), url("../fonts/Montserrat-SemiBold.svg#Montserrat-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat-SemiBoldItalic.eot");
  src: url("../fonts/Montserrat-SemiBoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-SemiBoldItalic.woff2") format("woff2"), url("../fonts/Montserrat-SemiBoldItalic.woff") format("woff"), url("../fonts/Montserrat-SemiBoldItalic.ttf") format("truetype"), url("../fonts/Montserrat-SemiBoldItalic.svg#Montserrat-SemiBoldItalic") format("svg");
  font-weight: 600;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat-Regular.eot");
  src: url("../fonts/Montserrat-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Regular.woff2") format("woff2"), url("../fonts/Montserrat-Regular.woff") format("woff"), url("../fonts/Montserrat-Regular.ttf") format("truetype"), url("../fonts/Montserrat-Regular.svg#Montserrat-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat-MediumItalic.eot");
  src: url("../fonts/Montserrat-MediumItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-MediumItalic.woff2") format("woff2"), url("../fonts/Montserrat-MediumItalic.woff") format("woff"), url("../fonts/Montserrat-MediumItalic.ttf") format("truetype"), url("../fonts/Montserrat-MediumItalic.svg#Montserrat-MediumItalic") format("svg");
  font-weight: 500;
  font-style: italic;
  font-display: swap; }

/* !-- WP WYSIWYG Editor Styles -- */
.entry-content img {
  margin: 0 0 1.5em 0; }

.alignleft, img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left; }

.alignright, img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right; }

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

.wp-caption {
  margin-bottom: 1.5em;
  text-align: center;
  padding-top: 5px; }

.wp-caption img {
  border: 0 none;
  padding: 0;
  margin: 0; }

.wp-caption p.wp-caption-text {
  line-height: 1.5;
  font-size: 10px;
  margin: 0; }

.wp-smiley {
  margin: 0 !important; }

.wp-smiley {
  max-height: 1em; }

blockquote.left {
  margin-right: 20px;
  text-align: right;
  margin-left: 0;
  width: 33%;
  float: left; }

blockquote.right {
  margin-left: 20px;
  text-align: left;
  margin-right: 0;
  width: 33%;
  float: right; }

.page-default {
  margin-top: 100px;
  margin-bottom: 80px; }

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999; }
  header .nav_main {
    padding-left: 5%;
    padding-right: 5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 90px;
    max-height: 90px;
    line-height: 1em;
    background-color: rgba(0, 0, 0, 0.3);
    color: #FFFFFF;
    position: relative;
    z-index: 2;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      header .nav_main {
        max-height: 72px; } }
    header .nav_main .left {
      padding: 14px 0; }
      header .nav_main .left .logo svg,
      header .nav_main .left .logo img {
        width: 232px;
        height: auto;
        -webkit-transform: translateZ(0);
                transform: translateZ(0);
        image-rendering: -webkit-optimize-contrast;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          header .nav_main .left .logo svg,
          header .nav_main .left .logo img {
            width: 165px; } }
      header .nav_main .left .logo-short svg,
      header .nav_main .left .logo-short img {
        width: 35px; }
    header .nav_main .right {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: 100%;
      font-size: 17px;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        header .nav_main .right {
          display: none; } }
      header .nav_main .right .menu-navigation-header-container,
      header .nav_main .right .menu-header {
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        header .nav_main .right .menu-navigation-header-container > li.menu-item,
        header .nav_main .right .menu-header > li.menu-item {
          height: 100%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; }
      header .nav_main .right a {
        border: none;
        padding: 0;
        cursor: pointer;
        -webkit-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
        position: relative;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        text-align: center; }
        header .nav_main .right a::after {
          content: '';
          position: absolute;
          bottom: -2px;
          left: 0;
          width: 0;
          height: 1px;
          background-color: #FFFFFF;
          -webkit-transition: width 0.3s ease-out;
          transition: width 0.3s ease-out; }
        header .nav_main .right a:hover, header .nav_main .right a:focus {
          font-family: "Montserrat", sans-serif;
          font-weight: 900; }
          header .nav_main .right a:hover::after, header .nav_main .right a:focus::after {
            width: 100%; }
    header .nav_main .burger {
      display: none;
      /* -- @include break(mobile)-- */
      position: relative;
      width: 32px;
      height: 23px; }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        header .nav_main .burger {
          display: block;
          cursor: pointer; } }
      header .nav_main .burger .line {
        background-color: #FFFFFF;
        height: 1px;
        left: 5px;
        right: 5px;
        position: absolute;
        -webkit-transition: all 0.4s;
        transition: all 0.4s; }
        header .nav_main .burger .line.line1 {
          top: 0; }
        header .nav_main .burger .line.line2 {
          top: 50%;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%);
          opacity: 1; }
        header .nav_main .burger .line.line3 {
          bottom: 0; }
      header .nav_main .burger.open .line.line1 {
        -webkit-transform: translateY(11px) rotate(45deg);
                transform: translateY(11px) rotate(45deg); }
      header .nav_main .burger.open .line.line2 {
        opacity: 0; }
      header .nav_main .burger.open .line.line3 {
        -webkit-transform: translateY(-11px) rotate(-45deg);
                transform: translateY(-11px) rotate(-45deg); }
  header .menu-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 35px; }
    header .menu-header .menu-item-has-children {
      position: relative; }
      header .menu-header .menu-item-has-children > a::before {
        content: '';
        display: inline-block;
        width: 8px;
        height: 8px;
        border-right: 1px solid #FFFFFF;
        border-bottom: 1px solid #FFFFFF;
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
        position: absolute;
        right: -15px;
        top: 50%;
        margin-top: -6px;
        -webkit-transition: -webkit-transform 0.3s ease;
        transition: -webkit-transform 0.3s ease;
        transition: transform 0.3s ease;
        transition: transform 0.3s ease, -webkit-transform 0.3s ease; }
      header .menu-header .menu-item-has-children .sub-menu {
        position: absolute;
        top: 100%;
        left: -15px;
        min-width: 240px;
        background-color: rgba(0, 0, 0, 0.3);
        padding: 15px;
        border-radius: 0 0 6px 6px;
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translateY(10px);
                transform: translateY(10px);
        -webkit-transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
        transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
        z-index: 10; }
        header .menu-header .menu-item-has-children .sub-menu li {
          margin-bottom: 10px; }
          header .menu-header .menu-item-has-children .sub-menu li:last-child {
            margin-bottom: 0; }
          header .menu-header .menu-item-has-children .sub-menu li a {
            display: block;
            padding: 5px 0;
            font-size: 15px;
            white-space: nowrap; }
            header .menu-header .menu-item-has-children .sub-menu li a:hover::after {
              width: 100%; }
      header .menu-header .menu-item-has-children.hover .sub-menu {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0);
                transform: translateY(0); }
      header .menu-header .menu-item-has-children.open > a::before {
        -webkit-transform: rotate(-135deg);
                transform: rotate(-135deg);
        margin-top: -2px; }
      header .menu-header .menu-item-has-children.open .sub-menu {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0);
                transform: translateY(0); }
  header .nav-mobile {
    display: none;
    position: absolute;
    top: calc(100% - 1px);
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    color: #FFFFFF;
    z-index: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 5px 5% 20px 5%; }
    header .nav-mobile .menu-header {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      gap: 7px;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      width: 100%; }
      header .nav-mobile .menu-header .menu-item-has-children {
        width: 100%;
        text-align: right;
        padding-right: 20px; }
        header .nav-mobile .menu-header .menu-item-has-children > a::before {
          right: 0; }
        header .nav-mobile .menu-header .menu-item-has-children .sub-menu {
          position: static;
          background-color: transparent;
          padding: 10px 0 5px 0;
          width: 100%;
          display: none;
          opacity: 1;
          visibility: visible;
          -webkit-transform: none;
                  transform: none; }
          header .nav-mobile .menu-header .menu-item-has-children .sub-menu li {
            text-align: right;
            margin-bottom: 0; }
            header .nav-mobile .menu-header .menu-item-has-children .sub-menu li a {
              font-size: 14px;
              padding-right: 0; }
        header .nav-mobile .menu-header .menu-item-has-children.open .sub-menu {
          display: block; }

footer {
  background-color: #97C33D;
  color: #FFFFFF; }
  footer .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 36px 0;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      footer .content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 12px; } }
    footer .content .nav ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      gap: 20px;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        footer .content .nav ul {
          gap: 12px; } }
    footer .content .col-left {
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        footer .content .col-left {
          -webkit-box-ordinal-group: 3;
              -ms-flex-order: 2;
                  order: 2; } }
    footer .content .col-right {
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        footer .content .col-right {
          -webkit-box-ordinal-group: 2;
              -ms-flex-order: 1;
                  order: 1; } }

html {
  overflow-x: hidden;
  overflow-y: scroll;
  scroll-behavior: smooth;
  background-color: #FFFFFF;
  color: #1B1B1B;
  overflow: -moz-scrollbars-none;
  -ms-overflow-style: none;
  min-height: -webkit-fill-available; }
  html.overflow {
    overflow: hidden; }
  html::-webkit-scrollbar {
    width: 0 !important; }

body {
  background-color: #FFFFFF;
  color: #1B1B1B;
  font-size: 16px;
  /* -- @include break(mobile)-- */
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  font-style: normal;
  min-height: 100vh;
  min-height: -webkit-fill-available; }
  body.overflow {
    overflow: hidden; }
  @media only screen and (max-width: 768px) {
    body {
      font-size: 16px;
      overflow-x: hidden;
      overflow-y: scroll; } }

.container {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1325px; }

section {
  padding: 80px 0; }

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .flex > * {
    width: 50%; }

.mobile {
  display: none;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .mobile {
      display: block; } }

.desktop {
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .desktop {
      display: none; } }

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

h1 a,
h2 a,
h3 a,
h4 a {
  color: inherit;
  text-decoration: none; }

.ghost {
  height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important; }

h2,
.title-h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 48px;
  line-height: 100%;
  margin: 0;
  color: #97C33D;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    h2,
    .title-h2 {
      font-size: 30px; } }

.grecaptcha-badge {
  visibility: hidden; }

.bg_white {
  background-color: #FFFFFF; }

.bg_dark {
  background-color: #1B1B1B; }

.link {
  font-size: 16px;
  color: #FFFFFF;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #FFFFFF; }
  .link .link-text {
    font-weight: 500; }
  .link .link-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }

a.link {
  color: #97C33D;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  text-transform: uppercase;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }
  a.link svg {
    margin-left: 12px; }
    a.link svg path {
      -webkit-transition: all 0.3s;
      transition: all 0.3s; }

.title_top {
  padding-right: 40%;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .title_top {
      padding-right: 0%; } }
  .title_top .txt {
    /* -- @include break(mobile)-- */ }

.sec-padding_grand {
  padding-top: 120px;
  padding-bottom: 120px;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .sec-padding_grand {
      padding-top: 80px;
      padding-bottom: 80px; } }

.sec-padding_petit {
  padding-top: 70px;
  padding-bottom: 70px;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .sec-padding_petit {
      padding-top: 40px;
      padding-bottom: 40px; } }
  .sec-padding_petit .title_top {
    padding-bottom: 42px;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .sec-padding_petit .title_top {
        padding-bottom: 32px; } }

.popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  z-index: 999999;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .popup .inner {
    position: absolute;
    width: 80%;
    height: 80vh;
    -webkit-transform-origin: center;
            transform-origin: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 2;
    pointer-events: none; }
  .popup .video_wrap {
    pointer-events: all;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    height: 0; }
    .popup .video_wrap iframe,
    .popup .video_wrap video {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .popup .close {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    border: none;
    background-color: transparent; }
    .popup .close span {
      font-style: italic; }
    .popup .close svg path {
      -webkit-transition: all 0.4s;
      transition: all 0.4s; }
    .popup .close:hover {
      color: #97C33D; }
      .popup .close:hover svg path {
        fill: #97C33D;
        stroke: #97C33D; }
  .popup .bg {
    background: rgba(27, 27, 27, 0.9);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1; }

.module-01-hero {
  padding: 0;
  position: relative; }
  .module-01-hero .module-media {
    height: 780px;
    width: auto;
    overflow: hidden;
    position: relative;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .module-01-hero .module-media {
        width: 100%;
        height: 70vh; } }
    .module-01-hero .module-media img {
      display: block;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .module-01-hero .module-media img {
          width: 100%;
          height: 70vh; } }
    .module-01-hero .module-media video {
      display: block;
      width: 100%;
      height: 100%;
      overflow: hidden;
      -o-object-fit: cover;
         object-fit: cover;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .module-01-hero .module-media video {
          width: 100%;
          height: 70vh; } }
    .module-01-hero .module-media .youtube-wrapper {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 80%;
      overflow: hidden;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .module-01-hero .module-media .youtube-wrapper {
          height: 70vh; } }
    .module-01-hero .module-media .youtube-iframe {
      width: 100vw  !important;
      height: 100vh !important; }
    .module-01-hero .module-media .youtube-iframe {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      border: 0;
      pointer-events: none; }
      @media (min-aspect-ratio: 16 / 9) {
        .module-01-hero .module-media .youtube-iframe {
          height: 56.25vw  !important; } }
      @media (max-aspect-ratio: 16 / 9) {
        .module-01-hero .module-media .youtube-iframe {
          width: 177.78vh  !important; } }
    .module-01-hero .module-media .sound-control {
      position: absolute;
      bottom: 200px;
      right: 40px;
      z-index: 10;
      background-color: rgba(255, 255, 255, 0.7);
      border: none;
      border-radius: 50%;
      width: 40px;
      height: 40px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      cursor: pointer;
      -webkit-transition: background-color 0.3s ease;
      transition: background-color 0.3s ease;
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .module-01-hero .module-media .sound-control {
          bottom: 60px;
          right: 40px;
          width: 36px;
          height: 36px; }
          .module-01-hero .module-media .sound-control svg {
            width: 18px;
            height: 18px; } }
      .module-01-hero .module-media .sound-control:hover {
        background-color: #FFFFFF; }
      .module-01-hero .module-media .sound-control svg {
        width: 20px;
        height: 20px;
        fill: #fff; }
      .module-01-hero .module-media .sound-control.muted .sound-off {
        display: none; }
      .module-01-hero .module-media .sound-control.muted .sound-on {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
      .module-01-hero .module-media .sound-control.unmuted .sound-off {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
      .module-01-hero .module-media .sound-control.unmuted .sound-on {
        display: none; }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .module-01-hero .module-media .sound-control {
          bottom: 15px;
          right: 15px;
          width: 36px;
          height: 36px; }
          .module-01-hero .module-media .sound-control svg {
            width: 18px;
            height: 18px; } }

.module-02-introduction {
  padding-top: 0;
  margin-top: -150px;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .module-02-introduction {
      margin-top: 0; } }
  .module-02-introduction .content {
    position: relative; }
    .module-02-introduction .content .title-h2 {
      position: absolute;
      top: -52.5px;
      left: 0;
      background-color: #97C33D;
      color: #FFFFFF;
      padding: 20px 30px;
      font-size: 65px;
      font-weight: 700;
      line-height: 1em;
      text-transform: uppercase;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .module-02-introduction .content .title-h2 {
          top: -34px;
          font-size: 40px;
          padding: 15px 20px; } }
    .module-02-introduction .content .wrapper {
      padding-top: 105px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      gap: 40px;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .module-02-introduction .content .wrapper {
          padding-top: 80px;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          gap: 30px; } }
      .module-02-introduction .content .wrapper .module-text {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 50%;
                flex: 1 1 50%;
        max-width: 50%;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          .module-02-introduction .content .wrapper .module-text {
            -webkit-box-flex: 1;
                -ms-flex: 1 1 100%;
                    flex: 1 1 100%;
            max-width: 100%; } }
      .module-02-introduction .content .wrapper .logos-container {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 50%;
                flex: 1 1 50%;
        max-width: 50%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        gap: 110px;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          .module-02-introduction .content .wrapper .logos-container {
            -webkit-box-flex: 1;
                -ms-flex: 1 1 100%;
                    flex: 1 1 100%;
            max-width: 100%;
            margin-top: 10px;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            gap: 40px; } }
    .module-02-introduction .content .logos-container .gallery-logos {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      grid-gap: 15px;
      gap: 15px;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .module-02-introduction .content .logos-container .gallery-logos {
          grid-template-columns: repeat(2, 1fr);
          gap: 15px; } }
      .module-02-introduction .content .logos-container .gallery-logos img {
        max-width: 170px;
        max-height: 90px;
        -o-object-fit: contain;
           object-fit: contain;
        display: block;
        margin: 0 auto;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          .module-02-introduction .content .logos-container .gallery-logos img {
            max-height: 60px; } }
      .module-02-introduction .content .logos-container .gallery-logos.gallery-logos--four {
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: auto auto;
        /* -- @include break(mobile)-- */ }
        .module-02-introduction .content .logos-container .gallery-logos.gallery-logos--four img:nth-child(1) {
          grid-column: 1;
          grid-row: 1; }
        .module-02-introduction .content .logos-container .gallery-logos.gallery-logos--four img:nth-child(2) {
          grid-column: 2;
          grid-row: 1; }
        .module-02-introduction .content .logos-container .gallery-logos.gallery-logos--four img:nth-child(3) {
          grid-column: 3;
          grid-row: 1; }
        .module-02-introduction .content .logos-container .gallery-logos.gallery-logos--four img:nth-child(4) {
          grid-column: 2;
          grid-row: 2;
          justify-self: center; }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          .module-02-introduction .content .logos-container .gallery-logos.gallery-logos--four {
            grid-template-columns: repeat(2, 1fr); }
            .module-02-introduction .content .logos-container .gallery-logos.gallery-logos--four img:nth-child(1) {
              grid-column: 1;
              grid-row: 1; }
            .module-02-introduction .content .logos-container .gallery-logos.gallery-logos--four img:nth-child(2) {
              grid-column: 2;
              grid-row: 1; }
            .module-02-introduction .content .logos-container .gallery-logos.gallery-logos--four img:nth-child(3) {
              grid-column: 1;
              grid-row: 2; }
            .module-02-introduction .content .logos-container .gallery-logos.gallery-logos--four img:nth-child(4) {
              grid-column: 2;
              grid-row: 2;
              justify-self: auto; } }
      .module-02-introduction .content .logos-container .gallery-logos.gallery-logos--five {
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: auto auto;
        /* -- @include break(mobile)-- */ }
        .module-02-introduction .content .logos-container .gallery-logos.gallery-logos--five img:nth-child(1) {
          grid-column: 1;
          grid-row: 1; }
        .module-02-introduction .content .logos-container .gallery-logos.gallery-logos--five img:nth-child(2) {
          grid-column: 2;
          grid-row: 1; }
        .module-02-introduction .content .logos-container .gallery-logos.gallery-logos--five img:nth-child(3) {
          grid-column: 3;
          grid-row: 1; }
        .module-02-introduction .content .logos-container .gallery-logos.gallery-logos--five img:nth-child(4) {
          grid-column: 1 / span 2;
          grid-row: 2;
          justify-self: end;
          padding-right: 7px; }
        .module-02-introduction .content .logos-container .gallery-logos.gallery-logos--five img:nth-child(5) {
          grid-column: 2 / span 2;
          grid-row: 2;
          justify-self: start;
          padding-left: 7px; }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          .module-02-introduction .content .logos-container .gallery-logos.gallery-logos--five {
            grid-template-columns: repeat(2, 1fr); }
            .module-02-introduction .content .logos-container .gallery-logos.gallery-logos--five img:nth-child(1) {
              grid-column: 1;
              grid-row: 1; }
            .module-02-introduction .content .logos-container .gallery-logos.gallery-logos--five img:nth-child(2) {
              grid-column: 2;
              grid-row: 1; }
            .module-02-introduction .content .logos-container .gallery-logos.gallery-logos--five img:nth-child(3) {
              grid-column: 1;
              grid-row: 2; }
            .module-02-introduction .content .logos-container .gallery-logos.gallery-logos--five img:nth-child(4) {
              grid-column: 2;
              grid-row: 2;
              justify-self: auto;
              padding-right: 0; }
            .module-02-introduction .content .logos-container .gallery-logos.gallery-logos--five img:nth-child(5) {
              grid-column: 1;
              grid-row: 3;
              justify-self: auto;
              padding-left: 0; } }
    .module-02-introduction .content .logos-container .module-logo {
      max-width: 100px;
      margin-left: auto;
      /* -- @include break(mobile)-- */ }
      .module-02-introduction .content .logos-container .module-logo img {
        max-width: 100%;
        height: auto; }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .module-02-introduction .content .logos-container .module-logo {
          margin-left: 0;
          margin-top: 15px; } }
    .module-02-introduction .content .description {
      font-size: 26px;
      line-height: 130%;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .module-02-introduction .content .description {
          font-size: 20px; } }
      .module-02-introduction .content .description p:not(:last-child) {
        margin-bottom: 1rem; }

.module-03-offres {
  background-color: #ECFCCB; }
  .module-03-offres .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .module-03-offres .module-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-item-align: start;
        align-self: flex-start;
    gap: 25px;
    margin-bottom: 40px;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .module-03-offres .module-header {
        gap: 20px; } }
  .module-03-offres .module-text {
    max-width: 800px; }
    .module-03-offres .module-text .description {
      font-size: 18px;
      line-height: 1.5; }
  .module-03-offres .offres-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 380px));
    grid-gap: 25px;
    gap: 25px;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .module-03-offres .offres-grid {
        grid-template-columns: repeat(auto-fill, minmax(280px, 380px)); } }
    @media only screen and (max-width: 768px) {
      .module-03-offres .offres-grid {
        grid-template-columns: minmax(280px, 380px); } }
  .module-03-offres .offre-card {
    background-color: transparent;
    border: 1px solid #97C33D;
    border-radius: 6px;
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
    height: 100%;
    width: 100%;
    cursor: pointer; }
    .module-03-offres .offre-card:hover {
      background-color: #97C33D;
      color: #FFFFFF; }
      .module-03-offres .offre-card:hover .btn-postuler {
        background-color: #FFFFFF;
        color: #97C33D; }
      .module-03-offres .offre-card:hover .offre-titre,
      .module-03-offres .offre-card:hover .offre-statut {
        color: #FFFFFF; }
      .module-03-offres .offre-card:hover .logo {
        display: none; }
      .module-03-offres .offre-card:hover .logo-hover {
        display: block; }
  .module-03-offres .offre-logo {
    max-height: 55px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 20px; }
    .module-03-offres .offre-logo img {
      max-width: 100%;
      max-height: 100%;
      -o-object-fit: contain;
         object-fit: contain; }
    .module-03-offres .offre-logo .logo-hover {
      display: none; }
  .module-03-offres .offre-titre {
    font-size: 20px;
    font-weight: 600;
    color: #97C33D; }
  .module-03-offres .offre-statut {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #97C33D; }
  .module-03-offres .offre-description {
    font-size: 17px;
    line-height: 140%;
    margin-bottom: 12px; }
  .module-03-offres .offre-action {
    margin-top: auto;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .module-03-offres .btn-postuler {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 6px;
    padding: 10px 10px 10px 20px;
    background-color: transparent;
    border: 1px solid #97C33D;
    color: #97C33D;
    border-radius: 6px;
    text-decoration: none;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease; }
    .module-03-offres .btn-postuler .icon {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .module-03-offres .btn-postuler:hover {
      background-color: #FFFFFF;
      color: #97C33D; }

.module-04-offres-univers .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.module-04-offres-univers .module-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-item-align: start;
      align-self: flex-start;
  gap: 25px;
  margin-bottom: 40px;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .module-04-offres-univers .module-header {
      gap: 20px; } }

.module-04-offres-univers .module-text {
  max-width: 800px; }
  .module-04-offres-univers .module-text .description {
    font-size: 18px;
    line-height: 1.5; }

.module-04-offres-univers .slider-container {
  position: relative;
  width: 90%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: visible;
  margin-left: auto;
  margin-right: auto;
  max-width: 1325px; }

.module-04-offres-univers .slider-navigation {
  position: absolute;
  top: -80px;
  right: 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .module-04-offres-univers .slider-navigation {
      top: -70px; } }
  @media only screen and (max-width: 768px) {
    .module-04-offres-univers .slider-navigation {
      position: relative;
      top: 0;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      margin-bottom: 20px; } }

.module-04-offres-univers .slider-prev,
.module-04-offres-univers .slider-next {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #97C33D;
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .module-04-offres-univers .slider-prev:hover, .module-04-offres-univers .slider-prev:focus,
  .module-04-offres-univers .slider-next:hover,
  .module-04-offres-univers .slider-next:focus {
    background-color: #97C33D; }
    .module-04-offres-univers .slider-prev:hover svg path, .module-04-offres-univers .slider-prev:focus svg path,
    .module-04-offres-univers .slider-next:hover svg path,
    .module-04-offres-univers .slider-next:focus svg path {
      stroke: #FFFFFF; }

.module-04-offres-univers .offres-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
  gap: 20px;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding-bottom: 20px;
  width: calc(100% + 5vw);
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */ }
  @media screen and (min-width: 1460px) {
    .module-04-offres-univers .offres-slider {
      width: calc(100% + 6vw); } }
  @media screen and (min-width: 1600px) {
    .module-04-offres-univers .offres-slider {
      width: calc(100% + 10vw); } }
  @media screen and (min-width: 1700px) {
    .module-04-offres-univers .offres-slider {
      width: calc(100% + 12vw); } }
  @media screen and (min-width: 1800px) {
    .module-04-offres-univers .offres-slider {
      width: calc(100% + 15vw); } }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .module-04-offres-univers .offres-slider {
      gap: 15px; } }
  @media only screen and (max-width: 768px) {
    .module-04-offres-univers .offres-slider {
      gap: 10px; } }
  .module-04-offres-univers .offres-slider::-webkit-scrollbar {
    display: none; }

.module-04-offres-univers .offre-slide {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 380px;
          flex: 0 0 380px;
  min-width: 380px;
  scroll-snap-align: start;
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .module-04-offres-univers .offre-slide {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 340px;
              flex: 0 0 340px;
      min-width: 340px; } }
  @media only screen and (max-width: 768px) {
    .module-04-offres-univers .offre-slide {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 300px;
              flex: 0 0 300px;
      min-width: 300px; } }
  .module-04-offres-univers .offre-slide:first-of-type .offre-card-univers:hover .offre-logo img {
    -webkit-filter: grayscale(1) brightness(2);
            filter: grayscale(1) brightness(2); }

.module-04-offres-univers .offre-card-univers {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  border-radius: 6px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  background-color: transparent;
  border: 1px solid #97C33D;
  padding: 18px 12px 12px 12px; }
  .module-04-offres-univers .offre-card-univers:hover {
    background-color: #97C33D;
    color: #FFFFFF; }
    .module-04-offres-univers .offre-card-univers:hover .link {
      opacity: 1; }
    .module-04-offres-univers .offre-card-univers:hover .link::after {
      opacity: 1; }
    .module-04-offres-univers .offre-card-univers:hover .offre-image img {
      -webkit-transform: scale(1.05);
              transform: scale(1.05); }
    .module-04-offres-univers .offre-card-univers:hover .offre-description {
      color: #FFFFFF; }

.module-04-offres-univers .offre-logo {
  height: 90px;
  max-width: 260px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .module-04-offres-univers .offre-logo {
      height: 75px; } }
  .module-04-offres-univers .offre-logo img {
    max-height: 75px;
    max-width: 100%;
    -o-object-fit: contain;
       object-fit: contain; }

.module-04-offres-univers .offre-description {
  margin-bottom: 18px;
  line-height: 140%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  color: #888888; }

.module-04-offres-univers .offre-image {
  width: 100%;
  height: 375px;
  border-radius: 6px;
  overflow: hidden;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .module-04-offres-univers .offre-image {
      height: 330px; } }
  .module-04-offres-univers .offre-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease; }

.module-04-offres-univers .link {
  position: absolute;
  bottom: 30px;
  left: 32px;
  right: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }
  .module-04-offres-univers .link::after {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease; }

.module-05-offres-metiers {
  background-color: #ECFCCB; }
  .module-05-offres-metiers .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .module-05-offres-metiers .module-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-item-align: start;
        align-self: flex-start;
    gap: 25px;
    margin-bottom: 40px;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .module-05-offres-metiers .module-header {
        gap: 20px; } }
  .module-05-offres-metiers .module-text {
    max-width: 800px; }
    .module-05-offres-metiers .module-text .description {
      font-size: 18px;
      line-height: 1.5; }
  .module-05-offres-metiers .slider-container {
    position: relative;
    width: 90%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow: visible;
    margin-left: auto;
    margin-right: auto;
    max-width: 1325px; }
  .module-05-offres-metiers .slider-navigation {
    position: absolute;
    top: -80px;
    right: 5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .module-05-offres-metiers .slider-navigation {
        top: -70px;
        position: relative;
        top: 0;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        margin-bottom: 20px; } }
  .module-05-offres-metiers .slider-prev,
  .module-05-offres-metiers .slider-next {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #97C33D;
    background-color: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .module-05-offres-metiers .slider-prev:hover, .module-05-offres-metiers .slider-prev:focus,
    .module-05-offres-metiers .slider-next:hover,
    .module-05-offres-metiers .slider-next:focus {
      background-color: #97C33D; }
      .module-05-offres-metiers .slider-prev:hover svg path, .module-05-offres-metiers .slider-prev:focus svg path,
      .module-05-offres-metiers .slider-next:hover svg path,
      .module-05-offres-metiers .slider-next:focus svg path {
        stroke: #FFFFFF; }
  .module-05-offres-metiers .offres-slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    gap: 20px;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding-bottom: 20px;
    width: calc(100% + 5vw);
    -ms-scroll-snap-type: x mandatory;
        scroll-snap-type: x mandatory;
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media screen and (min-width: 1460px) {
      .module-05-offres-metiers .offres-slider {
        width: calc(100% + 6vw); } }
    @media screen and (min-width: 1600px) {
      .module-05-offres-metiers .offres-slider {
        width: calc(100% + 10vw); } }
    @media screen and (min-width: 1700px) {
      .module-05-offres-metiers .offres-slider {
        width: calc(100% + 12vw); } }
    @media screen and (min-width: 1800px) {
      .module-05-offres-metiers .offres-slider {
        width: calc(100% + 15vw); } }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .module-05-offres-metiers .offres-slider {
        gap: 15px; } }
    @media only screen and (max-width: 768px) {
      .module-05-offres-metiers .offres-slider {
        gap: 10px; } }
    .module-05-offres-metiers .offres-slider::-webkit-scrollbar {
      display: none; }
  .module-05-offres-metiers .offre-slide {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 380px;
            flex: 0 0 380px;
    min-width: 380px;
    scroll-snap-align: start;
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .module-05-offres-metiers .offre-slide {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 340px;
                flex: 0 0 340px;
        min-width: 340px; } }
    @media only screen and (max-width: 768px) {
      .module-05-offres-metiers .offre-slide {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 300px;
                flex: 0 0 300px;
        min-width: 300px; } }
  .module-05-offres-metiers .offre-card-metiers {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
    border-radius: 6px;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    background-color: transparent;
    border: 1px solid #97C33D;
    padding: 50px 12px 12px 12px; }
    .module-05-offres-metiers .offre-card-metiers:hover {
      background-color: #97C33D;
      color: #FFFFFF; }
      .module-05-offres-metiers .offre-card-metiers:hover .link {
        opacity: 1; }
      .module-05-offres-metiers .offre-card-metiers:hover .link::after {
        opacity: 1; }
      .module-05-offres-metiers .offre-card-metiers:hover .offre-image img {
        -webkit-transform: scale(1.05);
                transform: scale(1.05); }
      .module-05-offres-metiers .offre-card-metiers:hover .offre-image::after {
        opacity: 1; }
      .module-05-offres-metiers .offre-card-metiers:hover .offre-description {
        color: #FFFFFF; }
      .module-05-offres-metiers .offre-card-metiers:hover .texte-hover {
        opacity: 1; }
  .module-05-offres-metiers .offre-titre {
    font-size: 32px;
    font-weight: bold;
    line-height: 100%;
    margin-bottom: 20px; }
  .module-05-offres-metiers .offre-description {
    margin-bottom: 18px;
    line-height: 140%;
    color: #888888;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  .module-05-offres-metiers .offre-image {
    width: 100%;
    height: 375px;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
    /* -- @include break(mobile)-- */ }
    .module-05-offres-metiers .offre-image::after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(27, 27, 27, 0.8);
      z-index: 1;
      opacity: 0;
      -webkit-transition: opacity 0.3s ease;
      transition: opacity 0.3s ease;
      pointer-events: none; }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .module-05-offres-metiers .offre-image {
        height: 330px; } }
    .module-05-offres-metiers .offre-image img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      -webkit-transition: -webkit-transform 0.3s ease;
      transition: -webkit-transform 0.3s ease;
      transition: transform 0.3s ease;
      transition: transform 0.3s ease, -webkit-transform 0.3s ease;
      position: relative;
      z-index: 0; }
  .module-05-offres-metiers .texte-hover {
    position: absolute;
    bottom: 80px;
    left: 32px;
    right: 32px;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 1.4;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    z-index: 2;
    font-weight: 400;
    pointer-events: none; }
  .module-05-offres-metiers .link {
    position: absolute;
    bottom: 30px;
    left: 32px;
    right: 0;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    z-index: 1; }
    .module-05-offres-metiers .link::after {
      opacity: 0;
      -webkit-transition: opacity 0.3s ease;
      transition: opacity 0.3s ease; }

.module-06-evolution-carriere {
  background-color: #FFFFFF; }
  .module-06-evolution-carriere .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .module-06-evolution-carriere .module-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-item-align: start;
        align-self: flex-start;
    gap: 25px;
    margin-bottom: 60px;
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .module-06-evolution-carriere .module-header {
        gap: 20px;
        margin-bottom: 40px; } }
    @media only screen and (max-width: 768px) {
      .module-06-evolution-carriere .module-header {
        margin-bottom: 120px; } }
  .module-06-evolution-carriere .module-text {
    max-width: 800px; }
    .module-06-evolution-carriere .module-text .description {
      font-size: 18px;
      line-height: 1.5; }
  .module-06-evolution-carriere .evolution-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 60px;
    margin-bottom: 60px;
    position: relative;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .module-06-evolution-carriere .evolution-grid {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 30px; } }
  .module-06-evolution-carriere .evolution-col {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .module-06-evolution-carriere .evolution-col {
        gap: 40px; } }
  .module-06-evolution-carriere .evolution-col-left {
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 1280px) {
      .module-06-evolution-carriere .evolution-col-left {
        gap: 25px; } }
    .module-06-evolution-carriere .evolution-col-left .evolution-item {
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .module-06-evolution-carriere .evolution-col-left .evolution-item {
          display: grid;
          grid-template-columns: 1fr 1fr;
          grid-gap: 20px;
          gap: 20px;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; } }
      .module-06-evolution-carriere .evolution-col-left .evolution-item:nth-child(1) {
        max-width: 100%;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        gap: 25px;
        margin-top: 0;
        z-index: 1;
        /* -- @include break(mobile)-- */
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 1280px) {
          .module-06-evolution-carriere .evolution-col-left .evolution-item:nth-child(1) {
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center; } }
        @media only screen and (max-width: 768px) {
          .module-06-evolution-carriere .evolution-col-left .evolution-item:nth-child(1) {
            gap: 20px; } }
        .module-06-evolution-carriere .evolution-col-left .evolution-item:nth-child(1) .evolution-image {
          max-width: 256px;
          /* -- @include break(mobile)-- */
          /* -- @include break(mobile)-- */ }
          @media only screen and (max-width: 1280px) {
            .module-06-evolution-carriere .evolution-col-left .evolution-item:nth-child(1) .evolution-image {
              max-width: 50%; } }
          @media only screen and (max-width: 768px) {
            .module-06-evolution-carriere .evolution-col-left .evolution-item:nth-child(1) .evolution-image {
              max-width: 100%; } }
        .module-06-evolution-carriere .evolution-col-left .evolution-item:nth-child(1) .evolution-description {
          max-width: 40%;
          margin-top: 32px;
          /* -- @include break(mobile)-- */
          /* -- @include break(mobile)-- */ }
          @media only screen and (max-width: 1280px) {
            .module-06-evolution-carriere .evolution-col-left .evolution-item:nth-child(1) .evolution-description {
              max-width: 50%;
              margin-top: 0; } }
          @media only screen and (max-width: 768px) {
            .module-06-evolution-carriere .evolution-col-left .evolution-item:nth-child(1) .evolution-description {
              max-width: 100%; } }
      .module-06-evolution-carriere .evolution-col-left .evolution-item:nth-child(2) {
        max-width: 100%;
        margin-left: 200px;
        margin-top: -65px;
        z-index: 0;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 1280px) {
          .module-06-evolution-carriere .evolution-col-left .evolution-item:nth-child(2) {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
                -ms-flex-direction: row;
                    flex-direction: row;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            margin-left: 0;
            margin-top: 0;
            gap: 25px; } }
        .module-06-evolution-carriere .evolution-col-left .evolution-item:nth-child(2) .evolution-image {
          max-width: 289px;
          /* -- @include break(mobile)-- */
          /* -- @include break(mobile)-- */ }
          @media only screen and (max-width: 1280px) {
            .module-06-evolution-carriere .evolution-col-left .evolution-item:nth-child(2) .evolution-image {
              max-width: 50%; } }
          @media only screen and (max-width: 768px) {
            .module-06-evolution-carriere .evolution-col-left .evolution-item:nth-child(2) .evolution-image {
              max-width: 100%; } }
        .module-06-evolution-carriere .evolution-col-left .evolution-item:nth-child(2) .evolution-description {
          max-width: 70%;
          margin-left: 60px;
          margin-top: 20px;
          /* -- @include break(mobile)-- */
          /* -- @include break(mobile)-- */ }
          @media only screen and (max-width: 1280px) {
            .module-06-evolution-carriere .evolution-col-left .evolution-item:nth-child(2) .evolution-description {
              max-width: 50%;
              margin-top: 0;
              margin-left: 0; } }
          @media only screen and (max-width: 768px) {
            .module-06-evolution-carriere .evolution-col-left .evolution-item:nth-child(2) .evolution-description {
              max-width: 100%; } }
      .module-06-evolution-carriere .evolution-col-left .evolution-item:nth-child(3) {
        margin-top: -60px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end;
        max-width: 100%;
        gap: 25px;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 1280px) {
          .module-06-evolution-carriere .evolution-col-left .evolution-item:nth-child(3) {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
                -ms-flex-direction: row;
                    flex-direction: row;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            margin-top: 0; } }
        .module-06-evolution-carriere .evolution-col-left .evolution-item:nth-child(3) .evolution-image {
          width: 183px;
          height: 259px;
          /* -- @include break(mobile)-- */
          /* -- @include break(mobile)-- */ }
          @media only screen and (max-width: 1280px) {
            .module-06-evolution-carriere .evolution-col-left .evolution-item:nth-child(3) .evolution-image {
              max-width: 50%;
              width: 100%;
              -webkit-box-flex: 1;
                  -ms-flex: 1;
                      flex: 1; } }
          @media only screen and (max-width: 768px) {
            .module-06-evolution-carriere .evolution-col-left .evolution-item:nth-child(3) .evolution-image {
              max-width: 100%;
              height: auto; } }
          .module-06-evolution-carriere .evolution-col-left .evolution-item:nth-child(3) .evolution-image img {
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
               object-fit: cover; }
        .module-06-evolution-carriere .evolution-col-left .evolution-item:nth-child(3) .evolution-description {
          max-width: 50%;
          margin-bottom: 32px;
          /* -- @include break(mobile)-- */
          /* -- @include break(mobile)-- */ }
          @media only screen and (max-width: 1280px) {
            .module-06-evolution-carriere .evolution-col-left .evolution-item:nth-child(3) .evolution-description {
              max-width: calc(50% - 25px); } }
          @media only screen and (max-width: 768px) {
            .module-06-evolution-carriere .evolution-col-left .evolution-item:nth-child(3) .evolution-description {
              max-width: 100%; } }
  .module-06-evolution-carriere .evolution-col-right {
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 1280px) {
      .module-06-evolution-carriere .evolution-col-right {
        gap: 25px; } }
    .module-06-evolution-carriere .evolution-col-right .evolution-item {
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .module-06-evolution-carriere .evolution-col-right .evolution-item {
          display: grid;
          grid-template-columns: 1fr 1fr;
          grid-gap: 20px;
          gap: 20px;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; } }
      .module-06-evolution-carriere .evolution-col-right .evolution-item:nth-child(1) {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        gap: 25px;
        margin-top: 0;
        z-index: 1;
        max-width: 100%; }
        .module-06-evolution-carriere .evolution-col-right .evolution-item:nth-child(1) .evolution-image {
          width: 255px;
          aspect-ratio: 1/1;
          /* -- @include break(mobile)-- */
          /* -- @include break(mobile)-- */
          /* -- @include break(mobile)-- */ }
          @media only screen and (max-width: 1280px) {
            .module-06-evolution-carriere .evolution-col-right .evolution-item:nth-child(1) .evolution-image {
              max-width: 50%; } }
          @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
            .module-06-evolution-carriere .evolution-col-right .evolution-item:nth-child(1) .evolution-image {
              max-width: 50%;
              width: 100%;
              aspect-ratio: initial; } }
          @media only screen and (max-width: 768px) {
            .module-06-evolution-carriere .evolution-col-right .evolution-item:nth-child(1) .evolution-image {
              max-width: 100%; } }
          .module-06-evolution-carriere .evolution-col-right .evolution-item:nth-child(1) .evolution-image img {
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
               object-fit: cover; }
        .module-06-evolution-carriere .evolution-col-right .evolution-item:nth-child(1) .evolution-description {
          /* -- @include break(mobile)-- */
          /* -- @include break(mobile)-- */ }
          @media only screen and (max-width: 1280px) {
            .module-06-evolution-carriere .evolution-col-right .evolution-item:nth-child(1) .evolution-description {
              max-width: 50%; } }
          @media only screen and (max-width: 768px) {
            .module-06-evolution-carriere .evolution-col-right .evolution-item:nth-child(1) .evolution-description {
              max-width: 100%; } }
      .module-06-evolution-carriere .evolution-col-right .evolution-item:nth-child(2) {
        margin-top: -50px;
        margin-left: -45px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        gap: 15px;
        z-index: 2;
        max-width: 100%;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 1280px) {
          .module-06-evolution-carriere .evolution-col-right .evolution-item:nth-child(2) {
            margin-top: 0;
            margin-left: 0;
            gap: 25px; } }
        .module-06-evolution-carriere .evolution-col-right .evolution-item:nth-child(2) .evolution-image {
          width: 201px;
          height: 185px;
          /* -- @include break(mobile)-- */
          /* -- @include break(mobile)-- */
          /* -- @include break(mobile)-- */ }
          @media only screen and (max-width: 1280px) {
            .module-06-evolution-carriere .evolution-col-right .evolution-item:nth-child(2) .evolution-image {
              max-width: 50%;
              width: 100%; } }
          @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
            .module-06-evolution-carriere .evolution-col-right .evolution-item:nth-child(2) .evolution-image {
              height: auto; } }
          @media only screen and (max-width: 768px) {
            .module-06-evolution-carriere .evolution-col-right .evolution-item:nth-child(2) .evolution-image {
              max-width: 100%; } }
          .module-06-evolution-carriere .evolution-col-right .evolution-item:nth-child(2) .evolution-image img {
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
               object-fit: cover; }
        .module-06-evolution-carriere .evolution-col-right .evolution-item:nth-child(2) .evolution-description {
          margin-top: 20px;
          max-width: 50%;
          /* -- @include break(mobile)-- */
          /* -- @include break(mobile)-- */ }
          @media only screen and (max-width: 1280px) {
            .module-06-evolution-carriere .evolution-col-right .evolution-item:nth-child(2) .evolution-description {
              max-width: calc(50% - 25px); } }
          @media only screen and (max-width: 768px) {
            .module-06-evolution-carriere .evolution-col-right .evolution-item:nth-child(2) .evolution-description {
              max-width: 100%; } }
      .module-06-evolution-carriere .evolution-col-right .evolution-item:nth-child(3) {
        margin-top: 4px;
        margin-left: 130px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end;
        gap: 15px;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 1280px) {
          .module-06-evolution-carriere .evolution-col-right .evolution-item:nth-child(3) {
            margin-top: 0;
            margin-left: 0;
            gap: 25px;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            width: 100%; } }
        .module-06-evolution-carriere .evolution-col-right .evolution-item:nth-child(3) .evolution-image {
          width: 184px;
          height: 163px;
          /* -- @include break(mobile)-- */
          /* -- @include break(mobile)-- */
          /* -- @include break(mobile)-- */ }
          @media only screen and (max-width: 1280px) {
            .module-06-evolution-carriere .evolution-col-right .evolution-item:nth-child(3) .evolution-image {
              max-width: 50%;
              width: 100%;
              height: auto; } }
          @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
            .module-06-evolution-carriere .evolution-col-right .evolution-item:nth-child(3) .evolution-image {
              height: auto; } }
          @media only screen and (max-width: 768px) {
            .module-06-evolution-carriere .evolution-col-right .evolution-item:nth-child(3) .evolution-image {
              max-width: 100%; } }
          .module-06-evolution-carriere .evolution-col-right .evolution-item:nth-child(3) .evolution-image img {
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
               object-fit: cover; }
        .module-06-evolution-carriere .evolution-col-right .evolution-item:nth-child(3) .evolution-description {
          max-width: 50%;
          margin-bottom: 32px;
          /* -- @include break(mobile)-- */
          /* -- @include break(mobile)-- */ }
          @media only screen and (max-width: 1280px) {
            .module-06-evolution-carriere .evolution-col-right .evolution-item:nth-child(3) .evolution-description {
              max-width: calc(50% - 25px);
              margin-bottom: 0; } }
          @media only screen and (max-width: 768px) {
            .module-06-evolution-carriere .evolution-col-right .evolution-item:nth-child(3) .evolution-description {
              max-width: 100%; } }
  .module-06-evolution-carriere .evolution-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
    max-width: 400px;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .module-06-evolution-carriere .evolution-item {
        margin-left: 0 !important;
        margin-right: 0 !important; }
      .module-06-evolution-carriere .evolution-item {
        max-width: 100%; } }
  .module-06-evolution-carriere .evolution-image {
    overflow: hidden;
    border-radius: 12px; }
    .module-06-evolution-carriere .evolution-image img {
      width: 100%;
      height: auto;
      display: block; }
  .module-06-evolution-carriere .evolution-description {
    font-size: 16px; }
  .module-06-evolution-carriere .evolution-logos {
    position: absolute;
    top: -70px;
    right: 130px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 5px;
    z-index: 1;
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .module-06-evolution-carriere .evolution-logos {
        top: -45px;
        right: 0;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
    @media only screen and (max-width: 768px) {
      .module-06-evolution-carriere .evolution-logos {
        top: -110px;
        right: 0;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
    .module-06-evolution-carriere .evolution-logos .logo-emf,
    .module-06-evolution-carriere .evolution-logos .logo-qualiopi {
      max-width: 139px;
      max-height: 139px;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .module-06-evolution-carriere .evolution-logos .logo-emf,
        .module-06-evolution-carriere .evolution-logos .logo-qualiopi {
          max-width: 100px;
          max-height: 100px; } }
      .module-06-evolution-carriere .evolution-logos .logo-emf img,
      .module-06-evolution-carriere .evolution-logos .logo-qualiopi img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover; }

.module-07-temoignages {
  background-color: #ECFCCB; }
  .module-07-temoignages .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .module-07-temoignages .module-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-item-align: start;
        align-self: flex-start;
    gap: 25px;
    margin-bottom: 60px;
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .module-07-temoignages .module-header {
        gap: 20px;
        margin-bottom: 40px; } }
    @media only screen and (max-width: 768px) {
      .module-07-temoignages .module-header {
        margin-bottom: 40px; } }
  .module-07-temoignages .module-text {
    max-width: 800px; }
    .module-07-temoignages .module-text .description {
      font-size: 18px;
      line-height: 1.5; }
  .module-07-temoignages .temoignages-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 25px;
    gap: 25px;
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .module-07-temoignages .temoignages-grid {
        gap: 20px;
        grid-template-columns: repeat(2, 1fr); } }
    @media only screen and (max-width: 768px) {
      .module-07-temoignages .temoignages-grid {
        grid-template-columns: 1fr; } }
  .module-07-temoignages .temoignage-item {
    border-radius: 6px;
    overflow: hidden;
    min-height: 432px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .module-07-temoignages .temoignage-item {
        min-height: 380px; } }
    .module-07-temoignages .temoignage-item.verbatim {
      background-color: #97C33D;
      color: #FFFFFF;
      padding: 40px;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .module-07-temoignages .temoignage-item.verbatim {
          padding: 30px; } }
      .module-07-temoignages .temoignage-item.verbatim .temoignage-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        height: 100%; }
      .module-07-temoignages .temoignage-item.verbatim .wrapper-info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        gap: 20px;
        margin-bottom: 40px; }
      .module-07-temoignages .temoignage-item.verbatim .temoignage-photo {
        width: 64px;
        height: 64px;
        border-radius: 50%;
        overflow: hidden; }
        .module-07-temoignages .temoignage-item.verbatim .temoignage-photo img {
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
             object-fit: cover; }
      .module-07-temoignages .temoignage-item.verbatim .temoignage-text {
        font-size: 20px;
        line-height: 130%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 15px; }
        .module-07-temoignages .temoignage-item.verbatim .temoignage-text .quote-mark {
          font-size: 18px;
          font-weight: 500;
          color: #FFFFFF; }
    .module-07-temoignages .temoignage-item.video .temoignage-content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      height: 100%; }
    .module-07-temoignages .temoignage-item.video .temoignage-media {
      position: relative;
      border-radius: 12px;
      overflow: hidden;
      height: 100%; }
    .module-07-temoignages .temoignage-item.video .temoignage-thumbnail {
      position: relative;
      height: 100%;
      overflow: hidden;
      border-radius: 12px; }
      .module-07-temoignages .temoignage-item.video .temoignage-thumbnail img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover; }
      .module-07-temoignages .temoignage-item.video .temoignage-thumbnail .video-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.2); }
      .module-07-temoignages .temoignage-item.video .temoignage-thumbnail .video-info {
        position: absolute;
        bottom: 40px;
        left: 40px;
        z-index: 2;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        width: calc(100% - 80px);
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          .module-07-temoignages .temoignage-item.video .temoignage-thumbnail .video-info {
            bottom: 30px;
            left: 30px;
            width: calc(100% - 60px); } }
    .module-07-temoignages .temoignage-item.video .play-button {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      background: none;
      border: none;
      cursor: pointer;
      padding: 0;
      -webkit-transition: -webkit-transform 0.3s ease;
      transition: -webkit-transform 0.3s ease;
      transition: transform 0.3s ease;
      transition: transform 0.3s ease, -webkit-transform 0.3s ease; }
      .module-07-temoignages .temoignage-item.video .play-button:hover {
        -webkit-transform: translate(-50%, -50%) scale(1.1);
                transform: translate(-50%, -50%) scale(1.1); }
      .module-07-temoignages .temoignage-item.video .play-button svg {
        width: 64px;
        height: 64px;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 768px) {
          .module-07-temoignages .temoignage-item.video .play-button svg {
            width: 48px;
            height: 48px; } }
    .module-07-temoignages .temoignage-item.video .video-container {
      position: relative;
      aspect-ratio: 16/9;
      width: 100%; }
      .module-07-temoignages .temoignage-item.video .video-container iframe,
      .module-07-temoignages .temoignage-item.video .video-container video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: 12px; }
    .module-07-temoignages .temoignage-item.video .temoignage-info {
      padding: 15px 5px; }
  .module-07-temoignages .wrapper-name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .module-07-temoignages .temoignage-name {
    font-size: 16px;
    font-weight: 600;
    color: #FFFFFF; }
  .module-07-temoignages .temoignage-details {
    font-size: 14px;
    color: #FFFFFF;
    line-height: 130%; }
  .module-07-temoignages .temoignage-logo {
    max-width: 38px;
    max-height: 38px; }

.quatre-cent-quatre .container {
  width: 90%;
  max-width: 1055px;
  margin-left: auto;
  margin-right: auto;
  min-height: calc(100vh - 185px);
  text-align: left;
  height: 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; }

.quatre-cent-quatre h1 {
  font-size: 10em;
  line-height: 1em;
  margin: 0;
  padding-bottom: 0.3em; }

.quatre-cent-quatre h2 {
  font-size: 2.5em; }


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