@font-face {
  font-family: 'Montserrat';
  src: url('assets/fonts/PPMondwest-Regular.woff2') format('woff2'),
       url('assets/fonts/PPMondwest-Regular.woff') format('woff'),
       url('assets/fonts/PPMondwest-Regular.otf') format('opentype');
  font-weight: 300 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('assets/fonts/PPNeueBit-Bold.woff2') format('woff2'),
       url('assets/fonts/PPNeueBit-Bold.woff') format('woff'),
       url('assets/fonts/PPNeueBit-Bold.otf') format('opentype');
  font-weight: 700 900 1200;
  font-style: normal;
  font-display: swap;
}@charset "UTF-8";
/*! de-style.css v1.0.5  */
/* Reset box-model
   ========================================================================== */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

/* Document
     ========================================================================== */
/**
   * 1. Correct the line height in all browsers.
   * 2. Prevent adjustments of font size after orientation changes in iOS.
   * 3. Remove gray overlay on links for iOS.
   */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

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

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

/* Vertical rhythm
     ========================================================================== */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings
     ========================================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration)
     ========================================================================== */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition)
     ========================================================================== */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

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

/**
   * 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: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

/* Forms
     ========================================================================== */
button,
input,
optgroup,
select,
textarea {
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
}

/**
   * Remove all Style fro select elements. Does not quite work cross-browser
   */
select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border-radius: 0;
}

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

.video-background {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh; /* Or any specific height */
}

.video-background video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  z-index: 0;
}

/* Make sure this is added */
.video-background .container {
  position: relative;
  z-index: 1;
}


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

button[disabled],
[type='button'][disabled],
[type='reset'][disabled],
[type='submit'][disabled] {
  cursor: default;
}

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

/**
   * Reset to invisible
   */
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}

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

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

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

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

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

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

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

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

/**
   * Fix placeholder font properties inheritance.
   */
::-webkit-input-placeholder {
  font: inherit;
}

:-ms-input-placeholder {
  font: inherit;
}

::-ms-input-placeholder {
  font: inherit;
}

::-moz-placeholder {
  font: inherit;
}

::placeholder {
  font: inherit;
}

/**
   * Clickable labels
   */
label[for] {
  cursor: pointer;
}

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

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

/* Table
     ========================================================================== */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
}

th {
  text-align: left;
  font-weight: bold;
}

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

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

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

html {
  font-size: 10px;
  scroll-behavior: smooth;
}

body {
  font-size: 100%;
}

svg {
  fill: currentColor;
}

html {
  min-height: 100%;
  overflow-x: hidden;
}

body, html {
  position: relative;
  width: 100%;
  font-size: 100%;
  font-family: 'Montserrat', sans-serif;
}

body {
  opacity: 0;
}

#main {
  width: 100%;
  font-size: 20px;
  padding: 0 1.6875vw  2.4375vw  1.6875vw;
}

@media screen and (min-width: 1024px) {
  #main {
    font-size: 1.25vw;
  }
}

@media screen and (min-width: 1600px) {
  #main {
    font-size: 20px;
  }
}

@media screen and (max-width: 1024px) {
  #main {
    font-size: 15px;
    padding: 0 10px 10px 10px;
  }
}

#main * {
  -ms-scrollbar-base-color: #e6223d;
}

#main *::-webkit-scrollbar {
  width: 15px;
}

#main *::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
}

#main *::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 0 1px #e6223d, inset 0 0 0 6px #e6223d;
  border-radius: 100%;
  border: solid 0 transparent;
  border-right-width: 10px;
  outline: none;
}

.main-content {
  margin-top: calc(3.625vw + 45px);
}

@media screen and (max-width: 1024px) {
  .main-content {
    margin-top: 65px;
  }
}

@media screen and (max-width: 1024px) {
  .stickyRubrique-- .main-content {
    margin-top: 65px;
  }
}

.home {
  overflow: hidden;
  background: #000000;
}

.home #main {
  padding: 0;
  overflow: hidden;
}

.home .main-content {
  margin: 0;
}

.nopaddingb-- {
  padding-bottom: 0 !important;
}

.btn-play {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("assets/img/btn-play.svg") center center no-repeat;
  background-size: 8.875vw 8.875vw;
  z-index: 1;
  opacity: .9;
  cursor: pointer;
  -webkit-transition: opacity .2s ease-in;
  transition: opacity .2s ease-in;
}

@media screen and (max-width: 1024px) {
  .btn-play {
    background-size: 48px 48px;
  }
}

@media screen and (min-width: 1600px) {
  .btn-play {
    background-size: 142px 142px;
  }
}

.btn-play:hover {
  opacity: 1;
}

.btn {
  color: #ffffff;
  text-decoration: underline;
  font-size: 24px;
  font-weight: bold;
  line-height: 0.92;
}

.btn-simple {
  text-decoration: underline;
  font-weight: bold;
}

.btn-valider {
  background: #ffffff;
  width: 3.75vw;
  height: 3.75vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

@media screen and (min-width: 1600px) {
  .btn-valider {
    width: 60px;
  }
}

@media screen and (min-width: 1600px) {
  .btn-valider {
    height: 60px;
  }
}

.btn-valider svg {
  width: 27px;
  height: 21px;
  fill: #e6223d;
}

@media screen and (max-width: 1024px) {
  .btn-valider {
    width: 51px;
    height: 51px;
  }
  .btn-valider svg {
    width: 23px;
    height: 18px;
  }
}

.btn-form {
  height: 4.0625vw;
  background: #e6223d;
  padding: 0 2.5vw;
  font-size: 26px;
  font-weight: 500;
  line-height: 2.54;
  color: #ffffff;
}

@media screen and (min-width: 1024px) {
  .btn-form {
    font-size: 1.625vw;
  }
}

@media screen and (min-width: 1600px) {
  .btn-form {
    font-size: 26px;
  }
}

@media screen and (max-width: 1024px) {
  .btn-form {
    font-size: 18px;
    line-height: 1;
    height: auto;
    padding: 12px 30px;
  }
}

.btn-dwld {
  position: relative;
  display: block;
}

.btn-dwld:after {
  content: '';
  display: inline-block;
  position: relative;
  width: 1vw;
  height: 1.625vw;
  margin-left: 10px;
  background-size: cover;
}

@media screen and (max-width: 1024px) {
  .btn-dwld:after {
    width: 9px;
    height: 15px;
    vertical-align: middle;
  }
}

.msg-erreur {
  display: block;
  color: #e6223d;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.57;
  margin-bottom: 12px;
}

@media screen and (min-width: 1024px) {
  .msg-erreur {
    font-size: 0.875vw;
  }
}

@media screen and (min-width: 1600px) {
  .msg-erreur {
    font-size: 14px;
  }
}

.container {
  width: 100%;
  padding: 0 7.188vw 0 7.188vw;
}

@media screen and (max-width: 1024px) {
  .container {
    padding: 0 15px;
  }
}

.container.white-- {
  background: #ffffff;
  padding-top: 70px;
}

@media screen and (max-width: 1024px) {
  .container.white-- {
    padding-top: 50px;
    overflow: hidden;
  }
}

.content {
  width: 100%;
}

.container-max {
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}

.margin-xs, .c-results_item {
  margin-bottom: 45px;
}

@media screen and (max-width: 1024px) {
  .margin-xs, .c-results_item {
    margin-bottom: 25px;
  }
}

.margin-m, .c-more, .c-loader, .m-msgFort h3 {
  margin-bottom: 70px;
}

@media screen and (max-width: 1024px) {
  .margin-m, .c-more, .c-loader, .m-msgFort h3 {
    margin-bottom: 50px;
  }
}

.margin-xl {
  margin-bottom: 110px;
}

@media screen and (max-width: 1024px) {
  .margin-xl {
    margin-bottom: 80px;
  }
}

.padding-xs, .m-results, .c-filter, .m-title_interne {
  padding-bottom: 45px;
}

@media screen and (max-width: 1024px) {
  .padding-xs, .m-results, .c-filter, .m-title_interne {
    padding-bottom: 25px;
  }
}

.padding-m, .c-results_item, .c-press, .m-rubrique, .m-title_xl, .m-intro {
  padding-bottom: 70px;
}

@media screen and (max-width: 1024px) {
  .padding-m, .c-results_item, .c-press, .m-rubrique, .m-title_xl, .m-intro {
    padding-bottom: 50px;
  }
}

.padding-xl, .c-accordeon, .m-title_chapitre, .m-wysiwyg, .m-msgFort, .m-txtVisuel, .m-casClient, .m-3blocs, .m-2blocs, .m-1-visuel, .m-exergue, .m-trombinoscope, .m-gif, .m-video, .m-btnLarge, .m-citation, .m-slider {
  padding-bottom: 110px;
}

@media screen and (max-width: 1024px) {
  .padding-xl, .c-accordeon, .m-title_chapitre, .m-wysiwyg, .m-msgFort, .m-txtVisuel, .m-casClient, .m-3blocs, .m-2blocs, .m-1-visuel, .m-exergue, .m-trombinoscope, .m-gif, .m-video, .m-btnLarge, .m-citation, .m-slider {
    padding-bottom: 80px;
  }
}

/* custom select */
.c-select {
  position: relative;
  display: inline-block;
  width: auto;
  min-width: 180px;
  margin-right: 29px;
}

@media screen and (max-width: 1024px) {
  .c-select {
    width: 100%;
    min-width: auto;
    margin-right: 0;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 1024px) {
  .c-select select {
    display: inline-block;
    width: 100%;
    cursor: pointer;
    padding: 6px 30px 6px 0x;
    outline: 0;
    border: 0;
    border-radius: 0;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    color: #ffffff;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.21;
    border-bottom: 5px solid #ffffff;
  }
}

@media screen and (max-width: 1024px) and (min-width: 1024px) {
  .c-select select {
    font-size: 1.5vw;
  }
}

@media screen and (max-width: 1024px) and (min-width: 1600px) {
  .c-select select {
    font-size: 24px;
  }
}

@media screen and (max-width: 1024px) {
  .c-select select::-ms-expand {
    display: none;
  }
  .c-select select:disabled {
    opacity: 0.5;
    pointer-events: none;
  }
  .c-select:after {
    content: "";
    color: #ffffff;
    position: absolute;
    top: calc(50% - 7.5px);
    right: 0;
    width: 15px;
    height: 15px;
    text-align: center;
    pointer-events: none;
    border-style: solid;
    border-width: 7.5px 7.5px 0 7.5px;
    border-color: #ffffff transparent transparent transparent;
  }
}

.custom-select-container {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.custom-select-container * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.custom-select-container.is-disabled {
  opacity: .333;
}

.custom-select-opener {
  color: #ffffff;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.21;
  border-bottom: 5px solid #ffffff;
  background: none;
  padding: 6px 30px 6px 0;
  display: block;
  cursor: pointer;
  outline: 0;
}

@media screen and (min-width: 1024px) {
  .custom-select-opener {
    font-size: 1.5vw;
  }
}

@media screen and (min-width: 1600px) {
  .custom-select-opener {
    font-size: 24px;
  }
}

@media screen and (max-width: 1024px) {
  .custom-select-opener {
    font-size: 22px;
    line-height: 1.32;
  }
}

.custom-select-opener:after {
  content: "";
  color: #ffffff;
  position: absolute;
  top: calc(50% - 7.5px);
  right: 0;
  width: 15px;
  height: 15px;
  text-align: center;
  pointer-events: none;
  border-style: solid;
  border-width: 7.5px 7.5px 0 7.5px;
  border-color: #ffffff transparent transparent transparent;
}

.custom-select-container select {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}

.custom-select-panel {
  max-height: 0;
  -webkit-transition: max-height .5s ease-out, overflow-y 0.1s 0.5s;
  transition: max-height .5s ease-out, overflow-y 0.1s 0.5s;
  overflow: hidden;
  background: #ffffff;
  position: absolute;
  top: 100%;
  z-index: 1;
  width: 100%;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.11;
  letter-spacing: 0.5px;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}

@media screen and (min-width: 1024px) {
  .custom-select-panel {
    font-size: 1.125vw;
  }
}

@media screen and (min-width: 1600px) {
  .custom-select-panel {
    font-size: 18px;
  }
}

.custom-select-container.is-open .custom-select-panel {
  max-height: 450px;
  overflow-y: auto;
}

.custom-select-option {
  padding: 0.5em;
  cursor: pointer;
}

/* masque les checkbox et radio */
[type="checkbox"]:checked,
[type="checkbox"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

.m-3blocs {
    color: white;
}

.m-3blocs h1 {
    color: white;
}

.m-3blocs p {
    color: white;
}

/*On customise le label*/
[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
  position: relative;
  cursor: pointer;
  display: inline-block;
  margin-right: 1em;
  line-height: 22px;
}

[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
  content: '';
  display: inline-block;
  width: 1.6875vw;
  height: 1.6875vw;
  min-width: 27px;
  min-height: 27px;
  margin-right: .5em;
  background: #ffffff;
  border: 2px solid #000000;
  vertical-align: text-bottom;
  -webkit-transition: .6s;
  transition: .6s;
}

/*On customise le label quand la case est cochée*/
[type="checkbox"]:checked + label:before {
  color: #fff;
  border-color: #e6223d;
  background: #e6223d;
}

@media screen and (min-width: 1024px) {
  .container.js-data-rise {
    position: relative;
    z-index: 0;
  }
  .js-data-rise-linear .js-elt {
    opacity: 0;
    -webkit-transform: translateX(10rem);
    transform: translateX(10rem);
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1024px) {
  .js-data-rise-linear .js-elt {
    -webkit-transform: translateX(5rem);
    transform: translateX(5rem);
  }
}

@media screen and (min-width: 1024px) {
  .js-data-rise-linear .btn-valider {
    opacity: 0;
  }
  .js-data-rise-decal .js-elt {
    opacity: 0;
    -webkit-transform: translateY(10rem);
    transform: translateY(10rem);
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1024px) {
  .js-data-rise-decal .js-elt {
    -webkit-transform: translateY(5rem);
    transform: translateY(5rem);
  }
}

@media screen and (min-width: 1024px) {
  .js-data-rise {
    opacity: 0;
    -webkit-transform: translateY(10rem);
    transform: translateY(10rem);
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1024px) {
  .js-data-rise {
    -webkit-transform: translateY(5rem);
    transform: translateY(5rem);
  }
}

.cursor__wrapper {
  display: block;
  height: 80px;
  width: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  pointer-events: none;
  z-index: 10000000000;
}

.cursor__pointer {
  background-color: #fff;
  width: 20px;
  height: 20px;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}

.cursor__pointer, .cursor__int, .cursor__ext {
  position: fixed;
  display: block;
  content: ' ';
  border-radius: 50%;
  pointer-events: none;
  -webkit-transition: -webkit-transform 250ms ease;
  transition: -webkit-transform 250ms ease;
  transition: transform 250ms ease;
  transition: transform 250ms ease, -webkit-transform 250ms ease;
}

.cursor__int, .cursor__ext {
  border-color: #fff;
  width: 0px;
  height: 0px;
  -webkit-transition: all 250ms ease, background-size 0ms ease;
  transition: all 250ms ease, background-size 0ms ease;
}

.cursor--click .cursor__pointer {
  -webkit-transform: scale(0.4);
          transform: scale(0.4);
  -webkit-transition: -webkit-transform 250ms ease;
  transition: -webkit-transform 250ms ease;
  transition: transform 250ms ease;
  transition: transform 250ms ease, -webkit-transform 250ms ease;
}

.cursor--click .cursor__int {
  width: 50px;
  height: 50px;
  opacity: 0;
  -webkit-transition: width 500ms ease 100ms, height 500ms ease 100ms, opacity 200ms ease-in 300ms;
  transition: width 500ms ease 100ms, height 500ms ease 100ms, opacity 200ms ease-in 300ms;
  border: 1px solid #fff;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}

.cursor--click .cursor__ext {
  width: 60px;
  height: 60px;
  -webkit-transition: width 500ms ease , height 500ms ease , opacity 200ms ease-in 100ms;
  transition: width 500ms ease , height 500ms ease , opacity 200ms ease-in 100ms;
  opacity: 0;
  border: 1px solid #fff;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}

.cursor--link .cursor__pointer {
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  width: 22px;
  height: 22px;
  mix-blend-mode: normal;
}

.cursor--link .cursor__ext {
  width: 42px;
  height: 42px;
  background-image: url("assets/img/arrow-white.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #fff;
  background-size: 20px 20px;
  opacity: 1;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}

.cursor--hidden {
  display: none;
}

.c-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 6.025vw;
  padding: 0 2.906vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 9;
}

@media screen and (max-width: 1024px) {
  .c-header {
    height: 65px;
    padding: 0 24px;
  }
}

.c-header_toggle {
  position: relative;
  display: block;
  width: 2.1875vw;
  height: 2.1875vw;
  cursor: pointer;
  overflow: hidden;
  z-index: 1;
  min-width: 35px;
}

@media screen and (min-width: 1600px) {
  .c-header_toggle {
    width: 35px;
  }
}

@media screen and (min-width: 1600px) {
  .c-header_toggle {
    height: 35px;
  }
}

@media screen and (max-width: 1024px) {
  .c-header_toggle {
    width: 35px;
    height: 35px;
  }
}

.c-header_toggle span {
  position: absolute;
  top: calc(25% - 1px);
  left: 0;
  display: block;
  width: 100%;
  height: 0.125vw;
  min-height: 2px;
}

.c-header_toggle span:before, .c-header_toggle span:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0.9375vw;
  min-width: 15px;
  height: 100%;
  background: #ffffff;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}

@media screen and (min-width: 1600px) {
  .c-header_toggle span:before, .c-header_toggle span:after {
    width: 15px;
  }
}

.c-header_toggle span:after {
  right: 0;
  left: auto;
}

.c-header_toggle span:last-of-type {
  top: auto;
  bottom: calc(25% - 1px);
}

.c-header_menu {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  top: 0;
  left: -40vw;
  width: 37.8125vw;
  min-width: 320px;
  height: 100%;
  background: #000;
  -webkit-transition: left 0.2s ease-in;
  transition: left 0.2s ease-in;
  z-index: 1;
  padding: 3.075vw 3.875vw;
}

@media screen and (max-width: 1024px) {
  .c-header_menu {
    width: 100%;
    max-width: 400px;
    left: -100%;
    padding: 24px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.c-header_nav.open-- ~ * #ce_SignUp_navMain,
.c-header_nav.open-- ~ * #signupNavBtn,
.c-header_nav.open-- #ce_SignUp_navMain,
.c-header_nav.open-- #signupNavBtn {
    position: relative;
    z-index: -1 !important; /* Push behind the menu overlay */
}

.c-header_menuList {
  font-size: 25px;
  line-height: 24px;
  width: 23.438vw;
  text-transform: uppercase;
  font-weight: 900;
  margin-bottom: 20px;
}

@media screen and (min-width: 1024px) {
  .c-header_menuList {
    font-size: 1.5625vw;
  }
}

@media screen and (min-width: 1600px) {
  .c-header_menuList {
    font-size: 25px;
  }
}

@media screen and (min-width: 1024px) {
  .c-header_menuList {
    line-height: 1.5vw;
  }
}

@media screen and (min-width: 1600px) {
  .c-header_menuList {
    line-height: 24px;
  }
}

@media screen and (max-width: 1024px) {
  .c-header_menuList {
    line-height: 1.2;
  }
}

@media screen and (max-width: 1024px) {
  .c-header_menuList {
    width: 190px;
    font-size: 16px;
    margin-bottom: 10px;
  }
}

.c-header_menuList li {
  padding: 14px 0;
  opacity: 1;
  transform: translateX(-2px);
  
}
@media screen and (max-width: 1024px) {
  .c-header_menuList li {
    padding: 6px 0;
  }
}

.c-header_menuList li a {
  display: block;
  color: #ffffff;
  width: 23.438vw;
  -webkit-transition: color 0.00s ease-in;
  transition: color 0.00s ease-in;
}

@media screen and (max-width: 1024px) {
  .c-header_menuList li a {
    width: 100%;
  }
}

.c-header_menuList li a:hover {
  color: #FBA675;
}

.c-header_search {
  width: 23.438vw;
  max-width: 0;
  opacity: 0;
  margin-bottom: 45px;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}

@media screen and (max-width: 1024px) {
  .c-header_search {
    width: 190px;
    margin-bottom: 30px;
  }
}

.c-header_search #searchform {
  width: 23.438vw;
}

@media screen and (max-width: 1024px) {
  .c-header_search #searchform {
    width: 100%;
  }
}

.c-header_search #searchform > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-transform: translateX(-21.438vw);
  transform: translateX(-21.438vw);
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}

@media screen and (max-width: 1024px) {
  .c-header_search #searchform > div {
    -webkit-transform: translateX(-165px);
    transform: translateX(-165px);
  }
}

.c-header_search #searchform > div label {
  display: none;
}

.c-header_search #searchform > div #s {
  border-bottom: 2px solid #ffffff;
  width: 19.563vw;
  height: 2.4vw;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  color: #ffffff;
}

@media screen and (min-width: 1024px) {
  .c-header_search #searchform > div #s {
    font-size: 1.25vw;
  }
}

@media screen and (min-width: 1600px) {
  .c-header_search #searchform > div #s {
    font-size: 20px;
  }
}

@media screen and (min-width: 1024px) {
  .c-header_search #searchform > div #s {
    line-height: 1.875vw;
  }
}

@media screen and (min-width: 1600px) {
  .c-header_search #searchform > div #s {
    line-height: 30px;
  }
}

@media screen and (max-width: 1024px) {
  .c-header_search #searchform > div #s {
    line-height: 1.2;
  }
}

@media screen and (max-width: 1024px) {
  .c-header_search #searchform > div #s {
    width: 120px;
    height: 25px;
    font-size: 16px;
    line-height: 1.2;
  }
}

.c-header_search #searchform > div #searchsubmit {
  width: 2vw;
  height: 2vw;
  overflow: hidden;
  text-indent: -100vw;
  background-image: url("assets/img/search.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (max-width: 1024px) {
  .c-header_search #searchform > div #searchsubmit {
    width: 25px;
    height: 25px;
  }
}

.c-header_search #searchform > div.open-- {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.c-header_social {
  position: absolute;
  bottom: 3.075vw;
  left: 3.875vw;
  width: 30.0625vw;
  opacity: 1;
  max-width: 0;
}

/* When menu is open */
.c-header_social.is-open,
.c-header.is-open .c-header_social {
  opacity: 1;
  max-width: 30.0625vw;
}

@media screen and (max-width: 1024px) {
  .c-header_social {
    position: initial;
    bottom: initial;
    left: initial;
    width: 190px;
    max-width: none;
  }
  
  /* When menu is open on mobile */
  .c-header_social.is-open,
  .c-header.is-open .c-header_social {
    opacity: 1;
  }
}

.c-header_socialContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 30.0625vw;
}

@media screen and (max-width: 1024px) {
  .c-header_socialContent {
    width: 165px;
  }
}

.c-header_social .item-mention {
  font-size: 12px;
  line-height: 1;
  font-weight: 500;
  color: #ffffff;
  justify-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media screen and (min-width: 1024px) {
  .c-header_social .item-mention {
    font-size: 0.75vw;
  }
}

@media screen and (min-width: 1600px) {
  .c-header_social .item-mention {
    font-size: 12px;
  }
}

@media screen and (max-width: 1024px) {
  .c-header_social .item-mention {
    position: absolute;
    bottom: 15px;
    left: 15px;
    font-size: 12px;
    line-height: 2.92;
  }
}

.c-header_social ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 25px;
}

