@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Outfit&family=Raleway:ital,wght@0,100..900;1,100..900&display=block");
@font-face {
  font-family: "icomoonMPI";
  src: url("../fonts/icomoonMPI.eot?iw53bs");
  src: url("../fonts/icomoonMPI.eot?iw53bs#iefix") format("embedded-opentype"), url("../fonts/icomoonMPI.ttf?iw53bs") format("truetype"), url("../fonts/icomoonMPI.woff?iw53bs") format("woff"), url("../fonts/icomoonMPI.svg?iw53bs#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon2-], [class*=" icon2-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoonMPI" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-linkedin-1:before {
  content: "뀃";
}

.icon-mail:before {
  content: "뀁";
}

.icon-tel:before {
  content: "뀂";
}

.icon2-aerogommage2:before {
  content: "ꀐ";
}

.icon2-link:before {
  content: "ꀈ";
}

.icon2-aerogommage1:before {
  content: "ꀉ";
}

.icon2-isolation1:before {
  content: "ꀑ";
}

.icon2-service4:before {
  content: "ꀄ";
}

.icon2-traitement3:before {
  content: "ꀕ";
}

.icon2-facebook:before {
  content: "ꀇ";
}

.icon2-service3:before {
  content: "ꀃ";
}

.icon2-traitement2:before {
  content: "ꀔ";
}

.icon2-fleche:before {
  content: "ꀆ";
}

.icon2-service2:before {
  content: "ꀂ";
}

.icon2-traitement1:before {
  content: "ꀓ";
}

.icon2-down:before {
  content: "ꀅ";
}

.icon2-isolation2:before {
  content: "ꀒ";
}

.icon2-service1:before {
  content: "ꀁ";
}

/*! Swipebox v1.3.0 | Constantin Saguin csag.co | MIT License | github.com/brutaldesign/swipebox */
html.swipebox-html.swipebox-touch {
  overflow: hidden !important;
}

#swipebox-overlay img {
  border: none !important;
}

#swipebox-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999 !important;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

#swipebox-container {
  position: relative;
  width: 100%;
  height: 100%;
}

#swipebox-slider {
  transition: transform 0.4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  white-space: nowrap;
  position: absolute;
  display: none;
  cursor: pointer;
}

#swipebox-slider .slide {
  height: 100%;
  width: 100%;
  line-height: 1px;
  text-align: center;
  display: inline-block;
}

#swipebox-slider .slide:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}

#swipebox-slider .slide img,
#swipebox-slider .slide .swipebox-video-container,
#swipebox-slider .slide .swipebox-inline-container {
  display: inline-block;
  max-height: 80%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  vertical-align: middle;
}

#swipebox-slider .slide .swipebox-video-container {
  background: none;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 5%;
  box-sizing: border-box;
}

#swipebox-slider .slide .swipebox-video-container .swipebox-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}

#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}

#swipebox-slider .slide-loading {
  background: url(../images/loader.gif) no-repeat center center;
}

#swipebox-bottom-bar,
#swipebox-top-bar {
  transition: 0.5s;
  position: absolute;
  left: 0;
  z-index: 999;
  height: auto;
  width: 100%;
}

#swipebox-bottom-bar {
  bottom: -50px;
}

#swipebox-bottom-bar.visible-bars {
  /*-webkit-transform: translate3d(0, -50px, 0);
          transform: translate3d(0, -50px, 0);*/
}

#swipebox-top-bar {
  bottom: 0px;
}

#swipebox-top-bar.visible-bars {
  /*-webkit-transform: translate3d(0, 50px, 0);
          transform: translate3d(0, 50px, 0);*/
}

#swipebox-title {
  display: block;
  width: 100%;
  text-align: center;
  background: rgba(255, 255, 255, 0.8);
  padding: 15px 0;
}

#swipebox-prev,
#swipebox-next,
#swipebox-close {
  background-image: url(../images/icons.png) !important;
  background-repeat: no-repeat;
  border: none !important;
  text-decoration: none !important;
  cursor: pointer;
  width: 50px;
  height: 50px;
  top: 0;
}

#swipebox-arrows {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 50px;
}

#swipebox-prev {
  background-position: -32px 13px;
  float: left;
  margin-left: 15px;
}

#swipebox-next {
  background-position: -78px 13px;
  float: right;
  margin-right: 15px;
}

#swipebox-close {
  top: 0;
  right: 0;
  position: absolute;
  z-index: 9999;
  background-position: 15px 12px;
}

.swipebox-no-close-button #swipebox-close {
  display: none;
}

#swipebox-prev.disabled,
#swipebox-next.disabled {
  opacity: 0.3;
}

.swipebox-no-touch #swipebox-overlay.rightSpring #swipebox-slider {
  animation: rightSpring 0.3s;
}

.swipebox-no-touch #swipebox-overlay.leftSpring #swipebox-slider {
  animation: leftSpring 0.3s;
}

.swipebox-touch #swipebox-container:before, .swipebox-touch #swipebox-container:after {
  backface-visibility: hidden;
  transition: all 0.3s ease;
  content: " ";
  position: absolute;
  z-index: 999;
  top: 0;
  height: 100%;
  width: 20px;
  opacity: 0;
}

.swipebox-touch #swipebox-container:before {
  left: 0;
  box-shadow: inset 10px 0px 10px -8px #656565;
}

.swipebox-touch #swipebox-container:after {
  right: 0;
  box-shadow: inset -10px 0px 10px -8px #656565;
}

.swipebox-touch #swipebox-overlay.leftSpringTouch #swipebox-container:before {
  opacity: 1;
}

.swipebox-touch #swipebox-overlay.rightSpringTouch #swipebox-container:after {
  opacity: 1;
}
@keyframes rightSpring {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@keyframes leftSpring {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@media screen and (min-width: 800px) {
  #swipebox-close {
    right: 10px;
  }
  #swipebox-arrows {
    width: 92%;
    max-width: 100%;
  }
}
/* Skin 
--------------------------*/
#swipebox-overlay {
  background: #fff;
}

#swipebox-bottom-bar,
#swipebox-top-bar {
  background: none;
  opacity: 1;
}

#swipebox-bottom-bar {
  bottom: 50%;
}

#swipebox-top-bar {
  transition: 0.5s;
  position: absolute;
  left: 0;
  z-index: 999;
  width: 100%;
}

/**
* Swiper 4.4.2
* 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: November 1, 2018
*/
.swiper-container-368 {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  width: 100%;
  height: 600px;
}

.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container {
  width: 100%;
}

.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: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 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-link {
  display: block;
  width: 100%;
  height: 100%;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  /*display:flex;*/
  transition-property: transform;
}

.swiper-slide img {
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

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

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

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

/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.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-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

.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-slide-shadow-bottom {
  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));
}

