@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,300;0,400;0,500;0,600;0,700;0,900;1,300;1,400&display=swap");
@font-face {
  font-family: "Aneisha Script";
  src: url("fonts/AneishaScriptBold.eot");
  src: url("fonts/AneishaScriptBold.eot?#iefix") format("embedded-opentype"), url("fonts/AneishaScriptBold.woff2") format("woff2"), url("fonts/AneishaScriptBold.woff") format("woff"), url("fonts/AneishaScriptBold.ttf") format("truetype"), url("fonts/AneishaScriptBold.svg#AneishaScriptBold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
html.swipebox-html.swipebox-touch {
  overflow: hidden !important;
}

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

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

#swipebox-container {
  position: relative;
  width: 100vw;
  height: 100vh;
  background: rgba(255, 255, 255, 0.95);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
}

#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 .swipebox-inline-container, #swipebox-slider .slide .swipebox-video-container, #swipebox-slider .slide img {
  display: inline-block;
  /*max-height: 100%;
  max-width: 100%;*/
  margin: 0;
  padding: 0;
  max-width: 100%;
  max-height: 80%;
  vertical-align: middle;
  /*max-width: 80%;*/
  /*object-fit: cover;
  object-position: center;*/
  max-height: 80%;
  width: auto;
  /*height: 100%;*/
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  #swipebox-slider .slide .swipebox-inline-container, #swipebox-slider .slide .swipebox-video-container, #swipebox-slider .slide img {
    max-width: 80%;
    height: auto;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  #swipebox-slider .slide .swipebox-inline-container, #swipebox-slider .slide .swipebox-video-container, #swipebox-slider .slide img {
    max-width: 80%;
    height: auto;
  }
}

#swipebox-slider .slide .swipebox-video-container {
  background: 0 0;
  /*max-width: 90%;*/
  max-height: 100%;
  width: 100%;
  /*padding: 5%;*/
  box-sizing: border-box;
  max-width: 80% !important;
}

#swipebox-slider .slide .swipebox-video-container .swipebox-video {
  width: 100%;
  height: 100%;
  padding-bottom: 0;
  overflow: hidden;
  position: relative;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

#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/imgSwipebox/loader.gif) center center no-repeat;
}

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

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

#swipebox-title {
  display: block;
  width: 100%;
  text-align: center;
}

#swipebox-close {
  /*background-image: url(../images/imgSwipebox/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: 30px;
}
#swipebox-prev:before {
  font-size: 35px;
  content: url("../images/swiper-left.svg");
  color: #464646;
  cursor: pointer;
}

#swipebox-next {
  background-position: -78px 13px;
  float: right;
  margin-right: 30px;
}
#swipebox-next:before {
  font-size: 35px;
  content: url("../images/swiper-right.svg");
  color: #464646;
  cursor: pointer;
}

#swipebox-close {
  top: 40px;
  right: 30px;
  position: absolute;
  z-index: 9999;
  background-position: 15px 12px;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  #swipebox-close {
    top: 10px;
    right: -4px;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  #swipebox-close {
    top: 10px;
    right: -4px;
  }
}
#swipebox-close:before {
  display: inline-block;
  content: url("../images/close.svg");
  font-size: 30px;
  color: #000;
  line-height: 30px;
  height: 30px;
  width: 30px;
}

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

#swipebox-next.disabled, #swipebox-prev.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:after, .swipebox-touch #swipebox-container:before {
  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 0 10px -8px #656565;
}

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

.swipebox-touch #swipebox-overlay.leftSpringTouch #swipebox-container:before, .swipebox-touch #swipebox-overlay.rightSpringTouch #swipebox-container:after {
  opacity: 1;
}
@keyframes rightSpring {
  0%, 100% {
    left: 0;
  }
  50% {
    left: -30px;
  }
}
@keyframes leftSpring {
  0%, 100% {
    left: 0;
  }
  50% {
    left: 30px;
  }
}
@media screen and (min-width: 800px) {
  #swipebox-close {
    /*right: 40px;*/
  }
  #swipebox-arrows {
    width: 100%;
  }
}
#swipebox-overlay {
  /*opacity: 0.95;*/
}

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

#swipebox-top-bar {
  color: #000 !important;
  font-size: 14px;
  padding: 15px 0;
  background: rgba(255, 255, 255, 0.8);
  z-index: 999;
  position: absolute;
  bottom: 25px;
}

.classNumPhoto, .classTitrePhoto {
  width: 150px;
  display: inline-block;
}

:root {
  --balloon-border-radius: 2px;
  --balloon-color: rgba(16, 16, 16, 0.95);
  --balloon-text-color: #fff;
  --balloon-font-size: 12px;
  --balloon-move: 4px;
}

button[aria-label][data-balloon-pos] {
  overflow: visible;
}

[aria-label][data-balloon-pos] {
  position: relative;
  cursor: pointer;
}

[aria-label][data-balloon-pos]:after {
  opacity: 0;
  pointer-events: none;
  transition: all 0.18s ease-out 0.18s;
  text-indent: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-weight: normal;
  font-style: normal;
  text-shadow: none;
  font-size: var(--balloon-font-size);
  background: var(--balloon-color);
  border-radius: 2px;
  color: var(--balloon-text-color);
  border-radius: var(--balloon-border-radius);
  content: attr(aria-label);
  padding: 0.5em 1em;
  position: absolute;
  white-space: nowrap;
  z-index: 10;
  line-height: initial;
}

[aria-label][data-balloon-pos]:before {
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top-color: var(--balloon-color);
  opacity: 0;
  pointer-events: none;
  transition: all 0.18s ease-out 0.18s;
  content: "";
  position: absolute;
  z-index: 10;
}

[aria-label][data-balloon-pos]:hover:before,
[aria-label][data-balloon-pos]:hover:after,
[aria-label][data-balloon-pos][data-balloon-visible]:before,
[aria-label][data-balloon-pos][data-balloon-visible]:after,
[aria-label][data-balloon-pos]:not([data-balloon-nofocus]):focus:before,
[aria-label][data-balloon-pos]:not([data-balloon-nofocus]):focus:after {
  opacity: 1;
  pointer-events: none;
}

[aria-label][data-balloon-pos].font-awesome:after {
  font-family: FontAwesome, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

[aria-label][data-balloon-pos][data-balloon-break]:after {
  white-space: pre;
}

[aria-label][data-balloon-pos][data-balloon-break][data-balloon-length]:after {
  white-space: pre-line;
  word-break: break-word;
}

[aria-label][data-balloon-pos][data-balloon-blunt]:before,
[aria-label][data-balloon-pos][data-balloon-blunt]:after {
  transition: none;
}

[aria-label][data-balloon-pos][data-balloon-pos=up]:hover:after,
[aria-label][data-balloon-pos][data-balloon-pos=up][data-balloon-visible]:after,
[aria-label][data-balloon-pos][data-balloon-pos=down]:hover:after,
[aria-label][data-balloon-pos][data-balloon-pos=down][data-balloon-visible]:after {
  transform: translate(-50%, 0);
}

[aria-label][data-balloon-pos][data-balloon-pos=up]:hover:before,
[aria-label][data-balloon-pos][data-balloon-pos=up][data-balloon-visible]:before,
[aria-label][data-balloon-pos][data-balloon-pos=down]:hover:before,
[aria-label][data-balloon-pos][data-balloon-pos=down][data-balloon-visible]:before {
  transform: translate(-50%, 0);
}

[aria-label][data-balloon-pos][data-balloon-pos*=-left]:after {
  left: 0;
}

[aria-label][data-balloon-pos][data-balloon-pos*=-left]:before {
  left: 5px;
}

[aria-label][data-balloon-pos][data-balloon-pos*=-right]:after {
  right: 0;
}

[aria-label][data-balloon-pos][data-balloon-pos*=-right]:before {
  right: 5px;
}

[aria-label][data-balloon-pos][data-balloon-pos*=-left]:hover:after,
[aria-label][data-balloon-pos][data-balloon-pos*=-left][data-balloon-visible]:after,
[aria-label][data-balloon-pos][data-balloon-pos*=-right]:hover:after,
[aria-label][data-balloon-pos][data-balloon-pos*=-right][data-balloon-visible]:after {
  transform: translate(0, 0);
}

[aria-label][data-balloon-pos][data-balloon-pos*=-left]:hover:before,
[aria-label][data-balloon-pos][data-balloon-pos*=-left][data-balloon-visible]:before,
[aria-label][data-balloon-pos][data-balloon-pos*=-right]:hover:before,
[aria-label][data-balloon-pos][data-balloon-pos*=-right][data-balloon-visible]:before {
  transform: translate(0, 0);
}

[aria-label][data-balloon-pos][data-balloon-pos^=up]:before,
[aria-label][data-balloon-pos][data-balloon-pos^=up]:after {
  bottom: 100%;
  transform-origin: top;
  transform: translate(0, var(--balloon-move));
}

[aria-label][data-balloon-pos][data-balloon-pos^=up]:after {
  margin-bottom: 10px;
}

[aria-label][data-balloon-pos][data-balloon-pos=up]:before,
[aria-label][data-balloon-pos][data-balloon-pos=up]:after {
  left: 50%;
  transform: translate(-50%, var(--balloon-move));
}

[aria-label][data-balloon-pos][data-balloon-pos^=down]:before,
[aria-label][data-balloon-pos][data-balloon-pos^=down]:after {
  top: 100%;
  transform: translate(0, calc(var(--balloon-move) * -1));
}

[aria-label][data-balloon-pos][data-balloon-pos^=down]:after {
  margin-top: 10px;
}

[aria-label][data-balloon-pos][data-balloon-pos^=down]:before {
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-bottom-color: var(--balloon-color);
}

[aria-label][data-balloon-pos][data-balloon-pos=down]:after,
[aria-label][data-balloon-pos][data-balloon-pos=down]:before {
  left: 50%;
  transform: translate(-50%, calc(var(--balloon-move) * -1));
}

[aria-label][data-balloon-pos][data-balloon-pos=left]:hover:after,
[aria-label][data-balloon-pos][data-balloon-pos=left][data-balloon-visible]:after,
[aria-label][data-balloon-pos][data-balloon-pos=right]:hover:after,
[aria-label][data-balloon-pos][data-balloon-pos=right][data-balloon-visible]:after {
  transform: translate(0, -50%);
}

[aria-label][data-balloon-pos][data-balloon-pos=left]:hover:before,
[aria-label][data-balloon-pos][data-balloon-pos=left][data-balloon-visible]:before,
[aria-label][data-balloon-pos][data-balloon-pos=right]:hover:before,
[aria-label][data-balloon-pos][data-balloon-pos=right][data-balloon-visible]:before {
  transform: translate(0, -50%);
}

[aria-label][data-balloon-pos][data-balloon-pos=left]:after,
[aria-label][data-balloon-pos][data-balloon-pos=left]:before {
  right: 100%;
  top: 50%;
  transform: translate(var(--balloon-move), -50%);
}

[aria-label][data-balloon-pos][data-balloon-pos=left]:after {
  margin-right: 10px;
}

[aria-label][data-balloon-pos][data-balloon-pos=left]:before {
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-left-color: var(--balloon-color);
}

[aria-label][data-balloon-pos][data-balloon-pos=right]:after,
[aria-label][data-balloon-pos][data-balloon-pos=right]:before {
  left: 100%;
  top: 50%;
  transform: translate(calc(var(--balloon-move) * -1), -50%);
}

[aria-label][data-balloon-pos][data-balloon-pos=right]:after {
  margin-left: 10px;
}

[aria-label][data-balloon-pos][data-balloon-pos=right]:before {
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-right-color: var(--balloon-color);
}

[aria-label][data-balloon-pos][data-balloon-length]:after {
  white-space: normal;
}

[aria-label][data-balloon-pos][data-balloon-length=small]:after {
  width: 80px;
}

[aria-label][data-balloon-pos][data-balloon-length=medium]:after {
  width: 150px;
}

[aria-label][data-balloon-pos][data-balloon-length=large]:after {
  width: 260px;
}

[aria-label][data-balloon-pos][data-balloon-length=xlarge]:after {
  width: 380px;
}

@media screen and (max-width: 768px) {
  [aria-label][data-balloon-pos][data-balloon-length=xlarge]:after {
    width: 90vw;
  }
}
[aria-label][data-balloon-pos][data-balloon-length=fit]:after {
  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;
}

* {
  margin: 0;
  padding: 0;
}

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

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

body {
  background: #fff;
  overflow-x: hidden;
  color: #232839;
  font: 500 16px/21px "Raleway", sans-serif;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
}

.wrapper {
  width: calc(100% - 80px);
  margin: 0 auto;
}
@media (max-width: 800px) {
  .wrapper {
    width: 100%;
  }
}

.ctSlider {
  width: 80%;
  margin: 0 auto;
}

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

.fond-gris {
  background: #F6F5F3;
}

.fond-bleu {
  background: #232839;
  color: #fff;
}
.fond-bleu h2 {
  color: #fff !important;
}
.fond-bleu h2.marginBottom10 {
  margin-bottom: 10px !important;
}

.barre-vertical {
  position: relative;
  margin: 50px 0 30px;
  height: 95px;
}
.barre-vertical:before {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 30px;
  width: 30px;
  border-radius: 50%;
  border: 1px solid #232839;
  content: "";
}
.barre-vertical:after {
  position: absolute;
  top: 15px;
  left: 50%;
  transform: translateX(-50%);
  height: 85px;
  width: 1px;
  background: #232839;
  content: "";
}

.barre-horizontale {
  position: relative;
  width: 40px;
  height: 30px;
  box-sizing: border-box;
  flex: none;
}
.barre-horizontale:before {
  position: absolute;
  left: 0;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  border: 1px solid #fff;
  content: "";
}
.barre-horizontale:after {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  height: 1px;
  width: 20px;
  background: #fff;
  content: "";
}
.barre-horizontale.bleu:before {
  border-color: #232839;
}
.barre-horizontale.bleu:after {
  background: #232839;
}

.center {
  text-align: center;
}
.center .picto {
  justify-content: center;
  width: 100%;
}

.big {
  font: 700 160px/160px "Raleway", sans-serif;
}
.big.blanc {
  color: #fff;
}

.vert {
  font-weight: 700;
  color: #6ED567;
}

.cyan {
  font-weight: 700;
  color: #7CD6E1;
}

.txtImg {
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
}

.txtCenter {
  text-align: center;
}
.txtCenter h2 {
  text-align: center;
}
.txtCenter .picto {
  justify-content: center;
}

.imgTxt {
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
  -moz-column-gap: 110px;
       column-gap: 110px;
}

@media (max-width: 800px) {
  .hiverHome .imgTxt {
    flex-direction: column-reverse;
  }
}

h2 {
  font: 400 50px/60px "Raleway", sans-serif;
  color: #232839;
  margin-bottom: 70px;
}
@media (max-width: 800px) {
  h2 {
    margin-bottom: 50px;
  }
}
@media (max-width: 640px) {
  h2 {
    font-size: 40px;
    line-height: 50px;
  }
}
h2 span {
  display: block;
  margin-top: 10px;
  font: 700 110px/110px "Aneisha Script";
  overflow-wrap: break-word;
}
@media (max-width: 640px) {
  h2 span {
    font-size: 70px;
    line-height: 70px;
  }
}
h2.small {
  font-size: 35px !important;
  line-height: 40px !important;
  margin-bottom: 40px !important;
}
@media (max-width: 640px) {
  h2.small {
    font-size: 30px !important;
    line-height: 35px !important;
    margin-bottom: 30px !important;
  }
}
h2.small span.script {
  font: 700 80px/90px "Aneisha Script";
  overflow-wrap: break-word;
}
@media (max-width: 640px) {
  h2.small span.script {
    font: 700 60px/70px "Aneisha Script";
  }
}

.bloc-important {
  background: #232839;
  color: #fff;
  padding: 80px;
  box-sizing: border-box;
  border-radius: 4px;
  margin: 50px auto;
  position: relative;
  z-index: 2;
}
@media (max-width: 640px) {
  .bloc-important {
    padding: 40px;
  }
}
.bloc-important h2 {
  color: #fff !important;
  margin-bottom: 10px;
  font-size: 45px !important;
}
.bloc-important.bloc-bleu ul li:before {
  background: #fff;
}

.bloc-important-slim {
  background: #232839;
  color: #fff;
  padding: 40px 80px;
  box-sizing: border-box;
  border-radius: 4px;
  margin: 50px auto;
  position: relative;
  z-index: 2;
}
.bloc-important-slim h2 {
  font-size: 45px !important;
  color: #fff !important;
  margin-bottom: 10px;
}
.bloc-important-slim.decale {
  padding-bottom: 0;
}
.bloc-important-slim.decale .btn {
  margin-bottom: -40px;
  transform: translateY(10px) !important;
}

.picto {
  width: 40px;
  height: 40px;
  margin-bottom: 20px;
  display: flex;
}
.picto img {
  width: 100%;
  height: 100%;
}

.col2 {
  -moz-column-gap: 80px;
       column-gap: 80px;
  -moz-column-count: 2;
       column-count: 2;
  text-align: justify;
}
@media (max-width: 800px) {
  .col2 {
    -moz-column-count: 1;
         column-count: 1;
  }
}

.paddingTop50 {
  padding-top: 50px;
}

.paddingTop80 {
  padding-top: 80px;
}

.paddingTop100 {
  padding-top: 100px;
}

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

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

.paddingBottom50 {
  padding-bottom: 50px;
}

.paddingBottom100 {
  padding-bottom: 100px;
}

.paddingBottom150 {
  padding-bottom: 150px;
}

.paddingBottom200 {
  padding-bottom: 200px;
}
@media (max-width: 640px) {
  .paddingBottom200 {
    padding-bottom: 100px;
  }
}

.paddingBottom300 {
  padding-bottom: 300px;
}
@media (max-width: 640px) {
  .paddingBottom300 {
    padding-bottom: 200px;
  }
}

.paddingBottom400 {
  padding-bottom: 400px;
}
@media (max-width: 640px) {
  .paddingBottom400 {
    padding-bottom: 200px;
  }
}

.marginTop110 {
  margin-top: 110px;
}

.marginBottom25 {
  margin-bottom: 25px;
}

.marginBottom110 {
  margin-bottom: 110px;
}
@media (max-width: 640px) {
  .marginBottom110 {
    margin-bottom: 70px;
  }
}

.marginBottom200 {
  margin-bottom: 200px;
}

.marginBottom250 {
  margin-bottom: 250px;
}

.decaleTop250 {
  margin-top: -250px !important;
}

.decaleTop250Histoire {
  margin-top: -250px !important;
}
@media (max-width: 640px) {
  .decaleTop250Histoire {
    margin-top: 0 !important;
  }
}

.decaleTop200 {
  margin-top: -200px !important;
}
@media (max-width: 800px) {
  .decaleTop200 {
    margin-top: -100px !important;
  }
}

.decaleTop200Spe {
  margin-top: -200px !important;
}
@media (max-width: 800px) {
  .decaleTop200Spe {
    margin-top: -200px !important;
  }
}

.decaleTop100 {
  margin-top: -100px !important;
}

.seo {
  width: 50%;
  position: relative;
  z-index: 2;
}
@media (max-width: 960px) {
  .seo {
    width: 100%;
  }
}

.btn {
  background: #232839;
  border-radius: 25px;
  color: #fff;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
  display: block;
  padding: 10px 20px;
  font: 700 14px "Raleway", sans-serif;
  border: 2px solid #232839;
  color: #fff;
}
.btn:hover {
  background: transparent;
  color: #232839;
}
.btn:before {
  display: none;
}
.btn.vert {
  display: inline-block;
  background: #6ED567;
  border: none;
}
.btn.vert:hover {
  background: #4f9b4a;
  color: #fff;
}
.btn.vert img {
  vertical-align: middle;
  margin-right: 10px;
}
.btn.cyan {
  display: inline-block;
  background: #7CD6E1 !important;
  border: none;
}
.btn.cyan:hover {
  background: #63BCC7 !important;
  color: #fff;
}
.btn.cyan img {
  vertical-align: middle;
  margin-right: 10px;
}
.btn.blanc {
  display: inline-block;
  background: #fff;
  border: none;
  color: #232839;
}
.btn.blanc:hover {
  background: #232839;
  color: #fff;
}
.btn.blanc.surbleu {
  background: #fff;
  color: #232839;
}
.btn.blanc.surbleu:hover {
  transform: translateY(-10px) !important;
}
.btn.fat {
  padding: 25px 60px;
  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);
  -moz-box-shadow: -1px 4px 7px 0px rgba(0, 0, 0, 0.17);
  border-radius: 50px;
  font: 700 15px/18px "Raleway", sans-serif;
}
.btn.fat img {
  height: 24px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}