@media screen and (max-width: 1024px) {
  .c-header_social ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.c-header_social ul li {
  padding: 0 0.9375vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1024px) {
  .c-header_social ul li {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.c-header_social ul li:first-of-type {
  padding-left: 0;
}

.c-header_social ul li:last-of-type {
  padding-right: 0;
}

.c-header_social ul li a {
  display: block;
  color: #ffffff;
  height: 1.813vw;
  overflow: hidden;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center bottom;
}

@media screen and (max-width: 1024px) {
  .c-header_social ul li a {
    height: 22px;
  }
}

.c-header_social ul li a span {
  display: none;
}

@media screen and (max-width: 1024px) {
  .c-header_social ul li.btn-download {
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin-bottom: 15px;
  }
}

.c-header_social ul li.btn-download a {
  width: 7.5625vw;
  background-image: url("assets/img/btn-download.png");
}

@media screen and (max-width: 1024px) {
  .c-header_social ul li.btn-download a {
    width: 121px;
  }
}

@media screen and (max-width: 1024px) {
  .c-header_social ul li.btn-dare {
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin-bottom: 15px;
  }
}

.c-header_social ul li.btn-dare a {
  width: 12.6vw;
  background-image: url("assets/img/subscribe.svg");
}

@media screen and (max-width: 1024px) {
  .c-header_social ul li.btn-dare a {
    width: 170px;
    margin-left: -33px; /* Adjust the value as needed */
  }
}

.c-header_social ul li.rs-facebook a {
  width: 0.875vw;
  background-image: url("assets/img/rs-facebook.svg");
}

@media screen and (max-width: 1024px) {
  .c-header_social ul li.rs-facebook a {
    width: 9px;
  }
}

.c-header_social ul li.rs-twitter a {
  width: 2.188vw;
  height: 2.188vw;
  background-image: url("assets/img/rs-twitter.svg");
}

@media screen and (max-width: 1024px) {
  .c-header_social ul li.rs-twitter a {
    width: 22px;
    height: 22px;
  }
}

.c-header_social ul li.rs-youtube a {
  width: 1.875vw;
  background-image: url("assets/img/rs-youtube.svg");
}

@media screen and (max-width: 1024px) {
  .c-header_social ul li.rs-youtube a {
    width: 19px;
  }
}

.c-header_social ul li.rs-linkedin a {
  width: 1.8125vw;
  background-image: url("assets/img/x.svg");
}

@media screen and (max-width: 1024px) {
  .c-header_social ul li.rs-linkedin a {
    width: 22px;
  }
}

.c-header_social ul li.rs-instagram a {
  width: 1.75vw;
  height: 1.75vw;
  background-image: url("assets/img/rs-insta.png");
}

@media screen and (max-width: 1024px) {
  .c-header_social ul li.rs-instagram a {
    width: 22px;
    height: 22px;
  }
}

.c-header_nav:after {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 0px;
  height: 0px;
  background: #000000;
  opacity: 0;
  -webkit-transition: opacity .4s ease-in;
  transition: opacity .4s ease-in;
}

.c-header_nav.open-- .c-header_menu {
  left: 0;
}

.c-header_nav.open--:after {
  width: 100%;
  height: 100%;
  opacity: 0.3;
}

.c-header_logo {
  position: relative;
  z-index: 2;
  max-width: 8.313vw;
}
.c-header_logoo {
  position: relative;
  z-index: 2;
  max-width: 20.313vw;
}
@media screen and (max-width: 1024px) {
  .c-header_logoo {
    max-width: 86px;
    z-index: 0;
  }
}

@media screen and (max-width: 1024px) {
  .c-header_logo {
    max-width: 86px;
    z-index: 0;
  }
}

.c-header_language {
  position: absolute;
  top: 3.875vw;
  right: 3.875vw;
}

@media screen and (max-width: 1024px) {
  .c-header_language {
    top: 24px;
    right: 24px;
  }
}

.c-header_language ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.c-header_language ul li {
  color: #ffffff;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
  margin-right: 10px;
}

@media screen and (min-width: 1024px) {
  .c-header_language ul li {
    font-size: 1.25vw;
  }
}

@media screen and (min-width: 1600px) {
  .c-header_language ul li {
    font-size: 20px;
  }
}

.c-header_language ul li.current-lang {
  color: #720c1a;
}

.c-header_language ul li:last-of-type {
  margin-right: 0;
}

@media screen and (max-width: 1024px) {
  .c-header_language ul li {
    font-size: 16px;
  }
}

.c-header_close {
  position: absolute;
  top: 3.875vw;
  left: 3.875vw;
  width: 1.8125vw;
  height: 1.8125vw;
  min-width: 29px;
  min-height: 29px;
  background: url("assets/img/btn-close-white.svg") center center no-repeat;
  background-size: contain;
  cursor: pointer;
}

@media screen and (min-width: 1600px) {
  .c-header_close {
    width: 29px;
  }
}

@media screen and (min-width: 1600px) {
  .c-header_close {
    height: 29px;
  }
}

.sticky-- .c-header {
  height: 5.75vw;
}

@media screen and (max-width: 1024px) {
  .sticky-- .c-header {
    height: 69px;
  }
}

.c-footer {
  z-index: 2;
}

.c-footer_hp {
  position: fixed;
  bottom: 3.875vw;
  left: 2.906vw;
  z-index: 7;
  display: none;
}

@media screen and (max-width: 1024px) {
  .c-footer_hp {
    bottom: 24px;
    right: 24px;
    left: 24px;
  }
}

.c-footer_hp a {
  font-size: 12px;
  line-height: 1;
  font-weight: 500;
  color: #ffffff;
}

@media screen and (min-width: 1024px) {
  .c-footer_hp a {
    font-size: 0.75vw;
  }
}

@media screen and (min-width: 1600px) {
  .c-footer_hp a {
    font-size: 12px;
  }
}

@media screen and (max-width: 1024px) {
  .c-footer_hp a {
    font-size: 12px;
  }
}

.c-footer_default {
  position: relative;
  background: #000;
  padding: 0 1.6875vw;
  height: 15vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 1024px) {
  .c-footer_default {
    height: auto;
    padding: 56px 24px;
  }
}

.c-footer_default p {
  color: #fff;
  font-size: 23px;
  line-height: 2.2;
  font-weight: 600;
  text-align: center;
}

@media screen and (min-width: 1024px) {
  .c-footer_default p {
    font-size: 1.125vw;
  }
}

@media screen and (min-width: 1600px) {
  .c-footer_default p {
    font-size: 18px;
  }
}

@media screen and (max-width: 1024px) {
  .c-footer_default p {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.63;
    margin-bottom: 56px;
  }
}

.c-footer_menuList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 1024px) {
  .c-footer_menuList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 50px;
  }
}

.c-footer_menuList li {
  font-size: 18px;
  line-height: 2.2;
  font-weight: 600;
  color: #fff;
  padding: 0 10px 0 0;
}

@media screen and (min-width: 1024px) {
  .c-footer_menuList li {
    font-size: 1.125vw;
  }
}

@media screen and (min-width: 1600px) {
  .c-footer_menuList li {
    font-size: 18px;
  }
}

@media screen and (max-width: 1024px) {
  .c-footer_menuList li {
    font-size: 16px;
    line-height: 1.2;
    font-weight: 500;
    text-align: center;
    margin: 10px 0;
  }
}

.c-footer_menuList li:after {
  content: " | ";
  position: relative;
  padding-left: 10px;
}

@media screen and (max-width: 1024px) {
  .c-footer_menuList li:after {
    display: none;
  }
}

.c-footer_menuList li:last-of-type {
  padding-right: 0;
}

.c-footer_menuList li:last-of-type:after {
  display: none;
}

.c-footer_social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 24px;
}

.c-footer_social li {
  padding: 0 25px;
}

.c-footer_social li:first-of-type {
  padding-left: 0;
}

.c-footer_social li:last-of-type {
  padding-right: 0;
}

.c-footer_social li a {
  display: block;
  color: #ffffff;
  height: 1.813vw;
  overflow: hidden;
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (max-width: 1024px) {
  .c-footer_social li a {
    height: 29px;
  }
}

.c-footer_social li a span {
  display: none;
}

.c-footer_social li.rs-facebook a {
  width: 0.875vw;
  background-image: url("assets/img/rs-facebook.svg");
  background-position: center bottom;
}

@media screen and (min-width: 1600px) {
  .c-footer_social li.rs-facebook a {
    width: 14px;
  }
}

@media screen and (max-width: 1024px) {
  .c-footer_social li.rs-facebook a {
    width: 14px;
  }
}

.c-footer_social li.rs-twitter a {
  width: 2.1875vw;
  background-image: url("assets/img/x.svg");
  background-position: center bottom;
}

@media screen and (min-width: 1600px) {
  .c-footer_social li.rs-twitter a {
    width: 35px;
  }
}

@media screen and (max-width: 1024px) {
  .c-footer_social li.rs-twitter a {
    width: 35px;
  }
}

.c-footer_social li.rs-youtube a {
  width: 1.8125vw;
  background-image: url("assets/img/rs-youtube-black.svg");
  background-position: center bottom;
}

@media screen and (min-width: 1600px) {
  .c-footer_social li.rs-youtube a {
    width: 29px;
  }
}

@media screen and (max-width: 1024px) {
  .c-footer_social li.rs-youtube a {
    width: 29px;
  }
}

.c-footer_social li.rs-linkedin a {
  width: 1.8125vw;
  background-image: url("assets/img/x.svg");
  background-position: center bottom;
}

@media screen and (min-width: 1600px) {
  .c-footer_social li.rs-linkedin a {
    width: 29px;
  }
}

@media screen and (max-width: 1024px) {
  .c-footer_social li.rs-linkedin a {
    width: 29px;
  }
}

.c-footer_social li.rs-instagram a {
  width: 1.8125vw;
  background-image: url("assets/img/rs-insta.png");
  background-position: center bottom;
}

@media screen and (min-width: 1600px) {
  .c-footer_social li.rs-instagram a {
    width: 29px;
  }
}

@media screen and (max-width: 1024px) {
  .c-footer_social li.rs-instagram a {
    width: 29px;
  }
}

.c-footer_social li.rsd-facebook a {
  width: 0.875vw;
  background-image: url("assets/img/rs-facebook-black.svg");
  background-position: center bottom;
}

@media screen and (min-width: 1600px) {
  .c-footer_social li.rsd-facebook a {
    width: 14px;
  }
}

@media screen and (max-width: 1024px) {
  .c-footer_social li.rsd-facebook a {
    width: 14px;
  }
}

.c-footer_social li.rsd-twitter a {
  width: 2.1875vw;
  background-image: url("assets/img/x-black.svg");
  background-position: center bottom;
}

@media screen and (min-width: 1600px) {
  .c-footer_social li.rsd-twitter a {
    width: 35px;
  }
}

@media screen and (max-width: 1024px) {
  .c-footer_social li.rs-twitter a {
    width: 35px;
  }
}

.c-footer_social li.rsd-youtube a {
  width: 1.8125vw;
  background-image: url("assets/img/rs-youtube-black.svg");
  background-position: center bottom;
}

@media screen and (min-width: 1600px) {
  .c-footer_social li.rsd-youtube a {
    width: 29px;
  }
}

@media screen and (max-width: 1024px) {
  .c-footer_social li.rsd-youtube a {
    width: 29px;
  }
}

.c-footer_social li.rsd-linkedin a {
  width: 1.8125vw;
  background-image: url("assets/img/x-black.svg");
  background-position: center bottom;
}

@media screen and (min-width: 1600px) {
  .c-footer_social li.rsd-linkedin a {
    width: 29px;
  }
}

@media screen and (max-width: 1024px) {
  .c-footer_social li.rsd-linkedin a {
    width: 29px;
  }
}

.c-footer_social li.rsd-instagram a {
  width: 1.8125vw;
  background-image: url("assets/img/rs-insta-black.png");
  background-position: center bottom;
}

@media screen and (min-width: 1600px) {
  .c-footer_social li.rsd-instagram a {
    width: 29px;
  }
}

@media screen and (max-width: 1024px) {
  .c-footer_social li.rsd-instagram a {
    width: 29px;
  }
}

.c-footer_contact {
  position: fixed;
  bottom: 2.6875vw;
  right: 1.875vw;
  z-index: 9;
}

@media screen and (max-width: 1024px) {
  .c-footer_contact {
    bottom: 24px;
    right: 13px;
  }
}

.c-footer_contact:after {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 0px;
  height: 0px;
  background: #000000;
  opacity: 0;
  -webkit-transition: opacity .4s ease-in;
  transition: opacity .4s ease-in;
}

.c-footer_contact.op .c-contact_container {
  height: calc(100vh - 8.625vw);
}

@media screen and (max-width: 1024px) {
  .c-footer_contact.open-- .c-contact_container {
    height: 100%;
  }
}

.c-footer_contact.op .c-contact_close {
  display: block;
  opacity: 1;
}

.c-footer_contact.op:after {
  width: 100%;
  height: 100%;
  opacity: 0.3;
}

.page-template-tpl-home .c-footer {
  border-top: none;
}

.page-template-tpl-home .c-footer_default {
  display: none;
}

.page-template-tpl-home .c-footer_hp {
  display: block;
}

.sticky-- .c-footer_contact.op c-contact_container {
  height: calc(100vh - 5.75vw);
  overflow-y: auto;
}

@media screen and (max-width: 1024px) {
  .sticky-- .c-footer_contact.op .c-contact_container {
    height: 100%;
  }
}

.c-contact_toggle {
  display: block;
  width: 12.6875vw;
  height: 4.6875vw;
  cursor: pointer;
}

@media screen and (max-width: 1024px) {
  .c-contact_toggle {
    width: 120px;
    height: 45px;
  }
}

.c-contact_toggle svg {
  width: 12.6875vw;
  height: 2.6875vw;
}

@media screen and (max-width: 1024px) {
  .c-contact_toggle svg {
    width: 90px;
    height: 35px;
  }
}

.c-contact_container {
  position: fixed;
  bottom: 0;
  right: 5.6875vw;
  width: 36.625vw;
  height: 0;
  z-index: 10;
  background: #ffffff;
  overflow: hidden;
  -webkit-transition: height .4s ease-in;
  transition: height .4s ease-in;
}

@media screen and (min-width: 1600px) {
  .c-contact_container {
    width: 586px;
  }
}

@media screen and (max-width: 1024px) {
  .c-contact_container {
    width: 100%;
    right: 0;
  }
}

.c-contact_content {
  height: 100%;
  padding: 4.6875vw;
  overflow-y: auto;
}

@media screen and (max-width: 1024px) {
  .c-contact_content {
    padding: 56px 20px 20px 20px;
  }
}

.c-contact_content h2 {
  -webkit-text-stroke: 2px #e6223d;
  font-size: 80px;
  font-weight: 800;
  line-height: 1.08;
  color: transparent;
  margin-bottom: 25px;
}

@media screen and (min-width: 1024px) {
  .c-contact_content h2 {
    font-size: 5vw;
  }
}

@media screen and (min-width: 1600px) {
  .c-contact_content h2 {
    font-size: 80px;
  }
}

@media screen and (max-width: 1024px) {
  .c-contact_content h2 {
    font-size: 48px;
    margin-bottom: 0px;
  }
}

.c-contact_link {
  width: 100%;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #AAAAAA;
  cursor: pointer;
  max-height: 200px;
  opacity: 1;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
}

@media screen and (min-width: 1024px) {
  .c-contact_link {
    font-size: 1.5vw;
  }
}

@media screen and (min-width: 1600px) {
  .c-contact_link {
    font-size: 24px;
  }
}

@media screen and (max-width: 1024px) {
  .c-contact_link {
    font-size: 18px;
    text-align: left;
  }
}

.c-contact_link.hide-- {
  max-height: 0;
  opacity: 0;
}

.c-contact_onglet {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
}

.c-contact_onglet.show-- {
  opacity: 1;
  max-height: 8000px;
}

.c-contact_verbatim {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 45px;
}

.c-contact_verbatim.inverse-- {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.c-contact_verbatim.inverse-- .c-contact_message {
  border-right: 2px solid #888888;
  border-left: none;
  padding-left: 0px;
  margin-left: 0px;
  padding-right: 15px;
  margin-right: 15px;
}

.c-contact_verbatim.hide-- {
  display: none;
  opacity: 0;
}

.c-contact_verbatim.mymessage-- {
  color: #888888;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.43;
}

@media screen and (min-width: 1024px) {
  .c-contact_verbatim.mymessage-- {
    font-size: 1vw;
  }
}

@media screen and (min-width: 1600px) {
  .c-contact_verbatim.mymessage-- {
    font-size: 16px;
  }
}

@media screen and (max-width: 1024px) {
  .c-contact_verbatim.mymessage-- {
    font-size: 12px;
  }
}

.c-contact_verbatim img {
  width: 6.5625vw;
  height: 6.5625vw;
  border-radius: 100%;
}

@media screen and (min-width: 1600px) {
  .c-contact_verbatim img {
    width: 105px;
  }
}

@media screen and (min-width: 1600px) {
  .c-contact_verbatim img {
    height: 105px;
  }
}

@media screen and (max-width: 1024px) {
  .c-contact_verbatim img {
    width: 68px;
    height: 68px;
  }
}

.c-contact_verbatim .name {
  font-size: 18px;
  font-weight: 800;
  line-height: 1.29;
}

@media screen and (min-width: 1024px) {
  .c-contact_verbatim .name {
    font-size: 1.125vw;
  }
}

@media screen and (min-width: 1600px) {
  .c-contact_verbatim .name {
    font-size: 18px;
  }
}

@media screen and (max-width: 1024px) {
  .c-contact_verbatim .name {
    font-size: 16px;
  }
}

.c-contact_verbatim .fonction {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.29;
  margin-bottom: 10px;
}

@media screen and (min-width: 1024px) {
  .c-contact_verbatim .fonction {
    font-size: 0.875vw;
  }
}

@media screen and (min-width: 1600px) {
  .c-contact_verbatim .fonction {
    font-size: 14px;
  }
}

@media screen and (max-width: 1024px) {
  .c-contact_verbatim .fonction {
    font-size: 12px;
  }
}

.c-contact_verbatim .question {
  font-size: 20px;
  font-weight: 800;
  line-height: 1.3;
  color: #e6223d;
}

@media screen and (min-width: 1024px) {
  .c-contact_verbatim .question {
    font-size: 1.25vw;
  }
}

@media screen and (min-width: 1600px) {
  .c-contact_verbatim .question {
    font-size: 20px;
  }
}

@media screen and (max-width: 1024px) {
  .c-contact_verbatim .question {
    font-size: 18px;
  }
}

.c-contact_message {
  border-left: 2px solid #e6223d;
  padding-left: 15px;
  margin-left: 15px;
  width: 100%;
}

.c-contact_form {
  display: block;
  overflow: auto;
}

.c-contact_form.hide-- {
  display: none;
  opacity: 0;
  overflow: hidden;
}

.c-contact_form input[type=email] {
  width: 100%;
  font-size: 18px;
  line-height: 1.22;
  padding: 10px 0 10px 0;
  border-bottom: 2px solid #000000;
  margin-bottom: 21px;
}

@media screen and (min-width: 1024px) {
  .c-contact_form input[type=email] {
    font-size: 1.125vw;
  }
}

@media screen and (min-width: 1600px) {
  .c-contact_form input[type=email] {
    font-size: 18px;
  }
}

@media screen and (max-width: 1024px) {
  .c-contact_form input[type=email] {
    font-size: 16px;
  }
}

.c-contact_form input[type=email]::-webkit-input-placeholder {
  color: #000000;
}

.c-contact_form input[type=email]::-moz-placeholder {
  color: #000000;
}

.c-contact_form input[type=email]::-ms-input-placeholder {
  color: #000000;
}

.c-contact_form input[type=email]::placeholder {
  color: #000000;
}

.c-contact_form textarea {
  background: #F4F4F4;
  width: 100%;
  height: 305px;
  color: #000000;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.22;
  padding: 19px;
  margin-bottom: 21px;
}

@media screen and (min-width: 1024px) {
  .c-contact_form textarea {
    font-size: 1.125vw;
  }
}

@media screen and (min-width: 1600px) {
  .c-contact_form textarea {
    font-size: 18px;
  }
}

.c-contact_form textarea::-webkit-input-placeholder {
  color: #000000;
}

.c-contact_form textarea::-moz-placeholder {
  color: #000000;
}

.c-contact_form textarea::-ms-input-placeholder {
  color: #000000;
}

.c-contact_form textarea::placeholder {
  color: #000000;
}

.c-contact_form label {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.22;
  margin-bottom: 21px;
}

@media screen and (min-width: 1024px) {
  .c-contact_form label {
    font-size: 1.125vw;
  }
}

@media screen and (min-width: 1600px) {
  .c-contact_form label {
    font-size: 18px;
  }
}

@media screen and (max-width: 1024px) {
  .c-contact_form label {
    font-size: 16px;
  }
}

.c-contact_form .g-recaptcha {
  margin-bottom: 21px;
}

.c-contact_form a {
  color: #ffffff;
  background: #e6223d;
}

.c-contact_form .msg-erreur {
  opacity: 0;
  max-height: 0;
}

.c-contact_form .msg-erreur.show-- {
  opacity: 1;
  max-height: 200px;
}

.c-contact_mentions {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.83;
  margin-bottom: 20px;
}

@media screen and (min-width: 1024px) {
  .c-contact_mentions {
    font-size: 0.75vw;
  }
}

@media screen and (min-width: 1600px) {
  .c-contact_mentions {
    font-size: 12px;
  }
}

.c-contact_close {
  position: fixed;
  display: none;
  opacity: 0;
  bottom: 3.1875vw;
  right: 3.4375vw;
  width: 1.8125vw;
  height: 1.8125vw;
  background-image: url("assets/img/btn-close.svg");
  background-size: contain;
  cursor: pointer;
  -webkit-transition: all .4s ease-in;
  transition: all .4s ease-in;
}

@media screen and (max-width: 1024px) {
  .c-contact_close {
    top: 10px;
    left: 10px;
    right: inherit;
    bottom: inherit;
    width: 25px;
    height: 25px;
  }
}

.page-template-tpl-home .c-contact_toggle .cls-1 {
  fill: transparent;
}

.page-template-tpl-home .c-contact_toggle .cls-2 {
  fill: #ffffff;
}

.c-results {
  position: relative;
}

.c-results_item {
  position: relative;
  width: 91.64133739%;
  cursor: pointer;
}

@media screen and (min-width: 1600px) {
  .c-results_item {
    width: 1206px;
  }
}

@media screen and (max-width: 1024px) {
  .c-results_item {
    padding-bottom: 25px;
  }
}

@media screen and (min-width: 1024px) {
  .c-results_item:hover .c-results_description {
    padding-left: 0;
  }
  .c-results_item:hover h2 {
    font-size: 76px;
  }
}

@media screen and (min-width: 1024px) and (min-width: 1024px) {
  .c-results_item:hover h2 {
    font-size: 4.75vw;
  }
}

@media screen and (min-width: 1024px) and (min-width: 1600px) {
  .c-results_item:hover h2 {
    font-size: 76px;
  }
}

@media screen and (min-width: 1024px) {
  .c-results_item:hover a {
    opacity: 1;
    max-height: 200px;
  }
}

.c-results_description {
  padding-left: 7vw;
  -webkit-transition: padding .4s ease-in;
  transition: padding .4s ease-in;
}

@media screen and (max-width: 1024px) {
  .c-results_description {
    padding-left: 33px;
  }
}

.c-results h2 {
  font-size: 50px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 1.4px;
  -webkit-transition: all .4s ease-in;
  transition: all .4s ease-in;
}

@media screen and (min-width: 1024px) {
  .c-results h2 {
    font-size: 3.125vw;
  }
}

@media screen and (min-width: 1600px) {
  .c-results h2 {
    font-size: 50px;
  }
}

@media screen and (max-width: 1024px) {
  .c-results h2 {
    font-size: 25px;
    line-height: 1;
    letter-spacing: 0.7px;
  }
}

.c-results a {
  display: block;
  font-size: 24px;
  margin-top: 20px;
  font-weight: bold;
  line-height: 0.92;
  opacity: 0;
  max-height: 0;
  -webkit-transition: all .4s ease-in;
  transition: all .4s ease-in;
}

@media screen and (min-width: 1024px) {
  .c-results a {
    font-size: 1.5vw;
  }
}

@media screen and (min-width: 1600px) {
  .c-results a {
    font-size: 24px;
  }
}

@media screen and (max-width: 1024px) {
  .c-results a {
    opacity: 1;
    font-size: 14px;
    max-height: inherit;
  }
}

.m-results {
  font-size: 30px;
  font-weight: 800;
  line-height: 2.87;
  opacity: 0;
  -webkit-transition: opacity 0s ease-in;
  transition: opacity 0s ease-in;
}

@media screen and (min-width: 1024px) {
  .m-results {
    font-size: 1.875vw;
  }
}

@media screen and (min-width: 1600px) {
  .m-results {
    font-size: 30px;
  }
}

@media screen and (max-width: 1024px) {
  .m-results {
    opacity: 1;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.65;
  }
}

.m-results.show-- {
  opacity: 1;
  -webkit-transition: opacity .4s ease-in;
  transition: opacity .4s ease-in;
}

.search .m-results {
  opacity: 1;
}

@media screen and (min-width: 1024px) {
  .c-hp_background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-size: cover;
  }
  .c-hp_background video {
    width: 100vw;
    height: 100vh;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .c-hp_background video.hackIE {
    position: absolute;
  }
}

@media screen and (min-width: 1024px) and (min-aspect-ratio: 16 / 9) {
  .c-hp_background video.hackIE {
    height: 300%;
    top: -100%;
  }
}

@media screen and (min-width: 1024px) and (max-aspect-ratio: 16 / 9) {
  .c-hp_background video.hackIE {
    width: 300%;
    left: -100%;
  }
}

@media screen and (min-width: 1024px) {
  @supports (-ms-ime-align: auto) {
    .c-hp_background video {
      position: absolute;
    }
    @media (min-aspect-ratio: 16 / 9) {
      .c-hp_background video {
        height: 300%;
        top: -100%;
      }
    }
    @media (max-aspect-ratio: 16 / 9) {
      .c-hp_background video {
        width: 300%;
        left: -100%;
      }
    }
  }
  .c-hp_overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: #000000;
    opacity: 0;
    -webkit-transition: opacity .3s ease-in;
    transition: opacity .3s ease-in;
  }
  .c-hp_slider {
    height: 100vh;
  }
  .c-hp_accroche {
    position: absolute;
    width: 81.95136778%;
    margin-left: 8.5106383%;
    top: 0;
    left: 0;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 98px;
    font-weight: 800;
    line-height: 1.12;
    letter-spacing: 2.94px;
    color: #ffffff;
    z-index: 1;
    -webkit-transition: all .7s ease-in;
    transition: all .7s ease-in;
  }
}

@media screen and (min-width: 1024px) and (min-width: 1600px) {
  .c-hp_accroche {
    width: 710px;
  }
}

@media screen and (min-width: 1024px) and (min-width: 1600px) {
  .c-hp_accroche {
    margin-left: 112px;
  }
}

@media screen and (min-width: 1024px) and (min-width: 1600px) {
  .c-hp_accroche {
    width: calc( 710px + 7.188vw*2);
  }
}

@media screen and (min-width: 1024px) and (min-width: 1024px) {
  .c-hp_accroche {
    font-size: 7.525vw;
  }
}

@media screen and (min-width: 1024px) and (min-width: 1600px) {
  .c-hp_accroche {
    font-size: 98px;
  }
}

@media screen and (min-width: 1024px) and (max-height: 750px) {
  .c-hp_accroche {
    font-size: 80px;
  }
}

@media screen and (min-width: 1024px) and (max-height: 750px) and (min-width: 1024px) {
  .c-hp_accroche {
    font-size: 55vw;
  }
}

@media screen and (min-width: 1024px) and (max-height: 750px) and (min-width: 1600px) {
  .c-hp_accroche {
    font-size: 80px;
  }
}

@media screen and (min-width: 1024px) and (max-height: 650px) {
  .c-hp_accroche {
    font-size: 68px;
  }
}

@media screen and (min-width: 1024px) and (max-height: 650px) and (min-width: 1024px) {
  .c-hp_accroche {
    font-size: 4.25vw;
  }
}

@media screen and (min-width: 1024px) and (max-height: 650px) and (min-width: 1600px) {
  .c-hp_accroche {
    font-size: 68px;
  }
}

@media screen and (min-width: 1024px) and (min-width: 1024px) {
  .c-hp_accroche {
    background: transparent !important;
  }
}

@media screen and (min-width: 1024px) {
  .c-hp_accroche h2 {
    display: inline;
    -webkit-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
  }
  .c-hp_accroche span {
    -webkit-text-stroke: 2px #ffffff;
    color: transparent;
  }
  .c-hp_accroche span, .c-hp_accroche a {
    -webkit-transition: opacity 0.5s ease-in;
    transition: opacity 0.5s ease-in;
  }
  .c-hp_visuel {
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 100vh;
    -webkit-transition: width .4s cubic-bezier(0, 1.04, 1, 0.94);
    transition: width .4s cubic-bezier(0, 1.04, 1, 0.94);
    overflow: hidden;
    z-index: 0;
  }
  .c-hp_visuel div {
    position: absolute;
    top: 0;
    right: 0;
    width: 39.6875vw;
    height: 100vh;
    max-width: initial;
    background-size: cover;
    background-position: center center;
  }
}

@media screen and (min-width: 1024px) and (min-width: 1600px) {
  .c-hp_visuel div {
    width: 635px;
  }
}

@media screen and (min-width: 1024px) {
  .c-hp_infoHover {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 33.25vw;
    z-index: 3;
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    -webkit-transition: opacity .1s ease-in, transform .1s ease-in .7s;
    -webkit-transition: opacity .1s ease-in, -webkit-transform .1s ease-in .7s;
    transition: opacity .1s ease-in, -webkit-transform .1s ease-in .7s;
    transition: opacity .1s ease-in, transform .1s ease-in .7s;
    transition: opacity .1s ease-in, transform .1s ease-in .7s, -webkit-transform .1s ease-in .7s;
  }
}

@media screen and (min-width: 1024px) and (min-width: 1600px) {
  .c-hp_infoHover {
    width: 532px;
  }
}

@media screen and (min-width: 1024px) {
  .c-hp_infoHover p {
    display: inline;
    font-size: 22px;
    font-weight: 900;
    line-height: 1.2;
    color: #ffffff;
    -webkit-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in;
    -webkit-box-decoration-break: clone;
    -ms-box-decoration-break: clone;
    -o-box-decoration-break: clone;
    box-decoration-break: clone;
  }
}

@media screen and (min-width: 1024px) and (min-width: 1024px) {
  .c-hp_infoHover p {
    font-size: 2.15vw;
  }
}

@media screen and (min-width: 1024px) and (min-width: 1600px) {
  .c-hp_infoHover p {
    font-size: 22px;
  }
}

@media screen and (min-width: 1024px) {
  .c-hp_infoHover p span {
    opacity: 0;
    -webkit-transition: opacity 0.1s ease-in 0.1s;
    transition: opacity 0.1s ease-in 0.1s;
  }
  .c-hp_details.horizontale-- .c-hp_visuel {
    width: 0;
    top: calc(50% - 18.2813vw);
    height: 36.5625vw;
  }
}

@media screen and (min-width: 1024px) and (min-width: 1600px) {
  .c-hp_details.horizontale-- .c-hp_visuel {
    height: 585px;
  }
}

@media screen and (min-width: 1024px) and (min-width: 1600px) {
  .c-hp_details.horizontale-- .c-hp_visuel {
    top: calc(50% - 292px);
  }
}

@media screen and (min-width: 1024px) {
  .c-hp_details.horizontale-- .c-hp_visuel div {
    width: 63.3125vw;
    height: 36.5625vw;
  }
}

@media screen and (min-width: 1024px) and (min-width: 1600px) {
  .c-hp_details.horizontale-- .c-hp_visuel div {
    width: 1013px;
  }
}

@media screen and (min-width: 1024px) and (min-width: 1600px) {
  .c-hp_details.horizontale-- .c-hp_visuel div {
    height: 585px;
  }
}

@media screen and (min-width: 1024px) {
  .c-hp_details.horizontale--.hover-- .c-hp_visuel {
    width: 63.3125vw;
  }
}

@media screen and (min-width: 1024px) and (min-width: 1600px) {
  .c-hp_details.horizontale--.hover-- .c-hp_visuel {
    width: 1013px;
  }
}

@media screen and (min-width: 1024px) {
  .c-hp_details.hover-- .c-hp_visuel {
    width: 39.6875vw;
  }
}

@media screen and (min-width: 1024px) and (min-width: 1600px) {
  .c-hp_details.hover-- .c-hp_visuel {
    width: 635px;
  }
}

@media screen and (min-width: 1024px) {
  .c-hp_details.hover-- .c-hp_infoHover {
    opacity: 1;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    -webkit-transition: opacity .6s ease-in, transform .4s ease-in;
    -webkit-transition: opacity .6s ease-in, -webkit-transform .4s ease-in;
    transition: opacity .6s ease-in, -webkit-transform .4s ease-in;
    transition: opacity .6s ease-in, transform .4s ease-in;
    transition: opacity .6s ease-in, transform .4s ease-in, -webkit-transform .4s ease-in;
  }
  .c-hp_details.hover-- .c-hp_infoHover span {
    opacity: 1;
  }
  .c-hp_content {
    position: relative;
    width: 100%;
    height: 100vh;
  }
  .c-hp_btn {
    display: none;
  }
  .c-hp.transition-- .c-hp_accroche {
    -webkit-transform: translateY(1vh);
            transform: translateY(1vh);
  }
  .c-hp.transition-- .c-hp_accroche h2 {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .c-hp.transition-- .c-hpArticle {
    margin-top: -100vh;
    -webkit-transition: margin 0.4s ease-in;
    transition: margin 0.4s ease-in;
  }
  .c-hp.transition-- .c-hpArticle_transition {
    margin-top: -190vh;
    -webkit-transition: margin 0.5s ease-in .2s;
    transition: margin 0.5s ease-in .2s;
  }
  .c-hp.transition-- .c-hpArticle_content {
    -webkit-transform: translateY(-15vh);
    transform: translateY(-15vh);
  }
  .c-hp.transition-- .c-hp_visuel {
    top: 100vh;
  }
  .c-hp.article-- .c-hp_slider {
    height: 200vh;
  }
  .c-hp.article-- .c-hp_content {
    height: 200vh;
  }
  .c-hp.article-- .c-hp_accroche {
    top: 100vh;
  }
  .c-hp.article-- .c-hp_details.horizontale-- .c-hp_visuel {
    top: calc(50vh - 18.2813vw + 100vh);
  }
}

@media screen and (min-width: 1024px) and (min-width: 1600px) {
  .c-hp.article-- .c-hp_details.horizontale-- .c-hp_visuel {
    top: calc(50vh - 292px + 100vh);
  }
}

@media screen and (min-width: 1024px) {
  .c-hpArticle {
    position: relative;
    z-index: 0;
    height: 100vh;
    -webkit-transition: margin 0.5s ease-in;
    transition: margin 0.5s ease-in;
  }
  .c-hpArticle_background {
    width: 100%;
    height: calc(100vh - 6.25vw);
    z-index: -1;
    background-size: cover;
    background-position: center center;
  }
  .c-hpArticle_background:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100vh - 6.25vw);
    background: #000000;
    opacity: 0.3;
  }
  .c-hpArticle_transition {
    position: absolute;
    top: calc(100vh - 3.25vw);
    left: 0;
    width: 100%;
    height: 90vh;
    background: #e6223d;
    -webkit-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
  }
  .c-hpArticle_content {
    position: absolute;
    bottom: 18.8889vh;
    right: 0;
    width: 57.29483283%;
    text-align: right;
    -webkit-transition: transform 0.5s ease-in;
    -webkit-transition: -webkit-transform 0.5s ease-in;
    transition: -webkit-transform 0.5s ease-in;
    transition: transform 0.5s ease-in;
    transition: transform 0.5s ease-in, -webkit-transform 0.5s ease-in;
  }
}

