@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=block");
@font-face {
  font-family: "Nina";
  src: url("fonts/Nina.eot");
  src: url("fonts/Nina.eot?#iefix") format("embedded-opentype"), url("fonts/Nina.woff2") format("woff2"), url("fonts/Nina.woff") format("woff"), url("fonts/Nina.ttf") format("truetype"), url("fonts/Nina.svg#Nina") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "Nina";
  src: url("fonts/Nina-Bold.eot");
  src: url("fonts/Nina-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/Nina-Bold.woff2") format("woff2"), url("fonts/Nina-Bold.woff") format("woff"), url("fonts/Nina-Bold.ttf") format("truetype"), url("fonts/Nina-Bold.svg#Nina-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: block;
}
/*! 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;
}

#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%);
}

.lbl {
  text-align: left;
}

#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-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: #CBC0B5;
  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]:hover {
  background: #4A4C50;
  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;
}

.burger {
  height: 88px;
  width: 88px;
  background: #fff;
  color: #4A4C50;
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: space-around;
  order: 1;
  cursor: pointer;
  padding: 29px;
  box-sizing: border-box;
  border-right: 1px solid rgba(74, 76, 80, 0.5);
  right: 0;
}
@media (max-width: 960px) {
  .burger {
    padding: 18px;
    height: 70px;
    width: 70px;
  }
}
.burger span {
  height: 2px;
  width: 32px;
  background: #4A4C50;
  transition: opacity 0.1s ease, transform 0.3s ease;
}
.burger span:nth-child(2) {
  width: 26px;
}
.burger.open {
  justify-content: center;
  z-index: 16000;
  border-right: none;
}
.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);
}

nav {
  bottom: auto;
  overflow: visible;
  padding: 20px 0px;
  display: block;
  overflow-x: hidden;
  overflow-y: auto;
  background: url(../images/fond-menu.svg) top -82px right -150px no-repeat #CBC0B5;
  background-size: 85%;
  color: #fff;
  flex-direction: column;
  box-sizing: border-box;
  row-gap: 40px;
  display: flex;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  transition: all 0.3s ease-out;
  width: 486px;
  max-width: 486px;
  padding: 110px 60px 50px 60px;
  transform: translateX(100%);
  z-index: 9;
}
@media (max-width: 960px) {
  nav {
    padding: 35px;
    box-sizing: border-box;
    max-width: 100%;
    width: 100%;
  }
}
@media (max-height: 600px) {
  nav {
    min-height: 100vh;
    overflow-y: auto;
  }
}
nav.open {
  height: 100vh;
  transform: translateX(0);
}
nav ul {
  padding: 0;
  background: none;
  zoom: 1;
  position: relative;
  flex-direction: column;
  width: 100%;
  color: #fff;
  padding: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-height: 600px) {
  nav ul {
    top: auto;
    transform: none;
  }
}
nav ul a,
nav ul span {
  color: #fff;
  font-family: "Raleway", sans-serif;
  font-size: 2rem;
  line-height: 2.8rem;
  padding: 10px 0;
  transition: all 0.2s ease-in-out;
  font-weight: 300;
  text-transform: uppercase;
}
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;
}

.fond-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 99;
  cursor: pointer;
  pointer-events: none;
  opacity: 0;
  background: rgba(74, 76, 80, 0.5);
}
.fond-nav.open {
  opacity: 1;
  pointer-events: auto;
}

.nav-bas {
  text-align: left;
  color: #fff;
  position: absolute;
  bottom: 40px;
  padding: 0 20px;
  width: 70%;
}
@media (max-height: 600px) {
  .nav-bas {
    position: relative;
  }
}
.nav-bas a {
  letter-spacing: 1px;
  font-family: "Nina";
  font-size: 1.6rem;
  line-height: 1.8rem;
  text-transform: uppercase;
  color: #fff;
}
.nav-bas-bas {
  border-top: 1px solid #fff;
  padding-top: 10px;
  margin-top: 10px;
}

@font-face {
  font-family: "icomoon";
  src: url("fonts/icomoon.eot?j3vhkg");
  src: url("fonts/icomoon.eot?j3vhkg#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?j3vhkg") format("truetype"), url("fonts/icomoon.woff?j3vhkg") format("woff"), url("fonts/icomoon.svg?j3vhkg#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !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-mail:before {
  content: "ꀁ";
}

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

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

html {
  font-size: 62.5%;
}

body {
  color: #4A4C50;
  font: 400 1.7rem/24px "Raleway", sans-serif;
  padding: 0;
  margin: 0;
  overflow-x: clip;
  font-size: clamp(1.3rem, 4vw, 1.7rem);
}
body.nav_open {
  overflow-y: clip;
}
body.nav_open .header-right {
  box-shadow: none;
}
@media (max-width: 1200px) {
  body.nav_open .burger {
    position: absolute;
  }
}
@media (max-width: 960px) {
  body .body-content {
    overflow-x: clip;
  }
}

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

a.link {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 1.5rem;
  line-height: 1.8rem;
  font-family: "Nina";
  font-weight: 700;
  display: flex;
  flex-direction: row;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
  width: -moz-fit-content;
  width: fit-content;
  font-size: clamp(1.3rem, 4vw, 1.5rem);
}
a.link:before {
  content: "";
  width: 18px;
  height: 1px;
  transition: all 0.2s ease-in-out;
  background: #4A4C50;
}
a.link:hover:before {
  width: 30px;
}
a.link.blanc {
  color: #fff;
}
a.link.blanc:before {
  background: #fff;
}

ul {
  margin: 20px 0;
  padding-left: 0;
  list-style: none;
  text-align: left;
}
ul li {
  position: relative;
  padding-left: 25px;
  /* espace pour le marker */
  /* ajout du marker en background */
  background-image: url(../images/li.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 16px 16px;
  /* adapte à la taille de ton icône */
}

.number {
  -webkit-text-stroke: 1px #CBC0B5;
  font-size: 12rem;
  font-weight: 700;
  font-family: "Nina";
  line-height: 13rem;
  color: transparent;
  text-transform: uppercase;
  transform: translateX(-30px);
}

.container {
  position: relative;
}

.center {
  margin: 0 auto;
  text-align: center;
}
.center h2 {
  text-align: center;
}
.center .link {
  margin: 0 auto;
}
.center .btn {
  margin: 0 auto;
}

.ctPetit {
  width: 700px;
  position: relative;
  margin: 0 auto;
}
@media (max-width: 960px) {
  .ctPetit {
    max-width: 80%;
  }
}
@media (max-width: 640px) {
  .ctPetit {
    max-width: 90%;
  }
}

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

.paddingTop40 {
  padding-top: 40px;
}
@media (max-width: 960px) {
  .paddingTop40 {
    padding-top: 30px;
  }
}

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

.paddingTop100 {
  padding-top: 100px;
}
@media (max-width: 960px) {
  .paddingTop100 {
    padding-top: 70px;
  }
}

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

.paddingBottom40 {
  padding-bottom: 40px;
}
@media (max-width: 960px) {
  .paddingBottom40 {
    padding-bottom: 30px;
  }
}

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

.paddingBottom100 {
  padding-bottom: 100px;
}
@media (max-width: 960px) {
  .paddingBottom100 {
    padding-bottom: 70px;
  }
}

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

.btn {
  background: #CBC0B5;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.7rem;
  line-height: 2.1rem;
  font-family: "Nina";
  transition: all 0.2s ease-in-out;
  padding: 22px 50px;
  border: 1px solid #CBC0B5;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-size: clamp(1.3rem, 4vw, 1.7rem);
}
.btn:hover {
  background: transparent;
  color: #CBC0B5;
}
.btn.blanc {
  background: #fff;
  color: #4A4C50;
  border-color: #fff;
}
.btn.blanc:hover {
  background: transparent;
  color: #fff;
}
.btn.blanc.border {
  background: transparent;
  color: #fff;
}
.btn.blanc.border:hover {
  background: #fff;
  color: #4A4C50;
}

.sur-titre {
  text-transform: uppercase;
  font-size: 2rem;
  line-height: 2.4rem;
  font-weight: normal;
  font-family: "Nina";
  color: #CACACA;
  font-size: clamp(1.7rem, 4vw, 2rem);
}

.sur-titre2 {
  text-transform: uppercase;
  font-size: 1.5rem;
  line-height: 1.8rem;
  font-weight: normal;
  font-family: "Nina";
  color: #4A4C50;
  display: block;
  letter-spacing: 2px;
  margin-bottom: 10px;
  font-size: clamp(1.2rem, 4vw, 1.5rem);
}

h2 {
  color: #58575A;
  font-size: 4rem;
  line-height: 4.8rem;
  text-transform: uppercase;
  font-family: "Nina";
  font-weight: normal;
  margin: 0 0 60px 0;
  font-size: clamp(3rem, 4vw, 4rem);
}
@media (max-width: 960px) {
  h2 {
    margin-bottom: 30px;
  }
}
@media (max-width: 640px) {
  h2 br {
    display: none;
  }
}

h2 + h3.small {
  margin-top: -50px;
}
@media (max-width: 960px) {
  h2 + h3.small {
    margin-top: -20px;
  }
}

h3 {
  color: #4A4C50;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Nina";
  font-size: 2.5rem;
  line-height: 1.2;
  font-size: clamp(1.8rem, 4vw, 2.5rem);
}
h3.small {
  text-transform: none;
}

.h3 {
  font-family: "Nina";
  font-size: 2.3rem;
  line-height: 1.2;
  color: #CBC0B5;
  font-weight: 700;
  margin-bottom: 50px;
  font-size: clamp(1.7rem, 4vw, 2.3rem);
}
@media (max-width: 960px) {
  .h3 {
    margin-bottom: 30px;
  }
}

.header {
  position: absolute;
  z-index: 3;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
}
.header-logo {
  width: 336px;
  height: auto;
  margin-left: 60px;
  margin-top: 60px;
}
@media (max-width: 1200px) {
  .header-logo {
    width: 250px;
    margin-left: 30px;
    margin-top: 30px;
  }
}
@media (max-width: 640px) {
  .header-logo {
    width: 150px;
    margin-left: 10px;
    margin-top: 10px;
  }
}
.header-logo img {
  width: 100%;
}
.header-right {
  flex: 1 1;
  text-align: right;
  height: 88px;
  justify-content: flex-end;
  display: flex;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9;
  box-shadow: -1px 4px 5px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: -1px 4px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: -1px 4px 5px 0px rgba(0, 0, 0, 0.1);
  transition: all 0.2s ease-in-out;
}
@media (max-width: 960px) {
  .header-right {
    height: 70px;
  }
}
.header-outils {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  background: #fff;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 88px;
}
@media (max-width: 960px) {
  .header-outils {
    line-height: 70px;
  }
}
.header-outils .menu-secondaire {
  display: flex;
  color: #4A4C50;
}
.header-outils .menu-secondaire a {
  padding: 0 30px;
  text-decoration: none;
  font: 700 1.5rem/88px "Raleway", sans-serif;
}
@media (max-width: 960px) {
  .header-outils .menu-secondaire a {
    line-height: 70px;
  }
}
@media (max-width: 1200px) {
  .header-outils .menu-secondaire {
    display: none;
  }
}
.header-outils .btn-marron {
  background: #CBC0B5;
  color: #fff;
  text-decoration: none;
  padding: 0 30px;
  font: 700 16px/88px "Nina";
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 960px) {
  .header-outils .btn-marron {
    line-height: 70px;
    padding: 0 20px;
  }
}
@media (max-width: 640px) {
  .header-outils .btn-marron {
    font-size: 0;
  }
}
@media (max-width: 640px) {
  .header-outils .btn-marron:before {
    font-family: "icomoon";
    content: "ꀁ";
    font-size: 20px;
    color: #fff;
  }
}
.header-outils .btn-marron:hover {
  background: #4A4C50;
}

.slider-home {
  position: relative;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
}
.slider-home-img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.slider-home-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.slider-home .contenu {
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
  width: 90%;
}
.slider-home .contenu-logo {
  height: 190px;
  width: auto;
  margin: 0 auto 20px;
}
@media (max-width: 640px) {
  .slider-home .contenu-logo {
    height: 120px;
  }
}
.slider-home .contenu-logo img {
  height: 100%;
  width: auto;
}
.slider-home .contenu .sur-titre {
  font: 700 17px/20px "Raleway", sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.slider-home .contenu h1 {
  font: normal 65px/1.2 "Nina";
  margin-top: 0;
  font-size: clamp(3.2rem, 4vw, 6.5rem);
}
.slider-home .contenu h1 strong {
  font-weight: bold;
  color: #CBC0B5;
}
.slider-home .contenu h1 span {
  font-size: clamp(1.2rem, 4vw, 2.4rem);
}
.slider-home .contenu a {
  color: #fff;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
.slider-home .contenu a:hover {
  color: #CBC0B5;
}
.slider-home .overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  height: 100%;
  width: 100%;
  background: rgba(74, 76, 80, 0.7);
}

.imgTxt {
  display: flex;
  flex-direction: row;
  -moz-column-gap: 115px;
       column-gap: 115px;
  align-items: center;
}
@media (max-width: 1200px) {
  .imgTxt {
    -moz-column-gap: 80px;
         column-gap: 80px;
  }
}
@media (max-width: 960px) {
  .imgTxt {
    flex-direction: column-reverse;
    row-gap: 50px;
  }
}
.imgTxt .ct {
  display: flex;
  flex-direction: row;
  -moz-column-gap: 115px;
       column-gap: 115px;
  align-items: center;
}
@media (max-width: 1200px) {
  .imgTxt .ct {
    -moz-column-gap: 80px;
         column-gap: 80px;
  }
}
@media (max-width: 960px) {
  .imgTxt .ct {
    flex-direction: column-reverse;
    row-gap: 50px;
  }
}
.imgTxt .img {
  width: 50%;
  height: 810px;
}
@media (max-width: 960px) {
  .imgTxt .img {
    width: 100%;
    height: 300px;
  }
}
.imgTxt .img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.imgTxt .txt {
  width: calc(50% - 115px);
  padding-right: 5%;
  box-sizing: border-box;
}
@media (max-width: 960px) {
  .imgTxt .txt {
    width: 100%;
    padding-right: 0;
  }
}
.imgTxt .txt h2 {
  width: 60%;
}
@media (max-width: 960px) {
  .imgTxt .txt h2 {
    width: 100%;
  }
}

.txtImg .ct {
  display: flex;
  flex-direction: row-reverse;
  -moz-column-gap: 115px;
       column-gap: 115px;
  align-items: center;
}
@media (max-width: 120px) {
  .txtImg .ct {
    -moz-column-gap: 80px;
         column-gap: 80px;
  }
}
@media (max-width: 960px) {
  .txtImg .ct {
    flex-direction: column-reverse;
    row-gap: 50px;
  }
}
.txtImg .ct .img {
  width: 50%;
  height: 810px;
}
@media (max-width: 960px) {
  .txtImg .ct .img {
    width: 100%;
    height: 300px;
  }
}
.txtImg .ct .img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.txtImg .ct .txt {
  width: calc(50% - 115px);
}
@media (max-width: 960px) {
  .txtImg .ct .txt {
    width: 100%;
  }
}
.txtImg .ct .txt h2 {
  width: 75%;
}
@media (max-width: 640px) {
  .txtImg .ct .txt h2 {
    width: 100%;
  }
}

.down img {
  transform: translateY(0);
}

.txt-big {
  -webkit-text-stroke: 1px #CBC0B5;
  font-size: clamp(6rem, 4vw, 12rem);
  font-weight: 700;
  font-family: "Nina";
  line-height: 1.1;
  color: transparent;
  text-transform: uppercase;
  -webkit-hyphens: auto;
          hyphens: auto;
}
.txt-big .plein {
  color: #CBC0B5;
  -webkit-text-stroke: none;
}
.txt-big.center {
  text-align: center;
}

.col4 {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  -moz-column-gap: 130px;
       column-gap: 130px;
}
@media (max-width: 960px) {
  .col4 {
    -moz-column-gap: 80px;
         column-gap: 80px;
    flex-wrap: wrap;
    row-gap: 20px;
  }
}
.col4 .col {
  flex: 0 1 calc(25% - 130px);
}
@media (max-width: 960px) {
  .col4 .col {
    flex: 0 1 calc(50% - 80px);
  }
}
@media (max-width: 960px) {
  .col4 .col {
    flex: 0 1 100%;
  }
}
.col4 .col-picto {
  margin-bottom: 30px;
}
.col4 .col-titre {
  font-family: "Nina";
  font-size: 2.3rem;
  line-height: 2.8rem;
  display: block;
  margin-bottom: 30px;
}

.plus {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.5s ease, opacity 0.5s ease;
}

.plus.show {
  max-height: 1000px;
  /* assez grand pour contenir le contenu */
  opacity: 1;
}

.lireplus {
  cursor: pointer;
}

.footer {
  background: #4A4C50;
}
.footer .logo-footer {
  width: 290px;
}
.footer .logo-footer img {
  width: 100%;
  height: auto;
}
.footer .ct {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
@media (max-width: 640px) {
  .footer .ct {
    row-gap: 40px;
    flex-direction: column;
  }
}
.footer-content {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  color: #fff;
  -moz-column-gap: 90px;
       column-gap: 90px;
}
@media (max-width: 960px) {
  .footer-content {
    flex-wrap: wrap;
    row-gap: 40px;
  }
}
.footer-content .col {
  flex: 1 1;
}
.footer-content .col:nth-child(2) .link {
  font-weight: 400;
  margin-bottom: 8px;
}
.footer-content-titre {
  display: block;
  letter-spacing: 1px;
  font-size: 1.5rem;
  line-height: 1.8rem;
  font-weight: 700;
  font-family: "Nina";
  margin-bottom: 20px;
  text-transform: uppercase;
}

.crosslink {
  text-align: center;
  padding: 30px;
}

.topPage {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  font-size: 16px;
  transition: opacity 0.4s ease, visibility 0.4s ease;
  opacity: 0;
  visibility: hidden;
  background: #4A4C50;
  box-shadow: -1px 4px 7px 0px rgba(0, 0, 0, 0.17);
  -webkit-box-shadow: -1px 4px 7px 0px rgba(0, 0, 0, 0.17);
}
.topPage img {
  height: 28px;
  -o-object-fit: contain;
     object-fit: contain;
}
.topPage.show {
  opacity: 0.6;
  visibility: visible;
}
.topPage:hover {
  opacity: 1;
}

.types {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 15px;
}
.types span {
  display: block;
  text-transform: uppercase;
  color: #4A4C50;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.8rem;
  font-family: "Nina";
  display: flex;
  flex-direction: row;
  align-items: center;
}
.types span:after {
  content: "";
  height: 30px;
  width: 1px;
  background: rgba(74, 76, 80, 0.3);
  margin: 0 20px;
  display: inline-block;
  flex: none;
}
.types span:last-child:after {
  display: none;
}

.engagements {
  display: flex;
  flex-direction: row;
  -moz-column-gap: 100px;
       column-gap: 100px;
  align-items: flex-start;
}
@media (max-width: 960px) {
  .engagements {
    -moz-column-gap: 50px;
         column-gap: 50px;
  }
}
@media (max-width: 640px) {
  .engagements {
    row-gap: 50px;
    flex-wrap: wrap;
  }
}
.engagements .engagement {
  flex: 0 calc(33% - 100px);
}
@media (max-width: 960px) {
  .engagements .engagement {
    flex: 0 calc(33% - 50px);
  }
}
@media (max-width: 640px) {
  .engagements .engagement {
    flex: 0 1 100%;
  }
}
.engagements .engagement-picto {
  margin-bottom: 30px;
}
.engagements .engagement-titre {
  font-family: "Nina";
  font-size: 2.3rem;
  line-height: 2.8rem;
  display: block;
  margin-bottom: 30px;
}

.section-realisations {
  position: relative;
  min-height: 816px;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 960px) {
  .section-realisations {
    position: relative;
    min-height: auto;
    display: block;
  }
}
.section-realisations .ct {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-end;
}
@media (max-width: 960px) {
  .section-realisations .ct {
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 40px;
  }
}
.section-realisations .ct .txt {
  width: 50%;
  padding: 0 5%;
  box-sizing: border-box;
}
@media (max-width: 960px) {
  .section-realisations .ct .txt {
    width: 100%;
    padding: 0;
  }
}
.section-realisations .realisations {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-stard;
}
@media (max-width: 960px) {
  .section-realisations .realisations {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    flex-wrap: wrap;
  }
}
.section-realisations .realisations .actif {
  position: absolute;
  top: 0;
  right: calc((100vw - 1400px) / 2 + 770px);
  /* aligne la droite au bord du .ct centré */
  width: 630px;
  height: 706px;
  transform-origin: right center;
  overflow: hidden;
}
@media (max-width: 960px) {
  .section-realisations .realisations .actif {
    display: none;
  }
}
.section-realisations .realisations .actif img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.section-realisations .realisations .autres {
  display: flex;
  flex-direction: row;
  align-items: center;
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  width: calc((100vw - 1400px) / 2 + 770px);
}
@media (max-width: 960px) {
  .section-realisations .realisations .autres {
    position: relative;
    right: auto;
    top: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    width: auto;
    width: 100%;
  }
}
.section-realisations .realisations .autres img {
  height: 304px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  flex: 1 1;
}
@media (max-width: 960px) {
  .section-realisations .realisations .autres img {
    height: 300px;
    flex: 1 1 33%;
    width: 33%;
  }
}
@media (max-width: 960px) {
  .section-realisations .realisations .autres img {
    height: 200px;
  }
}

.section-vous-avez-un-projet {
  position: relative;
}
.section-vous-avez-un-projet.marron {
  background: #CBC0B5;
}
.section-vous-avez-un-projet-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: rgba(203, 192, 181, 0.85);
}
.section-vous-avez-un-projet-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.section-vous-avez-un-projet-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.section-vous-avez-un-projet-desc {
  position: relative;
  z-index: 3;
  color: #fff;
}
.section-vous-avez-un-projet-desc .sur-titre {
  color: #fff;
}
.section-vous-avez-un-projet-desc .big {
  color: #fff;
  font-size: 8rem;
  line-height: 8rem;
  font-weight: 700;
  font-family: "Nina";
  margin-bottom: 35px;
  font-size: clamp(4rem, 4vw, 8rem);
}

.section-autres-services .imgTxt .img {
  height: 582px;
}
@media (max-width: 640px) {
  .section-autres-services .imgTxt .img {
    height: 300px;
  }
}
.section-autres-services .imgTxt h2 {
  width: 100%;
}

.slider-master .contenu {
  width: 80vw;
}
.slider-master .overlay {
  background: rgba(74, 76, 80, 0.75);
}
.slider-master .sur-titre.blanc {
  color: #fff !important;
}
.slider-master h1 {
  margin-bottom: 0;
}
.slider-master h1 span {
  display: block;
}
.slider-master .decouvrir {
  position: absolute;
  bottom: 80px;
  left: 50%;
  transform: translateX(-50%);
  color: #CBC0B5;
  font-family: "Raleway", sans-serif;
  font-size: 1.4rem;
  line-height: 1.6rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  z-index: 4;
  align-items: center;
}
.slider-master .decouvrir:before {
  display: block;
  height: 15vh;
  width: 1px;
  background: #CBC0B5;
  content: "";
}

.intro {
  font-size: clamp(1.5rem, 4vw, 1.9rem);
  line-height: 1.4;
  font-weight: 400;
  padding: 0 10%;
  box-sizing: border-box;
}
@media (max-width: 640px) {
  .intro {
    padding: 0;
  }
}

.container-master h3 {
  color: #CBC0B5;
  font-size: 2.3rem;
  font-family: "Nina";
  font-weight: 700;
  line-height: 1.2;
  font-size: clamp(1.8rem, 4vw, 2.3rem);
}
.container-master .txt-big {
  font-size: 12rem;
  line-height: 1.1;
  font-size: clamp(6rem, 4vw, 12rem);
  -webkit-hyphens: auto;
          hyphens: auto;
}
.container-master .txt-big .plein {
  font-size: 8rem;
  line-height: 1.1;
  font-size: clamp(5rem, 4vw, 8rem);
}
.container-master .chiffres {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  -moz-column-gap: 80px;
       column-gap: 80px;
  row-gap: 40px;
}
.container-master .chiffres .chiffre {
  flex: 0 1 calc(25% - 80px);
  font-weight: 700;
  font-size: clamp(1.3rem, 4vw, 1.7rem);
  line-height: 1.3;
}
@media (max-width: 640px) {
  .container-master .chiffres .chiffre {
    flex: 0 1 calc(50% - 80px);
  }
}
.container-master .chiffres .chiffre span {
  display: block;
  font-size: clamp(2.8rem, 4vw, 4rem);
  line-height: 1.3;
  -webkit-text-stroke: 1px #4A4C50;
  color: transparent;
}

.temoignage {
  font-style: italic;
}
.temoignage .quote1 {
  display: block;
  margin-bottom: 12px;
}
.temoignage .quote1 img {
  height: 41px;
  width: auto;
}
.temoignage .quote2 {
  display: block;
  margin-top: 12px;
}
.temoignage .quote2 img {
  height: 41px;
  width: auto;
}

.galeriePhoto #grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.galeriePhoto #grid .box {
  height: 298px;
  flex: 0 1 25%;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
  overflow: hidden;
}
@media (max-width: 960px) {
  .galeriePhoto #grid .box {
    height: 200px;
  }
}
@media (max-width: 640px) {
  .galeriePhoto #grid .box {
    flex: 0 1 33%;
    height: 170px;
  }
}
.galeriePhoto #grid .box a {
  display: block;
  width: 100%;
  height: 100%;
}
.galeriePhoto #grid .box img {
  height: 100%;
  width: 100%;
  transition: all 0.2s ease-in-out;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.galeriePhoto #grid .box:hover img {
  transform: scale(1.2);
}

