@charset "UTF-8";
/*
*
    Importer tous les styles ici
*
*/
/* Slider */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,300;0,400;0,500;0,600;0,700;0,800;1,400&display=swap");
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

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

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

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

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

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

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

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

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

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

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

.slick-slide img {
  display: block;
}

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

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

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

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

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

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

/*!
	Modaal - accessible modals - v0.4.4
	by Humaan, for all humans.
	http://humaan.com
 */
.modaal-noscroll {
  overflow: hidden;
}

.modaal-accessible-hide {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.modaal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  opacity: 0;
}

.modaal-wrapper {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: auto;
  opacity: 1;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  transition: all 0.3s ease-in-out;
}

.modaal-wrapper * {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
}

.modaal-wrapper .modaal-close {
  border: none;
  background: transparent;
  padding: 0;
  -webkit-appearance: none;
}

.modaal-wrapper.modaal-start_none {
  display: none;
  opacity: 1;
}

.modaal-wrapper.modaal-start_fade {
  opacity: 0;
}

.modaal-wrapper *[tabindex="0"] {
  outline: none !important;
}

.modaal-wrapper.modaal-fullscreen {
  overflow: hidden;
}

.modaal-outer-wrapper {
  display: table;
  position: relative;
  width: 100%;
  height: 100%;
}

.modaal-fullscreen .modaal-outer-wrapper {
  display: block;
}

.modaal-inner-wrapper {
  display: table-cell;
  width: 100%;
  height: 100%;
  position: relative;
  vertical-align: middle;
  text-align: center;
  padding: 80px 25px;
}

.modaal-fullscreen .modaal-inner-wrapper {
  padding: 0;
  display: block;
  vertical-align: top;
}

.modaal-container {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: auto;
  text-align: left;
  color: #000;
  max-width: 1000px;
  border-radius: 0px;
  background: #fff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  cursor: auto;
}

.modaal-container.is_loading {
  height: 100px;
  width: 100px;
  overflow: hidden;
}

.modaal-fullscreen .modaal-container {
  max-width: none;
  height: 100%;
  overflow: auto;
}

.modaal-close {
  position: fixed;
  right: 20px;
  top: 20px;
  color: #fff;
  cursor: pointer;
  opacity: 1;
  width: 50px;
  height: 50px;
  background: transparent;
  border-radius: 100%;
  transition: all 0.2s ease-in-out;
}

.modaal-close:focus, .modaal-close:hover {
  outline: none;
  background: #fff;
}

.modaal-close:focus:before, .modaal-close:focus:after, .modaal-close:hover:before, .modaal-close:hover:after {
  background: #b93d0c;
}

.modaal-close span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.modaal-close:before, .modaal-close:after {
  display: block;
  content: " ";
  position: absolute;
  top: 14px;
  left: 23px;
  width: 4px;
  height: 22px;
  border-radius: 4px;
  background: #fff;
  transition: background 0.2s ease-in-out;
}

.modaal-close:before {
  transform: rotate(-45deg);
}

.modaal-close:after {
  transform: rotate(45deg);
}

.modaal-fullscreen .modaal-close {
  background: #afb7bc;
  right: 10px;
  top: 10px;
}

.modaal-content-container {
  padding: 30px;
}

.modaal-confirm-wrap {
  padding: 30px 0 0;
  text-align: center;
  font-size: 0;
}

.modaal-confirm-btn {
  font-size: 14px;
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  background: transparent;
}

.modaal-confirm-btn.modaal-ok {
  padding: 10px 15px;
  color: #fff;
  background: #555;
  border-radius: 3px;
  transition: background 0.2s ease-in-out;
}

.modaal-confirm-btn.modaal-ok:hover {
  background: #2f2f2f;
}

.modaal-confirm-btn.modaal-cancel {
  text-decoration: underline;
}

.modaal-confirm-btn.modaal-cancel:hover {
  text-decoration: none;
  color: #2f2f2f;
}

@keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.modaal-instagram .modaal-container {
  width: auto;
  background: transparent;
  box-shadow: none !important;
}

.modaal-instagram .modaal-content-container {
  padding: 0;
  background: transparent;
}

.modaal-instagram .modaal-content-container > blockquote {
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
}

.modaal-instagram iframe {
  opacity: 0;
  margin: -6px !important;
  border-radius: 0 !important;
  width: 1000px !important;
  max-width: 800px !important;
  box-shadow: none !important;
  animation: instaReveal 1s linear forwards;
}

.modaal-image .modaal-inner-wrapper {
  padding-left: 140px;
  padding-right: 140px;
}

.modaal-image .modaal-container {
  width: auto;
  max-width: 100%;
}

.modaal-gallery-wrap {
  position: relative;
  color: #fff;
}

.modaal-gallery-item {
  display: none;
}

.modaal-gallery-item img {
  display: block;
}

.modaal-gallery-item.is_active {
  display: block;
}

.modaal-gallery-label {
  position: absolute;
  left: 0;
  width: 100%;
  margin: 20px 0 0;
  font-size: 18px;
  text-align: center;
  color: #fff;
}

.modaal-gallery-label:focus {
  outline: none;
}

.modaal-gallery-control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
  cursor: pointer;
  color: #fff;
  width: 50px;
  height: 50px;
  background: transparent;
  border: none;
  border-radius: 100%;
  transition: all 0.2s ease-in-out;
}

.modaal-gallery-control.is_hidden {
  opacity: 0;
  cursor: default;
}

.modaal-gallery-control:focus, .modaal-gallery-control:hover {
  outline: none;
  background: #fff;
}

.modaal-gallery-control:focus:before, .modaal-gallery-control:focus:after, .modaal-gallery-control:hover:before, .modaal-gallery-control:hover:after {
  background: #afb7bc;
}

.modaal-gallery-control span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.modaal-gallery-control:before, .modaal-gallery-control:after {
  display: block;
  content: " ";
  position: absolute;
  top: 16px;
  left: 25px;
  width: 4px;
  height: 18px;
  border-radius: 4px;
  background: #fff;
  transition: background 0.2s ease-in-out;
}

.modaal-gallery-control:before {
  margin: -5px 0 0;
  transform: rotate(-45deg);
}

.modaal-gallery-control:after {
  margin: 5px 0 0;
  transform: rotate(45deg);
}

.modaal-gallery-next-inner {
  left: 100%;
  margin-left: 40px;
}

.modaal-gallery-next-outer {
  right: 45px;
}

.modaal-gallery-prev:before, .modaal-gallery-prev:after {
  left: 22px;
}

.modaal-gallery-prev:before {
  margin: 5px 0 0;
  transform: rotate(-45deg);
}

.modaal-gallery-prev:after {
  margin: -5px 0 0;
  transform: rotate(45deg);
}

.modaal-gallery-prev-inner {
  right: 100%;
  margin-right: 40px;
}

.modaal-gallery-prev-outer {
  left: 45px;
}

.modaal-video-wrap {
  margin: auto 50px;
  position: relative;
}

.modaal-video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  background: #000;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.modaal-video-container iframe,
.modaal-video-container object,
.modaal-video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modaal-iframe .modaal-content {
  width: 100%;
  height: 100%;
}

.modaal-iframe-elem {
  width: 100%;
  height: 100%;
  display: block;
}

@media only screen and (min-width: 1400px) {
  .modaal-video-container {
    padding-bottom: 0;
    height: 731px;
  }
}

@media only screen and (max-width: 1140px) {
  .modaal-image .modaal-inner-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }
  .modaal-gallery-control {
    top: auto;
    bottom: 20px;
    transform: none;
    background: rgba(0, 0, 0, 0.7);
  }
  .modaal-gallery-control:before, .modaal-gallery-control:after {
    background: #fff;
  }
  .modaal-gallery-next {
    left: auto;
    right: 20px;
  }
  .modaal-gallery-prev {
    left: 20px;
    right: auto;
  }
}

@media screen and (max-width: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }
}

@media screen and (max-height: 1100px) {
  .modaal-instagram iframe {
    width: 700px !important;
  }
}

@media screen and (max-height: 1000px) {
  .modaal-inner-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .modaal-instagram iframe {
    width: 600px !important;
  }
}

@media screen and (max-height: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }
  .modaal-video-container {
    max-width: 900px;
    max-height: 510px;
  }
}

@media only screen and (max-width: 600px) {
  .modaal-instagram iframe {
    width: 280px !important;
  }
}

@media only screen and (max-height: 820px) {
  .modaal-gallery-label {
    display: none;
  }
}

.modaal-loading-spinner {
  background: none;
  position: absolute;
  width: 200px;
  height: 200px;
  top: 50%;
  left: 50%;
  margin: -100px 0 0 -100px;
  transform: scale(0.25);
}

@keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    transform: scale(1.5);
  }
  100% {
    opacity: .1;
    transform: scale(1);
  }
}

.modaal-loading-spinner > div {
  width: 24px;
  height: 24px;
  margin-left: 4px;
  margin-top: 4px;
  position: absolute;
}

.modaal-loading-spinner > div > div {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background: #fff;
}

.modaal-loading-spinner > div:nth-of-type(1) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: 0s;
}

.modaal-loading-spinner > div:nth-of-type(2) > div, .modaal-loading-spinner > div:nth-of-type(3) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(1) {
  transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(2) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: .12s;
}

.modaal-loading-spinner > div:nth-of-type(2) {
  transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(3) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: .25s;
}

.modaal-loading-spinner > div:nth-of-type(4) > div, .modaal-loading-spinner > div:nth-of-type(5) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(3) {
  transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(4) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: .37s;
}

.modaal-loading-spinner > div:nth-of-type(4) {
  transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(5) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: .5s;
}

.modaal-loading-spinner > div:nth-of-type(6) > div, .modaal-loading-spinner > div:nth-of-type(7) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(5) {
  transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(6) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: .62s;
}

.modaal-loading-spinner > div:nth-of-type(6) {
  transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(7) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: .75s;
}

.modaal-loading-spinner > div:nth-of-type(7) {
  transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(8) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: .87s;
}

.modaal-loading-spinner > div:nth-of-type(8) {
  transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
}

/*
*
    Functions, mixins et utility classes
*
*/
/* ---------------------------------- *    Mixins
\* ---------------------------------- */
/* ---------------------------------- *    Functions
\* ---------------------------------- */
/* ---------------------------------- *    Classes
\* ---------------------------------- */
.ta-l {
  text-align: left;
}

.ta-r {
  text-align: right;
}

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

.uppercase {
  text-transform: uppercase;
}

.no-margin {
  margin: 0;
}

.no-padding {
  padding: 0;
}

.no-spaces {
  padding: 0;
  margin: 0;
}

.block-link {
  display: block;
  text-decoration: none;
}

.screen-reader-text, .gfield.recaptcha label,
.for-screen-reader,
.hidden {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px;
  width: 0;
}

/*
*
    Déclaration de variables
*
*/
/* ---------------------------------- *    Couleurs
\* ---------------------------------- */
/* ---------------------------------- *    path
\* ---------------------------------- */
/* ---------------------------------- *    Hauteur du header
\* ---------------------------------- */
/* ---------------------------------- *    z-index
\* ---------------------------------- */
/*
    POUR les (petites) superpositions locales dues aux posiitons relative/absolute
    UTILISER -1, 0, 1 ... -> 10 max
    DIRECTEMENT dans le fichier en question

    POUR les superpositions plus structurelles (sticky, header, mobile nav, modals, etc.)
    UTILISER des dizaines
    JUSTE EN-DESSOUS pour conserver au même endroit une hierarchie claire des z-index
*/
/*
*
    Paramétrage de la typography
*
*/
/* ---------------------------------- *    Import du fichier _fonts.scss
\* ---------------------------------- */
/*
*
    Dédié aux font-face, webfonts et icons
*
*/
/* ---------------------------------- *    General
\* ---------------------------------- */
/* ---------------------------------- *    Conversion des unités
\* ---------------------------------- */
/* ---------------------------------- *    styles pré-définies
\* ---------------------------------- */
/*
*
    Paramétrage des breakpoints
    Les breakpoints et leurs mixins ont été définis avec la méthode suivante : https://tinyurl.com/yax92hf6
*
*/
/* ---------------------------------- *    Variables
\* ---------------------------------- */
/* ---------------------------------- *    Mixins
\* ---------------------------------- */
/*
*
    Paramétrage de la structure du site
*
*/
/* ---------------------------------- *    Variables
\* ---------------------------------- */
/* ---------------------------------- *    Utilities
\* ---------------------------------- */
.shell {
  max-width: calc(1110px + 35px*2);
  margin-left: auto;
  margin-right: auto;
  padding-left: 35px;
  padding-right: 35px;
}

@media only screen and (min-width: 37.5em) {
  .shell {
    padding-left: 70px;
    padding-right: 70px;
  }
}

.shell-lg {
  max-width: calc(1280px + 35px*2);
  margin-left: auto;
  margin-right: auto;
  padding-left: 35px;
  padding-right: 35px;
}

@media only screen and (min-width: 37.5em) {
  .shell-lg {
    padding-left: 35px;
    padding-right: 35px;
  }
}

.stretched-section {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.hr-top {
  border-width: 9px 0 0;
  border-style: solid;
  border-color: #e8edf1;
}

.hr-bottom {
  border-width: 0 0 9px;
  border-style: solid;
  border-color: #e8edf1;
}

.hr-both {
  border-width: 9px 0;
  border-style: solid;
  border-color: #e8edf1;
}

/*
*
    Styles génériques (destinés aux selecteurs "balise", pas aux sélecteurs d'id ou de classe)
*
*/
/* ---------------------------------- *    Reset
\* ---------------------------------- */
/**
 * NORMALIZE
 * IQUITHEME
 */
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

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

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

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

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

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

/* IQUITHEME
---------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, emptyo {
  margin: 0;
  padding: 0;
  border: 0;
}

html:focus, body:focus, div:focus, span:focus, applet:focus, object:focus, iframe:focus, h1:focus, h2:focus, h3:focus, h4:focus, h5:focus, h6:focus, p:focus, blockquote:focus, pre:focus, a:focus, abbr:focus, acronym:focus, address:focus, big:focus, cite:focus, code:focus, del:focus, dfn:focus, em:focus, img:focus, ins:focus, kbd:focus, q:focus, s:focus, samp:focus, small:focus, strike:focus, strong:focus, sub:focus, sup:focus, tt:focus, var:focus, b:focus, u:focus, i:focus, center:focus, dl:focus, dt:focus, dd:focus, ol:focus, ul:focus, li:focus, fieldset:focus, form:focus, label:focus, legend:focus, table:focus, caption:focus, tbody:focus, tfoot:focus, thead:focus, tr:focus, th:focus, td:focus, article:focus, aside:focus, canvas:focus, details:focus, embed:focus, figure:focus, figcaption:focus, footer:focus, header:focus, hgroup:focus, menu:focus, nav:focus, output:focus, ruby:focus, section:focus, summary:focus, time:focus, mark:focus, audio:focus, emptyo:focus {
  outline: 0;
}

*, *:before, *:after {
  box-sizing: border-box;
  font-smooth: always;
  -webkit-font-smoothing: antialiased;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

body {
  font-smooth: always;
  -webkit-font-smoothing: antialiased;
  -webkit-appearance: none;
  -moz-osx-font-smoothing: grayscale;
  font-variant: normal;
  text-transform: none;
  font-style: normal;
  font-weight: normal;
}

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

textarea {
  vertical-align: top;
}

pre {
  white-space: pre-wrap;
}

hr {
  display: block;
  height: 1px;
  background-color: #000;
  border: 0;
}

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

img {
  -ms-interpolation-mode: bicubic;
}

a {
  color: inherit;
}

button, input, optgroup, select, textarea {
  text-align: inherit;
  font-family: inherit;
  color: inherit;
  text-transform: inherit;
}

button, input {
  padding: 0;
  margin: 0;
  border-radius: 0;
  background: transparent;
  border: 1px solid #000;
}

button, input[type='submit'] {
  cursor: pointer;
}

li {
  list-style: none;
}

/* Slick */
.slick-slide:focus {
  outline: 0;
}

/* Form */
input[type='text'], input[type='email'], input[type='tel'], textarea {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1;
}

input::placeholder, textarea::placeholder {
  opacity: 1;
}

/* ---------------------------------- *    Génériques
\* ---------------------------------- */
*, *:before, *:after {
  box-sizing: inherit;
}

html,
body {
  position: relative;
  width: 100%;
}

html {
  box-sizing: border-box;
  height: 100%;
  font-size: 100%;
}

html[data-whatinput="mouse"] * {
  outline: none;
}

body {
  min-width: 320px;
  min-height: 100%;
  background-color: white;
  color: #1d1d1d;
  font-family: Montserrat, Arial, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  line-height: 1.3;
}

p {
  line-height: 1.66;
}

a {
  color: inherit;
}

img {
  height: auto;
  max-width: 100%;
  image-rendering: -webkit-optimize-contrast;
}

svg {
  overflow: visible !important;
}

@media print {
  .cookie-banner,
  .header-global-wrapper,
  .footer-global-wrapper {
    display: none;
  }
}

/* ---------------------------------- *    Mixin Flexbox Layout
\* ---------------------------------- */
/* ---------------------------------- *    Mixin Grid Layout
\* ---------------------------------- */
/**
 * Styles d'accessibilité RGAA
 */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  z-index: 9999;
  font-weight: bold;
}

.skip-link:focus {
  position: fixed;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  padding: 10px;
  margin: 0;
  background: #fff;
  color: #000;
  clip: auto;
  text-decoration: none;
  border: 2px solid #000;
}

:focus-visible {
  outline: 2px solid red !important;
  outline-offset: 2px !important;
}

[tabindex="-1"]:focus {
  outline: none !important;
}

.btn:focus,
a:focus {
  text-decoration: underline;
}

.gfield_required {
  color: #EA1C04 !important;
}

div[role="alert"] {
  color: #EA1C04;
  font-weight: bold;
}

/*
*
    Importer tous les ui ici
*
*/
/* ---------------------------------- *    GENERAL
\* ---------------------------------- */
.editor {
  font-size: 1rem;
  line-height: 1.7;
}

.editor *:first-child {
  margin-top: 0;
}

.editor *:last-child {
  margin-bottom: 0;
}

.editor h1 {
  margin: 20px 0 40px;
  font-size: 1.75rem;
}

.editor h2 {
  margin: 15px 0 30px;
  font-size: 1.5rem;
}

.editor h3 {
  margin: 10px 0 20px;
  font-size: 1.25rem;
}

.editor h4 {
  margin: 10px 0 20px;
  font-size: 1.125rem;
}

.editor h5 {
  margin: 10px 0 20px;
  font-size: 1rem;
}

.editor h6 {
  margin: 10px 0 20px;
  font-size: 0.875rem;
}

.editor p {
  margin-top: 0.6875rem;
  margin-bottom: 0.6875rem;
  font-size: inherit;
  line-height: inherit;
}

.editor strong {
  font-weight: bold;
}

.editor em {
  font-style: italic;
}

.editor ul li,
.editor ol li {
  font-size: 1rem;
}

.editor ul {
  margin: 18px 0;
  text-align: left;
}

.editor ul li {
  position: relative;
  margin-top: 6px;
  padding-left: 0.9375rem;
}

.editor ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 5px;
  height: 5px;
  background-color: currentColor;
  border-radius: 50%;
}

.editor ol {
  margin: 18px 0;
  text-align: left;
  counter-reset: ol-counter;
}

.editor ol li {
  position: relative;
  margin-top: 6px;
  margin-left: 0.75rem;
  padding-left: 0.3125rem;
}

.editor ol li::before {
  content: counter(ol-counter);
  counter-increment: ol-counter;
  position: absolute;
  right: 100%;
  top: 0;
  display: inline-block;
  vertical-align: center;
  padding-right: 0.3125rem;
  color: currentColor;
}

.editor figure,
.editor img {
  display: block;
}

.editor .alignleft {
  float: left;
  margin-top: 10px;
  margin-bottom: 15px;
  margin-right: 25px;
}

.editor .alignright {
  float: right;
  margin-top: 10px;
  margin-bottom: 15px;
  margin-left: 25px;
}

.editor .aligncenter {
  margin: 25px auto;
}

.editor figcaption {
  margin-top: 5px;
  font-size: .9em;
  color: grey;
}

.editor hr {
  margin: 0;
  border: none;
  border-top: 1px solid grey;
}

/* ---------------------------------- *    MEDIA QUERIES
\* ---------------------------------- */
/*  Settings */
.wt-cli-cookie-bar-container {
  --banner-bg: #fff;
  --banner-color: #fff;
  --banner-max-width: 460px;
  --banner-padding: 1.5rem;
  --banner-radius: 8px;
  --banner-z-index: 999;
  --title-font-size: 1.125rem;
  --message-font-size: 0.812rem;
  --button-bg: #d11b26;
  --button-bg-hover: #1c1c1c;
  --button-color: white;
  --button-color-hover: white;
  --button-font-size: 0.75rem;
  --button-font-weight: 700;
  --button-letter-spacing: 0;
  --button-line-height: normal;
  --button-padding: 0.625rem 1.625rem;
  --button-radius: 0;
  --button-text-transform: uppercase;
  --button-setting-bg: transparent;
  --button-setting-bg-hover: #1c1c1c;
  --button-setting-color: #d11b26;
  --button-setting-color-hover: #1c1c1c;
  --button-setting-text-transform: var(--button-text-transform);
  --switch-active-color: #69b23a;
  --show-again-font-size: 0.875rem;
  --show-again-radius: 0.375rem;
  --show-again-z-index: 99;
}

#cookie-law-info-bar {
  height: 460px !important;
  bottom: 16px !important;
}

html[data-whatinput="keyboard"] #cookie-law-info-bar a[class*="_button"]:focus::before {
  content: "";
  border-radius: calc(var(--button-radius) * 1.5);
  height: calc(100% + 1.25rem);
  width: calc(100% + 1.25rem);
  outline: 2px dotted black;
  position: absolute;
  top: -0.625rem;
  left: -0.625rem;
}

#cookie-law-info-bar.wt-cli-cookie-bar .message {
  max-height: 264px !important;
  overflow-y: scroll;
  overflow-x: hidden;
  scrollbar-width: none;
}

#cookie-law-info-bar.wt-cli-cookie-bar .message b, #cookie-law-info-bar.wt-cli-cookie-bar .message strong {
  font-weight: 700;
}

/*  Color layer */
.cli-modal-backdrop,
#cookie-law-info-bar.wt-cli-cookie-bar[style*="display: block;"] ~ .cli-popupbar-overlay {
  display: none !important;
}

#cookie-law-info-bar.wt-cli-cookie-bar[style*="display: block;"] ~ .cli-popupbar-overlay {
  z-index: calc(var(--banner-z-index) - 1);
  opacity: 0.6;
  transform: scale(1);
  transition: opacity 0.5s ease;
}

/*  Banner */
#cookie-law-info-bar.wt-cli-cookie-bar {
  background-color: var(--banner-bg) !important;
  border-radius: var(--banner-radius, 0);
  color: var(--banner-color) !important;
  max-height: calc(80vh - 32px);
  max-width: var(--banner-max-width);
  inset: auto 0 0 !important;
  overflow: auto;
  padding: var(--banner-padding) !important;
  text-align: left !important;
  z-index: var(--banner-z-index) !important;
}

#cookie-law-info-bar.wt-cli-cookie-bar > .cli-wrapper {
  width: 100%;
}

#cookie-law-info-bar.wt-cli-cookie-bar #wt-cli-cookie-banner-title {
  font-size: var(--title-font-size);
  margin: 0 0 1em;
}

#cookie-law-info-bar.wt-cli-cookie-bar #wt-cli-cookie-banner {
  display: block;
}

#cookie-law-info-bar.wt-cli-cookie-bar .message {
  font-size: var(--message-font-size);
}

#cookie-law-info-bar.wt-cli-cookie-bar .message,
#cookie-law-info-bar.wt-cli-cookie-bar .message p,
#cookie-law-info-bar.wt-cli-cookie-bar .message p strong {
  line-height: 1.5;
  font-weight: 400;
}

#cookie-law-info-bar.wt-cli-cookie-bar #wt-cli-policy-link {
  color: currentcolor !important;
  font-weight: 700;
  opacity: 0.5;
  text-decoration: underline;
  transition: all 0.2s ease;
}

#cookie-law-info-bar.wt-cli-cookie-bar #wt-cli-policy-link:hover,
#cookie-law-info-bar.wt-cli-cookie-bar #wt-cli-policy-link:focus {
  opacity: 1 !important;
}

#cookie-law-info-bar.wt-cli-cookie-bar .actions-wrapper,
#cookie-law-info-bar.wt-cli-cookie-bar .choices-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  width: 100%;
  -ms-flex-pack: center;
  justify-content: center;
}

#cookie-law-info-bar.wt-cli-cookie-bar #wt-cli-accept-all-btn,
#cookie-law-info-bar.wt-cli-cookie-bar #wt-cli-reject-btn,
#cookie-law-info-bar.wt-cli-cookie-bar #wt-cli-privacy-save-btn {
  background-color: var(--button-bg) !important;
  border: 2px solid var(--button-bg);
  border-radius: var(--button-radius) !important;
  color: white !important;
  font-size: var(--button-font-size);
  font-weight: var(--button-font-weight);
  line-height: normal;
  margin: 0 !important;
  opacity: 1 !important;
  padding: var(--button-padding) !important;
  text-transform: var(--button-text-transform);
  transition: all 0.2s ease;
  width: 40%;
  text-align: center;
}

#cookie-law-info-bar.wt-cli-cookie-bar #wt-cli-accept-all-btn:last-child,
#cookie-law-info-bar.wt-cli-cookie-bar #wt-cli-reject-btn:last-child,
#cookie-law-info-bar.wt-cli-cookie-bar #wt-cli-privacy-save-btn:last-child {
  margin: 0 !important;
}

#cookie-law-info-bar.wt-cli-cookie-bar #wt-cli-accept-all-btn:hover, #cookie-law-info-bar.wt-cli-cookie-bar #wt-cli-accept-all-btn:focus,
#cookie-law-info-bar.wt-cli-cookie-bar #wt-cli-reject-btn:hover,
#cookie-law-info-bar.wt-cli-cookie-bar #wt-cli-reject-btn:focus,
#cookie-law-info-bar.wt-cli-cookie-bar #wt-cli-privacy-save-btn:hover,
#cookie-law-info-bar.wt-cli-cookie-bar #wt-cli-privacy-save-btn:focus {
  background-color: var(--button-bg-hover) !important;
  border-color: var(--button-bg-hover);
  color: white !important;
}

#cookie-law-info-bar.wt-cli-cookie-bar .cli-preference-btn-wrapper {
  gap: 8px;
}