@media screen and (min-width: 1024px) and (min-width: 1600px) {
  .c-hpArticle_content {
    width: 754px;
  }
}

@media screen and (min-width: 1024px) {
  .c-hpArticle_date {
    display: inline-block;
    font-size: 15px;
    font-weight: 900;
    line-height: 1.47;
    margin-bottom: 25px;
    color: #ffffff;
    border: 5px solid #ffffff;
    padding: 15px 25px;
  }
}

@media screen and (min-width: 1024px) and (min-width: 1024px) {
  .c-hpArticle_date {
    font-size: 0.9375vw;
  }
}

@media screen and (min-width: 1024px) and (min-width: 1600px) {
  .c-hpArticle_date {
    font-size: 15px;
  }
}

@media screen and (min-width: 1024px) {
  .c-hpArticle_excerpt {
    font-size: 50px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: 1.4px;
    color: #ffffff;
    margin-bottom: 25px;
  }
}

@media screen and (min-width: 1024px) and (min-width: 1024px) {
  .c-hpArticle_excerpt {
    font-size: 3.125vw;
  }
}

@media screen and (min-width: 1024px) and (min-width: 1600px) {
  .c-hpArticle_excerpt {
    font-size: 50px;
  }
}

@media screen and (max-width: 1024px) {
  .page-template-tpl-home {
    overflow: hidden;
  }
  .c-hp_background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-size: cover;
    background-position: center center;
    background: #000000 !important;
  }
  .c-hp_background video {
    width: 100vw;
    height: 100vh;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1024px) {
  .c-hp_background video {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .c-hp_background.pause--:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000;
  }
  .c-hp_slide {
    width: 100vw;
    height: 100vh;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-hp_slide p {
    font-size: 15px;
    font-weight: bold;
    line-height: 1.53;
    color: #ffffff;
    text-transform: uppercase;
  }
  .c-hp_accroche {
    font-size: 52px;
    font-weight: 800;
    color: #ffffff;
    z-index: 1;
    -webkit-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
    background-size: cover;
    background-position: center center;
  }
  .c-hp_accroche .container {
    width: calc(70% + 48px);
    padding: 0 24px;
  }
  .c-hp_accroche h2 {
    display: inline;
    -webkit-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
  }
  .c-hp_accroche span {
    -webkit-text-stroke: 2px #ffffff;
    color: transparent;
  }
  .c-hp_accroche span, .c-hp_accroche a {
    -webkit-transition: opacity 0.5s ease-in;
    transition: opacity 0.5s ease-in;
  }
  .c-hp_content {
    position: relative;
    z-index: 1;
  }
  .c-hp_details {
    position: relative;
    z-index: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .c-hp_details.horizontale-- .c-hp_visuel {
    width: 85.625vw;
    height: 49.375vw;
    margin-bottom: 19px;
  }
  .c-hp_infoHover {
    width: 85.625vw;
    padding-left: 7.5vw;
    margin-bottom: 19px;
  }
  .c-hp_visuel {
    width: 62.5vw;
    height: 87.5vw;
    position: relative;
    margin-bottom: 19px;
  }
  .c-hp_visuel div {
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
  }
  .c-hp_btn {
    margin-left: 39px;
  }
  .c-hp_btn a {
    display: block;
    width: 15px;
    height: 15px;
    overflow: hidden;
    text-indent: -999px;
    background: url("assets/img/arrow-white.svg") no-repeat left center;
    background-size: contain;
  }
  .c-hpArticle_background {
    position: relative;
    width: 85.625vw;
    height: 49.375vw;
    margin-bottom: 19px;
    background-size: cover;
  }
  .c-hpArticle_date {
    display: none;
  }
  .c-hpArticle_content .container {
    width: 85.625vw;
    padding-left: 7.5vw;
  }
  .c-hpArticle_excerpt {
    margin-bottom: 19px;
  }
  .c-hpArticle_btn a {
    display: block;
    width: 15px;
    height: 15px;
    overflow: hidden;
    text-indent: -999px;
    background: url("assets/img/arrow-white.svg") no-repeat left center;
    background-size: contain;
  }
  .c-hp .tns-nav {
    position: absolute;
    right: 22px;
    bottom: 90px;
    display: block;
    height: auto;
    width: 8px;
    
    -webkit-transform: translateY(-50%);
    transform: translateY(-210%) !important;
    z-index: 2;
  }
  .c-hp .tns-nav button {
    position: relative;
    width: 10px;
    height: 10px;
    margin: -10px auto 5px auto;
  }
  .c-hp .tns-nav button:after {
    content: '';
    position: absolute;
    top: calc(50% - 3px);
    left: calc(50% - 3px);
    width: 4px;
    height: 4px;
    background: #ffffff;
    border-radius: 100%;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
  }
  .c-hp .tns-nav button.tns-nav-active:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 8px;
    height: 8px;
    background: #ffffff;
    border-radius: 100%;
  }
}

_:-ms-fullscreen, :root .c-hp_accroche span {
  color: #333333;
}

.c-gallery_item {
  position: relative;
  width: 80.09118541%;
  margin: 0 auto;
  margin-bottom: 85px;
  cursor: pointer;
}

@media screen and (min-width: 1600px) {
  .c-gallery_item {
    width: 1054px;
  }
}

@media screen and (max-width: 1024px) {
  .c-gallery_item {
    width: 100%;
    margin-bottom: 25px;
  }
}

.c-gallery_item.left-- {
  width: 66.26139818%;
  margin-left: 0;
}

@media screen and (min-width: 1600px) {
  .c-gallery_item.left-- {
    width: 872px;
  }
}

@media screen and (max-width: 1024px) {
  .c-gallery_item.left-- {
    width: 100%;
  }
}

.c-gallery_item.right-- {
  width: 49.39209726%;
  margin-right: 0;
}

@media screen and (min-width: 1600px) {
  .c-gallery_item.right-- {
    width: 650px;
  }
}

@media screen and (max-width: 1024px) {
  .c-gallery_item.right-- {
    width: 100%;
  }
}

.c-gallery_item img {
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .c-gallery_item img {
    margin-bottom: 9px;
  }
}

@media screen and (min-width: 1024px) {
  .c-gallery_item:hover .c-gallery_description {
    opacity: 1;
  }
  .c-gallery_item:hover .c-gallery_description:before {
    opacity: 0.4;
  }
}

.c-gallery_description {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in;
  transition: opacity 0.5s ease-in;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1024px) {
  .c-gallery_description {
    position: relative;
    top: inherit;
    left: inherit;
    opacity: 1;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.c-gallery_description:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  z-index: 0;
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}

.c-gallery_description p {
  position: relative;
  color: #ffffff;
  font-size: 33px;
  font-weight: 900;
  line-height: 1.09;
  z-index: 1;
}

@media screen and (min-width: 1024px) {
  .c-gallery_description p {
    font-size: 2.0625vw;
  }
}

@media screen and (min-width: 1600px) {
  .c-gallery_description p {
    font-size: 33px;
  }
}

.c-gallery_description p.campagne {
  font-size: 23px;
  font-weight: 400;
  line-height: 1.3;
}

@media screen and (min-width: 1024px) {
  .c-gallery_description p.campagne {
    font-size: 1.4375vw;
  }
}

@media screen and (min-width: 1600px) {
  .c-gallery_description p.campagne {
    font-size: 23px;
  }
}

@media screen and (max-width: 1024px) {
  .c-gallery_description p.campagne {
    font-size: 12px;
    line-height: 2;
  }
}

@media screen and (max-width: 1024px) {
  .c-gallery_description p {
    font-size: 14px;
    line-height: 1.29;
  }
}

.c-galleryBack {
  padding: 4.75vw 0;
}

@media screen and (max-width: 1024px) {
  .c-galleryBack {
    padding-bottom: 80px;
  }
}

.c-galleryBack h3 {
  position: relative;
  display: inline-block;
  font-size: 40px;
  font-weight: 800;
  line-height: 1.2;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 45px;
}

@media screen and (min-width: 1024px) {
  .c-galleryBack h3 {
    font-size: 2.5vw;
  }
}

@media screen and (min-width: 1600px) {
  .c-galleryBack h3 {
    font-size: 40px;
  }
}

.c-galleryBack h3:after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 5px;
  background: #ffffff;
  z-index: 0;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.c-galleryBack p {
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
}

@media screen and (min-width: 1024px) {
  .c-galleryBack p {
    font-size: 1.375vw;
  }
}

@media screen and (min-width: 1600px) {
  .c-galleryBack p {
    font-size: 22px;
  }
}

.c-galleryBack p svg {
  width: 1.3125vw;
  height: 1vw;
}

@media screen and (min-width: 1600px) {
  .c-galleryBack p svg {
    width: 21px;
  }
}

@media screen and (min-width: 1600px) {
  .c-galleryBack p svg {
    height: 16px;
  }
}

@media screen and (max-width: 1024px) {
  .c-galleryBack p svg {
    width: 21px;
    height: 16px;
  }
}

.c-galleryBack_slider {
  position: relative;
  width: 72.5vw;
  margin: 0 auto 110px auto;
  height: 25vw;
}

@media screen and (min-width: 1600px) {
  .c-galleryBack_slider {
    width: 1160px;
  }
}

@media screen and (min-width: 1600px) {
  .c-galleryBack_slider {
    height: 400px;
  }
}

@media screen and (max-width: 1024px) {
  .c-galleryBack_slider {
    width: 100%;
    height: auto;
  }
}

.c-galleryBack_slider .m-slider_next {
  background: url("assets/img/arrow-white2.svg") center center;
}

.c-galleryBack_slider .m-slider_prev {
  background: url("assets/img/arrow-white2.svg") center center;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.c-galleryBack_item {
  position: absolute;
  display: block;
  width: 50.625vw;
  height: 18.75vw;
  margin: 0;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 0;
}

@media screen and (min-width: 1600px) {
  .c-galleryBack_item {
    width: 810px;
  }
}

@media screen and (min-width: 1600px) {
  .c-galleryBack_item {
    height: 300px;
  }
}

@media screen and (max-width: 1024px) {
  .c-galleryBack_item {
    position: relative;
    display: inline-block;
    width: 100%;
    height: auto;
    top: initial;
    left: initial;
    right: initial;
    bottom: initial;
    background: none !important;
  }
}

.c-galleryBack_item:first-of-type {
  width: 35.0625vw;
  height: 18.75vw;
  top: -6.25vw;
  left: initial;
  right: 0;
}

@media screen and (min-width: 1600px) {
  .c-galleryBack_item:first-of-type {
    width: 561px;
  }
}

@media screen and (min-width: 1600px) {
  .c-galleryBack_item:first-of-type {
    height: 300px;
  }
}

@media screen and (min-width: 1600px) {
  .c-galleryBack_item:first-of-type {
    top: -100px;
  }
}

@media screen and (max-width: 1024px) {
  .c-galleryBack_item:first-of-type {
    top: initial;
  }
}

.c-galleryBack_item:last-of-type {
  width: 34.5625vw;
  height: 18.75vw;
  top: initial;
  bottom: 0;
  left: 29.75vw;
}

@media screen and (min-width: 1600px) {
  .c-galleryBack_item:last-of-type {
    width: 553px;
  }
}

@media screen and (min-width: 1600px) {
  .c-galleryBack_item:last-of-type {
    height: 300px;
  }
}

@media screen and (min-width: 1600px) {
  .c-galleryBack_item:last-of-type {
    left: 476px;
  }
}

@media screen and (max-width: 1024px) {
  .c-galleryBack_item:last-of-type {
    left: initial;
  }
}

.c-galleryBack_item a {
  display: none;
}

@media screen and (max-width: 1024px) {
  .c-galleryBack_item a {
    display: block;
  }
}

.c-galleryBack_item img {
  margin-bottom: 0;
}

@media screen and (min-width: 1024px) {
  .c-galleryBack_item:hover {
    z-index: 3;
  }
}

@media screen and (max-width: 1024px) {
  .c-galleryBack_item .c-gallery_description {
    display: none;
  }
}

.c-accordeon_item {
  position: relative;
  cursor: pointer;
  margin-bottom: 10px;
}

@media screen and (min-width: 1024px) {
  .c-accordeon_item:hover .c-accordeon_title {
    font-size: 90px;
    color: #ffffff;
    padding-left: 3.5vw;
    z-index: 3;
  }
}

@media screen and (min-width: 1024px) and (min-width: 1024px) {
  .c-accordeon_item:hover .c-accordeon_title {
    font-size: 5.625vw;
  }
}

@media screen and (min-width: 1024px) and (min-width: 1600px) {
  .c-accordeon_item:hover .c-accordeon_title {
    font-size: 90px;
  }
}

@media screen and (min-width: 1024px) {
  .c-accordeon_item:hover .c-accordeon_content {
    max-height: 100vw;
    z-index: 3;
    padding: 20px 0;
  }
  .c-accordeon_item:hover .c-accordeon_visuel {
    max-height: 100vw;
    opacity: 1;
    z-index: 2;
  }
}

@media screen and (max-width: 1024px) {
  .c-accordeon_item {
    margin-bottom: 0;
  }
  .c-accordeon_item.open-- .c-accordeon_title {
    font-size: 30px;
    color: #ffffff;
    padding-left: 0;
    z-index: 3;
  }
  .c-accordeon_item.open-- .c-accordeon_content {
    max-height: 100vw;
    z-index: 3;
    padding-left: 0;
  }
  .c-accordeon_item.open-- .c-accordeon_visuel {
    max-height: 100vw;
    opacity: 1;
    z-index: 2;
  }
}

.c-accordeon_title {
  position: relative;
  font-size: 73px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 2.04px;
  color: #fff;
  padding-left: 7vw;
  margin: 10px 0;
  -webkit-transition: all .3s ease-in, z-index 0s ease-in;
  transition: all .3s ease-in, z-index 0s ease-in;
  z-index: 1;
}

@media screen and (min-width: 1024px) {
  .c-accordeon_title {
    font-size: 4.5625vw;
  }
}

@media screen and (min-width: 1600px) {
  .c-accordeon_title {
    font-size: 73px;
  }
}

@media screen and (max-width: 1024px) {
  .c-accordeon_title {
    font-size: 24px;
    letter-spacing: 0.67px;
    margin-top: 0;
  }
}

.c-accordeon_content {
  position: relative;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all .1s ease-in, z-index 0s ease-in;
  transition: all .1s ease-in, z-index 0s ease-in;
  width: 64.05775076%;
  margin-left: 8.5106383%;
  z-index: 1;
}

@media screen and (min-width: 1600px) {
  .c-accordeon_content {
    width: 843px;
  }
}

@media screen and (min-width: 1600px) {
  .c-accordeon_content {
    margin-left: 112px;
  }
}

@media screen and (max-width: 1024px) {
  .c-accordeon_content {
    width: calc(100% - 48px);
    padding-left: 24px;
  }
}

.c-accordeon_content p {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.42;
  color: #ffffff;
  margin-bottom: 20px;
}

@media screen and (min-width: 1024px) {
  .c-accordeon_content p {
    font-size: 1.5vw;
  }
}

@media screen and (min-width: 1600px) {
  .c-accordeon_content p {
    font-size: 24px;
  }
}

@media screen and (max-width: 1024px) {
  .c-accordeon_content p {
    font-size: 14px;
    line-height: 1.43;
  }
}

.c-accordeon_visuel {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
  opacity: 0;
  max-height: 0;
  -webkit-transition: opacity .3s ease-in .2s;
  transition: opacity .3s ease-in .2s;
  width: 52.88753799%;
}

@media screen and (min-width: 1600px) {
  .c-accordeon_visuel {
    width: 696px;
  }
}

@media screen and (min-width: 1024px) {
  .c-accordeon_visuel {
    overflow: hidden;
  }
}

@media screen and (max-width: 1024px) {
  .c-accordeon_visuel {
    position: relative;
    right: inherit;
    bottom: inherit;
    width: 100%;
    margin-right: -24px;
    padding-bottom: 15px;
    -webkit-transform: translateX(24px);
    transform: translateX(24px);
  }
}

.c-accordeon_visuel iframe {
  width: 100%;
  height: 24.5vw;
}

@media screen and (max-width: 1024px) {
  .c-accordeon_visuel iframe {
    width: 100%;
    max-width: 400px;
    height: 160px;
  }
}

@media screen and (max-width: 1024px) {
  .c-accordeon_visuel img {
    width: 100%;
  }
}

.c-filter {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  z-index: 8;
  opacity: 0;
}

@media screen and (max-width: 1024px) {
  .c-filter {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    opacity: 1;
  }
}

.c-filter.show-- {
  opacity: 1;
}

.c-filter_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1024px) {
  .c-filter_list {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.c-filter .custom-select-container.is-open .custom-select-panel {
  overflow-y: hidden;
}

.stickyFilter-- .c-filter {
  position: fixed;
  width: 100%;
  top: 10vw;
  left: 0;
  padding-left: 8.8755vw;
  padding-right: 8.8755vw;
}

.c-more, .c-loader {
  position: relative;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .c-more, .c-loader {
    margin-top: 30px;
  }
}

.c-more.hide--, .c-loader.hide-- {
  display: none;
}

.c-more_content, .c-loader_content {
  display: inline-block;
  cursor: pointer;
  padding-top: 12px;
}

.c-more span, .c-loader span {
  display: inline-block;
  width: 12px;
  height: 12px;
  border: 1px solid #e6223d;
  background: #ffffff;
  border-radius: 100%;
  margin: 0 7px;
}

.c-more span {
  -webkit-transition: all .4s ease-in;
  transition: all .4s ease-in;
}

.c-more span:nth-child(2) {
  -webkit-transform: translateY(-15px);
  transform: translateY(-15px);
}

.c-press_item {
  width: 91.64133739%;
  margin-bottom: 80px;
  cursor: pointer;
}

@media screen and (min-width: 1600px) {
  .c-press_item {
    width: 1206px;
  }
}

@media screen and (min-width: 1024px) {
  .c-press_item:hover h2 {
    font-size: 60px;
    line-height: 1.13;
  }
}

@media screen and (min-width: 1024px) and (min-width: 1024px) {
  .c-press_item:hover h2 {
    font-size: 3.75vw;
  }
}

@media screen and (min-width: 1024px) and (min-width: 1600px) {
  .c-press_item:hover h2 {
    font-size: 60px;
  }
}

@media screen and (min-width: 1024px) {
  .c-press_item:hover .c-press_description {
    margin-left: 4.25531915%;
  }
}

@media screen and (min-width: 1024px) and (min-width: 1600px) {
  .c-press_item:hover .c-press_description {
    margin-left: 56px;
  }
}

@media screen and (min-width: 1024px) {
  .c-press_item:hover .hover-- {
    opacity: 1;
    max-height: 100vw;
  }
}

@media screen and (max-width: 1024px) {
  .c-press_item {
    margin-bottom: 25px;
  }
}

.c-press_date {
  font-size: 15px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.47;
  margin-bottom: 20px;
  margin-left: 8.5106383%;
}

@media screen and (min-width: 1024px) {
  .c-press_date {
    font-size: 0.9375vw;
  }
}

@media screen and (min-width: 1600px) {
  .c-press_date {
    font-size: 15px;
  }
}

@media screen and (min-width: 1600px) {
  .c-press_date {
    margin-left: 112px;
  }
}

@media screen and (max-width: 1024px) {
  .c-press_date {
    font-size: 12px;
    line-height: 1.42;
  }
}

.c-press_date span {
  display: inline-block;
  padding: 20px 30px;
  border: 5px solid #000000;
}

@media screen and (max-width: 1024px) {
  .c-press_date span {
    padding: 15px 19px;
    border: 3px solid #000000;
  }
}

.c-press_description {
  margin-left: 8.5106383%;
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

@media screen and (min-width: 1600px) {
  .c-press_description {
    margin-left: 112px;
  }
}

.c-press h2 {
  font-size: 50px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 1.4px;
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
  margin-bottom: 20px;
}

@media screen and (min-width: 1024px) {
  .c-press h2 {
    font-size: 3.125vw;
  }
}

@media screen and (min-width: 1600px) {
  .c-press h2 {
    font-size: 50px;
  }
}

@media screen and (max-width: 1024px) {
  .c-press h2 {
    font-size: 25px;
    line-height: 1;
    letter-spacing: 0.7px;
  }
}

.c-press .hover-- {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
}

@media screen and (max-width: 1024px) {
  .c-press .hover-- {
    opacity: 1;
    max-height: inherit;
  }
}

.c-documents {
  position: relative;
}

.c-documents_content {
  position: relative;
  display: none;
  opacity: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: opacity .4s ease-in;
  transition: opacity .4s ease-in;
}

.c-documents_content.show-- {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
}

.c-documents_item {
  position: relative;
  width: 48.78419453%;
  padding-bottom: 66px;
  margin-bottom: 45px;
  cursor: pointer;
}

@media screen and (min-width: 1600px) {
  .c-documents_item {
    width: 642px;
  }
}

@media screen and (max-width: 1024px) {
  .c-documents_item {
    width: 100%;
    padding-bottom: 11px;
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 1024px) {
  .c-documents_item:hover .c-documents_description {
    padding-left: 3.5vw;
  }
  .c-documents_item:hover p {
    font-size: 23px;
  }
}

@media screen and (min-width: 1024px) and (min-width: 1024px) {
  .c-documents_item:hover p {
    font-size: 1.4375vw;
  }
}

@media screen and (min-width: 1024px) and (min-width: 1600px) {
  .c-documents_item:hover p {
    font-size: 23px;
  }
}

@media screen and (min-width: 1024px) {
  .c-documents_item:hover h2 {
    font-size: 40px;
  }
}

@media screen and (min-width: 1024px) and (min-width: 1024px) {
  .c-documents_item:hover h2 {
    font-size: 2.5vw;
  }
}

@media screen and (min-width: 1024px) and (min-width: 1600px) {
  .c-documents_item:hover h2 {
    font-size: 40px;
  }
}

@media screen and (min-width: 1024px) {
  .c-documents_item:hover .hover-- {
    opacity: 1;
    max-height: 200px;
  }
}

.c-documents_item:after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 33.125vw;
  height: 2px;
  background: #000000;
}

@media screen and (min-width: 1600px) {
  .c-documents_item:after {
    width: 530px;
  }
}

@media screen and (max-width: 1024px) {
  .c-documents_item:after {
    width: calc(100% - 33px);
  }
}

.c-documents_description {
  padding-left: 7vw;
  -webkit-transition: padding .3s ease-in;
  transition: padding .3s ease-in;
}

@media screen and (max-width: 1024px) {
  .c-documents_description {
    padding-left: 33px;
  }
}

.c-documents p {
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 20px;
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

@media screen and (min-width: 1024px) {
  .c-documents p {
    font-size: 1.25vw;
  }
}

@media screen and (min-width: 1600px) {
  .c-documents p {
    font-size: 20px;
  }
}

@media screen and (max-width: 1024px) {
  .c-documents p {
    font-size: 15px;
    line-height: 1.67;
    margin-bottom: 0px;
  }
}

.c-documents h2 {
  font-size: 30px;
  font-weight: 800;
  line-height: 1.03;
  margin-bottom: 20px;
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

@media screen and (min-width: 1024px) {
  .c-documents h2 {
    font-size: 1.875vw;
  }
}

@media screen and (min-width: 1600px) {
  .c-documents h2 {
    font-size: 30px;
  }
}

@media screen and (max-width: 1024px) {
  .c-documents h2 {
    font-size: 25px;
    font-weight: 800;
    line-height: 1.4;
  }
}

.c-documents .hover-- {
  font-size: 24px;
  font-weight: bold;
  line-height: 0.92;
  opacity: 0;
  max-height: 0;
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

@media screen and (min-width: 1024px) {
  .c-documents .hover-- {
    font-size: 1.5vw;
  }
}

@media screen and (min-width: 1600px) {
  .c-documents .hover-- {
    font-size: 24px;
  }
}

@media screen and (max-width: 1024px) {
  .c-documents .hover-- {
    opacity: 1;
    font-size: 14px;
    font-weight: bold;
    line-height: 0.86;
    max-height: inherit;
  }
}

.c-findus {
  position: relative;
}

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

@media screen and (max-width: 1024px) {
  .c-findus_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.c-findus_item {
  position: relative;
  width: 48.78419453%;
  padding-bottom: 66px;
  margin-bottom: 45px;
  cursor: pointer;
}

@media screen and (min-width: 1600px) {
  .c-findus_item {
    width: 642px;
  }
}

@media screen and (max-width: 1024px) {
  .c-findus_item {
    width: 100%;
    padding-bottom: 16px;
  }
}

@media screen and (min-width: 1024px) {
  .c-findus_item:hover p:not(.c-findus_expertise) {
    font-size: 32px;
    line-height: 1.38;
  }
}

@media screen and (min-width: 1024px) and (min-width: 1024px) {
  .c-findus_item:hover p:not(.c-findus_expertise) {
    font-size: 2vw;
  }
}

@media screen and (min-width: 1024px) and (min-width: 1600px) {
  .c-findus_item:hover p:not(.c-findus_expertise) {
    font-size: 32px;
  }
}

@media screen and (min-width: 1024px) {
  .c-findus_item:hover h2 {
    font-size: 48px;
  }
}

@media screen and (min-width: 1024px) and (min-width: 1024px) {
  .c-findus_item:hover h2 {
    font-size: 3vw;
  }
}

@media screen and (min-width: 1024px) and (min-width: 1600px) {
  .c-findus_item:hover h2 {
    font-size: 48px;
  }
}

@media screen and (min-width: 1024px) {
  .c-findus_item:hover .c-findus_description {
    padding-left: 3.5vw;
  }
  .c-findus_item:hover .c-findus_expertise {
    font-size: 15px;
  }
}

@media screen and (min-width: 1024px) and (min-width: 1024px) {
  .c-findus_item:hover .c-findus_expertise {
    font-size: 0.9375vw;
  }
}

@media screen and (min-width: 1024px) and (min-width: 1600px) {
  .c-findus_item:hover .c-findus_expertise {
    font-size: 15px;
  }
}

@media screen and (min-width: 1024px) {
  .c-findus_item:hover .c-findus_hover {
    opacity: 1;
    max-height: 500px;
  }
}

.c-findus_item:after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 33.125vw;
  height: 2px;
  background: #000000;
}

@media screen and (min-width: 1600px) {
  .c-findus_item:after {
    width: 530px;
  }
}

@media screen and (max-width: 1024px) {
  .c-findus_item:after {
    width: calc(100% - 33px);
  }
}

@media screen and (max-width: 1024px) {
  .c-findus_item.show-- .c-findus_hover {
    opacity: 1;
    max-height: 500px;
  }
}

.c-findus_description {
  padding-left: 7vw;
  -webkit-transition: padding .4s ease-in;
  transition: padding .4s ease-in;
}

@media screen and (max-width: 1024px) {
  .c-findus_description {
    padding-left: 33px;
  }
}

.c-findus p:not(.c-findus_expertise) {
  font-size: 30px;
  line-height: 1;
  margin-bottom: 20px;
  -webkit-transition: all .4s ease-in;
  transition: all .4s ease-in;
}

@media screen and (min-width: 1024px) {
  .c-findus p:not(.c-findus_expertise) {
    font-size: 1.875vw;
  }
}

@media screen and (min-width: 1600px) {
  .c-findus p:not(.c-findus_expertise) {
    font-size: 30px;
  }
}

@media screen and (max-width: 1024px) {
  .c-findus p:not(.c-findus_expertise) {
    font-size: 15px;
    line-height: 1.67;
  }
}

.c-findus h2 {
  font-size: 30px;
  font-weight: 800;
  line-height: 1.03;
  margin-bottom: 20px;
  -webkit-transition: all .4s ease-in;
  transition: all .4s ease-in;
}

@media screen and (min-width: 1024px) {
  .c-findus h2 {
    font-size: 1.875vw;
  }
}

@media screen and (min-width: 1600px) {
  .c-findus h2 {
    font-size: 30px;
  }
}

@media screen and (max-width: 1024px) {
  .c-findus h2 {
    font-size: 25px;
    font-weight: 800;
    line-height: 1.4;
  }
}

.c-findus_hover {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  margin-bottom: 0;
}

.c-findus_expertise {
  font-size: 15px;
  line-height: 1.73;
  -webkit-transition: all .4s ease-in;
  transition: all .4s ease-in;
  margin-bottom: 20px;
}

@media screen and (min-width: 1024px) {
  .c-findus_expertise {
    font-size: 0.9375vw;
  }
}

@media screen and (min-width: 1600px) {
  .c-findus_expertise {
    font-size: 15px;
  }
}

@media screen and (max-width: 1024px) {
  .c-findus_expertise {
    font-size: 15px;
    line-height: 1.47;
    font-weight: normal;
    margin-top: 10px;
  }
}

.c-findus_link svg {
  width: 1.875vw;
  height: 1.375vw;
  margin-right: 10px;
}

@media screen and (min-width: 1600px) {
  .c-findus_link svg {
    width: 30px;
  }
}

@media screen and (min-width: 1600px) {
  .c-findus_link svg {
    height: 22px;
  }
}

.c-findus_btn {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.57;
  text-decoration: underline;
  margin-bottom: 0 !important;
}

@media screen and (min-width: 1024px) {
  .c-findus_btn {
    font-size: 0.875vw;
  }
}

@media screen and (min-width: 1600px) {
  .c-findus_btn {
    font-size: 14px;
  }
}

@media screen and (min-width: 1024px) {
  .c-findus_btn {
    display: none;
  }
}

.c-findus p.c-findus_email {
  font-size: 16px;
  font-weight: 900;
}

@media screen and (min-width: 1024px) {
  .c-findus p.c-findus_email {
    font-size: 1vw;
  }
}

@media screen and (min-width: 1600px) {
  .c-findus p.c-findus_email {
    font-size: 16px;
  }
}

.c-findus p.c-findus_email a {
  background: #e6223d;
  color: #ffffff;
  padding: 0 5px;
}

.c-search {
  width: 23.438vw;
  margin-bottom: 45px;
  overflow: hidden;
}

@media screen and (max-width: 1024px) {
  .c-search {
    width: 165px;
    margin-bottom: 40px;
  }
}

.c-search #searchform {
  width: 23.438vw;
}

@media screen and (max-width: 1024px) {
  .c-search #searchform {
    width: 100%;
  }
}

.c-search #searchform > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.c-search #searchform > div label {
  display: none;
}

.c-search #searchform > div #s {
  border-bottom: 2px solid #ffffff;
  width: 19.563vw;
  height: 2.4vw;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  color: #ffffff;
}

@media screen and (min-width: 1024px) {
  .c-search #searchform > div #s {
    font-size: 1.25vw;
  }
}

@media screen and (min-width: 1600px) {
  .c-search #searchform > div #s {
    font-size: 20px;
  }
}

@media screen and (min-width: 1024px) {
  .c-search #searchform > div #s {
    line-height: 1.875vw;
  }
}

@media screen and (min-width: 1600px) {
  .c-search #searchform > div #s {
    line-height: 30px;
  }
}