.btn-reserver-center {
  text-align: center;
  margin-top: -40px;
}
@media (max-width: 640px) {
  .btn-reserver-center {
    display: flex;
    flex-direction: column;
    row-gap: 5px;
    width: 90%;
    margin: -80px auto -20px;
  }
}

.lien-barre {
  display: inline-block;
  font: 700 15px/18px "Raleway", sans-serif;
  color: #232839;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  overflow: hidden;
  min-height: 32px;
}
.lien-barre .barre-horizontale {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  transition: all 0.2s ease-in-out;
}
.lien-barre .barre-horizontale:before {
  border-color: #232839;
  display: none;
}
.lien-barre .barre-horizontale:after {
  background: #232839;
  transition: all 0.2s ease-in-out;
}
.lien-barre:hover .barre-horizontale {
  margin-right: 20px;
}
.lien-barre.blanc {
  color: #fff;
}
.lien-barre.blanc .barre-horizontale:before {
  border-color: #fff;
}
.lien-barre.blanc .barre-horizontale:after {
  background: #fff;
}

.lienTxt {
  text-decoration: underline;
  color: #313131;
  transition: all 0.2s ease-in-out;
  font-weight: 700;
  color: #313131;
}
.lienTxt:hover {
  text-decoration: none;
}
.lienTxt.blanc {
  color: #fff;
}