#cookie-law-info-bar.wt-cli-cookie-bar #wt-cli-settings-btn {
  border: 2px solid var(--button-setting-color) !important;
  border-radius: var(--button-radius);
  background-color: var(--button-setting-bg) !important;
  color: var(--button-color) !important;
  display: inline-block;
  font-size: var(--button-font-size);
  font-weight: bold;
  line-height: normal;
  position: relative;
  padding: var(--button-padding);
  padding-right: 40px;
  transition: all 0.2s ease;
  text-transform: var(--button-setting-text-transform);
  width: 66%;
  text-align: center;
}

#cookie-law-info-bar.wt-cli-cookie-bar #wt-cli-settings-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  display: inline-block;
  width: 8px;
  height: 8px;
  transform: translateY(-70%) rotate(135deg);
  border-width: 1px 1px 0 0;
  border-style: solid;
  border-color: currentcolor;
}

#cookie-law-info-bar.wt-cli-cookie-bar #wt-cli-settings-btn:hover, #cookie-law-info-bar.wt-cli-cookie-bar #wt-cli-settings-btn:focus {
  background-color: var(--button-setting-bg-hover) !important;
  border-color: var(--button-setting-bg-hover) !important;
  color: var(--button-setting-color-hover) !important;
  text-decoration: none !important;
}

#cookie-law-info-bar.wt-cli-cookie-bar .cli-modal-body .cli-tab-container {
  margin-top: 15px;
}

#cookie-law-info-bar.wt-cli-cookie-bar .cli-modal-body .cli-necessary-caption {
  margin: 0;
}

#cookie-law-info-bar.wt-cli-cookie-bar .cli-modal-body .cli-switch .cli-slider::after {
  top: 50%;
  transform: translateY(-50%);
}

#cookie-law-info-bar.wt-cli-cookie-bar .cli-modal-body .cli-switch input:checked + .cli-slider {
  background-color: var(--switch-active-color);
}

#cookie-law-info-bar.wt-cli-cookie-bar .cli-modal-footer .cli-tab-container {
  margin-top: 20px;
}

#cookie-law-info-bar.wt-cli-cookie-bar .cli-modal-footer .cli-tab-footer {
  padding: 0;
}

#cookie-law-info-bar.wt-cli-cookie-bar .cli-modal-footer .cli-row {
  overflow: visible;
}

#cookie-law-info-bar.wt-cli-cookie-bar .cli-modal-footer .wt-cli-ckyes-brand-logo {
  display: none;
}

#cookie-law-info-bar.wt-cli-cookie-bar #wt-cli-accept-all-btn {
  margin-right: 14px !important;
}

#cookie-law-info-bar.wt-cli-cookie-bar #wt-cli-accept-all-btn,
#cookie-law-info-bar.wt-cli-cookie-bar #wt-cli-reject-btn:last-child {
  margin-bottom: 14px !important;
}

/*  Show again btn */
#cookie-law-info-again {
  z-index: var(--show-again-z-index);
  bottom: 0 !important;
  left: 0 !important;
  right: auto !important;
  padding: 5px 10px 3px;
  background-color: var(--banner-bg) !important;
  border-top-right-radius: var(--show-again-radius);
  box-shadow: 0 0 5px 3px black;
  color: var(--banner-color) !important;
  font-size: var(--show-again-font-size);
  line-height: 1;
}

@media only screen and (min-width: 37.5em) {
  /*  Show again btn */
  #cookie-law-info-again {
    left: 20px !important;
    border-top-left-radius: var(--show-again-radius);
  }
  #cookie-law-info-bar.wt-cli-cookie-bar {
    inset: auto 16px 16px auto !important;
    bottom: 16px;
    right: 16px;
  }
  #cookie-law-info-bar.wt-cli-cookie-bar .cli-tab-footer {
    text-align: center;
  }
}

#wt-cli-settings-btn,
#cookie-law-info-bar.wt-cli-cookie-bar #wt-cli-settings-btn {
  color: black !important;
  text-decoration: none !important;
}

#wt-cli-settings-btn:hover,
#cookie-law-info-bar.wt-cli-cookie-bar #wt-cli-settings-btn:hover {
  color: #FFF !important;
}

#cookie-law-info-bar.wt-cli-cookie-bar .message, #cookie-law-info-bar.wt-cli-cookie-bar .message p strong,
#cookie-law-info-bar.wt-cli-cookie-bar #wt-cli-cookie-banner-title,
#cookie_hdr_showagain,
.cli-bar-message {
  color: #1c1c1c;
  width: 100%;
  font-weight: 400;
}

.settings-link-wrapper {
  width: 100%;
  text-align: center;
}

.cli-bar-btn_container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  margin: 10px 0;
  width: 100%;
  text-align: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 700px) {
  #cookie-law-info-bar.wt-cli-cookie-bar {
    bottom: 16px !important;
  }
}

@media screen and (max-width: 480px) {
  #cookie-law-info-bar.wt-cli-cookie-bar {
    width: 95%;
  }
  #cookie-law-info-bar.wt-cli-cookie-bar #wt-cli-accept-all-btn,
  #cookie-law-info-bar.wt-cli-cookie-bar #wt-cli-reject-btn,
  #cookie-law-info-bar.wt-cli-cookie-bar #wt-cli-privacy-save-btn,
  #cookie-law-info-bar.wt-cli-cookie-bar #wt-cli-settings-btn {
    width: 90%;
  }
  #cookie-law-info-bar.wt-cli-cookie-bar .message {
    max-height: 198px !important;
  }
  #cookie-law-info-bar.wt-cli-cookie-bar #wt-cli-accept-all-btn,
  #cookie-law-info-bar.wt-cli-cookie-bar #wt-cli-reject-btn:last-child {
    margin-right: 0 !important;
  }
}

/* ---------------------------------- *    IMAGE ZOOM
\* ---------------------------------- */
.img-zoom-link:hover:not(:active) .img-zoom, .img-zoom-link:focus:not(:active) .img-zoom {
  transform: scale(1.1);
}

.img-zoom-parent {
  overflow: hidden;
}

.img-zoom {
  transition: transform .5s ease;
}

.js_parallax {
  position: relative;
  overflow: hidden;
}

.js_img-parallax {
  position: absolute;
  top: -100px !important;
  left: 0;
  width: 100%;
  height: calc(100% + 100px * 2) !important;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  object-fit: cover;
}

@keyframes fadeIn_from_bottom {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeOut_from_bottom {
  0% {
    opacity: 1;
    transform: none;
  }
  100% {
    opacity: 0;
    transform: translateY(100px);
  }
}

.fadeInUpSD {
  animation-name: fadeInUpSD;
}

/* ---------------------------------- *    General
\* ---------------------------------- */
button {
  padding: 0;
  margin: 0;
  background: transparent;
  border: none;
  line-height: normal;
  cursor: pointer;
}

/* ---------------------------------- *    Btn
\* ---------------------------------- */
.btn {
  outline: none;
  cursor: pointer;
}

.btn-primary {
  position: relative;
  display: inline-block;
  vertical-align: center;
  padding: 0.625rem 1.625rem;
  background-color: #d11b26;
  border: 0;
  color: white;
  font-size: 0.9375rem;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 300ms ease;
}

.btn-primary::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 30px);
  height: calc(100% + 30px);
  border: 2px solid transparent;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -50%);
  box-sizing: content-box;
  transition: all 300ms ease;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  border-color: white;
  background-color: white;
  color: #d11b26;
}

.btn-primary:hover::after, .btn-primary:focus::after, .btn-primary:active::after {
  width: 100%;
  height: 100%;
  opacity: 1;
  border-color: #d11b26;
  transition-delay: 100ms;
}

.btn-primary:disabled, .btn-primary.--disabled {
  opacity: .1;
  pointer-events: none;
}

.btn-white {
  position: relative;
  display: inline-block;
  vertical-align: center;
  padding: 0.625rem 1.625rem;
  background-color: white;
  border: 0;
  color: black;
  font-size: 0.9375rem;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 300ms ease;
}

.btn-white::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 30px);
  height: calc(100% + 30px);
  border: 2px solid transparent;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -50%);
  box-sizing: content-box;
  transition: all 300ms ease;
}

.btn-white:hover, .btn-white:focus, .btn-white:active {
  border-color: #d11b26;
  background-color: #d11b26;
  color: white;
}

.btn-white:hover::after, .btn-white:focus::after, .btn-white:active::after {
  width: 100%;
  height: 100%;
  opacity: 1;
  border-color: white;
  transition-delay: 100ms;
}

.btn-white:disabled, .btn-white.--disabled {
  opacity: .1;
  pointer-events: none;
}

.btn-back-to-top {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: white;
  outline: none;
  background-color: rgba(0, 0, 0, 0.35);
  transition: all 300ms ease;
}

.btn-back-to-top svg {
  fill: currentColor !important;
  stroke: currentColor !important;
  width: 16px;
  height: 16px;
}

.btn-back-to-top:hover, .btn-back-to-top:focus, .btn-back-to-top:active {
  background-color: #e80b18;
}

.fixed-corner {
  position: fixed;
  right: 15px;
  bottom: 15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
  visibility: 0;
  transition: all 300ms ease;
  transform: translateX(100%);
}

.fixed-corner.visible {
  opacity: 1;
  visibility: 1;
  transform: translateX(0);
}

/* ---------------------------------- *    Wysiwyg CTA
\* ---------------------------------- */
.wysiwyg-cta {
  position: relative;
  display: inline-block;
  vertical-align: center;
  padding: 0.625rem 1.625rem;
  background-color: #d11b26;
  border: 0;
  color: white;
  font-size: 0.9375rem;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 300ms ease;
}

.wysiwyg-cta::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 30px);
  height: calc(100% + 30px);
  border: 2px solid transparent;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -50%);
  box-sizing: content-box;
  transition: all 300ms ease;
}

.wysiwyg-cta:hover, .wysiwyg-cta:focus, .wysiwyg-cta:active {
  border-color: white;
  background-color: white;
  color: #d11b26;
}

.wysiwyg-cta:hover::after, .wysiwyg-cta:focus::after, .wysiwyg-cta:active::after {
  width: 100%;
  height: 100%;
  opacity: 1;
  border-color: #d11b26;
  transition-delay: 100ms;
}

.wysiwyg-cta:disabled, .wysiwyg-cta.--disabled {
  opacity: .1;
  pointer-events: none;
}

.btn-scroll {
  display: block;
  width: 1.125rem;
  height: 4.625rem;
  margin-right: auto;
  margin-left: auto;
  background: url("../images/arrow.png") no-repeat 50% 100%;
  background-size: 100% auto;
  outline: none;
}

.btn-scroll + .section-title {
  margin-top: 70px;
}

@media only screen and (max-width: 29.9375em) {
  .btn-scroll {
    width: 0.85rem;
    height: 1.87rem;
  }
}

/*
*
    Styles dédiés au paramétrage global des sections
*
*/
/* ---------------------------------- *    SECTION
\* ---------------------------------- */
.section {
  position: relative;
  margin-bottom: 70px;
}

.section:last-child {
  margin-bottom: 140px;
}

.section.ph {
  padding-top: 70px;
  padding-bottom: 70px;
}

.section.hr-top {
  padding-top: 35px;
}

.section.hr-bottom {
  padding-bottom: 35px;
}

.section.hr-both {
  padding-top: 35px;
  padding-bottom: 35px;
}

/* ---------------------------------- *    SECTION TITLES
\* ---------------------------------- */
.section .section-heading {
  margin-bottom: 30px;
}

/* ---------------------------------- *    SECTION CTA
\* ---------------------------------- */
.section .section-cta-wrapper {
  margin-top: 30px;
}

/* ---------------------------------- *    Titre de section (souvent h2)
\* ---------------------------------- */
.section-title {
  max-width: 900px;
  text-align: center;
  font-size: 3.4375rem;
  font-weight: 300;
  line-height: 1.4;
  color: #1d1d1d;
  text-transform: uppercase;
  margin-bottom: 70px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 47.9375em) {
  .section-title {
    font-size: 2.1875rem;
  }
}

.section-title b,
.section-title strong {
  display: inline-block;
  font-weight: 900;
  white-space: nowrap;
}

@media only screen and (max-width: 37.4375em) {
  .section-title {
    font-size: 2.1875rem;
    margin-bottom: 35px;
  }
}

@media only screen and (max-width: 29.9375em) {
  .section-title {
    font-size: 1.75rem;
  }
  .section-title b,
  .section-title strong {
    white-space: inherit;
  }
}

.title-section {
  text-align: center;
  font-size: 3.4375rem;
  font-weight: 300;
  line-height: 1.4;
  color: #1d1d1d;
  text-transform: uppercase;
}

@media only screen and (max-width: 47.9375em) {
  .title-section {
    font-size: 2.1875rem;
  }
}

.title-section b,
.title-section strong {
  font-weight: bold;
}

@media only screen and (max-width: 37.4375em) {
  .title-section {
    font-size: 2.1875rem;
  }
}

@media only screen and (max-width: 29.9375em) {
  .title-section {
    font-size: 1.75rem;
  }
}

/*
*
    Possibilité d'utiliser les classes ajoutées par le js
*
*/
/* ---------------------------------- *    Structure
\* ---------------------------------- */
/* ---------------------------------- *    Labels
\* ---------------------------------- */
.gfield_label {
  color: #1d1d1d;
}

.gfield_label .gfield_required {
  color: inherit;
  margin-left: 0;
}

/* ---------------------------------- *    Fields (general)
\* ---------------------------------- */
.gform_wrapper input[type="text"],
.gform_wrapper input[type="email"],
.gform_wrapper input[type="date"],
.gform_wrapper input[type="password"],
.gform_wrapper input[type="tel"],
.gform_wrapper input[type="url"],
.gform_wrapper input[type="number"],
.gform_wrapper input[type="search"],
.gform_wrapper textarea,
.gform_wrapper select {
  width: 100% !important;
  min-height: 50px;
  padding: 0.75rem !important;
  border: 1px solid #6a6f73;
  border-radius: 0;
  box-shadow: none;
  outline: none !important;
}

#gform_fields_1 .ginput_left,
.gform_fields .ginput_left {
  padding: 0 !important;
}

@media only screen and (min-width: 37.5em) {
  #gform_fields_1,
  .gform_fields {
    display: -ms-grid !important;
    display: grid !important;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px 15px;
  }
  #gform_fields_1 > .gfield,
  .gform_fields > .gfield {
    padding: 0;
    margin: 0;
  }
  #gform_fields_1 > .gfield:first-child, #gform_fields_1 > .gfield:nth-last-child(2), #gform_fields_1 > .gfield.type-textarea, #gform_fields_1 > .gfield.type-recaptcha, #gform_fields_1 > .gfield.type-acceptance, #gform_fields_1 > .gfield.type-address,
  .gform_fields > .gfield:first-child,
  .gform_fields > .gfield:nth-last-child(2),
  .gform_fields > .gfield.type-textarea,
  .gform_fields > .gfield.type-recaptcha,
  .gform_fields > .gfield.type-acceptance,
  .gform_fields > .gfield.type-address {
    -ms-grid-column: 1;
    grid-column-start: 1;
    grid-column-end: -1;
  }
}

.gfield:first-child {
  max-width: 60%;
}

.gfield.type-name .name_first label,
.gfield.type-name .name_last label {
  display: none !important;
}

.gfield.type-recaptcha label {
  display: none !important;
}

.gfield.type-address .gfield_label {
  display: none !important;
}

@media only screen and (min-width: 37.5em) {
  .gfield.type-address .ginput_container_address {
    display: -ms-grid;
    display: grid;
    grid-gap: 30px 15px;
    -ms-grid-columns: 195px 1fr 1fr;
    grid-template-columns: 195px 1fr 1fr;
  }
  .gfield.type-address .ginput_container_address > span {
    width: 100% !important;
    padding-right: 0 !important;
    margin: 0 !important;
  }
  .gfield.type-address .ginput_container_address > span:first-child {
    -ms-grid-column: 1;
    grid-column-start: 1;
    grid-column-end: -1;
  }
  .gfield.type-address .ginput_container_address .gf_clear {
    display: none;
  }
}

.gfield label {
  display: block !important;
  font-size: 16px !important;
  color: #1d1d1d !important;
  font-weight: 600 !important;
  margin-bottom: 20px !important;
}

.gfield.field_sublabel_above .ginput_complex label {
  margin-top: 0 !important;
}

/* ---------------------------------- *    Input
\* ---------------------------------- */
.gform_button {
  position: relative;
  display: inline-block;
  vertical-align: center;
  padding: 0.625rem 1.625rem;
  background-color: #d11b26;
  border: 0;
  color: white;
  font-size: 0.9375rem;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 300ms ease;
}

.gform_button::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 30px);
  height: calc(100% + 30px);
  border: 2px solid transparent;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -50%);
  box-sizing: content-box;
  transition: all 300ms ease;
}

.gform_button:hover, .gform_button:focus, .gform_button:active {
  border-color: white;
  background-color: white;
  color: #d11b26;
}

.gform_button:hover::after, .gform_button:focus::after, .gform_button:active::after {
  width: 100%;
  height: 100%;
  opacity: 1;
  border-color: #d11b26;
  transition-delay: 100ms;
}

.gform_button:disabled, .gform_button.--disabled {
  opacity: .1;
  pointer-events: none;
}

/* ---------------------------------- *    Checkbox
\* ---------------------------------- */
/* ---------------------------------- *    Radio
\* ---------------------------------- */
/* ---------------------------------- *    Select
\* ---------------------------------- */
.gform_wrapper select {
  position: relative;
  appearance: none;
  background-color: transparent;
  padding-right: 60px;
  background-image: url("/content/themes/dci/resources/assets/images/svg/angle-down.svg");
  background-size: 12px auto;
  background-position: right 24px center;
  background-repeat: no-repeat;
}

/* ---------------------------------- *    Textarea
\* ---------------------------------- */
.gform_wrapper textarea {
  min-height: 180px;
  resize: vertical;
}

/* ---------------------------------- *    Password
\* ---------------------------------- */
/* ---------------------------------- *    Captcha / Consent
\* ---------------------------------- */
.ginput_container_consent {
  position: relative;
  padding-left: 40px;
}

.ginput_container_consent input {
  position: absolute;
  top: -1px;
  left: 0;
  width: 22px;
  height: 22px;
  border: 1px solid #bdc5cc;
  border-radius: 2px;
}

/* ---------------------------------- *    Submit
\* ---------------------------------- */
.gform_footer {
  text-align: center;
}

.gform_footer [type="submit"] {
  border: 2px solid transparent !important;
}

.gform_footer [type="submit"]:hover, .gform_footer [type="submit"]:focus, .gform_footer [type="submit"]:active {
  border-color: currentColor !important;
}

/* ---------------------------------- *    Required
\* ---------------------------------- */
/* ---------------------------------- *    Errors
\* ---------------------------------- */
/* ---------------------------------------- *    AUTRES STYLES (hors Gravity forms)
\* ---------------------------------------- */
.form-search {
  position: relative;
}

.form-search input {
  border: 1px solid #1d1d1d;
  width: 100%;
  height: 70px;
  padding-left: 10px;
  padding-right: 70px;
  outline: none !important;
}

.form-search .btn-submit {
  position: absolute;
  top: 0;
  right: 0;
  width: 70px;
  height: 70px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  outline: none;
  transition: all 300ms ease;
}

.form-search .btn-submit svg {
  width: 35px;
  height: 35px;
  fill: currentColor;
}

.form-search .btn-submit:hover, .form-search .btn-submit:focus, .form-search .btn-submit:active {
  color: white;
  background-color: #e80b18;
}

/*
*
    Styles dédiés à l'harmonisation des sliders
*
*/
/* ---------------------------------- *    GENERAL
\* ---------------------------------- */
table {
  background-color: transparent;
}

caption {
  font-style: italic;
}

th {
  text-align: left;
}

.table, table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
}

.table > thead > tr > th, table > thead > tr > th,
.table > thead > tr > td, table > thead > tr > td,
.table > tbody > tr > th, table > tbody > tr > th,
.table > tbody > tr > td, table > tbody > tr > td,
.table > tfoot > tr > th, table > tfoot > tr > th,
.table > tfoot > tr > td, table > tfoot > tr > td {
  padding: 10px;
  vertical-align: top;
}

.table > thead > tr > th, table > thead > tr > th {
  vertical-align: bottom;
  background-color: #006aa5;
  color: white;
}

.table > tbody + tbody, table > tbody + tbody {
  border-top: 3px solid #006aa5;
}

/* ---------------------------------- *    FEATURES
\* ---------------------------------- */
.--table-bordered {
  border: 1px solid black;
}

.--table-bordered > thead > tr > th,
.--table-bordered > thead > tr > td,
.--table-bordered > tbody > tr > th,
.--table-bordered > tbody > tr > td,
.--table-bordered > tfoot > tr > th,
.--table-bordered > tfoot > tr > td {
  border: 1px solid black;
}

.--table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #DDD;
}

.--table-hover > tbody > tr:hover {
  background-color: #DDD;
}

/* ---------------------------------- *    RESPONSIVE
\* ---------------------------------- */
.table-responsive {
  overflow-x: auto;
}

@media only screen and (max-width: 29.9375em) {
  .table-responsive {
    width: 100%;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive > .table > thead > tr > th, .table-responsive > table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td,
  .table-responsive > table > tfoot > tr > td {
    white-space: nowrap;
  }
}

/* ---------------------------------- *    Mixin Grid Layout
\* ---------------------------------- */
/* ---------------------------------- *    GENERAL
\* ---------------------------------- */
.modal-default-content {
  display: none;
}

.modaal-overlay {
  z-index: 45;
}

/* ---------------------------------- *    DEFAULT MODAL
\* ---------------------------------- */
.modal-default {
  z-index: 50;
}

.modal-default .modaal-container {
  max-width: 1000px;
  border-radius: 0;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.modal-default .modaal-content-container {
  padding: 30px;
  color: #1d1d1d;
}

.accordion-item {
  padding-top: 35px;
  padding-bottom: 35px;
  border-width: 2px 0 0;
  border-style: solid;
  border-color: black;
}

.accordion-item:last-child {
  border-bottom-width: 2px;
}

.accordion-title {
  position: relative;
  width: 100%;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.3;
  color: black;
}

@media only screen and (max-width: 47.9375em) {
  .accordion-title {
    font-size: 1rem;
  }
}

.accordion-title::after {
  content: '+';
  position: absolute;
  top: 50%;
  right: 0;
  font-size: 2em;
  font-weight: 300;
  transform: translateY(-50%) rotate(0deg);
  transition: all 150ms ease;
}

.accordion-title.active::after {
  transform: translateY(-50%) rotate(45deg);
}

.accordion-content {
  display: none;
  padding-top: 10px;
}

@media only screen and (min-width: 37.5em) {
  .accordion-item {
    padding-left: 12.5%;
    padding-right: 12.5%;
  }
}

.page-loader,
.ajax-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  color: #006aa5;
  transition: all 300ms ease;
}

.page-loader svg,
.ajax-loader svg {
  fill: currentColor;
  stroke: currentColor !important;
}

.ajax-loader {
  background-color: rgba(255, 255, 255, 0.5);
}

.ajax-loader svg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  transform: translate(-50%, -50%);
}

.page-loader {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #e8edf1;
}

.page-loader img {
  max-width: 110px;
  margin-bottom: 50px;
}

/*
*
    Importer tous les composants ici
*
*/
/*
*
    Importer tous les modules ici
*
*/
/* ---------------------------------- *    SECTION
\* ---------------------------------- */
.section-intro {
  margin-top: 0;
}

.section-intro .intro-highlight {
  font-size: 1.375rem;
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 1.4;
}

/* ---------------------------------- *    SECTION
\* ---------------------------------- */
.section-wysiwyg h2,
.section-wysiwyg h3 {
  margin-bottom: 20px;
}

.section-wysiwyg h2 b,
.section-wysiwyg h2 strong,
.section-wysiwyg h3 b,
.section-wysiwyg h3 strong {
  font-weight: 900;
}

.section-wysiwyg h2 {
  font-size: 3.4375rem;
  font-weight: 300;
  line-height: 1.3;
  color: black;
  text-transform: uppercase;
}

@media only screen and (max-width: 47.9375em) {
  .section-wysiwyg h2 {
    font-size: 2.1875rem;
  }
}

.section-wysiwyg h3 {
  font-size: 2.1875rem;
  font-weight: 300;
  line-height: 1.3;
  color: black;
  text-transform: uppercase;
}

@media only screen and (max-width: 47.9375em) {
  .section-wysiwyg h3 {
    font-size: 1.75rem;
  }
}

.section-wysiwyg p + h2,
.section-wysiwyg p + h3,
.section-wysiwyg p + ul,
.section-wysiwyg p + ul {
  margin-top: 35px;
}

.section-wysiwyg p, .section-wysiwyg li {
  line-height: 1.88;
}

.section-wysiwyg ul li,
.section-wysiwyg ol li {
  position: relative;
  padding-left: 35px;
}

.section-wysiwyg ul + p,
.section-wysiwyg ul + ol,
.section-wysiwyg ul + ul,
.section-wysiwyg ol + p,
.section-wysiwyg ol + ol,
.section-wysiwyg ol + ul {
  margin-top: 35px;
}

.section-wysiwyg ul li::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 16px;
  height: 2px;
  background-color: #d11b26;
}

.section-wysiwyg ol li::before {
  content: '#';
  position: absolute;
  top: -3px;
  left: 0;
  color: #d11b26;
  font-size: 20px;
  font-weight: 700;
}

.section-wysiwyg div {
  line-height: 1.66;
}

.section-wysiwyg div,
.section-wysiwyg p,
.section-wysiwyg ul,
.section-wysiwyg ol,
.section-wysiwyg li {
  margin-bottom: 15px;
}

.section-wysiwyg div:last-child,
.section-wysiwyg p:last-child,
.section-wysiwyg ul:last-child,
.section-wysiwyg ol:last-child,
.section-wysiwyg li:last-child {
  margin-bottom: 0;
}

.section-wysiwyg table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 20px;
  display: block;
  overflow-x: auto;
  white-space: nowrap;
}

.section-wysiwyg table th,
.section-wysiwyg table td {
  padding: 10px;
  text-align: left;
  border: 1px solid black;
}

.section-wysiwyg table th {
  background-color: #f4f4f4;
  font-weight: bold;
}

.section-wysiwyg table tbody tr:nth-child(odd) {
  background-color: #f9f9f9;
}

.section-wysiwyg table tbody tr:hover {
  background-color: #f1f1f1;
}

.section-wysiwyg table thead {
  display: table;
  width: 100%;
}

.section-wysiwyg table tbody {
  display: table;
  width: 100%;
}

