/*
FLEX
--
/*$positions: justify-content & align-items
If only one value, will be used for the two properties
Use 'null' to not declare a propertie, ex: flex(center null)
*/
/*
FILL
--
$mode = 'parent' || 'viewport'
$fullH fill width AND height
*/
/*
RESPONSIVE FONT
--
https://www.smashingmagazine.com/2015/06/responsive-typography-with-sass-maps
*/
/*
ADD WEBFONT
--
$path in context of the fonts folder
*/
/*
TEXT TRUNCATE
--
requires inline-block or block for proper styling
*/
/*
PSEUDO BACKGROUND
--
Use in :before or :after
Parent element should be positioned
*/
/*
BACKGROUND WITH SHADOW
--
Make background with :after and fancy shadow with :before
*/
:root {
  --color-main: #ACC32D;
  --color-second: #257572;
  --color-third: #0093B5;
  --color-accent: #FFB300;
  --color-accent-over: #070B32;
  --color-dark: #070B32;
  --color-light: #dfeaed;
  --color-black: #000;
  --color-white: #fff;
  --radius: 3px;
}

/*======================================================================*\
==========================================================================

							UTILS : HELPERS

==========================================================================
\*======================================================================*/
.transition, .landing-citation:not(.-focus), .landing-citation.-focus .landing-citation__content__profile, .landing-citation.-focus .landing-citation__content__txt::after, .landing-citation.-focus .landing-citation__content__txt span, .landing-citation.-focus .landing-citation__content__txt, .landing-citation.-focus .landing-citation__photo img, .landing-citation.-focus .landing-citation__photo, .landing-txtMedia, .landing__menu__center, .landing__menu__logo, .landing__menu, .select2-results__option::after, .subnav__item, .header__drawer, .header__bgNav, .hp-all-tags, .hp-montant, .hp-baseline__txt span span, .c-accordeon__title__icon, .c-miniPost__thumbnail, .c-projectMiniCard__txt, .c-projectMiniCard__img, .c-project__infos__excerpt, .c-cardInfos__excerpt, .c-card__infos, .c-card--publication .c-card__img::after, .landing-timeline__event__content, .c-focus, .c-miniPost, .c-entrepreneur, .c-project, .c-card, .c-iconMeta__icons [class*=fa], .c-iconMeta__icons, .c-tag, .c-link:after, .c-link, .c-subLink [class*=fa], .c-navLink--button span, .c-navLink.-button span, .-button.header__lang__list__item span, .c-navLink--button:after, .c-navLink.-button:after, .-button.header__lang__list__item:after, .c-navLink--button:before, .c-navLink.-button:before, .-button.header__lang__list__item:before, .c-navLink--button, .c-navLink.-button, .-button.header__lang__list__item, .c-navLink:after, .header__lang__list__item:after, .c-navLink:before, .header__lang__list__item:before, .c-sliderButton, .c-roundButton, .c-pagination .page-numbers, .c-button.-mobileFloatCTA, .c-adminTools, .l-popup__close, .l-popup, .l-overlay__wrap, .l-overlay, .l-slider__slides, .fc p a,
.fc li a,
.fc .acf-input > a, #header {
  transition-property: all;
  transition-duration: 0.2s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.list-reset, .nav,
.subnav, .hp-themesList, .l-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.is-none {
  display: none !important;
}

/*======================================================================*\
==========================================================================

							UTILS : COLORS

==========================================================================
\*======================================================================*/
.c-main {
  color: #ACC32D !important;
}

.bg-main {
  background-color: #ACC32D !important;
}

.c-accent {
  color: #FFB300 !important;
}

.bg-accent {
  background-color: #FFB300 !important;
}

.c-second {
  color: #257572 !important;
}

.bg-second {
  background-color: #257572 !important;
}

.c-dark {
  color: #070B32 !important;
}

.bg-dark {
  background-color: #070B32 !important;
}

.c-light {
  color: #dfeaed !important;
}

.bg-light {
  background-color: #dfeaed !important;
}

.c-txt {
  color: #000 !important;
}

.bg-txt {
  background-color: #000 !important;
}

.c-success {
  color: #00C15F !important;
}

.bg-success {
  background-color: #00C15F !important;
}

.c-error {
  color: #F13636 !important;
}

.bg-error {
  background-color: #F13636 !important;
}

.c-facebook {
  color: #3b5998 !important;
}

.bg-facebook {
  background-color: #3b5998 !important;
  color: #fff !important;
}

.c-twitter {
  color: #1da1f2 !important;
}

.bg-twitter {
  background-color: #1da1f2 !important;
  color: #fff !important;
}

.c-bluesky {
  color: #3D9CFF !important;
}

.bg-bluesky {
  background-color: #3D9CFF !important;
  color: #fff !important;
}

.c-linkedin {
  color: #0077b5 !important;
}

.bg-linkedin {
  background-color: #0077b5 !important;
  color: #fff !important;
}

.c-youtube {
  color: #cd201f !important;
}

.bg-youtube {
  background-color: #cd201f !important;
  color: #fff !important;
}

.c-white {
  color: #fff !important;
}

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

.bg-paper {
  background-image: url(../img/patterns/green-dust-and-scratches.png);
}
.bg-paper.-before::before {
  background-image: url(../img/patterns/green-dust-and-scratches.png);
}

/*======================================================================*\
==========================================================================

							UTILS : SPACES

==========================================================================
\*======================================================================*/
.margin-center {
  margin-left: auto;
  margin-right: auto;
}

.marginTop-auto {
  margin-top: auto !important;
}

.marginRight-auto {
  margin-right: auto !important;
}

.marginBottom-auto {
  margin-bottom: auto !important;
}

.marginLeft-auto {
  margin-left: auto !important;
}

.padding-none {
  padding: 0 !important;
}

.paddingTop-none {
  padding-top: 0 !important;
}

.paddingRight-none {
  padding-right: 0 !important;
}

.paddingBottom-none {
  padding-bottom: 0 !important;
}

.paddingLeft-none {
  padding-left: 0 !important;
}

.margin-none {
  margin: 0 !important;
}

.marginTop-none {
  margin-top: 0 !important;
}

.marginRight-none {
  margin-right: 0 !important;
}

.marginBottom-none {
  margin-bottom: 0 !important;
}

.marginLeft-none {
  margin-left: 0 !important;
}

.padding-XS {
  padding: 8px !important;
}

.paddingTop-XS {
  padding-top: 8px !important;
}

.paddingRight-XS {
  padding-right: 8px !important;
}

.paddingBottom-XS {
  padding-bottom: 8px !important;
}

.paddingLeft-XS {
  padding-left: 8px !important;
}

.margin-XS {
  margin: 8px !important;
}

.marginTop-XS {
  margin-top: 8px !important;
}

.marginRight-XS {
  margin-right: 8px !important;
}

.marginBottom-XS {
  margin-bottom: 8px !important;
}

.marginLeft-XS {
  margin-left: 8px !important;
}

.padding-S {
  padding: 16px !important;
}

.paddingTop-S {
  padding-top: 16px !important;
}

.paddingRight-S {
  padding-right: 16px !important;
}

.paddingBottom-S {
  padding-bottom: 16px !important;
}

.paddingLeft-S {
  padding-left: 16px !important;
}

.margin-S {
  margin: 16px !important;
}

.marginTop-S {
  margin-top: 16px !important;
}

.marginRight-S {
  margin-right: 16px !important;
}

.marginBottom-S {
  margin-bottom: 16px !important;
}

.marginLeft-S {
  margin-left: 16px !important;
}

.padding-M {
  padding: 24px !important;
}

.paddingTop-M {
  padding-top: 24px !important;
}

.paddingRight-M {
  padding-right: 24px !important;
}

.paddingBottom-M {
  padding-bottom: 24px !important;
}

.paddingLeft-M {
  padding-left: 24px !important;
}

.margin-M {
  margin: 24px !important;
}

.marginTop-M {
  margin-top: 24px !important;
}

.marginRight-M {
  margin-right: 24px !important;
}

.marginBottom-M {
  margin-bottom: 24px !important;
}

.marginLeft-M {
  margin-left: 24px !important;
}

.padding-L {
  padding: 48px !important;
}

.paddingTop-L {
  padding-top: 48px !important;
}

.paddingRight-L {
  padding-right: 48px !important;
}

.paddingBottom-L {
  padding-bottom: 48px !important;
}

.paddingLeft-L {
  padding-left: 48px !important;
}

.margin-L {
  margin: 48px !important;
}

.marginTop-L {
  margin-top: 48px !important;
}

.marginRight-L {
  margin-right: 48px !important;
}

.marginBottom-L {
  margin-bottom: 48px !important;
}

.marginLeft-L {
  margin-left: 48px !important;
}

.padding-XL {
  padding: 72px !important;
}

.paddingTop-XL {
  padding-top: 72px !important;
}

.paddingRight-XL {
  padding-right: 72px !important;
}

.paddingBottom-XL {
  padding-bottom: 72px !important;
}

.paddingLeft-XL {
  padding-left: 72px !important;
}

.margin-XL {
  margin: 72px !important;
}

.marginTop-XL {
  margin-top: 72px !important;
}

.marginRight-XL {
  margin-right: 72px !important;
}

.marginBottom-XL {
  margin-bottom: 72px !important;
}

.marginLeft-XL {
  margin-left: 72px !important;
}

.padding-XXL {
  padding: 120px !important;
}

.paddingTop-XXL {
  padding-top: 120px !important;
}

.paddingRight-XXL {
  padding-right: 120px !important;
}

.paddingBottom-XXL {
  padding-bottom: 120px !important;
}

.paddingLeft-XXL {
  padding-left: 120px !important;
}

.margin-XXL {
  margin: 120px !important;
}

.marginTop-XXL {
  margin-top: 120px !important;
}

.marginRight-XXL {
  margin-right: 120px !important;
}

.marginBottom-XXL {
  margin-bottom: 120px !important;
}

.marginLeft-XXL {
  margin-left: 120px !important;
}

.padding-gutter {
  padding: 24px !important;
}

.paddingTop-gutter {
  padding-top: 24px !important;
}

.paddingRight-gutter {
  padding-right: 24px !important;
}

.paddingBottom-gutter {
  padding-bottom: 24px !important;
}

.paddingLeft-gutter {
  padding-left: 24px !important;
}

.margin-gutter {
  margin: 24px !important;
}

.marginTop-gutter {
  margin-top: 24px !important;
}

.marginRight-gutter {
  margin-right: 24px !important;
}

.marginBottom-gutter {
  margin-bottom: 24px !important;
}

.marginLeft-gutter {
  margin-left: 24px !important;
}

.padding-gap {
  padding: 8px !important;
}

.paddingTop-gap {
  padding-top: 8px !important;
}

.paddingRight-gap {
  padding-right: 8px !important;
}

.paddingBottom-gap {
  padding-bottom: 8px !important;
}

.paddingLeft-gap {
  padding-left: 8px !important;
}

.margin-gap {
  margin: 8px !important;
}

.marginTop-gap {
  margin-top: 8px !important;
}

.marginRight-gap {
  margin-right: 8px !important;
}

.marginBottom-gap {
  margin-bottom: 8px !important;
}

.marginLeft-gap {
  margin-left: 8px !important;
}

/*======================================================================*\
==========================================================================

							UTILS : TYPO

==========================================================================
\*======================================================================*/
.t-deco-none {
  text-decoration: none !important;
}

.t-h {
  font-family: breul, sans-serif !important;
}

.t-bt {
  font-family: breul, sans-serif !important;
}

.t-txt {
  font-family: norms, sans-serif !important;
}

.t-uppercase {
  text-transform: uppercase !important;
}

.t-first-uppercase {
  display: inline-block;
}
.t-first-uppercase::first-letter {
  text-transform: uppercase;
}

.t-lowercase {
  text-transform: lowercase !important;
}

.t-left {
  text-align: left !important;
}

.t-right {
  text-align: right !important;
}

.t-center {
  text-align: center !important;
}

.t-fw-400 {
  font-weight: 400 !important;
}

.t-fw-700 {
  font-weight: 700 !important;
}

.t-fw-900 {
  font-weight: 900 !important;
}

/*======================================================================*\
==========================================================================

						UTILS : ANIMATION

==========================================================================
\*======================================================================*/
@keyframes spin {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(359deg);
  }
}
.anim-spin, .c-loader {
  animation: 1s spin infinite linear;
}

@keyframes floating {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20%);
  }
  100% {
    transform: translateY(0);
  }
}
.anim-floating {
  animation: 3s floating infinite linear;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
  }
}
.anim-pulse {
  animation: 1s pulse 5 linear;
}

@keyframes flash {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.anim-flash {
  animation: 0.2s flash 5 linear;
}

/*======================================================================*\
==========================================================================

							UTILS : STATES

==========================================================================
\*======================================================================*/
.is-hidden {
  visibility: hidden;
  opacity: 0;
}

.is-visible {
  visibility: visible;
  opacity: 1;
}

.is-invisible {
  visibility: hidden;
  opacity: 0;
}

.is-out {
  position: fixed;
  left: -9999px;
  top: -9999px;
}

.is-muted {
  opacity: 0.3 !important;
}

.is-on-top {
  z-index: 10 !important;
}

.is-fixed {
  position: fixed !important;
}

.has-pointer {
  cursor: pointer;
}

.has-no-scroll {
  overflow: hidden;
}

.has-no-over {
  pointer-events: none;
}

/*======================================================================*\
==========================================================================

							UTILS : FLEX

==========================================================================
\*======================================================================*/
.flex {
  display: flex !important;
}
.flex--column {
  flex-direction: column !important;
}
.flex--wrap {
  flex-wrap: wrap !important;
}
.flex--jcc {
  justify-content: center !important;
}
.flex--jcsb {
  justify-content: space-between !important;
}
.flex--jcfs {
  justify-content: flex-start !important;
}
.flex--jcfe {
  justify-content: flex-end !important;
}
.flex--jcspa {
  justify-content: space-around !important;
}
.flex--aifs {
  align-items: flex-start !important;
}
.flex--aic {
  align-items: center !important;
}
.flex--aife {
  align-items: flex-end !important;
}
.flex--center {
  align-items: center !important;
  justify-content: center !important;
}
.flex--none {
  flex: none !important;
}
.flex--auto {
  flex: 1 0 auto !important;
}
.flex--equal {
  flex: 1 0 0% !important;
}
.flex--100 {
  flex: 1 0 100% !important;
}
.flex--1 {
  flex: 1 !important;
}
.flex--2 {
  flex: 2 !important;
}
.flex--3 {
  flex: 3 !important;
}

/*======================================================================*\
==========================================================================

						UTILS : RESPONSIVE DISPLAY

==========================================================================
\*======================================================================*/
[class*="show@"] {
  display: none;
}

@media screen and (min-width: 750px) {
  .show\@medium {
    display: block;
  }
}

@media screen and (min-width: 1050px) {
  .show\@large {
    display: block;
  }
}

@media screen and (min-width: 1250px) {
  .show\@xlarge {
    display: block;
  }
}

@media screen and (min-width: 750px) {
  .hide\@medium {
    display: none !important;
  }
}

@media screen and (min-width: 1050px) {
  .hide\@large {
    display: none !important;
  }
}

@media screen and (min-width: 1250px) {
  .hide\@xlarge {
    display: none !important;
  }
}

/*! modern-normalize | MIT License | https://github.com/sindresorhus/modern-normalize */
a {
  text-decoration: none;
  outline: 0;
}

/* Document
   ========================================================================== */
/**
 * Use a better box model (opinionated).
 */
html {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

/**
 * Use a more readable tab size (opinionated).
 */
:root {
  -moz-tab-size: 4;
  tab-size: 4;
}

/**
 * Correct the line height in all browsers.
 */
html {
  line-height: 1.15;
}

/* Medias
   ========================================================================== */
img,
video,
audio {
  max-width: 100%;
  height: auto;
}

svg {
  max-height: 100%;
}

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

/**
 * Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
 */
body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

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

/* Grouping content
   ========================================================================== */
/**
 * Add the correct height in Firefox.
 */
hr {
  height: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Add the correct text decoration in Chrome, Edge, and Safari.
 */
abbr[title] {
  text-decoration: underline dotted;
}

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

/**
 * 1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp,
pre {
  font-family: SFMono-Regular, Consolas, "Liberation Mono", Menlo, Courier, 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;
}

/* 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 */
  cursor: pointer;
}

/**
 * Remove the inheritance of text transform in Edge and Firefox.
 * 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;
}

/**
 * Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  padding: 0;
}

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

/**
 * 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 and Firefox.
 */
details {
  display: block;
}

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

/*======================================================================*\
==========================================================================

								LAYERS

==========================================================================
\*======================================================================*/
html {
  overflow-x: hidden;
}

body {
  background-image: url(../img/patterns/natural-paper.png);
}
body.no-scroll {
  overflow: hidden;
}

#global {
  position: relative;
}

#main {
  position: relative;
  z-index: 1;
  border-top: 1px solid transparent;
}

#header {
  position: sticky;
  top: 0;
  z-index: 3;
}
body.home #header {
  position: fixed;
  width: 100%;
}
body.home #header, body.scrolling #header {
  box-shadow: 0 8px 8px rgba(0, 0, 0, 0.2);
}

#footer {
  position: relative;
  z-index: 2;
}
#footer--under {
  z-index: 1;
}