.header {
  height: 85vh;
  position: relative;
  width: 100%;
  padding-top: 40px;
  min-height: 800px;
}
@media (max-width: 800px) {
  .header {
    padding-top: 0;
  }
}
@media (max-width: 700px) {
  .header {
    height: 100vh;
  }
}
.header.headerVisite {
  height: 100vh;
}
.header.headerVisite .header-content-master {
  pointer-events: none;
}
.header .wrapper {
  height: 100%;
  position: relative;
}
.header .header-fond {
  width: 100%;
  height: 100%;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  overflow: hidden;
  border: none;
}
.header .header-fond-over {
  position: absolute;
  z-index: 2;
  background: rgba(35, 40, 57, 0.65);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.header .header-fond img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.4s ease-in-out;
  opacity: 0;
}
.header .header-fond img.bgDefault {
  opacity: 1;
}
.header .header-fond img.bgHover {
  opacity: 1;
}
.header .header-master img {
  opacity: 1;
}
.header .header-master-frise {
  position: absolute;
  z-index: 4;
  bottom: -1px;
  left: 0;
  width: 110%;
  right: 0;
  height: 100%;
  pointer-events: none;
  overflow: hidden;
}
.header .header-master-frise img {
  width: 100%;
  height: 100%;
  -o-object-position: bottom;
     object-position: bottom;
  -o-object-fit: contain;
     object-fit: contain;
}
.header .header-master-frise-ete {
  left: -2px;
}
.header .header-master #videoBlock {
  width: 100%;
  height: 100%;
}
.header .header-master #videoBlock #video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.header .header-visite .header-fond-over {
  background: #232839;
  background: linear-gradient(4deg, rgba(35, 40, 57, 0) 0%, rgba(35, 40, 57, 0.65) 100%);
  pointer-events: none;
}
.header .header-content {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
@media (max-width: 1200px) {
  .header .header-content {
    top: 60%;
  }
}
.header .header-content .ctSlider {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.header .header-content-left {
  width: 650px;
  max-width: 100%;
}
.header .header-content-left .sur-titre {
  text-transform: uppercase;
  letter-spacing: 2px;
  display: block;
  font: 700 14px "Raleway", sans-serif;
  margin-bottom: 0;
  color: #fff;
}
.header .header-content-left h1.titre-slider {
  color: #fff;
  font: 300 50px/59px "Raleway", sans-serif;
}
@media (max-width: 1200px) {
  .header .header-content-left h1.titre-slider {
    font: 300 35px/50px "Raleway", sans-serif;
  }
}
@media (max-width: 640px) {
  .header .header-content-left h1.titre-slider {
    font: 300 32px/40px "Raleway", sans-serif;
  }
}
.header .header-content-left h1.titre-slider span {
  text-transform: uppercase;
  letter-spacing: 2px;
  display: block;
  font: 700 14px "Raleway", sans-serif;
  margin-bottom: 10px;
}
.header .header-content-left h1.titre-slider strong.script {
  font: 400 90px/109px "Aneisha Script";
  overflow-wrap: break-word;
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 1200px) {
  .header .header-content-left h1.titre-slider strong.script {
    font: 400 80px/100px "Aneisha Script";
  }
}
@media (max-width: 640px) {
  .header .header-content-left h1.titre-slider strong.script {
    font: 400 50px/50px "Aneisha Script";
  }
}
.header .header-content-left .bref-slider {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  -moz-column-gap: 50px;
       column-gap: 50px;
}
@media (max-width: 1200px) {
  .header .header-content-left .bref-slider {
    flex-wrap: wrap;
    row-gap: 20px;
  }
}
.header .header-content-left .bref-slider .etoile {
  width: 13px;
  height: 13px;
  display: inline-block;
  margin: 0;
  flex-direction: row;
}
.header .header-content-left .bref-slider .etoile:before {
  content: url(../images/etoile-blanc.svg);
  height: 13px;
  width: 13px;
  display: block;
}
.header .header-content-left .bref-slider-col {
  color: #fff;
  flex: 1 1;
  display: flex;
  flex-direction: row;
  -moz-column-gap: 15px;
       column-gap: 15px;
  align-items: flex-start;
  min-width: 245px;
}
@media (max-width: 1200px) {
  .header .header-content-left .bref-slider-col {
    flex: 0 1;
  }
}
.header .header-content-left .bref-slider-col-txt {
  font: 300 15px/20px "Raleway", sans-serif;
}
.header .header-content-left .bref-slider-col img {
  height: 18px;
}
.header .header-content-left .bref-slider-col strong {
  display: block;
  font: 700 18px/25px "Raleway", sans-serif;
}
.header .header-content-right {
  display: flex;
  flex-direction: row;
  -moz-column-count: 40px;
       column-count: 40px;
  flex-wrap: wrap;
  width: 430px;
}
@media (max-width: 960px) {
  .header .header-content-right {
    display: none;
  }
}
.header .header-content-right .item-switch-bg {
  flex: 1 1 50%;
  letter-spacing: 2px;
  font: 700 12px/20px "Raleway", sans-serif;
  text-transform: uppercase;
  color: #fff;
  margin: 25px 0 0;
  transition: all 0.2s ease-in-out;
  cursor: url("../images/cursor.png"), pointer;
  text-decoration: none;
}
.header .header-content-right .item-switch-bg::after {
  content: "";
  height: 2px;
  width: 50px;
  background: #fff;
  display: block;
  margin-top: 25px;
}
.header .header-content-right .item-switch-bg:first-child, .header .header-content-right .item-switch-bg:nth-child(2) {
  margin-bottom: 0;
}
.header .header-content-right .item-switch-bg:first-child:before, .header .header-content-right .item-switch-bg:nth-child(2):before {
  content: "";
  height: 2px;
  width: 50px;
  background: #fff;
  display: block;
  margin-bottom: 25px;
}
.header .header-content-right .item-switch-bg:hover {
  transform: translateX(8px);
}
.header .header-content.header-content-master .header-content-left {
  width: auto;
}
.header .header-content.header-content-master h1.titre-slider strong {
  display: block;
}
.header .top {
  position: relative;
  z-index: 3;
}
.header .top .outils {
  position: absolute;
  top: 25px;
  right: 25px;
  z-index: 4;
  display: flex;
  flex-direction: row;
  -moz-column-gap: 12px;
       column-gap: 12px;
  align-items: center;
}
.header .top .outils.outils-multi {
  flex-direction: column;
  row-gap: 20px;
  justify-content: flex-end;
  align-items: flex-end;
}
@media (max-width: 1200px) {
  .header .top .outils.outils-multi {
    width: 300px;
  }
}
.header .top .outils-ligne1 {
  display: flex;
  flex-direction: row;
  -moz-column-gap: 12px;
       column-gap: 12px;
  align-items: center;
}
@media (max-width: 1200px) {
  .header .top .outils-ligne1 {
    flex-wrap: wrap;
    justify-content: flex-end;
    row-gap: 10px;
  }
}
@media (max-width: 640px) {
  .header .top .outils-ligne1 {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
@media (max-width: 750px) {
  .header .top .outils-ligne1 .outils-tel {
    display: none;
  }
}
.header .top .outils-ligne2 {
  display: flex;
  flex-direction: row;
  -moz-column-gap: 12px;
       column-gap: 12px;
  align-items: center;
}
@media (max-width: 1015px) {
  .header .top .outils-ligne2 {
    width: 100px;
    flex-wrap: wrap;
  }
}
@media (max-width: 640px) {
  .header .top .outils-ligne2 {
    display: none;
  }
}
.header .top .outils-ligne2 img {
  height: 55px;
}
@media (max-width: 1015px) {
  .header .top .outils-ligne2 img {
    width: 100%;
    height: auto;
    max-height: 60px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.header .top .outils-tel a {
  text-decoration: none;
  font: 700 15px/17px "Raleway", sans-serif;
  color: #fff;
  transition: all 0.2s ease-in-out;
}
.header .top .outils-tel a:hover {
  color: #6ED567;
}
.header .top .outils-langues {
  background: #fff;
  border-radius: 20px;
  padding: 4px 4px 4px 25px;
  box-sizing: border-box;
}
@media (max-width: 600px) {
  .header .top .outils-langues {
    padding: 4px;
  }
}
.header .top .outils-langues-rs {
  display: flex;
  flex-direction: row;
  align-items: center;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
.header .top .outils-langues-rs .outils-rs {
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media (max-width: 600px) {
  .header .top .outils-langues-rs .outils-rs {
    display: none;
  }
}
.header .top .outils-langues-rs .outils-rs a {
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
.header .top .outils-langues-rs .outils-rs a img {
  height: 17px;
}
.header .top .outils-langues-rs .outils-rs a:hover {
  transform: translateY(-4px);
}
.header .top .outils-langues-rs .rs-sep {
  height: 4px;
  width: 1px;
  background: #232839;
  margin: 0 10px;
}
.header .top .outils-langues-rs .outils-langues {
  height: 34px;
  background: #F6F5F3;
  border-radius: 20px;
  padding: 4px 15px 4px 4px;
  position: relative;
  box-sizing: border-box;
}
.header .top .outils-langues-rs .outils-langues a {
  height: 28px;
}
.header .top .outils-langues-rs .outils-langues-actif {
  display: flex;
  flex-direction: row;
  align-items: center;
  -moz-column-gap: 15px;
       column-gap: 15px;
  height: 100%;
  cursor: pointer;
}
.header .top .outils-langues-rs .outils-langues-actif img:first-child {
  width: 28px;
  height: 28px;
}
.header .top .outils-langues-rs .outils-langues-hover {
  position: absolute;
  top: 38px;
  background: #fff;
  display: flex;
  flex-direction: column;
  row-gap: 5px;
  padding: 4px;
  border-radius: 20px;
  box-sizing: border-box;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  left: 0px;
  transition: all 0.2s ease-in-out;
  height: 0;
  opacity: 0;
  overflow: hidden;
}
.header .top .outils-langues-rs .outils-langues-hover.actif {
  height: 72px;
  opacity: 1;
}
.header .top .outils-langues-rs .outils-langues-hover a {
  transition: all 0.2s ease-in-out;
}
.header .top .outils-langues-rs .outils-langues-hover a:hover {
  opacity: 0.5;
}
.header .top .outils-reserver {
  position: relative;
  z-index: 999;
}
.header .top .outils-reserver-btn {
  height: 42px;
  border-radius: 20px;
  border: 2px solid #fff;
  font: 700 15px/42px "Raleway", sans-serif;
  display: flex;
  flex-direction: row;
  -moz-column-gap: 12px;
       column-gap: 12px;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  transition: all 0.2s ease-in-out;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  z-index: 2;
  position: relative;
}
@media (max-width: 600px) {
  .header .top .outils-reserver-btn span {
    font-size: 0;
    height: auto;
    line-height: 0;
  }
}
.header .top .outils-reserver-btn span svg {
  display: none;
  height: 20px;
}
@media (max-width: 600px) {
  .header .top .outils-reserver-btn span svg {
    display: block;
  }
}
.header .top .outils-reserver-btn:hover, .header .top .outils-reserver-btn.actif {
  background: #fff;
  color: #6ED567;
}
.header .top .outils-reserver-btn:hover svg path, .header .top .outils-reserver-btn.actif svg path {
  fill: #6ED567 !important;
}
.header .top .outils-reserver-liens {
  position: absolute;
  background: #6ED567;
  color: #fff;
  border-radius: 8px;
  padding: 38px 0 25px;
  transition: all 0.2s ease-in-out;
  display: flex;
  flex-direction: column;
  width: 210px;
  box-sizing: border-box;
  margin-top: -20px;
  z-index: 1;
  height: 0;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
}
@media (max-width: 750px) {
  .header .top .outils-reserver-liens {
    margin-left: -30px;
  }
}
.header .top .outils-reserver-liens.actif {
  height: 190px;
  opacity: 1;
  pointer-events: initial;
}
.header .top .outils-reserver-liens a {
  color: #fff;
  font: 700 15px/18px "Raleway", sans-serif;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  padding: 0 25px;
}
.header .top .outils-reserver-liens a:hover {
  transform: translateX(6px);
}
.header .top .outils-reserver-liens .sep-liens {
  width: 100%;
  height: 1px;
  background: #5FC159;
  margin: 8px 0;
}
.header .div-logo {
  height: 108px;
  position: absolute;
  top: 0;
  left: 50%;
}
@media (max-width: 640px) {
  .header .div-logo {
    height: 90px;
  }
}
.header .div-logo img {
  height: 100%;
  width: auto;
}
.header .div-logo.div-logoMGM {
  width: 374px;
  height: auto;
  text-align: center;
}
@media (max-width: 750px) {
  .header .div-logo.div-logoMGM {
    width: 210px;
  }
}
@media (max-width: 750px) {
  .header .div-logo.div-logoMGM img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 750px) {
  .header .div-logo.div-logoMere {
    width: 130px;
  }
}
@media (max-width: 875px) {
  .header .div-logo.div-logoCoaching {
    width: 250px;
  }
}
.header .decouvrir-slider {
  position: absolute;
  z-index: 5;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
}
.header .decouvrir-slider a {
  display: flex;
  flex-direction: column;
  row-gap: 35px;
  text-decoration: none;
}
.header .decouvrir-slider span {
  text-transform: uppercase;
  font: 700 14px "Raleway", sans-serif;
  color: #fff;
}
.header .decouvrir-slider img {
  height: 55px;
  padding-left: 10px;
}

.overlayResa {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  z-index: 2;
}
.overlayResa.actif {
  pointer-events: auto;
}

.hiverHome {
  padding-top: 80px;
  width: 100%;
  overflow: hidden;
}
.hiverHome-title {
  color: #232839;
  font: 400 60px/60px "Raleway", sans-serif;
  text-align: center;
}
@media (max-width: 750px) {
  .hiverHome-title {
    font-size: 40px;
    line-height: 40px;
  }
}
.hiverHome-title span {
  font-weight: 700;
}
.hiverHome-ancre {
  text-align: center;
  margin-top: 40px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  position: relative;
  z-index: 2;
}
.hiverHome-ancre a {
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  text-transform: uppercase;
  letter-spacing: 2px;
  font: 700 14px "Raleway", sans-serif;
  color: #232839;
}
.hiverHome-ancre a:hover {
  transform: translateY(-5px);
}
.hiverHome-ancre .ancre-sep {
  height: 16px;
  width: 1px;
  background: #232839;
  margin: 0 25px;
}
.hiverHome .txtImg {
  margin-top: -60px;
  justify-content: flex-end;
}
@media (max-width: 960px) {
  .hiverHome .txtImg {
    margin-top: 50px;
  }
}
@media (max-width: 800px) {
  .hiverHome .txtImg {
    flex-direction: column;
  }
}
.hiverHome .txtImg-txt {
  width: 50%;
  position: absolute;
  z-index: 2;
  left: 0;
  padding: 0 0 0 8%;
}
@media (max-width: 800px) {
  .hiverHome .txtImg-txt {
    width: 100%;
    position: relative;
    padding: 0;
    margin: 0 auto;
    text-align: center;
  }
}
.hiverHome .txtImg-txt p {
  width: 50%;
}
@media (max-width: 800px) {
  .hiverHome .txtImg-txt p {
    width: 100%;
    margin-bottom: 50px;
  }
}
.hiverHome .txtImg-img {
  width: 60%;
  right: 0;
  height: 760px;
  overflow: hidden;
  z-index: 1;
  position: relative;
}
@media (max-width: 800px) {
  .hiverHome .txtImg-img {
    width: 100%;
    height: 400px;
  }
}
.hiverHome .txtImg-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.hiverHome .big {
  margin-top: -30px;
}
@media (max-width: 960px) {
  .hiverHome .big {
    display: none;
  }
}
.hiverHome .imgTxt-txt {
  width: 60%;
  padding-right: 10%;
  box-sizing: border-box;
}
@media (max-width: 800px) {
  .hiverHome .imgTxt-txt {
    width: 100%;
    padding: 0;
  }
}
.hiverHome .imgTxt-txt h2 {
  font: 400 40px/47px "Raleway", sans-serif;
  margin-bottom: 40px;
}
.hiverHome .imgTxt-img {
  height: 500px;
  width: 40%;
  transform: translateY(60px);
}
@media (max-width: 800px) {
  .hiverHome .imgTxt-img {
    transform: none;
    height: 600px;
    width: 100%;
    margin-top: 40px;
  }
}
.hiverHome .imgTxt-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.activites-home {
  position: relative;
}
.activites-home:after {
  height: 10%;
  background: #F6F5F3;
  width: 100%;
  bottom: 0;
  left: 0;
  position: absolute;
  content: "";
}
.activites-home-ete:after {
  display: none;
}
.activites-home .wrapper {
  position: relative;
  z-index: 2;
}
.activites-home .sur-titre,
.activites-home h3 {
  text-align: center;
}
.activites-home .sur-titre {
  text-transform: uppercase;
  font: 700 14px/19px "Raleway", sans-serif;
  color: #232839;
  letter-spacing: 2px;
}
.activites-home h3 {
  font: 400 30px/35px "Raleway", sans-serif;
  margin-bottom: 65px;
}
.activites-home .activites-home-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-content: stretch;
}
@media (max-width: 1370px) {
  .activites-home .activites-home-content {
    flex-wrap: wrap;
  }
}
.activites-home .activites-home-content .activites-home-item-txt {
  position: absolute;
  z-index: 3;
  color: #fff;
  left: 60px;
  bottom: 15%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  -moz-column-gap: 15px;
       column-gap: 15px;
  padding-right: 60px;
  transition: all 0.2s ease-in-out;
}
.activites-home .activites-home-content .activites-home-item-txt p {
  transition: all 0.2s ease-in-out;
}
.activites-home .activites-home-content .activites-home-item-txt span {
  font: 700 25px/30px "Raleway", sans-serif;
  margin-bottom: 10px;
  display: block;
}
.activites-home .activites-home-content .activites-home-item-fleche {
  position: absolute;
  z-index: 3;
  right: 65px;
  bottom: 40px;
}
.activites-home .activites-home-content .activites-home-item-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.activites-home .activites-home-content .activites-home-item-bg .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(35, 40, 57, 0.6);
  z-index: 2;
  transition: all 0.4s ease-in-out;
}
.activites-home .activites-home-content .activites-home-item-bg 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;
}
.activites-home .activites-home-content .activites-home-item {
  position: relative;
  transition: all 0.4s ease-in-out;
  height: 800px;
}
@media (max-width: 1370px) {
  .activites-home .activites-home-content .activites-home-item {
    height: 500px;
  }
}
.activites-home .activites-home-content .activites-home-item:hover .activites-home-item-bg .overlay {
  background: rgba(35, 40, 57, 0.8);
}
.activites-home .activites-home-content .activites-home-item:hover .activites-home-item-bg img {
  transform: scale(1.02);
}
.activites-home .activites-home-content .activites-home-item:hover .activites-home-item-txt {
  bottom: 30%;
}
.activites-home .activites-home-content .activites-home-item:hover .activites-home-item-txt p {
  transform: translateY(50px);
  opacity: 0;
}
.activites-home .activites-home-content.col25 .activites-home-item {
  flex: 1 1 25%;
}
@media (max-width: 1370px) {
  .activites-home .activites-home-content.col25 .activites-home-item {
    flex: 1 1 50%;
  }
}
@media (max-width: 640px) {
  .activites-home .activites-home-content.col25 .activites-home-item {
    flex: 1 1 100%;
  }
}
.activites-home .activites-home-content.col50 .activites-home-item {
  flex: 1 1 50%;
}
@media (max-width: 640px) {
  .activites-home .activites-home-content.col50 .activites-home-item {
    flex: 1 1 100%;
  }
}
.activites-home .activites-home-content.col50 .activites-home-item-txt {
  width: 50%;
}
@media (max-width: 800px) {
  .activites-home .activites-home-content.col50 .activites-home-item-txt {
    width: auto;
  }
}

footer,
.footer {
  background: #F6F5F3;
  padding: 70px 0;
  position: relative;
  z-index: 2;
}
footer .ct,
.footer .ct {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  -moz-column-gap: 50px;
       column-gap: 50px;
}
@media (max-width: 1100px) {
  footer .ct,
  .footer .ct {
    flex-wrap: wrap;
    row-gap: 30px;
  }
}
@media (max-width: 640px) {
  footer .ct,
  .footer .ct {
    flex-direction: column;
  }
}
footer-col,
.footer-col {
  font: 500 14px/19px "Raleway", sans-serif;
}
@media (max-width: 640px) {
  footer-col,
  .footer-col {
    width: 80% !important;
    margin: 0 auto;
  }
}
footer-col .script,
.footer-col .script {
  font: 700 50px/50px "Aneisha Script";
  overflow-wrap: break-word;
}
@media (max-width: 640px) {
  footer-col .script,
  .footer-col .script {
    font-size: 40px;
    line-height: 40px;
    margin-top: 30px;
  }
}
footer-col span,
.footer-col span {
  font: 700 15px/20px "Raleway", sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #232839;
  display: block;
  margin-bottom: 15px;
}
footer-col a.lien,
.footer-col a.lien {
  font: 700 14px/19px "Raleway", sans-serif;
  position: relative;
  transition: all 0.2s ease-in-out;
  color: #232839;
  text-decoration: none;
  display: inline-block;
}
footer-col a.lien:before,
.footer-col a.lien:before {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  opacity: 0;
  height: 1px;
  background: #232839;
  transition: all 0.2s ease-in-out;
  content: "";
}
footer-col a.lien:hover:before,
.footer-col a.lien:hover:before {
  width: 100%;
  opacity: 1;
}
footer-col a.lien2,
.footer-col a.lien2 {
  font: 500 14px/19px "Raleway", sans-serif;
  color: #232839;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
  margin-bottom: 5px;
  display: inline-block;
}
footer-col a.lien2:before,
.footer-col a.lien2:before {
  content: "";
  width: 5px;
  height: 1px;
  background: #232839;
  display: inline-block;
  vertical-align: middle;
  transition: all 0.2s ease-in-out;
  margin-right: 10px;
}
footer-col a.lien2:hover:before,
.footer-col a.lien2:hover:before {
  width: 8px;
}
footer-col a.btn,
.footer-col a.btn {
  display: table;
  margin-top: 10px;
}
footer-col:nth-child(1),
.footer-col:nth-child(1) {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 640px) {
  footer-col:nth-child(1),
  .footer-col:nth-child(1) {
    align-items: flex-start;
  }
}
footer-col:nth-child(1) img,
.footer-col:nth-child(1) img {
  height: 100px;
}
footer-col:nth-child(2),
.footer-col:nth-child(2) {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  align-content: stretch;
  -moz-column-gap: 50px;
       column-gap: 50px;
}
@media (max-width: 800px) {
  footer-col:nth-child(2),
  .footer-col:nth-child(2) {
    flex-direction: column;
    row-gap: 30px;
  }
}
footer-col:nth-child(3),
.footer-col:nth-child(3) {
  width: 235px;
}
footer .rs,
.footer .rs {
  margin-top: 30px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 700px) {
  footer .rs,
  .footer .rs {
    justify-content: center;
  }
}
@media (max-width: 640px) {
  footer .rs,
  .footer .rs {
    justify-content: flex-start;
  }
}
footer .rs .sep-rs,
.footer .rs .sep-rs {
  margin: 0 15px;
  height: 6px;
  width: 1px;
  background: #232839;
}
footer .rs img,
.footer .rs img {
  height: 25px;
  transition: all 0.2s ease-in-out;
}
footer .rs a,
.footer .rs a {
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
footer .rs a:hover img,
.footer .rs a:hover img {
  transform: translateY(-5px);
}
footer.footer-easyski .footer-col,
.footer.footer-easyski .footer-col {
  flex: 1 1;
}
footer.footer-easyski .footer-col:nth-child(1),
.footer.footer-easyski .footer-col:nth-child(1) {
  justify-content: flex-start;
}
@media (max-width: 960px) {
  footer.footer-ski .footer-col:nth-child(1),
  .footer.footer-ski .footer-col:nth-child(1) {
    width: 100%;
    flex: none;
  }
}
footer.footer-mgmSports .ct,
.footer.footer-mgmSports .ct {
  align-items: center;
}
footer.footer-mgmSports .footer-col:nth-child(1),
.footer.footer-mgmSports .footer-col:nth-child(1) {
  max-width: 190px;
}
@media (max-width: 1100px) {
  footer.footer-mgmSports .footer-col:nth-child(1),
  .footer.footer-mgmSports .footer-col:nth-child(1) {
    max-width: 100%;
    width: 100%;
    flex: none;
  }
}
footer.footer-mgmSports .footer-col:nth-child(1) img,
.footer.footer-mgmSports .footer-col:nth-child(1) img {
  width: 100%;
}
@media (max-width: 640px) {
  footer.footer-mgmSports .footer-col:nth-child(1) img,
  .footer.footer-mgmSports .footer-col:nth-child(1) img {
    width: auto;
    max-width: 250px;
  }
}
@media (max-width: 700px) {
  footer.footer-mgmSports .footer-col:last-child,
  .footer.footer-mgmSports .footer-col:last-child {
    max-width: 100%;
    width: 100%;
    flex: none;
    text-align: center;
  }
}
@media (max-width: 640px) {
  footer.footer-mgmSports .footer-col:last-child,
  .footer.footer-mgmSports .footer-col:last-child {
    text-align: left;
  }
}
@media (max-width: 1100px) {
  footer.footer-coach .footer-col:nth-child(1) img,
  .footer.footer-coach .footer-col:nth-child(1) img {
    width: 250px;
  }
}

.crosslink {
  padding: 30px 0;
  text-align: center;
  font: 500 12px/17px "Raleway", sans-serif;
  color: #6C6C6C;
}
@media (max-width: 640px) {
  .crosslink {
    padding: 30px 30px 80px 30px;
  }
}
.crosslink-items {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
@media (max-width: 700px) {
  .crosslink-items {
    flex-wrap: wrap;
    row-gap: 5px;
  }
}
.crosslink-sep {
  height: 8px;
  width: 1px;
  margin: 0 10px;
  background: #6C6C6C;
}
.crosslink a {
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  font: 500 12px/17px "Raleway", sans-serif;
  color: #6C6C6C;
}
.crosslink a:hover {
  color: #232839;
  transform: translateY(-4px);
}
.crosslink .mentions {
  display: block;
  margin-top: 6px;
}

.pre-footer {
  width: 100%;
  margin: -12% auto -5px;
  position: relative;
  z-index: 1;
}
@media (max-width: 700px) {
  .pre-footer {
    margin: -12% auto -2%;
  }
}
.pre-footer img {
  width: 100%;
  height: auto;
}
.pre-footer.pre-footer-ete {
  margin: -12% auto -75px;
}
@media (max-width: 700px) {
  .pre-footer.pre-footer-ete {
    margin: -12% auto -1%;
  }
}

.txt2colIntro {
  display: flex;
  flex-direction: row;
  -moz-column-gap: 80px;
       column-gap: 80px;
  align-items: top;
  justify-content: space-between;
}
@media (max-width: 960px) {
  .txt2colIntro {
    flex-direction: column;
  }
}
.txt2colIntro-left {
  padding-right: 10%;
  flex: 1 1;
}
.txt2colIntro-right {
  flex: 1 1;
  font: 500 16px/21px "Raleway", sans-serif;
  text-align: justify;
}
.txt2colIntro .sep-intro {
  width: 100%;
  height: 1px;
  background: #E9E7E0;
  margin: 30px 0;
}

.sep-txt {
  width: 100%;
  height: 1px;
  background: #E9E7E0;
  margin: 30px 0;
}

.master .sur-titre {
  text-transform: uppercase;
  color: #232839;
  font: 700 14px/18px "Raleway", sans-serif;
  letter-spacing: 2px;
}
.master h2 {
  font: 400 60px/70px "Raleway", sans-serif;
  color: #232839;
}
@media (max-width: 800px) {
  .master h2 {
    font: 400 50px/55px "Raleway", sans-serif;
  }
}
@media (max-width: 640px) {
  .master h2 {
    font: 400 40px/50px "Raleway", sans-serif;
    margin-bottom: 30px;
  }
}
.master h2.script {
  letter-spacing: 2px;
  text-transform: uppercase;
  font: 700 20px/24px "Raleway", sans-serif;
}
.master h2.script span {
  font: 400 80px/80px "Aneisha Script";
  overflow-wrap: break-word;
  display: block;
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: -20px;
}
@media (max-width: 640px) {
  .master h2.script span {
    font: 400 50px/74px "Aneisha Script";
  }
}
.master h2.script span.raleway {
  font: 400 45px/53px "Raleway", sans-serif;
}
.master .citation {
  font: 400 60px/80px "Aneisha Script";
  overflow-wrap: break-word;
}
@media (max-width: 640px) {
  .master .citation {
    font: 400 40px/50px "Aneisha Script";
    padding: 0 0 40px 0;
  }
}
.master .important {
  display: flex;
  flex-direction: row;
  -moz-column-gap: 30px;
       column-gap: 30px;
  align-items: flex-start;
  padding: 30px;
  background: rgba(110, 213, 103, 0.1);
  border-radius: 8px;
  margin-top: 30px;
  box-sizing: border-box;
}
.master .important img {
  height: 20px;
}
.master .important-txt {
  color: #6ED567;
  font: 700 15px/18px "Raleway", sans-serif;
  text-align: left;
}
.master .important-txt .etoile {
  width: 13px;
  height: 13px;
  display: inline-block;
  margin: 0;
  flex-direction: row;
}
.master .important-txt .etoile:before {
  content: url(../images/etoile-vert.svg);
  height: 13px;
  width: 13px;
  display: block;
}
.master .important.bleu {
  background: transparent;
  border: 1px dashed rgba(35, 40, 57, 0.2);
  color: #232839;
}
.master .important.bleu .important-txt {
  color: #232839;
}
.master .important.bleu .important-txt strong {
  font: 300 20px/23px "Raleway", sans-serif;
}
.master .important.cyan {
  text-align: center;
  background: rgba(124, 214, 225, 0.1);
  flex-direction: column;
  align-items: center;
  width: 100%;
  color: #232839;
  border: 2px dotted #7CD6E1;
}
.master ul li {
  list-style: none;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  -moz-column-gap: 10px;
       column-gap: 10px;
  margin: 8px 0;
  text-align: left;
}
.master ul li:before {
  content: "";
  width: 18px;
  height: 1px;
  background: #313131;
  margin-top: 10px;
  flex: none;
}

.txtImg50 {
  display: flex;
  flex-direction: row;
  -moz-column-gap: 80px;
       column-gap: 80px;
  align-items: center;
  justify-content: space-between;
  align-content: stretch;
}
@media (max-width: 700px) {
  .txtImg50 {
    flex-direction: column;
    row-gap: 40px;
  }
}
.txtImg50 .logo-mmp {
  height: 200px;
  width: 200px;
  display: block;
  margin-bottom: 35px;
}
.txtImg50 .logo-mmp img {
  height: 100%;
  width: auto;
}
.txtImg50-txt {
  flex: 0 1 50%;
  text-align: justify;
}
.txtImg50-txt h2 {
  font: 400 30px/35px "Raleway", sans-serif;
  margin-bottom: 40px;
  text-align: left;
}
.txtImg50-txt .txtImg50-col {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  -moz-column-gap: 40px;
       column-gap: 40px;
  margin-bottom: 40px;
}
.txtImg50-txt .txtImg50-col strong {
  display: block;
  font: 700 25px/30px "Raleway", sans-serif;
  margin-bottom: 10px;
}
@media (max-width: 1050px) {
  .txtImg50-txt .txtImg50-col strong {
    text-align: left;
  }
}
.txtImg50-txt .txtImg50-col img {
  height: 45px;
}
.txtImg50-img {
  align-self: stretch;
  flex: 0 1 50%;
  border-radius: 4px;
  overflow: hidden;
}
.txtImg50-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.txtImg50-col2 {
  margin-top: 20px;
}
.txtImg50-col2 .txtImg50-txt {
  flex: 0 1 50%;
  width: 100%;
}
.txtImg50-col2 .txtImg50-img {
  flex: 0 1 50%;
  width: 100%;
}
.txtImg50-col2 .img2col {
  height: 500px;
  width: 100%;
  margin-top: 25px;
  overflow: hidden;
  border-radius: 4px;
  overflow: hidden;
}
.txtImg50-col2 .img2col img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.txtImg50-col2 .sur-titre {
  font: 400 43px/72px "Aneisha Script";
  display: block;
  text-transform: none;
  letter-spacing: 0;
  margin-bottom: -12px;
}
.txtImg50-col2 h3 {
  margin-bottom: 15px;
}

.btn-center {
  text-align: center;
}
.btn-center a.btn {
  display: inline-block;
}

.maxHeight {
  max-height: 650px;
}

.imgTxt50 {
  display: flex;
  flex-direction: row-reverse;
  -moz-column-gap: 80px;
       column-gap: 80px;
  align-items: center;
  justify-content: space-between;
  align-content: stretch;
}
@media (max-width: 700px) {
  .imgTxt50 {
    flex-direction: column;
    row-gap: 40px;
  }
}
.imgTxt50-txt {
  flex: 0 1 50%;
  text-align: justify;
}
.imgTxt50-txt h2 {
  font: 400 30px/35px "Raleway", sans-serif;
  margin-bottom: 40px;
  text-align: left;
}
.imgTxt50-img {
  align-self: stretch;
  flex: 0 1 50%;
  border-radius: 4px;
  overflow: hidden;
}
.imgTxt50-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.imgTxt50-2img {
  align-self: stretch;
  flex: 0 1 50%;
  border-radius: 4px;
  overflow: hidden;
  height: 820px;
  display: flex;
  flex-direction: column;
}
.imgTxt50-2img img {
  width: 100%;
  height: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.nosFormules h2 {
  margin-bottom: 10px;
}
.nosFormules-expl {
  display: flex;
  flex-direction: row;
  -moz-column-gap: 30px;
       column-gap: 30px;
  align-items: flex-start;
}
.nosFormules-expl .barre-horizontale:before {
  border-color: #232839;
}
.nosFormules-expl .barre-horizontale:after {
  background: #232839;
}

.detailFormules.ctTxtImg50 {
  z-index: 2;
  position: relative;
}
.detailFormules.ctTxtImg50 .detailFormules-bloc {
  margin-top: 0;
  overflow: initial;
}
.detailFormules.ctTxtImg50 .detailFormules-bloc .detailFormules-row {
  padding: 0 50px !important;
}
@media (max-width: 1100px) {
  .detailFormules.ctTxtImg50 .detailFormules-bloc .detailFormules-row {
    padding: 50px !important;
    flex-direction: column-reverse;
    row-gap: 30px;
    transform: translateY(-120px);
  }
}
.detailFormules.ctTxtImg50 .detailFormules-bloc .detailFormules-row:hover {
  background: #fff !important;
}
.detailFormules.ctTxtImg50 .detailFormules-bloc .ctImg {
  margin-right: -50px;
  transform: translateY(-40%);
}
@media (max-width: 1200px) {
  .detailFormules.ctTxtImg50 .detailFormules-bloc .ctImg {
    transform: none;
  }
}
@media (max-width: 780px) {
  .detailFormules.ctTxtImg50 .detailFormules-bloc .ctImg {
    margin-right: 0;
  }
}
@media (max-width: 780px) {
  .detailFormules.ctTxtImg50 .detailFormules-bloc .ctImg img {
    max-width: 100%;
  }
}
.detailFormules.ctTxtImg50 .detailFormules-bloc .ctImg.video {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  flex: 0 1 40%;
  height: 350px;
}
@media (max-width: 800px) {
  .detailFormules.ctTxtImg50 .detailFormules-bloc .ctImg.video {
    flex: 0 1 80%;
  }
}
.detailFormules.ctTxtImg50 .detailFormules-bloc .ctImg.video iframe {
  width: 100% !important;
  height: 350px !important;
}
.detailFormules-info.blanc {
  color: #fff;
}
.detailFormules-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  -moz-column-gap: 50px;
       column-gap: 50px;
  padding: 50px;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 960px) {
  .detailFormules-row {
    flex-direction: column;
    row-gap: 20px;
    text-align: center;
  }
}
.detailFormules-row:hover {
  background: rgba(35, 40, 57, 0.05);
}
.detailFormules-row-formule {
  font: 700 60px/60px "Aneisha Script";
  overflow-wrap: break-word;
  color: #232839;
  min-width: 210px;
}
.detailFormules-row-formule span {
  text-transform: uppercase;
  display: block;
  font: 700 14px/35px "Raleway", sans-serif;
  letter-spacing: 2px;
}
.detailFormules-row-detail {
  flex: 1 1;
  font: 500 16px/19px "Raleway", sans-serif;
}
.detailFormules-row-detail span {
  display: block;
  font: 400 25px/30px "Raleway", sans-serif;
  margin-bottom: 10px;
}
.detailFormules-row-detail em {
  font: 400 16px/19px "Raleway", sans-serif;
  display: block;
  margin-top: 8px;
  font-style: italic;
}
.detailFormules-row-horaires {
  font: 700 16px/19px "Raleway", sans-serif;
  min-width: 180px;
}
.detailFormules-row-tarifCP {
  font: 400 16px/19px "Raleway", sans-serif;
  min-width: 90px;
}
.detailFormules-row-prix {
  font: 700 30px/35px "Raleway", sans-serif;
  color: #6ED567;
}
.detailFormules-row-resa a.panier-vert img {
  transition: all 0.4s ease-in-out;
}
.detailFormules-row-resa a.panier-vert:hover img {
  transform: scale(1.1);
}
.detailFormules-row.detailTabNiveau-row {
  -moz-column-gap: 80px;
       column-gap: 80px;
}
.detailFormules-row.detailTabNiveau-row .detailFormules-row-formule {
  font: 500 16px/19px "Raleway", sans-serif;
  width: 260px;
  flex: none;
}
.detailFormules-row.detailTabNiveau-row .detailFormules-row-formule strong {
  font: 700 60px/90px "Aneisha Script";
  overflow-wrap: break-word;
  display: block;
}
.detailFormules-row.detailTabNiveau-row .detailFormules-row-formule strong.blanc {
  color: #A8A9AB;
}
.detailFormules-row.detailTabNiveau-row .detailFormules-row-formule strong.vert {
  color: #5BBA52;
}
.detailFormules-row.detailTabNiveau-row .detailFormules-row-formule strong.bleu {
  color: #326688;
}
.detailFormules-row.detailTabNiveau-row .detailFormules-row-formule strong.rouge {
  color: #EE2D24;
}
.detailFormules-row.detailTabNiveau-row .detailFormules-row-formule strong.noir {
  color: #313131;
}
.detailFormules-row.detailTabNiveau-row .detailFormules-row-formule span {
  text-transform: uppercase;
  letter-spacing: 2px;
  font: 700 14px/18px "Raleway", sans-serif;
  display: block;
}
.detailFormules-row.detailTabNiveau-row .detailFormules-row-medaille {
  width: 112px;
  flex: none;
}
.detailFormules-row.detailTabNiveau-row .detailFormules-row-medaille img {
  width: 100%;
  height: auto;
}
.detailFormules-row.detailTabNiveau-row .detailFormules-row-sup {
  font: 400 20px/24px "Raleway", sans-serif;
  color: #232839;
  width: 160px;
}
.detailFormules.gris .detailFormules-bloc {
  background: #F6F5F3 !important;
  box-shadow: none;
}
.detailFormules.gris .detailFormules-bloc .detailFormules-row {
  flex-direction: column;
  row-gap: 20px;
  border-radius: 10px;
}
.detailFormules.gris .detailFormules-bloc .detailFormules-row:hover {
  background: #F6F5F3 !important;
}
.detailFormules.gris .ctTxt {
  flex: 1 1 100%;
  padding: 100px 0 0;
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 80px;
       column-gap: 80px;
  text-align: justify;
}
@media (max-width: 800px) {
  .detailFormules.gris .ctTxt {
    -moz-column-count: 1;
         column-count: 1;
  }
}
.detailFormules.gris .video {
  transform: translateY(80px) !important;
  margin-right: 0 !important;
  width: 50% !important;
}
@media (max-width: 800px) {
  .detailFormules.gris .video {
    width: 100% !important;
  }
}
.detailFormules-rowSep {
  background: #F6F5F3;
  height: 1px;
  width: 100%;
  margin: 0 auto;
}
.detailFormules-bloc {
  background: #fff;
  box-sizing: border-box;
  border-radius: 10px;
  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);
  -moz-box-shadow: -1px 4px 7px 0px rgba(0, 0, 0, 0.17);
  margin-top: 40px;
  overflow: hidden;
}
.detailFormules-info {
  font: 700 21px/25px "Raleway", sans-serif;
  color: #232839;
  margin-top: 35px;
  width: 100%;
}
.detailFormules.detailFormules50 {
  display: flex;
  flex-direction: row;
  -moz-column-gap: 40px;
       column-gap: 40px;
  align-items: flex-start;
  align-content: stretch;
}
.detailFormules.detailFormules50.detailFormulesContact .detailFormules-bloc {
  padding: 50px !important;
}
@media (max-width: 700px) {
  .detailFormules.detailFormules50 {
    flex-direction: column;
  }
}
.detailFormules.detailFormules50 .detailFormules-bloc {
  flex: 1 1 50%;
  align-self: stretch;
  padding: 50px;
  box-sizing: border-box;
}
.detailFormules.detailFormules50 .detailFormules-bloc h3 {
  margin-bottom: 50px;
}
.detailFormules.detailFormules {
  display: flex;
  flex-direction: row;
  -moz-column-gap: 40px;
       column-gap: 40px;
  align-items: flex-start;
  align-content: stretch;
  flex-wrap: wrap;
}
@media (max-width: 900px) {
  .detailFormules.detailFormules {
    flex-direction: column;
  }
}
.detailFormules.detailFormules .detailFormules-bloc {
  flex: 0 1 100%;
  align-self: stretch;
  padding: 0;
  box-sizing: border-box;
}
@media (max-width: 960px) {
  .detailFormules.detailFormules .detailFormules-bloc {
    flex: 0 1 calc(50% - 30px);
  }
}
@media (max-width: 640px) {
  .detailFormules.detailFormules .detailFormules-bloc {
    flex: 0 1 100%;
  }
}
.detailFormules.detailFormules .detailFormules-bloc h3 {
  margin-bottom: 50px;
}
.detailFormules.detailFormules .detailFormules-bloc span.tarif {
  font: 700 30px/35px "Raleway", sans-serif;
  color: #6ED567;
  display: block;
}
.detailFormules.detailFormules.detailFormules50 .detailFormules-bloc {
  flex: 0 1 calc(50% - 30px);
}
.detailFormules.detailFormules33 {
  display: flex;
  flex-direction: row;
  -moz-column-gap: 40px;
       column-gap: 40px;
  align-items: flex-start;
  align-content: stretch;
  flex-wrap: wrap;
}
@media (max-width: 900px) {
  .detailFormules.detailFormules33 {
    flex-direction: column;
  }
}
.detailFormules.detailFormules33 .detailFormules-bloc {
  flex: 0 1 calc(33% - 30px);
  align-self: stretch;
  padding: 50px;
  box-sizing: border-box;
}
@media (max-width: 960px) {
  .detailFormules.detailFormules33 .detailFormules-bloc {
    flex: 0 1 calc(50% - 30px);
  }
}
@media (max-width: 640px) {
  .detailFormules.detailFormules33 .detailFormules-bloc {
    flex: 0 1 100%;
  }
}
.detailFormules.detailFormules33 .detailFormules-bloc h3 {
  margin-bottom: 50px;
}
.detailFormules.detailFormules33 .detailFormules-bloc span.tarif {
  font: 700 30px/35px "Raleway", sans-serif;
  color: #6ED567;
  display: block;
}
.detailFormules.detailFormules33.detailFormules50 .detailFormules-bloc {
  flex: 0 1 calc(50% - 30px);
}
.detailFormules.detailFormules25.detailFormuleNiveauxEasy {
  display: flex;
  flex-direction: row;
  -moz-column-gap: 40px;
       column-gap: 40px;
  align-items: flex-start;
  align-content: stretch;
  flex-wrap: wrap;
}
@media (max-width: 900px) {
  .detailFormules.detailFormules25.detailFormuleNiveauxEasy {
    flex-direction: column;
  }
}
.detailFormules.detailFormules25.detailFormuleNiveauxEasy .detailFormules-bloc {
  flex: 0 1 100%;
  align-self: stretch;
  padding: 30px;
  box-sizing: border-box;
  box-shadow: none;
  border: 4px solid #F6F5F3;
  margin-top: 15px;
  flex-direction: row;
  display: flex;
  align-items: center;
}
@media (max-width: 960px) {
  .detailFormules.detailFormules25.detailFormuleNiveauxEasy .detailFormules-bloc {
    flex-direction: column;
    text-align: center;
  }
}
.detailFormules.detailFormules25.detailFormuleNiveauxEasy .detailFormules-bloc h3 {
  margin-bottom: 0;
  width: 200px;
  margin-right: 40px;
  flex: none;
  align-self: stretch;
  display: flex;
  flex-direction: row;
  align-items: center;
  background: #6ED567;
  border-radius: 10px;
  color: #fff;
  text-align: center;
  padding: 20px;
  box-sizing: border-box;
  justify-content: center;
}
@media (max-width: 960px) {
  .detailFormules.detailFormules25.detailFormuleNiveauxEasy .detailFormules-bloc h3 {
    margin-bottom: 20px;
    margin-right: 0;
    width: auto;
    text-align: center;
  }
}
.detailFormules.detailFormules25.detailFormuleNiveauxEasy .detailFormules-bloc span.tarif {
  font: 700 30px/35px "Raleway", sans-serif;
  color: #6ED567;
  display: block;
}
.detailFormules.detailFormules25.detailFormuleNiveauxEasy .detailFormules-bloc span.script {
  font: 700 50px/70px "Aneisha Script";
}
.detailFormules.detailFormules25.detailFormuleNiveauxEasy .detailFormules-bloc .h2 {
  font: 400 34px/40px "Raleway", sans-serif;
  text-align: left;
  color: #232839;
}
@media (max-width: 960px) {
  .detailFormules.detailFormules25.detailFormuleNiveauxEasy .detailFormules-bloc .h2 {
    font: 400 24px/30px "Raleway", sans-serif;
    text-align: center;
  }
}
.detailFormules.detailFormules25.detailFormuleNiveauxEasy .detailFormules-bloc .h2 span {
  font: 700 60px/60px "Aneisha Script";
  overflow-wrap: break-word;
}
@media (max-width: 1000px) {
  .detailFormules.detailFormules25.detailFormuleNiveauxEasy .detailFormules-bloc .h2 span {
    font: 700 50px/50px "Aneisha Script";
  }
}
.detailFormules.detailFormules25.detailFormuleNiveauxEasy .detailFormules-bloc .h2 span.baby {
  color: #564EA1;
}
.detailFormules.detailFormules25.detailFormuleNiveauxEasy .detailFormules-bloc .h2 span.blanc {
  color: #A8A9AB;
}
.detailFormules.detailFormules25.detailFormuleNiveauxEasy .detailFormules-bloc .h2 span.vert {
  color: #5BBA52;
}
.detailFormules.detailFormules25.detailFormuleNiveauxEasy .detailFormules-bloc .h2 span.bleu {
  color: #326688;
}
.detailFormules.detailFormules25.detailFormuleNiveauxEasy .detailFormules-bloc .h2 span.rouge {
  color: #EE2D24;
}
.detailFormules.detailFormules25.detailFormuleNiveauxEasy .detailFormules-bloc .h2 span.noir {
  color: #313131;
}
.detailFormules.detailFormules25.detailFormuleNiveauxEasy .detailFormules-bloc span.medaille {
  font-weight: bold;
}
.detailFormules.detailFormules25.detailFormuleNiveauxEasy .detailFormules-bloc span.medaille.baby {
  color: #564EA1;
}
.detailFormules.detailFormules25.detailFormuleNiveauxEasy .detailFormules-bloc span.medaille.blanc {
  color: #A8A9AB;
}
.detailFormules.detailFormules25.detailFormuleNiveauxEasy .detailFormules-bloc span.medaille.vert {
  color: #5BBA52;
}
.detailFormules.detailFormules25.detailFormuleNiveauxEasy .detailFormules-bloc span.medaille.bleu {
  color: #326688;
}
.detailFormules.detailFormules25.detailFormuleNiveauxEasy .detailFormules-bloc span.medaille.rouge {
  color: #EE2D24;
}
.detailFormules.detailFormules25.detailFormuleNiveauxEasy .detailFormules-bloc span.medaille.noir {
  color: #313131;
}
.detailFormules.detailFormules25.detailFormuleNiveauxEasy .detailFormules-bloc .final {
  background: #F6F5F3;
  border-radius: 10px;
  padding: 40px;
  margin-top: 0;
  width: 35%;
  flex: none;
}
@media (max-width: 960px) {
  .detailFormules.detailFormules25.detailFormuleNiveauxEasy .detailFormules-bloc .final {
    margin-top: -20px;
    width: auto;
  }
}
.detailFormules.detailFormules25.detailFormuleNiveauxEasy .detailFormules-bloc .down {
  height: 25px;
  margin: 10px 0;
  width: 10%;
  margin-left: 10px;
  margin-top: 0;
  position: relative;
  z-index: 4;
}
@media (max-width: 960px) {
  .detailFormules.detailFormules25.detailFormuleNiveauxEasy .detailFormules-bloc .down {
    margin-top: 40px;
  }
}
.detailFormules.detailFormules25.detailFormuleNiveauxEasy .detailFormules-bloc .down img {
  height: 30px;
  width: auto;
  transform: rotate(-90deg);
  margin: 0 20px;
}
@media (max-width: 960px) {
  .detailFormules.detailFormules25.detailFormuleNiveauxEasy .detailFormules-bloc .down img {
    transform: none;
    margin: 0;
  }
}
@media (max-width: 1100px) {
  .detailFormules.histoireCDD .detailFormules-row {
    padding: 50px !important;
    flex-direction: column;
    row-gap: 40px;
    overflow: hidden;
  }
}
@media (max-width: 640px) {
  .detailFormules.histoireCDD .detailFormules-row {
    transform: none !important;
  }
}
@media (max-width: 1100px) {
  .detailFormules.histoireCDD .ctImg {
    margin-right: 0 !important;
    transform: none !important;
  }
}
@media (max-width: 640px) {
  .detailFormules.histoireCDD .ctImg {
    height: 260px;
    position: relative;
  }
}
@media (max-width: 640px) {
  .detailFormules.histoireCDD .ctImg img {
    width: 100%;
  }
}

.tabCP {
  margin-bottom: 30px;
}
.tabCP-row {
  display: flex;
  flex-direction: row;
  padding: 8px 10px;
  width: 80%;
  align-items: center;
}
@media (max-width: 1200px) {
  .tabCP-row {
    width: 100%;
    box-sizing: border-box;
  }
}
.tabCP-row:nth-child(2n+1) {
  background: rgba(35, 40, 57, 0.05);
  border-radius: 8px;
}
.tabCP-row div:first-child {
  width: 30%;
  padding: 0 20px;
}
.tabCP-row div:last-child {
  font-weight: bold;
  text-align: center;
}
.tabCP.tabAppart {
  position: relative;
  z-index: 2;
  margin-top: 20px;
}
.tabCP.tabAppart .tabAppart-row {
  display: flex;
  flex-direction: row;
  padding: 4px 10px;
  width: 100%;
  align-items: center;
  min-height: 58px;
}
.tabCP.tabAppart .tabAppart-row:nth-child(2n+1) {
  background: #F4F4F5;
  border-radius: 8px;
}
.tabCP.tabAppart .tabAppart-row div:first-child {
  width: auto;
  flex: 1 1;
  padding: 0 20px;
}
.tabCP.tabAppart .tabAppart-row div:nth-child(2) {
  font-weight: bold;
  text-align: center;
}
.tabCP.tabAppart .tabAppart-row div:last-child {
  padding: 0;
}
.tabCP.tabAppart .tabAppart-row .btn-book {
  width: 50px !important;
  padding: 0 20px !important;
  text-align: center;
}
.tabCP.tabAppart .tabAppart-row .dateAppart {
  text-align: left;
}
.tabCP.tabAppart .vert .panier-vert {
  background: #adc127;
  width: 50px !important;
  height: 50px;
  border-radius: 50%;
  padding: 0 !important;
  flex: none !important;
  text-align: center;
  line-height: 60px;
}
.tabCP.tabAppart .vert .lienResaAppart {
  transition: all 0.2s ease-in-out;
  width: 50px !important;
  cursor: pointer;
  display: block !important;
}
.tabCP.tabAppart .vert .lienResaAppart:hover {
  transform: scale(1.2);
}
.tabCP.tabAppart .vert .lienResaAppart:hover .panier-vert {
  background: #6ED567;
}
.tabCP.tabAppart .rouge .panier-vert {
  background: #E01C4E;
  width: 50px !important;
  height: 50px;
  border-radius: 50%;
  padding: 0 !important;
  flex: none !important;
  text-align: center;
  line-height: 60px;
}
.tabCP.tabAppart .vertOpaque .panier-vert {
  background: #a0a0a0 !important;
  width: 50px !important;
  height: 50px;
  border-radius: 50%;
  padding: 0 !important;
  flex: none !important;
  text-align: center;
  line-height: 60px;
  opacity: 0.8;
}
.tabCP.tabAppart .blanc .panier-orange {
  background: #d3ad67;
  width: 50px !important;
  height: 50px;
  border-radius: 50%;
  padding: 0 !important;
  flex: none !important;
  text-align: center;
  line-height: 60px;
  opacity: 0.8;
}
.tabCP.tabColl .tabCP-row div:first-child {
  flex: none;
}
.tabCP.tabColl .tabCP-row div:last-child {
  text-align: left;
}

.decaleTop20 .wrapper {
  transform: translateY(-20px);
}

.div-deroulement {
  margin-bottom: -20px;
}
.div-deroulement h3 {
  text-align: center;
  font: 400 30px/35px "Raleway", sans-serif;
}
.div-deroulement h3 span.script {
  font: 700 70px/75px "Aneisha Script" !important;
  overflow-wrap: break-word;
}
.div-deroulement .blocs-deroulement {
  margin-top: 80px;
  display: flex;
  flex-direction: row;
  -moz-column-gap: 80px;
       column-gap: 80px;
  flex-wrap: wrap;
  row-gap: 60px;
}
@media (max-width: 960px) {
  .div-deroulement .blocs-deroulement {
    flex-direction: column;
  }
}
.div-deroulement .blocs-deroulement .bloc-deroulement {
  flex: 1 1 calc(50% - 80px);
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
.div-deroulement .blocs-deroulement .bloc-deroulement img {
  height: 45px;
  width: 55px;
  -o-object-fit: contain;
     object-fit: contain;
}
.div-deroulement .blocs-deroulement .bloc-deroulement strong {
  display: block;
  font: 700 25px/30px "Raleway", sans-serif;
  margin-bottom: 10px;
}
.div-deroulement .blocs-deroulement .bloc-deroulement ul {
  -moz-column-count: 3;
       column-count: 3;
  -moz-column-gap: 70px;
       column-gap: 70px;
}
@media (max-width: 700px) {
  .div-deroulement .blocs-deroulement .bloc-deroulement ul {
    -moz-column-count: 2;
         column-count: 2;
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
}
@media (max-width: 500px) {
  .div-deroulement .blocs-deroulement .bloc-deroulement ul {
    -moz-column-count: 1;
         column-count: 1;
  }
}
.div-deroulement .blocs-deroulement .bloc-deroulement ul li {
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  margin-bottom: 20px;
  text-align: left;
}
.div-deroulement .blocs-deroulement .bloc-deroulement ul li strong {
  display: block;
  font: 700 16px/19px "Raleway", sans-serif;
  margin-bottom: 0;
}

.galerie {
  height: 900px;
  width: 100%;
  position: relative;
}
@media (max-width: 640px) {
  .galerie {
    height: 500px;
  }
}
.galerie.galerie4 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;
}
.galerie.galerie4 .galerie4-1 {
  width: 45%;
  bottom: 0;
  left: 0;
  height: 95%;
  position: absolute;
}
@media (max-width: 1100px) {
  .galerie.galerie4 .galerie4-1 {
    width: 50%;
    top: 0;
    left: 0;
    height: 50%;
    bottom: auto;
  }
}
.galerie.galerie4 .galerie4-2 {
  width: 30%;
  bottom: 0;
  left: 45%;
  height: 95%;
  position: absolute;
}
@media (max-width: 1100px) {
  .galerie.galerie4 .galerie4-2 {
    width: 50%;
    top: auto;
    bottom: 0;
    left: 0;
    height: 50%;
  }
}
.galerie.galerie4 .galerie4-3 {
  width: 25%;
  top: 5%;
  right: 0%;
  height: 45%;
  position: absolute;
}
@media (max-width: 1100px) {
  .galerie.galerie4 .galerie4-3 {
    width: 50%;
    top: 0;
    right: 0;
    height: 50%;
  }
}
.galerie.galerie4 .galerie4-4 {
  width: 25%;
  bottom: 0%;
  right: 0%;
  height: 55%;
  position: absolute;
}
@media (max-width: 1100px) {
  .galerie.galerie4 .galerie4-4 {
    width: 50%;
    bottom: 0;
    right: 0;
    height: 50%;
  }
}
.galerie.galerie4 a {
  overflow: hidden;
}
.galerie.galerie4 a:hover img {
  transform: scale(1.05);
}
.galerie.galerie5 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;
}
.galerie.galerie5 .galerie5-1 {
  width: 45%;
  bottom: 0;
  left: 0;
  height: 95%;
  position: absolute;
}
@media (max-width: 1100px) {
  .galerie.galerie5 .galerie5-1 {
    width: 50%;
    top: 0;
    left: 0;
    height: 33%;
    bottom: auto;
  }
}
.galerie.galerie5 .galerie5-2 {
  width: 30%;
  bottom: 0;
  left: 45%;
  height: 50%;
  position: absolute;
}
@media (max-width: 1100px) {
  .galerie.galerie5 .galerie5-2 {
    width: 50%;
    top: 0;
    left: auto;
    right: 0;
    height: 33%;
    bottom: auto;
  }
}
.galerie.galerie5 .galerie5-3 {
  width: 30%;
  bottom: 50%;
  left: 45%;
  height: 45%;
  position: absolute;
}
@media (max-width: 1100px) {
  .galerie.galerie5 .galerie5-3 {
    width: 50%;
    top: 33%;
    left: 0;
    height: 33%;
    bottom: auto;
  }
}
.galerie.galerie5 .galerie5-4 {
  width: 25%;
  top: 5%;
  right: 0%;
  height: 45%;
  position: absolute;
}
@media (max-width: 1100px) {
  .galerie.galerie5 .galerie5-4 {
    width: 50%;
    top: 33%;
    left: auto;
    right: 0;
    height: 33%;
    bottom: auto;
  }
}
.galerie.galerie5 .galerie5-5 {
  width: 25%;
  bottom: 0%;
  right: 0%;
  height: 50%;
  position: absolute;
}
@media (max-width: 1100px) {
  .galerie.galerie5 .galerie5-5 {
    width: 100%;
    top: 66%;
    left: 0;
    right: auto;
    height: 33%;
    bottom: auto;
  }
}
.galerie.galerie5 a {
  overflow: hidden;
}
.galerie.galerie5 a:hover img {
  transform: scale(1.05);
}

.div-faq {
  padding: 150px 0;
}
.div-faq .ct {
  display: flex;
  flex-direction: row;
  -moz-column-gap: 80px;
       column-gap: 80px;
  align-items: flex-start;
}
@media (max-width: 960px) {
  .div-faq .ct {
    flex-direction: column;
    row-gap: 30px;
  }
}
.div-faq-left {
  color: #fff;
  font: 400 30px/35px "Raleway", sans-serif;
  min-width: 360px;
}
.div-faq-left .sur-titre {
  color: #fff;
}
.div-faq-left span {
  display: block;
  font: 700 70px/72px "Aneisha Script";
  overflow-wrap: break-word;
}
.div-faq-left img {
  display: block;
}
.div-faq-right {
  flex: 1 1;
  color: #fff;
}
.div-faq .medaille-mmp {
  margin-top: 38px;
}
.div-faq-mmp {
  padding: 150px 0 0;
  margin-bottom: 450px;
}
.div-faq-mmp .btn-reserver-center {
  margin-top: 40px;
}
.div-faq .video-youtube {
  width: 80%;
  margin: 0 auto -280px;
  height: 560px;
  margin-top: 60px;
  border-radius: 8px;
  overflow: hidden;
}
@media (max-width: 640px) {
  .div-faq .video-youtube {
    height: 400px;
  }
}
.div-faq .video-youtube iframe {
  width: 100% !important;
  height: 100% !important;
}

@media (max-width: 640px) {
  .btn-reserver-center.paddingTop200 {
    margin-top: 40px !important;
  }
}

.faqListe a {
  cursor: pointer;
  margin-bottom: 20px;
  text-decoration: none;
}

.accordion {
  padding: 30px 40px;
  transition: all 0.2s ease-in-out;
}
.accordion .questionFAQ {
  cursor: pointer;
  margin-bottom: 5px;
  font: 500 20px/27px "Raleway", sans-serif;
  color: #fff;
  display: flex;
  justify-content: space-between;
}
.accordion .questionFAQ:after {
  content: "+";
  position: relative;
  font-size: 2rem;
  font-weight: bold;
}
.accordion .questionFAQ.open:after {
  content: "-";
  position: relative;
  font-size: 2rem;
}
.accordion.open {
  background: #171B29;
  border-radius: 8px;
}
.accordion .reponseFAQ {
  padding: 3% 0;
  font: 400 14px/19px "Raleway", sans-serif;
  color: #fff;
}
.accordion .reponseFAQ p {
  margin-bottom: 0;
}

.sep-faq {
  width: 100%;
  background: rgba(255, 255, 255, 0.2);
  height: 1px;
  display: block;
}

.decouvrir {
  display: flex;
  flex-direction: row;
  align-items: center;
  -moz-column-gap: 12px;
       column-gap: 12px;
  font: 700 22px/26px "Raleway", sans-serif;
  color: #232839;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  overflow: hidden;
  position: relative;
  min-height: 34px;
}
.decouvrir .barre-horizontale:after {
  transition: all 0.2s ease-in-out;
}
.decouvrir:hover .barre-horizontale:after {
  left: 0;
  opacity: 0;
}

.blocs-egalement {
  display: flex;
  flex-direction: row;
  -moz-column-gap: 190px;
       column-gap: 190px;
  justify-content: center;
  position: relative;
  z-index: 2;
}
@media (max-width: 800px) {
  .blocs-egalement {
    flex-direction: column;
    margin-top: 90px;
  }
}
.blocs-egalement .bloc-egalement {
  width: 370px;
  position: relative;
}
@media (max-width: 800px) {
  .blocs-egalement .bloc-egalement {
    width: 100%;
  }
}
.blocs-egalement .bloc-egalement .number {
  color: #F6F5F3;
  font: 700 140px/140px "Raleway", sans-serif;
  position: absolute;
  top: -70px;
  left: -100px;
  z-index: 1;
}
.blocs-egalement .bloc-egalement h3 {
  font: 700 25px/30px "Raleway", sans-serif;
  position: relative;
  z-index: 2;
}
.blocs-egalement .bloc-egalement .sur-titre {
  font: 700 16px/19px "Raleway", sans-serif;
  position: relative;
  z-index: 2;
}
.blocs-egalement .bloc-egalement-img {
  width: 100%;
  height: 375px;
  border-radius: 4px;
  overflow: hidden;
  margin: 40px 0;
}
.blocs-egalement .bloc-egalement-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.blocs-egalement .bloc-egalement-desc {
  color: #313131;
  font: 500 16px/21px "Raleway", sans-serif;
}
.blocs-egalement .bloc-egalement-desc .decouvrir {
  margin-top: 50px;
}
.blocs-egalement .bloc-egalement:nth-child(2) {
  margin-top: 120px;
}
.blocs-egalement .bloc-egalement:nth-child(2) .bloc-egalement-img img {
  -o-object-position: left;
     object-position: left;
}
.blocs-egalement .bloc-egalement:nth-child(2) .bloc-egalement-img.right img {
  -o-object-position: right;
     object-position: right;
}

.div-formules {
  position: relative;
  z-index: 2;
}
.div-formules .sw-formules,
.div-formules .sw-presta,
.div-formules .sw-3,
.div-formules .sw-2 {
  display: flex;
  flex-direction: row;
  align-items: center;
  min-height: 410px;
  width: 100%;
}
.div-formules .sw-formules .swiper-slide,
.div-formules .sw-presta .swiper-slide,
.div-formules .sw-3 .swiper-slide,
.div-formules .sw-2 .swiper-slide {
  height: 410px;
  width: 100%;
}
.div-formules .sw-formules .swiper-slide a,
.div-formules .sw-presta .swiper-slide a,
.div-formules .sw-3 .swiper-slide a,
.div-formules .sw-2 .swiper-slide a {
  text-decoration: none;
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: relative;
  border-radius: 8px;
  display: block;
  transition: all 0.2s ease-in-out;
}
.div-formules .sw-formules .swiper-slide a .formule-desc,
.div-formules .sw-presta .swiper-slide a .formule-desc,
.div-formules .sw-3 .swiper-slide a .formule-desc,
.div-formules .sw-2 .swiper-slide a .formule-desc {
  width: 100%;
  position: absolute;
  z-index: 2;
  bottom: 68px;
  display: flex;
  flex-direction: row;
  -moz-column-gap: 10px;
       column-gap: 10px;
  align-items: flex-start;
  padding: 0 35px;
  box-sizing: border-box;
  transition: all 0.2s ease-in-out;
}
.div-formules .sw-formules .swiper-slide a .formule-desc .formule-txt,
.div-formules .sw-presta .swiper-slide a .formule-desc .formule-txt,
.div-formules .sw-3 .swiper-slide a .formule-desc .formule-txt,
.div-formules .sw-2 .swiper-slide a .formule-desc .formule-txt {
  color: #fff;
  font: 400 16px/19px "Raleway", sans-serif;
}
.div-formules .sw-formules .swiper-slide a .formule-desc .formule-txt strong,
.div-formules .sw-presta .swiper-slide a .formule-desc .formule-txt strong,
.div-formules .sw-3 .swiper-slide a .formule-desc .formule-txt strong,
.div-formules .sw-2 .swiper-slide a .formule-desc .formule-txt strong {
  text-transform: uppercase;
  font: 700 12px/14px "Raleway", sans-serif;
  letter-spacing: 0.8;
  display: block;
  margin-bottom: 5px;
}
.div-formules .sw-formules .swiper-slide a .formule-fleche,
.div-formules .sw-presta .swiper-slide a .formule-fleche,
.div-formules .sw-3 .swiper-slide a .formule-fleche,
.div-formules .sw-2 .swiper-slide a .formule-fleche {
  position: absolute;
  bottom: 34px;
  right: 20px;
  z-index: 2;
  height: 20px;
  transition: all 0.2s ease-in-out;
}
.div-formules .sw-formules .swiper-slide a .formule-fleche img,
.div-formules .sw-presta .swiper-slide a .formule-fleche img,
.div-formules .sw-3 .swiper-slide a .formule-fleche img,
.div-formules .sw-2 .swiper-slide a .formule-fleche img {
  height: 100%;
}
.div-formules .sw-formules .swiper-slide a .formule-bg,
.div-formules .sw-presta .swiper-slide a .formule-bg,
.div-formules .sw-3 .swiper-slide a .formule-bg,
.div-formules .sw-2 .swiper-slide a .formule-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.div-formules .sw-formules .swiper-slide a .formule-bg .formule-overlay,
.div-formules .sw-presta .swiper-slide a .formule-bg .formule-overlay,
.div-formules .sw-3 .swiper-slide a .formule-bg .formule-overlay,
.div-formules .sw-2 .swiper-slide a .formule-bg .formule-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: rgba(35, 40, 57, 0.6);
  transition: all 0.2s ease-in-out;
}
.div-formules .sw-formules .swiper-slide a .formule-bg img,
.div-formules .sw-presta .swiper-slide a .formule-bg img,
.div-formules .sw-3 .swiper-slide a .formule-bg img,
.div-formules .sw-2 .swiper-slide a .formule-bg img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.div-formules .sw-formules .swiper-slide a:hover .formule-overlay,
.div-formules .sw-presta .swiper-slide a:hover .formule-overlay,
.div-formules .sw-3 .swiper-slide a:hover .formule-overlay,
.div-formules .sw-2 .swiper-slide a:hover .formule-overlay {
  background: rgba(35, 40, 57, 0.8);
}
.div-formules .sw-formules .swiper-slide a:hover .formule-fleche,
.div-formules .sw-presta .swiper-slide a:hover .formule-fleche,
.div-formules .sw-3 .swiper-slide a:hover .formule-fleche,
.div-formules .sw-2 .swiper-slide a:hover .formule-fleche {
  transform: translateX(100px);
  opacity: 0;
}
.div-formules .sw-formules .swiper-slide a:hover .formule-desc,
.div-formules .sw-presta .swiper-slide a:hover .formule-desc,
.div-formules .sw-3 .swiper-slide a:hover .formule-desc,
.div-formules .sw-2 .swiper-slide a:hover .formule-desc {
  transform: translateY(-30px);
}
.div-formules .sw-formules.center .swiper-wrapper,
.div-formules .sw-presta.center .swiper-wrapper,
.div-formules .sw-3.center .swiper-wrapper,
.div-formules .sw-2.center .swiper-wrapper {
  justify-content: center;
}
.div-formules .sw-formules.center .swiper-wrapper .formule-txt,
.div-formules .sw-presta.center .swiper-wrapper .formule-txt,
.div-formules .sw-3.center .swiper-wrapper .formule-txt,
.div-formules .sw-2.center .swiper-wrapper .formule-txt {
  text-align: left;
}
.div-formules .swiper-pagination {
  text-align: center;
  display: flex;
  flex-direction: row;
  align-items: center;
  -moz-column-gap: 5px;
       column-gap: 5px;
  justify-content: center;
  margin-top: 35px;
  width: 100%;
}
.div-formules .swiper-pagination .swiper-pagination-bullet {
  width: 27px;
  height: 4px;
  border-radius: 8px;
}
.div-formules .swiper-pagination .swiper-pagination-bullet-active {
  background: #232839;
}
.div-formules .swiper {
  width: 100%;
  position: relative;
}
.div-formules .swiper-navigation {
  position: absolute;
  right: 0;
  top: -100px;
  display: flex;
  flex-direction: row;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
@media (max-width: 640px) {
  .div-formules .swiper-navigation {
    position: relative;
    top: auto;
    justify-content: center;
    margin-bottom: 20px;
  }
}
.div-formules .swiper-navigation div {
  height: 40px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.div-formules .swiper-navigation div img {
  height: 100%;
}
.div-formules .swiper-navigation div:hover {
  transform: translateY(-5px);
}

.decouvrir-slider a {
  animation: 2s animDown infinite 2s;
}
@keyframes animDown {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(50px);
    opacity: 0;
  }
}

.btns-fixe {
  display: flex;
  position: fixed;
  top: 50%;
  transform: translate(100%, -50%);
  right: 0;
  flex-direction: column;
  width: 60px;
  z-index: 999;
  animation: 0.6s openFixe forwards 1s;
}
@keyframes openFixe {
  0% {
    transform: translate(150%, -50%);
  }
  100% {
    transform: translate(0, -50%);
  }
}
@media (max-width: 640px) {
  .btns-fixe {
    display: none;
  }
}
.btns-fixe-blanc {
  background: #fff;
  border-top-left-radius: 31px;
  display: flex;
  flex-direction: column;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  position: relative;
  z-index: 2;
}
.btns-fixe-blanc a {
  border-bottom: 1px solid #E6E6E6;
}
.btns-fixe-blanc a:hover {
  background: #F6F5F3;
}
.btns-fixe-blanc a:first-child {
  border-top-left-radius: 31px;
}
.btns-fixe-blanc a:first-child img {
  margin-top: 17px;
}
.btns-fixe-blanc a:last-child {
  border: none;
}
.btns-fixe-vert {
  background: #6ED567;
  border-bottom-left-radius: 31px;
  display: flex;
  flex-direction: column;
}
.btns-fixe-vert a {
  border-bottom-left-radius: 31px;
}
.btns-fixe-vert a:hover {
  background: #232839;
}
.btns-fixe-cyan {
  background: #7CD6E1;
  border-bottom-left-radius: 31px;
  display: flex;
  flex-direction: column;
}
.btns-fixe-cyan a {
  border-bottom-left-radius: 31px;
}
.btns-fixe-cyan a:hover {
  background: #F6F5F3;
}
.btns-fixe a {
  height: 55px;
  line-height: 55px;
  text-align: center;
  display: inline-block;
  transition: all 0.2s ease-in-out;
}
.btns-fixe a img {
  height: 20px;
}

.blancGris50 {
  position: relative;
}
.blancGris50 .ct {
  position: relative;
  z-index: 2;
}
.blancGris50:before {
  position: absolute;
  z-index: 1;
  height: 50%;
  width: 100%;
  content: "";
  bottom: 0;
  left: 0;
  background: #F6F5F3;
}

.bloc-equipe {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  -moz-column-gap: 25px;
       column-gap: 25px;
  row-gap: 60px;
}
.bloc-equipe-doc {
  flex: 0 1 calc(25% - 25px);
  overflow: hidden;
}
@media (max-width: 1100px) {
  .bloc-equipe-doc {
    flex: 0 1 calc(33% - 25px);
  }
}
@media (max-width: 800px) {
  .bloc-equipe-doc {
    flex: 0 1 calc(50% - 25px);
    max-width: 312px;
    margin: 0 auto;
  }
}
@media (max-width: 640px) {
  .bloc-equipe-doc {
    flex: 0 1 100%;
  }
}
.bloc-equipe-doc-img {
  width: 100%;
  height: 420px;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.bloc-equipe-doc-img:before {
  position: absolute;
  content: url(../images/frise-equipe.svg);
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 110px;
  width: 100%;
}
.bloc-equipe-doc-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.bloc-equipe-doc-txt {
  text-align: center;
  position: relative;
  z-index: 2;
}
.bloc-equipe-doc-txt span {
  font: 700 60px/80px "Aneisha Script";
  overflow-wrap: break-word;
  display: block;
}

.grade-niveaux {
  margin: 40px auto 0;
  display: flex;
  -moz-column-gap: 25px;
       column-gap: 25px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  row-gap: 20px;
}
.grade-niveaux-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.grade-niveaux .pastille {
  height: 24px;
  width: 24px;
  display: block;
  border-radius: 50%;
}
.grade-niveaux .pastille.blanc {
  border: 1px solid #232839;
  background: #fff;
}
.grade-niveaux .pastille.vert {
  background: #5BBA52;
}
.grade-niveaux .pastille.bleu {
  background: #326688;
}
.grade-niveaux .pastille.rouge {
  background: #EE2D24;
}
.grade-niveaux .pastille.noir {
  background: #313131;
}

.filtres-isotope {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 10px;
}
@media (max-width: 800px) {
  .filtres-isotope {
    width: 90%;
    margin: 0 auto 40px;
  }
}
.filtres-isotope-sep {
  margin: 0 20px;
  height: 18px;
  width: 1px;
  background: rgba(35, 40, 57, 0.5);
  display: block;
  flex: none;
}
@media (max-width: 640px) {
  .filtres-isotope-sep {
    display: none;
  }
}
.filtres-isotope button {
  text-transform: uppercase;
  font: 700 14px/16px "Raleway", sans-serif;
  letter-spacing: 2px;
  color: #232839;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  text-decoration: none;
  background: none;
  border: 0;
  position: relative;
}
@media (max-width: 640px) {
  .filtres-isotope button {
    width: 100%;
    margin-bottom: 5px;
  }
}
.filtres-isotope button:before {
  height: 2px;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  opacity: 0;
  transition: all 0.2s ease-in-out;
  content: "";
  display: block;
  background: #232839;
}
.filtres-isotope button.is-checked:before {
  height: 2px;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  opacity: 1;
  transition: all 0.2s ease-in-out;
  content: "";
  display: block;
  background: #232839;
}
.filtres-isotope button:hover:before {
  width: 100%;
  opacity: 1;
}

.bloc-medailles {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.bloc-medailles-doc {
  overflow: hidden;
  min-height: 650px;
  border-radius: 8px;
  padding: 25px 35px;
  box-sizing: border-box;
  position: relative;
  text-align: left;
  font: 400 16px/21px "Raleway", sans-serif;
  background: #fff;
  width: 300px;
  margin: 0 20px 60px 0;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 640px) {
  .bloc-medailles-doc {
    width: 100%;
    overflow: hidden;
  }
}
.bloc-medailles-doc h2 {
  font: 400 34px/40px "Raleway", sans-serif;
  margin-bottom: 20px;
  text-align: left;
  color: #232839;
}
@media (max-width: 960px) {
  .bloc-medailles-doc h2 {
    font: 400 24px/30px "Raleway", sans-serif;
  }
}
.bloc-medailles-doc h2 span {
  font: 700 60px/60px "Aneisha Script";
  overflow-wrap: break-word;
}
@media (max-width: 1000px) {
  .bloc-medailles-doc h2 span {
    font: 700 50px/50px "Aneisha Script";
  }
}
.bloc-medailles-doc h2 span.baby {
  color: #564EA1;
}
.bloc-medailles-doc h2 span.blanc {
  color: #A8A9AB;
}
.bloc-medailles-doc h2 span.vert {
  color: #5BBA52;
}
.bloc-medailles-doc h2 span.bleu {
  color: #326688;
}
.bloc-medailles-doc h2 span.rouge {
  color: #EE2D24;
}
.bloc-medailles-doc h2 span.noir {
  color: #313131;
}
.bloc-medailles-doc:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 110px;
  width: 100%;
  background: url("../images/frise-equipe.svg") no-repeat center center/cover;
}
.bloc-medailles-doc.bleu {
  background: #232839 !important;
  color: #fff;
}
.bloc-medailles-doc.bleu h2 {
  color: #fff;
}
.bloc-medailles-doc.snow {
  background: #F6F5F3;
}
.bloc-medailles-doc.snow:before {
  content: url(../images/frise-equipe-blanc.svg) !important;
}
.bloc-medailles-doc-img {
  height: 100px;
  position: relative;
  margin: 50px 0;
}
.bloc-medailles-doc-img img {
  width: auto;
  height: 100%;
}
.bloc-medailles-doc.carving .bloc-medailles-doc-img {
  height: 120px;
}
.bloc-medailles-doc-txt {
  text-align: left;
  position: relative;
  z-index: 2;
  font: 400 16px/21px "Raleway", sans-serif;
}
.bloc-medailles-doc-cat {
  position: absolute;
  top: 25px;
  right: 35px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #232839;
  font: 700 12px/16px "Raleway", sans-serif;
}
.bloc-medailles.bloc-packs {
  justify-content: center;
}
.bloc-medailles.bloc-packs h2 {
  font-size: 24px;
  line-height: 27px;
}
.bloc-medailles.bloc-packs em {
  font-size: 14px;
  line-height: 17px;
}
.bloc-medailles.bloc-packs .bloc-medailles-doc {
  width: auto;
  flex: 0 1 calc(33% - 20px);
  min-height: 850px;
}
@media (max-width: 1100px) {
  .bloc-medailles.bloc-packs .bloc-medailles-doc {
    flex: 0 1 calc(50% - 20px);
  }
}
@media (max-width: 800px) {
  .bloc-medailles.bloc-packs .bloc-medailles-doc {
    flex: 0 1 100%;
  }
}
.bloc-medailles.bloc-packs .bloc-medailles-doc:before {
  height: 255px;
  width: 100%;
  content: url("../images/frise-slider-hiver.svg");
}
.bloc-medailles.bloc-packs .bloc-medailles-doc-img {
  height: 219px;
  position: relative;
  margin: 0 0 40px 0;
}
.bloc-medailles.bloc-packs span.tarif {
  font: 700 30px/35px "Raleway", sans-serif;
  color: #6ED567;
  display: block;
}
.bloc-medailles.bloc-boutique .bloc-medailles-doc {
  min-height: 480px;
  margin: 0 20px 20px 0;
}
.bloc-medailles.bloc-boutique .bloc-medailles-doc-img {
  height: 180px;
  position: relative;
  margin: 0 0 15px 0;
}
.bloc-medailles.bloc-appart {
  justify-content: flex-start;
}
.bloc-medailles.bloc-appart .bloc-medailles-picto {
  height: 60px;
  margin-bottom: 30px;
}
.bloc-medailles.bloc-appart .bloc-medailles-picto img {
  height: 100%;
}
.bloc-medailles.bloc-appart .bloc-medailles-doc {
  min-height: 450px;
  padding: 40px;
  border: 4px solid #F6F5F3;
}
.bloc-medailles.bloc-mmc .bloc-medailles-picto {
  height: 40px;
  margin-bottom: 30px;
}
.bloc-medailles.bloc-mmc .bloc-medailles-picto img {
  height: 100%;
}
.bloc-medailles.bloc-mmc .bloc-medailles-picto-small {
  height: auto;
  width: 50px;
  margin-bottom: 30px;
}
.bloc-medailles.bloc-mmc .bloc-medailles-picto-small img {
  height: auto;
  width: 100%;
}
.bloc-medailles.bloc-mmc .full-img {
  padding: 0;
}
.bloc-medailles.bloc-mmc .full-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.ancres-medailles {
  display: flex;
  flex-direction: row;
  -moz-column-gap: 15px;
       column-gap: 15px;
  row-gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
  border-bottom: 2px solid rgba(35, 40, 57, 0.1);
  padding-bottom: 80px;
}
@media (max-width: 640px) {
  .ancres-medailles {
    row-gap: 5px;
  }
}
.ancres-medailles a {
  text-transform: uppercase;
  font: 700 14px/16px "Raleway", sans-serif;
  letter-spacing: 2px;
  color: #232839;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  text-decoration: none;
  background: none;
  border: 0;
  position: relative;
  border: 1px solid #232839;
  padding: 10px 30px;
}
@media (max-width: 640px) {
  .ancres-medailles a {
    padding: 10px;
    display: block;
    width: 100%;
  }
}
.ancres-medailles a:before {
  height: 2px;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  opacity: 0;
  transition: all 0.2s ease-in-out;
  content: "";
  display: block;
  background: #232839;
}
.ancres-medailles a:hover:before {
  width: 100%;
  opacity: 1;
}

@media (max-width: 640px) {
  .packs.decaleTop100 {
    margin-top: 0 !important;
  }
}

.bloc-medailles-ete .bloc-medailles-doc {
  width: 300px;
  flex: 0 1 calc(25% - 20px);
  min-height: 770px;
  margin: 0 20px -40px 0;
}
@media (max-width: 1200px) {
  .bloc-medailles-ete .bloc-medailles-doc {
    flex: 0 1 calc(33% - 20px);
  }
}
@media (max-width: 960px) {
  .bloc-medailles-ete .bloc-medailles-doc {
    flex: 0 1 calc(50% - 20px);
  }
}
@media (max-width: 600px) {
  .bloc-medailles-ete .bloc-medailles-doc {
    flex: 0 1 100%;
  }
}
.bloc-medailles-ete .bloc-medailles-doc:before {
  height: 140px;
  width: 100%;
  content: "";
  background: url("../images/frise-ete.svg") no-repeat center center/cover !important;
}

.blocNiveaux h2 {
  font: 400 45px/53px "Raleway", sans-serif;
  margin-bottom: 30px;
}
.blocNiveaux .nosFormules-expl {
  align-items: flex-start;
}

.etoile {
  width: 13px;
  height: 13px;
  display: inline-block;
  margin: 0;
  flex-direction: row;
}
.etoile:before {
  content: url(../images/etoile.svg);
  height: 13px;
  width: 13px;
  display: block;
}

#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;
  text-align: center;
}
#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;
  text-align: center;
}
#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;
  color: #fff;
}
@media (max-width: 640px) {
  #cform {
    border: none;
    padding: 0;
  }
}
#cform h2,
#cform .h2 {
  margin-bottom: 20px;
  margin-top: 0;
  color: #fff;
}
#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;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  padding: 10px;
  transition: border 0.23s ease-in-out, box-shadow 0.23s ease-in-out;
  box-sizing: border-box;
  color: #fff;
  font: 400 15px/19px "Raleway", sans-serif;
}
#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 label {
  margin: 10px 0;
}
#cform input,
#cform textarea {
  padding: 10px 20px;
  margin-bottom: 10px;
  min-height: 55px;
  box-sizing: border-box;
  font: 400 14px "Raleway", sans-serif;
}
#cform input[type=submit] {
  background: #6ED567;
  border-radius: 25px;
  color: #fff;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
  display: table;
  padding: 10px 30px;
  font: 700 14px "Raleway", sans-serif;
  border: 2px solid #6ED567;
  color: #fff;
  width: auto;
  cursor: pointer;
  margin: 0 auto;
}
#cform input[type=submit]:hover {
  background: transparent;
  color: #6ED567;
}
#cform input[type=submit].cyan {
  border: 2px solid #7CD6E1;
}
#cform input[type=submit].cyan:hover {
  color: #7CD6E1;
  background: transparent !important;
}