@media (min-width: 768px) {
  .section-wysiwyg table {
    display: table;
  }
  .section-wysiwyg table thead {
    display: table-header-group;
  }
  .section-wysiwyg table tbody {
    display: table-row-group;
  }
}

/* ---------------------------------- *    IMAGES
\* ---------------------------------- */
.section-wysiwyg::before, .section-wysiwyg::after {
  content: '';
  display: table;
  clear: both;
}

.section-wysiwyg img {
  display: block;
  max-width: 100%;
}

.section-wysiwyg img.aligncenter {
  margin-left: auto;
  margin-right: auto;
}

.section-wysiwyg img.alignleft {
  float: left;
  margin-right: 20px;
}

.section-wysiwyg img.alignright {
  float: right;
  margin-left: 20px;
}

.section-blockquote {
  text-align: center;
  border-width: 9px 0;
  border-style: solid;
  border-color: #e8edf1;
  padding-top: 35px;
  padding-bottom: 35px;
}

.section-blockquote__thumbnail {
  margin-bottom: 35px;
}

.section-blockquote__thumbnail img {
  max-height: 120px;
}

.section-blockquote__content {
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 35px;
}

.section-blockquote__author {
  font-weight: 300;
}

.section-blockquote__content, .section-blockquote__author {
  font-size: 22px;
}

/* ---------------------------------- *    SECTION
\* ---------------------------------- */
.section-slide {
  position: relative;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.section-slide__navigation {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  background-color: white;
  padding-left: 35px;
  padding-right: 35px;
  overflow: hidden;
}

.section-slide__navigation::before, .section-slide__navigation::after {
  content: '';
  position: absolute;
  top: 0;
  z-index: 2;
  width: 70px;
  height: 100%;
  background-color: white;
}

.section-slide__navigation::before {
  left: 0;
}

.section-slide__navigation::after {
  right: 0;
}

.section-slide__navigation .wrap {
  width: calc(100% - 35px * 2);
}

.section-slide__navigation .nav-item {
  position: relative;
  overflow: hidden;
}

.section-slide__navigation .nav-item__thumbnail {
  min-width: 60px;
  width: 100%;
  height: 65px;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.3;
}

.section-slide__navigation .nav-item__index {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  font-weight: 700;
  opacity: 0;
  transform: translateY(100%);
}

.section-slide__navigation .nav-item__thumbnail, .section-slide__navigation .nav-item__index {
  transition: all 300ms ease;
}

.section-slide__navigation .nav-item:hover .nav-item__thumbnail, .section-slide__navigation .nav-item.slick-current .nav-item__thumbnail {
  opacity: 1;
  transform: translateY(-35px);
}

.section-slide__navigation .nav-item:hover .nav-item__index, .section-slide__navigation .nav-item.slick-current .nav-item__index {
  opacity: 1;
  text-decoration: underline;
  transition-delay: 100ms;
  transform: translateY(0);
}

.section-slide__navigation .wrap,
.section-slide__navigation .slick-list,
.section-slide__navigation .slick-track {
  overflow: visible;
}

.section-slide__navigation .icon-prev,
.section-slide__navigation .icon-next {
  position: absolute;
  top: 50%;
  z-index: 3;
  transform: translateY(-50%) scale(0.9);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  color: #d11b26;
  cursor: pointer;
  transition: all 300ms ease;
}

.section-slide__navigation .icon-prev::before,
.section-slide__navigation .icon-next::before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
}

.section-slide__navigation .icon-prev:hover, .section-slide__navigation .icon-prev:focus, .section-slide__navigation .icon-prev:active,
.section-slide__navigation .icon-next:hover,
.section-slide__navigation .icon-next:focus,
.section-slide__navigation .icon-next:active {
  color: #006aa5;
  transform: translateY(-50%) scale(0.8);
}

.section-slide__navigation .icon-prev {
  right: 100%;
}

.section-slide__navigation .icon-prev::before {
  border-width: 15px 20px 15px 0;
  border-color: transparent currentColor transparent transparent;
}

.section-slide__navigation .icon-next {
  left: 100%;
}

.section-slide__navigation .icon-next::before {
  border-width: 15px 0 15px 20px;
  border-color: transparent transparent transparent currentColor;
}

.section-slide__content {
  position: relative;
}

.section-slide__item {
  color: white;
}

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

.section-slide__item-description {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #006aa5;
  width: 100%;
}

.section-slide__item-description .text-wrap {
  min-height: 200px;
  padding: 35px 35px 0;
  font-weight: 700;
}

.section-slide__item-description .label,
.section-slide__item-description .caption {
  opacity: 0;
  transform: translateY(-30px);
  transition: all 600ms ease;
}

.section-slide__item-description .label {
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 15px;
}

.section-slide__item-description .caption {
  font-size: 22px;
  padding-bottom: 25px;
  overflow-y: scroll;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
  /* Hide scrollbar for Chrome, Safari and Opera */
}

.section-slide__item-description .caption::-webkit-scrollbar {
  display: none;
}

.section-slide__item-description figure {
  position: relative;
  height: 0;
  padding-top: 300px;
  opacity: 0;
  transition: all 1000ms ease;
}

.section-slide__item-description:not(.no-img) .text-wrap {
  position: relative;
}

.section-slide__item-description:not(.no-img) .text-wrap::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  height: 50px;
  width: 100%;
  background: #006aa5;
  background: linear-gradient(0deg, #006aa5 0%, rgba(0, 106, 165, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#006aa5", endColorstr="rgba(0, 106, 165, 0)", GradientType=1);
  pointer-events: none;
}

.section-slide__item-description.no-img .text-wrap {
  padding-bottom: 35px;
}

.section-slide__item-description.no-img .caption {
  max-height: none;
}

.section-slide__item-image {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}

.section-slide__item.slick-current .section-slide__item-description .label,
.section-slide__item.slick-current .section-slide__item-description .caption,
.section-slide__item.slick-current .section-slide__item-description figure {
  opacity: 1;
  transform: translateY(0);
}

.section-slide__item.slick-current .section-slide__item-description .label {
  transition-delay: 600ms;
}

.section-slide__item.slick-current .section-slide__item-description .caption {
  transition-delay: 750ms;
}

/* ---------------------------------- *    MEDIAS QUERIES
\* ---------------------------------- */
@media only screen and (max-width: 29.9375em) {
  .section-slide__item-description .text-wrap {
    padding: 35px 35px 15px;
    font-weight: 700;
  }
  .section-slide__item-description figure {
    padding-top: 56.25%;
  }
  .section-slide__navigation {
    padding-left: 0;
    padding-right: 0;
  }
  .section-slide__navigation::before, .section-slide__navigation::after {
    width: 35px;
  }
}

@media only screen and (min-width: 48em) {
  .section-slide__item {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .section-slide__item-description {
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    padding-bottom: 100px;
  }
  .section-slide__item-description .text-wrap {
    padding: 70px 52.5px 0;
  }
  .section-slide__item-description.no-img .text-wrap {
    min-height: 500px;
    max-height: 500px;
  }
  .section-slide__item-image {
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    min-height: 670px;
    padding-top: 0;
  }
  .section-slide__navigation {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    -ms-flex-align: end;
    align-items: flex-end;
    width: 50%;
    height: 100px;
  }
  .section-slide__navigation .icon-prev,
  .section-slide__navigation .icon-next {
    width: 70px;
    transform: translateY(-50%) scale(1);
  }
  .section-slide__navigation .icon-prev:hover, .section-slide__navigation .icon-prev:focus, .section-slide__navigation .icon-prev:active,
  .section-slide__navigation .icon-next:hover,
  .section-slide__navigation .icon-next:focus,
  .section-slide__navigation .icon-next:active {
    color: #006aa5;
    transform: translateY(-50%) scale(0.9);
  }
}

@media only screen and (min-width: 75em) {
  .section-slide__item-description {
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
  }
  .section-slide__item-image {
    -ms-flex: 2 1 0px;
    flex: 2 1 0;
  }
  .section-slide__navigation {
    width: calc(100% / 3);
  }
}

.shell .section-video {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.section-video .video-wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}

.section-video .video-wrapper::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 2;
  width: 75px;
  height: 4px;
  background-color: #d11b26;
  transform: translate(-50%, -50%);
}

.section-video .video-iframe {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.section-video .thumbnail {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}

.section-video .thumbnail .icon {
  z-index: 5;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  border: 4px solid white;
  transform: translate(-50%, -50%) scale(0.9);
  color: white;
  font-size: 1.25rem;
  transition: all .2s ease;
}

.section-video .thumbnail .icon::before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 20px 30px;
  border-color: transparent transparent transparent #d11b26;
  transform: translateX(5px);
}

.section-video .thumbnail .icon:hover, .section-video .thumbnail .icon:focus, .section-video .thumbnail .icon:active {
  background-color: white;
}

.section-video .thumbnail::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
}

.section-video .thumbnail:hover .icon {
  transform: translate(-50%, -50%);
}

.section-video .thumbnail-rgpd {
  display: none;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 20px 20px;
}

.section-video .video-wrapper.blocked .thumbnail-rgpd {
  display: -ms-flexbox;
  display: flex;
}

.section-video .video-wrapper.blocked .block-link {
  display: none;
}

.section-video .video-wrapper.blocked iframe {
  display: none;
}

@media only screen and (max-width: 37.4375em) {
  .section-video .thumbnail .icon {
    font-size: 5rem;
  }
}

@media only screen and (max-width: 29.9375em) {
  .section-video .thumbnail .icon {
    width: 80px;
    height: 80px;
  }
  .section-video .thumbnail .icon::before {
    border-width: 10px 0 10px 15px;
    transform: translateX(2px);
  }
}

.section-text-promote {
  padding-top: 70px;
  padding-bottom: 70px;
  color: white;
  text-align: center;
  text-transform: uppercase;
  background-image: url("/content/themes/dci/resources/assets/images/text-promote-background.jpg");
  background-size: cover;
  background-position: center;
  position: relative;
}

.section-text-promote::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.3);
  top: 0;
  left: 0;
}

.shell .section-text-promote {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.section-text-promote .text-promote__title {
  font-size: 4.375rem;
  font-weight: 700;
  line-height: 1.3;
  color: black;
  color: white;
  margin-bottom: 35px;
  letter-spacing: -0.1875rem;
}

@media only screen and (max-width: 47.9375em) {
  .section-text-promote .text-promote__title {
    font-size: 3.4375rem;
  }
}

.section-text-promote .text-promote__title .hashtag {
  color: #e80b18;
}

.section-text-promote .text-promote__bold-content {
  font-weight: 700;
  margin-bottom: 20px;
}

.section-text-promote .text-promote__content {
  margin-bottom: 60px;
}

.section-text-promote .text-promote__bold-content, .section-text-promote .text-promote__content {
  font-size: 1.75rem;
  line-height: 1.2;
}

.section-text-promote .btn {
  min-width: 200px;
}

@media only screen and (max-width: 29.9375em) {
  .section-text-promote .text-promote__title {
    font-size: 2.1875rem;
    letter-spacing: -0.0625rem;
  }
  .section-text-promote .text-promote__bold-content, .section-text-promote .text-promote__content {
    font-size: 1.3125rem;
  }
}

.section-timeline {
  padding-bottom: 70px;
}

.shell .section-timeline {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.section-timeline .shell {
  max-width: 1110px;
}

.section-timeline .col {
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  padding-left: 35px;
  padding-right: 35px;
}

.post-timeline {
  position: relative;
  margin-bottom: 70px;
}

.post-timeline:last-child {
  margin-bottom: 0;
}

.post-timeline__wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: auto;
  padding-left: 45px;
  margin-left: -35px;
  margin-right: -35px;
}

.post-timeline__date, .post-timeline__title {
  font-weight: 700;
  margin-bottom: 20px;
}

.post-timeline date {
  display: block;
  font-size: 0.875rem;
  color: #e80b18;
}

.post-timeline__title {
  font-size: 1.125rem;
  text-transform: uppercase;
}

.post-timeline__thumbnail {
  position: relative;
  height: 0;
  padding-top: 300px;
  margin-bottom: 30px;
}

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

.post-timeline__chronology {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  position: fixed;
  top: calc(50% + 70px / 2);
  left: 0;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-100%) translateY(-50%);
  transition: all 600ms ease;
}

.post-timeline__chronology .year {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
  color: #bdc5cc;
  margin-bottom: 35px;
  cursor: pointer;
  transition: all 600ms ease;
}

@media only screen and (max-height: 480px) {
  .post-timeline__chronology .year {
    margin-bottom: 20px !important;
  }
}

.post-timeline__chronology .year::before {
  content: '';
  width: 0;
  height: 2px;
  background-color: currentColor;
  margin-right: 10px;
  transition: inherit;
}

.post-timeline__chronology .year:hover, .post-timeline__chronology .year:focus, .post-timeline__chronology .year.active {
  color: #e80b18;
}

.post-timeline__chronology .year:hover::before, .post-timeline__chronology .year:focus::before, .post-timeline__chronology .year.active::before {
  width: 10px;
}

.post-timeline__chronology .year:last-child {
  margin-bottom: 0;
}

.post-timeline__chronology.visible {
  opacity: 1;
  visibility: visible;
  transform: translateX(0) translateY(-50%);
}

@media only screen and (min-width: 37.5em) {
  .post-timeline__wrap {
    padding-left: 105px;
  }
  .post-timeline__date {
    font-size: 1.25rem;
    color: #e80b18;
  }
  .post-timeline__title {
    font-size: 1.6875rem;
  }
  .post-timeline__chronology .year {
    margin-bottom: 70px;
  }
  .post-timeline__chronology .year::before {
    width: 25px;
  }
  .post-timeline__chronology .year:hover::before, .post-timeline__chronology .year:focus::before, .post-timeline__chronology .year.active::before {
    width: 70px;
  }
}