/* IE10 Windows Phone 8 Fixes */
.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-prev,
.swiper-button-next {
  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-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0;
  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'%23000000'%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'%23000000'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-header-prev, .swiper-header-next {
  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-header-prev {
  background-image: url("../images/flecheGauche.svg");
  left: 10px;
  right: auto;
}

.swiper-header-next {
  background-image: url("../images/flecheDroite.svg");
  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: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

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

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

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

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

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

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

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

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

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

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

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

.swiper-pagination-bullet:only-child {
  visibility: hidden;
}

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: #000000;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -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%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

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

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

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Progress */
.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%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  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-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

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

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

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

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

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

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

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

/* Scrollbar */
.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 > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

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

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  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");
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
/* a11y */
.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;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  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 {
  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-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

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

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

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

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  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-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

/*********** AUTRES CSS **********/
.swiper-background {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}

.swiper-text {
  color: #ffffff;
  text-align: justify;
  width: 50%;
  height: auto;
  position: absolute;
  font-size: 2rem;
  left: 50px;
  bottom: 50px;
}

.sw-contenu {
  height: 500px;
}

.swiper-lien {
  height: 100%;
  width: 100%;
  position: fixed;
}

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

.list-actualites {
  display: flex;
  flex-direction: row;
  -moz-column-gap: 15px;
       column-gap: 15px;
  flex-wrap: wrap;
  row-gap: 40px;
}
@media (max-width: 960px) {
  .list-actualites {
    flex-wrap: wrap;
    row-gap: 40px;
  }
}
.list-actualites .actu {
  flex: 0 1 calc(33% - 15px);
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  color: #3D3C3B;
}
@media (max-width: 960px) {
  .list-actualites .actu {
    flex: 1 1 calc(50% - 15px);
  }
}
@media (max-width: 640px) {
  .list-actualites .actu {
    flex: 1 1 100%;
  }
}
.list-actualites .actu-image {
  height: 293px;
  width: 100%;
  overflow: hidden;
  background: #3D3C3B;
}
.list-actualites .actu-image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: all 0.2s ease-in-out;
}
.list-actualites .actu-desc {
  padding-top: 25px;
  display: flex;
  flex-direction: column;
  row-gap: 25px;
  text-align: left;
  padding-right: 25px;
  box-sizing: border-box;
  width: 100%;
}
.list-actualites .actu-titre {
  font: 600 25px/30px "Raleway", sans-serif;
}
.list-actualites .actu-text {
  font: 300 17px/22px "Raleway", sans-serif;
  flex: 1 1;
}
.list-actualites .actu-lien {
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #C09A6F;
  font: 700 14px/16px "Raleway", sans-serif;
  transition: all 0.2s ease-in-out;
}
.list-actualites .actu:hover .actu-image img {
  transform: scale(1.04);
}
.list-actualites .actu:hover .actu-lien {
  transform: translateY(-5px);
}

.btn.border {
  margin-top: 90px;
  margin-bottom: 120px;
  background: transparent;
  border: 2px solid #3D3C3B;
  color: #3D3C3B;
}
.btn.border:hover {
  background: #3D3C3B;
  color: #fff;
}
.btn.border.center {
  margin-left: auto;
  margin-right: auto;
}

.listing-actualites .list-actualites {
  flex-wrap: wrap;
}

.detail-actualite .actualite-contenu ul {
  list-style-image: url("../images/li-orange.svg");
  list-style-position: outside;
  margin-left: 0;
  padding-left: 28px;
}
.detail-actualite .actualite-contenu ul li {
  text-align: left;
  padding-left: 20px;
}

.retourActus {
  border-top: 1px solid rgba(61, 60, 59, 0.15);
  margin-top: 80px;
}

::-moz-selection {
  background: #C09A6F;
  color: #fff;
}

::selection {
  background: #C09A6F;
  color: #fff;
}

body {
  overflow-x: hidden;
  color: #3D3C3B;
  font: 400 17px/24px "Raleway", sans-serif;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
}

.container {
  position: relative;
  width: 100%;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: #3D3C3B;
  transition: all 0.2s ease-in-out;
}

.or {
  color: #C09A6F;
}

.ctPetit {
  width: 940px;
  margin: 0 auto;
  max-width: 100%;
}
@media (max-width: 960px) {
  .ctPetit {
    max-width: 90%;
  }
}

.ct {
  width: 1350px;
  margin: 0 auto;
  max-width: 100%;
}
@media (max-width: 1400px) {
  .ct {
    max-width: 90%;
  }
}

.slider-home {
  height: 100vh;
  width: 100%;
  min-height: 1000px;
  position: relative;
}
@media (max-width: 640px) {
  .slider-home {
    min-height: 750px;
  }
}
.slider-home-text {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  font-size: 21px;
  line-height: 30px;
}
@media (max-width: 960px) {
  .slider-home-text {
    max-width: 90%;
  }
}
@media (max-width: 640px) {
  .slider-home-text {
    font-size: 17px;
    line-height: 24px;
  }
}
@media (max-width: 640px) {
  .slider-home-text br {
    display: none;
  }
}
.slider-home-text .surtitre {
  display: block;
}
.slider-home-text .slider-picto {
  height: 90px;
}
.slider-home-text .slider-picto img {
  height: 100%;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 80px;
  -o-object-position: bottom;
     object-position: bottom;
}
@media (max-width: 640px) {
  .slider-home-text .slider-picto img {
    max-width: 60px;
  }
}
.slider-home-text .slider-picto.master {
  height: 82px;
  margin-bottom: 36px;
}
.slider-home-text h1 {
  font: 600 45px/47px "Raleway", sans-serif;
  text-align: center;
  color: #fff;
  width: 980px;
  max-width: 100%;
}
@media (max-width: 960px) {
  .slider-home-text h1 {
    font-size: 35px;
    line-height: 37px;
  }
}
@media (max-width: 640px) {
  .slider-home-text h1 {
    font-size: 24px;
    line-height: 28px;
  }
}
.slider-home-text .btn {
  margin-top: 60px;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 640px) {
  .slider-home-text .btn {
    margin-top: 30px;
  }
}
.slider-home img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.slider-home-overlay {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(23, 23, 23, 0.4);
}
@media (max-width: 640px) {
  .slider-home-overlay {
    background: rgba(23, 23, 23, 0.55);
  }
}
.slider-home-decouvrir {
  position: absolute;
  display: flex;
  flex-direction: column;
  row-gap: 28px;
  justify-content: center;
  color: #fff;
  text-align: center;
  font: 700 17px/22px "Raleway", sans-serif;
  text-decoration: none;
  z-index: 2;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  align-items: center;
  cursor: pointer;
}
.slider-home-decouvrir:after {
  content: "";
  height: 160px;
  width: 1px;
  background: #fff;
  display: block;
}
@media (max-width: 640px) {
  .slider-home-decouvrir:after {
    height: 60px;
  }
}
.slider-home.slider-master .slider-home-overlay {
  background: rgba(23, 23, 23, 0.4);
}
@media (max-width: 640px) {
  .slider-home.slider-master .slider-home-overlay {
    background: rgba(23, 23, 23, 0.55);
  }
}
.slider-home.slider-80 {
  height: 80vh;
  min-height: 700px;
}
.slider-home.slider-80 .slider-home-overlay {
  background: rgba(23, 23, 23, 0.8);
}

.surtitre {
  letter-spacing: 2px;
  font: 700 19px/21px "Raleway", sans-serif;
  text-transform: uppercase;
  margin-bottom: 5px;
}
@media (max-width: 640px) {
  .surtitre {
    font-size: 16px;
    line-height: 19px;
  }
}
.surtitre.or {
  color: #C09A6F;
}
.surtitre.orange {
  color: #D2623C;
}
.surtitre.vert {
  color: #859a6b;
}
.surtitre.jaune {
  color: #E5C74B;
}
.surtitre.marron {
  color: #8d7668;
}

h1 {
  font-family: "Raleway", sans-serif;
  font-size: 40px;
  line-height: 55px;
  margin-top: 0;
  font-weight: 300;
}
@media (max-width: 960px) {
  h1 {
    font-size: 30px;
    line-height: 45px;
  }
}
@media (max-width: 850px) {
  h1 {
    font-size: 25px;
    line-height: 40px;
  }
}
@media (max-width: 640px) {
  h1 {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 640px) {
  h1 br {
    display: none;
  }
}

.sur-titre {
  text-transform: uppercase;
  font: 700 17px/20px "Raleway", sans-serif;
  letter-spacing: 1.5px;
  margin-bottom: 5px;
}
.sur-titre.vert {
  color: #60724A;
}
.sur-titre.orange {
  color: #D2623C;
}
.sur-titre.jaune {
  color: #E5C74B;
}
.sur-titre.marron {
  color: #685244;
}

h2,
.h2 {
  font: 600 30px/35px "Raleway", sans-serif;
  margin-top: 0;
  color: #3D3C3B;
}
@media (max-width: 960px) {
  h2,
  .h2 {
    font-size: 25px;
    line-height: 35px;
  }
}
@media (max-width: 640px) {
  h2,
  .h2 {
    font-size: 20px;
    line-height: 25px;
  }
}

.label {
  background: #C09A6F;
  color: #fff;
  padding: 10px 20px;
  font-size: 20px;
  display: inline-block;
  border-radius: 8px;
  font: 300 14px/18px "Raleway", sans-serif;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.label-bleu-clair {
  background: #5CC0C5;
}

.link {
  text-decoration: none;
  color: #3D3C3B;
  font: 700 17px/22px "Raleway", sans-serif;
  display: flex;
  flex-direction: row;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
  transition: all 0.2s ease-in-out;
}
.link:before {
  content: "";
  width: 30px;
  height: 30px;
  border-top-left-radius: 40px;
  transition: all 0.2s ease-in-out;
}
.link.or {
  color: #C09A6F;
}
.link.or:before {
  background: #C09A6F;
}
.link.vert {
  color: #60724A;
}
.link.vert:before {
  background: #60724A;
}
.link.orange {
  color: #D2623C;
}
.link.orange:before {
  background: #D2623C;
}
.link.jaune {
  color: #E5C74B;
}
.link.jaune:before {
  background: #E5C74B;
}
.link.marron {
  color: #685244;
}
.link.marron:before {
  background: #685244;
}
.link:hover:before {
  border-top-left-radius: 0;
}

.btn {
  background: #C09A6F;
  font: 700 17px/20px "Raleway", sans-serif;
  color: #fff;
  padding: 20px 30px;
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
.btn:hover {
  background: #3D3C3B;
  transform: translateY(-8px) !important;
}
.btn img {
  margin-right: 10px;
}
.btn.orange {
  background: #D2623C;
}
.btn.vert {
  background: #60724A;
}
.btn.jaune {
  background: #E5C74B;
}
.btn.marron {
  background: #685244;
}

.paddingTop80 {
  padding-top: 80px;
}
@media (max-width: 640px) {
  .paddingTop80 {
    padding-top: 50px;
  }
}

.paddingTop120 {
  padding-top: 120px;
}
@media (max-width: 640px) {
  .paddingTop120 {
    padding-top: 90px;
  }
}

.paddingTop180 {
  padding-top: 180px;
}
@media (max-width: 640px) {
  .paddingTop180 {
    padding-top: 90px;
  }
}

.paddingTop250 {
  padding-top: 250px;
}

.paddingBottom80 {
  padding-bottom: 80px;
}
@media (max-width: 640px) {
  .paddingBottom80 {
    padding-bottom: 45px;
  }
}

.paddingBottom120 {
  padding-bottom: 120px;
}
@media (max-width: 640px) {
  .paddingBottom120 {
    padding-bottom: 90px;
  }
}

.paddingBottom180 {
  padding-bottom: 180px;
}
@media (max-width: 640px) {
  .paddingBottom180 {
    padding-bottom: 120px;
  }
}

.intro {
  width: 80%;
  margin: 0 auto;
  text-align: center;
  color: #3D3C3B;
}
@media (max-width: 640px) {
  .intro {
    width: 100%;
  }
}
.intro h2,
.intro .sous-titre {
  text-align: center;
}
.intro .light {
  font: 300 20px/26px "Raleway", sans-serif;
}
@media (max-width: 640px) {
  .intro .light {
    font-size: 19px;
    line-height: 24px;
  }
}

.center {
  text-align: center;
}
.center h2,
.center h3 {
  text-align: center;
}

.sous-titre {
  text-transform: uppercase;
  font: 300 16px/25px "Raleway", sans-serif;
  letter-spacing: 2px;
  margin-bottom: 60px;
}

strong {
  font-weight: 700;
}

.text-big {
  font: 300 200px/272px "Raleway", sans-serif;
  color: rgba(222, 222, 222, 0.33);
  position: absolute;
  top: 0;
}
@media (max-width: 960px) {
  .text-big {
    font: 300 150px/222px "Raleway", sans-serif;
  }
}
@media (max-width: 640px) {
  .text-big {
    font: 300 100px/172px "Raleway", sans-serif;
  }
}
.text-big.left {
  left: -2%;
}
.text-big.right {
  right: -2%;
}

.metiers {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 75px;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
@media (max-width: 960px) {
  .metiers {
    row-gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
}
.metiers .metier {
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  position: relative;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 17px;
  color: #3D3C3B;
  padding: 20px;
  flex: 1 1;
}
@media (max-width: 960px) {
  .metiers .metier {
    flex: 0 1 calc(33% - 20px);
    box-sizing: border-box;
    padding: 0;
  }
}
@media (max-width: 640px) {
  .metiers .metier {
    flex: 0 1 calc(50% - 20px);
  }
}
.metiers .metier:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 67px;
  height: 67px;
  border-top-left-radius: 40px;
  z-index: 1;
  transition: all 0.2s ease-in-out;
}
.metiers .metier .picto {
  position: relative;
  z-index: 2;
  margin-bottom: 0;
}
.metiers .metier .picto:before {
  font-family: "icomoonMPI" !important;
  font-size: 52px;
  line-height: 52px;
}
@media (max-width: 960px) {
  .metiers .metier .picto:before {
    font-size: 45px;
    line-height: 45px;
  }
}
.metiers .metier .txt {
  text-align: center;
  font: 300 17px/22px "Raleway", sans-serif;
  position: relative;
  z-index: 2;
}
.metiers .metier .txt strong {
  display: block;
  font: 600 20px/24px "Raleway", sans-serif;
}
@media (max-width: 960px) {
  .metiers .metier .txt strong {
    font-size: 18px;
    line-height: 24px;
  }
}
.metiers .metier.vert:before {
  background: rgba(96, 114, 74, 0.1);
}
.metiers .metier.vert .picto:before {
  content: "ꀁ";
}
.metiers .metier.orange:before {
  background: rgba(210, 98, 60, 0.1);
}
.metiers .metier.orange .picto:before {
  content: "ꀂ";
}
.metiers .metier.jaune:before {
  background: rgba(229, 199, 75, 0.1);
}
.metiers .metier.jaune .picto:before {
  content: "ꀃ";
}
.metiers .metier.marron:before {
  background: rgba(104, 82, 68, 0.1);
}
.metiers .metier.marron .picto:before {
  content: "ꀄ";
  font-size: 30px;
}
.metiers .metier:hover {
  color: #fff;
}
.metiers .metier:hover:before {
  width: 100%;
  height: 100%;
}
.metiers .metier:hover.vert:before {
  background: #60724a;
}
.metiers .metier:hover.orange:before {
  background: #d2623c;
}
.metiers .metier:hover.jaune:before {
  background: #e5c74b;
}
.metiers .metier:hover.marron:before {
  background: #685244;
}

.picto {
  height: 68px;
}
.picto img {
  width: auto;
  height: 100%;
}

.pictos {
  margin-top: 75px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  -moz-column-gap: 70px;
       column-gap: 70px;
  row-gap: 70px;
}
@media (max-width: 640px) {
  .pictos {
    -moz-column-gap: 40px;
         column-gap: 40px;
    row-gap: 40px;
  }
}
.pictos .picto {
  flex: 1 1 calc(33% - 70px);
  text-align: left;
  font: 300 17px/22px "Raleway", sans-serif;
  height: auto;
}
.pictos .picto strong {
  display: block;
  margin-top: 20px;
  font: 600 20px/24px "Raleway", sans-serif;
}
.pictos .picto img {
  height: 32px;
  width: auto;
}

.textImg3 {
  position: relative;
}
.textImg3 .ct {
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media (max-width: 960px) {
  .textImg3 .ct {
    flex-direction: column;
    row-gap: 40px;
    z-index: 4;
    position: relative;
  }
}
.textImg3 .ct .txt {
  flex: 1 1;
}
.textImg3 .ct .txt .txt-content {
  padding: 0 15%;
  box-sizing: border-box;
  width: 100%;
  text-align: right;
}
@media (max-width: 960px) {
  .textImg3 .ct .txt .txt-content {
    text-align: left;
    padding: 0;
  }
}
.textImg3 .ct .txt .txt-content h2 {
  text-align: right;
}
@media (max-width: 960px) {
  .textImg3 .ct .txt .txt-content h2 {
    text-align: left;
  }
}
.textImg3 .ct .txt .txt-content .link {
  text-align: right;
  justify-content: flex-end;
}
@media (max-width: 960px) {
  .textImg3 .ct .txt .txt-content .link {
    text-align: left;
    justify-content: flex-start;
  }
}
@media (max-width: 960px) {
  .textImg3 .ct .txt .txt-content {
    width: 100%;
  }
}
.textImg3 .ct .img {
  flex: 1 1;
  width: 50%;
  height: 825px;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  -moz-column-gap: 15px;
       column-gap: 15px;
  row-gap: 15px;
}
@media (max-width: 960px) {
  .textImg3 .ct .img {
    height: 600px;
    width: 100%;
    flex: auto;
  }
}
.textImg3 .ct .img img:nth-child(1) {
  width: 80%;
  height: calc(60% - 15px);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.textImg3 .ct .img img:nth-child(2) {
  height: 40%;
  width: calc(40% - 15px);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.textImg3 .ct .img img:nth-child(3) {
  height: 30%;
  width: calc(60% - 15px);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.txtImg {
  position: relative;
}
.txtImg .ct {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 960px) {
  .txtImg .ct {
    flex-direction: column;
    row-gap: 40px;
    z-index: 4;
    position: relative;
  }
}
.txtImg .ct .txt {
  flex: 1 1;
}
.txtImg .ct .txt .txt-content {
  width: 100%;
  box-sizing: border-box;
  padding-right: 15%;
}
@media (max-width: 960px) {
  .txtImg .ct .txt .txt-content {
    width: 100%;
    padding: 0;
  }
}
.txtImg .ct .img {
  flex: 1 1;
  height: 720px;
  overflow: hidden;
}
@media (max-width: 960px) {
  .txtImg .ct .img {
    height: 350px;
    width: 100%;
    flex: auto;
  }
}
.txtImg .ct .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.imgTxt {
  position: relative;
}
.imgTxt .ct {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 960px) {
  .imgTxt .ct {
    flex-direction: column;
    row-gap: 40px;
    z-index: 4;
    position: relative;
  }
}
.imgTxt .ct .txt {
  flex: 1 1;
}
.imgTxt .ct .txt .txt-content {
  width: 100%;
  box-sizing: border-box;
  padding-left: 15%;
}
@media (max-width: 960px) {
  .imgTxt .ct .txt .txt-content {
    width: 100%;
    padding: 0;
  }
}
.imgTxt .ct .img {
  flex: 1 1;
  height: 720px;
  overflow: hidden;
}
@media (max-width: 960px) {
  .imgTxt .ct .img {
    height: 350px;
    width: 100%;
    flex: auto;
  }
}
.imgTxt .ct .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.metiers2col .ct {
  display: flex;
  flex-direction: row;
  -moz-column-gap: 90px;
       column-gap: 90px;
}
@media (max-width: 960px) {
  .metiers2col .ct {
    flex-direction: column;
    row-gap: 60px;
  }
}
.metiers2col .ct .metierCol {
  flex: 1 1;
  display: flex;
  flex-direction: column;
  row-gap: 60px;
}
.metiers2col .ct .metierCol-img {
  height: 380px;
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
}
.metiers2col .ct .metierCol-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.decalage200Bas {
  margin-bottom: -200px;
}

.fond-gris {
  background: #F4F4F4;
}

.fond-bleu {
  background: #C09A6F;
  color: #fff;
}
.fond-bleu .sep {
  width: 100%;
  height: 1px;
  background: #4A7F9E;
  margin: 50px auto 90px;
}

.fond-blanc {
  background: #fff;
}

.section-metier {
  position: relative;
  overflow: hidden;
}

.reas {
  position: relative;
  overflow: hidden;
  background: #F4F4F4;
}
.reas .ct {
  position: relative;
  z-index: 2;
}
.reas #grid {
  margin: 80px auto 0;
}
.reas .item {
  width: 24%;
  height: 337px;
  overflow: hidden;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 960px) {
  .reas .item {
    height: 200px;
  }
}
@media (max-width: 640px) {
  .reas .item {
    width: 100px;
    height: 100px;
  }
}
.reas .item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: all 0.2s ease-in-out;
}
.reas .item:hover img {
  width: 110%;
  height: 110%;
}

#notify {
  padding: 10px;
  margin-bottom: 20px;
  transition: all 0.2s ease-in-out;
  font-size: 14px;
  cursor: pointer;
}
#notify.notify-error {
  background: #fee7e5;
  border: solid 1px #faada8;
  border-left-color: rgb(250, 173, 168);
  border-left-style: solid;
  border-left-width: 1px;
  border-left: solid 2px #f55c52;
  color: #f55c52 !important;
  padding: 22px;
  padding-right: 22px;
  border-radius: 2px;
  padding-right: 42px;
  position: fixed;
  font-weight: bold;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  box-sizing: border-box;
}
#notify.notify-error:after {
  content: url("../images/close-error.svg");
  width: 20px;
  height: 20px;
  top: 50%;
  right: 30px;
  display: block;
  position: absolute;
  transform: translateY(-50%);
}
#notify.notify-success {
  background: #dfebdd;
  border: solid 1px rgba(76, 175, 80, 0.5);
  border-left-color: rgba(76, 175, 80, 0.5);
  border-left-style: solid;
  border-left-width: 1px;
  border-left: solid 2px #4caf50;
  border-radius: 2px;
  padding: 18px 50px 16px 20px;
  font-weight: bold;
  position: fixed;
  font-weight: bold;
  color: #4caf50 !important;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  box-sizing: border-box;
}
#notify.notify-success:after {
  content: url("../images/close-sucess.svg");
  width: 20px;
  height: 20px;
  top: 50%;
  right: 30px;
  display: block;
  position: absolute;
  transform: translateY(-50%);
}

#cform {
  min-width: auto;
  box-sizing: border-box;
  margin-top: 60px;
}
@media (max-width: 640px) {
  #cform {
    border: none;
    padding: 0;
  }
}
#cform h2 {
  margin-bottom: 20px;
  margin-top: 0;
}
#cform label {
  margin: 0 !important;
}
#cform textarea {
  height: 150px;
}
#cform label,
#cform input,
#cform textarea {
  display: block;
  width: 100%;
  resize: none;
}
#cform input,
#cform textarea {
  border: none;
  padding: 10px;
  transition: border 0.23s ease-in-out, box-shadow 0.23s ease-in-out;
  box-sizing: border-box;
  color: #fff;
  font: 600 17px/24px "Raleway", sans-serif;
  border-radius: 0;
  border: 1px solid rgba(255, 255, 255, 0.42);
  background: rgba(255, 255, 255, 0.1);
}
#cform input::-moz-placeholder, #cform textarea::-moz-placeholder {
  color: #fff !important;
  opacity: 1 !important;
}
#cform input::placeholder,
#cform textarea::placeholder {
  color: #fff !important;
  opacity: 1 !important;
}
#cform .ddl {
  border-radius: 0;
  border: 1px solid rgba(255, 255, 255, 0.42);
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  font: 600 17px/24px "Raleway", sans-serif;
  margin-bottom: 17px;
  position: relative;
}
#cform .ddl:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  content: "ꀅ";
  font-family: "icomoonMPI" !important;
  font-size: 7px;
  pointer-events: none;
}
#cform .ddl select {
  width: 100%;
  -webkit-appearance: none;
  padding: 12px 20px;
  background: transparent;
  border: none;
  color: #fff;
  font: 600 17px/24px "Raleway", sans-serif;
}
#cform label {
  margin: 10px 0;
}
#cform input,
#cform textarea {
  padding: 10px 20px;
  margin-bottom: 10px;
  min-height: 55px;
  box-sizing: border-box;
}
#cform input[type=submit] {
  border: 0;
  color: #C09A6F;
  background: #fff;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 16px 40px;
  min-height: auto;
  margin: 0;
  font: 700 17px/20px "Raleway", sans-serif;
}
#cform input[type=submit].orange {
  color: #D2623C !important;
}
#cform input[type=submit].jaune {
  color: #E5C74B !important;
}
#cform input[type=submit].vert {
  color: #60724A !important;
}
#cform input[type=submit].marron {
  color: #685244 !important;
}
#cform input[type=submit].or {
  background: #C09A6F;
  color: #fff !important;
}
#cform input[type=submit]:hover {
  background: #3D3C3B;
  color: #fff !important;
}