.g-recaptcha {
  text-align: center;
  margin: 20px auto;
  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;
  background: rgba(255, 255, 255, 0.15);
  border: none;
  padding: 0 !important;
}
.check label {
  text-align: left;
}

.info-rgpd {
  color: rgba(255, 255, 255, 0.4);
  font-style: italic;
}
.info-rgpd a {
  color: rgba(255, 255, 255, 0.4);
}

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

.mentions {
  position: relative;
  z-index: 2;
}
.mentions h2 {
  font-size: 40px;
  line-height: 50px;
  margin: 20px 0;
}
.mentions h3 {
  margin: 20px 0;
}

.ctHistoireQSN h2 {
  font: 400 45px/53px "Raleway", sans-serif;
}

.qsnMedaillesSecurite {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  align-content: stretch;
  -moz-column-gap: 35px;
       column-gap: 35px;
}
@media (max-width: 960px) {
  .qsnMedaillesSecurite {
    flex-direction: column;
  }
}
.qsnMedaillesSecurite .detailFormules-bloc50 {
  flex: 0 1 calc(50% - 20px) !important;
  align-self: stretch;
  background: #F6F5F3;
  border: 10px solid #fff;
  border-radius: 8px;
  box-shadow: none;
  padding: 55px !important;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
@media (max-width: 800px) {
  .qsnMedaillesSecurite .detailFormules-bloc50 {
    flex: 0 1 100% !important;
    padding: 40px 40px 130px 40px !important;
  }
}
.qsnMedaillesSecurite .detailFormules-bloc50 .content {
  position: relative;
  z-index: 2;
}
.qsnMedaillesSecurite .detailFormules-bloc50:before {
  position: absolute;
  z-index: 1;
  bottom: -70px;
  left: 0;
  width: 100%;
  content: url("../images/frise-qsn.svg");
}
.qsnMedaillesSecurite .detailFormules-bloc50 h2 {
  font: 400 34px/40px "Raleway", sans-serif;
  margin-bottom: 35px;
}
@media (max-width: 640px) {
  .qsnMedaillesSecurite .detailFormules-bloc50 h2 {
    font-size: 24px;
    line-height: 30px;
  }
}
.qsnMedaillesSecurite .detailFormules-bloc50 img {
  height: 130px;
}
.qsnMedaillesSecurite .detailFormules-bloc50.bleu {
  background: #232839;
  color: #fff;
}
.qsnMedaillesSecurite .detailFormules-bloc50.bleu h2 {
  color: #fff;
}
.qsnMedaillesSecurite .detailFormules-bloc50.bleu h2 span {
  display: inline-block;
  margin-top: 10px;
  font: 700 70px/70px "Aneisha Script";
  overflow-wrap: break-word;
  vertical-align: top;
}

.qsnMGMSports .detailFormules-bloc50.bleu {
  padding: 55px 55px 150px 55px !important;
}
.qsnMGMSports .detailFormules-bloc50.bleu ul li {
  margin: 8px 0 20px;
}
.qsnMGMSports .detailFormules-bloc50.bleu ul li:before {
  background: #fff;
}
.qsnMGMSports .detailFormules-bloc50.bleu .lienTxt {
  color: #fff;
}

.date {
  -webkit-text-stroke: 3px #232839;
  color: transparent;
  font: 700 160px/170px "Raleway", sans-serif;
  transform: translateY(70px);
  position: relative;
  z-index: 2;
}
@media (max-width: 1050px) {
  .date {
    transform: none;
    margin-top: 0 !important;
  }
}
@media (max-width: 640px) {
  .date {
    margin-bottom: 40px;
    font-size: 110px;
    line-height: 120px;
    padding-top: 60px !important;
  }
}
.date.blanc {
  -webkit-text-stroke: 3px #fff;
}

.date2 {
  -webkit-text-stroke: 3px #232839;
  color: transparent;
  font: 700 160px/170px "Raleway", sans-serif;
  position: relative;
  z-index: 2;
  margin-bottom: 20px;
}
.date2.blanc {
  -webkit-text-stroke: 3px #fff;
}
@media (max-width: 640px) {
  .date2 {
    font-size: 110px;
    line-height: 120px;
  }
}

.ligne1 {
  width: 467px;
  margin: 30px 0 30px 10%;
}
@media (max-width: 640px) {
  .ligne1 {
    display: none;
  }
}

.decaleTop80 {
  margin-top: -80px;
}

.master-histoire h2 {
  font: 400 50px/56px "Raleway", sans-serif !important;
  margin-bottom: 20px;
}
@media (max-width: 640px) {
  .master-histoire h2 {
    font-size: 40px !important;
    line-height: 46px !important;
  }
}
.master-histoire .txtImg50-img {
  min-height: 580px;
}
@media (max-width: 640px) {
  .master-histoire .txtImg50-img {
    min-height: auto;
  }
}
.master-histoire .imgOuvrage {
  overflow: initial;
}
.master-histoire .imgOuvrage img:nth-child(1) {
  width: 90%;
}
.master-histoire .imgOuvrage img:nth-child(2) {
  position: absolute;
  right: 0;
  bottom: -30px;
  width: 163px;
  height: 254px;
  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);
  -moz-box-shadow: -1px 4px 7px 0px rgba(0, 0, 0, 0.17);
}
.master-histoire .imgOuvrageLeft {
  overflow: initial;
}
.master-histoire .imgOuvrageLeft img:nth-child(1) {
  width: 90%;
  margin-left: 10%;
}
.master-histoire .imgOuvrageLeft img:nth-child(2) {
  position: absolute;
  left: 0;
  bottom: -30px;
  width: 163px;
  height: 254px;
  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);
  -moz-box-shadow: -1px 4px 7px 0px rgba(0, 0, 0, 0.17);
}
.master-histoire .imgTxt50 ul.col2 {
  -moz-column-gap: 40px;
       column-gap: 40px;
  -moz-column-count: 2;
       column-count: 2;
}
.master-histoire .txtImg50-img.containt img {
  -o-object-fit: contain;
     object-fit: contain;
}
.master-histoire .fond-bleu {
  color: #fff;
}
.master-histoire .fond-bleu h2 {
  color: #fff;
}
.master-histoire .fond-bleu .sur-titre {
  color: #fff;
}
.master-histoire .txtImg50-80 {
  width: 80%;
  display: flex;
  flex-direction: row;
  -moz-column-gap: 80px;
       column-gap: 80px;
  align-items: center;
  justify-content: space-between;
  align-content: stretch;
}
@media (max-width: 800px) {
  .master-histoire .txtImg50-80 {
    flex-direction: column;
    row-gap: 40px;
  }
}
.master-histoire .imgTxt50-80 {
  width: 80%;
  margin-left: 20%;
}
@media (max-width: 640px) {
  .master-histoire .imgTxt50-80 {
    width: 100%;
    margin-left: 0;
    margin-bottom: 40px;
  }
}