.autre-rea {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
}
.autre-rea .rea {
  flex: 0 1 50%;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 640px) {
  .autre-rea .rea {
    flex: 0 1 100%;
  }
}
.autre-rea .rea-visuel {
  height: 670px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 960px) {
  .autre-rea .rea-visuel {
    height: 450px;
  }
}
@media (max-width: 640px) {
  .autre-rea .rea-visuel {
    height: 300px;
  }
}
.autre-rea .rea-plus {
  position: absolute;
  top: 45px;
  right: 45px;
  z-index: 2;
  font-size: 15rem;
  line-height: 10rem;
  color: #fff;
  font-weight: 100;
}
.autre-rea .rea-desc {
  position: absolute;
  z-index: 2;
  bottom: 45px;
  left: 45px;
  color: #fff;
  display: flex;
  flex-direction: row;
  -moz-column-gap: 60px;
       column-gap: 60px;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.autre-rea .rea .desc1,
.autre-rea .rea .desc2 {
  display: flex;
  flex-direction: row;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  font-size: 18px;
}
.autre-rea .rea-img {
  height: 100%;
  width: 100%;
}
.autre-rea .rea-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.autre-rea .rea-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(74, 76, 80, 0.5);
  transition: all 0.2s ease-in-out;
}
.autre-rea .rea:hover .rea-visuel .rea-desc {
  transform: translateY(200px);
}
.autre-rea .rea:hover .rea-overlay {
  background: rgba(74, 76, 80, 0.1);
}
.autre-rea .rea-txt {
  padding: 50px;
}
@media (max-width: 640px) {
  .autre-rea .rea-txt {
    padding: 30px;
  }
}
.autre-rea .rea-txt strong {
  display: block;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 4rem;
  line-height: 4.8rem;
  font-family: "Nina";
}
.autre-rea.listing-rea .rea {
  flex: 0 1 25%;
}
@media (max-width: 960px) {
  .autre-rea.listing-rea .rea {
    flex: 0 1 50%;
  }
}
@media (max-width: 640px) {
  .autre-rea.listing-rea .rea {
    flex: 0 1 100%;
  }
}