@media only screen and (min-width: 56.25em) {
  .post-timeline__wrap {
    -ms-flex-direction: row;
    flex-direction: row;
    background-image: url("/content/themes/dci/resources/assets/images/estomp-alpha.png");
    background-repeat: no-repeat;
    background-position: center right 35px;
    background-size: calc(50% - 105px);
  }
  .post-timeline__wrap.img-right {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .post-timeline__wrap.no-img .col {
    max-width: 50%;
  }
  .post-timeline__wrap.img-right, .post-timeline__wrap.no-img {
    background-position: center left 105px;
  }
  .post-timeline__infos {
    min-height: 300px;
  }
  .post-timeline__thumbnail {
    padding-top: 110%;
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 75em) {
  .post-timeline__wrap {
    margin-left: -70px;
    margin-right: -70px;
  }
}

@media only screen and (min-width: 90em) {
  .post-timeline__wrap {
    background-size: 50%;
    background-position: center right;
    padding-left: 0;
  }
  .post-timeline__wrap.img-right, .post-timeline__wrap.no-img {
    background-position: center left;
  }
}

.section-key-figures {
  position: relative;
}

.shell .section-key-figures {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.section-key-figures .btn-scroll {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 5;
  transform: translate(-50%, -50%);
}

.section-key-figures .banner-section {
  position: relative;
  padding: 9.6875rem 0 15.9375rem;
  background-color: black;
  color: white;
}

.section-key-figures .illus {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .77;
  background: no-repeat center;
  background-size: cover;
}

.section-key-figures .section-title {
  position: relative;
  color: inherit;
  margin-bottom: 0;
}

.section-key-figures .content-section {
  position: relative;
  margin-top: -6.25rem;
  padding: 6.25rem 35px 4.375rem;
  background-color: white;
}

.section-key-figures .content-section::before {
  position: absolute;
  top: 2.6875rem;
  right: 0;
  bottom: 0;
  left: 0;
  background: url("../images/key-figures-home.png") center no-repeat;
  background-size: contain;
  content: '';
}

.section-key-figures .list {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -0.625rem;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.section-key-figures .item {
  margin: auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -ms-flex-preferred-size: calc(100% / 3 - 1.25rem);
  flex-basis: calc(100% / 3 - 1.25rem);
  text-align: center;
}

.section-key-figures .nbr {
  text-align: center;
  font-size: 4.25rem;
  line-height: 1.25;
  font-weight: 600;
  color: #006aa5;
}

.section-key-figures .txt1 {
  display: block;
  font-size: 1.5rem;
  line-height: 1.25;
  font-weight: bold;
  text-transform: uppercase;
}

.section-key-figures .txt2 {
  display: block;
  margin-top: 0.125rem;
  font-size: 1rem;
  line-height: 1.25;
  font-weight: 500;
}

.section-key-figures .btn-wrapper {
  position: relative;
  margin-top: 3.75rem;
  text-align: center;
}

@media only screen and (max-width: 56.1875em) {
  .section-key-figures .content-section {
    margin-top: -4.375rem;
    padding: 4.375rem 35px;
  }
  .section-key-figures .nbr {
    font-size: 3.5rem;
  }
  .section-key-figures .txt1 {
    font-size: 1.25rem;
  }
  .section-key-figures .txt2 {
    font-size: 0.9rem;
  }
  .section-key-figures .item {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -ms-flex-preferred-size: calc(100% / 2 - 1.25rem);
    flex-basis: calc(100% / 2 - 1.25rem);
  }
}

@media only screen and (max-width: 37.4375em) {
  .section-key-figures .banner-section {
    padding-top: 7rem;
    padding-bottom: 10rem;
  }
  .section-key-figures .content-section {
    margin-top: -4rem;
    padding-top: 2rem;
    padding-bottom: 0;
  }
  .section-key-figures .nbr {
    font-size: 3rem;
  }
  .section-key-figures .txt1 {
    font-size: .95rem;
  }
  .section-key-figures .txt2 {
    font-size: .8rem;
  }
}

@media only screen and (max-width: 29.9375em) {
  .section-key-figures {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
  .section-key-figures .item {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}

.shell .section-document {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.section-document .shell {
  padding-left: 35px;
  padding-right: 35px;
}

.section-document__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-pack: center;
  justify-content: center;
  width: auto;
  margin-left: -10px;
  margin-right: -10px;
}

.section-document .item {
  position: relative;
  width: 100%;
  padding: 10px;
  color: white;
}

.section-document .item .wrap {
  min-height: 165px;
  padding: 35px 15px;
  position: relative;
  background-color: black;
}

.section-document .item .wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  z-index: 0;
  opacity: 0.65;
}

.section-document .item-link {
  text-decoration: none;
  z-index: 10;
  position: relative;
}

.section-document .item-title {
  font-weight: bold;
  text-transform: uppercase;
  z-index: 10;
  position: relative;
}

.section-document .item-meta {
  margin-bottom: 15px;
  z-index: 10;
  position: relative;
}

.section-document .item-caption {
  line-height: 1.2;
  z-index: 10;
  position: relative;
}

.section-document .item .icon {
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 10;
}

.section-document .item .icon svg {
  width: 30px;
  height: 30px;
  fill: currentColor;
}

@media only screen and (min-width: 37.5em) {
  .section-document .item {
    width: 50%;
  }
}

@media only screen and (min-width: 48em) {
  .section-document .item {
    width: calc(100% / 3);
  }
}

@media only screen and (min-width: 75em) {
  .section-document .item {
    width: 25%;
  }
}

.shell .section-faq {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.section-faq .shell {
  max-width: 1280px;
  padding-left: 35px;
  padding-right: 35px;
}

.section-last-news {
  padding-top: 70px;
  padding-bottom: 35px;
  margin-top: 140px;
  background-color: #e8edf1;
}

.shell .section-last-news {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.section-last-news .btn-scroll {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}

.section-last-news .section-title {
  line-height: 1.66;
}

.section-last-news .news-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.section-last-news .news-list .news-item {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 35px;
}

@media only screen and (min-width: 75em) {
  .section-last-news .news-list .news-item {
    width: calc(100% / 3);
  }
}

.section-last-news .news-post__link {
  text-decoration: none;
}

.section-last-news .news-post__title {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  color: #454f55;
  text-transform: uppercase;
  margin-bottom: 15px;
  text-rendering: optimizeSpeed;
}

.section-last-news .news-post__excerpt {
  color: #1d1d1d;
  font-size: 16px;
  line-height: 2;
  text-rendering: optimizeSpeed;
}

.section-last-news .news-post__thumbnail {
  position: relative;
  height: 0;
  padding-top: 56.25%;
  margin-bottom: 15px;
  overflow: hidden;
}

.section-last-news .news-post__thumbnail img,
.section-last-news .news-post__thumbnail .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.section-last-news .news-post__thumbnail img {
  object-fit: cover;
  transform: scale(1.05);
  transition: all 300ms;
}

.section-last-news .news-post__thumbnail .overlay {
  color: white;
  background-color: rgba(0, 0, 0, 0.2);
  opacity: 0;
  transition: all 600ms ease;
}

.section-last-news .news-post__thumbnail .overlay svg {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  fill: currentColor;
  transform: translate(-50%, -50%) rotate(0deg);
  transition: all 600ms ease-in-out;
}

.section-last-news .news-post__thumbnail:hover img, .section-last-news .news-post__thumbnail:focus img, .section-last-news .news-post__thumbnail:active img {
  transform: scale(1);
}

.section-last-news .news-post__thumbnail:hover .overlay, .section-last-news .news-post__thumbnail:focus .overlay, .section-last-news .news-post__thumbnail:active .overlay {
  opacity: 1;
}

.section-last-news .news-post__thumbnail:hover .overlay svg, .section-last-news .news-post__thumbnail:focus .overlay svg, .section-last-news .news-post__thumbnail:active .overlay svg {
  transform: translate(-50%, -50%) rotate(360deg);
}

@media only screen and (min-width: 48em) and (max-width: 74.9375em) {
  .section-last-news .news-post__link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
  }
  .section-last-news .news-post__thumbnail {
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    padding-top: 200px;
  }
  .section-last-news .news-post__content {
    -ms-flex: 2 1 0px;
    flex: 2 1 0;
    padding-left: 35px;
  }
}

.section-brands {
  padding-bottom: 70px;
}

.shell .section-brands {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.section-brands .shell {
  max-width: 1280px;
  padding-left: 35px;
  padding-right: 35px;
}

.section-brands .btn-scroll {
  margin-bottom: 35px;
}

.section-brands .list {
  display: -ms-flexbox;
  display: flex;
  margin: 1.4375rem -0.9375rem -0.9375rem;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.section-brands .item {
  margin: 0.9375rem;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -ms-flex-preferred-size: calc(20% - 1.875rem);
  flex-basis: calc(20% - 1.875rem);
}

.section-brands .item a {
  text-decoration: none;
}

.section-brands .item a:focus-visible figure {
  outline: 2px solid red !important;
  outline-offset: 2px !important;
}

.section-brands .item-content {
  display: block;
  text-decoration: none;
}

.section-brands .illus-wrapper {
  display: -ms-flexbox;
  display: flex;
  height: 6.8125rem;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}

.section-brands .illus {
  max-width: 100%;
  max-height: 100%;
}

.section-brands .txt {
  margin-top: 0.375rem;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 600;
  color: #454f55;
}

.section-brands .name {
  font-weight: 700;
}

.section-brands .name::before {
  content: '# ';
}

.section-brands .name::after {
  content: ' / ';
}

@media only screen and (max-width: 37.4375em) {
  .section-brands .item {
    -ms-flex-preferred-size: calc(25% - 1.875rem);
    flex-basis: calc(25% - 1.875rem);
  }
}

@media only screen and (max-width: 29.9375em) {
  .section-brands {
    margin-top: 4.4rem;
  }
  .section-brands .list {
    margin-top: 1rem;
  }
  .section-brands .item {
    -ms-flex-preferred-size: calc(50% - 1.875rem);
    flex-basis: calc(50% - 1.875rem);
  }
}

.section-client {
  padding-top: 50px;
  padding-bottom: 50px;
  margin-bottom: 90px;
  text-align: center;
  background-image: url("/content/themes/dci/resources/assets/images/client-background.jpg");
  background-size: 100%;
  color: #454f55;
}

.section-client .client-logo {
  height: 80px;
  margin-bottom: 20px;
}

.section-client .client-logo img {
  display: inline-block;
  width: auto;
  height: 100%;
  filter: drop-shadow(4px 4px 16px rgba(0, 0, 0, 0.1));
}

.section-client .client-name {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.3;
  color: inherit;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.section-client .client-function {
  font-size: 1.25rem;
  text-transform: uppercase;
}

.section-client .client-function::before {
  content: '#';
  margin-right: 5px;
  font-weight: 700;
  color: #e80b18;
}

.section-client .btn-scroll {
  position: absolute;
  top: calc(100% - 10px);
  left: 50%;
  transform: translateX(-50%);
}

.section-problematique {
  text-align: center;
}

.section-problematique .section-title {
  margin-bottom: 10px;
}

.section-problematique .question {
  font-size: 25px;
  font-weight: 700;
  line-height: 1.3;
  color: #115070;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.shell .section-image {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.section-image .image-block {
  position: relative;
  min-height: 375px;
  height: 70vh;
  max-height: 640px;
  overflow: hidden;
}

.section-image .image-parallax {
  position: absolute;
  top: -100px;
  left: 0;
  width: 100%;
  height: calc(100% + 100px * 2);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.section-image .image-caption {
  position: absolute;
  top: 100%;
  left: 0;
  max-width: 50%;
  margin-top: 10px;
  padding-left: 35px;
  padding-right: 35px;
}

@media only screen and (min-width: 56.25em) {
  .section-image {
    margin-bottom: 100px;
  }
  .section-image .btn-scroll {
    position: absolute;
    top: calc(100% - 10px);
    left: 50%;
    transform: translateX(-50%);
  }
}

@media only screen and (max-width: 56.1875em) {
  .section-image .image-caption {
    position: relative;
    max-width: none;
    margin-bottom: 35px;
  }
}

.section-informations .info-list {
  text-align: center;
}

.section-informations .info-item {
  text-align: center;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 35px;
}

.section-informations .info-item img {
  display: block;
  max-height: 60px;
  width: auto;
  margin: 0 auto 15px;
}

.section-informations .info-item h3 {
  font-size: 1.25rem;
}

.section-informations .info-item p {
  font-size: 16px;
}

@media only screen and (min-width: 37.5em) {
  .section-informations .info-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    margin-left: -15px;
    margin-right: -15px;
  }
  .section-informations .info-item {
    display: inline-block;
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (min-width: 56.25em) {
  .section-informations .info-item {
    width: calc(100% / 3);
  }
}

.section-map {
  margin-bottom: 0;
}

.shell .section-map {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.section-map .acf-map, .section-map .thumbnail-rgpd {
  width: 100%;
  min-height: 375px;
  height: 75vh;
  max-height: 580px;
}

.section-map .acf-map img {
  max-width: inherit !important;
}

.section-map .thumbnail-rgpd {
  display: none;
  background-size: cover;
  background-position: center;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 20px 20px;
}

.section-map .map-wrapper.blocked .thumbnail-rgpd {
  display: -ms-flexbox;
  display: flex;
}

.section-map .map-wrapper.blocked .acf-map {
  display: none;
}

.section-map {
  margin-bottom: 0;
}

.shell .section-map {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.section-map .acf-osm-map, .section-map .thumbnail-rgpd {
  width: 100%;
  min-height: 375px;
  height: 75vh;
  max-height: 580px;
}

.section-map .acf-osm-map img {
  max-width: inherit !important;
}

.section-map .thumbnail-rgpd {
  display: none;
  background-size: cover;
  background-position: center;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 20px 20px;
}

.section-map .map-wrapper.blocked .thumbnail-rgpd {
  display: -ms-flexbox;
  display: flex;
}

.section-map .map-wrapper.blocked .acf-osm-map {
  display: none;
}

.section-text-image {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-bottom: 70px;
}

.section-text-image .section-title {
  margin-top: 0;
}

.section-text-image .shell {
  max-width: 1110px;
}

.section-text-image .col {
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  padding-left: 35px;
  padding-right: 35px;
}

.post-text-image {
  position: relative;
  margin-bottom: 70px;
}

.post-text-image:last-child {
  margin-bottom: 0;
}

.post-text-image__wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: auto;
  margin-left: -35px;
  margin-right: -35px;
}

.post-text-image__title {
  font-weight: 700;
  margin-bottom: 20px;
}

.post-text-image date {
  display: block;
  font-size: 0.875rem;
  color: #e80b18;
}

.post-text-image__title {
  position: relative;
  padding-left: 50px;
  font-size: 2.1875rem;
  font-weight: 300;
  line-height: 1.3;
  color: black;
  text-transform: uppercase;
}

@media only screen and (max-width: 47.9375em) {
  .post-text-image__title {
    font-size: 1.75rem;
  }
}

.post-text-image__title::before {
  content: '#';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  color: #e80b18;
  font-size: 2em;
  font-weight: 900;
  transform: translateY(-50%);
}

.post-text-image__thumbnail {
  position: relative;
  height: 0;
  padding-top: 300px;
  margin-bottom: 30px;
}

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

.post-text-image__thumbnail::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 40px;
  height: 3px;
  background-color: #e80b18;
  transform: translate(-50%, -50%);
}

.post-text-image__chronology {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.post-text-image__chronology .line {
  margin-bottom: 70px;
}

.post-text-image__chronology .line:nth-child(1) {
  -ms-flex-order: 1;
  order: 1;
}

.post-text-image__chronology .line:nth-child(2) {
  -ms-flex-order: 2;
  order: 2;
}

.post-text-image__chronology .line:nth-child(3) {
  -ms-flex-order: 3;
  order: 3;
}

.post-text-image__chronology .line:nth-child(4) {
  -ms-flex-order: 4;
  order: 4;
}

.post-text-image__chronology .line:nth-child(5) {
  -ms-flex-order: 5;
  order: 5;
}

.post-text-image__chronology .line:not(.year) {
  height: 2px;
  width: 25px;
  background-color: black;
}

.post-text-image__chronology .line.year {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  color: #e80b18;
  font-weight: 700;
  -ms-flex-order: 1 !important;
  order: 1 !important;
}

.post-text-image__chronology .line.year::before {
  content: '';
  width: 25px;
  height: 4px;
  background-color: #e80b18;
  margin-right: 10px;
}

.post-text-image__chronology .line:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 37.5em) {
  .post-text-image__title {
    font-size: 1.6875rem;
  }
  .post-text-image__chronology .line.year::before {
    width: 105px;
  }
}

@media only screen and (min-width: 56.25em) {
  .post-text-image__wrap {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .post-text-image__wrap.img-right {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .post-text-image__thumbnail {
    padding-top: 110%;
    margin-bottom: 0;
  }
  .post-text-image__chronology {
    top: 50%;
    transform: translateY(-50%);
  }
  .post-text-image__chronology .line.year {
    -ms-flex-order: 3 !important;
    order: 3 !important;
  }
}

@media only screen and (min-width: 75em) {
  .post-text-image__wrap {
    margin-left: -70px;
    margin-right: -70px;
  }
}

@media only screen and (min-width: 90em) {
  .post-text-image__wrap {
    padding-left: 0;
  }
}

.section-logo-marque {
  text-align: center;
}

.section-logo-marque img {
  width: 100%;
  height: auto;
  max-width: 365px;
  max-height: 170px;
}

/* DCI group activity */
.section-group-activity {
  position: relative;
}

.shell .section-group-activity {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.section-group-activity .section-title {
  margin-bottom: 20px;
}

.section-group-activity .content-section {
  position: relative;
}

.section-group-activity .list {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -0.625rem;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.section-group-activity .item {
  margin: 0 0.625rem;
  padding: 0.875rem 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -ms-flex-preferred-size: calc(100% / 3 - 1.25rem);
  flex-basis: calc(100% / 3 - 1.25rem);
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  font-size: 1rem;
  line-height: 1.15;
  font-weight: bold;
  text-transform: uppercase;
}

.section-group-activity .txt {
  position: relative;
  padding: 0 2.18em;
  text-decoration: none;
  transition: .3s ease;
}

.section-group-activity .txt::before, .section-group-activity .txt::after {
  position: absolute;
  top: 50%;
  width: 1em;
  height: 2.56em;
  border: 0.313em solid #006aa5;
  opacity: 0;
  transform: translateY(-50%);
  content: '';
  transition: .3s ease;
}

.section-group-activity .txt::before {
  left: 0;
  border-right: 0;
}

.section-group-activity .txt::after {
  right: 0;
  border-left: 0;
}

.section-group-activity .txt:hover {
  color: #006aa5;
}

.section-group-activity .txt:hover::before, .section-group-activity .txt:hover::after {
  opacity: 1;
}

@media only screen and (max-width: 37.4375em) {
  .section-group-activity .item {
    font-size: .9rem;
  }
}

@media only screen and (max-width: 29.9375em) {
  .section-group-activity .content-section::before {
    top: 5rem;
    right: -35px;
    left: -35px;
    background-size: auto 75%;
  }
  .section-group-activity .item {
    display: block;
    -ms-flex-preferred-size: calc(50% - 1.25rem);
    flex-basis: calc(50% - 1.25rem);
    text-align: left;
    font-size: .8rem;
    text-align: center;
  }
  .section-group-activity .txt {
    padding-left: 0;
    padding-right: 0;
  }
  .section-group-activity .txt.styled {
    padding: 0;
    color: inherit;
  }
  .section-group-activity .txt.styled::before, .section-group-activity .txt.styled::after {
    display: none;
  }
}

.section-country {
  margin-top: 6.5625rem;
}

.section-country .shell {
  max-width: calc(73.125rem + 35px * 2);
}

.section-country .title-section .sub-title {
  display: block;
  margin-top: 1.25rem;
  font-size: .55em;
}

.section-country .list {
  display: -ms-flexbox;
  display: flex;
  margin: 2.8125rem -0.5625rem 0;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.section-country .item {
  display: -ms-flexbox;
  display: flex;
  margin: 0.5625rem;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -ms-flex-preferred-size: calc(100% / 6 - 1.125rem);
  flex-basis: calc(100% / 6 - 1.125rem);
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: center;
  align-items: center;
}

.section-country .illus-wrapper {
  margin-right: 0.75rem;
  -ms-flex: 0 0 1.8125rem;
  flex: 0 0 1.8125rem;
}

.section-country .illus {
  display: block;
}

.section-country .txt {
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  font-size: 1rem;
  line-height: 1.15;
  font-weight: 600;
  text-transform: uppercase;
}

.section-country .btn-wrapper {
  margin-top: 4.6875rem;
  text-align: center;
}

@media only screen and (max-width: 37.4375em) {
  .section-country .item {
    -ms-flex-preferred-size: calc(25% - 1.125rem);
    flex-basis: calc(25% - 1.125rem);
  }
}

@media only screen and (max-width: 29.9375em) {
  .section-country {
    margin-top: 4.4rem;
  }
  .section-country .list {
    margin-top: 2rem;
  }
  .section-country .item {
    -ms-flex-preferred-size: calc(50% - 1.125rem);
    flex-basis: calc(50% - 1.125rem);
  }
  .section-country .btn-wrapper {
    margin-top: 2.5rem;
  }
}

.section-solutions .section-title {
  margin-bottom: 20px;
}

.section-solutions .solution-list {
  text-align: center;
}

.section-solutions .solution-item {
  position: relative;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.section-solutions .solution-item:last-child {
  margin-bottom: 0;
}

.section-solutions .solution-item::before {
  content: '#';
  color: #e80b18;
  font-size: 2em;
  margin-right: 5px;
  vertical-align: sub;
}

/* ---------------------------------- *    General
\* ---------------------------------- */
.map-filters {
  position: relative;
  margin-bottom: 3.0625rem;
}

.map-filters .js-show-filters {
  padding: 1rem;
  position: absolute;
  color: white;
  font-weight: 700;
  width: 38.75%;
  text-transform: uppercase;
  z-index: 7;
  background-color: #B01720;
  max-width: 20rem;
}

.map-filters .js-show-filters::after {
  content: '+';
  position: absolute;
  top: 50%;
  right: 18px;
  font-size: 2em;
  font-weight: 300;
  transform: translateY(-50%) rotate(0deg);
  transition: all 150ms ease;
}

.map-filters .js-show-filters.active::after {
  transform: translateY(-50%) rotate(45deg);
}

.map-filters .js-show-filters.active {
  padding: 1rem 1rem 5px 1rem;
}

.map-filters .js-show-projects {
  display: none;
}

.map-filters .desc {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #B01720;
  position: absolute;
  top: 0;
  left: 0;
  bottom: auto;
  width: 38.75%;
  max-width: 20rem;
  padding: 0 1rem;
  z-index: 5;
  border-right: 0;
  color: white;
  max-height: 50px;
}

.map-filters .desc .js-reset-filters,
.map-filters .desc .list {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  color: transparent;
}

.map-filters .desc .accordion-title,
.map-filters .desc .accordion-title.active {
  color: transparent;
}

.map-filters .desc.active {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #B01720;
  margin-top: 40px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 38.75%;
  max-width: 20rem;
  padding: 0 1rem;
  z-index: 5;
  overflow: auto;
  border-right: 0.25rem solid #B01720;
  box-shadow: 0 0.4375rem 1.5625rem rgba(0, 0, 0, 0.05);
  color: white;
  max-height: 100%;
  /* Track (Fond de la scrollbar) */
  /* Thumb (Bouton de défilement) */
  /* Effet au survol */
}

.map-filters .desc.active::-webkit-scrollbar {
  width: 0.5rem;
}

.map-filters .desc.active::-webkit-scrollbar-track {
  background: #8F161E;
  border-radius: 0.625rem;
}

.map-filters .desc.active::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 0.625rem;
  border: 0.0625rem solid #8F161E;
}

.map-filters .desc.active::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.5);
}

.map-filters .desc.active.blocked {
  display: none;
}

.map-filters .desc::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 4px;
  height: 100%;
  background-color: #B01720;
}

.map-filters .desc.active .list {
  color: white;
  opacity: 1;
  visibility: visible;
  border-top: 0.0625rem solid rgba(255, 255, 255, 0.3);
}

.map-filters .desc.active .list:first-of-type {
  border-top: 0;
}

.map-filters .desc.active .list:first-of-type .accordion-content {
  display: block;
}

.map-filters .desc.active .list:last-of-type {
  margin-bottom: 1.875rem;
}

.map-filters .desc.active .list .accordion-title {
  font-size: 0.875rem;
  color: inherit;
  padding: 0.4375rem 0;
  margin: 0.75rem 0;
}

.map-filters .desc.active .list .accordion-title.active {
  margin-bottom: 0.5rem;
}

.map-filters .desc.active .list .accordion-title.active::after {
  content: "-";
  transform: translateY(-50%) rotate(0deg);
  font-size: 2.5rem;
}

.map-filters .desc.active .list .accordion-content {
  padding-top: 0;
  padding-bottom: 0.75rem;
}

.map-filters .desc.active .list .accordion-content .item {
  font-size: 0.75rem;
  padding: 0.4375rem 0;
  margin-bottom: 0.25rem;
}

.map-filters .desc.active .list .accordion-content .item .field {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  overflow: hidden;
}

.map-filters .desc.active .list .accordion-content .item .field:checked + .label::after {
  opacity: 1;
}

.map-filters .desc.active .list .accordion-content .item .label {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 2.625rem;
  padding-left: 1.5rem;
  cursor: pointer;
  font-size: 0.75rem;
  line-height: 1.37;
}

.map-filters .desc.active .list .accordion-content .item .label::before {
  position: absolute;
  top: 0.25rem;
  left: 0;
  width: 0.875rem;
  height: 0.875rem;
  border: 0.0625rem solid white;
  border-radius: 0.125rem;
  content: "";
}

.map-filters .desc.active .list .accordion-content .item .label::after {
  position: absolute;
  top: 0.4375rem;
  left: 0.1875rem;
  width: 0.5rem;
  height: 0.3125rem;
  opacity: 0;
  border: 0.125rem solid #B01720;
  border-top: 0;
  border-right: 0;
  content: "";
  transform: rotate(-40deg) skew(-10deg);
}

.map-filters .desc.active .list .accordion-content .item .field:focus-visible + .label::before {
  border-color: #1d1d1d !important;
}

.map-filters .desc.active .list .accordion-content .item .label.active::before {
  background-color: white;
}

.map-filters .desc.active .list svg {
  position: absolute;
  top: 0.625rem;
  left: 2.25rem;
  margin-right: 0.625rem;
  background: no-repeat center;
  background-size: contain;
  transform: translate(-50%, -50%);
  width: 1.25rem;
  height: 1.25rem;
}

.map-filters .desc.active .list .little {
  position: relative;
  font-size: 9px;
  min-width: 20px;
  line-height: 15px;
  margin-left: 0.5rem;
  color: white;
  font-weight: 600;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.map-filters .desc.active .list .btn {
  position: absolute;
  top: 50%;
  right: 0;
  width: 2.625rem;
  height: 2.625rem;
  border: 0;
  transform: translateY(-50%);
}

.map-filters .desc.active .list .btn::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.5625rem;
  height: 0.5625rem;
  border: 2px solid currentColor;
  border-top: 0;
  border-left: 0;
  content: "";
  transform: translate(-50%, -50%) rotate(-45deg);
  transition: all 0.3s ease;
}

.map-filters .desc.active .list .btn.active::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.map-filters .desc.active .list .subcategory-wrapper {
  display: none;
  padding-top: 0.4375rem;
}

.map-filters .desc.active .list .subcategory-wrapper:empty {
  display: none;
}

.map-filters .desc.active .list .subcategory {
  margin-top: 0.25rem;
  padding-left: 1.875rem;
}

.map-filters .desc.active .list .subcategory:first-child {
  margin-top: 0;
}

.map-filters .desc.active .list .subcategory .label {
  padding-right: 0;
  padding-left: 1.625rem;
  font-size: 0.75rem;
  line-height: 1.57;
}

.map-filters .desc.active .js-reset-filters {
  opacity: 1;
  visibility: visible;
  width: 100%;
  padding: 0.5rem 0.75rem;
  margin: auto 0 1rem;
  font-size: 0.75rem;
  font-weight: 700;
  color: white;
  text-align: center;
  text-transform: uppercase;
  background-color: transparent;
  border: 1px solid white;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

.map-filters .desc.active .js-reset-filters:focus-visible, .map-filters .desc.active .js-reset-filters:hover {
  text-decoration: underline;
}

.map-filters .js-reset-filters:focus-visible,
.map-filters .js-reset-filters:hover {
  background-color: white;
  color: black;
  border-color: black;
}

.map-filters .add-grey-to-top-of-list-projects,
.map-filters .add-grey-to-bottom-of-list-projects {
  position: absolute;
  border: 8px solid #E8EDF1;
  max-width: 20rem;
  width: 38.75%;
  z-index: 2;
}

.map-filters .add-grey-to-top-of-list-projects {
  top: 3rem;
}

.map-filters .add-grey-to-bottom-of-list-projects {
  bottom: 0;
}

.map-filters .list-projects {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #E8EDF1;
  margin: 60px 0 8px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 38.75%;
  max-width: 20rem;
  padding: 0 0.5rem 0 0.4375rem;
  z-index: 4;
  overflow: auto;
  border-right: 0.5rem solid #E8EDF1;
  color: #1D1D1D;
  max-height: 100%;
  /* Track (Fond de la scrollbar) */
  /* Thumb (Bouton de défilement) */
  /* Effet au survol */
}

.map-filters .list-projects::-webkit-scrollbar {
  width: 0.5rem;
}

.map-filters .list-projects::-webkit-scrollbar-track {
  background: white;
  border-radius: 0.625rem;
}

.map-filters .list-projects::-webkit-scrollbar-thumb {
  background: #ACB3B9;
  border-radius: 0.625rem;
  border: 0.03125rem solid #FFF;
}

.map-filters .list-projects::-webkit-scrollbar-thumb:hover {
  background: rgba(172, 179, 185, 0.8);
}

.map-filters .list-projects.blocked {
  display: none;
}

.map-filters .list-projects .project-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.75rem;
  padding: 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.map-filters .list-projects .project-item:last-child {
  border-bottom: 1px solid transparent;
}

.map-filters .list-projects .list-projects .item button {
  display: none;
}

.map-filters .list-projects .highlighted.project-item,
.map-filters .list-projects .project-item:has(a:focus-visible),
.map-filters .list-projects .project-item:hover {
  background-color: white;
}

.map-filters .list-projects .highlighted.project-item a,
.map-filters .list-projects .project-item:focus-visible a,
.map-filters .list-projects .project-item:hover a {
  background-color: #E8EDF1;
}

.map-filters .list-projects .project-item a:focus-visible,
.map-filters .list-projects .project-item:hover a:hover {
  background-color: #B01720;
  color: white;
}

.map-filters .list-projects .project-item h3 {
  color: #1D1D1D;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 18.4px;
}

.map-filters .list-projects .project-item a {
  padding: 4px 12px;
  background-color: white;
  color: #333;
  font-weight: 700;
  font-size: 0.625rem;
  text-transform: uppercase;
  text-decoration: none;
  width: fit-content;
  line-height: 1.15rem;
}

.map-filters .list-projects .project-item p {
  font-weight: 700;
  font-size: 0.75rem;
  text-transform: capitalize !important;
}

.map-filters .list-projects .project-item button {
  display: none;
}

.map-filters .map-wrapper {
  position: relative;
  background-color: rgba(0, 0, 0, 0.1);
  overflow: hidden;
  z-index: 0;
}

.map-filters .map-wrapper .acf-map, .map-filters .map-wrapper .thumbnail-rgpd {
  width: 100%;
  min-height: 375px;
  height: 75vh;
  max-height: 580px;
}

.map-filters .map-wrapper .acf-map img {
  max-width: inherit !important;
}

.map-filters .map-wrapper .thumbnail-rgpd {
  display: none;
  background-size: cover;
  background-position: center;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 20px 20px;
}

.map-filters .map-wrapper.blocked .thumbnail-rgpd {
  display: -ms-flexbox;
  display: flex;
}

.map-filters .map-wrapper.blocked .acf-map {
  display: none;
}

.map-filters .map {
  width: 100%;
  height: 40.125rem;
  max-height: calc(100vh - 70px);
}

.map-filters .leaflet-marker-icon.leaflet-div-icon {
  background-color: transparent;
  border: 0;
}

.map-filters .leaflet-marker-icon.leaflet-div-icon .marker-style {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  top: -1rem;
  position: relative;
  border-radius: 3rem 3rem 0;
  fill: white;
  padding: 0.2rem;
  transform: rotate(45deg);
  min-width: 34px;
  min-height: 34px;
}

.map-filters .leaflet-marker-icon.leaflet-div-icon .marker-style svg {
  max-width: 20px;
  max-height: 20px;
  transform: rotate(-45deg);
}

/* ---------------------------------- *    Media queries
\* ---------------------------------- */
@media only screen and (max-width: 60rem) {
  .map-filters .title {
    max-width: 100%;
  }
  .map-filters .add-grey-to-top-of-list-projects,
  .map-filters .list-projects,
  .map-filters .desc.active,
  .map-filters .add-grey-to-bottom-of-list-projects,
  .map-filters .js-show-projects,
  .map-filters .js-show-filters {
    width: 100%;
    max-width: 100%;
  }
  .map-filters .list-projects .project-item .item-title,
  .map-filters .list-projects .project-item p,
  .map-filters .js-show-projects,
  .map-filters .js-show-filters {
    font-size: 0.75rem;
  }
  .map-filters .js-show-filters.active {
    padding: 1rem 1rem 8px 1rem;
  }
  .map-filters .list-projects {
    opacity: 0;
    transform: translateY(100%);
    transition: all 0.4s ease;
    max-height: 0;
    overflow: auto;
    pointer-events: none;
    padding: 1rem 0.5rem 1rem 1rem;
  }
  .map-filters .list-projects.active {
    opacity: 1;
    margin: 55px 0 8px;
    transform: translateY(0);
    max-height: 100%;
    pointer-events: auto;
    padding: 0 0.5rem 1rem 1rem;
  }
  .map-filters .list-projects .project-item {
    padding: 1rem 0;
  }
  .map-filters .list-projects .project-item:first-of-type {
    padding: 0 0 1rem 0;
  }
  .map-filters .list-projects .highlighted.project-item,
  .map-filters .list-projects .project-item:hover {
    background-color: transparent;
  }
  .map-filters .list-projects .highlighted.project-item a,
  .map-filters .list-projects .project-item:hover a {
    background-color: #B01720;
  }
  .map-filters .list-projects .project-item p {
    font-weight: 700;
  }
  .map-filters .list-projects .project-item .group-button {
    display: -ms-flexbox;
    display: flex;
  }
  .map-filters .list-projects .project-item a,
  .map-filters .list-projects .project-item button {
    font-size: 0.625rem;
    text-transform: uppercase;
    padding: 0.25rem 0.75rem;
    font-weight: 800;
  }
  .map-filters .list-projects .project-item a {
    background-color: #B01720;
    margin-right: 0.5rem;
    color: #fff;
  }
  .map-filters .list-projects .project-item button {
    display: block;
    background-color: white;
    color: #333;
  }
  .map-filters .desc.active {
    margin-top: 2.4375rem;
    bottom: -16px;
    z-index: 8;
  }
  .map-filters .desc {
    display: none;
    position: static;
    width: 100%;
    max-width: 100%;
    margin-bottom: 0.9375rem;
    padding: 0 35px;
    box-shadow: none;
  }
  .map-filters .add-grey-to-top-of-list-projects,
  .map-filters .add-grey-to-bottom-of-list-projects {
    display: none;
  }
  .map-filters .js-show-projects {
    display: -ms-flexbox;
    display: flex;
    padding: 1rem;
    position: absolute;
    font-weight: 700;
    text-transform: uppercase;
    z-index: 7;
    background-color: #E8EDF1;
    color: #1D1D1D;
    bottom: 0;
    transition: all 300ms ease;
  }
  .map-filters .js-show-filters::after,
  .map-filters .js-show-projects::after {
    content: '+';
    position: absolute;
    top: 50%;
    right: 18px;
    font-size: 3em;
    font-weight: 300;
    transform: translateY(-50%) rotate(0deg);
    transition: all 150ms ease;
  }
  .map-filters .js-show-projects.active::after {
    transform: translateY(-50%) rotate(45deg);
  }
  .map-filters .js-show-projects.active {
    transform: translateY(-541px);
    margin-bottom: -12px;
    padding-top: 21px;
  }
  .map-filters .map {
    height: 43.75rem;
  }
}

.dci-group-home {
  position: relative;
  margin-top: 7.4375rem;
  padding-top: 2.0625rem;
  text-align: center;
}

.dci-group-home .btn-scroll {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
}

.dci-group-home .title-section {
  margin-bottom: 3.375rem;
}

.dci-group-home .list-infos {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.dci-group-home .list-infos .item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -ms-flex-preferred-size: calc(100% / 3);
  flex-basis: calc(100% / 3);
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: stretch;
  align-items: stretch;
  background: no-repeat center;
  background-size: cover;
}

.dci-group-home .list-infos .item:nth-child(1) {
  background-image: url("../images/dci-group-home1.jpg");
  color: white;
}

.dci-group-home .list-infos .item:nth-child(1) a.desc:hover, .dci-group-home .list-infos .item:nth-child(1) a.desc:focus, .dci-group-home .list-infos .item:nth-child(1) a.desc:active {
  background-color: rgba(0, 0, 0, 0.25);
}

.dci-group-home .list-infos .item:nth-child(2) {
  background-image: url("../images/dci-group-home2.jpg");
  color: white;
}

.dci-group-home .list-infos .item:nth-child(2) a.desc:hover, .dci-group-home .list-infos .item:nth-child(2) a.desc:focus, .dci-group-home .list-infos .item:nth-child(2) a.desc:active {
  background-color: rgba(0, 0, 0, 0.25);
}

.dci-group-home .list-infos .item:nth-child(3) {
  background-image: url("../images/dci-group-home3.jpg");
}

.dci-group-home .list-infos .desc {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 2.75rem 35px 5.3125rem;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-direction: column;
  flex-direction: column;
  text-decoration: none;
}

.dci-group-home .list-infos a.desc {
  transition: all .3s ease;
}

.dci-group-home .list-infos a.desc:hover, .dci-group-home .list-infos a.desc:focus, .dci-group-home .list-infos a.desc:active {
  background-color: rgba(255, 255, 255, 0.25);
}

.dci-group-home .list-infos .title {
  position: relative;
  padding-bottom: 1.8125rem;
  max-width: 14.6875rem;
  font-size: 1.75rem;
  line-height: 1.15;
  font-weight: bold;
  text-transform: uppercase;
  transition: all 600ms ease;
}

.dci-group-home .list-infos .title::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 4.5625rem;
  height: 0.375rem;
  background-color: currentColor;
  content: '';
  transform: translateX(-50%);
  transition: all 600ms ease;
}

.dci-group-home .list-infos .title .icon {
  display: block;
  margin-bottom: 0.4375rem;
  font-size: 1.67em;
  font-weight: 800;
  color: #e80b18;
}

.dci-group-home .list-infos .txt {
  max-width: 15.9375rem;
  margin-top: 1.5625rem;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  font-size: 1rem;
  line-height: 1.5;
  transition: all 600ms ease;
}

.dci-group-home .list-infos .more {
  position: absolute;
  bottom: 35px;
  left: 50%;
  width: 42px;
  height: 42px;
  display: block;
  margin-top: 2.1875rem;
  overflow: hidden;
  text-align: center;
  font-size: 3.4375rem;
  line-height: .5;
  font-weight: 100;
  text-decoration: none;
  transform: translateX(-50%) rotate(0deg);
  transition: all 600ms ease-in-out;
}

.dci-group-home .list-infos .more svg {
  fill: currentColor;
}

.dci-group-home .list-infos .title,
.dci-group-home .list-infos .txt {
  transform-origin: top;
}

.dci-group-home .list-tags {
  display: -ms-flexbox;
  display: flex;
  margin: 2.6875rem -1.0625rem;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.dci-group-home .list-tags .item {
  margin: 0.3125rem 1.0625rem;
  font-size: 1.25rem;
  line-height: 1.15;
  font-weight: bold;
  text-transform: uppercase;
}

.dci-group-home .list-tags .icon {
  color: #e80b18;
}

.dci-group-home .item:hover .title,
.dci-group-home .item:hover .txt, .dci-group-home .item:focus .title,
.dci-group-home .item:focus .txt, .dci-group-home .item:active .title,
.dci-group-home .item:active .txt {
  transform: scale(0.85);
}

.dci-group-home .item:hover .title::before, .dci-group-home .item:focus .title::before, .dci-group-home .item:active .title::before {
  width: 12.5rem;
}

.dci-group-home .item:hover .txt, .dci-group-home .item:focus .txt, .dci-group-home .item:active .txt {
  transition-delay: 100ms;
}

.dci-group-home .item:hover .more, .dci-group-home .item:focus .more, .dci-group-home .item:active .more {
  transform: translateX(-50%) rotate(360deg);
}

@media only screen and (max-width: 56.1875em) {
  .dci-group-home .list-infos {
    display: block;
  }
  .dci-group-home .list-infos .desc {
    display: block;
  }
  .dci-group-home .list-infos .title {
    max-width: 100%;
  }
  .dci-group-home .list-infos .title br {
    display: none;
  }
  .dci-group-home .list-infos .txt {
    max-width: 100%;
  }
}

@media only screen and (max-width: 29.9375em) {
  .dci-group-home {
    margin-top: 1.87rem;
  }
  .dci-group-home .title-section {
    margin-bottom: 2.5rem;
  }
}

.section-training-center {
  margin: 50px calc(50% - 50vw) 80px;
}

.section-training-center .shell {
  max-width: 100%;
  padding: 0;
}

.section-training-center .slick-list {
  height: 100%;
}

.training-center__slide-container {
  display: -ms-flexbox !important;
  display: flex !important;
  position: relative;
}

.training-center__picture-wrapper {
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  max-width: 650px;
  -ms-flex-item-align: start;
  align-self: flex-start;
  position: relative;
}

.training-center__picture-wrapper .slick-prev,
.training-center__picture-wrapper .slick-next {
  position: absolute;
  top: 50%;
  z-index: 3;
  transform: translateY(-50%) scale(0.9);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  color: #e80b18;
  cursor: pointer;
  transition: all 300ms ease;
}

.training-center__picture-wrapper .slick-prev::before,
.training-center__picture-wrapper .slick-next::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
}

.training-center__picture-wrapper .slick-prev:hover, .training-center__picture-wrapper .slick-prev:focus, .training-center__picture-wrapper .slick-prev:active,
.training-center__picture-wrapper .slick-next:hover,
.training-center__picture-wrapper .slick-next:focus,
.training-center__picture-wrapper .slick-next:active {
  color: white;
  transform: translateY(-50%) scale(0.8);
}

.training-center__picture-wrapper .slick-prev {
  right: 90%;
}

.training-center__picture-wrapper .slick-prev::before {
  border-width: 15px;
  border-color: transparent transparent currentColor currentColor;
  transform: rotate(45deg);
  box-shadow: -1px 3px 1px 0px rgba(0, 0, 0, 0.4);
}

.training-center__picture-wrapper .slick-next {
  left: 90%;
}

.training-center__picture-wrapper .slick-next::before {
  border-width: 15px;
  border-color: transparent transparent currentColor currentColor;
  transform: rotate(225deg);
  box-shadow: -3px 1px 1px 0px rgba(0, 0, 0, 0.4);
}

.training-center__picture-wrapper .slick-dots {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  position: absolute;
  padding: 1rem 0;
  bottom: 3rem;
  left: 0;
  right: 0;
  list-style-type: none;
}

.training-center__picture-wrapper .slick-dots li {
  margin: 0 0.25rem;
}

.training-center__picture-wrapper .slick-dots button {
  display: block;
  width: 1rem;
  height: 1rem;
  padding: 0;
  border: none;
  border-radius: 100%;
  background-color: white;
  text-indent: -9999px;
  box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.4);
}

.training-center__picture-wrapper .slick-dots li.slick-active button {
  background-color: #e80b18;
}

.training-center__picture-container {
  height: 650px;
  overflow: hidden;
  position: relative;
}

.training-center__picture-container img {
  top: -50px !important;
  width: 100%;
  height: calc(100% + 50px * 2) !important;
  max-width: unset;
  object-fit: cover;
}

.training-center__credits {
  position: absolute;
  width: 100%;
  bottom: 0;
  height: 45px;
  line-height: 14px;
  background-color: #454f55;
  color: white;
  padding: 15px 25px;
}

.training-center__text-container {
  -ms-flex: 2 1 0px;
  flex: 2 1 0;
  max-width: calc(100% - 650px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.training-center__text-wrapper-top {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-direction: row;
  flex-direction: row;
  background: #006aa5;
  max-width: 100%;
  max-height: 133px;
  padding: 20px 35px 20px 20px;
}

.training-center__text-wrapper-top > .slick-prev,
.training-center__text-wrapper-top > .slick-next {
  position: absolute;
  top: 50%;
  z-index: 3;
  transform: translateY(-50%) scale(0.9);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  color: white;
  cursor: pointer;
  transition: all 300ms ease;
}

.training-center__text-wrapper-top > .slick-prev::before,
.training-center__text-wrapper-top > .slick-next::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
}

.training-center__text-wrapper-top > .slick-prev:hover, .training-center__text-wrapper-top > .slick-prev:focus, .training-center__text-wrapper-top > .slick-prev:active,
.training-center__text-wrapper-top > .slick-next:hover,
.training-center__text-wrapper-top > .slick-next:focus,
.training-center__text-wrapper-top > .slick-next:active {
  color: #e80b18;
  transform: translateY(-50%) scale(0.8);
}

.training-center__text-wrapper-top > .slick-prev {
  right: 4rem;
}

.training-center__text-wrapper-top > .slick-prev::before {
  border-width: 15px 20px 15px 0;
  border-color: transparent currentColor transparent transparent;
}

.training-center__text-wrapper-top > .slick-next {
  right: 2rem;
}

.training-center__text-wrapper-top > .slick-next::before {
  border-width: 15px 0 15px 20px;
  border-color: transparent transparent transparent currentColor;
}

.training-center__text-container-logo {
  min-width: 90px;
  width: 90px;
  height: 90px;
}

.training-center__text-container-title {
  margin-left: 27px;
  max-width: calc(100% - 6rem);
  color: white;
}

.training-center__suptitle {
  text-transform: uppercase;
  font-size: 0.875rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}

.training-center__slide-title {
  font-family: "Montserrat", sans-serif;
  font-size: 1.625rem;
  line-height: 30px;
  font-weight: 600;
  margin-top: 10px;
}

.training-center__text-wrapper-contains {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 520px;
  background-image: url("../../../../dci/resources/assets/images/dci-groupe-bg-training.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 40px 65px 46px;
}

.training-center__text-container-contains {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 8%;
  margin-bottom: 50px;
}

.training-center__text-contains.right, .training-center__text-contains.left {
  width: 50%;
  min-width: 230px;
}

.training-center__subtitle {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Montserrat", sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  text-transform: uppercase;
}

.training-center__subtitle::before {
  content: "#";
  font-size: 1.96375rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #e80b18;
  margin-right: 20px;
}

.training-center__description-container ol li,
.training-center__description-container ul li, .training-center__keys-container ol li,
.training-center__keys-container ul li {
  line-height: 1.7em;
  vertical-align: sub;
}

.training-center__description-container ol li::before,
.training-center__description-container ul li::before, .training-center__keys-container ol li::before,
.training-center__keys-container ul li::before {
  content: "\2013";
  font-size: 28px;
  color: #e80b18;
  display: list-item;
  margin-right: 0.3em;
  position: absolute;
  left: -20px;
}

.training-center__keys {
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
}

.training-center__navigation {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 295px;
  right: 0;
  left: unset;
  width: calc(100% / 2 + 188px);
  max-width: calc(100% - 650px);
  padding: 0 65px;
  height: 120px;
  overflow: hidden;
}

.training-center__navigation .wrap {
  width: calc(100% - 35px * 2);
}

.training-center__navigation .nav-item {
  position: relative;
  overflow: hidden;
  width: 88px;
}

.training-center__navigation .nav-item__thumbnail {
  min-width: 60px;
  width: 100%;
  height: 85px;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.3;
}

.training-center__navigation .nav-item__index {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  font-weight: 700;
  opacity: 0;
  transform: translateY(100%);
}

.training-center__navigation .nav-item__thumbnail, .training-center__navigation .nav-item__index {
  transition: all 300ms ease;
}

.training-center__navigation .nav-item:hover .nav-item__thumbnail, .training-center__navigation .nav-item.slick-current .nav-item__thumbnail {
  opacity: 1;
  transform: translateY(-35px);
}

.training-center__navigation .nav-item:hover .nav-item__index, .training-center__navigation .nav-item.slick-current .nav-item__index {
  opacity: 1;
  text-decoration: underline;
  transition-delay: 100ms;
  transform: translateY(0);
}

.training-center__navigation .icon-prev,
.training-center__navigation .icon-next {
  position: absolute;
  top: 50%;
  z-index: 3;
  transform: translateY(-50%) scale(0.9);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  color: #d11b26;
  cursor: pointer;
  transition: all 300ms ease;
}

.training-center__navigation .icon-prev::before,
.training-center__navigation .icon-next::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
}

.training-center__navigation .icon-prev:hover, .training-center__navigation .icon-prev:focus, .training-center__navigation .icon-prev:active,
.training-center__navigation .icon-next:hover,
.training-center__navigation .icon-next:focus,
.training-center__navigation .icon-next:active {
  color: #006aa5;
  transform: translateY(-50%) scale(0.8);
}

.training-center__navigation .icon-prev {
  right: 100%;
}

.training-center__navigation .icon-prev::before {
  border-width: 15px 20px 15px 0;
  border-color: transparent currentColor transparent transparent;
}

.training-center__navigation .icon-next {
  left: 100%;
}

.training-center__navigation .icon-next::before {
  border-width: 15px 0 15px 20px;
  border-color: transparent transparent transparent currentColor;
}

.training-center__content {
  position: relative;
}

.training-center__picture-wrapper.slides-grid-1 figure {
  grid-area: 1/1/3/3;
}

.training-center__picture-wrapper.slides-grid-1 figure img {
  height: 100%;
}

.training-center__picture-wrapper.slides-grid-2 {
  -ms-grid-rows: (1fr)[2];
  grid-template-rows: repeat(2, 1fr);
}

.training-center__picture-wrapper.slides-grid-2 figure:first-child {
  grid-area: 1/1/2/3;
}

.training-center__picture-wrapper.slides-grid-2 figure:last-child {
  grid-area: 2/1/3/3;
}

.training-center__picture-wrapper.slides-grid-3 figure:first-child {
  grid-area: 1/1/2/3;
}

.training-center__picture-wrapper.slides-grid-3 figure:nth-child(2) {
  grid-area: 2/1/3/2;
}

.training-center__picture-wrapper.slides-grid-3 figure:last-child {
  grid-area: 2/2/3/3;
}

.training-center__picture-wrapper.slides-grid-3 .training-center__picture-container:nth-child(2) img,
.training-center__picture-wrapper.slides-grid-3 .training-center__picture-container:last-child img {
  top: 0 !important;
  transform: unset !important;
  width: 100% !important;
  height: auto !important;
}

@media only screen and (max-width: 56.1875em) {
  .training-center__slick-list {
    width: 100%;
    max-width: 2000px;
  }
  .training-center__slide-container {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .training-center__picture-wrapper {
    width: 100%;
    max-width: 100%;
    height: 600px;
    -ms-flex: unset;
    flex: unset;
    margin-bottom: 30px;
  }
  .training-center__credits {
    margin-bottom: 0 !important;
  }
  .training-center__text-container {
    width: 100% !important;
    -ms-flex: inherit;
    flex: inherit;
  }
  .training-center__text-wrapper-top {
    max-width: 100%;
  }
  .training-center__navigation {
    width: 100% !important;
  }
}

@media only screen and (max-width: 74.9375em) {
  .training-center__slick-list {
    width: 100%;
  }
  .training-center__text-container {
    width: 50%;
  }
  .training-center__text-container-logo {
    min-width: 65px;
    width: 65px;
  }
  .training-center__picture-wrapper {
    height: 485px;
  }
  .training-center__picture-wrapper .slick-prev,
  .training-center__picture-wrapper .slick-next {
    top: 242px !important;
  }
  .training-center__picture-container {
    margin-bottom: 0;
    height: 485px;
  }
  .training-center__text-container {
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    max-width: 100%;
  }
  .training-center__text-container-contains {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .training-center__text-contains.left, .training-center__text-contains.right {
    max-width: 100%;
    width: 100%;
  }
  .training-center__text-contains.right {
    margin: auto auto 30px;
  }
  .training-center__text-wrapper-top {
    max-height: inherit;
    padding-right: 40px;
  }
  .training-center__text-wrapper-container {
    min-height: calc(100% - 123px);
  }
  .training-center__navigation {
    width: 50%;
    max-width: unset;
  }
  .training-center__navigation .icon-prev,
  .training-center__navigation .icon-next {
    width: 70px;
    transform: translateY(-50%) scale(1);
  }
  .training-center__navigation .icon-prev:hover, .training-center__navigation .icon-prev:focus, .training-center__navigation .icon-prev:active,
  .training-center__navigation .icon-next:hover,
  .training-center__navigation .icon-next:focus,
  .training-center__navigation .icon-next:active {
    color: #006aa5;
    transform: translateY(-50%) scale(0.9);
  }
}

@media only screen and (max-width: 47.9375em) {
  .training-center__navigation {
    top: 270px !important;
    padding: 0 24px !important;
  }
}

@media only screen and (max-width: 29.9375em) {
  .training-center__text-container {
    margin-top: 100px !important;
  }
  .training-center__text-wrapper-contains {
    padding-top: 45px !important;
  }
  .training-center__navigation {
    top: 70px !important;
    padding: 0 24px !important;
  }
}

/*
*
    Importer tous les parties structurelles ici
*
*/
/* ---------------------------------- *    GENERAL
\* ---------------------------------- */
.header-global-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background-color: white;
  height: 100px;
  z-index: 20;
  transition: all 300ms ease;
}

.header-global-wrapper .header-content {
  padding: 0 35px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

@media only screen and (max-width: 29.9375em) {
  .header-global-wrapper .header-content {
    padding-left: 15px;
    padding-right: 15px;
  }
  .header-global-wrapper .header-content .btn-search {
    margin-left: 0;
  }
}

.header-global-wrapper .col {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

.header-global-wrapper .logo-block {
  display: block;
  max-width: 6.875rem;
  height: 100%;
}

.header-global-wrapper .logo-block img {
  height: 100%;
  width: auto;
}

.header-global-wrapper .btn-search {
  display: -ms-flexbox;
  display: flex;
  width: 2.625rem;
  height: 2.625rem;
  margin-left: 1.375rem;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-global-wrapper .btn-search svg {
  display: block;
}

.header-global-wrapper .btn-search svg * {
  fill: currentColor;
}

.header-global-wrapper .burger-menu-icon {
  position: relative;
  display: block;
  padding: 0.5rem 0.375rem;
}

.header-global-wrapper .burger-menu-icon .line-wrapper {
  position: relative;
  display: block;
  width: 1.8125rem;
  height: 1.625rem;
}

.header-global-wrapper .burger-menu-icon .line {
  position: absolute;
  left: 0;
  width: 100%;
  height: 0.25rem;
  background-color: currentColor;
  border-radius: 0.25rem;
  transition: all 300ms ease;
}

.header-global-wrapper .burger-menu-icon .line-1 {
  top: 0;
}

.header-global-wrapper .burger-menu-icon .line-2 {
  top: 0.6875rem;
}

.header-global-wrapper .burger-menu-icon .line-3 {
  top: 1.375rem;
}

.header-global-wrapper .burger-menu-icon.is-active {
  transition: all 300ms ease;
}

.header-global-wrapper .burger-menu-icon.is-active .line-1 {
  transform: translateY(11px) rotate(45deg);
}

.header-global-wrapper .burger-menu-icon.is-active .line-2 {
  opacity: 0;
  transform: scale(0);
}

.header-global-wrapper .burger-menu-icon.is-active .line-3 {
  transform: translateY(-11px) rotate(-45deg);
}

.header-global-wrapper .nav-secondary-block {
  display: none;
}

.header-global-wrapper .form-search {
  position: absolute;
  display: block;
  top: 100%;
  left: 0;
  width: 100%;
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: white;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  box-shadow: 0 20px 20px rgba(0, 0, 0, 0.1);
  transition: all 600ms ease;
}

.header-global-wrapper .form-search .shell {
  position: relative;
  transition: all 600ms ease;
  transform: translateX(-30px);
}

.header-global-wrapper .form-search.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.header-global-wrapper .form-search.active .shell {
  transition-delay: 250ms;
  transform: translateX(0);
}

.header-global-wrapper .form-search .icon-close {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 50%;
  right: 15px;
  cursor: pointer;
  transform: translateY(-50%) rotate(-45deg);
  transition: all 300ms ease;
}

.header-global-wrapper .form-search .icon-close svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.header-global-wrapper .form-search .icon-close:hover, .header-global-wrapper .form-search .icon-close:focus, .header-global-wrapper .form-search .icon-close:active {
  color: #e80b18;
  transform: translateY(-50%) rotate(225deg);
}

.header-global-wrapper.home-transparent-header .label-menu {
  position: absolute;
  top: 50%;
  right: 100%;
  margin-right: 5px;
  text-transform: uppercase;
  transform: translateY(-50%);
}

.header-global-wrapper.home-transparent-header .btn-search {
  margin-left: 10px;
  outline: none !important;
}

.header-global-wrapper.home-transparent-header .form-search .btn-submit {
  right: 70px;
}

.header-global-wrapper.home-transparent-header .form-search .shell {
  padding-right: 70px;
}

.form-search-opened .header-global-wrapper.home-transparent-header {
  color: #1d1d1d !important;
  background-color: white !important;
}

@media only screen and (min-width: 75em) {
  .header-global-wrapper:not(.home-transparent-header) .form-search .btn-submit {
    right: 70px;
  }
}

@media only screen and (max-width: 74.9375em) {
  .header-global-wrapper:not(.home-transparent-header) .form-search .shell {
    padding-left: 0;
    padding-right: 0;
  }
}

body.sticky-header .header-global-wrapper {
  height: 70px;
  box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.1);
}

body.sticky-header:not(.dashboard-opened) .header-global-wrapper {
  transition-duration: 300ms !important;
}

body.home:not(.sticky-header) .header-global-wrapper:not(.home-transparent-header) {
  transform: translateY(-100%);
}

body.home:not(.sticky-header).dashboard-opened .home-transparent-header {
  color: #1d1d1d;
}

body.home.form-search-opened {
  overflow: hidden;
}

body.home .header-global-wrapper.home-transparent-header {
  position: absolute;
  color: white;
  background-color: transparent;
  height: 100px !important;
}

body.home .header-global-wrapper.home-transparent-header .col-1 {
  -ms-flex-order: 2;
  order: 2;
  width: 110px;
}

body.home .header-global-wrapper.home-transparent-header .col-2 {
  -ms-flex-order: 1;
  order: 1;
  width: calc(50% - 55px);
  -ms-flex-pack: start;
  justify-content: flex-start;
}

body.home .header-global-wrapper.home-transparent-header .col-2 > * {
  display: none !important;
}

body.home .header-global-wrapper.home-transparent-header .col-2 > .langs {
  display: block !important;
  margin-left: 0;
}

body.home .header-global-wrapper.home-transparent-header .col-2 > .langs a {
  padding: 0;
  margin: 0;
}

body.home .header-global-wrapper.home-transparent-header .col-2 > .langs a:not(:last-child) {
  padding: 0 10px 0 0;
  margin-right: 10px;
}

body.home .header-global-wrapper.home-transparent-header .col-3 {
  -ms-flex-order: 3;
  order: 3;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

body.home .header-global-wrapper.home-transparent-header .col-2, body.home .header-global-wrapper.home-transparent-header .col-3 {
  width: calc(50% - 55px);
}

body.home .header-global-wrapper:not(.home-transparent-header) {
  height: 70px !important;
}

@media only screen and (max-width: 29.9375em) {
  body.home .header-global-wrapper.home-transparent-header {
    height: 80px !important;
  }
}

@media only screen and (max-width: 74.9375em) {
  .header-global-wrapper .col-1 {
    -ms-flex-order: 2;
    order: 2;
  }
  .header-global-wrapper .col-2 {
    -ms-flex-order: 1;
    order: 1;
  }
  .header-global-wrapper .col-2 > * {
    display: none !important;
  }
  .header-global-wrapper .col-2 > .langs {
    display: block !important;
    margin-left: 0;
  }
  .header-global-wrapper .col-2 > .langs a {
    padding: 0;
    margin: 0;
  }
  .header-global-wrapper .col-2 > .langs a:not(:last-child) {
    padding: 0 10px 0 0;
    margin-right: 10px;
  }
  .header-global-wrapper .col-3 {
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-order: 3;
    order: 3;
  }
  .header-global-wrapper .col-2, .header-global-wrapper .col-3 {
    width: 70px;
  }
}

@media only screen and (max-width: 37.4375em) {
  .header-global-wrapper .label-menu {
    display: none !important;
  }
}

.menu-primary .menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.menu-primary .menu-item[class*="current"] {
  font-weight: 900 !important;
}

.menu-primary a {
  position: relative;
  display: block;
  height: auto;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-size: 0.9375rem;
  letter-spacing: 0.05em;
  line-height: 1.1;
  color: #1d1d1d;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
}

.menu-primary .sub-menu .menu-item {
  position: relative;
}

.menu-primary .sub-menu .menu-item > a {
  position: relative;
  opacity: 0.6;
  transition: all 300ms ease;
}

.menu-primary .sub-menu .menu-item::before {
  content: '#';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  color: #e80b18;
  font-size: 1.5em;
  font-weight: 700;
  opacity: 0;
  visibility: hidden;
  transition: all 300ms ease;
  transform: translateX(-100%) translateY(-50%) scale(0.8);
}

.menu-primary .sub-menu .menu-item:hover > a, .menu-primary .sub-menu .menu-item:focus > a, .menu-primary .sub-menu .menu-item[class*="current"] > a {
  opacity: 1;
  transform: translateX(35px);
}

.menu-primary .sub-menu .menu-item:hover::before, .menu-primary .sub-menu .menu-item:focus::before, .menu-primary .sub-menu .menu-item[class*="current"]::before {
  opacity: 1;
  visibility: visible;
  transition-delay: 75ms;
  transform: translateX(0) translateY(-50%) scale(1);
}

.langs {
  display: -ms-flexbox;
  display: flex;
  margin-left: 0.9375rem;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

.langs a {
  position: relative;
  padding: 0.5625rem;
  font-size: 0.9375rem;
  line-height: 1;
  font-weight: 300;
  text-transform: uppercase;
  text-decoration: none;
}

.langs a::before {
  position: absolute;
  top: 47%;
  right: 0;
  font-weight: 300;
  content: '|';
  transform: translate(50%, -50%);
}

.langs a:last-child::before {
  display: none;
}

.langs a.is-active {
  font-weight: bold;
}

.header-global-wrapper .nav-primary-block,
.header-global-wrapper .menu-primary {
  height: 100%;
}

.header-global-wrapper .menu-primary .menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 100%;
}

.header-global-wrapper .menu-primary .menu > .menu-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 100%;
}

.header-global-wrapper .menu-primary .menu > .menu-item > a {
  font-size: 1rem;
  padding-left: 1.5625rem;
  padding-right: 1.5625rem;
}

.header-global-wrapper .menu-primary .menu > .menu-item > a::before {
  position: absolute;
  top: 47%;
  right: 0;
  font-weight: 300;
  content: '|';
  transform: translate(50%, -50%);
}

@media only screen and (min-width: 75em) and (max-width: 85em) {
  .header-global-wrapper .menu-primary .menu > .menu-item > a {
    font-size: 0.8125rem;
    letter-spacing: 0;
  }
}

.header-global-wrapper .menu-primary .sub-menu {
  display: none;
}

.header-global-wrapper .menu-primary .sub-menu > li {
  line-height: 1.2em;
  margin-bottom: 35px;
}

.header-global-wrapper .menu-primary .sub-menu > li:last-child {
  margin-bottom: 0;
}

.header-global-wrapper .menu-primary .sub-menu a {
  padding-left: 0;
  padding-right: 0;
}

@media only screen and (min-width: 75em) {
  .header-global-wrapper .menu-primary .menu-item-has-children {
    position: relative;
  }
  .header-global-wrapper .menu-primary .menu-item-has-children.hovered > .sub-menu, .header-global-wrapper .menu-primary .menu-item-has-children.clicked > .sub-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0) rotateY(0deg);
  }
  .header-global-wrapper .menu-primary .sub-menu {
    position: absolute;
    display: block;
    top: calc(100% - 20px);
    left: -1.5625rem;
    z-index: 2;
    width: auto;
    padding: 35px 50px;
    background-color: white;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
    perspective: 1000px;
    transform: translateY(-30px) rotateY(40deg);
    transition: all 600ms ease;
  }
  .header-global-wrapper .menu-primary .sub-menu > li {
    white-space: nowrap;
  }
  .sticky-header .header-global-wrapper .menu-primary .sub-menu {
    top: 100%;
  }
  .header-global-wrapper .menu-primary .sub-menu.more-than-5 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 45px;
    -ms-flex-align: start;
    align-items: start;
    padding-bottom: 0 !important;
  }
}

.dashboard-menu .menu {
  -ms-flex-align: initial;
  align-items: initial;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-left: -15px;
  margin-right: -15px;
}

.dashboard-menu .menu > .menu-item {
  margin-bottom: 50px;
  padding-left: 15px;
  padding-right: 15px;
}

.dashboard-menu .menu > .menu-item > a {
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1.5rem;
  transition: all 300ms ease;
}

.dashboard-menu .menu > .menu-item > a::before {
  content: '';
  width: 0;
  height: 4px;
  background-color: #e80b18;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -2px;
  transition: all 300ms ease;
}

.dashboard-menu .menu > .menu-item.clicked > a, .dashboard-menu .menu > .menu-item[class*="current"] > a {
  padding-left: 75px;
}

.dashboard-menu .menu > .menu-item.clicked > a::before, .dashboard-menu .menu > .menu-item[class*="current"] > a::before {
  width: 40px;
  transition-delay: 75ms;
}

.dashboard-menu .sub-menu {
  margin-top: 15px;
}

.dashboard-menu .sub-menu .menu-item {
  margin-bottom: 0;
}

.dashboard-menu .sub-menu .menu-item:last-child {
  margin-bottom: 0;
}

.dashboard-menu .sub-menu a {
  transition: all 300ms ease;
}

.dashboard-menu .sub-menu a:hover, .dashboard-menu .sub-menu a:focus, .dashboard-menu .sub-menu a:active {
  padding-left: 15px;
}

@media only screen and (max-width: 74.9375em) {
  .dashboard-menu .menu-primary {
    padding-top: 0;
  }
  .dashboard-menu .menu {
    display: block;
    margin: 0 0 20px;
  }
  .dashboard-menu .menu > .menu-item {
    border-bottom: 1px solid #1d1d1d;
    padding: 20px 0;
    margin-bottom: 0;
  }
  .dashboard-menu .menu > .menu-item > a {
    padding: 0;
  }
  .dashboard-menu .sub-menu {
    margin-top: 15px;
  }
  .dashboard-menu .sub-menu .menu-item {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 29.9375em) {
  .dashboard-menu .menu > .menu-item a {
    font-size: 0.875rem;
  }
  .dashboard-menu .menu > .menu-item > a {
    font-size: 1.5rem;
  }
  .dashboard-menu .sub-menu {
    column-count: auto !important;
  }
}

.menu .menu-item a strong,
.menu .menu-item a b {
  font-weight: inherit !important;
}

.footer-global-wrapper .menu > .menu-item {
  padding-left: 25px;
  padding-right: 25px;
}

.footer-global-wrapper .menu > .menu-item a {
  position: relative;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none !important;
}

.footer-global-wrapper .menu > .menu-item a::before {
  content: '';
  position: absolute;
  top: 100%;
  right: 0;
  width: 0;
  height: 2px;
  background-color: #e80b18;
  transition: all 300ms ease;
}

.footer-global-wrapper .menu > .menu-item a:hover::before, .footer-global-wrapper .menu > .menu-item a:focus::before {
  width: 100%;
  left: 0;
  right: auto;
}

.dashboard-menu {
  position: fixed;
  top: 99px;
  left: 100%;
  z-index: 10;
  width: 100vw;
  padding-top: 100px;
  height: calc(100vh - 100px);
  background-color: #e8edf1;
  background-image: url("/content/themes/dci/resources/assets/images/dashboard-background.png");
  background-repeat: no-repeat;
  background-size: 90% auto;
  background-position: center center;
  overflow: hidden;
  transition: all 800ms cubic-bezier(0.39, 0.25, 0.5, 0.92);
}

.dashboard-menu__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.dashboard-menu__corner {
  position: absolute;
  top: 35px;
  right: 35px;
  z-index: 1;
  display: none;
  -ms-flex-align: center;
  align-items: center;
}

.dashboard-menu__corner .langs {
  margin-right: 10px;
}

.dashboard-menu__corner .close button {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

.dashboard-menu__corner .close button svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  transform: rotate(45deg);
  transition: all 300ms ease;
}

.dashboard-menu__corner .close button:hover svg, .dashboard-menu__corner .close button:focus svg, .dashboard-menu__corner .close button:active svg {
  fill: #e80b18;
  transform: rotate(-135deg);
}

.dashboard-menu .shell-lg {
  position: relative;
  z-index: 1;
  max-width: 1280px;
  padding-top: 15px;
  padding-bottom: 120px;
  max-height: calc(100vh - 100px);
  overflow: hidden scroll;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
  /* Hide scrollbar for Chrome, Safari and Opera */
}

.dashboard-menu .shell-lg::-webkit-scrollbar {
  display: none;
}

.dashboard-menu .shell-lg > :last-child {
  margin-bottom: 120px;
}

.dashboard-menu .shell-lg::after {
  content: '';
  position: fixed;
  bottom: 0;
  left: 100%;
  width: 100%;
  height: 120px;
  pointer-events: none;
  background: #e8edf1;
  background: linear-gradient(0deg, #e8edf1 0%, rgba(232, 237, 241, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e8edf1", endColorstr="rgba(232, 237, 241, 0)", GradientType=1);
}

.dashboard-menu .form-search,
.dashboard-menu .menu > .menu-item {
  opacity: 0;
  transform: translateX(100px);
  transition: all 600ms ease;
}

.dashboard-menu__corner {
  display: -ms-flexbox;
  display: flex;
}

.dashboard-menu .shell-lg {
  padding-top: 0;
  max-height: calc(100vh - 100px);
}

.dashboard-menu .menu-primary {
  border-top: 0;
  padding-top: 0;
}

.dashboard-menu .shell-lg::after,
.dashboard-menu ~ .header-global-wrapper,
.dashboard-menu ~ .page-content-wrapper,
.dashboard-menu ~ .footer-global-wrapper {
  transition: all 800ms cubic-bezier(0.39, 0.25, 0.5, 0.92);
}

.dashboard-menu .sub-menu-title {
  display: none;
}

@media only screen and (min-width: 75em) {
  .dashboard-menu {
    top: 0;
    height: 100vh;
  }
  .dashboard-menu .menu {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr minmax(370px, 30%) minmax(200px, 25%);
    grid-template-columns: 1fr minmax(370px, 30%) minmax(200px, 25%);
    width: auto;
    margin-left: -35px;
    margin-right: -35px;
  }
  .dashboard-menu .menu > .menu-item {
    width: 100%;
    padding-left: 35px;
    padding-right: 35px;
  }
  .dashboard-menu .menu > .menu-item:nth-child(4n + 2) {
    -ms-grid-column: 2;
    grid-column-start: 2;
    grid-column-end: -1;
  }
  .dashboard-menu .form-search {
    display: none !important;
  }
  .dashboard-menu .sub-menu > .menu-item:hover > a, .dashboard-menu .sub-menu > .menu-item:focus > a, .dashboard-menu .sub-menu > .menu-item[class*="current"] > a {
    transform: translateX(20px);
  }
  .dashboard-menu .sub-menu.more-than-5 {
    display: -ms-grid !important;
    display: grid !important;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    -ms-flex-align: start;
    align-items: start;
    padding-bottom: 0 !important;
    margin-left: -25px;
    margin-right: -25px;
    width: auto !important;
  }
  .dashboard-menu .sub-menu.more-than-5 > .menu-item {
    margin-left: 25px;
    margin-right: 25px;
  }
}

@media only screen and (min-width: 90em) {
  .dashboard-menu__background {
    background-size: auto;
  }
}

@media only screen and (max-width: 74.9375em) {
  .dashboard-menu {
    padding-top: 15px;
  }
  .dashboard-menu__corner {
    display: none !important;
  }
  .dashboard-menu .shell-lg::after {
    transform: translateY(100%);
  }
  .sticky-header .dashboard-menu {
    height: calc(100vh - 70px);
    top: 70px;
  }
  .dashboard-menu .form-search,
  .dashboard-menu .menu > .menu-item {
    transform-origin: top;
  }
  .dashboard-menu .menu-primary {
    position: relative;
  }
  .dashboard-menu .menu-primary::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 1px;
    background-color: #1d1d1d;
    transition: all 300ms ease;
  }
}

@media only screen and (max-width: 29.9375em) {
  .dashboard-menu {
    top: 80px;
    height: calc(100vh - 80px);
  }
}

body.dashboard-opened {
  overflow: hidden;
}

body.dashboard-opened .dashboard-menu {
  left: 0;
}

body.dashboard-opened .dashboard-menu .form-search,
body.dashboard-opened .dashboard-menu .menu > .menu-item {
  opacity: 1;
  transform: translateX(0);
}

body.dashboard-opened .dashboard-menu .form-search:nth-child(1),
body.dashboard-opened .dashboard-menu .menu > .menu-item:nth-child(1) {
  transition-delay: 875ms;
}

body.dashboard-opened .dashboard-menu .form-search:nth-child(2),
body.dashboard-opened .dashboard-menu .menu > .menu-item:nth-child(2) {
  transition-delay: 950ms;
}

body.dashboard-opened .dashboard-menu .form-search:nth-child(3),
body.dashboard-opened .dashboard-menu .menu > .menu-item:nth-child(3) {
  transition-delay: 1025ms;
}

body.dashboard-opened .dashboard-menu .form-search:nth-child(4),
body.dashboard-opened .dashboard-menu .menu > .menu-item:nth-child(4) {
  transition-delay: 1100ms;
}

body.dashboard-opened .dashboard-menu .form-search:nth-child(5),
body.dashboard-opened .dashboard-menu .menu > .menu-item:nth-child(5) {
  transition-delay: 1175ms;
}

body.dashboard-opened .dashboard-menu .form-search:nth-child(6),
body.dashboard-opened .dashboard-menu .menu > .menu-item:nth-child(6) {
  transition-delay: 1250ms;
}

body.dashboard-opened .dashboard-menu .form-search:nth-child(7),
body.dashboard-opened .dashboard-menu .menu > .menu-item:nth-child(7) {
  transition-delay: 1325ms;
}

body.dashboard-opened .dashboard-menu .form-search:nth-child(8),
body.dashboard-opened .dashboard-menu .menu > .menu-item:nth-child(8) {
  transition-delay: 1400ms;
}

body.dashboard-opened .dashboard-menu .form-search:nth-child(9),
body.dashboard-opened .dashboard-menu .menu > .menu-item:nth-child(9) {
  transition-delay: 1475ms;
}

body.dashboard-opened .dashboard-menu .form-search:nth-child(10),
body.dashboard-opened .dashboard-menu .menu > .menu-item:nth-child(10) {
  transition-delay: 1550ms;
}

body.dashboard-opened .dashboard-menu ~ .page-content-wrapper,
body.dashboard-opened .dashboard-menu ~ .footer-global-wrapper {
  transform: translateX(-100%);
}

body.dashboard-opened .dashboard-menu .shell-lg::after {
  left: 0;
}

@media only screen and (min-width: 75em) {
  body.dashboard-opened .dashboard-menu ~ .header-global-wrapper {
    transform: translateX(-100%);
  }
}

@media only screen and (max-width: 74.9375em) {
  body.dashboard-opened .dashboard-menu {
    transition-delay: 0s;
    transform: scaleY(1);
  }
  body.dashboard-opened .dashboard-menu ~ .header-global-wrapper {
    background-color: #e8edf1;
    transform: translateX(0);
  }
  body.dashboard-opened .dashboard-menu .shell-lg::after {
    left: 0;
    transform: translateY(0);
  }
  body.dashboard-opened .dashboard-menu .menu-primary::before {
    width: 100%;
    transition-delay: 600ms;
  }
}

body.dashboard-opened.sticky-header .header-global-wrapper {
  box-shadow: none;
}

body.dashboard-opened.home:not(.sticky-header) .dashboard-menu ~ .header-global-wrapper:not(.home-transparent-header) {
  transform: translateX(-100%) translateY(-100%);
}

.main-global-wrapper {
  overflow-x: hidden;
}

body:not(.home) .main-global-wrapper {
  padding-top: 100px;
}

/**
* GENERAL
* MEDIA QUERIES
*/
/* GENERAL
---------------------------------------- */
.footer-global-wrapper .shell {
  max-width: calc(73.125rem + 35px * 2);
}

.footer-global-wrapper .footer-top {
  padding-bottom: 5.9375rem;
  background-color: #e8edf1;
}

.footer-global-wrapper .logo-wrapper {
  display: block;
  max-width: 9.875rem;
  margin: 0 auto;
}

.footer-global-wrapper .logo {
  display: block;
}

.footer-global-wrapper .footer-nav {
  margin-top: 5.9375rem;
}

.footer-global-wrapper .footer-nav .menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer-global-wrapper .footer-nav li {
  position: relative;
}

.footer-global-wrapper .footer-nav li::before {
  position: absolute;
  top: 50%;
  left: 0;
  font-size: 0.9375rem;
  line-height: 1;
  font-weight: 300;
  content: '|';
  transform: translateY(-50%);
}

.footer-global-wrapper .footer-nav li:first-child::before {
  display: none;
}

.footer-global-wrapper .footer-nav a {
  display: block;
  padding: 0.625rem 1.875rem;
  font-size: 1rem;
  line-height: 1.15;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
}

.footer-global-wrapper .footer-bottom {
  padding: 1.5rem 0;
}

.footer-global-wrapper .footer-bottom .shell {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer-global-wrapper .footer-bottom .copyright {
  display: block;
  padding: 0.625rem 1.125rem;
  font-size: 0.75rem;
  line-height: 1.15;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
}

.footer-global-wrapper .footer-bottom .copyright a {
  text-decoration: none;
}

.footer-global-wrapper .legal-nav .menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer-global-wrapper .legal-nav + .copyright,
.footer-global-wrapper .legal-nav a {
  display: block;
  padding: 0.625rem 1.125rem;
  font-size: 0.875rem;
  line-height: 1.15;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
}

/* MEDIA QUERIES
---------------------------------------- */
@media only screen and (max-width: 74.9375em) {
  .footer-global-wrapper .footer-top {
    padding-bottom: 3.5rem;
  }
  .footer-global-wrapper .footer-nav {
    margin-top: 3.5rem;
  }
}

@media only screen and (max-width: 29.9375em) {
  .footer-global-wrapper .footer-top {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .footer-global-wrapper .logo-wrapper {
    display: none;
  }
  .footer-global-wrapper .footer-nav {
    margin-top: 0;
  }
  .footer-global-wrapper .footer-nav li::before {
    display: none;
  }
  .footer-global-wrapper .footer-nav a {
    padding: .4rem .75rem;
    font-size: .8rem;
  }
  .footer-global-wrapper .legal-nav a,
  .footer-global-wrapper .legal-nav + .copyright {
    padding: .4rem .75rem;
    font-size: .8rem;
  }
}

.head-banner {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.head-banner__title {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 375px;
  height: 45vh;
  max-height: 470px;
  padding-bottom: 50px;
  overflow: hidden;
}

.head-banner__title p {
  color: white;
  font-weight: 600;
  margin-top: 0.25rem;
}

.head-banner__title h1 {
  position: relative;
  z-index: 2;
  font-size: 3.4375rem;
  font-weight: 300;
  line-height: 1.1em;
  color: white;
  text-transform: uppercase;
  text-align: center;
  max-width: 768px;
}

@media only screen and (max-width: 47.9375em) {
  .head-banner__title h1 {
    font-size: 2.1875rem;
  }
}

.head-banner__title h1 b {
  display: inline-block;
  font-weight: 900;
}

.head-banner__title h1::before {
  content: '#';
  margin-right: 5px;
  font-weight: 900;
  color: #e80b18;
}

.head-banner__title img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  object-fit: cover;
}

.head-banner__title::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.55);
}

.head-banner__breadcrumb {
  position: relative;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-align: center;
  align-items: center;
  min-height: 100px;
  width: calc(100% - 35px * 2);
  max-width: calc(1110px + 35px*2);
  margin-left: auto;
  margin-right: auto;
  padding-left: 35px;
  padding-right: 35px;
  background-color: white;
  margin-top: -50px;
}

@media only screen and (min-width: 37.5em) {
  .head-banner__breadcrumb {
    padding-left: 70px;
    padding-right: 70px;
  }
}

@media only screen and (min-width: 37.5em) {
  .head-banner__title {
    padding-bottom: 100px;
  }
  .head-banner__breadcrumb {
    margin-top: -100px;
    width: calc(100% - 35px * 2);
    padding-left: 35px;
    padding-right: 35px;
  }
}

@media only screen and (min-width: 75em) {
  .head-banner__breadcrumb {
    padding-left: 70px;
    padding-right: 70px;
  }
}

.breadcrumb {
  width: 100%;
}

.breadcrumb li {
  display: inline-block;
  margin-right: 15px;
}

.breadcrumb li + li::before {
  content: '>';
  margin-right: 15px;
  font-weight: normal;
}

.breadcrumb li:last-child {
  font-weight: 700;
  margin-right: 0;
}

.breadcrumb li.current {
  font-weight: 700;
}

.breadcrumb a {
  text-decoration: none;
}

@media only screen and (max-width: 29.9375em) {
  .breadcrumb {
    text-align: center;
  }
}

.section-share {
  position: absolute;
  top: auto;
  right: 0;
  z-index: 10;
  width: 35px;
  text-align: center;
  transition: all 150ms ease;
}

.section-share .share-title {
  display: none;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.3;
  color: #454f55;
  margin-bottom: 10px;
}

@media only screen and (max-width: 47.9375em) {
  .section-share .share-title {
    font-size: 0.875rem;
  }
}

.section-share .share-item {
  margin-top: 10px;
}

.section-share .share-item a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  color: #454f55;
  transition: all 300ms ease;
}

.section-share .share-item a:hover, .section-share .share-item a:focus, .section-share .share-item a:active {
  color: #e80b18;
  transform: scale(1.2);
}

.section-share .share-item svg {
  display: inline-block;
  width: 22px;
  height: 22px;
}

.section-share .share-item svg,
.section-share .share-item svg * {
  fill: currentColor;
}

.section-share.sticky {
  position: fixed;
  top: 100px;
}

@media only screen and (min-width: 90em) {
  .section-share {
    padding-top: 25px;
    width: calc((100vw - 1110px - 70px) / 2);
  }
  .section-share .share-title {
    display: block;
  }
  .section-share .share-item {
    display: inline-block;
    margin: 4px;
  }
}

.section-search-result .section-title {
  text-align: left;
  line-height: 1em;
  max-width: none;
  margin-bottom: 25px;
}

.section-search-result .result-keyword {
  font-weight: 700;
}

.section-search-result .result-number {
  font-weight: 700;
  font-size: 22px;
  color: #e80b18;
}

.section-search-result .result-item {
  position: relative;
  padding-top: 35px;
  margin-bottom: 35px;
  border-top: 1px solid #bdc5cc;
}

.section-search-result .result-item > a {
  text-decoration: none;
}

.section-search-result .result-item:first-child {
  border-top: none;
}

.section-search-result .result-item__type {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.3;
  color: #bdc5cc;
  text-transform: uppercase;
}

@media only screen and (max-width: 47.9375em) {
  .section-search-result .result-item__type {
    font-size: 0.875rem;
  }
}

.section-search-result .result-item__title {
  font-size: 2.1875rem;
  font-weight: 700;
  line-height: 1.3;
  color: black;
}

@media only screen and (max-width: 47.9375em) {
  .section-search-result .result-item__title {
    font-size: 1.75rem;
  }
}

.pagination-list {
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}

/*
*
    Importer toutes les pages ici
*
*/
/**
* GENERAL
*/
/* GENERAL
---------------------------------------- */
.global-wrapper {
  overflow: hidden;
}

.no-js .slider.js_slider-home,
.no-js .pager-slider {
  display: none;
}

.no-js-navigation {
  position: absolute;
  top: 80px;
  width: 520px;
  right: 0;
}

.no-js-slider {
  padding-bottom: 140px;
  padding-top: 120px;
}

.no-js-slider ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 50px;
}

/* Key figures home */
.key-figures-home {
  position: relative;
  margin-top: 7.0625rem;
}

.key-figures-home .btn-scroll {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 5;
  transform: translate(-50%, -50%);
}

.key-figures-home .banner-section {
  position: relative;
  padding: 9.6875rem 0 15.9375rem;
  background-color: black;
  color: white;
}

.key-figures-home .illus {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .77;
  background: no-repeat center;
  background-size: cover;
}

.key-figures-home .title-section {
  position: relative;
  color: white;
}

.key-figures-home .content-section {
  position: relative;
  margin-top: -6.5625rem;
  padding: 5.625rem 35px 1.25rem;
  background-color: white;
  aria-hidden: true;
}

.key-figures-home .content-section::before {
  position: absolute;
  top: 2.6875rem;
  right: 0;
  bottom: 0;
  left: 0;
  background: url("../images/key-figures-home.png") center no-repeat;
  background-size: contain;
  content: '';
}

.key-figures-home .list {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -0.625rem;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.key-figures-home .item {
  margin: 1.25rem 0.625rem;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -ms-flex-preferred-size: calc(100% / 3 - 1.25rem);
  flex-basis: calc(100% / 3 - 1.25rem);
  text-align: center;
}

.key-figures-home .nbr {
  display: block;
  font-size: 4.25rem;
  line-height: 1.25;
  font-weight: 600;
  color: #006aa5;
}

.key-figures-home .txt1 {
  display: block;
  font-size: 1.5rem;
  line-height: 1.25;
  font-weight: bold;
  text-transform: uppercase;
}

.key-figures-home .txt2 {
  display: block;
  margin-top: 0.125rem;
  font-size: 1rem;
  line-height: 1.25;
  font-weight: 500;
}

.key-figures-home .btn-wrapper {
  position: relative;
  margin-top: 3.75rem;
  text-align: center;
}

body.home {
  /* Banner home */
  /* Intro home */
  /* DCI group activity */
  /* List news home */
  /* List logos home */
  /* Call action */
}

body.home .banner-home {
  position: relative;
  background-color: black;
  text-align: center;
  color: white;
}

body.home .banner-home .pager-slider {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 5;
}

body.home .banner-home .pager-slider .item {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  opacity: .3;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: center;
  align-items: center;
  left: -1.875rem;
  transition: all .3s ease;
}

body.home .banner-home .pager-slider .item:hover, body.home .banner-home .pager-slider .item.active {
  left: 0;
  opacity: 1;
}

body.home .banner-home .pager-slider .item:hover .nbr, body.home .banner-home .pager-slider .item.active .nbr {
  left: 0;
  opacity: 1;
}

body.home .banner-home .pager-slider .illus {
  width: 5.375rem;
  height: 3.9375rem;
  background: no-repeat center;
  background-size: cover;
}

body.home .banner-home .pager-slider .nbr {
  position: relative;
  left: -0.9375rem;
  margin-left: 0.9375rem;
  padding-bottom: 0.3125rem;
  opacity: 0;
  font-size: 0.9375rem;
  line-height: 1;
  font-weight: bold;
  color: white;
  text-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.75);
  transition: all .3s ease;
}

body.home .banner-home .pager-slider .nbr::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.1875rem;
  background-color: currentColor;
  box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.75);
  content: '';
}

body.home .banner-home .slider .item {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  padding: 8.75rem 7.5rem 8.75rem;
  min-height: 900px;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

body.home .banner-home .slider .item .shell > * {
  animation-name: fadeOut_from_bottom;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

body.home .banner-home .slider .item.slick-current .shell > * {
  animation-name: fadeIn_from_bottom;
}

body.home .banner-home .slider .item.slick-current .shell > *:nth-child(1) {
  animation-delay: 1100ms;
}

body.home .banner-home .slider .item.slick-current .shell > *:nth-child(2) {
  animation-delay: 1200ms;
}

body.home .banner-home .slider .item.slick-current .shell > *:nth-child(3) {
  animation-delay: 1300ms;
}

body.home .banner-home .slider .illus {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .66;
  background: no-repeat center;
  background-size: cover;
}

body.home .banner-home .slider .desc {
  width: 100%;
}

body.home .banner-home .slider .sup-title {
  position: relative;
  font-size: 1.9375rem;
  line-height: 1.15;
  font-weight: 500;
}

body.home .banner-home .slider .title {
  position: relative;
  margin-top: 2.4375rem;
  font-size: 4.5rem;
  line-height: .95;
  font-weight: bold;
  text-transform: uppercase;
}

body.home .banner-home .slider .title .icon {
  color: #d11b26;
}

body.home .banner-home .slider .btn-wrapper {
  margin-top: 3.3125rem;
  position: relative;
}

body.home .banner-home .slider .slick-dots {
  position: absolute;
  bottom: 2.5rem;
  left: 0;
  width: 100%;
  display: none !important;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

body.home .banner-home .slider .slick-dots li {
  margin: 0 0.4375rem;
}

body.home .banner-home .slider .slick-dots li.slick-active button {
  opacity: 1;
}

body.home .banner-home .slider .slick-dots button {
  display: block;
  width: 0.75rem;
  height: 0.75rem;
  background: white;
  border-radius: 50%;
  opacity: .5;
  font-size: 0;
  line-height: 0;
  transition: all .3s ease;
}

body.home .intro-home {
  position: relative;
  background-color: #e8edf1;
}

body.home .intro-home .btn-scroll {
  position: absolute;
  bottom: calc(100% + 2.75rem);
  left: 50%;
  transform: translateX(-50%);
}

body.home .intro-home .cols-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: stretch;
  align-items: stretch;
}

body.home .intro-home .col {
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
}

body.home .intro-home .col-1 .inner-col {
  max-width: 590px;
  margin: 0 0 0 auto;
  padding: 5rem 5rem 1.25rem 35px;
}

body.home .intro-home .col-2 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #006aa5;
  color: white;
}

body.home .intro-home .col-2 .desc {
  max-width: calc(1110px / 2 + 5rem + 35px);
  margin: 0 auto 0 0;
  padding: 5rem 35px 0 4.375rem;
}

body.home .intro-home .title-section {
  margin-bottom: 1.75rem;
  text-align: left;
}

body.home .intro-home .txt1 {
  font-size: 1.375rem;
  font-weight: bold;
}

body.home .intro-home .txt2 {
  margin-top: 0.5rem;
}

body.home .intro-home .txt2 ul {
  margin: 2.3125rem 0 0;
  padding: 0;
}

body.home .intro-home .txt2 ul li {
  margin: 0;
  padding: 0;
  font-size: 1.5em;
  line-height: 1.15;
  font-weight: 500;
  text-transform: uppercase;
}

body.home .intro-home .txt2 ul li::before {
  position: relative;
  top: 0.125rem;
  display: inline;
  width: auto;
  height: auto;
  margin-right: 0.5625rem;
  background: transparent;
  border-radius: 0;
  border: 0;
  font-size: 1.25em;
  line-height: .8;
  font-weight: bold;
  color: #d11b26;
  content: '#';
}

body.home .intro-home .title-list {
  margin-top: 2.5rem;
  font-size: 1rem;
  line-height: 1;
  font-weight: bold;
  text-transform: uppercase;
}

body.home .intro-home .list {
  display: -ms-flexbox;
  display: flex;
  max-width: 28.875rem;
  margin: 0.125rem -0.375rem;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

body.home .intro-home .list .item {
  margin: 0.375rem;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -ms-flex-preferred-size: calc(100% / 3 - 0.75rem);
  flex-basis: calc(100% / 3 - 0.75rem);
}

body.home .intro-home .list .logo {
  display: block;
  margin: 0 auto;
}

body.home .intro-home .btn-more-wrapper {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}

body.home .intro-home .btn-more {
  position: relative;
  display: inline-block;
  font-size: 3.4375rem;
  line-height: 1;
  font-weight: 100;
  text-decoration: none;
}

body.home .intro-home .btn-more span {
  position: absolute;
  top: 50%;
  left: 50%;
  line-height: 1em;
  transform: translateX(-50%) translateY(-50%);
  transition: all 600ms ease;
}

body.home .intro-home .btn-more:hover span, body.home .intro-home .btn-more:focus span, body.home .intro-home .btn-more:active span {
  color: #e80b18;
  transform: translateX(-50%) translateY(-50%) rotate(360deg);
}

body.home .intro-home .desc {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

body.home .intro-home .illus-wrapper {
  width: 100%;
  margin-top: 2.9375rem;
  min-height: 360px;
}

body.home .intro-home .illus {
  display: block;
  width: 100%;
}

body.home .dci-group-activity {
  position: relative;
  margin-top: 7.0625rem;
}

body.home .dci-group-activity .btn-scroll {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 5;
  transform: translate(-50%, -50%);
}

body.home .dci-group-activity .banner-section {
  position: relative;
  padding: 9.6875rem 0 12.5rem;
  background-color: black;
  color: white;
}

body.home .dci-group-activity .illus {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .77;
  background: no-repeat center;
  background-size: cover;
}

body.home .dci-group-activity .title-section {
  position: relative;
  color: white;
}

body.home .dci-group-activity .sub-title-section {
  position: relative;
  max-width: 53.75rem;
  margin: 2.3125rem auto 0;
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
}

body.home .dci-group-activity .content-section {
  position: relative;
  margin-top: -6.5625rem;
  padding: 4.0625rem 35px 0;
  background-color: white;
}

body.home .dci-group-activity .list {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -0.625rem;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

body.home .dci-group-activity .item {
  margin: 0 0.625rem;
  padding: 0.875rem 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -ms-flex-preferred-size: calc(100% / 3 - 1.25rem);
  flex-basis: calc(100% / 3 - 1.25rem);
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  font-size: 1rem;
  line-height: 1.15;
  font-weight: bold;
  text-transform: uppercase;
}

body.home .dci-group-activity .txt {
  position: relative;
  padding: 0 2.18em;
  text-decoration: none;
  transition: .3s ease;
}

body.home .dci-group-activity .txt::before, body.home .dci-group-activity .txt::after {
  position: absolute;
  top: 50%;
  width: 1em;
  height: 2.56em;
  border: 0.313em solid #006aa5;
  opacity: 0;
  transform: translateY(-50%);
  content: '';
  transition: .3s ease;
}

body.home .dci-group-activity .txt::before {
  left: 0;
  border-right: 0;
}

body.home .dci-group-activity .txt::after {
  right: 0;
  border-left: 0;
}

body.home .dci-group-activity .txt:hover {
  color: #006aa5;
}

body.home .dci-group-activity .txt:hover::before, body.home .dci-group-activity .txt:hover::after {
  opacity: 1;
}

body.home .dci-group-activity .btn-wrapper {
  margin-top: 3.5rem;
  text-align: center;
}

body.home .list-news-home {
  position: relative;
  margin-top: 10.9375rem;
  padding-top: 2.625rem;
}

body.home .list-news-home .btn-scroll {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
}

body.home .list-news-home .list {
  margin-top: 4.6875rem;
}

body.home .list-news-home .item {
  overflow: hidden;
}

body.home .list-news-home .item:nth-child(3n + 1) .desc {
  background-color: #736a66;
}

body.home .list-news-home .item:nth-child(3n + 1) .desc::before {
  border-top-color: #736a66;
}

body.home .list-news-home .item:nth-child(3n + 1) .desc:hover, body.home .list-news-home .item:nth-child(3n + 1) .desc:focus, body.home .list-news-home .item:nth-child(3n + 1) .desc:active {
  background-color: #5c5552;
}

body.home .list-news-home .item:nth-child(3n + 1) .desc:hover::before, body.home .list-news-home .item:nth-child(3n + 1) .desc:focus::before, body.home .list-news-home .item:nth-child(3n + 1) .desc:active::before {
  border-top-color: #5c5552;
}

body.home .list-news-home .item:nth-child(3n + 2) .col-1 {
  -ms-flex-order: 5;
  order: 5;
}

body.home .list-news-home .item:nth-child(3n + 2) .desc {
  background-color: #006aa5;
}

body.home .list-news-home .item:nth-child(3n + 2) .desc::before {
  border-top-color: #006aa5;
}

body.home .list-news-home .item:nth-child(3n + 2) .desc:hover, body.home .list-news-home .item:nth-child(3n + 2) .desc:focus, body.home .list-news-home .item:nth-child(3n + 2) .desc:active {
  background-color: #00578a;
}

body.home .list-news-home .item:nth-child(3n + 2) .desc:hover::before, body.home .list-news-home .item:nth-child(3n + 2) .desc:focus::before, body.home .list-news-home .item:nth-child(3n + 2) .desc:active::before {
  border-top-color: #00578a;
}

body.home .list-news-home .item:nth-child(3n + 3) .desc {
  background-color: white;
  color: #1d1d1d;
}

body.home .list-news-home .item:nth-child(3n + 3) .desc::before {
  border-top-color: white;
}

body.home .list-news-home .item:nth-child(3n + 3) .desc:hover, body.home .list-news-home .item:nth-child(3n + 3) .desc:focus, body.home .list-news-home .item:nth-child(3n + 3) .desc:active {
  background-color: #d1d3d4;
}

body.home .list-news-home .item:nth-child(3n + 3) .desc:hover::before, body.home .list-news-home .item:nth-child(3n + 3) .desc:focus::before, body.home .list-news-home .item:nth-child(3n + 3) .desc:active::before {
  border-top-color: #d1d3d4;
}

body.home .list-news-home .item:nth-child(3n + 3) .desc .rubric {
  color: #006aa5;
}

body.home .list-news-home .cols-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: stretch;
  align-items: stretch;
}

body.home .list-news-home .col {
  position: relative;
}

body.home .list-news-home .col-1 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 1 33.3125rem;
  flex: 0 1 33.3125rem;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-direction: column;
  flex-direction: column;
}

body.home .list-news-home .col-2 {
  padding-top: 37.5rem;
  -ms-flex-preferred-size: calc(100% - 33.3125rem);
  flex-basis: calc(100% - 33.3125rem);
  overflow: hidden;
}

body.home .list-news-home .col-2 .illus {
  transition-delay: 0s !important;
}

body.home .list-news-home .col-3 {
  display: none;
}

body.home .list-news-home .desc {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 1.875rem 3.75rem 1.875rem 4.375rem;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: black;
  color: white;
  text-decoration: none;
  transition: all .3s ease;
}

body.home .list-news-home .desc::before {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 1.25rem;
  height: 0.625rem;
  z-index: 5;
  border-top: 0.625rem solid black;
  border-right: 0.625rem solid transparent;
  border-left: 0.625rem solid transparent;
  content: '';
  transform: translateX(-50%);
  transition: inherit;
}

body.home .list-news-home .rubric {
  position: relative;
  margin-bottom: 1.125rem;
  font-size: 0.875rem;
  line-height: 1.15;
  font-weight: bold;
  text-transform: uppercase;
}

body.home .list-news-home .title {
  position: relative;
  font-size: 1.625rem;
  line-height: 1.25;
  font-weight: bold;
}

body.home .list-news-home .txt {
  position: relative;
  margin-top: 1.6875rem;
  font-size: 0.875rem;
}

body.home .list-news-home .illus-wrapper {
  position: relative;
  width: 100%;
  padding-top: 200px;
  overflow: hidden;
}

body.home .list-news-home .illus {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: no-repeat center;
  background-size: cover;
}

body.home .list-logos-home {
  position: relative;
  margin-top: 7.4375rem;
  padding-top: 2.0625rem;
}

body.home .list-logos-home .btn-scroll {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
}

body.home .list-logos-home .shell {
  max-width: calc(73.125rem + 35px * 2);
}

body.home .list-logos-home .list {
  display: -ms-flexbox;
  display: flex;
  margin: 1.4375rem -0.9375rem -0.9375rem;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

body.home .list-logos-home .item {
  margin: 0.9375rem;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -ms-flex-preferred-size: calc(20% - 1.875rem);
  flex-basis: calc(20% - 1.875rem);
}

body.home .list-logos-home .item::after {
  content: '';
  position: absolute;
  top: 100%;
  right: 0;
  height: 2px;
  width: 0;
  background-color: #e80b18;
  transition: all 600ms ease;
}

body.home .list-logos-home .item:hover::after, body.home .list-logos-home .item:focus::after, body.home .list-logos-home .item:active::after {
  width: 100%;
  left: 0;
  right: auto;
}

body.home .list-logos-home .item:hover .item-content, body.home .list-logos-home .item:focus .item-content, body.home .list-logos-home .item:active .item-content {
  transform: translateY(-20px);
}

body.home .list-logos-home .item-content {
  position: relative;
  display: block;
  text-decoration: none;
  transition: all 600ms ease;
}

body.home .list-logos-home .illus-wrapper {
  display: -ms-flexbox;
  display: flex;
  height: 5.6875rem;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

body.home .list-logos-home .illus {
  max-width: 100%;
  max-height: 100%;
}

body.home .list-logos-home .txt {
  margin-top: 0.375rem;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 600;
}

body.home .list-logos-home + .list-logos-home {
  margin-top: 2.9375rem;
}

body.home .call-action {
  position: relative;
  margin-top: 5.625rem;
  padding: 9.18% 0 9.25% 45%;
  color: white;
}

body.home .call-action .illus {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: rgba(0, 0, 0, 0.15) no-repeat center;
  background-size: cover;
}

body.home .call-action .desc {
  max-width: 71.5%;
}

body.home .call-action .title {
  font-size: 5.5625rem;
  line-height: 1;
  font-weight: bold;
  text-transform: uppercase;
}

body.home .call-action .title .icon {
  color: #e80b18;
}

body.home .call-action .txt {
  max-width: 28.125rem;
  margin-top: 1.25%;
  font-size: 2.5625rem;
  line-height: 1;
  text-transform: uppercase;
}

body.home .call-action .btn-wrapper {
  margin-top: 2.62%;
}

body.home .call-action .btn {
  background-color: white;
  border-color: transparent;
  color: #1d1d1d;
}

body.home .call-action .btn:hover, body.home .call-action .btn:focus, body.home .call-action .btn:active {
  background-color: #1d1d1d;
  color: white;
}

body.home .call-action .btn:hover::after, body.home .call-action .btn:focus::after, body.home .call-action .btn:active::after {
  border-color: #1d1d1d;
}

/* MEDIA QUERIES
---------------------------------------- */
@media only screen and (max-width: 1650px) {
  body.home .call-action .title {
    font-size: 5.4vw;
  }
  body.home .call-action .txt {
    font-size: 2.5vw;
  }
}

@media only screen and (max-width: 74.9375em) {
  body.home {
    /* Banner home */
    /* Intro home */
  }
  body.home .banner-home .pager-slider {
    display: none;
  }
  body.home .banner-home .slider .item {
    padding-right: 0;
    padding-left: 0;
  }
  body.home .banner-home .slider .sup-title {
    font-size: 1.4rem;
  }
  body.home .banner-home .slider .title {
    font-size: 3.375rem;
  }
  body.home .banner-home .slider .slick-dots {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  body.home .intro-home .btn-scroll {
    display: none;
  }
}

@media only screen and (max-width: 56.1875em) {
  body.home {
    /* Key figures home */
  }
  body.home .key-figures-home .nbr {
    font-size: 3.5rem;
  }
  body.home .key-figures-home .txt1 {
    font-size: 1.25rem;
  }
  body.home .key-figures-home .txt2 {
    font-size: 0.9rem;
  }
}

@media only screen and (max-width: 37.4375em) {
  body.home {
    /* Banner home */
    /* Intro home */
    /* Key figures home */
    /* DCI group activity */
    /* List news home */
    /* List logos home */
  }
  body.home .banner-home .slider .item {
    min-height: 35rem;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  body.home .banner-home .slider .sup-title {
    font-size: 1.2rem;
  }
  body.home .banner-home .slider .title {
    font-size: 2.625rem;
  }
  body.home .banner-home .slider .btn-wrapper {
    margin-top: 2rem;
  }
  body.home .intro-home .cols-wrapper {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  body.home .intro-home .col {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  body.home .intro-home .col-1 {
    -ms-flex-order: 5;
    order: 5;
  }
  body.home .intro-home .col-1 .inner-col {
    max-width: 100%;
    padding: 3rem 35px;
  }
  body.home .intro-home .col-2 .desc {
    max-width: 100%;
    padding: 3rem 35px;
  }
  body.home .intro-home .illus-wrapper {
    margin-top: 0;
  }
  body.home .intro-home .list {
    max-width: none;
  }
  body.home .intro-home .list .item {
    -ms-flex-preferred-size: 6.93rem;
    flex-basis: 6.93rem;
  }
  body.home .key-figures-home .banner-section {
    padding-top: 7rem;
    padding-bottom: 10rem;
  }
  body.home .key-figures-home .content-section {
    margin-top: -4rem;
    padding-top: 2rem;
  }
  body.home .key-figures-home .nbr {
    font-size: 3rem;
  }
  body.home .key-figures-home .txt1 {
    font-size: .95rem;
  }
  body.home .key-figures-home .txt2 {
    font-size: .8rem;
  }
  body.home .dci-group-activity .banner-section {
    padding-top: 7rem;
    padding-bottom: 8.5rem;
  }
  body.home .dci-group-activity .content-section {
    margin-top: -4rem;
    padding-top: 2rem;
  }
  body.home .dci-group-activity .item {
    font-size: .9rem;
  }
  body.home .list-news-home .col-1, body.home .list-news-home .col-2 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  body.home .list-news-home .item:nth-child(3) .col-2, body.home .list-news-home .item:nth-child(3) .col-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
  }
  body.home .list-news-home .desc {
    padding-right: 35px;
    padding-left: 35px;
  }
  body.home .list-logos-home .item {
    -ms-flex-preferred-size: calc(25% - 1.875rem);
    flex-basis: calc(25% - 1.875rem);
  }
}

@media only screen and (max-width: 29.9375em) {
  body.home {
    /* Banner home */
    /* Intro home */
    /* Key figures home */
    /* DCI group activity */
    /* List news home */
    /* List news home */
    /* List logos home */
    /* Call action */
  }
  body.home .btn-scroll {
    width: 0.85rem;
    height: 1.87rem;
  }
  body.home .banner-home .slider .sup-title {
    font-size: 1rem;
  }
  body.home .banner-home .slider .title {
    margin-top: 1.3rem;
    font-size: 1.875rem;
  }
  body.home .intro-home .list .item {
    -ms-flex-preferred-size: calc(100% / 3 - 0.75rem);
    flex-basis: calc(100% / 3 - 0.75rem);
  }
  body.home .key-figures-home {
    margin-top: 4rem;
  }
  body.home .key-figures-home .banner-section {
    padding-top: 5rem;
    padding-bottom: 8rem;
  }
  body.home .key-figures-home .content-section::before {
    top: 5rem;
    right: -35px;
    left: -35px;
    background-size: auto 75%;
  }
  body.home .key-figures-home .item {
    -ms-flex-preferred-size: calc(50% - 1.25rem);
    flex-basis: calc(50% - 1.25rem);
  }
  body.home .key-figures-home .nbr {
    font-size: 2.4rem;
  }
  body.home .key-figures-home .txt1,
  body.home .key-figures-home .txt2 {
    font-size: .65rem;
  }
  body.home .key-figures-home .btn-wrapper {
    margin-top: 2.5rem;
  }
  body.home .dci-group-activity {
    margin-top: 4rem;
  }
  body.home .dci-group-activity .banner-section {
    padding-top: 5rem;
    padding-bottom: 7rem;
  }
  body.home .dci-group-activity .sub-title-section {
    margin-top: 1.7rem;
    font-size: .9rem;
  }
  body.home .dci-group-activity .content-section::before {
    top: 5rem;
    right: -35px;
    left: -35px;
    background-size: auto 75%;
  }
  body.home .dci-group-activity .item {
    display: block;
    -ms-flex-preferred-size: calc(50% - 1.25rem);
    flex-basis: calc(50% - 1.25rem);
    text-align: left;
    font-size: .8rem;
    text-align: center;
  }
  body.home .dci-group-activity .txt {
    padding-left: 0;
    padding-right: 0;
  }
  body.home .dci-group-activity .txt.styled {
    padding: 0;
    color: inherit;
  }
  body.home .dci-group-activity .txt.styled::before, body.home .dci-group-activity .txt.styled::after {
    display: none;
  }
  body.home .dci-group-activity .btn-wrapper {
    margin-top: 2rem;
  }
  body.home .list-news-home {
    margin-top: 4.4rem;
  }
  body.home .list-news-home .list {
    margin-top: 2.5em;
  }
  body.home .list-news-home .item:nth-child(1) .col-1 {
    -ms-flex-order: 10;
    order: 10;
  }
  body.home .list-news-home .item:nth-child(1) .col-2 {
    -ms-flex-order: 5;
    order: 5;
  }
  body.home .list-news-home .item:nth-child(3) .col-1 {
    -ms-flex-order: 10;
    order: 10;
  }
  body.home .list-news-home .item:nth-child(3) .col-2, body.home .list-news-home .item:nth-child(3) .col-3 {
    -ms-flex-order: 5;
    order: 5;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  body.home .list-news-home .cols-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  body.home .list-news-home .col {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  body.home .list-news-home .col-2 {
    padding-top: 56%;
  }
  body.home .list-news-home .illus-wrapper {
    padding-top: 37.33%;
  }
  body.home .list-logos-home {
    margin-top: 4.4rem;
  }
  body.home .list-logos-home .list {
    margin-top: 1rem;
  }
  body.home .list-logos-home .item {
    -ms-flex-preferred-size: calc(50% - 1.875rem);
    flex-basis: calc(50% - 1.875rem);
  }
  body.home .call-action {
    position: relative;
    margin-top: 4.4rem;
    padding: 19% 0 24% 43.3%;
  }
  body.home .call-action .desc {
    max-width: 86%;
  }
  body.home .call-action .title {
    font-size: 11vw;
  }
  body.home .call-action .txt {
    font-size: 4vw;
  }
  body.home .call-action .btn-wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0;
    padding-bottom: 6.66%;
    width: 100%;
    text-align: center;
  }
}

.page-template-contact .hr-bottom {
  padding-bottom: 70px;
}

.page-template-contact .gform_wrapper {
  padding-bottom: 70px;
  margin-bottom: 70px;
  border-width: 0 0 9px;
  border-style: solid;
  border-color: #e8edf1;
}

.carrefour-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-pack: center;
  justify-content: center;
}

.carrefour-item {
  width: 100%;
}

@media only screen and (min-width: 37.5em) {
  .carrefour-item {
    width: 50%;
  }
}

@media only screen and (min-width: 75em) {
  .carrefour-item {
    width: calc(100% / 3);
  }
}

.carrefour-post {
  position: relative;
  color: white;
}

.carrefour-post__thumbnail {
  position: relative;
  height: 60vh;
  max-height: 455px;
  overflow: hidden;
}

.carrefour-post__thumbnail .overlay,
.carrefour-post__thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 600ms ease;
}

.carrefour-post__thumbnail .overlay {
  opacity: 0.5;
  background-color: black;
}

.carrefour-post__thumbnail img {
  object-fit: cover;
}

.carrefour-post__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
  text-decoration: none;
}

.carrefour-post__info {
  width: 100%;
  padding-left: 35px;
  padding-right: 35px;
}

.carrefour-post__title, .carrefour-post__excerpt {
  text-align: center;
  transition: all 600ms ease;
}

.carrefour-post__title {
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.3;
  color: white;
  text-transform: uppercase;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  transition-delay: 150ms;
}

@media only screen and (max-width: 47.9375em) {
  .carrefour-post__title {
    font-size: 1rem;
  }
}

.carrefour-post__title::before {
  content: '#';
  display: block;
  font-size: 1.5em;
  color: #e80b18;
  margin-bottom: 10px;
}

.carrefour-post__title::after {
  content: '';
  display: block;
  width: 75px;
  height: 6px;
  background-color: white;
  margin: 50px auto 20px;
  transition: all 600ms ease;
}

.carrefour-post .svg-plus {
  width: 21px;
  height: 21px;
}

.carrefour-post svg {
  fill: currentColor;
  transition: all 600ms ease-in-out;
}

.carrefour-post:hover .carrefour-post__thumbnail .overlay, .carrefour-post:focus .carrefour-post__thumbnail .overlay, .carrefour-post:active .carrefour-post__thumbnail .overlay {
  opacity: 0.7;
}

.carrefour-post:hover .carrefour-post__thumbnail img, .carrefour-post:focus .carrefour-post__thumbnail img, .carrefour-post:active .carrefour-post__thumbnail img {
  transform: scale(1.1);
}

.carrefour-post:hover .carrefour-post__title, .carrefour-post:hover .carrefour-post__excerpt, .carrefour-post:focus .carrefour-post__title, .carrefour-post:focus .carrefour-post__excerpt, .carrefour-post:active .carrefour-post__title, .carrefour-post:active .carrefour-post__excerpt {
  transform: translateY(-10px) scale(0.9);
}

.carrefour-post:hover .carrefour-post__title, .carrefour-post:focus .carrefour-post__title, .carrefour-post:active .carrefour-post__title {
  transition-delay: 0ms;
}

.carrefour-post:hover .carrefour-post__title::after, .carrefour-post:focus .carrefour-post__title::after, .carrefour-post:active .carrefour-post__title::after {
  width: 140px;
}

.carrefour-post:hover .carrefour-post__excerpt, .carrefour-post:focus .carrefour-post__excerpt, .carrefour-post:active .carrefour-post__excerpt {
  transition-delay: 150ms;
}

.carrefour-post:hover svg, .carrefour-post:focus svg, .carrefour-post:active svg {
  transform: rotate(360deg);
}

.newsroom-filter {
  position: relative;
  z-index: 1;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #1d1d1d;
  margin-bottom: 80px;
}

.newsroom-filter .filter-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  padding-right: 160px;
}

.newsroom-filter .filter-list .divider {
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 50px;
  width: 1px;
  background-color: black;
  margin: 0 40px 40px 0;
}

.newsroom-filter .filter-list .divider:last-child {
  display: none;
}

.newsroom-filter .filter-item {
  position: relative;
  vertical-align: top;
  max-width: 310px;
  padding: 12px 40px;
  margin-right: 40px;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1.66;
  letter-spacing: 0.1em;
}

.newsroom-filter .filter-item input,
.newsroom-filter .filter-item .checkbox {
  position: absolute;
  top: 16px;
  left: 0;
  width: 16px;
  height: 16px;
}

.newsroom-filter .filter-item input {
  opacity: 0;
}

.newsroom-filter .filter-item input:checked + .checkbox {
  border-color: #e80b18;
}

.newsroom-filter .filter-item input:checked + .checkbox::before {
  opacity: 1;
}

.newsroom-filter .filter-item .checkbox {
  pointer-events: none;
  border: 1px solid #bdc5cc;
}

.newsroom-filter .filter-item .checkbox::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  background-color: #e80b18;
  opacity: 0;
  transform: translate(-50%, -50%);
}

.newsroom-filter .filter-item::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background-color: black;
}

.newsroom-filter .filter-year-select {
  position: absolute;
  top: 0;
  right: 0;
}

.newsroom-filter .filter-year-select .btn-select {
  position: relative;
  width: 160px;
  height: 50px;
  padding: 15px 40px 15px 20px;
  font-weight: 600;
  border: 1px solid #bdc5cc;
}

.newsroom-filter .filter-year-select .btn-select::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 16px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6px 0 6px;
  border-color: black transparent transparent transparent;
  transform: translateY(-50%);
}

.newsroom-filter .filter-year-select .btn-select.active {
  border-bottom-color: transparent;
}

.newsroom-filter .filter-year-select .select-list {
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  z-index: 1;
  width: 100%;
  background-color: white;
  border-width: 0 1px 1px;
  border-style: solid;
  border-color: #bdc5cc;
  box-shadow: 0 5px 6px rgba(0, 0, 0, 0.1);
  transform-origin: top;
  transform: scaleY(0);
  transition: all 300ms ease;
}

.newsroom-filter .filter-year-select .select-list li {
  opacity: 0;
  transform: translateY(-10px);
}

.newsroom-filter .filter-year-select .select-list li button {
  width: 100%;
  padding: 10px 20px;
  font-weight: inherit;
  text-transform: uppercase;
  transition: all 300ms ease;
}

.newsroom-filter .filter-year-select .select-list li button:hover, .newsroom-filter .filter-year-select .select-list li button:focus, .newsroom-filter .filter-year-select .select-list li button:active {
  background-color: #e8edf1;
}

.newsroom-filter .filter-year-select .select-list li.active {
  font-weight: 700;
  color: #e80b18;
}

.newsroom-filter .filter-year-select .select-list:not(.hidden) {
  transform: scaleY(1);
}

.newsroom-filter .filter-year-select .select-list:not(.hidden) li {
  opacity: 1;
  transform: translateY(0);
  transition: all 300ms ease;
}

.newsroom-filter .filter-year-select .select-list:not(.hidden) li:nth-child(1) {
  transition-delay: 200ms;
}

.newsroom-filter .filter-year-select .select-list:not(.hidden) li:nth-child(2) {
  transition-delay: 250ms;
}

.newsroom-filter .filter-year-select .select-list:not(.hidden) li:nth-child(3) {
  transition-delay: 300ms;
}

.newsroom-filter .filter-year-select .select-list:not(.hidden) li:nth-child(4) {
  transition-delay: 350ms;
}

.newsroom-filter .filter-year-select .select-list:not(.hidden) li:nth-child(5) {
  transition-delay: 400ms;
}

.newsroom-filter .filter-year-select .select-list:not(.hidden) li:nth-child(6) {
  transition-delay: 450ms;
}

.newsroom-filter .filter-year-select .select-list:not(.hidden) li:nth-child(7) {
  transition-delay: 500ms;
}

.newsroom-filter .filter-year-select .select-list:not(.hidden) li:nth-child(8) {
  transition-delay: 550ms;
}

.newsroom-filter .filter-year-select .select-list:not(.hidden) li:nth-child(9) {
  transition-delay: 600ms;
}

.newsroom-filter .filter-year-select .select-list:not(.hidden) li:nth-child(10) {
  transition-delay: 650ms;
}

@media only screen and (max-width: 56.1875em) {
  .newsroom-filter .filter-list {
    display: block;
    padding-right: 0;
    padding-top: 80px;
  }
  .newsroom-filter .filter-item {
    display: inline-block;
    max-width: none;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    font-size: 14px;
    margin-bottom: 15px;
  }
  .newsroom-filter .filter-item .checkbox,
  .newsroom-filter .filter-item input {
    top: 4px;
  }
  .newsroom-filter .filter-item::after {
    display: none;
  }
  .newsroom-filter .filter-year-select {
    top: 0;
    left: 0;
    right: auto;
  }
}

@media only screen and (max-width: 29.9375em) {
  .newsroom-filter .filter-year-select .btn-select {
    width: 100px;
  }
}

.newsroom-list {
  position: relative;
}

.shell .newsroom-list {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.newsroom-post {
  overflow: hidden;
}

.newsroom-post:nth-child(3n + 1) .desc {
  background-color: #736a66;
}

.newsroom-post:nth-child(3n + 1) .desc::before {
  border-top-color: #736a66;
}

.newsroom-post:nth-child(3n + 1) .desc:hover, .newsroom-post:nth-child(3n + 1) .desc:focus, .newsroom-post:nth-child(3n + 1) .desc:active {
  background-color: #5c5552;
}

.newsroom-post:nth-child(3n + 1) .desc:hover::before, .newsroom-post:nth-child(3n + 1) .desc:focus::before, .newsroom-post:nth-child(3n + 1) .desc:active::before {
  border-top-color: #5c5552;
}

.newsroom-post:nth-child(even) .col-1 {
  -ms-flex-order: 5;
  order: 5;
}

.newsroom-post:nth-child(3n + 2) .desc {
  background-color: #006aa5;
}

.newsroom-post:nth-child(3n + 2) .desc::before {
  border-top-color: #006aa5;
}

.newsroom-post:nth-child(3n + 2) .desc:hover, .newsroom-post:nth-child(3n + 2) .desc:focus, .newsroom-post:nth-child(3n + 2) .desc:active {
  background-color: #00578a;
}

.newsroom-post:nth-child(3n + 2) .desc:hover::before, .newsroom-post:nth-child(3n + 2) .desc:focus::before, .newsroom-post:nth-child(3n + 2) .desc:active::before {
  border-top-color: #00578a;
}

.newsroom-post:nth-child(3n + 3) .desc {
  background-color: white;
  color: #1d1d1d;
}

.newsroom-post:nth-child(3n + 3) .desc::before {
  border-top-color: white;
}

.newsroom-post:nth-child(3n + 3) .desc:hover, .newsroom-post:nth-child(3n + 3) .desc:focus, .newsroom-post:nth-child(3n + 3) .desc:active {
  background-color: #d1d3d4;
}

.newsroom-post:nth-child(3n + 3) .desc:hover::before, .newsroom-post:nth-child(3n + 3) .desc:focus::before, .newsroom-post:nth-child(3n + 3) .desc:active::before {
  border-top-color: #d1d3d4;
}

.newsroom-post:nth-child(3n + 3) .desc .rubric {
  color: #006aa5;
}

.newsroom-post .cols-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.newsroom-post .col {
  position: relative;
}

.newsroom-post .col-1 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 1 33.3125rem;
  flex: 0 1 33.3125rem;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-direction: column;
  flex-direction: column;
}

.newsroom-post .col-2 {
  padding-top: 37.5rem;
  -ms-flex-preferred-size: calc(100% - 33.3125rem);
  flex-basis: calc(100% - 33.3125rem);
  overflow: hidden;
}

.newsroom-post .col-2 .illus {
  transition-delay: 0s;
}

.newsroom-post .col-3 {
  display: none;
}

.newsroom-post .desc {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 1.875rem 3.75rem 1.875rem 4.375rem;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: black;
  color: white;
  text-decoration: none;
  transition: all .3s ease;
}

.newsroom-post .desc::before {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 1.25rem;
  height: 0.625rem;
  z-index: 1;
  border-top: 0.625rem solid black;
  border-right: 0.625rem solid transparent;
  border-left: 0.625rem solid transparent;
  content: '';
  transform: translateX(-50%);
  transition: inherit;
}

.newsroom-post .rubric {
  position: relative;
  margin-bottom: 1.125rem;
  font-size: 0.875rem;
  line-height: 1.15;
  font-weight: bold;
  text-transform: uppercase;
}

.newsroom-post .title {
  position: relative;
  font-size: 1.625rem;
  line-height: 1.25;
  font-weight: bold;
}

.newsroom-post .txt {
  position: relative;
  margin-top: 1.6875rem;
  font-size: 0.875rem;
}

.newsroom-post .illus-wrapper {
  position: relative;
  width: 100%;
  padding-top: 200px;
  overflow: hidden;
}

.newsroom-post .illus {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: no-repeat center;
  background-size: cover;
}

@media only screen and (max-width: 1024px) {
  .newsroom-post {
    /* &:nth-child(3n +3) .col {

            &-2,
            &-3 {
                flex-basis: 25%;
            }
        } */
  }
  .newsroom-post .col-1, .newsroom-post .col-2 {
    -ms-flex-preferred-size: 50% !important;
    flex-basis: 50% !important;
  }
  .newsroom-post .desc {
    padding-right: 35px;
    padding-left: 35px;
  }
}

@media only screen and (max-width: 29.9375em) {
  .newsroom-post {
    /* &:nth-child(3n + 1) .col {
             &-1 {
                order: 10;
            }

            &-2 {
                order: 5;
            }
        } */
    /* 
        &:nth-child(3n + 3) .col {
            &-1 {
                order: 10;
            }

            &-2,
            &-3 {
                order: 5;
                flex-basis: 50%;
            }
        } */
  }
  .newsroom-post .cols-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .newsroom-post .col {
    -ms-flex-preferred-size: 100% !important;
    flex-basis: 100% !important;
    -ms-flex-order: initial !important;
    order: initial !important;
  }
  .newsroom-post .col-2 {
    padding-top: 56%;
  }
  .newsroom-post .illus-wrapper {
    padding-top: 37.33%;
  }
}

.single-projet .taxos {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.single-projet .taxos li {
  width: 50%;
}

.single-projet .intervention-country {
  margin: 4rem 0;
}

.single-projet .section-key-figures .content-section {
  margin-top: 0;
}

@media only screen and (max-width: 600px) {
  .single-projet .taxos {
    display: block;
  }
  .single-projet .taxos li {
    width: 100%;
  }
}

.post-type-archive-appel-offre .page-content-wrapper .ao-pdf-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.post-type-archive-appel-offre .page-content-wrapper .accordion-title:not(:first-child) {
  margin-top: 0.75rem;
}

.post-type-archive-appel-offre .page-content-wrapper .ao-post {
  margin-bottom: 0.75rem;
  overflow: hidden;
}

.post-type-archive-appel-offre .page-content-wrapper .ao-post .cols-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.post-type-archive-appel-offre .page-content-wrapper .ao-post .col {
  position: relative;
}

.post-type-archive-appel-offre .page-content-wrapper .ao-post .col-1 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: calc(100% - 33.3125rem);
  flex-basis: calc(100% - 33.3125rem);
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-direction: column;
  flex-direction: column;
}

.post-type-archive-appel-offre .page-content-wrapper .ao-post .col-2 {
  -ms-flex: 0 1 33.3125rem;
  flex: 0 1 33.3125rem;
  overflow: hidden;
}

.post-type-archive-appel-offre .page-content-wrapper .ao-post .col-2 .illus {
  transition-delay: 0s;
}

.post-type-archive-appel-offre .page-content-wrapper .ao-post .col-3 {
  display: none;
}

.post-type-archive-appel-offre .page-content-wrapper .ao-post .desc {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 1.875rem 3.75rem 1.875rem 4.375rem;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: white;
  color: black;
  text-decoration: none;
  transition: all .3s ease;
}

.post-type-archive-appel-offre .page-content-wrapper .ao-post .desc::before {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 1.25rem;
  height: 0.625rem;
  z-index: 1;
  border-top: 0.625rem solid black;
  border-right: 0.625rem solid transparent;
  border-left: 0.625rem solid transparent;
  content: '';
  transform: translateX(-50%);
  transition: inherit;
}

.post-type-archive-appel-offre .page-content-wrapper .ao-post .rubrics {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.post-type-archive-appel-offre .page-content-wrapper .ao-post .rubric {
  min-width: 12.5rem;
  position: relative;
  margin-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.15;
  font-weight: bold;
  text-transform: uppercase;
}

.post-type-archive-appel-offre .page-content-wrapper .ao-post .rubric.attribue {
  color: #dc3545;
}

.post-type-archive-appel-offre .page-content-wrapper .ao-post .rubric.non-attribue {
  color: #28a745;
}

.post-type-archive-appel-offre .page-content-wrapper .ao-post .title {
  position: relative;
  font-size: 1.625rem;
  line-height: 1.25;
  font-weight: bold;
  margin-bottom: 1.125rem;
}

.post-type-archive-appel-offre .page-content-wrapper .ao-post .txt {
  position: relative;
  margin-top: 1.6875rem;
  font-size: 0.875rem;
}

.post-type-archive-appel-offre .page-content-wrapper .ao-post .illus-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.post-type-archive-appel-offre .page-content-wrapper .ao-post .illus {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: no-repeat center;
  background-size: cover;
}

@media only screen and (max-width: 1024px) {
  .post-type-archive-appel-offre .page-content-wrapper .ao-post .col-1, .post-type-archive-appel-offre .page-content-wrapper .ao-post .col-2 {
    -ms-flex-preferred-size: 50% !important;
    flex-basis: 50% !important;
  }
  .post-type-archive-appel-offre .page-content-wrapper .ao-post .desc {
    padding-right: 35px;
    padding-left: 35px;
  }
}

@media only screen and (max-width: 29.9375em) {
  .post-type-archive-appel-offre .page-content-wrapper .ao-post .cols-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .post-type-archive-appel-offre .page-content-wrapper .ao-post .col {
    -ms-flex-preferred-size: 100% !important;
    flex-basis: 100% !important;
    -ms-flex-order: initial !important;
    order: initial !important;
  }
}

.single-appel-offre .infos-attribution {
  background-color: #e8edf1;
  padding: 2rem 1.125rem;
}

@media only screen and (min-width: 37.5em) {
  .archive-list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}

.archive-post {
  position: relative;
  color: white;
}

.archive-post__thumbnail {
  position: relative;
  height: 60vh;
  max-height: 305px;
  overflow: hidden;
}

.archive-post__thumbnail .overlay,
.archive-post__thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 600ms ease;
}

.archive-post__thumbnail .overlay {
  opacity: 0.5;
  background-color: black;
}

.archive-post__thumbnail img {
  image-rendering: optimizeSpeed;
  object-fit: cover;
}

.archive-post__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
  text-decoration: none;
}

.archive-post__info {
  width: 100%;
  padding-left: 35px;
  padding-right: 35px;
}

.archive-post__title, .archive-post__excerpt {
  text-align: center;
  text-rendering: optimizeSpeed;
  transition: all 600ms ease;
}

.archive-post__title {
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.3;
  color: white;
  text-transform: uppercase;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  transition-delay: 150ms;
}

@media only screen and (max-width: 47.9375em) {
  .archive-post__title {
    font-size: 1rem;
  }
}

.archive-post__title::after {
  content: '';
  display: block;
  width: 75px;
  height: 6px;
  background-color: white;
  margin: 20px auto;
  transition: all 600ms ease;
}

.archive-post__excerpt {
  max-width: 220px;
  margin: auto;
  text-transform: uppercase;
  letter-spacing: 0.125rem;
}

.archive-post .svg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  padding-bottom: 20px;
}

.archive-post svg {
  width: 21px;
  height: 21px;
  fill: currentColor;
  transition: all 600ms ease-in-out;
}

.archive-post:hover .archive-post__thumbnail .overlay, .archive-post:focus .archive-post__thumbnail .overlay, .archive-post:active .archive-post__thumbnail .overlay {
  opacity: 0.7;
}

.archive-post:hover .archive-post__thumbnail img, .archive-post:focus .archive-post__thumbnail img, .archive-post:active .archive-post__thumbnail img {
  transform: perspective(1px) scale(1.1);
}

.archive-post:hover .archive-post__title, .archive-post:hover .archive-post__excerpt, .archive-post:focus .archive-post__title, .archive-post:focus .archive-post__excerpt, .archive-post:active .archive-post__title, .archive-post:active .archive-post__excerpt {
  transform: translateY(-10px) perspective(1px) scale(0.9);
}

.archive-post:hover .archive-post__title, .archive-post:focus .archive-post__title, .archive-post:active .archive-post__title {
  transition-delay: 0ms;
}

.archive-post:hover .archive-post__title::after, .archive-post:focus .archive-post__title::after, .archive-post:active .archive-post__title::after {
  width: 140px;
}

.archive-post:hover .archive-post__excerpt, .archive-post:focus .archive-post__excerpt, .archive-post:active .archive-post__excerpt {
  transition-delay: 150ms;
}

.archive-post:hover svg, .archive-post:focus svg, .archive-post:active svg {
  transform: rotate(360deg);
}

.error404 .main-global-wrapper {
  padding-top: 100px;
}

.error404 .e404-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  padding-top: 25vh;
  padding-bottom: 25vh;
  min-height: calc(100vh - 552px);
  text-align: center;
  background-size: cover;
  background-position: center;
}

.error404 .e404-wrapper > * {
  width: 100%;
  text-align: center;
}

@media only screen and (min-width: 56.25em) {
  .error404 .e404-wrapper {
    min-height: calc(100vh - 474px);
  }
}

@media only screen and (min-width: 75em) {
  .error404 .e404-wrapper {
    padding-top: 250px;
    padding-bottom: 250px;
  }
}

@media only screen and (min-width: 90em) {
  .error404 .e404-wrapper {
    min-height: calc(100vh - 552px);
  }
}

.error404 .btn-wrapper {
  margin-top: 5%;
}

.post-type-archive-projet .section-wysiwyg div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  text-align: center !important;
  margin-bottom: 0;
  gap: 20px;
}

.post-type-archive-projet .section-wysiwyg div img {
  max-width: 425px;
  width: 30vw;
  margin-right: 30px;
}

.post-type-archive-projet .btn-all-projects {
  display: -ms-flexbox;
  display: flex;
  padding: 10px 26px;
  -ms-flex-pack: center;
  justify-content: center;
  width: fit-content;
  gap: 8px;
  color: white;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 700;
  line-height: 18.4px;
  text-transform: uppercase;
  background-color: #B01720;
  text-decoration: none;
  margin: 0 auto 3.0625rem;
}

@media only screen and (max-width: 60rem) {
  .post-type-archive-projet .section-wysiwyg {
    text-align: center !important;
    margin-bottom: 2rem;
  }
  .post-type-archive-projet .section-wysiwyg div {
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    text-align: center !important;
    gap: 20px;
  }
  .post-type-archive-projet .section-wysiwyg div img {
    width: 70vw;
    margin-right: 0;
  }
}

/* required styles */
.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
  position: absolute;
  left: 0;
  top: 0;
}

.leaflet-container {
  overflow: hidden;
}

.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
}

/* Prevents IE11 from highlighting tiles in blue */
.leaflet-tile::selection {
  background: transparent;
}

/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
.leaflet-safari .leaflet-tile {
  image-rendering: -webkit-optimize-contrast;
}

/* hack that prevents hw layers "stretching" when loading new tiles */
.leaflet-safari .leaflet-tile-container {
  width: 1600px;
  height: 1600px;
  -webkit-transform-origin: 0 0;
}

.leaflet-marker-icon,
.leaflet-marker-shadow {
  display: block;
}

/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container .leaflet-overlay-pane svg {
  max-width: none !important;
  max-height: none !important;
}

.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
  max-width: none !important;
  max-height: none !important;
  width: auto;
  padding: 0;
}

.leaflet-container img.leaflet-tile {
  /* See: https://bugs.chromium.org/p/chromium/issues/detail?id=600120 */
  mix-blend-mode: plus-lighter;
}

.leaflet-container.leaflet-touch-zoom {
  -ms-touch-action: pan-x pan-y;
  touch-action: pan-x pan-y;
}

.leaflet-container.leaflet-touch-drag {
  -ms-touch-action: pinch-zoom;
  /* Fallback for FF which doesn't support pinch-zoom */
  touch-action: none;
  touch-action: pinch-zoom;
}

.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
  -ms-touch-action: none;
  touch-action: none;
}

.leaflet-container {
  -webkit-tap-highlight-color: transparent;
}

.leaflet-container a {
  -webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}

.leaflet-tile {
  filter: inherit;
  visibility: hidden;
}

.leaflet-tile-loaded {
  visibility: inherit;
}

.leaflet-zoom-box {
  width: 0;
  height: 0;
  box-sizing: border-box;
  z-index: 800;
}

/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
  -moz-user-select: none;
}

.leaflet-pane {
  z-index: 400;
}

.leaflet-tile-pane {
  z-index: 200;
}

.leaflet-overlay-pane {
  z-index: 400;
}

.leaflet-shadow-pane {
  z-index: 500;
}

.leaflet-marker-pane {
  z-index: 600;
}

.leaflet-tooltip-pane {
  z-index: 650;
}

.leaflet-popup-pane {
  z-index: 700;
}

.leaflet-map-pane canvas {
  z-index: 100;
}

.leaflet-map-pane svg {
  z-index: 200;
}

.leaflet-vml-shape {
  width: 1px;
  height: 1px;
}

.lvml {
  behavior: url(#default#VML);
  display: inline-block;
  position: absolute;
}

/* control positioning */
.leaflet-control {
  position: relative;
  z-index: 800;
  pointer-events: visiblePainted;
  /* IE 9-10 doesn't have auto */
  pointer-events: auto;
}

.leaflet-top,
.leaflet-bottom {
  position: absolute;
  z-index: 1000;
  pointer-events: none;
}

.leaflet-top {
  top: 0;
}

.leaflet-right {
  right: 0;
}

.leaflet-bottom {
  bottom: 0;
}

.leaflet-left {
  left: 0;
}

.leaflet-control {
  float: left;
  clear: both;
}

.leaflet-right .leaflet-control {
  float: right;
}

.leaflet-top .leaflet-control {
  margin-top: 10px;
}

.leaflet-bottom .leaflet-control {
  margin-bottom: 10px;
}

.leaflet-left .leaflet-control {
  margin-left: 10px;
}

.leaflet-right .leaflet-control {
  margin-right: 10px;
}

/* zoom and fade animations */
.leaflet-fade-anim .leaflet-popup {
  opacity: 0;
  transition: opacity 0.2s linear;
}

.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
  opacity: 1;
}

.leaflet-zoom-animated {
  transform-origin: 0 0;
}

svg.leaflet-zoom-animated {
  will-change: transform;
}

.leaflet-zoom-anim .leaflet-zoom-animated {
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1);
}

.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
  transition: none;
}

