@font-face {
  font-family: "hk_groteskbold";
  src: url("fonts/hkgrotesk-bold-webfont.woff2") format("woff2"), url("fonts/hkgrotesk-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "hk_grotesklight";
  src: url("fonts/hkgrotesk-light-webfont.woff2") format("woff2"), url("fonts/hkgrotesk-light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "hk_groteskmedium";
  src: url("fonts/hkgrotesk-medium-webfont.woff2") format("woff2"), url("fonts/hkgrotesk-medium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "hk_groteskregular";
  src: url("fonts/hkgrotesk-regular-webfont.woff2") format("woff2"), url("fonts/hkgrotesk-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "hk_grotesksemibold";
  src: url("fonts/hkgrotesk-semibold-webfont.woff2") format("woff2"), url("fonts/hkgrotesk-semibold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/*******************  DEFAULT VARIABLES ***************/
/*******************  NORMALIZE ***********************/
* {
  box-sizing: border-box;
}

html {
  margin: 0;
  padding: 0;
  font: normal 10px "hk_groteskregular", arial, sans-serif, Arial, Verdana, Helvetica, sans-serif;
  color: #ebebeb;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  font-size: 1.6rem;
  font-family: "hk_groteskregular", arial, sans-serif;
  margin: 0;
  padding: 0;
  background-color: #141414;
  width: 100%;
  color: #ebebeb;
  height: 100%;
  line-height: 3.2rem;
  letter-spacing: 0;
}

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

h1, h2, h3, h4, h5, h6, p, ul, ol, li, a, span, strong, em, u, small, div, table, tbody, tr, td, form, input, select, textarea, fieldset, label, option {
  margin: 0;
  padding: 0;
  text-decoration: none;
  box-sizing: border-box;
}

b, strong {
  font-weight: 700;
}

a {
  color: #ebebeb;
  cursor: pointer;
}
a:hover {
  text-decoration: none;
  color: #ebebeb;
}

img {
  margin: 0;
  padding: 0;
  border: none;
  vertical-align: middle;
}

textarea {
  resize: vertical;
}

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

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
  box-sizing: border-box;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*******************  HELPER CLASSES ******************/
/*
 * Hide visually and from screen readers
 */
.hidden {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
.visuallyhidden {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

body.preload * {
  transition: none;
}

.grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 20px;
  box-sizing: border-box;
}
.grid .grid-item {
  list-style-type: none;
  height: 50px;
}

.col1 {
  flex: 0 0 calc(8.333% - 18px);
}

.col2 {
  flex: 0 0 calc(16.666% - 15px);
}

.col3 {
  flex: 0 0 calc(25% - 20px);
}

.col4 {
  flex: 0 0 calc(33.333% - 20px);
}

.col5 {
  flex: 0 0 calc(41.666% - 20px);
}

.col6 {
  flex: 0 0 calc(50% - 10px);
}

.col7 {
  flex: 0 0 58.3333333333%;
}

.col8 {
  flex: 0 0 66.6666666667%;
}

.col9 {
  flex: 0 0 75%;
}

.col10 {
  flex: 0 0 83.3333333333%;
}

.col11 {
  flex: 0 0 91.6666666667%;
}

.col12 {
  flex: 0 0 100%;
}

.flex {
  display: flex;
}

.wrap {
  max-width: 66.6666666667%;
  width: 100%;
  margin: 0 auto;
}

.btn-rond {
  background-image: linear-gradient(111deg, #f75252, rgba(247, 82, 82, 0.8));
  display: inline-block;
  font-size: 1.5rem;
  font-family: "hk_groteskbold";
  padding: 12px 28px 13px;
  border-radius: 20.5px;
  line-height: 1;
  background-size: 300% 100%;
  transition: all 0.2s ease-in-out;
  background-image: linear-gradient(to left, #e24040 0%, #e24040 50%, #f75252 50%, #f75252 100%);
}
.btn-rond:hover {
  background-position: -50% 0;
}

.btn-carre {
  background-color: #0251c4;
  display: inline-block;
  font-size: 1.5rem;
  font-family: "hk_grotesksemibold";
  padding: 12px 50px 13px;
  background-size: 300% 100%;
  transition: all 0.2s ease-in-out;
  background-image: linear-gradient(to right, #0251c4 0%, #0251c4 50%, #0143a3 50%, #0143a3 100%);
}
.btn-carre:hover {
  background-position: -50% 0;
}

.sur-titre {
  color: #0251c4;
  font-size: 1.6rem;
  line-height: 1.6rem;
  letter-spacing: 0.5px;
  display: block;
  font-family: "hk_grotesksemibold";
}

.titre1 {
  font-size: 7rem;
  line-height: 7.3rem;
  font-family: "hk_groteskbold";
}
.titre1 span {
  line-height: 8.6rem;
}

.titre2, .basic-page h2 {
  font-size: 4.8rem;
  line-height: 5.5rem;
  font-family: "hk_groteskbold";
  margin-bottom: 88px;
}

.titre3, .basic-page h3 {
  color: #f75252;
  font-family: "hk_grotesksemibold";
  font-size: 1.65rem;
  line-height: 1.6rem;
  margin-bottom: 72px;
}

.anim-tiret {
  position: absolute;
  left: 8.333%;
  top: 160px;
}
.anim-tiret span {
  width: 15px;
  height: 1px;
  display: block;
  background-color: #f75252;
  margin-bottom: 43px;
  transition: 0.3s;
  opacity: 0;
}

.animTitle .row {
  display: inline-block;
  position: relative;
  line-height: 7.3rem;
  padding-right: 15px;
}
.animTitle .row:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-size: 300% 100%;
  transition: all 0.7s ease-in-out;
  background-image: linear-gradient(to right, #141414 0%, #141414 33.33%, rgba(2, 81, 196, 0) 33.33%, rgba(2, 81, 196, 0) 66%, #0251c4 100%);
}
.animTitle .row.active:after {
  background-position: -100% 0;
}
.light .animTitle .row:after {
  background-image: linear-gradient(to right, #ebebeb 0%, #ebebeb 33.33%, rgba(2, 81, 196, 0) 33.33%, rgba(2, 81, 196, 0) 66%, #0251c4 100%);
}
.gris .animTitle .row:after {
  background-image: linear-gradient(to right, #1c1c1c 0%, #1c1c1c 33.33%, rgba(2, 81, 196, 0) 33.33%, rgba(2, 81, 196, 0) 66%, #0251c4 100%);
}

.section, .cie_content .titre2:before, .cie_content .basic-page h2:before, .basic-page .cie_content h2:before {
  display: block;
  color: #0251c4;
  font-size: 1.6rem;
  line-height: 1.6rem;
  font-family: "hk_grotesksemibold";
  position: absolute;
}

/**
 * Swiper 4.5.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 22, 2019
 */
.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 {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  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 {
  flex-wrap: wrap;
}

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

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: -webkit-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 {
  align-items: flex-start;
  transition-property: height, -webkit-transform;
  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: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  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: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  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 {
  touch-action: pan-y;
}

.swiper-container-wp8-vertical, .swiper-container-wp8-vertical > .swiper-wrapper {
  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;
  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);
  transform: scale(0.33);
  position: relative;
}

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

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

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

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

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

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-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;
  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%);
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s top, 0.2s -webkit-transform;
  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%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s left, 0.2s -webkit-transform;
  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 {
  transition: 0.2s right, 0.2s -webkit-transform;
  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);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-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: flex;
  justify-content: 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%;
  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 {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  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;
  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;
  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;
}

.grid {
  position: fixed;
  z-index: -1;
  height: 100%;
}
.grid .grid-item {
  height: 100%;
}

@-webkit-keyframes animScroll {
  0% {
    height: 0;
  }
  80% {
    height: 60%;
  }
}

@keyframes animScroll {
  0% {
    height: 0;
  }
  80% {
    height: 60%;
  }
}
.scroll {
  width: 50px;
  height: 50px;
  position: absolute;
  right: 45px;
  top: 92vh;
  z-index: 10;
}
.page-template-entreprise .scroll {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.nocookie.home {
  overflow: hidden;
}

/***************************************************/
/*************** HEADER ****************************/
/***************************************************/
header {
  flex-wrap: wrap;
  height: 81px;
  align-items: center;
  padding: 0 70px;
  position: fixed;
  width: 100%;
  background-color: transparent;
  top: 0;
  left: 0;
  transition: 0.3s;
  z-index: 1000;
}
header .logo {
  margin-right: 90px;
  margin-top: 6px;
}
header .container {
  flex: 0 0 calc(100% - 191px);
}
header .burger-menu {
  display: none;
}
header .tel {
  display: none;
}
header .main-nav {
  display: flex;
}
header .main-nav li {
  list-style-type: none;
  margin-right: 38px;
  position: relative;
}
header .main-nav li a {
  font-family: "hk_groteskmedium";
  font-size: 1.5rem;
  color: rgba(235, 235, 235, 0.5);
}
header .main-nav li:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: transparent;
  left: 0;
  bottom: 2px;
}
header .main-nav li.current_page_item a {
  color: #f75252;
}
header .main-nav li.current_page_item:after {
  background-color: #f75252;
}
header .contact {
  margin-left: auto;
  font-family: "hk_groteskmedium";
  color: rgba(235, 235, 235, 0.5);
}
header .contact .btn-rond {
  margin-left: 38px;
}
header:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: #000000;
  position: absolute;
  bottom: 0;
  left: 0;
}
header.hide {
  top: -81px;
}
header.light {
  background-color: transparent;
}
header.light li a {
  color: #464648;
}
header.light .btn-rond {
  color: #ebebeb;
}
header.light .lettre {
  fill: blue;
}
header.light:after {
  width: calc(100% - calc(41.666% - 20px));
  background-color: #d7d8de;
}
header.light .contact {
  color: #464648;
}
header.active {
  background-color: #1c1c1c;
}
header.active a {
  color: #ebebeb;
}
header.active .btn-rond {
  color: #ebebeb;
}
header.active .lettre {
  fill: #ebebeb;
}
header.active:after {
  width: calc(100%);
  background-color: #000000;
}
header.active .conntact {
  color: #ebebeb;
}

/***************************************************/
/*************** FOOTER ****************************/
/***************************************************/
.bottom {
  color: rgba(235, 235, 235, 0.4);
  padding: 100px 0 100px;
  flex-wrap: wrap;
}
.bottom .logo {
  flex: 0 0 41.666%;
  margin-left: 8.333%;
}
.bottom .menu-footer {
  flex: 0 0 calc(16.666% - 15px);
}
.bottom h2 {
  letter-spacing: 0.5px;
  font-family: "hk_grotesksemibold";
  line-height: 1.6rem;
  font-size: 1.6rem;
  margin-bottom: 39px;
}
.bottom p {
  font-size: 1.2rem;
  line-height: 2.6rem;
}
.bottom a {
  color: rgba(235, 235, 235, 0.4);
}
.page-template-entreprise .bottom {
  background-color: #1c1c1c;
}

footer {
  border-top: 1px solid #000000;
  font-size: 1.2rem;
  color: rgba(235, 235, 235, 0.4);
  padding: 20px 0;
}
footer ul {
  justify-content: space-between;
  height: 110px;
  align-items: center;
  margin: 0 8.333%;
  flex-wrap: wrap;
}
footer li {
  list-style-type: none;
}
footer a {
  color: rgba(235, 235, 235, 0.4);
  transition: 0.2s;
}
footer a:hover {
  color: #0251c4;
}
.page-template-entreprise footer {
  background-color: #1c1c1c;
}

/***************************************************/
/*************** HOMEPAGE **************************/
/***************************************************/
.fond {
  background-color: #191819;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0;
  overflow: hidden;
}

.hp-intro {
  width: 100%;
  height: 100vh;
  opacity: 1;
  transition: 0.3s;
}
.hp-intro .titre1 {
  padding-top: 166px;
  width: calc(33.333% - 20px);
  margin-left: 58.3333333333%;
  margin-bottom: 104px;
  position: relative;
}
.hp-intro .titre1:after {
  content: "";
  position: absolute;
  left: 6px;
  bottom: -50px;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background-color: #f75252;
}
.hp-intro .rte-ts {
  width: calc(33.333% - 20px);
  margin-left: 58.3333333333%;
}
.hp-intro .btn-carre {
  margin-top: 79px;
  display: table;
}

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

.skip {
  position: absolute;
  bottom: 80px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #0251c4;
  font-size: 1.4rem;
  z-index: 100;
}

.videoWrapper {
  position: relative;
  padding-bottom: 63.25%;
  height: 0;
  z-index: 100;
}
.videoWrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.home header {
  background-color: #141414;
  opacity: 1;
  transition: 0.3s;
}
.home .skip {
  display: none;
}
.home.nocookie header {
  opacity: 0;
}
.home.nocookie .hp-intro {
  opacity: 0;
}
.home.nocookie .skip {
  display: inline-block;
}

.exergue {
  padding: 139px 0px;
  background-color: #1c1c1c;
  font-size: 2.3rem;
  font-family: "hk_grotesklight";
  line-height: 4.3rem;
  position: relative;
}
.exergue .anim-tiret {
  overflow-y: hidden;
}

.hp-caroussel {
  padding: 150px 0;
  overflow: hidden;
}
.hp-caroussel .sur-titre {
  text-align: center;
  margin-bottom: 20px;
}
.hp-caroussel .titre2, .hp-caroussel .basic-page h2, .basic-page .hp-caroussel h2 {
  text-align: center;
}
.hp-caroussel .swiper-container {
  width: 120%;
  left: -10%;
  padding-top: 140px;
  margin-top: -140px;
}
.hp-caroussel .swiper-wrapper {
  padding-bottom: 110px;
}
.hp-caroussel .swiper-slide {
  overflow: hidden;
}
.hp-caroussel .swiper-slide img {
  width: 100%;
  height: auto;
}
.hp-caroussel .swiper-slide .fond {
  position: absolute;
  display: block;
  border-radius: 50%;
  background-color: #0251c4;
  transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  transition: 0.5s;
  width: 0;
  height: 0;
  opacity: 0.2;
}
.hp-caroussel .swiper-slide .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(img/line1.svg), url(img/line2.svg);
  background-repeat: no-repeat;
  background-position: center bottom, center 53px;
  background-size: auto, contain;
  transition: 0.3s;
  z-index: 2;
  opacity: 0;
}
.hp-caroussel .swiper-slide .ref {
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  font-size: 1.65rem;
  font-family: "hk_grotesksemibold";
}
.hp-caroussel .swiper-slide .date {
  position: absolute;
  bottom: 20px;
  text-align: center;
  width: 100%;
  font-size: 1.1rem;
  font-family: "hk_grotesksemibold";
}
.hp-caroussel .swiper-slide:hover .fond {
  width: 250%;
  height: 250%;
  opacity: 1;
}
.hp-caroussel .swiper-slide:hover .overlay {
  opacity: 1;
  transition: 0.15s 0.3s;
}
.hp-caroussel .swiper-pagination {
  bottom: 0;
}
.hp-caroussel .swiper-pagination.swiper-pagination-bullets {
  width: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@-webkit-keyframes animBullet {
  0% {
    width: 21px;
    height: 21px;
    top: 9px;
  }
  30% {
    width: 30px;
    height: 12px;
    top: 13px;
  }
  70% {
    width: 21px;
    height: 21px;
    top: 9px;
  }
}
@keyframes animBullet {
  0% {
    width: 21px;
    height: 21px;
    top: 9px;
  }
  30% {
    width: 30px;
    height: 12px;
    top: 13px;
  }
  70% {
    width: 21px;
    height: 21px;
    top: 9px;
  }
}
.hp-caroussel .swiper-pagination .active-bullet {
  position: absolute;
  left: 8px;
  top: 9px;
  width: 21px;
  height: 21px;
  border-radius: 100%;
  border: 1px solid #f75252;
  display: inline-block;
  transition: 0.5s;
}
.hp-caroussel .swiper-pagination .active-bullet.active {
  -webkit-animation-name: animBullet;
          animation-name: animBullet;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}
.hp-caroussel .swiper-pagination .swiper-pagination-bullet {
  margin: 0 16px;
  background-color: #a5a4a4;
  opacity: 0.2;
  height: 6px;
  width: 6px;
}
.hp-caroussel .swiper-pagination .swiper-pagination-bullet-active {
  margin: 0 15px;
  background-color: #a5a4a4;
  opacity: 1;
  transition: 0.1s 0.3s;
}
.hp-caroussel .swiper-button {
  position: absolute;
  right: 10%;
  top: 0;
  z-index: 100;
  width: 120px;
  height: 49px;
  display: flex;
  justify-content: space-between;
}
.hp-caroussel .swiper-button-next,
.hp-caroussel .swiper-button-prev {
  border-radius: 100%;
  width: 49px;
  height: 49px;
  position: relative;
  top: 0;
  margin-top: 0;
  display: inline-block;
  transition: 0.3s;
  background-size: auto auto;
}
.hp-caroussel .swiper-button-next.swiper-button-disabled,
.hp-caroussel .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}
.hp-caroussel .swiper-button-prev {
  left: 0;
  background-image: url(img/picto/swiper-left.svg);
}
.hp-caroussel .swiper-button-next {
  right: 0;
  background-image: url(img/picto/swiper-right.svg);
}

.hp-valeur,
.contact-info {
  padding: 150px 0;
  overflow: hidden;
  background-color: #1c1c1c;
}
.hp-valeur .sur-titre,
.contact-info .sur-titre {
  margin-bottom: 20px;
}
.hp-valeur .titre2, .hp-valeur .basic-page h2, .basic-page .hp-valeur h2,
.contact-info .titre2,
.contact-info .basic-page h2,
.basic-page .contact-info h2 {
  margin-bottom: 30px;
}
.hp-valeur .filet,
.contact-info .filet {
  width: 0;
  height: 1px;
  background-color: rgba(235, 235, 235, 0.2);
  transition: 0.6s;
}
.hp-valeur .filet.active,
.contact-info .filet.active {
  width: 100%;
}
.hp-valeur ul,
.contact-info ul {
  flex-wrap: wrap;
}
.hp-valeur li,
.contact-info li {
  list-style-type: none;
  flex: 0 0 33%;
  display: inline-flex;
  align-items: center;
  margin: 100px 0 0 0;
  font-family: "hk_groteskregular";
  font-size: 1.65rem;
  position: relative;
}
.hp-valeur li img,
.contact-info li img {
  margin-right: 38px;
}

/***************************************************/
/*************** PRODUITS **************************/
/***************************************************/
.produit-intro {
  height: 100vh;
  background-color: #ebebeb;
  justify-content: space-between;
  overflow: hidden;
}
.produit-intro .titre1 {
  color: #0251c4;
  margin-bottom: 158px;
  position: relative;
}
.produit-intro .titre1:after {
  content: "";
  position: absolute;
  left: 6px;
  top: 148px;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background-color: #f75252;
}
.produit-intro .texte {
  flex: 0 0 calc(50% - 10px);
  padding-left: calc(16.666% - 15px);
  padding-top: 200px;
  color: #464648;
}
.produit-intro .photo {
  flex: 0 0 calc(41.666% - 20px);
}
.produit-intro .photo img {
  width: 100%;
}

.sub-nav {
  background-color: #0251c4;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 83.3333333333%;
  transition: 0.3s;
}
@-webkit-keyframes animMenu {
  0% {
    -webkit-transform: translateY(-50%) scale(1);
            transform: translateY(-50%) scale(1);
    border-radius: 31px;
  }
  30% {
    -webkit-transform: translateY(-50%) scale(0.7);
            transform: translateY(-50%) scale(0.7);
    border-radius: 50px;
  }
  70% {
    -webkit-transform: translateY(-50%) scale(1);
            transform: translateY(-50%) scale(1);
    border-radius: 31px;
  }
}
@keyframes animMenu {
  0% {
    -webkit-transform: translateY(-50%) scale(1);
            transform: translateY(-50%) scale(1);
    border-radius: 31px;
  }
  30% {
    -webkit-transform: translateY(-50%) scale(0.7);
            transform: translateY(-50%) scale(0.7);
    border-radius: 50px;
  }
  70% {
    -webkit-transform: translateY(-50%) scale(1);
            transform: translateY(-50%) scale(1);
    border-radius: 31px;
  }
}
.sub-nav .active-menu {
  border: 1px solid #ebebeb;
  border-radius: 31px;
  width: 20px;
  padding: 31px 0;
  position: absolute;
  display: inline-block;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  transition: 0.5s;
}
.sub-nav .active-menu.active {
  -webkit-animation-name: animMenu;
          animation-name: animMenu;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}
.sub-nav ul {
  justify-content: space-evenly;
  height: 164px;
  align-items: center;
  transition: 0.3s;
  position: relative;
  z-index: 10;
}
.sub-nav li {
  list-style-type: none;
  font-family: "hk_groteskbold";
  font-size: 1.5rem;
  border: 1px solid transparent;
  border-radius: 31px;
  padding: 14px 23px;
  cursor: pointer;
  transition: 0.3s;
}
.sub-nav li br {
  display: none;
}
.sub-nav li.active {
  border-color: #ebebeb;
}
.sub-nav.fixed {
  position: fixed;
  bottom: auto;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
.sub-nav.fixed ul {
  height: 90px;
}
.sub-nav.fixed ul li {
  padding: 7px 23px;
}

.produit-onglet {
  background-color: #1c1c1c;
}
.produit-onglet article {
  padding: 150px 0;
}
.produit-onglet .intro {
  justify-content: space-between;
  margin-bottom: 140px;
  flex-wrap: wrap;
  position: relative;
}
.produit-onglet .intro .section, .produit-onglet .intro .cie_content .titre2:before, .produit-onglet .intro .cie_content .basic-page h2:before, .basic-page .produit-onglet .intro .cie_content h2:before, .cie_content .produit-onglet .intro .titre2:before, .cie_content .produit-onglet .intro .basic-page h2:before, .basic-page .cie_content .produit-onglet .intro h2:before {
  position: absolute;
  top: -34px;
}
.produit-onglet .intro .animTitle .row {
  line-height: 6rem;
}
.produit-onglet .intro .titre2, .produit-onglet .intro .basic-page h2, .basic-page .produit-onglet .intro h2 {
  flex: 0 0 37.5%;
  position: relative;
}
.produit-onglet .intro .titre2 .section, .produit-onglet .intro .basic-page h2 .section, .basic-page .produit-onglet .intro h2 .section, .produit-onglet .intro .titre2 .cie_content .titre2:before, .produit-onglet .intro .basic-page h2 .cie_content .titre2:before, .basic-page .produit-onglet .intro h2 .cie_content .titre2:before, .produit-onglet .intro .titre2 .cie_content .basic-page h2:before, .basic-page .produit-onglet .intro .titre2 .cie_content h2:before, .produit-onglet .intro .basic-page h2 .cie_content h2:before, .basic-page .produit-onglet .intro h2 .cie_content h2:before, .cie_content .produit-onglet .intro .titre2 .titre2:before, .cie_content .produit-onglet .intro .basic-page h2 .titre2:before, .basic-page .cie_content .produit-onglet .intro h2 .titre2:before, .cie_content .produit-onglet .intro .titre2 .basic-page h2:before, .basic-page .cie_content .produit-onglet .intro .titre2 h2:before, .cie_content .produit-onglet .intro .basic-page h2 h2:before, .basic-page .cie_content .produit-onglet .intro h2 h2:before {
  top: -44px;
  left: 0;
}
.produit-onglet .intro .titre2:after, .produit-onglet .intro .basic-page h2:after, .basic-page .produit-onglet .intro h2:after {
  content: "";
  display: block;
  top: 32px;
  position: relative;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background-color: #f75252;
}
.produit-onglet .intro .rte-ts {
  flex: 0 0 50%;
}
.produit-onglet .intro .rte-ts p {
  margin-bottom: 30px;
}
.produit-onglet .partenaire {
  margin-bottom: 140px;
  flex-wrap: wrap;
  border-top: 1px solid #464648;
}
.produit-onglet .partenaire li {
  list-style-type: none;
  flex: 0 0 33%;
  border-bottom: 1px solid #464648;
  height: 96px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.produit-onglet .partenaire li:nth-child(3n+2) {
  border-left: 1px solid #464648;
  border-right: 1px solid #464648;
}
.produit-onglet .partenaire li img {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  opacity: 0.5;
  max-height: 80%;
  max-width: 80%;
  height: auto;
  width: auto;
}
.produit-onglet .image {
  width: 100%;
  height: auto;
}

/***************************************************/
/*************** ENTREPRISE ************************/
/***************************************************/
.cie-intro {
  padding-top: 81px;
  justify-content: space-between;
  align-items: center;
  height: 100vh;
}
.cie-intro img {
  flex: 0 0 calc(25% - 20px);
  width: 100%;
  height: auto;
}
.cie-intro .rte-ts {
  flex: 0 0 calc(33.333% - 20px);
  text-align: center;
}
.cie-intro .sur-titre {
  margin-bottom: 38px;
}
.cie-intro .titre1 {
  margin-bottom: 164px;
}
.cie-intro .titre1:after {
  content: "";
  display: block;
  position: relative;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background-color: #f75252;
  margin: 0 auto;
  top: 75px;
}

.cie_content {
  padding-bottom: 200px;
  counter-reset: article;
}
.cie_content article {
  padding-top: 200px;
}
.cie_content .titre2, .cie_content .basic-page h2, .basic-page .cie_content h2 {
  position: relative;
  top: 143px;
  margin-left: 8.333%;
}
.cie_content .titre2:after, .cie_content .basic-page h2:after, .basic-page .cie_content h2:after {
  content: "";
  display: block;
  position: relative;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background-color: #f75252;
  top: 41px;
}
.cie_content .titre2:before, .cie_content .basic-page h2:before, .basic-page .cie_content h2:before {
  counter-increment: article;
  content: "0" counter(article);
  left: 0;
  top: -34px;
}
.cie_content .bloc1 .content,
.cie_content .bloc3 .content {
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.cie_content .bloc1 .rte-ts,
.cie_content .bloc3 .rte-ts {
  flex: 0 0 calc(25% - 20px);
  margin-left: 8.333%;
  margin-top: 141px;
}
.cie_content .bloc1 img,
.cie_content .bloc3 img {
  flex: 0 0 calc(50% - 10px);
  margin-right: 8.333%;
  width: 100%;
  height: auto;
}
.cie_content .bloc1 a,
.cie_content .bloc3 a {
  flex: 0 0 calc(50% - 10px);
  margin-right: 8.333%;
}
.cie_content .bloc1 a img,
.cie_content .bloc3 a img {
  width: 100%;
  height: auto;
}
.cie_content .bloc2 .titre2, .cie_content .bloc2 .basic-page h2, .basic-page .cie_content .bloc2 h2 {
  margin-left: 41.666%;
  top: 200px;
}
.cie_content .bloc2 .content {
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.cie_content .bloc2 .content .rte-ts {
  justify-content: space-between;
  flex: 0 0 calc(50% - 10px);
  margin-right: 8.333%;
  margin-top: 200px;
  flex-wrap: wrap;
}
.cie_content .bloc2 .content .rte-ts div {
  flex: 0 0 45%;
}
.cie_content .bloc2 img {
  flex: 0 0 33.333%;
  width: 100%;
  height: auto;
}

/***************************************************/
/*************** CONTACT ***************************/
/***************************************************/
.page-template-contact header {
  background-color: #141414;
}

.contact-intro {
  height: 100vh;
}
.contact-intro .gradient {
  background-image: linear-gradient(to bottom, #151615, rgba(28, 28, 28, 0.8) 38%, rgba(28, 28, 28, 0));
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 18vh;
}
.contact-intro .titre {
  height: calc(100vh - 320px);
  background-image: url(img/fd-contact.jpg);
  background-position: right top;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 200px 0 0 16.666%;
  background-color: #141414;
}
.contact-intro .titre .titre1 {
  position: relative;
}
.contact-intro .titre .titre1:after {
  content: "";
  position: absolute;
  left: 6px;
  top: 148px;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background-color: #f75252;
}
.contact-intro .contact-info {
  padding-left: 16.666%;
  padding-right: 16.666%;
  height: 320px;
  padding: 0;
}
.contact-intro .contact-info li {
  top: 30px;
  flex: 1 0 auto;
}

.contact-form {
  padding-bottom: 185px;
}
.contact-form .flex {
  justify-content: space-between;
  padding: 150px 0;
  flex-wrap: wrap;
}
.contact-form .sur-titre {
  margin-bottom: 34px;
}
.contact-form .titre {
  margin-left: 16.666%;
  flex: 0 0 calc(25% - 20px);
}
.contact-form .titre .titre2:after, .contact-form .titre .basic-page h2:after, .basic-page .contact-form .titre h2:after {
  content: "";
  display: block;
  top: 32px;
  position: relative;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background-color: #f75252;
}
.contact-form .titre .animTitle .row {
  line-height: 5.5rem;
}
.contact-form .rte-ts {
  flex: 0 0 calc(33.333% - 20px);
  margin-right: 16.666%;
}
.contact-form .wpcf7 {
  width: 66.6666666667%;
  margin: 0 auto;
  background-color: #ebebeb;
  padding: 65px 8.333% 65px;
}
.contact-form .wpcf7 label {
  color: #0251c4;
  font-size: 1.3rem;
  line-height: 1.6rem;
  font-family: "hk_grotesksemibold";
}
.contact-form .wpcf7 input:not([type=submit]),
.contact-form .wpcf7 textarea {
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-bottom: 1px solid rgba(2, 81, 196, 0.3);
  background-color: #ebebeb;
  padding: 5px 0;
  width: 100%;
  font-family: "hk_groteskregular";
  font-size: 1.6rem;
  line-height: 1.6rem;
  transition: 0.3s;
  outline: none;
}
.contact-form .wpcf7 input:not([type=submit]):focus,
.contact-form .wpcf7 textarea:focus {
  border-bottom: 1px solid #0251c4;
  outline: none;
}
.contact-form .wpcf7 input:not([type=submit]).wpcf7-not-valid,
.contact-form .wpcf7 textarea.wpcf7-not-valid {
  border-color: #f75252;
  color: #f75252;
}
.contact-form .wpcf7 textarea {
  border: 1px solid rgba(2, 81, 196, 0.3);
  margin-top: 5px;
  padding: 5px;
}
.contact-form .wpcf7 textarea:focus {
  border-color: #0251c4;
}
.contact-form .wpcf7 p {
  margin-bottom: 60px;
}
.contact-form .wpcf7 .col {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contact-form .wpcf7 .col p {
  flex: 0 0 30%;
}
.contact-form .wpcf7 .col:after {
  content: "";
  flex: 0 0 33%;
}
.contact-form .wpcf7 .action {
  margin-bottom: 0;
  text-align: right;
}
.contact-form .wpcf7 input[type=submit] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  border-radius: 0px;
  background-color: #0251c4;
  font-size: 1.65rem;
  font-family: "hk_grotesksemibold";
  color: #ffffff;
  padding: 22px 80px;
  background-size: 300% 100%;
  transition: all 0.2s ease-in-out;
  background-image: linear-gradient(to right, #0251c4 0%, #0251c4 50%, #0143a3 50%, #0143a3 100%);
}
.contact-form .wpcf7 input[type=submit]:hover {
  background-position: -50% 0;
}
.contact-form .wpcf7 .wpcf7-not-valid-tip,
.contact-form .wpcf7 .wpcf7-validation-errors {
  display: none;
}
.contact-form .wpcf7 div.wpcf7-mail-sent-ok {
  border: 0;
  color: #f75252;
  margin: 0;
  padding: 0;
}

/***************************************************/
/*************** PAGE DE BASE **********************/
/***************************************************/
.basic-page {
  padding: 200px 0 150px;
}
.basic-page .titre1 {
  margin-bottom: 158px;
  position: relative;
}
.basic-page .titre1:after {
  content: "";
  position: absolute;
  left: 6px;
  top: 148px;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background-color: #f75252;
}
.basic-page p {
  margin-bottom: 30px;
}
.basic-page ul {
  margin-left: 25px;
  margin-bottom: 30px;
}
.basic-page h2 {
  margin-bottom: 30px;
}
.basic-page h3 {
  color: #0251c4;
  font-size: 2.5rem;
  margin-bottom: 20px;
  line-height: 3rem;
}
.basic-page p + h2 {
  margin-top: 50px;
}
.basic-page p + h3 {
  margin-top: 40px;
}
.basic-page a {
  text-decoration: underline;
}

/***************************************************/
/*************** 404 *******************************/
/***************************************************/
.error404 .scroll {
  display: none;
}

.page404 {
  background-image: url(img/intro-home.jpg);
  background-repeat: no-repeat;
  background-position: left 81px;
  background-size: contain;
  width: 100%;
  height: 71vh;
  opacity: 1;
  transition: 0.3s;
}
.page404 .titre1 {
  padding-top: 259px;
  width: calc(33.333% - 20px);
  margin-left: 58.3333333333%;
  margin-bottom: 120px;
  font-size: 14rem;
  position: relative;
}
.page404 .titre1:after {
  content: "";
  position: absolute;
  left: 6px;
  top: auto;
  bottom: -75px;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background-color: #f75252;
}
.page404 .content {
  width: calc(33.333% - 20px);
  margin-left: 58.3333333333%;
}
.page404 .btn-carre {
  margin-top: 109px;
}

/***************************************************/
/*************** POPUP *******************-*********/
/***************************************************/
.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
}
.popup .popup-content {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: rgba(2, 81, 196, 0.9);
  color: #ebebeb;
  padding: 30px;
  text-align: center;
}
.popup .popup-content .titre2, .popup .popup-content .basic-page h2, .basic-page .popup .popup-content h2 {
  color: #ebebeb;
  margin-bottom: 30px;
}
.popup .popup-content a {
  color: #ebebeb;
}

/***************************************************/
/*************** TARTEAUCITRONJS *******************/
/***************************************************/
#tarteaucitronRoot #tarteaucitronAlertBig {
  background-color: #141414 !important;
  border-top: 1px solid #000000 !important;
}

#tarteaucitronAlertBig #tarteaucitronDisclaimerAlert,
#tarteaucitronAlertBig #tarteaucitronDisclaimerAlert strong {
  font-size: 1.1rem !important;
  font-family: "hk_groteskregular" !important;
}

#tarteaucitronRoot #tarteaucitronPercentage {
  height: 1px !important;
  background-color: #0251c4 !important;
  box-shadow: 0 0 0 transparent !important;
}

#tarteaucitronAlertBig #tarteaucitronPersonalize,
#tarteaucitronAlertBig #tarteaucitronCloseAlert {
  background-color: #141414 !important;
  border: 1px solid #0251c4 !important;
  border-radius: 20px;
  font-size: 1.1rem !important;
  font-family: "hk_groteskbold" !important;
  color: #ebebeb !important;
  padding: 10px 16px !important;
}

#tarteaucitronAlertBig #tarteaucitronPersonalize {
  margin-left: 60px !important;
}

#tarteaucitronAlertBig #tarteaucitronCloseAlert {
  border: 1px solid #ebebeb !important;
  opacity: 0.2;
}

@media only screen and (max-width: 1024px) {
  .titre1 {
    font-size: 6rem;
    line-height: 6.3rem;
  }
  .titre1 span {
    line-height: 7.6rem;
  }

  .titre2, .basic-page h2 {
    font-size: 3.8rem;
    line-height: 4.5rem;
  }

  .wrap {
    max-width: 83.3333333333%;
  }

  .exergue .wrap {
    max-width: 66.6666666667%;
  }

  .hp-intro .titre1 {
    margin-top: 125px;
    margin-bottom: 80px;
  }

  .sub-nav li {
    padding: 10px;
  }

  .bottom .menu-footer {
    flex: 0 0 25%;
  }

  .produit-intro .titre1 {
    margin-bottom: 80px;
  }
  .produit-intro .titre1:after {
    top: 108px;
  }
}
@media only screen and (max-width: 900px) {
  .scroll {
    display: none;
  }

  .bottom .menu-footer {
    flex: 0 0 calc(25% - 20px);
  }

  header {
    padding-left: 20px;
    padding-right: 20px;
  }
  header .logo {
    margin-right: 38px;
  }
  header .main-nav li {
    margin-right: 20px;
  }
  header .contact .btn-rond {
    margin-left: 20px;
  }
  header .container {
    flex: 0 0 calc(100% - 140px);
  }
  header.light::after {
    width: 100%;
  }

  .home {
    background-image: url(img/intro-home-tab.jpg);
    background-size: contain;
    background-repeat: no-repeat;
  }

  .video {
    display: none;
  }

  .hp-intro .titre1 {
    padding-top: 39vh;
  }
  .hp-intro .titre1,
.hp-intro .rte-ts {
    width: 83.3333333333%;
    margin-left: auto;
    margin-right: auto;
  }

  .sub-nav {
    width: 100%;
  }
  .sub-nav li {
    line-height: 1.8rem;
    text-align: center;
    margin: 0 10px;
    padding: 14px 23px;
  }
  .sub-nav ul {
    padding: 0 10px;
    justify-content: center;
    flex-wrap: wrap;
  }
  .sub-nav.fixed ul li {
    padding: 7px;
  }

  #tarteaucitronAlertBig #tarteaucitronDisclaimerAlert {
    display: block;
    text-align: center;
    margin-bottom: 10px;
  }

  .cie-intro img:nth-child(3) {
    display: none;
  }
  .cie-intro img {
    flex: 0 0 50%;
  }
  .cie-intro .rte-ts {
    flex: 0 0 50%;
    padding: 0 30px;
  }

  .cie_content {
    padding-bottom: 100px;
  }
  .cie_content article {
    padding-top: 150px;
  }
  .cie_content .titre2, .cie_content .basic-page h2, .basic-page .cie_content h2 {
    top: 0;
  }
  .cie_content .bloc1 .content,
.cie_content .bloc3 .content {
    flex-direction: column-reverse;
  }
  .cie_content .bloc1 .rte-ts,
.cie_content .bloc3 .rte-ts {
    flex: 0 0 83.3333333333%;
    margin-top: 0;
    width: 83.3333333333%;
  }
  .cie_content .bloc1 img,
.cie_content .bloc3 img {
    flex: 0 0 83.3333333333%;
    margin: 0 8.333% 30px;
    width: 83.3333333333% !important;
  }
  .cie_content .bloc1 a,
.cie_content .bloc3 a {
    flex: 0 0 83.3333333333%;
    width: 83.3333333333% !important;
  }
  .cie_content .bloc1 a img,
.cie_content .bloc3 a img {
    width: 100% !important;
  }
  .cie_content .bloc2 .titre2, .cie_content .bloc2 .basic-page h2, .basic-page .cie_content .bloc2 h2 {
    margin-left: 8.333%;
    top: 0;
  }
  .cie_content .bloc2 img {
    flex: 0 0 83.3333333333%;
    margin: 0 8.333% 30px;
    width: 83.3333333333%;
  }
  .cie_content .bloc2 .content .rte-ts {
    flex: 0 0 83.3333333333%;
    margin: 0 auto;
    width: 83.3333333333%;
  }

  .bottom .logo {
    flex: 0 0 33.333%;
    margin-left: 8.333%;
  }
  .bottom .menu-footer {
    flex: 0 0 25%;
  }
  .bottom h2 {
    letter-spacing: 0.5px;
    font-family: "hk_grotesksemibold";
    line-height: 1.6rem;
    font-size: 1.6rem;
    margin-bottom: 39px;
  }
  .bottom p {
    font-size: 1.2rem;
    line-height: 2.6rem;
  }
  .bottom a {
    color: rgba(235, 235, 235, 0.4);
  }

  .contact-intro .contact-info {
    flex-wrap: wrap;
  }
  .contact-intro .contact-info li {
    margin-top: 66px;
  }
  .contact-intro .contact-info li:nth-child(1) {
    flex: 0 0 100%;
    top: 11px;
  }
  .contact-intro .contact-info li:nth-child(2),
.contact-intro .contact-info li:nth-child(3) {
    top: 0px;
  }

  .contact-form .flex {
    padding-top: 50px;
  }
  .contact-form .titre {
    margin-left: 8.333%;
    flex: 0 0 calc(33.333% - 20px);
  }
  .contact-form .rte-ts {
    margin-right: 8.333%;
    flex: 0 0 calc(41.666% - 20px);
  }
  .contact-form .wpcf7 {
    width: 83.3333333333%;
  }

  .produit-intro .photo img {
    display: none;
  }
}
@media only screen and (max-width: 755px) {
  body {
    font-size: 1.5rem;
    line-height: 2.3rem;
  }

  header .burger-menu {
    display: block;
    border-radius: 41px;
    height: 41px;
    width: 41px;
    border: 1px solid #f75252;
    position: absolute;
    z-index: 1000000;
    right: 20px;
    top: 20px;
    cursor: pointer;
  }
  header .burger-menu span {
    display: block;
    position: absolute;
    width: 60%;
    height: 1px;
    background-color: #ffffff;
    transition: 0.3s;
    -webkit-transform-origin: center top;
            transform-origin: center top;
  }
  header .burger-menu span:nth-child(1) {
    left: 8px;
    top: 16px;
  }
  header .burger-menu span:nth-child(2) {
    left: 8px;
    top: 23px;
  }
  header .burger-menu.active span:nth-child(1) {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 19px;
  }
  header .burger-menu.active span:nth-child(2) {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    top: 19px;
  }
  header .container {
    background-color: #0251c4;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 10000;
    display: none;
  }
  header .tel {
    display: flex;
    border-bottom: 1px solid rgba(235, 235, 235, 0.2);
    text-align: center;
    padding: 28px 0;
    width: 100%;
    position: relative;
    justify-content: center;
    align-items: center;
  }
  header .tel img {
    margin-right: 8px;
    top: 1px;
    position: relative;
  }
  header .contact {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  header .contact p {
    display: none;
  }
  header .contact .btn-rond {
    margin: 0;
    border-radius: 0;
    width: 100%;
    text-align: center;
    font-size: 2.8rem;
    padding-top: 28px;
    padding-bottom: 28px;
  }
  header .main-nav {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 100%;
  }
  header .main-nav li {
    text-align: center;
    margin: 66px 0;
  }
  header .main-nav li a {
    font-size: 2.8rem;
    font-family: "hk_groteskbold";
    color: #ebebeb;
  }
  header .main-nav li.current_page_item::after {
    background-color: transparent;
  }

  .home {
    background-position: left 75px;
  }
  .home .fond {
    display: none;
  }

  .animTitle .row {
    line-height: 2.3rem;
    padding-right: 6px;
  }

  .titre2.animTitle .row, .basic-page h2.animTitle .row {
    line-height: 5rem;
  }

  .titre1 {
    font-size: 4rem;
    line-height: 4.7rem;
  }
  .titre1 span {
    line-height: 4rem;
  }
  .titre1 br {
    display: none;
  }
  .home .titre1 {
    font-size: 2.5rem;
    line-height: 3.3rem;
  }

  .hp-intro {
    text-align: center;
    height: auto;
    padding-bottom: 50px;
  }
  .hp-intro .titre1 {
    margin-top: 11vh;
    text-align: center;
    margin-bottom: 45px;
  }
  .hp-intro .titre1:after {
    left: 50%;
    bottom: -20px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .hp-intro .rte-ts {
    text-align: center;
  }
  .hp-intro .btn-carre {
    margin: 33px auto 0;
  }

  .exergue {
    font-size: 1.5rem;
    line-height: 2.5rem;
    padding: 50px 0;
  }
  .exergue .wrap {
    max-width: 80%;
  }
  .exergue .anim-tiret {
    display: none;
  }

  .hp-caroussel {
    padding: 50px 0;
  }
  .hp-caroussel .swiper-container {
    width: 150%;
    left: -25%;
  }
  .hp-caroussel .swiper-slide .overlay {
    background-image: none;
  }
  .hp-caroussel .swiper-pagination {
    bottom: 40px;
  }
  .hp-caroussel .swiper-pagination .swiper-pagination-bullet {
    margin: 0 10px;
  }
  @-webkit-keyframes animBullet {
    0% {
      width: 20px;
      height: 20px;
      top: 5px;
    }
    30% {
      width: 30px;
      height: 12px;
      top: 9px;
    }
    70% {
      width: 20px;
      height: 20px;
      top: 5px;
    }
  }
  @keyframes animBullet {
    0% {
      width: 20px;
      height: 20px;
      top: 5px;
    }
    30% {
      width: 30px;
      height: 12px;
      top: 9px;
    }
    70% {
      width: 20px;
      height: 20px;
      top: 5px;
    }
  }
  .hp-caroussel .swiper-pagination .active-bullet {
    top: 5px;
    left: 3px;
  }
  .hp-caroussel .swiper-button {
    display: none;
  }

  .hp-valeur, .contact-info {
    padding: 50px 0;
  }
  .hp-valeur li, .contact-info li {
    margin-top: 25px;
    flex: 0 0 100%;
  }

  .bottom {
    padding-bottom: 25px;
    text-align: center;
  }
  .bottom .logo {
    flex: 0 0 83.3333333333%;
    margin-bottom: 30px;
  }
  .bottom .menu-footer {
    flex: 0 0 83.3333333333%;
    margin-left: 8.333%;
    margin-bottom: 20px;
  }
  .bottom h2 {
    margin-bottom: 5px;
  }

  footer {
    text-align: center;
  }
  footer li {
    flex: 0 0 100%;
  }

  .cie_content .bloc2 .content .rte-ts div {
    flex: 0 0 100%;
    margin-bottom: 20px;
  }

  .cie-intro {
    height: auto;
    padding-top: 150px;
    padding-bottom: 50px;
  }
  .cie-intro img {
    display: none;
  }
  .cie-intro .rte-ts {
    flex: 0 0 100%;
  }
  .cie-intro .titre1 {
    margin-bottom: 57px;
  }
  .cie-intro .titre1:after {
    top: 24px;
  }

  .produit-intro .photo {
    display: none;
  }
  .produit-intro .texte {
    flex: 0 0 100%;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 150px;
  }
  .produit-intro .titre1 {
    margin-bottom: 57px;
  }
  .produit-intro .titre1:after {
    top: 59px;
  }

  header.light:after {
    width: 100%;
  }
  header.light .burger-menu span {
    background-color: #f75252;
  }

  .produit-onglet article {
    padding-bottom: 0;
  }
  .produit-onglet .intro {
    margin-bottom: 60px;
  }
  .produit-onglet .intro .titre2, .produit-onglet .intro .basic-page h2, .basic-page .produit-onglet .intro h2 {
    flex: 0 0 100%;
  }
  .produit-onglet .intro .rte-ts {
    flex: 0 0 100%;
  }
  .produit-onglet .partenaire {
    margin-bottom: 70px;
  }

  .sub-nav {
    overflow: hidden;
  }
  .sub-nav ul {
    flex-wrap: nowrap;
    overflow-x: auto;
    justify-content: flex-start;
    height: 115px;
  }
  .sub-nav ul li {
    flex: 0 0 auto;
  }

  .basic-page {
    padding-bottom: 0;
  }
  .basic-page .titre1 {
    margin-bottom: 57px;
  }
  .basic-page .titre1:after {
    top: 60px;
  }

  .contact-intro .titre .titre1::after {
    top: 80px;
  }
  .contact-intro .contact-info {
    margin: 0;
  }
  .contact-intro .contact-info li {
    margin-top: 43px;
  }
  .contact-intro .contact-info li:nth-child(1),
.contact-intro .contact-info li:nth-child(2),
.contact-intro .contact-info li:nth-child(3) {
    top: 20px;
  }
  .contact-intro .contact-info li img {
    margin-right: 33px;
  }

  .contact-form {
    padding-bottom: 50px;
  }
  .contact-form .titre {
    flex: 0 0 83.3333333333%;
    margin-left: 8.333%;
  }
  .contact-form .rte-ts {
    flex: 0 0 83.3333333333%;
    margin-left: 8.333%;
  }
  .contact-form .wpcf7 {
    width: 100%;
  }
  .contact-form .wpcf7 .action input {
    width: 100%;
    margin-right: 0;
  }
  .contact-form .wpcf7 .col p {
    flex: 0 0 48%;
  }
  .contact-form .wpcf7 .col p.societe {
    flex: 0 0 100%;
  }
}