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

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

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

/*** MIXINS ***********************************************************************************/
/*** RESET BOX ***/
/*** FONT SIZE - REM ***/
/*** LINE HEIGHT - REM ***/
/*** BEST SHADOW BOX ***/
/*** FLEXBOX *******************************************/
/*** RESPONSIVE ****************************************/
/*** LIENS *********************************************/
/*** JUICE ************************************************************************************/
/*** BREAKPOINT **********************************/
/*** TRANSITION ***********************************/
/*** PLACEHOLDER *********************************/
/*** BORDER RADIUS *******************************/
/*** TINT / SHADE **********************************/
/*** RESET *************************************************************************************/
html {
  font-size: 62.5%;
}

/*** BORDER BOX **********************************/
html {
  box-sizing: border-box;
}

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

/*** FOCUS OUTLINE RESET *************************/
*:focus {
  outline: 0;
}

/*** BUTTON **************************************/
button {
  padding: 0;
  outline: none;
  background: none;
  border: 0;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/*** IOS FORM RESET ******************************/
/*** QUICK & DIRTY ********************************/
.relative {
  position: relative;
}

.hide {
  display: none;
}

.show {
  display: block;
}

/*** MAIN SECTION *****************************************************************************/
.main {
  margin: 0;
  padding: 0 2%;
}
@media screen and (min-width: 1024px) {
  .main {
    margin: 0 auto;
    padding: 0;
    max-width: 90%;
  }
}
@media screen and (min-width: 1400px) {
  .main {
    max-width: 1250px;
  }
}

/**
 * Swiper 4.4.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: December 19, 2018
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-container-wp8-vertical, .swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s opacity;
  -o-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s top, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s left, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s right, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px;
}

/*** IMPORT THEME *****************************************************************************/
/** DEFAULT **********************************************************************************/
/*** COULEURS ************************************/
/*** FONTS *************************************************************************************/
h1 {
  margin: 0;
  padding: 0;
  color: #174279;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 40px;
  line-height: 30px;
  line-height: 3rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  h1 {
    font-size: 45px;
    font-size: 4.5rem;
    line-height: 38px;
    line-height: 3.8rem;
  }
}

h2 {
  margin: 0;
  padding: 0;
  color: #174279;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 36px;
  font-size: 36px;
  line-height: 30px;
  line-height: 3rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  h2 {
    font-size: 40px;
    font-size: 4rem;
    line-height: 38px;
    line-height: 3.8rem;
  }
}

h3 {
  margin: 0;
  padding: 0;
  color: #174279;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 26px;
  font-size: 26px;
  line-height: 30px;
  line-height: 3rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  h3 {
    font-size: 25px;
    font-size: 2.5rem;
    line-height: 20px;
    line-height: 2rem;
  }
}

.h1_like {
  margin: 0;
  padding: 0;
  color: #174279;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 50px;
  font-size: 5rem;
  line-height: 30px;
  line-height: 3rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .h1_like {
    font-size: 45px;
    font-size: 4.5rem;
    line-height: 38px;
    line-height: 3.8rem;
  }
}

.h2_like {
  margin: 0;
  padding: 0;
  color: #174279;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 20px;
  line-height: 2rem;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .h2_like {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 24px;
    line-height: 2.4rem;
  }
}

/*** CLASSICO **********************************************************************************/
body {
  color: #174279;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 200;
}

/*** BOUTON BASIC **********************************/
.bt {
  display: inline-block;
  padding: 16px 18px 16px 25px;
  width: 160px;
  color: white;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 14px;
  line-height: 1.4rem;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  background-color: #174279;
  background-image: url(../img/svg/chevron-bt.svg);
  background-position: left 15px center;
  background-repeat: no-repeat;
  background-size: 10px;
  border-radius: 10px;
}
@media screen and (min-width: 1024px) {
  .bt {
    transition: 0.3s ease-in-out all;
  }
  .bt:hover {
    background-color: #090909;
  }
}
.bt.secondary {
  color: white;
  margin-top: 5px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 14px;
  line-height: 1.4rem;
  font-weight: 400;
  text-decoration: underline;
  text-decoration: none;
  width: 170px;
  padding-left: 28px;
}
@media screen and (max-width: 1399px) {
  .bt.secondary {
    display: inline-block;
    margin-top: 10px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 14px;
    line-height: 1.4rem;
    font-weight: 400;
    text-decoration: none;
    background-image: url(../img/svg/chevron-bt.svg);
    background-position: left 15px center;
    background-repeat: no-repeat;
    background-size: 10px;
  }
}
.bt.about-us {
  padding-left: 35px;
  margin-top: 24px;
}
.bt.solution {
  text-transform: initial;
  padding-left: 35px;
}
.bt.large {
  min-width: 200px;
}
.bt.xlarge {
  min-width: 270px;
}

/*** LISTE BASIC ***********************************/
.liste > div {
  margin-top: 10px;
  padding-left: 15px;
  min-height: 12px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  line-height: 2rem;
  font-weight: 300;
  text-align: left;
  background: url(../img/svg/chevron-bt.svg) no-repeat left top 4px/8px;
}
.liste > div:first-child {
  margin-top: 0;
}

/*** INTRO *****************************************/
.page_intro {
  padding: 0 10%;
  color: #174279;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 20px;
  line-height: 2rem;
  text-align: center;
  font-weight: 300;
}
.page_intro p {
  display: block;
  margin: 0;
  padding: 0;
}

/*** POPIN *****************************************/
.popin_overlay {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease-in-out all;
}
.popin_overlay .popin_content {
  position: relative;
  z-index: 1002;
  margin: 0 auto;
  padding: 50px;
  width: 96%;
  max-width: 900px;
  background: white;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25);
  transition: 0.3s ease-in-out all;
  transform: translateY(-800px);
}
.popin_overlay .popin_content.popin_content_pdf {
  padding: 60px 15px 30px 15px;
  max-width: 400px;
}
.popin_overlay .popin_content p {
  display: block;
  margin: 0;
  padding: 0;
  color: #174279;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 18px;
  line-height: 1.8rem;
}
.popin_overlay .popin_content .popin_close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 35px;
  height: 35px;
  cursor: pointer;
  transition: 0.3s ease-in-out all;
  background: url(../img/svg/close.svg) no-repeat center/35px white;
  border-radius: 50%;
}
.popin_overlay .popin_content .popin_close:hover {
  transform: rotate(90deg);
}
.popin_overlay.popin_active {
  opacity: 1;
  visibility: visible;
}
.popin_overlay.popin_active .popin_content {
  transform: translateY(0);
}

.hero {
  margin-top: 10px;
  margin-bottom: 40px;
  height: 280px;
  background-color: #174279;
  color: white;
  text-align: center;
  border-bottom: 8px solid #f8ce2d;
  background: url(../img/bg/bg-qui-sommes-nous.jpg) no-repeat 0 0;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (min-width: 1024px) {
  .hero {
    padding: 0;
  }
}
.hero h1 {
  font-size: 50px;
  color: white;
}
.hero p {
  font-size: 16px;
  text-transform: uppercase;
}

/*** HEADER ***********************************************************************************/
/*** TOPMENU **************************************/
.topMenu {
  position: relative;
  z-index: 20;
  padding: 8px 0;
  background-color: yellow;
  background-color: white;
}
@media screen and (max-width: 1023px) {
  .topMenu {
    display: none;
  }
}
.topMenu .main {
  display: flex;
  flex-direction: column;
  max-width: 1210px;
  align-items: center;
}
@media screen and (min-width: 1024px) {
  .topMenu .main {
    flex-direction: row;
    justify-content: space-between;
  }
}
.topMenu ul {
  list-style-type: none;
  padding-left: 0;
  display: flex;
  gap: 32px;
}
.topMenu ul li a {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  text-transform: uppercase;
  color: #7C89A1;
}
.topMenu ul li a img {
  margin: 0 auto;
  width: 24px;
}
.topMenu ul li span {
  margin-top: 8px;
  font-size: 14px;
  display: inline-block;
}
.topMenu .topMenu_logo {
  width: 188px;
  height: 80px;
}
.topMenu .topMenu_tel {
  margin: 0;
  padding: 0;
  margin-right: 80px;
  padding-left: 25px;
  color: #174279;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 25px;
  line-height: 2.5rem;
  font-weight: 700;
  text-decoration: none;
  background: url(../img/svg/tel-yellow.svg) no-repeat center left;
}
@media screen and (min-width: 1024px) {
  .topMenu .topMenu_tel:hover {
    text-decoration: underline;
  }
}
.topMenu .topMenu_link {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}
.topMenu .topMenu_link .topMenu_link_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #174279;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 16px;
  line-height: 1.6rem;
  font-weight: 400;
  text-decoration: none;
}
@media screen and (min-width: 1024px) {
  .topMenu .topMenu_link .topMenu_link_item:hover {
    text-decoration: underline;
  }
}
.topMenu .topMenu_link .topMenu_link_item span {
  display: inline-block;
  width: 40px;
  height: 40px;
}
.topMenu .topMenu_link .topMenu_link_item.topMenu_devis span {
  background: url(../img/svg/devis.svg) no-repeat center/auto 30px;
}
@media screen and (max-width: 767px) {
  .topMenu .topMenu_link .topMenu_link_item span {
    background: url(../img/svg/devis.svg) no-repeat center/auto 30px;
  }
}
.topMenu .topMenu_link .topMenu_link_item.topMenu_compte {
  margin-left: 30px;
}
.topMenu .topMenu_link .topMenu_link_item.topMenu_compte span {
  background: url(../img/svg/tel-yellow.svg) no-repeat center/auto 30px;
}
.topMenu .topCatalogueLink .preFooter_pdf {
  position: absolute;
  top: -600px;
}
@media screen and (min-width: 1024px) {
  .topMenu .topCatalogueLink .preFooter_pdf {
    width: auto;
    cursor: pointer;
    z-index: 1000;
    background-color: #c02f3d;
    color: #fff;
    font-size: 14px;
    padding: 10px;
    margin-right: 280px;
    font-weight: 600;
  }
  .topMenu .topCatalogueLink .preFooter_pdf span {
    background: url(../img/picto/double-chevron.png) no-repeat;
    display: inline-block;
    vertical-align: middle;
    height: 17px;
    width: 33px;
  }
}
@media screen and (max-width: 1023px) {
  .topMenu .topCatalogueLink .preFooter_pdf {
    display: none;
  }
}