/*======================================================================*\
==========================================================================

							TYPOGRAPHY

==========================================================================
\*======================================================================*/
body {
  font-family: norms, sans-serif;
  line-height: 1.3;
  color: #070B32;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@font-face {
  font-family: "breul";
  src: url("../fonts/breul/black/BreulGroteskA-Black.eot");
  src: url("../fonts/breul/black/BreulGroteskA-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/breul/black/BreulGroteskA-Black.ttf") format("truetype"), url("../fonts/breul/black/BreulGroteskA-Black.woff") format("woff"), url("../fonts/breul/black/BreulGroteskA-Black.svg") format("svg");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "norms";
  src: url("../fonts/norms/bold/norms-bold.eot");
  src: url("../fonts/norms/bold/norms-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/norms/bold/norms-bold.ttf") format("truetype"), url("../fonts/norms/bold/norms-bold.woff") format("woff"), url("../fonts/norms/bold/norms-bold.svg") format("svg");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "norms";
  src: url("../fonts/norms/regular/norms-regular.eot");
  src: url("../fonts/norms/regular/norms-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/norms/regular/norms-regular.ttf") format("truetype"), url("../fonts/norms/regular/norms-regular.woff") format("woff"), url("../fonts/norms/regular/norms-regular.svg") format("svg");
  font-weight: 400;
  font-style: normal;
}
h1 {
  line-height: 1.1;
}