.g-recaptcha {
  text-align: center;
  margin: 20px 0;
  display: table;
}
@media (max-width: 640px) {
  .g-recaptcha {
    transform: scale(0.7);
  }
}

.double-form {
  display: flex;
  flex-direction: row;
  -moz-column-gap: 15px;
       column-gap: 15px;
  align-items: center;
  margin-bottom: 10px;
}
@media (max-width: 640px) {
  .double-form {
    flex-direction: column;
    margin-bottom: 0;
  }
}
.double-form label,
.double-form label input {
  width: 100%;
  margin-bottom: 0 !important;
}
@media (max-width: 640px) {
  .double-form label,
  .double-form label input {
    margin-bottom: 10px !important;
  }
}
.double-form label input {
  margin-bottom: 0;
}

.check {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 13px;
  line-height: 20px;
  -moz-column-gap: 15px;
       column-gap: 15px;
  margin: 20px 0;
}
.check input {
  width: 25px !important;
  height: 25px;
  min-height: auto;
  min-height: auto !important;
  margin: 0 !important;
  border: none;
  padding: 0 !important;
  border: 1px solid rgba(255, 255, 255, 0.42);
  background: rgba(255, 255, 255, 0.1);
  -webkit-appearance: none;
  cursor: pointer;
}
.check input:checked {
  -webkit-appearance: auto;
}
.check label {
  text-align: left;
}