.leaflet-zoom-anim .leaflet-zoom-hide {
  visibility: hidden;
}

/* cursors */
.leaflet-interactive {
  cursor: pointer;
}

.leaflet-grab {
  cursor: grab;
}

.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
  cursor: crosshair;
}

.leaflet-popup-pane,
.leaflet-control {
  cursor: auto;
}

.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
  cursor: move;
  cursor: grabbing;
}

/* marker & overlays interactivity */
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
  pointer-events: none;
}

.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive,
svg.leaflet-image-layer.leaflet-interactive path {
  pointer-events: visiblePainted;
  /* IE 9-10 doesn't have auto */
  pointer-events: auto;
}

/* visual tweaks */
.leaflet-container {
  background: #ddd;
  outline-offset: 1px;
}

.leaflet-container a {
  color: #0078A8;
}

.leaflet-zoom-box {
  border: 2px dotted #38f;
  background: rgba(255, 255, 255, 0.5);
}

/* general typography */
.leaflet-container {
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5;
}

/* general toolbar styles */
.leaflet-bar {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
  border-radius: 4px;
}

.leaflet-bar a {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  width: 26px;
  height: 26px;
  line-height: 26px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: black;
}

.leaflet-bar a,
.leaflet-control-layers-toggle {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block;
}