.ligne2 {
  width: 170px;
  margin: 0 0 0 30%;
}
@media (max-width: 640px) {
  .ligne2 {
    display: none;
  }
}

.ligne3 {
  width: 570px;
  margin: 30px auto 30px;
  display: table;
}
@media (max-width: 640px) {
  .ligne3 {
    display: none;
  }
}

.ligne4 {
  width: 440px;
  margin: 30px 0 30px 40%;
  display: table;
}
@media (max-width: 640px) {
  .ligne4 {
    display: none;
  }
}

.ligne5 {
  width: 366px;
  margin: 30px 0 30px 40%;
  display: table;
}
@media (max-width: 640px) {
  .ligne5 {
    display: none;
  }
}

.ligne6 {
  width: 366px;
  margin: -20px 0 30px 20%;
  display: table;
}
@media (max-width: 640px) {
  .ligne6 {
    display: none;
  }
}

.ligne7 {
  height: 180px;
  margin: 30px auto 0 auto;
  display: table;
}
@media (max-width: 640px) {
  .ligne7 {
    display: none;
  }
}

.ligne8 .ligne7 {
  height: 180px;
  margin: 0 auto;
  display: table;
}
@media (max-width: 640px) {
  .ligne8 .ligne7 {
    display: none;
  }
}

