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

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

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

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

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

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

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

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -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: 1em;
  /* 2 */
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.y-input {
  --border-color: rgba(0, 0, 0, 0.3);
  --active-color: #009cc4;
  position: relative;
  margin: 1.8em 0 1em;
}
.y-input .y-input__nativebox {
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid var(--border-color, rgba(0, 0, 0, 0.3));
  background: white;
  border-radius: 0.6rem;
  font: inherit;
  line-height: 1.2;
  padding: 0.6em 1em;
  outline: none;
  transition: border 0.2s linear;
}
.y-input .y-input__nativebox[stacked] + .y-input__label, .y-input .y-input__nativebox:focus + .y-input__label, .y-input .y-input__nativebox:active + .y-input__label, .y-input .y-input__nativebox:valid + .y-input__label {
  transform: translateY(-2em) scale(0.75) translate(0, -50%);
  opacity: 1;
}
.y-input .y-input__nativebox[stacked], .y-input .y-input__nativebox:focus, .y-input .y-input__nativebox:active {
  --border-color: var(--active-color, #009cc4);
}
.y-input .y-input__nativebox[stacked] + .y-input__arrow,
.y-input .y-input__nativebox[stacked] + .y-input__label, .y-input .y-input__nativebox:focus + .y-input__arrow,
.y-input .y-input__nativebox:focus + .y-input__label, .y-input .y-input__nativebox:active + .y-input__arrow,
.y-input .y-input__nativebox:active + .y-input__label {
  --border-color: var(--active-color, #009cc4);
}
.y-input .y-input__arrow {
  position: absolute;
  top: 50%;
  right: 1em;
  pointer-events: none;
  color: var(--border-color);
  transform: translate(0, -60%) rotate(90deg);
}
.y-input .y-input__label {
  color: var(--border-color);
  position: absolute;
  display: block;
  top: 50%;
  left: 0.6em;
  font: inherit;
  line-height: 1.2;
  opacity: 0.7;
  border-radius: 5em;
  padding: 0.1em 0.6em;
  transform: translate(0, -50%);
  pointer-events: none;
  transform-origin: 0 0;
  will-change: transform;
  text-align: left;
  transition: transform 0.2s ease-in-out, opacity 0.2s linear, color 0.2s linear;
}

.next-section {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  background: none;
  border: 0;
  outline: none;
  cursor: pointer;
  margin: 0;
  position: absolute;
  bottom: 3rem;
  left: calc(50% - 1.9rem);
  color: inherit;
  font-size: 3.8rem;
  border-radius: 100%;
  -webkit-animation: bounce 0.6s ease-in-out infinite both;
          animation: bounce 0.6s ease-in-out infinite both;
}
.next-section--no-bounce {
  -webkit-animation: none;
          animation: none;
}
.next-section.is-primary {
  color: #009cc4;
}

@-webkit-keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(1rem);
  }
}

@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(1rem);
  }
}
.circle-arrow {
  --stroke: 1px;
  width: 1em;
  height: 1em;
  display: block;
  border-radius: 100%;
  border: var(--stroke) solid currentColor;
  position: relative;
}
.circle-arrow::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  border-right: var(--stroke) solid currentColor;
  border-top: var(--stroke) solid currentColor;
  width: 0.4em;
  height: 0.4em;
  transform: translateY(-66%) translateX(-50%) rotate(135deg);
}

.parallax-section {
  --translate: 0px;
  --offset: 0px;
  --modifier: 60;
  overflow: hidden;
  position: relative;
}
.parallax-section .parallax-item {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: calc(100% + var(--modifier, 60) * 10px / 1.5);
  z-index: -1;
  will-change: transform;
  transform: translateY(calc(var(--translate) - var(--offset)));
}
.parallax-section .parallax-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.y-checkbox .y-checkbox__nativebox {
  opacity: 0;
  width: 0;
  height: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: absolute;
  pointer-events: none;
}
.y-checkbox .y-checkbox__label, .y-checkbox .y-checkbox__fakebox {
  text-align: start;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.y-checkbox .y-checkbox__fakebox {
  display: inline-block;
  vertical-align: baseline;
  top: 0.05em;
  position: relative;
  background: white;
  border-radius: 0.15em;
  width: 1.6rem;
  height: 1.6rem;
  box-shadow: inset 0 0 0 0.1rem rgba(0, 0, 0, 0.3);
  overflow: hidden;
  margin: 0 0.6em 0 0;
  font-size: 1.2em;
}
.y-checkbox .y-checkbox__fakebox::before, .y-checkbox .y-checkbox__fakebox::after {
  content: "";
  display: block;
  position: absolute;
  transition: opacity 0.2s linear, transform 0.2s ease-in-out;
}
.y-checkbox .y-checkbox__fakebox::before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #009cc4;
  opacity: 0;
}
.y-checkbox .y-checkbox__fakebox::after {
  --check-size: 10px;
  width: calc(var(--check-size) / 2);
  height: var(--check-size);
  top: calc(50% - var(--check-size) / 2);
  left: calc(50% - var(--check-size) / 4);
  opacity: 0;
  border-right: 2px solid white;
  border-bottom: 2px solid white;
}
.y-checkbox .y-checkbox__nativebox:checked + .y-checkbox__fakebox::before, .y-checkbox .y-checkbox__nativebox:checked + .y-checkbox__fakebox::after {
  opacity: 0.99;
}
.y-checkbox .y-checkbox__nativebox:checked + .y-checkbox__fakebox::after {
  transform: translate3d(15%, -15%, 0) rotate(45deg);
}

.y-radio .y-radio__nativebox {
  opacity: 0;
  width: 0;
  height: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: absolute;
  pointer-events: none;
}
.y-radio .y-radio__label, .y-radio .y-radio__fakebox {
  text-align: start;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.y-radio .y-radio__fakebox {
  display: inline-block;
  vertical-align: baseline;
  top: 0.05em;
  position: relative;
  background: white;
  border-radius: 3em;
  width: 1.6rem;
  height: 1.6rem;
  box-shadow: inset 0 0 0 0.1rem rgba(0, 0, 0, 0.3);
  overflow: hidden;
  margin: 0 0.6em 0 0;
  font-size: 1.2em;
  transform: scale3d(0.99, 0.99, 1);
  opacity: 0.99;
}
.y-radio .y-radio__fakebox::after {
  content: "";
  display: block;
  position: absolute;
  transition: opacity 0.2s linear, transform 0.2s ease-in-out;
}
.y-radio .y-radio__fakebox::after {
  --check-size: 0.4em;
  width: var(--check-size);
  height: var(--check-size);
  top: 50%;
  left: 50%;
  opacity: 0;
  background: #009cc4;
  border-radius: 2em;
  transform: translate3d(-50%, -50%, 0) scale3d(0.99, 0.99, 1);
}
.y-radio .y-radio__nativebox:checked + .y-radio__fakebox::before, .y-radio .y-radio__nativebox:checked + .y-radio__fakebox::after {
  opacity: 1;
}

.y-pager {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
}
.y-pager .y-pager__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.6rem;
  background: rgba(255, 255, 255, 0.9);
}
.y-pager .y-pager__wrapper > .y-pager__button:first-child {
  border-radius: 0.6rem 0 0 0.6rem;
}
.y-pager .y-pager__wrapper > .y-pager__button:last-child {
  border-radius: 0 0.6rem 0.6rem 0;
}
.y-pager .y-pager__button {
  min-height: 4rem;
  --button-color: #009cc4;
  --button-color-hover: #007391;
  --button-text-color: #fff;
  --button-text-color-hover: #fff;
  --transparent-background: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  background: none;
  border: 0;
  outline: none;
  cursor: pointer;
  margin: 0;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  transition-property: background, box-shadow, border, color;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  text-decoration: none;
  background: var(--button-color);
  border: 1px solid var(--button-color);
  color: var(--button-text-color);
  font-weight: 600;
  border-radius: 0.6rem;
  padding: 0.78em 1.2em;
  display: inline-flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  cursor: pointer;
  text-transform: uppercase;
  line-height: 1.15;
  font-weight: bold;
  font-family: "Exo", Arial, Tahoma, Verdana, Helvetica, sans-serif;
  border-radius: 0;
}
.y-pager .y-pager__button.is-danger {
  --button-color: #d0021b;
  --button-color-hover: #9d0214;
}
.y-pager .y-pager__button.is-primary {
  --button-color: #009cc4;
  --button-color-hover: #007391;
}
.y-pager .y-pager__button.is-white {
  --button-color: white;
  --button-color-hover: white;
  --transparent-background: rgba(0, 0, 0, 0.2);
  --button-text-color-hover: #009cc4;
}
.y-pager .y-pager__button.is-secondary {
  --button-color: #00365f;
  --button-color-hover: #00192c;
}
.y-pager .y-pager__button.is-valid {
  --button-color: #02a94f;
  --button-color-hover: #017737;
}
.y-pager .y-pager__button:not(:disabled):hover {
  background: var(--button-color-hover);
  border: 1px solid var(--button-color-hover);
  color: var(--button-text-color-hover);
}
.y-pager .y-pager__button--small {
  padding: 0.45em 0.8em;
}
.y-pager .y-pager__button--full {
  width: 100%;
}
.y-pager .y-pager__button--outline {
  background: var(--transparent-background);
  color: var(--button-color);
  border: 1px solid var(--button-color);
  text-shadow: none;
}
.y-pager .y-pager__button--ghost {
  --button-color: inherit;
  --button-color-hover: rgba(0, 156, 196, 0.2);
  background: transparent;
  border: 1px solid transparent;
  text-shadow: none;
}
.y-pager .y-pager__button--ghost.is-primary {
  --button-text-color: #009cc4;
  --button-color-hover: #009cc4;
}
.y-pager .y-pager__button--subtitle {
  flex-direction: column;
}
.y-pager .y-pager__button .y-button__subtitle {
  font-size: 1.2rem;
  text-transform: none;
  font-family: "Helvetica", Arial, Tahoma, Verdana, Helvetica, sans-serif;
  font-weight: normal;
  text-align: center;
}
.y-pager .y-pager__button[disabled] {
  opacity: 0.5;
  cursor: initial;
}
.y-pager .y-pager__button ~ .y-pager__button {
  margin-left: -1px;
}
.y-pager .y-pager__button svg {
  margin-top: 0.062em;
  margin-bottom: 0.062em;
}
.y-pager .y-pager__button svg + svg {
  margin-left: -0.8em;
}
.y-pager .y-pager__middle .y-pager__button:first-child {
  margin-left: -1px;
}
.y-pager .y-input--select {
  margin: 0;
}
.y-pager .y-input--select select {
  border-radius: 0;
  background: transparent;
  height: 4rem;
}
.y-pager .y-pager__select {
  --border-color: #009cc4;
  margin-left: -1px;
  width: 12rem;
}

.togglemenu {
  top: 0.5rem;
  right: 0.5rem;
  width: 5.6rem;
  height: 5.6rem;
  position: fixed;
  z-index: 100;
  background: #009cc4;
}
@media (min-width: 901px) {
  .togglemenu {
    display: none !important;
  }
}
.togglemenu .togglemenu__open, .togglemenu .togglemenu__close {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  opacity: 0;
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.2s linear;
}
.togglemenu svg {
  stroke: white;
  stroke-linecap: round;
  stroke-width: 2;
  margin: 0;
  display: block;
}
.togglemenu .togglemenu__open {
  opacity: 1;
}
.is-menu-open .togglemenu .togglemenu__open {
  opacity: 0;
}
.is-menu-open .togglemenu .togglemenu__close {
  opacity: 1;
}
.is-menu-open .togglemenu .togglemenu__open,
.is-menu-open .togglemenu .togglemenu__close {
  transform: translate3d(-50%, -50%, 0) rotate(180deg);
}

.y-gallery .y-gallery__list {
  display: grid;
  grid-gap: 1em;
  grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
}
.y-gallery .y-gallery__list--4-cols {
  grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));
}
.y-gallery .y-gallery__list--2-cols {
  grid-template-columns: repeat(auto-fill, minmax(360px, 1fr));
}
@media (max-width: 440px) {
  .y-gallery .y-gallery__list--2-cols {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  }
}
.y-gallery .y-gallery__list--5-cols {
  grid-template-columns: repeat(auto-fill, minmax(170px, 1fr));
}
.y-gallery .y-gallery__list--5-cols {
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
}
.y-gallery .swiper-wrapper {
  align-items: stretch;
}
.y-gallery .swiper-wrapper .swiper-slide {
  height: auto;
}
.y-gallery .y-gallery__swiper-footer {
  display: flex;
  align-items: center;
  justify-content: center;
}
.y-gallery .y-gallery__swiper-pagination {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.y-gallery .y-gallery__swiper-pagination .swiper-pagination-bullet {
  display: block;
  width: 10px;
  height: 10px;
  margin: 2.4em 0.2em 2.4em;
}
.y-gallery .y-gallery__swiper-pagination .swiper-pagination-bullet-active {
  background: #009cc4;
}
.y-gallery .y-gallery__swiper-button.swiper-button-disabled {
  opacity: 0.25;
  pointer-events: none;
}
.y-gallery .y-gallery__item img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.y-links .y-links__list {
  display: grid;
  grid-gap: 1.4em;
  grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
}
.y-links .y-links__list--4-cols {
  grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));
}
.y-links .y-links__list--2-cols {
  grid-template-columns: repeat(auto-fill, minmax(360px, 1fr));
}
@media (max-width: 440px) {
  .y-links .y-links__list--2-cols {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  }
}
.y-links .y-links__list--5-cols {
  grid-template-columns: repeat(auto-fill, minmax(170px, 1fr));
}
.y-links .y-links__list--5-cols {
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
}
.y-links .y-links__item {
  display: flex;
}
.y-links .y-links__link {
  padding: 1.4em;
  text-align: center;
  flex-direction: column;
  text-transform: none;
}
.y-links .y-links__title, .y-links .y-links__text {
  display: block;
}
.y-links .y-links__title {
  margin: 0 0 0.8em 0;
}
.y-links .y-links__text {
  font-size: 0.8em;
  font-weight: normal;
}

.key-numbers {
  overflow: hidden;
}
.key-numbers .rows {
  --grid-margin: 1.4em;
}
.key-numbers .key-numbers__list {
  position: relative;
  z-index: 1;
  display: grid;
  grid-gap: 1.4em;
  grid-template-columns: repeat(auto-fill, minmax(196px, 1fr));
}
.key-numbers .key-numbers__item {
  position: relative;
  text-align: center;
  overflow: hidden;
  padding: 1.6em 0.2em;
  background: rgba(255, 255, 255, 0.8);
  list-style-type: none;
}
.key-numbers .key-numbers__item::before {
  content: none;
}
.key-numbers .key-numbers__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.key-numbers .key-numbers__number {
  font-size: 5.2rem;
  font-weight: bold;
  color: #00365f;
  margin: 0;
  font-family: "Exo", Arial, Tahoma, Verdana, Helvetica, sans-serif;
  text-align: inherit;
  white-space: nowrap;
}
.key-numbers .key-numbers__description {
  font-family: "Exo", Arial, Tahoma, Verdana, Helvetica, sans-serif;
  font-weight: bold;
  margin: 0;
  font-size: 1.4rem;
}

h1 {
  text-align: center;
}

.page-template-links .grey-section ul,
.page-template-links .grey-section li {
  overflow: inherit;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.page-template-links .grey-section ul {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(28rem, 1fr));
  grid-gap: 3rem;
  grid-template-rows: auto;
}
.page-template-links .grey-section li {
  font-size: 1.2em;
  display: flex;
  flex-direction: column;
  text-align: center;
}
.page-template-links .grey-section li h2 {
  font-size: 2.4rem;
  font-weight: 400;
  font-family: "Exo", Arial, Tahoma, Verdana, Helvetica, sans-serif;
  margin: 0;
}
.page-template-links .grey-section li > * {
  flex: 0 0 auto;
}
.page-template-links .grey-section li > div {
  flex: 1 1 auto;
  font-size: 1.6rem;
  margin-bottom: 1em;
}
.page-template-links .grey-section li .y-button--full {
  margin-left: auto;
  margin-right: auto;
  max-width: 30rem;
}

.contact-page {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}
.contact-page .contact-page__map-container {
  position: relative;
  z-index: 1;
  flex: 0 0 auto;
}
.contact-page .contact-page__map-container::after {
  content: "";
  z-index: 2;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4rem;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.04) 100%);
  pointer-events: none;
}
.contact-page .contact-page__map {
  height: 46rem;
  position: relative;
  z-index: 1;
}
.contact-page .contact-page__content {
  position: relative;
  z-index: 2;
  flex: 1 1 auto;
  background: #eff2f5;
}
.contact-page .contact-page__content a {
  --shadow: #eff2f5;
}
.contact-page .contact-page__card {
  background: white;
  padding: 2em;
  margin: 0 auto;
  margin-top: -3.8rem;
  margin-bottom: 5em;
  border-radius: 0.6rem;
  max-width: 60rem;
}
.contact-page .contact-page__card h1 {
  margin-bottom: 1.2em;
  font-family: "Exo", Arial, Tahoma, Verdana, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 2.4rem;
}
.contact-page .contact-page__table {
  width: 100%;
  border-collapse: collapse;
  margin: 10rem 0;
  text-align: left;
}
.contact-page .contact-page__table td,
.contact-page .contact-page__table th {
  border: 0;
  padding: 0.6rem 1.6rem;
  text-align: left;
}
@media (max-width: 720px) {
  .contact-page .contact-page__table td,
.contact-page .contact-page__table th {
    display: block;
  }
}
@media (max-width: 720px) {
  .contact-page .contact-page__table tr {
    display: flex;
    flex-wrap: wrap;
    border: 1px solid rgba(0, 0, 0, 0.15);
    margin: 0.4em 0;
  }
}
@media (max-width: 720px) {
  .contact-page .contact-page__table td {
    display: block;
    flex: 1 1 auto;
  }
  .contact-page .contact-page__table td::before {
    content: attr(data-thead) " : ";
    display: block;
    font-size: 0.8em;
    font-weight: bold;
    margin-bottom: 0.2em;
    color: #009cc4;
  }
}
@media (min-width: 441px) and (max-width: 720px) {
  .contact-page .contact-page__table td {
    width: 50%;
  }
  .contact-page .contact-page__table td:nth-child(even) {
    border-left: 1px solid rgba(0, 0, 0, 0.15);
  }
  .contact-page .contact-page__table td:nth-child(n+3) {
    border-top: 1px solid rgba(0, 0, 0, 0.15);
  }
}
@media (max-width: 440px) {
  .contact-page .contact-page__table td {
    width: 100%;
  }
  .contact-page .contact-page__table td:nth-child(n+2) {
    border-top: 1px solid rgba(0, 0, 0, 0.15);
  }
}
.contact-page .contact-page__table th {
  background: #009cc4;
  color: white;
  font-size: 1.8rem;
  font-weight: 400;
}
@media (max-width: 720px) {
  .contact-page .contact-page__table thead {
    display: none;
  }
}
.contact-page .contact-page__table tbody tr:nth-child(even) td {
  background: #e2e5e8;
}
.contact-page .contact-page__table tbody tr:nth-child(even) td a {
  --shadow: #e2e5e8;
}
.contact-page .contact-page__buttons {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.contact-page .contact-page__button {
  width: calc(40% - 1rem);
  flex: 1 1 auto;
  margin: 0.5rem;
  text-align: center;
  text-decoration: none;
  display: flex;
  color: inherit;
  font: inherit;
  align-items: center;
  flex-direction: column;
  border-radius: 0.6rem;
  padding: 1em;
}
.contact-page .contact-page__button:hover {
  color: white;
  background: #009cc4;
}
.contact-page .contact-page__button:hover svg {
  color: white;
}
.contact-page .contact-page__button svg {
  color: #009cc4;
  font-size: 1.6em;
  margin: 0 0 0.4em;
}
.contact-page .leaflet-popup-content-wrapper {
  border-radius: 0.6rem;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.contact-page .leaflet-popup-content {
  color: #00365f;
  font-size: 1.4rem;
  font-weight: 400;
}
.contact-page .leaflet-popup-content h2 {
  font: inherit;
  margin: 0 0 0.4em;
  font-weight: bold;
}

.home .u-wrapper,
.page-template-zones .u-wrapper {
  padding: 1px;
}
.home .zone .rows,
.page-template-zones .zone .rows {
  --grid-margin: 2rem;
}
.home .zone,
.page-template-zones .zone {
  min-height: var(--min-height-section, auto);
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  padding-bottom: 3em;
  position: relative;
  overflow: hidden;
}
.home .zone > *,
.page-template-zones .zone > * {
  flex: 0 0 auto;
}
.home .zone[data-backgroundcolor=grey],
.page-template-zones .zone[data-backgroundcolor=grey] {
  background: #eff2f5;
}
.home .zone[data-backgroundcolor=white],
.page-template-zones .zone[data-backgroundcolor=white] {
  background: white;
}
.home .zone[data-backgroundcolor=blue],
.page-template-zones .zone[data-backgroundcolor=blue] {
  background: #00365f;
}
.home .zone--image,
.page-template-zones .zone--image {
  overflow: hidden;
  background: var(--background-color);
  text-align: center;
  padding-bottom: 0;
}
.home .zone--image img,
.page-template-zones .zone--image img {
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
}
.home .zone--constrain-height img,
.page-template-zones .zone--constrain-height img {
  max-height: calc(100vh - var(--header-size));
}
.home .zone .cell--align-bottom,
.page-template-zones .zone .cell--align-bottom {
  display: flex;
  flex-direction: column;
}
.home .zone .cell--align-bottom > *,
.page-template-zones .zone .cell--align-bottom > * {
  flex: 0 0 auto;
}
.home .zone .cell--align-bottom > *:last-child,
.page-template-zones .zone .cell--align-bottom > *:last-child {
  margin-top: auto;
}
.home .sup-header,
.page-template-zones .sup-header {
  z-index: 3;
}
.home .zone.col-center .rows,
.page-template-zones .zone.col-center .rows {
  align-items: center;
}
.home .header,
.page-template-zones .header {
  z-index: 2;
}
.home .sub-header,
.page-template-zones .sub-header {
  background: #eff2f5;
  position: relative;
  z-index: 1;
}
@media (max-width: 900px) {
  .home .sub-header,
.page-template-zones .sub-header {
    display: none;
  }
}
.home .sub-header ul,
.page-template-zones .sub-header ul {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  text-align: left;
}
.home .sub-header ul li,
.page-template-zones .sub-header ul li {
  display: block;
  font-weight: bold;
  font-family: "Exo", Arial, Tahoma, Verdana, Helvetica, sans-serif;
}
.home .sub-header ul a,
.page-template-zones .sub-header ul a {
  display: flex;
  align-items: center;
  color: inherit;
  font: inherit;
  text-decoration: none;
  padding: 0.4em 1em;
  min-height: 5rem;
}
.home .sub-header ul a:hover,
.page-template-zones .sub-header ul a:hover {
  opacity: 0.7;
}

.zone-map__map {
  height: 46rem;
  position: relative;
  z-index: 1;
}

@media (min-width: 1920px) {
  #inferieur24 {
    display: none;
  }

  #supp24 {
    display: block !important;
  }

  .img_trait_methode {
    display: none;
  }

  .img_bg_d {
    margin-left: 1310px;
    width: 100%;
    height: 100%;
    position: absolute;
  }
}
@media (min-width: 1140px) {
  .rse {
    min-height: 625px;
    overflow: hidden;
    position: relative;
    border-bottom-style: solid;
    border-bottom-color: #012e50;
  }
  .rse .second_slider {
    display: none;
  }
  .rse .version_pc {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    height: calc(100% + var(--modifier, 60) * 1px / 1.5);
    z-index: -1;
  }
  .rse .version_pc .img_bg {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    position: absolute;
  }

  .trait1 {
    display: none;
  }

  .version_tel {
    display: none;
  }

  .version_tab {
    display: none;
  }

  .content_download {
    margin: auto;
    margin-top: auto;
    margin-left: auto;
    margin-left: auto;
    text-align: center;
    margin-top: -8px;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 15px;
    padding-right: 15px;
    color: #00365F;
    font-family: "Exo", Arial, Tahoma, Verdana, Helvetica, sans-serif;
    font-weight: bold;
  }

  .bloc_contour_bleu_download {
    width: 30%;
    padding: 0% 0% 15px 0% !important;
    background-color: transparent;
    border: 2px solid;
    border-top-color: currentcolor;
    border-right-color: currentcolor;
    border-bottom-color: currentcolor;
    border-left-color: currentcolor;
    border-color: #00365f;
    border-radius: 10px;
    position: relative;
    z-index: 1;
    margin-left: auto;
    margin-right: auto;
    margin-top: 184px;
  }

  .bloc_contour_bleu_download_mobile {
    display: none;
  }

  .content_bandeau_download {
    position: relative;
  }

  .ban_pilier {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
  }

  .titre_swiper {
    font-family: "Exo", Arial, Tahoma, Verdana, Helvetica, sans-serif;
    font-size: 15.389pt;
    position: absolute;
    z-index: 1;
    margin-left: 437px;
    margin-right: auto;
    color: white;
    text-align: center;
    margin-top: 5px;
  }

  .img_download {
    margin: auto;
    display: block;
    margin-bottom: 10px;
    margin-top: 10px;
  }

  #supp24 {
    display: none;
  }

  .txt_download {
    text-align: center;
    display: block;
    color: #00306C;
    margin-top: 230px;
    font-weight: bold;
    font-family: "Exo", Arial, Tahoma, Verdana, Helvetica, sans-serif;
    font-size: 15.187pt;
  }

  .img_bg_g {
    margin-left: -1425px;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 197px;
  }

  .img_trait_methode {
    width: 40%;
    height: 100%;
    position: absolute;
    margin-left: 1160px;
    margin-top: 250px;
  }

  .img_bg_d {
    margin-left: 1290px;
    width: 100%;
    height: 100%;
    position: absolute;
  }

  .bton_rapport_rse {
    --button-color: #00306C;
    --button-color-hover: #bf620d;
    --button-text-color: #fff;
    --button-text-color-hover: #fff;
    --transparent-background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    background: none;
    border: 0;
    outline: none;
    cursor: pointer;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    transition-property: background, box-shadow, border, color;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    text-decoration: none;
    background: var(--button-color);
    border: 1px solid var(--button-color);
    color: var(--button-text-color);
    font-weight: 600;
    border-radius: 0.6rem;
    padding: 0.78em 1.2em;
    align-items: center;
    text-align: center;
    justify-content: center;
    cursor: pointer;
    text-transform: uppercase;
    line-height: 1.15;
    font-weight: bold;
    font-family: "Exo", Arial, Tahoma, Verdana, Helvetica, sans-serif;
    display: block;
    margin: auto;
  }

  .bandeau_bleu_rse {
    position: absolute;
    margin-left: 50px;
    margin-top: -15px;
  }

  .bandeau_bleu_methode {
    position: absolute;
    margin-left: 100px;
    margin-top: -15px;
  }

  .block_gauche_rse {
    width: 49%;
    display: inline-block;
    margin-bottom: 35px;
    padding: 0;
    padding-top: 0px;
    padding-top: 5px;
    height: 220px;
  }

  .b_gauche_rse {
    float: left;
    margin-top: 11em;
    font-size: 1.8rem;
    text-align: left;
    max-width: 500px;
    position: relative;
    height: auto;
  }

  .block_droite {
    display: inline-block;
    width: 40%;
    height: 40%;
    margin: auto;
    margin-top: auto;
    margin-left: auto;
    margin-top: 170px;
    position: relative;
    padding: 0% 14px 0% 0%;
    margin-left: 60px;
    float: right;
    font-family: "Exo", Arial, Tahoma, Verdana, Helvetica, sans-serif;
  }

  .block_droite_methode {
    display: inline-block;
    width: 40%;
    height: 40%;
    margin: auto;
    margin-top: auto;
    margin-left: auto;
    margin-top: 220px;
    position: relative;
    padding: 0% 14px 0% 0%;
    margin-left: 60px;
    float: right;
    font-family: "Exo", Arial, Tahoma, Verdana, Helvetica, sans-serif;
  }

  .block_methode {
    display: inline-block;
    width: 47%;
    height: auto;
    margin: auto;
    margin-top: 230px;
    position: relative;
    padding: 0;
    float: right;
    margin-right: -73px;
  }

  .ban_methode {
    display: block;
    margin-top: -20px;
    margin-left: 100px;
    position: absolute;
  }

  .titre_bloc_ambition {
    font-family: "Exo", Arial, Tahoma, Verdana, Helvetica, sans-serif;
    font-size: 15.389pt;
    width: 100%;
    height: auto;
    margin-top: 5px;
    position: absolute;
    z-index: 1;
    margin-left: 5px;
    color: white;
  }

  .titre_bloc_methode {
    font-family: "Exo", Arial, Tahoma, Verdana, Helvetica, sans-serif;
    font-size: 15.389pt;
    width: 100%;
    height: auto;
    position: absolute;
    z-index: 1;
    margin-left: -25px;
    color: white;
    text-align: center;
  }

  .trait_download {
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    text-align: center;
    display: block;
    bottom: 0;
    height: 200px;
  }

  .block_gauche_rse .block_droite {
    display: inline block;
    padding: 10px;
    margin-right: 10px;
  }

  #bandeau_piliers .swiper {
    width: 90% !important;
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  #bandeau_piliers .swiper-wrapper {
    width: 800px !important;
  }
  #bandeau_piliers .swiper-slide {
    background-position: center;
    background-size: cover;
    width: 33% !important;
    height: 300px;
  }
  #bandeau_piliers .swiper-slide img {
    display: block;
    width: 100%;
  }

  .content_ambition {
    position: absolute !important;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    display: flex;
    align-items: center;
    font-size: 15px;
    color: #00365f;
  }

  .content_ambition p {
    font-size: 24px;
    color: #fff;
    text-align: left;
    padding-left: 30px;
    padding-right: 30px;
  }

  .content_methode {
    position: absolute !important;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5rem;
  }

  .content_methode p {
    font-size: 15px;
    color: #00365f;
    text-align: left;
    padding-left: 30px;
    padding-right: 30px;
  }

  .bloc_contour_bleu {
    width: 100%;
    padding: 60% 85% 0 15% !important;
    background-color: transparent;
    border: 2px solid;
    border-color: #00365f;
    border-radius: 10px;
    position: relative;
    z-index: -1;
  }

  .bloc_contour_bleu_methode {
    width: 100%;
    padding: 40% 0% 0 0% !important;
    background-color: transparent;
    border: 2px solid;
    border-color: #00365f;
    border-radius: 10px;
    position: relative;
    z-index: -1;
  }

  .text_content {
    font-family: "Exo", Arial, Tahoma, Verdana, Helvetica, sans-serif;
    font-size: 40.389pt;
  }

  .text_content_methode {
    font-family: "Exo", Arial, Tahoma, Verdana, Helvetica, sans-serif;
    font-size: 20.389pt;
    color: #00365f;
  }

  .text_content_methode span {
    font-weight: bold;
    color: #009dc5;
  }

  .txt_bloc {
    display: flex;
  }

  .txt_bloc .titre_bloc_ambition {
    padding-left: 70px;
    margin-top: -10px;
  }

  .txt_bloc .titre_bloc_methode {
    margin-top: -10px;
  }

  .titre_RSE span {
    font-weight: bold;
  }

  .block_droite span {
    font-weight: bold;
    font-family: "Exo", Arial, Tahoma, Verdana, Helvetica, sans-serif;
  }

  .block_droite li::before {
    content: "\25A0   ";
    color: #009cc4;
    font-family: "Exo", Arial, Tahoma, Verdana, Helvetica, sans-serif;
  }

  .block_droite ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-family: "Exo", Arial, Tahoma, Verdana, Helvetica, sans-serif;
  }

  .block_droite li {
    padding-left: 1em;
    text-indent: -0.95em;
    font-family: "Exo", Arial, Tahoma, Verdana, Helvetica, sans-serif;
  }

  .guillemet1 {
    position: absolute;
    margin-left: -70px;
    margin-top: -10px;
    height: 25px;
  }

  .guillemet2 {
    position: absolute;
    margin-top: -30px;
    margin-left: 270px;
    height: 25px;
  }

  .titre_engagements {
    float: left;
    margin: auto;
    margin-left: 130px;
    text-align: center;
    margin-top: 30px;
    color: #00365F;
    font-family: "Exo", Arial, Tahoma, Verdana, Helvetica, sans-serif;
  }

  .livre_odd img {
    width: 130% !important;
    margin-left: -80px !important;
    margin-top: -50px;
  }

  .trait_b2 {
    position: relative;
    width: 160%;
    height: 100%;
    margin-top: -315px;
    margin-right: auto;
    margin-left: auto;
  }

  /*
  .titre_engagements {
    float: left;
    margin: auto;
    margin-left: 130px;
    text-align: center;
    margin-top: 15px;
  }*/
  .block_txt_g .block_txt_d {
    display: inline-block;
  }

  .block_txt_g span {
    color: #009dc5;
    font-weight: bold;
  }

  .block_txt_d span {
    color: #009dc5;
    font-weight: bold;
  }

  .texte_engagement {
    padding: 10px 10px;
    font-family: "Exo", Arial, Tahoma, Verdana, Helvetica, sans-serif;
    color: #00365f;
    font-size: 15px;
  }

  .block_txt_g {
    float: left;
    margin: auto;
    margin-top: 50px;
    width: 46%;
  }

  .block_txt_d {
    float: right;
    margin: auto;
    margin-top: 50px;
    width: 46%;
  }

  .signature {
    float: right;
    margin: auto;
    color: #00365f;
    font-size: 15px;
    margin-right: 5px;
    font-family: "Exo", Arial, Tahoma, Verdana, Helvetica, sans-serif;
  }

  .signature span {
    font-weight: bold;
    color: #00365f;
    font-family: "Exo", Arial, Tahoma, Verdana, Helvetica, sans-serif;
  }

  .signature p {
    text-align: right;
    font-family: "Exo", Arial, Tahoma, Verdana, Helvetica, sans-serif;
  }

  .titre_methode {
    float: right;
    font-family: "Exo", Arial, Tahoma, Verdana, Helvetica, sans-serif;
    margin-top: 180px;
  }

  #slider {
    position: relative;
    width: 36%;
    height: 19vw;
    font-family: "Helvetica Neue", sans-serif;
    perspective: 1800px;
    transform-style: preserve-3d;
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
  }

  #slide1:hover #slide2, #slide1:hover #slide3, #slide1:hover #slide4, #slide1:hover #slide5 {
    -webkit-filter: brightness(50%);
            filter: brightness(50%);
  }

  input[type=radio] {
    position: relative;
    top: 108%;
    left: 50%;
    width: 18px;
    height: 18px;
    margin: 0 15px 0 0;
    opacity: 0.4;
    transform: translateX(-83px);
    cursor: pointer;
  }

  input[type=radio]:nth-child(5) {
    margin-right: 0px;
  }

  input[type=radio]:checked {
    opacity: 1;
  }

  #slider label,
#slider label img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    color: white;
    font-size: 70px;
    font-weight: bold;
    border-radius: 3px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 400ms ease;
  }

  #s1:checked ~ #slide1,
#s2:checked ~ #slide2,
#s3:checked ~ #slide3,
#s4:checked ~ #slide4,
#s5:checked ~ #slide5 {
    transform: translate3d(0%, 0, 0px);
  }

  #s1:checked ~ #slide2,
#s2:checked ~ #slide3,
#s3:checked ~ #slide4,
#s4:checked ~ #slide5,
#s5:checked ~ #slide1 {
    transform: translate3d(48%, 0, -100px);
  }

  #s1:checked ~ #slide3,
#s2:checked ~ #slide4,
#s3:checked ~ #slide5,
#s4:checked ~ #slide1,
#s5:checked ~ #slide2 {
    transform: translate3d(96%, 0, -250px);
  }

  #s1:checked ~ #slide5,
#s2:checked ~ #slide1,
#s3:checked ~ #slide2,
#s4:checked ~ #slide3,
#s5:checked ~ #slide4 {
    transform: translate3d(-48%, 0, -100px);
  }

  #s1:checked ~ #slide4,
#s2:checked ~ #slide5,
#s3:checked ~ #slide1,
#s4:checked ~ #slide2,
#s5:checked ~ #slide3 {
    transform: translate3d(-96%, 0, -250px);
  }

  .version_tab {
    display: none;
  }

  .livre_odd {
    width: 54%;
    display: inline-block;
    float: left;
    margin: 0;
    margin-top: 100px;
  }
}
@media (min-width: 1025px) and (max-width: 1139px) {
  .version_tab {
    display: none;
  }

  .second_slider {
    display: none;
  }

  .version_tel {
    display: none;
  }

  .rse {
    min-height: 605px;
    overflow: hidden;
    position: relative;
    border-bottom-style: solid;
    border-bottom-color: #012e50;
  }
  .rse .version_pc {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    height: calc(100% + var(--modifier, 60) * 1px / 1.5);
    z-index: -1;
  }
  .rse .version_pc .img_bg {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    position: absolute;
  }

  .b_gauche_rse {
    float: left;
    margin-top: 11em;
    font-size: 1.8rem;
    text-align: left;
    max-width: 500px;
    position: relative;
    height: auto;
  }

  .ban_pilier {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 150px;
  }

  .img_bg_g {
    display: none;
  }

  .img_bg_d {
    width: 77%;
    height: 100%;
    position: absolute;
    top: 450px;
    left: 100px;
  }

  .block_droite {
    display: inline-block;
    width: 40%;
    height: 40%;
    margin: auto;
    margin-top: auto;
    margin-left: auto;
    margin-top: 170px;
    position: relative;
    padding: 0% 14px 0% 0%;
    margin-left: 60px;
    float: right;
    font-family: "Exo", Arial, Tahoma, Verdana, Helvetica, sans-serif;
  }

  #supp24 {
    display: none;
  }

  .block_droite_methode {
    display: inline-block;
    width: 40%;
    height: 40%;
    margin: auto;
    margin-top: auto;
    margin-left: auto;
    margin-top: 170px;
    position: relative;
    padding: 0% 14px 0% 0%;
    margin-left: 60px;
    float: right;
    font-family: "Exo", Arial, Tahoma, Verdana, Helvetica, sans-serif;
  }

  .logo_rse_arbre {
    width: 500px;
  }

  .bloc_contour_bleu {
    width: 100%;
    padding: 60% 85% 0 15% !important;
    background-color: transparent;
    border: 2px solid;
    border-color: #00365f;
    border-radius: 10px;
    position: relative;
    z-index: -1;
  }

  .content_ambition {
    position: absolute !important;
    top: 15px;
    bottom: 0;
    right: 0;
    left: 0;
    display: flex;
    align-items: center;
    font-size: 1.4rem;
    color: #00365f;
  }

  .content_ambition p {
    font-size: 24px;
    color: #fff;
    text-align: left;
    padding-left: 30px;
    padding-right: 30px;
    color: #00365f;
  }

  .text_content {
    font-family: "Exo", Arial, Tahoma, Verdana, Helvetica, sans-serif;
    font-size: 40.389pt;
  }

  .block_droite span {
    font-weight: bold;
  }

  #bandeau_piliers .swiper {
    width: 90% !important;
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  #bandeau_piliers .swiper-wrapper {
    width: 81% !important;
  }
  #bandeau_piliers .swiper-slide {
    background-position: center;
    background-size: cover;
    width: 33% !important;
    height: 300px;
  }
  #bandeau_piliers .swiper-slide img {
    display: block;
    width: 100%;
  }

  .block_droite li::before {
    content: "\25A0   ";
    color: #009cc4;
  }

  .block_droite ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .block_droite li {
    padding-left: 1em;
    text-indent: -1em;
  }

  .txt_bloc {
    display: flex;
  }

  .txt_bloc .titre_bloc_ambition {
    padding-left: 25px;
    margin-top: -10px;
    margin-left: 10px;
  }

  .titre_bloc_ambition {
    font-family: "Exo", Arial, Tahoma, Verdana, Helvetica, sans-serif;
    font-size: 15.389pt;
    width: 100%;
    height: auto;
    margin-top: 5px;
    position: absolute;
    z-index: 1;
    margin-left: 5px;
    color: white;
  }

  .bandeau_bleu_rse {
    position: absolute;
    margin-left: 25px;
    margin-top: -15px;
  }

  .titre_engagements {
    float: left;
    margin: auto;
    margin-left: 130px;
    text-align: center;
    margin-top: 15px;
    color: #00365F;
    font-family: "Exo", Arial, Tahoma, Verdana, Helvetica, sans-serif;
  }
  .titre_engagements .trait_b2 {
    position: relative;
    width: 125%;
    height: 100%;
    margin-top: -200px;
    margin-right: auto;
    margin-left: 110px;
  }

  .block_txt_g .block_txt_d {
    display: inline-block;
  }

  .titre_swiper {
    font-family: "Exo", Arial, Tahoma, Verdana, Helvetica, sans-serif;
    font-size: 14.389pt;
    position: absolute;
    z-index: 1;
    margin-left: 383px;
    margin-right: auto;
    color: white;
    text-align: center;
    margin-top: 5px;
  }

  .img_bleu_pilier {
    margin-top: -55px;
  }

  .block_txt_d blockquote::before {
    content: open-quote;
    color: #00365f;
    font-size: 10pt;
    font-weight: bold;
    font-family: "Exo", Arial, Tahoma, Verdana, Helvetica, sans-serif;
  }

  .block_txt_d blockquote::after {
    content: close-quote;
    color: #00365f;
    font-size: 10pt;
    font-weight: bold;
    font-family: "Exo", Arial, Tahoma, Verdana, Helvetica, sans-serif;
  }

  blockquote {
    quotes: "\201C" "\201D";
  }

  .block_txt_g span {
    color: #009dc5;
    font-weight: bold;
  }

  .block_txt_d span {
    color: #009dc5;
    font-weight: bold;
  }

  .texte_engagement {
    padding: 10px 10px;
    font-family: "Exo", Arial, Tahoma, Verdana, Helvetica, sans-serif;
    color: #00365f;
    font-size: 13.389pt;
  }

  .guillemet1 {
    position: absolute;
    margin-left: -70px;
    margin-top: -10px;
    height: 25px;
  }

  .guillemet2 {
    position: absolute;
    margin-top: -20px;
    margin-left: 365px;
    height: 25px;
  }

  .block_txt_g {
    float: left;
    margin: auto;
    margin-top: 80px;
    width: 46%;
  }

  .block_txt_d {
    float: right;
    margin: auto;
    margin-top: 80px;
    width: 46%;
  }

  .signature {
    float: right;
    margin: auto;
    padding-bottom: 10px;
    color: #00365f;
    font-size: 10.389pt;
    margin-right: 5px;
    font-family: "Exo", Arial, Tahoma, Verdana, Helvetica, sans-serif;
  }

  .signature span {
    font-weight: bold;
    color: #00365f;
    font-family: "Exo", Arial, Tahoma, Verdana, Helvetica, sans-serif;
  }

  .signature p {
    text-align: right;
    font-family: "Exo", Arial, Tahoma, Verdana, Helvetica, sans-serif;
  }

  .block_methode {
    display: inline-block;
    width: 47%;
    height: auto;
    margin: auto;
    margin-top: 230px;
    position: relative;
    padding: 0;
    float: right;
    margin-right: -73px;
  }

  .ban_methode {
    display: block;
    margin-top: -20px;
    margin-left: 100px;
    position: absolute;
  }

  .txt_bloc .titre_bloc_methode {
    margin-top: -12px;
  }

  .titre_bloc_methode {
    font-family: "Exo", Arial, Tahoma, Verdana, Helvetica, sans-serif;
    font-size: 14.389pt;
    width: 100%;
    height: auto;
    position: absolute;
    z-index: 1;
    color: white;
    text-align: center;
  }

  .content_methode {
    position: absolute !important;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5rem;
    margin-left: auto;
    margin-right: auto;
  }

  .bandeau_bleu_methode {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
    margin-top: -15px;
    width: 195px;
  }

    .content_methode p {
    font-size: 15px;
    color: #00365f;
    text-align: left;
    padding-left: 30px;
    padding-right: 30px;
  }

  .bloc_contour_bleu_methode {
    width: 100%;
    padding: 45% 0 0 0% !important;
    background-color: transparent;
    border: 2px solid;
    border-color: #00365f;
    border-radius: 15px;
    position: relative;
    z-index: -1;
  }

  .text_content_methode {
    font-family: "Exo", Arial, Tahoma, Verdana, Helvetica, sans-serif;
    font-size: 12.389pt;
    margin-left: 15px;
    color: #00365f;
    margin-right: 15px;
  }

  .text_content_methode span {
    font-weight: bold;
    color: #009dc5;
  }

  .livre_odd {
    width: 49%;
    display: inline-block;
    float: left;
    margin: 0;
    margin-top: 100px;
  }

  .livre_odd img {
    width: 130% !important;
    margin-left: -80px !important;
    margin-top: -50px;
  }

  .content_download {
    margin: auto;
    margin-top: auto;
    margin-left: auto;
    margin-left: auto;
    text-align: center;
    margin-top: -8px;
    padding-top: 50px;
    padding-bottom: 45px;
    padding-left: 15px;
    padding-right: 15px;
    color: #00365F;
    font-family: "Exo", Arial, Tahoma, Verdana, Helvetica, sans-serif;
    font-weight: bold;
  }

  .bloc_contour_bleu_download {
    width: 40%;
    padding: 0% 0% 0px 0% !important;
    background-color: transparent;
    border: 2px solid;
    border-top-color: currentcolor;
    border-right-color: currentcolor;
    border-bottom-color: currentcolor;
    border-left-color: currentcolor;
    border-color: #00365f;
    border-radius: 10px;
    position: relative;
    z-index: 1;
    margin-left: auto;
    margin-right: auto;
    margin-top: 184px;
  }

  .bloc_contour_bleu_download_mobile {
    display: none;
  }

  .content_bandeau_download {
    position: relative;
  }

  .img_download {
    margin: auto;
    display: block;
    margin-bottom: 10px;
    margin-top: 10px;
  }

  .txt_download {
    text-align: center;
    display: block;
    color: #00306C;
    margin-top: 230px;
    font-weight: bold;
    font-family: "Exo", Arial, Tahoma, Verdana, Helvetica, sans-serif;
    font-size: 15.187pt;
  }

  .img_bg_g {
    margin-left: -1450px;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 197px;
  }

  .img_bg_d {
    margin-left: 1350px;
    width: 100%;
    height: 100%;
    position: absolute;
  }

  .bton_rapport_rse {
    --button-color: #00306C;
    --button-color-hover: #bf620d;
    --button-text-color: #fff;
    --button-text-color-hover: #fff;
    --transparent-background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    background: none;
    border: 0;
    outline: none;
    cursor: pointer;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    transition-property: background, box-shadow, border, color;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    text-decoration: none;
    background: var(--button-color);
    border: 1px solid var(--button-color);
    color: var(--button-text-color);
    font-weight: 600;
    border-radius: 0.6rem;
    padding: 0.78em 1.2em;
    align-items: center;
    text-align: center;
    justify-content: center;
    cursor: pointer;
    text-transform: uppercase;
    line-height: 1.15;
    font-weight: bold;
    font-family: "Exo", Arial, Tahoma, Verdana, Helvetica, sans-serif;
    display: block;
    margin: auto;
  }

  .trait_download {
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    text-align: center;
    display: block;
    bottom: 0;
    height: 200px;
  }

  #slider {
    position: relative;
    width: 36%;
    height: 19vw;
    margin-left: auto;
    margin-right: auto;
    :
  font-family: "Helvetica Neue", sans-serif;
    perspective: 1800px;
    transform-style: preserve-3d;
  }

  #slide1:hover #slide2, #slide1:hover #slide3, #slide1:hover #slide4, #slide1:hover #slide5 {
    -webkit-filter: brightness(50%);
            filter: brightness(50%);
  }

  input[type=radio] {
    position: relative;
    top: 108%;
    left: 50%;
    width: 18px;
    height: 18px;
    margin: 0 15px 0 0;
    opacity: 0.4;
    transform: translateX(-83px);
    cursor: pointer;
  }

  input[type=radio]:nth-child(5) {
    margin-right: 0px;
  }

  input[type=radio]:checked {
    opacity: 1;
  }

  #slider label,
#slider label img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    color: white;
    font-size: 70px;
    font-weight: bold;
    border-radius: 3px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 400ms ease;
  }

  #s1:checked ~ #slide1,
#s2:checked ~ #slide2,
#s3:checked ~ #slide3,
#s4:checked ~ #slide4,
#s5:checked ~ #slide5 {
    transform: translate3d(0%, 0, 0px);
  }

  #s1:checked ~ #slide2,
#s2:checked ~ #slide3,
#s3:checked ~ #slide4,
#s4:checked ~ #slide5,
#s5:checked ~ #slide1 {
    transform: translate3d(48%, 0, -100px);
  }

  #s1:checked ~ #slide3,
#s2:checked ~ #slide4,
#s3:checked ~ #slide5,
#s4:checked ~ #slide1,
#s5:checked ~ #slide2 {
    transform: translate3d(96%, 0, -250px);
  }

  #s1:checked ~ #slide5,
#s2:checked ~ #slide1,
#s3:checked ~ #slide2,
#s4:checked ~ #slide3,
#s5:checked ~ #slide4 {
    transform: translate3d(-48%, 0, -100px);
  }

  #s1:checked ~ #slide4,
#s2:checked ~ #slide5,
#s3:checked ~ #slide1,
#s4:checked ~ #slide2,
#s5:checked ~ #slide3 {
    transform: translate3d(-96%, 0, -250px);
  }
}
@media (min-width: 961px) and (max-width: 1024px) {
  /* tablet, landscape iPad, lo-res laptops ands desktops */
  .version_tel {
    display: none;
  }

  .version_pc {
    display: none;
  }

  .bandeau_piliers {
    min-height: 800px !important;
    max-height: 850px !important;
  }

  .rse {
    min-height: 1200px;
    overflow: hidden;
    position: relative;
    border-bottom-style: solid;
    border-bottom-color: #012e50;
  }
  .rse .version_tab {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    height: calc(100% + var(--modifier, 60) * 1px / 1.5);
    z-index: -1;
  }
  .rse .version_tab .img_bg {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    position: absolute;
  }

  .img_bg_g_engagement {
    width: 100%;
    height: 100%;
    position: absolute;
    margin-left: -185px;
    margin-top: 660px;
  }

  .img_bg_g_tab {
    width: 100%;
    height: 100%;
    position: absolute;
    margin-left: 69px;
    margin-top: -330px;
  }

  .img_bg_d_tab {
    width: 100%;
    height: 100%;
    position: absolute;
    margin-left: -85px;
    margin-top: 320px;
    transform: scaleX(-1);
  }

  .img_bg_g {
    display: none;
  }

  .img_bg_d {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 475px;
    opacity: 75%;
  }

  .trait1 {
    transform: rotate(90deg);
    position: absolute;
    margin-top: 680px;
    margin-left: -9px;
  }

  .trait2 {
    transform: rotate(90deg);
    position: absolute;
    margin-top: 680px;
    margin-left: 897px;
  }

  .b_gauche_rse {
    margin-top: 11em;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.8rem;
    text-align: center;
    position: relative;
    height: auto;
  }

  .ban_pilier {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 150px;
  }

  #supp24 {
    display: none;
  }

  .img_bg_g {
    display: none;
  }

  .img_bg_d {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 475px;
    opacity: 50%;
  }

  .block_droite {
    display: inline-block;
    width: 40%;
    height: 40%;
    margin: auto;
    margin-top: auto;
    margin-left: auto;
    margin-top: 170px;
    position: relative;
    padding: 0% 14px 0% 0%;
    margin-left: 60px;
  }

  .block_droite_methode {
    display: inline-block;
    width: 40%;
    height: 40%;
    margin: auto;
    margin-top: auto;
    margin-left: auto;
    margin-top: 170px;
    position: relative;
    padding: 0% 14px 0% 0%;
    margin-left: 60px;
  }

  .bloc_contour_bleu {
    width: 100%;
    padding: 90% 90% 0 90% !important;
    background-color: transparent;
    border: 2px solid;
    border-color: #00365f;
    border-radius: 10px;
    position: relative;
    z-index: -1;
    margin-left: 100px;
    margin-right: auto;
  }

  .content_ambition {
    position: absolute !important;
    top: 15px;
    bottom: 0;
    right: 0;
    left: 0;
    display: flex;
    align-items: center;
    font-size: 1.6rem;
    color: #00365f;
  }

  .content_ambition p {
    font-size: 24px;
    color: #fff;
    text-align: left;
    padding-left: 30px;
    padding-right: 30px;
  }

  .text_content {
    font-family: "Exo", Arial, Tahoma, Verdana, Helvetica, sans-serif;
    font-size: 40.389pt;
  }

  .block_droite span {
    font-weight: bold;
  }

  .block_droite li::before {
    content: "\25A0   ";
    color: #009cc4;
  }

  .block_droite ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .block_droite li {
    padding-left: 1em;
    text-indent: -0.7em;
  }

  .txt_bloc {
    display: flex;
  }

  .txt_bloc .titre_bloc_ambition {
    padding-left: 25px;
    margin-top: -15px;
    margin-left: 210px;
    margin-right: auto;
    margin-bottom: 0px;
  }

  .titre_bloc_ambition {
    font-family: "Exo", Arial, Tahoma, Verdana, Helvetica, sans-serif;
    font-size: 15.389pt;
    width: 100%;
    height: auto;
    margin-top: 5px;
    position: absolute;
    z-index: 1;
    margin-left: 5px;
    color: white;
    text-align: center;
  }

  .bandeau_bleu_rse {
    position: absolute;
    text-align: center;
    display: block;
    margin-top: -20px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: 310px;
  }

  /*.titre_engagements {
    float: left;
    margin: auto;
    margin-left: 130px;
    text-align: center;
    margin-top: 15px;
  }*/
  .titre_engagements {
    float: left;
    margin: auto;
    margin-left: 130px;
    text-align: center;
    margin-top: 15px;
    color: #00365F;
    font-family: "Exo", Arial, Tahoma, Verdana, Helvetica, sans-serif;
  }
  .titre_engagements .trait_b2 {
    position: relative;
    width: 125%;
    height: 100%;
    margin-top: -200px;
    margin-right: auto;
    margin-left: 110px;
  }

  .block_txt_g .block_txt_d {
    display: inline-block;
  }

  .block_txt_g span {
    color: #009dc5;
    font-weight: bold;
  }

  .block_txt_d span {
    color: #009dc5;
    font-weight: bold;
  }

  .texte_engagement {
    padding: 10px 10px;
    font-family: "Exo", Arial, Tahoma, Verdana, Helvetica, sans-serif;
    color: #00365f;
    font-size: 15px;
  }

  .block_txt_g {
    float: left;
    margin: auto;
    margin-top: 100px;
    width: 46%;
  }

  .block_txt_d {
    float: right;
    margin: auto;
    margin-top: 100px;
    width: 46%;
  }

  .signature {
    float: right;
    margin: auto;
    margin-top: 75px;
    color: #00365f;
    font-size: 15.389pt;
    margin-right: 5px;
    font-family: "Exo", Arial, Tahoma, Verdana, Helvetica, sans-serif;
  }

  .signature span {
    font-weight: bold;
    color: #00365f;
    font-family: "Exo", Arial, Tahoma, Verdana, Helvetica, sans-serif;
  }

  .signature p {
    text-align: right;
    font-family: "Exo", Arial, Tahoma, Verdana, Helvetica, sans-serif;
  }

  .guillemet1 {
    position: absolute;
    margin-left: -70px;
    margin-top: -10px;
    height: 25px;
  }

  .guillemet2 {
    position: absolute;
    margin-top: -30px;
    margin-left: 180px;
    height: 25px;
  }

  .titre_swiper {
    font-family: "Exo", Arial, Tahoma, Verdana, Helvetica, sans-serif;
    font-size: 11.389pt;
    position: absolute;
    z-index: 1;
    margin-left: 385px;
    margin-right: auto;
    color: white;
    text-align: center;
    margin-top: 9px;
  }

  .bloc_contour_bleu_methode {
    width: 100%;
    padding: 90% 90% 0 90% !important;
    background-color: transparent;
    border: 2px solid;
    border-color: #00365f;
    border-radius: 10px;
    position: relative;
    z-index: -1;
    margin-left: 100px;
    margin-right: auto;
  }

  .content_methode {
    position: absolute !important;
    top: 15px;
    bottom: 0;
    right: 0;
    left: 0;
    display: flex;
    align-items: center;
    font-size: 1.6rem;
  }

  .content_methode p {
    font-size: 21px;
    color: #00365f;
    text-align: left;
    padding-left: 30px;
    padding-right: 30px;
  }

  .content_methode span {
    color: #009dc5;
    font-weight: bold;
  }

  .text_content_methode {
    font-family: "Exo", Arial, Tahoma, Verdana, Helvetica, sans-serif;
    font-size: 40.389pt;
    color: #00365f;
  }

  .text_content_methode span {
    font-weight: bold;
    color: #009dc5;
  }

  .block_droite span {
    font-weight: bold;
  }

  .txt_bloc {
    display: flex;
  }

  .txt_bloc .titre_bloc_methode {
    padding-left: 25px;
    margin-top: -15px;
    margin-left: 210px;
    margin-right: auto;
    margin-bottom: 0px;
  }

  .titre_bloc_methode {
    font-family: "Exo", Arial, Tahoma, Verdana, Helvetica, sans-serif;
    font-size: 15.389pt;
    width: 100%;
    height: auto;
    margin-top: 5px;
    position: absolute;
    z-index: 1;
    margin-left: 5px;
    color: white;
    text-align: center;
  }

  .bandeau_bleu_methode {
    position: absolute;
    text-align: center;
    display: block;
    margin-top: -20px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: 310px;
  }

  .livre_odd {
    display: block;
    width: 100%;
    margin-right: 50px;
  }

  .livre_odd img {
    width: 100% !important;
    height: 100% !important;
  }

  #methode {
    display: flex;
    flex-direction: column-reverse;
  }

  #bandeau_piliers .swiper {
    width: 90% !important;
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  #bandeau_piliers .swiper-wrapper {
    width: 81% !important;
  }
  #bandeau_piliers .swiper-slide {
    background-position: center;
    background-size: cover;
    width: 33% !important;
    height: 300px;
  }
  #bandeau_piliers .swiper-slide img {
    display: block;
    width: 100%;
  }

  .content_download {
    margin: auto;
    margin-top: auto;
    margin-left: auto;
    margin-left: auto;
    text-align: center;
    margin-top: -8px;
    padding-top: 50px;
    padding-bottom: 45px;
    padding-left: 15px;
    padding-right: 15px;
    color: #00365F;
    font-family: "Exo", Arial, Tahoma, Verdana, Helvetica, sans-serif;
    font-weight: bold;
  }

  .bloc_contour_bleu_download {
    width: 50%;
    padding: 0% 0% 0px 0% !important;
    background-color: transparent;
    border: 2px solid;
    border-top-color: currentcolor;
    border-right-color: currentcolor;
    border-bottom-color: currentcolor;
    border-left-color: currentcolor;
    border-color: #00365f;
    border-radius: 10px;
    position: relative;
    z-index: 1;
    margin-left: auto;
    margin-right: auto;
    margin-top: 440px;
  }

  .bloc_contour_bleu_download_mobile {
    display: none;
  }

  .content_bandeau_download {
    position: relative;
  }

  .img_download {
    margin: auto;
    display: block;
    margin-bottom: 10px;
    margin-top: 10px;
  }

  .txt_download {
    text-align: center;
    display: block;
    color: #00306C;
    margin-top: 230px;
    font-weight: bold;
    font-family: "Exo", Arial, Tahoma, Verdana, Helvetica, sans-serif;
    font-size: 15.187pt;
  }

  .img_bg_g {
    margin-left: -1450px;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 197px;
  }

  .img_bg_d {
    margin-left: 1350px;
    width: 100%;
    height: 100%;
    position: absolute;
  }

  .bton_rapport_rse {
    --button-color: #00306C;
    --button-color-hover: #bf620d;
    --button-text-color: #fff;
    --button-text-color-hover: #fff;
    --transparent-background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    background: none;
    border: 0;
    outline: none;
    cursor: pointer;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    transition-property: background, box-shadow, border, color;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    text-decoration: none;
    background: var(--button-color);
    border: 1px solid var(--button-color);
    color: var(--button-text-color);
    font-weight: 600;
    border-radius: 0.6rem;
    padding: 0.78em 1.2em;
    align-items: center;
    text-align: center;
    justify-content: center;
    cursor: pointer;
    text-transform: uppercase;
    line-height: 1.15;
    font-weight: bold;
    font-family: "Exo", Arial, Tahoma, Verdana, Helvetica, sans-serif;
    display: block;
    margin: auto;
  }

  .trait_download {
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    text-align: center;
    display: block;
    bottom: 0;
    height: 350px;
  }

  .trait_download2 {
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    text-align: center;
    display: block;
    bottom: 189px;
    height: 350px;
  }

  #slider {
    position: relative;
    width: 30%;
    height: 17vw;
    margin: 150px auto;
    font-family: "Helvetica Neue", sans-serif;
    perspective: 1800px;
    transform-style: preserve-3d;
  }

  #slide1:hover #slide2, #slide1:hover #slide3, #slide1:hover #slide4, #slide1:hover #slide5 {
    -webkit-filter: brightness(50%);
            filter: brightness(50%);
  }

  input[type=radio] {
    position: relative;
    top: 108%;
    left: 50%;
    width: 18px;
    height: 18px;
    margin: 0 15px 0 0;
    opacity: 0.4;
    transform: translateX(-83px);
    cursor: pointer;
  }

  input[type=radio]:nth-child(5) {
    margin-right: 0px;
  }

  input[type=radio]:checked {
    opacity: 1;
  }

  #slider label,
#slider label img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    color: white;
    font-size: 70px;
    font-weight: bold;
    border-radius: 3px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 400ms ease;
  }

  #s1:checked ~ #slide1,
#s2:checked ~ #slide2,
#s3:checked ~ #slide3,
#s4:checked ~ #slide4,
#s5:checked ~ #slide5 {
    transform: translate3d(0%, 0, 0px);
  }

  #s1:checked ~ #slide2,
#s2:checked ~ #slide3,
#s3:checked ~ #slide4,
#s4:checked ~ #slide5,
#s5:checked ~ #slide1 {
    transform: translate3d(48%, 0, -100px);
  }

  #s1:checked ~ #slide3,
#s2:checked ~ #slide4,
#s3:checked ~ #slide5,
#s4:checked ~ #slide1,
#s5:checked ~ #slide2 {
    transform: translate3d(96%, 0, -250px);
  }

  #s1:checked ~ #slide5,
#s2:checked ~ #slide1,
#s3:checked ~ #slide2,
#s4:checked ~ #slide3,
#s5:checked ~ #slide4 {
    transform: translate3d(-48%, 0, -100px);
  }

  #s1:checked ~ #slide4,
#s2:checked ~ #slide5,
#s3:checked ~ #slide1,
#s4:checked ~ #slide2,
#s5:checked ~ #slide3 {
    transform: translate3d(-96%, 0, -250px);
  }
}
@media (min-width: 641px) and (max-width: 960px) {
  .version_pc {
    display: none;
  }

  .version_tel {
    display: none;
  }

  #slider {
    display: none;
  }

  .bandeau_piliers {
    min-height: 800px !important;
    max-height: 850px !important;
  }

  .bandeau_methode {
    min-height: 800px !important;
    max-height: 850px !important;
  }

  .rse {
    min-height: 1200px;
    overflow: hidden;
    position: relative;
    border-bottom-style: solid;
    border-bottom-color: #012e50;
  }
  .rse .version_tab {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    height: calc(100% + var(--modifier, 60) * 1px / 1.5);
    z-index: -1;
  }
  .rse .version_tab .img_bg {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    position: absolute;
  }

  #bandeau_piliers .swiper {
    width: 90% !important;
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  #bandeau_piliers .swiper-wrapper {
    width: 118% !important;
  }
  #bandeau_piliers .swiper-slide {
    background-position: center;
    background-size: cover;
    width: 33% !important;
    height: 300px;
  }
  #bandeau_piliers .swiper-slide img {
    display: block;
    width: 100%;
  }

  /*.swiper {
    width: 100%;
    height: 100%;
  }
  .swiper-container {
    width: 100%;
    padding-top:50px;
    padding-bottom: 50px;
  }
  .swiper-slide {
    background-position: center;
    background-size: cover;
    width: 300px;
    height: 300px;
  }*/
  .trait1 {
    display: none;
  }

  .trait2 {
    display: none;
  }

  .b_gauche_rse {
    margin-top: 11em;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.8rem;
    text-align: center;
    position: relative;
    height: auto;
  }

  .ban_pilier {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
    width: 40%;
  }

  .block_droite {
    display: inline-block;
    width: 100%;
    height: 46%;
    margin: auto;
    margin-top: auto;
    margin-right: auto;
    margin-left: auto;
    margin-left: auto;
    margin-top: 170px;
    position: relative;
    margin-right: auto;
  }

  #supp24 {
    display: none;
  }

  .bloc_contour_bleu {
    padding: 40% 0% 0 10% !important;
    background-color: transparent;
    border: 2px solid;
    border-color: #00365f;
    border-radius: 10px;
    position: relative;
    z-index: -1;
    margin-left: 100px;
    margin-right: 100px;
  }

  .bdx_img_center {
    display: flex;
    justify-content: center;
  }

  .content_ambition {
    position: absolute !important;
    top: 15px;
    bottom: 0;
    right: 0;
    left: 0;
    display: flex;
    align-items: center;
    font-size: 1.6rem;
    color: #00365f;
  }

  .content_ambition p {
    font-size: 24px;
    color: #fff;
    text-align: left;
    padding-left: 30px;
    padding-right: 30px;
  }

  .text_content {
    font-family: "Exo", Arial, Tahoma, Verdana, Helvetica, sans-serif;
    font-size: 40.389pt;
  }

  .block_droite span {
    font-weight: bold;
  }

  .block_droite li::before {
    content: "\25A0   ";
    color: #009cc4;
  }

  .block_droite ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .block_droite li {
    padding-left: 1em;
    text-indent: -0.7em;
  }

  .img_bg_g_engagement {
    width: 100%;
    height: 100%;
    position: absolute;
    margin-left: -185px;
    margin-top: 660px;
  }

  .txt_bloc {
    display: flex;
  }

  .img_bg_g_tab {
    width: 100%;
    height: 100%;
    position: absolute;
    margin-left: 69px;
    margin-top: -330px;
  }

  .img_bg_d_tab {
    width: 100%;
    height: 100%;
    position: absolute;
    margin-left: -85px;
    margin-top: 320px;
    transform: scaleX(-1);
  }

  .txt_bloc .titre_bloc_ambition {
    margin-top: -15px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
  }

  .titre_bloc_ambition {
    font-family: "Exo", Arial, Tahoma, Verdana, Helvetica, sans-serif;
    font-size: 15.389pt;
    width: 100%;
    height: auto;
    margin-top: 5px;
    position: absolute;
    z-index: 1;
    margin-left: 5px;
    color: white;
    text-align: center;
  }

  .bandeau_bleu_rse {
    position: absolute;
    text-align: center;
    display: block;
    margin-top: -20px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
  }

  /*.titre_engagements {
    margin: auto;
    text-align: center;
    margin-top: 0px;
    font-size: 13pt;
  }
  */
  .img_bg_g {
    display: none;
  }

  .img_bg_d {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 475px;
    opacity: 75%;
  }

  .titre_engagements {
    margin: auto;
    text-align: left;
    margin-top: 30px;
    margin-left: 5px;
    color: #00365F;
    font-family: "Exo", Arial, Tahoma, Verdana, Helvetica, sans-serif;
  }
  .titre_engagements .trait_b2 {
    position: relative;
    width: 110%;
    height: 100%;
    margin-top: -260px;
    margin-right: auto;
    margin-left: 25px;
  }

  .block_txt_g .block_txt_d {
    display: inline-block;
  }

  .block_txt_g span {
    color: #009dc5;
    font-weight: bold;
  }

  .block_txt_d span {
    color: #009dc5;
    font-weight: bold;
  }

  .texte_engagement {
    padding: 10px 30px;
    font-family: "Exo", Arial, Tahoma, Verdana, Helvetica, sans-serif;
    color: #00365f;
    font-size: 15px;
  }

  .block_txt_g {
    display: block;
    margin: auto;
    margin-right: auto;
    margin-bottom: auto;
    margin-left: auto;
    margin-top: 60px;
    width: 100%;
    text-align: justify;
  }

  .block_txt_d {
    display: block;
    margin: auto;
    margin-right: auto;
    margin-bottom: auto;
    margin-left: auto;
    margin-top: 20px;
    width: 100%;
    text-align: justify;
  }

  .signature {
    float: right;
    margin: auto;
    margin-top: 20px;
    color: #00365f;
    font-size: 15.389pt;
    margin-right: 5px;
    font-family: "Exo", Arial, Tahoma, Verdana, Helvetica, sans-serif;
  }

  .signature span {
    font-weight: bold;
    color: #00365f;
    font-family: "Exo", Arial, Tahoma, Verdana, Helvetica, sans-serif;
  }

  .signature p {
    text-align: right;
    font-family: "Exo", Arial, Tahoma, Verdana, Helvetica, sans-serif;
  }

  .guillemet1 {
    position: absolute;
    margin-left: -70px;
    margin-top: -10px;
    height: 25px;
  }

  .guillemet2 {
    position: absolute;
    margin-top: -20px;
    margin-left: 410px;
    height: 25px;
  }

  .bloc_contour_bleu_methode {
    width: 100%;
    padding: 40% 0% 0 0% !important;
    background-color: transparent;
    border: 2px solid;
    border-color: #00365f;
    border-radius: 10px;
    position: relative;
    z-index: -1;
    margin-right: auto;
  }

  .content_methode {
    position: absolute !important;
    top: 15px;
    bottom: 0;
    right: 0;
    left: 0;
    display: flex;
    align-items: center;
    font-size: 1.6rem;
  }

  .content_methode p {
    font-size: 21px;
    color: #00365f;
    text-align: left;
    padding-left: 30px;
    padding-right: 30px;
  }

  .content_methode span {
    color: #009dc5;
    font-weight: bold;
  }

  .text_content_methode {
    font-family: "Exo", Arial, Tahoma, Verdana, Helvetica, sans-serif;
    font-size: 40.389pt;
  }

  .text_content_methode span {
    font-weight: bold;
    color: #009dc5;
  }

  .block_droite span {
    font-weight: bold;
  }

  .txt_bloc {
    display: flex;
  }

  .txt_bloc .titre_bloc_methode {
    margin-top: -15px;
    margin-right: auto;
    margin-bottom: 0px;
  }

  .titre_bloc_methode {
    font-family: "Exo", Arial, Tahoma, Verdana, Helvetica, sans-serif;
    font-size: 15.389pt;
    width: 100%;
    height: auto;
    margin-top: 5px;
    position: absolute;
    z-index: 1;
    margin-left: 5px;
    color: white;
    text-align: center;
  }

  .bandeau_bleu_methode {
    position: absolute;
    text-align: center;
    display: block;
    margin-top: -20px;
    margin-right: auto;
    margin-bottom: 0px;
  }

  .livre_odd {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .livre_odd img {
    width: 100% !important;
    height: 100% !important;
  }

  #methode {
    display: flex;
    flex-direction: column-reverse;
  }

  .block_droite_methode {
    display: inline-block;
    width: 70%;
    height: 46%;
    margin: auto;
    margin-top: auto;
    margin-right: auto;
    margin-left: auto;
    margin-top: auto;
    margin-right: auto;
    margin-left: auto;
    margin-left: auto;
    margin-top: 50px;
    position: relative;
    margin-right: auto;
  }

  .titre_swiper {
    font-family: "Exo", Arial, Tahoma, Verdana, Helvetica, sans-serif;
    font-size: 15.389pt;
    position: absolute;
    z-index: 1;
    margin-left: 267px;
    margin-right: auto;
    color: white;
    text-align: center;
    margin-top: 5px;
  }

  .content_download {
    margin: auto;
    margin-top: auto;
    margin-left: auto;
    margin-left: auto;
    text-align: center;
    margin-top: -8px;
    padding-top: 50px;
    padding-bottom: 45px;
    padding-left: 15px;
    padding-right: 15px;
    color: #00365F;
    font-family: "Exo", Arial, Tahoma, Verdana, Helvetica, sans-serif;
    font-weight: bold;
  }

  .bloc_contour_bleu_download {
    width: 60%;
    padding: 3% 0% 0px 0% !important;
    background-color: transparent;
    border: 2px solid;
    border-top-color: currentcolor;
    border-right-color: currentcolor;
    border-bottom-color: currentcolor;
    border-left-color: currentcolor;
    border-color: #00365f;
    border-radius: 10px;
    position: relative;
    z-index: 1;
    margin-left: auto;
    margin-right: auto;
    margin-top: 440px;
  }

  .bloc_contour_bleu_download_mobile {
    display: none;
  }

  .content_bandeau_download {
    position: relative;
  }

  .img_download {
    margin: auto;
    display: block;
    margin-bottom: 10px;
    margin-top: 10px;
  }

  .txt_download {
    text-align: center;
    display: block;
    color: #00306C;
    margin-top: 230px;
    font-weight: bold;
    font-family: "Exo", Arial, Tahoma, Verdana, Helvetica, sans-serif;
    font-size: 15.187pt;
  }

  .img_bg_g {
    margin-left: -1450px;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 197px;
  }

  .img_bg_d {
    margin-left: 1350px;
    width: 100%;
    height: 100%;
    position: absolute;
  }

  .bton_rapport_rse {
    --button-color: #00306C;
    --button-color-hover: #bf620d;
    --button-text-color: #fff;
    --button-text-color-hover: #fff;
    --transparent-background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    background: none;
    border: 0;
    outline: none;
    cursor: pointer;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    transition-property: background, box-shadow, border, color;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    text-decoration: none;
    background: var(--button-color);
    border: 1px solid var(--button-color);
    color: var(--button-text-color);
    font-weight: 600;
    border-radius: 0.6rem;
    padding: 0.78em 1.2em;
    align-items: center;
    text-align: center;
    justify-content: center;
    cursor: pointer;
    text-transform: uppercase;
    line-height: 1.15;
    font-weight: bold;
    font-family: "Exo", Arial, Tahoma, Verdana, Helvetica, sans-serif;
    display: block;
    margin: auto;
  }

  .trait_download {
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    text-align: center;
    display: block;
    bottom: 0;
    height: 350px;
  }

  .trait_download2 {
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    text-align: center;
    display: block;
    bottom: 165px;
    height: 350px;
  }

  .second_slider {
    display: none;
    position: relative;
    width: 100%;
    max-width: 100%;
  }
  .second_slider .slider__inner {
    display: flex;
    position: relative;
    align-items: center;
    max-width: 750px;
    height: 400px;
    margin: 0 auto;
  }
  .second_slider .slider__inner .slider__item {
    position: absolute;
    height: 150px;
    width: 150px;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    z-index: -1;
    pointer-events: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }
  .second_slider .slider__inner .slider__item-trigger-next {
    left: 15%;
    transform: translateX(-50%);
  }
  .second_slider .slider__inner .slider__item-trigger-previous {
    left: 85%;
    transform: translateX(-50%);
  }
  .second_slider .slider__inner .slider__item-selected {
    box-shadow: 0 0 30px rgba(255, 255, 255, 0.6), 0 0 60px rgba(255, 255, 255, 0.45), 0 0 110px rgba(255, 255, 255, 0.25), 0 0 100px rgba(255, 255, 255, 0.1);
    height: 300px;
    opacity: 1;
    left: 50%;
    transform: translateX(-50%);
    width: 300px;
    z-index: 2;
  }
  .second_slider .slider__inner .slider__item-previous, .second_slider .slider__inner .slider__item-next {
    height: 200px;
    opacity: 1;
    width: 200px;
    z-index: 1;
  }
  .second_slider .slider__inner .slider__item-last, .second_slider .slider__inner .slider__item-first {
    opacity: 0.4;
    z-index: 0;
  }
  .second_slider .slider__inner .slider__item-previous {
    left: 30%;
    transform: translateX(-50%);
  }
  .second_slider .slider__inner .slider__item-next {
    left: 70%;
    transform: translateX(-50%);
  }
  .second_slider .slider__inner .slider__item-first {
    left: 15%;
    transform: translateX(-50%);
  }
  .second_slider .slider__inner .slider__item-last {
    left: 85%;
    transform: translateX(-50%);
  }
  .second_slider .slider__inner .slider__item-container {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .second_slider .slider__inner .slider__item-img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  .second_slider .slider__inner .slider__item-datas {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 0.5rem 0;
    background-color: rgba(255, 255, 255, 0.75);
    text-align: center;
    font-family: "Arial";
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .second_slider .slider__controls {
    display: flex;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    justify-content: space-between;
    align-items: center;
  }
  .second_slider .slider__controls-previous, .second_slider .slider__controls-next {
    border: 0;
    cursor: pointer;
    font-size: 50px;
    background-color: transparent;
    color: rgba(0, 0, 0, 0.75);
    padding: 0;
  }
  .second_slider .slider__controls-previous:focus, .second_slider .slider__controls-next:focus {
    outline: none;
  }

  #slider {
    position: relative;
    width: 30%;
    height: 17vw;
    margin: 150px auto;
    font-family: "Helvetica Neue", sans-serif;
    perspective: 1800px;
    transform-style: preserve-3d;
  }

  #slide1:hover #slide2, #slide1:hover #slide3, #slide1:hover #slide4, #slide1:hover #slide5 {
    -webkit-filter: brightness(50%);
            filter: brightness(50%);
  }

  input[type=radio] {
    position: relative;
    top: 108%;
    left: 50%;
    width: 18px;
    height: 18px;
    margin: 0 15px 0 0;
    opacity: 0.4;
    transform: translateX(-83px);
    cursor: pointer;
  }

  input[type=radio]:nth-child(5) {
    margin-right: 0px;
  }

  input[type=radio]:checked {
    opacity: 1;
  }

  #slider label,
#slider label img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    color: white;
    font-size: 70px;
    font-weight: bold;
    border-radius: 3px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 400ms ease;
  }

  #s1:checked ~ #slide1,
#s2:checked ~ #slide2,
#s3:checked ~ #slide3,
#s4:checked ~ #slide4,
#s5:checked ~ #slide5 {
    transform: translate3d(0%, 0, 0px);
  }

  #s1:checked ~ #slide2,
#s2:checked ~ #slide3,
#s3:checked ~ #slide4,
#s4:checked ~ #slide5,
#s5:checked ~ #slide1 {
    transform: translate3d(48%, 0, -100px);
  }

  #s1:checked ~ #slide3,
#s2:checked ~ #slide4,
#s3:checked ~ #slide5,
#s4:checked ~ #slide1,
#s5:checked ~ #slide2 {
    transform: translate3d(96%, 0, -250px);
  }

  #s1:checked ~ #slide5,
#s2:checked ~ #slide1,
#s3:checked ~ #slide2,
#s4:checked ~ #slide3,
#s5:checked ~ #slide4 {
    transform: translate3d(-48%, 0, -100px);
  }

  #s1:checked ~ #slide4,
#s2:checked ~ #slide5,
#s3:checked ~ #slide1,
#s4:checked ~ #slide2,
#s5:checked ~ #slide3 {
    transform: translate3d(-96%, 0, -250px);
  }
}
@media (min-width: 480px) and (max-width: 640px) {
  /* smartphones, iPhone, portrait 480x320 phones */
  .version_pc {
    display: none;
  }

  .version_tab {
    display: none;
  }

  .bandeau_piliers {
    min-height: 600px !important;
    max-height: 850px !important;
  }

  .bandeau_methode {
    min-height: 600px !important;
    max-height: 600px !important;
  }

  .rse {
    min-height: 900px;
    overflow: hidden;
    position: relative;
    border-bottom-style: solid;
    border-bottom-color: #012e50;
  }
  .rse .version_tel {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    height: calc(100% + var(--modifier, 60) * 1px / 1.5);
    z-index: -1;
  }
  .rse .version_tel .img_bg {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    position: absolute;
  }

  .b_gauche_rse {
    margin-top: 12em;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.8rem;
    text-align: center;
    position: relative;
    height: auto;
  }

  .logo_rse_arbre {
    width: 400px;
  }

  .block_droite {
    display: inline-block;
    width: 100%;
    height: 46%;
    margin: auto;
    margin-top: auto;
    margin-right: auto;
    margin-left: auto;
    margin-left: auto;
    margin-top: 130px;
    position: relative;
    margin-right: auto;
    text-align: left;
  }

  .bloc_contour_bleu {
    padding: 20% 20% 15% 10% !important;
    background-color: transparent;
    border: 2px solid;
    border-color: #00365f;
    border-radius: 10px;
    position: relative;
    z-index: -1;
    margin-left: 50px;
    margin-right: 50px;
  }

  .bdx_img_center {
    display: flex;
    justify-content: center;
  }

  .content_ambition {
    position: absolute !important;
    top: 15px;
    bottom: 0;
    right: 0;
    left: 0;
    display: flex;
    align-items: center;
    font-size: 1.2rem;
    color: #00365f;
  }

  .content_ambition p {
    font-size: 24px;
    color: #fff;
    text-align: left;
    padding-left: 30px;
    padding-right: 30px;
  }

  .text_content {
    font-family: "Exo", Arial, Tahoma, Verdana, Helvetica, sans-serif;
    font-size: 40.389pt;
  }

  .block_droite span {
    font-weight: bold;
  }

  .titre_swiper {
    font-family: "Exo", Arial, Tahoma, Verdana, Helvetica, sans-serif;
    font-size: 15.389pt;
    position: absolute;
    z-index: 1;
    margin-left: 170px;
    margin-right: auto;
    color: white;
    margin-top: 8px;
  }

  .block_droite li::before {
    content: "\25A0   ";
    color: #009cc4;
  }

  .block_droite ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .block_droite li {
    padding-left: 1em;
    text-indent: -0.7em;
  }

  #bandeau_piliers .swiper {
    width: 600px !important;
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  #bandeau_piliers .swiper-wrapper {
    width: 118% !important;
  }
  #bandeau_piliers .swiper-slide {
    background-position: center;
    background-size: cover;
    width: 33% !important;
    height: 300px;
  }
  #bandeau_piliers .swiper-slide img {
    display: block;
    width: 100%;
  }

  .txt_bloc {
    display: flex;
  }

  .txt_bloc .titre_bloc_ambition {
    margin-top: -15px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
  }

  .titre_bloc_ambition {
    font-family: "Exo", Arial, Tahoma, Verdana, Helvetica, sans-serif;
    font-size: 12.389pt;
    width: 100%;
    height: auto;
    margin-top: 5px;
    position: absolute;
    z-index: 1;
    margin-left: 5px;
    color: white;
    text-align: center;
  }

  .bandeau_bleu_rse {
    position: absolute;
    text-align: center;
    display: block;
    margin-top: -20px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    width: 155px;
  }

  .titre_engagements {
    margin: auto;
    text-align: left;
    margin-top: 0px;
    font-size: 2.1vw;
    color: #00365F;
    font-family: "Exo", Arial, Tahoma, Verdana, Helvetica, sans-serif;
  }
  .titre_engagements .trait_b2 {
    position: relative;
    width: 105%;
    height: 100%;
    margin-top: -190px;
    margin-right: auto;
    margin-left: 42px;
  }

  .block_txt_g .block_txt_d {
    display: inline-block;
  }

  .block_txt_g span {
    color: #009dc5;
    font-weight: bold;
  }

  .block_txt_d span {
    color: #009dc5;
    font-weight: bold;
  }

  .texte_engagement {
    padding: 10px 10px;
    font-family: "Exo", Arial, Tahoma, Verdana, Helvetica, sans-serif;
    color: #00365f;
    font-size: 13px;
  }

  .block_txt_g {
    display: block;
    margin: auto;
    margin-right: auto;
    margin-bottom: auto;
    margin-left: auto;
    margin-top: 60px;
    width: 100%;
    text-align: justify;
  }

  .block_txt_d {
    display: block;
    margin: auto;
    margin-right: auto;
    margin-bottom: auto;
    margin-left: auto;
    margin-top: 20px;
    width: 100%;
    text-align: justify;
  }

  .signature {
    float: right;
    margin: auto;
    margin-top: 20px;
    color: #00365f;
    font-size: 9.389pt;
    margin-right: 5px;
    font-family: "Exo", Arial, Tahoma, Verdana, Helvetica, sans-serif;
  }

  .signature span {
    font-weight: bold;
    color: #00365f;
    font-family: "Exo", Arial, Tahoma, Verdana, Helvetica, sans-serif;
  }

  .signature p {
    text-align: right;
    font-family: "Exo", Arial, Tahoma, Verdana, Helvetica, sans-serif;
  }

  .guillemet1 {
    position: absolute;
    margin-left: -50px;
    margin-top: -10px;
    width: 70px;
    height: 15px;
  }

  .guillemet2 {
    position: absolute;
    margin-top: -15px;
    margin-left: 120px;
    width: 70px;
    height: 15px;
  }

  .img_bg_g {
    display: none;
  }

  .img_bg_d {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 440px;
    opacity: 100%;
  }

  .bloc_contour_bleu_methode {
    width: 100%;
    padding: 40% 0% 0 0% !important;
    background-color: transparent;
    border: 2px solid;
    border-color: #00365f;
    border-radius: 10px;
    position: relative;
    z-index: -1;
    margin-right: auto;
  }

  .content_methode {
    position: absolute !important;
    top: 15px;
    bottom: 0;
    right: 0;
    left: 0;
    display: flex;
    align-items: center;
    font-size: 1.6rem;
  }

  .img_bg_g {
    width: 170%;
    height: 100%;
    position: absolute;
    margin-left: -250px;
    margin-top: 60px;
  }

  .img_bg_g_methode {
    width: 120%;
    height: 100%;
    position: absolute;
    margin-left: -85px;
    margin-top: 70px;
  }

  .img_bg_g_mobile {
    width: 120%;
    height: 100%;
    position: absolute;
    margin-left: -85px;
    margin-top: -185px;
  }

  .img_bg_d_mobile {
    width: 120%;
    height: 100%;
    position: absolute;
    margin-left: -85px;
    margin-top: 220px;
    transform: scaleX(-1);
  }

  .img_bg_g_engagement {
    width: 120%;
    height: 100%;
    position: absolute;
    margin-left: -185px;
    margin-top: 480px;
  }

  .content_methode p {
    font-size: 17px;
    color: #00365f;
    text-align: left;
    padding-left: 30px;
    padding-right: 30px;
  }

  .content_methode span {
    color: #009dc5;
    font-weight: bold;
  }

  .text_content_methode {
    font-family: "Exo", Arial, Tahoma, Verdana, Helvetica, sans-serif;
    font-size: 40.389pt;
    color: #00365f;
  }

  .block_droite span {
    font-weight: bold;
  }

  .ban_pilier {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
    width: 50%;
  }

  .txt_bloc {
    display: flex;
  }

  .txt_bloc .titre_bloc_methode {
    margin-top: -15px;
    margin-right: auto;
    margin-bottom: 0px;
  }

  .titre_bloc_methode {
    font-family: "Exo", Arial, Tahoma, Verdana, Helvetica, sans-serif;
    font-size: 15.389pt;
    width: 100%;
    height: auto;
    margin-top: 5px;
    position: absolute;
    z-index: 1;
    margin-left: 5px;
    color: white;
    text-align: center;
  }

  .bandeau_bleu_methode {
    position: absolute;
    text-align: center;
    display: block;
    margin-top: -20px;
    margin-right: auto;
    margin-bottom: 0px;
  }

  .livre_odd {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .livre_odd img {
    width: 100%;
    height: 100%;
  }

  #methode {
    display: flex;
    flex-direction: column-reverse;
  }

  .block_droite_methode {
    display: inline-block;
    width: 70%;
    height: 46%;
    margin: auto;
    margin-top: auto;
    margin-right: auto;
    margin-left: auto;
    margin-top: auto;
    margin-right: auto;
    margin-left: auto;
    margin-left: auto;
    margin-top: 50px;
    position: relative;
    margin-right: auto;
  }

  .content_download {
    margin: auto;
    margin-top: auto;
    margin-left: auto;
    margin-left: auto;
    text-align: center;
    margin-top: -8px;
    padding-top: 50px;
    padding-bottom: 45px;
    padding-left: 15px;
    padding-right: 15px;
    color: #00365F;
    font-family: "Exo", Arial, Tahoma, Verdana, Helvetica, sans-serif;
    font-weight: bold;
  }

  .bloc_contour_bleu_download {
    width: 70%;
    padding: 3% 0% 0px 0% !important;
    background-color: transparent;
    border: 2px solid;
    border-top-color: currentcolor;
    border-right-color: currentcolor;
    border-bottom-color: currentcolor;
    border-left-color: currentcolor;
    border-color: #00365f;
    border-radius: 10px;
    position: relative;
    z-index: 1;
    margin-left: auto;
    margin-right: auto;
    margin-top: 286px;
  }

  .bloc_contour_bleu_download_mobile {
    display: none;
  }

  .content_bandeau_download {
    position: relative;
  }

  .img_download {
    margin: auto;
    display: block;
    margin-bottom: 10px;
    margin-top: 10px;
  }

  .txt_download {
    text-align: center;
    display: block;
    color: #00306C;
    margin-top: 230px;
    font-weight: bold;
    font-family: "Exo", Arial, Tahoma, Verdana, Helvetica, sans-serif;
    font-size: 15.187pt;
  }

  .img_bg_g {
    margin-left: -1450px;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 197px;
  }

  .img_bg_d {
    margin-left: 1350px;
    width: 100%;
    height: 100%;
    position: absolute;
  }

  .bton_rapport_rse {
    --button-color: #00306C;
    --button-color-hover: #bf620d;
    --button-text-color: #fff;
    --button-text-color-hover: #fff;
    --transparent-background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    background: none;
    border: 0;
    outline: none;
    cursor: pointer;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    transition-property: background, box-shadow, border, color;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    text-decoration: none;
    background: var(--button-color);
    border: 1px solid var(--button-color);
    color: var(--button-text-color);
    font-weight: 600;
    border-radius: 0.6rem;
    padding: 0.78em 1.2em;
    align-items: center;
    text-align: center;
    justify-content: center;
    cursor: pointer;
    text-transform: uppercase;
    line-height: 1.15;
    font-weight: bold;
    font-family: "Exo", Arial, Tahoma, Verdana, Helvetica, sans-serif;
    display: block;
    margin: auto;
  }

  .trait_download {
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    text-align: center;
    display: block;
    bottom: 0;
    height: 250px;
  }

  .trait_download2 {
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    text-align: center;
    display: block;
    bottom: 140px;
    height: 250px;
  }
}
@media (max-width: 479px) {
  .version_pc {
    display: none;
  }

  .version_tab {
    display: none;
  }

  .bandeau_piliers {
    min-height: 600px !important;
    max-height: 850px !important;
  }

  .bandeau_methode {
    min-height: 600px !important;
    max-height: 600px !important;
  }

  .rse {
    min-height: 900px;
    overflow: hidden;
    position: relative;
    border-bottom-style: solid;
    border-bottom-color: #012e50;
  }
  .rse .version_tel {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    height: calc(100% + var(--modifier, 60) * 1px / 1.5);
    z-index: -1;
  }
  .rse .version_tel .img_bg {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    position: absolute;
  }

  .b_gauche_rse {
    margin-top: 12em;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.8rem;
    text-align: center;
    position: relative;
    height: auto;
  }

  .logo_rse_arbre {
    width: 300px;
  }

  .block_droite {
    display: inline-block;
    width: 100%;
    height: 46%;
    margin: auto;
    margin-top: auto;
    margin-right: auto;
    margin-left: auto;
    margin-left: auto;
    margin-top: 70px;
    position: relative;
    margin-right: auto;
    text-align: left;
  }

  .bloc_contour_bleu {
    padding: 40% 30% 25% 20% !important;
    background-color: transparent;
    border: 2px solid;
    border-color: #00365f;
    border-radius: 10px;
    position: relative;
    z-index: -1;
    margin-left: 10px;
    margin-right: 10px;
  }

  .bdx_img_center {
    display: flex;
    justify-content: center;
  }

  .content_ambition {
    position: absolute !important;
    top: 15px;
    bottom: 0;
    right: 0;
    left: 0;
    display: flex;
    align-items: center;
    font-size: 1.2rem;
    color: #00365f;
  }

  .ban_pilier {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 70px;
    width: 60%;
  }

  .content_ambition p {
    font-size: 24px;
    color: #fff;
    text-align: left;
    padding-left: 30px;
    padding-right: 30px;
  }

  .text_content {
    font-family: "Exo", Arial, Tahoma, Verdana, Helvetica, sans-serif;
    font-size: 40.389pt;
  }

  .block_droite span {
    font-weight: bold;
  }

  .block_droite li::before {
    content: "\25A0   ";
    color: #009cc4;
  }

  .block_droite ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .block_droite li {
    padding-left: 1em;
    text-indent: -0.7em;
  }

  .txt_bloc {
    display: flex;
  }

  .txt_bloc .titre_bloc_ambition {
    margin-top: -15px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
  }

  .titre_bloc_ambition {
    font-family: "Exo", Arial, Tahoma, Verdana, Helvetica, sans-serif;
    font-size: 12.389pt;
    width: 100%;
    height: auto;
    margin-top: 5px;
    position: absolute;
    z-index: 1;
    margin-left: 5px;
    color: white;
    text-align: center;
  }

  .bandeau_bleu_rse {
    position: absolute;
    text-align: center;
    display: block;
    margin-top: -20px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    width: 155px;
  }

  .titre_engagements {
    margin: auto;
    text-align: left;
    margin-top: 0px;
    font-size: 7pt;
    font-family: "Exo", Arial, Tahoma, Verdana, Helvetica, sans-serif;
    color: #00365F;
  }
  .titre_engagements .trait_b2 {
    position: relative;
    width: 100%;
    height: 100%;
    margin-top: -125px;
    margin-right: auto;
    margin-left: 70px;
  }

  .block_txt_g .block_txt_d {
    display: inline-block;
  }

  #bandeau_piliers .swiper {
    width: 90% !important;
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  #bandeau_piliers .swiper-wrapper {
    width: 118% !important;
  }
  #bandeau_piliers .swiper-slide {
    background-position: center;
    background-size: cover;
    width: 33% !important;
    height: 300px;
  }
  #bandeau_piliers .swiper-slide img {
    display: block;
    width: 100%;
  }

  .block_txt_g span {
    color: #009dc5;
    font-weight: bold;
  }

  .block_txt_d span {
    color: #009dc5;
    font-weight: bold;
  }

  .texte_engagement {
    padding: 10px 10px;
    font-family: "Exo", Arial, Tahoma, Verdana, Helvetica, sans-serif;
    color: #00365f;
    font-size: 13px;
  }

  .block_txt_g {
    display: block;
    margin: auto;
    margin-right: auto;
    margin-bottom: auto;
    margin-left: auto;
    margin-top: 60px;
    width: 100%;
    text-align: justify;
  }

  .block_txt_d {
    display: block;
    margin: auto;
    margin-right: auto;
    margin-bottom: auto;
    margin-left: auto;
    margin-top: 20px;
    width: 100%;
    text-align: justify;
  }

  .signature {
    float: right;
    margin: auto;
    margin-top: 20px;
    color: #00365f;
    font-size: 9.389pt;
    margin-right: 5px;
    font-family: "Exo", Arial, Tahoma, Verdana, Helvetica, sans-serif;
  }

  .signature span {
    font-weight: bold;
    color: #00365f;
    font-family: "Exo", Arial, Tahoma, Verdana, Helvetica, sans-serif;
  }

  .signature p {
    text-align: right;
    font-family: "Exo", Arial, Tahoma, Verdana, Helvetica, sans-serif;
  }

  .guillemet1 {
    position: absolute;
    margin-left: -47px;
    margin-top: -10px;
    width: 70px;
    height: 13px;
  }

  .guillemet2 {
    position: absolute;
    margin-top: -15px;
    margin-left: 150px;
    width: 70px;
    height: 13px;
  }

  .img_bg_g {
    display: none;
  }

  .img_bg_d {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 440px;
    opacity: 100%;
  }

  .bloc_contour_bleu_methode {
    width: 100%;
    padding: 50% 0% 0 0% !important;
    background-color: transparent;
    border: 2px solid;
    border-color: #00365f;
    border-radius: 10px;
    position: relative;
    z-index: -1;
    margin-right: auto;
  }

  .content_methode {
    position: absolute !important;
    top: 15px;
    bottom: 0;
    right: 0;
    left: 0;
    display: flex;
    align-items: center;
    font-size: 1.6rem;
  }

  .content_methode p {
    font-size: 14px;
    color: #00365f;
    text-align: left;
    padding-left: 30px;
    padding-right: 30px;
  }

  .content_methode span {
    color: #009dc5;
    font-weight: bold;
  }

  .text_content_methode {
    font-family: "Exo", Arial, Tahoma, Verdana, Helvetica, sans-serif;
    font-size: 40.389pt;
    color: #00365f;
  }

  .block_droite span {
    font-weight: bold;
  }

  .txt_bloc {
    display: flex;
  }

  .titre_swiper {
    font-family: "Exo", Arial, Tahoma, Verdana, Helvetica, sans-serif;
    font-size: 12.389pt;
    position: absolute;
    z-index: 1;
    margin-left: 105px;
    margin-right: auto;
    color: white;
    margin-top: 8px;
  }

  .txt_bloc .titre_bloc_methode {
    margin-top: -15px;
    margin-right: auto;
    margin-bottom: 0px;
  }

  .titre_bloc_methode {
    font-family: "Exo", Arial, Tahoma, Verdana, Helvetica, sans-serif;
    font-size: 15.389pt;
    width: 100%;
    height: auto;
    margin-top: 5px;
    position: absolute;
    z-index: 1;
    margin-left: 5px;
    color: white;
    text-align: center;
  }

  .bandeau_bleu_methode {
    position: absolute;
    text-align: center;
    display: block;
    margin-top: -20px;
    margin-right: auto;
    margin-bottom: 0px;
  }

  .livre_odd {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 73px;
  }

  .livre_odd img {
    width: 120%;
    height: 110%;
    margin-left: -38px;
  }

  #methode {
    display: flex;
    flex-direction: column-reverse;
  }

  .block_droite_methode {
    display: inline-block;
    width: 70%;
    height: 46%;
    margin: auto;
    margin-top: auto;
    margin-right: auto;
    margin-left: auto;
    margin-top: auto;
    margin-right: auto;
    margin-left: auto;
    margin-left: auto;
    margin-top: 50px;
    position: relative;
    margin-right: auto;
    font-family: "Exo", Arial, Tahoma, Verdana, Helvetica, sans-serif;
  }

  .content_download {
    margin: auto;
    margin-top: auto;
    margin-left: auto;
    margin-left: auto;
    text-align: center;
    margin-top: -8px;
    padding-top: 50px;
    padding-bottom: 45px;
    padding-left: 15px;
    padding-right: 15px;
    color: #00365F;
    font-family: "Exo", Arial, Tahoma, Verdana, Helvetica, sans-serif;
    font-weight: bold;
  }

  .bloc_contour_bleu_download {
    display: none;
  }

  .bloc_contour_bleu_download_mobile {
    width: 70%;
    padding: 3% 0% 0px 0% !important;
    background-color: transparent;
    border: 2px solid;
    border-top-color: currentcolor;
    border-right-color: currentcolor;
    border-bottom-color: currentcolor;
    border-left-color: currentcolor;
    border-color: #00365f;
    border-radius: 10px;
    position: relative;
    z-index: 1;
    margin-left: auto;
    margin-right: auto;
    margin-top: 286px;
  }

  .content_bandeau_download {
    position: relative;
  }

  .img_download {
    margin: auto;
    display: block;
    margin-bottom: 10px;
    margin-top: 10px;
  }

  .txt_download {
    text-align: center;
    display: block;
    color: #00306C;
    margin-top: 230px;
    font-weight: bold;
    font-family: "Exo", Arial, Tahoma, Verdana, Helvetica, sans-serif;
    font-size: 15.187pt;
  }

  .img_bg_g {
    width: 170%;
    height: 100%;
    position: absolute;
    margin-left: -250px;
    margin-top: 60px;
  }

  .img_bg_g_methode {
    width: 120%;
    height: 100%;
    position: absolute;
    margin-left: -85px;
    margin-top: 20px;
  }

  .img_bg_g_mobile {
    width: 120%;
    height: 100%;
    position: absolute;
    margin-left: -85px;
    margin-top: -185px;
  }

  .img_bg_d_mobile {
    width: 120%;
    height: 100%;
    position: absolute;
    margin-left: -85px;
    margin-top: 220px;
    transform: scaleX(-1);
  }

  .img_bg_g_engagement {
    width: 120%;
    height: 100%;
    position: absolute;
    margin-left: -185px;
    margin-top: 480px;
  }

  .img_bleu_pilier {
    margin-top: 150px;
  }

  .img_bg_d {
    margin-left: 1350px;
    width: 100%;
    height: 100%;
    position: absolute;
  }

  .bton_rapport_rse {
    --button-color: #00306C;
    --button-color-hover: #bf620d;
    --button-text-color: #fff;
    --button-text-color-hover: #fff;
    --transparent-background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    background: none;
    border: 0;
    outline: none;
    cursor: pointer;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    transition-property: background, box-shadow, border, color;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    text-decoration: none;
    background: var(--button-color);
    border: 1px solid var(--button-color);
    color: var(--button-text-color);
    font-weight: 600;
    border-radius: 0.6rem;
    padding: 0.78em 1.2em;
    align-items: center;
    text-align: center;
    justify-content: center;
    cursor: pointer;
    text-transform: uppercase;
    line-height: 1.15;
    font-weight: bold;
    font-family: "Exo", Arial, Tahoma, Verdana, Helvetica, sans-serif;
    display: block;
    margin: auto;
  }

  .trait_download {
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    text-align: center;
    display: block;
    bottom: 0;
    height: 250px;
  }

  .trait_download2 {
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    text-align: center;
    display: block;
    bottom: 140px;
    height: 252px;
  }
}
.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: 0px !important;
  right: auto;
  color: black !important;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: 0px !important;
  left: auto;
  color: black !important;
}

@media (min-width: 320px) {
  .video_content {
    display: flex;
    flex-flow: row wrap;
    width: 90%;
    float: right;
    margin-top: 10px;
  }

  .video {
    width: 90%;
  }

  .page_videotheque {
    background-color: #f9f9f9;
  }

  .filtre_categorie_videotheque {
    width: 100%;
    background: rgba(255, 255, 255, 0.9);
    overflow: auto;
    margin-top: 10px;
    height: 100%;
  }

  .filter_search {
    margin: 0 0 0.8em;
    font-size: 1.4rem;
    color: #009cc4;
    font-family: "Exo", Arial, Tahoma, Verdana, Helvetica, sans-serif;
    font-weight: 400;
  }
}
@media (min-width: 481px) {
  /* portrait e-readers (Nook/Kindle), smaller tablets @ 600 or @ 640 wide. */
  .video_content {
    display: flex;
    flex-flow: row wrap;
    width: 75%;
    float: right;
  }

  .video {
    width: 90%;
  }

  .page_videotheque {
    background-color: #f9f9f9;
  }

  .filtre_categorie_videotheque {
    width: 22%;
    float: left;
    overflow: hidden;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: minmax(60vh, 1fr);
    grid-template-areas: "sidebar content content";
    text-align: left;
    background: rgba(255, 255, 255, 0.9);
    overflow: auto;
    margin-top: 10px;
    height: 100%;
  }

  .filter_search {
    margin: 0 0 0.8em 1.2em;
    font-size: 1.4rem;
    color: #009cc4;
    font-family: "Exo", Arial, Tahoma, Verdana, Helvetica, sans-serif;
    font-weight: 400;
  }
}
@media (min-width: 641px) {
  /* portrait tablets, portrait iPad, landscape e-readers, landscape 800x480 or 854x480 phones */
  .video {
    width: 49%;
    padding: 15px;
  }
}
@media (min-width: 961px) {
  /* tablet, landscape iPad, lo-res laptops ands desktops */
}
@media (min-width: 1281px) {
  .video_content {
    display: flex;
    flex-flow: row wrap;
    width: 78%;
    float: right;
  }

  .page_videotheque {
    background-color: #f9f9f9;
  }

  .filtre_categorie_videotheque {
    width: 22%;
    float: left;
    overflow: hidden;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: minmax(75vh, 1fr);
    grid-template-areas: "sidebar content content";
    text-align: left;
    background: rgba(255, 255, 255, 0.9);
    overflow: auto;
    margin-top: 10px;
    height: 100%;
  }

  .filter_search {
    margin: 0 0 0.8em 1.2em;
    font-size: 1.4rem;
    color: #009cc4;
    font-family: "Exo", Arial, Tahoma, Verdana, Helvetica, sans-serif;
    font-weight: 400;
  }

  .video {
    width: 33%;
    padding: 20px;
  }
}
.grey-section-test1 ul,
.grey-section-test1 li {
  overflow: inherit;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.grey-section-test1 ul {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(28rem, 1fr));
  grid-gap: 3rem;
  grid-template-rows: auto;
}
.grey-section-test1 li {
  font-size: 1.2em;
  display: flex;
  flex-direction: column;
  text-align: center;
}
.grey-section-test1 li h2 {
  font-size: 2.4rem;
  font-weight: 400;
  font-family: "Exo", Arial, Tahoma, Verdana, Helvetica, sans-serif;
  margin: 0;
}
.grey-section-test1 li > * {
  flex: 0 0 auto;
}
.grey-section-test1 li > div {
  flex: 1 1 auto;
  font-size: 1.6rem;
  margin-bottom: 1em;
}
.grey-section-test1 li .y-button--full {
  margin-left: auto;
  margin-right: auto;
  max-width: 30rem;
}
.grey-section-test1 .img_doc {
  display: none;
  visibility: hidden;
}
@media (min-width: 1025px) {
  .grey-section-test1 .global_document {
    padding-bottom: 5px;
  }
  .grey-section-test1 li {
    cursor: pointer;
    height: 300px;
    position: relative;
    overflow: hidden;
    width: 400px;
    text-align: center;
  }
  .grey-section-test1 ul .fadedbox {
    background-color: black;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    transition: all 300ms ease-out;
    opacity: 0;
    width: 360px;
    height: 100px;
    padding: 150px 20px;
    border-radius: 15px;
  }
  .grey-section-test1 li:hover .fadedbox {
    opacity: 0.8;
  }
  .grey-section-test1 li:hover .img_doc {
    opacity: 0.5;
  }
  .grey-section-test1 li .text {
    transition: all 300ms ease-out;
    transform: translateY(30px);
    -webkit-transform: translateY(30px);
  }
  .grey-section-test1 li .title {
    font-size: 2.5em;
    text-transform: uppercase;
    opacity: 0;
    transition-delay: 0.2s;
    transition-duration: 0.3s;
  }
  .grey-section-test1 li:hover .title,
.grey-section-test1 li:focus .title {
    opacity: 1;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
  .grey-section-test1 .titre_documents {
    margin-top: -100px;
  }
  .grey-section-test1 .block_doc {
    width: 360px;
    height: 100px;
  }
  .grey-section-test1 .img_doc {
    visibility: visible;
    display: block;
    width: 360px;
    height: 280px;
  }
}

:root {
  --sup-header-size: 45px;
  --header-size: 119px;
  --text-color: #303030;
}

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

body,
td,
pre,
input[type=text],
textarea,
select {
  font-family: "Helvetica", Arial, Tahoma, Verdana, Helvetica, sans-serif;
  font-size: 1.6rem;
  line-height: 1.4;
  color: var(--text-color, #303030);
}
@media (max-width: 720px) {
  body,
td,
pre,
input[type=text],
textarea,
select {
    font-size: 1.4rem;
  }
}

html {
  height: 100%;
  font-size: 0.625em;
  font-size: calc(1em * 0.625);
}

body {
  min-height: 100%;
  position: relative;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  display: flex;
  flex-direction: column;
}
body > * {
  flex: 0 0 auto;
}
body > #content {
  flex: 1 1 auto;
  z-index: 1;
}
body.is-menu-open {
  overflow: hidden;
}

.u-wrapper {
  margin: 0 auto;
  max-width: 110rem;
  text-align: justify;
  width: 94%;
}
@media (max-width: 1170px) {
  .u-wrapper {
    max-width: 94%;
  }
}
.u-wrapper--full {
  max-width: 94%;
}

svg.icon {
  width: 1em;
  height: 1em;
  margin: 0.195em;
}

svg symbol circle,
svg symbol path {
  overflow: visible;
}

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

.text-left {
  text-align: left;
}

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

.text-justify {
  text-align: justify;
}

@media (min-width: 441px) {
  .width-80 {
    margin-left: auto;
    margin-right: auto;
    width: 80%;
  }
}

.content--white {
  --text-color: #fff;
  color: var(--text-color);
}
.content ul,
.content ol {
  position: relative;
  padding: 0.5rem 0;
}
.content ul,
.content ol {
  list-style-type: none;
}
.content ul li {
  text-align: justify;
  line-height: 1.4;
  padding-left: 2.4rem;
  padding-top: 2px;
  padding-bottom: 2px;
  overflow: auto;
}
.content ul li:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 0.4rem solid transparent;
  border-bottom: 0.4rem solid transparent;
  border-left: 0.4rem solid #009cc4;
  position: relative;
  left: -1.2rem;
  top: 0;
  margin: 0 -0.4rem 0 0;
}
.content ol {
  counter-reset: section;
}
.content ol li {
  text-align: justify;
  line-height: 1.4;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 2.3rem;
  position: relative;
  overflow: auto;
}
.content ol li:before {
  counter-increment: section;
  content: counters(section, ".") ".";
  color: #0088ab;
  position: absolute;
  transform: translateX(-100%);
  padding-right: 5px;
}
.content a {
  --shadow: #fff;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  color: #009cc4;
  text-decoration: none;
  font: inherit;
  background-image: linear-gradient(currentColor, currentColor);
  text-decoration: none;
  background-repeat: no-repeat;
  background-size: 100% 1.5px;
  background-position: center bottom 4%;
  background-origin: padding-box;
  text-shadow: 3px 0 var(--shadow), 2px 0 var(--shadow), 1px 0 var(--shadow), -1px 0 var(--shadow), -2px 0 var(--shadow), -3px 0 var(--shadow);
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-message .button,
.woocommerce-page .woocommerce-error .button,
.woocommerce-page .woocommerce-info .button,
.woocommerce-page .woocommerce-message .button,
body .wpcf7 .wpcf7-submit,
body .woocommerce #respond input#submit,
body .woocommerce a.button,
body .woocommerce button.button,
body .woocommerce input.button,
label.y-button,
button.y-button,
.y-button,
a.y-button {
  --button-color: #009cc4;
  --button-color-hover: #007391;
  --button-text-color: #fff;
  --button-text-color-hover: #fff;
  --transparent-background: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  background: none;
  border: 0;
  outline: none;
  cursor: pointer;
  margin: 0;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  transition-property: background, box-shadow, border, color;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  text-decoration: none;
  background: var(--button-color);
  border: 1px solid var(--button-color);
  color: var(--button-text-color);
  font-weight: 600;
  border-radius: 0.6rem;
  padding: 0.78em 1.2em;
  display: inline-flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  cursor: pointer;
  text-transform: uppercase;
  line-height: 1.15;
  font-weight: bold;
  font-family: "Exo", Arial, Tahoma, Verdana, Helvetica, sans-serif;
}
.woocommerce #respond input#submit.alt.is-danger,
.woocommerce a.button.alt.is-danger,
.woocommerce button.button.alt.is-danger,
.woocommerce input.button.alt.is-danger,
.woocommerce .woocommerce-error .button.is-danger,
.woocommerce .woocommerce-info .button.is-danger,
.woocommerce .woocommerce-message .button.is-danger,
.woocommerce-page .woocommerce-error .button.is-danger,
.woocommerce-page .woocommerce-info .button.is-danger,
.woocommerce-page .woocommerce-message .button.is-danger,
body .wpcf7 .wpcf7-submit.is-danger,
body .woocommerce #respond input#submit.is-danger,
body .woocommerce a.button.is-danger,
body .woocommerce button.button.is-danger,
body .woocommerce input.button.is-danger,
label.y-button.is-danger,
button.y-button.is-danger,
.y-button.is-danger,
a.y-button.is-danger {
  --button-color: #d0021b;
  --button-color-hover: #9d0214;
}
.woocommerce #respond input#submit.alt.is-primary,
.woocommerce a.button.alt.is-primary,
.woocommerce button.button.alt.is-primary,
.woocommerce input.button.alt.is-primary,
.woocommerce .woocommerce-error .button.is-primary,
.woocommerce .woocommerce-info .button.is-primary,
.woocommerce .woocommerce-message .button.is-primary,
.woocommerce-page .woocommerce-error .button.is-primary,
.woocommerce-page .woocommerce-info .button.is-primary,
.woocommerce-page .woocommerce-message .button.is-primary,
body .wpcf7 .wpcf7-submit.is-primary,
body .woocommerce #respond input#submit.is-primary,
body .woocommerce a.button.is-primary,
body .woocommerce button.button.is-primary,
body .woocommerce input.button.is-primary,
label.y-button.is-primary,
button.y-button.is-primary,
.y-button.is-primary,
a.y-button.is-primary {
  --button-color: #009cc4;
  --button-color-hover: #007391;
}
.woocommerce #respond input#submit.alt.is-white,
.woocommerce a.button.alt.is-white,
.woocommerce button.button.alt.is-white,
.woocommerce input.button.alt.is-white,
.woocommerce .woocommerce-error .button.is-white,
.woocommerce .woocommerce-info .button.is-white,
.woocommerce .woocommerce-message .button.is-white,
.woocommerce-page .woocommerce-error .button.is-white,
.woocommerce-page .woocommerce-info .button.is-white,
.woocommerce-page .woocommerce-message .button.is-white,
body .wpcf7 .wpcf7-submit.is-white,
body .woocommerce #respond input#submit.is-white,
body .woocommerce a.button.is-white,
body .woocommerce button.button.is-white,
body .woocommerce input.button.is-white,
label.y-button.is-white,
button.y-button.is-white,
.y-button.is-white,
a.y-button.is-white {
  --button-color: white;
  --button-color-hover: white;
  --transparent-background: rgba(0, 0, 0, 0.2);
  --button-text-color-hover: #009cc4;
}
.woocommerce #respond input#submit.alt.is-secondary,
.woocommerce a.button.alt.is-secondary,
.woocommerce button.button.alt.is-secondary,
.woocommerce input.button.alt.is-secondary,
.woocommerce .woocommerce-error .button.is-secondary,
.woocommerce .woocommerce-info .button.is-secondary,
.woocommerce .woocommerce-message .button.is-secondary,
.woocommerce-page .woocommerce-error .button.is-secondary,
.woocommerce-page .woocommerce-info .button.is-secondary,
.woocommerce-page .woocommerce-message .button.is-secondary,
body .wpcf7 .wpcf7-submit.is-secondary,
body .woocommerce #respond input#submit.is-secondary,
body .woocommerce a.button.is-secondary,
body .woocommerce button.button.is-secondary,
body .woocommerce input.button.is-secondary,
label.y-button.is-secondary,
button.y-button.is-secondary,
.y-button.is-secondary,
a.y-button.is-secondary {
  --button-color: #00365f;
  --button-color-hover: #00192c;
}
.woocommerce #respond input#submit.alt.is-valid,
.woocommerce a.button.alt.is-valid,
.woocommerce button.button.alt.is-valid,
.woocommerce input.button.alt.is-valid,
.woocommerce .woocommerce-error .button.is-valid,
.woocommerce .woocommerce-info .button.is-valid,
.woocommerce .woocommerce-message .button.is-valid,
.woocommerce-page .woocommerce-error .button.is-valid,
.woocommerce-page .woocommerce-info .button.is-valid,
.woocommerce-page .woocommerce-message .button.is-valid,
body .wpcf7 .wpcf7-submit.is-valid,
body .woocommerce #respond input#submit.is-valid,
body .woocommerce a.button.is-valid,
body .woocommerce button.button.is-valid,
body .woocommerce input.button.is-valid,
label.y-button.is-valid,
button.y-button.is-valid,
.y-button.is-valid,
a.y-button.is-valid {
  --button-color: #02a94f;
  --button-color-hover: #017737;
}
.woocommerce #respond input#submit.alt:not(:disabled):hover,
.woocommerce a.button.alt:not(:disabled):hover,
.woocommerce button.button.alt:not(:disabled):hover,
.woocommerce input.button.alt:not(:disabled):hover,
.woocommerce .woocommerce-error .button:not(:disabled):hover,
.woocommerce .woocommerce-info .button:not(:disabled):hover,
.woocommerce .woocommerce-message .button:not(:disabled):hover,
.woocommerce-page .woocommerce-error .button:not(:disabled):hover,
.woocommerce-page .woocommerce-info .button:not(:disabled):hover,
.woocommerce-page .woocommerce-message .button:not(:disabled):hover,
body .wpcf7 .wpcf7-submit:not(:disabled):hover,
body .woocommerce #respond input#submit:not(:disabled):hover,
body .woocommerce a.button:not(:disabled):hover,
body .woocommerce button.button:not(:disabled):hover,
body .woocommerce input.button:not(:disabled):hover,
label.y-button:not(:disabled):hover,
button.y-button:not(:disabled):hover,
.y-button:not(:disabled):hover,
a.y-button:not(:disabled):hover {
  background: var(--button-color-hover);
  border: 1px solid var(--button-color-hover);
  color: var(--button-text-color-hover);
}
.woocommerce #respond input#submit.alt--small,
.woocommerce a.button.alt--small,
.woocommerce button.button.alt--small,
.woocommerce input.button.alt--small,
.woocommerce .woocommerce-error .button--small,
.woocommerce .woocommerce-info .button--small,
.woocommerce .woocommerce-message .button--small,
.woocommerce-page .woocommerce-error .button--small,
.woocommerce-page .woocommerce-info .button--small,
.woocommerce-page .woocommerce-message .button--small,
body .wpcf7 .wpcf7-submit--small,
body .woocommerce #respond input#submit--small,
body .woocommerce a.button--small,
body .woocommerce button.button--small,
body .woocommerce input.button--small,
label.y-button--small,
button.y-button--small,
.y-button--small,
a.y-button--small {
  padding: 0.45em 0.8em;
}
.woocommerce #respond input#submit.alt--full,
.woocommerce a.button.alt--full,
.woocommerce button.button.alt--full,
.woocommerce input.button.alt--full,
.woocommerce .woocommerce-error .button--full,
.woocommerce .woocommerce-info .button--full,
.woocommerce .woocommerce-message .button--full,
.woocommerce-page .woocommerce-error .button--full,
.woocommerce-page .woocommerce-info .button--full,
.woocommerce-page .woocommerce-message .button--full,
body .wpcf7 .wpcf7-submit--full,
body .woocommerce #respond input#submit--full,
body .woocommerce a.button--full,
body .woocommerce button.button--full,
body .woocommerce input.button--full,
label.y-button--full,
button.y-button--full,
.y-button--full,
a.y-button--full {
  width: 100%;
}
.woocommerce #respond input#submit.alt--outline,
.woocommerce a.button.alt--outline,
.woocommerce button.button.alt--outline,
.woocommerce input.button.alt--outline,
.woocommerce .woocommerce-error .button--outline,
.woocommerce .woocommerce-info .button--outline,
.woocommerce .woocommerce-message .button--outline,
.woocommerce-page .woocommerce-error .button--outline,
.woocommerce-page .woocommerce-info .button--outline,
.woocommerce-page .woocommerce-message .button--outline,
body .wpcf7 .wpcf7-submit--outline,
body .woocommerce #respond input#submit--outline,
body .woocommerce a.button--outline,
body .woocommerce button.button--outline,
body .woocommerce input.button--outline,
label.y-button--outline,
button.y-button--outline,
.y-button--outline,
a.y-button--outline {
  background: var(--transparent-background);
  color: var(--button-color);
  border: 1px solid var(--button-color);
  text-shadow: none;
}
.woocommerce #respond input#submit.alt--ghost,
.woocommerce a.button.alt--ghost,
.woocommerce button.button.alt--ghost,
.woocommerce input.button.alt--ghost,
.woocommerce .woocommerce-error .button--ghost,
.woocommerce .woocommerce-info .button--ghost,
.woocommerce .woocommerce-message .button--ghost,
.woocommerce-page .woocommerce-error .button--ghost,
.woocommerce-page .woocommerce-info .button--ghost,
.woocommerce-page .woocommerce-message .button--ghost,
body .wpcf7 .wpcf7-submit--ghost,
body .woocommerce #respond input#submit--ghost,
body .woocommerce a.button--ghost,
body .woocommerce button.button--ghost,
body .woocommerce input.button--ghost,
label.y-button--ghost,
button.y-button--ghost,
.y-button--ghost,
a.y-button--ghost {
  --button-color: inherit;
  --button-color-hover: rgba(0, 156, 196, 0.2);
  background: transparent;
  border: 1px solid transparent;
  text-shadow: none;
}
.woocommerce #respond input#submit.alt--ghost.is-primary,
.woocommerce a.button.alt--ghost.is-primary,
.woocommerce button.button.alt--ghost.is-primary,
.woocommerce input.button.alt--ghost.is-primary,
.woocommerce .woocommerce-error .button--ghost.is-primary,
.woocommerce .woocommerce-info .button--ghost.is-primary,
.woocommerce .woocommerce-message .button--ghost.is-primary,
.woocommerce-page .woocommerce-error .button--ghost.is-primary,
.woocommerce-page .woocommerce-info .button--ghost.is-primary,
.woocommerce-page .woocommerce-message .button--ghost.is-primary,
body .wpcf7 .wpcf7-submit--ghost.is-primary,
body .woocommerce #respond input#submit--ghost.is-primary,
body .woocommerce a.button--ghost.is-primary,
body .woocommerce button.button--ghost.is-primary,
body .woocommerce input.button--ghost.is-primary,
label.y-button--ghost.is-primary,
button.y-button--ghost.is-primary,
.y-button--ghost.is-primary,
a.y-button--ghost.is-primary {
  --button-text-color: #009cc4;
  --button-color-hover: #009cc4;
}
.woocommerce #respond input#submit.alt--subtitle,
.woocommerce a.button.alt--subtitle,
.woocommerce button.button.alt--subtitle,
.woocommerce input.button.alt--subtitle,
.woocommerce .woocommerce-error .button--subtitle,
.woocommerce .woocommerce-info .button--subtitle,
.woocommerce .woocommerce-message .button--subtitle,
.woocommerce-page .woocommerce-error .button--subtitle,
.woocommerce-page .woocommerce-info .button--subtitle,
.woocommerce-page .woocommerce-message .button--subtitle,
body .wpcf7 .wpcf7-submit--subtitle,
body .woocommerce #respond input#submit--subtitle,
body .woocommerce a.button--subtitle,
body .woocommerce button.button--subtitle,
body .woocommerce input.button--subtitle,
label.y-button--subtitle,
button.y-button--subtitle,
.y-button--subtitle,
a.y-button--subtitle {
  flex-direction: column;
}
.woocommerce #respond input#submit.alt .y-button__subtitle,
.woocommerce a.button.alt .y-button__subtitle,
.woocommerce button.button.alt .y-button__subtitle,
.woocommerce input.button.alt .y-button__subtitle,
.woocommerce .woocommerce-error .button .y-button__subtitle,
.woocommerce .woocommerce-info .button .y-button__subtitle,
.woocommerce .woocommerce-message .button .y-button__subtitle,
.woocommerce-page .woocommerce-error .button .y-button__subtitle,
.woocommerce-page .woocommerce-info .button .y-button__subtitle,
.woocommerce-page .woocommerce-message .button .y-button__subtitle,
body .wpcf7 .wpcf7-submit .y-button__subtitle,
body .woocommerce #respond input#submit .y-button__subtitle,
body .woocommerce a.button .y-button__subtitle,
body .woocommerce button.button .y-button__subtitle,
body .woocommerce input.button .y-button__subtitle,
label.y-button .y-button__subtitle,
button.y-button .y-button__subtitle,
.y-button .y-button__subtitle,
a.y-button .y-button__subtitle {
  font-size: 1.2rem;
  text-transform: none;
  font-family: "Helvetica", Arial, Tahoma, Verdana, Helvetica, sans-serif;
  font-weight: normal;
  text-align: center;
}
.woocommerce #respond input#submit.alt[disabled],
.woocommerce a.button.alt[disabled],
.woocommerce button.button.alt[disabled],
.woocommerce input.button.alt[disabled],
.woocommerce .woocommerce-error .button[disabled],
.woocommerce .woocommerce-info .button[disabled],
.woocommerce .woocommerce-message .button[disabled],
.woocommerce-page .woocommerce-error .button[disabled],
.woocommerce-page .woocommerce-info .button[disabled],
.woocommerce-page .woocommerce-message .button[disabled],
body .wpcf7 .wpcf7-submit[disabled],
body .woocommerce #respond input#submit[disabled],
body .woocommerce a.button[disabled],
body .woocommerce button.button[disabled],
body .woocommerce input.button[disabled],
label.y-button[disabled],
button.y-button[disabled],
.y-button[disabled],
a.y-button[disabled] {
  opacity: 0.5;
  cursor: initial;
}

.rows {
  --grid-margin: 0.5rem;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  margin: calc(var(--grid-margin) - var(--grid-margin) - var(--grid-margin));
  max-width: calc(100% + var(--grid-margin) * 2);
}
.rows--top {
  align-items: flex-start;
}
.rows--baseline {
  align-items: baseline;
}
.rows--middle {
  align-items: center;
}
.rows--center {
  justify-content: center;
}
.rows--around {
  justify-content: space-around;
}
.rows--start {
  justify-content: flex-start;
}
.rows--end {
  justify-content: flex-end;
}
.rows > .cell {
  margin: var(--grid-margin);
  max-width: 100%;
}
.rows > .cell--1-1 {
  width: calc(100% / 1 - var(--grid-margin) - var(--grid-margin));
  flex: 1 1 calc(100% / 1 - var(--grid-margin) - var(--grid-margin));
}
.rows > .cell--1-2 {
  width: calc(100% / 2 - var(--grid-margin) - var(--grid-margin));
  flex: 1 1 calc(100% / 2 - var(--grid-margin) - var(--grid-margin));
}
.rows > .cell--1-3 {
  width: calc(100% / 3 - var(--grid-margin) - var(--grid-margin));
  flex: 1 1 calc(100% / 3 - var(--grid-margin) - var(--grid-margin));
}
.rows > .cell--1-4 {
  width: calc(100% / 4 - var(--grid-margin) - var(--grid-margin));
  flex: 1 1 calc(100% / 4 - var(--grid-margin) - var(--grid-margin));
}
.rows > .cell--1-5 {
  width: calc(100% / 5 - var(--grid-margin) - var(--grid-margin));
  flex: 1 1 calc(100% / 5 - var(--grid-margin) - var(--grid-margin));
}
.rows > .cell--1-6 {
  width: calc(100% / 6 - var(--grid-margin) - var(--grid-margin));
  flex: 1 1 calc(100% / 6 - var(--grid-margin) - var(--grid-margin));
}
.rows > .cell--1-7 {
  width: calc(100% / 7 - var(--grid-margin) - var(--grid-margin));
  flex: 1 1 calc(100% / 7 - var(--grid-margin) - var(--grid-margin));
}
.rows > .cell--1-8 {
  width: calc(100% / 8 - var(--grid-margin) - var(--grid-margin));
  flex: 1 1 calc(100% / 8 - var(--grid-margin) - var(--grid-margin));
}
.rows > .cell--1-9 {
  width: calc(100% / 9 - var(--grid-margin) - var(--grid-margin));
  flex: 1 1 calc(100% / 9 - var(--grid-margin) - var(--grid-margin));
}
.rows > .cell--1-10 {
  width: calc(100% / 10 - var(--grid-margin) - var(--grid-margin));
  flex: 1 1 calc(100% / 10 - var(--grid-margin) - var(--grid-margin));
}
.rows > .cell--1-11 {
  width: calc(100% / 11 - var(--grid-margin) - var(--grid-margin));
  flex: 1 1 calc(100% / 11 - var(--grid-margin) - var(--grid-margin));
}
.rows > .cell--1-12 {
  width: calc(100% / 12 - var(--grid-margin) - var(--grid-margin));
  flex: 1 1 calc(100% / 12 - var(--grid-margin) - var(--grid-margin));
}
.rows > .cell--1 {
  width: calc( 100% / 12 * 1 - var(--grid-margin) - var(--grid-margin) );
  flex: 1 1 calc(100% / 12 * 1 - var(--grid-margin) - var(--grid-margin));
}
.rows > .cell--2 {
  width: calc( 100% / 12 * 2 - var(--grid-margin) - var(--grid-margin) );
  flex: 1 1 calc(100% / 12 * 2 - var(--grid-margin) - var(--grid-margin));
}
.rows > .cell--3 {
  width: calc( 100% / 12 * 3 - var(--grid-margin) - var(--grid-margin) );
  flex: 1 1 calc(100% / 12 * 3 - var(--grid-margin) - var(--grid-margin));
}
.rows > .cell--4 {
  width: calc( 100% / 12 * 4 - var(--grid-margin) - var(--grid-margin) );
  flex: 1 1 calc(100% / 12 * 4 - var(--grid-margin) - var(--grid-margin));
}
.rows > .cell--5 {
  width: calc( 100% / 12 * 5 - var(--grid-margin) - var(--grid-margin) );
  flex: 1 1 calc(100% / 12 * 5 - var(--grid-margin) - var(--grid-margin));
}
.rows > .cell--6 {
  width: calc( 100% / 12 * 6 - var(--grid-margin) - var(--grid-margin) );
  flex: 1 1 calc(100% / 12 * 6 - var(--grid-margin) - var(--grid-margin));
}
.rows > .cell--7 {
  width: calc( 100% / 12 * 7 - var(--grid-margin) - var(--grid-margin) );
  flex: 1 1 calc(100% / 12 * 7 - var(--grid-margin) - var(--grid-margin));
}
.rows > .cell--8 {
  width: calc( 100% / 12 * 8 - var(--grid-margin) - var(--grid-margin) );
  flex: 1 1 calc(100% / 12 * 8 - var(--grid-margin) - var(--grid-margin));
}
.rows > .cell--9 {
  width: calc( 100% / 12 * 9 - var(--grid-margin) - var(--grid-margin) );
  flex: 1 1 calc(100% / 12 * 9 - var(--grid-margin) - var(--grid-margin));
}
.rows > .cell--10 {
  width: calc( 100% / 12 * 10 - var(--grid-margin) - var(--grid-margin) );
  flex: 1 1 calc(100% / 12 * 10 - var(--grid-margin) - var(--grid-margin));
}
.rows > .cell--11 {
  width: calc( 100% / 12 * 11 - var(--grid-margin) - var(--grid-margin) );
  flex: 1 1 calc(100% / 12 * 11 - var(--grid-margin) - var(--grid-margin));
}
.rows > .cell--12 {
  width: calc( 100% / 12 * 12 - var(--grid-margin) - var(--grid-margin) );
  flex: 1 1 calc(100% / 12 * 12 - var(--grid-margin) - var(--grid-margin));
}
@media (max-width: 1024px) {
  .rows > .cell--bigTablet-1-1 {
    width: calc(100% / 1 - var(--grid-margin) - var(--grid-margin));
    flex: 1 1 calc(100% / 1 - var(--grid-margin) - var(--grid-margin));
  }
  .rows > .cell--bigTablet-1-2 {
    width: calc(100% / 2 - var(--grid-margin) - var(--grid-margin));
    flex: 1 1 calc(100% / 2 - var(--grid-margin) - var(--grid-margin));
  }
  .rows > .cell--bigTablet-1-3 {
    width: calc(100% / 3 - var(--grid-margin) - var(--grid-margin));
    flex: 1 1 calc(100% / 3 - var(--grid-margin) - var(--grid-margin));
  }
  .rows > .cell--bigTablet-1-4 {
    width: calc(100% / 4 - var(--grid-margin) - var(--grid-margin));
    flex: 1 1 calc(100% / 4 - var(--grid-margin) - var(--grid-margin));
  }
  .rows > .cell--bigTablet-1-5 {
    width: calc(100% / 5 - var(--grid-margin) - var(--grid-margin));
    flex: 1 1 calc(100% / 5 - var(--grid-margin) - var(--grid-margin));
  }
  .rows > .cell--bigTablet-1-6 {
    width: calc(100% / 6 - var(--grid-margin) - var(--grid-margin));
    flex: 1 1 calc(100% / 6 - var(--grid-margin) - var(--grid-margin));
  }
  .rows > .cell--bigTablet-1-7 {
    width: calc(100% / 7 - var(--grid-margin) - var(--grid-margin));
    flex: 1 1 calc(100% / 7 - var(--grid-margin) - var(--grid-margin));
  }
  .rows > .cell--bigTablet-1-8 {
    width: calc(100% / 8 - var(--grid-margin) - var(--grid-margin));
    flex: 1 1 calc(100% / 8 - var(--grid-margin) - var(--grid-margin));
  }
  .rows > .cell--bigTablet-1-9 {
    width: calc(100% / 9 - var(--grid-margin) - var(--grid-margin));
    flex: 1 1 calc(100% / 9 - var(--grid-margin) - var(--grid-margin));
  }
  .rows > .cell--bigTablet-1-10 {
    width: calc(100% / 10 - var(--grid-margin) - var(--grid-margin));
    flex: 1 1 calc(100% / 10 - var(--grid-margin) - var(--grid-margin));
  }
  .rows > .cell--bigTablet-1-11 {
    width: calc(100% / 11 - var(--grid-margin) - var(--grid-margin));
    flex: 1 1 calc(100% / 11 - var(--grid-margin) - var(--grid-margin));
  }
  .rows > .cell--bigTablet-1-12 {
    width: calc(100% / 12 - var(--grid-margin) - var(--grid-margin));
    flex: 1 1 calc(100% / 12 - var(--grid-margin) - var(--grid-margin));
  }
  .rows > .cell--bigTablet-1 {
    width: calc( 100% / 12 * 1 - var(--grid-margin) - var(--grid-margin) );
    flex: 1 1 calc(100% / 12 * 1 - var(--grid-margin) - var(--grid-margin));
  }
  .rows > .cell--bigTablet-2 {
    width: calc( 100% / 12 * 2 - var(--grid-margin) - var(--grid-margin) );
    flex: 1 1 calc(100% / 12 * 2 - var(--grid-margin) - var(--grid-margin));
  }
  .rows > .cell--bigTablet-3 {
    width: calc( 100% / 12 * 3 - var(--grid-margin) - var(--grid-margin) );
    flex: 1 1 calc(100% / 12 * 3 - var(--grid-margin) - var(--grid-margin));
  }
  .rows > .cell--bigTablet-4 {
    width: calc( 100% / 12 * 4 - var(--grid-margin) - var(--grid-margin) );
    flex: 1 1 calc(100% / 12 * 4 - var(--grid-margin) - var(--grid-margin));
  }
  .rows > .cell--bigTablet-5 {
    width: calc( 100% / 12 * 5 - var(--grid-margin) - var(--grid-margin) );
    flex: 1 1 calc(100% / 12 * 5 - var(--grid-margin) - var(--grid-margin));
  }
  .rows > .cell--bigTablet-6 {
    width: calc( 100% / 12 * 6 - var(--grid-margin) - var(--grid-margin) );
    flex: 1 1 calc(100% / 12 * 6 - var(--grid-margin) - var(--grid-margin));
  }
  .rows > .cell--bigTablet-7 {
    width: calc( 100% / 12 * 7 - var(--grid-margin) - var(--grid-margin) );
    flex: 1 1 calc(100% / 12 * 7 - var(--grid-margin) - var(--grid-margin));
  }
  .rows > .cell--bigTablet-8 {
    width: calc( 100% / 12 * 8 - var(--grid-margin) - var(--grid-margin) );
    flex: 1 1 calc(100% / 12 * 8 - var(--grid-margin) - var(--grid-margin));
  }
  .rows > .cell--bigTablet-9 {
    width: calc( 100% / 12 * 9 - var(--grid-margin) - var(--grid-margin) );
    flex: 1 1 calc(100% / 12 * 9 - var(--grid-margin) - var(--grid-margin));
  }
  .rows > .cell--bigTablet-10 {
    width: calc( 100% / 12 * 10 - var(--grid-margin) - var(--grid-margin) );
    flex: 1 1 calc(100% / 12 * 10 - var(--grid-margin) - var(--grid-margin));
  }
  .rows > .cell--bigTablet-11 {
    width: calc( 100% / 12 * 11 - var(--grid-margin) - var(--grid-margin) );
    flex: 1 1 calc(100% / 12 * 11 - var(--grid-margin) - var(--grid-margin));
  }
  .rows > .cell--bigTablet-12 {
    width: calc( 100% / 12 * 12 - var(--grid-margin) - var(--grid-margin) );
    flex: 1 1 calc(100% / 12 * 12 - var(--grid-margin) - var(--grid-margin));
  }
}
@media (max-width: 900px) {
  .rows > .cell--tablet-1-1 {
    width: calc(100% / 1 - var(--grid-margin) - var(--grid-margin));
    flex: 1 1 calc(100% / 1 - var(--grid-margin) - var(--grid-margin));
  }
  .rows > .cell--tablet-1-2 {
    width: calc(100% / 2 - var(--grid-margin) - var(--grid-margin));
    flex: 1 1 calc(100% / 2 - var(--grid-margin) - var(--grid-margin));
  }
  .rows > .cell--tablet-1-3 {
    width: calc(100% / 3 - var(--grid-margin) - var(--grid-margin));
    flex: 1 1 calc(100% / 3 - var(--grid-margin) - var(--grid-margin));
  }
  .rows > .cell--tablet-1-4 {
    width: calc(100% / 4 - var(--grid-margin) - var(--grid-margin));
    flex: 1 1 calc(100% / 4 - var(--grid-margin) - var(--grid-margin));
  }
  .rows > .cell--tablet-1-5 {
    width: calc(100% / 5 - var(--grid-margin) - var(--grid-margin));
    flex: 1 1 calc(100% / 5 - var(--grid-margin) - var(--grid-margin));
  }
  .rows > .cell--tablet-1-6 {
    width: calc(100% / 6 - var(--grid-margin) - var(--grid-margin));
    flex: 1 1 calc(100% / 6 - var(--grid-margin) - var(--grid-margin));
  }
  .rows > .cell--tablet-1-7 {
    width: calc(100% / 7 - var(--grid-margin) - var(--grid-margin));
    flex: 1 1 calc(100% / 7 - var(--grid-margin) - var(--grid-margin));
  }
  .rows > .cell--tablet-1-8 {
    width: calc(100% / 8 - var(--grid-margin) - var(--grid-margin));
    flex: 1 1 calc(100% / 8 - var(--grid-margin) - var(--grid-margin));
  }
  .rows > .cell--tablet-1-9 {
    width: calc(100% / 9 - var(--grid-margin) - var(--grid-margin));
    flex: 1 1 calc(100% / 9 - var(--grid-margin) - var(--grid-margin));
  }
  .rows > .cell--tablet-1-10 {
    width: calc(100% / 10 - var(--grid-margin) - var(--grid-margin));
    flex: 1 1 calc(100% / 10 - var(--grid-margin) - var(--grid-margin));
  }
  .rows > .cell--tablet-1-11 {
    width: calc(100% / 11 - var(--grid-margin) - var(--grid-margin));
    flex: 1 1 calc(100% / 11 - var(--grid-margin) - var(--grid-margin));
  }
  .rows > .cell--tablet-1-12 {
    width: calc(100% / 12 - var(--grid-margin) - var(--grid-margin));
    flex: 1 1 calc(100% / 12 - var(--grid-margin) - var(--grid-margin));
  }
  .rows > .cell--tablet-1 {
    width: calc( 100% / 12 * 1 - var(--grid-margin) - var(--grid-margin) );
    flex: 1 1 calc(100% / 12 * 1 - var(--grid-margin) - var(--grid-margin));
  }
  .rows > .cell--tablet-2 {
    width: calc( 100% / 12 * 2 - var(--grid-margin) - var(--grid-margin) );
    flex: 1 1 calc(100% / 12 * 2 - var(--grid-margin) - var(--grid-margin));
  }
  .rows > .cell--tablet-3 {
    width: calc( 100% / 12 * 3 - var(--grid-margin) - var(--grid-margin) );
    flex: 1 1 calc(100% / 12 * 3 - var(--grid-margin) - var(--grid-margin));
  }
  .rows > .cell--tablet-4 {
    width: calc( 100% / 12 * 4 - var(--grid-margin) - var(--grid-margin) );
    flex: 1 1 calc(100% / 12 * 4 - var(--grid-margin) - var(--grid-margin));
  }
  .rows > .cell--tablet-5 {
    width: calc( 100% / 12 * 5 - var(--grid-margin) - var(--grid-margin) );
    flex: 1 1 calc(100% / 12 * 5 - var(--grid-margin) - var(--grid-margin));
  }
  .rows > .cell--tablet-6 {
    width: calc( 100% / 12 * 6 - var(--grid-margin) - var(--grid-margin) );
    flex: 1 1 calc(100% / 12 * 6 - var(--grid-margin) - var(--grid-margin));
  }
  .rows > .cell--tablet-7 {
    width: calc( 100% / 12 * 7 - var(--grid-margin) - var(--grid-margin) );
    flex: 1 1 calc(100% / 12 * 7 - var(--grid-margin) - var(--grid-margin));
  }
  .rows > .cell--tablet-8 {
    width: calc( 100% / 12 * 8 - var(--grid-margin) - var(--grid-margin) );
    flex: 1 1 calc(100% / 12 * 8 - var(--grid-margin) - var(--grid-margin));
  }
  .rows > .cell--tablet-9 {
    width: calc( 100% / 12 * 9 - var(--grid-margin) - var(--grid-margin) );
    flex: 1 1 calc(100% / 12 * 9 - var(--grid-margin) - var(--grid-margin));
  }
  .rows > .cell--tablet-10 {
    width: calc( 100% / 12 * 10 - var(--grid-margin) - var(--grid-margin) );
    flex: 1 1 calc(100% / 12 * 10 - var(--grid-margin) - var(--grid-margin));
  }
  .rows > .cell--tablet-11 {
    width: calc( 100% / 12 * 11 - var(--grid-margin) - var(--grid-margin) );
    flex: 1 1 calc(100% / 12 * 11 - var(--grid-margin) - var(--grid-margin));
  }
  .rows > .cell--tablet-12 {
    width: calc( 100% / 12 * 12 - var(--grid-margin) - var(--grid-margin) );
    flex: 1 1 calc(100% / 12 * 12 - var(--grid-margin) - var(--grid-margin));
  }
}
@media (max-width: 720px) {
  .rows > .cell--bigPhone-1-1 {
    width: calc(100% / 1 - var(--grid-margin) - var(--grid-margin));
    flex: 1 1 calc(100% / 1 - var(--grid-margin) - var(--grid-margin));
  }
  .rows > .cell--bigPhone-1-2 {
    width: calc(100% / 2 - var(--grid-margin) - var(--grid-margin));
    flex: 1 1 calc(100% / 2 - var(--grid-margin) - var(--grid-margin));
  }
  .rows > .cell--bigPhone-1-3 {
    width: calc(100% / 3 - var(--grid-margin) - var(--grid-margin));
    flex: 1 1 calc(100% / 3 - var(--grid-margin) - var(--grid-margin));
  }
  .rows > .cell--bigPhone-1-4 {
    width: calc(100% / 4 - var(--grid-margin) - var(--grid-margin));
    flex: 1 1 calc(100% / 4 - var(--grid-margin) - var(--grid-margin));
  }
  .rows > .cell--bigPhone-1-5 {
    width: calc(100% / 5 - var(--grid-margin) - var(--grid-margin));
    flex: 1 1 calc(100% / 5 - var(--grid-margin) - var(--grid-margin));
  }
  .rows > .cell--bigPhone-1-6 {
    width: calc(100% / 6 - var(--grid-margin) - var(--grid-margin));
    flex: 1 1 calc(100% / 6 - var(--grid-margin) - var(--grid-margin));
  }
  .rows > .cell--bigPhone-1-7 {
    width: calc(100% / 7 - var(--grid-margin) - var(--grid-margin));
    flex: 1 1 calc(100% / 7 - var(--grid-margin) - var(--grid-margin));
  }
  .rows > .cell--bigPhone-1-8 {
    width: calc(100% / 8 - var(--grid-margin) - var(--grid-margin));
    flex: 1 1 calc(100% / 8 - var(--grid-margin) - var(--grid-margin));
  }
  .rows > .cell--bigPhone-1-9 {
    width: calc(100% / 9 - var(--grid-margin) - var(--grid-margin));
    flex: 1 1 calc(100% / 9 - var(--grid-margin) - var(--grid-margin));
  }
  .rows > .cell--bigPhone-1-10 {
    width: calc(100% / 10 - var(--grid-margin) - var(--grid-margin));
    flex: 1 1 calc(100% / 10 - var(--grid-margin) - var(--grid-margin));
  }
  .rows > .cell--bigPhone-1-11 {
    width: calc(100% / 11 - var(--grid-margin) - var(--grid-margin));
    flex: 1 1 calc(100% / 11 - var(--grid-margin) - var(--grid-margin));
  }
  .rows > .cell--bigPhone-1-12 {
    width: calc(100% / 12 - var(--grid-margin) - var(--grid-margin));
    flex: 1 1 calc(100% / 12 - var(--grid-margin) - var(--grid-margin));
  }
  .rows > .cell--bigPhone-1 {
    width: calc( 100% / 12 * 1 - var(--grid-margin) - var(--grid-margin) );
    flex: 1 1 calc(100% / 12 * 1 - var(--grid-margin) - var(--grid-margin));
  }
  .rows > .cell--bigPhone-2 {
    width: calc( 100% / 12 * 2 - var(--grid-margin) - var(--grid-margin) );
    flex: 1 1 calc(100% / 12 * 2 - var(--grid-margin) - var(--grid-margin));
  }
  .rows > .cell--bigPhone-3 {
    width: calc( 100% / 12 * 3 - var(--grid-margin) - var(--grid-margin) );
    flex: 1 1 calc(100% / 12 * 3 - var(--grid-margin) - var(--grid-margin));
  }
  .rows > .cell--bigPhone-4 {
    width: calc( 100% / 12 * 4 - var(--grid-margin) - var(--grid-margin) );
    flex: 1 1 calc(100% / 12 * 4 - var(--grid-margin) - var(--grid-margin));
  }
  .rows > .cell--bigPhone-5 {
    width: calc( 100% / 12 * 5 - var(--grid-margin) - var(--grid-margin) );
    flex: 1 1 calc(100% / 12 * 5 - var(--grid-margin) - var(--grid-margin));
  }
  .rows > .cell--bigPhone-6 {
    width: calc( 100% / 12 * 6 - var(--grid-margin) - var(--grid-margin) );
    flex: 1 1 calc(100% / 12 * 6 - var(--grid-margin) - var(--grid-margin));
  }
  .rows > .cell--bigPhone-7 {
    width: calc( 100% / 12 * 7 - var(--grid-margin) - var(--grid-margin) );
    flex: 1 1 calc(100% / 12 * 7 - var(--grid-margin) - var(--grid-margin));
  }
  .rows > .cell--bigPhone-8 {
    width: calc( 100% / 12 * 8 - var(--grid-margin) - var(--grid-margin) );
    flex: 1 1 calc(100% / 12 * 8 - var(--grid-margin) - var(--grid-margin));
  }
  .rows > .cell--bigPhone-9 {
    width: calc( 100% / 12 * 9 - var(--grid-margin) - var(--grid-margin) );
    flex: 1 1 calc(100% / 12 * 9 - var(--grid-margin) - var(--grid-margin));
  }
  .rows > .cell--bigPhone-10 {
    width: calc( 100% / 12 * 10 - var(--grid-margin) - var(--grid-margin) );
    flex: 1 1 calc(100% / 12 * 10 - var(--grid-margin) - var(--grid-margin));
  }
  .rows > .cell--bigPhone-11 {
    width: calc( 100% / 12 * 11 - var(--grid-margin) - var(--grid-margin) );
    flex: 1 1 calc(100% / 12 * 11 - var(--grid-margin) - var(--grid-margin));
  }
  .rows > .cell--bigPhone-12 {
    width: calc( 100% / 12 * 12 - var(--grid-margin) - var(--grid-margin) );
    flex: 1 1 calc(100% / 12 * 12 - var(--grid-margin) - var(--grid-margin));
  }
}
@media (max-width: 440px) {
  .rows > .cell--phone-1-1 {
    width: calc(100% / 1 - var(--grid-margin) - var(--grid-margin));
    flex: 1 1 calc(100% / 1 - var(--grid-margin) - var(--grid-margin));
  }
  .rows > .cell--phone-1-2 {
    width: calc(100% / 2 - var(--grid-margin) - var(--grid-margin));
    flex: 1 1 calc(100% / 2 - var(--grid-margin) - var(--grid-margin));
  }
  .rows > .cell--phone-1-3 {
    width: calc(100% / 3 - var(--grid-margin) - var(--grid-margin));
    flex: 1 1 calc(100% / 3 - var(--grid-margin) - var(--grid-margin));
  }
  .rows > .cell--phone-1-4 {
    width: calc(100% / 4 - var(--grid-margin) - var(--grid-margin));
    flex: 1 1 calc(100% / 4 - var(--grid-margin) - var(--grid-margin));
  }
  .rows > .cell--phone-1-5 {
    width: calc(100% / 5 - var(--grid-margin) - var(--grid-margin));
    flex: 1 1 calc(100% / 5 - var(--grid-margin) - var(--grid-margin));
  }
  .rows > .cell--phone-1-6 {
    width: calc(100% / 6 - var(--grid-margin) - var(--grid-margin));
    flex: 1 1 calc(100% / 6 - var(--grid-margin) - var(--grid-margin));
  }
  .rows > .cell--phone-1-7 {
    width: calc(100% / 7 - var(--grid-margin) - var(--grid-margin));
    flex: 1 1 calc(100% / 7 - var(--grid-margin) - var(--grid-margin));
  }
  .rows > .cell--phone-1-8 {
    width: calc(100% / 8 - var(--grid-margin) - var(--grid-margin));
    flex: 1 1 calc(100% / 8 - var(--grid-margin) - var(--grid-margin));
  }
  .rows > .cell--phone-1-9 {
    width: calc(100% / 9 - var(--grid-margin) - var(--grid-margin));
    flex: 1 1 calc(100% / 9 - var(--grid-margin) - var(--grid-margin));
  }
  .rows > .cell--phone-1-10 {
    width: calc(100% / 10 - var(--grid-margin) - var(--grid-margin));
    flex: 1 1 calc(100% / 10 - var(--grid-margin) - var(--grid-margin));
  }
  .rows > .cell--phone-1-11 {
    width: calc(100% / 11 - var(--grid-margin) - var(--grid-margin));
    flex: 1 1 calc(100% / 11 - var(--grid-margin) - var(--grid-margin));
  }
  .rows > .cell--phone-1-12 {
    width: calc(100% / 12 - var(--grid-margin) - var(--grid-margin));
    flex: 1 1 calc(100% / 12 - var(--grid-margin) - var(--grid-margin));
  }
  .rows > .cell--phone-1 {
    width: calc( 100% / 12 * 1 - var(--grid-margin) - var(--grid-margin) );
    flex: 1 1 calc(100% / 12 * 1 - var(--grid-margin) - var(--grid-margin));
  }
  .rows > .cell--phone-2 {
    width: calc( 100% / 12 * 2 - var(--grid-margin) - var(--grid-margin) );
    flex: 1 1 calc(100% / 12 * 2 - var(--grid-margin) - var(--grid-margin));
  }
  .rows > .cell--phone-3 {
    width: calc( 100% / 12 * 3 - var(--grid-margin) - var(--grid-margin) );
    flex: 1 1 calc(100% / 12 * 3 - var(--grid-margin) - var(--grid-margin));
  }
  .rows > .cell--phone-4 {
    width: calc( 100% / 12 * 4 - var(--grid-margin) - var(--grid-margin) );
    flex: 1 1 calc(100% / 12 * 4 - var(--grid-margin) - var(--grid-margin));
  }
  .rows > .cell--phone-5 {
    width: calc( 100% / 12 * 5 - var(--grid-margin) - var(--grid-margin) );
    flex: 1 1 calc(100% / 12 * 5 - var(--grid-margin) - var(--grid-margin));
  }
  .rows > .cell--phone-6 {
    width: calc( 100% / 12 * 6 - var(--grid-margin) - var(--grid-margin) );
    flex: 1 1 calc(100% / 12 * 6 - var(--grid-margin) - var(--grid-margin));
  }
  .rows > .cell--phone-7 {
    width: calc( 100% / 12 * 7 - var(--grid-margin) - var(--grid-margin) );
    flex: 1 1 calc(100% / 12 * 7 - var(--grid-margin) - var(--grid-margin));
  }
  .rows > .cell--phone-8 {
    width: calc( 100% / 12 * 8 - var(--grid-margin) - var(--grid-margin) );
    flex: 1 1 calc(100% / 12 * 8 - var(--grid-margin) - var(--grid-margin));
  }
  .rows > .cell--phone-9 {
    width: calc( 100% / 12 * 9 - var(--grid-margin) - var(--grid-margin) );
    flex: 1 1 calc(100% / 12 * 9 - var(--grid-margin) - var(--grid-margin));
  }
  .rows > .cell--phone-10 {
    width: calc( 100% / 12 * 10 - var(--grid-margin) - var(--grid-margin) );
    flex: 1 1 calc(100% / 12 * 10 - var(--grid-margin) - var(--grid-margin));
  }
  .rows > .cell--phone-11 {
    width: calc( 100% / 12 * 11 - var(--grid-margin) - var(--grid-margin) );
    flex: 1 1 calc(100% / 12 * 11 - var(--grid-margin) - var(--grid-margin));
  }
  .rows > .cell--phone-12 {
    width: calc( 100% / 12 * 12 - var(--grid-margin) - var(--grid-margin) );
    flex: 1 1 calc(100% / 12 * 12 - var(--grid-margin) - var(--grid-margin));
  }
}
@media (max-width: 440px) {
  .rows > .cell {
    min-width: calc(100% - var(--grid-margin) * 2);
  }
}
.rows--large {
  --grid-margin: 1.5rem;
}
@media (max-width: 440px) {
  .rows--large {
    --grid-margin: 1rem;
  }
}
.rows--no-gutter {
  --grid-margin: 0px;
}

.wpcf7 {
  display: block;
  width: 100%;
  margin: 1em 0 2em;
}
.wpcf7 .wpcf7-validation-errors, .wpcf7 .wpcf7-acceptance-missing {
  border-radius: 0.6rem;
  margin: 0;
  border: 2px solid #d0021b;
  background: rgba(208, 2, 27, 0.2);
  color: #d0021b;
  padding: 1em;
}
.wpcf7 .wpcf7-mail-sent-ok {
  border-radius: 0.6rem;
  margin: 0;
  border: 2px solid #02a94f;
  background: rgba(2, 169, 79, 0.2);
  color: #02a94f;
  padding: 1em;
}
.wpcf7 .wpcf7-form {
  width: 100%;
  max-width: 60rem;
  margin: 0 auto;
}
.wpcf7 label {
  font-size: 0.8em;
  opacity: 0.88;
}
.wpcf7 input[type=text],
.wpcf7 input[type=color],
.wpcf7 input[type=date],
.wpcf7 input[type=datetime],
.wpcf7 input[type=tel],
.wpcf7 input[type=number],
.wpcf7 input[type=password],
.wpcf7 input[type=email],
.wpcf7 select,
.wpcf7 textarea {
  background: white;
  color: inherit;
  font: inherit;
  font-size: 1.6rem;
  padding: 0.4em 0.6em;
  border-radius: 0.6rem;
  border: 1px solid rgba(0, 0, 0, 0.2);
  display: block;
  width: 100%;
}
.wpcf7 .wpcf7-list-item.first {
  margin-left: 0;
}
.wpcf7 input[type=checkbox],
.wpcf7 input[type=radio] {
  display: inline-block;
}
.wpcf7 select {
  height: 3.6rem;
}
.wpcf7 .wpcf7-not-valid-tip {
  font-size: 1.4rem;
  color: #d0021b;
}
.wpcf7 textarea {
  resize: vertical;
  min-height: 20rem;
}
.wpcf7 .wpcf7-radio input, .wpcf7 .wpcf7-checkbox input {
  margin-right: 0.4em;
}
.wpcf7 .wpcf7-radio label, .wpcf7 .wpcf7-checkbox label {
  opacity: 1;
  font-size: 1.6rem;
}
.wpcf7 .wpcf7-submit {
  margin: 1em 0 !important;
}

.content h1 {
  font-size: 8.2rem;
  font-weight: 200;
  font-family: "Exo", Arial, Tahoma, Verdana, Helvetica, sans-serif;
  margin-top: 0;
  margin-bottom: 0.4em;
  line-height: 1.1;
}
@media (max-width: 1024px) {
  .content h1 {
    font-size: 6.6rem;
  }
}
@media (max-width: 900px) {
  .content h1 {
    font-size: 5.2rem;
  }
}
@media (max-width: 720px) {
  .content h1 {
    font-size: 4rem;
  }
}
@media (max-width: 440px) {
  .content h1 {
    font-size: 3.6rem;
  }
}
.content h2 {
  font-size: 6.6rem;
  font-weight: 200;
  font-family: "Exo", Arial, Tahoma, Verdana, Helvetica, sans-serif;
  margin: 0.4em 0;
  line-height: 1.2;
  text-align: left;
}
@media (max-width: 1024px) {
  .content h2 {
    font-size: 5.2rem;
  }
}
@media (max-width: 900px) {
  .content h2 {
    font-size: 4.1rem;
  }
}
@media (max-width: 720px) {
  .content h2 {
    font-size: 3.2rem;
  }
}
@media (max-width: 440px) {
  .content h2 {
    font-size: 2.9rem;
  }
}
.content h3 {
  font-size: 2.4rem;
  font-weight: 400;
  font-family: "Exo", Arial, Tahoma, Verdana, Helvetica, sans-serif;
  margin: 0.4em 0;
  line-height: 1.2;
  text-align: left;
}

h1 strong,
h2 strong,
h3 strong,
h4 strong {
  font-weight: 600;
}

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

.sup-header {
  padding: 0.5em 0;
  background: #00365f;
  color: white;
  font-size: 1.4rem;
  position: relative;
  z-index: 2;
}
.sup-header .u-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 900px) {
  .sup-header {
    display: none;
  }
}

.sup-header--links {
  display: flex;
  align-items: center;
}
.sup-header--links li ~ li {
  margin-left: 1em;
}
.sup-header--links li.social-link ~ .social-link {
  margin-left: 0;
}
.sup-header--links a {
  color: inherit;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  font-family: "Exo", Arial, Tahoma, Verdana, Helvetica, sans-serif;
  display: inline-block;
}
.sup-header--links svg.icon {
  vertical-align: middle;
  margin: 0.4em;
}

.sup-header--form {
  position: relative;
  color: rgba(255, 255, 255, 0.7);
  flex-grow: 1;
  max-width: 22rem;
}
.sup-header--form input {
  font-family: "Exo", Arial, Tahoma, Verdana, Helvetica, sans-serif;
  padding: 0.2em 0;
  color: inherit;
  background: none;
  border: 0;
  outline: none;
  border-bottom: 1px solid currentColor;
  width: 100%;
}
.sup-header--form input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.sup-header--form input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.sup-header--form input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.sup-header--form input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.sup-header--form input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.sup-header--form input:focus {
  color: #ffffff;
}
.sup-header--form button[type=submit] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  background: none;
  border: 0;
  outline: none;
  cursor: pointer;
  margin: 0;
  color: inherit;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  padding-right: 0;
}
.sup-header--form button[type=submit] svg.icon {
  margin-right: 0;
}

.sup-header--lang {
  text-align: right;
}
.sup-header--lang .wpml-ls-legacy-dropdown-click,
.sup-header--lang .wpml-ls-legacy-dropdown {
  width: auto;
}
.sup-header--lang .wpml-ls-legacy-dropdown-click li.wpml-ls-item-legacy-dropdown,
.sup-header--lang .wpml-ls-legacy-dropdown li.wpml-ls-item-legacy-dropdown {
  background: rgba(0, 0, 0, 0.16);
  border-radius: 0.6rem;
}
.sup-header--lang .wpml-ls-legacy-dropdown-click li.wpml-ls-item-legacy-dropdown:hover .wpml-ls-sub-menu, .sup-header--lang .wpml-ls-legacy-dropdown-click li.wpml-ls-item-legacy-dropdown:focus .wpml-ls-sub-menu,
.sup-header--lang .wpml-ls-legacy-dropdown li.wpml-ls-item-legacy-dropdown:hover .wpml-ls-sub-menu,
.sup-header--lang .wpml-ls-legacy-dropdown li.wpml-ls-item-legacy-dropdown:focus .wpml-ls-sub-menu {
  opacity: 1;
  transform: none;
  pointer-events: all;
}
@media (max-width: 900px) {
  .sup-header--lang .wpml-ls-legacy-dropdown-click li.wpml-ls-item-legacy-dropdown:hover .wpml-ls-sub-menu, .sup-header--lang .wpml-ls-legacy-dropdown-click li.wpml-ls-item-legacy-dropdown:focus .wpml-ls-sub-menu,
.sup-header--lang .wpml-ls-legacy-dropdown li.wpml-ls-item-legacy-dropdown:hover .wpml-ls-sub-menu,
.sup-header--lang .wpml-ls-legacy-dropdown li.wpml-ls-item-legacy-dropdown:focus .wpml-ls-sub-menu {
    transform: translateX(50%);
  }
}
.sup-header--lang .wpml-ls-legacy-dropdown-click li:hover a, .sup-header--lang .wpml-ls-legacy-dropdown-click li:focus a,
.sup-header--lang .wpml-ls-legacy-dropdown li:hover a,
.sup-header--lang .wpml-ls-legacy-dropdown li:focus a {
  background: none;
  border: 0;
  color: inherit;
}
.sup-header--lang .wpml-ls-legacy-dropdown-click a,
.sup-header--lang .wpml-ls-legacy-dropdown a {
  background: none;
  border: 0;
  padding: 0.6em 1em;
  color: inherit;
}
.sup-header--lang .wpml-ls-legacy-dropdown-click a.wpml-ls-link,
.sup-header--lang .wpml-ls-legacy-dropdown a.wpml-ls-link {
  width: 100%;
}
.sup-header--lang .wpml-ls-legacy-dropdown-click a.wpml-ls-link:hover,
.sup-header--lang .wpml-ls-legacy-dropdown a.wpml-ls-link:hover {
  background: #eff2f5;
}
.sup-header--lang .wpml-ls-legacy-dropdown-click a:hover, .sup-header--lang .wpml-ls-legacy-dropdown-click a:focus,
.sup-header--lang .wpml-ls-legacy-dropdown a:hover,
.sup-header--lang .wpml-ls-legacy-dropdown a:focus {
  background: none;
  border: 0;
  color: inherit;
}
.sup-header--lang .wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle,
.sup-header--lang .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
  padding-right: 2em;
}
.sup-header--lang .wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle .wpml-ls-native,
.sup-header--lang .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle .wpml-ls-native {
  position: absolute;
  pointer-events: none;
  opacity: 0;
}
.sup-header--lang .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu,
.sup-header--lang .wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
  border: 0;
  overflow: hidden;
  pointer-events: none;
  visibility: visible !important;
  text-align: left;
  text-transform: none;
  background: white;
  width: 22rem;
  left: initial;
  border-radius: 0.6rem;
  color: black;
  box-shadow: 0 0.2rem 0.6rem rgba(0, 0, 0, 0.2);
  transform: scaleY(0.8) translateY(-0.4rem);
  transform-origin: 0 0;
  transition: transform 0.2s ease-in-out, opacity 0.2s linear;
  opacity: 0;
}
.sup-header--lang .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu a,
.sup-header--lang .wpml-ls-legacy-dropdown .wpml-ls-sub-menu a {
  padding: 0.8em 1em;
  text-transform: none;
  font-weight: 400;
}
@media (max-width: 900px) {
  .sup-header--lang .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu,
.sup-header--lang .wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
    top: initial;
    bottom: 100%;
    right: 50%;
    transform-origin: 0 100%;
    transform: scaleY(0.8) translateY(0.4rem) translateX(50%);
  }
}

.sup-menu .sup-menu__list {
  display: flex;
  align-items: center;
}
.sup-menu .sup-menu__item {
  color: #a9b3bb;
  font-size: 1.4rem;
  text-transform: uppercase;
  font-weight: bold;
  display: flex;
  font-family: "Exo", Arial, Tahoma, Verdana, Helvetica, sans-serif;
  align-items: center;
  transition: color 0.2s linear;
}
.sup-menu .sup-menu__item:hover {
  color: white;
}
.sup-menu .sup-menu__item:not(:first-child) {
  margin-left: 2em;
}
.sup-menu .sup-menu__item:not(:first-child)::before {
  position: relative;
  left: -1em;
  margin-right: -2px;
  width: 2px;
  background: #009cc4;
  content: "";
  display: inline-block;
  height: 1.2em;
}
.sup-menu .sup-menu__link {
  display: block;
  font: inherit;
  color: inherit;
  text-decoration: none;
}

header.header {
  --opacity: 1;
  padding: 0;
  position: relative;
  position: -webkit-sticky;
  position: sticky;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
}
header.header.is-animated {
  --opacity: 0;
}
header.header div.header {
  position: relative;
  padding: 1.2rem 0;
  z-index: 2;
}
header.header div.header:before, header.header div.header::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
header.header div.header::before {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
}
header.header div.header::after {
  background: #012e50;
  opacity: var(--opacity);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
header.header .u-wrapper {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header.header .logo {
  margin: 0;
  height: 4.2rem;
  flex: 0 0 auto;
}
header.header .logo a,
header.header .logo img {
  display: block;
  height: 100%;
}

section#content > .u-wrapper {
  padding: 2em 0;
}
.single-product section#content > .u-wrapper {
  padding: 0;
}

main {
  padding: 3em 0;
  font-weight: 400;
  font-size: 1.8rem;
}
main img {
  max-width: 100%;
}

.grey-section {
  background: #eff2f5;
  padding: 3em 0;
}

.search-results article {
  padding: 2em 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.search-results article:last-of-type {
  border-bottom: 0;
}
.search-results .y-pager {
  margin-top: 2em;
}

img.alignleft {
  float: left;
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}
img.alignright {
  float: right;
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.fullheight-section {
  min-height: calc(100vh - var(--header-size, 0px));
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  padding: 3em 0 4em;
}
.fullheight-section > .u-wrapper {
  padding: 0;
  font-size: 1.8rem;
}
.fullheight-section > .u-wrapper h1 {
  font-size: 6.6rem;
}
@media (max-width: 1024px) {
  .fullheight-section > .u-wrapper h1 {
    font-size: 5.6rem;
  }
}
@media (max-width: 900px) {
  .fullheight-section > .u-wrapper h1 {
    font-size: 4.6rem;
  }
}
@media (max-width: 720px) {
  .fullheight-section > .u-wrapper h1 {
    font-size: 3.8rem;
  }
}
.fullheight-section > * {
  flex: 0 0 auto;
}

.right-section h1,
.right-section h2,
.right-section h3,
.right-section h4 {
  text-align: right;
}

.blog .hero {
  color: white;
  height: 33rem;
  position: relative;
}
.blog .hero img {
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.blog .hero .u-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.blog .hero .u-wrapper h1 {
  margin: 0;
}
.blog #content {
  background: #eff2f5;
}
.blog .y-pager {
  margin-top: 2em;
}

.tease-default {
  display: flex;
}
.tease-default .picture {
  flex: 0 0 auto;
  margin-right: 2em;
  padding: 0.4em;
  background: white;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}
.tease-default .picture img {
  width: 150px;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  display: block;
}
.tease-default h2 {
  font-size: 3rem;
}
.tease-default .text {
  flex: 1 1 auto;
}
.tease-default .text > *:first-child {
  margin-top: 0;
}
.tease-default .text > *:last-child {
  margin-bottom: 0;
}

.single-post #content .u-wrapper {
  padding: 6em 0;
}
@media (max-width: 900px) {
  .single-post #content .u-wrapper {
    padding: 4em 0;
  }
}
@media (max-width: 720px) {
  .single-post #content .u-wrapper {
    padding: 3em 0;
  }
}
@media (max-width: 440px) {
  .single-post #content .u-wrapper {
    padding: 2em 0;
  }
}

@font-face {
  font-family: "Exo Light";
  src: url("../img/Exo-Light.woff");
  font-weight: normal;
}
footer#footer {
  background: #e2e5e8;
  font-size: 0.9em;
  padding: 2em 0;
  color: #6e7479;
  position: relative;
  z-index: 3;
}
footer#footer .next-section {
  left: initial;
  right: 0;
  top: 50%;
  bottom: initial;
  transform: translateY(-50%);
  border-radius: 0.6rem 0 0 0.6rem;
  background: #00365f;
  color: white;
  font-size: 1rem;
  font-family: "Exo", Arial, Tahoma, Verdana, Helvetica, sans-serif;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-weight: bold;
  padding: 0.8em 1em;
}
@media (min-width: 721px) and (max-width: 1170px) {
  footer#footer .next-section {
    top: 0;
  }
}
footer#footer .next-section .circle-arrow {
  font-size: 3.6em;
  transform: rotate(180deg);
  margin-bottom: 0.2em;
}
footer#footer .next-section:hover {
  background: #002540;
}
footer#footer .logo {
  height: 2.2em;
  display: inline-block;
}
footer#footer .logo img {
  height: 100%;
}
@media (max-width: 720px) {
  footer#footer .cell {
    min-width: calc(100% - var(--grid-margin) * 2);
  }
}
footer#footer .cell ~ .cell {
  position: relative;
}
@media (min-width: 721px) {
  footer#footer .cell ~ .cell::before {
    content: "";
    display: block;
    position: absolute;
    left: -1em;
    top: 0;
    height: 100%;
    width: 1px;
    background: #cdcdcd;
  }
}
footer#footer p {
  margin: 0.4em 0;
}
footer#footer p a:not(.y-button) {
  color: inherit;
  text-decoration: none;
  font: inherit;
}
footer#footer p a:not(.y-button):hover {
  color: #009cc4;
}
footer#footer p svg.icon {
  display: inline-block;
  vertical-align: middle;
}

.cover {
  --translate: 293px;
  --padding-sup: 8rem;
  z-index: 1;
  min-height: calc(100vh - var(--sup-header-size, 4.5rem));
  color: #fff;
  margin-top: calc(var(--sup-header-size, 4.5rem) - var(--header-size, 12rem));
  padding-top: calc( var(--header-size, 12rem) - var(--sup-header-size, 4.5rem) + var(--padding-sup) );
  padding-bottom: var(--padding-sup);
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
}
@media (max-width: 440px) {
  .cover {
    --padding-sup: 6.5rem;
  }
}
.cover > * {
  flex: 0 0 auto;
}
.cover .cover__wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.cover .cover__description {
  font-size: 1.8rem;
  font-weight: 400;
  margin: 1.4em 0 0.4em;
  max-width: 70rem;
}
.cover .cover__buttons {
  margin-top: 2em;
  font-size: 1.8rem;
  text-align: center;
  width: 100%;
}
.cover .cover__buttons .y-button {
  display: inline-block;
  vertical-align: top;
  margin: 0.4em;
  width: 100%;
  max-width: 24rem;
  flex-grow: 1;
  flex-shrink: 0;
}
.cover .cover__buttons .y-button--outline {
  --button-color: #fff;
}
.cover .cover__buttons .y-button--outline:not(:hover) {
  background: rgba(0, 0, 0, 0.2);
}
.cover .cover__buttons .y-button--outline:hover {
  --button-color-hover: #fff;
  color: #009cc4;
}
.cover .cover__title {
  margin: 0;
  font-size: 8.25rem;
  line-height: 1.1;
  font-family: "Exo", Arial, Tahoma, Verdana, Helvetica, sans-serif;
  font-weight: 200;
}
@media (max-width: 1024px) {
  .cover .cover__title {
    font-size: 6.6rem;
  }
}
@media (max-width: 900px) {
  .cover .cover__title {
    font-size: 5.2rem;
  }
}
@media (max-width: 720px) {
  .cover .cover__title {
    font-size: 4rem;
  }
}
@media (max-width: 440px) {
  .cover .cover__title {
    font-size: 3.6rem;
  }
}
.cover .cover__title span {
  font-weight: 600;
  display: block;
}

.y-product .product_title {
  font-size: 8rem;
  font-family: "Exo", Arial, Tahoma, Verdana, Helvetica, sans-serif;
  font-weight: 400;
  margin: 0;
  grid-area: top;
  text-align: left;
}
@media (max-width: 1024px) {
  .y-product .product_title {
    font-size: 6.4rem;
  }
}
@media (max-width: 900px) {
  .y-product .product_title {
    font-size: 5.2rem;
  }
}
@media (max-width: 720px) {
  .y-product .product_title {
    font-size: 4rem;
  }
}
@media (max-width: 440px) {
  .y-product .product_title {
    font-size: 3.2rem;
  }
}
.y-product .wc-tabs {
  padding: 0;
  display: none;
}
.y-product .wc-tabs li:only-child {
  display: none;
}
.y-product .price:empty {
  display: none;
}
.y-product .woocommerce-Tabs-panel > h2:first-child {
  display: none;
}
.y-product .y-product__description, .y-product .y-product__tags {
  font-size: 1.28em;
}
.y-product .y-product__description a, .y-product .y-product__tags a {
  font-weight: bold;
  text-transform: capitalize;
}
.y-product .y-product__product-content {
  padding: 5em 0;
}
@media (max-width: 900px) {
  .y-product .y-product__product-content {
    padding: 3.8em 0;
  }
}
@media (max-width: 720px) {
  .y-product .y-product__product-content {
    padding: 2em 0;
  }
}
@media (max-width: 440px) {
  .y-product .y-product__product-content {
    padding: 1.5em 0;
  }
}
.y-product .y-product__related-products {
  padding: 2em 0;
  background: #eff2f5;
}
.y-product .y-product__related-products .u-wrapper > h2 {
  text-align: center;
  font-size: 1.71em;
  font-weight: 500;
  font-family: "Exo", Arial, Tahoma, Verdana, Helvetica, sans-serif;
}
.y-product .y-product__related-products ul {
  margin-bottom: 0;
}
.y-product .y-product__related-products .related.products > h2 {
  display: none;
}
.y-product .y-product__related-swiper {
  position: relative;
}
.y-product .y-product__related-swiper .swiper-wrapper {
  align-items: stretch;
}
.y-product .y-product__related-swiper .swiper-wrapper .swiper-slide {
  height: auto;
}
.y-product .y-product__related-swiper-footer {
  display: flex;
  align-items: center;
  justify-content: center;
}
.y-product .y-product__related-swiper-pagination {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.y-product .y-product__related-swiper-pagination .swiper-pagination-bullet {
  display: block;
  width: 10px;
  height: 10px;
  margin: 2.4em 0.2em 2.4em;
}
.y-product .y-product__related-swiper-pagination .swiper-pagination-bullet-active {
  background: #009cc4;
}
.y-product .y-product__related-swiper-button.swiper-button-disabled {
  opacity: 0.25;
  pointer-events: none;
}
.y-product .y-product__main p strong {
  font-weight: bold;
}
.y-product .y-product__main p em {
  font-size: 0.8em;
  font-style: italic;
}
.y-product .woocommerce-notices-wrapper {
  grid-area: messages;
}
.y-product .y-product__article {
  display: grid;
  grid-column-gap: 4em;
  grid-row-gap: 0px;
  grid-template-columns: 9fr 3fr;
  grid-template-rows: auto auto;
  grid-template-areas: "messages ." "top top" "main aside";
}
@media (max-width: 720px) {
  .y-product .y-product__article {
    grid-template-columns: auto;
    grid-template-rows: auto;
    grid-template-areas: "top" "aside" "main";
  }
}
@media (max-width: 640px) {
  .y-product .y-product__article {
    display: grid;
    grid-column-gap: 0em;
    grid-row-gap: 0px;
    grid-template-columns: 9fr 3fr;
    grid-template-rows: auto auto;
    grid-template-areas: "messages ." "top top" "main aside";
  }
}
@media (max-width: 640px) and (max-width: 720px) {
  .y-product .y-product__article {
    grid-template-columns: auto;
    grid-template-rows: auto;
    grid-template-areas: "top" "aside" "main";
  }
}
.y-product .y-product__buttons {
  margin-top: 1em;
}
.y-product .y-product__buttons a {
  display: flex;
  margin: 0.6em 0;
  font-size: 1.1em;
  text-align: center;
}
.y-product .y-product__buttons br {
  display: none;
}
.y-product .y-product__category-images, .y-product .y-product__picture {
  text-align: center;
}
.y-product .y-product__category-images img, .y-product .y-product__picture img {
  display: inline-block;
  max-width: 100%;
}
.y-product .y-product__picture img {
  width: 100%;
}
@media (max-width: 720px) {
  .y-product .y-product__picture img {
    max-width: 33%;
  }
}
.y-product .y-product__category-images {
  padding-bottom: 2em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  margin-bottom: 2em;
}
.y-product .y-product__category-images img {
  max-width: 60%;
}
.y-product .y-product__aside {
  grid-area: aside;
}
.y-product .y-product__main {
  grid-area: main;
}
.y-product .y-product__main .js-buttons {
  opacity: 0;
  pointer-events: none;
  position: absolute;
}
.y-product .y-product__product-subtitle {
  color: #009cc4;
  font-size: 1.2em;
  font-weight: bold;
}
.y-product .y-product__product-subtitle svg {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
  margin-right: 0.4em;
}

body.tax-product_cat #content {
  padding: 0;
}

.categorypage .y-pager {
  margin-top: 4em;
}
.categorypage .categorypage__header-wrapper {
  position: relative;
  padding: 8em 0 12em;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1024px) {
  .categorypage .categorypage__header-wrapper {
    padding: 6em 0 9em;
  }
}
@media (max-width: 900px) {
  .categorypage .categorypage__header-wrapper {
    padding: 4em 0 6em;
  }
}
.categorypage .categorypage__header-wrapper p {
  text-align: center;
}
@supports ((-moz-text-align-last: center) or (text-align-last: center)) {
  .categorypage .categorypage__header-wrapper p {
    text-align: justify;
    -moz-text-align-last: center;
         text-align-last: center;
  }
}
.categorypage .categorypage__header-wrapper > :last-child {
  margin-bottom: 0;
}
.categorypage .categorypage__header-wrapper button.js-next-section {
  color: #009cc4;
}
.categorypage .categorypage__marques > img,
.categorypage .categorypage__marques span {
  margin-bottom: 2em;
  display: inline-block;
  vertical-align: middle;
  height: 8rem;
}
.categorypage .categorypage__marques > * ~ * {
  margin-left: 1em;
}
.categorypage .categorypage__title {
  font-size: 8.2rem;
  font-weight: 200;
  font-family: "Exo", Arial, Tahoma, Verdana, Helvetica, sans-serif;
  margin-top: 0;
  margin-bottom: 0.4em;
  line-height: 1.1;
}
@media (max-width: 1024px) {
  .categorypage .categorypage__title {
    font-size: 6.6rem;
  }
}
@media (max-width: 900px) {
  .categorypage .categorypage__title {
    font-size: 5.2rem;
  }
}
@media (max-width: 720px) {
  .categorypage .categorypage__title {
    font-size: 4rem;
  }
}
@media (max-width: 440px) {
  .categorypage .categorypage__title {
    font-size: 3.6rem;
  }
}
.categorypage .categorypage__emphasis {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.4;
}
.categorypage .categorypage__empty-message {
  text-align: center;
  background: white;
  border-radius: 0.6rem;
  padding: 2em 1em;
}
.categorypage .categorypage__products {
  --category-background: #eff2f5;
  background: var(--category-background, #eff2f5);
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}
.categorypage .categorypage__products ul,
.categorypage .categorypage__products li {
  overflow: inherit;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.categorypage .categorypage__products .u-wrapper {
  height: 100%;
}
.categorypage .categorypage__products-wrapper {
  overflow: hidden;
  display: grid;
  grid-gap: 3rem;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: minmax(60vh, 1fr);
  grid-template-areas: "sidebar content content";
}
@media (max-width: 720px) {
  .categorypage .categorypage__products-wrapper {
    display: block;
    margin: 0 -3vw;
  }
}
.categorypage .categorypage__products .woocommerce-ordering {
  margin-bottom: 2em;
}
.categorypage .categorypage__products .woocommerce-result-count {
  display: none;
}
.categorypage .categorypage__products-list {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  grid-gap: 3rem;
}
@media (max-width: 720px) {
  .categorypage .categorypage__products-list {
    grid-gap: 1.6rem;
  }
}
.categorypage .categorypage__products-table {
  width: 100%;
  border-collapse: collapse;
}
.categorypage .categorypage__products-table col.link {
  width: 60px;
}
.categorypage .categorypage__products-table th,
.categorypage .categorypage__products-table td {
  border: 0;
  font-weight: normal;
  padding: 0.6rem 1.2rem;
}
.categorypage .categorypage__products-table th:last-child,
.categorypage .categorypage__products-table td:last-child {
  text-align: right;
}
.categorypage .categorypage__products-table tbody tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.categorypage .categorypage__products-table td {
  padding: 1.2rem;
}
.categorypage .categorypage__products-table thead tr {
  background: white;
  font-size: 2rem;
  font-family: "Exo", Arial, Tahoma, Verdana, Helvetica, sans-serif;
}
.categorypage .categorypage__products-aside {
  text-align: left;
  grid-area: sidebar;
  background: rgba(255, 255, 255, 0.9);
  overflow: auto;
  height: 100%;
}
.categorypage .categorypage__products-aside .y-input {
  margin-bottom: 0;
}
@media (max-width: 720px) {
  .categorypage .categorypage__products-aside-inner:not(.is-open) {
    display: none;
  }
}
.categorypage .categorypage__products-aside-title {
  margin: 0 0 0.8em;
  font-size: 2.4rem;
  color: #009cc4;
  font-family: "Exo", Arial, Tahoma, Verdana, Helvetica, sans-serif;
  font-weight: 400;
}
.categorypage .categorypage__products-aside-subtitle {
  margin: 0 0 0.8em;
  font-size: 1.6rem;
  font-family: "Exo", Arial, Tahoma, Verdana, Helvetica, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}
.categorypage .categorypage__products-aside-subtitle-length {
  font-size: 0.8em;
  opacity: 0.8;
}
.categorypage .categorypage__products-aside-button {
  margin: 1em 0 0;
  font-size: 0.8em;
  text-align: center;
  width: 100%;
}
.categorypage .categorypage__products-aside-button--open-aside {
  display: block;
  margin: 2em 1em 1em;
  width: calc(100% - 2em);
}
@media (min-width: 721px) {
  .categorypage .categorypage__products-aside-button--open-aside {
    display: none;
  }
}
.categorypage .categorypage__products-aside-section {
  padding: 3em;
}
.categorypage .categorypage__products-aside-section ~ .categorypage__products-aside-section {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.categorypage .categorypage__products-aside-section:empty {
  display: none;
}
.categorypage .categorypage__products-aside-section:empty + .categorypage__products-aside-section {
  border-top: 0;
}
.categorypage .categorypage__products-aside-section--search form {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  margin-top: 1.8em;
}
.categorypage .categorypage__products-aside-section--search form > .y-input {
  flex: 1 1 auto;
  margin-top: 0;
}
.categorypage .categorypage__products-aside-section--search form > .y-input input {
  border-radius: 0.6rem 0 0 0.6rem;
  border-right: 0;
}
.categorypage .categorypage__products-aside-section--search form > .y-button {
  flex: 0 0 auto;
  border-radius: 0 0.6rem 0.6rem 0;
}
.categorypage .categorypage__products-aside-subsection {
  padding-top: 1.6em;
}
.categorypage .categorypage__products-aside-subsection ~ .categorypage__products-aside-subsection {
  margin-top: 1.6em;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
.categorypage .categorypage__products-aside-subsection--tags .y-checkbox__label {
  text-transform: capitalize;
}
.categorypage .categorypage__products-aside-subcontent {
  overflow: auto;
  max-height: 30rem;
}
.categorypage .categorypage__products-content {
  grid-area: content;
  padding: 3em 0;
}
@media (max-width: 720px) {
  .categorypage .categorypage__products-content {
    padding-left: 3vw;
    padding-right: 3vw;
  }
}

.categoryproduct {
  height: 100%;
}
.categoryproduct .categoryproduct__link {
  background: #009cc4;
  color: white;
  border-radius: 0.6rem;
  text-align: center;
  text-decoration: none;
  display: flex;
  height: 100%;
  min-height: 180px;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  padding: 1em;
  position: relative;
  transition: background 0.2s linear;
}
.categoryproduct .categoryproduct__link:hover {
  background: #00365f;
}
.categoryproduct .categoryproduct__title {
  font-size: 1.6rem;
  font-family: "Exo", Arial, Tahoma, Verdana, Helvetica, sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0;
}
.categoryproduct .categoryproduct__marque {
  text-align: center;
  position: absolute;
  bottom: 1em;
  left: 1em;
  width: calc(100% - 2em);
}
.categoryproduct .categoryproduct__marque img {
  display: inline-block;
  vertical-align: top;
  height: 4rem;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
  width: 100%;
}
.categoryproduct .categoryproduct__description {
  margin-top: 1em;
  font-size: 1.4rem;
}
.categoryproduct .categoryproduct__description:not(:last-child) {
  margin-bottom: 5.6rem;
}
.categoryproduct .categoryproduct__description > p {
  margin: 0;
}
.categoryproduct .categoryproduct__description:empty {
  display: none;
}

.woocommerce-ordering select {
  background: white;
  color: inherit;
  font: inherit;
  font-size: 1.6rem;
  padding: 0.4em 0.6em;
  border-radius: 0.6rem;
  border: 1px solid rgba(0, 0, 0, 0.2);
  display: block;
  width: 100%;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.6rem;
  border-top: 4px solid var(--border-top-color);
  background: rgba(255, 255, 255, 0.4);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  text-align: left;
}
.woocommerce-error::before,
.woocommerce-info::before,
.woocommerce-message::before {
  color: var(--border-top-color);
}

.woocommerce-cart .cross-sells {
  display: none;
}

#customer_details {
  margin-bottom: 2em;
}

.woocommerce #content table.cart td.actions .input-text,
.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
  width: 160px;
  display: inline-block;
  vertical-align: middle;
  float: none;
}

.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-message .button,
.woocommerce-page .woocommerce-error .button,
.woocommerce-page .woocommerce-info .button,
.woocommerce-page .woocommerce-message .button {
  margin-left: 1em;
}

.woocommerce-error {
  --border-top-color: rgb(218, 62, 62);
}

.woocommerce-info {
  --border-top-color: #ffd77c;
}

.woocommerce-message {
  --border-top-color: #009cc4;
}

.woocommerce-page .y-product__main .price {
  font-size: 2em;
  font-weight: bold;
}
.woocommerce-page form.cart {
  margin-bottom: 2em;
}
.woocommerce-page form.cart .quantity {
  margin-bottom: 1em;
}
.woocommerce-page form.cart .quantity input {
  max-width: 120px;
}
.woocommerce-page .y-product__article input[type=text],
.woocommerce-page .y-product__article input[type=color],
.woocommerce-page .y-product__article input[type=date],
.woocommerce-page .y-product__article input[type=datetime],
.woocommerce-page .y-product__article input[type=tel],
.woocommerce-page .y-product__article input[type=number],
.woocommerce-page .y-product__article input[type=password],
.woocommerce-page .y-product__article input[type=email],
.woocommerce-page .y-product__article select,
.woocommerce-page .y-product__article textarea,
.woocommerce-page form.cart input[type=text],
.woocommerce-page form.cart input[type=color],
.woocommerce-page form.cart input[type=date],
.woocommerce-page form.cart input[type=datetime],
.woocommerce-page form.cart input[type=tel],
.woocommerce-page form.cart input[type=number],
.woocommerce-page form.cart input[type=password],
.woocommerce-page form.cart input[type=email],
.woocommerce-page form.cart select,
.woocommerce-page form.cart textarea {
  background: white;
  color: inherit;
  font: inherit;
  font-size: 1.6rem;
  padding: 0.4em 0.6em;
  border-radius: 0.6rem;
  border: 1px solid rgba(0, 0, 0, 0.2);
  display: block;
  width: 100%;
}
.woocommerce-page .y-product__article input[type=text]:focus,
.woocommerce-page .y-product__article input[type=color]:focus,
.woocommerce-page .y-product__article input[type=date]:focus,
.woocommerce-page .y-product__article input[type=datetime]:focus,
.woocommerce-page .y-product__article input[type=tel]:focus,
.woocommerce-page .y-product__article input[type=number]:focus,
.woocommerce-page .y-product__article input[type=password]:focus,
.woocommerce-page .y-product__article input[type=email]:focus,
.woocommerce-page .y-product__article select:focus,
.woocommerce-page .y-product__article textarea:focus,
.woocommerce-page form.cart input[type=text]:focus,
.woocommerce-page form.cart input[type=color]:focus,
.woocommerce-page form.cart input[type=date]:focus,
.woocommerce-page form.cart input[type=datetime]:focus,
.woocommerce-page form.cart input[type=tel]:focus,
.woocommerce-page form.cart input[type=number]:focus,
.woocommerce-page form.cart input[type=password]:focus,
.woocommerce-page form.cart input[type=email]:focus,
.woocommerce-page form.cart select:focus,
.woocommerce-page form.cart textarea:focus {
  border: 1px solid #009cc4;
}

.woocommerce-page .woocommerce label {
  font-size: 0.8em;
  opacity: 0.88;
}
.woocommerce-page .woocommerce .product-remove a,
.woocommerce-page .woocommerce .product-thumbnail a {
  background: none;
  text-shadow: none;
}
.woocommerce-page .woocommerce .product-remove a.remove:hover {
  background: red;
  color: white;
}
.woocommerce-page .woocommerce #respond input#submit.alt,
.woocommerce-page .woocommerce a.button.alt,
.woocommerce-page .woocommerce button.button.alt,
.woocommerce-page .woocommerce input.button.alt {
  background-color: var(--button-color);
}
.woocommerce-page .woocommerce #add_payment_method #payment,
.woocommerce-page .woocommerce .woocommerce-cart #payment,
.woocommerce-page .woocommerce .woocommerce-checkout #payment {
  background: rgba(255, 255, 255, 0.4);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.6rem;
}
.woocommerce-page .woocommerce fieldset {
  border-radius: 0.6rem;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 1em;
  background: rgba(255, 255, 255, 0.4);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  margin: 1em 0;
}
.woocommerce-page .woocommerce fieldset legend {
  font-size: 0.8em;
  padding: 0 0.4em;
}
.woocommerce-page .woocommerce .woocommerce-ordering select {
  background: white;
  color: inherit;
  font: inherit;
  font-size: 1.6rem;
  padding: 0.4em 0.6em;
  border-radius: 0.6rem;
  border: 1px solid rgba(0, 0, 0, 0.2);
  display: block;
  width: 100%;
}
.woocommerce-page .woocommerce .select2-container--default .select2-selection--single,
.woocommerce-page .woocommerce input[type=text],
.woocommerce-page .woocommerce input[type=color],
.woocommerce-page .woocommerce input[type=date],
.woocommerce-page .woocommerce input[type=datetime],
.woocommerce-page .woocommerce input[type=tel],
.woocommerce-page .woocommerce input[type=number],
.woocommerce-page .woocommerce input[type=password],
.woocommerce-page .woocommerce input[type=email],
.woocommerce-page .woocommerce select,
.woocommerce-page .woocommerce textarea {
  background: white;
  color: inherit;
  font: inherit;
  font-size: 1.6rem;
  padding: 0.4em 0.6em;
  border-radius: 0.6rem;
  border: 1px solid rgba(0, 0, 0, 0.2);
  display: block;
  width: 100%;
}
.woocommerce-page .woocommerce .select2-container--default .select2-selection--single:focus,
.woocommerce-page .woocommerce input[type=text]:focus,
.woocommerce-page .woocommerce input[type=color]:focus,
.woocommerce-page .woocommerce input[type=date]:focus,
.woocommerce-page .woocommerce input[type=datetime]:focus,
.woocommerce-page .woocommerce input[type=tel]:focus,
.woocommerce-page .woocommerce input[type=number]:focus,
.woocommerce-page .woocommerce input[type=password]:focus,
.woocommerce-page .woocommerce input[type=email]:focus,
.woocommerce-page .woocommerce select:focus,
.woocommerce-page .woocommerce textarea:focus {
  border: 1px solid #009cc4;
}
.woocommerce-page .woocommerce form .show-password-input,
.woocommerce-page .woocommerce form .show-password-input {
  top: 0.4em;
}
.woocommerce-page .woocommerce .select2-container--default .select2-selection--single {
  height: auto;
  min-height: 2em;
}
.woocommerce-page .woocommerce .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 1.1;
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
  font-size: 1em;
  padding: 0.78em 1.2em;
}

.content h1 {
  text-align: left;
  font-size: 3em;
  font-weight: 500;
}
.content h2 {
  font-weight: 500;
  font-size: 2em;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content {
  width: calc(70% - 2em);
}
.woocommerce-account .woocommerce nav ul {
  background: rgba(255, 255, 255, 0.4);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  margin-top: 1em;
  padding: 0;
  border-radius: 0.6rem;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.woocommerce-account .woocommerce nav li {
  overflow: auto;
  position: relative;
  padding: 0;
  display: block;
}
.woocommerce-account .woocommerce nav li::before {
  position: absolute;
  top: 1em;
  left: 0.8em;
}
.woocommerce-account .woocommerce nav li a {
  font-size: 1.6rem;
  display: block;
  text-decoration: none;
  color: inherit;
  padding: 0.8em 1em;
  padding-left: 2.4em;
  background: none;
  text-shadow: none;
}
.woocommerce-account .woocommerce nav li a:hover {
  background: rgba(0, 0, 0, 0.04);
}
.woocommerce-account .woocommerce nav li ~ li {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.menu {
  --menu-toggle-size: 5.6rem;
  font-size: 1.6rem;
  font-family: "Exo", Arial, Tahoma, Verdana, Helvetica, sans-serif;
  text-align: left;
}
.menu ul,
.menu li {
  overflow: inherit;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 900px) {
  .menu .menu__wrapper {
    position: fixed;
    background: #00365f;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    opacity: 0;
    transform: scale(1.2);
    pointer-events: none;
    transition: transform 0.2s ease-in-out, opacity 0.2s linear;
  }
}
.is-menu-open .menu .menu__wrapper {
  overflow: hidden;
}
@media (max-width: 900px) {
  .is-menu-open .menu .menu__wrapper {
    opacity: 1;
    transform: scale(1);
    pointer-events: all;
  }
}

.menu .menu__supheader {
  background: rgba(0, 0, 0, 0.2);
  padding: 2rem;
  flex: 0 0 auto;
}
@media (min-width: 901px) {
  .menu .menu__supheader {
    display: none;
  }
}
@media (max-width: 900px) {
  .menu .menu__content {
    padding: 1rem;
    flex: 1 1 auto;
    overflow: auto;
  }
}
.menu .menu__footer {
  background: rgba(0, 0, 0, 0.2);
  padding: 2rem;
  flex: 0 0 auto;
  color: white;
  text-align: center;
}
.menu .menu__footer .sup-header--links {
  justify-content: center;
}
@media (min-width: 901px) {
  .menu .menu__footer {
    display: none;
  }
}
.menu .menu__list {
  display: block;
  font-weight: normal;
}
@media (min-width: 901px) {
  .menu .menu__list {
    pointer-events: none;
  }
}
@media (min-width: 901px) {
  .menu .menu__list--niv1 {
    opacity: 1;
    pointer-events: all;
    display: flex;
    align-items: center;
  }
}
@media (min-width: 901px) {
  .menu .menu__list:not(.menu__list--niv1) {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    min-width: 20rem;
    max-height: calc(100vh - 20rem);
  }
  .menu .menu__list:not(.menu__list--niv1)::before {
    content: "";
    display: block;
    position: absolute;
    background: white;
    border-radius: 0.6rem;
    box-shadow: 0 0.2rem 0.6rem rgba(0, 0, 0, 0.2);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: scaleY(0.8) translateY(-0.4rem);
    transform-origin: 0 0;
    opacity: 0;
    transition: transform 0.2s ease-in-out, opacity 0.2s linear;
  }
}
@media (max-width: 900px) {
  .menu .menu__list:not(.menu__list--niv1) {
    display: none;
  }
}
@media (max-width: 900px) {
  .menu .menu__list {
    width: 100%;
  }
}
.menu .menu__item {
  --menu-item-hover-color: rgba(255, 255, 255, 0.2);
  color: white;
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: flex-start;
  font: inherit;
  transition-duration: 0.16s, 0.16s, 0.2s, 0.2s;
  transition-property: opacity, transform, background, color;
  transition-timing-function: ease-in-out;
}
@media (max-width: 900px) {
  .menu .menu__item {
    flex-wrap: wrap;
    margin: 0;
  }
}
@media (max-width: 900px) {
  .menu .menu__item > .menu__icon {
    display: none;
  }
}
.menu .menu__item--niv1 {
  border-radius: 0.6rem;
  font-weight: bold;
}
@media (min-width: 901px) {
  .menu .menu__item--niv1 ~ .menu__item--niv1 {
    margin-left: 0.8em;
  }
}
.menu .menu__item.current-menu-ancestor, .menu .menu__item.current-menu-item {
  font-weight: bold;
  background: var(--menu-item-hover-color);
}
.menu .menu__item.is-open > .menu__toggle .menu__icon {
  transform: rotate(0deg);
}
.menu .menu__item.is-open > .menu__list {
  display: block;
}
.menu .menu__item:hover {
  background: var(--menu-item-hover-color);
}
.menu .menu__item:hover > .menu__list {
  pointer-events: all;
}
.menu .menu__item:hover > .menu__list::before {
  transform: scaleY(1) translateY(0);
  opacity: 1;
}
.menu .menu__item:hover > .menu__list.menu__list--niv1 .menu__item--niv1 {
  transform: translateY(0);
  opacity: 1;
}
.menu .menu__item:hover > .menu__list.menu__list--niv1 .menu__item--niv1:nth-child(1) {
  transition-delay: 0.035s, 0.035s, 0s, 0s;
}
.menu .menu__item:hover > .menu__list.menu__list--niv1 .menu__item--niv1:nth-child(2) {
  transition-delay: 0.05s, 0.05s, 0s, 0s;
}
.menu .menu__item:hover > .menu__list.menu__list--niv1 .menu__item--niv1:nth-child(3) {
  transition-delay: 0.065s, 0.065s, 0s, 0s;
}
.menu .menu__item:hover > .menu__list.menu__list--niv1 .menu__item--niv1:nth-child(4) {
  transition-delay: 0.08s, 0.08s, 0s, 0s;
}
.menu .menu__item:hover > .menu__list.menu__list--niv1 .menu__item--niv1:nth-child(5) {
  transition-delay: 0.095s, 0.095s, 0s, 0s;
}
.menu .menu__item:hover > .menu__list.menu__list--niv1 .menu__item--niv1:nth-child(6) {
  transition-delay: 0.11s, 0.11s, 0s, 0s;
}
.menu .menu__item:hover > .menu__list.menu__list--niv1 .menu__item--niv1:nth-child(7) {
  transition-delay: 0.125s, 0.125s, 0s, 0s;
}
.menu .menu__item:hover > .menu__list.menu__list--niv1 .menu__item--niv1:nth-child(8) {
  transition-delay: 0.14s, 0.14s, 0s, 0s;
}
.menu .menu__item:hover > .menu__list.menu__list--niv1 .menu__item--niv1:nth-child(9) {
  transition-delay: 0.155s, 0.155s, 0s, 0s;
}
.menu .menu__item:hover > .menu__list.menu__list--niv1 .menu__item--niv1:nth-child(10) {
  transition-delay: 0.17s, 0.17s, 0s, 0s;
}
.menu .menu__item:hover > .menu__list.menu__list--niv1 .menu__item--niv1:nth-child(11) {
  transition-delay: 0.185s, 0.185s, 0s, 0s;
}
.menu .menu__item:hover > .menu__list.menu__list--niv1 .menu__item--niv1:nth-child(12) {
  transition-delay: 0.2s, 0.2s, 0s, 0s;
}
.menu .menu__item:hover > .menu__list.menu__list--niv1 .menu__item--niv1:nth-child(13) {
  transition-delay: 0.215s, 0.215s, 0s, 0s;
}
.menu .menu__item:hover > .menu__list.menu__list--niv1 .menu__item--niv1:nth-child(14) {
  transition-delay: 0.23s, 0.23s, 0s, 0s;
}
.menu .menu__item:hover > .menu__list.menu__list--niv1 .menu__item--niv1:nth-child(15) {
  transition-delay: 0.245s, 0.245s, 0s, 0s;
}
.menu .menu__item:hover > .menu__list.menu__list--niv1 .menu__item--niv1:nth-child(16) {
  transition-delay: 0.26s, 0.26s, 0s, 0s;
}
.menu .menu__item:hover > .menu__list.menu__list--niv1 .menu__item--niv1:nth-child(17) {
  transition-delay: 0.275s, 0.275s, 0s, 0s;
}
.menu .menu__item:hover > .menu__list.menu__list--niv1 .menu__item--niv1:nth-child(18) {
  transition-delay: 0.29s, 0.29s, 0s, 0s;
}
.menu .menu__item:hover > .menu__list.menu__list--niv1 .menu__item--niv1:nth-child(19) {
  transition-delay: 0.305s, 0.305s, 0s, 0s;
}
.menu .menu__item:hover > .menu__list.menu__list--niv1 .menu__item--niv1:nth-child(20) {
  transition-delay: 0.32s, 0.32s, 0s, 0s;
}
.menu .menu__item:hover > .menu__list.menu__list--niv2 .menu__item--niv2 {
  transform: translateY(0);
  opacity: 1;
}
.menu .menu__item:hover > .menu__list.menu__list--niv2 .menu__item--niv2:nth-child(1) {
  transition-delay: 0.035s, 0.035s, 0s, 0s;
}
.menu .menu__item:hover > .menu__list.menu__list--niv2 .menu__item--niv2:nth-child(2) {
  transition-delay: 0.05s, 0.05s, 0s, 0s;
}
.menu .menu__item:hover > .menu__list.menu__list--niv2 .menu__item--niv2:nth-child(3) {
  transition-delay: 0.065s, 0.065s, 0s, 0s;
}
.menu .menu__item:hover > .menu__list.menu__list--niv2 .menu__item--niv2:nth-child(4) {
  transition-delay: 0.08s, 0.08s, 0s, 0s;
}
.menu .menu__item:hover > .menu__list.menu__list--niv2 .menu__item--niv2:nth-child(5) {
  transition-delay: 0.095s, 0.095s, 0s, 0s;
}
.menu .menu__item:hover > .menu__list.menu__list--niv2 .menu__item--niv2:nth-child(6) {
  transition-delay: 0.11s, 0.11s, 0s, 0s;
}
.menu .menu__item:hover > .menu__list.menu__list--niv2 .menu__item--niv2:nth-child(7) {
  transition-delay: 0.125s, 0.125s, 0s, 0s;
}
.menu .menu__item:hover > .menu__list.menu__list--niv2 .menu__item--niv2:nth-child(8) {
  transition-delay: 0.14s, 0.14s, 0s, 0s;
}
.menu .menu__item:hover > .menu__list.menu__list--niv2 .menu__item--niv2:nth-child(9) {
  transition-delay: 0.155s, 0.155s, 0s, 0s;
}
.menu .menu__item:hover > .menu__list.menu__list--niv2 .menu__item--niv2:nth-child(10) {
  transition-delay: 0.17s, 0.17s, 0s, 0s;
}
.menu .menu__item:hover > .menu__list.menu__list--niv2 .menu__item--niv2:nth-child(11) {
  transition-delay: 0.185s, 0.185s, 0s, 0s;
}
.menu .menu__item:hover > .menu__list.menu__list--niv2 .menu__item--niv2:nth-child(12) {
  transition-delay: 0.2s, 0.2s, 0s, 0s;
}
.menu .menu__item:hover > .menu__list.menu__list--niv2 .menu__item--niv2:nth-child(13) {
  transition-delay: 0.215s, 0.215s, 0s, 0s;
}
.menu .menu__item:hover > .menu__list.menu__list--niv2 .menu__item--niv2:nth-child(14) {
  transition-delay: 0.23s, 0.23s, 0s, 0s;
}
.menu .menu__item:hover > .menu__list.menu__list--niv2 .menu__item--niv2:nth-child(15) {
  transition-delay: 0.245s, 0.245s, 0s, 0s;
}
.menu .menu__item:hover > .menu__list.menu__list--niv2 .menu__item--niv2:nth-child(16) {
  transition-delay: 0.26s, 0.26s, 0s, 0s;
}
.menu .menu__item:hover > .menu__list.menu__list--niv2 .menu__item--niv2:nth-child(17) {
  transition-delay: 0.275s, 0.275s, 0s, 0s;
}
.menu .menu__item:hover > .menu__list.menu__list--niv2 .menu__item--niv2:nth-child(18) {
  transition-delay: 0.29s, 0.29s, 0s, 0s;
}
.menu .menu__item:hover > .menu__list.menu__list--niv2 .menu__item--niv2:nth-child(19) {
  transition-delay: 0.305s, 0.305s, 0s, 0s;
}
.menu .menu__item:hover > .menu__list.menu__list--niv2 .menu__item--niv2:nth-child(20) {
  transition-delay: 0.32s, 0.32s, 0s, 0s;
}
.menu .menu__item:hover > .menu__list.menu__list--niv3 .menu__item--niv3 {
  transform: translateY(0);
  opacity: 1;
}
.menu .menu__item:hover > .menu__list.menu__list--niv3 .menu__item--niv3:nth-child(1) {
  transition-delay: 0.035s, 0.035s, 0s, 0s;
}
.menu .menu__item:hover > .menu__list.menu__list--niv3 .menu__item--niv3:nth-child(2) {
  transition-delay: 0.05s, 0.05s, 0s, 0s;
}
.menu .menu__item:hover > .menu__list.menu__list--niv3 .menu__item--niv3:nth-child(3) {
  transition-delay: 0.065s, 0.065s, 0s, 0s;
}
.menu .menu__item:hover > .menu__list.menu__list--niv3 .menu__item--niv3:nth-child(4) {
  transition-delay: 0.08s, 0.08s, 0s, 0s;
}
.menu .menu__item:hover > .menu__list.menu__list--niv3 .menu__item--niv3:nth-child(5) {
  transition-delay: 0.095s, 0.095s, 0s, 0s;
}
.menu .menu__item:hover > .menu__list.menu__list--niv3 .menu__item--niv3:nth-child(6) {
  transition-delay: 0.11s, 0.11s, 0s, 0s;
}
.menu .menu__item:hover > .menu__list.menu__list--niv3 .menu__item--niv3:nth-child(7) {
  transition-delay: 0.125s, 0.125s, 0s, 0s;
}
.menu .menu__item:hover > .menu__list.menu__list--niv3 .menu__item--niv3:nth-child(8) {
  transition-delay: 0.14s, 0.14s, 0s, 0s;
}
.menu .menu__item:hover > .menu__list.menu__list--niv3 .menu__item--niv3:nth-child(9) {
  transition-delay: 0.155s, 0.155s, 0s, 0s;
}
.menu .menu__item:hover > .menu__list.menu__list--niv3 .menu__item--niv3:nth-child(10) {
  transition-delay: 0.17s, 0.17s, 0s, 0s;
}
.menu .menu__item:hover > .menu__list.menu__list--niv3 .menu__item--niv3:nth-child(11) {
  transition-delay: 0.185s, 0.185s, 0s, 0s;
}
.menu .menu__item:hover > .menu__list.menu__list--niv3 .menu__item--niv3:nth-child(12) {
  transition-delay: 0.2s, 0.2s, 0s, 0s;
}
.menu .menu__item:hover > .menu__list.menu__list--niv3 .menu__item--niv3:nth-child(13) {
  transition-delay: 0.215s, 0.215s, 0s, 0s;
}
.menu .menu__item:hover > .menu__list.menu__list--niv3 .menu__item--niv3:nth-child(14) {
  transition-delay: 0.23s, 0.23s, 0s, 0s;
}
.menu .menu__item:hover > .menu__list.menu__list--niv3 .menu__item--niv3:nth-child(15) {
  transition-delay: 0.245s, 0.245s, 0s, 0s;
}
.menu .menu__item:hover > .menu__list.menu__list--niv3 .menu__item--niv3:nth-child(16) {
  transition-delay: 0.26s, 0.26s, 0s, 0s;
}
.menu .menu__item:hover > .menu__list.menu__list--niv3 .menu__item--niv3:nth-child(17) {
  transition-delay: 0.275s, 0.275s, 0s, 0s;
}
.menu .menu__item:hover > .menu__list.menu__list--niv3 .menu__item--niv3:nth-child(18) {
  transition-delay: 0.29s, 0.29s, 0s, 0s;
}
.menu .menu__item:hover > .menu__list.menu__list--niv3 .menu__item--niv3:nth-child(19) {
  transition-delay: 0.305s, 0.305s, 0s, 0s;
}
.menu .menu__item:hover > .menu__list.menu__list--niv3 .menu__item--niv3:nth-child(20) {
  transition-delay: 0.32s, 0.32s, 0s, 0s;
}
@media (min-width: 901px) {
  .menu .menu__item:not(.menu__item--niv1) {
    --menu-item-hover-color: #eff2f5;
    transform: translateY(-1rem);
    opacity: 0;
    color: black;
  }
  .menu .menu__item:not(.menu__item--niv1):first-child {
    border-radius: 0.6rem 0.6rem 0 0;
  }
  .menu .menu__item:not(.menu__item--niv1):last-child {
    border-radius: 0 0 0.6rem 0.6rem;
  }
}
.menu .menu__toggle {
  font: inherit;
  color: inherit;
  width: var(--menu-toggle-size);
  align-self: stretch;
}
@media (min-width: 901px) {
  .menu .menu__toggle {
    display: none;
  }
}
.menu .menu__toggle .menu__icon {
  margin: 0;
  transform: rotate(-90deg);
}
.menu .menu__toggle + .menu__link {
  padding-right: 0.4em;
  width: calc(100% - var(--menu-toggle-size));
}
.menu .menu__icon {
  margin-right: 1.2em;
  font-size: 0.8em;
}
.menu .menu__icon + .menu__link {
  padding-right: 0.4em;
}
.menu .menu__link {
  flex: 1 1 auto;
  color: inherit;
  font: inherit;
  text-decoration: none;
  padding: 0.88em 1em;
}
.menu .menu__link--niv1 {
  text-transform: uppercase;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.y-post {
  display: flex;
}
@media (max-width: 720px) {
  .y-post {
    flex-direction: column;
  }
}
.y-post a {
  background: none !important;
  text-shadow: none !important;
}
.y-post .y-post__inner {
  flex: 1 1 50%;
}
.y-post .y-post__picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.y-post .y-post__picture a:hover {
  opacity: 0.8;
}
.y-post .y-post__picture--empty {
  background: white;
}
.y-post .y-post__picture--empty img {
  padding: 10rem;
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 0.2;
}
.y-post__infos {
  padding: 5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 900px) {
  .y-post__infos {
    padding: 4rem;
  }
}
@media (max-width: 720px) {
  .y-post__infos {
    padding: 3rem;
  }
}
@media (max-width: 440px) {
  .y-post__infos {
    padding: 2rem;
  }
}
.y-post__infos-head {
  display: flex;
  align-items: baseline;
  margin-bottom: 1em;
}
.y-post__categories {
  color: #009cc4;
  font-size: 1.125em;
  border-right: 1px solid currentColor;
  padding-right: 0.6em;
  margin-right: 0.6em;
  line-height: 1;
}
.y-post__categories a {
  color: inherit;
  text-decoration: none;
  background: none !important;
  text-shadow: none !important;
}
.y-post__categories svg {
  margin: 0;
  margin-right: 0.4em;
  display: inline-block;
  position: relative;
  top: -1px;
  vertical-align: middle;
}
.y-post__date {
  font-size: 0.875em;
}
.y-post .y-post__title {
  font-size: 2.4rem;
  font-family: "Exo", Arial, Tahoma, Verdana, Helvetica, sans-serif;
  font-weight: 400;
  text-align: left;
  margin: 0;
}
.y-post .y-post__title a {
  font: inherit;
  color: inherit;
  text-decoration: none;
}
.y-post .y-post__title a:hover {
  color: #009cc4;
}
.y-post .y-post__preview a {
  display: block;
  text-decoration: none;
  font: inherit;
  color: inherit;
  font-size: 1.8rem;
  font-weight: bold;
  font-family: "Exo", Arial, Tahoma, Verdana, Helvetica, sans-serif;
  margin-top: 1em;
}
.y-post .y-post__preview a span {
  margin-left: 1em;
  display: inline-block;
  vertical-align: middle;
  color: #009cc4;
}
.y-post .y-post__preview a svg {
  display: inline-block;
  vertical-align: middle;
  width: 6.2rem;
  height: 4.5rem;
  color: inherit;
  fill: currentColor;
}
.y-post .y-post__preview a:hover {
  color: #009cc4;
}
.y-post--even {
  flex-direction: row-reverse;
}
@media (max-width: 720px) {
  .y-post--even {
    flex-direction: column;
  }
}
.y-post--even .y-post__infos {
  background: #009cc4;
  color: white;
}
.y-post--even .y-post__preview a {
  text-align: right;
}
.y-post--even .y-post__infos-head {
  justify-content: flex-end;
}
.y-post--even .y-post__title {
  text-align: right;
}
.y-post--even .y-post__preview {
  -moz-text-align-last: right;
       text-align-last: right;
}
.y-post--even .y-post__preview a:hover,
.y-post--even .y-post__preview a span,
.y-post--even .y-post__title a:hover,
.y-post--even .y-post__categories {
  color: white;
}

.y-post-detail {
  display: grid;
  grid-gap: 3em;
  grid-template-columns: repeat(4, 1fr);
  grid-template-areas: "content content content aside";
}
@media (max-width: 720px) {
  .y-post-detail {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    grid-template-areas: "aside" "content";
  }
}
.y-post-detail__aside {
  grid-area: aside;
}
.y-post-detail__aside img {
  display: block;
  width: 100%;
}
.y-post-detail__content {
  grid-area: content;
}
.y-post-detail__content h2 {
  font-size: 2.4rem;
  font-weight: bold;
  color: #009cc4;
  margin: 0.4em 0;
  line-height: 1.1;
}
@media (max-width: 1024px) {
  .y-post-detail__content h2 {
    font-size: 2.3rem;
  }
}
@media (max-width: 900px) {
  .y-post-detail__content h2 {
    font-size: 2.2rem;
  }
}
@media (max-width: 720px) {
  .y-post-detail__content h2 {
    font-size: 2.1rem;
  }
}
@media (max-width: 440px) {
  .y-post-detail__content h2 {
    font-size: 2rem;
  }
}
.y-post-detail .y-post-detail__picture {
  text-align: center;
}
.y-post-detail .y-post-detail__picture svg {
  margin: 0;
  display: inline-block;
  font-size: 15rem;
  margin-bottom: -0.27em;
}
.y-post-detail .y-post-detail__title {
  text-align: left;
  font-size: 7rem;
}
@media (max-width: 1024px) {
  .y-post-detail .y-post-detail__title {
    font-size: 5.6rem;
  }
}
@media (max-width: 900px) {
  .y-post-detail .y-post-detail__title {
    font-size: 4.2rem;
  }
}
@media (max-width: 720px) {
  .y-post-detail .y-post-detail__title {
    font-size: 3.6rem;
  }
}
@media (max-width: 440px) {
  .y-post-detail .y-post-detail__title {
    font-size: 3rem;
  }
}

.content ul li {
  padding-left: 2em;
}
.content ul li::before {
  left: -1.4em;
  background-image: url("./img/arrow-circle-right.svg");
  background-size: contain;
  width: 0.9em;
  height: 0.9em;
  border: 0;
  margin-right: -0.9em;
  top: 0.1em;
  background-repeat: no-repeat;
}

.bg-section,
#content {
  overflow: hidden;
  position: relative;
}
.bg-section::before, .bg-section::after,
#content::before,
#content::after {
  content: "";
  display: block;
  position: absolute;
  pointer-events: none;
  z-index: -1;
}
.bg-section::before,
#content::before {
  width: 290px;
  height: 601px;
  right: 0;
  top: 0;
  background: url("./img/bg_top.png") no-repeat top right;
  background-size: contain;
  transform-origin: 100% 0;
}
@media (max-width: 900px) {
  .bg-section::before,
#content::before {
    width: 42vw;
  }
}
.bg-section::after,
#content::after {
  width: 326px;
  height: 380px;
  bottom: 0;
  left: 0;
  background: url("./img/bg_bottom.png") no-repeat bottom left;
  background-size: contain;
  transform-origin: 0 100%;
}
@media (max-width: 900px) {
  .bg-section::after,
#content::after {
    width: 48vw;
  }
}

@font-face {
  font-family: "Tartine Script Regular";
  src: url("./img/TARTINESCRIPTREGULAR.woff");
  font-weight: normal;
}
@font-face {
  font-family: "Exo Light";
  src: url("./img/Exo-Light.woff");
}
@font-face {
  font-family: "Exo SemiBold";
  src: url("./img/Exo-SemiBold.woff");
}
.bg-semisectionleft {
  overflow: hidden;
  position: relative;
}
.bg-semisectionleft::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  pointer-events: none;
  width: 48vw;
  height: 100%;
  bottom: 0;
  left: 0;
  background: url("./img/bg_semileft.png") no-repeat bottom right;
  background-size: contain;
}
.bg-semisectionleft.left-section::after {
  left: 0;
  right: initial;
  background: url("./img/bg_semileft.png") no-repeat bottom left;
}

.bg-semisection {
  overflow: hidden;
  position: relative;
}
.bg-semisection::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  pointer-events: none;
  width: 48vw;
  height: 100%;
  bottom: 0;
  right: 0;
  background: url("./img/bg_semi.png") no-repeat bottom right;
  background-size: contain;
}
.bg-semisection.right-section::after {
  left: 0;
  right: initial;
  background: url("./img/bg_semi.png") no-repeat bottom left;
}

.post-type-archive-product #content::before, .post-type-archive-product #content::after,
.single-conseils #content::before,
.single-conseils #content::after,
.single-post #content::before,
.single-post #content::after,
.blog #content::before,
.blog #content::after {
  content: none;
}

@media (min-width: 721px) {
  .single-conseils #content::before,
.single-post #content::before {
    content: "";
    top: inherit;
    width: 380px;
    height: 680px;
    right: 0;
    bottom: 0;
    background-image: url("./img/bg_conseil.png");
  }
}

.hydrapro-button {
  --icon-size: 8rem;
  --button-text-color-hover: white !important;
  position: relative;
  padding-left: calc(var(--icon-size) + 1.2em) !important;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  padding-top: 1em !important;
  padding-bottom: 1em !important;
}
.hydrapro-button--desinfection {
  --button-color-hover: #dcbf01 !important;
}
.hydrapro-button--entretien {
  --button-color-hover: #834e96 !important;
}
.hydrapro-button--equilibre {
  --button-color-hover: #dd0072 !important;
}
.hydrapro-button--antialgues {
  --button-color-hover: #8cb40e !important;
}
.hydrapro-button svg.icon {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: calc(100% + 2px);
  background: white;
  margin: -1px;
  width: var(--icon-size);
  padding: 0.6em;
  border-radius: 0.6rem 0 0 0.6rem;
}
.hydrapro-button.y-button--outline svg.icon {
  border-right: 1px solid var(--button-color);
}

.tease-conseils {
  background: #009cc4;
  color: #ffffff;
  text-align: center;
  position: relative;
  transition: background 0.2s linear;
  padding: 1.4em;
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: auto auto;
  grid-template-areas: "picture title" "picture text";
  grid-column-gap: 1.4em;
  border-radius: 0.6rem;
}
.tease-conseils:hover {
  background: #00365f;
}
.tease-conseils .tease-conseils__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-decoration: none;
  background: none;
}
.tease-conseils .tease-conseils__picture {
  grid-area: picture;
  width: 10em;
}
.tease-conseils .tease-conseils__img {
  max-width: 100%;
  display: block;
}
.tease-conseils .tease-conseils__title {
  grid-area: title;
  margin-top: 0;
  font-family: "Exo", Arial, Tahoma, Verdana, Helvetica, sans-serif;
  font-size: inherit;
  font-weight: bold;
}
.tease-conseils .tease-conseils__text {
  grid-area: text;
  font-weight: normal;
  font-size: 0.8em;
  margin: 0;
}

.list-conseils {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0px, 1fr));
  grid-gap: 2.4rem;
}
@media (max-width: 900px) {
  .list-conseils {
    grid-template-columns: 1fr;
  }
}
.list-conseils .list-conseils__item {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.list-conseils + .y-pager {
  margin-top: 2em;
}

#pool {
  padding: 3em 0 4em;
}
#pool h2 {
  font-family: "Exo", Arial, Tahoma, Verdana, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 6.6rem;
  max-width: 58rem;
  margin-left: auto;
  line-height: 1.15;
}
#pool h2 strong {
  font-weight: bold;
}
@media (max-width: 1024px) {
  #pool h2 {
    font-size: 5.6rem;
  }
}
@media (max-width: 900px) {
  #pool h2 {
    font-size: 4.6rem;
  }
}
@media (max-width: 720px) {
  #pool h2 {
    font-size: 3.8rem;
  }
}
#pool h2 + div {
  font-size: 1.15em;
}
#pool .cell {
  text-align: center;
}
#pool .cell .pool {
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#pool .cell p {
  margin: 0;
}
#pool .cell svg.icon {
  width: 100%;
  height: auto;
  flex: 0 0 auto;
  margin: 0;
}
#pool .cell svg.icon-piscine-rectangle {
  height: 140px;
}
#pool .cell svg.icon-piscine-ovale {
  height: 162px;
}
#pool .cell svg.icon-piscine-ronde {
  height: 120px;
}
#pool .cell svg.icon-piscine-autre-forme {
  height: 148px;
}

.tax-categoriesconseils h1 strong {
  font-weight: 500;
  color: #009cc4;
}
.tax-categoriesconseils h1[data-category=desinfection] strong {
  color: #dcbf01;
}
.tax-categoriesconseils h1[data-category=entretien] strong {
  color: #834e96;
}
.tax-categoriesconseils h1[data-category=equilibre] strong {
  color: #dd0072;
}
.tax-categoriesconseils h1[data-category=antialgues] strong {
  color: #8cb40e;
}

.single-conseils .y-post-detail {
  padding: 3em 0;
  grid-template-rows: auto auto;
  grid-row-gap: 0;
  grid-template-areas: "title title title ." "content content content aside";
}
@media (max-width: 720px) {
  .single-conseils .y-post-detail {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    grid-template-areas: "title" "aside" "content";
  }
}
.single-conseils .y-post-detail .y-post-detail__title {
  grid-area: title;
}
.single-conseils .y-post-detail .y-post-detail__links {
  margin-top: 2em;
}
.single-conseils .y-post__categories {
  border: 0;
  margin: 0;
}
.single-conseils .y-post__categories a {
  font-weight: bold;
  color: #009cc4;
}
.single-conseils .y-post__categories a[data-category=desinfection] {
  color: #dcbf01;
}
.single-conseils .y-post__categories a[data-category=entretien] {
  color: #834e96;
}
.single-conseils .y-post__categories a[data-category=equilibre] {
  color: #dd0072;
}
.single-conseils .y-post__categories a[data-category=antialgues] {
  color: #8cb40e;
}

.tax-product_cat #posts h1,
.single-conseils #posts h1 {
  font-family: "Exo", Arial, Tahoma, Verdana, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 1.5em;
  margin: 0 0 2em;
}

.categorypage .categorypage__header {
  overflow: hidden;
  position: relative;
}
.categorypage .categorypage__header::before, .categorypage .categorypage__header::after {
  content: "";
  display: block;
  position: absolute;
  pointer-events: none;
  z-index: -1;
}
.categorypage .categorypage__header::before {
  width: 290px;
  height: 601px;
  right: 0;
  top: 0;
  background: url("./img/bg_top.png") no-repeat top right;
  background-size: contain;
  transform-origin: 100% 0;
}
@media (max-width: 900px) {
  .categorypage .categorypage__header::before {
    width: 42vw;
  }
}
.categorypage .categorypage__header::after {
  width: 326px;
  height: 380px;
  bottom: 0;
  left: 0;
  background: url("./img/bg_bottom.png") no-repeat bottom left;
  background-size: contain;
  transform-origin: 0 100%;
}
@media (max-width: 900px) {
  .categorypage .categorypage__header::after {
    width: 48vw;
  }
}

.categorypage__products-aside-subsection[data-filter=filter-marques] {
  display: none;
}

h2.categorypage__title[data-category=desinfection] span {
  color: #dcbf01;
}
h2.categorypage__title[data-category=entretien] span {
  color: #834e96;
}
h2.categorypage__title[data-category=equilibre] span {
  color: #dd0072;
}
h2.categorypage__title[data-category=algicide] span, h2.categorypage__title[data-category=antialgues] span {
  color: #8cb40e;
}

.categorypage .categorypage__marques > img,
.categorypage .categorypage__marques span {
  height: 10rem;
}

.y-product .y-product__product-subtitle {
  padding-left: 1.4em;
}
.y-product .y-product__product-subtitle::before {
  content: "";
  position: relative;
  display: inline-block;
  left: -1.4em;
  background-image: url("./img/arrow-circle-right.svg");
  background-size: contain;
  width: 0.9em;
  height: 0.9em;
  border: 0;
  margin-right: -0.9em;
  top: 0.1em;
  background-repeat: no-repeat;
}

.contact-page .cell_right {
  background-color: #D5DBE7;
  text-align: center;
}

.contact-page .cell_left {
  background-color: #11416A;
}

.contact-page .cover__titleNew {
  font-size: 1rem;
  font-weight: 70;
  color: white;
  text-align: right;
}

.contact-page .cover__titleNew2 {
  font-size: 2rem;
  line-height: 1.1;
  font-family: "Exo", Arial, Tahoma, Verdana, Helvetica, sans-serif;
  font-weight: 50;
  text-align: left;
  margin-right: 50px;
  max-width: 700px;
  color: white;
}

.contact-page .buttonAppel {
  text-align: left;
}

.contact-page .cover__description {
  font-size: 1.8rem;
  font-weight: 400;
  margin: 1.4em 0 0.4em;
}

.contact-page .cover_right {
  text-align: left;
  margin-left: 50px;
  margin-top: 50px;
}

.contact-page .rows_wrapper {
  background-color: #D5DBE7;
}

.contact-page .cover_left {
  text-align: left;
  margin-left: 30%;
  margin-top: 50px;
}

.contact-page .cover_left__titleNew {
  font-size: 3rem;
  font-weight: 500;
  color: white;
  text-align: left;
}

.contact-page .cover_left__titleNew2 {
  font-size: 2rem;
  line-height: 1.1;
  font-family: "Exo", Arial, Tahoma, Verdana, Helvetica, sans-serif;
  font-weight: 50;
  text-align: left;
  margin-right: 50px;
  max-width: 500px;
  color: white;
}

.contact-page .cover_right__titleNew {
  font-size: 3rem;
  font-weight: 500;
  color: black;
  text-align: left;
}

.contact-page .cover_right__titleNew2 {
  font-size: 5rem;
  font-weight: 800;
  color: black;
  text-align: left;
  margin-top: -20px;
}

.contact-page .tableContact {
  width: 100%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: -30px;
}

.contact-page .tableContact_title {
  font-size: 1.9rem;
  font-weight: 500;
  text-transform: uppercase;
}

.contact-page .tableContact_description {
  font-weight: 40;
  font-size: 1.4rem;
  text-align: center;
  margin-bottom: 5px;
}

.contact-page .tableContact_image {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.contact-page .row_contact {
  display: flex;
  background-color: #D5DBE7;
}

.contact-page .column_contact {
  background-color: #11416A;
}

.contact-page .column_contact_right {
  flex: 55%;
  background-color: #D5DBE7;
  margin-bottom: 20px;
}

.contact-page .column_contact_left {
  flex: 45%;
  background-color: #11416A;
}

@media (max-width: 1024) {
  .contact-page .column_contact_right {
    flex: 10%;
  }

  .contact-page .column_contact_left {
    flex: 90%;
  }
}
/*
@media (min-width: 1025) {
  .contact_block_gauche_purissimeau{
     width:30%;
     flex: inherit;
  }

}*/
@media (max-width: 320) {
  .contact-page .cover_left {
    margin-top: 50px;
    margin-left: 0px;
  }
}
.contact-page .img_ellipse_commerciaux {
  width: 100px;
  -webkit-clip-path: ellipse(50% 50%);
          clip-path: ellipse(50% 50%);
}

.contact-page .roundedImage {
  overflow: hidden;
  border-radius: 100px;
  width: 90%;
  height: 200px;
}

.contact-page .rows > .cell--2 {
  flex: 1 1 calc(100% / 12 * 2 - var(--grid-margin) - var(--grid-margin));
  width: auto;
}

@media (min-width: 641px) and (max-width: 1024px) {
  /*Version Tab */
  .contact-page .roundedImage {
    overflow: hidden;
    border-radius: 100px;
    width: 100%;
    height: 200px;
    margin-bottom: 15px;
  }

  .contact-page .cover_right__titleNew2 {
    font-size: 5rem;
    font-weight: 700;
    color: black;
    text-align: left;
    margin-top: -20px;
  }

  .contact-page .cell--align-bottom {
    display: inline-grid;
    width: 100%;
    grid-template-columns: 150px;
  }
}
@media (max-width: 640px) {
  /*Version Mobile */
  .contact-page .roundedImage {
    overflow: hidden;
    border-radius: 100px;
    width: 200px;
    height: 200px;
    margin-bottom: 15px;
  }

  .contact-page .cell_left {
    background-color: #11416A;
    height: 280px;
  }

  .contact-page .cover_right__titleNew2 {
    font-size: 5rem;
    font-weight: 550;
    color: black;
    text-align: left;
    margin-top: -20px;
  }
}
.contact-page .roundedImageShadow {
  -o-box-shadow: 0px 0px 2px #343434;
  box-shadow: 0px 0px 2px #343434;
  margin-top: auto;
}

.cell--align-bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.button_pur {
  background-color: #4CAF50;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}

.filtre_button {
  background-color: #0A5597;
  border: none;
  color: white;
  text-align: center;
  font-size: 18px;
  width: 94%;
  margin-left: 3%;
  padding-top: 7px;
  padding-bottom: 7px;
  cursor: pointer;
}

.filtre_button:hover {
  background-color: #1898D5;
}

.bar-icon-calcul {
  display: none;
}

.bar-icon-calcul:hover img {
  display: content;
}

.filtre_fond_cell {
  background-color: white;
  color: blue;
  padding-top: 10px;
  padding-bottom: 10px;
}

.filtre_fond_cell_button {
  background-color: white;
  color: blue;
  padding-top: 5px;
  padding-bottom: 5px;
  max-height: 45px;
}

.filtre_fond {
  margin-top: 20px;
  background-color: white;
}

.custom-select {
  font-family: "Exo", Arial, Tahoma, Verdana, Helvetica, sans-serif;
  width: 90%;
  margin-left: 5%;
  border-color: white;
  border: none;
}

.custom-select select {
  display: none;
  /*hide original SELECT element: */
}

.home_essentiel_title {
  text-align: left;
  font-size: 15.2rem;
  font-weight: 550;
  font-family: "Exo", Arial, Tahoma, Verdana, Helvetica, sans-serif;
  position: absolute;
  margin-top: 120px;
  color: #0F5FA7;
  letter-spacing: 1.6rem;
  margin-left: 80px;
}

.u-wrapper_cover_purissimeau_fond {
  margin: 0 auto;
  max-width: 80%;
  text-align: justify;
  width: 100%;
  color: white;
  font-family: "Exo", Arial, Tahoma, Verdana, Helvetica, sans-serif;
  margin-top: calc((100% + var(--modifier, 60) * 10px / 1.5)+ 150);
}

.u-wrapper_cover_purissimeau {
  margin: 0 auto;
  max-width: 110rem;
  text-align: justify;
  width: 94%;
  color: white;
  font-family: "Exo", Arial, Tahoma, Verdana, Helvetica, sans-serif;
  margin-top: calc(14%);
}

.u-wrapper_cover_purissimeau_background {
  width: 100%;
  text-align: center;
  display: block;
  margin: 0 auto;
}

.u-wrapper_cover_purissimeau_background img {
  width: 100%;
}

.u-wrapper_cover_purissimeau_imageTop1 img {
  text-align: center;
  display: block;
  margin: 0 auto;
  margin-top: 60px;
}

.u-wrapper_cover_purissimeau_imageTop2 img {
  text-align: center;
  display: block;
  margin: 0 auto;
  margin-top: 0%;
}

.u-wrapper_cover_purissimeau_imageTopBulle1 img {
  text-align: left;
  display: block;
  margin: 0 auto;
  margin-top: 0%;
}

.cover_purissimeau_titre {
  font-size: 5.6rem;
  font-weight: 400;
  line-height: 1;
  margin-left: 50px;
}

.cover_purissimeau_titre2 {
  font-size: 5.6rem;
  font-weight: 400;
  line-height: 1;
  margin-left: 50px;
}

.cover_purissimeau_titre2 span {
  font-family: "Tartine Script Regular", Arial, Tahoma, Verdana, Helvetica, sans-serif;
  font-size: 7.6rem;
  font-weight: 0;
}

.fond_landing_purissimeau {
  position: relative;
}

.fond_landing_purissimeau_img {
  position: relative;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: 50%;
  margin-top: 50%;
}

.landing_purissimeau_fond_ {
  margin: 0 auto;
  background-color: gray;
  height: calc(100% + var(--modifier, 60) * 10px / 1.5);
  z-index: 10;
}

.landing_purissimeau_fond_left {
  float: left;
  width: 25%;
  background-color: #F5F5F5;
  height: calc(100% + var(--modifier, 60) * 10px / 1.5);
}

.landing_purissimeau_fond_right {
  float: right;
  width: 75%;
  height: calc(100% + var(--modifier, 60) * 10px / 1.5);
  background-color: #0A5493;
  overflow: hidden;
}

.landing_purissimeau_fond_center {
  margin: 0 auto;
  width: 90%;
  background-color: red;
  height: calc(90% + var(--modifier, 60) * 10px / 1.5);
}

.parallax-section_landing_purissimeau {
  --translate: 0px;
  --offset: 0px;
  --modifier: 60;
  overflow: hidden;
  position: relative;
}

.parallax-section_landing_purissimeau .parallax-item {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: calc(100% + var(--modifier, 60) * 10px / 1.5);
  z-index: -1;
  will-change: transform;
  transform: translateY(calc(var(--translate) - var(--offset)));
}

.parallax-section_landing_purissimeau .parallax-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.parallax-section_landing_purissimeau_fond1 {
  background-color: red;
}

.icon-bar {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

.icon-bar-bar {
  height: 160px;
  background-color: #0A5595;
  max-width: 100px;
  text-align: center;
  color: white;
  padding-left: 15px;
  padding-right: 15px;
  font-weight: 460;
  font-family: "Exo", Arial, Tahoma, Verdana, Helvetica, sans-serif;
  line-height: 1.1;
  font-size: 15px;
}

.icon-bar-bar_bandeau {
  background-color: #0A5595;
  text-align: center;
  color: white;
  padding-left: 15px;
  padding-right: 15px;
  font-weight: 460;
  font-family: "Exo", Arial, Tahoma, Verdana, Helvetica, sans-serif;
  line-height: 1.1;
  font-size: 15px;
}

.separateur {
  color: white;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 1px;
  padding-bottom: 1px;
  background-color: white;
  max-width: 60px;
  margin-top: -10px;
  margin-left: 20px;
  opacity: 0.5;
}

.separateur_vertical {
  text-align: right;
  padding-left: 1px;
  padding-right: 1px;
  padding-bottom: 150px;
  background-color: white;
  max-width: 1px;
  opacity: 0.5;
  margin-left: 50%;
}

.icon-bar-bar img {
  margin-top: 18px;
  margin-bottom: 10px;
}

.icon-bar a {
  text-decoration: none;
  max-width: 70px;
}

.icon-bar a:hover {
  text-decoration: underline;
}

.revendeur {
  margin-top: 20px;
  color: white;
  font-size: 14px;
  line-height: 1px;
}

.volume_eau {
  margin-top: 20px;
  color: white;
  line-height: 1px;
  font-size: 14px;
}

.revendeur_purissimeau_container {
  position: relative;
  z-index: -1;
}

.revendeur_purissimeau_container img[alt~=img_goutte] {
  visibility: hidden;
  display: none;
}

.quiest_purissimeau_container img[alt~=img_bulles] {
  visibility: hidden;
  display: none;
}

.revendeur_fond_right {
  float: right;
  height: 400px;
  width: 40%;
  margin-top: -400px;
  z-index: 10;
  color: #005397;
}

.revendeur_title {
  text-align: left;
  font-size: 4.2rem;
  font-weight: 550;
  font-family: "Exo", Arial, Tahoma, Verdana, Helvetica, sans-serif;
  margin: 0.4em 0;
  line-height: 1.2;
  position: absolute;
  margin-top: 160px;
}

.revendeur_content {
  text-align: left;
  font-size: 1.6rem;
  font-weight: 200;
  font-family: "Exo", Arial, Tahoma, Verdana, Helvetica, sans-serif;
  margin: 0.4em 0;
  line-height: 1.2;
  position: absolute;
  margin-top: 230px;
  max-width: 400px;
  margin-right: 20px;
}

.valeur_purissimeau_title {
  text-align: right;
  font-size: 4.5rem;
  font-weight: 550;
  font-family: "Tartine Script Regular", Arial, Tahoma, Verdana, Helvetica, sans-serif;
  margin: 0.4em 0;
  line-height: 1;
  margin-right: 170px;
}

.revendeur_button {
  margin-top: 310px;
  color: #005397;
}

.valeur_purissimeau_content {
  text-align: left;
  font-size: 1.6rem;
  font-weight: 200;
  font-family: "Exo", Arial, Tahoma, Verdana, Helvetica, sans-serif;
  margin: 0.4em 0;
  line-height: 1.2;
  position: absolute;
  margin-top: 165px;
  max-width: 400px;
}

.valeur_purissimeau_cell_Title {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 1.8em;
  line-height: 1;
  font-family: "EXO", Arial, Tahoma, Verdana, Helvetica, sans-serif;
  font-weight: 500;
  color: #1898D5;
}

.valeur_purissimeau_title2 {
  text-align: right;
  font-size: 4.5rem;
  font-weight: 550;
  font-family: "Tartine Script Regular", Arial, Tahoma, Verdana, Helvetica, sans-serif;
  margin: 0.4em 0;
  line-height: 1;
}

.quiest_purissimeau_container {
  z-index: -1;
}

.quiest_purissimeau_fond {
  background-color: #0A5595;
}

.quiest_purissimeau_fond_right {
  float: right;
  height: 400px;
  width: 40%;
  margin-top: -350px;
  z-index: 10;
  color: white;
}

.quiest_purissimeau_fond_left {
  float: left;
  width: 60%;
  background: lightblue;
  height: 400px;
  z-index: 10;
}

.quiest_purissimeau_texte_fond1 {
  text-align: left;
  font-size: 12rem;
  font-weight: 550;
  font-family: "Exo", Arial, Tahoma, Verdana, Helvetica, sans-serif;
  margin: 0.4em 0;
  line-height: 1.2;
  margin-top: -180px;
  margin-left: -130px;
  position: absolute;
  color: #0663B1;
}

.quiest_purissimeau_texte_fond2 {
  text-align: left;
  font-size: 12rem;
  font-weight: 550;
  font-family: "Exo", Arial, Tahoma, Verdana, Helvetica, sans-serif;
  margin: 0.4em 0;
  line-height: 1.2;
  margin-top: -88px;
  margin-left: 0px;
  position: absolute;
  color: #0663B1;
}

.quiest_purissimeau_title {
  text-align: left;
  font-size: 4.2rem;
  font-weight: 550;
  font-family: "Exo", Arial, Tahoma, Verdana, Helvetica, sans-serif;
  margin: 0.4em 0;
  line-height: 1.2;
  position: absolute;
  margin-top: -20px;
}

.quiest_purissimeau_title2 {
  text-align: left;
  font-size: 4.2rem;
  font-family: "Tartine Script Regular", Arial, Tahoma, Verdana, Helvetica, sans-serif;
  margin: 0.4em 0;
  line-height: 1.2;
  position: absolute;
  margin-top: 90px;
}

.quiest_purissimeau_content {
  text-align: left;
  font-size: 1.6rem;
  font-weight: 200;
  font-family: "Exo", Arial, Tahoma, Verdana, Helvetica, sans-serif;
  margin: 0.4em 0;
  line-height: 1.2;
  position: absolute;
  margin-top: 165px;
  max-width: 400px;
  margin-right: 20px;
}

.quiest_purissimeau_button {
  margin-top: 340px;
}

.fright {
  float: right;
  height: 400px;
  width: 35%;
  margin-top: 40px;
  z-index: 1;
}

.fleft {
  float: left;
  width: 65%;
  height: 400px;
  margin-top: -110px;
}

.text-block_titre {
  position: absolute;
  bottom: 260px;
  right: 0px;
  padding-left: 20px;
  padding-right: 20px;
}

.text-block_content {
  position: absolute;
  bottom: 100px;
  right: 0px;
  padding-left: 20px;
  padding-right: 20px;
}

.wrap_conseil_img {
  position: relative;
}

.floatleft {
  float: left;
  width: 70%;
  background-color: #ff0000;
  position: absolute;
}

.floatright {
  float: right;
  background-color: #00ff00;
  width: 30%;
  position: absolute;
}

.split {
  height: 100%;
  width: 70%;
  z-index: 1;
  top: 0;
  overflow-x: hidden;
  padding-top: 20px;
}

.left {
  left: 0;
  background-color: #111;
}

.right {
  right: 0;
  background-color: red;
}

.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.centered img {
  width: 150px;
  border-radius: 50%;
}

.split_conseil_purissimeau {
  height: 100%;
  width: 50%;
  z-index: 2;
  top: 0;
  overflow-x: hidden;
  padding-top: 20px;
}

.centered_conseil_purissimeau {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.left_conseil_purissimeau {
  left: 0;
  background-color: #111;
}

.right_conseil_purissimeau {
  right: 0;
  background-color: red;
}

#landing_Pur .cell .gamme_purissimeau {
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#landing_Pur .cell .valeur_purissimeau {
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#landing_Pur .cell .gamme_purissimeau_algicide {
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#landing_pur {
  padding: 3em 0 4em;
}

#landing_pur h2 {
  font-family: "Exo", Arial, Tahoma, Verdana, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 6.6rem;
  max-width: 58rem;
  margin-left: auto;
  line-height: 1.15;
}

#landing_pur h2 strong {
  font-weight: bold;
}

@media (max-width: 1024px) {
  #landing_pur h2 {
    font-size: 5.6rem;
  }
}
@media (max-width: 900px) {
  #landing_pur h2 {
    font-size: 4.6rem;
  }
}
@media (max-width: 720px) {
  #landing_pur h2 {
    font-size: 3.8rem;
  }
}
#landing_pur h2 + div {
  font-size: 1.15em;
}

#landing_pur .cell {
  text-align: center;
}

#landing_pur .cell .pool {
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#landing_pur .cell p {
  margin: 0;
}

#landing_pur .cell svg.icon {
  width: 100%;
  height: auto;
  flex: 0 0 auto;
  margin: 0;
}

#landing_pur .cell svg.icon-piscine-rectangle {
  height: 140px;
}

#landing_pur .cell svg.icon-piscine-ovale {
  height: 162px;
}

#landing_pur .cell svg.icon-piscine-ronde {
  height: 120px;
}

#landing_pur .cell svg.icon-piscine-autre-forme {
  height: 148px;
}

.button_purissimeau {
  color: red;
}

.bandeau_purissmeau_fond {
  background-color: #00365f;
  margin: 0 auto;
  text-align: justify;
  color: #00365f;
  font-family: "Exo", Arial, Tahoma, Verdana, Helvetica, sans-serif;
  display: none;
}

.purissimeau-bandeau-produits_left {
  float: left;
  width: 50%;
  height: 110px;
  background-color: #0A5595;
  padding-top: 10px;
}

.purissimeau-bandeau-produits_right {
  padding-top: 10px;
  float: right;
  height: 110px;
  width: 50%;
  background-color: #0A5595;
}

.disabled-link {
  text-decoration: none;
  color: white;
}

.conseil_purissimeau_container {
  float: right;
  position: relative;
  z-index: -1;
}

.conseil_purissimeau_title {
  text-align: left;
  font-size: 4rem;
  font-weight: 550;
  font-family: "Exo", Arial, Tahoma, Verdana, Helvetica, sans-serif;
  margin: 0.4em 0;
  line-height: 1.2;
  position: absolute;
}

.conseil_purissimeau_title2 {
  text-align: left;
  font-size: 4rem;
  font-family: "Tartine Script Regular", Arial, Tahoma, Verdana, Helvetica, sans-serif;
  margin: 0.4em 0;
  line-height: 1.2;
  position: absolute;
  margin-top: 122px;
}

.conseil_purissimeau_button {
  margin-top: 290px;
}

.conseil_purissimeau_content {
  text-align: left;
  font-size: 1.6rem;
  font-weight: 200;
  font-family: "Exo", Arial, Tahoma, Verdana, Helvetica, sans-serif;
  margin: 0.4em 0;
  line-height: 1.2;
  position: absolute;
  margin-top: 180px;
  max-width: 400px;
  z-index: 2;
  margin-right: 20px;
}

.cover .cover__buttons_bloc {
  margin-top: -150px;
  margin-left: -15px;
  font-size: 2.2rem;
  text-align: left;
  width: 110%;
  transform: scale(0.65);
  position: relative;
}

.cover .cover__buttons_bloc .y-button {
  display: inline-block;
  vertical-align: top;
  margin: 0.4em;
  width: 100%;
  max-width: 24rem;
  flex-grow: 1;
  flex-shrink: 0;
}

.cover .cover__buttons_bloc .y-button--outline {
  --button-color: #fff;
}

.cover .cover__buttons_bloc .y-button--outline:not(:hover) {
  background: rgba(0, 0, 0, 0.2);
}

.cover .cover__buttons_bloc .y-button--outline:hover {
  --button-color-hover: #fff;
  color: #009cc4;
}

.cover .container_francais {
  float: left;
  margin-top: -30px;
}

.cover .container_francais_text {
  margin-left: 50px;
  margin-top: -36px;
  font-size: 2.9rem;
  line-height: 1.1;
  font-family: "Exo", Arial, Tahoma, Verdana, Helvetica, sans-serif;
  font-weight: 280;
}

.cover .cover__bloc {
  float: right;
  margin-top: 2em;
  margin-left: 200px;
  font-size: 1.8rem;
  text-align: center;
  max-width: 500px;
  position: relative;
}

.cover .float-container {
  padding: 10px;
  max-width: 1900px;
  margin: 0 auto;
  margin-top: -100px;
}

.cover .float-child {
  width: 50%;
  float: left;
}

.cover .contentHome {
  width: 70%;
  margin-top: -20px;
}

.cover .contentBlock {
  margin-left: 80%;
  border: 1px solid #000000;
  padding: 1em;
}

.cover .cover__buttonsNew {
  color: white;
  background-color: red;
}

.cover .cover__bloc__title span {
  font-weight: 600;
  display: block;
}

.cover .cover__bloc__title {
  margin-left: -54px;
  margin-Top: 80px;
  font-size: 2.9rem;
  line-height: 1.1;
  font-family: "Exo", Arial, Tahoma, Verdana, Helvetica, sans-serif;
  font-weight: 280;
  position: absolute;
  text-align: left;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 220px;
}

.cover .cover__bloc__title, .cover .cover__buttons_bloc{
  z-index:1;
}

/*
.quiest_purissimeau_container img[alt~="img_goutte"]{
  display: none
}*/
@media (min-width: 1025px) and (max-width: 1280px) {
  .quiest_purissimeau_container img[alt~=img_bulles] {
    display: none;
    visibility: hidden;
  }

  .fright {
    width: 40%;
  }

  .fleft img {
    text-align: center;
    width: 100%;
    height: 100%;
    max-width: 1500px;
    margin-right: 30px;
    margin-top: 400px;
    float: left;
  }

  .fleft {
    float: left;
    width: 65%;
    height: 400px;
    margin-top: -300px;
  }

  .quiest_purissimeau_container iframe {
    margin-top: 100px;
  }
}
@media (min-width: 641px) and (max-width: 1024px) {
  /*Version Tab */
  /*  .quiest_purissimeau_container img {
      display: none;
    }*/
  .quiest_purissimeau_texte_fond1 {
    display: none;
  }

  .quiest_purissimeau_texte_fond2 {
    display: none;
  }

  .cover .cover__buttons_bloc {
    transform: scale(0.5);
    margin-top: -180px;
  }

  .cover_purissimeau_titre {
    margin-top: 290px;
  }

  .fleft {
    width: 110%;
    height: 110%;
  }

  .video_purissimeau {
    width: 40%;
    float: right;
    height: 160px;
  }

  .quiest_purissimeau_container {
    z-index: 11;
    margin-top: -330px;
  }

  .fleft img {
    text-align: center;
    width: 100%;
    height: 100%;
    max-width: 1500px;
  }

  .conseil_purissimeau_title {
    max-width: 80%;
  }

  .conseil_purissimeau_content {
    max-width: 80%;
  }

  .quiest_purissimeau_container img[alt~=img_bulles] {
    visibility: visible;
    margin-top: -400px;
    display: block;
    height: 350px;
    width: 400px;
    float: right;
    opacity: 40%;
    padding-bottom: 15px;
  }

  .quiest_purissimeau_container img {
    display: none;
    visibility: hidden;
  }

  .revendeur_purissimeau_container img[alt~=img_goutte] {
    visibility: visible;
    width: 50%;
    float: right;
    opacity: 20%;
    display: flex;
    flex-direction: column-reverse;
    margin-right: 120px;
    margin-bottom: -160px;
  }

  .icon-bar-bar {
    display: none;
  }

  .separateur {
    display: none;
  }

  .bandeau_purissmeau_fond {
    display: contents;
  }

  .revendeur_fond_right {
    height: 400px;
    width: 60%;
    margin-top: -200px;
    z-index: 10;
    color: #005397;
    float: left;
    margin-left: 15px;
  }

  .f {
    display: flex;
    flex-direction: column-reverse;
  }

  .fleft img {
    text-align: center;
    width: 100%;
    height: 80%;
    max-width: 1500px;
    margin-right: 30px;
    margin-top: -80px;
    float: right;
  }

  .quiest_p {
    display: flex;
    flex-direction: column-reverse;
  }

  .quiest_purissimeau_fond_right {
    width: 100%;
    margin-top: 0px;
  }

  .quiest_purissimeau_button {
    margin-top: 295px;
  }
}
@media (max-width: 1024px) {
  .cover .cover__bloc {
    float: left;
    font-size: 1.8rem;
    text-align: center;
    max-width: 300px;
    margin-left: 0px;
    margin-top: 5em;
  }

  .cover .cover__bloc img {
    width: 390px;
    height: 387px;
  }

  .cover .cover__bloc__title {
    font-size: 2.2rem;
    margin-left: 0px;
    margin-Top: 0px;
  }

  .cover .cover__buttons_bloc {
    transform: scale(0.6);
    margin-top: -150px;
  }

  .revendeur_purissimeau_container img {
    visibility: hidden;
    display: none;
  }

  /*.quiest_purissimeau_container iframe{

      margin-top:100px;
    }*/
  .valeur_purissimeau_cell_Title {
    font-size: 1.3em;
  }

  .revendeur_fond_right {
    float: left;
    height: 400px;
    width: 40%;
    margin-top: -270px;
    z-index: 10;
    color: #005397;
  }
}
/*
@media (min-width: 641px) and (max-width: 1400px) {

  .cover .cover__buttons_bloc {
    transform: scale(0.5);
    margin-top: -180px;
  }

  .cover_purissimeau_titre {
    margin-top: 290px;
  }

  .fleft {
    width: 110%;
    height: 110%;

  }

  .fleft img{
    text-align: center;
    width: 100%;
    height: 100%;
    max-width: 1500px;
  }

  .fright {
  //  width: 100%;
  }

  .conseil_purissimeau_title{
    max-width: 80%;
  }
  .conseil_purissimeau_content {
    max-width: 80%;
  }

  .quiest_purissimeau_fond_right {
      width: 100%;
      //margin-top: 20px;
  }

  .quiest_purissimeau_content {
    max-width: 80%;
  }

  .quiest_purissimeau_texte_fond1{
    display: none;
  }
  .quiest_purissimeau_texte_fond2{
    display: none;
  }

  .icon-bar-bar{
    display: none;
  }

  .bandeau_purissmeau_fond {
    display: contents;
  }


}
*/
@media (max-width: 720px) {
  .cover .cover__bloc {
    float: left;
    font-size: 1.8rem;
    text-align: center;
    max-width: 300px;
    margin-left: 0px;
    margin-top: 0px;
  }

  .cover .cover__bloc img {
    width: 390px;
    height: 387px;
  }

  .cover .cover__bloc__title {
    font-size: 2.2rem;
    margin-left: 0px;
    margin-Top: 0px;
  }

  .cover .cover__buttons_bloc {
    transform: scale(0.6);
    margin-top: -150px;
    font-size: 1.8rem;
  }

  .icon-bar-bar {
    display: none;
  }
}
@media (max-width: 640px) {
  /*Version Mobile */
  .fleft {
    width: 100%;
    margin-top: -250px;
    margin-bottom: 20px;
  }

  .fright {
    float: right;
    height: 400px;
    width: 35%;
    margin-top: 40px;
    z-index: 1;
  }

  .f {
    display: flex;
    flex-direction: column-reverse;
    margin-top: -100px;
  }

  .conseil_purissimeau_content {
    font-size: 1.6 rem;
  }

  .conseil_purissimeau_button {
    margin-top: 330px;
  }

  .u-wrapper_purissimeau {
    margin-top: -40px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    max-width: 110rem;
    text-align: justify;
    width: 94%;
    color: #005397;
    font-family: "Exo", Arial, Tahoma, Verdana, Helvetica, sans-serif;
  }

  .revendeur_purissimeau_container img[alt~=img_goutte] {
    visibility: visible;
    width: 50%;
    float: right;
    opacity: 20%;
    display: flex;
    flex-direction: column-reverse;
    margin-right: 22px;
    margin-bottom: -160px;
  }
}
@media (max-width: 414px) {
  .fleft {
    width: 100%;
  }

  .fleft img {
    text-align: center;
    width: 100%;
  }

  .fright {
    width: 100%;
  }

  .conseil_purissimeau_title {
    font-size: 3.6rem;
  }

  .conseil_purissimeau_title2 {
    font-size: 3.6rem;
    margin-top: 107px;
    line-height: 0.9;
  }

  .quiest_purissimeau_fond_left {
    width: 100%;
  }

  .quiest_purissimeau_fond_right {
    width: 100%;
    margin-top: 0px;
  }

  .quiest_purissimeau_texte_fond1 {
    display: none;
  }

  .quiest_purissimeau_texte_fond2 {
    display: none;
  }

  .quiest_purissimeau_container img {
    display: none;
  }

  .quiest_purissimeau_container iframe {
    width: 360px;
    height: 200px;
    margin-top: 0px !important;
  }

  .quiest_purissimeau_title2 {
    font-size: 4rem;
    line-height: 0.9;
  }

  .quiest_purissimeau_content {
    font-size: 1.4rem;
    padding-top: 50px;
  }

  .quiest_purissimeau_title {
    text-align: left;
    font-size: 4.2rem;
    font-weight: 550;
    font-family: "Exo", Arial, Tahoma, Verdana, Helvetica, sans-serif;
    margin: 0.4em 0;
    margin-top: 0.4em;
    line-height: 1.2;
    position: absolute;
    margin-top: 0px;
  }

  .quiest_purissimeau_title2 {
    text-align: left;
    font-size: 4.2rem;
    font-family: "Tartine Script Regular", Arial, Tahoma, Verdana, Helvetica, sans-serif;
    margin: 0.4em 0;
    margin-top: 0.4em;
    line-height: 1.2;
    position: absolute;
    margin-top: 110px;
  }

  .valeur_purissimeau_title {
    font-size: 3.6rem;
  }

  .valeur_purissimeau_title2 {
    font-size: 3.6rem;
  }

  .revendeur_fond_right {
    /*width: 100%;
    margin-top: -150px;
    height: 250px;*/
    margin-bottom: -15px;
    width: 100%;
  }

  .cover .float-child {
    width: 100%;
  }

  .cover .cover__bloc {
    float: left;
    font-size: 1.8rem;
    text-align: center;
    max-width: 300px;
    margin-left: 0px;
    margin-top: 0px;
  }

  .cover .cover__bloc img {
    width: 300px;
    height: 297px;
  }

  .cover .float-container {
    margin: 0;
  }

  .cover .cover__bloc__title {
    font-size: 2.2rem;
    margin-left: 0px;
    margin-Top: 0px;
  }

  .cover .cover__buttons_bloc {
    transform: scale(0.5);
    margin-top: -130px;
    font-size: 1.8rem;
  }

  .cover .float-container {
    margin-top: -150px;
  }

  .cover .container_francais_text {
    font-size: 1.9rem;
    margin-top: -28px;
    margin-left: 45px;
  }

  .cover .container_francais {
    margin-top: -20px;
    margin-left: 20px;
  }

  .cover .container_francais img {
    width: 35px;
    height: 25px;
  }

  .cover_purissimeau_titre {
    font-size: 3.3rem;
    margin-top: 110px;
    margin-left: 0px;
  }

  .cover_purissimeau_titre2 {
    font-size: 3.3rem;
    margin-left: 0px;
  }

  .cover_purissimeau_titre2 span {
    font-size: 3.6rem;
    margin-left: 0px;
  }

  .icon-bar-bar {
    display: none;
  }

  .separateur {
    display: none;
  }

  .bandeau_purissmeau_fond {
    display: contents;
  }

  .u-wrapper_cover_purissimeau_imageTop1 img {
    margin-top: 50px;
  }

  .valeur_purissimeau_title {
    margin-right: 10px;
  }

  .revendeur_title {
    text-align: left;
    font-size: 4.2rem;
    font-weight: 550;
    font-family: "Exo", Arial, Tahoma, Verdana, Helvetica, sans-serif;
    margin: 0.4em 0;
    margin-top: 0.4em;
    line-height: 1.2;
    position: absolute;
    margin-top: 225px;
  }

  .revendeur_content {
    text-align: left;
    font-size: 1.6rem;
    font-weight: 200;
    font-family: "Exo", Arial, Tahoma, Verdana, Helvetica, sans-serif;
    margin: 0.4em 0;
    margin-top: 0.4em;
    margin-right: 0px;
    line-height: 1.2;
    position: absolute;
    margin-top: 300px;
    max-width: 400px;
    margin-right: 20px;
  }

  .revendeur_button {
    margin-top: 310px;
    color: #005397;
    padding-top: 60px;
  }
}
@media (max-width: 320px) {
  .conseil_purissimeau_content {
    margin-top: 180px;
  }

  .icon-bar-bar {
    display: none;
  }

  .bandeau_purissmeau_fond {
    display: contents;
  }
}
.gamme_purissimeau_title_left {
  text-align: left;
  font-size: 4.6rem;
  font-weight: 550;
  font-family: "Exo", Arial, Tahoma, Verdana, Helvetica, sans-serif;
  margin: 0.4em 0;
  line-height: 1.2;
}

.gamme_purissimeau_content {
  margin-bottom: 50px;
  text-align: left;
  max-width: 100%;
  font-family: "Exo", Arial, Tahoma, Verdana, Helvetica, sans-serif;
  line-height: 1;
}

.gamme_purissimeau {
  box-shadow: 0px 0px 1px 1px rgba(119, 119, 119, 0.1);
  height: 200px;
  display: none;
}

.valeur_purissimeau {
  width: 100 px;
  box-shadow: 0px 0px 0px 0px rgba(119, 119, 119, 0.1);
  height: 100px;
}

.gamme_purissimeau_algicide {
  box-shadow: 0px 0px 1px 1px rgba(119, 119, 119, 0.1);
  height: 100px;
  display: none;
}

.hover_algicide :hover {
  background-color: #89B02E;
}

.hover_entretien :hover {
  background-color: #7A558F;
}

.hover_equilibre :hover {
  background-color: #CD3473;
}

.hover_desinfection :hover {
  background-color: #E7B64C;
}

.hover_hivernage :hover {
  background-color: #1DB4D7;
}

.valeur_purissimeau_footer {
  padding-top: 30px;
  padding-bottom: 10px;
  font-size: 1.4em;
  line-height: 1;
  font-family: "EXO", Arial, Tahoma, Verdana, Helvetica, sans-serif;
  font-weight: 600;
}

.valeur_purissimeau_description {
  background-color: white;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 1em;
  line-height: 1;
  font-family: "Tartine Script Regular", Arial, Tahoma, Verdana, Helvetica, sans-serif;
  font-weight: 200;
}

.gamme_purissimeau_footer_algicide {
  background-color: #89B02E;
  color: white;
  padding-top: 10px;
  padding-bottom: 10px;
}

.gamme_purissimeau_footer_entretien {
  background-color: #7A558F;
  color: white;
  padding-top: 10px;
  padding-bottom: 10px;
}

.gamme_purissimeau_footer_desinfection {
  background-color: #E7B64C;
  color: white;
  padding-top: 10px;
  padding-bottom: 10px;
}

.gamme_purissimeau_footer_equilibre {
  background-color: #CD3473;
  color: white;
  padding-top: 10px;
  padding-bottom: 10px;
}

.gamme_purissimeau_footer_hivernage {
  background-color: #1DB4D7;
  color: white;
  padding-top: 10px;
  padding-bottom: 10px;
}

#pool .cell .gamme_purissimeau {
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#pool .cell .valeur_purissimeau {
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#pool .cell .gamme_purissimeau_algicide {
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.u-wrapper_purissimeau_landing {
  margin: 0 auto;
  max-width: 110rem;
  text-align: justify;
  width: 94%;
  color: #005397;
  font-family: "Exo", Arial, Tahoma, Verdana, Helvetica, sans-serif;
}

.nosValeurs {
  font-family: "Exo", Arial, Tahoma, Verdana, Helvetica, sans-serif;
  font-size: 4rem;
  line-height: 1.15;
  margin-bottom: 30px;
  font-weight: 550;
}

.u-wrapper_purissimeau {
  margin: 0 auto;
  max-width: 110rem;
  text-align: justify;
  width: 94%;
  color: #005397;
  font-family: "Exo", Arial, Tahoma, Verdana, Helvetica, sans-serif;
}

.u-wrapper_purissimeau_quiest {
  margin: 0 auto;
  max-width: 110rem;
  text-align: justify;
  width: 94%;
  color: #005397;
  font-family: "Exo", Arial, Tahoma, Verdana, Helvetica, sans-serif;
  height: 300px;
}

.landing_Pur .PurissimeauButton .y-button {
  margin: 0.9em;
  padding: 1.8em;
  padding: 1.2em 2.2em 1.2em 2.2em;
  max-width: 24rem;
  flex-grow: 1;
  flex-shrink: 0;
  border-radius: 50px;
  font-size: 1.2rem;
  text-transform: none;
  font-family: "Helvetica", Arial, Tahoma, Verdana, Helvetica, sans-serif;
}

.landing_Pur .PurissimeauButton_blanc .y-button {
  margin: 0.9em;
  padding: 1.8em;
  padding: 1.2em 2.2em 1.2em 2.2em;
  max-width: 24rem;
  flex-grow: 1;
  flex-shrink: 0;
  border-radius: 50px;
  font-size: 1.2rem;
  color: white;
  text-transform: none;
  border-color: white;
  font-family: "Helvetica", Arial, Tahoma, Verdana, Helvetica, sans-serif;
}

.landing_Pur .PurissimeauButton .y-button--outline {
  --button-color: #004A8A;
}

.landing_Pur .PurissimeauButton .y-button--outline:not(:hover) {
  background: rgba(0, 0, 0, 0);
}

.landing_Pur .PurissimeauButton .y-button--outline:hover {
  --button-color: #004A8A;
}

.landing_Pur .PurissimeauButton_blanc .y-button--outline {
  --button-color: #004A8A;
}

.landing_Pur .PurissimeauButton_blanc .y-button--outline:not(:hover) {
  background: rgba(0, 0, 0, 0);
}

.landing_Pur .PurissimeauButton_blanc .y-button--outline:hover {
  --button-color: #004A8A;
}

.cover .cover__buttonsNew_ .y-button {
  margin: 0.4em;
  max-width: 24rem;
  flex-grow: 1;
  flex-shrink: 0;
}

.cover .cover__buttonsNew_ .y-button--outline {
  --button-color: #fff;
}

.cover .cover__buttonsNew_ .y-button--outline:not(:hover) {
  background: rgba(0, 0, 0, 0.2);
}

.cover .cover__buttonsNew_ .y-button--outline:hover {
  --button-color-hover: #fff;
  color: #009cc4;
}

.cover .cover__titleNew {
  margin-top: 100px;
  font-size: 5rem;
  line-height: 1.1;
  font-family: "Exo", Arial, Tahoma, Verdana, Helvetica, sans-serif;
  font-weight: 200;
  text-align: left;
  max-width: 400px;
}

@media (max-width: 1024px) {
  .cover .cover__titleNew {
    font-size: 5.6rem;
  }
}
@media (max-width: 900px) {
  .cover .cover__titleNew {
    font-size: 4.2rem;
  }
}
@media (max-width: 720px) {
  .cover .cover__titleNew {
    font-size: 4.2rem;
  }
}
@media (max-width: 440px) {
  .cover .cover__titleNew {
    font-size: 3.9rem;
    margin-left: 20px;
  }
}
.cover .cover__titleNew span {
  font-weight: 600;
  display: block;
}

.cover_purissimeau {
  --translate: 293px;
  /* --padding-sup: 8rem; */
  z-index: 1;
  min-height: calc(100vh - var(--sup-header-size, 4.5rem));
  color: #fff;
  margin-top: calc(var(--sup-header-size, 4.5rem) - var(--header-size, 12rem));
  padding-top: calc( var(--header-size, 12rem) - var(--sup-header-size, 4.5rem) + var(--padding-sup) );
  padding-bottom: var(--padding-sup);
  /* display: flex; */
  /* flex-direction: column; */
  /* align-items: stretch; */
  justify-content: center;
}

@media (max-width: 440px) {
  /*
  .cover_purissimeau {
    --padding-sup: 6.5rem;
  }
  */
}
.cover_purissimeau > * {
  flex: 0 0 auto;
}

.cover_purissimeau .cover__wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.cover_purissimeau .cover__description {
  font-size: 1.8rem;
  font-weight: 400;
  margin: 1.4em 0 0.4em;
  max-width: 70rem;
}

.buttons_purissimeau_rond {
  margin-top: 2em;
  font-size: 0.1rem;
  text-align: center;
  width: 100%;
}

.buttons_purissimeau_rond .y-button {
  display: inline-block;
  vertical-align: top;
  margin: 0.4em;
  width: 100%;
  max-width: 24rem;
  flex-grow: 1;
  flex-shrink: 0;
}

.buttons_purissimeau_rond .y-button--outline {
  --button-color: #fff;
}

.buttons_purissimeau_rond .y-button--outline:not(:hover) {
  background: rgba(0, 0, 0, 0.2);
}

.buttons_purissimeau_rond .y-button--outline:hover {
  --button-color-hover: #fff;
  color: #009cc4;
}

.cover_purissimeau .cover__buttons {
  margin-top: 2em;
  font-size: 1.8rem;
  text-align: center;
  width: 100%;
}

.cover_purissimeau .cover__buttons .y-button {
  display: inline-block;
  vertical-align: top;
  margin: 0.4em;
  width: 100%;
  max-width: 24rem;
  flex-grow: 1;
  flex-shrink: 0;
}

.cover_purissimeau .cover__buttons .y-button--outline {
  --button-color: #fff;
}

.cover_purissimeau .cover__buttons .y-button--outline:not(:hover) {
  background: rgba(0, 0, 0, 0.2);
}

.cover_purissimeau .cover__buttons .y-button--outline:hover {
  --button-color-hover: #fff;
  color: #009cc4;
}

.cover_purissimeau .float-container {
  padding: 10px;
  max-width: 1900px;
  margin: 0 auto;
}

.cover_purissimeau .float-child {
  padding: 10px;
}

.cover .cover__bloc .y-button {
  display: inline-block;
  vertical-align: top;
  margin: 0.4em;
  width: 100%;
  max-width: 24rem;
  flex-grow: 1;
  flex-shrink: 0;
}

.cover .cover__bloc .y-button--outline {
  --button-color: #fff;
}

.cover .cover__bloc .y-button--outline:not(:hover) {
  background: rgba(0, 0, 0, 0.2);
}

.cover .cover__bloc .y-button--outline:hover {
  --button-color-hover: #fff;
  color: #009cc4;
}

landing .valeur__title {
  font-size: 1rem;
  font-weight: 70;
  color: #008ECE;
}

.u-wrapper_purissimeau_produit {
  margin: 0 auto;
  max-width: 110rem;
  text-align: justify;
  color: #00365f;
  font-family: "Exo", Arial, Tahoma, Verdana, Helvetica, sans-serif;
}

.purissimeau-produits_left {
  float: left;
  width: 50%;
  height: 500px;
  border-right: 0.1rem solid #005397;
  background-image: url("https://aka.ydeo.com/bgkmll25fgMdfK");
}

.purissimeau-produits_left:hover {
  background-image: url("https://aka.ydeo.com/lgkedmfgkrl23dft");
}

.purissimeau-produits_right:hover {
  background-image: url("https://aka.ydeo.com/lfglf23fgmsefb6gt");
}

.purissimeau-produits_right {
  float: right;
  height: 500px;
  width: 50%;
  border-left: 0.1rem solid #005397;
  background-image: url("https://aka.ydeo.com/vlgfj3df9fhgngs");
}

.purissimeau-produits_title {
  text-align: left;
  font-size: 3.6rem;
  font-weight: 700;
  font-family: "Exo", Arial, Tahoma, Verdana, Helvetica, sans-serif;
  margin: 0.4em 0;
  line-height: 1.2;
  position: absolute;
  text-transform: uppercase;
  margin-left: 40px;
  margin-top: 10px;
  position: right;
}

.purissimeau-produits_content_left {
  text-align: left;
  font-size: 1.6rem;
  font-weight: 500;
  font-family: "Exo", Arial, Tahoma, Verdana, Helvetica, sans-serif;
  margin: 0.4em 0;
  line-height: 1.2;
  position: absolute;
  margin-top: 100px;
  max-width: 420px;
  margin-left: 40px;
}

.purissimeau-produits_content {
  text-align: left;
  font-size: 1.6rem;
  font-weight: 500;
  font-family: "Exo", Arial, Tahoma, Verdana, Helvetica, sans-serif;
  margin: 0.4em 0;
  line-height: 1.2;
  position: absolute;
  margin-top: 100px;
  max-width: 380px;
  margin-left: 40px;
}

.gamme_purissimeau_produit {
  box-shadow: 0px 0px 1px 1px rgba(119, 119, 119, 0.1);
  height: 100px;
  display: none;
}

.rows_produits {
  display: grid;
  grid-template-columns: auto auto auto;
  grid-gap: 10px;
  grid-auto-rows: minmax(100px, auto);
  margin-top: 180px;
  margin-left: 10px;
  max-width: 450px;
  font-weight: 550;
}

.cell_produits {
  text-align: center;
}

@media (max-width: 900px) {
  .purissimeau-produits_left {
    background-image: none;
  }

  .purissimeau-produits_right {
    background-image: none;
  }

  .purissimeau-produits_title {
    font-size: 2.4rem;
    margin-left: 20px;
    max-width: 350px;
  }

  .purissimeau-produits_content {
    margin-left: 20px;
    max-width: 370px;
    font-size: 1.6rem;
    margin-top: 70px;
  }

  .purissimeau-produits_content_left {
    margin-left: 20px;
    max-width: 370px;
    font-size: 1.6rem;
    margin-top: 70px;
  }

  .rows_produits {
    grid-template-columns: auto auto auto;
    max-width: 100px;
    grid-auto-rows: minmax(10px, auto);
    font-size: 1.1rem;
    margin-top: 180px;
  }
}
@media (max-width: 720px) {
  .purissimeau-produits_left {
    background-image: none;
  }

  .purissimeau-produits_right {
    background-image: none;
  }

  .purissimeau-produits_title {
    font-size: 2.4rem;
    margin-left: 20px;
    max-width: 250px;
  }

  .purissimeau-produits_content {
    margin-left: 20px;
    max-width: 170px;
    font-size: 1.2rem;
    margin-top: 70px;
  }

  .purissimeau-produits_content_left {
    margin-left: 20px;
    max-width: 170px;
    font-size: 1.2rem;
    margin-top: 70px;
  }

  .rows_produits {
    grid-template-columns: auto auto;
    max-width: 100px;
    grid-auto-rows: minmax(10px, auto);
    font-size: 1.1rem;
    margin-top: 180px;
  }
}
@media (max-width: 320px) {
  .purissimeau-produits_left {
    background-image: none;
  }

  .purissimeau-produits_right {
    background-image: none;
  }

  .purissimeau-produits_title {
    font-size: 2.2rem;
    margin-left: 10px;
    max-width: 170px;
  }

  .purissimeau-produits_content {
    margin-left: 10px;
    max-width: 150px;
    font-size: 1.2rem;
    margin-top: 65px;
  }

  .purissimeau-produits_content_left {
    margin-left: 10px;
    max-width: 150px;
    font-size: 1.2rem;
    margin-top: 65px;
  }

  .rows_produits {
    grid-template-columns: auto auto;
    max-width: 100px;
    grid-auto-rows: minmax(10px, auto);
    font-size: 1.1rem;
    margin-top: 180px;
  }
}
@media (max-width: 360px) {
  .purissimeau-produits_left {
    background-image: none;
  }

  .purissimeau-produits_right {
    background-image: none;
  }

  .purissimeau-produits_title {
    font-size: 2.2rem;
    margin-left: 10px;
    max-width: 170px;
  }

  .purissimeau-produits_content {
    margin-left: 10px;
    max-width: 150px;
    font-size: 1.2rem;
    margin-top: 65px;
  }

  .purissimeau-produits_content_left {
    margin-left: 10px;
    max-width: 150px;
    font-size: 1.2rem;
    margin-top: 65px;
  }

  .rows_produits {
    grid-template-columns: auto auto;
    max-width: 100px;
    grid-auto-rows: minmax(10px, auto);
    font-size: 1.1rem;
    margin-top: 180px;
  }
}
.produit_purissimeau_footer_algicide {
  color: #89B02E;
  text-align: center;
  margin-top: -10px;
}

.produit_purissimeau_footer_entretien {
  color: #7A558F;
  text-align: center;
  margin-top: -10px;
}

.produit_purissimeau_footer_desinfection {
  color: #E7B64C;
  text-align: center;
  margin-top: -10px;
}

.produit_purissimeau_footer_equilibre {
  color: #CD3473;
  text-align: center;
  margin-top: -10px;
}

.produit_purissimeau_footer_hivernage {
  color: red;
  text-align: center;
  margin-top: -10px;
}

.pool_calcul .titreCalcul {
  margin-top: 5px;
  font-size: 3rem;
  font-family: "Exo", Arial, Tahoma, Verdana, Helvetica, sans-serif;
  line-height: 1;
  font-weight: 100;
}

.pool_calcul .titreCalcul span {
  font-weight: 300;
}

.pool_calcul .libelleCalcul {
  margin-top: 13px;
  font-size: 1.8rem;
  font-family: "Exo", Arial, Tahoma, Verdana, Helvetica, sans-serif;
  line-height: 1;
  font-weight: 10;
  margin-bottom: 10px;
}

.pool_calcul .libelleCalcul span {
  font-weight: 300;
}

.pool_calcul .titreForme {
  text-transform: uppercase;
  font-weight: 0;
}

.pool_calcul .contentForme {
  height: 250px;
  border-radius: 5px;
  border-color: white;
  border: solid;
  border-width: 1px;
}

.pool_calcul .contentForme:hover {
  background-color: #4399bf;
  border-color: #4399bf;
}

.pool_calcul .libelleCalculFooter {
  margin-top: 30px;
  font-size: 1.8rem;
  font-family: "Exo", Arial, Tahoma, Verdana, Helvetica, sans-serif;
  line-height: 1;
  font-weight: 10;
  margin-bottom: 10px;
}

.pool_calcul .libelleCalculFooter span {
  font-weight: 300;
}

.pool_calcul .libelleCalculFooterDesignation {
  margin-top: 10px;
  font-size: 1.6rem;
  font-family: "Exo", Arial, Tahoma, Verdana, Helvetica, sans-serif;
  line-height: 1.4;
  margin-bottom: 10px;
}

.pool_calcul .libelleInfoFooter {
  margin-top: 10px;
  font-size: 1.8rem;
  font-family: "Exo", Arial, Tahoma, Verdana, Helvetica, sans-serif;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 10px;
}

.pool_calcul .libelleInfoFooter a {
  color: white;
}

.pool_calcul .contentFormeCalcul {
  height: 200px;
  display: grid;
}

.pool_calcul .contentFormeCalculLibelle {
  text-align: left;
  font-size: 1.6rem;
  font-family: "Exo", Arial, Tahoma, Verdana, Helvetica, sans-serif;
  line-height: 1;
  font-weight: 10;
  align-self: center;
  justify-self: center;
}

.pool_calcul .contentFormeCalcul input {
  background: transparent;
  border-radius: 5px;
  border-color: white;
  border: solid;
  border-width: 1px;
  max-width: 100%;
  height: 45px;
  margin-top: -20px;
}

.pool_calcul .contentFormeCalculInput {
  background: transparent;
}

.pool_calcul .contentFormeCalculInput_Metre {
  margin-left: 5px;
}

.pool_calcul .contentFormeCalculButton {
  max-width: 100px;
  margin-bottom: 20px;
}

.containerResultatCalcul {
  background-color: #0091BA;
  text-align: center;
  font-size: 2.6rem;
  font-family: "Exo", Arial, Tahoma, Verdana, Helvetica, sans-serif;
  line-height: 1.5;
  font-weight: 600;
}

@media (max-width: 320px) {
  .pool_calcul .contentFormeCalcul {
    height: 130px;
    display: grid;
  }
}
.backgroundEssentiel {
  margin-bottom: -10px;
}

/*.essentiel .u-wrapper_cover_essentiel {
  margin: 0 auto;
  max-width: 110rem;
  text-align: justify;
  width: 94%;
  color: white;
  font-family: "rubik", Arial, Tahoma, Verdana, Helvetica, sans-serif;
}

.essentiel .essentielgroupText{
  padding-top: 50px;
}

.essentiel .essentiel_title1 {
  text-align: center;
  font-size: 40px;
  font-weight: 590;
  line-height: 1.0;
}

.essentiel_title1 span {
  font-size: 58px;
  letter-spacing: 3px;
}

.essentiel .essentiel_title2 {
  text-align: center;
  font-size: 25px;
  font-weight: 590;
  line-height: 1.0;
  letter-spacing: 1px;
  color: #14395d;
  letter-spacing: 0px;
}

.essentiel_title2 span {
  font-size: 58px;
  letter-spacing: 3px;
}


.essentiel .essentiel_title3 {
  text-align: center;
  font-size: 58px;
  font-weight: 590;
  line-height: 1.0;
  letter-spacing: 0px;
  color: #14395d;
}

.essentiel .imageEssentiel {
  margin-top: -130px;
  text-align:right;
}

.essentiel .trait_dessus {
  margin-top: -100px;
  border-top: 8px solid #14395d;
  text-align: center;
  max-width: 200px;
}
*/
.link-icon-text-header {
  font-size: 30px;
  font-weight: 70;
  color: red;
  text-align: right;
}

/*
.icon_svg
{
  display:inline-block;
  margin:-6px;


}
.li .icon_svg {
  display: none;
}
#img_svg{
  margin-top: 5px;
  height: 35px;
}

#img_mail{
  width: 13px;
  margin-left: 10px;
}

/*img {
  margin-top: 5px;
  height: 15px;
}*/
/*
@media (max-width:640px)
{ /*Version Mobile */
/*
  #context_texte{
    display: none;
    visibility: hidden;
  }
  #visite_virtuelle_texte{
    display: none;
  }
  .y-button .y-button--small{
    position:absolute;
  }
  #espace_pro{
    width: 10%;
  }
  #nousrjd{
    width: 10%;
  }
  #nousrjd #espace_pro {
    display: inline-block;
  }
  .sup-header--links a {
    display: contents;
    font-size: 14px;
  }
  .icon_svg
  {
    display:inline-block;
    margin:-15px;
    padding: 0;
    margin-left: 0px;

  }
  #img_mail{
    width: 20px;
  }
}


@media (min-width: 641px) and(max-width:1024px)
{ /*Version Tab */
/*
  #visite_virtuelle_texte
  {
    display: none;
  }
  #img_svg
  {
    height:45px;
  }
  .icon_svg
  {
    display:inline-block;
    margin:-15px;
    padding: 0;
    margin-left: 0px;

  }
}
@media (min-width:1025px){
  #img_mail{
  display: none;
  visibility: hidden;
  width: 20px;
  }
}
*/
.icon_svg {
  display: inline-block;
  margin: -6px;
}

#img_visite_virtuelle_svg {
  margin-right: 5px;
}

.sup-header--links a {
  color: inherit;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  font-family: "Exo", Arial, Tahoma, Verdana, Helvetica, sans-serif;
  display: inline-flex;
}

.icon_contact_head {
  margin-right: 5px;
}

.li .icon_svg {
  display: none;
}

#img_visite_virtuelle_svg {
  margin-top: 5px;
  height: 35px;
}

/*img {
  margin-top: 5px;
  height: 15px;
}*/
@media (max-width: 640px) {
  /*Version Mobile */
  #context_texte img {
    display: none;
    visibility: hidden;
  }

  #visite_virtuelle_texte {
    display: none;
  }

  .y-button .y-button--small {
    position: absolute;
  }

  #espace_pro {
    width: 10%;
  }

  #nousrjd {
    width: 10%;
  }

  #nousrjd #espace_pro {
    display: inline-block;
  }

  .sup-header--links a {
    display: contents;
    font-size: 14px;
  }

  .icon_svg {
    display: flex;
    margin: -15px;
    padding: 0;
    margin-left: 0px;
  }
}
@media (min-width: 641px) and (max-width: 1024px) {
  /*Version Tab */
  #visite_virtuelle_texte {
    display: none;
  }

  #img_visite_virtuelle_svg {
    height: 45px;
  }

  .icon_svg {
    display: inline-block;
    margin: -15px;
    padding: 0;
    margin-left: 0px;
  }
}
.btn_nous_rjd_footer {
  border: 1px solid #009CC4 !important;
  border-radius: 6px !important;
  padding: 8px !important;
}

.localisation_footer {
  display: flex;
}

#logo_mail_footer {
  margin-right: 10px;
  height: 15px;
}

.contact_footer a {
  display: flex;
  text-decoration: none;
  align-items: center;
  color: #6E7479;
}

#logo_loc_footer {
  margin-right: 5px;
}

.reseaux_in_footer #logo_linkedin_footer {
  margin-right: 10px;
}

.reseaux_in_footer {
  padding-bottom: 10px;
}

.localisation_footer {
  padding-bottom: 10px;
}

.contact_footer {
  padding-bottom: 10px;
}

#logo_fb_footer {
  margin-right: 10px;
}

.page-template-groupe_ydeo .rows {
  --grid-margin:1.5rem;
}

@media (min-width: 300px) and (max-width: 699px) {
  .trait_entre_block {
    display: none;
    visibility: hidden;
  }

  .pole_ali_2023 {
    background: #B4CF52 0% 0% no-repeat padding-box;
    border-radius: 8px;
    opacity: 1;
  }

  .group_text_pole {
    display: none;
    visibility: hidden;
  }

  .content_car_mobile {
    display: flex;
    background: #DEDEDE;
    flex-direction: column;
    border-radius: 8px;
    padding: 5%;
  }

  .block_pole {
    display: none;
    visibility: hidden;
  }

  .content_car_mobile img {
    margin: auto;
    width: 150px;
  }

  .titre_pole {
    text-align: center;
    font: normal normal 600 16px/24px Exo;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
  }

  .pole_chimie_2023 {
    background: #008EB9 0% 0% no-repeat padding-box;
    border-radius: 8px;
    opacity: 1;
  }

  .flickity-page-dots {
    bottom: -10px !important;
  }

  .pole_ali_2023 {
    margin-top: 30px;
  }

  .text_pole_entreprise {
    text-align: center;
    font: normal normal normal 12px/16px Exo;
    letter-spacing: 0px;
    color: #303030;
    opacity: 1;
  }
}
@media (min-width: 700px) {
  .block_pole:has(> .societe_pole_2023:hover) {
    background: #F8F8F8 0% 0% no-repeat padding-box;
    transition: 0.6s;
  }

  .carousel_logo {
    display: none;
    visibility: hidden;
  }

  #txt_chim {
    display: none;
  }

  #txt_pro {
    display: none;
  }

  #txt_soreal {
    display: none;
  }

  #txt_fcd {
    display: none;
  }

  #txt_condial {
    display: none;
  }

  #txt_kemix {
    display: none;
  }

  .block_texte_societe_pole_hydrachim {
    display: none;
  }

  .block_texte_societe_pole_ali {
    display: none;
  }
}
@media (min-width: 700px) {
  #logo_hydrachim_pole {
    width: 160px;
  }

  #logo_kemix_pole {
    width: 130px;
  }

  #fcd_logo_pole {
    width: 160px;
  }

  .block_texte_societe_pole_hydrachim {
    opacity: 0;
    transition: all 0.3s;
    transform: scaleX(0.4);
  }

  .block_texte_societe_pole_ali {
    opacity: 0;
    transition: all 0.3s;
    transform: scaleX(0.4);
  }

  .logo_societe_pole_2023 {
    opacity: 0;
  }

  .pole_chimie_2023 {
    background: #008EB9 0% 0% no-repeat padding-box;
    border-radius: 8px;
    opacity: 1;
  }

  .pole_ali_2023 {
    background: #B4CF52 0% 0% no-repeat padding-box;
    border-radius: 8px;
    opacity: 1;
  }

  .logo_societe_pole_2023_white {
    opacity: 1;
  }

  .societe_pole_2023 {
    background: #DEDEDE 0% 0% no-repeat padding-box;
    border-radius: 8px;
    opacity: 1;
  }

  .societe_pole_2023:hover .logo_societe_pole_2023 {
    opacity: 1;
    transition: 0.6s;
  }
  .societe_pole_2023:hover .logo_societe_pole_2023_white {
    opacity: 0;
    transition: 0.5s;
  }
  .societe_pole_2023:hover .group_text_pole {
    display: block;
  }

  .titre_pole {
    text-align: center;
    font: normal normal 600 27px/42px Exo;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
  }

  .societe_pole_2023 img {
    width: 150px;
    position: absolute;
    display: block;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }

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

  .block_texte_societe_pole_ali {
    background: #F8F8F8 0% 0% no-repeat padding-box;
    border-radius: 8px;
    padding: 2%;
    margin-top: 23px;
  }

  .text_pole_entreprise {
    text-align: center;
    font: normal normal normal 20px/27px Exo;
    letter-spacing: 0px;
    color: #303030;
    opacity: 1;
  }

  .block_texte_societe_pole_hydrachim {
    background: #F8F8F8 0% 0% no-repeat padding-box;
    border-radius: 8px;
    padding: 2%;
    margin-top: 23px;
  }

  .block_texte_societe_pole_ali {
    background: #F8F8F8 0% 0% no-repeat padding-box;
    border-radius: 8px;
    padding: 2%;
    margin-top: 23px;
  }

  .trait_entre_block {
    width: 100px;
    border: 1.5px solid #F8F8F8;
    margin-left: 15px;
    margin-right: 15px;
  }

  .block_pole {
    position: relative;
    background: #DEDEDE 0% 0% no-repeat padding-box;
    border-radius: 8px;
    opacity: 1;
    width: 30%;
    height: 150px;
  }

  .group_text_pole {
    opacity: 1;
  }

  .societe_pole_2023:hover + .group_text_pole {
    opacity: 1;
  }
}
@media (min-width: 1080px) {
  #bloc2_ali {
    margin-bottom: 150px;
  }

  #logo_hydrachim_pole {
    width: 200px;
    bottom: 20px;
  }

  .block_pole_2023 {
    margin-top: 50px;
  }

  #logo_kemix_pole {
    width: 130px;
  }

  #fcd_logo_pole {
    width: 190px;
    bottom: 25px;
  }

  .logo_societe_pole_2023 {
    opacity: 0;
  }

  .pole_chimie_2023 {
    background: #008EB9 0% 0% no-repeat padding-box;
    border-radius: 8px;
    opacity: 1;
  }

  .pole_ali_2023 {
    background: #B4CF52 0% 0% no-repeat padding-box;
    border-radius: 8px;
    opacity: 1;
  }

  .logo_societe_pole_2023_white {
    opacity: 1;
  }

  .societe_pole_2023 {
    background: #DEDEDE 0% 0% no-repeat padding-box;
    border-radius: 8px;
    opacity: 1;
  }

  .block_pole:has(> .societe_pole_2023:hover) {
    background: #F8F8F8 0% 0% no-repeat padding-box;
  }

  .societe_pole_2023:hover .logo_societe_pole_2023 {
    opacity: 1;
  }
  .societe_pole_2023:hover .logo_societe_pole_2023_white {
    opacity: 0;
  }
  .societe_pole_2023:hover .group_text_pole {
    display: block;
  }

  .titre_pole {
    text-align: center;
    font: normal normal 600 27px/42px Exo;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
  }

  .societe_pole_2023 img {
    width: 170px;
    position: absolute;
    display: block;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }

  .block_societe_pole_2023 {
    display: flex;
    align-items: center;
    margin-top: 50px;
  }

  .block_texte_societe_pole_ali {
    background: #F8F8F8 0% 0% no-repeat padding-box;
    border-radius: 8px;
    padding: 2%;
    margin-top: 23px;
  }

  .text_pole_entreprise {
    text-align: center;
    font: normal normal normal 20px/27px Exo;
    letter-spacing: 0px;
    color: #303030;
    opacity: 1;
  }

  .block_texte_societe_pole_hydrachim {
    background: #F8F8F8 0% 0% no-repeat padding-box;
    border-radius: 8px;
    padding: 2%;
    margin-top: 23px;
  }

  .block_texte_societe_pole_ali {
    background: #F8F8F8 0% 0% no-repeat padding-box;
    border-radius: 8px;
    padding: 2%;
    margin-top: 23px;
  }

  .trait_entre_block {
    width: 100px;
    border: 1.5px solid #F8F8F8;
    margin-left: 15px;
    margin-right: 15px;
  }

  .block_pole {
    position: relative;
    background: #DEDEDE 0% 0% no-repeat padding-box;
    border-radius: 8px;
    opacity: 1;
    width: 30%;
    height: 120px;
  }

  .group_text_pole {
    opacity: 1;
  }

  .societe_pole_2023:hover + .group_text_pole {
    opacity: 1;
  }
}
@media (min-width: 300px) {
  .picto_coche_rse_2022 {
    vertical-align: middle;
  }

  .bloc_texte_parcours_rse_2022 ul li:before {
    content: url("http://hydrachim.local/web/app/themes/website-theme/assets/dist/img/rse/picto_coche.png");
    width: 100%;
  }

  .trait_titre1_rse2022 {
    vertical-align: middle;
    width: 50px;
  }

  .trait_titre2_rse2022 {
    vertical-align: middle;
    width: 50px;
  }

  .trait_pilier {
    display: none;
    visibility: hidden;
  }

  .trait_fin_rse2022 {
    width: 100%;
  }

  .plus_rse2022 {
    display: none;
    visibility: visible;
  }

  .trait_sep_rse_nom_2022 {
    display: none;
    visibility: hidden;
  }

  .main_rse2022_desktop {
    display: none;
    visibility: hidden;
  }

  .paragraphe_piliers_rse2022_desktop {
    display: none;
    visibility: hidden;
  }

  .paragraphe_methode_rse2022_dekstop {
    display: none;
    visibility: hidden;
  }

  .trait_sep_rse2022 {
    display: none;
    visibility: hidden;
  }

  .icone_rse_2022_desktop {
    display: none;
    visibility: hidden;
  }

  .fond_rse_2022_mob {
    width: 100%;
    left: auto;
    right: auto;
    margin: auto;
  }

  .logo_fond_rse_2022_mob {
    width: 68%;
    position: absolute;
    z-index: 1;
    right: 0;
    margin: auto;
    left: 0;
    top: 0;
    bottom: 0;
  }

  .id_benoit_rse_2022 {
    text-align: left;
    font: normal normal normal 15px/24px Exo;
    letter-spacing: 0px;
    color: #0F375F;
    opacity: 1;
    padding-left: 15px;
    padding-bottom: 15px;
  }

  .main_rse2022 {
    text-align: center;
    font: normal normal normal 13px/21px Exo;
    letter-spacing: 0px;
    color: #0F375F;
    opacity: 1;
    padding-top: 165px;
    position: relative;
    z-index: 1;
  }

  .paragraphe2_rse2022 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    font: normal normal normal 13px/21px Exo;
    letter-spacing: 0px;
    color: #0F375F;
    opacity: 1;
  }

  .paragraphe2_rse2022 span {
    font: normal normal 600 13px/21px Exo;
  }

  .paragraphe1_rse2022 span {
    font: normal normal 600 13px/21px Exo;
  }

  .paragraphe1_rse2022 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    font: normal normal normal 13px/21px Exo;
    letter-spacing: 0px;
    color: #0F375F;
    opacity: 1;
  }

  .trait_sep_rse_2022 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 200px;
  }

  .text_rse_2022 {
    margin-top: 100px;
    position: relative;
    margin-bottom: 50px;
  }

  .icone_rse_2022 {
    position: absolute;
    width: 100%;
    top: 80px;
    left: 0;
    right: 0;
    margin: auto;
  }

  .id_benoit_rse_2022 span {
    text-align: left;
    font: normal normal 600 15px/24px Exo;
    letter-spacing: 0px;
    color: #0F375F;
    opacity: 1;
  }

  .block_benoit_rse2022 {
    display: flex;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
  }

  .img_benoit_rse_2022 {
    width: 47%;
  }

  .block_color_rse2022 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .content_block {
    position: relative;
  }

  .fond_rse2022_desktop {
    display: none;
    visibility: hidden;
  }

  .fond_rse2022_mob {
    width: 100%;
  }

  .fond_rse2022_mob img {
    width: 100%;
    border-radius: 10px;
  }

  .end_rse_2022 {
    text-align: center;
    font: normal normal 600 16px/20px Exo;
    letter-spacing: 0px;
    color: #00365F;
    opacity: 1;
  }

  .signature_benoit_rse_2022 {
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 30px;
  }

  .titre_activité_rse2022 {
    text-align: left;
    font: normal normal 600 18px/22px Exo;
    letter-spacing: 0px;
    color: #00365F;
  }

  .titre_activité_rse2022 span {
    text-align: left;
    font: normal normal bold 18px/22px Exo;
    letter-spacing: 0px;
    color: #00365F;
  }

  .paragraphe_multi_activite_rse2022 {
    text-align: left;
    font: normal normal normal 13px/21px Exo;
    letter-spacing: 0px;
    color: #00365F;
  }

  .paragraphe_multi_activite_rse2022 span {
    text-align: left;
    font: normal normal bold 13px/21px Exo;
    letter-spacing: 0px;
    color: #00365F;
  }

  .multi_activite_rse2022 {
    margin-top: 100px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .trait_activite_rse_2022 {
    width: 220px;
    margin-top: -10px;
    display: block;
    height: 3px;
  }

  .bloc_logo_rse2022 {
    background: #F7F8FA 0% 0% no-repeat padding-box;
    border-radius: 17px;
    opacity: 1;
    width: 100%;
    padding: 10px 5px;
  }

  .fond_pole_chimie_rse2022 {
    background: transparent linear-gradient(270deg, #009DC5 0%, #32587E 100%) 0% 0% no-repeat padding-box;
    border-radius: 8px;
    opacity: 1;
  }

  .logo_pole_chimie_rse2022 {
    background: transparent linear-gradient(270deg, #009DC5 0%, #32587E 100%) 0% 0% no-repeat padding-box;
    opacity: 1;
    border-radius: 8px;
    display: flex;
    padding: 10px;
    align-items: center;
    justify-content: space-around;
    width: 100%;
  }

  .logo_entreprise_rse2022 {
    width: 100%;
  }

  .link_entreprise_rse2022 {
    width: 30%;
  }

  .titre_pole1_rse2022 {
    text-align: center;
    font: normal normal 600 18px/24px Exo;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
    padding: 5px;
  }

  .fond_pole_alimentaire_rse2022 {
    background: transparent linear-gradient(270deg, #B3CE50 0%, #DDDF48 100%) 0% 0% no-repeat padding-box;
    border-radius: 8px;
    opacity: 1;
  }

  .titre_pole2_rse2022 {
    text-align: center;
    font: normal normal 600 18px/24px Exo;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
    padding: 5px;
  }

  .link_entreprise_rse2022_alimentaire {
    width: 33%;
  }

  .logo_pole_alimentaire_rse2022 {
    background: transparent linear-gradient(270deg, #B3CE50 0%, #DDDF48 100%) 0% 0% no-repeat padding-box;
    border-radius: 8px;
    border-radius: 8px;
    opacity: 1;
    display: flex;
    padding: 20px;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }

  .titre_bloc_amibition_rse2022 {
    text-align: left;
    font: normal normal bold 18px/22px Exo;
    letter-spacing: 0px;
    color: #00365F;
    margin-left: 15px;
  }

  .content_ambition_rse2022 {
    width: 100%;
    display: flex;
  }

  .logo_ambition_content {
    width: 40%;
    background: #F7F8FA 0% 0% no-repeat padding-box;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    opacity: 1;
    position: relative;
  }

  .logo_ambition_content img {
    width: 40%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 5px;
    display: block;
    margin: auto;
  }

  .ambition_rse2022 {
    margin-top: 100px;
  }

  .paragraphe_amibition_rse2022 {
    width: 80%;
    margin: auto;
    padding-top: 20px;
    text-align: left;
    font: normal normal normal 13px/21px Exo;
    letter-spacing: 0px;
    color: #00365F;
    opacity: 1;
  }

  .trait_ambition_rse_2022 {
    width: 140px;
    margin: auto;
    margin-left: 10px;
    margin-top: -10px;
    display: block;
    margin-bottom: 10px;
  }

  .piliers_rse2022 {
    margin-top: 100px;
  }

  .paragraphe_piliers_rse2022 {
    width: 80%;
    margin: auto;
    padding-top: 20px;
    text-align: left;
    font: normal normal normal 13px/21px Exo;
    letter-spacing: 0px;
    color: #00365F;
    opacity: 1;
  }

  .trait_piliers_rse_2022 {
    width: 100px;
    margin: auto;
    margin-left: 10px;
    margin-top: -10px;
    display: block;
    margin-bottom: 10px;
  }

  .titre_bloc_piliers_rse2022 {
    text-align: left;
    font: normal normal bold 18px/22px Exo;
    letter-spacing: 0px;
    color: #00365F;
    margin-left: 15px;
  }

  .content_piliers_rse2022 {
    width: 100%;
    display: flex;
  }

  .logo_piliers_content {
    width: 40%;
    background: #F7F8FA 0% 0% no-repeat padding-box;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    opacity: 1;
    position: relative;
  }

  .logo_piliers_content img {
    width: 40%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 5px;
    display: block;
    margin: auto;
  }

  .cartes_piliers_rse2022 {
    display: flex;
    width: 100%;
    margin-top: 15px;
    flex-direction: column;
  }

  .carte_piliers_rse_2022 {
    width: 100%;
    margin: auto;
    margin-bottom: 15px;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
        user-select: none;
  }

  .block_title1 h1 {
    text-align: center;
    font: normal normal normal 25px/30px Exo;
    letter-spacing: 0px;
    color: #00365F;
  }

  .block_title1 h1 span {
    text-align: center;
    font: normal normal bold 25px/30px Exo;
    letter-spacing: 0px;
    color: #00365F;
  }

  .block_carte {
    width: 50%;
    margin: auto;
    position: relative;
  }

  .block_gris_rse2022 {
    position: absolute;
    width: 100%;
    left: 50%;
    top: 40px;
    bottom: 0;
    background: #F7F8FA 0% 0% no-repeat padding-box;
    z-index: -1;
    height: 60%;
  }

  .block_gris_rse2022_cote_gauche {
    position: absolute;
    width: 100%;
    right: 50%;
    top: 40px;
    bottom: 0;
    background: #F7F8FA 0% 0% no-repeat padding-box;
    z-index: -1;
    height: 60%;
  }

  .methode_rse2022 {
    margin-top: 100px;
  }

  .paragraphe_methode_rse2022 {
    width: 80%;
    margin: auto;
    padding-top: 20px;
    text-align: left;
    font: normal normal normal 13px/21px Exo;
    letter-spacing: 0px;
    color: #00365F;
    opacity: 1;
  }

  .trait_methode_rse_2022 {
    width: 140px;
    margin: auto;
    margin-left: 10px;
    margin-top: -10px;
    display: block;
    margin-bottom: 10px;
  }

  .titre_bloc_methode_rse2022 {
    text-align: left;
    font: normal normal bold 18px/22px Exo;
    letter-spacing: 0px;
    color: #00365F;
    margin-left: 15px;
  }

  .content_methode_rse2022 {
    width: 100%;
    display: flex;
  }

  .logo_methode_content {
    width: 40%;
    background: #F7F8FA 0% 0% no-repeat padding-box;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    opacity: 1;
    position: relative;
  }

  .logo_methode_content img {
    width: 40%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 5px;
    display: block;
    margin: auto;
  }

  .livre_objectif_RSE2022 {
    width: 100%;
    margin: auto;
    margin-top: 20px;
  }

  .titre_bloc_parcours_rse2022 {
    text-align: left;
    font: normal normal bold 18px/22px Exo;
    letter-spacing: 0px;
    color: #00365F;
    margin-left: 10%;
  }

  .parcours_rse2022 {
    margin-top: 100px;
    width: 90%;
  }

  .trait_parcours_rse_2022 {
    width: 210px;
    height: 4px;
    margin: auto;
    margin-left: 10%;
    margin-top: -10px;
    display: block;
    margin-bottom: 10px;
  }

  .paragraphe_parcours_rse2022 {
    width: 80%;
    margin: auto;
    padding-top: 20px;
    text-align: left;
    font: normal normal normal 13px/21px Exo;
    letter-spacing: 0px;
    color: #00365F;
    opacity: 1;
  }

  .paragraphe_parcours_rse2022 span {
    width: 80%;
    margin: auto;
    padding-top: 20px;
    text-align: left;
    font: normal normal medium 13px/21px Exo;
    letter-spacing: 0px;
    color: #00365F;
    opacity: 1;
  }

  .paragraphe2_parcours_rse2022 {
    width: 80%;
    margin: auto;
    padding-top: 10px;
    text-align: left;
    font: normal normal normal 13px/21px Exo;
    letter-spacing: 0px;
    color: #00365F;
    opacity: 1;
  }

  .paragraphe2_parcours_rse2022 span {
    width: 80%;
    margin: auto;
    padding-top: 10px;
    text-align: left;
    font: normal normal 600 13px/21px Exo;
    letter-spacing: 0px;
    color: #00365F;
    opacity: 1;
  }

  .paragraphe_parcours_rse2022_liste {
    padding-top: 10px;
  }

  .paragraphe_parcours_rse2022_liste li {
    width: 80%;
    margin: auto;
    text-align: left;
    font: normal normal normal 13px/21px Exo;
    letter-spacing: 0px;
    color: #00365F;
    opacity: 1;
  }

  .rse1_rse2022 {
    width: 94%;
    margin: auto;
  }

  .livre_rse_rse2022 {
    width: 100%;
  }

  .btn_rapport {
    border: 2px solid transparent;
    background: linear-gradient(#fff, #fff) padding-box, linear-gradient(281deg, #0991C8 0%, #DA5F0E 23%, #7CAC43 62%, #16264D 100%) border-box;
    border-radius: 25px;
    padding: 5px;
    text-decoration: none;
    margin: auto;
    width: 55%;
    display: block;
    text-align: center;
    letter-spacing: 0px;
    color: #00365F;
    opacity: 1;
  }

  .rse1_rse2022 {
    margin-bottom: 15px;
  }

  .paragraphe_amibition_rse2022_desktop {
    display: none;
    visibility: hidden;
  }
}
/*
  .radial {
    position: absolute;

    opacity: 0.8;
  }
  .one {
    border-radius: 100%;
    width: 40%;
    height: 40%;
    background-color: #16264D;
    left:10%;
    top:5%;
    animation: move-one 6s linear infinite;
    transform:rotate(0) translate(100px) rotate(0);
  }

  .two {
    border-radius: 100%;
    width: 40%;
    height: 40%;
    background-color: #DA5F0E;
    bottom:5%;
    left:10%;
    animation: move-two 10s linear infinite;
    transform:rotate(0) translate(100px) rotate(0);
  }

  .three {
    border-radius: 100%;
    width: 40%;
    height: 40%;
    background-color: #DDDF48;
    bottom:10%;
    right:5%;
    animation: move-three 4s linear infinite;
    transform:rotate(0) translate(100px) rotate(0);
  }
  .four{
    border-radius: 100%;
    width: 40%;
    height: 40%;
    background-color: #009DC5;
    bottom:5%;
    right:10%;
    animation: move-four 14s linear infinite;
    transform:rotate(0) translate(100px) rotate(0);
  }
  @keyframes move-one {
    100% {
      transform:rotate(-1turn) translate(100px) rotate(1turn);
    }
  }

  @keyframes move-two {
    100% {
      transform:rotate(1turn) translate(100px) rotate(-1turn);
    }
  }

  @keyframes move-three {
    100% {
      transform:rotate(-1turn) translate(100px) rotate(1turn);
    }
  }

  @keyframes move-four {
    100% {
      transform:rotate(-1turn) translate(100px) rotate(1turn);
    }
  }*/
/*background:

        linear-gradient(to top left,#DDDF48 10%, transparent 90%),
        linear-gradient(to bottom right,  #DA5F0E 10%, transparent 90%),
        linear-gradient(to top right, #16264D 50%, transparent ),

        linear-gradient(to bottom left,  #009DC5 25%, transparent 75%);


background-blend-mode: screen;
-webkit-animation: test 10s ease infinite;
-moz-animation: test 10s ease infinite;
animation: test 10s ease infinite;




}
.content_block {

}
@-webkit-keyframes test {
0%{background-position:64% 0%}
50%{background-position:37% 100%}
100%{background-position:64% 0%}
}
@-moz-keyframes test {
0%{background-position:64% 0%}
50%{background-position:37% 100%}
100%{background-position:64% 0%}
}
@keyframes test {
0%{background-position:64% 0%}
50%{background-position:37% 100%}
100%{background-position:64% 0%}
}

}*/
@media (min-width: 340px) and (max-width: 600px) {
  .icone_rse_2022 {
    top: 120px;
  }

  #logo_kem {
    width: 65px;
    margin: auto;
    display: block;
  }

  #pro_logo {
    margin: auto;
    display: block;
    width: 90px;
    margin-left: 5px;
    margin-top: 5px;
  }

  #fcd_logo {
    display: block;
    margin: auto;
    margin-top: -10px;
  }

  #soreal_logo {
    width: 80px;
    display: block;
    margin: auto;
  }

  .main_rse2022 {
    padding-top: 200px;
  }

  .trait_sep_rse_2022 {
    width: 120px;
  }
}
@media (min-width: 360px) {
  .main_rse2022 {
    padding-top: 180px;
  }

  .icone_rse_2022 {
    top: 100px;
  }

  .logo_ambition_content img {
    width: 30%;
  }

  .logo_methode_content img {
    width: 30%;
  }

  .logo_piliers_content img {
    width: 30%;
  }
}
@media (min-width: 400px) {
  .main_rse2022 {
    padding-top: 180px;
  }

  .icone_rse_2022 {
    top: 100px;
  }

  .block_benoit_rse2022 {
    width: 90%;
  }
}
@media (min-width: 450px) {
  .main_rse2022 {
    padding-top: 200px;
  }

  .icone_rse_2022 {
    top: 110px;
  }
}
@media (min-width: 520px) {
  .main_rse2022 {
    padding-top: 230px;
  }

  .icone_rse_2022 {
    top: 120px;
  }

  .logo_ambition_content img {
    width: 20%;
  }

  .logo_methode_content img {
    width: 20%;
  }

  .logo_piliers_content img {
    width: 20%;
  }
}
@media (min-width: 550px) {
  .main_rse2022 {
    padding-top: 250px;
  }

  .icone_rse_2022 {
    top: 120px;
  }
}
@media (min-width: 630px) {
  .main_rse2022 {
    padding-top: 250px;
  }

  .icone_rse_2022 {
    top: 120px;
  }
}
@media (min-width: 750px) {
  .block_gris_rse2022 {
    width: 0%;
  }

  .fond_rse2022_mob {
    display: none;
    visibility: hidden;
  }

  .fond_rse2022_desktop {
    border-radius: 25px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    visibility: visible;
  }

  .fond_rse2022_desktop img {
    width: 100%;
    border-radius: 25px;
  }

  .block_color_rse2022 {
    width: 100%;
  }

  .logo_fond_rse_2022_mob {
    width: 37%;
  }

  .block_benoit_rse2022 {
    right: auto;
    width: 55%;
    top: 10%;
  }

  .icone_rse_2022 {
    top: 0;
    right: 4%;
    left: auto;
    width: 45%;
    display: none;
    visibility: none;
  }

  .icone_rse_2022_desktop {
    top: 0;
    right: 10%;
    left: auto;
    width: 54%;
    position: absolute;
    display: block;
    visibility: visible;
  }

  .id_benoit_rse_2022 {
    margin-top: -30px;
  }

  .main_rse2022 {
    position: absolute;
    top: 20%;
    padding-top: 0;
    width: 50%;
    text-align: left;
    right: 15.5%;
  }

  .trait_sep_rse_2022 {
    visibility: hidden;
  }

  .paragraphe_rse2022 {
    margin-top: 300px;
    display: flex;
  }

  .trait_sep_rse_nom_2022 {
    display: block;
    visibility: visible;
    width: 100px;
  }

  .signature_rse2022 {
    width: 49%;
    display: flex;
    float: right;
    margin-top: -40px;
  }

  .paragraphe2_rse2022 {
    width: 89%;
    margin-left: 1%;
  }

  .signature_benoit_rse_2022 {
    margin-top: 0px;
  }

  .trait_sep_rse2022 {
    display: block;
    visibility: visible;
    width: 100%;
    height: 5px;
  }

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

  .bloc_logo_rse2022 {
    margin-left: 5%;
  }

  .paragraphe_amibition_rse2022_desktop {
    display: block;
    visibility: visible;
    margin: auto;
    text-align: left;
    font: normal normal normal 13px/21px Exo;
    letter-spacing: 0px;
    color: #00365F;
    opacity: 1;
    margin-left: 15px;
    width: 75%;
  }

  .logo_ambition_content img {
    width: 35%;
    right: 20%;
  }

  .txt_ambition_rse_block {
    width: 50%;
  }

  .logo_ambition_content {
    width: 50%;
  }

  .paragraphe_amibition_rse2022 {
    display: none;
    visibility: hidden;
  }

  .cartes_piliers_rse2022 {
    flex-direction: row;
    width: 80%;
    margin: auto;
    margin-top: 50px;
  }

  .methode_rse2022 {
    margin: auto;
  }

  .paragraphe_piliers_rse2022_desktop {
    display: block;
    visibility: visible;
    margin: auto;
    text-align: left;
    font: normal normal normal 13px/21px Exo;
    letter-spacing: 0px;
    color: #00365F;
    opacity: 1;
    margin-left: 15px;
  }

  .paragraphe_piliers_rse2022 {
    display: none;
    visibility: hidden;
  }

  .bloc_texte_piliers_desktop_rse2022 {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 20px;
  }

  .bloc_texte_methode_desktop_rse2022 {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 20px;
  }

  .content_piliers_rse2022 {
    background: #F7F8FA 0% 0% no-repeat padding-box;
  }

  .logo_piliers_content img {
    width: 40%;
  }

  .piliers_rse2022 {
    margin-top: 150px;
  }

  .paragraphe_methode_rse2022 {
    display: none;
    visibility: hidden;
  }

  .paragraphe_methode_rse2022_dekstop {
    display: block;
    visibility: visible;
    margin: auto;
    text-align: left;
    font: normal normal normal 13px/21px Exo;
    letter-spacing: 0px;
    color: #00365F;
    opacity: 1;
    margin-left: 15px;
  }

  .methode_rse2022 {
    width: 100%;
  }

  .content_methode_rse2022 {
    background: #F7F8FA 0% 0% no-repeat padding-box;
  }

  .logo_methode_content img {
    width: 40%;
  }

  .livre_objectif_RSE2022 {
    width: 94%;
    margin: auto;
    display: block;
    margin-top: 100px;
  }

  .parcours_rse2022 {
    margin-top: 50px;
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 80px;
  }

  .bloc_texte_parcours_rse_2022 {
    background: #F7F8FA 0% 0% no-repeat padding-box;
    border-radius: 0px 28px 28px 0px;
    opacity: 1;
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .trait_parcours_rse_2022 {
    width: 350px;
  }

  .btn_rapport {
    width: 75%;
  }
}
@media (min-width: 770px) {
  .main_rse2022 {
    top: 21%;
  }

  .main_rse2022_desktop {
    display: block;
    visibility: visible;
    font: normal normal normal 13px/21px Exo;
    letter-spacing: 0px;
    color: #0F375F;
    opacity: 1;
    padding-left: 15px;
    width: 360px;
    margin-top: -10px;
  }

  .nom_pdg_rse2022 {
    margin-top: -10px;
  }

  .id_benoit_rse_2022 {
    padding-bottom: 0px;
    margin-top: 0px;
  }

  .main_rse2022 {
    display: none;
    visibility: hidden;
  }

  .block_benoit_rse2022 {
    right: 0;
  }
}
@media (min-width: 835px) {
  .signature_rse2022 {
    margin-top: 0;
    margin-bottom: 50px;
  }

  .logo_ambition_content img {
    width: 35%;
  }

  .trait_sep_rse2022 {
    margin-top: 50px;
  }
}
@media (min-width: 920px) {
  .card_rse2022 {
    position: relative;
  }

  /*.shine_rse_carte{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 60%);
    z-index: 100;
  }*/
  .logo_ambition_content img {
    width: 110px;
  }
}
@media (min-width: 1000px) {
  .nom_pdg_rse2022 {
    margin-top: 27px;
  }
}
@media (min-width: 1080px) {
  .block_rse_activite {
    width: 100%;
    position: relative;
  }

  .multi_activite_rse2022 {
    width: 94%;
    max-width: 110rem;
  }

  .block_droit_pilier_fond {
    width: 100%;
    height: 110%;
    background: #F7F8FA 0% 0% no-repeat padding-box;
    position: absolute;
    display: block;
    margin-top: -22px;
    right: 0%;
    z-index: -1;
  }

  .button-bg_rse {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    background: linear-gradient(281deg, #0991C8 0%, #DA5F0E 23%, #7CAC43 62%, #16264D 100%) border-box;
    background-size: 600% 600%;
    border-radius: 50px;
    animation: AnimateBorder 4s ease infinite;
    -webkit-animation: AnimateBorder 4s ease infinite;
    -moz-animation: AnimateBorder 4s ease infinite;
    z-index: -1;
    transform: translate(-2px, -2px);
    transition: -webkit-filter 1s ease-in;
    transition: filter 1s ease-in;
    transition: filter 1s ease-in, -webkit-filter 1s ease-in;
  }

  .button-wrapper_rse_2022:hover .button-bg_rse {
    -webkit-filter: blur(10px);
            filter: blur(10px);
    transition: -webkit-filter 0.4s ease-in;
    transition: filter 0.4s ease-in;
    transition: filter 0.4s ease-in, -webkit-filter 0.4s ease-in;
  }

  @-webkit-keyframes AnimateBorder {
    0% {
      background-position: 0% 50%;
    }
    25% {
      background-position: 100% 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    100% {
      background-position: 0% 50%;
    }
  }
  @keyframes AnimateBorder {
    0% {
      background-position: 0% 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    100% {
      background-position: 0% 50%;
    }
  }
  .btn_rapport {
    position: relative;
    background: linear-gradient(#fff, #fff) padding-box;
  }

  .btn_rapport:hover {
    background: #00365F;
    background: linear-gradient(#00365F, #00365F) padding-box, linear-gradient(281deg, #0991C8 0%, #DA5F0E 23%, #7CAC43 62%, #16264D 100%) border-box;
    color: white;
  }

  .btn_rapport:hover .button-bg_rse {
    -webkit-filter: blur(10px);
            filter: blur(10px);
    transition: -webkit-filter 0.4s ease-out;
    transition: filter 0.4s ease-out;
    transition: filter 0.4s ease-out, -webkit-filter 0.4s ease-out;
    background: linear-gradient(281deg, #0991C8 0%, #DA5F0E 23%, #7CAC43 62%, #16264D 100%) border-box;
  }

  .bloc_texte_parcours_rse_2022 {
    padding-top: 2%;
  }

  .margin_pilier_equals {
    margin-bottom: 18px;
  }

  .nom_pdg_rse2022 {
    margin-top: 27px;
  }

  #chim_logo {
    margin-top: -15px;
  }

  .trait_piliers_rse_2022 {
    width: 125px;
  }

  .trait_ambition_rse_2022 {
    width: 175px;
  }

  trait_methode_rse_2022 {
    width: 180px;
    height: 4px;
  }

  #fcd_logo {
    margin-top: -20px;
  }

  .fond_pole_alimentaire_rse2022 {
    margin-top: -10px;
  }

  #soreal_logo {
    width: 130px;
  }

  .link_entreprise_rse2022_alimentaire {
    vertical-align: middle;
  }

  #condials_logo {
    width: 130px;
  }

  .trait_sep_rse_nom_2022 {
    width: 180px;
    margin-top: 7px;
  }

  .trait_activite_rse_2022 {
    width: 290px;
    margin-top: -10px;
    display: block;
    height: 3px;
  }

  .trait_fin_rse2022 {
    width: 100%;
    margin-bottom: -7px;
  }

  .trait_titre1_rse2022 {
    vertical-align: middle;
    width: 100px;
  }

  .trait_titre2_rse2022 {
    vertical-align: middle;
    width: 100px;
  }

  .plus_rse2022 {
    display: block;
    visibility: visible;
    text-align: center;
    font: normal normal normal 56px/24px Exo;
    color: #00365F;
  }

  .cartes_piliers_rse2022 {
    align-items: center;
    width: 100%;
  }

  .trait_pilier {
    display: block;
    visibility: visible;
    width: 50px;
    border: 1px solid #E8EEF9;
  }

  .bloc_logo_rse2022 {
    background: none;
  }

  .logo_pole_chimie_rse2022 {
    margin-top: -10px;
  }

  .logo_pole_alimentaire_rse2022 {
    justify-content: space-around;
  }

  .link_entreprise_rse2022_alimentaire {
    width: auto;
  }

  .flex_alimentaire_pole_rse2022 {
    display: flex;
    flex-direction: column-reverse;
  }

  .flex_chimie_pole_rse2022 {
    display: flex;
    flex-direction: column;
  }

  .fond_multi_activite_rse2022 {
    width: 53%;
    position: absolute;
    right: 0%;
    background: #F7F8FA 0% 0% no-repeat padding-box;
    height: 110%;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
    border-radius: 25px 0px 0px 25px;
  }

  .multi_activite_rse2022 {
    position: relative;
    z-index: 1;
  }

  .logo_pole_alimentaire_rse2022 {
    opacity: 0;
  }

  .logo_entreprise_rse2022 {
    padding-bottom: 10px;
  }

  #pro_logo {
    VERTICAL-ALIGN: MIDDLE;
  }

  .link_entreprise_rse2022 {
    width: auto;
  }

  #logo_kem {
    VERTICAL-ALIGN: MIDDLE;
  }

  .logo_pole_chimie_rse2022 {
    opacity: 0;
  }

  .flex_alimentaire_pole_rse2022 {
    margin-top: -50px;
  }

  .fond_pole_chimie_rse2022:hover + .logo_pole_chimie_rse2022 {
    opacity: 1;
    transition: 0.6s;
  }

  .fond_pole_alimentaire_rse2022:hover + .logo_pole_alimentaire_rse2022 {
    opacity: 1;
    transition: 0.6s;
  }

  .flex_chimie_pole_rse2022:hover ~ .plus_rse2022 {
    opacity: 0;
  }

  .logo_pole_chimie_rse2022:hover {
    opacity: 1;
    transition: 0.6s;
  }
  .logo_pole_chimie_rse2022:hover.logo_pole_alimentaire_rse2022 {
    opacity: 0;
  }

  .logo_pole_alimentaire_rse2022:hover {
    opacity: 1;
    transition: 0.6s;
  }
  .logo_pole_alimentaire_rse2022:hover.logo_pole_chimie_rse2022 {
    opacity: 0;
    transition: 0.6s;
  }

  .ambition_rse2022 {
    margin-top: 150px;
  }

  .block_title1 h1 {
    text-align: center;
    font: normal normal normal 50px/66px Exo;
    letter-spacing: 0px;
    color: #00365F;
  }

  .block_title1 h1 span {
    text-align: center;
    font: normal normal 600 50px/66px Exo;
    letter-spacing: 0px;
    color: #00365F;
  }

  .id_benoit_rse_2022 {
    text-align: left;
    font: normal normal normal 28px/37px Exo;
    letter-spacing: 0px;
    color: #0F375F;
    opacity: 1;
  }

  .id_benoit_rse_2022 span {
    text-align: left;
    font: normal normal 600 28px/37px Exo;
    letter-spacing: 0px;
    color: #0F375F;
    opacity: 1;
  }

  .img_benoit_rse_2022 {
    width: 35%;
  }

  .main_rse2022_desktop {
    text-align: left;
    font: normal normal normal 24px/32px Exo;
    letter-spacing: 0px;
    color: #00365F;
    opacity: 1;
    width: 550px;
    margin-top: -15px;
  }

  .block_benoit_rse2022 {
    width: 70%;
  }

  .paragraphe_rse2022 {
    margin-top: 400px;
  }

  .paragraphe1_rse2022 {
    text-align: left;
    font: normal normal normal 18px/24px Exo;
    letter-spacing: 0px;
    color: #00365F;
  }

  .paragraphe1_rse2022 span {
    text-align: left;
    font: normal normal 600 18px/24px Exo;
    letter-spacing: 0px;
    color: #00365F;
  }

  .paragraphe2_rse2022 {
    text-align: left;
    font: normal normal normal 18px/24px Exo;
    letter-spacing: 0px;
    color: #00365F;
  }

  .paragraphe2_rse2022 span {
    text-align: left;
    font: normal normal 600 18px/24px Exo;
    letter-spacing: 0px;
    color: #00365F;
  }

  .end_rse_2022 {
    text-align: left;
    font: normal normal 600 19px/25px Exo;
    letter-spacing: 0px;
    color: #00365F;
    opacity: 1;
  }

  .titre_activité_rse2022 {
    text-align: left;
    font: normal normal 600 24px/32px Exo;
    letter-spacing: 0px;
  }

  .titre_activité_rse2022 span {
    text-align: left;
    font: normal normal bold 24px/32px Exo;
    letter-spacing: 0px;
    color: #00365F;
  }

  .paragraphe_multi_activite_rse2022 {
    text-align: left;
    font: normal normal normal 18px/24px Exo;
    letter-spacing: 0px;
    color: #00365F;
  }

  .paragraphe_multi_activite_rse2022 span {
    text-align: left;
    font: normal normal 600 18px/24px Exo;
    letter-spacing: 0px;
    color: #00365F;
  }

  .multi_activite_rse2022 {
    width: 100%;
  }

  .titre_bloc_amibition_rse2022 {
    text-align: left;
    font: normal normal bold 24px/32px Exo;
    letter-spacing: 0px;
    color: #00365F;
    opacity: 1;
  }

  .paragraphe_amibition_rse2022_desktop {
    text-align: left;
    font: normal normal normal 18px/24px Exo;
    letter-spacing: 0px;
    color: #00365F;
    opacity: 1;
  }

  .titre_bloc_piliers_rse2022 {
    text-align: left;
    font: normal normal bold 24px/32px Exo;
    letter-spacing: 0px;
    color: #00365F;
    opacity: 1;
  }

  .paragraphe_piliers_rse2022_desktop {
    text-align: left;
    font: normal normal normal 18px/24px Exo;
    letter-spacing: 0px;
    color: #00365F;
    opacity: 1;
  }

  .titre_bloc_methode_rse2022 {
    text-align: left;
    font: normal normal bold 24px/32px Exo;
    letter-spacing: 0px;
    color: #00365F;
    opacity: 1;
  }

  .paragraphe_methode_rse2022_dekstop {
    text-align: left;
    font: normal normal normal 18px/24px Exo;
    letter-spacing: 0px;
    color: #00365F;
    opacity: 1;
  }

  .titre_bloc_parcours_rse2022 {
    text-align: left;
    font: normal normal bold 24px/32px Exo;
    letter-spacing: 0px;
    color: #00365F;
    opacity: 1;
  }

  .paragraphe_parcours_rse2022 {
    text-align: left;
    font: normal normal normal 18px/24px Exo;
    letter-spacing: 0px;
    color: #00365F;
    opacity: 1;
  }

  .paragraphe2_parcours_rse2022 span {
    text-align: left;
    font: normal normal 600 18px/24px Exo;
    letter-spacing: 0px;
    color: #00365F;
    opacity: 1;
  }

  .paragraphe_parcours_rse2022_liste li {
    text-align: left;
    font: normal normal normal 18px/24px Exo;
    letter-spacing: 0px;
    color: #00365F;
    opacity: 1;
  }

  .paragraphe2_parcours_rse2022 {
    text-align: left;
    font: normal normal normal 18px/24px Exo;
    letter-spacing: 0px;
    color: #00365F;
    opacity: 1;
  }

  .btn_rapport {
    font: normal normal 600 21px/28px Exo;
    letter-spacing: 0px;
    color: #00365F;
  }

  .wrapper_pillier_rse2022 {
    width: 94%;
    margin: auto;
    max-width: 110rem;
    display: flex;
    margin-bottom: 25px;
  }

  .wrapper_pillier_rse2022_block {
    width: 94%;
    margin: auto;
    max-width: 110rem;
    display: flex;
    margin-bottom: 25px;
  }

  .parcours_rse2022 {
    margin-top: 50px;
    width: 94%;
    display: flex;
    align-items: center;
    max-width: 110rem;
    margin-bottom: 80px;
    margin-left: auto;
    margin-right: auto;
  }

  .back_parcours_texte_rse_2022 {
    width: 100%;
    height: 100%;
    background: #F7F8FA 0% 0% no-repeat padding-box;
    position: absolute;
    display: block;
    margin-top: -22px;
    left: -100%;
    z-index: -1;
  }

  .bloc_texte_parcours_rse_2022 {
    position: relative;
  }
}
@media (min-width: 1280px) {
  .fond_rse2022_desktop img {
    height: 500px;
  }

  .content_ambition_rse2022 {
    align-items: center;
  }

  .logo_ambition_content {
    padding: 10%;
  }

  .txt_ambition_rse_block {
    padding-left: 3%;
  }

  .paragraphe_parcours_rse2022_liste li {
    margin-left: 0px;
  }

  .paragraphe_parcours_rse2022 {
    margin-left: 0px;
  }

  .paragraphe2_parcours_rse2022 {
    margin-left: 0px;
  }

  .titre_bloc_parcours_rse2022 {
    margin-left: 0;
  }

  .trait_parcours_rse_2022 {
    width: 475px;
    margin-left: 0;
  }

  .logo_ambition_content img {
    width: 196px;
  }

  .logo_piliers_content img {
    width: 115px;
  }

  .logo_methode_content img {
    width: 115px;
    top: 5px;
  }

  .bloc_texte_parcours_rse_2022 {
    width: 60%;
  }

  .differente_versio_rse2022 {
    display: flex;
    flex-direction: column;
  }

  .rse1_rse2022 {
    display: flex;
    position: relative;
  }

  .livre_rse_rse2022 {
    width: 55%;
  }

  .btn_rapport {
    width: 260px;
  }

  .fond_btn_rse_2022 {
    width: 80%;
    position: absolute;
    height: 50%;
    z-index: -1;
    top: 0;
    right: -15px;
    bottom: 0;
    display: block;
    margin-top: auto;
    margin-bottom: auto;
    border-radius: 43px;
    background: #F7F8FA 0% 0% no-repeat padding-box;
  }

  .content_piliers_rse2022 {
    padding: 20px;
  }

  .logo_piliers_content {
    width: 15%;
    background: #F7F8FA 0% 0% no-repeat padding-box;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    opacity: 1;
    position: relative;
  }

  .logo_methode_content {
    width: 15%;
    background: #F7F8FA 0% 0% no-repeat padding-box;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    opacity: 1;
    position: relative;
  }
}
@media (min-width: 1400px) {
  .txt_ambition_rse_block {
    width: 33%;
  }

  .logo_ambition_content {
    padding: 7%;
  }
}
@media (min-width: 300px) and (max-width: 1079px) {
  .wrapper_pillier_rse2022 {
    display: flex;
    width: 100%;
  }
}
div#tarteaucitronMainLineOffset, .tarteaucitronBorder {
  border: 0 !important;
}

#tarteaucitron [aria-pressed=true] {
  font-weight: 700;
}

.tac_visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  /* added line */
  border: 0;
}

div#tarteaucitronAlertBig:focus {
  outline: 0;
}

.tarteaucitron-modal-open {
  overflow: hidden;
  height: 100%;
}

#tarteaucitronContentWrapper {
  display: unset;
}

/** 14042021 **/
span.tarteaucitronReadmoreSeparator {
  display: inline !important;
}

/******/
/** 09052021 **/
.tarteaucitronName .tacCurrentStatus, .tarteaucitronName .tarteaucitronReadmoreSeparator {
  color: #F5C03C !important;
  font-size: 12px !important;
  text-transform: capitalize;
}

/**************/
/** 27032021 **/
button.tarteaucitron-toggle-group {
  display: block;
}

span.tarteaucitronH3 {
  font-weight: 700 !important;
}

#tarteaucitron #tarteaucitronServices_mandatory .tarteaucitronH3 {
  font-weight: 500 !important;
  font-size: 14px;
  margin-top: 7px;
  color: black !important;
}

.tarteaucitronLine {
  border-left: 0px solid transparent !important;
}

/*****/
/** BETTER MOBILE MODE **/
@media screen and (max-width: 767px) {
  html body #tarteaucitronRoot #tarteaucitron ul#tarteaucitronServices_mandatory .tarteaucitronDeny {
    display: none !important;
  }

  html body #tarteaucitronRoot #tarteaucitron .tarteaucitronBorder button,
html body #tarteaucitronRoot #tarteaucitron .tarteaucitronAsk,
html body #tarteaucitronRoot #tarteaucitron .tarteaucitronName {
    width: 90% !important;
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box !important;
    max-width: 100% !important;
    margin-bottom: 8px !important;
  }

  html body #tarteaucitronRoot #tarteaucitron .tarteaucitronBorder ul .tarteaucitronLine {
    padding: 16px !important;
  }

  html body #tarteaucitronRoot #tarteaucitron div#tarteaucitronMainLineOffset .tarteaucitronName {
    display: none !important;
  }

  #tarteaucitronServices_mandatory li.tarteaucitronLine .tarteaucitronName span {
    width: 90% !important;
    display: inline-block;
  }

  li.tarteaucitronLine .tarteaucitronName span {
    width: 80% !important;
    display: inline-block;
  }

  html body #tarteaucitronRoot #tarteaucitron .tarteaucitronBorder button.tarteaucitron-toggle-group {
    width: 10% !important;
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 0px;
    padding: 10px 0;
  }

  html body #tarteaucitronRoot #tarteaucitron .tarteaucitronBorder button.tarteaucitron-toggle-group:before {
    content: "\25BE";
    font-weight: 700;
    font-size: 14px;
  }

  html body #tarteaucitronRoot #tarteaucitron .tarteaucitronBorder .tarteaucitronIsExpanded button.tarteaucitron-toggle-group:before {
    content: "\25B4";
  }
}
@media screen and (min-width: 768px) {
  html body #tarteaucitronRoot #tarteaucitron .tarteaucitronBorder button.tarteaucitron-toggle-group:after {
    content: "\25BE";
    font-weight: 700;
    font-size: 14px;
    margin-left: 15px;
  }

  html body #tarteaucitronRoot #tarteaucitron .tarteaucitronBorder .tarteaucitronIsExpanded button.tarteaucitron-toggle-group:after {
    content: "\25B4";
    margin-left: 15px;
  }
}
/****/
/***
* Reset CSS
*/
#tarteaucitronRoot div, #tarteaucitronRoot span, #tarteaucitronRoot applet, #tarteaucitronRoot object, #tarteaucitronRoot iframe, #tarteaucitronRoot h1, #tarteaucitronRoot h2, #tarteaucitronRoot h3, #tarteaucitronRoot h4, #tarteaucitronRoot h5, #tarteaucitronRoot h6, #tarteaucitronRoot p, #tarteaucitronRoot blockquote, #tarteaucitronRoot pre, #tarteaucitronRoot a, #tarteaucitronRoot abbr, #tarteaucitronRoot acronym, #tarteaucitronRoot address, #tarteaucitronRoot big, #tarteaucitronRoot cite, #tarteaucitronRoot code, #tarteaucitronRoot del, #tarteaucitronRoot dfn, #tarteaucitronRoot em, #tarteaucitronRoot img, #tarteaucitronRoot ins, #tarteaucitronRoot kbd, #tarteaucitronRoot q, #tarteaucitronRoot s, #tarteaucitronRoot samp, #tarteaucitronRoot small, #tarteaucitronRoot strike, #tarteaucitronRoot strong, #tarteaucitronRoot sub, #tarteaucitronRoot sup, #tarteaucitronRoot tt, #tarteaucitronRoot var, #tarteaucitronRoot b, #tarteaucitronRoot u, #tarteaucitronRoot i, #tarteaucitronRoot center, #tarteaucitronRoot dl, #tarteaucitronRoot dt, #tarteaucitronRoot dd, #tarteaucitronRoot ol, #tarteaucitronRoot ul, #tarteaucitronRoot li, #tarteaucitronRoot fieldset, #tarteaucitronRoot form, #tarteaucitronRoot label, #tarteaucitronRoot legend, #tarteaucitronRoot table, #tarteaucitronRoot caption, #tarteaucitronRoot tbody, #tarteaucitronRoot tfoot, #tarteaucitronRoot thead, #tarteaucitronRoot tr, #tarteaucitronRoot th, #tarteaucitronRoot td, #tarteaucitronRoot article, #tarteaucitronRoot aside, #tarteaucitronRoot canvas, #tarteaucitronRoot details, #tarteaucitronRoot embed, #tarteaucitronRoot figure, #tarteaucitronRoot figcaption, #tarteaucitronRoot footer, #tarteaucitronRoot header, #tarteaucitronRoot hgroup, #tarteaucitronRoot menu, #tarteaucitronRoot nav, #tarteaucitronRoot output, #tarteaucitronRoot ruby, #tarteaucitronRoot section, #tarteaucitronRoot summary, #tarteaucitronRoot time, #tarteaucitronRoot mark, #tarteaucitronRoot audio, #tarteaucitronRoot video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  /*background: initial;*/
  text-align: initial;
  text-shadow: initial;
}

/* Animation */
#tarteaucitronRoot * {
  transition: border 300ms, background 300ms, opacity 200ms, box-shadow 400ms;
}

/* HTML5 display-role reset for older browsers */
#tarteaucitronRoot article, #tarteaucitronRoot aside, #tarteaucitronRoot details, #tarteaucitronRoot figcaption, #tarteaucitronRoot figure, #tarteaucitronRoot footer, #tarteaucitronRoot header, #tarteaucitronRoot hgroup, #tarteaucitronRoot menu, #tarteaucitronRoot nav, #tarteaucitronRoot section {
  display: block;
}

#tarteaucitronRoot ol, #tarteaucitronRoot ul {
  list-style: none;
}

#tarteaucitronRoot blockquote, #tarteaucitronRoot q {
  quotes: none;
}

#tarteaucitronRoot blockquote:before, #tarteaucitronRoot blockquote:after, #tarteaucitronRoot q:before, #tarteaucitronRoot q:after {
  content: "";
  content: none;
}

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

#tarteaucitronRoot a:focus-visible, #tarteaucitronRoot button:focus-visible {
  outline: 3px dashed #3d86d8;
}

/***
 * Better scroll management
 */
div#tarteaucitronMainLineOffset {
  margin-top: 0 !important;
}

div#tarteaucitronServices {
  margin-top: 21px !important;
}

#tarteaucitronServices::-webkit-scrollbar {
  width: 5px;
}

#tarteaucitronServices::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
}

#tarteaucitronServices::-webkit-scrollbar-thumb {
  background-color: #ddd;
  outline: 0px solid slategrey;
}

div#tarteaucitronServices {
  box-shadow: 0 40px 60px #545454;
  border-radius: 20px;
  height: auto !important;
}

/***
 * Responsive layout for the control panel
 */
@media screen and (max-width: 479px) {
  #tarteaucitron .tarteaucitronLine .tarteaucitronName {
    width: 90% !important;
  }

  #tarteaucitron .tarteaucitronLine .tarteaucitronAsk {
    float: left !important;
    margin: 10px 15px 5px;
  }
}
@media screen and (max-width: 767px) {
  #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer, #tarteaucitron {
    background: #fff;
    border: 0 !important;
    bottom: 0 !important;
    height: 100% !important;
    left: 0 !important;
    margin: 0 !important;
    max-height: 100% !important;
    max-width: 100% !important;
    top: 0 !important;
    width: 100% !important;
  }

  #tarteaucitron .tarteaucitronBorder {
    border: 0 !important;
  }

  #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList {
    border: 0 !important;
  }

  #tarteaucitron #tarteaucitronServices .tarteaucitronTitle {
    text-align: left !important;
  }

  .tarteaucitronName .tarteaucitronH2 {
    max-width: 80%;
  }

  #tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk {
    text-align: center !important;
  }

  #tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk button {
    margin-bottom: 5px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #tarteaucitron {
    border: 0 !important;
    left: 0 !important;
    margin: 0 5% !important;
    max-height: 80% !important;
    width: 90% !important;
  }
}
/***
 * Common value
 */
#tarteaucitronRoot div#tarteaucitron {
  left: 0;
  right: 0;
  margin: auto;
}

#tarteaucitronRoot button#tarteaucitronBack {
  background: #eee;
}

#tarteaucitron .clear {
  clear: both;
}

#tarteaucitron a {
  color: #424242;
  font-size: 11px;
  font-weight: 700;
  text-decoration: none;
}

#tarteaucitronRoot button {
  background: transparent;
  border: 0;
}

#tarteaucitronAlertBig strong, #tarteaucitronAlertSmall strong,
#tarteaucitronAlertBig a, #tarteaucitronAlertSmall a {
  color: #fff;
}

#tarteaucitron strong {
  font-size: 22px;
  font-weight: 500;
}

#tarteaucitron ul {
  padding: 0;
}

#tarteaucitron .tarteaucitronH1, #tarteaucitron .tarteaucitronH2, #tarteaucitron .tarteaucitronH3, #tarteaucitron .tarteaucitronH4, #tarteaucitron .tarteaucitronH5, #tarteaucitron .tarteaucitronH6 {
  display: block;
}

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

/***
 * Root div added just before </body>
 */
#tarteaucitronRoot {
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

#tarteaucitronRoot * {
  box-sizing: initial;
  color: #F5C03C;
  /*font-family: sans-serif !important;*/
  font-size: 14px;
  line-height: normal;
  vertical-align: initial;
}

#tarteaucitronRoot .tarteaucitronH1 {
  font-size: 1.5em;
  text-align: center;
  color: #fff;
  margin: 15px 0 28px;
}

#tarteaucitronRoot .tarteaucitronH2 {
  display: inline-block;
  margin: 12px 0 0 10px;
  color: #fff;
}

#tarteaucitronCookiesNumberBis.tarteaucitronH2 {
  margin-left: 0;
}

/***
 * Control panel
 */
#tarteaucitronBack {
  background: #fff;
  display: none;
  height: 100%;
  left: 0;
  opacity: 0.7;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2147483646;
}

#tarteaucitron {
  display: none;
  max-height: 80%;
  left: 50%;
  margin: 0 auto 0 -430px;
  padding: 0;
  position: fixed;
  top: 6%;
  width: 860px;
  z-index: 2147483647;
}

#tarteaucitron .tarteaucitronBorder {
  background: #fff;
  border: 2px solid #F5C03C;
  border-top: 0;
  height: auto;
  overflow: auto;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronClosePanelCookie,
#tarteaucitron #tarteaucitronClosePanel {
  background: #F5C03C333;
  color: black !important;
  cursor: pointer;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  padding: 4px 0;
  position: absolute;
  right: 0;
  top: 7%;
  z-index: 1;
  text-align: center;
  width: 70px;
}

#tarteaucitron #tarteaucitronDisclaimer {
  color: #555;
  font-size: 12px;
  margin: 15px auto 0;
  width: 80%;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronHidden,
#tarteaucitron #tarteaucitronServices .tarteaucitronHidden {
  background: rgba(51, 51, 51, 0.07);
}

#tarteaucitron #tarteaucitronServices .tarteaucitronHidden {
  display: none;
  position: relative;
}

#tarteaucitronCookiesList .tarteaucitronH3.tarteaucitronTitle {
  width: 100%;
  box-sizing: border-box;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronTitle,
#tarteaucitron #tarteaucitronServices .tarteaucitronTitle button,
#tarteaucitron #tarteaucitronInfo,
#tarteaucitron #tarteaucitronServices .tarteaucitronDetails {
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  margin: 20px 0px 0px;
  padding: 5px 20px;
  text-align: left;
  width: auto;
  background: #F5C03C;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronName a,
#tarteaucitron #tarteaucitronServices .tarteaucitronTitle a {
  color: #fff;
  font-weight: 500;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronName a:hover,
#tarteaucitron #tarteaucitronServices .tarteaucitronTitle a:hover {
  text-decoration: none !important;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronName a {
  font-size: 22px;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronTitle a {
  font-size: 14px;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronTitle {
  padding: 5px 10px;
  margin: 0;
}

#tarteaucitron #tarteaucitronInfo,
#tarteaucitron #tarteaucitronServices .tarteaucitronDetails {
  color: #fff;
  display: none;
  font-size: 12px;
  font-weight: 500;
  margin-top: 0;
  max-width: 270px;
  padding: 20px;
  position: absolute;
  z-index: 2147483647;
}

#tarteaucitron #tarteaucitronInfo a {
  color: #fff;
  text-decoration: underline;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine:hover {
  background: rgba(51, 51, 51, 0.2);
}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine {
  background: rgba(51, 51, 51, 0.1);
  border-left: 5px solid transparent;
  margin: 0;
  overflow: hidden;
  padding: 15px 5px;
  color: black !important;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine.tarteaucitronIsAllowed {
  border-color: #1B870B;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine.tarteaucitronIsDenied {
  border-color: #9C1A1A;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine {
  background: #F5C03C;
  border: 3px solid #F5C03C;
  border-left: 9px solid #F5C03C;
  border-top: 5px solid #F5C03C;
  margin-bottom: 0;
  margin-top: 21px;
  position: relative;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine:hover {
  background: #F5C03C;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronName {
  margin-left: 15px;
  margin-top: 2px;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronName button {
  color: #fff;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronAsk {
  margin-top: 0px !important;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronName {
  display: inline-block;
  float: left;
  margin-left: 10px;
  text-align: left;
  width: 50%;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronName a:hover {
  text-decoration: underline;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk {
  display: inline-block;
  float: right;
  margin: 7px 15px 0;
  text-align: right;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronAllow,
#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronDeny,
.tac_activate .tarteaucitronAllow {
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  padding: 6px 10px;
  text-align: center;
  opacity: 1;
  text-decoration: none;
  width: auto;
  border: 0;
}

#tarteaucitron #tarteaucitronServices #tarteaucitronAllAllowed.tarteaucitronIsSelected {
  background-color: #1B870B;
  opacity: 1 !important;
}

#tarteaucitron #tarteaucitronServices #tarteaucitronAllDenied.tarteaucitronIsSelected,
#tarteaucitron #tarteaucitronServices #tarteaucitronAllDenied2.tarteaucitronIsSelected {
  background-color: #9C1A1A;
  opacity: 1;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine.tarteaucitronIsAllowed .tarteaucitronAllow,
#tarteaucitron #tarteaucitronServices #tarteaucitronServices_mandatory .tarteaucitronLine button.tarteaucitronAllow {
  background-color: #1B870B;
  opcity: 1 !important;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine.tarteaucitronIsDenied .tarteaucitronDeny {
  background-color: #9C1A1A;
}

#tarteaucitron #tarteaucitronServices #tarteaucitronServices_mandatory .tarteaucitronLine button.tarteaucitronAllow {
  opacity: 1;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronName .tarteaucitronListCookies {
  color: #F5C03C;
  font-size: 12px;
}

#tarteaucitron .tarteaucitronH3 {
  font-size: 18px;
}

#tarteaucitron #tarteaucitronMainLineOffset .tarteaucitronName {
  width: auto !important;
  margin-left: 0 !important;
  font-size: 14px;
}

span#tarteaucitronDisclaimerAlert {
  padding: 0 10px;
  display: inline-block;
}

#tarteaucitron .tarteaucitronBorder, #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain, #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList, #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronHidden, #tarteaucitron #tarteaucitronServices .tarteaucitronMainLine {
  border-color: #F5C03C !important;
}

/***
 * Big alert
 */
.tarteaucitronAlertBigTop {
  top: 0;
}

.tarteaucitronAlertBigBottom {
  bottom: 0;
}

#tarteaucitronRoot #tarteaucitronAlertBig {
  background: #F5C03C;
  color: #fff;
  display: none;
  font-size: 15px !important;
  left: 0;
  position: fixed;
  box-sizing: content-box;
  z-index: 2147483645;
  text-align: center;
  padding: 10px 0 10px 0;
  margin: auto;
  width: 100%;
}

#tarteaucitronAlertBig #tarteaucitronPrivacyUrl,
#tarteaucitronAlertBig #tarteaucitronPrivacyUrlDialog,
#tarteaucitronAlertBig #tarteaucitronDisclaimerAlert,
#tarteaucitronAlertBig #tarteaucitronDisclaimerAlert strong {
  font: 15px verdana;
  color: #fff;
}

#tarteaucitronAlertBig #tarteaucitronDisclaimerAlert strong {
  font-weight: 700;
}

#tarteaucitronAlertBig #tarteaucitronPrivacyUrl,
#tarteaucitronAlertBig #tarteaucitronPrivacyUrlDialog {
  cursor: pointer;
}

#tarteaucitronAlertBig #tarteaucitronCloseAlert,
#tarteaucitronAlertBig #tarteaucitronPersonalize,
#tarteaucitronAlertBig #tarteaucitronPersonalize2,
.tarteaucitronCTAButton,
#tarteaucitron #tarteaucitronPrivacyUrl,
#tarteaucitron #tarteaucitronPrivacyUrlDialog,
#tarteaucitronRoot .tarteaucitronDeny,
#tarteaucitronRoot .tarteaucitronAllow {
  background: #008300;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 16px !important;
  line-height: 1.2;
  padding: 5px 10px;
  text-decoration: none;
  margin-left: 7px;
}

#tarteaucitronRoot .tarteaucitronDeny {
  background: #9C1A1A;
}

#tarteaucitronAlertBig #tarteaucitronCloseAlert, #tarteaucitron #tarteaucitronPrivacyUrl, #tarteaucitron #tarteaucitronPrivacyUrlDialog {
  background: #fff;
  color: #F5C03C;
  font-size: 13px;
  margin-bottom: 3px;
  margin-left: 7px;
  padding: 5px 10px;
}

#tarteaucitronPercentage {
  background: #0A0 !important;
  box-shadow: 0 0 2px #fff, 0 1px 2px #555;
  height: 5px;
  left: 0;
  position: fixed;
  width: 0;
  z-index: 2147483644;
}

/***
 * Icon
 */
.tarteaucitronIconBottomRight {
  bottom: 0;
  right: 0;
}

.tarteaucitronIconBottomLeft {
  bottom: 0;
  left: 0;
}

.tarteaucitronIconTopRight {
  top: 0;
  right: 0;
}

.tarteaucitronIconTopLeft {
  top: 0;
  left: 0;
}

.tarteaucitronIconTopLeft #tarteaucitronManager {
  border-radius: 2px 7px 7px 2px;
}

.tarteaucitronIconTopRight #tarteaucitronManager {
  border-radius: 7px 2px 2px 7px;
}

.tarteaucitronIconBottomLeft #tarteaucitronManager {
  border-radius: 7px 7px 2px 2px;
}

.tarteaucitronIconBottomRight #tarteaucitronManager {
  border-radius: 7px 7px 2px 2px;
}

#tarteaucitronIcon {
  background: transparent;
  position: fixed;
  display: none;
  width: auto;
  z-index: 2147483646;
}

#tarteaucitronIcon #tarteaucitronManager {
  color: transparent;
  cursor: pointer;
  display: inline-block;
  font-size: 11px !important;
  padding: 8px 10px 8px;
  border: none;
}

#tarteaucitronIcon #tarteaucitronManager img {
  width: 50px;
  height: 50px;
}

#tarteaucitronRoot .tarteaucitronCross::before {
  content: "\2717";
  display: inline-block;
  color: white;
}

#tarteaucitronRoot .tarteaucitronCheck::before {
  content: "\2713";
  display: inline-block;
  color: white;
}

#tarteaucitronRoot .tarteaucitronPlus::before {
  content: "\271B";
  display: inline-block;
  color: white;
}

/***
 * Small alert
 */
.tarteaucitronAlertSmallTop, .tarteaucitronAlertSmallBottom {
  bottom: 0;
}

#tarteaucitronAlertSmall {
  background: #F5C03C;
  display: none;
  padding: 0;
  position: fixed;
  right: 0;
  text-align: center;
  width: auto;
  z-index: 2147483646;
}

#tarteaucitronAlertSmall #tarteaucitronManager {
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 11px !important;
  padding: 8px 10px 8px;
}

#tarteaucitronAlertSmall #tarteaucitronManager:hover {
  background: rgba(255, 255, 255, 0.05);
}

#tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot {
  background-color: gray;
  border-radius: 5px;
  display: block;
  height: 8px;
  margin-bottom: 1px;
  margin-top: 5px;
  overflow: hidden;
  width: 100%;
}

#tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot #tarteaucitronDotGreen,
#tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot #tarteaucitronDotYellow,
#tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot #tarteaucitronDotRed {
  display: block;
  float: left;
  height: 100%;
  width: 0%;
}

#tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot #tarteaucitronDotGreen {
  background-color: #1B870B;
  opcity: 1 !important;
}

#tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot #tarteaucitronDotYellow {
  background-color: #FBDA26;
}

#tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot #tarteaucitronDotRed {
  background-color: #9C1A1A;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesNumber {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 30px;
  padding: 0px 10px;
  vertical-align: top;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesNumber:hover {
  background: rgba(255, 255, 255, 0.3);
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer {
  display: none;
  max-height: 70%;
  max-width: 500px;
  position: fixed;
  right: 0;
  width: 100%;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList {
  background: #fff;
  border: 2px solid #F5C03C;
  color: #F5C03C;
  font-size: 11px;
  height: auto;
  overflow: auto;
  text-align: left;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList strong {
  color: #F5C03C;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesTitle {
  background: #F5C03C;
  margin-top: 21px;
  padding: 13px 0 9px 13px;
  text-align: left;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesTitle strong {
  color: #fff;
  font-size: 16px;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain {
  background: rgba(51, 51, 51, 0.1);
  padding: 7px 5px 10px;
  word-wrap: break-word;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain:hover {
  background: rgba(51, 51, 51, 0.2);
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain a {
  color: #F5C03C;
  text-decoration: none;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain .tarteaucitronCookiesListLeft {
  display: inline-block;
  width: 50%;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain .tarteaucitronCookiesListLeft a strong {
  color: darkred;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain .tarteaucitronCookiesListRight {
  color: #F5C03C;
  display: inline-block;
  font-size: 11px;
  margin-left: 10%;
  vertical-align: top;
  width: 30%;
}

/***
 * Fallback activate link
 */
.tac_activate {
  background: #F5C03C;
  color: #fff;
  display: table;
  font-size: 12px;
  height: 100%;
  line-height: initial;
  margin: auto;
  text-align: center;
  width: 100%;
}

.tac_float {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.tac_activate .tac_float strong {
  color: #fff;
}

.tac_activate .tac_float .tarteaucitronAllow {
  background-color: #1B870B;
  opcity: 1 !important;
  display: inline-block;
}

/***
 * CSS for services
 */
ins.ferank-publicite, ins.adsbygoogle {
  text-decoration: none;
}

div.amazon_product {
  height: 240px;
  width: 120px;
}

.tarteaucitronIsAllowed .tarteaucitronDeny {
  opacity: 0.4 !important;
}

.tarteaucitronIsDenied .tarteaucitronAllow {
  opacity: 0.4 !important;
}

.tarteaucitronIsAllowed .tarteaucitronAllow {
  opacity: 1 !important;
}

.tarteaucitronIsDenied .tarteaucitronDeny {
  opacity: 1 !important;
}

.tarteaucitronLine .tarteaucitronAllow, .tarteaucitronLine .tarteaucitronDeny {
  opacity: 0.4;
}

#tarteaucitronServices_mandatory button.tarteaucitronAllow {
  opacity: 1;
}

div#tarteaucitronInfo {
  display: block !important;
  position: relative !important;
  text-align: center !important;
  max-width: 80% !important;
  padding: 15px 0 !important;
  margin: -10px auto 40px !important;
  font-size: 1em !important;
  border-bottom: 1px solid;
  border-top: 1px solid;
  border-color: #555;
}

a.tarteaucitronSelfLink {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -30px;
  text-align: center !important;
  display: block;
  height: 30px;
}

.tarteaucitronMainLine .tarteaucitronH2 {
  font-size: 1.2em !important;
  margin-top: 4px !important;
}

span.tarteaucitronTitle.tarteaucitronH3 {
  margin-top: 12px !important;
}

#tarteaucitronCloseCross {
  position: absolute;
  color: #FFFF;
  font-size: 1.8rem;
  cursor: pointer;
  top: 10px;
  right: 26px;
}

.tarteaucitron-spacer-20 {
  height: 20px;
  display: block;
}

.tarteaucitron-display-block {
  display: block;
}

.tarteaucitron-display-none {
  display: none;
}

#tarteaucitron #tarteaucitronServices {
  background: yellow !important;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronTitle {
  display: none;
}

.tarteaucitronSelfLink {
  display: none;
}

#tarteaucitron #tarteaucitronPrivacyUrlDialog {
  background: #009CC4 !important;
  color: white !important;
  border-radius: 21px;
}

#tarteaucitron #tarteaucitronServices #tarteaucitronAllAllowed.tarteaucitronIsSelected {
  background-color: #1B870B !important;
  opacity: 1 !important;
}

.tarteaucitronIsDenied .tarteaucitronAllow {
  opacity: 1 !important;
}

#tarteaucitron #tarteaucitronServices #tarteaucitronServices_mandatory .tarteaucitronLine button.tarteaucitronAllow {
  background-color: #1B870B !important;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine.tarteaucitronIsAllowed .tarteaucitronAllow {
  background-color: #1B870B !important;
}

#tarteaucitron ul {
  padding: 0;
  background-color: white;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine.tarteaucitronIsDenied .tarteaucitronDeny {
  background-color: #9C1A1A !important;
}

#tarteaucitron #tarteaucitronServices #tarteaucitronAllDenied.tarteaucitronIsSelected {
  background-color: #9C1A1A !important;
  opacity: 1;
}

#tarteaucitron .tarteaucitronIsAllowed .tarteaucitronDeny {
  opacity: 1 !important;
}

#tarteaucitron button {
  border-radius: 5px !important;
}

#tarteaucitron #tarteaucitronPrivacyUrlDialog {
  padding: 10px 15px !important;
}

#tarteaucitronAlertBig #tarteaucitronPersonalize2, .tarteaucitronCTAButton #tarteaucitronRoot .tarteaucitronAllow {
  border-radius: 5px;
  background-color: #009CC4 !important;
}

#tarteaucitronAlertBig #tarteaucitronPersonalize2 .tarteaucitronCTAButton {
  border-radius: 5px;
}

html body #tarteaucitronRoot #tarteaucitronCloseAlert {
  border-radius: 5px;
}

#tarteaucitron #tarteaucitronClosePanel {
  width: 35px !important;
  background: #009CC4 !important;
  height: 25px;
  top: 21px;
  border-radius: 0px 20px 0px 0px !important;
}

.tarteaucitronDeny {
  margin-left: 15px;
}

html body #tarteaucitronRoot button.tarteaucitronDeny {
  border-radius: 5px !important;
}