h2,
h3,
h4 {
  line-height: 1.3;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol {
  margin-top: 1.3em;
  margin-bottom: 0;
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child,
p:first-child,
ul:first-child,
ol:first-child {
  margin-top: 0;
}

h1,
.h1,
.hp-baseline__txt,
.c-sectionTitle span,
.c-sectionTitle h1,
.c-sectionTitle h2,
.c-sectionTitle h3,
.t-title,
.landing-fiscal-montant .montant,
.has-no-bloc-title .landing-txtMedia__content__title,
.c-sectionTitle {
  font-size: 1.708rem;
}
@media screen and (min-width: 750px) {
  h1,
  .h1,
  .hp-baseline__txt,
  .c-sectionTitle span,
  .c-sectionTitle h1,
  .c-sectionTitle h2,
  .c-sectionTitle h3,
  .t-title,
  .landing-fiscal-montant .montant,
  .has-no-bloc-title .landing-txtMedia__content__title,
  .c-sectionTitle {
    font-size: 1.952rem;
  }
}
@media screen and (min-width: 1050px) {
  h1,
  .h1,
  .hp-baseline__txt,
  .c-sectionTitle span,
  .c-sectionTitle h1,
  .c-sectionTitle h2,
  .c-sectionTitle h3,
  .t-title,
  .landing-fiscal-montant .montant,
  .has-no-bloc-title .landing-txtMedia__content__title,
  .c-sectionTitle {
    font-size: 2.441rem;
  }
}

h2,
.h2,
.fc > blockquote {
  font-size: 1.367rem;
}
@media screen and (min-width: 750px) {
  h2,
  .h2,
  .fc > blockquote {
    font-size: 1.562rem;
  }
}
@media screen and (min-width: 1050px) {
  h2,
  .h2,
  .fc > blockquote {
    font-size: 1.953rem;
  }
}

h3,
.h3,
.landing-citation.-focus .landing-citation__content__txt,
.acf-label label,
.hp-montant,
.t-project-title,
.landing-timeline__event__milestone,
.t-excerpt {
  font-size: 1.094rem;
}
@media screen and (min-width: 750px) {
  h3,
  .h3,
  .landing-citation.-focus .landing-citation__content__txt,
  .acf-label label,
  .hp-montant,
  .t-project-title,
  .landing-timeline__event__milestone,
  .t-excerpt {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1050px) {
  h3,
  .h3,
  .landing-citation.-focus .landing-citation__content__txt,
  .acf-label label,
  .hp-montant,
  .t-project-title,
  .landing-timeline__event__milestone,
  .t-excerpt {
    font-size: 1.563rem;
  }
}

h4,
.h4,
.landing-citation__content__txt,
.hp-baseline__subtxt h2,
.c-more__item__title,
.c-accordeon__title,
.c-focus__title,
.c-notify__message,
.t-card-title,
.landing-citation__content__profile .name,
.landing-timeline__event__content__title,
.has-bloc-title .landing-txtMedia__content__title,
.landing__menu__center,
.c-cta__item__title,
.c-entrepreneur__infos__title,
.c-project__infos__title,
.c-cardInfos__title,
.c-cardTitle {
  font-size: 0.875rem;
}
@media screen and (min-width: 750px) {
  h4,
  .h4,
  .landing-citation__content__txt,
  .hp-baseline__subtxt h2,
  .c-more__item__title,
  .c-accordeon__title,
  .c-focus__title,
  .c-notify__message,
  .t-card-title,
  .landing-citation__content__profile .name,
  .landing-timeline__event__content__title,
  .has-bloc-title .landing-txtMedia__content__title,
  .landing__menu__center,
  .c-cta__item__title,
  .c-entrepreneur__infos__title,
  .c-project__infos__title,
  .c-cardInfos__title,
  .c-cardTitle {
    font-size: 1.1rem;
  }
}
@media screen and (min-width: 1050px) {
  h4,
  .h4,
  .landing-citation__content__txt,
  .hp-baseline__subtxt h2,
  .c-more__item__title,
  .c-accordeon__title,
  .c-focus__title,
  .c-notify__message,
  .t-card-title,
  .landing-citation__content__profile .name,
  .landing-timeline__event__content__title,
  .has-bloc-title .landing-txtMedia__content__title,
  .landing__menu__center,
  .c-cta__item__title,
  .c-entrepreneur__infos__title,
  .c-project__infos__title,
  .c-cardInfos__title,
  .c-cardTitle {
    font-size: 1.25rem;
  }
}

h5,
.h5,
.landing-citation__content__profile .role,
.landing-timeline__event__content p,
.landing-timeline__event__content li,
div[data-type=file] label,
.select2-results__option,
.select2-selection__placeholder,
.select2-selection__rendered,
.c-more__item__txt,
.c-more__item p,
.c-cta__item__txt,
.c-cta__item li,
.c-accordeon__content ol li,
.c-accordeon__content ul li,
.c-accordeon__content p,
.c-focus ol li,
.c-focus ul li,
.c-focus p,
.c-miniForm__wrap__input,
.c-projectMiniCard__txt,
.c-link,
.c-subLink,
.c-navLink,
.header__lang__list__item,
.c-button,
.c-adminTools,
.t-mini-title,
.c-pagination .page-numbers,
.c-form__input label,
.c-iconMeta,
.l-list__item__cartouche,
.c-navLink--button span,
.c-navLink.-button span,
.-button.header__lang__list__item span,
.c-pastille,
.t-card-excerpt,
.c-miniPost__excerpt,
.c-entrepreneur__infos__excerpt,
.c-project__infos__excerpt,
.c-cardInfos__excerpt {
  font-size: 0.7rem;
}
@media screen and (min-width: 750px) {
  h5,
  .h5,
  .landing-citation__content__profile .role,
  .landing-timeline__event__content p,
  .landing-timeline__event__content li,
  div[data-type=file] label,
  .select2-results__option,
  .select2-selection__placeholder,
  .select2-selection__rendered,
  .c-more__item__txt,
  .c-more__item p,
  .c-cta__item__txt,
  .c-cta__item li,
  .c-accordeon__content ol li,
  .c-accordeon__content ul li,
  .c-accordeon__content p,
  .c-focus ol li,
  .c-focus ul li,
  .c-focus p,
  .c-miniForm__wrap__input,
  .c-projectMiniCard__txt,
  .c-link,
  .c-subLink,
  .c-navLink,
  .header__lang__list__item,
  .c-button,
  .c-adminTools,
  .t-mini-title,
  .c-pagination .page-numbers,
  .c-form__input label,
  .c-iconMeta,
  .l-list__item__cartouche,
  .c-navLink--button span,
  .c-navLink.-button span,
  .-button.header__lang__list__item span,
  .c-pastille,
  .t-card-excerpt,
  .c-miniPost__excerpt,
  .c-entrepreneur__infos__excerpt,
  .c-project__infos__excerpt,
  .c-cardInfos__excerpt {
    font-size: 0.8rem;
  }
}
@media screen and (min-width: 1050px) {
  h5,
  .h5,
  .landing-citation__content__profile .role,
  .landing-timeline__event__content p,
  .landing-timeline__event__content li,
  div[data-type=file] label,
  .select2-results__option,
  .select2-selection__placeholder,
  .select2-selection__rendered,
  .c-more__item__txt,
  .c-more__item p,
  .c-cta__item__txt,
  .c-cta__item li,
  .c-accordeon__content ol li,
  .c-accordeon__content ul li,
  .c-accordeon__content p,
  .c-focus ol li,
  .c-focus ul li,
  .c-focus p,
  .c-miniForm__wrap__input,
  .c-projectMiniCard__txt,
  .c-link,
  .c-subLink,
  .c-navLink,
  .header__lang__list__item,
  .c-button,
  .c-adminTools,
  .t-mini-title,
  .c-pagination .page-numbers,
  .c-form__input label,
  .c-iconMeta,
  .l-list__item__cartouche,
  .c-navLink--button span,
  .c-navLink.-button span,
  .-button.header__lang__list__item span,
  .c-pastille,
  .t-card-excerpt,
  .c-miniPost__excerpt,
  .c-entrepreneur__infos__excerpt,
  .c-project__infos__excerpt,
  .c-cardInfos__excerpt {
    font-size: 1rem;
  }
}

h6,
.h6,
.fc__gallery .lslide figcaption,
.fc > figure figcaption,
.fc > a > figure figcaption,
.footer__extras__credits,
.c-form__radio__label,
.c-miniForm__label,
.c-tag,
.l-pageHeader__center__img figcaption,
.t-meta,
.c-cardInfos__meta {
  font-size: 0.56rem;
}
@media screen and (min-width: 750px) {
  h6,
  .h6,
  .fc__gallery .lslide figcaption,
  .fc > figure figcaption,
  .fc > a > figure figcaption,
  .footer__extras__credits,
  .c-form__radio__label,
  .c-miniForm__label,
  .c-tag,
  .l-pageHeader__center__img figcaption,
  .t-meta,
  .c-cardInfos__meta {
    font-size: 0.64rem;
  }
}
@media screen and (min-width: 1050px) {
  h6,
  .h6,
  .fc__gallery .lslide figcaption,
  .fc > figure figcaption,
  .fc > a > figure figcaption,
  .footer__extras__credits,
  .c-form__radio__label,
  .c-miniForm__label,
  .c-tag,
  .l-pageHeader__center__img figcaption,
  .t-meta,
  .c-cardInfos__meta {
    font-size: 0.8rem;
  }
}

p,
.p,
.acf-input:not(input),
.acf-radio-list label,
.searchForm__form__input,
ul li,
ol li {
  font-size: 0.875rem;
  font-style: normal;
}
@media screen and (min-width: 750px) {
  p,
  .p,
  .acf-input:not(input),
  .acf-radio-list label,
  .searchForm__form__input,
  ul li,
  ol li {
    font-size: 1.1rem;
  }
}
@media screen and (min-width: 1050px) {
  p,
  .p,
  .acf-input:not(input),
  .acf-radio-list label,
  .searchForm__form__input,
  ul li,
  ol li {
    font-size: 1.25rem;
  }
}

ul li,
ol li {
  margin-top: 0.5em;
}

.fc p a,
.fc li a,
.fc .acf-input > a {
  color: #070B32;
  box-shadow: inset 0 -0.4em 0 0 rgba(172, 195, 45, 0.3);
}
.fc p a:hover,
.fc li a:hover,
.fc .acf-input > a:hover {
  box-shadow: inset 0 -1.1em 0 0 rgba(172, 195, 45, 0.6);
}

.t-fat, .t-card-title, .landing-citation__content__profile .name, .landing-timeline__event__content__title, .has-bloc-title .landing-txtMedia__content__title, .landing__menu__center, .c-cta__item__title, .c-entrepreneur__infos__title, .c-project__infos__title, .c-cardInfos__title, .c-cardTitle, .t-project-title, .landing-timeline__event__milestone, .t-title, .landing-fiscal-montant .montant, .has-no-bloc-title .landing-txtMedia__content__title, .c-sectionTitle {
  font-family: breul, sans-serif;
  font-weight: 900;
  text-transform: uppercase;
}

.t-excerpt {
  font-weight: 400;
  line-height: 1.4;
}

.t-meta, .c-cardInfos__meta {
  font-family: norms, sans-serif;
}

.t-project-title, .landing-timeline__event__milestone {
  line-height: 1.1;
}

.t-card-excerpt, .c-miniPost__excerpt, .c-entrepreneur__infos__excerpt, .c-project__infos__excerpt, .c-cardInfos__excerpt {
  font-family: norms, sans-serif;
  font-weight: 400;
}

.t-mini-title, .c-pagination .page-numbers, .c-form__input label, .c-iconMeta, .l-list__item__cartouche, .c-navLink--button span, .c-navLink.-button span, .-button.header__lang__list__item span, .c-pastille {
  font-family: breul, sans-serif;
  text-transform: uppercase;
  line-height: 1;
}

/*======================================================================*\
==========================================================================

						LAYOUTS : LIB

==========================================================================
\*======================================================================*/
/*======================================================================*\
==========================================================================

							LAYOUT : COL

==========================================================================
\*======================================================================*/
.l-col {
  position: relative;
  width: 100%;
  max-width: 1200px;
  padding-left: 24px;
  padding-right: 24px;
  margin-left: auto;
  margin-right: auto;
}
.l-col--content, .l-col.-content {
  max-width: 700px;
}
@media screen and (max-width: 750px) {
  .l-col .l-col--content, .l-col .l-col.-content {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 1248px) {
  .l-col--content, .l-col.-content {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.l-col--calc {
  max-width: calc(1200px + 8px);
}
.l-col.-more {
  max-width: 1440px;
}
@media screen and (min-width: 750px) {
  .l-col {
    padding-left: 24px;
    padding-right: 24px;
  }
}

.l-col__aside {
  padding-top: 8rem;
}
@media screen and (min-width: 1250px) {
  .l-col__aside {
    position: absolute;
    padding-top: 0;
    top: 0;
    right: -4rem;
    transform: translateX(100%);
  }
}

/*======================================================================*\
==========================================================================

							LAYOUT : CELL

==========================================================================
\*======================================================================*/
.l-smallCell, .searchForm, .c-accordeon__content, .c-project__infos__excerpt, .c-project__infos, .c-cardInfos, .c-card__important, .l-overlay__wrap__footer {
  padding: 16px;
}
@media screen and (min-width: 1050px) {
  .l-smallCell, .searchForm, .c-accordeon__content, .c-project__infos__excerpt, .c-project__infos, .c-cardInfos, .c-card__important, .l-overlay__wrap__footer {
    padding: 24px;
  }
}

.l-cell, .hp-themes__content, .hp-don__infos,
.hp-don__simulateur, .c-imgTxt--separator ~ .c-imgTxt, .c-imgTxt--separator, .c-more__item, .c-cta__item, .c-publication, .l-contentGrid__main .c-project .c-project__infos, body.search .c-project .c-project__infos, .l-contentGrid__main .c-card, .c-card--big, .landing-timeline__event__content, .c-focus, .c-miniPost, .c-entrepreneur, .c-project, .c-card, .l-popup__wrap__body .l-popup__content, .l-overlay__wrap__body, .l-pageHeader__cartouche__main {
  padding: 24px;
}
@media screen and (min-width: 750px) {
  .l-cell, .hp-themes__content, .hp-don__infos,
  .hp-don__simulateur, .c-imgTxt--separator ~ .c-imgTxt, .c-imgTxt--separator, .c-more__item, .c-cta__item, .c-publication, .l-contentGrid__main .c-project .c-project__infos, body.search .c-project .c-project__infos, .l-contentGrid__main .c-card, .c-card--big, .landing-timeline__event__content, .c-focus, .c-miniPost, .c-entrepreneur, .c-project, .c-card, .l-popup__wrap__body .l-popup__content, .l-overlay__wrap__body, .l-pageHeader__cartouche__main {
    padding: 31.2px;
  }
}
@media screen and (min-width: 1050px) {
  .l-cell, .hp-themes__content, .hp-don__infos,
  .hp-don__simulateur, .c-imgTxt--separator ~ .c-imgTxt, .c-imgTxt--separator, .c-more__item, .c-cta__item, .c-publication, .l-contentGrid__main .c-project .c-project__infos, body.search .c-project .c-project__infos, .l-contentGrid__main .c-card, .c-card--big, .landing-timeline__event__content, .c-focus, .c-miniPost, .c-entrepreneur, .c-project, .c-card, .l-popup__wrap__body .l-popup__content, .l-overlay__wrap__body, .l-pageHeader__cartouche__main {
    padding: 48px;
  }
}

.l-largeCell, .l-pageHeader--hero {
  padding: 48px 24px;
}
@media screen and (min-width: 750px) {
  .l-largeCell, .l-pageHeader--hero {
    padding: 62.4px;
  }
}
@media screen and (min-width: 1050px) {
  .l-largeCell, .l-pageHeader--hero {
    padding: 72px;
  }
}

.l-heroCell {
  padding: 72px 48px;
}
@media screen and (min-width: 750px) {
  .l-heroCell {
    padding: 93.6px 62.4px;
  }
}
@media screen and (min-width: 1050px) {
  .l-heroCell {
    padding: 120px 72px;
  }
}

/*======================================================================*\
==========================================================================

							LAYOUT : MARGIN

==========================================================================
\*======================================================================*/
.l-marginTop, .l-margin {
  margin-top: 24px;
}
@media screen and (min-width: 750px) {
  .l-marginTop, .l-margin {
    margin-top: 48px;
  }
}
@media screen and (min-width: 1050px) {
  .l-marginTop, .l-margin {
    margin-top: 72px;
  }
}
@media screen and (min-width: 1250px) {
  .l-marginTop, .l-margin {
    margin-top: 93.6px;
  }
}

.l-marginBottom, .l-margin {
  margin-bottom: 24px;
}
@media screen and (min-width: 750px) {
  .l-marginBottom, .l-margin {
    margin-bottom: 48px;
  }
}
@media screen and (min-width: 1050px) {
  .l-marginBottom, .l-margin {
    margin-bottom: 72px;
  }
}
@media screen and (min-width: 1250px) {
  .l-marginBottom, .l-margin {
    margin-bottom: 93.6px;
  }
}

/*======================================================================*\
==========================================================================

							LAYOUT : PADDING

==========================================================================
\*======================================================================*/
.l-paddingTop, .l-padding, .c-cta {
  padding-top: 24px;
}
@media screen and (min-width: 750px) {
  .l-paddingTop, .l-padding, .c-cta {
    padding-top: 48px;
  }
}
@media screen and (min-width: 1050px) {
  .l-paddingTop, .l-padding, .c-cta {
    padding-top: 72px;
  }
}
@media screen and (min-width: 1250px) {
  .l-paddingTop, .l-padding, .c-cta {
    padding-top: 93.6px;
  }
}

.l-paddingBottom, .l-padding, .c-cta {
  padding-bottom: 24px;
}
@media screen and (min-width: 750px) {
  .l-paddingBottom, .l-padding, .c-cta {
    padding-bottom: 48px;
  }
}
@media screen and (min-width: 1050px) {
  .l-paddingBottom, .l-padding, .c-cta {
    padding-bottom: 72px;
  }
}
@media screen and (min-width: 1250px) {
  .l-paddingBottom, .l-padding, .c-cta {
    padding-bottom: 93.6px;
  }
}

.l-center, .c-publication__button {
  display: flex;
  justify-content: center;
  align-items: center;
}
.l-center--col {
  flex-direction: column;
}

/*======================================================================*\
==========================================================================

							LAYOUT : JUMP

==========================================================================
\*======================================================================*/
.l-jump, .landing-button, .landing-texte, .c-cta__item:not(:first-child), .c-entrepreneur__infos, .c-publication__button, .l-list__item:not(:first-child), .l-pageHeader__center__img {
  margin-top: 16px;
}
.l-jump + .l-jump, .landing-button + .l-jump, .l-jump + .landing-button, .landing-button + .landing-button, .landing-texte + .l-jump, .landing-texte + .landing-button, .l-jump + .landing-texte, .landing-button + .landing-texte, .landing-texte + .landing-texte, .c-cta__item:not(:first-child) + .l-jump, .c-cta__item:not(:first-child) + .landing-button, .c-cta__item:not(:first-child) + .landing-texte, .l-jump + .c-cta__item:not(:first-child), .landing-button + .c-cta__item:not(:first-child), .landing-texte + .c-cta__item:not(:first-child), .c-cta__item:not(:first-child) + .c-cta__item:not(:first-child), .c-entrepreneur__infos + .l-jump, .c-entrepreneur__infos + .landing-button, .c-entrepreneur__infos + .landing-texte, .c-entrepreneur__infos + .c-cta__item:not(:first-child), .l-jump + .c-entrepreneur__infos, .landing-button + .c-entrepreneur__infos, .landing-texte + .c-entrepreneur__infos, .c-cta__item:not(:first-child) + .c-entrepreneur__infos, .c-entrepreneur__infos + .c-entrepreneur__infos, .c-publication__button + .l-jump, .c-publication__button + .landing-button, .c-publication__button + .landing-texte, .c-publication__button + .c-cta__item:not(:first-child), .c-publication__button + .c-entrepreneur__infos, .l-jump + .c-publication__button, .landing-button + .c-publication__button, .landing-texte + .c-publication__button, .c-cta__item:not(:first-child) + .c-publication__button, .c-entrepreneur__infos + .c-publication__button, .c-publication__button + .c-publication__button, .l-list__item:not(:first-child) + .l-jump, .l-list__item:not(:first-child) + .landing-button, .l-list__item:not(:first-child) + .landing-texte, .l-list__item:not(:first-child) + .c-cta__item:not(:first-child), .l-list__item:not(:first-child) + .c-entrepreneur__infos, .l-list__item:not(:first-child) + .c-publication__button, .l-jump + .l-list__item:not(:first-child), .landing-button + .l-list__item:not(:first-child), .landing-texte + .l-list__item:not(:first-child), .c-cta__item:not(:first-child) + .l-list__item:not(:first-child), .c-entrepreneur__infos + .l-list__item:not(:first-child), .c-publication__button + .l-list__item:not(:first-child), .l-list__item:not(:first-child) + .l-list__item:not(:first-child), .l-pageHeader__center__img + .l-jump, .l-pageHeader__center__img + .landing-button, .l-pageHeader__center__img + .landing-texte, .l-pageHeader__center__img + .c-cta__item:not(:first-child), .l-pageHeader__center__img + .c-entrepreneur__infos, .l-pageHeader__center__img + .c-publication__button, .l-pageHeader__center__img + .l-list__item:not(:first-child), .l-jump + .l-pageHeader__center__img, .landing-button + .l-pageHeader__center__img, .landing-texte + .l-pageHeader__center__img, .c-cta__item:not(:first-child) + .l-pageHeader__center__img, .c-entrepreneur__infos + .l-pageHeader__center__img, .c-publication__button + .l-pageHeader__center__img, .l-list__item:not(:first-child) + .l-pageHeader__center__img, .l-pageHeader__center__img + .l-pageHeader__center__img {
  margin-top: 16px;
}
@media screen and (min-width: 750px) {
  .l-jump, .landing-button, .landing-texte, .c-cta__item:not(:first-child), .c-entrepreneur__infos, .c-publication__button, .l-list__item:not(:first-child), .l-pageHeader__center__img {
    margin-top: 24px;
  }
  .l-jump + .l-jump, .landing-button + .l-jump, .l-jump + .landing-button, .landing-button + .landing-button, .landing-texte + .l-jump, .landing-texte + .landing-button, .l-jump + .landing-texte, .landing-button + .landing-texte, .landing-texte + .landing-texte, .c-cta__item:not(:first-child) + .l-jump, .c-cta__item:not(:first-child) + .landing-button, .c-cta__item:not(:first-child) + .landing-texte, .l-jump + .c-cta__item:not(:first-child), .landing-button + .c-cta__item:not(:first-child), .landing-texte + .c-cta__item:not(:first-child), .c-cta__item:not(:first-child) + .c-cta__item:not(:first-child), .c-entrepreneur__infos + .l-jump, .c-entrepreneur__infos + .landing-button, .c-entrepreneur__infos + .landing-texte, .c-entrepreneur__infos + .c-cta__item:not(:first-child), .l-jump + .c-entrepreneur__infos, .landing-button + .c-entrepreneur__infos, .landing-texte + .c-entrepreneur__infos, .c-cta__item:not(:first-child) + .c-entrepreneur__infos, .c-entrepreneur__infos + .c-entrepreneur__infos, .c-publication__button + .l-jump, .c-publication__button + .landing-button, .c-publication__button + .landing-texte, .c-publication__button + .c-cta__item:not(:first-child), .c-publication__button + .c-entrepreneur__infos, .l-jump + .c-publication__button, .landing-button + .c-publication__button, .landing-texte + .c-publication__button, .c-cta__item:not(:first-child) + .c-publication__button, .c-entrepreneur__infos + .c-publication__button, .c-publication__button + .c-publication__button, .l-list__item:not(:first-child) + .l-jump, .l-list__item:not(:first-child) + .landing-button, .l-list__item:not(:first-child) + .landing-texte, .l-list__item:not(:first-child) + .c-cta__item:not(:first-child), .l-list__item:not(:first-child) + .c-entrepreneur__infos, .l-list__item:not(:first-child) + .c-publication__button, .l-jump + .l-list__item:not(:first-child), .landing-button + .l-list__item:not(:first-child), .landing-texte + .l-list__item:not(:first-child), .c-cta__item:not(:first-child) + .l-list__item:not(:first-child), .c-entrepreneur__infos + .l-list__item:not(:first-child), .c-publication__button + .l-list__item:not(:first-child), .l-list__item:not(:first-child) + .l-list__item:not(:first-child), .l-pageHeader__center__img + .l-jump, .l-pageHeader__center__img + .landing-button, .l-pageHeader__center__img + .landing-texte, .l-pageHeader__center__img + .c-cta__item:not(:first-child), .l-pageHeader__center__img + .c-entrepreneur__infos, .l-pageHeader__center__img + .c-publication__button, .l-pageHeader__center__img + .l-list__item:not(:first-child), .l-jump + .l-pageHeader__center__img, .landing-button + .l-pageHeader__center__img, .landing-texte + .l-pageHeader__center__img, .c-cta__item:not(:first-child) + .l-pageHeader__center__img, .c-entrepreneur__infos + .l-pageHeader__center__img, .c-publication__button + .l-pageHeader__center__img, .l-list__item:not(:first-child) + .l-pageHeader__center__img, .l-pageHeader__center__img + .l-pageHeader__center__img {
    margin-top: 20.8px;
  }
}
@media screen and (min-width: 1050px) {
  .l-jump, .landing-button, .landing-texte, .c-cta__item:not(:first-child), .c-entrepreneur__infos, .c-publication__button, .l-list__item:not(:first-child), .l-pageHeader__center__img {
    margin-top: 31.2px;
  }
  .l-jump + .l-jump, .landing-button + .l-jump, .l-jump + .landing-button, .landing-button + .landing-button, .landing-texte + .l-jump, .landing-texte + .landing-button, .l-jump + .landing-texte, .landing-button + .landing-texte, .landing-texte + .landing-texte, .c-cta__item:not(:first-child) + .l-jump, .c-cta__item:not(:first-child) + .landing-button, .c-cta__item:not(:first-child) + .landing-texte, .l-jump + .c-cta__item:not(:first-child), .landing-button + .c-cta__item:not(:first-child), .landing-texte + .c-cta__item:not(:first-child), .c-cta__item:not(:first-child) + .c-cta__item:not(:first-child), .c-entrepreneur__infos + .l-jump, .c-entrepreneur__infos + .landing-button, .c-entrepreneur__infos + .landing-texte, .c-entrepreneur__infos + .c-cta__item:not(:first-child), .l-jump + .c-entrepreneur__infos, .landing-button + .c-entrepreneur__infos, .landing-texte + .c-entrepreneur__infos, .c-cta__item:not(:first-child) + .c-entrepreneur__infos, .c-entrepreneur__infos + .c-entrepreneur__infos, .c-publication__button + .l-jump, .c-publication__button + .landing-button, .c-publication__button + .landing-texte, .c-publication__button + .c-cta__item:not(:first-child), .c-publication__button + .c-entrepreneur__infos, .l-jump + .c-publication__button, .landing-button + .c-publication__button, .landing-texte + .c-publication__button, .c-cta__item:not(:first-child) + .c-publication__button, .c-entrepreneur__infos + .c-publication__button, .c-publication__button + .c-publication__button, .l-list__item:not(:first-child) + .l-jump, .l-list__item:not(:first-child) + .landing-button, .l-list__item:not(:first-child) + .landing-texte, .l-list__item:not(:first-child) + .c-cta__item:not(:first-child), .l-list__item:not(:first-child) + .c-entrepreneur__infos, .l-list__item:not(:first-child) + .c-publication__button, .l-jump + .l-list__item:not(:first-child), .landing-button + .l-list__item:not(:first-child), .landing-texte + .l-list__item:not(:first-child), .c-cta__item:not(:first-child) + .l-list__item:not(:first-child), .c-entrepreneur__infos + .l-list__item:not(:first-child), .c-publication__button + .l-list__item:not(:first-child), .l-list__item:not(:first-child) + .l-list__item:not(:first-child), .l-pageHeader__center__img + .l-jump, .l-pageHeader__center__img + .landing-button, .l-pageHeader__center__img + .landing-texte, .l-pageHeader__center__img + .c-cta__item:not(:first-child), .l-pageHeader__center__img + .c-entrepreneur__infos, .l-pageHeader__center__img + .c-publication__button, .l-pageHeader__center__img + .l-list__item:not(:first-child), .l-jump + .l-pageHeader__center__img, .landing-button + .l-pageHeader__center__img, .landing-texte + .l-pageHeader__center__img, .c-cta__item:not(:first-child) + .l-pageHeader__center__img, .c-entrepreneur__infos + .l-pageHeader__center__img, .c-publication__button + .l-pageHeader__center__img, .l-list__item:not(:first-child) + .l-pageHeader__center__img, .l-pageHeader__center__img + .l-pageHeader__center__img {
    margin-top: 24px;
  }
}

/*======================================================================*\
==========================================================================

							LAYOUT : CENTER

==========================================================================
\*======================================================================*/
.l-center, .c-publication__button {
  display: flex;
  justify-content: center;
  align-items: center;
}
.l-center--col {
  flex-direction: column;
}

/*======================================================================*\
==========================================================================

							LAYOUT BASE FLEXGRID

==========================================================================
\*======================================================================*/
.l-flexGrid {
  display: flex;
  flex-direction: true;
}

.l-flexGrid__item {
  flex: 1 0 100%;
  padding: 12px 0;
}
.l-flexGrid__item--first, .l-flexGrid__item:first-child {
  padding-top: 0;
}
.l-flexGrid__item--last, .l-flexGrid__item:last-child {
  padding-bottom: 0;
}

@media screen and (min-width: 750px) {
  .l-flexGrid {
    flex-direction: row;
  }
  .l-flexGrid__item {
    flex: 1 0 0%;
    padding: 0 12px;
  }
  .l-flexGrid__item--first, .l-flexGrid__item:first-child {
    padding-left: 0;
  }
  .l-flexGrid__item:last-child {
    padding-right: 0;
  }
}
/*======================================================================*\
==========================================================================

						SIMPLE RESPONSIVE LAYOUT

==========================================================================
\*======================================================================*/
.l-respond {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 750px) {
  .l-respond--medium {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 1050px) {
  .l-respond {
    flex-direction: row;
    flex-wrap: wrap;
  }
}

/*======================================================================*\
==========================================================================

							CONTENT GRID

==========================================================================
\*======================================================================*/
.l-contentGrid {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 24px);
  margin-left: -12px;
}
.l-contentGrid--news {
  flex-direction: column;
}
.l-contentGrid--news .l-contentGrid__main,
.l-contentGrid--news .l-contentGrid__others {
  width: 100% !important;
}
.l-contentGrid--news .l-contentGrid__others {
  flex-direction: row !important;
}

.l-contentGrid__main {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 12px;
  display: flex;
}
.l-contentGrid__main > a {
  display: block;
  width: 100%;
}

.l-contentGrid__others {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.l-contentGrid__others__item {
  position: relative;
  flex: 1 0 50%;
  padding: 12px;
}
.l-contentGrid__others__item:nth-child(n+3) {
  display: none;
}
.l-contentGrid__others__item:hover {
  z-index: 10;
}

@media screen and (min-width: 750px) {
  .l-contentGrid__main {
    width: 66.66%;
  }
  .l-contentGrid__others {
    width: 33.33%;
    flex-direction: column;
  }
}
@media screen and (min-width: 1050px) {
  .l-contentGrid__main,
  .l-contentGrid__others {
    width: 50%;
  }
  .l-contentGrid__others {
    flex-direction: row;
  }
  .l-contentGrid__others__item {
    display: block !important;
  }
}
.l-gridLine {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  width: calc(100% + 8px);
  transform: translateX(-4px);
}
@media screen and (min-width: 750px) {
  .l-gridLine {
    width: calc(100% + 24px);
    transform: translateX(-12px);
  }
}

.l-gridLine.-gap {
  width: calc(100% + 8px);
  transform: translateX(-4px);
}
.l-gridLine.-gap > .l-gridLine__item {
  padding: 4px;
}

.l-gridLine.-nowrap {
  flex-wrap: nowrap;
}

.l-gridLine.-column {
  flex-direction: column;
}

.l-gridLine.-center {
  justify-content: center;
}

.l-gridLine.-valign {
  align-items: center;
}

@media screen and (max-width: 750px) {
  .l-gridLine.-respond {
    flex-direction: column;
  }
  .l-gridLine.-respond > .l-gridLine__item {
    width: 100% !important;
  }
}
.-sections.l-gridLine.-respond > .l-gridLine__item {
  padding-top: 24px;
  padding-bottom: 24px;
}

.l-gridLine.-equal > .l-gridLine__item {
  flex: 1 0 0;
}
@media screen and (max-width: 750px) {
  .-mobile2n.l-gridLine.-equal > .l-gridLine__item {
    flex: 1 0 50%;
  }
}

.l-gridLine.-duo > .l-gridLine__item {
  width: 50%;
}

.l-gridLine.-noflex > .l-gridLine__item {
  flex: none;
}

.l-gridLine__item {
  padding: 4px;
  margin-top: 0;
}
@media screen and (min-width: 750px) {
  .l-gridLine__item {
    padding: 12px;
  }
}

/*======================================================================*\
==========================================================================

							PAGE HEADER

==========================================================================
\*======================================================================*/
.l-pageHeader {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.l-pageHeader--hero {
  min-height: 80vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.l-pageHeader--hero:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
.l-pageHeader.-post .l-pageHeader__left {
  display: block !important;
}
.l-pageHeader.-post .l-aside__title {
  display: flex;
}
@media screen and (max-width: 1050px) {
  .l-pageHeader.-post {
    max-width: 700px;
  }
  .l-pageHeader.-post .l-pageHeader__left {
    max-width: 100%;
  }
  .l-pageHeader.-post .l-aside__title > * {
    margin: 0 8px 0 0 !important;
  }
  .l-pageHeader.-post .l-aside__content {
    padding-bottom: 8px;
    flex-direction: row;
  }
  .l-pageHeader.-post .l-aside__content > * {
    margin-right: 4px;
  }
}
@media screen and (min-width: 1050px) {
  .l-pageHeader.-post .l-aside__title {
    display: block;
  }
}
@media screen and (min-width: 1050px) {
  .l-pageHeader.-stickyForm {
    align-items: flex-start;
  }
  .l-pageHeader.-stickyForm .l-pageHeader__right {
    position: sticky;
    top: 14rem;
  }
}

.l-pageHeader__bg {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
}
.l-pageHeader__bg img {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
  object-fit: cover;
}

.l-pageHeader__cartouche {
  position: relative;
  z-index: 2;
  max-width: 700px;
  border: 4px solid #dfeaed;
  border-color: #fff;
  text-align: center;
  color: #fff;
  border-radius: 3px;
}
.l-pageHeader__cartouche > *:not(:last-child) {
  border-bottom: 4px solid #dfeaed;
  border-color: #fff;
}

.l-pageHeader__cartouche__aside {
  padding: 24px;
  display: flex;
  justify-content: center;
}

.single-projet .l-pageHeader__cartouche__main:nth-child(2) {
  background-color: #fff;
  color: #070B32;
}

.l-pageHeader__left,
.l-pageHeader__right {
  position: relative;
  flex: 1 0 0;
  max-width: calc(( 100% - 700px ) / 2);
}

.l-pageHeader__left {
  padding-right: 24px;
}

.l-pageHeader__center {
  margin: 0 auto;
  position: relative;
  max-width: 700px;
}
.l-pageHeader__left + .l-pageHeader__center {
  margin-left: 0;
}

.l-pageHeader__center__search {
  margin-top: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.l-pageHeader__center__search > *:not(:last-child) {
  margin-right: 16px;
}

.l-pageHeader__center__img {
  position: relative;
}
.l-pageHeader__center__img:not(.has-caption) {
  border-radius: 3px;
  overflow: hidden;
}
.l-pageHeader__center__img:not(.has-caption):before {
  content: "";
  display: block;
  padding-top: 60%;
}
.l-pageHeader__center__img.has-caption figure div:first-child {
  position: relative;
  border-radius: 3px;
  overflow: hidden;
}
.l-pageHeader__center__img.has-caption figure div:first-child:before {
  content: "";
  display: block;
  padding-top: 60%;
}
.l-pageHeader__center__img img {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
  object-fit: cover;
}
.l-pageHeader__center__img figcaption {
  text-align: center;
  padding: 8px;
}

.l-pageHeader__right {
  text-align: right;
  padding-left: 24px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
}

.l-pageHeader__cta {
  display: flex;
  justify-content: center;
  flex: 1 0 100%;
}

@media screen and (max-width: 1050px) {
  .l-pageHeader__left,
  .l-pageHeader__right {
    display: none;
  }
}
@media screen and (min-width: 1050px) {
  .l-pageHeader {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .l-pageHeader__center {
    width: 700px;
    margin-top: -0.5rem;
  }
}
/*======================================================================*\
==========================================================================

						PAGE HEADER ASIDE

==========================================================================
\*======================================================================*/
.l-aside {
  position: relative;
}
.l-aside--absolute {
  position: absolute;
  max-width: 100%;
}
.l-aside--center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.l-aside--center .l-aside__content {
  align-items: center !important;
}
@media screen and (min-width: 750px) {
  .l-aside--center {
    margin-right: 1.4rem;
  }
}
.l-aside--gridTags .l-aside__content {
  flex-direction: row;
  flex-wrap: wrap;
}
.l-aside--gridTags .l-aside__content .c-tag {
  margin-right: 8px;
}
@media screen and (min-width: 750px) {
  .l-aside--retour {
    top: -1.1rem;
  }
}
.l-aside--stretch {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
}
.l-aside.stickyFilters {
  position: fixed;
  z-index: 2;
  padding-top: 48px;
  padding-right: 24px;
}
.l-aside.stickyFilters.scrollableFilters {
  overflow-y: scroll;
}
@media screen and (min-width: 1250px) {
  .l-aside.is-fixed {
    position: fixed;
    z-index: 100;
    left: 8px;
    bottom: 8px;
    padding: 24px;
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
    min-width: 220px;
    max-width: 250px;
  }
}
.l-pageHeader__right .l-aside .l-aside__title {
  display: flex;
  justify-content: flex-end;
}
.l-pageHeader__right .l-aside .l-aside__content {
  align-items: flex-end;
}

.l-aside__title {
  position: relative;
}
.l-aside__title .c-iconMeta + .c-iconMeta, .l-aside__title .c-pastille + .c-iconMeta, .l-aside__title .c-iconMeta + .c-pastille, .l-aside__title .c-pastille + .c-pastille, .l-aside__title .c-navLink--button span + .c-iconMeta, .l-aside__title .c-navLink--button span + .c-pastille, .c-navLink--button .l-aside__title span + .c-iconMeta, .c-navLink--button .l-aside__title span + .c-pastille, .l-aside__title .c-navLink.-button span + .c-iconMeta, .l-aside__title .-button.header__lang__list__item span + .c-iconMeta, .l-aside__title .c-navLink.-button span + .c-pastille, .l-aside__title .-button.header__lang__list__item span + .c-pastille, .c-navLink.-button .l-aside__title span + .c-iconMeta, .-button.header__lang__list__item .l-aside__title span + .c-iconMeta, .c-navLink.-button .l-aside__title span + .c-pastille, .-button.header__lang__list__item .l-aside__title span + .c-pastille, .l-aside__title .c-navLink--button .c-iconMeta + span, .l-aside__title .c-navLink--button .c-pastille + span, .c-navLink--button .l-aside__title .c-iconMeta + span, .c-navLink--button .l-aside__title .c-pastille + span, .l-aside__title .c-navLink--button span + span, .c-navLink--button .l-aside__title span + span, .l-aside__title .c-navLink.-button .c-iconMeta + span, .l-aside__title .-button.header__lang__list__item .c-iconMeta + span, .l-aside__title .c-navLink.-button .c-pastille + span, .l-aside__title .-button.header__lang__list__item .c-pastille + span, .c-navLink.-button .l-aside__title .c-iconMeta + span, .-button.header__lang__list__item .l-aside__title .c-iconMeta + span, .c-navLink.-button .l-aside__title .c-pastille + span, .-button.header__lang__list__item .l-aside__title .c-pastille + span, .l-aside__title .c-navLink.-button span + span, .l-aside__title .-button.header__lang__list__item span + span, .c-navLink.-button .l-aside__title span + span, .-button.header__lang__list__item .l-aside__title span + span, .l-aside__title .l-list__item__cartouche + .c-iconMeta, .l-aside__title .l-list__item__cartouche + .c-pastille, .l-aside__title .c-navLink--button .l-list__item__cartouche + span, .c-navLink--button .l-aside__title .l-list__item__cartouche + span, .l-aside__title .c-navLink.-button .l-list__item__cartouche + span, .l-aside__title .-button.header__lang__list__item .l-list__item__cartouche + span, .c-navLink.-button .l-aside__title .l-list__item__cartouche + span, .-button.header__lang__list__item .l-aside__title .l-list__item__cartouche + span, .l-aside__title .c-iconMeta + .l-list__item__cartouche, .l-aside__title .c-pastille + .l-list__item__cartouche, .l-aside__title .c-navLink--button span + .l-list__item__cartouche, .c-navLink--button .l-aside__title span + .l-list__item__cartouche, .l-aside__title .c-navLink.-button span + .l-list__item__cartouche, .l-aside__title .-button.header__lang__list__item span + .l-list__item__cartouche, .c-navLink.-button .l-aside__title span + .l-list__item__cartouche, .-button.header__lang__list__item .l-aside__title span + .l-list__item__cartouche, .l-aside__title .l-list__item__cartouche + .l-list__item__cartouche {
  margin-top: 8px;
}

.l-aside__title__decoration {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute !important;
}

.l-aside__content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 24px;
}
.hp-themes .l-aside__content {
  padding-bottom: 0;
}
.l-aside__title + .l-aside__content {
  margin-top: 8px;
}
.l-aside__content a:not(.c-subLink),
.l-aside__content .c-button,
.l-aside__content .c-tag,
.l-aside__content .c-filter {
  margin: 4px 0;
}
.has-dark-bg .l-aside__content {
  color: #fff;
}

.l-aside__link {
  margin-top: auto;
}

.l-expand {
  position: relative;
}
.l-expand::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  width: 100vw;
  transform: translateX(-50%);
}
.l-expand.bg-second::before {
  background-color: #257572;
}

.l-expand__content {
  position: relative;
  z-index: 2;
}

/*======================================================================*\
==========================================================================

							LAYOUT LIST@

==========================================================================
\*======================================================================*/
.l-list--over .l-list__item:first-child {
  background-image: url(../img/patterns/natural-paper.png);
  background-color: #fff;
}

.l-list__item {
  position: relative;
}
.l-list__item > a {
  text-decoration: none;
}

.l-list__item__cartouche {
  left: 24px;
  margin-bottom: 8px;
}
.l-list__item__cartouche.no-offset {
  position: absolute;
  mix-blend-mode: normal;
  transform: translateY(0);
  left: 48px;
  margin-top: 48px;
  background-color: #fff;
  border-radius: 3px;
  padding: 8px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 750px) {
  .l-list__item__cartouche {
    left: 48px;
  }
}

/*======================================================================*\
==========================================================================

							SUGGESTIONS NEWS

==========================================================================
\*======================================================================*/
.l-news {
  width: calc(100% + 24px);
  margin-left: -12px;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 2;
}

.l-news__item {
  padding: 12px;
}
.l-news__item:hover {
  z-index: 5;
}

@media screen and (min-width: 750px) {
  .l-news {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .l-news__item {
    flex: 1 0 0;
    max-width: 33.33%;
  }
}
@media screen and (max-width: 1050px) {
  .l-news__item:nth-child(1) {
    flex: 1 0 100%;
  }
}
.l-slider {
  position: relative;
  display: flex;
}
.l-slider.-cancel {
  justify-content: center;
}
.l-slider.-cancel .l-slider__button {
  display: none !important;
}
.l-slider.-cancel .l-slider__slides {
  width: auto;
}
.l-slider.-first [data-direction=prev] {
  display: none;
}
.l-slider.-last [data-direction=next] {
  display: none;
}

.l-slider__button {
  z-index: 100;
}
.l-slider__button[data-direction=prev] {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-50%, -50%);
}
.l-slider__button[data-direction=next] {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(50%, -50%);
}

.l-slider__slides {
  display: flex;
  position: relative;
  z-index: 1;
  width: 100%;
  padding-left: calc(50% - 320px/2);
}
@media screen and (min-width: 750px) {
  .l-slider__slides {
    padding-left: 0;
  }
}

.l-slider__slides__item {
  width: 320px;
  max-width: 100%;
  flex: none;
}
.l-slider__slides__item:not(:last-child) {
  margin-right: 24px;
}
@media screen and (min-width: 750px) {
  .l-slider__slides__item {
    width: 368px;
  }
}

.l-overlay {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
  position: fixed;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  visibility: hidden;
  opacity: 0;
  background: rgba(255, 255, 255, 0.75);
}
.l-overlay.is-open {
  visibility: visible;
  opacity: 1;
}
.l-overlay.is-open .l-overlay__wrap {
  opacity: 1;
  transform: translateY(-10%);
}

.l-overlay__wrap {
  border: 4px solid #dfeaed;
  background-color: #fff;
  border-radius: 3px;
  width: 100%;
  max-width: 700px;
  box-shadow: 0 30px 50px rgba(0, 0, 0, 0.4);
  opacity: 0;
  transform: translateY(10%);
  transition-delay: 0.2s;
}

.l-overlay__wrap__body {
  text-align: center;
  max-height: 80vh;
  overflow-y: auto;
}
.l-overlay__wrap__body form {
  margin-top: 48px;
}

.l-overlay__wrap__footer {
  display: block;
  width: 100%;
  text-align: center;
  background-color: #070B32;
}

.l-hero {
  position: relative;
  position: relative;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  max-height: 700px;
}

.l-hero__bkg {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
}
.l-hero__bkg img {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
  object-fit: cover;
}
.l-hero__bkg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.l-hero__logo {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  margin-top: 2rem;
  max-width: 10rem;
}
.l-hero__logo.-classic {
  background-color: #fff;
  padding: 0.5rem 1rem;
  border-radius: 3px;
}

.l-hero__content {
  position: relative;
  z-index: 2;
  padding: 2em;
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
}

.l-hero__content__title {
  color: #fff;
}

.l-hero__content__subtitle {
  margin: 0.5rem auto 0 auto;
  width: 80%;
  color: #fff;
}

.l-hero__content__button {
  margin-top: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

/*======================================================================*\
==========================================================================

								POPUP

==========================================================================
\*======================================================================*/
.l-popup {
  position: fixed;
  z-index: 100001;
  visibility: hidden;
  opacity: 0;
  bottom: 0;
  right: 0;
}
.l-popup.is-open {
  visibility: visible;
  opacity: 1;
}

.l-popup__wrap {
  border: 4px solid #dfeaed;
  background-color: #fff;
  border-radius: 3px;
  width: 100%;
  position: relative;
  max-width: 500px;
  box-shadow: 0 30px 50px rgba(0, 0, 0, 0.4);
}
.l-popup__wrap.is-popup-img {
  max-width: 600px;
}

@media screen and (max-width: 750px) {
  .l-popup__wrap {
    max-width: 100%;
  }
  .l-popup__wrap.is-popup-img {
    max-width: 100%;
  }
}
.l-popup__close {
  position: absolute;
  top: 10px;
  right: 15px;
  color: #FFB300;
  font-size: 18px;
}

.l-popup__wrap__body {
  display: flex;
  text-align: center;
  max-height: 80vh;
  overflow-y: auto;
  align-items: stretch;
}
.l-popup__wrap__body .l-popup__img {
  flex: 0 0 33%;
  max-width: 300px;
  display: none;
}
.l-popup__wrap__body .l-popup__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.l-popup__wrap__body .l-popup__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 24px;
}
.l-popup__wrap__body .l-popup__content > * {
  margin-top: 0 !important;
}
.l-popup__wrap__body .c-sectionTitle {
  z-index: 10;
}

@media screen and (min-width: 480px) {
  .l-popup__wrap__body .l-popup__img {
    display: flex;
  }
}
/*======================================================================*\
==========================================================================

						COMPONENTS : LIB

==========================================================================
\*======================================================================*/
/*======================================================================*\
==========================================================================

							BASE NAV ADMIN

==========================================================================
\*======================================================================*/
.c-adminTools {
  position: fixed;
  z-index: 1000;
  right: 8px;
  bottom: 8px;
  padding-right: 0.8em;
  background-color: #000;
  display: flex;
  justify-content: space--between;
  align-items: center;
  border-radius: 3px;
}
@media screen and (max-width: 750px) {
  .c-adminTools {
    display: none;
  }
}

.c-adminTools__bt {
  display: flex;
  position: relative;
  font-family: breul, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  padding: 0.6em 0.8em;
  background-color: transparent;
  border: 0;
  cursor: pointer;
}
.c-adminTools__bt:hover {
  color: #FFB300;
}
.c-adminTools__bt:first-child {
  padding-left: 1.2em;
}
.c-adminTools__bt [class*=fa] {
  font-size: 80%;
}
.c-adminTools__bt.js-update-post {
  position: relative;
  top: -2px;
}

/*======================================================================*\
==========================================================================

							BASE NOTIFY

==========================================================================
\*======================================================================*/
.c-notify {
  position: fixed;
  width: 100%;
  z-index: 1000;
  left: 0;
  bottom: 0;
  background-color: #070B32;
  transform: translateY(100%);
  transition-property: transform;
  transition-duration: 0.2s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.c-notify.is-open {
  transform: translateY(0%);
}
.c-notify.error {
  background-color: #F13636;
}
.c-notify.valid {
  background-color: #00C15F;
}

.c-notify__content {
  padding: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.c-notify__message {
  font-family: breul, sans-serif;
  color: #fff;
  margin-right: 24px;
}

.c-notify__btn {
  flex: none;
  cursor: pointer;
  flex: none;
  color: #fff;
  font-family: breul, sans-serif;
}

/*======================================================================*\
==========================================================================

								C-BUTTON

==========================================================================
\*======================================================================*/
.c-button {
  display: inline-block;
  padding: 0.4em 0.6em;
  font-family: breul, sans-serif;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
  background-color: #FFB300;
  color: #fff;
  border: 0;
  border-radius: 3px;
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.c-button:hover {
  background-color: #0093B5;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  text-shadow: 0 0 20px rgba(255, 255, 255, 0.5);
}
.c-button [class*=fa] {
  margin-right: 8px;
  position: relative;
  top: 0.05em;
}
.c-button--cta, .c-button.-cta {
  border-radius: 3px;
  font-size: 124%;
  padding: 0.5em 0.75em;
  border-bottom: 3px solid rgba(0, 0, 0, 0.2);
}
.c-button--cta:hover, .c-button.-cta:hover {
  transform: scale(1.05);
}
@media screen and (min-width: 750px) {
  .c-button--cta, .c-button.-cta {
    padding: 0.6em 1.6em;
  }
}
.c-button--outline, .c-button.-outline {
  background-color: transparent;
  border: 4px solid #dfeaed;
  border-color: #fff;
}
.c-button.-mobileFloatCTA {
  position: fixed;
  z-index: 9;
  width: 100%;
  bottom: 0;
  left: 0;
  transform: translateY(110%);
}
.c-button.-mobileFloatCTA.is-visible {
  transform: translateY(0);
}
@media screen and (min-width: 750px) {
  .c-button.-mobileFloatCTA {
    display: none;
  }
}

/*======================================================================*\
==========================================================================

								C-ROUNDBUTTON

==========================================================================
\*======================================================================*/
.c-roundButton, .c-pagination .page-numbers {
  flex: none;
  width: 45px;
  height: 45px;
  border: 4px solid #dfeaed;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #070B32;
  background-color: transparent;
  border-radius: 50%;
}
.no-touch .c-roundButton:hover, .no-touch .c-pagination .page-numbers:hover, .c-pagination .no-touch .page-numbers:hover, .c-roundButton.is-active, .c-pagination .is-active.page-numbers, .no-touch a:hover > .c-roundButton, .no-touch .c-pagination a:hover > .page-numbers, .c-pagination .no-touch a:hover > .page-numbers, .c-roundButton.current, .c-pagination .current.page-numbers {
  border-color: #070B32 !important;
}
.c-roundButton [class*=fa]:nth-child(2), .c-pagination .page-numbers [class*=fa]:nth-child(2) {
  display: none;
}
.c-roundButton.switch-icon [class*=fa]:nth-child(1), .c-pagination .switch-icon.page-numbers [class*=fa]:nth-child(1) {
  display: none;
}
.c-roundButton.switch-icon [class*=fa]:nth-child(2), .c-pagination .switch-icon.page-numbers [class*=fa]:nth-child(2) {
  display: block;
}
.has-dark-bg .c-roundButton, .has-dark-bg .c-pagination .page-numbers, .c-pagination .has-dark-bg .page-numbers {
  color: #fff;
  border-color: #fff;
}
.no-touch .has-dark-bg .c-roundButton:hover, .no-touch .has-dark-bg .c-pagination .page-numbers:hover, .c-pagination .no-touch .has-dark-bg .page-numbers:hover {
  background-color: #fff;
  color: #070B32;
  border-color: #fff !important;
}
.c-roundButton.-bg, .c-pagination .-bg.page-numbers {
  background-color: rgba(255, 255, 255, 0.5);
}
.c-roundButton.-bg.-dark, .c-pagination .-bg.-dark.page-numbers {
  border-color: #070B32;
  background-color: rgba(7, 11, 50, 0.5);
  color: #fff;
}
.c-roundButton--small {
  width: 34px !important;
  height: 34px !important;
  border-width: 2px;
}
@media screen and (min-width: 750px) {
  .c-roundButton, .c-pagination .page-numbers {
    width: 55px;
    height: 55px;
  }
}

.c-sliderButton {
  position: relative;
  z-index: 2;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #FFB300;
  border: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  color: #fff;
}
.c-sliderButton:hover {
  background-color: #0093B5;
}
@media screen and (min-width: 750px) {
  .c-sliderButton {
    width: 80px;
    height: 80px;
  }
}
.c-sliderButton [class*=fa] {
  position: relative;
  transform: scale(1.5);
}
.c-sliderButton [class*=fa][class*=left] {
  left: -4%;
}
.c-sliderButton [class*=fa][class*=right] {
  right: -4%;
}

/*======================================================================*\
==========================================================================

								C-NAVLINK

==========================================================================
\*======================================================================*/
.c-navLink, .header__lang__list__item {
  white-space: nowrap;
  position: relative;
  padding: 0.6em 0 0.6em 0;
  margin-top: 0;
  color: #070B32;
  font-family: breul, sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 1;
}
.c-navLink:before, .header__lang__list__item:before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  background-color: #dfeaed;
}
.c-navLink:after, .header__lang__list__item:after {
  content: "";
  position: absolute;
  z-index: 2;
  right: 50%;
  bottom: 2px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ACC32D;
  mix-blend-mode: multiply;
  transform: translate(50%, 50%);
}
.no-touch .c-navLink:hover:before, .no-touch .header__lang__list__item:hover:before, .c-navLink:not(.current):before, .header__lang__list__item:not(.current):before {
  background-color: #070B32;
}
.no-touch .c-navLink:hover:after, .no-touch .header__lang__list__item:hover:after, .c-navLink:not(.current):after, .header__lang__list__item:not(.current):after {
  opacity: 0;
}
.has-dark-bg .c-navLink, .has-dark-bg .header__lang__list__item, .bg-second .c-navLink, .bg-second .header__lang__list__item {
  color: #fff;
}
.c-navLink--button, .c-navLink.-button, .-button.header__lang__list__item {
  text-align: center;
  padding: 1em 1.6em;
  display: inline-block;
  border: 4px solid #dfeaed;
  border-color: #070B32;
  border-radius: 3px;
  max-width: 350px;
}
.c-navLink--button:before, .c-navLink.-button:before, .-button.header__lang__list__item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #070b32;
  width: 0;
  border-radius: 0;
}
.c-navLink--button:after, .c-navLink.-button:after, .-button.header__lang__list__item:after {
  right: -2px;
  top: 50%;
  transform: translate(50%, -50%);
}
.no-touch .c-navLink--button:hover, .no-touch .c-navLink.-button:hover, .no-touch .-button.header__lang__list__item:hover {
  color: #fff;
  border-color: #070B32;
}
.no-touch .c-navLink--button:hover:before, .no-touch .c-navLink.-button:hover:before, .no-touch .-button.header__lang__list__item:hover:before {
  width: 100%;
}
.no-touch .c-navLink--button:hover:after, .no-touch .c-navLink.-button:hover:after, .no-touch .-button.header__lang__list__item:hover:after {
  transform: translate(50%, -50%) scale(0);
}
.has-dark-bg .c-navLink--button, .bg-second .c-navLink--button, .has-dark-bg .c-navLink.-button, .has-dark-bg .-button.header__lang__list__item, .bg-second .c-navLink.-button, .bg-second .-button.header__lang__list__item {
  color: #fff;
  border-color: #fff;
}
.has-dark-bg .c-navLink--button:before, .bg-second .c-navLink--button:before, .has-dark-bg .c-navLink.-button:before, .has-dark-bg .-button.header__lang__list__item:before, .bg-second .c-navLink.-button:before, .bg-second .-button.header__lang__list__item:before {
  background-color: #fff;
}
.no-touch .has-dark-bg .c-navLink--button:hover, .no-touch .bg-second .c-navLink--button:hover, .no-touch .has-dark-bg .c-navLink.-button:hover, .no-touch .has-dark-bg .-button.header__lang__list__item:hover, .no-touch .bg-second .c-navLink.-button:hover, .no-touch .bg-second .-button.header__lang__list__item:hover {
  border-color: #fff;
  color: #070B32;
}
.has-navLink .c-navLink--button, .has-navLink .c-navLink.-button, .has-navLink .-button.header__lang__list__item {
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: normal;
  width: 100%;
  height: 100%;
}
.c-navLink--button span, .c-navLink.-button span, .-button.header__lang__list__item span {
  color: inherit !important;
}

/*======================================================================*\
==========================================================================

								C-SUBLINK

==========================================================================
\*======================================================================*/
.c-subLink {
  display: block;
  color: #070B32;
  text-decoration: none;
  padding: 4px 0;
  font-weight: 400;
}
.no-touch .c-subLink:hover, .c-subLink.is-active {
  color: #0093B5;
}
.hp-themes .no-touch .c-subLink:hover, .hp-themes .c-subLink.is-active {
  color: #fff;
}
.no-touch .c-subLink:hover [class*=fa], .c-subLink.is-active [class*=fa] {
  max-width: 15px;
  margin-right: 8px;
}
.c-subLink--reset {
  color: #F13636 !important;
}
.c-subLink.-aside {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
  width: 100%;
}
.has-dark-bg .c-subLink {
  color: #fff;
}
.c-subLink [class*=fa] {
  position: relative;
  top: 0.1em;
  overflow: hidden;
  max-width: 0;
}
.header__drawer .c-subLink [class*=fa] {
  display: none;
}

/*======================================================================*\
==========================================================================

							LINK

==========================================================================
\*======================================================================*/
.has-dark-bg.auto-hover-link:hover .c-link, .has-dark-bg .c-link:hover, .c-link:hover {
  padding: 0.4em 0.8em;
}
.has-dark-bg.auto-hover-link:hover .c-link:after, .has-dark-bg .c-link:hover:after, .c-link:hover:after {
  height: 100%;
}

.c-link {
  position: relative;
  display: inline-block;
  padding: 0.4em 0;
  font-family: breul, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1;
  color: #ACC32D;
  text-decoration: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.c-link:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: inline-block;
  height: 4px;
  width: 100%;
  background-color: #ACC32D;
  border-radius: 4px;
}
.c-link:hover {
  padding: 0.4em 0.8em;
  color: #fff;
}
.c-link:hover:after {
  height: 100%;
  background-color: #ACC32D;
}
.has-dark-bg .c-link {
  color: #fff;
}
.has-dark-bg .c-link:after {
  background-color: #fff;
}
.has-dark-bg .c-link:hover {
  color: #070B32;
}
.has-dark-bg .c-link:hover:after {
  background-color: #fff;
}
.has-dark-bg.auto-hover-link:hover .c-link {
  color: #070B32;
}
.has-dark-bg.auto-hover-link:hover .c-link:after {
  background-color: #fff;
}
.c-link span {
  position: relative;
  z-index: 2;
}

/*======================================================================*\
==========================================================================

							TAG

==========================================================================
\*======================================================================*/
.c-tag {
  display: inline-block;
  font-weight: 700;
  padding: 0.4em 0.8em;
  color: #070B32;
  border: 2px solid #070B32;
  border-radius: 3px;
  background-color: #fff;
  text-decoration: none;
  white-space: nowrap;
  transition-duration: 0.1s;
}
.has-dark-bg .c-tag {
  border-color: #fff;
}
.c-tag:hover, .c-tag.is-active {
  background-color: #0093B5;
  border-color: #0093B5;
  color: #fff;
}
.c-tag.is-deactivable:hover {
  background-color: #F13636;
  border-color: #F13636;
}
.c-tag.is-deactivable .icon1 {
  display: none;
}
.c-tag.is-deactivable .icon2 {
  display: inline-block;
}
.c-tag [class*=fa] {
  margin-right: 8px;
}
.c-tag .icon2 {
  display: none;
}

.c-pastille {
  display: inline-flex !important;
  padding: 8px;
  border-radius: 3px;
  background-color: #070B32;
  font-weight: 700;
  color: #fff !important;
}
.c-pastille.-warning {
  background-color: #F13636;
}

/*======================================================================*\
==========================================================================

							TITLE

==========================================================================
\*======================================================================*/
.c-cardTitle {
  position: relative;
  color: #070B32;
  line-height: 1;
}
.c-cardTitle--underline {
  display: inline-block;
  padding-top: 0.2em;
  border-top: 4px solid #dfeaed;
  padding-bottom: 0.2em;
  border-bottom: 4px solid #dfeaed;
}

.has-dark-bg .c-cardTitle {
  color: #fff;
}
.has-dark-bg .c-cardTitle--underline {
  border-bottom-color: #fff;
}

/*======================================================================*\
==========================================================================

							SECTION TITLE

==========================================================================
\*======================================================================*/
.c-sectionTitle {
  position: relative;
  z-index: -1;
  text-align: center;
  color: #070B32;
}
.has-dark-bg .c-sectionTitle, .bg-dark .c-sectionTitle {
  color: #fff;
}
.c-sectionTitle span,
.c-sectionTitle h1,
.c-sectionTitle h2,
.c-sectionTitle h3 {
  position: relative;
  z-index: 2;
  left: 1.1;
  line-height: 1;
}
.c-sectionTitle + .c-iconMeta, .c-sectionTitle + .l-list__item__cartouche, .c-navLink--button .c-sectionTitle + span, .c-navLink.-button .c-sectionTitle + span, .-button.header__lang__list__item .c-sectionTitle + span, .c-sectionTitle + .c-pastille {
  margin-top: 8px;
}
.bg-second .c-sectionTitle {
  color: #fff;
}

.c-sectionTitle__decoration {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 750px) {
  .c-sectionTitle__decoration {
    display: none;
  }
}

/*======================================================================*\
==========================================================================

								ICON META

==========================================================================
\*======================================================================*/
.c-iconMeta, .l-list__item__cartouche, .c-navLink--button span, .c-navLink.-button span, .-button.header__lang__list__item span, .c-pastille {
  position: relative;
  z-index: 2;
  color: #070B32;
  display: flex;
  align-items: center;
}
.has-dark-bg .c-iconMeta, .has-dark-bg .l-list__item__cartouche, .has-dark-bg .c-navLink--button span, .c-navLink--button .has-dark-bg span, .has-dark-bg .c-navLink.-button span, .has-dark-bg .-button.header__lang__list__item span, .c-navLink.-button .has-dark-bg span, .-button.header__lang__list__item .has-dark-bg span, .has-dark-bg .c-pastille, .c-miniPost .c-iconMeta, .c-miniPost .l-list__item__cartouche, .c-miniPost .c-navLink--button span, .c-navLink--button .c-miniPost span, .c-miniPost .c-navLink.-button span, .c-miniPost .-button.header__lang__list__item span, .c-navLink.-button .c-miniPost span, .-button.header__lang__list__item .c-miniPost span, .c-miniPost .c-pastille {
  color: #fff;
}
.c-iconMeta .c-iconMeta__icon, .l-list__item__cartouche .c-iconMeta__icon, .c-navLink--button span .c-iconMeta__icon, .c-navLink.-button span .c-iconMeta__icon, .-button.header__lang__list__item span .c-iconMeta__icon, .c-pastille .c-iconMeta__icon,
.c-iconMeta .c-iconMeta__icons,
.l-list__item__cartouche .c-iconMeta__icons,
.c-navLink--button span .c-iconMeta__icons,
.c-navLink.-button span .c-iconMeta__icons,
.-button.header__lang__list__item span .c-iconMeta__icons,
.c-pastille .c-iconMeta__icons,
.c-iconMeta > [class*=fa],
.l-list__item__cartouche > [class*=fa],
.c-navLink--button span > [class*=fa],
.c-navLink.-button span > [class*=fa],
.-button.header__lang__list__item span > [class*=fa],
.c-pastille > [class*=fa] {
  position: relative;
  margin-right: 8px;
}
.c-iconMeta [class*=fa-calendar], .l-list__item__cartouche [class*=fa-calendar], .c-navLink--button span [class*=fa-calendar], .c-navLink.-button span [class*=fa-calendar], .-button.header__lang__list__item span [class*=fa-calendar], .c-pastille [class*=fa-calendar],
.c-iconMeta [class*=fa-folder],
.l-list__item__cartouche [class*=fa-folder],
.c-navLink--button span [class*=fa-folder],
.c-navLink.-button span [class*=fa-folder],
.-button.header__lang__list__item span [class*=fa-folder],
.c-pastille [class*=fa-folder],
.c-iconMeta [class*=fa-paper-plane],
.l-list__item__cartouche [class*=fa-paper-plane],
.c-navLink--button span [class*=fa-paper-plane],
.c-navLink.-button span [class*=fa-paper-plane],
.-button.header__lang__list__item span [class*=fa-paper-plane],
.c-pastille [class*=fa-paper-plane],
.c-iconMeta [class*=fa-star],
.l-list__item__cartouche [class*=fa-star],
.c-navLink--button span [class*=fa-star],
.c-navLink.-button span [class*=fa-star],
.-button.header__lang__list__item span [class*=fa-star],
.c-pastille [class*=fa-star] {
  top: -1px;
}
.c-iconMeta.l-list__item__cartouche, .l-list__item__cartouche, .c-navLink--button span.l-list__item__cartouche, .c-navLink.-button span.l-list__item__cartouche, .-button.header__lang__list__item span.l-list__item__cartouche {
  color: #ACC32D;
}
.c-iconMeta--2icons {
  display: flex;
}
.c-iconMeta--2icons:hover .c-iconMeta__icons, .c-iconMeta--2icons.is-active .c-iconMeta__icons {
  transform: translateY(-100%);
}
.c-iconMeta--2icons:hover .c-iconMeta__icons [class*=fa]:first-child, .c-iconMeta--2icons.is-active .c-iconMeta__icons [class*=fa]:first-child {
  opacity: 0;
}
.c-iconMeta--2icons:hover .c-iconMeta__icons [class*=fa]:last-child, .c-iconMeta--2icons.is-active .c-iconMeta__icons [class*=fa]:last-child {
  opacity: 1;
}

.c-iconMeta__icons {
  position: relative;
  top: -1px;
  display: flex;
  flex-direction: column;
}
.c-iconMeta__icons [class*=fa]:last-child {
  position: absolute;
  top: 100%;
  left: 0;
  opacity: 0;
}

/*======================================================================*\
==========================================================================

							PROJECT CARD

==========================================================================
\*======================================================================*/
.landing-timeline__event__content, .c-focus, .c-miniPost, .c-entrepreneur, .c-project, .c-card {
  position: relative;
  border-bottom: 4px solid #dfeaed;
  border-radius: 9px;
  background-color: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}
a > .landing-timeline__event__content:hover, a > .c-focus:hover, a > .c-miniPost:hover, a > .c-entrepreneur:hover, a > .c-project:hover, a > .c-card:hover {
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.6);
}
a > .landing-timeline__event__content:hover .c-card__img, a > .c-focus:hover .c-card__img, a > .c-miniPost:hover .c-card__img, a > .c-entrepreneur:hover .c-card__img, a > .c-project:hover .c-card__img, a > .c-card:hover .c-card__img {
  filter: brightness(110%);
}

.c-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 0;
  overflow: hidden;
}
.c-card:before {
  content: "";
  display: block;
  padding-top: 50%;
}
.c-card--publication {
  display: block;
  border: 0;
}
.c-card--publication::before {
  padding-top: 140%;
}
.c-card--publication .c-card__img {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
}
.c-card--publication .c-card__img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
}
.c-card--publication .c-card__infos {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  border-bottom: 4px solid #dfeaed;
  position: absolute;
  bottom: 0;
}
.c-card--publication:hover .c-card__img::after {
  opacity: 1;
}
.l-contentGrid__main .c-card::before, .c-card--big::before {
  padding-top: 40%;
}
@media screen and (max-width: 750px) {
  .l-contentGrid__main .c-card, .c-card--big {
    padding: 12px !important;
  }
}
.l-contentGrid__main .c-card .c-card__infos, .c-card--big .c-card__infos {
  border-radius: 3px;
}

.c-card__important {
  position: absolute;
  z-index: 5;
}

.c-card__img {
  position: absolute;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
}
.c-card__img img {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
  object-fit: cover;
}

.c-card__infos {
  z-index: 2;
  flex: 1 0 auto;
  background-color: #fff;
}

/*======================================================================*\
==========================================================================

							CARD INFOS

==========================================================================
\*======================================================================*/
.c-cardInfos {
  z-index: 2;
  background-color: #fff;
  color: #070B32;
}

.c-cardInfos__meta {
  font-weight: 400;
}

.c-cardInfos__meta__item {
  margin-right: 16px;
}
.c-cardInfos__meta__item [class*=fa] {
  margin-right: 8px;
}

.c-cardInfos__title {
  color: #070B32;
  line-height: 1;
  margin-top: 8px;
}
.c-card:hover .c-cardInfos__title {
  white-space: normal;
  overflow: visible;
}

.hide-excerpt .c-cardInfos__excerpt, .anim-excerpt .c-cardInfos__excerpt {
  margin-top: 0;
  max-height: 0;
  overflow: hidden;
  display: block;
  opacity: 0;
}
.anim-excerpt .c-card:hover .c-cardInfos__excerpt {
  margin-top: 8px;
  max-height: 200px;
  opacity: 1;
}

/*======================================================================*\
==========================================================================

							PROJECT CARD

==========================================================================
\*======================================================================*/
.c-project {
  width: 100%;
  border: 0;
  overflow: hidden;
}
.c-project:before {
  content: "";
  display: block;
  padding-top: 80%;
}
.c-project:hover .c-project__infos__excerpt {
  transform: translateY(0);
}
.c-project img {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
  object-fit: cover;
}
.l-contentGrid__main .c-project .c-project__infos__title, body.search .c-project .c-project__infos__title {
  font-size: 1.367rem;
}
@media screen and (min-width: 750px) {
  .l-contentGrid__main .c-project .c-project__infos__title, body.search .c-project .c-project__infos__title {
    font-size: 1.562rem;
  }
}
@media screen and (min-width: 1050px) {
  .l-contentGrid__main .c-project .c-project__infos__title, body.search .c-project .c-project__infos__title {
    font-size: 1.953rem;
  }
}
.l-contentGrid__main .c-project .c-project__infos__excerpt, body.search .c-project .c-project__infos__excerpt {
  margin-top: 8px;
  padding: 0;
  position: relative;
  background-color: transparent;
  color: #fff;
  transform: translateY(0);
}

.c-project__infos {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent 100%);
  z-index: 2;
}

.c-project__infos__title {
  margin-top: auto !important;
  padding-top: 30%;
  color: #fff;
}

.c-project__infos__excerpt {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 3;
  bottom: 0;
  background-color: #fff;
  color: #070B32;
  max-height: 100%;
  overflow-y: auto;
  transform: translateY(100%);
}

.c-projectMiniCard {
  position: relative;
  height: 100%;
  min-height: 4rem;
  background-color: #ACC32D;
  overflow: hidden;
  border-radius: 3px;
}
.c-projectMiniCard:hover .c-projectMiniCard__txt, .c-projectMiniCard.is-active .c-projectMiniCard__txt {
  background-color: #070B32;
}

.c-projectMiniCard__img {
  position: absolute;
  top: -10%;
  left: -10%;
  width: 120%;
  height: 120%;
  filter: blur(10px) brightness(1);
}
.c-projectMiniCard__img img {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
  object-fit: cover;
}

.c-projectMiniCard__txt {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.3em 1em;
  font-family: breul, sans-serif;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  line-height: 1;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.c-publication {
  position: relative;
  overflow: hidden;
  border-radius: 3px;
  display: flex;
  flex-direction: column;
}

.c-publication__blur {
  position: absolute;
  width: 110%;
  height: 110%;
  top: -5%;
  left: -5%;
  filter: blur(10px);
}
.c-publication__blur img {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
  object-fit: cover;
}
.c-publication__blur::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.25);
}

.c-publication__img {
  position: relative;
  width: 50%;
  margin: 0 auto;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}
.c-publication__img img {
  display: block;
}

.c-publication__button {
  position: relative;
}

/*======================================================================*\
==========================================================================

							ENTREPRENEUR

==========================================================================
\*======================================================================*/
.c-entrepreneur {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #070B32;
  border-bottom: 4px solid #dfeaed;
}
.l-list .c-entrepreneur {
  border: 4px solid #dfeaed;
}
.c-entrepreneur--list {
  flex-direction: row;
  justify-content: flex-start;
}
.c-entrepreneur--list .c-entrepreneur__img {
  width: 170px;
  min-width: 170px;
  margin: 0 24px 0 0;
}
.c-entrepreneur--list .c-entrepreneur__infos {
  text-align: left;
  margin-top: 0;
}

.c-entrepreneur__img {
  position: relative;
  width: 70%;
  margin: 0 auto;
}
.c-entrepreneur__img:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.c-entrepreneur__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 3px;
}
.c-entrepreneur__img img.is-horizontal {
  max-width: 100%;
  height: auto;
}
.c-entrepreneur__img img.is-vertical {
  max-height: 100%;
  width: auto;
}

.c-entrepreneur__infos {
  text-align: center;
}

/*======================================================================*\
==========================================================================

							MINI POST

==========================================================================
\*======================================================================*/
.c-miniPost {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  border: 4px solid #dfeaed;
}
.c-miniPost:hover .c-miniPost__thumbnail {
  filter: brightness(110%);
}
.c-miniPost--publication .c-miniPost__thumbnail:before {
  padding-top: 140%;
}
.c-miniPost--important {
  border-color: #F13636;
}

.c-miniPost__thumbnail {
  width: 170px;
  display: none;
  border-radius: 3px;
  overflow: hidden;
  margin-right: 24px;
  filter: brightness(100%);
}
.c-miniPost__thumbnail:before {
  content: "";
  display: block;
  padding-top: 60%;
}
.c-miniPost__thumbnail img {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
  object-fit: cover;
}
@media screen and (min-width: 750px) {
  .c-miniPost__thumbnail {
    display: block;
  }
}

.c-miniPost__infos {
  flex: 1 0 0;
  padding: 0;
}

.c-miniPost__excerpt {
  flex: 1 0 100%;
  color: #070B32;
}

/*======================================================================*\
==========================================================================

							MINI FORM

==========================================================================
\*======================================================================*/
.c-miniForm {
  width: 100%;
}

.c-miniForm__label {
  font-weight: 700;
}
.c-miniForm__label [class*=fa] {
  margin-right: 4px;
}

.c-miniForm__wrap {
  display: flex;
  flex-direction: column;
}

.c-miniForm__wrap__input {
  font-weight: 700;
  padding: 8px 0;
  border-bottom: 1px solid #dfeaed;
}
.has-dark-bg .c-miniForm__wrap__input {
  color: #fff;
  border-color: #fff;
}

.c-miniForm__wrap__submit {
  margin-top: 8px;
  width: 100%;
}
.c-miniForm__wrap__submit button {
  width: 100%;
}

.c-form {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 24px;
  text-align: left;
}
.c-form.-bg {
  background-color: #dfeaed;
  padding: 24px;
  border-radius: 3px;
}

.c-form__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 8px;
}

.c-form__input label {
  display: flex;
  align-items: center;
}
.c-form__input label .required {
  font-size: 2em;
  position: relative;
  top: -0.1em;
  margin-left: 8px;
  color: red;
  line-height: 0;
}
.c-form__input label + input {
  margin-top: 8px;
}
.c-form__input input {
  width: 100%;
}

.c-form__radio {
  display: flex;
  align-items: flex-start;
}

.c-form__radio__check {
  flex: none;
}

.c-form__radio__label {
  position: relative;
  top: -0.3em;
  flex: 1 0 0%;
  padding-left: 8px;
}
.c-form__radio__label a {
  color: #070B32;
  text-decoration: underline;
}

.c-form__submit {
  display: flex;
  justify-content: center;
  align-items: center;
}

/*======================================================================*\
==========================================================================

							PAGINATION

==========================================================================
\*======================================================================*/
.c-pagination {
  display: flex;
}
.c-pagination .page-numbers {
  margin-right: 8px;
}
.c-pagination .page-numbers.dots {
  pointer-events: none;
}

/*======================================================================*\
==========================================================================

							ANCHOR NAV

==========================================================================
\*======================================================================*/
.c-anchorNav {
  position: relative;
  z-index: 10;
  width: 100%;
  background-color: #257572;
  background-image: url(../img/patterns/green-dust-and-scratches.png);
}
.c-anchorNav.is-sticky {
  position: fixed;
}
@media screen and (max-width: 750px) {
  .c-anchorNav {
    display: none;
  }
}

.c-anchorNav__content {
  display: flex;
  justify-content: space-between;
  color: #fff;
}

.c-anchorNav__content__links {
  display: flex;
  margin: 0 auto;
}

.c-anchorNav__content__title,
.c-anchorNav__content__top,
.c-anchorNav__content__links > * {
  padding: 16px;
}

.c-anchorNav__content__title,
.c-anchorNav__content__top {
  display: none;
  background-color: transparent;
  border: 0;
}

@media screen and (min-width: 1250px) {
  .c-anchorNav__content__title,
  .c-anchorNav__content__top {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    max-width: 188px;
  }
  .c-anchorNav__content__title {
    border-right: 4px solid #dfeaed;
    border-color: #fff;
    padding-left: 0;
    display: block;
  }
  .c-anchorNav__content__top {
    border-left: 4px solid #dfeaed;
    border-color: #fff;
    padding-right: 0;
    display: flex;
    justify-content: flex-end;
  }
}
/*======================================================================*\
==========================================================================

							DECORZTION

==========================================================================
\*======================================================================*/
.c-decoration {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 220px;
  height: 220px;
  color: #dfeaed;
}
.c-decoration [class*=fa] {
  transform: scale(1.2);
}
.c-sectionTitle .c-decoration {
  position: absolute;
  transform: translate(-50%, -50%);
  top: -50px;
  left: -200px;
}
.c-decoration--white, .c-decoration.-white, .bg-accent .c-decoration, .bg-second .c-decoration {
  color: #fff;
  opacity: 0.5;
}
.c-decoration--white .c-decoration__circle, .c-decoration.-white .c-decoration__circle, .bg-accent .c-decoration .c-decoration__circle, .bg-second .c-decoration .c-decoration__circle {
  border-color: #fff;
}
.c-decoration--white .c-decoration__circle::after, .c-decoration.-white .c-decoration__circle::after, .bg-accent .c-decoration .c-decoration__circle::after, .bg-second .c-decoration .c-decoration__circle::after {
  background-color: #fff;
}
.bg-accent .c-decoration::after {
  background-color: #FFB300 !important;
}
.bg-accent .c-decoration .c-decoration__circle::after {
  background-color: #FFB300 !important;
}
.bg-second .c-decoration::after {
  background-color: #257572 !important;
}
.bg-second .c-decoration .c-decoration__circle::after {
  background-color: #257572 !important;
}
.c-decoration--small, .c-decoration.-small {
  height: 110px;
  width: 110px;
}
.c-decoration--small [class*=fa], .c-decoration.-small [class*=fa] {
  transform: scale(0.7);
}
.c-decoration--small .c-decoration__circle, .c-decoration.-small .c-decoration__circle {
  animation-duration: 9s;
  transform: rotate(290deg);
}
.c-sectionTitle .c-decoration--small, .c-sectionTitle .c-decoration.-small {
  top: -80px;
  left: 40px;
}
.c-decoration--medium, .c-decoration.-medium {
  height: 165px;
  width: 165px;
}
.c-decoration--medium [class*=fa], .c-decoration.-medium [class*=fa] {
  transform: scale(0.8);
}
.c-decoration--medium .c-decoration__circle, .c-decoration.-medium .c-decoration__circle {
  animation-duration: 7s;
  transform: rotate(80deg);
}
.c-sectionTitle .c-decoration--medium, .c-sectionTitle .c-decoration.-medium {
  top: 30px;
  left: 185px;
}
.c-decoration--anim .c-decoration__circle, .c-decoration.-anim .c-decoration__circle {
  animation: 5s spin infinite linear;
}

.c-decoration__circle {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
  border-radius: 50%;
  border: 4px solid #dfeaed;
  transform: rotate(-142deg);
}
.c-decoration__circle:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.c-decoration__circle::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  top: -2px;
  width: 12px;
  height: 12px;
  background-color: #fff;
}
.c-decoration--dot .c-decoration__circle::after {
  background-color: #ACC32D;
  mix-blend-mode: multiply;
  border-radius: 50%;
}

.c-loader {
  position: relative;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.c-loader::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
  z-index: 2;
  border: 4px solid #000;
  border-color: transparent;
  border-right-color: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
}
.c-loader::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
  border: 4px solid #fff;
  border-radius: 50%;
}

.c-cookies {
  position: fixed;
  z-index: 1000;
  left: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 24px;
  width: 100%;
  background-color: #070B32;
}
@media screen and (min-width: 750px) {
  .c-cookies {
    flex-direction: row;
  }
}
.no-rgpd .c-cookies {
  display: none;
}

.c-cookies__message {
  flex: 1 0 0;
  padding-bottom: 8px;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 750px) {
  .c-cookies__message {
    padding-bottom: 0;
    padding-right: 48px;
    text-align: left;
  }
}

.c-cookies__buttons {
  flex: none;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 8px;
  width: 100%;
}
.c-cookies__buttons a {
  margin-right: 8px;
}
@media screen and (min-width: 750px) {
  .c-cookies__buttons {
    margin-top: 0;
    width: auto;
  }
  .c-cookies__buttons a:last-child {
    margin-left: auto;
  }
}

/*======================================================================*\
==========================================================================

							FLUXI FOCUS

==========================================================================
\*======================================================================*/
.c-focus {
  border: 4px solid #dfeaed;
  border-radius: 3px;
}
.c-focus:hover {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}
/*======================================================================*\
==========================================================================

							FLUXI ACCORDEON

==========================================================================
\*======================================================================*/
.c-accordeon:hover .c-accordeon__title__icon {
  color: #0093B5;
}
.c-accordeon.is-open .c-accordeon__title__icon {
  transform: rotate(180deg);
}

.c-accordeon__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 700;
  padding-bottom: 0.5em;
  border-bottom: 4px solid #dfeaed;
  cursor: pointer;
}