.col2Histoire {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  -moz-column-gap: 90px;
       column-gap: 90px;
}
@media (max-width: 960px) {
  .col2Histoire {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    row-gap: 20px;
  }
}
.col2Histoire-col {
  flex: 1 1;
}
@media (max-width: 640px) {
  .col2Histoire-col {
    text-align: center;
  }
}
@media (max-width: 640px) {
  .col2Histoire.paddingBottom100 {
    padding-bottom: 0;
  }
}

@media (max-width: 640px) {
  .div1974 {
    margin: 80px auto;
  }
}
.div1974 .txtImg50-txt {
  width: 100%;
  flex: 0 1;
}

.photos3 .ct {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.photos3 .ct img {
  flex: 1 1;
  height: 340px;
  border: 0;
  width: 33%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 640px) {
  .photos3 .ct img {
    height: 200px;
  }
}

.imgFondFull {
  height: 780px;
  overflow: hidden;
  position: relative;
}
.imgFondFull-img {
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 1;
}
.imgFondFull-img img {
  -o-object-position: center;
     object-position: center;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.imgFondFull-img:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(35, 40, 57, 0.75);
  z-index: 2;
}
.imgFondFull-txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  color: #fff;
}
.imgFondFull-txt h2,
.imgFondFull-txt .sur-titre {
  color: #fff;
}
.imgFondFull-txt h2 {
  margin-bottom: 20px;
}
.imgFondFull .logo-easyski-histoire {
  height: 89px;
  margin-top: 30px;
}

.zindex2 {
  position: relative;
  z-index: 2;
}

.fond-video {
  padding: 100px 0;
  color: #fff;
}
.fond-video h2 {
  color: #fff;
  margin-bottom: 20px;
}
.fond-video .video-youtube {
  width: 80%;
  height: 600px;
  margin: 0 auto;
  display: block;
  position: relative;
}
@media (max-width: 800px) {
  .fond-video .video-youtube {
    height: 400px;
  }
}
.fond-video .video-youtube iframe {
  width: 100%;
  height: 100%;
}

.imgFull {
  height: 350px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.imgFull img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 10px;
}

@media (max-width: 640px) {
  .img2025 {
    height: 300px !important;
  }
}

.marques-ski {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  -moz-column-gap: 30px;
       column-gap: 30px;
  height: 25px;
  flex-wrap: wrap;
  row-gap: 30px;
}
.marques-ski img {
  height: 25px !important;
  width: auto;
}

.sw-presta .swiper-wrapper {
  -moz-column-gap: 30px !important;
       column-gap: 30px !important;
}
.sw-presta .swiper-slide {
  flex: 0 1 33%;
}