@media screen and (max-width: 1024px) {
  .c-search #searchform > div #s {
    line-height: 1.2;
  }
}

@media screen and (max-width: 1024px) {
  .c-search #searchform > div #s {
    width: 120px;
    height: 25px;
    font-size: 16px;
    line-height: 1.2;
  }
}

.c-search #searchform > div #searchsubmit {
  width: 2vw;
  height: 2vw;
  overflow: hidden;
  text-indent: -100vw;
  background-image: url("assets/img/search.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (max-width: 1024px) {
  .c-search #searchform > div #searchsubmit {
    width: 25px;
    height: 25px;
  }
}

.m-rubrique {
  position: relative;
  z-index: 8;
}

@media screen and (max-width: 1024px) {
  .m-rubrique {
    padding-top: 20px;
  }
}

.m-rubrique:before {
  content: '';
  position: absolute;
  top: -10vw;
  left: 0;
  width: 100%;
  height: 10vw;
}

@media screen and (max-width: 1024px) {
  .m-rubrique:before {
    display: none;
  }
}

.m-rubrique_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-line-pack: end;
      align-content: flex-end;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

@media screen and (max-width: 1024px) {
  .m-rubrique_list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.m-rubrique_item {
  position: relative;
  display: block;
  margin-right: 26px;
  text-transform: uppercase;
  font-size: 21px;
  line-height: 1.2;
  font-weight: 800;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  color: #ffffff;
  -webkit-transition: font-size .2s ease-in;
  transition: font-size .2s ease-in;
  cursor: pointer;
}

@media screen and (max-width: 1024px) {
  .m-rubrique_item {
    font-size: 1.3125vw;
  }
}

@media screen and (min-width: 1600px) {
  .m-rubrique_item {
    font-size: 21px;
  }
}

@media screen and (max-width: 300px) {
  .m-rubrique_item {
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
    margin-right: 10px;
    margin-bottom: 15px;
  }
}

.m-rubrique_item:last-of-type {
  margin-right: 0;
}

@media screen and (min-width: 1024px) {
  .m-rubrique_item:hover {
    font-size: 40px;
    -webkit-transition: font-size .2s ease-in;
    transition: font-size .2s ease-in;
  }
}

@media screen and (min-width: 1024px) and (min-width: 1024px) {
  .m-rubrique_item:hover {
    font-size: 2.5vw;
  }
}

@media screen and (min-width: 1024px) and (min-width: 1600px) {
  .m-rubrique_item:hover {
    font-size: 40px;
  }
}

@media screen and (min-width: 1400px) {
  .m-rubrique_item:hover {
    font-size: 40px !important;
  }
}
.m-rubrique_item {
  max-width: 100%;
  overflow: hidden;
  word-break: break-word;
  white-space: normal;
  flex-shrink: 1;
}
.m-rubrique_item:after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 5px;
  background: #ffffff;
  z-index: 0;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.m-rubrique_item.current-- {
  cursor: default;
  font-size: 40px;
}

@media screen and (min-width: 1024px) {
  .m-rubrique_item.current-- {
    font-size: 2.5vw;
  }
}

@media screen and (min-width: 1600px) {
  .m-rubrique_item.current-- {
    font-size: 40px;
  }
}

@media screen and (min-width: 1400px) {
  .m-rubrique_item.current-- {
    font-size: 40px !important;
  }
}

@media screen and (max-width: 1024px) {
  .m-rubrique_item.current-- {
    font-size: 20px !important;
  }
}

.m-rubrique.color-- {
  background: transparent;
  z-index: 0;
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

@media screen and (max-width: 1024px) {
  .m-rubrique.color-- {
    padding-top: 0;
  }
  .m-rubrique.color-- .m-rubrique_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-line-pack: start;
        align-content: flex-start;
  }
  .m-rubrique.color-- .m-rubrique_item {
    margin-right: 0;
  }
  .m-rubrique.color-- .m-rubrique_item:after {
    display: none;
  }
  .m-rubrique.color-- .m-rubrique_item span {
    position: relative;
  }
  .m-rubrique.color-- .m-rubrique_item span:after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 5px;
    background: #ffffff;
    z-index: 0;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
  }
}

.m-rubrique.color--:before {
  display: none;
}

.m-rubrique.color--.show-- {
  opacity: 1;
}