.c-accordeon__title__icon {
  color: #ACC32D;
  margin-left: 1em;
  background-color: transparent;
  border: 0;
}

.c-accordeon__content {
  background-color: #eff5f6;
}
/*======================================================================*\
==========================================================================

							CALL TO ACTION

==========================================================================
\*======================================================================*/
.c-cta {
  position: relative;
}
.c-cta:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffb300;
  background-image: url(../img/patterns/green-dust-and-scratches.png);
  width: 300%;
  left: 50%;
  transform: translateX(-50%);
}
.c-cta.-compact {
  padding: 16px 0;
}
.c-cta.-compact::before {
  width: calc(100% + 32px);
  border-radius: 3px;
}
@media screen and (min-width: 750px) {
  .c-cta.-compact {
    padding: 24px 0;
  }
  .c-cta.-compact::before {
    width: calc(100% + 48px);
  }
}
@media screen and (min-width: 1050px) {
  .c-cta.-compact {
    padding: 31.2px 0;
  }
  .c-cta.-compact::before {
    width: calc(100% + 62.4px);
  }
}

.c-cta__item {
  position: relative;
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  max-width: 700px;
  margin: 0 auto;
}
/*======================================================================*\
==========================================================================

							FLUXI SAVOIR PLUS

==========================================================================
\*======================================================================*/
.c-more {
  position: relative;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  border-top: 4px solid #dfeaed;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
}