.leaflet-bar a:hover,
.leaflet-bar a:focus {
  background-color: #f4f4f4;
}

.leaflet-bar a:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.leaflet-bar a:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom: none;
}

.leaflet-bar a.leaflet-disabled {
  cursor: default;
  background-color: #f4f4f4;
  color: #bbb;
}

.leaflet-touch .leaflet-bar a {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.leaflet-touch .leaflet-bar a:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.leaflet-touch .leaflet-bar a:last-child {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}

/* zoom control */
.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
  font: bold 18px 'Lucida Console', Monaco, monospace;
  text-indent: 1px;
}

.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out {
  font-size: 22px;
}

/* layers control */
.leaflet-control-layers {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
  background: #fff;
  border-radius: 5px;
}

.leaflet-control-layers-toggle {
  background-image: url(images/layers.png);
  width: 36px;
  height: 36px;
}

.leaflet-retina .leaflet-control-layers-toggle {
  background-image: url(images/layers-2x.png);
  background-size: 26px 26px;
}

.leaflet-touch .leaflet-control-layers-toggle {
  width: 44px;
  height: 44px;
}

.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
  display: none;
}

.leaflet-control-layers-expanded .leaflet-control-layers-list {
  display: block;
  position: relative;
}

.leaflet-control-layers-expanded {
  padding: 6px 10px 6px 6px;
  color: #333;
  background: #fff;
}