.info-rgpd {
  font: 400 11px/14px "Raleway", sans-serif;
  text-align: left;
}

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

.remarque {
  display: none !important;
}

.footer {
  background: #3D3C3B;
  color: #fff;
  padding: 100px 0;
  position: relative;
}
.footer .ct {
  text-align: center;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  -moz-column-gap: 100px;
       column-gap: 100px;
}
@media (max-width: 1250px) {
  .footer .ct {
    row-gap: 40px;
    flex-direction: column;
  }
}
.footer .ct .logo-footer {
  height: 118px;
}
@media (max-width: 1250px) {
  .footer .ct .logo-footer {
    height: 80px;
  }
}
.footer .ct .logo-footer img {
  height: 100%;
  width: auto;
}
.footer-content {
  display: flex;
  flex-direction: row;
  -moz-column-gap: 60px;
       column-gap: 60px;
}
@media (max-width: 960px) {
  .footer-content {
    flex-wrap: wrap;
    row-gap: 60px;
  }
}
@media (max-width: 640px) {
  .footer-content {
    row-gap: 30px;
  }
}
.footer-content .col {
  text-align: left;
  flex: 1 1;
  font: 300 16px/22px "Raleway", sans-serif;
}
@media (max-width: 960px) {
  .footer-content .col {
    flex: 1 1 calc(50% - 60px);
  }
}
@media (max-width: 640px) {
  .footer-content .col {
    flex: 1 1 100%;
  }
}
.footer-content .col > span {
  color: #C09A6F;
  letter-spacing: 1.5px;
  font: 700 13px/15px "Raleway", sans-serif;
  display: block;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.footer-content .col:nth-child(4) {
  min-width: 320px;
}
@media (max-width: 960px) {
  .footer-content .col:nth-child(4) {
    min-width: unset;
  }
}
.footer-content .col .facebook {
  transition: all 0.2s ease-in-out;
  display: inline-block;
  color: #fff;
  text-decoration: none;
}
.footer-content .col .facebook:before {
  font-family: "icomoonMPI" !important;
  content: "ꀇ";
  font-size: 38px;
  transition: all 0.2s ease-in-out;
}
.footer-content .col .facebook:hover {
  transform: translateY(-7px);
}
.footer-content .col .linkedin {
  transition: all 0.2s ease-in-out;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  margin-left: 5px;
}
.footer-content .col .linkedin:before {
  font-family: "icomoonMPI" !important;
  content: "뀃";
  font-size: 38px;
  transition: all 0.2s ease-in-out;
}
.footer-content .col .linkedin:hover {
  transform: translateY(-7px);
}
.footer-content .col .telFooter {
  display: block;
  margin-top: 10px;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  text-decoration: none;
  position: relative;
  transition: all 0.2s ease-in-out;
}
.footer-content .col .telFooter:before {
  width: 0px;
  height: 2px;
  opacity: 0;
  transition: all 0.2s ease-in-out;
  content: "";
  background: #fff;
  bottom: 0;
  left: 0;
  position: absolute;
}
.footer-content .col .telFooter:hover:before {
  width: 100%;
  opacity: 1;
}
.footer-content .col .telFooter.btn {
  margin-top: 20px;
  padding: 12px 30px;
}
.footer-content .col ul {
  margin: 20px 0;
  padding: 0;
}
.footer-content .col ul li {
  list-style: none;
  display: flex;
  flex-direction: row;
  -moz-column-gap: 10px;
       column-gap: 10px;
  align-items: center;
  margin-bottom: 8px;
}
.footer-content .col ul li a {
  color: #fff;
  text-decoration: none;
  position: relative;
  transition: all 0.2s ease-in-out;
}
.footer-content .col ul li a:before {
  width: 0px;
  height: 2px;
  opacity: 0;
  transition: all 0.2s ease-in-out;
  content: "";
  background: #fff;
  bottom: 0;
  left: 0;
  position: absolute;
}
.footer-content .col ul li a:hover:before {
  width: 100%;
  opacity: 1;
}
.footer-content .col .btn {
  margin-top: 20px;
  padding: 12px 30px;
}
.footer-img {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 1;
  opacity: 0.06;
}
.footer-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.bleu-clair {
  color: #5CC0C5;
}

.crosslink {
  background: #3D3C3B;
  color: #fff;
  width: 100%;
  padding: 0 0 40px 0;
  box-sizing: border-box;
  text-align: center;
}
.crosslink a {
  color: #fff;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  font: 300 16px/22px "Raleway", sans-serif;
}
.crosslink a:hover {
  color: #C09A6F;
}

.anim {
  transform: translateY(50px);
  opacity: 0;
  transition: all 0.6s ease-in-out;
  position: relative;
}

.animRight {
  transform: translateX(50px);
  opacity: 0;
  transition: all 0.6s ease-in-out;
  position: relative;
}

.animLeft {
  transform: translateX(-50px);
  opacity: 0;
  transition: all 0.6s ease-in-out;
  position: relative;
}

.slider-mentions .slider-content {
  margin-top: 100px;
}

.num {
  color: rgba(222, 222, 222, 0.33);
  font: normal 200px/270px "Raleway", sans-serif;
}

.container-master {
  position: relative;
  width: 100%;
  overflow-x: hidden;
}
@media (max-width: 640px) {
  .container-master {
    overflow: hidden;
    position: relative;
  }
}
.container-master .intro h2 {
  margin-bottom: 5px;
}
.container-master .txtImg .num {
  position: absolute;
  top: -100px;
  left: -100px;
  z-index: -1;
}
.container-master .txtImg .ct .txt .txt-content {
  width: 85%;
}
@media (max-width: 960px) {
  .container-master .txtImg .ct .txt .txt-content {
    width: 100%;
  }
}
.container-master .txtImg .img {
  height: 550px;
}
@media (max-width: 640px) {
  .container-master .txtImg .img {
    height: 350px;
  }
}
.container-master .imgTxt .num {
  position: absolute;
  top: -100px;
  left: -100px;
  z-index: -1;
}
.container-master .imgTxt .ct .txt .txt-content {
  width: 85%;
  margin-left: 15%;
}
@media (max-width: 960px) {
  .container-master .imgTxt .ct .txt .txt-content {
    width: 100%;
    margin-left: 0;
  }
}
.container-master .imgTxt .img {
  height: 550px;
}
@media (max-width: 640px) {
  .container-master .imgTxt .img {
    height: 350px;
  }
}
.container-master .width70 {
  width: 70%;
  margin: 0 auto;
}
@media (max-width: 640px) {
  .container-master .width70 {
    width: 100%;
  }
}
.container-master .width80 {
  width: 80%;
  margin: 0 auto;
}
@media (max-width: 640px) {
  .container-master .width80 {
    width: 100%;
  }
}
.container-master .img-localisation {
  margin: 30px auto;
  height: 120px;
}
.container-master .img-localisation img {
  height: 100%;
}
.container-master .ref h2 {
  width: 80%;
  margin: 0 auto;
}
@media (max-width: 640px) {
  .container-master .ref h2 {
    width: 100%;
  }
}
.container-master .txt2Col {
  flex-direction: row;
  display: flex;
  -moz-column-gap: 150px;
       column-gap: 150px;
  align-items: flex-end;
}
@media (max-width: 800px) {
  .container-master .txt2Col {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 40px;
  }
}
.container-master .txt2Col-col {
  position: relative;
  flex: 1 1;
}
.container-master .txt2Col-col .num {
  position: absolute;
  top: -100px;
  left: -100px;
  z-index: -1;
}
.container-master .txt2Col.txt2ColPictos .txt2Col-col {
  display: flex;
  flex-direction: column;
  row-gap: 50px;
}
.container-master .txt2Col.txt2ColPictos .txt2ColPictos-bloc {
  display: flex;
  flex-direction: row;
  -moz-column-gap: 20px;
       column-gap: 20px;
  align-items: flex-start;
}
.container-master .txt2Col.txt2ColPictos .txt2ColPictos-picto {
  height: 58px;
}
@media (max-width: 960px) {
  .container-master .txt2Col.txt2ColPictos .txt2ColPictos-picto {
    width: 80px;
    flex: none;
  }
}
.container-master .txt2Col.txt2ColPictos .txt2ColPictos-picto img {
  height: 100%;
}
.container-master .txt2Col.txt2ColPictos .txt2ColPictos-txt h3 {
  margin-top: 0;
}
@media (max-width: 960px) {
  .container-master .txt2Col.txt2ColPictos {
    flex-direction: column;
    row-gap: 50px;
  }
}
.container-master ul {
  margin-top: 30px;
}
.container-master ul li {
  margin-bottom: 6px;
}
@media (max-width: 640px) {
  .container-master .sectionCitation {
    padding-bottom: 0;
  }
}
.container-master .sectionCitation .tel {
  text-decoration: none;
  font-weight: bold;
  color: #C09A6F;
  font-size: 18px;
  display: block;
  margin-top: 10px;
}
.container-master .sectionCitation .cordonnees {
  font-weight: bold;
}
@media (max-width: 640px) {
  .container-master .sectionCitation.sectionCitationMousse {
    padding-bottom: 90px;
  }
}

.atouts {
  margin: 80px auto;
  display: flex;
  flex-direction: row;
  -moz-column-gap: 80px;
       column-gap: 80px;
  row-gap: 60px;
  flex-wrap: wrap;
  align-items: flex-end;
}
.atouts .atout {
  flex: 1 1 calc(50% - 60px);
  text-align: center;
}
@media (max-width: 640px) {
  .atouts .atout {
    flex: 1 1 100%;
  }
}
.atouts .atout-img {
  margin-bottom: 20px;
}
.atouts .atout-titre {
  display: block;
  font: 700 16px/25px "Raleway", sans-serif;
  margin-bottom: 10px;
}
.atouts .atout-txt {
  font: normal 14px/22px "Raleway", sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
}
@media (max-width: 640px) {
  .atouts .atout-txt {
    font: normal 12px/19px "Raleway", sans-serif;
  }
}
.atouts.atouts3 .atout {
  flex: 1 1 calc(33% - 60px);
}
@media (max-width: 640px) {
  .atouts.atouts3 .atout {
    flex: 1 1 100%;
  }
}

.imgParallaxe {
  height: 640px;
  position: relative;
}
@media (max-width: 640px) {
  .imgParallaxe {
    height: 450px;
  }
}
.imgParallaxe-img {
  background: url(../images/imgParallaxe.jpg) no-repeat center center;
  background-attachment: fixed !important;
  background-size: 100% auto !important;
  width: 100%;
  height: 100%;
}
@media (max-width: 960px) {
  .imgParallaxe-img {
    background-attachment: initial !important;
    background-size: cover !important;
  }
}
.imgParallaxe-img-mousse {
  background: url(../images/imgMousse-parallaxe.jpg) no-repeat center center;
  background-attachment: fixed !important;
  background-size: 100% auto !important;
  width: 100%;
  height: 100%;
}
@media (max-width: 960px) {
  .imgParallaxe-img-mousse {
    background-attachment: initial !important;
    background-size: cover !important;
  }
}
.imgParallaxe-img-schluter {
  background: url(../images/parallaxeCaniveau.jpg) no-repeat center center;
  background-attachment: fixed !important;
  background-size: 100% auto !important;
  width: 100%;
  height: 100%;
}
@media (max-width: 960px) {
  .imgParallaxe-img-schluter {
    background-attachment: initial !important;
    background-size: cover !important;
  }
}
.imgParallaxe-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(192, 154, 111, 0.3);
}
.imgParallaxe h2 {
  color: #fff;
}
.imgParallaxe .ct {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.header {
  position: fixed;
  display: flex;
  flex-direction: row;
  width: 100%;
  z-index: 4;
  padding: 40px 70px;
  box-sizing: border-box;
  transition: all 0.2s ease-in-out;
  background: rgb(0, 0, 0);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
}
@media (max-width: 1140px) {
  .header {
    padding: 40px;
  }
}
@media (max-width: 960px) {
  .header {
    justify-content: flex-end;
  }
}
@media (max-width: 640px) {
  .header {
    padding: 40px 0px;
  }
}
.header-logo {
  height: 140px;
  transition: all 0.2s ease-in-out;
  position: relative;
}
@media (max-width: 1450px) {
  .header-logo {
    height: 100px;
  }
}
@media (max-width: 1140px) {
  .header-logo {
    height: 80px;
  }
}
@media (max-width: 960px) {
  .header-logo {
    position: absolute;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.header-logo a {
  display: block;
  text-decoration: none;
  height: 100%;
}
.header-logo img {
  height: 100%;
  width: auto;
}
.header-logo .scroll {
  opacity: 0;
  transform: translateY(-50px);
  position: absolute;
}
.header-outils {
  display: flex;
  flex-direction: row;
  -moz-column-gap: 30px;
       column-gap: 30px;
  color: #fff;
  height: 40px;
  align-items: flex-start;
}
.header-outils .tel {
  text-decoration: none;
  color: #fff;
  font: 500 17px/40px "Raleway", sans-serif;
  transition: all 0.2s ease-in-out;
  position: relative;
}
@media (max-width: 1450px) {
  .header-outils .tel {
    font-size: 0;
  }
}
.header-outils .tel:before {
  opacity: 0;
  width: 0;
  bottom: 0;
  content: "";
  left: 0;
  width: 0;
  height: 1px;
  background: #fff;
  transition: all 0.2s ease-in-out;
  position: absolute;
}
@media (max-width: 1450px) {
  .header-outils .tel:after {
    font-family: "icomoonMPI" !important;
    font-size: 25px;
    content: "뀂";
  }
}
.header-outils .tel:hover:before {
  width: 100%;
  opacity: 1;
}
.header-outils .btn {
  height: 100%;
  padding: 0 20px;
  line-height: 40px;
}
@media (max-width: 1450px) {
  .header-outils .btn {
    font-size: 0;
  }
}
@media (max-width: 960px) {
  .header-outils .btn {
    padding: 0 20px 0 0;
    line-height: 40px;
    background: transparent;
  }
}
@media (max-width: 1450px) {
  .header-outils .btn:after {
    font-family: "icomoonMPI" !important;
    font-size: 25px;
    content: "뀁";
  }
}
.header.fix {
  background: #3D3C3B;
  padding: 20px 40px;
  z-index: 99;
}
@media (max-width: 960px) {
  .header.fix {
    padding: 15px 40px;
  }
}
@media (max-width: 640px) {
  .header.fix {
    padding: 15px 0;
  }
}
.header.fix .header-logo {
  height: 40px;
}
.header.fix .header-logo a:first-child {
  opacity: 0;
  height: 0;
  transform: translateY(-100px);
}
.header.fix .header-logo a.scroll {
  transform: translateY(0);
  opacity: 1;
  height: 100%;
}
@media (max-width: 640px) {
  .header.fix .header-logo a.scroll {
    left: 50%;
    transform: translate(-50%, 0);
  }
}
@media (max-width: 960px) {
  .header.fix .menu {
    top: 0;
    left: 0;
  }
}

.menu {
  flex: 1 1;
  height: 40px;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 960px) {
  .menu {
    position: fixed;
    top: 25px;
    left: 40px;
    z-index: 999;
  }
}
@media (max-width: 640px) {
  .menu {
    left: 0;
  }
}
.menu nav {
  height: 100%;
}
.menu nav ul {
  height: 100%;
  margin: 0;
  line-height: 40px;
}
@media (max-width: 1140px) {
  .menu nav ul {
    padding-left: 0;
  }
}
.menu nav ul li {
  line-height: 40px;
  transition: all 0.2s ease-in-out;
  position: relative;
}
.menu nav ul li a {
  line-height: 40px !important;
  padding: 0 15px !important;
  position: relative;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 960px) {
  .menu nav ul li a {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.menu nav ul li a:before {
  bottom: 0;
  left: 50%;
  background: #fff;
  position: absolute;
  opacity: 0;
  content: "";
  width: 0;
  height: 1px;
  transform: translateX(-50%);
  transition: all 0.2s ease-in-out;
}
.menu nav ul li a:hover:before {
  width: 100%;
  opacity: 1;
}
.menu nav ul li ul.enfant {
  max-height: 0;
  overflow: hidden;
  opacity: 1;
  position: absolute;
  bottom: 0;
  transition: all 0.3s ease-in-out;
  transform: translateY(100%);
  display: flex;
  flex-direction: column;
  background: #C09A6F;
  color: #fff;
  width: 160px;
  height: auto;
  padding-left: 0;
  border-radius: 5px;
  overflow: hidden;
}
@media (max-width: 960px) {
  .menu nav ul li ul.enfant {
    display: none;
  }
}
.menu nav ul li ul.enfant a {
  color: #fff;
  transition: all 0.2s ease-in-out;
  font-weight: 300;
}
.menu nav ul li ul.enfant.traitement a:hover {
  background: #60724A;
  color: #fff;
}
.menu nav ul li ul.enfant.aerogommage a:hover {
  background: #D2623C;
  color: #fff;
}
.menu nav ul li ul.enfant.isolation a:hover {
  background: #E5C74B;
  color: #fff;
}
.menu nav ul li:hover ul.enfant {
  max-height: 700px;
  opacity: 1;
}

.burger {
  display: none;
}
@media (max-width: 960px) {
  .burger {
    height: 110px;
    width: 110px;
    background: #C09A6F;
    color: #fff;
    display: flex;
    flex-direction: column;
    position: relative;
    justify-content: space-around;
    order: 1;
    cursor: pointer;
    padding: 35px;
    box-sizing: border-box;
    padding: 18px;
    height: 70px;
    width: 70px;
  }
}
.burger span {
  height: 2px;
  width: 32px;
  background: #fff;
  transition: opacity 0.1s ease, transform 0.3s ease;
}
.burger span:nth-child(2) {
  width: 26px;
}
@media (max-width: 960px) {
  .burger.open {
    justify-content: center;
    z-index: 16000;
  }
}
@media (max-width: 960px) {
  .burger.open:before {
    opacity: 0.05;
    pointer-events: auto;
  }
}
.burger.open span {
  position: absolute;
}
.burger.open span:nth-child(1) {
  transform: rotate(45deg);
}
.burger.open span:nth-child(2) {
  opacity: 0;
}
.burger.open span:nth-child(3) {
  transform: rotate(-45deg);
}

@media (max-width: 960px) {
  nav {
    bottom: auto;
    overflow: visible;
    padding: 20px 0px;
    display: block;
    overflow-x: hidden;
    overflow-y: auto;
    background: #C09A6F;
    color: #fff;
    flex-direction: column;
    box-sizing: border-box;
    row-gap: 40px;
    display: flex;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    transition: all 0.3s ease-out;
    width: 520px;
    max-width: 650px;
    padding: 35px;
    box-sizing: border-box;
    max-width: 100%;
    width: 100%;
  }
}
@media (max-width: 960px) {
  nav.open {
    height: 100vh;
    z-index: 15000;
    transform: translateX(-100%);
  }
}
nav ul {
  display: flex;
  flex-direction: row;
  color: white;
  justify-content: center;
}
@media (max-width: 960px) {
  nav ul {
    padding: 0;
    background: none;
    zoom: 1;
    position: relative;
    flex-direction: column;
    width: 100%;
    color: #fff;
    padding: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}
nav ul a,
nav ul span {
  color: white;
  font: 500 16px/19px "Raleway", sans-serif;
}
@media (max-width: 1100px) {
  nav ul a,
  nav ul span {
    font-size: 14px;
  }
}
@media (max-width: 960px) {
  nav ul a,
  nav ul span {
    color: #fff;
    font-family: "Raleway", sans-serif;
    font-size: 28px;
    line-height: 35px;
    padding: 10px 0;
    transition: all 0.2s ease-in-out;
  }
}
@media (max-width: 960px) {
  nav ul a:hover,
  nav ul span:hover {
    transform: translateX(8px);
  }
}
nav ul li {
  margin: 0;
  background: none;
  text-align: left;
  display: block;
}
nav ul li ul {
  padding: 0;
  padding-left: 1rem;
}
nav ul ul {
  position: relative;
  top: initial;
}
nav ul ul li:last-child {
  border-bottom: none;
}
nav ul ul ul {
  top: 100%;
  left: 0px;
}
nav a,
nav span {
  text-decoration: none;
  padding: 8px 15px;
  display: block;
}
nav a:hover,
nav span:hover {
  display: block;
  position: relative;
  outline: none;
}
nav a:active,
nav span:active {
  display: block;
  position: relative;
  outline: none;
}
nav a:visited,
nav span:visited {
  display: block;
  position: relative;
  outline: none;
}

@media (max-width: 960px) {
  .fond-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 99;
    cursor: pointer;
    pointer-events: none;
    opacity: 0;
    background: rgba(61, 60, 59, 0.5);
  }
}
@media (max-width: 960px) {
  .fond-nav.open {
    opacity: 1;
    pointer-events: auto;
  }
}

.section-projet {
  position: relative;
}
.section-projet .fond-projet {
  background: #F4F4F4;
  top: 0;
  width: 100%;
  left: 0;
  height: 50%;
  position: absolute;
  z-index: 1;
}
.section-projet .ct {
  position: relative;
  z-index: 2;
  height: 480px;
  overflow: hidden;
  box-sizing: border-box;
  color: #fff;
  text-align: center;
}
.section-projet .ct h2 {
  text-align: center;
  color: #fff;
}
.section-projet .ct a.btn {
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
  margin: 30px auto 0;
  width: -moz-fit-content;
  width: fit-content;
}
.section-projet .ct a.btn:hover {
  background: #fff;
  color: #C09A6F;
}
.section-projet-img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
}
.section-projet-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.section-projet-txt {
  position: relative;
  z-index: 2;
  background: rgba(192, 154, 111, 0.65);
  height: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
}
.section-projet.vert .section-projet-txt {
  background: rgba(96, 114, 74, 0.65);
}
.section-projet.orange .section-projet-txt {
  background: rgba(210, 98, 60, 0.65);
}
.section-projet.jaune .section-projet-txt {
  background: rgba(229, 199, 75, 0.65);
}

.ref .txt {
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 70px;
       column-gap: 70px;
}
@media (max-width: 850px) {
  .ref .txt {
    -moz-column-count: 1;
         column-count: 1;
  }
}
.ref ul {
  list-style-image: url("../images/li.svg");
  list-style-position: outside;
  margin-left: 0;
  padding-left: 28px;
}
.ref ul li {
  text-align: left;
  padding-left: 20px;
  margin-bottom: 10px;
}
.ref h3.orange {
  color: #D2623C;
}
.ref h3.jaune {
  color: #E5C74B;
}
.ref h3.vert {
  color: #60724A;
}
.ref h3.marron {
  color: #685244;
}

.section-avis {
  position: relative;
}
.section-avis .swiper-avis {
  position: relative;
}
.section-avis .swiper-container {
  width: 830px;
  max-width: 90%;
  text-align: center;
  margin: 0 auto;
  position: initial;
  z-index: 2;
  overflow: hidden;
}
.section-avis .txt {
  font: 300 22px/27px "Raleway", sans-serif;
  margin: 70px auto;
}
@media (max-width: 960px) {
  .section-avis .txt {
    padding: 0 40px;
  }
}
@media (max-width: 640px) {
  .section-avis .txt {
    font-size: 16px;
    line-height: 22px;
    padding: 0 40px;
  }
}
.section-avis .nom {
  font: 700 17px/27px "Raleway", sans-serif;
}
.section-avis .fleche-left {
  left: 0;
  height: 72px;
  width: 34px;
  position: absolute;
  cursor: pointer;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  z-index: 3;
}
.section-avis .fleche-left img {
  height: 100%;
}
.section-avis .fleche-right {
  right: 0;
  position: absolute;
  height: 72px;
  width: 34px;
  cursor: pointer;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  left: auto;
  z-index: 3;
}
.section-avis .fleche-right img {
  height: 100%;
}

/*--- POP-UP --*/
.cPopup {
  position: fixed;
  display: block;
  width: 100vw;
  height: 100vh;
  z-index: 999999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.cPopup .cPopup-fond {
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
  z-index: 100;
  cursor: pointer;
}
.cPopup .cPopup-Ct {
  width: 650px !important;
  box-sizing: border-box;
  background-color: #fff;
  position: absolute;
  z-index: 9999;
  display: block;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  padding: 25px 50px !important;
  border: 0;
  color: #3D3C3B;
  text-decoration: none;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
  max-height: 90%;
  overflow-y: auto;
  max-width: 90%;
  text-align: center;
}
.cPopup .cPopup-Ct ul {
  padding-left: 30px;
  margin: 20px 0;
}
.cPopup .cPopup-Ct img {
  width: 100%;
}
.cPopup .cPopup-Ct h2 {
  color: #C09A6F;
  font-size: 25px;
  line-height: 28px;
}
.cPopup .cPopup-Ct .bleu {
  color: #C09A6F;
  font-weight: bold;
}
.cPopup .cPopup-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 300;
  cursor: pointer;
  padding: 10px;
  background: #000;
  transition: 0.3s all ease-out;
}
.cPopup .cPopup-close:before {
  font-size: 20px;
  color: #fff;
  content: "";
  background: url(../images/close.svg) no-repeat center center;
  background-size: 20px 20px;
  display: block;
  height: 20px;
  width: 20px;
  transition: 0.3s all ease-out;
}
.cPopup .cPopup-close:hover {
  background: #C09A6F;
}
.cPopup .enSavoirPlus {
  background: #C09A6F;
  color: #fff;
  display: table;
  margin: 20px auto 40px;
  font-size: 16px;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  padding: 10px 20px;
  cursor: pointer;
  font-weight: 700;
  border-radius: 6px;
  text-decoration: none;
}
.cPopup .enSavoirPlus:hover {
  background: #5CC0C5;
  color: #fff;
  text-decoration: none;
}

@media (max-width: 640px) {
  .cPopup-Ct {
    width: 320px !important;
    padding: 10px;
  }
  .cPopup-Ct .desc-pop br {
    display: none;
  }
  .cPopup-close {
    width: 35px;
    height: 35px;
    text-align: center;
    right: 0;
    top: 0;
    background-color: #000;
    color: #fff;
  }
  .cPopup-close:before {
    line-height: 35px;
    width: 35px !important;
    height: 35px !important;
  }
  .cPopup-Ct img {
    width: 100%;
  }
}
.certifications {
  display: flex;
  flex-direction: row;
  -moz-column-gap: 120px;
       column-gap: 120px;
  margin-top: 78px;
  width: 80%;
  margin: 78px auto 0;
}
@media (max-width: 640px) {
  .certifications {
    width: 100%;
    flex-wrap: wrap;
    row-gap: 40px;
  }
}
.certifications .certification {
  flex: 1 1;
  display: flex;
  flex-direction: row;
  -moz-column-gap: 44px;
       column-gap: 44px;
  align-items: flex-start;
}
@media (max-width: 1100px) {
  .certifications .certification {
    flex-direction: column;
  }
}
.certifications .certification-picto {
  height: 115px;
}
.certifications .certification-picto img {
  height: 100%;
  width: auto;
}
.certifications .certification-txt {
  margin-top: 23px;
  font: 300 17px/22px "Raleway", sans-serif;
  text-align: left;
}
.certifications .certification-txt strong {
  font: 600 27px/31px "Raleway", sans-serif;
  margin-bottom: 10px;
  display: block;
}
@media (max-width: 640px) {
  .certifications .certification-txt strong {
    font-size: 22px;
    line-height: 26px;
  }
}

.ariane {
  padding: 35px 77px 0 77px;
  text-align: left;
  font: 400 17px/24px "Raleway", sans-serif;
  color: #3D3C3B;
}
@media (max-width: 640px) {
  .ariane {
    font-size: 15px;
    line-height: 18px;
    padding: 35px 40px 0 40px;
  }
}
.ariane a {
  font: 400 17px/24px "Raleway", sans-serif;
  text-decoration: none;
  color: #3D3C3B;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 640px) {
  .ariane a {
    font-size: 15px;
    line-height: 18px;
  }
}
.ariane a:hover {
  color: #C09A6F;
}
.ariane img {
  display: inline-block;
  vertical-align: middle;
  margin: 0 15px;
  height: 6px;
}
@media (max-width: 640px) {
  .ariane img {
    margin: 0 8px;
  }
}

ul.ul-orange {
  list-style-image: url("../images/li-orange.svg");
  list-style-position: outside;
  margin-left: 0;
  padding-left: 28px;
}
ul.ul-orange li {
  text-align: left;
  padding-left: 20px;
}

ul.ul-vert {
  list-style-image: url("../images/li-vert.svg");
  list-style-position: outside;
  margin-left: 0;
  padding-left: 28px;
}
ul.ul-vert li {
  text-align: left;
  padding-left: 20px;
}

ul.ul-marron {
  list-style-image: url("../images/li-marron.svg");
  list-style-position: outside;
  margin-left: 0;
  padding-left: 28px;
}
ul.ul-marron li {
  text-align: left;
  padding-left: 20px;
}

ul.ul-jaune {
  list-style-image: url("../images/li-jaune.svg");
  list-style-position: outside;
  margin-left: 0;
  padding-left: 28px;
}
ul.ul-jaune li {
  text-align: left;
  padding-left: 20px;
}

.formulaire .form p {
  font-weight: 300;
}
.formulaire.noir {
  background: #3D3C3B;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}
.formulaire.orange {
  background: #D2623C;
  color: #fff;
}
.formulaire.jaune {
  background: #E5C74B;
  color: #fff;
}
.formulaire.vert {
  background: #60724A;
  color: #fff;
}
.formulaire.marron {
  background: #685244;
  color: #fff;
}
.formulaire h2 {
  color: #fff;
}
.formulaire .lbl {
  font: 400 17px/24px "Raleway", sans-serif;
  text-align: left;
  margin-bottom: 5px;
}

.entrees {
  display: flex;
  flex-direction: row;
  justify-content: center;
  -moz-column-gap: 70px;
       column-gap: 70px;
  margin-top: 100px;
}
@media (max-width: 960px) {
  .entrees {
    flex-wrap: wrap;
    row-gap: 60px;
  }
}
.entrees .entree {
  display: flex;
  flex-direction: row;
  -moz-column-gap: 45px;
       column-gap: 45px;
  font: 300 17px/22px "Raleway", sans-serif;
  position: relative;
  transition: all 0.2s ease-in-out;
}
.entrees .entree:before {
  bottom: -20px;
  width: 0;
  opacity: 0;
  transition: all 0.2s ease-in-out;
  content: "";
  position: absolute;
  height: 2px;
}
.entrees .entree:hover:before {
  width: 100%;
  opacity: 1;
}
.entrees .entree strong {
  display: block;
  font: 600 27px/31px "Raleway", sans-serif;
  margin-bottom: 8px;
}
@media (max-width: 960px) {
  .entrees .entree strong {
    font-size: 22px;
    line-height: 26px;
  }
}
.entrees .entree:after {
  font: 100 50px/20px "Raleway", sans-serif;
  content: "+";
  position: absolute;
  bottom: 0;
  right: 0;
}
.entrees .entree .txt {
  padding-right: 40px;
}
.entrees .entree .picto {
  position: relative;
  padding-top: 20px;
}
.entrees .entree .picto:after {
  position: absolute;
  z-index: -1;
  font-size: 67px;
  content: "ꀈ";
  font-family: "icomoonMPI" !important;
  line-height: 67px;
  top: 0;
  right: 0;
}
.entrees .entree .picto:before {
  font-size: 56px;
  font-family: "icomoonMPI" !important;
  position: relative;
  z-index: 1;
  line-height: 56px;
  font-weight: normal;
  margin-right: 35px;
}
.entrees .entree.orange:before {
  background: #D2623C;
}
.entrees .entree.orange .picto {
  color: #D2623C;
}
.entrees .entree.orange .picto:after {
  color: rgba(210, 98, 60, 0.1);
}
.entrees .entree.jaune:before {
  background: #E5C74B;
}
.entrees .entree.jaune .picto {
  color: #E5C74B;
}
.entrees .entree.jaune .picto:after {
  color: rgba(229, 199, 75, 0.1);
}
.entrees .entree.vert:before {
  background: #60724A;
}
.entrees .entree.vert .picto {
  color: #60724A;
}
.entrees .entree.vert .picto:after {
  color: rgba(96, 114, 74, 0.1);
}
.entrees .entree.marron:before {
  background: #685244;
}
.entrees .entree.marron .picto {
  color: #685244;
}
.entrees .entree.marron .picto:after {
  color: rgba(104, 82, 68, 0.1);
}
.entrees .entree.aero1 .picto:before {
  content: "ꀂ";
}
.entrees .entree.aero2 .picto:before {
  content: "ꀐ";
}
.entrees .entree.iso1 .picto:before {
  content: "ꀑ";
}
.entrees .entree.iso2 .picto:before {
  content: "ꀒ";
}
.entrees .entree.traitement1 .picto:before {
  content: "ꀓ";
}
.entrees .entree.traitement2 .picto:before {
  content: "ꀔ";
}
.entrees .entree.traitement3 .picto:before {
  content: "ꀕ";
}

.diagnostics {
  margin-top: 70px;
}
.diagnostics ul {
  display: flex;
  flex-direction: row;
  -moz-column-gap: 70px;
       column-gap: 70px;
  justify-content: flex-start;
  flex-wrap: wrap;
  row-gap: 16px;
}
@media (max-width: 700px) {
  .diagnostics ul {
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
  }
}
.diagnostics ul li {
  font: 600 20px/24px "Raleway", sans-serif;
  flex: 0 1 calc(33% - 70px);
}
@media (max-width: 960px) {
  .diagnostics ul li {
    flex: 0 1 calc(50% - 70px);
  }
}
@media (max-width: 700px) {
  .diagnostics ul li {
    font-size: 17px;
    line-height: 20px;
    flex: 0 1 100%;
  }
}

.biocides {
  height: 103px;
  margin-bottom: 15px;
}
.biocides img {
  height: 100%;
  width: auto;
}/*# sourceMappingURL=site.css.map */