.mag-filtres {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 40px;
       column-gap: 40px;
  row-gap: 30px;
  align-content: stretch;
  width: 80%;
  margin: 70px auto 0;
}
@media (max-width: 640px) {
  .mag-filtres {
    width: 100%;
    row-gap: 20px;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
.mag-filtres .mag-filtre {
  color: #fff;
  text-decoration: none;
  width: 150px;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 20px;
  border: 2px solid #fff;
  transition: all 0.2s ease-in-out;
  border-radius: 8px;
  align-self: stretch;
  justify-content: center;
  position: relative;
  height: 150px;
}
@media (max-width: 640px) {
  .mag-filtres .mag-filtre {
    width: 100px;
  }
}
.mag-filtres .mag-filtre:hover {
  transform: scale(1.05) !important;
}
.mag-filtres .mag-filtre img {
  display: block;
  margin-bottom: 10px;
  max-height: 50px;
}

.listing-produit-mag .cat-mag h2 {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.listing-produit-mag .cat-mag h2 img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 30px;
  height: 50px;
}
.listing-produit-mag .cat-mag h2 span {
  font-size: 60px;
  line-height: 40px;
}
.listing-produit-mag .cat-mag-list {
  display: flex;
  flex-direction: row;
  margin-top: 50px;
  flex-wrap: wrap;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 60px;
}
@media (max-width: 640px) {
  .listing-produit-mag .cat-mag-list {
    justify-content: center;
  }
}
.listing-produit-mag .cat-mag-bloc {
  flex: 0 1 calc(25% - 30px);
  position: relative;
  overflow: hidden;
  background: #F6F5F3;
}
@media (max-width: 1200px) {
  .listing-produit-mag .cat-mag-bloc {
    flex: 0 1 calc(33% - 30px);
  }
}
@media (max-width: 960px) {
  .listing-produit-mag .cat-mag-bloc {
    flex: 0 1 calc(50% - 30px);
  }
}
@media (max-width: 640px) {
  .listing-produit-mag .cat-mag-bloc {
    flex: 0 1 100%;
    max-width: 340px;
  }
}
.listing-produit-mag .cat-mag-bloc-img {
  height: 340px;
  width: 100%;
  overflow: hidden;
  text-align: center;
  background: #fff;
}
.listing-produit-mag .cat-mag-bloc-img img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  display: inline-block;
  width: 50%;
}
.listing-produit-mag .cat-mag-bloc-img-small {
  height: 160px;
}
.listing-produit-mag .cat-mag-bloc-img-small img {
  width: 70%;
}
.listing-produit-mag .cat-mag-bloc-img-hover {
  transform: translateY(100%);
  width: 100%;
  height: 100%;
  background: rgba(35, 40, 57, 0.8);
  transition: all 0.2s ease-in-out;
  position: absolute;
  bottom: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.listing-produit-mag .cat-mag-bloc-img-hover img {
  height: 40px;
  width: 40px;
}
.listing-produit-mag .cat-mag-bloc-img a {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.2s ease-in-out;
  position: relative;
}
.listing-produit-mag .cat-mag-bloc-img a:hover .cat-mag-bloc-img-hover {
  transform: translateY(0);
}
.listing-produit-mag .cat-mag-bloc-txt {
  width: 100%;
  background: #F6F5F3;
}
.listing-produit-mag .cat-mag-bloc-txt1 {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  background: #F6F5F3;
  text-align: center;
  padding: 25px 30px;
}
.listing-produit-mag .cat-mag-bloc-txt1 .cat-mag-bloc-txt-titre {
  color: #232839;
  text-align: center;
  font: 700 14px/18px "Raleway", sans-serif;
}
.listing-produit-mag .cat-mag-bloc-txt1 .cat-mag-bloc-txt-niveau {
  margin: 30px auto;
  text-align: center;
  text-transform: uppercase;
  color: #232839;
  letter-spacing: 2px;
  font: 700 12px/14px "Raleway", sans-serif;
}
.listing-produit-mag .cat-mag-bloc-txt1 .cat-mag-bloc-txt-niveau-list {
  display: flex;
  flex-direction: row;
  -moz-column-gap: 5px;
       column-gap: 5px;
  margin-top: 15px;
  justify-content: center;
}
.listing-produit-mag .cat-mag-bloc-txt1 .cat-mag-bloc-txt-niveau-list .ligne {
  width: 40px;
  height: 6px;
  border-radius: 4px;
  background: rgba(35, 40, 57, 0.2);
}
.listing-produit-mag .cat-mag-bloc-txt1 .cat-mag-bloc-txt-niveau-list .ligne-plein {
  background: #232839;
}
.listing-produit-mag .cat-mag-bloc-txt1 .cat-mag-bloc-txt-desc em {
  font: 500 14px/18px "Raleway", sans-serif;
  font-style: italic;
}
.listing-produit-mag .cat-mag-bloc-txt2 {
  background: #232839;
  text-align: center;
  color: #fff;
  font: 500 16px/21px "Raleway", sans-serif;
  padding: 20px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 90%;
  margin: 0 auto;
  box-sizing: border-box;
  border-radius: 5px;
  margin-top: 8px;
}
.listing-produit-mag .cat-mag-bloc-txt2 div {
  flex: 1 1;
  font-size: 14px;
  line-height: 16px;
  display: flex;
  flex-direction: row;
  align-items: center;
  -moz-column-gap: 30px;
       column-gap: 30px;
  width: 90%;
}
.listing-produit-mag .cat-mag-bloc-txt2 div .lbl {
  display: flex;
  flex-direction: column;
  flex: 1 1;
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
}
.listing-produit-mag .cat-mag-bloc-txt2 div .lbl strong {
  color: #6ED567;
}
.listing-produit-mag .cat-mag-bloc-txt2 div .lbl-tarif {
  flex: 0 1;
}
.listing-produit-mag .cat-mag-bloc-txt2 span {
  font: 700 25px/20px "Raleway", sans-serif;
  display: block;
  margin: 0;
  flex: 0 1;
}
.listing-produit-mag .cat-mag-bloc-txt2 .sep-tarif {
  background: rgba(255, 255, 255, 0.2);
  height: 1px;
  width: 90%;
  flex: none;
  margin: 12px auto;
}
.listing-produit-mag .cat-mag-bloc-txtMag {
  background: #fff;
  text-align: center;
  color: #232839;
  font: 500 16px/21px "Raleway", sans-serif;
  padding: 20px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 90%;
  margin: 0 auto;
  box-sizing: border-box;
  border-radius: 5px;
}
.listing-produit-mag .cat-mag-bloc-txtMag div {
  flex: 1 1;
  font-size: 14px;
  line-height: 16px;
  display: flex;
  flex-direction: row;
  align-items: center;
  -moz-column-gap: 30px;
       column-gap: 30px;
  width: 90%;
}
.listing-produit-mag .cat-mag-bloc-txtMag div .lbl {
  display: flex;
  flex-direction: column;
  flex: 1 1;
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
}
.listing-produit-mag .cat-mag-bloc-txtMag div .lbl-tarif {
  flex: 0 1;
}
.listing-produit-mag .cat-mag-bloc-txtMag span {
  font: 700 25px/20px "Raleway", sans-serif;
  display: block;
  margin: 0;
  flex: 0 1;
}
.listing-produit-mag .cat-mag-bloc-txtMag .sep-tarif {
  background: rgba(35, 40, 57, 0.2);
  height: 1px;
  width: 90%;
  flex: none;
  margin: 12px auto;
}
.listing-produit-mag .cat-mag-bloc-txt3 {
  background: #F6F5F3;
  text-align: center;
  padding: 20px;
  text-transform: uppercase;
  box-sizing: border-box;
  transition: all 0.2s ease-in-out;
  font: 700 9px/10px "Raleway", sans-serif;
  letter-spacing: 2px;
  display: block;
  cursor: pointer;
  text-decoration: none;
  position: relative;
  color: #232839;
}
.listing-produit-mag .cat-mag-bloc-txt3:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  content: "";
  height: 2px;
  background: #232839;
  transition: all 0.2s ease-in-out;
  opacity: 0;
}
.listing-produit-mag .cat-mag-bloc-txt3:hover:before {
  width: 100%;
  opacity: 1;
}
.listing-produit-mag .cat-mag-bloc-enf .cat-mag-bloc-txt2 {
  background: #295a6b;
}

/*--- POP-UP --*/
.cPopup {
  position: fixed;
  display: none;
  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: #232839;
  color: #fff;
  position: absolute;
  z-index: 9999;
  display: block;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  padding: 70px 40px 40px !important;
  border: 0;
  color: #313131;
  text-decoration: none;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
  max-height: 90%;
  overflow-y: auto;
  max-width: 90%;
  text-align: center;
  animation: openPopup 0.4s forwards;
  padding: 40px;
  overflow: hidden;
  overflow-y: auto;
}
@keyframes openPopup {
  0% {
    transform: translateX(-50%) translateY(-30%);
    opacity: 0;
  }
  100% {
    transform: translateX(-50%) translateY(-50%);
    opacity: 1;
  }
}
.cPopup .cPopup-Ct ul {
  padding-left: 30px;
  margin: 20px 0;
}
.cPopup .cPopup-Ct img {
  width: 100%;
}
.cPopup .cPopup-Ct h2 {
  color: #fff;
  font: 700 25px/30px "Raleway", sans-serif;
  margin-bottom: 0;
}
.cPopup .cPopup-Ct h2 span {
  font: 700 80px/70px "Aneisha Script";
  overflow-wrap: break-word;
}
.cPopup .cPopup-Ct .bleu {
  color: #fff;
  font-weight: bold;
}
.cPopup .cPopup-Ct p,
.cPopup .cPopup-Ct .desc-pop {
  color: #fff;
}
.cPopup .cPopup-Ct .scroll-mob {
  width: 100%;
  overflow-x: auto;
}
.cPopup .cPopup-Ct .tableau {
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 460px;
  margin: 30px auto;
  row-gap: 5px;
  position: relative;
}
.cPopup .cPopup-Ct .tableau-row {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  padding: 0 30px;
  box-sizing: border-box;
  width: 100%;
}
.cPopup .cPopup-Ct .tableau-row-first {
  background: #171B29;
  width: 380px;
  border-radius: 15px;
  justify-content: flex-end;
}
.cPopup .cPopup-Ct .tableau-row:nth-child(2n+3) {
  background: #171B29;
  border-radius: 15px;
}
.cPopup .cPopup-Ct .tableau-row:nth-child(2) .tableau-col:nth-child(4), .cPopup .cPopup-Ct .tableau-row:nth-child(2) .tableau-col:nth-child(5) {
  background: #6ED567;
  border-radius: 8px;
}
.cPopup .cPopup-Ct .tableau-col {
  flex: 1 1;
  font: 700 15px/17px "Raleway", sans-serif;
  padding: 12px 8px;
  width: 80px;
  box-sizing: border-box;
}
.cPopup .cPopup-Ct .tableau .selection30-1 {
  width: 72px;
  position: absolute;
  border-radius: 8px;
  border: 2px solid #6ED567;
  height: calc(100% - 68px);
  bottom: 0;
  right: 110px;
}
.cPopup .cPopup-Ct .tableau .selection30-2 {
  width: 72px;
  position: absolute;
  border-radius: 8px;
  border: 2px solid #6ED567;
  height: calc(100% - 68px);
  bottom: 0;
  right: 28px;
}
.cPopup .cPopup-Ct .tableau.tableau2 {
  width: 295px;
}
.cPopup .cPopup-Ct .tableau.tableau2 .tableau-row-first {
  width: 230px;
}
.cPopup .cPopup-Ct .tableau.tableau2 .tableau-row:nth-child(2) .tableau-col:nth-child(2), .cPopup .cPopup-Ct .tableau.tableau2 .tableau-row:nth-child(2) .tableau-col:nth-child(3) {
  background: #6ED567;
  border-radius: 8px;
}
.cPopup .cPopup-Ct .tableau.tableau3 {
  width: 395px;
}
.cPopup .cPopup-Ct .tableau.tableau3 .tableau-row-first {
  width: 310px;
}
.cPopup .cPopup-Ct .tableau.tableau3 .tableau-row:nth-child(2) .tableau-col:nth-child(2), .cPopup .cPopup-Ct .tableau.tableau3 .tableau-row:nth-child(2) .tableau-col:nth-child(3) {
  background: none;
}
.cPopup .cPopup-Ct .tableau.tableau3 .tableau-row:nth-child(2) .tableau-col:nth-child(4) {
  background: #6ED567;
  border-radius: 8px;
}
.cPopup .cPopup-Ct .tableau.tableau6 {
  width: 550px;
}
.cPopup .cPopup-Ct .tableau.tableau6 .tableau-row-first {
  width: 480px;
}
.cPopup .cPopup-Ct .tableau.tableau6 .tableau-row-first .tableau-col {
  font-size: 13px;
}
.cPopup .cPopup-Ct .tableau.tableau6 .tableau-col {
  padding: 12px 0px;
  width: 60px;
}
.cPopup .cPopup-Ct .tableau.tableau6 .tableau-row:nth-child(2) .tableau-col:nth-child(4) {
  background: none;
}
.cPopup .cPopup-Ct .tableau.tableau6 .tableau-row:nth-child(2) .tableau-col:nth-child(5), .cPopup .cPopup-Ct .tableau.tableau6 .tableau-row:nth-child(2) .tableau-col:nth-child(6), .cPopup .cPopup-Ct .tableau.tableau6 .tableau-row:nth-child(2) .tableau-col:nth-child(7) {
  background: #6ED567;
  border-radius: 8px;
}
.cPopup .cPopup-Ct .tableau.tableau6 .selection30-1 {
  width: 59px;
  right: 172px;
}
.cPopup .cPopup-Ct .tableau.tableau6 .selection30-2 {
  width: 59px;
  right: 101px;
}
.cPopup .cPopup-Ct .tableau.tableau6 .selection30-3 {
  width: 59px;
  position: absolute;
  border-radius: 8px;
  border: 2px solid #6ED567;
  height: calc(100% - 68px);
  bottom: 0;
  right: 28px;
}
.cPopup .cPopup-Ct .tableau-desc {
  color: #fff;
  max-width: 100%;
  width: 460px;
  margin: 30px auto 0;
}
.cPopup .cPopup-Ct .tableau-desc ul li {
  color: #fff;
}
.cPopup .cPopup-Ct .tableau-desc ul li:before {
  background: #fff;
}
.cPopup .cPopup-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 300;
  cursor: pointer;
  padding: 20px;
  transition: 0.3s all ease-out;
}
.cPopup .cPopup-close:before {
  font-size: 20px;
  color: #fff;
  content: "";
  background: url(../images/close-blanc.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: #232839;
}
.cPopup .enSavoirPlus {
  background: #232839;
  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: #6ED567;
  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;
    color: #fff;
  }
  .cPopup-close:before {
    line-height: 35px;
    width: 35px !important;
    height: 35px !important;
  }
  .cPopup-Ct img {
    width: 100%;
  }
}
.sep-cat {
  margin: 150px auto;
  width: 100%;
  height: 1px;
  background: rgba(49, 49, 49, 0.2);
}