.leaflet-control-layers-scrollbar {
  overflow-y: scroll;
  overflow-x: hidden;
  padding-right: 5px;
}

.leaflet-control-layers-selector {
  margin-top: 2px;
  position: relative;
  top: 1px;
}

.leaflet-control-layers label {
  display: block;
  font-size: 13px;
  font-size: 1.08333em;
}

.leaflet-control-layers-separator {
  height: 0;
  border-top: 1px solid #ddd;
  margin: 5px -10px 5px -6px;
}

/* attribution and scale controls */
.leaflet-container .leaflet-control-attribution {
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
  margin: 0;
}

.leaflet-control-attribution,
.leaflet-control-scale-line {
  padding: 0 5px;
  color: #333;
  line-height: 1.4;
}

.leaflet-control-attribution a {
  text-decoration: none;
}

.leaflet-control-attribution a:hover,
.leaflet-control-attribution a:focus {
  text-decoration: underline;
}

.leaflet-attribution-flag {
  display: inline !important;
  vertical-align: baseline !important;
  width: 1em;
  height: 0.6669em;
}

.leaflet-left .leaflet-control-scale {
  margin-left: 5px;
}

.leaflet-bottom .leaflet-control-scale {
  margin-bottom: 5px;
}

.leaflet-control-scale-line {
  border: 2px solid #777;
  border-top: none;
  line-height: 1.1;
  padding: 2px 5px 1px;
  white-space: nowrap;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.8);
  text-shadow: 1px 1px #fff;
}