.m-rubrique.color-- .m-rubrique_item {
  text-transform: inherit;
}

.m-rubrique.red-- {
  background: transparent;
  z-index: 0;
}

.m-rubrique.red--:before {
  display: none;
}

.m-rubrique.red-- .m-rubrique_item {
  text-transform: inherit;
  color: #e6223d;
}

.m-rubrique.red-- .m-rubrique_item:after {
  background: #e6223d;
}

@media screen and (min-width: 1024px) {
  .stickyRubrique-- .m-rubrique.sticky-- {
    position: fixed;
    width: 100%;
    top: 5.75vw;
    left: 0;
    padding-left: 1.6875vw;
    padding-right: 1.6875vw;
  }
}

@media screen and (max-width: 1024px) {
  .m-title_xl {
    padding-bottom: 50px;
  }
}

.m-title_xl h1 {
  -webkit-text-stroke: 2px #ffffff;
  font-size: 98px;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 2.94px;
  color: transparent;
}

@media screen and (min-width: 1024px) {
  .m-title_xl h1 {
    font-size: 6.125vw;
  }
}

@media screen and (min-width: 1600px) {
  .m-title_xl h1 {
    font-size: 98px;
  }
}

@media screen and (max-width: 1024px) {
  .m-title_xl h1 {
    font-size: 30px;
    letter-spacing: 0.9px;
    -webkit-text-stroke: 1px #ffffff;
  }
}

.m-title_chapitre {
  position: relative;
  z-index: 2;
  margin-left: 8.35866261%;
  width: 49.39209726%;
}

@media screen and (min-width: 1600px) {
  .m-title_chapitre {
    margin-left: 110px;
  }
}

@media screen and (min-width: 1600px) {
  .m-title_chapitre {
    width: 650px;
  }
}

@media screen and (max-width: 1024px) {
  .m-title_chapitre {
    margin-left: 10px;
    width: 75%;
  }
}

.m-title_chapitre h2 {
  font-size: 76px;
  font-weight: 800;
  line-height: 1.13;
  color: #000000;
}

@media screen and (min-width: 1024px) {
  .m-title_chapitre h2 {
    font-size: 2.75vw;
  }
}

@media screen and (min-width: 1600px) {
  .m-title_chapitre h2 {
    font-size: 76px;
  }
}

@media screen and (max-width: 1024px) {
  .m-title_chapitre h2 {
    font-size: 30px;
  }
}

.m-title_interne div {
  position: relative;
  text-align: left;
}

.m-title_interne div:before, .m-title_interne div:after {
  content: '';
  position: absolute;
  top: 0;
  width: 8vw;
  height: 100%;
}

.m-title_interne div:before {
  left: -8vw;
}

.m-title_interne div:after {
  right: -8vw;
}

.m-title_interne div h2 {
  font-size: 35px;
  font-weight: 800;
  line-height: 1.29;
  color: #000000;
  width: 41.03343465%;
}

@media screen and (min-width: 1024px) {
  .m-title_interne div h2 {
    font-size: 2.1875vw;
  }
}

@media screen and (min-width: 1600px) {
  .m-title_interne div h2 {
    font-size: 35px;
  }
}

@media screen and (min-width: 1600px) {
  .m-title_interne div h2 {
    width: 540px;
  }
}

@media screen and (max-width: 1024px) {
  .m-title_interne div h2 {
    width: 100%;
    padding-left: 10px;
  }
}

_:-ms-fullscreen, :root .m-title_xl h1 {
  color: #ffffff;
}

.m-wysiwyg {
  position: relative;
  z-index: 2;
  margin: 0 auto;
  width: 83.26139818%;
}

@media screen and (min-width: 1600px) {
  .m-wysiwyg {
    width: 872px;
  }
}

@media screen and (max-width: 1024px) {
  .m-wysiwyg {
    width: 100%;
    padding: 0 20px 25px 11px;
  }
}

.m-intro_content {
  margin-left: 8.35866261%;
  width: 66.26139818%;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important; 
  font-size: 30px
  line-height: 1.33 !important;
  font-weight: 900;
}

@media screen and (min-width: 1600px) {
  .m-intro_content {
    margin-left: 110px;
  }
}

@media screen and (min-width: 1600px) {
  .m-intro_content {
    width: 872px;
  }
}

@media screen and (min-width: 1024px) {
  .m-intro_content {
    font-size: 1.875vw;
  }
}

@media screen and (min-width: 1600px) {
  .m-intro_content {
    font-size: 30px;
  }
}

@media screen and (max-width: 1024px) {
  .m-intro_content {
    width: calc(100% - 20px);
    font-size: 18px;
    margin-left: 10px;
  }
}

@media screen and (max-width: 1024px) {
  .m-msgFort {
    margin-left: -16px;
    margin-right: -16px;
    padding-bottom: 40px;
  }
}

.m-msgFort_content {
  width: 83.13069909%;
  margin: 0 auto;
  padding: 8.51%;
}

@media screen and (min-width: 1600px) {
  .m-msgFort_content {
    width: 1094px;
  }
}

@media screen and (max-width: 1024px) {
  .m-msgFort_content {
    width: 100%;
    padding: 40px 15px;
  }
}

.m-msgFort h3 {
  -webkit-text-stroke: 2px #ffffff;
  font-size: 80px;
  font-weight: 800;
  line-height: 1;
  color: transparent;
}

@media screen and (min-width: 1024px) {
  .m-msgFort h3 {
    font-size: 5vw;
  }
}

@media screen and (min-width: 1600px) {
  .m-msgFort h3 {
    font-size: 80px;
  }
}

@media screen and (max-width: 1024px) {
  .m-msgFort h3 {
    font-size: 29px;
    -webkit-text-stroke: 1px #ffffff;
  }
}

.m-msgFort p {
  color: #ffffff;
  font-size: 50px;
  font-weight: 800;
  line-height: 1.2;
}

@media screen and (min-width: 1024px) {
  .m-msgFort p {
    font-size: 3.125vw;
  }
}

@media screen and (min-width: 1600px) {
  .m-msgFort p {
    font-size: 50px;
  }
}

@media screen and (max-width: 1024px) {
  .m-msgFort p {
    font-size: 19px;
    font-weight: 800;
  }
}