.c-more__item {
  border-bottom: 4px solid #dfeaed;
  background-color: #fff;
  flex: 1 0 0;
  min-width: 50%;
  max-width: 1200px;
}

.c-more__item__title {
  font-family: norms, sans-serif;
  margin-top: 0;
}

.c-more__item__txt,
.c-more__item p {
  margin-top: 0.5em;
}

@media screen and (min-width: 750px) {
  .c-more {
    flex-direction: row;
    border-bottom: 4px solid #dfeaed;
    max-width: 1800px;
  }
  .c-more__item:nth-child(2n+2) {
    border-left: 4px solid #dfeaed;
  }
  .c-more__item:nth-child(2n+1) {
    padding-left: 10%;
  }
  .c-more__item:nth-child(2n+2) {
    padding-right: 10%;
  }
}
.c-imgTxt {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 750px) {
  .c-imgTxt {
    flex-direction: row;
  }
}
.c-imgTxt--separator {
  padding-left: 0;
  padding-right: 0;
  border-top: 4px solid #dfeaed;
  border-bottom: 4px solid #dfeaed;
  margin-bottom: 0 !important;
}
.c-imgTxt--separator ~ .c-imgTxt {
  padding-left: 0;
  padding-right: 0;
  border-top: none !important;
  border-bottom: 4px solid #dfeaed;
  margin-top: 0 !important;
}
.c-imgTxt--roundImg {
  align-items: flex-start;
}
.c-imgTxt--roundImg .c-imgTxt__img {
  border-radius: 50%;
}
.c-imgTxt--roundImg .c-imgTxt__img:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.c-imgTxt--roundImg .c-imgTxt__img img {
  object-fit: cover;
  object-position: center;
}