/*** NAVIGATION *******************************************************************************/
/*** HEADER MOB ***********************************/
@media screen and (min-width: 1024px) {
  .headerMob {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .headerMob {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background: white;
  }
  .headerMob .headerMob_btMenu {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 100px;
  }
  .headerMob .headerMob_btMenu .headerMob_btMenu_picto {
    position: relative;
    width: 30px;
    height: 24px;
    transform: rotate(0deg);
    transition: 0.3s ease-in-out all;
  }
  .headerMob .headerMob_btMenu .headerMob_btMenu_picto span {
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background: #174279;
    opacity: 1;
    transform: rotate(0deg);
    transition: 0.3s ease-in-out all;
  }
  .headerMob .headerMob_btMenu .headerMob_btMenu_picto span:nth-child(1) {
    top: 0px;
  }
  .headerMob .headerMob_btMenu .headerMob_btMenu_picto span:nth-child(4) {
    top: 20px;
  }
  .headerMob .headerMob_btMenu .headerMob_btMenu_picto span:nth-child(2), .headerMob .headerMob_btMenu .headerMob_btMenu_picto span:nth-child(3) {
    top: 10px;
  }
  .headerMob .headerMob_btMenu.open .headerMob_btMenu_picto span:nth-child(1), .headerMob .headerMob_btMenu.open .headerMob_btMenu_picto span:nth-child(4) {
    opacity: 0;
  }
  .headerMob .headerMob_btMenu.open .headerMob_btMenu_picto span:nth-child(2) {
    transform: rotate(45deg);
  }
  .headerMob .headerMob_btMenu.open .headerMob_btMenu_picto span:nth-child(3) {
    transform: rotate(-45deg);
  }
  .headerMob .headerMob_btLogo {
    display: block;
    width: 126px;
    height: 100px;
    background-image: url(../img/logo/logo-cofrelec.svg);
    background-position: center;
    background-repeat: no-repeat;
  }
  .headerMob .headerMob_btDevis {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 100px;
    color: #174279;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 16px;
    line-height: 1.6rem;
    font-weight: 400;
    text-decoration: none;
  }
  .headerMob .headerMob_btDevis span {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: url(../img/svg/devis.svg) no-repeat center/auto 30px;
  }
}
@media screen and (max-width: 1023px) and (max-width: 767px) {
  .headerMob .headerMob_btDevis span {
    background: url(../img/svg/quote-icon.svg) no-repeat center/auto 30px;
  }
}

/*** MAIN NAV *************************************/
.MainNav {
  position: relative;
  z-index: 10;
  background-color: #174279;
}
@media screen and (max-width: 1023px) {
  .MainNav {
    display: none;
  }
}
.MainNav .main {
  padding: 0;
}
.MainNav .main > ul {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  color: white;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 16px;
  line-height: 1.6rem;
}
@media screen and (min-width: 1024px) {
  .MainNav .main > ul {
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
  }
}
.MainNav .main > ul > li {
  position: relative;
  width: 172px;
  font-weight: 400;
  display: block;
  margin: 0;
  padding: 0;
  border-left: 1px solid white;
}
.MainNav .main > ul > li:hover {
  font-weight: 700;
}
@media screen and (min-width: 1024px) {
  .MainNav .main > ul > li:first-child a:before {
    content: none;
  }
}
@media screen and (max-width: 767px) {
  .MainNav .main > ul > li {
    width: initial;
  }
}
.MainNav .main > ul > li:last-child {
  border-right: 1px solid white;
}
@media screen and (min-width: 1024px) {
  .MainNav .main > ul > li.current_page_item, .MainNav .main > ul > li.current-menu-parent, .MainNav .main > ul > li:hover {
    background: #f8ce2d;
  }
}
.MainNav .main > ul > li > a {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
  padding: 0;
  line-height: 40px;
  color: inherit;
  text-decoration: none;
  text-transform: uppercase;
}
@media screen and (min-width: 1024px) {
  .MainNav .main > ul > li > a {
    line-height: 40px;
  }
}
@media screen and (max-width: 1023px) {
  .MainNav .main > ul > li > a {
    border-top: 1px solid rgba(23, 66, 121, 0.1);
  }
}
@media screen and (min-width: 1024px) {
  .MainNav .main > ul > li > a:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 0;
    background: white;
    transition: 0.3s ease-in-out all;
  }
}
.MainNav .main > ul > li.MainNav_demande a {
  color: white;
}
@media screen and (min-width: 1400px) {
  .MainNav .main > ul > li.MainNav_demande a {
    background-position: 20px center;
    background-repeat: no-repeat;
  }
}
@media screen and (min-width: 1024px) {
  .MainNav .main > ul > li.MainNav_demande a {
    transition: 0.3s ease-in-out all;
  }
}
.MainNav .main > ul > li.MainNav_demande a:before, .MainNav .main > ul > li.MainNav_demande a:after {
  content: none;
}
@media screen and (min-width: 1024px) {
  .MainNav .main > ul > li:hover ul {
    display: block;
  }
}
.MainNav .main > ul > li > ul {
  display: none;
  margin: 0;
  padding: 0;
  padding: 15px 0;
  color: #174279;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 18px;
  line-height: 1.8rem;
  font-weight: 600;
}
@media screen and (min-width: 1024px) {
  .MainNav .main > ul > li > ul {
    position: absolute;
    top: 40px;
    left: 0;
    width: 200%;
  }
}
@media screen and (max-width: 1023px) {
  .MainNav .main > ul > li > ul {
    color: white;
    font-weight: 300;
    text-align: center;
    background: #174279;
  }
}
@media screen and (min-width: 1024px) {
  .MainNav .main > ul > li > ul {
    background: white;
    border-radius: 0 0 20px 20px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.28);
  }
}
.MainNav .main > ul > li > ul > li {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 1023px) {
  .MainNav .main > ul > li > ul > li {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  .MainNav .main > ul > li > ul > li:first-child {
    border-top: none;
  }
}
@media screen and (min-width: 1024px) {
  .MainNav .main > ul > li > ul > li {
    border-top: 1px solid rgba(23, 66, 121, 0.1);
  }
  .MainNav .main > ul > li > ul > li:first-child {
    border-top: none;
  }
}
.MainNav .main > ul > li > ul > li > a {
  display: block;
  margin: 0;
  padding: 0;
  padding: 10px 20px;
  color: inherit;
  text-decoration: none;
}
@media screen and (min-width: 1024px) {
  .MainNav .main > ul > li > ul > li > a {
    transition: 0.3s ease-in-out all;
  }
  .MainNav .main > ul > li > ul > li > a:hover {
    background: rgba(23, 66, 121, 0.2);
  }
}
@media screen and (min-width: 1024px) {
  .MainNav .main .MainNav_btDrop {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .MainNav .main .MainNav_btDrop {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    color: white;
    font-size: 30px;
    font-size: 3rem;
    line-height: 50px;
    line-height: 5rem;
    font-weight: 600;
    text-align: center;
    background: rgba(23, 66, 121, 0.2);
  }
  .MainNav .main .MainNav_btDrop:before {
    content: "+";
  }
  .MainNav .main .MainNav_btDrop.active:before {
    content: "-";
  }
}

/*** STICKY ***************************************/
@media screen and (min-width: 1024px) {
  .headerSticky .MainNav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    animation: stickAnim ease-in-out 0.3s;
  }
  @keyframes stickAnim {
    0% {
      transform: translateY(-200px);
    }
    100% {
      transform: translateY(0);
    }
  }
  .headerSticky.logged-in .MainNav {
    top: 32px;
  }
}
/*** FOOTER NAVIGATION ****************************/
.FooterNav ul {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .FooterNav ul {
    flex-direction: row;
    justify-content: center;
  }
}
.FooterNav ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (min-width: 768px) {
  .FooterNav ul li {
    margin-left: 40px;
  }
  .FooterNav ul li:first-child {
    margin-left: 0;
  }
}
.FooterNav ul li a {
  display: block;
  margin: 0;
  padding: 0;
  color: inherit;
  text-decoration: none;
}
@media screen and (min-width: 1024px) {
  .FooterNav ul li a:hover {
    text-decoration: underline;
  }
}

/*** COPYRIGHT LINKS NAVIGATION ****************************/
.copyright a {
  color: white;
  text-decoration: none;
}
.copyright .links ul {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .copyright .links ul {
    flex-direction: row;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .copyright .links ul {
    justify-content: center;
  }
}
.copyright .links ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.copyright .links ul li:not(:last-of-type) {
  border-right: 1px solid white;
  padding-right: 16px;
}
@media screen and (max-width: 767px) {
  .copyright .links ul li:not(:last-of-type) {
    border-right: none;
  }
}
@media screen and (min-width: 768px) {
  .copyright .links ul li {
    margin-left: 16px;
  }
  .copyright .links ul li:first-child {
    margin-left: 0;
  }
}
.copyright .links ul li strong {
  font-weight: 700;
}
.copyright .links ul li a {
  display: block;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 1024px) {
  .copyright .links ul li a:hover {
    text-decoration: underline;
  }
}

/*** SLIDER NAVIGATION ****************************/
.slider_navigation {
  top: 60%;
  margin-top: -30px;
  width: 30px;
  height: 30px;
  background-image: url(../img/svg/chevron-blue.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px;
}
.slider_navigation:focus {
  outline: 0;
}
.slider_navigation.swiper-button-prev {
  left: -4px;
}
.slider_navigation.swiper-button-next {
  right: -4px;
  transform: rotate(180deg);
}

/*** SLIDER PAGINATION ****************************/
@media screen and (max-width: 1399px) {
  .slider_pagination {
    display: none;
  }
}
@media screen and (min-width: 1400px) {
  .slider_pagination {
    height: 20px;
  }
  .slider_pagination .swiper-pagination-bullet {
    margin: 0;
    padding: 0;
    width: 12px;
    height: 12px;
    background: white;
    border: 3px solid white;
    opacity: 1;
  }
  .slider_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #f8ce2d;
  }
}

/*** SCROLL TO TOP *********************************/
@media screen and (max-width: 1023px) {
  .scrollToTop {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .scrollToTop {
    opacity: 0;
    position: fixed;
    right: 20px;
    bottom: -100px;
    z-index: 1000;
    width: 75px;
    height: 75px;
    text-align: center;
    background-color: rgba(9, 9, 9, 0.5);
    background-image: url(../img/svg/chevron-white.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 30px;
    border-radius: 5px;
    transition: 0.3s ease-in-out all;
  }
  .scrollToTop:hover {
    background-color: rgba(9, 9, 9, 0.9);
    cursor: pointer;
  }
}
.scrollToTop.scrollToTop--show {
  opacity: 1;
  bottom: 20px;
}

/*** PAGER *****************************************/
.pager {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.pager .page-numbers {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  width: 45px;
  height: 45px;
  color: #174279;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 400;
  text-decoration: none;
  background: white;
  border: 1px solid #174279;
  border-radius: 12px;
}
.pager .page-numbers:first-child {
  margin-left: 0;
}
.pager .page-numbers.prev, .pager .page-numbers.next {
  color: #f8ce2d;
  font-size: 50px;
  font-size: 5rem;
  border: none;
}
.pager .page-numbers.current {
  color: white;
  background: #174279;
}

/*** DROP CATALOGUE *******************************/
@media screen and (min-width: 1024px) {
  .MainNav_btCatalogue {
    position: static !important;
  }
  .MainNav_btCatalogue:hover .MainNav_dropCatalogue {
    display: block;
  }
}

.MainNav_dropCatalogue {
  display: none;
}
@media screen and (min-width: 1024px) {
  .MainNav_dropCatalogue {
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    z-index: 99;
  }
}
@media screen and (min-width: 1024px) {
  .MainNav_dropCatalogue .main {
    background: white;
    border-top: 8px solid #f8ce2d;
    border-radius: 0 0 20px 20px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.28);
  }
}
.MainNav_dropCatalogue .dropCatalogue_header {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .MainNav_dropCatalogue .dropCatalogue_header {
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 1023px) {
  .MainNav_dropCatalogue .dropCatalogue_header {
    background-color: #174279;
  }
}
@media screen and (min-width: 1024px) {
  .MainNav_dropCatalogue .dropCatalogue_header {
    background: rgba(23, 66, 121, 0.1);
    border-bottom: 1px solid rgba(23, 66, 121, 0.1);
  }
}
.MainNav_dropCatalogue .dropCatalogue_header .dropCatalogue_header_item {
  padding: 15px;
  color: white;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 400;
  text-transform: capitalize;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .MainNav_dropCatalogue .dropCatalogue_header .dropCatalogue_header_item {
    margin-left: 50px;
    padding: 25px 15px 10px 15px;
  }
  .MainNav_dropCatalogue .dropCatalogue_header .dropCatalogue_header_item:first-child {
    margin-left: 0;
  }
}
@media screen and (max-width: 1023px) {
  .MainNav_dropCatalogue .dropCatalogue_header .dropCatalogue_header_item {
    text-align: center;
  }
}
@media screen and (min-width: 1024px) {
  .MainNav_dropCatalogue .dropCatalogue_header .dropCatalogue_header_item {
    color: #174279;
    font-size: 22px;
    font-size: 2.2rem;
    text-decoration: none;
    font-weight: 700;
    cursor: pointer;
  }
}
@media screen and (max-width: 1023px) {
  .MainNav_dropCatalogue .dropCatalogue_header .dropCatalogue_header_item {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  .MainNav_dropCatalogue .dropCatalogue_header .dropCatalogue_header_item:first-child {
    border: none;
  }
}
@media screen and (max-width: 1023px) {
  .MainNav_dropCatalogue .dropCatalogue_header .dropCatalogue_header_item:hover, .MainNav_dropCatalogue .dropCatalogue_header .dropCatalogue_header_item.current {
    text-decoration: underline;
  }
}
@media screen and (min-width: 1024px) {
  .MainNav_dropCatalogue .dropCatalogue_header .dropCatalogue_header_item:hover:before, .MainNav_dropCatalogue .dropCatalogue_header .dropCatalogue_header_item.current:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -9px;
    width: 100%;
    height: 8px;
    background: #174279;
  }
}
.MainNav_dropCatalogue .dropCatalogue_content {
  display: none;
  padding: 20px;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .MainNav_dropCatalogue .dropCatalogue_content {
    padding: 50px;
  }
}
@media screen and (max-width: 1023px) {
  .MainNav_dropCatalogue .dropCatalogue_content {
    background-color: rgba(23, 66, 121, 0.1);
  }
}
.MainNav_dropCatalogue .dropCatalogue_content.current {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media screen and (max-width: 1023px) {
  .MainNav_dropCatalogue .dropCatalogue_content .dropCatalogue_solutions {
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .MainNav_dropCatalogue .dropCatalogue_content .dropCatalogue_solutions {
    width: 25%;
    border-right: 1px solid #cdd9ec;
  }
}
.MainNav_dropCatalogue .dropCatalogue_content .dropCatalogue_solutions .dropCatalogue_solutions_item {
  padding: 10px;
  color: #174279;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  .MainNav_dropCatalogue .dropCatalogue_content .dropCatalogue_solutions .dropCatalogue_solutions_item {
    padding: 10px 30px;
  }
}
@media screen and (max-width: 1023px) {
  .MainNav_dropCatalogue .dropCatalogue_content .dropCatalogue_solutions .dropCatalogue_solutions_item {
    text-align: center;
  }
}
@media screen and (min-width: 1024px) {
  .MainNav_dropCatalogue .dropCatalogue_content .dropCatalogue_solutions .dropCatalogue_solutions_item {
    background-image: url(../img/svg/arrow-right-blue.svg);
    background-position: left 10px center;
    background-repeat: no-repeat;
    background-size: 12px;
  }
}
@media screen and (min-width: 1024px) {
  .MainNav_dropCatalogue .dropCatalogue_content .dropCatalogue_solutions .dropCatalogue_solutions_item:hover, .MainNav_dropCatalogue .dropCatalogue_content .dropCatalogue_solutions .dropCatalogue_solutions_item.current {
    color: black;
    background-image: url(../img/svg/arrow-right-black.svg);
    background-color: #f8ce2d;
  }
  .MainNav_dropCatalogue .dropCatalogue_content .dropCatalogue_solutions .dropCatalogue_solutions_item:hover a, .MainNav_dropCatalogue .dropCatalogue_content .dropCatalogue_solutions .dropCatalogue_solutions_item.current a {
    color: black;
  }
}
@media screen and (max-width: 1023px) {
  .MainNav_dropCatalogue .dropCatalogue_content .dropCatalogue_solutions .dropCatalogue_solutions_item span {
    display: none;
  }
  .MainNav_dropCatalogue .dropCatalogue_content .dropCatalogue_solutions .dropCatalogue_solutions_item .dropCatalogue_solutions_linkMob {
    color: #174279;
  }
}
@media screen and (min-width: 1024px) {
  .MainNav_dropCatalogue .dropCatalogue_content .dropCatalogue_solutions .dropCatalogue_solutions_item .dropCatalogue_solutions_linkMob {
    display: none;
  }
}
.MainNav_dropCatalogue .dropCatalogue_content .dropCatalogue_solutions .dropCatalogue_solutions_item a {
  color: #174279;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .MainNav_dropCatalogue .dropCatalogue_content .dropCatalogue_solutions .dropCatalogue_solutions_item {
    font-weight: 400;
  }
  .MainNav_dropCatalogue .dropCatalogue_content .dropCatalogue_solutions .dropCatalogue_solutions_item .dropCatalogue_solutions_linkMob {
    color: white;
  }
}
.MainNav_dropCatalogue .dropCatalogue_content .dropCatalogue_produits {
  display: none;
}
@media screen and (min-width: 1024px) {
  .MainNav_dropCatalogue .dropCatalogue_content .dropCatalogue_produits {
    width: 75%;
  }
}
@media screen and (min-width: 1024px) {
  .MainNav_dropCatalogue .dropCatalogue_content .dropCatalogue_produits.current {
    display: flex;
    flex-direction: row;
    justify-content: left;
    margin-left: 40px;
  }
}
.MainNav_dropCatalogue .dropCatalogue_content .dropCatalogue_produits .dropCatalogue_produits_item {
  margin-left: 60px;
}
.MainNav_dropCatalogue .dropCatalogue_content .dropCatalogue_produits .dropCatalogue_produits_item:first-child {
  margin-left: 0;
}
.MainNav_dropCatalogue .dropCatalogue_content .dropCatalogue_produits .dropCatalogue_produits_item .dropCatalogue_produits_titre {
  display: block;
  margin-bottom: 15px;
  color: #174279;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
  text-decoration: none;
}
.MainNav_dropCatalogue .dropCatalogue_content .dropCatalogue_produits .dropCatalogue_produits_item .dropCatalogue_produits_liste {
  display: block;
  margin: 0;
  padding: 0;
}
.MainNav_dropCatalogue .dropCatalogue_content .dropCatalogue_produits .dropCatalogue_produits_item .dropCatalogue_produits_liste li {
  display: block;
  margin: 0;
  padding: 0;
  margin-top: 10px;
  padding-left: 12px;
  background-image: url(../img/svg/chevron-right-black.svg);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 9px;
}
.MainNav_dropCatalogue .dropCatalogue_content .dropCatalogue_produits .dropCatalogue_produits_item .dropCatalogue_produits_liste li:first-child {
  margin-top: 0;
}
.MainNav_dropCatalogue .dropCatalogue_content .dropCatalogue_produits .dropCatalogue_produits_item .dropCatalogue_produits_liste li a {
  display: block;
  margin: 0;
  padding: 0;
  color: black;
  color: #174279;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 14px;
  line-height: 1.4rem;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
}
.MainNav_dropCatalogue .dropCatalogue_content .dropCatalogue_produits .dropCatalogue_produits_item .dropCatalogue_produits_liste li a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 1023px) {
  .MainNav_dropCatalogue .dropCatalogue_content .dropCatalogue_btAll {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .MainNav_dropCatalogue .dropCatalogue_content .dropCatalogue_btAll {
    padding: 0 20px;
    position: absolute;
    right: 35px;
    bottom: 20px;
    color: #174279;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 40px;
    line-height: 4rem;
    font-weight: 600;
    text-decoration: none;
    height: 40px;
    border: 1px solid #b4c6e3;
    border-radius: 10px;
    transition: 0.3s ease-in-out all;
  }
  .MainNav_dropCatalogue .dropCatalogue_content .dropCatalogue_btAll:hover {
    color: white;
    background: #174279;
    border: 1px solid #174279;
  }
}

.only-desktop {
  display: none;
}

@media screen and (min-width: 767px) {
  .only-desktop {
    display: block;
  }
}
/*** SLIDER ***********************************************************************************/
/*** PAGE PUSH ********************************************************************************/
.pagePush {
  background: #174279;
}
@media screen and (max-width: 1023px) {
  .pagePush {
    padding: 30px 0;
  }
}
.pagePush .main {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .pagePush .main {
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
  }
}
.pagePush .pagePush_item {
  padding: 15px 0;
  color: white;
  font-weight: 300;
  text-align: center;
  text-decoration: none;
}
@media screen and (min-width: 1024px) {
  .pagePush .pagePush_item {
    width: 33%;
    padding: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .pagePush .pagePush_item {
    transition: 0.3s ease-in-out all;
  }
  .pagePush .pagePush_item:hover {
    background: #0c213d;
  }
}
.pagePush .pagePush_item p {
  display: block;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 1024px) {
  .pagePush .pagePush_item {
    position: relative;
  }
  .pagePush .pagePush_item:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 50;
    margin-top: -15px;
    width: 1px;
    height: 30px;
    background: white;
  }
  .pagePush .pagePush_item:first-child:before {
    content: none;
  }
}
.pagePush .pagePush_item_logo {
  height: 30px;
  background: url(../img/svg/logo-cofrelec.svg) no-repeat center;
}
.pagePush .pagePush_item_titre {
  margin-top: 5px;
  font-size: 30px;
  font-size: 3rem;
  line-height: 30px;
  line-height: 3rem;
}
.pagePush .pagePush_item_excerpt {
  margin-top: 10px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 18px;
  line-height: 1.8rem;
}
.pagePush .pagePush_item_link {
  margin-top: 10px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 14px;
  line-height: 1.4rem;
  font-weight: 400;
  text-decoration: none;
  color: #f8ce2d;
}

/*** SLIDER FULL WIDTH ****************************/
@media screen and (max-width: 767px) {
  .sliderFullWidth .swiper-slide {
    background-image: none !important;
  }
}
@media screen and (min-width: 768px) {
  .sliderFullWidth .swiper-slide {
    height: 530px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
@media screen and (max-width: 767px) {
  .sliderFullWidth .sliderFullWidth_imgMob {
    display: block;
    width: 100%;
    height: auto;
  }
}
@media screen and (min-width: 768px) {
  .sliderFullWidth .sliderFullWidth_imgMob {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .sliderFullWidth .slider_navigation {
    display: none;
  }
}
.sliderFullWidth .main {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media screen and (min-width: 1400px) {
  .sliderFullWidth .main {
    justify-content: flex-start;
  }
}
.sliderFullWidth .main .sliderFullWidth_content {
  padding: 30px 20px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 25px;
}
@media screen and (min-width: 768px) {
  .sliderFullWidth .main .sliderFullWidth_content {
    padding: 35px;
  }
}
@media screen and (min-width: 768px) {
  .sliderFullWidth .main .sliderFullWidth_content {
    width: 70%;
  }
}
@media screen and (min-width: 1400px) {
  .sliderFullWidth .main .sliderFullWidth_content {
    width: 40%;
  }
}
@media screen and (max-width: 767px) {
  .sliderFullWidth .main .sliderFullWidth_content {
    text-align: center;
  }
}
.sliderFullWidth .main .sliderFullWidth_content .sliderFullWidth_titre {
  color: #174279;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 28px;
  line-height: 2.8rem;
  font-weight: 300;
}
@media screen and (min-width: 1400px) {
  .sliderFullWidth .main .sliderFullWidth_content .sliderFullWidth_titre {
    font-size: 30px;
    font-size: 3rem;
    line-height: 34px;
    line-height: 3.4rem;
  }
}
.sliderFullWidth .main .sliderFullWidth_content .sliderFullWidth_desc {
  margin-top: 10px;
  color: black;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  line-height: 2rem;
  font-weight: 300;
}
.sliderFullWidth .main .sliderFullWidth_content .sliderFullWidth_lien {
  margin-top: 20px;
}

/*** PAGE PUSH ********************************************************************************/
.pagePush {
  background: #174279;
}
@media screen and (max-width: 1023px) {
  .pagePush {
    padding: 30px 0;
  }
}
.pagePush .main {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .pagePush .main {
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
  }
}
.pagePush .pagePush_item {
  padding: 15px 0;
  color: white;
  font-weight: 300;
  text-align: center;
  text-decoration: none;
}
@media screen and (min-width: 1024px) {
  .pagePush .pagePush_item {
    width: 33%;
    padding: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .pagePush .pagePush_item {
    transition: 0.3s ease-in-out all;
  }
  .pagePush .pagePush_item:hover {
    background: #0c213d;
  }
}
.pagePush .pagePush_item p {
  display: block;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 1024px) {
  .pagePush .pagePush_item {
    position: relative;
  }
  .pagePush .pagePush_item:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 50;
    margin-top: -15px;
    width: 1px;
    height: 30px;
    background: white;
  }
  .pagePush .pagePush_item:first-child:before {
    content: none;
  }
}
.pagePush .pagePush_item_logo {
  height: 30px;
  background: url(../img/svg/logo-cofrelec.svg) no-repeat center;
}
.pagePush .pagePush_item_titre {
  margin-top: 5px;
  font-size: 30px;
  font-size: 3rem;
  line-height: 30px;
  line-height: 3rem;
}
.pagePush .pagePush_item_excerpt {
  margin-top: 10px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 18px;
  line-height: 1.8rem;
}
.pagePush .pagePush_item_link {
  margin-top: 10px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 14px;
  line-height: 1.4rem;
  font-weight: 400;
  text-decoration: none;
  color: #f8ce2d;
}

/*** SOLUCE PUSH ******************************************************************************/
.solucePush {
  position: relative;
  padding: 60px;
}
@media screen and (max-width: 767px) {
  .solucePush {
    padding: 10px;
  }
}
.solucePush .main {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.solucePush .main h2 {
  font-size: 30px;
  font-size: 3rem;
  line-height: 30px;
  line-height: 3rem;
  color: #174279;
  text-align: center;
  margin-bottom: 0;
}
.solucePush .main h2 + p {
  text-align: center;
  color: #7C89A1;
  margin-bottom: 24px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 18px;
  line-height: 1.8rem;
  font-weight: 300;
}
.solucePush .main .solutions-container {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  margin: 0 auto;
}
@media screen and (max-width: 670px) {
  .solucePush .main .solutions-container {
    gap: 18px;
  }
}
.solucePush .main .solutions-container .wrapper {
  display: flex;
  justify-content: space-between;
  direction: column;
  border: 1px solid #174279;
  border-top: 8px solid #f8ce2d;
}
@media screen and (min-width: 1024px) {
  .solucePush .main .solutions-container .wrapper {
    width: 32%;
    padding: 0px;
  }
}
@media screen and (min-width: 670px) {
  .solucePush .main .solutions-container .wrapper {
    width: 48%;
  }
}
@media screen and (max-width: 670px) {
  .solucePush .main .solutions-container .wrapper {
    width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .solucePush .main .solutions-container .wrapper {
    width: 32%;
  }
}
.solucePush .main .solutions-container .wrapper .content {
  padding: 16px;
  width: 260px;
  position: relative;
}
.solucePush .main .solutions-container .wrapper .content .title {
  color: #7C89A1;
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 26px;
  line-height: 2.6rem;
  font-weight: 600;
  margin: 24px 0;
  min-height: 36px;
  text-align: center;
  color: #174279;
}
.solucePush .main .solutions-container .wrapper .content .intro {
  color: #7C89A1;
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
  min-height: 90px;
  text-align: center;
}
.solucePush .main .solutions-container .wrapper .content .intro p {
  display: block;
  margin: 0;
  padding: 0;
}
.solucePush .main .solutions-container .wrapper .content .solucePush_link {
  position: absolute;
  bottom: 40px;
  width: 90%;
  text-align: center;
}
.solucePush .main .solutions-container .wrapper .content .show_products {
  position: relative;
  bottom: -22px;
}
.solucePush .main .solucePush_item {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: black;
  text-align: center;
  text-decoration: none;
}
.solucePush .main .solucePush_thumb {
  width: 150px;
  height: 330px;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .solucePush .main .solucePush_thumb {
    width: 110px;
  }
}

.pageSolution {
  margin-top: 10px;
}
.pageSolution .hero-content-wrapper {
  width: 70%;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .pageSolution .hero-content-wrapper {
    width: initial;
  }
}
.pageSolution .hero-content-wrapper .content {
  font-size: 14px;
  color: #174279;
}
.pageSolution .hero-content-wrapper .content div {
  width: initial;
  margin: 0;
}
.pageSolution .hero-content-wrapper .content .subtitle {
  text-transform: uppercase;
}
.pageSolution .hero-content-wrapper .content .ban_desc {
  text-align: center;
}
.pageSolution .hero-content-wrapper a {
  width: 260px;
  color: white;
  margin-top: 24px;
}

/*** BAN **************************************************************************************/
@media screen and (max-width: 767px) {
  .ban {
    padding-bottom: 40px;
    background-color: white;
    background-image: none !important;
  }
}
@media screen and (min-width: 768px) {
  .ban {
    padding: 90px 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
@media screen and (max-width: 767px) {
  .ban .ban_imgMob {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  .ban .ban_imgMob {
    display: none;
  }
}
.ban .ban_content {
  color: #174279;
  text-decoration: none;
}
@media screen and (min-width: 1024px) {
  .ban .ban_content {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .ban .ban_content {
    color: white;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .ban .ban_content {
    padding: 30px;
    background-color: rgba(255, 255, 255, 0.2);
  }
}
@media screen and (max-width: 767px) {
  .ban .ban_content {
    text-align: center;
  }
}
.ban .ban_content .titre {
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 30px;
  line-height: 3rem;
  font-weight: 300;
}
@media screen and (min-width: 768px) {
  .ban .ban_content .titre {
    font-size: 40px;
    font-size: 4rem;
    line-height: 44px;
    line-height: 4.4rem;
  }
}
.ban .ban_content .sstitre {
  margin-top: 10px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 20px;
  line-height: 2rem;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .ban .ban_content .sstitre {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 24px;
    line-height: 2.4rem;
  }
}
.ban .ban_content .desc {
  margin-top: 20px;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 20px;
  line-height: 2rem;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .ban .ban_content .desc {
    color: black;
  }
}
.ban .ban_content .desc p {
  margin: 0;
  padding: 0;
}
.ban .ban_content .bt {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .ban .ban_content .bt {
    margin-top: 60px;
  }
}

/*** PUSH PRODUITS ****************************************************************************/
.pushProduits {
  padding: 30px 0 80px 0;
  background: url(../img/svg/double-chevron.svg) no-repeat center bottom 30px white 20px;
}
@media screen and (min-width: 768px) {
  .pushProduits {
    padding: 80px 0 100px 0;
  }
}
.pushProduits .main {
  position: relative;
  padding: 0 50px;
}
.pushProduits .pushProduits_item {
  color: inherit;
  text-align: center;
  text-decoration: none;
}
.pushProduits .pushProduits_item .pushProduits_illu {
  margin: 0;
  padding: 0;
  margin-bottom: 25px;
  max-width: 80%;
  max-height: 300px;
}
.pushProduits .pushProduits_item .pushProduits_titre {
  margin-bottom: 10px;
  color: #174279;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 18px;
  line-height: 1.8rem;
  font-weight: 600;
  text-transform: uppercase;
}
.pushProduits .pushProduits_item .pushProduits_desc {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 16px;
  line-height: 1.6rem;
  font-weight: 300;
}
.pushProduits .pushProduits_item .pushProduits_link {
  margin-top: 10px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 14px;
  line-height: 1.4rem;
  font-weight: 400;
  text-decoration: underline;
}
.pushProduits .pushProduits_slider .swiper-wrapper {
  align-items: flex-end !important;
}

.pageAccueil .content-wrapper .content {
  font-size: 19px;
}

.hero-content-wrapper {
  margin: 0 auto;
  text-align: center;
  position: relative;
  margin-top: 6%;
  color: #174279;
}
.hero-content-wrapper h2 {
  font-weight: 600;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 28px;
  line-height: 2.8rem;
  text-align: center;
  margin-bottom: 24px;
}
.hero-content-wrapper .content {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 16px 70px;
  padding-bottom: 52px;
  border-radius: 8px;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .hero-content-wrapper .content {
    padding: initial;
  }
}
.hero-content-wrapper .content div {
  width: 80%;
  margin: 0 auto;
  text-align: center;
}
.hero-content-wrapper a {
  border-radius: 6px;
  color: inherit;
  width: 140px;
  margin: 0 auto;
  z-index: 9;
  margin-top: -34px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .hero-content-wrapper a {
    margin-top: 10px;
  }
}
@media screen and (min-width: 768px) {
  .hero-content-wrapper a:first-child {
    margin-left: 0;
  }
}

.section-content-wrapper {
  display: flex;
  gap: 48px;
  color: #174279;
}
.section-content-wrapper > div {
  flex: 1 1 0;
}
@media screen and (min-width: 1024px) {
  .section-content-wrapper {
    margin-top: 64px;
  }
}
.section-content-wrapper .slogan {
  color: #174279;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 24px;
  line-height: 2.4rem;
  font-weight: 600;
  margin-bottom: 24px;
  width: 50%;
  margin-top: 0;
  margin-bottom: 48px;
}
@media screen and (max-width: 1023px) {
  .section-content-wrapper .illustration {
    order: 1;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .section-content-wrapper .illustration {
    width: 100%;
  }
}
.section-content-wrapper .illustration img {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
}
.section-content-wrapper .page_intro {
  color: #174279;
  text-align: left;
  margin-bottom: 32px;
  padding-left: 0;
  font-style: normal;
}
.section-content-wrapper .title {
  margin-bottom: 15px;
  color: #174279;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 24px;
  line-height: 2.4rem;
  font-weight: 600;
}

/*** FOOTER ***********************************************************************************/
.footer {
  padding: 40px 0 30px 0;
  color: #174279;
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .footer {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24px;
    line-height: 2.4rem;
  }
}
@media screen and (min-width: 1024px) {
  .footer {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 28px;
    line-height: 2.8rem;
    font-size: 16px;
  }
}
.footer a {
  text-decoration: none;
  color: #174279;
}
.footer .main {
  display: flex;
  gap: 24px;
  justify-content: space-between;
}
.footer .main .address {
  font-weight: 600;
  margin-top: 32px;
}
.footer .main .header {
  text-transform: uppercase;
  color: #174279;
  font-weight: 600;
  margin-bottom: 8px;
}
.footer .main ul {
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 24px;
  list-style-type: none;
}
.footer .main ul a {
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .footer .main {
    display: block;
  }
  .footer .main img {
    width: 200px;
  }
}

/*** COPYRIGHT ********************************************************************************/
.copyright {
  padding: 32px 0 32px 0;
  width: 100%;
  color: white;
  background: #174279;
  font-weight: 200;
  font-size: 14px;
  font-size: 1.4rem;
}
.copyright .main {
  display: flex;
  gap: 32px;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .copyright .main {
    text-align: center;
  }
}
.copyright .main img {
  vertical-align: middle;
  margin-right: 8px;
}
.copyright .main .links {
  display: flex;
  gap: 16px;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .copyright .main {
    flex-direction: column;
  }
  .copyright .main .links {
    justify-content: center;
  }
}

/*** PREFOOTER ********************************************************************************/
.preFooter {
  margin-top: 25px;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .preFooter {
    flex-direction: row;
    justify-content: space-between;
  }
}

/*** NEWSLETTER ***********************************/
.preFooter_newsletter {
  padding: 30px 40px;
  color: white;
  background: url(../img/bg/newsletter.jpg) no-repeat center/cover;
}
@media screen and (min-width: 1024px) {
  .preFooter_newsletter {
    width: 66%;
  }
}
@media screen and (max-width: 1023px) {
  .preFooter_newsletter {
    text-align: center;
  }
}
.preFooter_newsletter .preFooter_newsletter_titre {
  margin-bottom: 10px;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 24px;
  line-height: 2.4rem;
  font-weight: 400;
}
@media screen and (min-width: 1024px) {
  .preFooter_newsletter .preFooter_newsletter_titre {
    font-size: 30px;
    font-size: 3rem;
    line-height: 32px;
    line-height: 3.2rem;
    font-weight: 600;
  }
}
@media screen and (min-width: 1024px) {
  .preFooter_newsletter .preFooter_newsletter_content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
.preFooter_newsletter .preFooter_newsletter_desc {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 18px;
  line-height: 1.8rem;
  font-weight: 400;
  text-decoration: underline;
  text-decoration: none;
}
@media screen and (max-width: 1023px) {
  .preFooter_newsletter .preFooter_newsletter_desc {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .preFooter_newsletter .preFooter_newsletter_desc {
    width: 50%;
  }
}
.preFooter_newsletter .preFooter_newsletter_desc a {
  color: inherit;
}
@media screen and (min-width: 1024px) {
  .preFooter_newsletter .preFooter_newsletter_form {
    width: 35%;
    text-align: right;
  }
}
.preFooter_newsletter .preFooter_newsletter_form a {
  margin-right: 5px;
  color: white;
}
.preFooter_newsletter .preFooter_newsletter_form .mc4wp-form-fields {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 10px;
  border: 2px solid white;
  border-radius: 25px;
  overflow: hidden;
}
@media screen and (max-width: 1023px) {
  .preFooter_newsletter .preFooter_newsletter_form .mc4wp-form-fields {
    margin-top: 10px;
  }
}
.preFooter_newsletter .preFooter_newsletter_form .mc4wp-success {
  padding: 10px;
  color: green;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  background: white;
  border: 1px solid green;
}
.preFooter_newsletter .preFooter_newsletter_form input[type=email] {
  margin: 0;
  padding: 0;
  padding: 0 10px;
  width: calc(100% - 40px);
  height: 40px;
  color: #090909;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 300;
  background: #fcfcfc;
  border: none;
}
.preFooter_newsletter .preFooter_newsletter_form input[type=email]::placeholder {
  color: #090909;
}
.preFooter_newsletter .preFooter_newsletter_form input[type=submit] {
  margin: 0;
  padding: 0;
  width: 40px;
  height: 40px;
  color: #090909;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 40px;
  line-height: 4rem;
  font-weight: 700;
  text-transform: uppercase;
  background: #f8ce2d;
  border: none;
  cursor: pointer;
  border-radius: 0;
}
@media screen and (min-width: 1024px) {
  .preFooter_newsletter .preFooter_newsletter_form input[type=submit] {
    transition: 0.3s ease-in-out all;
  }
  .preFooter_newsletter .preFooter_newsletter_form input[type=submit]:hover {
    color: white;
    background: #174279;
  }
}

/*** PDF ******************************************/
@media screen and (min-width: 1024px) {
  .preFooter .preFooter_pdf {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .preFooter .preFooter_pdf {
    display: block;
    font-size: 0;
    margin-top: 30px;
    height: 400px;
    background: url(../img/bg/cat-2021.jpg) no-repeat;
    background-size: contain;
    background-position: center center;
  }
}

/*** LINKEDIN *********************************************************************************/
.linkedin {
  margin-top: 40px;
  margin-bottom: 3px;
  padding: 30px 0;
  color: white;
  font-size: 30px;
  font-size: 3rem;
  line-height: 30px;
  line-height: 3rem;
  font-weight: 600;
  text-align: center;
  background: url(../img/bg/linkedin-banner-background.jpg) no-repeat center/cover;
}
@media screen and (min-width: 1024px) {
  .linkedin {
    margin-top: 40px;
  }
}
.linkedin a {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: inherit;
  text-decoration: none;
}
@media screen and (min-width: 1024px) {
  .linkedin a {
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
  }
}
.linkedin span.logo {
  width: 54px;
  height: 54px;
  background: url(../img/logo/linkedin.svg) no-repeat center/cover;
}
@media screen and (max-width: 1023px) {
  .linkedin span.logo {
    margin-top: 15px;
  }
}
@media screen and (min-width: 1024px) {
  .linkedin span.logo {
    margin-left: 15px;
  }
}

/*** SEO **************************************************************************************/
.seo {
  padding: 30px 0;
  margin-top: 32px;
  margin-bottom: 0;
  background-color: #F0F3F8;
  color: #7C89A1;
  font-weight: 300;
  text-align: justify;
}
.seo .seo_titre {
  color: #174279;
  font-weight: 400;
  font-size: 30px;
  font-size: 3rem;
  line-height: 20px;
  line-height: 2rem;
  margin-bottom: 16px;
  font-size: 20px;
}
.seo .seo_desc {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  line-height: 1.6rem;
  columns: 2;
  gap: 40px;
  font-size: 0.9em;
  line-height: 1.5em;
}
.seo .seo_desc strong {
  display: inline-block;
  margin-top: 16px;
  color: #174279;
}
@media screen and (max-width: 767px) {
  .seo .seo_desc {
    columns: 1;
  }
}
.seo p {
  display: block;
  margin: 0;
  padding: 0;
}
.seo p:first-child {
  margin-top: 15px;
}

/*** FORM *************************************************************************************/
form .form_item {
  margin-top: 15px;
}
form .form_item_double {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
form .form_item_double > span {
  width: 48%;
}
form .wpcf7-radio {
  display: flex;
  flex-direction: row;
  align-items: center;
}
form .wpcf7-radio > span {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-left: 20px;
}
form .wpcf7-radio > span:first-child {
  margin-left: 0;
}
form .wpcf7-radio > span input[type=radio] {
  margin-right: 8px;
}
form select,
form textarea,
form input[type=email],
form input[type=tel],
form input[type=text] {
  padding: 0 10px;
  width: 100%;
  height: 40px;
  color: #333;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 16px;
  line-height: 1.6rem;
  font-weight: 400;
  border: 1px solid #174279;
}
form select::placeholder,
form textarea::placeholder,
form input[type=email]::placeholder,
form input[type=tel]::placeholder,
form input[type=text]::placeholder {
  color: #333;
}
form textarea {
  padding: 10px;
  height: 150px;
}
form input[type=submit] {
  border: none;
}
@media screen and (min-width: 1024px) {
  form input[type=submit] {
    cursor: pointer;
    transition: 0.3s ease-in-out all;
  }
}

/*** CONTACT FORM 7 *******************************/
.wpcf7-not-valid-tip {
  display: none;
}

.wpcf7-not-valid {
  background-color: rgba(255, 0, 0, 0.2) !important;
}

.wpcf7-validation-errors {
  display: none !important;
}

.wpcf7-response-output {
  display: none !important;
}

.screen-reader-response {
  margin-top: 10px;
}
.screen-reader-response ul {
  display: none;
}

/*** FORM PDF *************************************/
.popin_content_pdf .form_PDF {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 20px;
  border: 1px solid #174279;
}
.popin_content_pdf .email {
  width: calc(100% - 40px);
}
.popin_content_pdf .email input[type=email] {
  margin: 0;
  padding: 0;
  padding: 0 10px;
  height: 40px;
  color: #090909;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 300;
  background: #fcfcfc;
  border: none;
  width: 328px;
}
.popin_content_pdf .email input[type=email]::placeholder {
  color: #090909;
}
.popin_content_pdf input[type=submit] {
  margin: 0;
  padding: 0;
  width: 40px;
  height: 40px;
  color: #090909;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 40px;
  line-height: 4rem;
  font-weight: 700;
  text-transform: uppercase;
  background: #f8ce2d;
  border: none;
  cursor: pointer;
  border-radius: 0;
}
@media screen and (min-width: 1024px) {
  .popin_content_pdf input[type=submit] {
    transition: 0.3s ease-in-out all;
  }
  .popin_content_pdf input[type=submit]:hover {
    color: white;
    background: #174279;
  }
}

/*** HOME *************************************************************************************/
/*** HERO PUSH ********************************/
.heroPush {
  display: flex;
  gap: 1px;
  min-height: 640px;
  margin: 12px 0;
}
@media screen and (max-width: 767px) {
  .heroPush {
    flex-direction: column;
  }
}
.heroPush > div {
  background-color: #444;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .heroPush > div {
    width: 100%;
  }
}
.heroPush > div .content {
  min-height: 180px;
}
.heroPush > div.electricity {
  background: transparent url("../img/bg/home-banner-left-1280x860.jpg") 0 0 no-repeat;
  background: transparent url("../img/bg/home-banner-left-800x540.jpg") 0 0 no-repeat;
  background: transparent url("../img/bg/home-banner-left.jpg") 0 0 no-repeat;
  background-size: cover;
}
.heroPush > div.plumbing {
  background: transparent url("../img/bg/home-banner-right-1280x864.jpg") 0 0 no-repeat;
  background: transparent url("../img/bg/home-banner-right.jpg") 0 0 no-repeat;
  background-size: cover;
}
.heroPush h2 {
  color: #174279;
  font-weight: 600;
  font-size: 28px;
  font-size: 2.8rem;
  font-size: 40px;
  line-height: 28px;
  line-height: 2.8rem;
  text-align: center;
  margin-bottom: 24px;
  margin-top: 32px;
}
.heroPush .content-wrapper {
  margin: 0 auto;
  width: 62%;
  text-align: center;
  position: relative;
  margin-top: 15%;
}
@media screen and (max-width: 767px) {
  .heroPush .content-wrapper {
    width: 92%;
  }
}
.heroPush .content-wrapper .content {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 16px;
  padding-bottom: 52px;
  color: #7C89A1;
  border-radius: 8px;
  font-weight: 300;
  font-size: 18px;
  line-height: 24px;
}
.heroPush .content-wrapper .content div {
  width: 80%;
  margin: 0 auto;
  text-align: center;
}
.heroPush .content-wrapper a {
  color: white;
  margin: 0 auto;
  z-index: 9;
  bottom: 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .heroPush .content-wrapper a {
    margin-top: 10px;
  }
}
@media screen and (min-width: 768px) {
  .heroPush .content-wrapper a:first-child {
    margin-left: 0;
  }
}
.heroPush .heroPush_linkz {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .heroPush .heroPush_linkz {
    flex-direction: row;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .heroPush .heroPush_linkz a {
    margin-top: 10px;
  }
}
@media screen and (min-width: 768px) {
  .heroPush .heroPush_linkz a {
    margin-left: 20px;
  }
  .heroPush .heroPush_linkz a:first-child {
    margin-left: 0;
  }
}

/*** SLIDER FULL WIDTH ****************************/
.hp_tripleBlock {
  position: relative;
}
.hp_tripleBlock .hr_Brand {
  background: #174279 url(../img/logo/C-icon.png) no-repeat center top/cover;
  margin-bottom: 48px;
  padding: 24px 0;
}
.hp_tripleBlock .hr_Brand p {
  color: white;
  font-size: 26px;
  line-height: 30px;
  font-weight: 200;
  text-align: center;
  width: 50%;
  margin: 0px auto;
  padding: 24px 0;
}
.hp_tripleBlock .hr_Brand p strong {
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .hp_tripleBlock .hr_Brand p {
    width: 90%;
  }
}
.hp_tripleBlock .main {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}
.hp_tripleBlock .contentPush {
  background-color: #174279;
  color: white;
  padding: 24px;
  width: 400px;
  width: 48%;
  padding: 0px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .hp_tripleBlock .contentPush {
    width: 31%;
  }
}
@media screen and (max-width: 466px) {
  .hp_tripleBlock .contentPush {
    width: 100%;
  }
}
.hp_tripleBlock .contentPush .contentPush_image {
  height: 150px;
}
.hp_tripleBlock .contentPush.registration h3, .hp_tripleBlock .contentPush.rbl h3 {
  color: white;
}
.hp_tripleBlock .contentPush.registration .intro, .hp_tripleBlock .contentPush.rbl .intro {
  min-height: 100px;
  font-size: 16px;
}
.hp_tripleBlock .contentPush.registration .contentPush_image img, .hp_tripleBlock .contentPush.rbl .contentPush_image img {
  width: 450px;
  height: 150px;
}
.hp_tripleBlock .contentPush.registration .contentPush_links, .hp_tripleBlock .contentPush.rbl .contentPush_links {
  width: 100%;
  text-align: center;
}
.hp_tripleBlock .contentPush.rbl .contentPush_image img {
  width: 450px;
  height: 150px;
}
.hp_tripleBlock .contentPush.news {
  background-color: #f8ce2d;
}
.hp_tripleBlock .contentPush.news .contentPush_links {
  width: 100%;
  text-align: center;
  position: relative;
  bottom: -12px;
}
@media screen and (max-width: 767px) {
  .hp_tripleBlock .contentPush.news .contentPush_links {
    bottom: 16px;
  }
}
.hp_tripleBlock .contentPush.news .contentPush_links a {
  border: none;
  padding: 24px 32px;
  line-height: 0;
}
.hp_tripleBlock .contentPush.news .postPush_item_title {
  font-size: 1.1em;
  margin-bottom: 8px;
}
.hp_tripleBlock .contentPush.news .postPush_item_excerpt {
  margin-bottom: 8px;
}
.hp_tripleBlock .contentPush.news .content {
  position: relative;
  padding-top: 54px;
}
.hp_tripleBlock .contentPush.news .content .title {
  color: #174279;
  margin-bottom: 24px;
}
.hp_tripleBlock .contentPush.news .carousel {
  background-color: white;
  border-radius: 12px;
  padding: 16px;
  text-align: center;
}
.hp_tripleBlock .contentPush.news .carousel a {
  color: grey;
  text-decoration: none;
}
.hp_tripleBlock .contentPush.news .carousel .postPush_item_date {
  margin-bottom: 8px;
}
.hp_tripleBlock .contentPush.news .carousel .postPush_item_title {
  color: #174279;
}
.hp_tripleBlock .contentPush.news .carousel .postPush_item_link {
  color: #f8ce2d;
}
.hp_tripleBlock .contentPush .content {
  border-top: 10px solid #f8ce2d;
  padding: 24px;
  font-size: 0.9em;
}
.hp_tripleBlock .contentPush .content .title {
  font-weight: 600;
  margin-bottom: 24px;
  text-align: center;
}
.hp_tripleBlock .contentPush .content .intro {
  margin-bottom: 32px;
}
.hp_tripleBlock .contentPush .contentPush_links {
  display: flex;
  flex-direction: column;
  align-items: center;
  bottom: -34px;
  bottom: -12px;
}
@media screen and (min-width: 768px) {
  .hp_tripleBlock .contentPush .contentPush_links {
    flex-direction: row;
    justify-content: center;
  }
}
.hp_tripleBlock .contentPush .contentPush_links a {
  border: 1px solid white;
  border-radius: 6px;
}
@media screen and (max-width: 767px) {
  .hp_tripleBlock .contentPush .contentPush_links a {
    margin-top: 10px;
  }
}
@media screen and (min-width: 768px) {
  .hp_tripleBlock .contentPush .contentPush_links a {
    margin-left: 20px;
  }
  .hp_tripleBlock .contentPush .contentPush_links a:first-child {
    margin-left: 0;
  }
}
.hp_tripleBlock .contentPush .bt {
  font-weight: 400;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 14px;
  line-height: 1.4rem;
  width: 200px;
}
.hp_tripleBlock .postPush,
.hp_tripleBlock .registerPush,
.hp_tripleBlock .RBLPush {
  text-align: center;
  border-top: 8px solid #f8ce2d;
}
@media screen and (min-width: 1024px) {
  .hp_tripleBlock .postPush,
  .hp_tripleBlock .registerPush,
  .hp_tripleBlock .RBLPush {
    width: 32%;
  }
}
.hp_tripleBlock .postPush .bt,
.hp_tripleBlock .registerPush .bt,
.hp_tripleBlock .RBLPush .bt {
  margin-top: 20px;
}

/*** SOLUCE PUSH ********************************************************************************/
.solucePush h1 {
  text-align: center;
  font-size: 36px;
  font-size: 36px;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .solucePush h1 {
    margin-top: 24px;
  }
}
.solucePush h1 span {
  display: block;
  color: #7C89A1;
  font-size: 18px;
  font-weight: 300;
}

/*** POST PUSH ********************************************************************************/
.postPush {
  position: relative;
  padding: 30px 60px;
  background: url(../img/bg/actu-push.jpg) no-repeat center top/cover;
}
@media screen and (min-width: 1400px) {
  .postPush {
    padding: 30px 30px 15px 30px;
  }
}
.postPush .postPush_title {
  margin-bottom: 15px;
  color: #174279;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 28px;
  line-height: 2.8rem;
  font-weight: 600;
}
.postPush .postPush_item {
  box-sizing: border-box;
  padding: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: black;
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.9);
}
.postPush .postPush_item_illu {
  margin-bottom: 10px;
  width: 100%;
  height: 140px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.postPush .postPush_item_title {
  margin-bottom: 10px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 20px;
  line-height: 2rem;
  font-weight: 400;
}
.postPush .postPush_item_excerpt {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 18px;
  line-height: 1.8rem;
}
.postPush .postPush_item_excerpt p {
  display: block;
  margin: 0;
  padding: 0;
}
.postPush .postPush_item_link {
  margin-top: 10px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 14px;
  line-height: 1.4rem;
  font-weight: 400;
  text-decoration: underline;
}
@media screen and (min-width: 1400px) {
  .postPush .slider_navigation {
    margin-top: -15px;
    width: 30px;
    height: 30px;
    background-color: transparent;
    background-size: 15px;
  }
  .postPush .slider_navigation.swiper-button-prev {
    left: 0;
  }
  .postPush .slider_navigation.swiper-button-next {
    right: 0;
  }
}

/*** REGISTER & RBL PUSH **********************************************************************/
.registerPush,
.RBLPush {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
@media screen and (max-width: 1023px) {
  .registerPush,
  .RBLPush {
    margin-top: 30px;
  }
}
.registerPush .content,
.RBLPush .content {
  padding: 15px 20px;
  background-color: rgba(255, 255, 255, 0.9);
}
.registerPush .titre,
.RBLPush .titre {
  margin-bottom: 15px;
  color: #174279;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 32px;
  line-height: 3.2rem;
  font-weight: 600;
}
.registerPush .desc,
.RBLPush .desc {
  color: black;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 18px;
  line-height: 1.8rem;
  font-weight: 300;
}
.registerPush .desc p,
.RBLPush .desc p {
  display: block;
  margin: 0;
  padding: 0;
}

/*** REGISTER PUSH ********************************/
.registerPush {
  background-image: url(../img/bg/register-push.jpg);
}
.registerPush .registerPush_linkz {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .registerPush .registerPush_linkz {
    flex-direction: row;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .registerPush .registerPush_linkz a {
    margin-top: 10px;
  }
}
@media screen and (min-width: 768px) {
  .registerPush .registerPush_linkz a {
    margin-left: 20px;
  }
  .registerPush .registerPush_linkz a:first-child {
    margin-left: 0;
  }
}

/*** RBL PUSH *************************************/
.RBLPush {
  background-image: url(../img/bg/rbl-push.jpg);
}

/*** SIMPLE ***********************************************************************************/
/*** PAGE DE BASE *********************************/
@media screen and (min-width: 1024px) {
  .pageDeBase {
    padding: 0 0;
  }
}
.pageDeBase .pageDeBase_content .h2_like {
  margin-bottom: 20px;
}
.pageDeBase .pageDeBase_content h2 {
  margin: 24px 0;
  font-size: 36px;
}
.pageDeBase .pageDeBase_content h3 {
  font-size: 26px;
  margin: 24px 0;
}
.pageDeBase .pageDeBase_content p {
  line-height: 20px;
  margin: 0;
}

.page-id-42 .pageDeBase_content {
  text-align: center;
}

/*** 404 ******************************************/
.page404 {
  padding: 30px 0;
}
@media screen and (min-width: 1024px) {
  .page404 {
    padding: 60px 0;
  }
}
.page404 .pageDeBase_content {
  text-align: center;
}
.page404 .pageDeBase_content .h2_like {
  margin-bottom: 20px;
}

/*** SOLUCE ***********************************************************************************/
.pageSolution {
  /*** AVANTAGES ************************************/
  /*** PARAGRAPHE ***********************************/
  /*** PARAGRAPHE 1 *********************************/
  /*** PARAGRAPHE 2 *********************************/
  /*** COMPOSITION **********************************/
}
.pageSolution .ban {
  border-bottom: 10px solid #f8ce2d;
  display: flex;
  align-items: center;
  height: 500px;
}
@media screen and (max-width: 767px) {
  .pageSolution .ban {
    height: initial;
  }
}
.pageSolution .hero-content-wrapper h1 {
  color: #174279;
  font-weight: 600;
  font-size: 40px;
  line-height: 40px;
  text-align: center;
  margin-bottom: 24px;
  margin-top: 32px;
}
.pageSolution .pageSolution_avantages {
  padding-top: 0px;
  color: #174279;
  font-weight: 300;
}
.pageSolution .pageSolution_avantages h2 {
  margin: 32px 0;
  font-size: 36px;
  line-height: 36px;
}
.pageSolution .pageSolution_avantages h3 {
  margin: 26px 0;
}
.pageSolution .pageSolution_avantages .content:nth-of-type(2) .bt {
  margin-top: 24px;
}
@media screen and (min-width: 1024px) {
  .pageSolution .pageSolution_avantages .main {
    padding: 0 50px;
  }
}
.pageSolution .pageSolution_avantages .main.stand-out {
  margin-bottom: 56px;
}
.pageSolution .pageSolution_avantages .main.stand-out .title {
  font-weight: 700;
  font-size: 26px;
  line-height: 26px;
}
.pageSolution .pageSolution_avantages .pageSolution_avantages_titre {
  margin-bottom: 20px;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 24px;
  line-height: 2.4rem;
  font-weight: 600;
}
@media screen and (max-width: 1023px) {
  .pageSolution .pageSolution_avantages .pageSolution_avantages_titre {
    text-align: center;
  }
}
.pageSolution .pageSolution_avantages .product_category {
  background-color: #7C89A1;
  background-color: #F0F3F8;
}
.pageSolution .pageSolution_avantages .product_category .title {
  margin-top: 48px;
}
.pageSolution .pageSolution_avantages .product_category .liste > div {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .pageSolution .pageSolution_avantages .product_category {
    padding: initial;
    padding-bottom: 16px;
  }
  .pageSolution .pageSolution_avantages .product_category:nth-child(2n) .section-content-wrapper {
    flex-direction: column;
  }
  .pageSolution .pageSolution_avantages .product_category:nth-child(2n+1) .section-content-wrapper {
    flex-direction: column-reverse;
  }
  .pageSolution .pageSolution_avantages .product_category .title {
    margin: 0 0 16px 0;
  }
}
.pageSolution .pageSolution_avantages .section-content-wrapper {
  margin-top: 10px;
}
.pageSolution .pageSolution_avantages .section-content-wrapper:first-of-type {
  align-items: start;
}
@media screen and (min-width: 1024px) {
  .pageSolution .pageSolution_avantages .section-content-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1024px) {
  .pageSolution .pageSolution_avantages .section-content-wrapper {
    flex-direction: row;
    justify-content: space-between;
  }
}
.pageSolution .pageSolution_avantages .section-content-wrapper .liste {
  margin-bottom: 32px;
  margin-top: 24px;
}
.pageSolution .pageSolution_avantages .section-content-wrapper .liste span {
  font-weight: 600;
}
@media screen and (max-width: 1023px) {
  .pageSolution .pageSolution_avantages .section-content-wrapper .pageSolution_avantages_desc {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (min-width: 1024px) {
  .pageSolution .pageSolution_avantages .section-content-wrapper .pageSolution_avantages_desc {
    width: 46%;
  }
}
.pageSolution .pageSolution_avantages .section-content-wrapper .mobile-illustration {
  height: 284px;
  display: none;
}
@media screen and (max-width: 767px) {
  .pageSolution .pageSolution_avantages .section-content-wrapper .mobile-illustration {
    display: block;
  }
}
.pageSolution .pageSolution_avantages .section-content-wrapper .illustration {
  display: none;
}
@media screen and (min-width: 1024px) {
  .pageSolution .pageSolution_avantages .section-content-wrapper .illustration {
    display: block;
    width: 45%;
  }
  .pageSolution .pageSolution_avantages .section-content-wrapper .illustration img {
    display: block;
    margin: 0;
    padding: 0;
    max-width: 100%;
  }
}
.pageSolution .pageSolution_p .titre {
  margin-bottom: 30px;
  color: #174279;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 28px;
  line-height: 2.8rem;
  font-weight: 300;
}
@media screen and (max-width: 1023px) {
  .pageSolution .pageSolution_p .titre {
    text-align: center;
  }
}
.pageSolution .pageSolution_p .main {
  padding: 30px;
  background: white;
}
@media screen and (min-width: 1024px) {
  .pageSolution .pageSolution_p .main {
    padding: 55px 100px;
  }
}
.pageSolution .pageSolution_p .content {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .pageSolution .pageSolution_p .content {
    flex-direction: row;
    justify-content: space-between;
  }
}
@media screen and (max-width: 1023px) {
  .pageSolution .pageSolution_p .illuEtRef {
    width: 60%;
    margin-bottom: 20px;
    text-align: center;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1024px) {
  .pageSolution .pageSolution_p .illuEtRef {
    width: 45%;
  }
}
.pageSolution .pageSolution_p .illuEtRef .illu img {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
}
.pageSolution .pageSolution_p .illuEtRef .ref {
  margin-top: 10px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  line-height: 2rem;
  font-weight: 300;
}
@media screen and (max-width: 1023px) {
  .pageSolution .pageSolution_p .desc {
    text-align: center;
  }
}
@media screen and (min-width: 1024px) {
  .pageSolution .pageSolution_p .desc {
    width: 46%;
  }
}
.pageSolution .pageSolution_p .desc .nom {
  margin-bottom: 15px;
  color: #f8ce2d;
  font-size: 30px;
  font-size: 3rem;
  line-height: 30px;
  line-height: 3rem;
  font-weight: 600;
  text-transform: uppercase;
}
@media screen and (min-width: 1024px) {
  .pageSolution .pageSolution_p .desc .nom {
    margin-bottom: 25px;
  }
}
.pageSolution .pageSolution_p .desc .bt {
  margin-top: 20px;
}
@media screen and (min-width: 1024px) {
  .pageSolution .pageSolution_p .desc .bt {
    margin-top: 45px;
  }
}
.pageSolution .pageSolution_p1 {
  background: white;
  position: relative;
  margin-top: 32px;
}
.pageSolution .pageSolution_p1:before {
  content: "";
  position: absolute;
  top: -32px;
  left: 0;
  right: 0;
  z-index: 10;
  width: 100%;
  height: 32px;
  background: url(../img/bg/white-arrow-purple.gif) no-repeat center white;
}
.pageSolution .pageSolution_p2 {
  position: relative;
}
.pageSolution .pageSolution_p2 .main {
  box-shadow: 0 8px 6px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 1023px) {
  .pageSolution .pageSolution_p2 .main .desc {
    order: 1;
  }
}
@media screen and (min-width: 1024px) {
  .pageSolution .pageSolution_p2 .main .ref {
    text-align: right;
  }
}
.pageSolution .pageSolution_p2:before {
  content: "";
  position: absolute;
  bottom: -38px;
  left: 50%;
  margin-left: -28px;
  right: 0;
  z-index: 10;
  width: 56px;
  height: 38px;
  background: url(../img/bg/white-arrow-bottom.gif) no-repeat center;
}
.pageSolution .pageSolution_compo {
  padding: 40px 0 40px 0;
}
@media screen and (min-width: 768px) {
  .pageSolution .pageSolution_compo {
    padding: 80px 0 40px 0;
  }
}
.pageSolution .pageSolution_compo .pageSolution_compo_titre {
  margin-bottom: 30px;
  color: #174279;
  font-size: 30px;
  font-size: 3rem;
  line-height: 30px;
  line-height: 3rem;
  font-weight: 300;
  text-align: center;
}
.pageSolution .pageSolution_compo .pageSolution_compo_liste {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}
.pageSolution .pageSolution_compo .pageSolution_compo_liste_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 60px;
  padding: 0 40px;
  width: 50%;
}
@media screen and (min-width: 768px) {
  .pageSolution .pageSolution_compo .pageSolution_compo_liste_item {
    width: 28%;
  }
}
.pageSolution .pageSolution_compo .pageSolution_compo_liste_item .pageSolution_compo_liste_illu {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
  width: 150px;
  height: 150px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  line-height: 2rem;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  background: #f8ce2d;
  border: 10px solid white;
  border-radius: 50%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.28);
}
.pageSolution .pageSolution_compo .pageSolution_compo_liste_item .pageSolution_compo_liste_illu img {
  display: block;
  margin: 0;
  padding: 0;
  max-width: 100px;
  max-height: 100px;
}
.pageSolution .pageSolution_compo .pageSolution_compo_liste_item .pageSolution_compo_liste_titre {
  margin-bottom: 10px;
  color: #174279;
  font-weight: 600;
}

/*** QUI SOMMES NOUS **************************************************************************/
.pageQui {
  /*** SECTION ****************************************/
  /*** CHIFFRES *************************************/
}
.pageQui .hero {
  margin: 12px 0;
  height: 280px;
  background-color: #174279;
  color: white;
  text-align: center;
  border-bottom: 8px solid #f8ce2d;
  background: url(../img/bg/bg-qui-sommes-nous.jpg) no-repeat 0 0;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (min-width: 1024px) {
  .pageQui .hero {
    padding-top: 30px;
  }
}
.pageQui .hero h1 {
  font-size: 50px;
  color: white;
}
@media screen and (max-width: 767px) {
  .pageQui .hero h1 {
    font-size: 40px;
  }
}
.pageQui .hero p {
  font-size: 16px;
  text-transform: uppercase;
}
.pageQui .content-wrapper {
  display: flex;
  gap: 48px;
  color: #174279;
  text-align: justify;
}
.pageQui .content-wrapper > div {
  flex: 1 1 0;
}
@media screen and (max-width: 767px) {
  .pageQui .content-wrapper {
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  .pageQui .content-wrapper {
    margin-top: 64px;
  }
}
.pageQui .content-wrapper .slogan {
  color: #174279;
  line-height: 40px;
  font-weight: 600;
  margin-bottom: 24px;
  width: 80%;
  margin-top: 0;
  margin-bottom: 48px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .pageQui .content-wrapper .slogan {
    margin: 24px 0;
  }
}
@media screen and (max-width: 1023px) {
  .pageQui .content-wrapper .illustration {
    order: 1;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .pageQui .content-wrapper .illustration {
    width: 100%;
  }
}
.pageQui .content-wrapper .illustration img {
  display: block;
  margin: 0;
  padding: 0;
  width: 640px;
  height: 350px;
}
@media screen and (max-width: 767px) {
  .pageQui .content-wrapper .illustration img {
    width: 400px;
    height: auto;
  }
}
.pageQui .content-wrapper .page_intro {
  color: #174279;
  text-align: left;
  margin-bottom: 32px;
  padding: 0;
  font-style: normal;
  font-size: 17px;
  line-height: 22px;
  font-weight: 300;
  text-align: justify;
}
.pageQui .content-wrapper .pageQui_p1_titre {
  margin-bottom: 15px;
  color: #174279;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 24px;
  line-height: 2.4rem;
  font-weight: 600;
}
.pageQui .milestones {
  background-color: #174279;
  padding-top: 16px;
  margin-top: 48px;
}
.pageQui .pageQui_chiffres {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
}
@media screen and (min-width: 1024px) {
  .pageQui .pageQui_chiffres {
    flex-direction: row;
    justify-content: flex-start;
  }
}
.pageQui .pageQui_chiffres .pageQui_chiffres_item {
  margin-bottom: 0;
  padding-bottom: 13px;
  text-align: center;
  font-size: 14px;
  line-height: 18px;
  min-height: 14px;
  color: #fcfcfc;
  font-weight: 300;
  background: url(../img/svg/separator-yellow.svg) no-repeat 50% 80px/18px;
}
.pageQui .pageQui_chiffres .pageQui_chiffres_item strong {
  display: block;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 24px;
  line-height: 2.4rem;
  margin-bottom: 16px;
}
@media screen and (min-width: 1024px) {
  .pageQui .pageQui_chiffres .pageQui_chiffres_item {
    width: 22%;
  }
}
.pageQui .pageQui_chiffres .pageQui_chiffres_item:nth-child(1) {
  margin-top: 0;
}
@media screen and (min-width: 1024px) {
  .pageQui .pageQui_chiffres .pageQui_chiffres_item:nth-child(2), .pageQui .pageQui_chiffres .pageQui_chiffres_item:nth-child(3), .pageQui .pageQui_chiffres .pageQui_chiffres_item:nth-child(4) {
    margin-top: 0;
  }
}
@media screen and (min-width: 1024px) {
  .pageQui .pageQui_chiffres .pageQui_chiffres_item {
    margin-left: 4%;
  }
  .pageQui .pageQui_chiffres .pageQui_chiffres_item:nth-child(1) {
    margin-left: 0;
  }
}
.pageQui .pageQui_chiffres .pageQui_chiffres_item strong {
  font-weight: 700;
}

.page-id-36 .preFooter {
  display: none;
}
.page-id-36 .linkedin {
  margin-top: 0;
}

/*** CONTACT **********************************************************************************/
.pageContact {
  padding-top: 0;
  /*** PARTIE 1 *************************************/
  /*** SLIDER FULL WIDTH ****************************/
}
@media screen and (min-width: 1024px) {
  .pageContact {
    padding-top: 0;
  }
}
.pageContact .hero {
  margin-top: 10px;
  margin: 10px 0;
  height: 280px;
  background-color: #174279;
  color: white;
  text-align: center;
  border-bottom: 8px solid #f8ce2d;
  background: url(../img/bg/bg-qui-sommes-nous.jpg) no-repeat 0 0;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (min-width: 1024px) {
  .pageContact .hero {
    padding: 0;
  }
}
.pageContact .hero h1 {
  font-size: 50px;
  color: white;
}
.pageContact .hero p {
  font-size: 16px;
  text-transform: uppercase;
}
.pageContact .pageContact_p1 {
  padding: 50px 0;
  background: #eaeff7;
}
.pageContact .pageContact_p1 .main {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .pageContact .pageContact_p1 .main {
    flex-direction: row;
    justify-content: space-between;
  }
}
.pageContact .pageContact_p1 .pageContact_adr {
  color: #174279;
}
@media screen and (min-width: 1024px) {
  .pageContact .pageContact_p1 .pageContact_adr {
    width: 42%;
  }
}
.pageContact .pageContact_p1 .pageContact_adr .pageContact_adr_titre {
  margin-bottom: 20px;
  padding: 0 15px;
  color: #174279;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 30px;
  line-height: 3rem;
  font-weight: 600;
}
.pageContact .pageContact_p1 .pageContact_adr .pageContact_adr_intro {
  padding: 0 15px;
}
.pageContact .pageContact_p1 .pageContact_adr .pageContact_adr_intro a {
  text-decoration: none;
  color: #164279;
}
.pageContact .pageContact_p1 .pageContact_adr a.contact-link {
  text-decoration: none;
  color: #164279;
}
.pageContact .pageContact_p1 .pageContact_adr .pageContact_adr_desc {
  margin-top: 20px;
  padding: 0 15px;
  color: #090909;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 14px;
  line-height: 1.4rem;
}
.pageContact .pageContact_p1 .pageContact_adr .pageContact_adr_illu {
  display: block;
  margin: 0;
  padding: 0;
  margin-top: 40px;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1023px) {
  .pageContact .pageContact_p1 .pageContact_content_form {
    margin-top: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .pageContact .pageContact_p1 .pageContact_content_form {
    width: 42%;
  }
}
.pageContact .pageContact_p1 .pageContact_content_form .pageContact_content_form_intro {
  color: #174279;
  text-align: left;
  margin-bottom: 32px;
  padding: 0;
  font-style: normal;
  font-size: 17px;
  line-height: 22px;
  font-weight: 300;
  text-align: justify;
}
.pageContact .pageContact_p1 .pageContact_content_form form {
  margin-top: 20px;
  text-align: center;
}
.pageContact .pageContact_map {
  padding: 40px 0;
}
.pageContact .pageContact_map .main {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .pageContact .pageContact_map .main {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .pageContact .pageContact_map .main {
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 768px) {
  .pageContact .pageContact_map .pageContact_map_desc {
    width: 48%;
  }
}
.pageContact .pageContact_map .pageContact_map_titre {
  color: #174279;
  font-size: 40px;
  font-size: 4rem;
  line-height: 40px;
  line-height: 4rem;
  font-weight: 300;
}
.pageContact .pageContact_map .pageContact_map_membre {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin-top: 40px;
}
@media screen and (min-width: 1024px) {
  .pageContact .pageContact_map .pageContact_map_membre {
    flex-direction: row;
    justify-content: flex-start;
  }
}
.pageContact .pageContact_map .pageContact_map_membre .pageContact_membre_item {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .pageContact .pageContact_map .pageContact_map_membre .pageContact_membre_item {
    width: 48%;
  }
}
.pageContact .pageContact_map .pageContact_map_membre .pageContact_membre_item:nth-child(1) {
  margin-top: 0;
}
.pageContact .pageContact_map .pageContact_map_membre .pageContact_membre_item:nth-child(1) .pageContact_membre_item_color {
  border: 2px solid #CCC;
}
@media screen and (min-width: 1024px) {
  .pageContact .pageContact_map .pageContact_map_membre .pageContact_membre_item:nth-child(2) {
    margin-top: 0;
  }
}
@media screen and (min-width: 1024px) {
  .pageContact .pageContact_map .pageContact_map_membre .pageContact_membre_item {
    margin-left: 4%;
  }
  .pageContact .pageContact_map .pageContact_map_membre .pageContact_membre_item:nth-child(2n+1) {
    margin-left: 0;
  }
}
.pageContact .pageContact_map .pageContact_map_membre .pageContact_membre_item .pageContact_membre_item_color {
  margin-right: 20px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.pageContact .pageContact_map .pageContact_map_membre .pageContact_membre_item .pageContact_membre_item_desc p {
  display: block;
  margin: 0;
  padding: 0;
  color: #174279;
}
.pageContact .pageContact_map .pageContact_map_membre .pageContact_membre_item .pageContact_membre_item_desc a {
  color: #174279;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .pageContact .pageContact_map .pageContact_map_illu {
    margin-top: 40px;
  }
}
@media screen and (min-width: 768px) {
  .pageContact .pageContact_map .pageContact_map_illu {
    width: 48%;
  }
}
.pageContact .pageContact_map .pageContact_map_illu img {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
}

.pageContact + .seo .seo_desc {
  columns: 1;
  text-align: center;
}

/*** BLOG *************************************************************************************/
.pageActualites {
  padding: 0 0;
}
@media screen and (min-width: 1024px) {
  .pageActualites {
    padding: 0 0;
  }
}
.pageActualites .h1_like {
  margin-bottom: 30px;
}
.pageActualites .page_intro {
  margin: 40px 0;
}

.pageActualites .hero, .pageActualite .hero {
  margin-top: 10px;
  margin: 10px 0;
  height: 280px;
  background-color: #174279;
  color: white;
  text-align: center;
  border-bottom: 8px solid #f8ce2d;
  background: url(../img/bg/bg-qui-sommes-nous.jpg) no-repeat 0 0;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (min-width: 1024px) {
  .pageActualites .hero, .pageActualite .hero {
    padding: 0;
  }
}
.pageActualites .hero h1, .pageActualite .hero h1 {
  font-size: 50px;
  color: white;
}
.pageActualites .hero p, .pageActualite .hero p {
  font-size: 16px;
  text-transform: uppercase;
}

/*** CATEG ACTU ***********************************/
.pageActualites_categ {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .pageActualites_categ {
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
  }
}
.pageActualites_categ a {
  padding: 15px 50px;
  color: #174279;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 20px;
  line-height: 2rem;
  font-weight: 400;
  text-decoration: none;
  border: 1px solid #174279;
  border-radius: 12px;
  transition: 0.3s ease-in-out all;
}
@media screen and (max-width: 1023px) {
  .pageActualites_categ a {
    margin-top: 15px;
  }
  .pageActualites_categ a:first-child {
    margin-top: 0;
  }
}
@media screen and (min-width: 1024px) {
  .pageActualites_categ a {
    margin-left: 20px;
  }
  .pageActualites_categ a:first-child {
    margin-left: 0;
  }
}
@media screen and (max-width: 1023px) {
  .pageActualites_categ a {
    text-align: center;
  }
}
.pageActualites_categ a:hover, .pageActualites_categ a.active {
  color: #f8ce2d;
  background-color: #174279;
}
.pageActualites_categ a.active {
  font-weight: 600;
}

/*** LISTE ACTU ***********************************/
.pageActualites_list {
  margin: 30px 0;
}
@media screen and (min-width: 1024px) {
  .pageActualites_list {
    margin: 70px 0 50px 0;
  }
}
.pageActualites_list .pageActualites_list_item {
  text-decoration: none;
  background: white;
  border: 1px solid rgba(23, 66, 121, 0.5);
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
}
@media screen and (min-width: 1024px) {
  .pageActualites_list .pageActualites_list_item {
    transition: 0.3s ease-in-out all;
  }
  .pageActualites_list .pageActualites_list_item:hover {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.28);
  }
}
.pageActualites_list .pageActualites_list_item .pageActualites_list_illu {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  border-bottom: 4px solid #f8ce2d;
}
.pageActualites_list .pageActualites_list_item .pageActualites_list_content {
  padding: 20px 25px;
  color: #090909;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 18px;
  line-height: 1.8rem;
  font-weight: 400;
}
.pageActualites_list .pageActualites_list_item .pageActualites_list_content .pageActualites_list_title {
  margin-bottom: 20px;
  color: #174279;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 24px;
  line-height: 2.4rem;
  font-weight: 600;
}
.pageActualites_list .pageActualites_list_item .pageActualites_list_content .pageActualites_list_excerpt {
  margin-bottom: 30px;
}
.pageActualites_list .pageActualites_list_item .pageActualites_list_content .pageActualites_list_excerpt p {
  display: block;
  margin: 0;
  padding: 0;
}
.pageActualites_list .pageActualites_list_item .pageActualites_list_content .pageActualites_list_link {
  text-decoration: underline;
}

/*** MASONRY **************************************/
.grid-item {
  margin-top: 20px;
}
@media screen and (max-width: 1023px) {
  .grid-item:nth-child(3) {
    margin-top: 0;
  }
}
@media screen and (min-width: 1024px) {
  .grid-item {
    width: 32%;
    min-height: 470px;
  }
  .grid-item:nth-child(3), .grid-item:nth-child(4), .grid-item:nth-child(5) {
    margin-top: 0;
  }
}

@media screen and (min-width: 1024px) {
  .grid-sizer {
    width: 32%;
  }
  .gutter-sizer {
    width: 2%;
  }
}
/*** DETAILS ARTICLES *************************************************************************/
.pageActualite {
  padding: 0 0;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .pageActualite {
    padding: 0 0;
  }
}
.pageActualite .h1_like {
  margin-bottom: 30px;
}
.pageActualite .page_intro {
  margin: 40px 0;
}
.pageActualite .pageActualite_illu {
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
  max-width: 100%;
  height: auto;
}
.pageActualite .pageActualite_content p {
  margin: 0;
  padding: 0;
  margin-top: 15px;
}
.pageActualite .pageActualite_content p:first-child {
  margin-top: 0;
}

/*** FAQ **************************************************************************************/
.pageFAQ {
  padding: 0;
}
@media screen and (min-width: 1024px) {
  .pageFAQ {
    padding: 0;
  }
}
.pageFAQ .pageFAQ_content {
  margin: 40px auto;
  max-width: 800px;
}
.pageFAQ .pageFAQ_content .pageFAQ_item {
  margin-top: 10px;
}
.pageFAQ .pageFAQ_content .pageFAQ_item:first-child {
  margin-top: 0;
}
.pageFAQ .pageFAQ_content .pageFAQ_item .pageFAQ_question {
  padding: 20px 80px 20px 40px;
  color: #174279;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 20px;
  line-height: 2rem;
  font-weight: 700;
  text-transform: uppercase;
  background: rgba(23, 66, 121, 0.1);
  border: 1px solid rgba(23, 66, 121, 0.3);
  cursor: pointer;
  transition: 0.3s ease-in-out all;
  position: relative;
}
.pageFAQ .pageFAQ_content .pageFAQ_item .pageFAQ_question:hover {
  background: rgba(23, 66, 121, 0.2);
}
.pageFAQ .pageFAQ_content .pageFAQ_item .pageFAQ_question.active {
  color: #fcfcfc;
  background: #123561;
}
.pageFAQ .pageFAQ_content .pageFAQ_item .pageFAQ_question.active:before {
  background-image: url(../img/svg/minus-white.svg);
}
.pageFAQ .pageFAQ_content .pageFAQ_item .pageFAQ_question:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 60px;
  height: 100%;
  background-image: url(../img/svg/plus-blue.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px auto;
}
.pageFAQ .pageFAQ_content .pageFAQ_item .pageFAQ_answer {
  display: none;
  padding: 40px 20px;
  border-left: 1px solid #174279;
  border-right: 1px solid #174279;
  border-bottom: 1px solid #174279;
}
.pageFAQ .pageFAQ_content .pageFAQ_item .pageFAQ_answer p {
  display: block;
  margin: 0;
  padding: 0;
  margin-top: 15px;
}
.pageFAQ .pageFAQ_content .pageFAQ_item .pageFAQ_answer p:first-child {
  margin-top: 0;
}