.m-txtVisuel_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1024px) {
  .m-txtVisuel_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.m-txtVisuel_picture {
  width: 40.88145897%;
}

@media screen and (min-width: 1600px) {
  .m-txtVisuel_picture {
    width: 538px;
  }
}

@media screen and (max-width: 1024px) {
  .m-txtVisuel_picture {
    width: 100%;
    margin-bottom: 25px;
  }
}

.m-txtVisuel_wysiwyg {
  width: 70.88145897%;
  margin-left: 8.5106383%;
  margin-right: 8.5106383%;
}

@media screen and (min-width: 1600px) {
  .m-txtVisuel_wysiwyg {
    width: 538px;
  }
}

@media screen and (min-width: 1600px) {
  .m-txtVisuel_wysiwyg {
    margin-left: 112px;
  }
}

@media screen and (min-width: 1600px) {
  .m-txtVisuel_wysiwyg {
    margin-right: 112px;
  }
}

@media screen and (max-width: 1024px) {
  .m-txtVisuel_wysiwyg {
    width: 100%;
    margin: 0;
    padding: 0 20px;
  }
}

.m-txtVisuel.inverse-- .m-txtVisuel_content {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media screen and (max-width: 1024px) {
  .m-txtVisuel.inverse-- .m-txtVisuel_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.m-casClient_content {
  position: relative;
}

.m-casClient_description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 1;
}

@media screen and (max-width: 1024px) {
  .m-casClient_description {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.m-casClient_item {
  width: 31.91489362%;
}

@media screen and (min-width: 1600px) {
  .m-casClient_item {
    width: 420px;
  }
}

@media screen and (max-width: 1024px) {
  .m-casClient_item {
    width: 100%;
  }
}

.m-casClient_title {
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
}

@media screen and (min-width: 1024px) {
  .m-casClient_title {
    font-size: 1.25vw;
  }
}

@media screen and (min-width: 1600px) {
  .m-casClient_title {
    font-size: 20px;
  }
}

@media screen and (max-width: 1024px) {
  .m-casClient_title {
    font-size: 15px;
  }
}

.m-casClient_libelle {
  font-size: 60px;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 45px;
}

@media screen and (min-width: 1024px) {
  .m-casClient_libelle {
    font-size: 3.75vw;
  }
}

@media screen and (min-width: 1600px) {
  .m-casClient_libelle {
    font-size: 60px;
  }
}

@media screen and (max-width: 1024px) {
  .m-casClient_libelle {
    font-size: 25px;
    margin-bottom: 25px;
  }
}

.m-casClient_illustr {
  position: relative;
  width: 83.13069909%;
  margin: 0 auto 0 auto;
}

@media screen and (min-width: 1600px) {
  .m-casClient_illustr {
    width: 1094px;
  }
}

@media screen and (max-width: 1024px) {
  .m-casClient_illustr {
    width: 100%;
  }
}

.m-casClient .m-video_player {
  margin-top: 0;
}

.m-3blocs_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 1024px) {
  .m-3blocs_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.m-3blocs_item {
  width: 32.59878419%;
}

@media screen and (min-width: 1600px) {
  .m-3blocs_item {
    width: 429px;
  }
}

@media screen and (max-width: 1024px) {
  .m-3blocs_item {
    width: 100%;
    margin-bottom: 25px;
  }
}

.m-3blocs_item.c-wysiwyg {
  width: 24.0881459%;
}

.m-3blocs_item.c-wysiwyg:first-of-type {
  margin-left: 8.5106383%;
}

@media screen and (min-width: 1600px) {
  .m-3blocs_item.c-wysiwyg:first-of-type {
    margin-left: 112px;
  }
}

@media screen and (max-width: 1024px) {
  .m-3blocs_item.c-wysiwyg:first-of-type {
    margin-left: 0;
  }
}

@media screen and (min-width: 1600px) {
  .m-3blocs_item.c-wysiwyg {
    width: 317px;
  }
}

@media screen and (max-width: 1024px) {
  .m-3blocs_item.c-wysiwyg {
    width: 100%;
    margin-left: 0;
  }
}

.m-3blocs_item:last-of-type {
  margin-bottom: 0;
}

.m-2blocs_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 1024px) {
  .m-2blocs_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.m-2blocs_item {
  width: 40.95744681%;
}

@media screen and (min-width: 1600px) {
  .m-2blocs_item {
    width: 539px;
  }
}

.m-2blocs_item:first-of-type {
  margin-left: 8.5106383%;
  margin: 0 0 20px 0;
}

@media screen and (min-width: 1600px) {
  .m-2blocs_item:first-of-type {
    margin-left: 112px;
  }
}

.m-2blocs_item:last-of-type {
  margin-right: 8.5106383%;
}

@media screen and (min-width: 1600px) {
  .m-2blocs_item:last-of-type {
    margin-right: 112px;
  }
}

@media screen and (max-width: 1024px) {
  .m-2blocs_item:last-of-type {
    margin: 0 0 0 0;
  }
}

@media screen and (max-width: 1024px) {
  .m-2blocs_item {
    width: 100%;
  }
}

.m-1-visuel_item {
  width: 100%;
}

.m-1-visuel_item.medium-- {
  width: 66.26139818%;
  margin: 0 auto;
}

@media screen and (min-width: 1600px) {
  .m-1-visuel_item.medium-- {
    width: 872px;
  }
}

@media screen and (max-width: 1024px) {
  .m-1-visuel_item.medium-- {
    width: 100%;
  }
}

.m-exergue {
  position: relative;
  z-index: 2;
  width: 44.98480243%;
  margin: 0 auto;
}

@media screen and (min-width: 1600px) {
  .m-exergue {
    width: 592px;
  }
}

.m-exergue.left-- {
  width: 44.98480243%;
  margin-left: 8.5106383%;
}

@media screen and (min-width: 1600px) {
  .m-exergue.left-- {
    width: 592px;
  }
}

@media screen and (min-width: 1600px) {
  .m-exergue.left-- {
    margin-left: 112px;
  }
}

.m-exergue.right-- {
  width: 44.98480243%;
  margin-right: 8.5106383%;
}

@media screen and (min-width: 1600px) {
  .m-exergue.right-- {
    width: 592px;
  }
}

@media screen and (min-width: 1600px) {
  .m-exergue.right-- {
    margin-right: 112px;
  }
}

@media screen and (max-width: 1024px) {
  .m-exergue {
    width: 100%;
  }
}

.m-exergue h3 {
  position: relative;
  display: inline;
  font-size: 50px;
  line-height: 1.22;
  font-weight: 300;
  padding-bottom: 0.5vw;
}

@media screen and (min-width: 1024px) {
  .m-exergue h3 {
    font-size: 3.125vw;
  }
}

@media screen and (min-width: 1600px) {
  .m-exergue h3 {
    font-size: 50px;
  }
}

.m-exergue h3 span {
  background-size: 0% 100%;
}

@media screen and (max-width: 1024px) {
  .m-exergue h3 {
    font-size: 23px;
    padding-bottom: 5px;
    -webkit-box-shadow: inset 0px -15px 0px 0px #e6223d;
            box-shadow: inset 0px -15px 0px 0px #e6223d;
  }
}

@media screen and (max-width: 1024px) {
  .m-trombinoscope {
    padding-bottom: 50px;
  }
}

.m-trombinoscope_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-transition: opacity .4s ease-in;
  transition: opacity .4s ease-in;
}

@media screen and (max-width: 1024px) {
  .m-trombinoscope_content {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.m-trombinoscope_item {
  width: 24.0881459%;
  margin-bottom: 35px;
  margin-right: 0.75vw;
}

@media screen and (min-width: 1600px) {
  .m-trombinoscope_item {
    width: 317px;
  }
}

@media screen and (max-width: 1024px) {
  .m-trombinoscope_item {
    width: calc(50% - 12px);
    margin-right: 0;
    margin-bottom: 25px;
  }
}

.m-trombinoscope_item.hide-- {
  display: none;
}

.m-trombinoscope img {
  margin-bottom: 22px;
}

.m-trombinoscope h3 {
  font-size: 20px;
  margin-bottom: 9px;
  line-height: 1.5;
  font-weight: 800;
}

@media screen and (min-width: 1024px) {
  .m-trombinoscope h3 {
    font-size: 1.25vw;
  }
}

@media screen and (min-width: 1600px) {
  .m-trombinoscope h3 {
    font-size: 20px;
  }
}

@media screen and (max-width: 1024px) {
  .m-trombinoscope h3 {
    font-size: 15px;
  }
}

.m-trombinoscope p {
  font-size: 15px;
  margin-bottom: 9px;
  line-height: 1.4;
  font-weight: 500;
}

@media screen and (min-width: 1024px) {
  .m-trombinoscope p {
    font-size: 0.9375vw;
  }
}

@media screen and (min-width: 1600px) {
  .m-trombinoscope p {
    font-size: 15px;
  }
}

@media screen and (max-width: 1024px) {
  .m-trombinoscope p {
    font-size: 13px;
  }
}

.page-template-tpl-trombinoscope .m-trombinoscope_content {
  opacity: 0;
  display: none;
}

.page-template-tpl-trombinoscope .m-trombinoscope_content.show-- {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
}

@media screen and (max-width: 1024px) {
  .m-gif {
    margin-left: -15px;
    margin-right: -15px;
  }
}

.m-gif_item {
  position: relative;
}

.m-gif_item img {
  position: relative;
  width: 83.13069909%;
  margin: 0 auto;
  padding: 7vw 0 2.5vw;
  z-index: 1;
}

@media screen and (min-width: 1600px) {
  .m-gif_item img {
    width: 1094px;
  }
}

@media screen and (max-width: 1024px) {
  .m-gif_item img {
    width: 100%;
    padding: 25px 0 10px 0;
  }
}

.m-gif_text {
  position: absolute;
  font-size: 235px;
  font-weight: 300;
  line-height: 0.55;
}

@media screen and (min-width: 1024px) {
  .m-gif_text {
    font-size: 14.6875vw;
  }
}

@media screen and (min-width: 1600px) {
  .m-gif_text {
    font-size: 235px;
  }
}

@media screen and (max-width: 1024px) {
  .m-gif_text {
    font-size: 49px;
  }
}

.m-gif_text:first-of-type {
  top: 0;
  left: -5vw;
  z-index: 0;
}

@media screen and (max-width: 1024px) {
  .m-gif_text:first-of-type {
    left: 5px;
  }
}

.m-gif_text:last-of-type {
  bottom: 0;
  right: -5vw;
  z-index: 2;
}

@media screen and (max-width: 1024px) {
  .m-gif_text:last-of-type {
    right: 5px;
  }
}

.m-video_content {
  position: relative;
  width: 66.26139818%;
  margin: 0 auto;
}

@media screen and (min-width: 1600px) {
  .m-video_content {
    width: 872px;
  }
}

@media screen and (max-width: 1024px) {
  .m-video_content {
    width: 100%;
  }
}

.m-video_player {
  position: relative;
  z-index: 0;
  margin-top: -0.5vw;
}

.m-video_player.isplaying-- .m-video_visuel {
  opacity: 0;
  z-index: -1;
}

.m-video_player .btn-pause {
  z-index: 0;
  width: 0;
  height: 0;
}

.m-video_visuel {
  position: relative;
  z-index: 1;
  cursor: pointer;
  min-height: 150px;
  -webkit-transition: all 0.8s ease-in;
  transition: all 0.8s ease-in;
}

.m-video_visuel img {
  position: relative;
  width: 100%;
  z-index: 0;
}

.m-video_iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.m-video_iframe iframe {
  width: 100%;
  height: 100%;
}

.m-video_title {
  position: relative;
  z-index: 1;
  text-align: right;
  margin-right: -1vw;
}

.m-video_title h3 {
  position: relative;
  display: inline;
  font-size: 50px;
  line-height: 1.22;
  font-weight: 300;
  padding-bottom: 0.5vw;
}

@media screen and (min-width: 1024px) {
  .m-video_title h3 {
    font-size: 3.125vw;
  }
}

@media screen and (min-width: 1600px) {
  .m-video_title h3 {
    font-size: 50px;
  }
}

@media screen and (max-width: 1024px) {
  .m-video_title h3 {
    font-size: 23px;
    padding-bottom: 5px;
  }
}

.m-video_dailymotion {
  width: 100%;
  height: 100%;
}

.m-video.left-- .m-video_content {
  width: 49.39209726%;
  margin-left: 8.5106383%;
}

@media screen and (min-width: 1600px) {
  .m-video.left-- .m-video_content {
    width: 650px;
  }
}

@media screen and (min-width: 1600px) {
  .m-video.left-- .m-video_content {
    margin-left: 112px;
  }
}

.m-video.right-- .m-video_content {
  width: 49.39209726%;
  margin-right: 8.5106383%;
}

@media screen and (min-width: 1600px) {
  .m-video.right-- .m-video_content {
    width: 650px;
  }
}

@media screen and (min-width: 1600px) {
  .m-video.right-- .m-video_content {
    margin-right: 112px;
  }
}

.m-btnLarge_content {
  position: relative;
  text-align: right;
}

.m-btnLarge_content a, .m-btnLarge_content span {
  display: block;
  color: #ffffff;
  font-size: 100px;
  font-weight: 400;
  line-height: 0.66;
  padding: 52px 0 67px;
  cursor: pointer;
}

@media screen and (min-width: 1024px) {
  .m-btnLarge_content a, .m-btnLarge_content span {
    font-size: 6.25vw;
  }
}

@media screen and (min-width: 1600px) {
  .m-btnLarge_content a, .m-btnLarge_content span {
    font-size: 100px;
  }
}

@media screen and (max-width: 1024px) {
  .m-btnLarge_content a, .m-btnLarge_content span {
    font-size: 29px;
    line-height: 0.66;
    padding: 18px 0;
  }
}

.m-btnLarge_content a:after, .m-btnLarge_content span:after {
  content: '';
  position: relative;
  display: inline-block;
  margin-left: 52px;
  width: 60px;
  height: 47px;
  background: url("assets/img/arrow-white.svg");
  background-size: cover;
}

@media screen and (max-width: 1024px) {
  .m-btnLarge_content a:after, .m-btnLarge_content span:after {
    width: 19px;
    height: 15px;
  }
}

.m-btnLarge_content:before, .m-btnLarge_content:after {
  content: '';
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

.m-btnLarge_content:before {
  left: -100%;
}

.m-btnLarge_content:after {
  right: -100%;
}

.m-btnLarge.nopaddingb-- .m-btnLarge_content a, .m-btnLarge.nopaddingb-- .m-btnLarge_content span {
  padding-bottom: calc(67px - 2.4375vw);
}

@media screen and (max-width: 1024px) {
  .m-btnLarge.nopaddingb-- .m-btnLarge_content a, .m-btnLarge.nopaddingb-- .m-btnLarge_content span {
    padding-bottom: 18px;
  }
}

.m-citation_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1024px) {
  .m-citation_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.m-citation_picture {
  width: 24.0881459%;
  margin-left: 24.0881459%;
  padding-top: 70px;
}

@media screen and (min-width: 1600px) {
  .m-citation_picture {
    width: 317px;
  }
}

@media screen and (min-width: 1600px) {
  .m-citation_picture {
    margin-left: 317px;
  }
}

@media screen and (min-width: 1024px) {
  .m-citation_picture {
    perspective: 40px;
    -webkit-perspective: 40px;
  }
  .m-citation_picture:hover img {
    -webkit-animation: .9s ease-in-out .2s infinite alternate perspectiveCitation;
            animation: .9s ease-in-out .2s infinite alternate perspectiveCitation;
  }
}

@media screen and (max-width: 1024px) {
  .m-citation_picture {
    width: 100%;
    margin: 0 0 50px 0;
    padding-top: 0;
  }
}

.m-citation_picture img {
  width: 16.5vw;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transform: rotateY(-2deg);
          transform: rotateY(-2deg);
  -webkit-transition: all .4s ease-in;
  transition: all .4s ease-in;
}

@media screen and (min-width: 1600px) {
  .m-citation_picture img {
    width: 264px;
  }
}

@media screen and (max-width: 1024px) {
  .m-citation_picture img {
    width: 100%;
  }
}

.m-citation_text {
  position: relative;
  width: 40.88145897%;
  font-size: 40px;
  font-weight: 800;
  font-style: italic;
  line-height: 1.25;
  padding: 0.8vw 2vw 0 2vw;
}

@media screen and (min-width: 1600px) {
  .m-citation_text {
    width: 538px;
  }
}

@media screen and (min-width: 1024px) {
  .m-citation_text {
    font-size: 2.5vw;
  }
}

@media screen and (min-width: 1600px) {
  .m-citation_text {
    font-size: 40px;
  }
}

@media screen and (max-width: 1024px) {
  .m-citation_text {
    width: 100%;
    font-size: 30px;
    padding: 0 10px;
  }
}

.m-citation_text p {
  position: relative;
  z-index: 0;
}

.m-citation_text p:first-of-type:before, .m-citation_text p:first-of-type:after {
  position: absolute;
  font-size: 150px;
  font-weight: 800;
  font-style: italic;
  line-height: 1;
  z-index: -1;
}

@media screen and (min-width: 1024px) {
  .m-citation_text p:first-of-type:before, .m-citation_text p:first-of-type:after {
    font-size: 9.375vw;
  }
}

@media screen and (min-width: 1600px) {
  .m-citation_text p:first-of-type:before, .m-citation_text p:first-of-type:after {
    font-size: 150px;
  }
}

@media screen and (max-width: 1024px) {
  .m-citation_text p:first-of-type:before, .m-citation_text p:first-of-type:after {
    font-size: 80px;
    line-height: 1;
  }
}

.m-citation_text p:first-of-type:before {
  content: '\201C';
  top: -3.4vw;
  left: -4vw;
}

@media screen and (max-width: 1024px) {
  .m-citation_text p:first-of-type:before {
    top: -20px;
    left: -14px;
  }
}

.m-citation_text p:first-of-type:after {
  content: "\201D";
  bottom: -8.5vw;
  right: -1.4vw;
  line-height: 1.22;
}

@media screen and (max-width: 1024px) {
  .m-citation_text p:first-of-type:after {
    bottom: -55px;
    right: -5px;
    line-height: 1;
  }
}

.m-citation_author {
  font-size: 20px;
  font-weight: 800;
  font-style: normal;
  margin-top: 33px;
}

@media screen and (min-width: 1024px) {
  .m-citation_author {
    font-size: 1.25vw;
  }
}

@media screen and (min-width: 1600px) {
  .m-citation_author {
    font-size: 20px;
  }
}

.m-citation_compagny {
  font-size: 15px;
  font-weight: 500;
  font-style: normal;
  line-height: 0.87;
}

@media screen and (min-width: 1024px) {
  .m-citation_compagny {
    font-size: 0.9375vw;
  }
}

@media screen and (min-width: 1600px) {
  .m-citation_compagny {
    font-size: 15px;
  }
}

@-webkit-keyframes perspectiveCitation {
  0% {
    -webkit-transform: rotateY(-0.6deg);
            transform: rotateY(-0.6deg);
  }
  100% {
    -webkit-transform: rotateY(0.6deg);
            transform: rotateY(0.6deg);
  }
}

@keyframes perspectiveCitation {
  0% {
    -webkit-transform: rotateY(-0.6deg);
            transform: rotateY(-0.6deg);
  }
  100% {
    -webkit-transform: rotateY(0.6deg);
            transform: rotateY(0.6deg);
  }
}

.m-slider_content {
  position: relative;
  width: 66.26139818%;
  margin: 0 auto;
}

@media screen and (min-width: 1600px) {
  .m-slider_content {
    width: 872px;
  }
}

.m-slider_content:first-of-type {
  width: 49.39209726%;
  margin-left: 8.5106383%;
}

@media screen and (min-width: 1600px) {
  .m-slider_content:first-of-type {
    width: 650px;
  }
}

@media screen and (min-width: 1600px) {
  .m-slider_content:first-of-type {
    margin-left: 112px;
  }
}

@media screen and (max-width: 1024px) {
  .m-slider_content:first-of-type {
    width: 100%;
    margin: 0 0 60px 0;
    padding: 0 10px;
  }
}

@media screen and (max-width: 1024px) {
  .m-slider_content {
    width: 100%;
  }
}

.m-slider h3 {
  font-size: 76px;
  font-weight: 800;
  line-height: 1.13;
  margin-bottom: 3.125vw;
}

@media screen and (min-width: 1024px) {
  .m-slider h3 {
    font-size: 4.75vw;
  }
}

@media screen and (min-width: 1600px) {
  .m-slider h3 {
    font-size: 76px;
  }
}

@media screen and (max-width: 1024px) {
  .m-slider h3 {
    font-size: 30px;
  }
}

.m-slider_nav {
  position: absolute;
  top: -3.125vw;
  right: 0;
  height: 1vw;
}

@media screen and (max-width: 1024px) {
  .m-slider_nav {
    height: 31px;
    top: -40px;
  }
}

.m-slider_prev {
  display: inline-block;
  width: 1.875vw;
  height: 1vw;
  background: url("assets/img/arrow-grey.svg") center center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 1.125vw;
  cursor: pointer;
  outline: 0;
}

@media screen and (max-width: 1024px) {
  .m-slider_prev {
    width: 31px;
    height: 16px;
  }
}

.m-slider_next {
  display: inline-block;
  width: 1.875vw;
  height: 1vw;
  background: url("assets/img/arrow-red.svg") center center;
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
  outline: 0;
}

@media screen and (max-width: 1024px) {
  .m-slider_next {
    width: 31px;
    height: 16px;
  }
}

.m-portrait {
  position: relative;
}

.m-portrait_content {
  width: 26.8125vw;
  position: absolute;
  right: 0;
  top: 30%;
  z-index: 5;
  -webkit-transition: all .4s ease-in .3s;
  transition: all .4s ease-in .3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

@media screen and (min-width: 1600px) {
  .m-portrait_content {
    width: 429px;
  }
}

@media screen and (min-width: 1024px) {
  .m-portrait_content:hover img {
    -webkit-animation: .9s ease-in-out .2s infinite alternate perspectivePortrait;
            animation: .9s ease-in-out .2s infinite alternate perspectivePortrait;
  }
}

@media screen and (max-width: 1024px) {
  .m-portrait_content {
    width: 100%;
    position: relative;
    bottom: inherit;
    left: inherit;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 25px;
  }
}

.m-portrait_content.show-- {
  z-index: 3;
}

.m-portrait_content.show-- img {
  -webkit-animation: none;
          animation: none;
}

.m-portrait_content.show-- .m-portrait_details {
  opacity: 1;
  -webkit-transition: opacity .4s ease-in .3s;
  transition: opacity .4s ease-in .3s;
}

@media screen and (min-width: 1024px) {
  .m-portrait_content.show-- .m-portrait_visuel {
    width: 32vw;
    perspective: inherit;
    -webkit-perspective: inherit;
  }
}

@media screen and (min-width: 1024px) and (min-width: 1600px) {
  .m-portrait_content.show-- .m-portrait_visuel {
    width: 512px;
  }
}

@media screen and (min-width: 1024px) {
  .m-portrait_visuel {
    width: 16.5vw;
    perspective: 40px;
    -webkit-perspective: 40px;
    -webkit-transition: width .3s ease-in;
    transition: width .3s ease-in;
  }
}

@media screen and (min-width: 1024px) and (min-width: 1600px) {
  .m-portrait_visuel {
    width: 264px;
  }
}

.m-portrait img {
  width: 100%;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transform: rotateY(-1deg);
          transform: rotateY(-1deg);
  -webkit-transition: all .4s ease-in;
  transition: all .4s ease-in;
}

@media screen and (max-width: 1024px) {
  .m-portrait img {
    width: 100%;
  }
}

.m-portrait_details {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  padding: 2.75vw 4vw 2.75vw 2.75vw;
  -webkit-transition: opacity .3s ease-in 0s;
  transition: opacity .3s ease-in 0s;
}

@media screen and (max-width: 1024px) {
  .m-portrait_details {
    opacity: 1;
    padding: 0 30px 30px 30px;
  }
}

.m-portrait_details p {
  position: relative;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  color: #ffffff;
}

@media screen and (min-width: 1024px) {
  .m-portrait_details p {
    font-size: 0.9375vw;
  }
}

@media screen and (min-width: 1600px) {
  .m-portrait_details p {
    font-size: 15px;
  }
}

.m-portrait_details p strong {
  font-size: 20px;
  font-weight: 800;
}

@media screen and (min-width: 1024px) {
  .m-portrait_details p strong {
    font-size: 1.25vw;
  }
}

@media screen and (min-width: 1600px) {
  .m-portrait_details p strong {
    font-size: 20px;
  }
}

@media screen and (max-width: 1024px) {
  .m-portrait_details p strong {
    font-size: 20px;
  }
}

.m-portrait_details p.m-portrait_verbatim {
  font-size: 24px;
  font-weight: 800;
  line-height: 1.29;
  font-style: italic;
  margin-bottom: 17px;
}

@media screen and (min-width: 1024px) {
  .m-portrait_details p.m-portrait_verbatim {
    font-size: 1.5vw;
  }
}

@media screen and (min-width: 1600px) {
  .m-portrait_details p.m-portrait_verbatim {
    font-size: 24px;
  }
}

@media screen and (max-width: 1024px) {
  .m-portrait_details p.m-portrait_verbatim {
    font-size: 20px;
    font-weight: 800;
    line-height: 1.25;
    margin-bottom: 0;
  }
}

.m-portrait_details p.m-portrait_verbatim span {
  position: relative;
  z-index: 1;
}

.m-portrait_details p.m-portrait_verbatim:before, .m-portrait_details p.m-portrait_verbatim:after {
  position: absolute;
  font-size: 75px;
  font-weight: 800;
  font-style: italic;
  line-height: 1.22;
  z-index: 0;
}

@media screen and (min-width: 1024px) {
  .m-portrait_details p.m-portrait_verbatim:before, .m-portrait_details p.m-portrait_verbatim:after {
    font-size: 4.6875vw;
  }
}

@media screen and (min-width: 1600px) {
  .m-portrait_details p.m-portrait_verbatim:before, .m-portrait_details p.m-portrait_verbatim:after {
    font-size: 75px;
  }
}

@media screen and (max-width: 1024px) {
  .m-portrait_details p.m-portrait_verbatim:before, .m-portrait_details p.m-portrait_verbatim:after {
    font-size: 47px;
  }
}

.m-portrait_details p.m-portrait_verbatim:before {
  content: '\201C';
  top: -2vw;
  left: -2vw;
  z-index: 0;
}

@media screen and (max-width: 1024px) {
  .m-portrait_details p.m-portrait_verbatim:before {
    top: -16px;
    left: -19px;
  }
}

.m-portrait_details p.m-portrait_verbatim:after {
  content: "\201D";
  bottom: -3.5vw;
  right: 0;
  line-height: 1.22;
}

@media screen and (max-width: 1024px) {
  .m-portrait_details p.m-portrait_verbatim:after {
    bottom: -37px;
    right: -15px;
  }
}

.m-portrait_mobile {
  position: relative;
}

@media screen and (min-width: 1024px) {
  .m-portrait_mobile {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .m-portrait_mobile {
    padding-bottom: 80px;
  }
}

@-webkit-keyframes perspectivePortrait {
  0% {
    -webkit-transform: rotateY(-0.6deg);
            transform: rotateY(-0.6deg);
  }
  100% {
    -webkit-transform: rotateY(0.6deg);
            transform: rotateY(0.6deg);
  }
}

@keyframes perspectivePortrait {
  0% {
    -webkit-transform: rotateY(-0.6deg);
            transform: rotateY(-0.6deg);
  }
  100% {
    -webkit-transform: rotateY(0.6deg);
            transform: rotateY(0.6deg);
  }
}

.c-wysiwyg h1, .c-wysiwyg h2, .c-wysiwyg h3, .c-wysiwyg h4, .c-wysiwyg h5, .c-wysiwyg h6 {
  font-size: 30px;
  margin-bottom: 9px;
  line-height: 1.33;
  font-weight: 800;
}

@media screen and (min-width: 1024px) {
  .c-wysiwyg h1, .c-wysiwyg h2, .c-wysiwyg h3, .c-wysiwyg h4, .c-wysiwyg h5, .c-wysiwyg h6 {
    font-size: 1.875vw;
  }
}

@media screen and (min-width: 1600px) {
  .c-wysiwyg h1, .c-wysiwyg h2, .c-wysiwyg h3, .c-wysiwyg h4, .c-wysiwyg h5, .c-wysiwyg h6 {
    font-size: 30px;
  }
}

@media screen and (max-width: 1024px) {
  .c-wysiwyg h1, .c-wysiwyg h2, .c-wysiwyg h3, .c-wysiwyg h4, .c-wysiwyg h5, .c-wysiwyg h6 {
    font-size: 25px;
    line-height: 1.2;
  }
}

.c-wysiwyg p {
  font-size: 20px;
  margin-bottom: 9px;
  line-height: 1.55;
  font-weight: 500;
}

@media screen and (min-width: 1024px) {
  .c-wysiwyg p {
    font-size: 1.45vw;
  }
}

@media screen and (min-width: 1600px) {
  .c-wysiwyg p {
    font-size: 20px;
  }
}

@media screen and (max-width: 1024px) {
  .c-wysiwyg p {
    font-size: 15px;
    line-height: 1.67;
  }
}

.c-wysiwyg a {
  position: relative;
  color: #000000;
  padding: 2px 4px;
  font-weight: 900;
  -webkit-transition: color .8s ease-in, background .3s ease-in;
  transition: color .8s ease-in, background .3s ease-in;
}

.c-wysiwyg ul {
  list-style-type: disc;
  list-style-position: outside;
  padding-left: 20px;
}

.c-wysiwyg ul li {
  font-size: 20px;
  margin-bottom: 9px;
  line-height: 1.55;
  font-weight: 500;
}

@media screen and (min-width: 1024px) {
  .c-wysiwyg ul li {
    font-size: 1.25vw;
  }
}

@media screen and (min-width: 1600px) {
  .c-wysiwyg ul li {
    font-size: 20px;
  }
}

@media screen and (max-width: 1024px) {
  .c-wysiwyg ul li {
    font-size: 15px;
    line-height: 1.67;
  }
}


body.tpl-red {
  background: #e6223d;
}

body.tpl-red .btn-simple {
  color: #ff778a;
}

body.tpl-red .btn-valider svg {
  fill: #e6223d;
}

body.tpl-red .btn-dwld:after {
  background-image: url("assets/img/btn-dwld-red.svg");
}

body.tpl-red .c-header {
  background: #e6223d;
}

body.tpl-red .c-contact_toggle .cls-1 {
  fill: #ffffff;
}

body.tpl-red .c-contact_toggle .cls-2 {
  fill: #e6223d;
}

body.tpl-red .m-rubrique {
  background: #e6223d;
}

body.tpl-red .m-rubrique:before {
  background: #e6223d;
}

body.tpl-red .m-rubrique.color-- {
  background: transparent;
}

body.tpl-red .m-rubrique.color-- .m-rubrique_item {
  color: #e6223d;
}

body.tpl-red .m-rubrique.color-- .m-rubrique_item:after {
  background: #e6223d;
}

body.tpl-red .m-rubrique.color-- .m-rubrique_item span:after {
  background: #e6223d;
}

body.tpl-red .m-rubrique.red-- {
  background: transparent;
}

body.tpl-red .m-title_chapitre h2 {
  color: #e6223d;
}

body.tpl-red .c-wysiwyg a {
  background: transparent -webkit-gradient(linear, left top, left bottom, color-stop(65%, #e6223d), color-stop(35%, #e6223d)) no-repeat;
  background: transparent linear-gradient(#e6223d 65%, #e6223d 35%) no-repeat;
}

body.tpl-red .c-wysiwyg a:hover {
  background: transparent -webkit-gradient(linear, left top, left bottom, color-stop(65%, #ff778a), color-stop(35%, #ff778a)) no-repeat;
  background: transparent linear-gradient(#ff778a 65%, #ff778a 35%) no-repeat;
}

body.tpl-red .m-msgFort_content {
  background: #e6223d;
}

body.tpl-red .m-exergue h3 span {
  background: transparent -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(35%, #e6223d)) no-repeat;
  background: transparent linear-gradient(transparent 65%, #e6223d 35%) no-repeat;
}

body.tpl-red .m-video_title h3 span {
  background: transparent -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(35%, #e6223d)) no-repeat;
  background: transparent linear-gradient(transparent 65%, #e6223d 35%) no-repeat;
}

body.tpl-red .m-btnLarge_content {
  background: #e6223d;
}

body.tpl-red .m-btnLarge_content:before, body.tpl-red .m-btnLarge_content:after {
  background: #e6223d;
}

body.tpl-red .m-citation_text p:first-of-type:before, body.tpl-red .m-citation_text p:first-of-type:after {
  color: #e6223d;
}

body.tpl-red .m-slider h3 {
  color: #e6223d;
}

@media screen and (min-width: 1024px) {
  body.tpl-red .c-press_item:hover h2 {
    color: #e6223d;
  }
  body.tpl-red .c-press_item:hover .c-press_date {
    color: #e6223d;
  }
  body.tpl-red .c-press_item:hover .c-press_date span {
    border-color: #e6223d;
  }
}

body.tpl-red .c-filter {
  background: #e6223d;
}

@media screen and (min-width: 1024px) {
  body.tpl-red .c-documents_item:hover > div {
    color: #e6223d;
  }
}

body.tpl-red .c-documents_item:hover .hover-- {
  color: #e6223d;
}

body.tpl-red .c-more span {
  border: 1px solid #e6223d;
}

body.tpl-red .c-more span:nth-child(2) {
  background: #e6223d;
}

body.tpl-red .c-loader span {
  border: 1px solid #e6223d;
  -webkit-animation: opacity-red 2000ms infinite ease-in-out;
          animation: opacity-red 2000ms infinite ease-in-out;
}

body.tpl-red .c-loader span:nth-child(2) {
  -webkit-animation-delay: 250ms;
          animation-delay: 250ms;
}

body.tpl-red .c-loader span:nth-child(3) {
  -webkit-animation-delay: 500ms;
          animation-delay: 500ms;
}

@media screen and (min-width: 1024px) {
  body.tpl-red .c-results_item:hover {
    color: #e6223d;
  }
}

body.tpl-red .m-results {
  color: #e6223d;
}

@media screen and (min-width: 1024px) {
  body.tpl-red .c-findus_item:hover > div {
    color: #e6223d;
  }
}

body.tpl-red .c-findus_btn {
  color: #ff778a;
}

body.tpl-red .m-portrait_verbatim:before, body.tpl-red .m-portrait_verbatim:after {
  color: #e6223d;
}

body.tpl-red .c-galleryBack p {
  color: #ff9fac;
}

body.tpl-red .c-galleryBack p svg {
  fill: #ff9fac;
}

@media screen and (max-width: 1024px) {
  .c-hp_slide.tpl-red {
    background-color: #000;
  }
}

@media screen and (min-width: 1024px) {
  .tpl-red .c-hp_infoHover p {
    background-color: #FC415A;
    -webkit-box-shadow: 8px 0px 0px 0px #FC415A, -8px 0px 0px 0px #FC415A;
            box-shadow: 8px 0px 0px 0px #FC415A, -8px 0px 0px 0px #FC415A;
    -moz-box-shadow: 8px 0px 0px 0px #FC415A, -8px 0px 0px 0px #FC415A;
  }
}

_:-ms-fullscreen, :root .tpl-red .c-hp_infoHover p {
  box-shadow: none;
  -moz-box-shadow: none;
}

@supports (-ms-ime-align: auto) {
  .tpl-red .c-hp_infoHover p {
    -webkit-box-shadow: none;
            box-shadow: none;
    -moz-box-shadow: none;
  }
}

@-webkit-keyframes opacity-red {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    background: #ffffff;
  }
  15% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
    background: #e6223d;
  }
  30% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    background: #ffffff;
  }
}

@keyframes opacity-red {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    background: #ffffff;
  }
  15% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
    background: #e6223d;
  }
  30% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    background: #ffffff;
  }
}

body.tpl-white {
  background: #fff;
}

body.tpl-blue {
  background: #000;
}

body.tpl-blue .btn-simple {
  color: #FBA675;
}

body.tpl-blue .btn-valider svg {
  fill: #FBA675;
}

body.tpl-blue .btn-dwld:after {
  background-image: url("assets/img/btn-dwld-blue.svg");
}

body.tpl-blue .c-header {
  background: #000;
}

body.tpl-blue .c-contact_toggle .cls-1 {
  fill: #ffffff;
}

body.tpl-blue .c-contact_toggle .cls-2 {
  fill: #FBA675;
}

body.tpl-blue .m-rubrique {
  background: #000;
}

body.tpl-blue .m-rubrique:before {
  background: #000;
}

body.tpl-blue .m-rubrique.color-- {
  background: transparent;
}

body.tpl-blue .m-rubrique.color-- .m-rubrique_item {
  color: #FBA675;
}

body.tpl-blue .m-rubrique.color-- .m-rubrique_item:after {
  background: #FBA675;
}

body.tpl-blue .m-rubrique.color-- .m-rubrique_item span:after {
  background: #FBA675;
}

body.tpl-blue .m-rubrique.red-- {
  background: transparent;
}

body.tpl-blue .m-title_chapitre h2 {
  color: #fff;
}

body.tpl-blue .c-wysiwyg a {
  background: transparent -webkit-gradient(linear, left top, left bottom, color-stop(65%, #FBA675), color-stop(35%, #FBA675)) no-repeat;
  background: transparent linear-gradient(#FBA675 65%, #FBA675 35%) no-repeat;
}

body.tpl-blue .c-wysiwyg a:hover {
  background: transparent -webkit-gradient(linear, left top, left bottom, color-stop(65%, #F09DA8 ), color-stop(35%, #F09DA8 )) no-repeat;
  background: transparent linear-gradient(#F09DA8  65%, #F09DA8  35%) no-repeat;
}

body.tpl-blue .m-msgFort_content {
  background: #FBA675;
}

body.tpl-blue .m-exergue h3 span {
  background: transparent -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(35%, #FBA675)) no-repeat;
  background: transparent linear-gradient(transparent 65%, #FBA675 35%) no-repeat;
}

body.tpl-blue .m-video_title h3 span {
  background: transparent -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(35%, #FBA675)) no-repeat;
  background: transparent linear-gradient(transparent 65%, #FBA675 35%) no-repeat;
}

body.tpl-blue .m-btnLarge_content {
  background: #FBA675;
}

body.tpl-blue .m-btnLarge_content:before, body.tpl-blue .m-btnLarge_content:after {
  background: #FBA675;
}

body.tpl-blue .m-citation_text p:first-of-type:before, body.tpl-blue .m-citation_text p:first-of-type:after {
  color: #FBA675;
}

body.tpl-blue .m-slider h3 {
  color: #FBA675;
}

@media screen and (min-width: 1024px) {
  body.tpl-blue .c-press_item:hover h2 {
    color: #FBA675;
  }
  body.tpl-blue .c-press_item:hover .c-press_date {
    color: #FBA675;
  }
  body.tpl-blue .c-press_item:hover .c-press_date span {
    border-color: #FBA675;
  }
}

body.tpl-blue .c-filter {
  background: #FBA675;
}

@media screen and (min-width: 1024px) {
  body.tpl-blue .c-documents_item:hover > div {
    color: #FBA675;
  }
}

body.tpl-blue .c-documents_item:hover .hover-- {
  color: #FBA675;
}

body.tpl-blue .c-more span {
  border: 1px solid #FBA675;
}

body.tpl-blue .c-more span:nth-child(2) {
  background: #FBA675;
}

body.tpl-blue .c-loader span {
  border: 1px solid #FBA675;
  -webkit-animation: opacity-blue 2000ms infinite ease-in-out;
          animation: opacity-blue 2000ms infinite ease-in-out;
}

body.tpl-blue .c-loader span:nth-child(2) {
  -webkit-animation-delay: 250ms;
          animation-delay: 250ms;
}

body.tpl-blue .c-loader span:nth-child(3) {
  -webkit-animation-delay: 500ms;
          animation-delay: 500ms;
}

@media screen and (min-width: 1024px) {
  body.tpl-blue .c-results_item:hover {
    color: #FBA675;
  }
}

body.tpl-blue .m-results {
  color: #FBA675;
}

@media screen and (min-width: 1024px) {
  body.tpl-blue .c-findus_item:hover > div {
    color: #FBA675;
  }
}

body.tpl-blue .c-findus_btn {
  color: #F09DA8 ;
}

body.tpl-blue .m-portrait_verbatim:before, body.tpl-blue .m-portrait_verbatim:after {
  color: #FBA675;
}

body.tpl-blue .c-galleryBack p {
  color: #F09DA8 ;
}

body.tpl-blue .c-galleryBack p svg {
  fill: #F09DA8 ;
}

@media screen and (max-width: 1024px) {
  .c-hp_slide.tpl-blue {
    background-color: #000;
  }
}

@media screen and (min-width: 1024px) {
  .tpl-blue .c-hp_infoHover p {
    background-color: #FF8945;
    -webkit-box-shadow: 8px 0px 0px 0px #FF8945, -8px 0px 0px 0px #FF8945;
            box-shadow: 8px 0px 0px 0px #FF8945, -8px 0px 0px 0px #FF8945;
    -moz-box-shadow: 8px 0px 0px 0px #FF8945, -8px 0px 0px 0px #FF8945;
  }
}

_:-ms-fullscreen, :root .tpl-blue .c-hp_infoHover p {
  box-shadow: none;
  -moz-box-shadow: none;
}

@supports (-ms-ime-align: auto) {
  .tpl-blue .c-hp_infoHover p {
    -webkit-box-shadow: none;
            box-shadow: none;
    -moz-box-shadow: none;
  }
}

@-webkit-keyframes opacity-blue {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    background: #ffffff;
  }
  15% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
    background: #FBA675;
  }
  30% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    background: #ffffff;
  }
}

@keyframes opacity-blue {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    background: #ffffff;
  }
  15% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
    background: #FBA675;
  }
  30% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    background: #ffffff;
  }
}

body.tpl-green {
  background: #27a875;
}

body.tpl-green .btn-simple {
  color: #56d9a6;
}

body.tpl-green .btn-valider svg {
  fill: #27a875;
}

body.tpl-green .btn-dwld:after {
  background-image: url("assets/img/btn-dwld-green.svg");
}

body.tpl-green .c-header {
  background: #27a875;
}

body.tpl-green .c-contact_toggle .cls-1 {
  fill: #ffffff;
}

body.tpl-green .c-contact_toggle .cls-2 {
  fill: #27a875;
}

body.tpl-green .m-rubrique {
  background: #27a875;
}

body.tpl-green .m-rubrique:before {
  background: #27a875;
}

body.tpl-green .m-rubrique.color-- {
  background: transparent;
}

body.tpl-green .m-rubrique.color-- .m-rubrique_item {
  color: #27a875;
}

body.tpl-green .m-rubrique.color-- .m-rubrique_item:after {
  background: #27a875;
}

body.tpl-green .m-rubrique.color-- .m-rubrique_item span:after {
  background: #27a875;
}

body.tpl-green .m-rubrique.red-- {
  background: transparent;
}

body.tpl-green .m-title_chapitre h2 {
  color: #27a875;
}

body.tpl-green .c-wysiwyg a {
  background: transparent -webkit-gradient(linear, left top, left bottom, color-stop(65%, #27a875), color-stop(35%, #27a875)) no-repeat;
  background: transparent linear-gradient(#27a875 65%, #27a875 35%) no-repeat;
}

body.tpl-green .c-wysiwyg a:hover {
  background: transparent -webkit-gradient(linear, left top, left bottom, color-stop(65%, #56d9a6), color-stop(35%, #56d9a6)) no-repeat;
  background: transparent linear-gradient(#56d9a6 65%, #56d9a6 35%) no-repeat;
}

body.tpl-green .m-msgFort_content {
  background: #27a875;
}

body.tpl-green .m-exergue h3 span {
  background: transparent -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(35%, #27a875)) no-repeat;
  background: transparent linear-gradient(transparent 65%, #27a875 35%) no-repeat;
}

body.tpl-green .m-video_title h3 span {
  background: transparent -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(35%, #27a875)) no-repeat;
  background: transparent linear-gradient(transparent 65%, #27a875 35%) no-repeat;
}

body.tpl-green .m-btnLarge_content {
  background: #27a875;
}

body.tpl-green .m-btnLarge_content:before, body.tpl-green .m-btnLarge_content:after {
  background: #27a875;
}

body.tpl-green .m-citation_text p:first-of-type:before, body.tpl-green .m-citation_text p:first-of-type:after {
  color: #27a875;
}

body.tpl-green .m-slider h3 {
  color: #27a875;
}

@media screen and (min-width: 1024px) {
  body.tpl-green .c-press_item:hover h2 {
    color: #27a875;
  }
  body.tpl-green .c-press_item:hover .c-press_date {
    color: #27a875;
  }
  body.tpl-green .c-press_item:hover .c-press_date span {
    border-color: #27a875;
  }
}

body.tpl-green .c-filter {
  background: #27a875;
}

@media screen and (min-width: 1024px) {
  body.tpl-green .c-documents_item:hover > div {
    color: #27a875;
  }
}

body.tpl-green .c-documents_item:hover .hover-- {
  color: #27a875;
}

body.tpl-green .c-more span {
  border: 1px solid #27a875;
}

body.tpl-green .c-more span:nth-child(2) {
  background: #27a875;
}

body.tpl-green .c-loader span {
  border: 1px solid #27a875;
  -webkit-animation: opacity-green 2000ms infinite ease-in-out;
          animation: opacity-green 2000ms infinite ease-in-out;
}

body.tpl-green .c-loader span:nth-child(2) {
  -webkit-animation-delay: 250ms;
          animation-delay: 250ms;
}

body.tpl-green .c-loader span:nth-child(3) {
  -webkit-animation-delay: 500ms;
          animation-delay: 500ms;
}

@media screen and (min-width: 1024px) {
  body.tpl-green .c-results_item:hover {
    color: #27a875;
  }
}

body.tpl-green .m-results {
  color: #27a875;
}

@media screen and (min-width: 1024px) {
  body.tpl-green .c-findus_item:hover > div {
    color: #27a875;
  }
}

body.tpl-green .c-findus_btn {
  color: #56d9a6;
}

body.tpl-green .m-portrait_verbatim:before, body.tpl-green .m-portrait_verbatim:after {
  color: #27a875;
}

body.tpl-green .c-galleryBack p {
  color: #56d9a6;
}

body.tpl-green .c-galleryBack p svg {
  fill: #56d9a6;
}

@media screen and (max-width: 1024px) {
  .c-hp_slide.tpl-green {
    background-color: #000;
  }
}

@media screen and (min-width: 1024px) {
  .tpl-green .c-hp_infoHover p {
    background-color: #19EB66;
    -webkit-box-shadow: 8px 0px 0px 0px #19EB66, -8px 0px 0px 0px #19EB66;
            box-shadow: 8px 0px 0px 0px #19EB66, -8px 0px 0px 0px #19EB66;
    -moz-box-shadow: 8px 0px 0px 0px #19EB66, -8px 0px 0px 0px #19EB66;
  }
}

_:-ms-fullscreen, :root .tpl-green .c-hp_infoHover p {
  box-shadow: none;
  -moz-box-shadow: none;
}

@supports (-ms-ime-align: auto) {
  .tpl-green .c-hp_infoHover p {
    -webkit-box-shadow: none;
            box-shadow: none;
    -moz-box-shadow: none;
  }
}

@-webkit-keyframes opacity-green {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    background: #ffffff;
  }
  15% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
    background: #27a875;
  }
  30% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    background: #ffffff;
  }
}

@keyframes opacity-green {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    background: #ffffff;
  }
  15% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
    background: #27a875;
  }
  30% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    background: #ffffff;
  }
}






body.tpl-whitee {
  background: #fff;
}

body.tpl-whitee .btn-simple {
  color: #56d9a6;
}

body.tpl-whitee .btn-valider svg {
  fill: #fff;
}

body.tpl-whitee .btn-dwld:after {
  background-image: url("assets/img/btn-dwld-green.svg");
}

body.tpl-whitee .c-header {
  background: #fff;
}

body.tpl-whitee .c-contact_toggle .cls-1 {
  fill: #ffffff;
}

body.tpl-whitee .c-contact_toggle .cls-2 {
  fill: #fff;
}

body.tpl-whitee .m-rubrique {
  background: #fff;
}

body.tpl-whitee .m-rubrique:before {
  background: #fff;
}

body.tpl-whitee .m-rubrique.color-- {
  background: transparent;
}

body.tpl-whitee .m-rubrique.color-- .m-rubrique_item {
  color: #fff;
}

body.tpl-whitee .m-rubrique.color-- .m-rubrique_item:after {
  background: #fff;
}

body.tpl-whitee .m-rubrique.color-- .m-rubrique_item span:after {
  background: #fff;
}

body.tpl-whitee .m-rubrique.red-- {
  background: transparent;
}

body.tpl-whitee .m-title_chapitre h2 {
  color: #fff;
}

body.tpl-whitee .c-wysiwyg a {
  background: transparent -webkit-gradient(linear, left top, left bottom, color-stop(65%, #fff), color-stop(35%, #fff)) no-repeat;
  background: transparent linear-gradient(#fff 65%, #fff 35%) no-repeat;
}

body.tpl-whitee .c-wysiwyg a:hover {
  background: transparent -webkit-gradient(linear, left top, left bottom, color-stop(65%, #56d9a6), color-stop(35%, #56d9a6)) no-repeat;
  background: transparent linear-gradient(#56d9a6 65%, #56d9a6 35%) no-repeat;
}

body.tpl-whitee .m-msgFort_content {
  background: #fff;
}

body.tpl-whitee .m-exergue h3 span {
  background: transparent -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(35%, #fff)) no-repeat;
  background: transparent linear-gradient(transparent 65%, #fff 35%) no-repeat;
}

body.tpl-whitee .m-video_title h3 span {
  background: transparent -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(35%, #fff)) no-repeat;
  background: transparent linear-gradient(transparent 65%, #fff 35%) no-repeat;
}

body.tpl-whitee .m-btnLarge_content {
  background: #fff;
}

body.tpl-whitee .m-btnLarge_content:before, body.tpl-whitee .m-btnLarge_content:after {
  background: #fff;
}

body.tpl-whitee .m-citation_text p:first-of-type:before, body.tpl-whitee .m-citation_text p:first-of-type:after {
  color: #fff;
}

body.tpl-whitee .m-slider h3 {
  color: #fff;
}

@media screen and (min-width: 1024px) {
  body.tpl-whitee .c-press_item:hover h2 {
    color: #fff;
  }
  body.tpl-whitee .c-press_item:hover .c-press_date {
    color: #fff;
  }
  body.tpl-whitee .c-press_item:hover .c-press_date span {
    border-color: #fff;
  }
}

body.tpl-whitee .c-filter {
  background: #fff;
}

@media screen and (min-width: 1024px) {
  body.tpl-whitee .c-documents_item:hover > div {
    color: #fff;
  }
}

body.tpl-whitee .c-documents_item:hover .hover-- {
  color: #fff;
}

body.tpl-whitee .c-more span {
  border: 1px solid #fff;
}

body.tpl-whitee .c-more span:nth-child(2) {
  background: #fff;
}

body.tpl-whitee .c-loader span {
  border: 1px solid #fff;
  -webkit-animation: opacity-green 2000ms infinite ease-in-out;
          animation: opacity-green 2000ms infinite ease-in-out;
}

body.tpl-whitee .c-loader span:nth-child(2) {
  -webkit-animation-delay: 250ms;
          animation-delay: 250ms;
}

body.tpl-whitee .c-loader span:nth-child(3) {
  -webkit-animation-delay: 500ms;
          animation-delay: 500ms;
}

@media screen and (min-width: 1024px) {
  body.tpl-whitee .c-results_item:hover {
    color: #fff;
  }
}

body.tpl-whitee .m-results {
  color: #fff;
}

@media screen and (min-width: 1024px) {
  body.tpl-whitee .c-findus_item:hover > div {
    color: #fff;
  }
}

body.tpl-whitee .c-findus_btn {
  color: #56d9a6;
}

body.tpl-whitee .m-portrait_verbatim:before, body.tpl-whitee .m-portrait_verbatim:after {
  color: #fff;
}

body.tpl-whitee .c-galleryBack p {
  color: #56d9a6;
}

body.tpl-whitee .c-galleryBack p svg {
  fill: #56d9a6;
}

@media screen and (max-width: 1024px) {
  .c-hp_slide.tpl-whitee {
    background-color: #fff;
  }
}

@media screen and (min-width: 1024px) {
  .tpl-whitee .c-hp_infoHover p {
    background-color: #fff;
    -webkit-box-shadow: 8px 0px 0px 0px #fff, -8px 0px 0px 0px #fff;
            box-shadow: 8px 0px 0px 0px #fff, -8px 0px 0px 0px #fff;
    -moz-box-shadow: 8px 0px 0px 0px #fff, -8px 0px 0px 0px #fff;
  }
}

_:-ms-fullscreen, :root .tpl-whitee .c-hp_infoHover p {
  box-shadow: none;
  -moz-box-shadow: none;
}

@supports (-ms-ime-align: auto) {
  .tpl-whitee .c-hp_infoHover p {
    -webkit-box-shadow: none;
            box-shadow: none;
    -moz-box-shadow: none;
  }
}

@-webkit-keyframes opacity-green {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    background: #ffffff;
  }
  15% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
    background: #fff;
  }
  30% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    background: #ffffff;
  }
}

@keyframes opacity-green {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    background: #ffffff;
  }
  15% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
    background: #fff;
  }
  30% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    background: #ffffff;
  }
}
body.tpl-pink {
  background: #f284ac;
}

body.tpl-pink .btn-simple {
  color: #fdafcc;
}

body.tpl-pink .btn-valider svg {
  fill: #f284ac;
}

body.tpl-pink .btn-dwld:after {
  background-image: url("assets/img/btn-dwld-pink.svg");
}

body.tpl-pink .c-header {
  background: #f284ac;
}

body.tpl-pink .c-contact_toggle .cls-1 {
  fill: #ffffff;
}

body.tpl-pink .c-contact_toggle .cls-2 {
  fill: #f284ac;
}

body.tpl-pink .m-rubrique {
  background: #f284ac;
}

body.tpl-pink .m-rubrique:before {
  background: #f284ac;
}

body.tpl-pink .m-rubrique.color-- {
  background: transparent;
}

body.tpl-pink .m-rubrique.color-- .m-rubrique_item {
  color: #f284ac;
}

body.tpl-pink .m-rubrique.color-- .m-rubrique_item:after {
  background: #f284ac;
}

body.tpl-pink .m-rubrique.color-- .m-rubrique_item span:after {
  background: #f284ac;
}

body.tpl-pink .m-rubrique.red-- {
  background: transparent;
}

body.tpl-pink .m-title_chapitre h2 {
  color: #f284ac;
}

body.tpl-pink .c-wysiwyg a {
  background: transparent -webkit-gradient(linear, left top, left bottom, color-stop(65%, #f284ac), color-stop(35%, #f284ac)) no-repeat;
  background: transparent linear-gradient(#f284ac 65%, #f284ac 35%) no-repeat;
}

body.tpl-pink .c-wysiwyg a:hover {
  background: transparent -webkit-gradient(linear, left top, left bottom, color-stop(65%, #fdafcc), color-stop(35%, #fdafcc)) no-repeat;
  background: transparent linear-gradient(#fdafcc 65%, #fdafcc 35%) no-repeat;
}

body.tpl-pink .m-msgFort_content {
  background: #f284ac;
}

body.tpl-pink .m-exergue h3 span {
  background: transparent -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(35%, #f284ac)) no-repeat;
  background: transparent linear-gradient(transparent 65%, #f284ac 35%) no-repeat;
}

body.tpl-pink .m-video_title h3 span {
  background: transparent -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(35%, #f284ac)) no-repeat;
  background: transparent linear-gradient(transparent 65%, #f284ac 35%) no-repeat;
}

body.tpl-pink .m-btnLarge_content {
  background: #f284ac;
}

body.tpl-pink .m-btnLarge_content:before, body.tpl-pink .m-btnLarge_content:after {
  background: #f284ac;
}

body.tpl-pink .m-citation_text p:first-of-type:before, body.tpl-pink .m-citation_text p:first-of-type:after {
  color: #f284ac;
}

body.tpl-pink .m-slider h3 {
  color: #f284ac;
}

@media screen and (min-width: 1024px) {
  body.tpl-pink .c-press_item:hover h2 {
    color: #f284ac;
  }
  body.tpl-pink .c-press_item:hover .c-press_date {
    color: #f284ac;
  }
  body.tpl-pink .c-press_item:hover .c-press_date span {
    border-color: #f284ac;
  }
}

body.tpl-pink .c-filter {
  background: #f284ac;
}

@media screen and (min-width: 1024px) {
  body.tpl-pink .c-documents_item:hover > div {
    color: #f284ac;
  }
}

body.tpl-pink .c-documents_item:hover .hover-- {
  color: #f284ac;
}

body.tpl-pink .c-more span {
  border: 1px solid #f284ac;
}

body.tpl-pink .c-more span:nth-child(2) {
  background: #f284ac;
}

body.tpl-pink .c-loader span {
  border: 1px solid #f284ac;
  -webkit-animation: opacity-pink 2000ms infinite ease-in-out;
          animation: opacity-pink 2000ms infinite ease-in-out;
}

body.tpl-pink .c-loader span:nth-child(2) {
  -webkit-animation-delay: 250ms;
          animation-delay: 250ms;
}

body.tpl-pink .c-loader span:nth-child(3) {
  -webkit-animation-delay: 500ms;
          animation-delay: 500ms;
}

@media screen and (min-width: 1024px) {
  body.tpl-pink .c-results_item:hover {
    color: #f284ac;
  }
}

body.tpl-pink .m-results {
  color: #f284ac;
}

@media screen and (min-width: 1024px) {
  body.tpl-pink .c-findus_item:hover > div {
    color: #f284ac;
  }
}

body.tpl-pink .c-findus_btn {
  color: #fdafcc;
}

body.tpl-pink .m-portrait_verbatim:before, body.tpl-pink .m-portrait_verbatim:after {
  color: #f284ac;
}

body.tpl-pink .c-galleryBack p {
  color: #ffc9dd;
}

body.tpl-pink .c-galleryBack p svg {
  fill: #ffc9dd;
}

@media screen and (max-width: 1024px) {
  .c-hp_slide.tpl-pink {
    background-color: #000;
  }
}

@media screen and (min-width: 1024px) {
  .tpl-pink .c-hp_infoHover p {
    background-color: #F09DA8;
    -webkit-box-shadow: 8px 0px 0px 0px #F09DA8, -8px 0px 0px 0px #F09DA8;
            box-shadow: 8px 0px 0px 0px #F09DA8, -8px 0px 0px 0px #F09DA8;
    -moz-box-shadow: 8px 0px 0px 0px #F09DA8, -8px 0px 0px 0px #F09DA8;
  }
}

_:-ms-fullscreen, :root .tpl-pink .c-hp_infoHover p {
  box-shadow: none;
  -moz-box-shadow: none;
}

@supports (-ms-ime-align: auto) {
  .tpl-pink .c-hp_infoHover p {
    -webkit-box-shadow: none;
            box-shadow: none;
    -moz-box-shadow: none;
  }
}

@-webkit-keyframes opacity-pink {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    background: #ffffff;
  }
  15% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
    background: #f284ac;
  }
  30% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    background: #ffffff;
  }
}

@keyframes opacity-pink {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    background: #ffffff;
  }
  15% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
    background: #f284ac;
  }
  30% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    background: #ffffff;
  }
}

body.tpl-orange {
  background: #f0652f;
}

body.tpl-orange .btn-simple {
  color: #ffa784;
}

body.tpl-orange .btn-valider svg {
  fill: #f0652f;
}

body.tpl-orange .btn-dwld:after {
  background-image: url("assets/img/btn-dwld-orange.svg");
}

body.tpl-orange .c-header {
  background: #f0652f;
}

body.tpl-orange .c-contact_toggle .cls-1 {
  fill: #ffffff;
}

body.tpl-orange .c-contact_toggle .cls-2 {
  fill: #f0652f;
}

body.tpl-orange .m-rubrique {
  background: #f0652f;
}

body.tpl-orange .m-rubrique:before {
  background: #f0652f;
}

body.tpl-orange .m-rubrique.color-- {
  background: transparent;
}

body.tpl-orange .m-rubrique.color-- .m-rubrique_item {
  color: #f0652f;
}

body.tpl-orange .m-rubrique.color-- .m-rubrique_item:after {
  background: #f0652f;
}

body.tpl-orange .m-rubrique.color-- .m-rubrique_item span:after {
  background: #f0652f;
}

body.tpl-orange .m-rubrique.red-- {
  background: transparent;
}

body.tpl-orange .m-title_chapitre h2 {
  color: #f0652f;
}

body.tpl-orange .c-wysiwyg a {
  background: transparent -webkit-gradient(linear, left top, left bottom, color-stop(65%, #f0652f), color-stop(35%, #f0652f)) no-repeat;
  background: transparent linear-gradient(#f0652f 65%, #f0652f 35%) no-repeat;
}

body.tpl-orange .c-wysiwyg a:hover {
  background: transparent -webkit-gradient(linear, left top, left bottom, color-stop(65%, #ffa784), color-stop(35%, #ffa784)) no-repeat;
  background: transparent linear-gradient(#ffa784 65%, #ffa784 35%) no-repeat;
}

body.tpl-orange .m-msgFort_content {
  background: #f0652f;
}

body.tpl-orange .m-exergue h3 span {
  background: transparent -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(35%, #f0652f)) no-repeat;
  background: transparent linear-gradient(transparent 65%, #f0652f 35%) no-repeat;
}

body.tpl-orange .m-video_title h3 span {
  background: transparent -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(35%, #f0652f)) no-repeat;
  background: transparent linear-gradient(transparent 65%, #f0652f 35%) no-repeat;
}

body.tpl-orange .m-btnLarge_content {
  background: #f0652f;
}

body.tpl-orange .m-btnLarge_content:before, body.tpl-orange .m-btnLarge_content:after {
  background: #f0652f;
}

body.tpl-orange .m-citation_text p:first-of-type:before, body.tpl-orange .m-citation_text p:first-of-type:after {
  color: #f0652f;
}

body.tpl-orange .m-slider h3 {
  color: #f0652f;
}

@media screen and (min-width: 1024px) {
  body.tpl-orange .c-press_item:hover h2 {
    color: #f0652f;
  }
  body.tpl-orange .c-press_item:hover .c-press_date {
    color: #f0652f;
  }
  body.tpl-orange .c-press_item:hover .c-press_date span {
    border-color: #f0652f;
  }
}

body.tpl-orange .c-filter {
  background: #f0652f;
}

@media screen and (min-width: 1024px) {
  body.tpl-orange .c-documents_item:hover > div {
    color: #f0652f;
  }
}

body.tpl-orange .c-documents_item:hover .hover-- {
  color: #f0652f;
}

body.tpl-orange .c-more span {
  border: 1px solid #f0652f;
}

body.tpl-orange .c-more span:nth-child(2) {
  background: #f0652f;
}

body.tpl-orange .c-loader span {
  border: 1px solid #f0652f;
  -webkit-animation: opacity-orange 2000ms infinite ease-in-out;
          animation: opacity-orange 2000ms infinite ease-in-out;
}

body.tpl-orange .c-loader span:nth-child(2) {
  -webkit-animation-delay: 250ms;
          animation-delay: 250ms;
}

body.tpl-orange .c-loader span:nth-child(3) {
  -webkit-animation-delay: 500ms;
          animation-delay: 500ms;
}

@media screen and (min-width: 1024px) {
  body.tpl-orange .c-results_item:hover {
    color: #f0652f;
  }
}

body.tpl-orange .m-results {
  color: #f0652f;
}

@media screen and (min-width: 1024px) {
  body.tpl-orange .c-findus_item:hover > div {
    color: #f0652f;
  }
}

body.tpl-orange .c-findus_btn {
  color: #ffa784;
}

body.tpl-orange .m-portrait_verbatim:before, body.tpl-orange .m-portrait_verbatim:after {
  color: #f0652f;
}

body.tpl-orange .c-galleryBack p {
  color: #ffa784;
}

body.tpl-orange .c-galleryBack p svg {
  fill: #ffa784;
}

@media screen and (max-width: 1024px) {
  .c-hp_slide.tpl-orange {
    background-color: #000;
  }
}

@media screen and (min-width: 1024px) {
  .tpl-orange .c-hp_infoHover p {
    background-color: #f0652f;
    -webkit-box-shadow: 8px 0px 0px 0px #f0652f, -8px 0px 0px 0px #f0652f;
            box-shadow: 8px 0px 0px 0px #f0652f, -8px 0px 0px 0px #f0652f;
    -moz-box-shadow: 8px 0px 0px 0px #f0652f, -8px 0px 0px 0px #f0652f;
  }
}

_:-ms-fullscreen, :root .tpl-orange .c-hp_infoHover p {
  box-shadow: none;
  -moz-box-shadow: none;
}

@supports (-ms-ime-align: auto) {
  .tpl-orange .c-hp_infoHover p {
    -webkit-box-shadow: none;
            box-shadow: none;
    -moz-box-shadow: none;
  }
}

@-webkit-keyframes opacity-orange {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    background: #ffffff;
  }
  15% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
    background: #f0652f;
  }
  30% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    background: #ffffff;
  }
}

@keyframes opacity-orange {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    background: #ffffff;
  }
  15% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
    background: #f0652f;
  }
  30% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    background: #ffffff;
  }
}

body.tpl-azure {
  background: #00adef;
}

body.tpl-azure .btn-simple {
  color: #76d9ff;
}

body.tpl-azure .btn-valider svg {
  fill: #00adef;
}

body.tpl-azure .btn-dwld:after {
  background-image: url("assets/img/btn-dwld-azure.svg");
}

body.tpl-azure .c-header {
  background: #00adef;
}

body.tpl-azure .c-contact_toggle .cls-1 {
  fill: #ffffff;
}

body.tpl-azure .c-contact_toggle .cls-2 {
  fill: #00adef;
}

body.tpl-azure .m-rubrique {
  background: #00adef;
}

body.tpl-azure .m-rubrique:before {
  background: #00adef;
}

body.tpl-azure .m-rubrique.color-- {
  background: transparent;
}

body.tpl-azure .m-rubrique.color-- .m-rubrique_item {
  color: #00adef;
}

body.tpl-azure .m-rubrique.color-- .m-rubrique_item:after {
  background: #00adef;
}

body.tpl-azure .m-rubrique.color-- .m-rubrique_item span:after {
  background: #00adef;
}

body.tpl-azure .m-rubrique.red-- {
  background: transparent;
}

body.tpl-azure .m-title_chapitre h2 {
  color: #00adef;
}

body.tpl-azure .c-wysiwyg a {
  background: transparent -webkit-gradient(linear, left top, left bottom, color-stop(65%, #00adef), color-stop(35%, #00adef)) no-repeat;
  background: transparent linear-gradient(#00adef 65%, #00adef 35%) no-repeat;
}

body.tpl-azure .c-wysiwyg a:hover {
  background: transparent -webkit-gradient(linear, left top, left bottom, color-stop(65%, #76d9ff), color-stop(35%, #76d9ff)) no-repeat;
  background: transparent linear-gradient(#76d9ff 65%, #76d9ff 35%) no-repeat;
}

body.tpl-azure .m-msgFort_content {
  background: #00adef;
}

body.tpl-azure .m-exergue h3 span {
  background: transparent -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(35%, #00adef)) no-repeat;
  background: transparent linear-gradient(transparent 65%, #00adef 35%) no-repeat;
}

body.tpl-azure .m-video_title h3 span {
  background: transparent -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(35%, #00adef)) no-repeat;
  background: transparent linear-gradient(transparent 65%, #00adef 35%) no-repeat;
}

body.tpl-azure .m-btnLarge_content {
  background: #00adef;
}

body.tpl-azure .m-btnLarge_content:before, body.tpl-azure .m-btnLarge_content:after {
  background: #00adef;
}

body.tpl-azure .m-citation_text p:first-of-type:before, body.tpl-azure .m-citation_text p:first-of-type:after {
  color: #00adef;
}

body.tpl-azure .m-slider h3 {
  color: #00adef;
}

@media screen and (min-width: 1024px) {
  body.tpl-azure .c-press_item:hover h2 {
    color: #00adef;
  }
  body.tpl-azure .c-press_item:hover .c-press_date {
    color: #00adef;
  }
  body.tpl-azure .c-press_item:hover .c-press_date span {
    border-color: #00adef;
  }
}

body.tpl-azure .c-filter {
  background: #00adef;
}

@media screen and (min-width: 1024px) {
  body.tpl-azure .c-documents_item:hover > div {
    color: #00adef;
  }
}

body.tpl-azure .c-documents_item:hover .hover-- {
  color: #00adef;
}

body.tpl-azure .c-more span {
  border: 1px solid #00adef;
}

body.tpl-azure .c-more span:nth-child(2) {
  background: #00adef;
}

body.tpl-azure .c-loader span {
  border: 1px solid #00adef;
  -webkit-animation: opacity-azure 2000ms infinite ease-in-out;
          animation: opacity-azure 2000ms infinite ease-in-out;
}

body.tpl-azure .c-loader span:nth-child(2) {
  -webkit-animation-delay: 250ms;
          animation-delay: 250ms;
}

body.tpl-azure .c-loader span:nth-child(3) {
  -webkit-animation-delay: 500ms;
          animation-delay: 500ms;
}

@media screen and (min-width: 1024px) {
  body.tpl-azure .c-results_item:hover {
    color: #00adef;
  }
}

body.tpl-azure .m-results {
  color: #00adef;
}

@media screen and (min-width: 1024px) {
  body.tpl-azure .c-findus_item:hover > div {
    color: #00adef;
  }
}

body.tpl-azure .c-findus_btn {
  color: #76d9ff;
}

body.tpl-azure .m-portrait_verbatim:before, body.tpl-azure .m-portrait_verbatim:after {
  color: #00adef;
}

body.tpl-azure .c-galleryBack p {
  color: #76d9ff;
}

body.tpl-azure .c-galleryBack p svg {
  fill: #76d9ff;
}

@media screen and (max-width: 1024px) {
  .c-hp_slide.tpl-azure {
    background-color: #000;
  }
}

@media screen and (min-width: 1024px) {
  .tpl-azure .c-hp_infoHover p {
    background-color: #00adef;
    -webkit-box-shadow: 8px 0px 0px 0px #00adef, -8px 0px 0px 0px #00adef;
            box-shadow: 8px 0px 0px 0px #00adef, -8px 0px 0px 0px #00adef;
    -moz-box-shadow: 8px 0px 0px 0px #00adef, -8px 0px 0px 0px #00adef;
  }
}

_:-ms-fullscreen, :root .tpl-azure .c-hp_infoHover p {
  box-shadow: none;
  -moz-box-shadow: none;
}

@supports (-ms-ime-align: auto) {
  .tpl-azure .c-hp_infoHover p {
    -webkit-box-shadow: none;
            box-shadow: none;
    -moz-box-shadow: none;
  }
}

@-webkit-keyframes opacity-azure {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    background: #ffffff;
  }
  15% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
    background: #00adef;
  }
  30% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    background: #ffffff;
  }
}

@keyframes opacity-azure {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    background: #ffffff;
  }
  15% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
    background: #00adef;
  }
  30% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    background: #ffffff;
  }
}

body.tpl-gold {
  background: #e0c40d;
}

body.tpl-gold .btn-simple {
  color: #efd949;
}

body.tpl-gold .btn-valider svg {
  fill: #e0c40d;
}

body.tpl-gold .btn-dwld:after {
  background-image: url("assets/img/btn-dwld-gold.svg");
}

body.tpl-gold .c-header {
  background: #e0c40d;
}

body.tpl-gold .c-contact_toggle .cls-1 {
  fill: #ffffff;
}

body.tpl-gold .c-contact_toggle .cls-2 {
  fill: #e0c40d;
}

body.tpl-gold .m-rubrique {
  background: #e0c40d;
}

body.tpl-gold .m-rubrique:before {
  background: #e0c40d;
}

body.tpl-gold .m-rubrique.color-- {
  background: transparent;
}

body.tpl-gold .m-rubrique.color-- .m-rubrique_item {
  color: #e0c40d;
}

body.tpl-gold .m-rubrique.color-- .m-rubrique_item:after {
  background: #e0c40d;
}

body.tpl-gold .m-rubrique.color-- .m-rubrique_item span:after {
  background: #e0c40d;
}

body.tpl-gold .m-rubrique.red-- {
  background: transparent;
}

body.tpl-gold .m-title_chapitre h2 {
  color: #e0c40d;
}

body.tpl-gold .c-wysiwyg a {
  background: transparent -webkit-gradient(linear, left top, left bottom, color-stop(65%, #e0c40d), color-stop(35%, #e0c40d)) no-repeat;
  background: transparent linear-gradient(#e0c40d 65%, #e0c40d 35%) no-repeat;
}

body.tpl-gold .c-wysiwyg a:hover {
  background: transparent -webkit-gradient(linear, left top, left bottom, color-stop(65%, #efd949), color-stop(35%, #efd949)) no-repeat;
  background: transparent linear-gradient(#efd949 65%, #efd949 35%) no-repeat;
}

body.tpl-gold .m-msgFort_content {
  background: #e0c40d;
}

body.tpl-gold .m-exergue h3 span {
  background: transparent -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(35%, #e0c40d)) no-repeat;
  background: transparent linear-gradient(transparent 65%, #e0c40d 35%) no-repeat;
}

body.tpl-gold .m-video_title h3 span {
  background: transparent -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(35%, #e0c40d)) no-repeat;
  background: transparent linear-gradient(transparent 65%, #e0c40d 35%) no-repeat;
}

body.tpl-gold .m-btnLarge_content {
  background: #e0c40d;
}

body.tpl-gold .m-btnLarge_content:before, body.tpl-gold .m-btnLarge_content:after {
  background: #e0c40d;
}

body.tpl-gold .m-citation_text p:first-of-type:before, body.tpl-gold .m-citation_text p:first-of-type:after {
  color: #e0c40d;
}

body.tpl-gold .m-slider h3 {
  color: #e0c40d;
}

@media screen and (min-width: 1024px) {
  body.tpl-gold .c-press_item:hover h2 {
    color: #e0c40d;
  }
  body.tpl-gold .c-press_item:hover .c-press_date {
    color: #e0c40d;
  }
  body.tpl-gold .c-press_item:hover .c-press_date span {
    border-color: #e0c40d;
  }
}

body.tpl-gold .c-filter {
  background: #e0c40d;
}

@media screen and (min-width: 1024px) {
  body.tpl-gold .c-documents_item:hover > div {
    color: #e0c40d;
  }
}

body.tpl-gold .c-documents_item:hover .hover-- {
  color: #e0c40d;
}

body.tpl-gold .c-more span {
  border: 1px solid #e0c40d;
}

body.tpl-gold .c-more span:nth-child(2) {
  background: #e0c40d;
}

body.tpl-gold .c-loader span {
  border: 1px solid #e0c40d;
  -webkit-animation: opacity-gold 2000ms infinite ease-in-out;
          animation: opacity-gold 2000ms infinite ease-in-out;
}

body.tpl-gold .c-loader span:nth-child(2) {
  -webkit-animation-delay: 250ms;
          animation-delay: 250ms;
}

body.tpl-gold .c-loader span:nth-child(3) {
  -webkit-animation-delay: 500ms;
          animation-delay: 500ms;
}

@media screen and (min-width: 1024px) {
  body.tpl-gold .c-results_item:hover {
    color: #e0c40d;
  }
}

body.tpl-gold .m-results {
  color: #e0c40d;
}

@media screen and (min-width: 1024px) {
  body.tpl-gold .c-findus_item:hover > div {
    color: #e0c40d;
  }
}

body.tpl-gold .c-findus_btn {
  color: #efd949;
}

body.tpl-gold .m-portrait_verbatim:before, body.tpl-gold .m-portrait_verbatim:after {
  color: #e0c40d;
}

body.tpl-gold .c-galleryBack p {
  color: #fdee88;
}

body.tpl-gold .c-galleryBack p svg {
  fill: #fdee88;
}

@media screen and (max-width: 1024px) {
  .c-hp_slide.tpl-gold {
    background-color: #000;
  }
}

@media screen and (min-width: 1024px) {
  .tpl-gold .c-hp_infoHover p {
    background-color: #1DBBFA;
    -webkit-box-shadow: 8px 0px 0px 0px #1DBBFA, -8px 0px 0px 0px #1DBBFA;
            box-shadow: 8px 0px 0px 0px #1DBBFA, -8px 0px 0px 0px #1DBBFA;
    -moz-box-shadow: 8px 0px 0px 0px #1DBBFA, -8px 0px 0px 0px #1DBBFA;
  }
}

_:-ms-fullscreen, :root .tpl-gold .c-hp_infoHover p {
  box-shadow: none;
  -moz-box-shadow: none;
}

@supports (-ms-ime-align: auto) {
  .tpl-gold .c-hp_infoHover p {
    -webkit-box-shadow: none;
            box-shadow: none;
    -moz-box-shadow: none;
  }
}

@-webkit-keyframes opacity-gold {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    background: #ffffff;
  }
  15% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
    background: #e0c40d;
  }
  30% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    background: #ffffff;
  }
}

@keyframes opacity-gold {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    background: #ffffff;
  }
  15% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
    background: #e0c40d;
  }
  30% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    background: #ffffff;
  }
}

#tarteaucitronRoot * {
  font-family: "Montserrat", sans-serif !important;
}

#tarteaucitronRoot .denyTxt {
  color: #e6223d;
}

#tarteaucitronRoot .allowTxt {
  color: #27a875;
}

#tarteaucitronRoot .tarteaucitronServiceInputCheckbox + .tarteaucitronLabelCheckBox .tarteaucitronCheckBoxBt {
  background: #e6223d;
}

#tarteaucitronRoot .tarteaucitronServiceInputCheckbox:checked + .tarteaucitronLabelCheckBox .tarteaucitronCheckBoxBt {
  background: #27a875;
}

#tarteaucitronRoot #tarteaucitronAlertBig {
  background: #ffffff;
  left: 1.6875vw;
  right: 1.6875vw;
  width: 96.625vw;
  bottom: 1.375vw;
  z-index: 9998;
}

@media screen and (max-width: 1024px) {
  #tarteaucitronRoot #tarteaucitronAlertBig {
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
  }
}

#tarteaucitronRoot #tarteaucitronAlertBigContent {
  max-width: 1200px;
}

#tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronDisclaimerAlert {
  font-size: 19px;
  line-height: 1.37;
  color: #000000;
}

@media screen and (min-width: 1024px) {
  #tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronDisclaimerAlert {
    font-size: 1.1875vw;
  }
}

@media screen and (min-width: 1600px) {
  #tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronDisclaimerAlert {
    font-size: 19px;
  }
}

@media screen and (max-width: 1024px) {
  #tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronDisclaimerAlert {
    font-size: 15px;
  }
}

#tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronAlertButtons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronPrivacyUrl {
  display: none;
}

#tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronPersonalize {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  border-radius: 0;
  background: #e6223d;
  margin: 0;
  padding: 10px 18px;
}

@media screen and (min-width: 1024px) {
  #tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronPersonalize {
    font-size: 1.25vw;
  }
}

@media screen and (min-width: 1600px) {
  #tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronPersonalize {
    font-size: 20px;
  }
}

@media screen and (max-width: 1024px) {
  #tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronPersonalize {
    font-size: 15px;
  }
}

#tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronCloseAlert {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  border-radius: 0;
  font-weight: bold;
  color: #ff778a;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 10px 0 10px 25px;
  background: url("assets/img/fleche-cookies.svg") left center no-repeat;
  background-size: 21px 17px;
}

@media screen and (min-width: 1024px) {
  #tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronCloseAlert {
    font-size: 1.25vw;
  }
}

@media screen and (min-width: 1600px) {
  #tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronCloseAlert {
    font-size: 20px;
  }
}

@media screen and (max-width: 1024px) {
  #tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronCloseAlert {
    font-size: 15px;
  }
}

#tarteaucitronRoot .tarteaucitronLabelCheckBox:before {
  display: none;
}

#tarteaucitronRoot .tarteaucitronH1 {
  font-size: 76px;
  font-weight: 800;
  line-height: 1.13;
  color: #e6223d;
}

@media screen and (min-width: 1024px) {
  #tarteaucitronRoot .tarteaucitronH1 {
    font-size: 4.75vw;
  }
}

@media screen and (min-width: 1600px) {
  #tarteaucitronRoot .tarteaucitronH1 {
    font-size: 76px;
  }
}

@media screen and (max-width: 1024px) {
  #tarteaucitronRoot .tarteaucitronH1 {
    font-size: 24px;
    margin: 0;
  }
}

#tarteaucitronRoot .tarteaucitronMainLine .tarteaucitronH2, #tarteaucitronRoot .tarteaucitronTitle, #tarteaucitronRoot #tarteaucitron .tarteaucitronH3 {
  font-size: 30px;
  font-weight: 800;
  line-height: 1.33;
  color: #000000;
}

@media screen and (min-width: 1024px) {
  #tarteaucitronRoot .tarteaucitronMainLine .tarteaucitronH2, #tarteaucitronRoot .tarteaucitronTitle, #tarteaucitronRoot #tarteaucitron .tarteaucitronH3 {
    font-size: 1.875vw;
  }
}

@media screen and (min-width: 1600px) {
  #tarteaucitronRoot .tarteaucitronMainLine .tarteaucitronH2, #tarteaucitronRoot .tarteaucitronTitle, #tarteaucitronRoot #tarteaucitron .tarteaucitronH3 {
    font-size: 30px;
  }
}

@media screen and (max-width: 1024px) {
  #tarteaucitronRoot .tarteaucitronMainLine .tarteaucitronH2, #tarteaucitronRoot .tarteaucitronTitle, #tarteaucitronRoot #tarteaucitron .tarteaucitronH3 {
    font-size: 20px;
    margin: 0 0 10px 0 !important;
  }
}

@media screen and (max-width: 1024px) {
  #tarteaucitronRoot .tarteaucitronTitle {
    margin: 15px 0 15px 0 !important;
    padding: 0 !important;
  }
}

#tarteaucitronRoot #tarteaucitronInfo {
  font-size: 20px;
  line-height: 1.5;
}

@media screen and (min-width: 1024px) {
  #tarteaucitronRoot #tarteaucitronInfo {
    font-size: 1.25vw;
  }
}

@media screen and (min-width: 1600px) {
  #tarteaucitronRoot #tarteaucitronInfo {
    font-size: 20px;
  }
}

#tarteaucitronRoot #tarteaucitronBack {
  z-index: 9997;
}

#tarteaucitronRoot #tarteaucitron {
  z-index: 9999;
}

@media screen and (max-width: 1024px) {
  #tarteaucitronRoot #tarteaucitron #tarteaucitronServices {
    margin-top: 0 !important;
    padding: 25px;
  }
}

@media screen and (max-width: 1024px) {
  #tarteaucitronRoot #tarteaucitron #tarteaucitronServices .tarteaucitronLine {
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#tarteaucitronRoot #tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronName {
  width: 75%;
}

@media screen and (max-width: 1024px) {
  #tarteaucitronRoot #tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronName {
    width: 100% !important;
    margin: 15px 0;
  }
}

#tarteaucitronRoot #tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronName .tarteaucitronListCookies {
  font-size: 20px;
  line-height: 1.5;
  color: #000000;
}

@media screen and (min-width: 1024px) {
  #tarteaucitronRoot #tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronName .tarteaucitronListCookies {
    font-size: 1.25vw;
  }
}