.c-imgTxt__img {
  position: relative;
  border-radius: 3px;
  overflow: hidden;
}
.c-imgTxt__img img {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
  object-fit: contain;
  object-position: top;
}
@media screen and (min-width: 750px) {
  .c-imgTxt__img {
    flex: 1 0 25%;
  }
}

.c-imgTxt__txt {
  margin-top: 24px;
}
@media screen and (min-width: 750px) {
  .c-imgTxt__txt {
    margin-top: 0;
    padding-left: 48px;
    flex: 1 0 75%;
  }
}
.c-imgTxt__txt p {
  margin-top: 0.3em;
}

/*======================================================================*\
==========================================================================

							BLOCK CODE

==========================================================================
\*======================================================================*/
iframe[data-w-token="7fa0290b7814015790df"] {
  top: 20% !important;
}

/*======================================================================*\
==========================================================================

							HOMEPAGE

==========================================================================
\*======================================================================*/
.hp-intro {
  position: relative;
  position: relative;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.hp-intro__img {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
}
.hp-intro__img img {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
  object-fit: cover;
}
.hp-intro__img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}

.hp-intro__content {
  position: relative;
}

.hp-intro__content__button {
  padding-top: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hp-baseline {
  position: relative;
}
.hp-baseline + div {
  position: relative;
  z-index: 3;
}

.hp-baseline__deco {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
}
.hp-baseline__deco .c-decoration {
  width: 280px;
  height: 280px;
  opacity: 0;
  transition: opacity 2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.hp-intro__img__item {
  background-image: url(../img/trash-wall-jilbert-ebrahimi-unsplash.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  height: 100%;
  width: 25%;
  transition: 0.3s cubic-bezier(0.6, 0.04, 0.98, 0.335);
}
.hp-intro__img__item:nth-child(0) {
  transition-delay: 0s;
}
.hp-intro__img__item:nth-child(1) {
  transition-delay: 0.3s;
}
.hp-intro__img__item:nth-child(2) {
  transition-delay: 0.6s;
}
.hp-intro__img__item:nth-child(3) {
  transition-delay: 0.9s;
}
.hp-intro__img__item:nth-child(4) {
  transition-delay: 1.2s;
}

.hp-baseline__txt {
  position: relative;
  z-index: 2;
  font-family: breul, sans-serif;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  margin: 0 auto;
  max-width: 700px;
  transition: color 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.hp-baseline__txt span {
  display: block;
}
.hp-baseline__subtxt {
  position: relative;
  z-index: 2;
  max-width: 490px;
  margin: 0 auto;
  text-align: center;
}
.hp-baseline__subtxt h2 {
  font: breul, sans-serif;
  font-weight: 400;
  color: #fff;
  margin-top: 8px;
}

.hp-don-bg {
  position: relative;
}
@media screen and (min-width: 750px) {
  .hp-don-bg:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffb300;
    background-image: url(../img/patterns/green-dust-and-scratches.png);
    left: 50%;
    width: 2000px;
  }
}
@media screen and (min-width: 750px) and (min-width: 750px) {
  .hp-don-bg:before {
    border-radius: 3px 0 0;
  }
  .page-template-landing-page .hp-don-bg:before {
    border-radius: 3px;
  }
}

.hp-don__infos,
.hp-don__simulateur {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1 0 50%;
}
@media screen and (min-width: 750px) {
  .hp-don__infos,
  .hp-don__simulateur {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.hp-don__infos {
  border-radius: 3px;
  text-align: center;
  align-items: center;
}
@media screen and (min-width: 750px) {
  .hp-don__infos {
    padding-left: 0;
    text-align: left;
  }
}

.hp-don__infos__button {
  display: flex;
  justify-content: center;
  width: 100%;
}
@media screen and (min-width: 750px) {
  .hp-don__infos__button {
    justify-content: flex-start;
  }
}

.hp-don__simulateur {
  position: relative;
  padding-right: 0;
  margin-top: 0.7rem;
}
@media screen and (max-width: 750px) {
  .hp-don__simulateur {
    display: none;
  }
}

.hp-don__simulateur__icon {
  top: 0;
  right: 0;
  transform: translate(-50%, -20%);
}

.hp-don__simulateur__montants {
  margin-top: 16px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.hp-montant {
  padding: 0.5em 0.8em;
  border-radius: 3px;
  background-color: #fff;
  font-family: breul, sans-serif;
  color: #070B32;
  margin: 2px;
  border: 0;
}
.hp-montant:first-child {
  margin-left: 0;
}
.hp-montant:nth-last-child(2) {
  display: none;
}
@media screen and (min-width: 1050px) {
  .hp-montant:nth-last-child(2) {
    display: block;
  }
}
.hp-montant:last-child {
  margin-right: 0;
  display: none;
}
@media screen and (min-width: 1250px) {
  .hp-montant:last-child {
    display: block;
  }
}
.hp-montant:hover {
  transform: translateY(-5px);
}
.hp-montant.is-active {
  color: #fff;
  background-color: #070B32;
  transform: translateY(0);
}

.hp-don__simulateur__link {
  margin-top: auto;
}

.hp-news {
  flex: 1 0 66.66%;
  position: relative;
  z-index: 2;
}

.hp-themes {
  position: relative;
  overflow: hidden;
  flex: 1 0 33.33%;
  margin-top: 12px;
}
@media screen and (min-width: 750px) {
  .hp-themes {
    margin: 12px 0;
  }
}
@media screen and (min-width: 1050px) {
  .hp-themes {
    padding-left: 24px;
  }
}

.hp-themes__content {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background-color: #257572;
  background-image: url(../img/patterns/green-dust-and-scratches.png);
  color: #fff;
  border-radius: 3px;
}

.hp-themesList {
  margin: 8px 0 48px;
}

.hp-themesList__item {
  margin-top: 0;
}

.hp-all-tags {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 5%;
  background-color: #fff;
}
.hp-all-tags.is-open {
  visibility: visible;
  opacity: 1;
}
.hp-all-tags .c-tag {
  margin: 4px;
}

.hp-all-tags__close {
  position: fixed;
  top: 0;
  right: 0;
}

.hp-guides {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: -12px;
  width: calc(100% + 24px);
}

.hp-guides__item {
  flex: 1 0 0;
  padding: 12px;
  min-width: 200px;
}

/*======================================================================*\
==========================================================================

								HEADER

==========================================================================
\*======================================================================*/
.header {
  display: flex;
}
.header.change-orderr .header__logo {
  order: 2;
  margin-left: 16px;
}
.header.change-orderr .header__toggle {
  order: 1;
}
.header.change-orderr .header__nav {
  order: 3;
}
.header.change-orderr .header__buttons {
  order: 4;
}
.header:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
}
.header > * {
  position: relative;
}

.header__logo {
  flex: none;
  width: 116px;
  padding-top: 16px;
  padding-bottom: 16px;
}
@media screen and (min-width: 750px) {
  .header__logo {
    width: 140px;
  }
}

.header__bgNav {
  position: fixed;
  z-index: 1;
  width: 100%;
  height: 0;
  left: 0;
  background-color: #fff;
  box-shadow: 0 8px 8px rgba(0, 0, 0, 0.2);
}

.header__nav {
  margin-left: 16px;
}

.header__nav__list {
  position: relative;
  z-index: 2;
}

.header__toggle,
.header__buttons {
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
  align-items: center;
}

.header__lang {
  padding: 0 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
}

.header__lang__list {
  display: flex;
  flex-direction: row-reverse;
}

.header__lang__list__item {
  display: block;
}
.header__lang__list__item:not(:last-child) {
  margin: 0 8px;
}

.header__buttons {
  flex: none;
  margin-left: auto;
}

@media screen and (max-width: 750px) {
  .header__buttons__cta {
    display: none;
  }
}

@media screen and (max-width: 750px) {
  .header__buttons__search {
    display: none;
  }
}
.header__buttons__search + * {
  margin-left: 8px;
}

.header__drawer {
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  overflow-y: scroll;
  transform: translateX(110%);
}
.header__drawer.is-open {
  transform: translateX(0);
}

.header__drawer__list {
  padding: 24px;
  padding-top: 30px;
  margin: 0;
  list-style: none;
  box-shadow: -8px 0 8px rgba(0, 0, 0, 0.2);
  min-height: 100%;
  width: 100%;
  max-width: 320px;
  background-color: #fff;
  margin-left: auto;
}
@media screen and (min-width: 750px) {
  .header__drawer__list {
    padding: 48px;
    padding-top: 34px;
  }
}

.header__drawer__close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 24px;
}

/*======================================================================*\
==========================================================================

							NAV & SUBNAV

==========================================================================
\*======================================================================*/
.nav,
.subnav {
  display: flex;
}

.nav {
  align-items: center;
  height: 100%;
}

.nav__item {
  display: flex;
  align-items: center;
  height: 100%;
  margin-right: 24px;
  margin-top: 0;
}
.header__drawer .nav__item {
  flex-direction: column;
  align-items: flex-start;
  margin-right: 0;
}
.header__drawer .nav__item:not(:last-child) {
  margin-bottom: 48px;
}

.subnav {
  position: fixed;
  left: 0;
  width: 100%;
  padding-bottom: 72px;
  flex-direction: column;
  visibility: hidden;
}
.subnav.is-open {
  visibility: visible;
}
.header__drawer .subnav {
  position: relative;
  visibility: visible;
  padding: 0 !important;
  top: 0 !important;
  margin-top: 8px;
}

.subnav__item {
  display: block;
  max-width: 300px;
  opacity: 0;
  margin-top: 0;
  transform: translateY(-10px);
  transform-origin: left;
}
.subnav__item:nth-child(1) {
  transition-delay: 0s;
}
.subnav__item:nth-child(2) {
  transition-delay: 0.05s;
}
.subnav__item:nth-child(3) {
  transition-delay: 0.1s;
}
.subnav__item:nth-child(4) {
  transition-delay: 0.15s;
}
.subnav__item:nth-child(5) {
  transition-delay: 0.2s;
}
.subnav__item:nth-child(6) {
  transition-delay: 0.25s;
}
.subnav__item:nth-child(7) {
  transition-delay: 0.3s;
}
.subnav__item:nth-child(8) {
  transition-delay: 0.35s;
}
.subnav__item:nth-child(9) {
  transition-delay: 0.4s;
}
.subnav__item:nth-child(10) {
  transition-delay: 0.45s;
}
.fast-anim .subnav__item {
  transition-delay: 0s !important;
}
.is-open .subnav__item, .header__drawer .subnav__item {
  opacity: 1;
  transform: translateY(0);
}

.projectsNav {
  position: relative;
  z-index: 2;
  display: flex;
}
.projectsNav:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 200%;
  height: 4px;
  background-color: #dfeaed;
  transform: translateX(-50%);
  display: none;
}

.projectsNav__item {
  position: relative;
  flex: 1 0 0;
  margin-right: 8px;
  display: none;
}
.projectsNav__item:first-child {
  margin-left: 0;
}
.projectsNav__item:last-child {
  margin-right: 0;
  display: block !important;
}
@media screen and (min-width: 400px) {
  .projectsNav__item:nth-child(1) {
    display: block;
  }
}
@media screen and (min-width: 550px) {
  .projectsNav__item:nth-child(2) {
    display: block;
  }
}
@media screen and (min-width: 700px) {
  .projectsNav__item:nth-child(3) {
    display: block;
  }
}
@media screen and (min-width: 850px) {
  .projectsNav__item:nth-child(4) {
    display: block;
  }
}
@media screen and (min-width: 1100px) {
  .projectsNav__item:nth-child(5) {
    display: block;
  }
}

/*======================================================================*\
==========================================================================

							FOOTER

==========================================================================
\*======================================================================*/
.footer {
  background-color: #070B32;
}
@media screen and (max-width: 750px) {
  .footer {
    padding-bottom: 100px;
  }
}

.footer__extras {
  width: 100%;
}
@media screen and (min-width: 750px) {
  .footer__extras {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

.footer__extras__credits {
  color: #fff;
  margin-top: 24px;
}
.footer__extras__credits a {
  color: #fff;
  font-weight: 700;
  text-decoration: underline;
}
@media screen and (min-width: 750px) {
  .footer__extras__credits {
    flex: none;
    margin-top: 0;
    width: 32%;
  }
}

/*======================================================================*\
==========================================================================

								FLUXI

==========================================================================
\*======================================================================*/
.fc > h1,
.fc > h2 {
  font-family: norms, sans-serif;
  font-weight: 700;
}
.fc > h3 {
  font-family: norms, sans-serif;
  font-weight: 400;
}
.fc > p {
  line-height: 1.5;
}
.fc > blockquote {
  position: relative;
  font-family: breul, sans-serif;
  color: #257572;
  padding-left: 1em;
  margin-left: 0;
  line-height: 1.1;
}
.fc > blockquote::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 100%;
  background-color: #257572;
}
.fc > figure,
.fc > a > figure {
  margin: 0;
  display: flex;
  flex-direction: column;
}
.fc > figure figcaption,
.fc > a > figure figcaption {
  display: block;
  text-align: center;
  color: #000;
  padding: 0.5em;
  border-bottom: 4px solid #dfeaed;
}
.fc > a img {
  margin: 0 auto;
  width: 100%;
  border-radius: 3px;
}
.fc > *:last-child {
  margin-bottom: 0;
}
.fc.last-is-cta + .cta-don {
  display: none;
}

.fc__gallery img {
  border-radius: 3px;
  display: block;
}
.fc__gallery .lslide figure {
  margin: 0;
  position: relative;
}
.fc__gallery .lslide figcaption {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0.5em 1em;
  background-color: rgba(0, 0, 0, 0.75);
  color: #fff;
}
.fc__gallery .lSPager {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100% !important;
}
.fc__gallery .lSPager li {
  background-color: #070B32;
  border-radius: 9px;
}
.fc__gallery .lSPager li.active img {
  opacity: 0.5;
}
.fc__gallery .lSAction > a {
  opacity: 1 !important;
  height: auto !important;
  width: auto !important;
  transform: translateY(-50%);
}

.content-jump {
  margin-top: 48px;
  margin-bottom: 48px;
}
.content-jump.js-is-lightbox {
  display: block;
}
.content-jump + .content-jump {
  margin-top: -16.8px;
}

/*======================================================================*\
==========================================================================

								SELECT

==========================================================================
\*======================================================================*/
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-search--inline {
  float: left;
}

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline {
  float: right;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  float: right;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

.select2-container {
  width: 250px !important;
}

.select2-container--default .select2-selection--single {
  border: none;
  background-color: #070B32;
}

.select2-selection__placeholder,
.select2-selection__rendered {
  font-family: breul, sans-serif;
  color: #fff !important;
}

.select2-selection__arrow {
  top: 50% !important;
  right: 16.8px !important;
  transform: translateY(-50%);
}
.select2-selection__arrow b {
  border-color: #fff transparent transparent transparent !important;
}

.select2-results__option {
  position: relative;
  font-family: norms, sans-serif;
  padding: 24px !important;
  margin-top: 0 !important;
}
.select2-results__option::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  background-color: #070B32;
}

.select2-results__option--highlighted[aria-selected] {
  background-color: #dfeaed !important;
  color: #070B32 !important;
}
.select2-results__option--highlighted[aria-selected]::after {
  width: 4px;
}

/*======================================================================*\
==========================================================================

							SEARCH

==========================================================================
\*======================================================================*/
.searchForm {
  display: flex;
  align-items: center;
}

.searchForm__icon {
  flex: none;
  margin-right: 24px;
}

.searchForm__form {
  flex: 1 0 auto;
  margin: 0;
}

.searchForm__form__input {
  width: 100%;
  border: 0;
}

.searchForm__form__submit {
  display: none;
}

.acf-label label {
  font-weight: 700;
  margin-bottom: 8px !important;
}

.acf-fields > .acf-field {
  border: none;
  margin-bottom: 24px;
}

input[type=radio] {
  margin-right: 8px !important;
}

.acf-field {
  padding: 0 !important;
}

.acf-input input:not([type=file]), .acf-input textarea {
  background-color: #eff5f6;
  border: none;
  padding: 1.5em 1em !important;
  border-radius: 3px;
}

div[data-type=file] {
  padding-top: 24px !important;
  border-top: 4px solid #dfeaed !important;
}
div[data-type=file] + div[data-type=file] {
  border: none !important;
  padding-top: 0 !important;
}

.acf-hl {
  display: none;
}

.acf-form-submit {
  margin-top: 24px;
}

.landing__menu {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  padding: 1rem 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}
.landing__menu.is-visible {
  background-color: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 1050px) {
  .landing__menu.is-visible .landing__menu__logo {
    max-width: 8rem;
  }
}
.landing__menu.is-visible .landing__menu__center {
  opacity: 1;
  top: 50%;
}
.landing__menu.is-visible .landing__menu__buttons__share [data-network=facebook] {
  color: #3b5998;
}
.landing__menu.is-visible .landing__menu__buttons__share [data-network=bluesky] {
  color: #3D9CFF;
}
.landing__menu.is-visible .landing__menu__buttons__cta {
  display: block;
}
@media screen and (max-width: 480px) {
  .landing__menu.is-visible .landing__menu__buttons__share {
    display: none;
  }
}

.landing__menu__logo {
  max-width: 6rem;
}
@media screen and (min-width: 1050px) {
  .landing__menu__logo {
    max-width: 12rem;
  }
}

.landing__menu__center {
  display: none;
  opacity: 0;
  transition-duration: 0.5s;
}
@media screen and (min-width: 1050px) {
  .landing__menu__center {
    display: block;
    position: absolute;
    top: 150%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

.landing__menu__buttons {
  display: flex;
  align-items: center;
}

.landing__menu__buttons__share {
  display: flex;
}
.landing__menu__buttons__share [data-network] {
  background-color: transparent;
  border: none;
  flex: none;
  color: #dfeaed;
  width: 2em;
  height: 2em;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.25);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  margin-left: 8px;
}
.landing__menu__buttons__share [data-network]:hover {
  background-color: #fff;
}
.landing__menu__buttons__share [data-network]:hover[data-network=facebook] {
  color: #3b5998;
}
.landing__menu__buttons__share [data-network]:hover[data-network=bluesky] {
  color: #3D9CFF;
}

.landing__menu__buttons__cta {
  display: none;
  margin-left: 24px;
}

.landing__bloc {
  position: relative;
}
.landing__bloc.bg-second, .landing__bloc.bg-accent, .landing__bloc.bg-dark {
  background-image: url(../img/patterns/green-dust-and-scratches.png);
}

.landing__bloc__bgi {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
}
.landing__bloc__bgi img {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
  object-fit: cover;
}

.landing__bloc__title {
  margin-bottom: 3em;
  text-align: center;
}
.landing__bloc__title + * {
  margin-top: 0 !important;
}
.landing__bloc__title .c-sectionTitle {
  z-index: 1;
}
.landing__bloc__title h4 {
  position: relative;
  z-index: 2;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.bg-second .landing__bloc__title h3,
.bg-second .landing__bloc__title h4, .bg-dark .landing__bloc__title h3,
.bg-dark .landing__bloc__title h4 {
  color: #fff;
}
.bg-second .landing__bloc__title .c-decoration__circle::after {
  background-color: #257572;
}
.bg-dark .landing__bloc__title .c-decoration__circle::after {
  background-color: #070B32;
}

.landing__bloc__content {
  position: relative;
  z-index: 2;
}
.landing__bloc__content > *:not(:first-child) {
  margin-top: 3em;
}
@media screen and (max-width: 1050px) {
  .landing__bloc__content br {
    display: none;
  }
}

.landing-image {
  margin: 0 auto;
  border-radius: 3px;
  overflow: hidden;
}
.landing-image.-normal {
  max-width: 700px !important;
}
.landing-image img {
  width: 100%;
}

[class*=bg-] .landing-texte a {
  color: #FFB300;
  text-decoration: underline;
  font-weight: 700;
}
.bg-second .landing-texte, .bg-dark .landing-texte {
  color: #fff;
}
.landing-texte.-center {
  text-align: center;
}

.landing-txtCols {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (min-width: 750px) {
  .landing-txtCols {
    flex-direction: row;
  }
  .landing-txtCols .landing-txtCols__item {
    flex: 0 0 50%;
    padding: 24px;
    text-align: center;
  }
}
@media screen and (min-width: 1050px) {
  .landing-txtCols .landing-txtCols__item {
    flex: 0 0 33%;
  }
}
[class*=bg-] .landing-txtCols {
  color: #fff;
}

.landing-txtCols__item__image {
  width: 100% !important;
  max-width: 15rem;
  margin: 0 auto;
}

.landing-roundPortrait {
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  border: 4px solid #dfeaed;
  border-color: #ACC32D;
}
.landing-roundPortrait:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.landing-roundPortrait img {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
  object-fit: cover;
}

.landing-button {
  display: flex;
  justify-content: center;
  align-items: center;
}
.landing-txt + .landing-button {
  margin-top: 24px;
}

.landing-txtMedia {
  opacity: 0;
  transform: translateY(8%);
  transition-duration: 0.4s;
}
.landing-txtMedia.is-on-screen {
  opacity: 1;
  transform: translateY(0%);
}
@media screen and (min-width: 1050px) {
  .landing-txtMedia {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
  }
  .landing-txtMedia:nth-child(odd) .landing-txtMedia__content {
    order: 1;
    padding-right: 1.5em;
    padding-left: 0;
    text-align: right;
  }
  .landing-txtMedia:nth-child(odd) .landing-txtMedia__content__title {
    margin-left: auto;
  }
  .landing-txtMedia:nth-child(odd) .landing-txtMedia__media {
    padding-left: 1.5em;
    padding-right: 0;
    order: 2;
  }
  .landing-txtMedia:nth-child(even) .landing-txtMedia__content {
    padding-left: 1.5em;
    padding-right: 0;
  }
  .landing-txtMedia:nth-child(even) .landing-txtMedia__media {
    padding-right: 1.5em;
    padding-left: 0;
  }
}
@media screen and (min-width: 1560px) {
  .landing-txtMedia:nth-child(odd) {
    transform: translateX(5%);
  }
  .landing-txtMedia:nth-child(even) {
    transform: translateX(-5%);
  }
}
.landing-txtMedia + .landing-txtMedia {
  margin-top: 6em;
}
.landing-txtMedia.-image .landing-txtMedia__media__content:before {
  content: "";
  display: block;
  padding-top: 60%;
}
.landing-txtMedia.-image .landing-txtMedia__media__content img {
  border-radius: 3px;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
  object-fit: cover;
}

.bg-second .landing-txtMedia__content, .bg-dark .landing-txtMedia__content {
  color: #fff;
}
.landing-txtMedia__content p {
  margin-top: 0.5em;
}
@media screen and (min-width: 1050px) {
  .landing-txtMedia__content {
    padding-right: 1.5em;
    flex: 1 0 50%;
  }
}

.has-no-bloc-title .landing-txtMedia__content__title {
  line-height: 1;
}
@media screen and (min-width: 1050px) {
  .has-no-bloc-title .landing-txtMedia__content__title {
    max-width: 80%;
  }
}
.has-bloc-title .landing-txtMedia__content__title {
  line-height: 1.1;
}
@media screen and (min-width: 1050px) {
  .has-bloc-title .landing-txtMedia__content__title {
    max-width: 70%;
  }
}

.landing-txtMedia__media {
  width: 100%;
  margin-bottom: 8px;
}
@media screen and (min-width: 1050px) {
  .landing-txtMedia__media {
    margin-bottom: 0;
    padding-left: 1.5em;
    flex: 1 0 50%;
  }
}

.landing-txtMedia__media__content {
  position: relative;
}
.landing-txtMedia__media__content iframe {
  max-width: 100%;
}

.landing-timeline {
  position: relative;
}
.landing-timeline::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  height: 100%;
  width: 4px;
  background-color: #070B32;
  transform: translateX(-50%);
}
.landing-timeline:not(.show-all) .landing-timeline__event:nth-child(n+5) {
  display: none !important;
}
.landing-timeline.show-all .landing-timeline__more {
  display: none;
}

.landing-timeline__event {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
  max-width: 35rem;
}
.landing-timeline__event:not(:first-child) {
  margin-top: 3rem;
}
.landing-timeline__event:nth-child(even) .landing-timeline__event__milestone {
  background-color: #257572;
}
.landing-timeline__event:nth-child(even) .landing-timeline__event__content {
  border-color: #257572;
}
.landing-timeline__event.-focus .landing-timeline__event__milestone {
  background-color: #070B32;
}
.landing-timeline__event.-focus .landing-timeline__event__content {
  box-shadow: 0 0 32px rgba(0, 0, 0, 0.2);
  border-color: #070B32;
}

.landing-timeline__event__milestone {
  position: relative;
  display: inline-block;
  padding: 0.5em 2em;
  background-color: #ACC32D;
  border-radius: 3px;
  text-align: center;
  color: #fff;
  transform: translateY(50%) rotate(-3deg);
}

.landing-timeline__event__content {
  position: relative;
  margin-top: 1rem;
  border: 4px solid #dfeaed;
  border-radius: 3px;
  border-color: #ACC32D;
  width: 100%;
}
.landing-timeline__event__content ul {
  margin-top: 0;
}

.landing-timeline__event__content__title {
  text-align: center;
}

.landing-timeline__more {
  margin-top: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.landing-fiscal__montants {
  display: flex;
  justify-content: center;
  align-items: center;
}
.landing-fiscal__montants.is-on-screen .landing-fiscal__montants__item {
  opacity: 1;
}
.landing-fiscal__montants.is-on-screen .landing-fiscal__montants__item:nth-child(1) {
  transform: translate(0%, 0%) rotate(-3deg) scale(1);
}
.landing-fiscal__montants.is-on-screen .landing-fiscal__montants__item:nth-child(2) {
  transform: translateY(0) scale(1);
}
.landing-fiscal__montants.is-on-screen .landing-fiscal__montants__item:nth-child(3) {
  transform: translate(0%, 0%) rotate(3deg) scale(1);
}

.landing-fiscal__montants__item {
  padding: 0 8px;
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.landing-fiscal__montants__item:nth-child(1) {
  transform: translate(-5%, 5%) rotate(-6deg) scale(0.8);
}
.landing-fiscal__montants__item:nth-child(2) {
  transition-delay: 0.2s;
  transform: translateY(8%) scale(0.8);
}
.landing-fiscal__montants__item:nth-child(2) .landing-fiscal-montant {
  padding: 4em 2em;
}
.landing-fiscal__montants__item:nth-child(3) {
  transition-delay: 0.4s;
  transform: translate(5%, 5%) rotate(6deg) scale(0.8);
}

.landing-fiscal-montant {
  background-color: #070B32;
  border-radius: 9px;
  padding: 24px;
  border: 4px solid #dfeaed;
  border-color: #070B32;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
}
.landing-fiscal-montant .montant {
  margin: 0.1em auto;
}
.landing-fiscal-montant .montant:last-child {
  margin-bottom: 0;
  color: #FFB300;
}

@media screen and (min-width: 1050px) {
  .landing-citations {
    display: grid;
    grid-gap: 24px;
    grid-template-columns: repeat(2, 1fr);
  }
}
[class*=bg-] .landing-citations .landing-citation__content__profile {
  color: #fff;
}

.landing-citations__citation:first-child {
  grid-column: 1/-1;
}
@media screen and (min-width: 1440px) {
  .landing-citations__citation:nth-child(2n+2) {
    transform: translate(-10%, 10%);
  }
  .landing-citations__citation:nth-child(2n+3) {
    transform: translate(10%, -10%);
  }
}

.landing-citation {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
}
.landing-citation.-focus .landing-citation__photo {
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transform: scale(0);
}
.landing-citation.-focus .landing-citation__photo img {
  opacity: 0;
}
.landing-citation.-focus .landing-citation__content__txt {
  opacity: 0;
  transform: scale(0.5) rotate(-3deg);
  transform-origin: left bottom;
  transition-delay: 0.2s;
}
.landing-citation.-focus .landing-citation__content__txt span {
  opacity: 0;
  transition-delay: 0.3s;
}
.landing-citation.-focus .landing-citation__content__txt::after {
  transform: translateY(0);
  transition-delay: 0.6s;
}
.landing-citation.-focus .landing-citation__content__profile {
  left: 3em;
  transition-delay: 0.2s;
  opacity: 0;
  transform: translateY(50%);
}
.landing-citation.-focus.is-on-screen .landing-citation__photo {
  transform: scale(1);
}
.landing-citation.-focus.is-on-screen .landing-citation__photo img {
  opacity: 1;
}
.landing-citation.-focus.is-on-screen .landing-citation__content__txt {
  opacity: 1;
  transform: scale(1) rotate(0deg);
}
.landing-citation.-focus.is-on-screen .landing-citation__content__txt span {
  opacity: 1;
}
.landing-citation.-focus.is-on-screen .landing-citation__content__txt::after {
  transform: translateY(99%);
}
.landing-citation.-focus.is-on-screen .landing-citation__content__profile {
  opacity: 1;
  transform: translateY(0);
}
.landing-citation:not(.-focus) {
  opacity: 0;
  margin-top: 24px;
  transform: translateY(10%);
}
.landing-citation:not(.-focus).is-on-screen {
  opacity: 1;
  transform: translateY(0%);
}
@media screen and (min-width: 1440px) {
  .landing-citation:not(.-focus) .landing-citation__content__txt {
    width: 120%;
  }
}

.landing-citation__photo {
  flex: none;
  width: 20%;
  display: none;
}
@media screen and (min-width: 750px) {
  .landing-citation__photo {
    display: block;
  }
}
@media screen and (min-width: 1050px) {
  .landing-citation__photo {
    width: 25%;
  }
}

.landing-citation__content {
  position: relative;
  flex: 1 0 0%;
}
@media screen and (min-width: 750px) {
  .landing-citation__content {
    padding-left: 24px;
  }
}

.landing-citation__content__txt {
  position: relative;
  font-weight: 700;
  padding: 2em;
  background-color: #dfeaed;
  border-radius: 3px;
}
.landing-citation__content__txt::after {
  content: "";
  position: absolute;
  left: 3em;
  transform: translateY(99%);
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 10px 0 10px;
  border-color: #dfeaed transparent transparent transparent;
}

.landing-citation__content__profile {
  margin-top: 24px;
  left: 2em;
  position: relative;
}
@media screen and (min-width: 1050px) {
  .landing-citation__content__profile .role {
    max-width: 24ch;
  }
}

#cmplz-cookiebanner-container .cmplz-cookiebanner {
  --cmplz_banner_background_color: var(--color-dark);
  --cmplz_text_color: var(--color-white);
  --cmplz_banner_border_radius: var(--radius);
  --cmplz_button_accept_background_color: var(--color-accent);
  --cmplz_button_accept_text_color: var(--color-accent-over);
  --cmplz_button_accept_border_color: transparent;
  --cmplz_button_deny_background_color: rgba(255, 255, 255, 0.2);
  --cmplz_button_deny_text_color: var(--color-white);
  --cmplz_button_deny_border_color: transparent;
  --cmplz_hyperlink_color: var(--color-white);
  --cmplz_link_font_size: var(--h6);
  --custom-padding: 1rem;
  width: auto;
  left: var(--custom-padding);
  bottom: var(--custom-padding);
  right: var(--custom-padding);
  grid-row-gap: 0;
  grid-template-columns: minmax(0, 1fr);
  grid-column-gap: var(--gutter);
  padding: var(--custom-padding);
}
@media screen and (min-width: 1050px) {
  #cmplz-cookiebanner-container .cmplz-cookiebanner {
    padding: var(--custom-padding) calc(var(--custom-padding) * 4) var(--custom-padding) calc(var(--custom-padding) * 2);
    grid-template-columns: minmax(0, 1fr) auto auto;
  }
}
#cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-title,
#cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-logo {
  display: none;
}
#cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-close {
  position: absolute;
  right: var(--custom-padding);
  top: var(--custom-padding);
}
@media screen and (min-width: 1050px) {
  #cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-close {
    top: 50%;
    transform: translate(-50%, -50%);
    transition: var(--transition);
  }
  #cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-close::before {
    content: "";
    display: block;
    position: absolute;
    top: calc(var(--custom-padding) * -1);
    left: calc(var(--custom-padding) * -1);
    width: calc(100% + var(--custom-padding) * 2);
    height: calc(100% + var(--custom-padding) * 2);
    border-radius: 50%;
  }
  #cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-close:hover {
    color: var(--color-accent);
  }
}
@media screen and (min-width: 1050px) {
  #cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-body {
    display: flex;
    align-items: center;
    grid-row: 1/-1;
    grid-column: 1;
  }
}
#cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-message {
  width: unset;
  margin: 0;
}
@media screen and (max-width: 1050px) {
  #cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-message {
    padding-right: calc(var(--custom-padding) * 2);
  }
}
#cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-buttons {
  flex-direction: row;
  align-items: center;
  margin: var(--custom-padding) 0;
  gap: var(--line);
}
@media screen and (min-width: 1050px) {
  #cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-buttons {
    margin: 0;
    grid-column-start: 2;
    grid-row-start: 1;
  }
}
#cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-buttons .cmplz-btn {
  height: auto;
  padding: 0.7em 1.5em;
  line-height: 1;
}
#cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-accept {
  border-radius: var(--radius-button) 0 0 var(--radius-button);
}
#cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-deny {
  border-radius: 0 var(--radius-button) var(--radius-button) 0;
  transition: var(--transition);
}
#cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-deny:hover {
  background-color: var(--color-white);
  color: var(--color-dark);
}
@media screen and (min-width: 1050px) {
  #cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-documents {
    margin: 0;
    grid-column: 3;
    grid-row-start: 1;
    justify-content: flex-start;
    align-items: center;
  }
}
#cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-documents .cookie-statement {
  position: relative;
  opacity: 0.5;
  transition: var(--transition);
}
#cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-documents .cookie-statement::before {
  content: "";
  display: block;
  position: absolute;
  top: calc(var(--custom-padding) * -1);
  left: calc(var(--custom-padding) * -1);
  width: calc(100% + var(--custom-padding) * 2);
  height: calc(100% + var(--custom-padding) * 2);
}
#cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-documents .cookie-statement:hover {
  opacity: 1;
}

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