.ancres {
  margin-top: 90px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 50px;
       column-gap: 50px;
  flex-wrap: wrap;
  row-gap: 14px;
}
.ancres .ancre {
  text-transform: uppercase;
  font-size: 1.7rem;
  line-height: 2rem;
  font-family: "Raleway", sans-serif;
  transition: all 0.2s ease-in-out;
  position: relative;
}
.ancres .ancre:before {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -10px;
  background: #4A4C50;
  height: 1px;
  width: 0;
  content: "";
  transition: all 0.2s ease-in-out;
}
.ancres .ancre:hover {
  font-weight: 700;
}
.ancres .ancre:hover:before {
  width: 50px;
}

.txt50 {
  width: 50%;
}
@media (max-width: 960px) {
  .txt50 {
    width: 100%;
  }
}

.swiper {
  overflow: visible;
}
.swiper .swiper-slide {
  width: auto;
  height: 664px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
}
@media (max-width: 960px) {
  .swiper .swiper-slide {
    height: 300px;
  }
}
.swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.swiper .fleches {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 80px;
  width: 160px;
}
@media (max-width: 640px) {
  .swiper .fleches {
    height: 40px;
    width: 80px;
  }
}
.swiper .fleches .swiper-button-next,
.swiper .fleches .swiper-button-prev {
  background: white;
  height: 80px;
  width: 80px;
  left: auto;
  top: 0;
  margin-top: 0;
  right: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
@media (max-width: 640px) {
  .swiper .fleches .swiper-button-next,
  .swiper .fleches .swiper-button-prev {
    height: 40px;
    width: 40px;
  }
}
.swiper .fleches .swiper-button-next img,
.swiper .fleches .swiper-button-prev img {
  line-height: 80px;
}
@media (max-width: 640px) {
  .swiper .fleches .swiper-button-next img,
  .swiper .fleches .swiper-button-prev img {
    line-height: 40px;
    height: 20px;
    width: 20px;
  }
}
.swiper .fleches .swiper-button-prev {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  left: 0;
}
.swiper .fleches .swiper-button-next {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  right: 0;
}

.swiper1 {
  position: relative;
}
.swiper1:before {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 50%;
  width: 100%;
  background: rgba(74, 76, 80, 0.04);
  z-index: 1;
  content: "";
}
.swiper1 .ct {
  position: relative;
  z-index: 2;
}

.fond-gris {
  background: rgba(74, 76, 80, 0.04);
}

.pictos-row {
  display: flex;
  flex-direction: column;
  row-gap: 25px;
  margin: 70px 0 0;
}
.pictos-row .picto-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.pictos-row .picto-row .picto {
  width: 40px;
}
.pictos-row .picto-row .picto img {
  width: 100%;
  height: auto;
}
.pictos-row .picto-row .desc {
  font: 700 17px/20px "Raleway", sans-serif;
}

.question {
  cursor: pointer;
  padding: 40px 40px 40px 0;
  font: 400 19px/22px "Raleway", sans-serif;
  border-bottom: 1px solid rgba(74, 76, 80, 0.3);
  position: relative;
}
.question::after {
  content: "+";
  position: absolute;
  right: 15px;
  font-size: 18px;
  transition: transform 0.3s;
  font-size: 40px;
  font-weight: 100;
}

/* Icône - quand ouvert */
.question-reponse.active .question::after {
  content: "–";
  transform: rotate(180deg);
}

/* Réponse masquée */
.reponse {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.3s ease;
  padding: 0 40px;
  background: rgba(74, 76, 80, 0.04);
}

/* Réponse visible */
.question-reponse.active .reponse {
  max-height: 500px;
  /* Ajuste selon contenu */
  padding: 40px;
}

.logo-partenaires {
  display: flex;
  margin: 80px auto 0;
  justify-content: center;
  -moz-column-gap: 40px;
       column-gap: 40px;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 40px;
}
.logo-partenaires img {
  height: 50px;
  width: auto;
  filter: grayscale(1);
}

.dates {
  display: flex;
  flex-direction: row;
  -moz-column-gap: 200px;
       column-gap: 200px;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
  height: 70vh;
}
@media (max-width: 960px) {
  .dates {
    height: auto;
    flex-direction: column;
    row-gap: 50px;
    width: 100%;
  }
}
.dates .date {
  flex: 0 0 700px;
  /* grow 0 - shrink 0 - basis 700px => largeur fixe */
  min-width: 700px;
  flex-shrink: 0;
}
@media (max-width: 960px) {
  .dates .date {
    flex: 0 0 100%;
    /* grow 0 - shrink 0 - basis 700px => largeur fixe */
    min-width: 100%;
  }
}
.dates .date .big {
  font-size: 12rem;
  line-height: 1.1;
  font-size: clamp(6rem, 4vw, 12rem);
  -webkit-hyphens: auto;
          hyphens: auto;
  font-family: "Nina";
  font-weight: 700;
  color: transparent;
  -webkit-text-stroke: 1px #CBC0B5;
  margin-bottom: 50px;
}

.fin {
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: 1.2;
  font-weight: 100;
  font-style: italic;
}

.pictos-marron {
  margin-top: 80px;
  display: flex;
  flex-direction: row;
  -moz-column-gap: 80px;
       column-gap: 80px;
  flex-wrap: wrap;
  align-items: flex-start;
}
.pictos-marron .picto {
  flex: 0 1 calc(25% - 80px);
}
@media (max-width: 960px) {
  .pictos-marron .picto {
    flex: 0 1 calc(50% - 80px);
  }
}
@media (max-width: 640px) {
  .pictos-marron .picto {
    flex: 0 1 100%;
  }
}
.pictos-marron .picto img {
  height: 50px;
  width: auto;
  margin-bottom: 20px;
}
.pictos-marron .picto h3 {
  text-transform: none;
  color: #fff;
}

.img-parallaxe {
  height: 700px;
  width: 100%;
  background-position: center;
  background-attachment: fixed;
  background-size: 100% auto;
}
.img-parallaxe.img-connaitre {
  background-image: url(../images/img-connaitre2.jpg);
}/*# sourceMappingURL=site.css.map */