@media screen and (min-width: 1600px) {
  #tarteaucitronRoot #tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronName .tarteaucitronListCookies {
    font-size: 20px;
  }
}

@media screen and (max-width: 1024px) {
  #tarteaucitronRoot #tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronName .tarteaucitronListCookies {
    font-size: 16px;
  }
}

#tarteaucitronRoot #tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronName a:hover {
  text-decoration: none;
}

#tarteaucitronRoot #tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk {
  width: 20%;
}

@media screen and (max-width: 1024px) {
  #tarteaucitronRoot #tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk {
    width: 100%;
    margin: 0 0 15px 0 !important;
  }
}

#tarteaucitronRoot #tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronContainerRadio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media screen and (max-width: 1024px) {
  #tarteaucitronRoot #tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronContainerRadio {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

#tarteaucitronRoot #tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#tarteaucitronRoot #tarteaucitron #tarteaucitronServices .tarteaucitronDetails {
  padding: 0 0 15px 0 !important;
}

#tarteaucitronRoot #tarteaucitron #tarteaucitronClosePanel {
  width: 26px;
  height: 26px;
  text-indent: -9999px;
  padding: 0;
  background: url("assets/img/btn-close.svg") center center no-repeat;
  background-size: contain;
}

@media screen and (max-width: 1024px) {
  #tarteaucitronRoot #tarteaucitron #tarteaucitronClosePanel {
    top: 20px;
    width: 20px;
    height: 20px;
  }
}