.leaflet-control-scale-line:not(:first-child) {
  border-top: 2px solid #777;
  border-bottom: none;
  margin-top: -2px;
}

.leaflet-control-scale-line:not(:first-child):not(:last-child) {
  border-bottom: 2px solid #777;
}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  box-shadow: none;
}

.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  border: 2px solid rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
}

/* popup */
.leaflet-popup {
  position: absolute;
  text-align: center;
  margin-bottom: 20px;
}

.leaflet-popup-content-wrapper {
  padding: 1px;
  text-align: left;
  border-radius: 12px;
}

.leaflet-popup-content {
  margin: 13px 24px 13px 20px;
  line-height: 1.3;
  font-size: 13px;
  font-size: 1.08333em;
  min-height: 1px;
}

.leaflet-popup-content p {
  margin: 17px 0;
  margin: 1.3em 0;
}

.leaflet-popup-tip-container {
  width: 40px;
  height: 20px;
  position: absolute;
  left: 50%;
  margin-top: -1px;
  margin-left: -20px;
  overflow: hidden;
  pointer-events: none;
}

.leaflet-popup-tip {
  width: 17px;
  height: 17px;
  padding: 1px;
  margin: -10px auto 0;
  pointer-events: auto;
  transform: rotate(45deg);
}

.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
  background: white;
  color: #333;
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
}

.leaflet-container a.leaflet-popup-close-button {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  text-align: center;
  width: 24px;
  height: 24px;
  font: 16px/24px Tahoma, Verdana, sans-serif;
  color: #757575;
  text-decoration: none;
  background: transparent;
}

.leaflet-container a.leaflet-popup-close-button:hover,
.leaflet-container a.leaflet-popup-close-button:focus {
  color: #585858;
}

.leaflet-popup-scrolled {
  overflow: auto;
}

.leaflet-oldie .leaflet-popup-content-wrapper {
  -ms-zoom: 1;
}

.leaflet-oldie .leaflet-popup-tip {
  width: 24px;
  margin: 0 auto;
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
}

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
  border: 1px solid #999;
}

/* div icon */
.leaflet-div-icon {
  background: #fff;
  border: 1px solid #666;
}

/* Tooltip */
/* Base styles for the element that has a tooltip */
.leaflet-tooltip {
  position: absolute;
  padding: 6px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 3px;
  color: #222;
  white-space: nowrap;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}

.leaflet-tooltip.leaflet-interactive {
  cursor: pointer;
  pointer-events: auto;
}

.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
  position: absolute;
  pointer-events: none;
  border: 6px solid transparent;
  background: transparent;
  content: "";
}

/* Directions */
.leaflet-tooltip-bottom {
  margin-top: 6px;
}

.leaflet-tooltip-top {
  margin-top: -6px;
}

.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
  left: 50%;
  margin-left: -6px;
}

.leaflet-tooltip-top:before {
  bottom: 0;
  margin-bottom: -12px;
  border-top-color: #fff;
}

.leaflet-tooltip-bottom:before {
  top: 0;
  margin-top: -12px;
  margin-left: -6px;
  border-bottom-color: #fff;
}

.leaflet-tooltip-left {
  margin-left: -6px;
}

.leaflet-tooltip-right {
  margin-left: 6px;
}

.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
  top: 50%;
  margin-top: -6px;
}

.leaflet-tooltip-left:before {
  right: 0;
  margin-right: -12px;
  border-left-color: #fff;
}

.leaflet-tooltip-right:before {
  left: 0;
  margin-left: -12px;
  border-right-color: #fff;
}

.leaflet-control-container {
  display: none;
}

/* Printing */
@media print {
  /* Prevent printers from removing background-images of controls. */
  .leaflet-control {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
}

/*
*
    Explication des hacks
*
*/
/*
*
    TEMPORAIRES(!) styles destinés à résoudre un problème momentanément
    ou
    styles commentés qu'on ne veux pas supprimer définitivement pour le moment
*
*/