.galerie-appart {
  display: flex;
  flex-direction: row;
  height: 650px;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
@media (max-width: 640px) {
  .galerie-appart {
    flex-direction: column;
    row-gap: 30px;
    height: auto;
  }
}
.galerie-appart a {
  transition: all 0.2s ease-in-out;
}
.galerie-appart a:hover {
  opacity: 0.8;
  transform: scale(1.02);
}
.galerie-appart .img1 {
  width: 50%;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 640px) {
  .galerie-appart .img1 {
    width: 100%;
  }
}
.galerie-appart .img1 img {
  width: 100%;
  border-radius: 8px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.galerie-appart div {
  width: 50%;
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}
@media (max-width: 640px) {
  .galerie-appart div {
    width: 100%;
  }
}
.galerie-appart div .img2 {
  width: 100%;
  height: 50%;
  overflow: hidden;
}
.galerie-appart div .img2 img {
  width: 100%;
  border-radius: 8px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.galerie-appart div .img3 {
  width: 100%;
  height: 50%;
  overflow: hidden;
}
.galerie-appart div .img3 img {
  width: 100%;
  border-radius: 8px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.interieurMGM {
  background-image: url(../images/intMGMMob.jpg);
  margin-top: 20px;
  width: 649px;
  max-width: 100%;
  height: 237px;
  display: inline-block;
  text-align: left;
  vertical-align: top;
  position: relative;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.interieurMGM a {
  position: absolute;
}
@media (max-width: 800px) {
  .interieurMGM a {
    display: none;
  }
}
.interieurMGM img {
  width: 30px;
  height: 27px;
}

.interieurMGM a:nth-child(1) {
  right: 10px;
  top: 132px;
}

.interieurMGM a:nth-child(2) {
  right: 50px;
  top: 90px;
}

.interieurMGM a:nth-child(3) {
  right: 140px;
  top: 90px;
}

.interieurMGM a:nth-child(4) {
  right: 140px;
  top: 132px;
}

.interieurMGM a:nth-child(5) {
  right: 205px;
  top: 117px;
}

.interieurMGM a:nth-child(6) {
  right: 270px;
  top: 85px;
}

.interieurMGM a:nth-child(7) {
  right: 350px;
  top: 85px;
}

.interieurMGM a:nth-child(8) {
  right: 350px;
  top: 45px;
}

.interieurMGM a:nth-child(9) {
  left: 180px;
  top: 132px;
}

.interieurMGM a:nth-child(10) {
  left: 110px;
  top: 112px;
}

.interieurMGM a:nth-child(11) {
  left: 160px;
  top: 62px;
}

.interieurMGM a:nth-child(12) {
  left: 110px;
  top: 42px;
}

.interieurMGM a:nth-child(13) {
  left: 50px;
  top: 58px;
}

.legendeIntAppart {
  text-transform: uppercase;
  font-size: 12px;
  font-family: arial;
  position: absolute;
  bottom: 15px;
  left: 15px;
  color: #83817c;
}
@media (max-width: 800px) {
  .legendeIntAppart {
    display: none;
  }
}

.legendeIntAppart span {
  background: #000;
  border: 2px solid #fff;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  margin: 10px 20px 10px 0;
}

.legendeIntAppart .descLegendeIntAppart {
  display: inline-block;
  vertical-align: middle;
  width: 70%;
}

#preview {
  position: absolute;
  display: none;
  padding-top: 12px;
  padding-left: 12px;
  width: 375px;
  height: 265px;
  background-image: url(../images/bulleBas.png);
  background-repeat: no-repeat;
  color: #fff;
}

.legende-appart {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 20px;
}
.legende-appart .legende {
  display: flex;
  flex-direction: row;
  -moz-column-gap: 15px;
       column-gap: 15px;
  align-items: center;
}
.legende-appart .legende .blanc {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background: #d3ad67 !important;
  text-align: center;
  line-height: 60px;
  opacity: 0.8;
}
.legende-appart .legende .vert {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background: #adc127;
  text-align: center;
  line-height: 60px;
}
.legende-appart .legende .rouge {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background: #E01C4E;
  text-align: center;
  line-height: 60px;
}

.picto-mmc {
  height: 105px;
}
.picto-mmc img {
  height: 100% !important;
  margin-bottom: 20px;
}

.picto-cb {
  height: 21px;
  margin-bottom: 20px;
  display: block;
}
.picto-cb img {
  height: 100% !important;
}

@media (max-width: 640px) {
  .nosFormulesTitre {
    padding: 0;
  }
}

@media (max-width: 640px) {
  .txtImg50Mob {
    padding-bottom: 0;
  }
}

.videoFull {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  width: 60%;
  margin: 30px auto 0;
  height: 420px;
}
.videoFull iframe {
  width: 100% !important;
  height: 420px !important;
}

.ctHistoireQSNCDD .ctImg {
  transform: translateY(-30%);
}
.ctHistoireQSNCDD .detailFormules-row {
  background: #F6F5F3;
  border-radius: 10px;
}
.ctHistoireQSNCDD .detailFormules-row:hover {
  background: #F6F5F3 !important;
}

.histoireCDD .ctImg {
  transform: translateY(-30%);
  height: 480px;
  margin-bottom: -10%;
}
@media (max-width: 640px) {
  .histoireCDD .ctImg {
    height: auto;
    margin: 0 !important;
  }
}
.histoireCDD .ctImg img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.width70 {
  width: 70%;
  margin: 0 auto;
  max-width: 100%;
}
@media (max-width: 640px) {
  .width70 {
    width: 100%;
  }
}

.picto-coaching {
  height: 60px;
  margin-bottom: 20px;
}
.picto-coaching img {
  height: 100%;
  width: auto;
}

.detailFormules-bloc.full-img {
  padding: 0 !important;
}
.detailFormules-bloc.full-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.videos-cours {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 20px;
}
@media (max-width: 700px) {
  .videos-cours {
    flex-direction: column;
  }
}
.videos-cours .video-cours {
  width: calc(50% - 10px);
  text-align: center;
}
@media (max-width: 700px) {
  .videos-cours .video-cours {
    width: 100%;
  }
}
.videos-cours .video-cours video {
  display: block;
  height: 400px;
  margin-bottom: 20px;
  width: 100%;
}
@media (max-width: 960px) {
  .videos-cours .video-cours video {
    height: auto;
  }
}
.videos-cours .video-cours span {
  font: 700 32px/40px "Aneisha Script";
  overflow-wrap: break-word;
}

.animLeft,
.animRight {
  overflow: hidden;
}

.slider-appart {
  display: none;
}
@media (max-width: 800px) {
  .slider-appart {
    display: block;
    margin-bottom: 80px;
  }
}
.slider-appart .swiper-navigation {
  display: flex;
  flex-direction: row;
  -moz-column-gap: 10px;
       column-gap: 10px;
  margin-bottom: 10px;
  justify-content: center;
}
.slider-appart .swiper-navigation .swiper-navigation-prev,
.slider-appart .swiper-navigation .swiper-navigation-next {
  cursor: pointer;
}
.slider-appart .swiper-pagination {
  text-align: center;
  display: flex;
  flex-direction: row;
  align-items: center;
  -moz-column-gap: 5px;
       column-gap: 5px;
  justify-content: center;
  margin-top: 35px;
  width: 100%;
  display: none;
}
.slider-appart .swiper-pagination .swiper-pagination-bullet {
  width: 27px;
  height: 4px;
  border-radius: 8px;
}
.slider-appart .swiper-pagination .swiper-pagination-bullet-active {
  background: #232839;
}
.slider-appart .swiper {
  width: 100%;
  position: relative;
}

@media (max-width: 800px) {
  .desktop-titre {
    display: none;
  }
}

.mob-titre {
  display: none;
}
@media (max-width: 800px) {
  .mob-titre {
    display: block;
  }
}

.sep-bleu {
  height: 1px;
  background: rgba(255, 255, 255, 0.15);
  margin-top: 100px;
}

iframe {
  border: none;
}

.up {
  position: fixed;
  z-index: 9999;
  width: 70px;
  height: 70px;
  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);
  -moz-box-shadow: -1px 4px 7px 0px rgba(0, 0, 0, 0.17);
  border-radius: 50%;
  background: #fff;
  line-height: 80px;
  text-align: center;
  bottom: 40px;
  right: 40px;
  cursor: pointer;
}
.up img {
  height: 35px;
  display: inline-block;
  vertical-align: -7px;
}
@media (max-width: 640px) {
  .up img {
    height: 20px;
    vertical-align: 9px;
  }
}
@media (max-width: 640px) {
  .up {
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
  }
}

.telphone {
  -webkit-appearance: none;
  color: #fff;
}

@media (max-width: 960px) {
  .master {
    position: relative;
    overflow-x: hidden;
  }
}

.ctTxtRef {
  flex: 1 1 100%;
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 80px;
       column-gap: 80px;
  text-align: justify;
  position: relative;
  z-index: 2;
}
.ctTxtRef h3 {
  margin: 20px 0;
  font-size: 25px;
  line-height: 35px;
  font-weight: 400;
}
.ctTxtRef h3:first-child {
  margin-top: 0;
}
@media (max-width: 800px) {
  .ctTxtRef {
    -moz-column-count: 1;
         column-count: 1;
  }
}

.remarque {
  display: none !important;
}

.prix-materiel.beige {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 20px;
  margin-bottom: 20px;
  margin-top: 30px;
}
.prix-materiel.beige .prix-bloc {
  background: #F6F5F3;
  border-radius: 8px;
  text-align: center;
  padding: 40px;
  flex: 0 1 calc(25% - 22px);
  min-width: 200px;
  min-width: 120px;
  padding: 40px 20px;
  box-sizing: border-box;
}
@media (max-width: 960px) {
  .prix-materiel.beige .prix-bloc {
    flex: 0 1 calc(50% - 22px);
  }
}
@media (max-width: 640px) {
  .prix-materiel.beige .prix-bloc {
    flex: 0 1 100%;
  }
}
.prix-materiel.beige .prix-bloc strong {
  font-size: 35px;
  display: block;
  margin-top: 10px;
  font-size: 17px !important;
  display: inline-block;
  margin-top: 0px;
}
.prix-materiel.beige .prix-bloc-picto {
  height: 50px;
  margin-bottom: 20px;
}
.prix-materiel.beige .prix-bloc-picto img {
  height: 100%;
}

.mag-tarifs h2 span {
  font-size: 60px;
  line-height: 40px;
}

.menu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}

.burger {
  height: 100px;
  width: 100px;
  border-radius: 50%;
  background: #232839;
  color: #fff;
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: space-around;
  order: 1;
  cursor: pointer;
  padding: 35px;
  box-sizing: border-box;
  top: 10px;
  left: 10px;
  transition: all 0.2s ease-in-out;
}
.burger:hover {
  transform: scale(0.9);
}
@media (max-width: 960px) {
  .burger {
    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;
}
.burger.open {
  justify-content: center;
  z-index: 16000;
}
.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);
}

.home {
  height: 80px;
  width: 80px;
  border-radius: 50%;
  border: 1px dashed rgba(255, 255, 255, 0.8);
  color: #fff;
  display: flex;
  flex-direction: column;
  position: absolute;
  justify-content: space-around;
  order: 1;
  cursor: pointer;
  padding: 30px;
  box-sizing: border-box;
  top: 20px;
  right: 35px;
  transition: all 0.2s ease-in-out;
  z-index: 17000;
}
.home:hover {
  transform: scale(0.9);
}

nav {
  bottom: auto;
  overflow: visible;
  position: fixed;
  display: block;
  overflow-x: hidden;
  overflow-y: auto;
  width: 100vw;
  box-sizing: border-box;
  top: 0;
  bottom: 0;
  left: 0;
  transition: all 0.3s ease-out;
  transform: translateX(-100%);
}
@media (max-width: 960px) {
  nav {
    padding: 0;
    box-sizing: border-box;
    max-width: 100%;
    width: 100%;
  }
}
nav.open {
  height: 100vh;
  z-index: 15000;
  transform: translateX(-100%);
}
nav .nav-parent {
  width: 750px;
  max-width: 750px;
  row-gap: 40px;
  display: flex;
  flex-direction: column;
  position: absolute;
  background: #232839;
  color: #fff;
  padding: 20px 0px;
  height: 100%;
  padding: 110px 80px 50px 80px;
  box-sizing: border-box;
  z-index: 2;
  overflow-y: auto;
}
@media (max-width: 1400px) {
  nav .nav-parent {
    width: 550px;
    max-width: 550px;
  }
}
@media (max-width: 1200px) {
  nav .nav-parent {
    width: 480px;
    max-width: 480px;
    padding: 110px 60px 50px 60px;
    overflow-x: hidden;
  }
}
@media (max-width: 1100px) {
  nav .nav-parent {
    width: 100%;
    max-width: 100%;
    position: relative;
    display: block;
  }
}
@media (max-width: 640px) {
  nav .nav-parent {
    padding: 110px 30px 80px 30px;
  }
}
nav .nav-parent .adresses {
  display: flex;
  flex-direction: row;
  font: 500 14px/19px "Raleway", sans-serif;
  color: rgba(255, 255, 255, 0.5);
  position: absolute;
  bottom: 50px;
  display: none;
}
@media (max-width: 1400px) {
  nav .nav-parent .adresses {
    display: none;
  }
}
@media (max-height: 885px) {
  nav .nav-parent .adresses {
    display: none;
  }
}
nav .nav-parent .adresses .adresse-sep {
  height: 70px;
  width: 1px;
  background: rgba(255, 255, 255, 0.5);
  margin: 0 30px;
}
nav .nav-parent .adresses .adresse {
  flex: 1 1;
}
nav ul {
  padding: 0;
  background: none;
  zoom: 1;
  position: relative;
  flex-direction: column;
  width: 100%;
  color: #fff;
  padding: 0;
  top: 10%;
}
nav ul a,
nav ul span {
  color: #fff;
  font-size: 28px;
  line-height: 35px;
  padding: 10px 0;
  transition: all 0.2s ease-in-out;
}
nav ul li {
  margin: 0;
  background: none;
  text-align: left;
  display: block;
}
nav ul li ul {
  padding: 0;
  padding-left: 1rem;
}
@media (max-width: 800px) {
  nav ul li ul {
    padding-left: 0;
  }
}
nav ul li.parent {
  font: 400 35px/44px "Raleway", sans-serif;
  padding: 20px 0;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  position: relative;
}
@media (max-width: 1200px) {
  nav ul li.parent {
    font-size: 30px;
    line-height: 40px;
  }
}
nav ul li.parent span {
  text-transform: uppercase;
  letter-spacing: 2px;
  font: 700 14px "Raleway", sans-serif;
  padding: 0;
}
nav ul li.parent:hover {
  transform: translate(8px, -30px) !important;
}
@media (max-width: 960px) {
  nav ul li.parent:hover {
    transform: translate(0, -30px) !important;
  }
}
nav ul li.parent:after {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%) !important;
  right: 0;
  content: url("../images/right-nav.svg");
}
@media (max-width: 1100px) {
  nav ul li.parent:after {
    top: 35px;
  }
}
nav ul li.parent.open {
  color: #6ED567;
}
nav ul li.parent.open span {
  color: #6ED567;
}
nav ul li.parent.open:before {
  position: absolute;
  right: -80px;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 100%;
  background: #6ED567;
  content: "";
}
nav ul li.parent:nth-child(5).open, nav ul li.parent:nth-child(6).open {
  color: #7CD6E1;
}
nav ul li.parent:nth-child(5).open span, nav ul li.parent:nth-child(6).open span {
  color: #7CD6E1;
}
nav ul li.parent:nth-child(5).open:before, nav ul li.parent:nth-child(6).open:before {
  background: #7CD6E1;
}
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 .bloc-enfant {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  height: 100vh;
  width: calc(100vw - 750px);
  position: fixed;
  top: 0;
  left: 750px;
  opacity: 0;
  pointer-events: none;
}
@media (max-width: 1400px) {
  nav .bloc-enfant {
    width: calc(100vw - 550px);
    left: 550px;
  }
}
@media (max-width: 1200px) {
  nav .bloc-enfant {
    width: calc(100vw - 480px);
    left: 480px;
  }
}
@media (max-width: 1100px) {
  nav .bloc-enfant {
    height: 0;
    max-height: 2000px;
    position: relative;
    left: 0;
    width: 100%;
    border-radius: 15px;
    margin-top: 20px;
    overflow: hidden;
    top: 0;
  }
}
@media (max-width: 960px) {
  nav .bloc-enfant {
    transform: none !important;
    opacity: 0;
  }
}
nav .bloc-enfant-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-75%, -50%);
  min-width: 560px;
  z-index: 3;
  transition: all 0.6s ease-in-out;
  opacity: 0;
}
@media (max-width: 960px) {
  nav .bloc-enfant-content {
    transform: none !important;
    left: 0 !important;
    top: 0 !important;
  }
}
nav .bloc-enfant-content .items-enfants {
  display: flex;
  flex-direction: row;
  -moz-column-gap: 50px;
       column-gap: 50px;
  margin-bottom: 100px;
}
@media (max-height: 850px) {
  nav .bloc-enfant-content .items-enfants {
    margin-bottom: 20px;
  }
}
@media (max-width: 800px) {
  nav .bloc-enfant-content .items-enfants {
    row-gap: 30px;
    flex-direction: column;
    margin-bottom: 20px;
    transform: none;
  }
}
nav .bloc-enfant-content .items-enfants a {
  transition: all 0.2s ease-in-out;
}
nav .bloc-enfant-content .items-enfants a div {
  display: block;
  font-size: 13px;
}
nav .bloc-enfant-content .items-enfants a:hover {
  transform: translateX(5px);
}
nav .bloc-enfant-content .resa-enfants {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}
@media (max-width: 800px) {
  nav .bloc-enfant-content .resa-enfants {
    display: none;
  }
}
nav .bloc-enfant-content .resa-enfants a {
  display: flex;
  flex-direction: row;
  align-items: center;
  transition: all 0.4s ease-in-out;
  text-decoration: none;
  padding: 50px 25px;
  cursor: pointer;
  position: relative;
}
@media (max-height: 840px) {
  nav .bloc-enfant-content .resa-enfants a {
    padding: 25px;
  }
}
nav .bloc-enfant-content .resa-enfants a:after {
  position: absolute;
  transform: translateY(-190px);
  bottom: 0;
  left: 0;
  width: 100%;
  content: "";
  height: 1px;
  background: rgba(255, 255, 255, 0.4);
  transition: all 0.4s ease-in-out;
  opacity: 0;
}
nav .bloc-enfant-content .resa-enfants a:hover {
  background: rgba(255, 255, 255, 0.05);
}
nav .bloc-enfant-content .resa-enfants a:hover:after {
  transform: translateY(0);
  opacity: 1;
}
nav .bloc-enfant-content .resa-enfants-sep {
  height: 60px;
  width: 1px;
  background: #fff;
  transform: rotate(30deg);
  margin: 0 35px;
}
nav .bloc-enfant-content .resa-enfants-right {
  color: #6ED567;
  text-transform: uppercase;
  letter-spacing: 2px;
  font: 700 14px/25px "Raleway", sans-serif;
}
nav .bloc-enfant-content .resa-enfants-left {
  display: flex;
  flex-direction: row;
  -moz-column-gap: 30px;
       column-gap: 30px;
  align-items: center;
  font: 400 24px/32px "Raleway", sans-serif;
  color: #fff;
}
nav .bloc-enfant-content .resa-enfants-left img {
  height: 67px;
}
nav .bloc-enfant-content .resa-enfants-left span {
  display: inline-block;
  color: #6ED567;
  font: 700 53px/32px "Aneisha Script";
  vertical-align: top;
  padding: 14px 0 0 5px;
  text-transform: none;
}
nav .bloc-enfant-content .resa-enfants-left-txt .num {
  display: flex;
  flex-direction: row;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  font: 700 14px/18px "Raleway", sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
}
nav .bloc-enfant-content .resa-enfants.resa-enfants-ete .resa-enfants-left span {
  color: #7CD6E1;
}
nav .bloc-enfant-content .resa-enfants.resa-enfants-ete .resa-enfants-right {
  font: 400 24px/32px "Raleway", sans-serif;
  color: #fff;
  text-transform: none;
  letter-spacing: 0;
}
nav .bloc-enfant-content .resa-enfants.resa-enfants-ete .resa-enfants-right span {
  display: inline-block;
  color: #7CD6E1;
  font: 700 53px/32px "Aneisha Script";
  vertical-align: top;
  padding: 14px 0 0 5px;
}
nav .bloc-enfant-content .resa-enfants.resa-enfants-ete .resa-enfants-right-txt .num {
  display: flex;
  flex-direction: row;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  font: 700 14px/18px "Raleway", sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
}
nav .bloc-enfant-content ul {
  transform: none;
  top: auto;
}
nav .bloc-enfant-content ul li,
nav .bloc-enfant-content ul a {
  font: 300 18px/22px "Raleway", sans-serif;
  padding: 0;
}
nav .bloc-enfant-content ul li strong,
nav .bloc-enfant-content ul a strong {
  font: 700 25px/30px "Raleway", sans-serif;
  display: block;
  margin-bottom: 20px;
}
@media (max-width: 960px) {
  nav .bloc-enfant-content ul li strong,
  nav .bloc-enfant-content ul a strong {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 10px;
  }
}
@media (max-width: 960px) {
  nav .bloc-enfant-content ul li,
  nav .bloc-enfant-content ul a {
    font-size: 15px;
    line-height: 18px;
  }
}
nav .bloc-enfant-content ul a {
  padding-bottom: 8px;
}
nav .bloc-enfant .liens-plus-enfant {
  position: absolute;
  z-index: 2;
  bottom: 60px;
  right: 60px;
  color: #fff;
  display: flex;
  flex-direction: row;
  align-items: center;
  opacity: 0;
  transform: translateX(100px);
  transition: all 0.6s ease-in-out;
}
@media (max-width: 1300px) {
  nav .bloc-enfant .liens-plus-enfant {
    flex-wrap: wrap;
    justify-content: flex-end;
    row-gap: 10px;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
}
@media (max-width: 1100px) {
  nav .bloc-enfant .liens-plus-enfant {
    margin-top: 30px;
    position: relative;
  }
}
@media (max-width: 800px) {
  nav .bloc-enfant .liens-plus-enfant {
    margin-top: 30px;
    position: relative;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    box-sizing: border-box;
    right: auto;
    padding: 0 50px;
    bottom: 0;
  }
}
@media (max-width: 960px) {
  nav .bloc-enfant .liens-plus-enfant {
    padding: 0 25px;
    transform: none !important;
  }
}
nav .bloc-enfant .liens-plus-enfant a {
  display: flex;
  flex-direction: row;
  align-items: center;
  -moz-column-gap: 15px;
       column-gap: 15px;
  color: #fff;
  font: 300 16px/20px "Raleway", sans-serif;
  text-decoration: none;
  padding: 0;
  transition: all 0.2s ease-in-out;
}
nav .bloc-enfant .liens-plus-enfant a svg {
  height: 20px;
}
nav .bloc-enfant .liens-plus-enfant a:hover {
  transform: translateY(-5px);
}
nav .bloc-enfant .liens-plus-enfant-sep {
  height: 13px;
  width: 1px;
  background: rgba(255, 255, 255, 0.3);
  margin: 0 30px;
}
@media (max-width: 1300px) {
  nav .bloc-enfant .liens-plus-enfant-sep {
    display: none;
  }
}
nav .bloc-enfant .liens-plus-enfant .rs {
  display: flex;
  flex-direction: row;
  -moz-column-gap: 30px;
       column-gap: 30px;
  align-items: center;
}
nav .bloc-enfant .liens-plus-enfant .rs img {
  height: 20px;
}
nav .bloc-enfant-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}
@media (max-width: 1100px) {
  nav .bloc-enfant-bg {
    top: 0;
    left: 0;
  }
}
@media (max-width: 960px) {
  nav .bloc-enfant-bg {
    display: none;
  }
}
nav .bloc-enfant-bg img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
nav .bloc-enfant-bg:before {
  content: "";
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(35, 40, 57, 0.8);
}
nav .bloc-enfant.actif {
  opacity: 1;
  transform: translateX(0);
  pointer-events: initial;
}
@media (max-width: 1100px) {
  nav .bloc-enfant.actif {
    height: auto;
  }
}
@media (max-width: 960px) {
  nav .bloc-enfant.actif {
    transform: none;
    opacity: 1;
  }
}
nav .bloc-enfant.actif .bloc-enfant-content {
  transform: translate(-50%, -50%);
  opacity: 1;
}
@media (max-width: 1100px) {
  nav .bloc-enfant.actif .bloc-enfant-content {
    transform: none;
    opacity: 1;
    padding: 50px;
    position: relative;
    left: 0;
    top: 0;
    box-sizing: border-box;
  }
}
@media (max-width: 960px) {
  nav .bloc-enfant.actif .bloc-enfant-content {
    padding: 0 25px 30px;
    min-width: 100%;
    transform: none;
    padding: 0 0 0 25px;
  }
}
nav .bloc-enfant.actif .liens-plus-enfant {
  transform: translateX(0);
  opacity: 1;
}

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

.btn-mob {
  display: none;
}
@media (max-width: 800px) {
  .btn-mob {
    display: block;
    margin-bottom: 20px;
  }
}
.btn-mob .btn {
  min-width: 150px;
}
.btn-mob .btn img {
  margin-right: 10px;
  max-width: 24px;
  display: inline-block;
}

.openMenu {
  overflow: hidden;
}
.openMenu .up {
  display: none;
}

.accordion-info {
  max-height: 2000px;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
  margin-bottom: 4px;
}
.accordion-info .reponse-info {
  background: #232839;
  height: auto;
  padding: 10px 40px 40px 40px;
  color: #fff;
  font-size: 14px;
  line-height: 18px;
}
.accordion-info .reponse-info li {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.accordion-info .reponse-info li a {
  color: #fff;
  font-size: 14px;
  line-height: 18px;
}
.accordion-info .reponse-info li:before {
  content: "";
  width: 6px;
  height: 2px;
  background: #fff;
  margin-top: 8px;
  flex: none;
}
.accordion-info .question-info {
  background: #232839;
  border-radius: 4px;
  color: #fff;
  padding: 15px 20px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  -moz-column-gap: 20px;
       column-gap: 20px;
  align-items: center;
  cursor: pointer;
  font-size: 15px;
  transition: all 0.2s ease-in-out;
}
.accordion-info .question-info strong {
  font-weight: bold;
}
.accordion-info .question-info .question-containt {
  display: flex;
  flex-direction: row;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  transition: all 0.2s ease-in-out;
}
.accordion-info .question-info:hover .question-containt {
  transform: translateX(5px);
}
.accordion-info .question-info.open {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion-info .question-picto {
  height: 22px;
}
.accordion-info .question-picto img {
  height: 100%;
}
.accordion-info .question-down {
  height: 5px;
  position: relative;
}
.accordion-info .question-down img {
  height: 100%;
  display: inline-block;
  top: 0;
  position: absolute;
  right: 10px;
}

.bloc-book {
  justify-content: flex-start !important;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
@media (max-width: 640px) {
  .bloc-book {
    padding-bottom: 0;
  }
}
.bloc-book .bloc-medailles-doc {
  background: #F6F5F3;
  padding: 0;
  min-height: 780px !important;
  margin-right: 0;
  flex: 0 1 calc(33% - 20px) !important;
}
@media (max-width: 1050px) {
  .bloc-book .bloc-medailles-doc {
    flex: 0 1 calc(50% - 20px) !important;
  }
}
@media (max-width: 800px) {
  .bloc-book .bloc-medailles-doc {
    flex: 0 1 100% !important;
  }
}
.bloc-book .bloc-medailles-doc:before {
  display: none;
}
.bloc-book .bloc-medailles-doc-img {
  width: 100%;
  margin-bottom: 0 !important;
  position: relative;
  overflow: hidden;
  height: 310px !important;
}
.bloc-book .bloc-medailles-doc-img:before {
  content: url("../images/frise-qsn2.svg") !important;
  height: auto;
  position: absolute;
  bottom: -6px;
  left: 0;
  z-index: 2;
  width: 100%;
}
.bloc-book .bloc-medailles-doc-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.bloc-book .bloc-medailles-doc-txt {
  padding: 25px 35px;
}
.bloc-book .tarif span {
  font-size: 15px;
}
.bloc-book .lienTxt {
  position: absolute;
  bottom: 30px;
  right: 30px;
  opacity: 0.6;
}

.accor-deon {
  width: 70%;
  margin: 0 auto;
}
@media (max-width: 640px) {
  .accor-deon {
    width: 100%;
  }
}

.btnPanier.right {
  display: flex;
  justify-content: flex-end;
}
/*----------------------------------------------------- */
/*------------------ GALERIE PHOTOS --------------------*/
/*-----------------------------------------------------*/
.filtres-galerie {
  position: relative;
  z-index: 3;
}

#galeriePhotos {
  margin-top: 80px;
}
#galeriePhotos .ct {
  position: relative;
}

#loader {
  background: url(../js/img/loader.gif) no-repeat center center;
  height: 150px;
}

.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */
  transition-duration: 0.8s;
}

.isotope {
  transition-property: height, width;
}

.isotope .isotope-item {
  transition-property: transform, opacity;
}

.isotope-hidden {
  width: 496px;
  position: absolute;
  left: 0px;
  top: 0px;
  transform: translate3d(0px, 0px, 0px) scale3d(0.001, 0.001, 1);
  opacity: 0;
  display: none !important;
}

/*---------- DETAIL ALBUM PHOTO -------- */
.not-loaded {
  display: none;
}

.photoAlbum img {
  margin-right: 5px;
  margin-bottom: 5px;
  margin-left: 5px;
  width: 100%;
}

.conteneurPhoto {
  width: 360px;
  height: auto;
  overflow: hidden;
  display: block;
  position: relative;
}
.conteneurPhoto a {
  transition: all 0.2s ease-in-out;
}
.conteneurPhoto a:hover {
  opacity: 0.7;
}

.conteneurPhoto:nth-child(3n) {
  margin-right: 0px;
}

.conteneurPhoto img {
  margin-right: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  width: 100%;
}

.linkHD {
  font-size: 10px;
  position: absolute;
  right: -1px;
  bottom: 4px;
  background: #fff;
  color: #000;
  padding: 4px 8px;
  border: 1px solid #fff;
}

.linkHD:hover {
  background: #000;
  color: #fff;
}

.notice {
  text-align: center;
  margin: 40px auto;
  color: #999;
  font-style: italic;
  font-size: 13px;
  padding: 0 15px;
}

.linkHD2 {
  font-size: 10px;
  background: #fff;
  color: #000;
  padding: 4px 8px;
  border: 1px solid #ccc;
  margin: 0 5px;
}

#swipebox-close {
  position: fixed !important;
  top: 0 !important;
  right: 0 !important;
}

/*! 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;
  opacity: 1;
}

#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: 100%;
  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;
  position: relative;
  height: 80vh;
}

#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(img/loader.gif) no-repeat center center;
}

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

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

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

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

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

#swipebox-close {
  padding: 20px;
}

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

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

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

#swipebox-close {
  top: 50px;
  right: 80px;
  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: 80px;
  }
  #swipebox-arrows {
    width: 92%;
    /*max-width: 800px;*/
  }
}
/* Skin 
--------------------------*/
#swipebox-overlay {
  background: #ffffff;
}

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

#swipebox-top-bar {
  color: #000 !important;
  font-size: 15px;
  line-height: 43px;
  font-family: "futura_ltcn_btlight";
  z-index: -1;
}

.classNumPhoto {
  width: 150px;
  display: inline-block;
}

.classTitrePhoto {
  width: 150px;
  display: inline-block;
}/*# sourceMappingURL=site.css.map */