#tarteaucitronRoot #tarteaucitron #tarteaucitronClosePanel:after {
  display: none;
}

#tarteaucitronRoot #tarteaucitron #tarteaucitronInfo {
  color: #000000;
}

#tarteaucitronRoot #tarteaucitron #tarteaucitronPrivacyUrl {
  background: none;
  color: #000000;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
  margin: 0;
}

#tarteaucitronRoot a, #tarteaucitronRoot #tarteaucitronPrivacyUrl {
  font-size: 20px;
  font-weight: 900;
  line-height: 1.55;
  background: #e6223d !important;
  color: #ffffff !important;
  padding: 0 4px !important;
  border-radius: 0;
}

@media screen and (min-width: 1024px) {
  #tarteaucitronRoot a, #tarteaucitronRoot #tarteaucitronPrivacyUrl {
    font-size: 1.25vw;
  }
}

@media screen and (min-width: 1600px) {
  #tarteaucitronRoot a, #tarteaucitronRoot #tarteaucitronPrivacyUrl {
    font-size: 20px;
  }
}

#tarteaucitronRoot a:hover, #tarteaucitronRoot #tarteaucitronPrivacyUrl:hover {
  text-decoration: none;
  background: #ff778a !important;
}

.tac_activate .tac_float {
  font-size: 20px;
}

@media screen and (min-width: 1024px) {
  .tac_activate .tac_float {
    font-size: 1.25vw;
  }
}

@media screen and (min-width: 1600px) {
  .tac_activate .tac_float {
    font-size: 20px;
  }
}

.tac_activate .tac_float .tarteaucitronAllow {
  background: #27a875;
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
}

@media screen and (min-width: 1024px) {
  .tac_activate .tac_float .tarteaucitronAllow {
    font-size: 1.25vw;
  }
}

@media screen and (min-width: 1600px) {
  .tac_activate .tac_float .tarteaucitronAllow {
    font-size: 20px;
  }
}


.c-header_menu {
    z-index: 9999;
    position: fixed; /* or absolute, depending on your layout */
}

/* Also ensure the parent header has proper positioning */
.c-header {
    position: relative;
    z-index: 1000;
}
.c-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background-color: #your-background-color; /* Add a background */
}
.overflow-x-auto {
    /* Hide scrollbars */
    scrollbar-width: none;
    -ms-overflow-style: none;
    
    /* Prevent overscroll effects */
    overscroll-behavior-x: contain;
    -webkit-overflow-scrolling: touch;
}

.overflow-x-auto::-webkit-scrollbar {
    display: none;
}

.m-txtVisuel_wysiwyg.c-wysiwyg.js-elt,
.m-txtVisuel_wysiwyg.c-wysiwyg.js-elt p,
.m-txtVisuel_wysiwyg.c-wysiwyg.js-elt em {
    color: white !important;
}

/* For all browsers */
.scroll-hidden {
  overflow: auto;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE 10+ */
}

.scroll-hidden::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera */
}



.force-white-text,
.force-white-text * {
    color: white !important;
}
.c-header_search {
    display: none;
}

.js-data-rise,
.js-data-rise-linear,
.js-elt {
  animation: none !important;
  transform: none !important;
  transition: none !important;
}