do.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.owl-carousel.owl-loaded {
  display: block
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block
}

.owl-carousel.owl-hidden {
  opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab
}

.owl-carousel.owl-rtl {
  direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
  float: right
}

.no-js .owl-carousel {
  display: block
}

.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
  z-index: 0
}

.owl-carousel .owl-animated-out {
  z-index: 1
}

.owl-carousel .fadeOut {
  animation-name: fadeOut
}

@keyframes fadeOut {
  0% {
      opacity: 1
  }

  100% {
      opacity: 0
  }
}

.owl-height {
  transition: height 500ms ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(https://www.marcketbalsan.fr/wp-content/themes/limpide/assets/css/owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%
}

.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-nav [class*='owl-'] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px
}

.owl-theme .owl-nav [class*='owl-']:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none
}

.owl-theme .owl-nav .disabled {
  opacity: .5;
  cursor: default
}

.owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 10px
}

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791
}

@charset "UTF-8";

@-webkit-keyframes bounce {

  from,
  20%,
  53%,
  80%,
  to {
      -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
      animation-timing-function: cubic-bezier(.215, .61, .355, 1);
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0)
  }

  40%,
  43% {
      -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
      animation-timing-function: cubic-bezier(.755, .05, .855, .06);
      -webkit-transform: translate3d(0, -30px, 0);
      transform: translate3d(0, -30px, 0)
  }

  70% {
      -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
      animation-timing-function: cubic-bezier(.755, .05, .855, .06);
      -webkit-transform: translate3d(0, -15px, 0);
      transform: translate3d(0, -15px, 0)
  }

  90% {
      -webkit-transform: translate3d(0, -4px, 0);
      transform: translate3d(0, -4px, 0)
  }
}

@keyframes bounce {

  from,
  20%,
  53%,
  80%,
  to {
      -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
      animation-timing-function: cubic-bezier(.215, .61, .355, 1);
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0)
  }

  40%,
  43% {
      -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
      animation-timing-function: cubic-bezier(.755, .05, .855, .06);
      -webkit-transform: translate3d(0, -30px, 0);
      transform: translate3d(0, -30px, 0)
  }

  70% {
      -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
      animation-timing-function: cubic-bezier(.755, .05, .855, .06);
      -webkit-transform: translate3d(0, -15px, 0);
      transform: translate3d(0, -15px, 0)
  }

  90% {
      -webkit-transform: translate3d(0, -4px, 0);
      transform: translate3d(0, -4px, 0)
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom
}

@-webkit-keyframes flash {

  from,
  50%,
  to {
      opacity: 1
  }

  25%,
  75% {
      opacity: 0
  }
}

@keyframes flash {

  from,
  50%,
  to {
      opacity: 1
  }

  25%,
  75% {
      opacity: 0
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash
}

@-webkit-keyframes pulse {
  from {
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1)
  }

  50% {
      -webkit-transform: scale3d(1.05, 1.05, 1.05);
      transform: scale3d(1.05, 1.05, 1.05)
  }

  to {
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1)
  }
}

@keyframes pulse {
  from {
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1)
  }

  50% {
      -webkit-transform: scale3d(1.05, 1.05, 1.05);
      transform: scale3d(1.05, 1.05, 1.05)
  }

  to {
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1)
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse
}

@-webkit-keyframes rubberBand {
  from {
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1)
  }

  30% {
      -webkit-transform: scale3d(1.25, .75, 1);
      transform: scale3d(1.25, .75, 1)
  }

  40% {
      -webkit-transform: scale3d(.75, 1.25, 1);
      transform: scale3d(.75, 1.25, 1)
  }

  50% {
      -webkit-transform: scale3d(1.15, .85, 1);
      transform: scale3d(1.15, .85, 1)
  }

  65% {
      -webkit-transform: scale3d(.95, 1.05, 1);
      transform: scale3d(.95, 1.05, 1)
  }

  75% {
      -webkit-transform: scale3d(1.05, .95, 1);
      transform: scale3d(1.05, .95, 1)
  }

  to {
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1)
  }
}

@keyframes rubberBand {
  from {
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1)
  }

  30% {
      -webkit-transform: scale3d(1.25, .75, 1);
      transform: scale3d(1.25, .75, 1)
  }

  40% {
      -webkit-transform: scale3d(.75, 1.25, 1);
      transform: scale3d(.75, 1.25, 1)
  }

  50% {
      -webkit-transform: scale3d(1.15, .85, 1);
      transform: scale3d(1.15, .85, 1)
  }

  65% {
      -webkit-transform: scale3d(.95, 1.05, 1);
      transform: scale3d(.95, 1.05, 1)
  }

  75% {
      -webkit-transform: scale3d(1.05, .95, 1);
      transform: scale3d(1.05, .95, 1)
  }

  to {
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1)
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand
}

@-webkit-keyframes shake {

  from,
  to {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0)
  }

  10%,
  30%,
  50%,
  70%,
  90% {
      -webkit-transform: translate3d(-10px, 0, 0);
      transform: translate3d(-10px, 0, 0)
  }

  20%,
  40%,
  60%,
  80% {
      -webkit-transform: translate3d(10px, 0, 0);
      transform: translate3d(10px, 0, 0)
  }
}

@keyframes shake {

  from,
  to {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0)
  }

  10%,
  30%,
  50%,
  70%,
  90% {
      -webkit-transform: translate3d(-10px, 0, 0);
      transform: translate3d(-10px, 0, 0)
  }

  20%,
  40%,
  60%,
  80% {
      -webkit-transform: translate3d(10px, 0, 0);
      transform: translate3d(10px, 0, 0)
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake
}

@-webkit-keyframes headShake {
  0% {
      -webkit-transform: translateX(0);
      transform: translateX(0)
  }

  6.5% {
      -webkit-transform: translateX(-6px) rotateY(-9deg);
      transform: translateX(-6px) rotateY(-9deg)
  }

  18.5% {
      -webkit-transform: translateX(5px) rotateY(7deg);
      transform: translateX(5px) rotateY(7deg)
  }

  31.5% {
      -webkit-transform: translateX(-3px) rotateY(-5deg);
      transform: translateX(-3px) rotateY(-5deg)
  }

  43.5% {
      -webkit-transform: translateX(2px) rotateY(3deg);
      transform: translateX(2px) rotateY(3deg)
  }

  50% {
      -webkit-transform: translateX(0);
      transform: translateX(0)
  }
}

@keyframes headShake {
  0% {
      -webkit-transform: translateX(0);
      transform: translateX(0)
  }

  6.5% {
      -webkit-transform: translateX(-6px) rotateY(-9deg);
      transform: translateX(-6px) rotateY(-9deg)
  }

  18.5% {
      -webkit-transform: translateX(5px) rotateY(7deg);
      transform: translateX(5px) rotateY(7deg)
  }

  31.5% {
      -webkit-transform: translateX(-3px) rotateY(-5deg);
      transform: translateX(-3px) rotateY(-5deg)
  }

  43.5% {
      -webkit-transform: translateX(2px) rotateY(3deg);
      transform: translateX(2px) rotateY(3deg)
  }

  50% {
      -webkit-transform: translateX(0);
      transform: translateX(0)
  }
}

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake
}

@-webkit-keyframes swing {
  20% {
      -webkit-transform: rotate3d(0, 0, 1, 15deg);
      transform: rotate3d(0, 0, 1, 15deg)
  }

  40% {
      -webkit-transform: rotate3d(0, 0, 1, -10deg);
      transform: rotate3d(0, 0, 1, -10deg)
  }

  60% {
      -webkit-transform: rotate3d(0, 0, 1, 5deg);
      transform: rotate3d(0, 0, 1, 5deg)
  }

  80% {
      -webkit-transform: rotate3d(0, 0, 1, -5deg);
      transform: rotate3d(0, 0, 1, -5deg)
  }

  to {
      -webkit-transform: rotate3d(0, 0, 1, 0deg);
      transform: rotate3d(0, 0, 1, 0deg)
  }
}

@keyframes swing {
  20% {
      -webkit-transform: rotate3d(0, 0, 1, 15deg);
      transform: rotate3d(0, 0, 1, 15deg)
  }

  40% {
      -webkit-transform: rotate3d(0, 0, 1, -10deg);
      transform: rotate3d(0, 0, 1, -10deg)
  }

  60% {
      -webkit-transform: rotate3d(0, 0, 1, 5deg);
      transform: rotate3d(0, 0, 1, 5deg)
  }

  80% {
      -webkit-transform: rotate3d(0, 0, 1, -5deg);
      transform: rotate3d(0, 0, 1, -5deg)
  }

  to {
      -webkit-transform: rotate3d(0, 0, 1, 0deg);
      transform: rotate3d(0, 0, 1, 0deg)
  }
}

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing
}

@-webkit-keyframes tada {
  from {
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1)
  }

  10%,
  20% {
      -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
      transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
  }

  30%,
  50%,
  70%,
  90% {
      -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
      transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
  }

  40%,
  60%,
  80% {
      -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
      transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
  }

  to {
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1)
  }
}

@keyframes tada {
  from {
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1)
  }

  10%,
  20% {
      -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
      transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
  }

  30%,
  50%,
  70%,
  90% {
      -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
      transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
  }

  40%,
  60%,
  80% {
      -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
      transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
  }

  to {
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1)
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada
}

@-webkit-keyframes wobble {
  from {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0)
  }

  15% {
      -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
      transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
  }

  30% {
      -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
      transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
  }

  45% {
      -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
      transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
  }

  60% {
      -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
      transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
  }

  75% {
      -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
      transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
  }

  to {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0)
  }
}

@keyframes wobble {
  from {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0)
  }

  15% {
      -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
      transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
  }

  30% {
      -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
      transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
  }

  45% {
      -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
      transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
  }

  60% {
      -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
      transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
  }

  75% {
      -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
      transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
  }

  to {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0)
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble
}

@-webkit-keyframes jello {

  from,
  11.1%,
  to {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0)
  }

  22.2% {
      -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
      transform: skewX(-12.5deg) skewY(-12.5deg)
  }

  33.3% {
      -webkit-transform: skewX(6.25deg) skewY(6.25deg);
      transform: skewX(6.25deg) skewY(6.25deg)
  }

  44.4% {
      -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
      transform: skewX(-3.125deg) skewY(-3.125deg)
  }

  55.5% {
      -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
      transform: skewX(1.5625deg) skewY(1.5625deg)
  }

  66.6% {
      -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
      transform: skewX(-0.78125deg) skewY(-0.78125deg)
  }

  77.7% {
      -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
      transform: skewX(0.390625deg) skewY(0.390625deg)
  }

  88.8% {
      -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
      transform: skewX(-0.1953125deg) skewY(-0.1953125deg)
  }
}

@keyframes jello {

  from,
  11.1%,
  to {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0)
  }

  22.2% {
      -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
      transform: skewX(-12.5deg) skewY(-12.5deg)
  }

  33.3% {
      -webkit-transform: skewX(6.25deg) skewY(6.25deg);
      transform: skewX(6.25deg) skewY(6.25deg)
  }

  44.4% {
      -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
      transform: skewX(-3.125deg) skewY(-3.125deg)
  }

  55.5% {
      -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
      transform: skewX(1.5625deg) skewY(1.5625deg)
  }

  66.6% {
      -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
      transform: skewX(-0.78125deg) skewY(-0.78125deg)
  }

  77.7% {
      -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
      transform: skewX(0.390625deg) skewY(0.390625deg)
  }

  88.8% {
      -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
      transform: skewX(-0.1953125deg) skewY(-0.1953125deg)
  }
}

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center
}

@-webkit-keyframes heartBeat {
  0% {
      -webkit-transform: scale(1);
      transform: scale(1)
  }

  14% {
      -webkit-transform: scale(1.3);
      transform: scale(1.3)
  }

  28% {
      -webkit-transform: scale(1);
      transform: scale(1)
  }

  42% {
      -webkit-transform: scale(1.3);
      transform: scale(1.3)
  }

  70% {
      -webkit-transform: scale(1);
      transform: scale(1)
  }
}

@keyframes heartBeat {
  0% {
      -webkit-transform: scale(1);
      transform: scale(1)
  }

  14% {
      -webkit-transform: scale(1.3);
      transform: scale(1.3)
  }

  28% {
      -webkit-transform: scale(1);
      transform: scale(1)
  }

  42% {
      -webkit-transform: scale(1.3);
      transform: scale(1.3)
  }

  70% {
      -webkit-transform: scale(1);
      transform: scale(1)
  }
}

.heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out
}

@-webkit-keyframes bounceIn {

  from,
  20%,
  40%,
  60%,
  80%,
  to {
      -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
      animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }

  0% {
      opacity: 0;
      -webkit-transform: scale3d(.3, .3, .3);
      transform: scale3d(.3, .3, .3)
  }

  20% {
      -webkit-transform: scale3d(1.1, 1.1, 1.1);
      transform: scale3d(1.1, 1.1, 1.1)
  }

  40% {
      -webkit-transform: scale3d(.9, .9, .9);
      transform: scale3d(.9, .9, .9)
  }

  60% {
      opacity: 1;
      -webkit-transform: scale3d(1.03, 1.03, 1.03);
      transform: scale3d(1.03, 1.03, 1.03)
  }

  80% {
      -webkit-transform: scale3d(.97, .97, .97);
      transform: scale3d(.97, .97, .97)
  }

  to {
      opacity: 1;
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1)
  }
}

@keyframes bounceIn {

  from,
  20%,
  40%,
  60%,
  80%,
  to {
      -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
      animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }

  0% {
      opacity: 0;
      -webkit-transform: scale3d(.3, .3, .3);
      transform: scale3d(.3, .3, .3)
  }

  20% {
      -webkit-transform: scale3d(1.1, 1.1, 1.1);
      transform: scale3d(1.1, 1.1, 1.1)
  }

  40% {
      -webkit-transform: scale3d(.9, .9, .9);
      transform: scale3d(.9, .9, .9)
  }

  60% {
      opacity: 1;
      -webkit-transform: scale3d(1.03, 1.03, 1.03);
      transform: scale3d(1.03, 1.03, 1.03)
  }

  80% {
      -webkit-transform: scale3d(.97, .97, .97);
      transform: scale3d(.97, .97, .97)
  }

  to {
      opacity: 1;
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1)
  }
}

.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn
}

@-webkit-keyframes bounceInDown {

  from,
  60%,
  75%,
  90%,
  to {
      -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
      animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }

  0% {
      opacity: 0;
      -webkit-transform: translate3d(0, -3000px, 0);
      transform: translate3d(0, -3000px, 0)
  }

  60% {
      opacity: 1;
      -webkit-transform: translate3d(0, 25px, 0);
      transform: translate3d(0, 25px, 0)
  }

  75% {
      -webkit-transform: translate3d(0, -10px, 0);
      transform: translate3d(0, -10px, 0)
  }

  90% {
      -webkit-transform: translate3d(0, 5px, 0);
      transform: translate3d(0, 5px, 0)
  }

  to {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0)
  }
}

@keyframes bounceInDown {

  from,
  60%,
  75%,
  90%,
  to {
      -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
      animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }

  0% {
      opacity: 0;
      -webkit-transform: translate3d(0, -3000px, 0);
      transform: translate3d(0, -3000px, 0)
  }

  60% {
      opacity: 1;
      -webkit-transform: translate3d(0, 25px, 0);
      transform: translate3d(0, 25px, 0)
  }

  75% {
      -webkit-transform: translate3d(0, -10px, 0);
      transform: translate3d(0, -10px, 0)
  }

  90% {
      -webkit-transform: translate3d(0, 5px, 0);
      transform: translate3d(0, 5px, 0)
  }

  to {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0)
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown
}

@-webkit-keyframes bounceInLeft {

  from,
  60%,
  75%,
  90%,
  to {
      -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
      animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }

  0% {
      opacity: 0;
      -webkit-transform: translate3d(-3000px, 0, 0);
      transform: translate3d(-3000px, 0, 0)
  }

  60% {
      opacity: 1;
      -webkit-transform: translate3d(25px, 0, 0);
      transform: translate3d(25px, 0, 0)
  }

  75% {
      -webkit-transform: translate3d(-10px, 0, 0);
      transform: translate3d(-10px, 0, 0)
  }

  90% {
      -webkit-transform: translate3d(5px, 0, 0);
      transform: translate3d(5px, 0, 0)
  }

  to {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0)
  }
}

@keyframes bounceInLeft {

  from,
  60%,
  75%,
  90%,
  to {
      -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
      animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }

  0% {
      opacity: 0;
      -webkit-transform: translate3d(-3000px, 0, 0);
      transform: translate3d(-3000px, 0, 0)
  }

  60% {
      opacity: 1;
      -webkit-transform: translate3d(25px, 0, 0);
      transform: translate3d(25px, 0, 0)
  }

  75% {
      -webkit-transform: translate3d(-10px, 0, 0);
      transform: translate3d(-10px, 0, 0)
  }

  90% {
      -webkit-transform: translate3d(5px, 0, 0);
      transform: translate3d(5px, 0, 0)
  }

  to {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0)
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft
}

@-webkit-keyframes bounceInRight {

  from,
  60%,
  75%,
  90%,
  to {
      -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
      animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }

  from {
      opacity: 0;
      -webkit-transform: translate3d(3000px, 0, 0);
      transform: translate3d(3000px, 0, 0)
  }

  60% {
      opacity: 1;
      -webkit-transform: translate3d(-25px, 0, 0);
      transform: translate3d(-25px, 0, 0)
  }

  75% {
      -webkit-transform: translate3d(10px, 0, 0);
      transform: translate3d(10px, 0, 0)
  }

  90% {
      -webkit-transform: translate3d(-5px, 0, 0);
      transform: translate3d(-5px, 0, 0)
  }

  to {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0)
  }
}

@keyframes bounceInRight {

  from,
  60%,
  75%,
  90%,
  to {
      -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
      animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }

  from {
      opacity: 0;
      -webkit-transform: translate3d(3000px, 0, 0);
      transform: translate3d(3000px, 0, 0)
  }

  60% {
      opacity: 1;
      -webkit-transform: translate3d(-25px, 0, 0);
      transform: translate3d(-25px, 0, 0)
  }

  75% {
      -webkit-transform: translate3d(10px, 0, 0);
      transform: translate3d(10px, 0, 0)
  }

  90% {
      -webkit-transform: translate3d(-5px, 0, 0);
      transform: translate3d(-5px, 0, 0)
  }

  to {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0)
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight
}

@-webkit-keyframes bounceInUp {

  from,
  60%,
  75%,
  90%,
  to {
      -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
      animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }

  from {
      opacity: 0;
      -webkit-transform: translate3d(0, 3000px, 0);
      transform: translate3d(0, 3000px, 0)
  }

  60% {
      opacity: 1;
      -webkit-transform: translate3d(0, -20px, 0);
      transform: translate3d(0, -20px, 0)
  }

  75% {
      -webkit-transform: translate3d(0, 10px, 0);
      transform: translate3d(0, 10px, 0)
  }

  90% {
      -webkit-transform: translate3d(0, -5px, 0);
      transform: translate3d(0, -5px, 0)
  }

  to {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0)
  }
}

@keyframes bounceInUp {

  from,
  60%,
  75%,
  90%,
  to {
      -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
      animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }

  from {
      opacity: 0;
      -webkit-transform: translate3d(0, 3000px, 0);
      transform: translate3d(0, 3000px, 0)
  }

  60% {
      opacity: 1;
      -webkit-transform: translate3d(0, -20px, 0);
      transform: translate3d(0, -20px, 0)
  }

  75% {
      -webkit-transform: translate3d(0, 10px, 0);
      transform: translate3d(0, 10px, 0)
  }

  90% {
      -webkit-transform: translate3d(0, -5px, 0);
      transform: translate3d(0, -5px, 0)
  }

  to {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0)
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp
}

@-webkit-keyframes bounceOut {
  20% {
      -webkit-transform: scale3d(.9, .9, .9);
      transform: scale3d(.9, .9, .9)
  }

  50%,
  55% {
      opacity: 1;
      -webkit-transform: scale3d(1.1, 1.1, 1.1);
      transform: scale3d(1.1, 1.1, 1.1)
  }

  to {
      opacity: 0;
      -webkit-transform: scale3d(.3, .3, .3);
      transform: scale3d(.3, .3, .3)
  }
}

@keyframes bounceOut {
  20% {
      -webkit-transform: scale3d(.9, .9, .9);
      transform: scale3d(.9, .9, .9)
  }

  50%,
  55% {
      opacity: 1;
      -webkit-transform: scale3d(1.1, 1.1, 1.1);
      transform: scale3d(1.1, 1.1, 1.1)
  }

  to {
      opacity: 0;
      -webkit-transform: scale3d(.3, .3, .3);
      transform: scale3d(.3, .3, .3)
  }
}

.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut
}

@-webkit-keyframes bounceOutDown {
  20% {
      -webkit-transform: translate3d(0, 10px, 0);
      transform: translate3d(0, 10px, 0)
  }

  40%,
  45% {
      opacity: 1;
      -webkit-transform: translate3d(0, -20px, 0);
      transform: translate3d(0, -20px, 0)
  }

  to {
      opacity: 0;
      -webkit-transform: translate3d(0, 2000px, 0);
      transform: translate3d(0, 2000px, 0)
  }
}

@keyframes bounceOutDown {
  20% {
      -webkit-transform: translate3d(0, 10px, 0);
      transform: translate3d(0, 10px, 0)
  }

  40%,
  45% {
      opacity: 1;
      -webkit-transform: translate3d(0, -20px, 0);
      transform: translate3d(0, -20px, 0)
  }

  to {
      opacity: 0;
      -webkit-transform: translate3d(0, 2000px, 0);
      transform: translate3d(0, 2000px, 0)
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown
}

@-webkit-keyframes bounceOutLeft {
  20% {
      opacity: 1;
      -webkit-transform: translate3d(20px, 0, 0);
      transform: translate3d(20px, 0, 0)
  }

  to {
      opacity: 0;
      -webkit-transform: translate3d(-2000px, 0, 0);
      transform: translate3d(-2000px, 0, 0)
  }
}

@keyframes bounceOutLeft {
  20% {
      opacity: 1;
      -webkit-transform: translate3d(20px, 0, 0);
      transform: translate3d(20px, 0, 0)
  }

  to {
      opacity: 0;
      -webkit-transform: translate3d(-2000px, 0, 0);
      transform: translate3d(-2000px, 0, 0)
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft
}

@-webkit-keyframes bounceOutRight {
  20% {
      opacity: 1;
      -webkit-transform: translate3d(-20px, 0, 0);
      transform: translate3d(-20px, 0, 0)
  }

  to {
      opacity: 0;
      -webkit-transform: translate3d(2000px, 0, 0);
      transform: translate3d(2000px, 0, 0)
  }
}

@keyframes bounceOutRight {
  20% {
      opacity: 1;
      -webkit-transform: translate3d(-20px, 0, 0);
      transform: translate3d(-20px, 0, 0)
  }

  to {
      opacity: 0;
      -webkit-transform: translate3d(2000px, 0, 0);
      transform: translate3d(2000px, 0, 0)
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight
}

@-webkit-keyframes bounceOutUp {
  20% {
      -webkit-transform: translate3d(0, -10px, 0);
      transform: translate3d(0, -10px, 0)
  }

  40%,
  45% {
      opacity: 1;
      -webkit-transform: translate3d(0, 20px, 0);
      transform: translate3d(0, 20px, 0)
  }

  to {
      opacity: 0;
      -webkit-transform: translate3d(0, -2000px, 0);
      transform: translate3d(0, -2000px, 0)
  }
}

@keyframes bounceOutUp {
  20% {
      -webkit-transform: translate3d(0, -10px, 0);
      transform: translate3d(0, -10px, 0)
  }

  40%,
  45% {
      opacity: 1;
      -webkit-transform: translate3d(0, 20px, 0);
      transform: translate3d(0, 20px, 0)
  }

  to {
      opacity: 0;
      -webkit-transform: translate3d(0, -2000px, 0);
      transform: translate3d(0, -2000px, 0)
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp
}

@-webkit-keyframes fadeIn {
  from {
      opacity: 0
  }

  to {
      opacity: 1
  }
}

@keyframes fadeIn {
  from {
      opacity: 0
  }

  to {
      opacity: 1
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
  from {
      opacity: 0;
      -webkit-transform: translate3d(0, -100%, 0);
      transform: translate3d(0, -100%, 0)
  }

  to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0)
  }
}

@keyframes fadeInDown {
  from {
      opacity: 0;
      -webkit-transform: translate3d(0, -100%, 0);
      transform: translate3d(0, -100%, 0)
  }

  to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0)
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown
}

@-webkit-keyframes fadeInDownBig {
  from {
      opacity: 0;
      -webkit-transform: translate3d(0, -2000px, 0);
      transform: translate3d(0, -2000px, 0)
  }

  to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0)
  }
}

@keyframes fadeInDownBig {
  from {
      opacity: 0;
      -webkit-transform: translate3d(0, -2000px, 0);
      transform: translate3d(0, -2000px, 0)
  }

  to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0)
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig
}

@-webkit-keyframes fadeInLeft {
  from {
      opacity: 0;
      -webkit-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0)
  }

  to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0)
  }
}

@keyframes fadeInLeft {
  from {
      opacity: 0;
      -webkit-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0)
  }

  to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0)
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft
}

@-webkit-keyframes fadeInLeftBig {
  from {
      opacity: 0;
      -webkit-transform: translate3d(-2000px, 0, 0);
      transform: translate3d(-2000px, 0, 0)
  }

  to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0)
  }
}

@keyframes fadeInLeftBig {
  from {
      opacity: 0;
      -webkit-transform: translate3d(-2000px, 0, 0);
      transform: translate3d(-2000px, 0, 0)
  }

  to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0)
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig
}

@-webkit-keyframes fadeInRight {
  from {
      opacity: 0;
      -webkit-transform: translate3d(100%, 0, 0);
      transform: translate3d(100%, 0, 0)
  }

  to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0)
  }
}

@keyframes fadeInRight {
  from {
      opacity: 0;
      -webkit-transform: translate3d(100%, 0, 0);
      transform: translate3d(100%, 0, 0)
  }

  to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0)
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight
}

@-webkit-keyframes fadeInRightBig {
  from {
      opacity: 0;
      -webkit-transform: translate3d(2000px, 0, 0);
      transform: translate3d(2000px, 0, 0)
  }

  to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0)
  }
}

@keyframes fadeInRightBig {
  from {
      opacity: 0;
      -webkit-transform: translate3d(2000px, 0, 0);
      transform: translate3d(2000px, 0, 0)
  }

  to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0)
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig
}

@-webkit-keyframes fadeInUp {
  from {
      opacity: 0;
      -webkit-transform: translate3d(0, 100%, 0);
      transform: translate3d(0, 100%, 0)
  }

  to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0)
  }
}

@keyframes fadeInUp {
  from {
      opacity: 0;
      -webkit-transform: translate3d(0, 100%, 0);
      transform: translate3d(0, 100%, 0)
  }

  to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0)
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp
}

@-webkit-keyframes fadeInUpBig {
  from {
      opacity: 0;
      -webkit-transform: translate3d(0, 2000px, 0);
      transform: translate3d(0, 2000px, 0)
  }

  to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0)
  }
}

@keyframes fadeInUpBig {
  from {
      opacity: 0;
      -webkit-transform: translate3d(0, 2000px, 0);
      transform: translate3d(0, 2000px, 0)
  }

  to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0)
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig
}

@-webkit-keyframes fadeOut {
  from {
      opacity: 1
  }

  to {
      opacity: 0
  }
}

@keyframes fadeOut {
  from {
      opacity: 1
  }

  to {
      opacity: 0
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut
}

@-webkit-keyframes fadeOutDown {
  from {
      opacity: 1
  }

  to {
      opacity: 0;
      -webkit-transform: translate3d(0, 100%, 0);
      transform: translate3d(0, 100%, 0)
  }
}

@keyframes fadeOutDown {
  from {
      opacity: 1
  }

  to {
      opacity: 0;
      -webkit-transform: translate3d(0, 100%, 0);
      transform: translate3d(0, 100%, 0)
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown
}

@-webkit-keyframes fadeOutDownBig {
  from {
      opacity: 1
  }

  to {
      opacity: 0;
      -webkit-transform: translate3d(0, 2000px, 0);
      transform: translate3d(0, 2000px, 0)
  }
}

@keyframes fadeOutDownBig {
  from {
      opacity: 1
  }

  to {
      opacity: 0;
      -webkit-transform: translate3d(0, 2000px, 0);
      transform: translate3d(0, 2000px, 0)
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig
}

@-webkit-keyframes fadeOutLeft {
  from {
      opacity: 1
  }

  to {
      opacity: 0;
      -webkit-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0)
  }
}

@keyframes fadeOutLeft {
  from {
      opacity: 1
  }

  to {
      opacity: 0;
      -webkit-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0)
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft
}

@-webkit-keyframes fadeOutLeftBig {
  from {
      opacity: 1
  }

  to {
      opacity: 0;
      -webkit-transform: translate3d(-2000px, 0, 0);
      transform: translate3d(-2000px, 0, 0)
  }
}

@keyframes fadeOutLeftBig {
  from {
      opacity: 1
  }

  to {
      opacity: 0;
      -webkit-transform: translate3d(-2000px, 0, 0);
      transform: translate3d(-2000px, 0, 0)
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig
}

@-webkit-keyframes fadeOutRight {
  from {
      opacity: 1
  }

  to {
      opacity: 0;
      -webkit-transform: translate3d(100%, 0, 0);
      transform: translate3d(100%, 0, 0)
  }
}

@keyframes fadeOutRight {
  from {
      opacity: 1
  }

  to {
      opacity: 0;
      -webkit-transform: translate3d(100%, 0, 0);
      transform: translate3d(100%, 0, 0)
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight
}

@-webkit-keyframes fadeOutRightBig {
  from {
      opacity: 1
  }

  to {
      opacity: 0;
      -webkit-transform: translate3d(2000px, 0, 0);
      transform: translate3d(2000px, 0, 0)
  }
}

@keyframes fadeOutRightBig {
  from {
      opacity: 1
  }

  to {
      opacity: 0;
      -webkit-transform: translate3d(2000px, 0, 0);
      transform: translate3d(2000px, 0, 0)
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig
}

@-webkit-keyframes fadeOutUp {
  from {
      opacity: 1
  }

  to {
      opacity: 0;
      -webkit-transform: translate3d(0, -100%, 0);
      transform: translate3d(0, -100%, 0)
  }
}

@keyframes fadeOutUp {
  from {
      opacity: 1
  }

  to {
      opacity: 0;
      -webkit-transform: translate3d(0, -100%, 0);
      transform: translate3d(0, -100%, 0)
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp
}

@-webkit-keyframes fadeOutUpBig {
  from {
      opacity: 1
  }

  to {
      opacity: 0;
      -webkit-transform: translate3d(0, -2000px, 0);
      transform: translate3d(0, -2000px, 0)
  }
}

@keyframes fadeOutUpBig {
  from {
      opacity: 1
  }

  to {
      opacity: 0;
      -webkit-transform: translate3d(0, -2000px, 0);
      transform: translate3d(0, -2000px, 0)
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig
}

@-webkit-keyframes flip {
  from {
      -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
      transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
      -webkit-animation-timing-function: ease-out;
      animation-timing-function: ease-out
  }

  40% {
      -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
      transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
      -webkit-animation-timing-function: ease-out;
      animation-timing-function: ease-out
  }

  50% {
      -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
      transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in
  }

  80% {
      -webkit-transform: perspective(400px) scale3d(.95, .95, .95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
      transform: perspective(400px) scale3d(.95, .95, .95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in
  }

  to {
      -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
      transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in
  }
}

@keyframes flip {
  from {
      -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
      transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
      -webkit-animation-timing-function: ease-out;
      animation-timing-function: ease-out
  }

  40% {
      -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
      transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
      -webkit-animation-timing-function: ease-out;
      animation-timing-function: ease-out
  }

  50% {
      -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
      transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in
  }

  80% {
      -webkit-transform: perspective(400px) scale3d(.95, .95, .95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
      transform: perspective(400px) scale3d(.95, .95, .95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in
  }

  to {
      -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
      transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip
}

@-webkit-keyframes flipInX {
  from {
      -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
      transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in;
      opacity: 0
  }

  40% {
      -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
      transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in
  }

  60% {
      -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
      transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
      opacity: 1
  }

  80% {
      -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
      transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
  }

  to {
      -webkit-transform: perspective(400px);
      transform: perspective(400px)
  }
}

@keyframes flipInX {
  from {
      -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
      transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in;
      opacity: 0
  }

  40% {
      -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
      transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in
  }

  60% {
      -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
      transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
      opacity: 1
  }

  80% {
      -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
      transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
  }

  to {
      -webkit-transform: perspective(400px);
      transform: perspective(400px)
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX
}

@-webkit-keyframes flipInY {
  from {
      -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
      transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in;
      opacity: 0
  }

  40% {
      -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
      transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in
  }

  60% {
      -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
      transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
      opacity: 1
  }

  80% {
      -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
      transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
  }

  to {
      -webkit-transform: perspective(400px);
      transform: perspective(400px)
  }
}

@keyframes flipInY {
  from {
      -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
      transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in;
      opacity: 0
  }

  40% {
      -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
      transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in
  }

  60% {
      -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
      transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
      opacity: 1
  }

  80% {
      -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
      transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
  }

  to {
      -webkit-transform: perspective(400px);
      transform: perspective(400px)
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY
}

@-webkit-keyframes flipOutX {
  from {
      -webkit-transform: perspective(400px);
      transform: perspective(400px)
  }

  30% {
      -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
      transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
      opacity: 1
  }

  to {
      -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
      transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
      opacity: 0
  }
}

@keyframes flipOutX {
  from {
      -webkit-transform: perspective(400px);
      transform: perspective(400px)
  }

  30% {
      -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
      transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
      opacity: 1
  }

  to {
      -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
      transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
      opacity: 0
  }
}

.flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important
}

@-webkit-keyframes flipOutY {
  from {
      -webkit-transform: perspective(400px);
      transform: perspective(400px)
  }

  30% {
      -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
      transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
      opacity: 1
  }

  to {
      -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
      transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
      opacity: 0
  }
}

@keyframes flipOutY {
  from {
      -webkit-transform: perspective(400px);
      transform: perspective(400px)
  }

  30% {
      -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
      transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
      opacity: 1
  }

  to {
      -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
      transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
      opacity: 0
  }
}

.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY
}

@-webkit-keyframes lightSpeedIn {
  from {
      -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
      transform: translate3d(100%, 0, 0) skewX(-30deg);
      opacity: 0
  }

  60% {
      -webkit-transform: skewX(20deg);
      transform: skewX(20deg);
      opacity: 1
  }

  80% {
      -webkit-transform: skewX(-5deg);
      transform: skewX(-5deg)
  }

  to {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0)
  }
}

@keyframes lightSpeedIn {
  from {
      -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
      transform: translate3d(100%, 0, 0) skewX(-30deg);
      opacity: 0
  }

  60% {
      -webkit-transform: skewX(20deg);
      transform: skewX(20deg);
      opacity: 1
  }

  80% {
      -webkit-transform: skewX(-5deg);
      transform: skewX(-5deg)
  }

  to {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0)
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedOut {
  from {
      opacity: 1
  }

  to {
      -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
      transform: translate3d(100%, 0, 0) skewX(30deg);
      opacity: 0
  }
}

@keyframes lightSpeedOut {
  from {
      opacity: 1
  }

  to {
      -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
      transform: translate3d(100%, 0, 0) skewX(30deg);
      opacity: 0
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in
}

@-webkit-keyframes rotateIn {
  from {
      -webkit-transform-origin: center;
      transform-origin: center;
      -webkit-transform: rotate3d(0, 0, 1, -200deg);
      transform: rotate3d(0, 0, 1, -200deg);
      opacity: 0
  }

  to {
      -webkit-transform-origin: center;
      transform-origin: center;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      opacity: 1
  }
}

@keyframes rotateIn {
  from {
      -webkit-transform-origin: center;
      transform-origin: center;
      -webkit-transform: rotate3d(0, 0, 1, -200deg);
      transform: rotate3d(0, 0, 1, -200deg);
      opacity: 0
  }

  to {
      -webkit-transform-origin: center;
      transform-origin: center;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      opacity: 1
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn
}

@-webkit-keyframes rotateInDownLeft {
  from {
      -webkit-transform-origin: left bottom;
      transform-origin: left bottom;
      -webkit-transform: rotate3d(0, 0, 1, -45deg);
      transform: rotate3d(0, 0, 1, -45deg);
      opacity: 0
  }

  to {
      -webkit-transform-origin: left bottom;
      transform-origin: left bottom;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      opacity: 1
  }
}

@keyframes rotateInDownLeft {
  from {
      -webkit-transform-origin: left bottom;
      transform-origin: left bottom;
      -webkit-transform: rotate3d(0, 0, 1, -45deg);
      transform: rotate3d(0, 0, 1, -45deg);
      opacity: 0
  }

  to {
      -webkit-transform-origin: left bottom;
      transform-origin: left bottom;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      opacity: 1
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft
}

@-webkit-keyframes rotateInDownRight {
  from {
      -webkit-transform-origin: right bottom;
      transform-origin: right bottom;
      -webkit-transform: rotate3d(0, 0, 1, 45deg);
      transform: rotate3d(0, 0, 1, 45deg);
      opacity: 0
  }

  to {
      -webkit-transform-origin: right bottom;
      transform-origin: right bottom;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      opacity: 1
  }
}

@keyframes rotateInDownRight {
  from {
      -webkit-transform-origin: right bottom;
      transform-origin: right bottom;
      -webkit-transform: rotate3d(0, 0, 1, 45deg);
      transform: rotate3d(0, 0, 1, 45deg);
      opacity: 0
  }

  to {
      -webkit-transform-origin: right bottom;
      transform-origin: right bottom;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      opacity: 1
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight
}

@-webkit-keyframes rotateInUpLeft {
  from {
      -webkit-transform-origin: left bottom;
      transform-origin: left bottom;
      -webkit-transform: rotate3d(0, 0, 1, 45deg);
      transform: rotate3d(0, 0, 1, 45deg);
      opacity: 0
  }

  to {
      -webkit-transform-origin: left bottom;
      transform-origin: left bottom;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      opacity: 1
  }
}

@keyframes rotateInUpLeft {
  from {
      -webkit-transform-origin: left bottom;
      transform-origin: left bottom;
      -webkit-transform: rotate3d(0, 0, 1, 45deg);
      transform: rotate3d(0, 0, 1, 45deg);
      opacity: 0
  }

  to {
      -webkit-transform-origin: left bottom;
      transform-origin: left bottom;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      opacity: 1
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft
}

@-webkit-keyframes rotateInUpRight {
  from {
      -webkit-transform-origin: right bottom;
      transform-origin: right bottom;
      -webkit-transform: rotate3d(0, 0, 1, -90deg);
      transform: rotate3d(0, 0, 1, -90deg);
      opacity: 0
  }

  to {
      -webkit-transform-origin: right bottom;
      transform-origin: right bottom;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      opacity: 1
  }
}

@keyframes rotateInUpRight {
  from {
      -webkit-transform-origin: right bottom;
      transform-origin: right bottom;
      -webkit-transform: rotate3d(0, 0, 1, -90deg);
      transform: rotate3d(0, 0, 1, -90deg);
      opacity: 0
  }

  to {
      -webkit-transform-origin: right bottom;
      transform-origin: right bottom;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      opacity: 1
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight
}

@-webkit-keyframes rotateOut {
  from {
      -webkit-transform-origin: center;
      transform-origin: center;
      opacity: 1
  }

  to {
      -webkit-transform-origin: center;
      transform-origin: center;
      -webkit-transform: rotate3d(0, 0, 1, 200deg);
      transform: rotate3d(0, 0, 1, 200deg);
      opacity: 0
  }
}

@keyframes rotateOut {
  from {
      -webkit-transform-origin: center;
      transform-origin: center;
      opacity: 1
  }

  to {
      -webkit-transform-origin: center;
      transform-origin: center;
      -webkit-transform: rotate3d(0, 0, 1, 200deg);
      transform: rotate3d(0, 0, 1, 200deg);
      opacity: 0
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut
}

@-webkit-keyframes rotateOutDownLeft {
  from {
      -webkit-transform-origin: left bottom;
      transform-origin: left bottom;
      opacity: 1
  }

  to {
      -webkit-transform-origin: left bottom;
      transform-origin: left bottom;
      -webkit-transform: rotate3d(0, 0, 1, 45deg);
      transform: rotate3d(0, 0, 1, 45deg);
      opacity: 0
  }
}

@keyframes rotateOutDownLeft {
  from {
      -webkit-transform-origin: left bottom;
      transform-origin: left bottom;
      opacity: 1
  }

  to {
      -webkit-transform-origin: left bottom;
      transform-origin: left bottom;
      -webkit-transform: rotate3d(0, 0, 1, 45deg);
      transform: rotate3d(0, 0, 1, 45deg);
      opacity: 0
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft
}

@-webkit-keyframes rotateOutDownRight {
  from {
      -webkit-transform-origin: right bottom;
      transform-origin: right bottom;
      opacity: 1
  }

  to {
      -webkit-transform-origin: right bottom;
      transform-origin: right bottom;
      -webkit-transform: rotate3d(0, 0, 1, -45deg);
      transform: rotate3d(0, 0, 1, -45deg);
      opacity: 0
  }
}

@keyframes rotateOutDownRight {
  from {
      -webkit-transform-origin: right bottom;
      transform-origin: right bottom;
      opacity: 1
  }

  to {
      -webkit-transform-origin: right bottom;
      transform-origin: right bottom;
      -webkit-transform: rotate3d(0, 0, 1, -45deg);
      transform: rotate3d(0, 0, 1, -45deg);
      opacity: 0
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight
}

@-webkit-keyframes rotateOutUpLeft {
  from {
      -webkit-transform-origin: left bottom;
      transform-origin: left bottom;
      opacity: 1
  }

  to {
      -webkit-transform-origin: left bottom;
      transform-origin: left bottom;
      -webkit-transform: rotate3d(0, 0, 1, -45deg);
      transform: rotate3d(0, 0, 1, -45deg);
      opacity: 0
  }
}

@keyframes rotateOutUpLeft {
  from {
      -webkit-transform-origin: left bottom;
      transform-origin: left bottom;
      opacity: 1
  }

  to {
      -webkit-transform-origin: left bottom;
      transform-origin: left bottom;
      -webkit-transform: rotate3d(0, 0, 1, -45deg);
      transform: rotate3d(0, 0, 1, -45deg);
      opacity: 0
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft
}

@-webkit-keyframes rotateOutUpRight {
  from {
      -webkit-transform-origin: right bottom;
      transform-origin: right bottom;
      opacity: 1
  }

  to {
      -webkit-transform-origin: right bottom;
      transform-origin: right bottom;
      -webkit-transform: rotate3d(0, 0, 1, 90deg);
      transform: rotate3d(0, 0, 1, 90deg);
      opacity: 0
  }
}

@keyframes rotateOutUpRight {
  from {
      -webkit-transform-origin: right bottom;
      transform-origin: right bottom;
      opacity: 1
  }

  to {
      -webkit-transform-origin: right bottom;
      transform-origin: right bottom;
      -webkit-transform: rotate3d(0, 0, 1, 90deg);
      transform: rotate3d(0, 0, 1, 90deg);
      opacity: 0
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight
}

@-webkit-keyframes hinge {
  0% {
      -webkit-transform-origin: top left;
      transform-origin: top left;
      -webkit-animation-timing-function: ease-in-out;
      animation-timing-function: ease-in-out
  }

  20%,
  60% {
      -webkit-transform: rotate3d(0, 0, 1, 80deg);
      transform: rotate3d(0, 0, 1, 80deg);
      -webkit-transform-origin: top left;
      transform-origin: top left;
      -webkit-animation-timing-function: ease-in-out;
      animation-timing-function: ease-in-out
  }

  40%,
  80% {
      -webkit-transform: rotate3d(0, 0, 1, 60deg);
      transform: rotate3d(0, 0, 1, 60deg);
      -webkit-transform-origin: top left;
      transform-origin: top left;
      -webkit-animation-timing-function: ease-in-out;
      animation-timing-function: ease-in-out;
      opacity: 1
  }

  to {
      -webkit-transform: translate3d(0, 700px, 0);
      transform: translate3d(0, 700px, 0);
      opacity: 0
  }
}

@keyframes hinge {
  0% {
      -webkit-transform-origin: top left;
      transform-origin: top left;
      -webkit-animation-timing-function: ease-in-out;
      animation-timing-function: ease-in-out
  }

  20%,
  60% {
      -webkit-transform: rotate3d(0, 0, 1, 80deg);
      transform: rotate3d(0, 0, 1, 80deg);
      -webkit-transform-origin: top left;
      transform-origin: top left;
      -webkit-animation-timing-function: ease-in-out;
      animation-timing-function: ease-in-out
  }

  40%,
  80% {
      -webkit-transform: rotate3d(0, 0, 1, 60deg);
      transform: rotate3d(0, 0, 1, 60deg);
      -webkit-transform-origin: top left;
      transform-origin: top left;
      -webkit-animation-timing-function: ease-in-out;
      animation-timing-function: ease-in-out;
      opacity: 1
  }

  to {
      -webkit-transform: translate3d(0, 700px, 0);
      transform: translate3d(0, 700px, 0);
      opacity: 0
  }
}

.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge
}

@-webkit-keyframes jackInTheBox {
  from {
      opacity: 0;
      -webkit-transform: scale(.1) rotate(30deg);
      transform: scale(.1) rotate(30deg);
      -webkit-transform-origin: center bottom;
      transform-origin: center bottom
  }

  50% {
      -webkit-transform: rotate(-10deg);
      transform: rotate(-10deg)
  }

  70% {
      -webkit-transform: rotate(3deg);
      transform: rotate(3deg)
  }

  to {
      opacity: 1;
      -webkit-transform: scale(1);
      transform: scale(1)
  }
}

@keyframes jackInTheBox {
  from {
      opacity: 0;
      -webkit-transform: scale(.1) rotate(30deg);
      transform: scale(.1) rotate(30deg);
      -webkit-transform-origin: center bottom;
      transform-origin: center bottom
  }

  50% {
      -webkit-transform: rotate(-10deg);
      transform: rotate(-10deg)
  }

  70% {
      -webkit-transform: rotate(3deg);
      transform: rotate(3deg)
  }

  to {
      opacity: 1;
      -webkit-transform: scale(1);
      transform: scale(1)
  }
}

.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox
}

@-webkit-keyframes rollIn {
  from {
      opacity: 0;
      -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
      transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
  }

  to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0)
  }
}

@keyframes rollIn {
  from {
      opacity: 0;
      -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
      transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
  }

  to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0)
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn
}

@-webkit-keyframes rollOut {
  from {
      opacity: 1
  }

  to {
      opacity: 0;
      -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
      transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
  }
}

@keyframes rollOut {
  from {
      opacity: 1
  }

  to {
      opacity: 0;
      -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
      transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut
}

@-webkit-keyframes zoomIn {
  from {
      opacity: 0;
      -webkit-transform: scale3d(.3, .3, .3);
      transform: scale3d(.3, .3, .3)
  }

  50% {
      opacity: 1
  }
}

@keyframes zoomIn {
  from {
      opacity: 0;
      -webkit-transform: scale3d(.3, .3, .3);
      transform: scale3d(.3, .3, .3)
  }

  50% {
      opacity: 1
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn
}

@-webkit-keyframes zoomInDown {
  from {
      opacity: 0;
      -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
      transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
      -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
      animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  60% {
      opacity: 1;
      -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
      transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
      -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
      animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

@keyframes zoomInDown {
  from {
      opacity: 0;
      -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
      transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
      -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
      animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  60% {
      opacity: 1;
      -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
      transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
      -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
      animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown
}

@-webkit-keyframes zoomInLeft {
  from {
      opacity: 0;
      -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
      transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
      -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
      animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  60% {
      opacity: 1;
      -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
      transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
      -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
      animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

@keyframes zoomInLeft {
  from {
      opacity: 0;
      -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
      transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
      -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
      animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  60% {
      opacity: 1;
      -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
      transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
      -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
      animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft
}

@-webkit-keyframes zoomInRight {
  from {
      opacity: 0;
      -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
      transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
      -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
      animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  60% {
      opacity: 1;
      -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
      transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
      -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
      animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

@keyframes zoomInRight {
  from {
      opacity: 0;
      -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
      transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
      -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
      animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  60% {
      opacity: 1;
      -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
      transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
      -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
      animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight
}

@-webkit-keyframes zoomInUp {
  from {
      opacity: 0;
      -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
      transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
      -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
      animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  60% {
      opacity: 1;
      -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
      transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
      -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
      animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

@keyframes zoomInUp {
  from {
      opacity: 0;
      -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
      transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
      -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
      animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  60% {
      opacity: 1;
      -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
      transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
      -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
      animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp
}

@-webkit-keyframes zoomOut {
  from {
      opacity: 1
  }

  50% {
      opacity: 0;
      -webkit-transform: scale3d(.3, .3, .3);
      transform: scale3d(.3, .3, .3)
  }

  to {
      opacity: 0
  }
}

@keyframes zoomOut {
  from {
      opacity: 1
  }

  50% {
      opacity: 0;
      -webkit-transform: scale3d(.3, .3, .3);
      transform: scale3d(.3, .3, .3)
  }

  to {
      opacity: 0
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut
}

@-webkit-keyframes zoomOutDown {
  40% {
      opacity: 1;
      -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
      transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
      -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
      animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  to {
      opacity: 0;
      -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
      transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
      -webkit-transform-origin: center bottom;
      transform-origin: center bottom;
      -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
      animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

@keyframes zoomOutDown {
  40% {
      opacity: 1;
      -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
      transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
      -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
      animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  to {
      opacity: 0;
      -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
      transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
      -webkit-transform-origin: center bottom;
      transform-origin: center bottom;
      -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
      animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown
}

@-webkit-keyframes zoomOutLeft {
  40% {
      opacity: 1;
      -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
      transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
  }

  to {
      opacity: 0;
      -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
      transform: scale(.1) translate3d(-2000px, 0, 0);
      -webkit-transform-origin: left center;
      transform-origin: left center
  }
}

@keyframes zoomOutLeft {
  40% {
      opacity: 1;
      -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
      transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
  }

  to {
      opacity: 0;
      -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
      transform: scale(.1) translate3d(-2000px, 0, 0);
      -webkit-transform-origin: left center;
      transform-origin: left center
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft
}

@-webkit-keyframes zoomOutRight {
  40% {
      opacity: 1;
      -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
      transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
  }

  to {
      opacity: 0;
      -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
      transform: scale(.1) translate3d(2000px, 0, 0);
      -webkit-transform-origin: right center;
      transform-origin: right center
  }
}

@keyframes zoomOutRight {
  40% {
      opacity: 1;
      -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
      transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
  }

  to {
      opacity: 0;
      -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
      transform: scale(.1) translate3d(2000px, 0, 0);
      -webkit-transform-origin: right center;
      transform-origin: right center
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight
}

@-webkit-keyframes zoomOutUp {
  40% {
      opacity: 1;
      -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
      transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
      -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
      animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  to {
      opacity: 0;
      -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
      transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
      -webkit-transform-origin: center bottom;
      transform-origin: center bottom;
      -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
      animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

@keyframes zoomOutUp {
  40% {
      opacity: 1;
      -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
      transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
      -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
      animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  to {
      opacity: 0;
      -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
      transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
      -webkit-transform-origin: center bottom;
      transform-origin: center bottom;
      -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
      animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp
}

@-webkit-keyframes slideInDown {
  from {
      -webkit-transform: translate3d(0, -100%, 0);
      transform: translate3d(0, -100%, 0);
      visibility: visible
  }

  to {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0)
  }
}

@keyframes slideInDown {
  from {
      -webkit-transform: translate3d(0, -100%, 0);
      transform: translate3d(0, -100%, 0);
      visibility: visible
  }

  to {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0)
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown
}

@-webkit-keyframes slideInLeft {
  from {
      -webkit-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0);
      visibility: visible
  }

  to {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0)
  }
}

@keyframes slideInLeft {
  from {
      -webkit-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0);
      visibility: visible
  }

  to {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0)
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft
}

@-webkit-keyframes slideInRight {
  from {
      -webkit-transform: translate3d(100%, 0, 0);
      transform: translate3d(100%, 0, 0);
      visibility: visible
  }

  to {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0)
  }
}

@keyframes slideInRight {
  from {
      -webkit-transform: translate3d(100%, 0, 0);
      transform: translate3d(100%, 0, 0);
      visibility: visible
  }

  to {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0)
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight
}

@-webkit-keyframes slideInUp {
  from {
      -webkit-transform: translate3d(0, 100%, 0);
      transform: translate3d(0, 100%, 0);
      visibility: visible
  }

  to {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0)
  }
}

@keyframes slideInUp {
  from {
      -webkit-transform: translate3d(0, 100%, 0);
      transform: translate3d(0, 100%, 0);
      visibility: visible
  }

  to {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0)
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp
}

@-webkit-keyframes slideOutDown {
  from {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0)
  }

  to {
      visibility: hidden;
      -webkit-transform: translate3d(0, 100%, 0);
      transform: translate3d(0, 100%, 0)
  }
}

@keyframes slideOutDown {
  from {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0)
  }

  to {
      visibility: hidden;
      -webkit-transform: translate3d(0, 100%, 0);
      transform: translate3d(0, 100%, 0)
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown
}

@-webkit-keyframes slideOutLeft {
  from {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0)
  }

  to {
      visibility: hidden;
      -webkit-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0)
  }
}

@keyframes slideOutLeft {
  from {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0)
  }

  to {
      visibility: hidden;
      -webkit-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0)
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft
}

@-webkit-keyframes slideOutRight {
  from {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0)
  }

  to {
      visibility: hidden;
      -webkit-transform: translate3d(100%, 0, 0);
      transform: translate3d(100%, 0, 0)
  }
}

@keyframes slideOutRight {
  from {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0)
  }

  to {
      visibility: hidden;
      -webkit-transform: translate3d(100%, 0, 0);
      transform: translate3d(100%, 0, 0)
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight
}

@-webkit-keyframes slideOutUp {
  from {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0)
  }

  to {
      visibility: hidden;
      -webkit-transform: translate3d(0, -100%, 0);
      transform: translate3d(0, -100%, 0)
  }
}

@keyframes slideOutUp {
  from {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0)
  }

  to {
      visibility: hidden;
      -webkit-transform: translate3d(0, -100%, 0);
      transform: translate3d(0, -100%, 0)
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite
}

.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s
}

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s
}

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s
}

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s
}

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s
}

.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms
}

.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms
}

.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s
}

.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s
}

@media (prefers-reduced-motion) {
  .animated {
      -webkit-animation: unset !important;
      animation: unset !important;
      -webkit-transition: none !important;
      transition: none !important
  }
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%
}

body {
  margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline
}

audio:not([controls]) {
  display: none;
  height: 0
}

[hidden],
template {
  display: none
}

a {
  background-color: transparent
}

a:active,
a:hover {
  outline: 0
}

abbr[title] {
  border-bottom: 1px dotted
}

b,
strong {
  font-weight: normal;
}

dfn {
  font-style: italic
}

h1 {
  font-size: 2em;
  margin: .67em 0
}

mark {
  background: #ff0;
  color: #000
}

small {
  font-size: 80%
}

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

sup {
  top: -.5em
}

sub {
  bottom: -.25em
}

img {
  border: 0
}

svg:not(:root) {
  overflow: hidden
}

figure {
  margin: 1em 40px
}

hr {
  box-sizing: content-box;
  height: 0
}

pre {
  overflow: auto
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0
}

button {
  overflow: visible
}

button,
select {
  text-transform: none
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer
}

button[disabled],
html input[disabled] {
  cursor: default
}

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

input {
  line-height: normal
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em
}

legend {
  border: 0;
  padding: 0
}

textarea {
  overflow: auto
}

optgroup {
  font-weight: normal;
}

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

td,
th {
  padding: 0
}

body,
button,
input,
select,
optgroup,
textarea {
  color: #9a9a9a;
  font-family: sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both
}

p {
  margin-bottom: 1.5em
}

dfn,
cite,
em,
i {
  font-style: italic
}

blockquote {
  margin: 0 1.5em
}

address {
  margin: 0 0 1.5em
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: .9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em
}

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: .9375rem
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none
}

big {
  font-size: 125%
}

html {
  box-sizing: border-box
}

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

body {
  background: #fff
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em
}

ul,
ol {
  margin: 0 0 1.5em 3em
}

ul {
  list-style: disc
}

ol {
  list-style: decimal
}

li>ul,
li>ol {
  margin-bottom: 0;
  margin-left: 1.5em
}

dt {
  font-weight: normal;
}

dd {
  margin: 0 1.5em 1.5em
}

img {
  height: auto;
  max-width: 100%
}

figure {
  margin: 1em 0
}

table {
  margin: 0 0 1.5em;
  width: 100%
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #fff;
  color: rgba(0, 0, 0, .8);
  font-size: 12px;
  font-size: .75rem;
  line-height: 1;
  padding: .6em 1em .4em
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa
}

button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #9a9a9a;
  border: 1px solid #ccc;
  padding: 3px
}

select {
  border: 1px solid #ccc
}

textarea {
  width: 100%
}

a {
  color: #0a0606
}

a:visited {
  color: #0a0606
}

a:hover,
a:focus,
a:active {
  color: #0a0606
}

a:focus {
  outline: thin dotted
}

a:hover,
a:active {
  outline: 0
}

.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0
}

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, .2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0
}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
  left: 100%
}

.main-navigation ul ul a {
  width: 200px
}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
  left: auto
}

.main-navigation li {
  float: left;
  position: relative
}

.main-navigation a {
  display: block;
  text-decoration: none
}

.menu-toggle,
.main-navigation.toggled ul {
  display: block
}

@media screen and (min-width:37.5em) {
  .menu-toggle {
      display: none
  }

  .main-navigation ul {
      display: block
  }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important
}

.screen-reader-text:focus {
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
  clip: auto !important;
  color: #0a0606;
  display: block;
  font-size: 14px;
  font-size: .875rem;
  font-weight: normal;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000
}

#content[tabindex="-1"]:focus {
  outline: 0
}

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto
}

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both
}

.widget {
  margin: 0 0 1.5em
}

.widget select {
  max-width: 100%
}

.sticky {
  display: block
}

.hentry {
  margin: 0 0 1.5em
}

.updated:not(.published) {
  display: none
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0
}

.page-links {
  clear: both;
  margin: 0 0 1.5em
}

.comment-content a {
  word-wrap: break-word
}

.bypostauthor {
  display: block
}

.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none
}

.infinity-end.neverending .site-footer {
  display: block
}

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0
}

embed,
iframe,
object {
  max-width: 100%
}

.custom-logo-link {
  display: inline-block
}

.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto
}

.wp-caption .wp-caption-text {
  margin: .8075em 0
}

.wp-caption-text {
  text-align: center
}

.gallery {
  margin-bottom: 1.5em
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%
}

.gallery-columns-2 .gallery-item {
  max-width: 50%
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%
}

.gallery-columns-4 .gallery-item {
  max-width: 25%
}

.gallery-columns-5 .gallery-item {
  max-width: 20%
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%
}

.gallery-caption {
  display: block
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  /* font: inherit; */
  vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block
}

body {
  line-height: 1
}

ol {
  list-style: decimal
}

ul {
  list-style: none
}

blockquote,
q {
  quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none
}

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

a {
  text-decoration: none
}

input,
select,
textarea {
  border-radius: 0;
  background-color: transparent
}

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

stong {
  font-weight: normal;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box
}

body.ie .compat-object-fit {
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative
}

body.ie .introduction .background.compat-object-fit {
  background-position: center !important
}

body.ie .produits_liste .compat-object-fit {
  background-position: center;
  background-size: 200px;
  position: relative
}

body.ie .produits_liste .wrapper .products li a .imagewrapper {
  background-color: #f7f7f7;
  position: relative
}

body.ie .imagewrapper {
  height: 425px;
  width: 278px;
  background-color: #f7f7f7
}

body.ie .imagewrapper.compat-object-fit {
  background-position: center center;
  background-size: 200px;
  position: relative
}

body {
  overflow-x: hidden;
  font-family: "Gotham", "PingFang SC", "Microsoft YaHei", "Tahoma", "Arial", "sans-serif";
  color: #000;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.35
}

body.stop-overflow {
  overflow-y: hidden
}

select::-ms-expand {
  display: none
}

input,
button,
select,
textarea,
a {
  -moz-appearance: none;
  -webkit-appearance: none;
  border: 0;
  box-shadow: none;
  outline: 0
}

input:focus,
button:focus,
select:focus,
textarea:focus,
a:focus,
input:visited,
button:visited,
select:visited,
textarea:visited,
a:visited {
  outline: 0
}

.no-flex {
  display: block
}

.no-flex .clearfix {
  margin-left: 30px
}

.clearfix:before,
.clearfix:after {
  content: ' ';
  display: table
}

.clearfix:after {
  clear: both
}

.size_max_width {
  max-width: 1190px;
  margin: 0 auto
}

.size_max_width_navigation {
  max-width: 1190px;
  margin: 0 auto;
}

.fuild_max_width {
  max-width: calc(100vw - 100px)
}

.fuild_max_width.left {
  margin: 0 auto 0 0
}

.fuild_max_width.right {
  margin: 0 0 0 auto
}

.cta,
a.cta,
button.cta,
input[type="button"].cta,
input[type="reset"].cta,
input[type="submit"].cta {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 50px;
  border: 1px solid;
  background-color: transparent;
  font-size: 14px;
  text-transform: uppercase;
  font-family: "Gotham", "PingFang SC", "Microsoft YaHei", "Tahoma", "Arial", "sans-serif";
  font-weight: normal;
  color: inherit;
  padding: 0 80px;
  transition: all 0.3s ease-out;
  border-radius: 0;
  white-space: nowrap
}

.cta.cta__vert-kaki,
a.cta.cta__vert-kaki,
button.cta.cta__vert-kaki,
input[type="button"].cta.cta__vert-kaki,
input[type="reset"].cta.cta__vert-kaki,
input[type="submit"].cta.cta__vert-kaki {
  color: #fff;
  /* border-color: #2b2e33; */
  background: #2b2e33;
}

.cta.cta__vert-kaki-inverted,
a.cta.cta__vert-kaki-inverted,
button.cta.cta__vert-kaki-inverted,
input[type="button"].cta.cta__vert-kaki-inverted,
input[type="reset"].cta.cta__vert-kaki-inverted,
input[type="submit"].cta.cta__vert-kaki-inverted {
  color: white;
  border-color: white;
  background-color: #2b2e33
}

.cta.cta__vert-kaki-sombre,
a.cta.cta__vert-kaki-sombre,
button.cta.cta__vert-kaki-sombre,
input[type="button"].cta.cta__vert-kaki-sombre,
input[type="reset"].cta.cta__vert-kaki-sombre,
input[type="submit"].cta.cta__vert-kaki-sombre {
  color: #2b2e33;
  border-color: #2b2e33
}

.cta.cta__vert-kaki-sombre-inverted,
a.cta.cta__vert-kaki-sombre-inverted,
button.cta.cta__vert-kaki-sombre-inverted,
input[type="button"].cta.cta__vert-kaki-sombre-inverted,
input[type="reset"].cta.cta__vert-kaki-sombre-inverted,
input[type="submit"].cta.cta__vert-kaki-sombre-inverted {
  color: white;
  border-color: white;
  background-color: #2b2e33
}

.cta.cta__blanc,
a.cta.cta__blanc,
button.cta.cta__blanc,
input[type="button"].cta.cta__blanc,
input[type="reset"].cta.cta__blanc,
input[type="submit"].cta.cta__blanc {
  color: white;
  border-color: white
}

.cta.blue,
a.cta.blue,
button.cta.blue,
input[type="button"].cta.blue,
input[type="reset"].cta.blue,
input[type="submit"].cta.blue {
  background-color: #2b2e33
}

.cta.dark,
a.cta.dark,
button.cta.dark,
input[type="button"].cta.dark,
input[type="reset"].cta.dark,
input[type="submit"].cta.dark {
  background-color: #1f1f29
}

.cta.white,
a.cta.white,
button.cta.white,
input[type="button"].cta.white,
input[type="reset"].cta.white,
input[type="submit"].cta.white {
  background-color: #fff
}

.cta.white-text,
a.cta.white-text,
button.cta.white-text,
input[type="button"].cta.white-text,
input[type="reset"].cta.white-text,
input[type="submit"].cta.white-text {
  color: #fff
}

.cta.blue-text,
a.cta.blue-text,
button.cta.blue-text,
input[type="button"].cta.blue-text,
input[type="reset"].cta.blue-text,
input[type="submit"].cta.blue-text {
  color: #2b2e33
}

.cta.white-border,
a.cta.white-border,
button.cta.white-border,
input[type="button"].cta.white-border,
input[type="reset"].cta.white-border,
input[type="submit"].cta.white-border {
  border-color: #fff
}

.cta.blue-border,
a.cta.blue-border,
button.cta.blue-border,
input[type="button"].cta.blue-border,
input[type="reset"].cta.blue-border,
input[type="submit"].cta.blue-border {
  border-color: #2b2e33
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none !important
}

.cookies-not-set {
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in
}

.cookies-not-set .header_site {
  padding-top: 0
}

/* .cookies-not-set .menus_top {
  top: 40px
} */

.cookies-not-set header .navigation-desktop .nav-primary.scrolled {
  top: -50px
}

.cookies-not-set header.header-light {
  margin-top: 40px
}

.cookies-set header .navigation-desktop .nav-primary.scrolled {
  top: -90px
}

.cookies-set header.header-light {
  margin-top: 0
}

#cc-notification {
  display: none;
  position: fixed !important;
  z-index: 99999998 !important;
  left: 0 !important;
  width: 100% !important;
  background-color: #2b2e33 !important
}

#cc-notification.cc-mobile {
  position: relative !important;
  border-bottom: 0 !important
}

#cc-modal #cc-modal-closebutton a,
#cc-settingsmodal #cc-settingsmodal-closebutton a {
  display: block !important;
  width: 18px !important;
  height: 40px !important;
  position: absolute !important;
  top: 2px !important;
  right: 2px !important;
  background-image: url(https://www.marcketbalsan.fr/wp-content/themes/limpide/assets/img/cross.png) !important
}

#cc-modal #cc-modal-closebutton a span,
#cc-settingsmodal #cc-settingsmodal-closebutton a span {
  display: none
}

#cc-notification.cc-bottom {
  bottom: 0 !important
}

#cc-notification.cc-top {
  top: 0 !important
}

#cc-notification.cc-push {
  top: 0 !important
}

#cc-notification #cc-notification-permissions {
  display: none
}

#cc-tag {
  position: fixed !important;
  z-index: 999999999 !important;
  bottom: 0 !important;
  right: 10% !important;
  display: none
}

#cc-tag.cc-tag-bottom-left {
  right: auto !important;
  left: 10% !important
}

#cc-tag.cc-tag-horizontal-right {
  right: 0 !important;
  bottom: 20% !important
}

#cc-tag.cc-tag-horizontal-left {
  left: 0 !important;
  right: auto !important;
  bottom: 20% !important
}

#cc-tag.cc-tag-vertical-right {
  right: 0 !important;
  bottom: 20% !important
}

#cc-tag.cc-tag-vertical-left {
  left: 0 !important;
  right: auto !important;
  bottom: 20% !important
}

#cc-tag a {
  padding: 0 12px !important;
  text-decoration: none !important
}

#cc-modal-overlay {
  background: #2b2e33 !important;
  display: none;
  width: 100% !important;
  height: 1000% !important;
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  z-index: 999999 !important
}

#cc-modal,
#cc-settingsmodal {
  display: none;
  width: 100% !important;
  height: 1000% !important;
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  z-index: 99999999 !important
}

#cc-settingsmodal {
  z-index: 9999999999 !important
}

#cc-modal #cc-modal-wrapper,
#cc-settingsmodal #cc-settingsmodal-wrapper {
  margin: 100px auto !important
}

#cc-modal,
#cc-settingsmodal,
#cc-tag,
#cc-notification {
  line-height: 1 !important
}

.cc-clear {
  clear: both !important
}

#cc-modal,
#cc-settingsmodal,
#cc-tag,
#cc-notification,
#cc-modal div,
#cc-modal span,
#cc-modal iframe,
#cc-modal h1,
#cc-modal h2,
#cc-modal h3,
#cc-modal h4,
#cc-modal h5,
#cc-modal h6,
#cc-modal p,
#cc-modal pre,
#cc-modal a,
#cc-modal code,
#cc-modal em,
#cc-modal img,
#cc-modal s,
#cc-modal small,
#cc-modal strong,
#cc-modal b,
#cc-modal u,
#cc-modal i,
#cc-modal dl,
#cc-modal dt,
#cc-modal dd,
#cc-modal ol,
#cc-modal ul,
#cc-modal li,
#cc-modal form,
#cc-modal label,
#cc-settingsmodal div,
#cc-settingsmodal span,
#cc-settingsmodal iframe,
#cc-settingsmodal h1,
#cc-settingsmodal h2,
#cc-settingsmodal h3,
#cc-settingsmodal h4,
#cc-settingsmodal h5,
#cc-settingsmodal h6,
#cc-settingsmodal p,
#cc-settingsmodal pre,
#cc-settingsmodal a,
#cc-settingsmodal code,
#cc-settingsmodal em,
#cc-settingsmodal img,
#cc-settingsmodal s,
#cc-settingsmodal small,
#cc-settingsmodal strong,
#cc-settingsmodal b,
#cc-settingsmodal u,
#cc-settingsmodal i,
#cc-settingsmodal dl,
#cc-settingsmodal dt,
#cc-settingsmodal dd,
#cc-settingsmodal ol,
#cc-settingsmodal ul,
#cc-settingsmodal li,
#cc-settingsmodal form,
#cc-settingsmodal label,
#cc-tag div,
#cc-tag span,
#cc-tag iframe,
#cc-tag h1,
#cc-tag h2,
#cc-tag h3,
#cc-tag h4,
#cc-tag h5,
#cc-tag h6,
#cc-tag p,
#cc-tag pre,
#cc-tag a,
#cc-tag code,
#cc-tag em,
#cc-tag img,
#cc-tag s,
#cc-tag small,
#cc-tag strong,
#cc-tag b,
#cc-tag u,
#cc-tag i,
#cc-tag dl,
#cc-tag dt,
#cc-tag dd,
#cc-tag ol,
#cc-tag ul,
#cc-tag li,
#cc-tag form,
#cc-tag label,
#cc-notification div,
#cc-notification span,
#cc-notification iframe,
#cc-notification h1,
#cc-notification h2,
#cc-notification h3,
#cc-notification h4,
#cc-notification h5,
#cc-notification h6,
#cc-notification p,
#cc-notification pre,
#cc-notification a,
#cc-notification code,
#cc-notification em,
#cc-notification img,
#cc-notification s,
#cc-notification small,
#cc-notification strong,
#cc-notification b,
#cc-notification u,
#cc-notification i,
#cc-notification dl,
#cc-notification dt,
#cc-notification dd,
#cc-notification ol,
#cc-notification ul,
#cc-notification li,
#cc-notification form,
#cc-notification label {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 10pt;
  font-weight: normal;
  line-height: 1em;
  text-align: left;
  vertical-align: baseline;
  text-shadow: none;
  background: 0
}

#cc-modal a,
#cc-tag a,
#cc-settingsmodal a,
#cc-notification a,
#cc-modal a:hover,
#cc-tag a:hover,
#cc-settingsmodal a:hover,
#cc-notification a:hover {
  background-color: transparent
}

#cc-modal a#footerlogo span {
  background: url(https://www.marcketbalsan.fr/wp-content/themes/limpide/assets/img/pgcookies.png) no-repeat scroll 0 0 transparent !important;
  display: block;
  height: 31px !important;
  margin-top: 4px !important;
  text-indent: -5000px !important;
  width: 126px !important
}

#cc-modal #cc-modal-wrapper a#footerlogo,
footer#mainfooter a#footerlogo,
#cc-modal #cc-modal-wrapper a#footerlogo,
footer#mainfooter a#footerlogo:active,
#cc-modal #cc-modal-wrapper a#footerlogo,
footer#mainfooter a#footerlogo:visited {
  display: block;
  margin-top: 20px !important;
  color: #868686 !important;
  text-decoration: none !important
}

#cc-modal #cc-modal-wrapper .cc-getforsite {
  position: absolute;
  right: 16px;
  bottom: 16px
}

#cc-modal.cc-mobile #cc-modal-wrapper .cc-getforsite {
  position: relative !important;
  margin-top: 30px !important;
  margin-left: 16px
}

#cc-modal.cc-mobile,
#cc-settingsmodal.cc-mobile {
  width: 100% !important;
  position: relative !important;
  top: 0 !important;
  left: 0 !important;
  height: auto !important;
  z-index: 999999999999 !important
}

#cc-modal.cc-mobile a.cc-logo,
#cc-settingsmodal.cc-mobile a.cc-logo,
#cc-notification.cc-mobile a.cc-logo {
  display: none !important
}

#cc-notification .cc-logo,
#cc-tag .cc-logo,
#cc-modal .cc-logo,
#cc-settingsmodal .cc-logo {
  background-image: url(https://www.marcketbalsan.fr/wp-content/themes/limpide/assets/img/pgccokies.png);
  width: 142px;
  height: 32px;
  position: absolute;
  right: 32px;
  bottom: 20px
}

.cc-logo span {
  display: none
}

#cc-notification.cc-light {
  background-color: #2B2E33 !important;
  color: #fff !important;
  border-bottom: 0 !important
}

#cc-notification.cc-light #cc-notification-permissions li {
  color: #1d1d1d !important
}

#cc-notification.cc-light #cc-notification-permissions li strong {
  color: #fff !important;
  font-weight: normal;
  font-size: 14px;
  margin-bottom: 10px
}

#cc-notification.cc-light #cc-notification-permissions li.cc-notification-permissions-inactive {
  color: #aaa !important
}

#cc-notification.cc-light #cc-notification-permissions li.cc-notification-permissions-inactive label {
  color: #aaa !important
}

#cc-notification.cc-light #cc-notification-permissions li.cc-notification-permissions-inactive strong {
  color: #88bfef !important
}

#cc-notification.cc-light #cc-notification-permissions li.cc-notification-permissions-inactive a.cc-learnmore-link {
  color: #fff !important
}

#cc-notification.cc-light a,
#cc-notification.cc-light a:visited {
  color: #fff !important
}

#cc-notification.cc-light a:hover {
  color: #fff !important
}

#cc-notification.cc-light h2,
#cc-notification.cc-light h3,
#cc-notification.cc-light p {
  color: #fff !important
}

#cc-notification.cc-light ul.cc-notification-buttons li a,
#cc-notification.cc-light ul.cc-notification-buttons li a:visited {
  background-color: #fff !important;
  color: #000 !important;
  box-shadow: none !important
}

#cc-notification.cc-light ul.cc-notification-buttons li a:hover,
#cc-notification.cc-light ul.cc-notification-buttons li a:active,
#cc-notification.cc-light ul.cc-notification-buttons li #cc-approve-button-allsites:hover,
#cc-notification.cc-light ul.cc-notification-buttons li #cc-approve-button-allsites:active {
  background-color: #000 !important;
  color: #fff !important
}

#cc-notification.cc-light ul.cc-notification-buttons li #cc-approve-button-allsites {
  background-color: #31a8f0 !important
}

#cc-tag.cc-light a,
#cc-tag.cc-light a:visited {
  background-color: #e2e2e2 !important;
  color: #1d1d1d !important
}

#cc-modal.cc-light #cc-modal-wrapper {
  background-color: #e2e2e2 !important;
  color: #f5f5f5 !important
}

#cc-modal.cc-light #cc-modal-wrapper a,
#cc-modal.cc-light #cc-modal-wrapper a:visited {
  color: #666 !important
}

#cc-modal.cc-light #cc-modal-wrapper a:hover {
  color: #31a8f0 !important
}

#cc-modal.cc-light #cc-modal-wrapper #cc-change-button-allsites {
  background-color: #666 !important;
  color: #111 !important
}

#cc-modal.cc-light #cc-modal-wrapper select {
  color: #111 !important
}

#cc-modal.cc-light #cc-modal-wrapper a.cc-consentchange:hover {
  background-color: #31a8f0 !important
}

#cc-modal.cc-light #cc-modal-wrapper li strong {
  color: #31a8f0 !important
}

#cc-modal.cc-light #cc-modal-wrapper li span {
  color: #7a7a7a !important
}

#cc-settingsmodal.cc-light #cc-settingsmodal-wrapper {
  background-color: #e1e1e1 !important;
  color: #f5f5f5 !important
}

#cc-modal.cc-light #cc-modal-wrapper p,
#cc-settingsmodal.cc-light #cc-settingsmodal-wrapper p {
  color: #f5f5f5 !important
}

#cc-modal.cc-light #cc-modal-wrapper h2,
#cc-settingsmodal.cc-light #cc-settingsmodal-wrapper h2 {
  color: #1d1d1d !important
}

#cc-modal.cc-light #cc-modal-wrapper h2 span,
#cc-settingsmodal.cc-light #cc-settingsmodal-wrapper h2 span {
  color: #7a7a7a !important
}

#cc-settingsmodal.cc-light #cc-settingsmodal-wrapper h2 span {
  color: #71f031 !important
}

#cc-settingsmodal.cc-light #cc-settingsmodal-wrapper p.cc-subtitle,
#cc-modal.cc-light #cc-modal-wrapper p.cc-subtitle {
  color: #7a7a7a !important
}

#cc-settingsmodal.cc-light #cc-settingsmodal-secondclosebutton a,
#cc-settingsmodal.cc-light #cc-settingsmodal-secondclosebutton a:visited {
  color: #666 !important
}

#cc-modal.cc-light #cc-modal-secondclosebutton a:hover,
#cc-modal.cc-light #cc-modal-secondclosebutton a:active,
#cc-settingsmodal.cc-light #cc-settingsmodal-secondclosebutton a:hover,
#cc-settingsmodal.cc-light #cc-settingsmodal-secondclosebutton a:active,
#cc-modal.cc-light #cc-modal-global a:hover,
#cc-modal.cc-light #cc-modal-global a:active {
  color: #1d1d1d !important
}

#cc-modal.cc-light #cc-modal-wrapper .cc-preference-importantmessage a,
#cc-modal.cc-light #cc-modal-wrapper .cc-preference-importantmessage a:visited {
  background-color: #f5f5f5 !important;
  color: #111 !important;
  box-shadow: 1px 1px 2px #000;
  -moz-box-shadow: 1px 1px 2px #000;
  -webkit-box-shadow: 1px 1px 2px #000;
  background-color: #f1d600 !important
}

#cc-modal.cc-light #cc-modal-wrapper .cc-preference-importantmessage a:hover,
#cc-modal.cc-light #cc-modal-wrapper .cc-preference-importantmessage a:active {
  background-color: #0288ce !important;
  color: #fff !important;
  box-shadow: 1px 2px 10px #000;
  -moz-box-shadow: 1px 2px 10px #000;
  -webkit-box-shadow: 1px 2px 10px #000
}

#cc-modal.cc-light #cc-modal-wrapper a.cc-learnmore-link,
#cc-settingsmodal.cc-light #cc-settingsmodal-wrapper a.cc-learnmore-link,
#cc-notification.cc-light a.cc-learnmore-link {
  color: #666 !important
}

#cc-notification.cc-monochrome {
  background: #333 !important;
  background-color: rgba(51, 51, 51, .95) !important;
  color: #fff !important
}

#cc-notification.cc-monochrome #cc-notification-permissions li {
  color: #fff !important
}

#cc-notification.cc-monochrome #cc-notification-permissions li strong {
  color: #fff !important
}

#cc-notification.cc-monochrome #cc-notification-permissions li.cc-notification-permissions-inactive {
  color: #aaa !important
}

#cc-notification.cc-monochrome #cc-notification-permissions li.cc-notification-permissions-inactive label {
  color: #aaa !important
}

#cc-notification.cc-monochrome #cc-notification-permissions li.cc-notification-permissions-inactive strong {
  color: #bbb !important
}

#cc-notification.cc-monochrome #cc-notification-permissions li.cc-notification-permissions-inactive a.cc-learnmore-link {
  color: #aaa !important
}

#cc-notification.cc-monochrome a,
#cc-notification.cc-monochrome a:visited {
  color: #ddd !important
}

#cc-notification.cc-monochrome a:hover {
  color: #fff !important
}

#cc-notification.cc-monochrome h2,
#cc-notification.cc-monochrome h3,
#cc-notification.cc-monochrome p {
  color: #aaa !important
}

#cc-notification.cc-monochrome ul.cc-notification-buttons li a,
#cc-notification.cc-monochrome ul.cc-notification-buttons li a:visited {
  background-color: #ddd !important;
  color: #111 !important
}

#cc-notification.cc-monochrome ul.cc-notification-buttons li a:hover,
#cc-notification.cc-monochrome ul.cc-notification-buttons li a:active,
#cc-notification.cc-monochrome ul.cc-notification-buttons li #cc-approve-button-allsites:hover,
#cc-notification.cc-monochrome ul.cc-notification-buttons li #cc-approve-button-allsites:active {
  background-color: #fff !important
}

#cc-notification.cc-monochrome ul.cc-notification-buttons li #cc-approve-button-allsites {
  background-color: #ddd !important
}

#cc-tag.cc-monochrome #cc-tag-button,
#cc-tag.cc-monochrome #cc-tag-button:visited {
  background-color: #333 !important;
  color: #ddd !important
}

#cc-tag.cc-monochrome #cc-tag-button:hover,
#cc-tag.cc-monochrome #cc-tag-button:active {
  border-top: 3px solid #fff !important;
  border-right: 3px solid #fff !important;
  border-left: 3px solid #fff !important
}

#cc-settingsmodal.cc-monochrome #cc-settingsmodal-wrapper li strong,
#cc-modal.cc-monochrome #cc-modal-wrapper li strong {
  color: #fff !important
}

#cc-modal.cc-monochrome #cc-modal-wrapper {
  background-color: #333 !important;
  color: #f5f5f5 !important
}

#cc-modal.cc-monochrome #cc-modal-wrapper a,
#cc-modal.cc-monochrome #cc-modal-wrapper a:visited {
  color: #666 !important
}

#cc-modal.cc-monochrome #cc-modal-wrapper a:hover {
  color: #31a8f0 !important
}

#cc-modal.cc-monochrome #cc-modal-wrapper #cc-change-button-allsites {
  background-color: #666 !important;
  color: #111 !important
}

#cc-modal.cc-monochrome #cc-modal-wrapper select {
  color: #111 !important
}

#cc-modal.cc-monochrome #cc-modal-wrapper a.cc-consentchange:hover {
  background-color: #31a8f0 !important
}

#cc-modal.cc-monochrome #cc-modal-wrapper li strong {
  color: #fff !important
}

#cc-modal.cc-monochrome #cc-modal-wrapper li span {
  color: #7a7a7a !important
}

#cc-settingsmodal.cc-monochrome #cc-settingsmodal-wrapper {
  background-color: #333 !important;
  color: #f5f5f5 !important
}

#cc-modal.cc-monochrome #cc-modal-wrapper p,
#cc-settingsmodal.cc-monochrome #cc-settingsmodal-wrapper p {
  color: #f5f5f5 !important
}

#cc-modal.cc-monochrome #cc-modal-wrapper h2,
#cc-settingsmodal.cc-monochrome #cc-settingsmodal-wrapper h2 {
  color: #fff !important
}

#cc-modal.cc-monochrome #cc-modal-wrapper h2 span,
#cc-settingsmodal.cc-monochrome #cc-settingsmodal-wrapper h2 span {
  color: #7a7a7a !important
}

#cc-settingsmodal.cc-monochrome #cc-settingsmodal-wrapper h2 span {
  color: #ddd !important
}

#cc-settingsmodal.cc-monochrome #cc-settingsmodal-wrapper p.cc-subtitle,
#cc-modal.cc-monochrome #cc-modal-wrapper p.cc-subtitle {
  color: #7a7a7a !important
}

#cc-settingsmodal.cc-monochrome #cc-settingsmodal-secondclosebutton a,
#cc-settingsmodal.cc-monochrome #cc-settingsmodal-secondclosebutton a:visited {
  color: #666 !important
}

#cc-modal.cc-monochrome #cc-modal-secondclosebutton a:hover,
#cc-modal.cc-monochrome #cc-modal-secondclosebutton a:active,
#cc-settingsmodal.cc-monochrome #cc-settingsmodal-secondclosebutton a:hover,
#cc-settingsmodal.cc-monochrome #cc-settingsmodal-secondclosebutton a:active,
#cc-modal.cc-monochrome #cc-modal-global a:hover,
#cc-modal.cc-monochrome #cc-modal-global a:active {
  color: #fff !important
}

#cc-modal.cc-monochrome #cc-modal-wrapper .cc-preference-importantmessage a,
#cc-modal.cc-monochrome #cc-modal-wrapper .cc-preference-importantmessage a:visited {
  background-color: #f5f5f5 !important;
  color: #111 !important;
  box-shadow: 1px 1px 2px #000;
  -moz-box-shadow: 1px 1px 2px #000;
  -webkit-box-shadow: 1px 1px 2px #000;
  background-color: #f1d600 !important
}

#cc-modal.cc-monochrome #cc-modal-wrapper .cc-preference-importantmessage a:hover,
#cc-modal.cc-monochrome #cc-modal-wrapper .cc-preference-importantmessage a:active {
  background-color: #0288ce !important;
  color: #fff !important;
  box-shadow: 1px 2px 10px #000;
  -moz-box-shadow: 1px 2px 10px #000;
  -webkit-box-shadow: 1px 2px 10px #000
}

#cc-modal.cc-monochrome #cc-modal-wrapper a.cc-learnmore-link,
#cc-settingsmodal.cc-monochrome #cc-settingsmodal-wrapper a.cc-learnmore-link,
#cc-notification.cc-monochrome a.cc-learnmore-link {
  color: #ddd !important
}

.cc-preference-selector span {
  text-align: justify !important
}

#cc-notification ul.cc-notification-buttons li a,
#cc-notification ul.cc-notification-buttons li a:visited {
  float: right !important
}

#cc-notification ul.cc-notification-buttons {
  position: absolute !important;
  right: 0 !important;
  top: 5px !important;
  width: auto !important
}

#cc-notification.cc-mobile #cc-notification-wrapper {
  margin-right: 0 !important
}

#cc-notification.cc-mobile ul.cc-notification-buttons li a,
#cc-notification.cc-mobile ul.cc-notification-buttons li a:visited {
  float: none !important
}

#cc-notification.cc-mobile ul.cc-notification-buttons {
  padding-top: 1px !important;
  position: relative !important;
  right: 0 !important;
  top: 0 !important;
  width: auto !important;
  clear: both
}

#cc-notification {
  background: #1d1d1d !important;
  background-color: rgba(29, 29, 29, .95) !important;
  color: #f5f5f5 !important;
  border-bottom: 1px dotted #ccc !important;
  font-size: 9pt !important
}

#cc-notification #cc-notification-wrapper {
  padding: 14px 32px 0 !important
}

#cc-notification #cc-notification-permissions ul {
  margin: 0 0 26px !important;
  padding: 0 !important;
  list-style: none !important;
  float: left !important
}

#cc-notification.cc-mobile #cc-notification-permissions li {
  width: auto !important
}

#cc-notification #cc-notification-permissions li {
  margin: 0 0 10px 30px !important;
  padding: 6px 0 0 !important;
  list-style: none !important;
  width: 440px !important;
  color: #9a9a9a !important;
  -webkit-transition: color 0.2s ease-in;
  -moz-transition: color 0.2s ease-in;
  -o-transition: color 0.2s ease-in;
  transition: color 0.2s ease-in
}

#cc-notification #cc-notification-permissions li label {
  font-size: 10pt !important;
  line-height: 1.3em;
  color: #fff !important;
  -webkit-transition: color 0.2s ease-in;
  -moz-transition: color 0.2s ease-in;
  -o-transition: color 0.2s ease-in;
  transition: color 0.2s ease-in
}

#cc-notification #cc-notification-permissions li input {
  float: left !important;
  margin-left: -30px !important;
  margin-top: 0 !important;
  -moz-appearance: checkbox !important;
  -webkit-appearance: checkbox !important
}

#cc-notification #cc-notification-permissions li strong {
  color: #fff !important;
  display: block !important;
  font-size: 11pt;
  letter-spacing: 0em;
  -webkit-transition: color 0.2s ease-in;
  -moz-transition: color 0.2s ease-in;
  -o-transition: color 0.2s ease-in;
  transition: color 0.2s ease-in
}

#cc-notification #cc-notification-permissions li.cc-notification-permissions-inactive {
  color: #666 !important
}

#cc-notification #cc-notification-permissions li.cc-notification-permissions-inactive label {
  color: #666 !important
}

#cc-notification #cc-notification-permissions li.cc-notification-permissions-inactive strong {
  color: #1d658e !important
}

#cc-notification #cc-notification-permissions li a.cc-learnmore-link {
  -webkit-transition: color 0.2s ease-in;
  -moz-transition: color 0.2s ease-in;
  -o-transition: color 0.2s ease-in;
  transition: color 0.2s ease-in
}

#cc-notification #cc-notification-permissions li.cc-notification-permissions-inactive a.cc-learnmore-link {
  color: #666 !important
}

#cc-notification a,
#cc-notification a:visited {
  text-decoration: none !important;
  color: #fff !important;
  font-weight: normal;
  font-size: 9pt
}

#cc-notification a:hover {
  text-decoration: underline !important;
  color: #b2f7ff !important
}

#cc-notification h2,
#cc-notification h3,
#cc-notification p {
  color: #f5f5f5 !important;
  margin: 0 !important;
  text-align: left !important;
  font-size: 9pt;
  width: auto !important
}

#cc-notification h2 {
  margin-right: 15% !important
}

#cc-notification.cc-mobile h2 {
  margin-right: 0 !important
}

#cc-notification h2 span,
#cc-notification h2 {
  font-size: 10pt;
  letter-spacing: 0em;
  margin-bottom: 14px !important;
  font-weight: 400 !important
}

#cc-notification h2 a {
  letter-spacing: 0em;
  font-size: 10pt
}

#cc-notification h3 {
  margin-top: 10px !important
}

#cc-notification ul.cc-notification-buttons {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important
}

#cc-notification.cc-notification-afterload ul.cc-notification-buttons {
  top: auto !important;
  bottom: 5px !important
}

#cc-notification ul.cc-notification-buttons li {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important
}

#cc-notification ul.cc-notification-buttons li a,
#cc-notification ul.cc-notification-buttons li a:visited {
  margin-top: 4px !important;
  margin-bottom: 6px !important;
  display: block;
  padding: 6px 16px !important;
  background-color: #f1d600 !important;
  color: #111 !important;
  margin-right: 12px !important;
  text-decoration: none !important;
  font-size: 10pt !important;
  font-weight: normal;
  letter-spacing: 0em;
  border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  -webkit-border-radius: 5px !important;
  transition: background 0.2s ease-in-out 0, color 0.2s ease-in-out 0, box-shadow 0.2s ease-in-out 0;
  -moz-transition: background 0.2s ease-in-out 0, color 0.2s ease-in-out 0, -moz-box-shadow 0.2s ease-in-out 0;
  -webkit-transition: background 0.2s ease-in-out 0, color 0.2s ease-in-out 0, -webkit-box-shadow 0.2s ease-in-out 0
}

#cc-notification ul.cc-notification-buttons li a:hover,
#cc-notification ul.cc-notification-buttons li a:active,
#cc-notification ul.cc-notification-buttons li #cc-approve-button-allsites:hover,
#cc-notification ul.cc-notification-buttons li #cc-approve-button-allsites:active {
  text-decoration: none !important;
  background-color: #f5f5f5 !important;
  box-shadow: 1px 2px 10px #000;
  -moz-box-shadow: 1px 2px 10px #000;
  -webkit-box-shadow: 1px 2px 10px #000
}

#cc-notification ul.cc-notification-buttons li #cc-approve-button-allsites {
  background-color: #31a8f0 !important
}

#cc-tag a,
#cc-tag a:visited {
  font-size: 10pt !important;
  background-color: #1d1d1d !important;
  background-repeat: no-repeat;
  background-position: 6px 7px;
  color: #f5f5f5 !important;
  padding: 8px 12px 8px 12px !important;
  text-decoration: none !important;
  display: block;
  border-top: 3px #666 !important;
  border-right: 3px #666 !important;
  border-left: 3px #666 !important;
  border-radius: 3px 3px 0 0 !important;
  -moz-border-radius: 3px 3px 0 0 !important;
  -webkit-border-radius: 3px 3px 0 0 !important;
  box-shadow: 1px 1px 2px #000;
  -moz-box-shadow: 1px 1px 2px #000;
  -webkit-box-shadow: 1px 1px 2px #000;
  transition: color 0.2s ease-in-out 0, box-shadow 0.2s ease-in-out 0;
  -moz-transition: color 0.2s ease-in-out 0, -moz-box-shadow 0.2s ease-in-out 0;
  -webkit-transition: color 0.2s ease-in-out 0, -webkit-box-shadow 0.2s ease-in-out 0
}

#cc-tag.cc-tag-horizontal-right a,
#cc-tag.cc-tag-horizontal-right a:visited {
  -webkit-transform: rotate(-90deg) !important;
  -moz-transform: rotate(-90deg) !important;
  -o-transform: rotate(-90deg) !important;
  -ms-transform: rotate(-90deg) !important;
  margin-right: -82px !important;
  padding: 8px 12px 60px 12px !important
}

#cc-tag.cc-tag-horizontal-left a,
#cc-tag.cc-tag-horizontal-left a:visited {
  -webkit-transform: rotate(90deg) !important;
  -moz-transform: rotate(90deg) !important;
  -o-transform: rotate(90deg) !important;
  -ms-transform: rotate(90deg) !important;
  margin-left: -82px !important;
  padding: 8px 12px 60px 12px !important
}

#cc-tag.cc-tag-vertical-right a,
#cc-tag.cc-tag-vertical-right a:visited {
  -webkit-transform: rotate(-90deg) !important;
  -moz-transform: rotate(-90deg) !important;
  -o-transform: rotate(-90deg) !important;
  -ms-transform: rotate(-90deg) !important;
  margin-right: -82px !important;
  padding: 8px 12px 60px 12px !important
}

#cc-tag.cc-tag-vertical-left a,
#cc-tag.cc-tag-vertical-left a:visited {
  -webkit-transform: rotate(90deg) !important;
  -moz-transform: rotate(90deg) !important;
  -o-transform: rotate(90deg) !important;
  -ms-transform: rotate(90deg) !important;
  margin-left: -82px !important;
  padding: 8px 12px 60px 12px !important
}

#cc-tag a:hover,
#cc-tag a:active {
  border-top: 3px #f1d600 !important;
  border-right: 3px #f1d600 !important;
  border-left: 3px #f1d600 !important;
  box-shadow: 2px 2px 7px #000;
  -moz-box-shadow: 2px 2px 7px #000;
  -webkit-box-shadow: 2px 2px 7px #000
}

#cc-tag a span {
  font-size: 10pt !important;
  font-weight: 550 !important
}

#cc-modal {
  font-size: 9pt !important
}

#cc-modal #cc-modal-wrapper {
  width: 686px !important;
  margin: 40px auto !important;
  background-color: #1d1d1d !important;
  color: #f5f5f5 !important;
  padding: 25px 15px 5px !important;
  text-align: left !important;
  position: relative !important;
  max-height: 8%;
  overflow-y: auto;
  overflow-x: hidden;
  min-height: 510px;
  box-shadow: 0 0 30px #000;
  -moz-box-shadow: 0 0 30px #000;
  -webkit-box-shadow: 0 0 30px #000
}

#cc-modal #cc-modal-wrapper a,
#cc-modal #cc-modal-wrapper a:visited {
  color: #f5f500 !important;
  text-decoration: none !important
}

#cc-modal #cc-modal-wrapper a:hover {
  color: #31a8f0 !important;
  text-decoration: underline !important
}

#cc-modal #cc-modal-wrapper #cc-change-button-allsites {
  margin-top: 16px !important;
  margin-bottom: 6px !important;
  display: block !important;
  padding: 6px 12px !important;
  background-color: #f5f500 !important;
  color: #111 !important;
  float: left !important;
  clear: both !important;
  margin-right: 8px !important;
  text-decoration: none !important;
  border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  -webkit-border-radius: 3px !important
}

#cc-modal #cc-modal-wrapper #cc-change-button-allsites:hover,
#cc-modal #cc-modal-wrapper #cc-change-button-allsites:active {
  background-color: #31a8f0 !important
}

#cc-settingsmodal #cc-settingsmodal-wrapper select,
#cc-modal #cc-modal-wrapper select {
  color: #111 !important;
  margin-right: 8px !important;
  text-decoration: none !important;
  position: absolute !important;
  top: 28px !important;
  right: 8px !important;
  float: right !important;
  font-size: 9pt !important;
  width: 100px
}

#cc-settingsmodal.cc-mobile #cc-settingsmodal-wrapper select,
#cc-modal.cc-mobile #cc-modal-wrapper select {
  float: none !important;
  margin-top: 10px !important;
  position: static !important
}

#cc-modal #cc-modal-wrapper a.cc-consentchange:hover {
  background-color: #31a8f0 !important
}

#cc-settingsmodal #cc-settingsmodal-wrapper ul li label,
#cc-modal #cc-modal-wrapper ul li label {
  float: left
}

#cc-settingsmodal #cc-settingsmodal-wrapper ul,
#cc-modal #cc-modal-wrapper ul {
  margin: 0 !important;
  padding: 0 100px !important;
  list-style: none !important
}

#cc-settingsmodal.cc-mobile #cc-settingsmodal-wrapper ul,
#cc-modal.cc-mobile #cc-modal-wrapper ul {
  padding: 0 !important
}

#cc-settingsmodal #cc-settingsmodal-wrapper li,
#cc-modal #cc-modal-wrapper li {
  clear: both !important;
  margin: 0 !important;
  padding: 30px 0 0 !important;
  list-style: none !important;
  position: relative
}

#cc-settingsmodal #cc-settingsmodal-wrapper li strong,
#cc-modal #cc-modal-wrapper li strong {
  width: 480px !important;
  float: left !important;
  display: block !important;
  color: #fff !important;
  font-size: 14pt;
  margin-bottom: 10px;
  font-weight: normal; !important
}

#cc-settingsmodal.cc-mobile #cc-settingsmodal-wrapper li strong #cc-modal.cc-mobile #cc-modal-wrapper li strong {
  float: none !important
}

#cc-settingsmodal #cc-settingsmodal-wrapper li span,
#cc-modal #cc-modal-wrapper li span {
  width: 470px !important;
  float: left !important;
  clear: left !important;
  display: block !important;
  color: #7a7a7a !important;
  line-height: 1.2em;
  font-size: 10pt !important;
  margin-top: 8px
}

#cc-settingsmodal.cc-mobile #cc-settingsmodal-wrapper li span,
#cc-modal.cc-mobile #cc-modal-wrapper li span {
  float: none !important
}

#cc-settingsmodal {
  font-size: 9pt !important
}

#cc-settingsmodal.cc-mobile {
  height: auto
}

#cc-settingsmodal #cc-settingsmodal-wrapper {
  width: 716px !important;
  height: 8% !important;
  margin: 40px auto !important;
  background-color: #1d1d1d !important;
  padding-top: 24px !important;
  color: #f5f5f5 !important;
  text-align: left !important;
  position: relative !important;
  overflow-x: hidden;
  max-height: 560px;
  background-position: -20px 20px;
  background-repeat: no-repeat;
  box-shadow: 0 0 30px #000;
  -moz-box-shadow: 0 0 30px #000;
  -webkit-box-shadow: 0 0 30px #000
}

#cc-settingsmodal #cc-settingsmodal-wrapper .cc-content {
  overflow-y: auto !important;
  overflow-x: hidden !important;
  height: 400px;
  margin-top: 20px
}

#cc-settingsmodal.cc-mobile #cc-settingsmodal-wrapper {
  max-height: none !important
}

#cc-settingsmodal.cc-mobile #cc-settingsmodal-wrapper .cc-content {
  height: 540px !important;
  max-height: none !important
}

#cc-modal #cc-modal-wrapper p {
  line-height: 1em;
  margin-top: 12px;
  padding-right: 55px;
  color: #f5f5f5 !important;
  text-align: justify
}

#cc-settingsmodal #cc-settingsmodal-wrapper p {
  margin-top: 32px
}

#cc-modal #cc-modal-wrapper .cc-content {
  padding-top: 8px;
  clear: both;
  height: 420px;
  overflow-y: auto;
  overflow-x: hidden
}

#cc-modal.cc-mobile #cc-modal-wrapper .cc-content {
  height: auto !important;
  overflow: hidden !important
}

#cc-modal #cc-modal-wrapper h2,
#cc-settingsmodal #cc-settingsmodal-wrapper h2 {
  margin: 0 57px !important;
  font-size: 16pt !important;
  width: 712px !important;
  color: #fff !important;
  font-weight: 400
}

#cc-settingsmodal #cc-settingsmodal-wrapper h2 {
  margin: 0 72px !important
}

#cc-modal #cc-modal-wrapper h2 span,
#cc-settingsmodal #cc-settingsmodal-wrapper h2 span {
  font-size: 12pt !important;
  color: #7a7a7a !important
}

#cc-settingsmodal #cc-settingsmodal-wrapper h2 span {
  color: #71f031 !important
}

#cc-settingsmodal #cc-settingsmodal-wrapper p.cc-subtitle,
#cc-modal #cc-modal-wrapper p.cc-subtitle {
  color: #7a7a7a !important;
  margin: 16px 0 0 57px !important;
  font-size: 10pt !important
}

#cc-settingsmodal #cc-settingsmodal-wrapper p.cc-subtitle {
  margin: 16px 0 0 73px !important
}

#cc-modal.cc-mobile #cc-modal-wrapper p.cc-subtitle {
  margin-left: 0 !important
}

#cc-settingsmodal.cc-mobile #cc-settingsmodal-wrapper p.cc-subtitle {
  margin-left: 10px !important
}

#cc-settingsmodal #cc-settingsmodal-wrapper iframe {
  width: 714px !important;
  border: 0 !important;
  min-height: 390px !important
}

#cc-settingsmodal.cc-mobile #cc-settingsmodal-wrapper iframe {
  width: 100% !important;
  height: 500px;
  z-index: 9999999999999 !important;
  margin-top: 0
}

#cc-modal #cc-modal-closebutton a,
#cc-settingsmodal #cc-settingsmodal-closebutton a {
  background-image: url(https://www.marcketbalsan.fr/wp-content/themes/limpide/assets/img/modal-close.png) !important;
  display: block !important;
  height: 24px !important;
  position: absolute !important;
  right: 10px !important;
  top: 10px !important;
  width: 24px !important;
  background-position: 0 0
}

#cc-modal #cc-modal-closebutton a:hover,
#cc-settingsmodal #cc-settingsmodal-closebutton a:hover {
  background-position: 0 -24px
}

#cc-modal #cc-modal-global {
  padding-top: 5px !important
}

#cc-settingsmodal #cc-settingsmodal-secondclosebutton a,
#cc-settingsmodal #cc-settingsmodal-secondclosebutton a:visited {
  color: #71f031 !important;
  text-decoration: none !important
}

#cc-modal #cc-modal-secondclosebutton a span,
#cc-modal #cc-modal-secondclosebutton a:visited span,
#cc-settingsmodal #cc-settingsmodal-secondclosebutton a span,
#cc-settingsmodal #cc-settingsmodal-secondclosebutton a:visited span,
#cc-modal #cc-modal-global a span,
#cc-modal #cc-modal-global a:visited span {
  font-size: 10pt !important;
  font-weight: 600 !important
}

#cc-settingsmodal.cc-mobile #cc-settingsmodal-secondclosebutton {
  padding-left: 10px;
  padding-top: 0
}

#cc-modal.cc-mobile #cc-modal-secondclosebutton a,
#cc-modal.cc-mobile #cc-modal-secondclosebutton a:visited,
#cc-modal.cc-mobile #cc-modal-global a,
#cc-modal.cc-mobile #cc-modal-global a:visited {
  float: none !important
}

#cc-settingsmodal.cc-mobile #cc-settingsmodal-secondclosebutton a,
#cc-settingsmodal.cc-mobile #cc-settingsmodal-secondclosebutton a:visited {
  display: none !important
}

#cc-modal #cc-modal-secondclosebutton a:hover,
#cc-modal #cc-modal-secondclosebutton a:active,
#cc-settingsmodal #cc-settingsmodal-secondclosebutton a:hover,
#cc-settingsmodal #cc-settingsmodal-secondclosebutton a:active,
#cc-modal #cc-modal-global a:hover,
#cc-modal #cc-modal-global a:active {
  text-decoration: none !important;
  color: #fff !important
}

#cc-modal #cc-modal-wrapper #cc-modal-footer-buttons {
  margin-left: 57px !important;
  margin-top: 25px !important
}

#cc-settingsmodal #cc-settingsmodal-wrapper #cc-settingsmodal-footer-buttons {
  margin-left: 72px !important
}

#cc-modal.cc-mobile #cc-modal-wrapper #cc-modal-footer-buttons {
  position: relative;
  width: auto;
  padding-top: 10px !important;
  margin-left: 0 !important
}

#cc-modal #cc-modal-wrapper .cc-preference-importantmessage {
  margin-top: 20px !important;
  clear: both !important;
  padding: 10px !important;
  text-align: left !important;
  background-color: #444 !important;
  border: 1px dotted #666 !important;
  line-height: 2em !important
}

#cc-modal #cc-modal-wrapper .cc-preference-importantmessage a,
#cc-modal #cc-modal-wrapper .cc-preference-importantmessage a:visited {
  line-height: 1.2em;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  display: block;
  padding: 5px 10px !important;
  background-color: #f5f5f5 !important;
  color: #111 !important;
  margin-right: 8px !important;
  text-decoration: none !important;
  font-size: 10pt;
  float: right;
  border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  -webkit-border-radius: 5px !important;
  box-shadow: 1px 1px 2px #000;
  -moz-box-shadow: 1px 1px 2px #000;
  -webkit-box-shadow: 1px 1px 2px #000;
  transition: background 0.2s ease-in-out 0, color 0.2s ease-in-out 0, box-shadow 0.2s ease-in-out 0;
  -moz-transition: background 0.2s ease-in-out 0, color 0.2s ease-in-out 0, -moz-box-shadow 0.2s ease-in-out 0;
  -webkit-transition: background 0.2s ease-in-out 0, color 0.2s ease-in-out 0, -webkit-box-shadow 0.2s ease-in-out 0;
  background-color: #f1d600 !important
}

#cc-modal #cc-modal-wrapper .cc-preference-importantmessage a:hover,
#cc-modal #cc-modal-wrapper .cc-preference-importantmessage a:active {
  text-decoration: none !important;
  background-color: #0288ce !important;
  color: #fff !important;
  box-shadow: 1px 2px 10px #000;
  -moz-box-shadow: 1px 2px 10px #000;
  -webkit-box-shadow: 1px 2px 10px #000
}

#cc-modal #cc-modal-wrapper a.cc-learnmore-link,
#cc-settingsmodal #cc-settingsmodal-wrapper a.cc-learnmore-link,
#cc-notification a.cc-learnmore-link {
  color: #fff !important
}

#cc-modal.cc-mobile #cc-modal-wrapper {
  height: auto !important;
  max-height: none !important;
  min-height: inherit !important
}

#cc-modal.cc-mobile #cc-modal-wrapper,
#cc-settingsmodal.cc-mobile #cc-settingsmodal-wrapper {
  margin-top: 0 !important;
  width: auto !important
}

#cc-modal.cc-mobile #cc-modal-wrapper h2 {
  width: auto !important;
  margin-left: 0 !important
}

#cc-settingsmodal.cc-mobile #cc-settingsmodal-wrapper h2 span,
#cc-modal.cc-mobile #cc-modal-wrapper h2 span {
  display: block;
  margin-top: 8px
}

#cc-settingsmodal.cc-mobile #cc-settingsmodal-wrapper h2 {
  margin-left: 10px !important;
  width: auto !important
}

#cc-modal.cc-mobile #cc-modal-wrapper,
#cc-settingsmodal.cc-mobile #cc-settingsmodal-wrapper {
  border: 0 !important;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  background-image: none !important;
  max-height: none !important
}

#cc-settingsmodal.cc-mobile #cc-settingsmodal-wrapper li span,
#cc-modal.cc-mobile #cc-modal-wrapper li span {
  width: auto !important;
  float: none !important
}

#cc-modal.cc-mobile #cc-modal-wrapper a.cc-consentchange {
  margin-top: 10px !important;
  float: none !important
}

#cc-modal #cc-modal-wrapper li strong {
  width: auto !important
}

.anr_captcha_field {
  margin-bottom: -10px;
  transform: scale(.7);
  margin-left: -15px
}

body.product-template-default.active {
  overflow-y: hidden
}

body.product-template-default {
  overflow-y: initial
}

.header_site .popin_search_header {
  position: fixed;
  left: 0;
  top: -95px;
  z-index: 20;
  width: 100%;
  transition: all 350ms;
  background-color: #fff
}

.header_site .popin_search_header.show {
  top: 0
}

.header_site .popin_search_header .close {
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: calc(50% - 15px);
  right: 40px;
  z-index: 1
}

.header_site .popin_search_header .close:before,
.header_site .popin_search_header .close:after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  top: 50%;
  background-color: #000;
  transform-origin: 50% 50%
}

.header_site .popin_search_header .close:before {
  transform: rotate(45deg)
}

.header_site .popin_search_header .close:after {
  transform: rotate(-45deg)
}

.header_site .popin_search_header .wrapper_search {
  height: 95px;
  position: relative
}

.header_site .popin_search_header input[type="submit"] {
  display: none
}

.header_site .popin_search_header .wrapper_search {
  display: flex;
  align-items: center
}

.header_site .popin_search_header .wrapper_search form {
  width: 100%
}

.header_site .popin_search_header .wrapper_search form input[type="search"] {
  font-family: "Gotham", "PingFang SC", "Microsoft YaHei", "Tahoma", "Arial", "sans-serif";
  border: none;
  background: none;
  border-radius: 0;
  width: 100%;
  position: relative;
  padding: 0 110px 0 20px;
  font-size: 30px;
  text-align: left;
  color: #2b2e33;
  outline: none
}

.header_site .burger-head {
  display: none;
  margin-top: 1px
}

.home .header_site .menus_top {
  z-index: 2
}

.home .header_site .menus_top.fixed {
  z-index: 10
}

body.popin-choice-open {
  overflow: hidden
}

body.popin-choice-open::after {
  transition: all 225ms ease-in;
  content: '';
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .6);
  z-index: 5
}

#popin-choice {
  opacity: 0;
  transition: all 225ms ease-in;
  visibility: hidden;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60vw;
  height: 45vh;
  background-color: #fff;
  z-index: 8;
  display: flex;
  align-items: center;
  justify-content: space-between
}

#popin-choice.activate {
  opacity: 1;
  visibility: visible
}

#popin-choice .col {
  width: 50%;
  height: 100%;
  background-color: #fff;
  padding: 65px;
  display: flex;
  align-items: center;
  justify-content: center
}

#popin-choice .col .ctas {
  margin-top: 50px
}

#popin-choice .col.nb2 {
  background-color: #2b2e33
}

#popin-choice .col.nb2 .en_tete .titre {
  display: inline-block;
  font-family: "Gotham", "PingFang SC", "Microsoft YaHei", "Tahoma", "Arial", "sans-serif";
  font-size: 34px;
  font-weight: normal;
  line-height: 1.3;
  color: #1f1f29;
  color: #fff !important
}

#popin-choice .col.nb2 .en_tete h3 {
  color: #fff !important
}

#popin-choice .col .en_tete {
  text-transform: uppercase
}

#popin-choice .col .en_tete .titre {
  position: relative;
  display: inline-block;
  font-family: "Gotham", "PingFang SC", "Microsoft YaHei", "Tahoma", "Arial", "sans-serif";
  font-size: 34px;
  font-weight: normal;
  line-height: 1.3;
  color: #1f1f29;
  padding-left: 60px
}

#popin-choice .col .en_tete .titre:before {
  position: absolute;
  left: 0
}

#popin-choice .col .en_tete h3 {
  margin-top: 15px;
  padding-left: 60px;
  font-family: "Gotham", "PingFang SC", "Microsoft YaHei", "Tahoma", "Arial", "sans-serif";
  font-size: 20px;
  font-weight: normal;
  line-height: 1.5;
  color: #1f1f29;
  font-weight: normal;
}

#popin-choice .col .ctas .cta:hover {
  background-color: #000 !important;
  border-color: #000 !important;
  color: #fff !important
}

.header-page__vert-kaki-sombre {
  background: #2B2E33;
  padding: 240px 0 290px;
  margin-bottom: -150px
}

.header-custom .header-simple,
.header-page .header-simple {
  padding-top: 240px;
  padding-bottom: 100px
}

@media (max-width:1024px) {

  .header-custom .header-simple,
  .header-page .header-simple {
      padding-top: 140px;
      padding-bottom: 40px
  }
}

.header-custom .header-simple .titre,
.header-page .header-simple .titre {
  display: inline-block;
  font-family: "Gotham", "PingFang SC", "Microsoft YaHei", "Tahoma", "Arial", "sans-serif";
  font-size: 55px;
  font-weight: normal;
  line-height: 1.3;
  letter-spacing: 0px;
  color: #fff;
  text-align: center;
  line-height: .87;
  color: #2b2e33;
  text-align: center;
  margin-bottom: 20px;
  display: block
}

.header-custom .header-simple .texte,
.header-page .header-simple .texte {
  font-family: "Gotham", "PingFang SC", "Microsoft YaHei", "Tahoma", "Arial", "sans-serif";
  font-weight: normal;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0px;
  letter-spacing: 0px;
  color: #2b2e33;
  text-align: center;
  max-width: 550px;
  width: 80%;
  margin: 0 auto;
  display: block
}

.header-custom .header-simple.header__vert-kaki-sombre,
.header-page .header-simple.header__vert-kaki-sombre {
  background: #2b2e33
}

.header-custom .header-simple.header__vert-kaki-sombre .titre,
.header-page .header-simple.header__vert-kaki-sombre .titre,
.header-custom .header-simple.header__vert-kaki-sombre .texte,
.header-page .header-simple.header__vert-kaki-sombre .texte {
  color: #fff
}

.header-custom .header-simple.header-simple-superposition,
.header-page .header-simple.header-simple-superposition {
  padding-bottom: 300px;
  margin-bottom: -240px
}

.header-custom .header-image-full-screen,
.header-page .header-image-full-screen {
  height: 100vh;
  width: 100%;
  position: relative;
  padding-top: 145px
}

.header-custom .header-image-full-screen .textes-content,
.header-page .header-image-full-screen .textes-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  width: 100%
}

.header-custom .header-image-full-screen .textes-content .titre,
.header-page .header-image-full-screen .textes-content .titre {
  display: inline-block;
  font-family: "Gotham", "PingFang SC", "Microsoft YaHei", "Tahoma", "Arial", "sans-serif";
  font-size: 55px;
  font-weight: normal;
  line-height: 1.3;
  letter-spacing: 0px;
  color: #fff;
  text-align: center;
  text-align: left;
  line-height: .93;
  margin-bottom: 15px;
  max-width: 1200px
}

.header-custom .header-image-full-screen .textes-content .texte,
.header-page .header-image-full-screen .textes-content .texte {
  font-size: 16px;
  line-height: 1.56;
  letter-spacing: 0px;
  color: #fff;
  max-width: 520px
}

.header-custom .header-image-full-screen .images-content,
.header-page .header-image-full-screen .images-content {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  height: 100%;
  width: 100%
}

.header-custom .header-image-full-screen .images-content .bg,
.header-page .header-image-full-screen .images-content .bg {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.menus_top {
  font-family: "Gotham", "PingFang SC", "Microsoft YaHei", "Tahoma", "Arial", "sans-serif";
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  transition: all 0.4s ease-out
}

.menus_top.position-initial {
  position: absolute !important
}

.menus_top.position-initial.sticky {
  animation: none !important
}

.menus_top.sticky {
  animation: stickyAppearGo 0.4s ease-out;
  position: fixed
}

.menus_top.scrolled {
  animation: stickyAppearBack 0.4s ease-out;
  position: fixed !important;
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, .2)
}

.menus_top .menu_top_contexte .wrapper {
  height: 45px;
  align-items: center
}

.menus_top .menu_top_contexte .logo-header-mobile {
  display: none;
  transform: scale(.7) translateX(-35px)
}

.menus_top .menu_top_contexte .menu_top_contexte_right,
.menus_top .menu_top_contexte .menu_top_contexte_left {
  display: flex;
  align-items: center
}

.menus_top .menu_top_contexte .nav_menu_top_contexte {
  display: flex;
  align-items: center
}

.menus_top .menu_top_contexte .nav_menu_top_contexte .nav_menu_top_contexte_item {
  padding: 0 15px;
  position: relative
}

.menus_top .menu_top_contexte .nav_menu_top_contexte .nav_menu_top_contexte_item>a {
  display: flex;
  align-items: center;
  transition: all 0.3s ease-out
}

.menus_top .menu_top_contexte .nav_menu_top_contexte .nav_menu_top_contexte_item>a:hover {
  opacity: .7
}

.menus_top .menu_top_contexte .nav_menu_top_contexte .nav_menu_top_contexte_item>a svg {
  margin-left: 10px
}

.menus_top .menu_top_contexte .nav_menu_top_contexte .loupe_header_search a span {
  text-indent: -9999px
}

.menus_top .menu_top_contexte .nav_menu_top_contexte .header_eshop {
  display: flex
}

.menus_top .menu_top_contexte .nav_menu_top_contexte .header_eshop:after {
  content: '';
  width: 1px;
  height: 17px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%)
}

.menus_top .menu_top_contexte .nav_menu_top_contexte .header_account {
  padding-right: 0
}

.menus_top .wrapper {
  display: flex;
  justify-content: space-between
}

.menus_top .wrapper .navigation_container {
  display: flex;
  height: 100px
}

.menus_top .wrapper .navigation_container .menu-item {
  margin-right: 30px;
  height: 100%;
  font-family: "Gotham", "PingFang SC", "Microsoft YaHei", "Tahoma", "Arial", "sans-serif"
}

.menus_top .wrapper .navigation_container .menu-item:last-of-type {
  margin-right: 0
}

.menus_top .wrapper .navigation_container .menu-item a {
  position: relative;
  height: 100%;
  display: flex;
  overflow: hidden;
  align-items: center;
  transition: all 250ms;
  font-size: 16px
}

.menus_top .wrapper .navigation_container .menu-item a:hover {
  opacity: .7
}

.menus_top .wrapper .menu-principal ul.navigation_container .menu-item {
  font-weight: normal;
  /* text-transform: uppercase */
}

.menus_top .wrapper .menu-principal ul.navigation_container .menu-item a {
  font-weight: normal;
  letter-spacing: 0px
}

.menus_top .wrapper .menu-principal ul.navigation_container .menu-item.menu-item-logo-marck-balsan {
  background-size: 100% auto;
  position: relative;
  z-index: 10;
  margin-right: 75px
}

.menus_top .wrapper .logo-simplify {
  display: none
}

.menus_top .wrapper .menu-principal .menu-principal-item-eshop {
  display: none;
  margin-top: 15px
}

.menus_top .wrapper .menu-principal .menu-principal-item-eshop a {
  font-weight: normal;
  /* text-transform: uppercase; */
  letter-spacing: 0px
}

@media (max-width:1024px) {
  .menus_top .wrapper .menu-principal .menu-principal-item-eshop {
      display: block
  }
}

.menus_top .wrapper .menu-top-right .navigation_container {
  justify-content: flex-end
}

.menus_top .wrapper .language ul {
  position: relative;
  padding-right: 12px
}

.menus_top .wrapper .language ul:after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 7px;
  height: 4px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI3IiBoZWlnaHQ9IjQiIHZpZXdCb3g9IjAgMCA3IDQiPgogICAgPGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBzdHJva2U9IiM1OTYyNTIiPgogICAgICAgICAgICA8Zz4KICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik01NyAxMkw1NCAxNSA1NyAxOCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTUyIC0yMykgdHJhbnNsYXRlKDAgMTApIG1hdHJpeCgwIC0xIC0xIDAgNzAuNSA3MC41KSIvPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4K);
  background-repeat: no-repeat
}

.menus_top .wrapper .language ul select {
  color: #2b2e30;
  /* text-transform: uppercase; */
  font-weight: normal;
  font-size: 14px
}

.menus_top .wrapper .language ul:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI3IiBoZWlnaHQ9IjQiIHZpZXdCb3g9IjAgMCA3IDQiPgogICAgPGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBzdHJva2U9IiNGRkZGRkYiPgogICAgICAgICAgICA8Zz4KICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik01NyAxMkw1NCAxNSA1NyAxOCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTUyIC0yMykgdHJhbnNsYXRlKDAgMTApIG1hdHJpeCgwIC0xIC0xIDAgNzAuNSA3MC41KSIvPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4K)
}

.menus_top .wrapper .language ul select {
  color: #fff
}

.menus_top .wrapper .language.language-mobile {
  display: none
}

@media (max-width:1024px) {
  .menus_top .wrapper .language.language-mobile {
      display: block;
      padding-bottom: 50px
  }
}

.menus_top.scrolled .wrapper .navigation_container {
  height: 55px
}

.menus_top.scrolled .logo-simplify {
  display: block
}

.menus_top.scrolled .wrapper .logo-full {
  display: none
}

.menus_top.show:after {
  height: 64px
}

.menus_top .wrapper {
  position: relative
}

.menus_top .wrapper .menu-principal .menu-item-has-children>a:after {
  content: '';
  display: block;
  position: absolute;
  left: calc(50% - 18px);
  bottom: -8px;
  transform: scaleY(.5);
  width: 0;
  height: 0;
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
  transition: all 200ms
}

.menus_top .wrapper .menu-principal .menu-item-has-children:hover>a {
  opacity: 1
}

.menus_top .wrapper .menu-principal .menu-item-has-children .sub-menu {
  display: none;
  justify-content: flex-start;
  align-items: center;
  position: absolute;
  z-index: 98;
  top: 100px;
  height: 50px;
  margin: 0
}

.menus_top .wrapper .menu-principal .menu-item-has-children .sub-menu .sub-menu-head {
  display: none
}

.menus_top .wrapper .menu-principal .menu-item-has-children .sub-menu li.menu-item {
  display: block;
  margin-right: 30px;
  color: #2b2e33
}

.menus_top .wrapper .menu-principal .menu-item-has-children .sub-menu li.menu-item a {
  /* font-weight: normal; */
  color: inherit;
  letter-spacing: 0px;
  text-transform: initial;
  color: #ffffff
}

.menus_top .wrapper .menu-principal .menu-item-has-children .sub-menu li.menu-item a:hover {
  /*text-shadow: 0 0 1px #2b2e33, 0 0 1px #2b2e33*/
}

.menus_top .wrapper .menu-principal .menu-item-has-children .sub-menu::after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  height: 50px;
  width: 200vw;
  left: -100vw;
  z-index: -1
}

.menus_top .wrapper .menu-principal .menu-item-has-children:hover .sub-menu {
  display: flex
}

.menus_top.scrolled:after {
  top: 50px
}

.menus_top.scrolled .wrapper .menu-principal .menu-item-has-children .sub-menu {
  top: 50px
}

.burger-head {
  display: flex
}

.burger-head .burger-icon {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 18px;
  height: 18px;
  position: relative;
  margin-right: 10px
}

.burger-head .burger-icon:before {
  content: "";
  display: block;
  width: 33px;
  height: 33px;
  border-radius: 100px;
  position: absolute;
  opacity: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: 0.25s ease-in-out
}

.burger-head .burger-icon:after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center center;
  position: absolute;
  opacity: 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-180deg) scale(1.5);
  transform: translate(-50%, -50%) rotate(-180deg) scale(1.5);
  transition: 0.25s ease-in-out
}

.burger-head .burger-icon .burger-stroke {
  display: block;
  position: absolute;
  height: 1px;
  width: 100%;
  opacity: 1;
  left: 0;
  transform: rotate(0deg) translate(0, 0);
  transition: 0.25s ease-in-out;
  -webkit-transform-origin: left center;
  transform-origin: left center
}

.burger-head .burger-icon .burger-stroke:nth-child(1) {
  top: 3px
}

.burger-head .burger-icon .burger-stroke:nth-child(2) {
  top: 8px
}

.burger-head .burger-icon .burger-stroke:nth-child(3) {
  top: 13px
}

.burger-head .burger-icon.opened .burger-stroke:first-child,
.burger-head .burger-icon.opened .burger-stroke:last-child {
  backface-visibility: hidden;
  transition: 0.3s
}

.burger-head .burger-icon.opened .burger-stroke:first-child {
  margin-left: -1px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: rotate(45deg) translate(-50%, -50%)
}

.burger-head .burger-icon.opened .burger-stroke:nth-child(2) {
  width: 13px;
  opacity: 0
}

.burger-head .burger-icon.opened .burger-stroke:last-child {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: rotate(-45deg) translate(-50%, -50%)
}

.burger-head .burger-icon.return:before,
.burger-head .burger-icon.return:after {
  opacity: 1
}

.burger-head .burger-icon.return .burger-stroke {
  opacity: 0
}

.menus_top.active,
.menus_top.menu_top__transparent {
  background-color: transparent
}

.menus_top.active:not(.scrolled) .menu-item-logo-marck-balsan a svg *,
.menus_top.menu_top__transparent:not(.scrolled) .menu-item-logo-marck-balsan a svg * {
  fill: #fff
}

body:not(.single-service) .menus_top.active:not(.scrolled) .logo-header-mobile svg *,
body:not(.single-service) .menus_top.menu_top__transparent:not(.scrolled) .logo-header-mobile svg * {
  fill: #fff
}

@media (min-width:850px) {

  body.single-service .menus_top.active:not(.scrolled) .logo-header-mobile svg *,
  body.single-service .menus_top.menu_top__transparent:not(.scrolled) .logo-header-mobile svg * {
      fill: #fff
  }
}

.menus_top.active .menu_top_contexte,
.menus_top.menu_top__transparent .menu_top_contexte {
  border-bottom: solid 1px rgba(255, 255, 255, .4)
}

.menus_top.active .menu_top_contexte .nav_menu_top_contexte .nav_menu_top_contexte_item>a,
.menus_top.menu_top__transparent .menu_top_contexte .nav_menu_top_contexte .nav_menu_top_contexte_item>a {
  color: #fff
}

.menus_top.active .menu_top_contexte .nav_menu_top_contexte .loupe_header_search svg *,
.menus_top.menu_top__transparent .menu_top_contexte .nav_menu_top_contexte .loupe_header_search svg * {
  fill: #fff
}

.menus_top.active .menu_top_contexte .nav_menu_top_contexte .header_eshop svg *,
.menus_top.menu_top__transparent .menu_top_contexte .nav_menu_top_contexte .header_eshop svg * {
  fill: #fff
}

.menus_top.active .menu_top_contexte .nav_menu_top_contexte .header_eshop:after,
.menus_top.menu_top__transparent .menu_top_contexte .nav_menu_top_contexte .header_eshop:after {
  background: #fff
}

.menus_top.active .menu_top_contexte .nav_menu_top_contexte .header_account svg *,
.menus_top.menu_top__transparent .menu_top_contexte .nav_menu_top_contexte .header_account svg * {
  fill: #fff
}

.menus_top.active .wrapper .navigation_container .menu-item a,
.menus_top.menu_top__transparent .wrapper .navigation_container .menu-item a {
  color: #fff
}

.menus_top.active .wrapper .menu-principal .menu-item-has-children>a:after,
.menus_top.menu_top__transparent .wrapper .menu-principal .menu-item-has-children>a:after {
  border-bottom: 0 solid #fff
}

.menus_top.active .wrapper .menu-principal .menu-item-has-children:hover>a:after,
.menus_top.menu_top__transparent .wrapper .menu-principal .menu-item-has-children:hover>a:after {
  /*border-bottom: 30px solid #fff*/
}

.menus_top.active .wrapper .menu-principal .menu-item-has-children .sub-menu,
.menus_top.menu_top__transparent .wrapper .menu-principal .menu-item-has-children .sub-menu {
  background-color: #fff
}

.menus_top.active .wrapper .menu-principal .menu-item-has-children .sub-menu li.menu-item,
.menus_top.menu_top__transparent .wrapper .menu-principal .menu-item-has-children .sub-menu li.menu-item {
  color: #2b2e33
}

.menus_top.active .wrapper .menu-principal .menu-item-has-children .sub-menu li.menu-item a:hover,
.menus_top.menu_top__transparent .wrapper .menu-principal .menu-item-has-children .sub-menu li.menu-item a:hover {
  /*text-shadow: 0 0 1px #2b2e33, 0 0 1px #2b2e33*/
}

.menus_top.active .wrapper .menu-principal .menu-item-has-children .sub-menu::after,
.menus_top.menu_top__transparent .wrapper .menu-principal .menu-item-has-children .sub-menu::after {
  background-color: #2b2e30
}

.menus_top.active .burger-head .burger-icon:before,
.menus_top.menu_top__transparent .burger-head .burger-icon:before {
  border: 1px solid #fff
}

.menus_top.active .burger-head .burger-icon:after,
.menus_top.menu_top__transparent .burger-head .burger-icon:after {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIyLjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkNhbHF1ZV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgNi4zIDkuOCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNi4zIDkuODsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLnN0MHtmaWxsOiM1OTYyNTI7fQo8L3N0eWxlPgo8ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxIDEpIj4KCTxnPgoJCTxwYXRoIGlkPSJiXzFfIiBjbGFzcz0ic3QwIiBkPSJNMCw4LjhjLTAuNiwwLTEtMC40LTEtMWMwLTAuMywwLjEtMC41LDAuMy0wLjdsMy4yLTMuMmwtMy4yLTMuMmMtMC40LTAuNC0wLjQtMSwwLTEuNHMxLTAuNCwxLjQsMAoJCQlsNC42LDQuNkwwLjcsOC41QzAuNSw4LjcsMC4zLDguOCwwLDguOCIvPgoJPC9nPgo8L2c+Cjwvc3ZnPgo=)
}

.menus_top.active .burger-head .burger-icon .burger-stroke,
.menus_top.menu_top__transparent .burger-head .burger-icon .burger-stroke {
  background: #fff
}

.menus_top.menu_top__blanc:not(.active),
.menus_top.menu_top__transparent.scrolled:not(.active) {
  background-color: #fff
}

.menus_top.menu_top__blanc:not(.active) .menu_top_contexte,
.menus_top.menu_top__transparent.scrolled:not(.active) .menu_top_contexte {
  border-bottom: solid 1px rgba(0, 0, 0, .2)
}


.menus_top.menu_top__blanc:not(.active) .menu_top_contexte .wrapper .language p,
.menus_top.menu_top__transparent.scrolled:not(.active) .menu_top_contexte .wrapper .language p {
  color: #000;
}



.menus_top.menu_top__blanc:not(.active) .menu_top_contexte .language ul,
.menus_top.menu_top__transparent.scrolled:not(.active) .menu_top_contexte .language ul {
  position: relative;
  padding-right: 12px
}

.menus_top.menu_top__blanc:not(.active) .menu_top_contexte .language ul:after,
.menus_top.menu_top__transparent.scrolled:not(.active) .menu_top_contexte .language ul:after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 7px;
  height: 4px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI3IiBoZWlnaHQ9IjQiIHZpZXdCb3g9IjAgMCA3IDQiPgogICAgPGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBzdHJva2U9IiM1OTYyNTIiPgogICAgICAgICAgICA8Zz4KICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik01NyAxMkw1NCAxNSA1NyAxOCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTUyIC0yMykgdHJhbnNsYXRlKDAgMTApIG1hdHJpeCgwIC0xIC0xIDAgNzAuNSA3MC41KSIvPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4K);
  background-repeat: no-repeat
}

.menus_top.menu_top__blanc:not(.active) .menu_top_contexte .language ul select,
.menus_top.menu_top__transparent.scrolled:not(.active) .menu_top_contexte .language ul select {
  color: #2b2e30;
  /* text-transform: uppercase; */
  font-weight: normal;
  font-size: 14px
}

.menus_top.menu_top__blanc:not(.active) .menu_top_contexte .nav_menu_top_contexte .nav_menu_top_contexte_item>a,
.menus_top.menu_top__transparent.scrolled:not(.active) .menu_top_contexte .nav_menu_top_contexte .nav_menu_top_contexte_item>a {
  color: #2b2e30
}

.menus_top.menu_top__blanc:not(.active) .menu_top_contexte .nav_menu_top_contexte .loupe_header_search svg *,
.menus_top.menu_top__transparent.scrolled:not(.active) .menu_top_contexte .nav_menu_top_contexte .loupe_header_search svg * {
  fill: #2b2e30
}

.menus_top.menu_top__blanc:not(.active) .menu_top_contexte .nav_menu_top_contexte .header_eshop svg *,
.menus_top.menu_top__transparent.scrolled:not(.active) .menu_top_contexte .nav_menu_top_contexte .header_eshop svg * {
  fill: #2b2e30
}

.menus_top.menu_top__blanc:not(.active) .menu_top_contexte .nav_menu_top_contexte .header_eshop:after,
.menus_top.menu_top__transparent.scrolled:not(.active) .menu_top_contexte .nav_menu_top_contexte .header_eshop:after {
  background: #2b2e30
}

.menus_top.menu_top__blanc:not(.active) .menu_top_contexte .nav_menu_top_contexte .header_account svg *,
.menus_top.menu_top__transparent.scrolled:not(.active) .menu_top_contexte .nav_menu_top_contexte .header_account svg * {
  fill: #2b2e30
}

.menus_top.menu_top__blanc:not(.active) .wrapper .navigation_container .menu-item a,
.menus_top.menu_top__transparent.scrolled:not(.active) .wrapper .navigation_container .menu-item a {
  color: inherit
}

.menus_top.menu_top__blanc:not(.active) .wrapper .menu-principal .menu-item-has-children>a:after,
.menus_top.menu_top__transparent.scrolled:not(.active) .wrapper .menu-principal .menu-item-has-children>a:after {
  border-bottom: 0 solid #2b2e30
}

.menus_top.menu_top__blanc:not(.active) .wrapper .menu-principal .menu-item-has-children:hover>a:after,
.menus_top.menu_top__transparent.scrolled:not(.active) .wrapper .menu-principal .menu-item-has-children:hover>a:after {
  /*    border-bottom: 30px solid #2b2e30*/
}

.menus_top.menu_top__blanc:not(.active) .wrapper .menu-principal .menu-item-has-children .sub-menu,
.menus_top.menu_top__transparent.scrolled:not(.active) .wrapper .menu-principal .menu-item-has-children .sub-menu {
  background-color: #2b2e30
}

.menus_top.menu_top__blanc:not(.active) .wrapper .menu-principal .menu-item-has-children .sub-menu li.menu-item,
.menus_top.menu_top__transparent.scrolled:not(.active) .wrapper .menu-principal .menu-item-has-children .sub-menu li.menu-item {
  color: #fff !important
}

.menus_top.menu_top__blanc:not(.active) .wrapper .menu-principal .menu-item-has-children .sub-menu li.menu-item a:hover,
.menus_top.menu_top__transparent.scrolled:not(.active) .wrapper .menu-principal .menu-item-has-children .sub-menu li.menu-item a:hover {
  text-shadow: 0 0 1px #fff, 0 0 1px #fff !important
}

.menus_top.menu_top__blanc:not(.active) .wrapper .menu-principal .menu-item-has-children .sub-menu::after,
.menus_top.menu_top__transparent.scrolled:not(.active) .wrapper .menu-principal .menu-item-has-children .sub-menu::after {
  background-color: #2b2e30
}

.menus_top.menu_top__blanc:not(.active) .burger-head .burger-icon:before,
.menus_top.menu_top__transparent.scrolled:not(.active) .burger-head .burger-icon:before {
  border: 1px solid #2b2e33
}

.menus_top.menu_top__blanc:not(.active) .burger-head .burger-icon:after,
.menus_top.menu_top__transparent.scrolled:not(.active) .burger-head .burger-icon:after {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIyLjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkNhbHF1ZV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgNi4zIDkuOCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNi4zIDkuODsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLnN0MHtmaWxsOiM1OTYyNTI7fQo8L3N0eWxlPgo8ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxIDEpIj4KCTxnPgoJCTxwYXRoIGlkPSJiXzFfIiBjbGFzcz0ic3QwIiBkPSJNMCw4LjhjLTAuNiwwLTEtMC40LTEtMWMwLTAuMywwLjEtMC41LDAuMy0wLjdsMy4yLTMuMmwtMy4yLTMuMmMtMC40LTAuNC0wLjQtMSwwLTEuNHMxLTAuNCwxLjQsMAoJCQlsNC42LDQuNkwwLjcsOC41QzAuNSw4LjcsMC4zLDguOCwwLDguOCIvPgoJPC9nPgo8L2c+Cjwvc3ZnPgo=)
}

.menus_top.menu_top__blanc:not(.active) .burger-head .burger-icon .burger-stroke,
.menus_top.menu_top__transparent.scrolled:not(.active) .burger-head .burger-icon .burger-stroke {
  background: #2b2e33
}

.menus_top.menu_top__blanc .wrapper .language ul select option {
  color: #000;
  background: #fff
}

.menus_top.menu_top__transparent .wrapper .language ul select option {
  color: #fff;
  background: #000
}

body {
  position: relative
}

body #main,
body .pre-footer,
body .site-footer {
  position: relative;
  /*z-index: 5*/
}

body header {
  position: relative;
  z-index: 8
}

body .voile {
  position: absolute;
  background: rgba(0, 0, 0, .5);
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: none;
  z-index: -1;
  transition: 0.5s
}

body .voile.visible {
  z-index: 6;
  display: block;
  transition: 0.5s
}

body .voile.visible_deux {
  z-index: 9;
  display: block;
  transition: 0.5s
}

body .account-nav {
  position: absolute;
  background: white;
  right: 0;
  width: 280px;
  top: 36px;
  max-height: 0;
  overflow: hidden;
  transition: none
}

@media (max-width:768px) {
  body .account-nav {
      width: 100vw;
      right: -68px;
      top: 46px
  }
}

body .account-nav.active {
  z-index: 99;
  max-height: 300px;
  transition: all 350ms
}

body .account-nav .headuser {
  padding: 20px;
  background-color: #2b2e33;
  font-family: "Gotham", "PingFang SC", "Microsoft YaHei", "Tahoma", "Arial", "sans-serif";
  font-size: 14px;
  color: #fff;
  position: relative
}

body .account-nav .headuser b {
  font-weight: normal;
}

body .account-nav .headuser .close {
  cursor: pointer
}

body .account-nav .headuser .close::after {
  content: url(data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjM1IiB2aWV3Qm94PSIwIDAgMzUgMzUiIHdpZHRoPSIzNSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHN0cm9rZT0iI2ZmZiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMSAxKSI+PHBhdGggZD0ibTE2LjUgMTUuODgzIDQuNDg4LTQuNDg3Yy4xNy0uMTcuNDQ2LS4xNy42MTYgMHMuMTcuNDQ2IDAgLjYxN2wtNC40ODggNC40ODcgNC40ODggNC40ODhjLjE3LjE3LjE3LjQ0NiAwIC42MTZzLS40NDYuMTctLjYxNiAwbC00LjQ4OC00LjQ4Ny00LjQ4OCA0LjQ4N2MtLjE3LjE3LS40NDYuMTctLjYxNiAwcy0uMTctLjQ0NiAwLS42MTZsNC40ODctNC40ODgtNC40ODctNC40ODdjLS4xNy0uMTctLjE3LS40NDcgMC0uNjE3cy40NDYtLjE3LjYxNiAweiIgZmlsbD0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIuNSIvPjxjaXJjbGUgY3g9IjE2LjUiIGN5PSIxNi41IiByPSIxNi41IiBzdHJva2Utd2lkdGg9IjEuNSIvPjwvZz48L3N2Zz4=);
  display: block;
  position: absolute;
  top: 10px;
  right: 15px
}

body .account-nav .contentuse {
  padding: 20px
}

body .account-nav .contentuse nav {
  margin-bottom: 20px
}

body .account-nav .contentuse nav ul li {
  border-bottom: 1px solid #cfcfcf;
  padding: 10px 0;
  font-family: "Gotham", "PingFang SC", "Microsoft YaHei", "Tahoma", "Arial", "sans-serif";
  font-size: 11px;
  font-weight: normal;
  padding-left: 30px;
  position: relative
}

body .account-nav .contentuse nav li.account::after {
  content: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMjciIGhlaWdodD0iMjciIHZpZXdCb3g9IjAgMCAyNyAyNyI+CiAgICA8ZGVmcz4KICAgICAgICA8cGF0aCBpZD0iYSIgZD0iTTYuNTA4IDEuMDM2Yy0xLjIwMiAwLTIuMTgzLjk0NC0yLjE4MyAyLjEwMlM1LjMwNiA1LjI0IDYuNTA4IDUuMjQgOC42OSA0LjI5NiA4LjY5IDMuMTM4cy0uOTgtMi4xMDItMi4xODItMi4xMDJtMC0xLjAzNmMxLjc3MSAwIDMuMjI2IDEuNDAxIDMuMjI2IDMuMTM4IDAgMS43MDYtMS40NTUgMy4xMDgtMy4yMjYgMy4xMDgtMS44MDMgMC0zLjI1OC0xLjQwMi0zLjI1OC0zLjEwOEMzLjI1IDEuNDAxIDQuNzA1IDAgNi41MDggMHptLjAwOCA3LjQyQzEwLjA5IDcuNDIgMTMgMTAuMjIxIDEzIDEzLjY2NGMwIC40ODctMS4wNzUuMzY1LTEuMDc1IDAgMC0yLjg2NC0yLjQwNC01LjIxLTUuNDEtNS4yMS0zLjAwNCAwLTUuNDQgMi4zNDYtNS40NCA1LjIxIDAgLjUxOC0xLjA3NS4zMzUtMS4wNzUgMCAwLTMuNDQzIDIuOTEtNi4yNDYgNi41MTYtNi4yNDZ6Ii8+CiAgICA8L2RlZnM+CiAgICA8ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDcgNSkiPgogICAgICAgIDxtYXNrIGlkPSJiIiBmaWxsPSIjZmZmIj4KICAgICAgICAgICAgPHVzZSB4bGluazpocmVmPSIjYSIvPgogICAgICAgIDwvbWFzaz4KICAgICAgICA8dXNlIGZpbGw9IiM1OTYyNTIiIHhsaW5rOmhyZWY9IiNhIi8+CiAgICAgICAgPGcgZmlsbD0iIzU5NjI1MiIgbWFzaz0idXJsKCNiKSI+CiAgICAgICAgICAgIDxwYXRoIGQ9Ik0tNy01aDI3djI3SC03eiIvPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+Cg==);
  display: block;
  position: absolute;
  top: 5px;
  left: -5px;
  z-index: 9
}

body .account-nav .contentuse nav li.commands::after {
  content: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNyIgdmlld0JveD0iMCAwIDE4IDE3Ij4KICAgIDxwYXRoIGZpbGw9IiM1OTYyNTIiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTkuNDA0IDEuMDE2bDEuMjg3LjUxLTYuNTc1IDIuNjEtMS4yODgtLjUxMSA2LjU3Ni0yLjYxem0uNSAxNC42NzJWNy4wOTJsNi45MDQtMi43NDJ2OC41OTlsLTYuOTA0IDIuNzM5em0tLjUtOS40NTNsLTEuNTE2LS42MDEgNi41NzYtMi42MSAxLjUxNS42MDEtNi41NzUgMi42MXptMy43MzItMy43MzhMNi4zNzIgNS4xOGwtLjAwMy4wMDEtLjAxNy4wMDhhLjQ3LjQ3IDAgMCAwLS4wNDguMDIzbC0uMDEzLjAxYS40MS40MSAwIDAgMC0uMDcuMDU0bC0uMDIxLjAxOGEuNTEyLjUxMiAwIDAgMC0uMDU1LjA2NmwtLjAwNC4wMDZhLjQ2NS40NjUgMCAwIDAtLjAzOS4wNzNsLS4wMDUuMDEtLjAwNC4wMTNhLjQ2LjQ2IDAgMCAwLS4wMi4wNjVsLS4wMDYuMDI0LS4wMDEuMDA4Yy0uMDAyLjAxMS0uMDAyLjAyMy0uMDAzLjAzNS0uMDAxLjAxMy0uMDAzLjAyNS0uMDAzLjAzOHYzLjEyOUw0LjYxNiA4LjE5VjQuOTkzbDcuNDA0LTIuOTQgMS4xMTYuNDQ0ek0yIDQuMzVsMS42MTYuNjQydjMuNTI2YzAgLjIuMTIzLjM3OC4zMTIuNDUzbDIuNDQ0Ljk3YS41MDQuNTA0IDAgMCAwIC42NTEtLjI3LjQ4LjQ4IDAgMCAwIC4wMzctLjE4NFY2LjM2bDEuODQ0LjczM3Y4LjU5NkwyIDEyLjk0OFY0LjM1MnptLTEgOC45MjdjMCAuMTk4LjEyMy4zNzcuMzEyLjQ1Mmw3LjkwNCAzLjEzNi4wMDkuMDAzYS41MTUuNTE1IDAgMCAwIC4wNjYuMDE3LjUyNS41MjUgMCAwIDAgLjA1Mi4wMTJoLjEyMmEuNTEyLjUxMiAwIDAgMCAuMDUyLS4wMTIuNTE4LjUxOCAwIDAgMCAuMDY2LS4wMTdsLjAwOS0uMDAzIDcuOTA0LTMuMTM2YS40ODguNDg4IDAgMCAwIC4zMTItLjQ1MlYzLjYyNWEuNDY1LjQ2NSAwIDAgMC0uMDE0LS4xMDdsLS4wMDQtLjAyMmEuNDg4LjQ4OCAwIDAgMC0uMDM4LS4wOTRsLS4wMS0uMDE4YS40ODQuNDg0IDAgMCAwLS4wNTktLjA4MWwtLjAwNC0uMDA2YS40OTYuNDk2IDAgMCAwLS4wODMtLjA3bC0uMDA5LS4wMDgtLjAwOC0uMDA0YS41MTcuNTE3IDAgMCAwLS4wODMtLjA0M2wtMi44NDQtMS4xMjctMi40NDQtLjk3Mkw5LjU5Mi4wMzZhLjUxMi41MTIgMCAwIDAtLjM3NiAwTDEuMzEyIDMuMTcyYS41MDEuNTAxIDAgMCAwLS4wODMuMDQzbC0uMDA4LjAwNC0uMDA5LjAwOGEuNDg4LjQ4OCAwIDAgMC0uMDgzLjA3bC0uMDA0LjAwNWEuNDgyLjQ4MiAwIDAgMC0uMDU5LjA4MmwtLjAxLjAxOGEuNDg5LjQ4OSAwIDAgMC0uMDM4LjA5NGwtLjAwNS4wMjJBLjQ3Ny40NzcgMCAwIDAgMSAzLjYyNHY5LjY1NHoiLz4KPC9zdmc+Cg==);
  display: block;
  position: absolute;
  top: 8px;
  left: 0;
  z-index: 9
}

body .account-nav .contentuse .logout {
  text-decoration: underline;
  font-size: 11px
}

#cookie-notice .cn-button {
  background: #fff;
  border-radius: 5px;
  color: #000;
  padding: 5px 10px
}

.pre-footer {
  position: relative;
  height: 130px;
  background-color: #eaf0f8
}

.pre-footer .wrapper {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%
}

.pre-footer .wrapper .text {
  font-size: 36px;
  font-family: "Gotham", "PingFang SC", "Microsoft YaHei", "Tahoma", "Arial", "sans-serif";
  font-weight: normal;
  margin-right: 30px;
  letter-spacing: 0px;
  color: #2b2e33
}

.pre-footer .wrapper .badge-image {
  position: absolute;
  right: 0;
  top: -69px;
  width: 138px
}

.pre-footer .wrapper .badge-image img {
  width: 100%;
  object-fit: contain;
  height: 100%;
  display: flex
}

footer.site-footer {
  position: relative;
  background: #f7f7f7;
  overflow: hidden;
  z-index: 4
}

footer.site-footer .top {
  background-color: #2b2e33 
}

footer.site-footer .top .wrapper {
  padding: 2.864vw 0 1.854vw;
  height: 100%
}

footer.site-footer .top .wrapper aside.footer-1 {
  display: flex;
  justify-content: space-between
}

footer.site-footer .top .wrapper aside.footer-1 h2 {
  font-size: 30px;
  line-height: 1.31;
  letter-spacing: 0px;
  font-family: "Gotham", "PingFang SC", "Microsoft YaHei", "Tahoma", "Arial", "sans-serif";
  font-weight: normal;
  color: #fff;
  max-width: 380px;
  margin-right: 15px
}

footer.site-footer .top .wrapper aside.footer-1 .textwidget {
  max-width: 625px;
  margin-top: 10px
}

footer.site-footer .top .wrapper aside.footer-1 .text {
  font-size: 14px;
  line-height: 24px;
  font-weight: normal;
  color: #fff;
  margin-bottom: 30px;
  text-align: left;
}

footer.site-footer .top .wrapper aside.footer-1 .newsletter {
  position: relative
}

footer.site-footer .top .wrapper aside.footer-1 .newsletter .news,
footer.site-footer .top .wrapper aside.footer-1 .newsletter .mc4wp-form-fields {
  position: relative;
  width: 350px;
  height: 50px
}

footer.site-footer .top .wrapper aside.footer-1 .newsletter .mc4wp-form-fields {
  position: relative;
  width: 350px;
  height: 50px;
  float: left;
}

footer.site-footer .top .wrapper aside.footer-1 .newsletter .mc4wp-success,
footer.site-footer .top .wrapper aside.footer-1 .newsletter .mc4wp-alert {
  color: #fff;
  position: relative;
  margin-top: 10px
}

footer.site-footer .top .wrapper aside.footer-1 .newsletter input[type="submit"] {
  display: none
}

footer.site-footer .top .wrapper aside.footer-1 .newsletter input[type="email"] {
  padding-right: 70px !important;
  font-size: 14px;
  width: 100%;
  height: 50px;
  padding: 15px 25px 16px;
  color: #fff;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 0;
  position: relative;
  z-index: 1
}

footer.site-footer .top .wrapper aside.footer-1 .newsletter input[type="email"]:focus::-webkit-input-placeholder {
  font-size: 0
}

footer.site-footer .top .wrapper aside.footer-1 .newsletter input[type="email"]:focus::-moz-placeholder {
  font-size: 0
}

footer.site-footer .top .wrapper aside.footer-1 .newsletter input[type="email"]:focus:-ms-input-placeholder {
  font-size: 0
}

footer.site-footer .top .wrapper aside.footer-1 .newsletter input[type="email"]:focus:-moz-placeholder {
  font-size: 0
}

footer.site-footer .top .wrapper aside.footer-1 .newsletter input[type="email"]::-webkit-input-placeholder {
  font-size: 16px;
  color: #fff
}

footer.site-footer .top .wrapper aside.footer-1 .newsletter input[type="email"]::-moz-placeholder {
  font-size: 16px;
  color: #fff
}

footer.site-footer .top .wrapper aside.footer-1 .newsletter input[type="email"]:-ms-input-placeholder {
  font-size: 16px;
  color: #fff
}

footer.site-footer .top .wrapper aside.footer-1 .newsletter input[type="email"]:-moz-placeholder {
  font-size: 16px;
  color: #fff
}

footer.site-footer .top .wrapper aside.footer-1 .newsletter button {
  position: absolute;
  right: 1px;
  top: 1px;
  z-index: 2;
  background-color: transparent;
  width: 50px;
  height: 48px;
  border-left: 1px solid white;
  border-radius: 0;
  line-height: 1;
  transition: all 0.3s ease-out
}

footer.site-footer .top .wrapper aside.footer-1 .newsletter button svg * {
  transition: all 0.3s ease-out
}

footer.site-footer .top .wrapper aside.footer-1 .newsletter button:hover {
  background-color: #fff
}

footer.site-footer .top .wrapper aside.footer-1 .newsletter button:hover svg * {
  fill: #2b2e30
}

footer.site-footer .top .wrapper aside.footer-2 {
  padding-top: 25px;
  display: flex;
  justify-content: flex-end
}

footer.site-footer .top .wrapper aside.footer-2 .textwidget {
  max-width: 625px;
  /* max-width: 450px; */
}

footer.site-footer .bottom  aside.footer-2>div {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%
}

footer.site-footer .top .wrapper aside.footer-2>div h6 {
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase;
  white-space: nowrap
}

footer.site-footer .top .wrapper aside.footer-2>div .social_networks {
  display: flex;
  justify-content: flex-end;
  align-items: center
}

footer.site-footer .top .wrapper aside.footer-2>div .social_networks .follow_us {
  font-size: 16px
}

footer.site-footer .top .wrapper aside.footer-2>div .social_networks .rs {
  display: flex
}

footer.site-footer .top .wrapper aside.footer-2>div .social_networks .rs a {
  transition: all 0.3s ease-out
}

footer.site-footer .top .wrapper aside.footer-2>div .social_networks .rs a:hover {
  opacity: .6
}

footer.site-footer .top .wrapper aside.footer-2>div .social_networks .social_network_link {
  width: 20px;
  height: 20px;
  padding: 0 !important;
  background-repeat: no-repeat;
  background-position: center center;
  margin-left: 20px
}

footer.site-footer .top .wrapper aside.footer-2>div .social_networks .social_network_link.linkedin {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNiI+PHBhdGggZD0iTTE4IDE2aC0zLjk3OHYtNS42MjVjMC0xLjQ3Mi0uNjIzLTIuNDc3LTEuOTkxLTIuNDc3LTEuMDQ3IDAtMS42MjkuNjc4LTEuOSAxLjMzMi0uMTAxLjIzNS0uMDg1LjU2MS0uMDg1Ljg4OFYxNkg2LjEwNHMuMDUxLTkuOTY0IDAtMTAuODdoMy45NDJ2MS43MDdjLjIzMi0uNzQ2IDEuNDkyLTEuODEgMy41MDItMS44MUMxNi4wNDEgNS4wMjcgMTggNi41OSAxOCA5Ljk1N1YxNnpNMi4xMTkgMy43NzFoLS4wMjZDLjgyMyAzLjc3MSAwIDIuOTQxIDAgMS44ODcgMCAuODEzLjg0OCAwIDIuMTQzIDBjMS4yOTQgMCAyLjA5LjgxMSAyLjExNiAxLjg4NCAwIDEuMDUzLS44MjIgMS44ODctMi4xNCAxLjg4N3pNLjQ1NCA1LjEzMWgzLjUwOFYxNkguNDU0VjUuMTN6IiBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48L3N2Zz4=)
}

footer.site-footer .top .wrapper aside.footer-2>div .social_networks .social_network_link.youtube {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOSIgaGVpZ2h0PSIxNCI+PHBhdGggZD0iTTcuNTM4IDkuNTgyVjMuOTg5bDUuMTMzIDIuODA2LTUuMTMzIDIuNzg3ek0xOC44MSAzLjAycy0uMTg2LTEuMzcyLS43NTUtMS45NzZjLS43MjMtLjc5My0xLjUzMy0uNzk2LTEuOTA0LS44NDJDMTMuNDkyIDAgOS41MDQgMCA5LjUwNCAwaC0uMDA4UzUuNTA4IDAgMi44NDkuMjAyYy0uMzcyLjA0Ni0xLjE4MS4wNS0xLjkwNC44NDJDLjM3NSAxLjY0OC4xOSAzLjAyLjE5IDMuMDJTMCA0LjYzIDAgNi4yNHYxLjUxYzAgMS42MTIuMTkgMy4yMjIuMTkgMy4yMjJzLjE4NSAxLjM3Mi43NTUgMS45NzZjLjcyMy43OTMgMS42NzIuNzY4IDIuMDk1Ljg1IDEuNTIuMTU0IDYuNDYuMjAxIDYuNDYuMjAxczMuOTkyLS4wMDYgNi42NTEtLjIwOGMuMzcxLS4wNDYgMS4xODEtLjA1IDEuOTA0LS44NDMuNTctLjYwNC43NTUtMS45NzYuNzU1LTEuOTc2cy4xOS0xLjYxLjE5LTMuMjIxdi0xLjUxYzAtMS42MTEtLjE5LTMuMjIyLS4xOS0zLjIyMnoiIGZpbGw9IiNGRkYiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==)
}

footer.site-footer .top .wrapper aside.footer-2>div .social_networks .social_network_link.Instagram {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjBweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgMjAgMjAiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+QXJ0Ym9hcmRAMSw1eDwvdGl0bGU+CiAgICA8ZyBpZD0iQXJ0Ym9hcmQiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSJpbnN0YWdyYW0iIGZpbGw9IiNGRkZGRkYiIGZpbGwtcnVsZT0ibm9uemVybyI+CiAgICAgICAgICAgIDxwYXRoIGQ9Ik0xNC41ODYxODE2LDAgTDUuNDEzODE4MzYsMCBDMi40Mjg1ODg4NywwIDAsMi40Mjg1ODg4NyAwLDUuNDEzODE4MzYgTDAsMTQuNTg2MzM0MiBDMCwxNy41NzE0MTExIDIuNDI4NTg4ODcsMjAgNS40MTM4MTgzNiwyMCBMMTQuNTg2MzM0MiwyMCBDMTcuNTcxNDExMSwyMCAyMCwxNy41NzE0MTExIDIwLDE0LjU4NjMzNDIgTDIwLDUuNDEzODE4MzYgQzIwLDIuNDI4NTg4ODcgMTcuNTcxNDExMSwwIDE0LjU4NjE4MTYsMCBaIE0xMCwxNS40Njg1OTc0IEM2Ljk4NDU1ODEzLDE1LjQ2ODU5NzQgNC41MzE0MDI1OCwxMy4wMTU0NDE5IDQuNTMxNDAyNTgsMTAgQzQuNTMxNDAyNTgsNi45ODQ1NTgxMiA2Ljk4NDU1ODEzLDQuNTMxNDAyNTggMTAsNC41MzE0MDI1OCBDMTMuMDE1NDQxOSw0LjUzMTQwMjU4IDE1LjQ2ODU5NzQsNi45ODQ1NTgxMyAxNS40Njg1OTc0LDEwIEMxNS40Njg1OTc0LDEzLjAxNTQ0MTkgMTMuMDE1NDQxOSwxNS40Njg1OTc0IDEwLDE1LjQ2ODU5NzQgTDEwLDE1LjQ2ODU5NzQgWiBNMTUuNTk5MzY1Miw1LjgyMTA3NTQzIEMxNC43MDgyNTIsNS44MjEwNzU0MyAxMy45ODM0NTk1LDUuMDk2MjgyOTcgMTMuOTgzNDU5NSw0LjIwNTE2OTY5IEMxMy45ODM0NTk1LDMuMzE0MDU2NDEgMTQuNzA4MjUyLDIuNTg5MTExMzMgMTUuNTk5MzY1MiwyLjU4OTExMTMzIEMxNi40OTA0Nzg1LDIuNTg5MTExMzMgMTcuMjE1NDIzNiwzLjMxNDA1NjQxIDE3LjIxNTQyMzYsNC4yMDUxNjk2OSBDMTcuMjE1NDIzNiw1LjA5NjI4Mjk3IDE2LjQ5MDQ3ODUsNS44MjEwNzU0MyAxNS41OTkzNjUyLDUuODIxMDc1NDMgWiIgaWQ9IlNoYXBlIj48L3BhdGg+CiAgICAgICAgICAgIDxwYXRoIGQ9Ik0xMCw1LjcwMzg4NzkzIEM3LjYzMTIyNTU5LDUuNzAzODg3OTMgNS43MDM4ODc5Myw3LjYzMTA3MzAxIDUuNzAzODg3OTMsMTAgQzUuNzAzODg3OTMsMTIuMzY4Nzc0NCA3LjYzMTIyNTU5LDE0LjI5NjExMjEgMTAsMTQuMjk2MTEyMSBDMTIuMzY4OTI3LDE0LjI5NjExMjEgMTQuMjk2MTEyMSwxMi4zNjg3NzQ0IDE0LjI5NjExMjEsMTAgQzE0LjI5NjExMjEsNy42MzEwNzMwMSAxMi4zNjg5MjcsNS43MDM4ODc5MyAxMCw1LjcwMzg4NzkzIFoiIGlkPSJQYXRoIj48L3BhdGg+CiAgICAgICAgICAgIDxwYXRoIGQ9Ik0xNS41OTkzNjUyLDMuNzYxNzQ5MjYgQzE1LjM1NDkxOTUsMy43NjE3NDkyNiAxNS4xNTU5NDQ4LDMuOTYwNzIzODcgMTUuMTU1OTQ0OCw0LjIwNTE2OTY5IEMxNS4xNTU5NDQ4LDQuNDQ5NjE1NDcgMTUuMzU0OTE5NSw0LjY0ODU5MDA4IDE1LjU5OTM2NTIsNC42NDg1OTAwOCBDMTUuODQzOTYzNiw0LjY0ODU5MDA4IDE2LjA0MjkzODIsNC40NDk3NjgwNSAxNi4wNDI5MzgyLDQuMjA1MTY5NjkgQzE2LjA0MjkzODIsMy45NjA1NzEyOSAxNS44NDM5NjM2LDMuNzYxNzQ5MjYgMTUuNTk5MzY1MiwzLjc2MTc0OTI2IFoiIGlkPSJQYXRoIj48L3BhdGg+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=)
}

footer.site-footer .bottom {
  padding: 50px 0 40px
}

footer.site-footer .bottom .wrapper {
  display: flex;
  height: 100%;
  justify-content: space-between
}

footer.site-footer .bottom .wrapper .logo-footer {
  position: relative;
  height: 63px;
  min-width: 200px;
  background: url(../image/logo3.svg) no-repeat center;
  background-size: 199px 63px
}

/*footer.site-footer .bottom .wrapper .right {*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    align-items: flex-end;*/
/*    position: relative;*/
/*    text-align: right*/
/*}*/

footer.site-footer .bottom .wrapper .right .cr_marck_balsan {
  color: #000;
  opacity: .3;
  font-size: 16px;
  letter-spacing: 0px;
  text-align: right
}
footer.site-footer .top aside.footer-1 .foo_nav {
      display: flex;
      gap: 2.05vw;
      margin-top: 38px;
} 

footer.site-footer .top aside.footer-1 .foo_nav .item a {
  display: block;
  font-size: 17px;
  text-align: center;
  font-weight: 400;
  color: rgb(200,200,200);
  margin-bottom: 1.822vw;
}
footer.site-footer .top aside.footer-1 .foo_nav .item .highLight {
  font-weight: 700;
  color: #fff;
}
footer.site-footer .bottom .wrapper .right .realisation {
  position: absolute;
  bottom: -20px;
  right: 0;
  width: 100%;
  color: #a5a5a9
}

footer.site-footer .bottom .wrapper .right .menus {
  display: flex;
  flex-wrap: wrap;
  /*justify-content: flex-end*/
}

footer.site-footer .bottom .wrapper .right .menus ul {
  display: flex;
  font-size: 16px;
  margin-bottom: 15px
}

footer.site-footer .bottom .wrapper .right .menus ul li:not(:first-child) {
  margin-left: 20px
}

footer.site-footer .bottom .wrapper .right .menus ul li.only_woo {
  display: none
}

footer.site-footer .bottom .wrapper .right .menus ul li a {
  transition: 0.5s
}

footer.site-footer .bottom .wrapper .right .menus ul li a:hover {
  color: #2b2e33;
  transition: 0.5s
}

footer.site-footer .bottom .woocommerce-mini-cart__empty-message {
  display: none
}

.woocommerce-page footer.site-footer .bottom .wrapper .right .menus ul li.only_woo {
  display: block
}

.size_demande_specifique {
  max-width: 1000px
}

.demande_specifique_wrapper {
  padding: 60px 0;
  position: relative;
  z-index: 9
}

.demande_specifique_wrapper>.wrapper {
  display: flex;
  justify-content: flex-start;
  max-width: calc(100vw - 360px);
  background-color: #2b2e33;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI5NTEiIGhlaWdodD0iMTY5IiB2aWV3Qm94PSIwIDAgOTUxIDE2OSI+CiAgICA8ZGVmcz4KICAgICAgICA8bGluZWFyR3JhZGllbnQgaWQ9ImEiIHgxPSIzNi43MiUiIHgyPSI3OC43OSUiIHkxPSI5MC40ODYlIiB5Mj0iNjEuMjAxJSI+CiAgICAgICAgICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMwMDVDQjkiLz4KICAgICAgICAgICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDI0OTkyIi8+CiAgICAgICAgPC9saW5lYXJHcmFkaWVudD4KICAgIDwvZGVmcz4KICAgIDxwYXRoIGZpbGw9InVybCgjYSkiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTExNTkuNzg0LTEyOC4yMjJoMzMzLjkwM0wxNDI5LjA0LTYzLjQzaC0zNDcuNjgzYy0yMS4wNzEgMC01NC43MzUtNC45MzItNzQuODUyLTExLjAzM0w2ODkuMzM3LTE2OS44NmMtMjEuMjA0LTYuMzU0LTU2LjU3OS0xMS42MTYtNzguNzc2LTExLjYxNkgyNzYuNjc3bDY0LjYyOS02NC43MzVoMzQ3Ljc2YzIxLjAxMiAwIDU0LjUyIDQuOTMyIDc0Ljc1NCAxMC45OTRsMzE3LjE0OSA5NS40MTVjMjEuMjY0IDYuNDUyIDU2LjU5OCAxMS41NzkgNzguODE1IDExLjU3OXptLTc5LjA1OSA3OC45ODZoMzMzLjg1bC02NC41MSA2NC43NmgtMzQ3LjgwN2MtMjEuMTA3IDAtNTQuNjc2LTQuOTMxLTc0LjgzMi0xMS4wMTJMNjEwLjI1NC05MC44MjRjLTIxLjI0Ny02LjQxMS01Ni42MDMtMTEuNjc1LTc4Ljc5OS0xMS42NzVIMTk3LjU2Nmw2NC42NDctNjQuNzU4aDM0Ny43MWMyMS4wNjggMCA1NC42MTggNC45NyA3NC44NTEgMTEuMDI5bDMxNy4xOTMgOTUuMzM4YzIxLjIwNiA2LjQ5IDU2LjUyNCAxMS42NTQgNzguNzU4IDExLjY1NHpNOTIzLjgyOCAxNy4wMTljMjEuMjA3IDYuMzU2IDU2LjYyMiAxMS42MDIgNzguNzYzIDExLjYwMmgzMzMuOTU4bC02NC41NzMgNjQuNzc0SDkyNC4xMmMtMjEuMDMxIDAtNTQuNTgtNC45MzItNzQuNzk1LTExLjA1Nkw1MzIuMTItMTMuMDQ4Yy0yMS4xODctNi4zNzYtNTYuNTQzLTExLjYwMy03OC43NjItMTEuNjAzSDExOS41NGw2NC42MjgtNjQuNzM1SDUzMS44NWMyMS4wNyAwIDU0LjYgNC44NzQgNzQuNzk1IDEwLjkzOWwzMTcuMTg0IDk1LjQ2NnptLjMyNCA4OC40NzNoMzM0LjEzbC0zNy43MSAzNy40NTJjLTEzLjU5MyAxMy41NTMtNDEuNTIgMjUuMDc4LTYwLjg1IDI1LjA3OEg4NDUuNzRjLTIwLjY1MiAwLTU0LjY0OC01LTc0LjQwNy0xMC44NjlMNDU0LjA2NSA2Mi42NTJjLTIxLjM5Mi02LjM3LTU3LTExLjUyNC03OS4zNDYtMTEuNTI0SDYwLjcxOGMtOC41MTkgMC0xMS4zLTIuMjQtMTEuNTctMi44MzgtLjIzNC0uNTAzLjEzNi00LjA3NCA2LjIyMy0xMC4wNThsNDkuOTItNDkuNjE1aDM0Ny44OGMyMS4wOCAwIDU0LjY2NyA0LjkyMyA3NC44NTMgMTAuOTI2bDMxNy4zNDYgOTQuNDhjMjEuMjU3IDYuMzMzIDU2LjYzMiAxMS40NjkgNzguNzgyIDExLjQ2OXptNjI4LjMzNS0zMTEuNWM4LjU5OSAwIDExLjM3OCAyLjI4IDExLjU5MyAyLjc4My4yMzIuNTYtLjE1NSA0LjA3Ni02LjIwNSAxMC4wODZsLTQ5LjkxIDQ5LjY3NkgxMTU5LjkzYy0yMS4xMDUgMC01NC43MTctNC44OS03NC44NDctMTAuOTc1bC0zMTcuNDE5LTk0LjU2Yy0yMS4yNi02LjMxOC01Ni42NDEtMTEuNDc3LTc4Ljc5NS0xMS40NzdIMzU0LjcwNWwzNy43MzQtMzcuNDY0QzQwNi4wOTQtMzExLjUwNSA0MzMuOTY2LTMyMyA0NTMuMjYyLTMyM2gzMTQuMTExYzIwLjU3OCAwIDU0LjY3NiA1LjAwNCA3NC4zOCAxMC44OTdsMzE3LjQxOSA5NC41MDNjMjEuMjk4IDYuMzc1IDU2Ljg1NCAxMS41OTIgNzkuMjgyIDExLjU5MmgzMTQuMDMzeiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTQ5KSIvPgo8L3N2Zz4K);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 951px 169px;
  max-width: 1280px;
  margin: 0 auto;
  position: relative
}

.demande_specifique_wrapper>.wrapper:after {
  background-color: #005cb9;
  content: '';
  position: absolute;
  display: block;
  top: 0;
  height: 220px;
  width: 100vw;
  left: -99vw;
  z-index: -1
}

.demande_specifique_wrapper>.wrapper>.wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1110px;
  margin: 0 0;
  height: 220px
}

.demande_specifique_wrapper>.wrapper>.wrapper .texte {
  font-family: "Gotham", "PingFang SC", "Microsoft YaHei", "Tahoma", "Arial", "sans-serif";
  font-size: 35px;
  font-weight: normal;
  line-height: 1.3;
  color: #fff
}

.module_raisons {
  margin: 60px 0 0;
  background: #eaf0f8
}

.module_raisons .wrapper {
  padding: 90px 0
}

.module_raisons .wrapper .en_tete {
  text-align: center
}

.module_raisons .wrapper .en_tete .titre {
  display: inline-block;
  font-family: "Gotham", "PingFang SC", "Microsoft YaHei", "Tahoma", "Arial", "sans-serif";
  font-size: 34px;
  font-weight: normal;
  line-height: 1.3;
  color: #1f1f29
}

.module_raisons .wrapper .en_tete .texte {
  margin-top: 15px;
  font-family: "Gotham", "PingFang SC", "Microsoft YaHei", "Tahoma", "Arial", "sans-serif";
  font-size: 20px;
  font-weight: normal;
  line-height: 1.5;
  color: #1f1f29
}

.module_raisons .wrapper .raisons {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 880px;
  margin: 0 auto 0
}

.module_raisons .wrapper .raisons .raison {
  display: flex;
  flex-direction: column;
  align-items: center
}

.module_raisons .wrapper .raisons .raison .icone {
  height: 85px;
  margin-bottom: 30px
}

.module_raisons .wrapper .raisons .raison .icone img {
  height: 100%;
  width: auto
}

.module_raisons .wrapper .raisons .raison .titre {
  font-family: "Gotham", "PingFang SC", "Microsoft YaHei", "Tahoma", "Arial", "sans-serif";
  font-size: 17px;
  font-weight: normal;
  color: #1f1f29
}

.module_raisons .wrapper .raisons .raison .lien {
  margin-top: 55px
}

.module_raisons .wrapper .raisons .raison .lien a {
  text-decoration: underline;
  font-weight: normal;
  font-size: 14px
}

.module_double_case {
  padding: 60px 0
}

.module_double_case .wrapper {
  display: flex;
  justify-content: space-between;
  max-width: 1195px
}

.module_double_case .wrapper .case {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 550px;
  height: 450px;
  padding: 20px 25px;
  position: relative;
  text-align: center
}

.module_double_case .wrapper .case:before {
  content: '';
  display: block;
  background-color: rgba(10, 42, 59, .6);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  transition: background-color 0.3s ease-out
}

.module_double_case .wrapper .case .image_de_fond {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1
}

.module_double_case .wrapper .case .image_de_fond img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.module_double_case .wrapper .case .image_de_fond.compat-object-fit {
  background-size: 100%;
  background-position: center
}

.module_double_case .wrapper .case .image_de_fond.compat-object-fit img {
  display: none
}

.module_double_case .wrapper .case .chapeau {
  margin-bottom: 5px;
  font-family: "Gotham", "PingFang SC", "Microsoft YaHei", "Tahoma", "Arial", "sans-serif";
  font-size: 12px;
  font-weight: normal;
  color: rgba(255, 255, 255, .8)
}

.module_double_case .wrapper .case .titre {
  font-family: "Gotham", "PingFang SC", "Microsoft YaHei", "Tahoma", "Arial", "sans-serif";
  font-size: 28px;
  font-weight: normal;
  color: #fff;
  width: 100%
}

.module_double_case .wrapper .case .titre:before {
  content: none;
  display: inline-block;
  margin-right: 5px
}

.module_double_case .wrapper .case .titre a {
  color: inherit
}

.module_double_case .wrapper .case .titre_seul,
.module_double_case .wrapper .case .chapeau_seul {
  position: relative;
  z-index: 2
}

.module_double_case .wrapper .case .wrapper_hover {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 500px;
  height: 410px;
  padding: 20px 25px;
  background-color: #0a2a3b;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(.8);
  z-index: 3;
  transition: opacity, 0.3s ease-out, transform 0.3s ease-out
}

.module_double_case .wrapper .case .wrapper_hover .texte {
  max-width: 290px;
  margin: 15px 0 25px;
  font-family: "Gotham", "PingFang SC", "Microsoft YaHei", "Tahoma", "Arial", "sans-serif";
  font-size: 14px;
  font-weight: normal;
  line-height: 1.6;
  color: #fff
}

.module_double_case .wrapper .case .wrapper_hover a.original_link {
  padding-bottom: 6px;
  font-family: "Gotham", "PingFang SC", "Microsoft YaHei", "Tahoma", "Arial", "sans-serif";
  font-size: 14px;
  font-weight: normal;
  color: #fff;
  position: relative;
  overflow: hidden
}

.module_double_case .wrapper .case .wrapper_hover a.original_link:after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: auto;
  left: 0;
  bottom: 0;
  transform: rotate(180deg);
  transition: left 0.3s ease-out
}

.module_double_case .wrapper .case .wrapper_hover.active {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1)
}

.module_double_case .wrapper .case.active .wrapper_hover {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1)
}

.module_double_case.little .wrapper {
  justify-content: center
}

.module_double_case.little .wrapper .case {
  width: 430px;
  height: 320px;
  margin: 0 30px
}

.home .wrapper_slider_home,
.page-template-recrutement .wrapper_slider_home {
  position: relative;
  width: 100vw;
  overflow: hidden
}

.home .wrapper_slider_home .background_video,
.page-template-recrutement .wrapper_slider_home .background_video {
  width: 100%;
  height: 100vh
}

.home .wrapper_slider_home .background_video video,
.page-template-recrutement .wrapper_slider_home .background_video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center
}

.home .wrapper_slider_home .slider_home,
.page-template-recrutement .wrapper_slider_home .slider_home {
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100)
}

.home .wrapper_slider_home .slider_home .slider_home_nav,
.page-template-recrutement .wrapper_slider_home .slider_home .slider_home_nav {
  position: relative;
  bottom: 100px;
  padding: 0 120px
}

.home .wrapper_slider_home .slider_home .slider_home_nav .wrapper,
.page-template-recrutement .wrapper_slider_home .slider_home .slider_home_nav .wrapper {
  width: 100%;
  padding: 0
}

.home .wrapper_slider_home .slider_home .slider_home_nav button,
.page-template-recrutement .wrapper_slider_home .slider_home .slider_home_nav button {
  width: 36px;
  height: 21px;
  margin-right: 20px;
  border-radius: 50px;
  border: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 36px 21px;
  font-size: 0;
  position: relative;
  transition: transform 300ms ease;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzYiIGhlaWdodD0iMjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgc3Ryb2tlPSIjRkZGIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yNS41MyAxbDkuMzM1IDkuMzM0LTkuMzM0IDkuMzM0TTM0Ljg2NSAxMC4zMzRsLTM0LjQ0LjAyIi8+PC9nPjwvc3ZnPg==)
}

.home .wrapper_slider_home .slider_home .slider_home_nav button:hover,
.page-template-recrutement .wrapper_slider_home .slider_home .slider_home_nav button:hover {
  opacity: .7
}

.home .wrapper_slider_home .slider_home .slider_home_nav button:before,
.page-template-recrutement .wrapper_slider_home .slider_home .slider_home_nav button:before {
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.2s ease-out
}

.home .wrapper_slider_home .slider_home .slider_home_nav button:first-child,
.page-template-recrutement .wrapper_slider_home .slider_home .slider_home_nav button:first-child {
  transform: scaleX(-1);
  filter: FlipH
}

.home .wrapper_slider_home .slider_home .slider_home_nav button:last-child,
.page-template-recrutement .wrapper_slider_home .slider_home .slider_home_nav button:last-child {
  margin-right: 0
}

.home .wrapper_slider_home .slider_home .slider_home_nav button.disabled,
.page-template-recrutement .wrapper_slider_home .slider_home .slider_home_nav button.disabled {
  opacity: .2;
  pointer-events: none
}

.home .wrapper_slider_home .slider_home .slide,
.page-template-recrutement .wrapper_slider_home .slider_home .slide {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100vh;
  min-height: 500px;
  padding: 160px 120px 110px;
  position: relative
}

.home .wrapper_slider_home .slider_home .slide .textes_content,
.page-template-recrutement .wrapper_slider_home .slider_home .slide .textes_content {
  width: 100%;
  position: relative;
  z-index: 2
}

.home .wrapper_slider_home .slider_home .slide .textes_content .categorie,
.page-template-recrutement .wrapper_slider_home .slider_home .slide .textes_content .categorie {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  padding: 0 20px;
  margin-bottom: 20px;
  background-color: #2b2e33;
  font-size: 13px;
  font-weight: normal;
  color: #fff;
  text-transform: uppercase
}

.home .wrapper_slider_home .slider_home .slide .textes_content .titre,
.page-template-recrutement .wrapper_slider_home .slider_home .slide .textes_content .titre {
  max-width: 1200px;
  line-height: 1.1em;
  font-family: "Gotham", "PingFang SC", "Microsoft YaHei", "Tahoma", "Arial", "sans-serif";
  font-size: 56px;
  font-weight: normal;
  color: #fff;
  margin-top: 20px;
}

.home .wrapper_slider_home .slider_home .slide .textes_content .sous_titre,
.page-template-recrutement .wrapper_slider_home .slider_home .slide .textes_content .sous_titre {
  max-width: 600px;
  margin-bottom: 20px;
  color: #2b2e33;
  font-weight: normal;
  font-size: 20px;
  text-transform: uppercase
}

.home .wrapper_slider_home .slider_home .slide .textes_content .texte,
.page-template-recrutement .wrapper_slider_home .slider_home .slide .textes_content .texte {
  max-width: 600px;
  margin-bottom: 50px;
  color: #fff
}

.home .wrapper_slider_home .slider_home .slide .textes_content .buttons,
.page-template-recrutement .wrapper_slider_home .slider_home .slide .textes_content .buttons {
  display: flex
}

.home .wrapper_slider_home .slider_home .slide .textes_content .buttons .cta,
.page-template-recrutement .wrapper_slider_home .slider_home .slide .textes_content .buttons .cta {
  margin-right: 32px
}

.home .wrapper_slider_home .slider_home .slide .textes_content .buttons .cta:last-child,
.page-template-recrutement .wrapper_slider_home .slider_home .slide .textes_content .buttons .cta:last-child {
  margin-right: 0
}

.home .wrapper_slider_home .slider_home .slide .images_content,
.page-template-recrutement .wrapper_slider_home .slider_home .slide .images_content {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1
}

.home .wrapper_slider_home .slider_home .slide .images_content .foreground,
.page-template-recrutement .wrapper_slider_home .slider_home .slide .images_content .foreground {
  width: 102%;
  height: 100%;
  position: relative;
  z-index: 0;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center
}

.home .wrapper_slider_home .slider_home .slide .images_content .foreground img,
.page-template-recrutement .wrapper_slider_home .slider_home .slide .images_content .foreground img {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  height: 100%
}

.home .wrapper_slider_home .slider_home .slide .images_content .background,
.page-template-recrutement .wrapper_slider_home .slider_home .slide .images_content .background {
  display: flex;
  width: auto;
  height: 103%;
  position: absolute;
  top: auto;
  left: auto;
  right: 0;
  bottom: 0;
  z-index: 1
}

.home .wrapper_slider_home .slider_home .slide .images_content .mobile,
.page-template-recrutement .wrapper_slider_home .slider_home .slide .images_content .mobile {
  display: none
}

.home .wrapper_slider_home .navigation_mobile,
.page-template-recrutement .wrapper_slider_home .navigation_mobile {
  display: none
}

.home .wrapper_slider_home .navigation_slider_home,
.page-template-recrutement .wrapper_slider_home .navigation_slider_home {
  background: rgba(255, 255, 255, .2);
  height: 80px;
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2
}

.home .wrapper_slider_home .navigation_slider_home div,
.page-template-recrutement .wrapper_slider_home .navigation_slider_home div {
  display: flex;
  height: 100%
}

.home .wrapper_slider_home .navigation_slider_home a,
.page-template-recrutement .wrapper_slider_home .navigation_slider_home a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 230px;
  height: 100%;
  padding: 0 20px;
  background-color: transparent;
  font-family: "Gotham", "PingFang SC", "Microsoft YaHei", "Tahoma", "Arial", "sans-serif";
  font-size: 17px;
  font-weight: normal;
  letter-spacing: 0px;
  color: #fff;
  text-align: center;
  position: relative;
  transition: background-color 0.3s ease-out, color 0.3s ease-out
}

.home .wrapper_slider_home .navigation_slider_home a::before,
.page-template-recrutement .wrapper_slider_home .navigation_slider_home a::before {
  content: '';
  position: absolute;
  width: 1px;
  height: 30px;
  background: white;
  right: 0;
  top: 35%
}

.home .wrapper_slider_home .navigation_slider_home a:after,
.page-template-recrutement .wrapper_slider_home .navigation_slider_home a:after {
  content: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIyLjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkNhbHF1ZV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgNi4zIDkuOCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNi4zIDkuODsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLnN0MHtmaWxsOiM1OTYyNTI7fQo8L3N0eWxlPgo8ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxIDEpIj4KCTxnPgoJCTxwYXRoIGlkPSJiXzFfIiBjbGFzcz0ic3QwIiBkPSJNMCw4LjhjLTAuNiwwLTEtMC40LTEtMWMwLTAuMywwLjEtMC41LDAuMy0wLjdsMy4yLTMuMmwtMy4yLTMuMmMtMC40LTAuNC0wLjQtMSwwLTEuNHMxLTAuNCwxLjQsMAoJCQlsNC42LDQuNkwwLjcsOC41QzAuNSw4LjcsMC4zLDguOCwwLDguOCIvPgoJPC9nPgo8L2c+Cjwvc3ZnPgo=);
  width: 8px;
  height: 22px;
  position: absolute;
  top: 50%;
  left: auto;
  right: 20px;
  transform: translateY(-20%);
  opacity: 0;
  transition: transform 0.3s ease-out, opacity 0.3s ease-out
}

.home .wrapper_slider_home .navigation_slider_home a.active,
.page-template-recrutement .wrapper_slider_home .navigation_slider_home a.active {
  background-color: #fff;
  color: #2b2e33
}

.home .wrapper_slider_home .navigation_slider_home a.active:after,
.page-template-recrutement .wrapper_slider_home .navigation_slider_home a.active:after {
  transform: translateY(-50%);
  opacity: 1
}

.home .wrapper_slider_home .navigation_slider_home a:last-child:before,
.page-template-recrutement .wrapper_slider_home .navigation_slider_home a:last-child:before {
  display: none
}

.slider_home.owl-carousel .owl-stage-outer {
  overflow: hidden
}

.slider_home.owl-carousel>.owl-nav {
  display: none
}

.home .nos_produits {
  margin: 60px 0 100px;
  padding-top: 120px;
  background-image: url(../image/sentinel.svg), url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIyLjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkNhbHF1ZV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgMTI2NS42IDQxMSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTI2NS42IDQxMTsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLnN0MHtmaWxsOiNGN0Y3Rjd9Cjwvc3R5bGU+CjxsaW5lYXJHcmFkaWVudCBpZD0iU1ZHSURfMV8iIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iLTEzNC40NDY1IiB5MT0iNTkyLjY1NTYiIHgyPSItMTMzLjMwMDciIHkyPSI1ODguNzQ4NCIgZ3JhZGllbnRUcmFuc2Zvcm09Im1hdHJpeCgxMjY1LjU4ODUgMCAwIC00MTEgMTY5NDU0Ljg1OTQgMjQyMzExLjk4NDQpIj4KCTxzdG9wICBvZmZzZXQ9IjAiIHN0eWxlPSJzdG9wLWNvbG9yOiNFRUVFRUU7c3RvcC1vcGFjaXR5OjAiLz4KCTxzdG9wICBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM1RjZCNzI7c3RvcC1vcGFjaXR5OjQuODAwMDAwZS0wMiIvPgo8L2xpbmVhckdyYWRpZW50Pgo8cGF0aCBjbGFzcz0ic3QwIiBkPSJNOTI3LjgsMTYzaDI3OC45bC01NCw1NC4ySDg2Mi4zYy0xNy42LDAtNDUuNy00LjEtNjIuNS05LjJsLTI2NC45LTc5LjhjLTE3LjctNS4zLTQ3LjMtOS43LTY1LjgtOS43SDE5MC4xCglsNTQtNTQuMmgyOTAuNWMxNy42LDAsNDUuNSw0LjEsNjIuNCw5LjJMODYyLDE1My4zQzg3OS43LDE1OC43LDkwOS4zLDE2Myw5MjcuOCwxNjNMOTI3LjgsMTYzeiBNODYxLjgsMjI5LjFoMjc4LjlsLTUzLjksNTQuMgoJSDc5Ni4yYy0xNy42LDAtNDUuNy00LjEtNjIuNS05LjJsLTI2NS03OS44Yy0xNy43LTUuNC00Ny4zLTkuOC02NS44LTkuOEgxMjRsNTQtNTQuMmgyOTAuNWMxNy42LDAsNDUuNiw0LjIsNjIuNSw5LjJsMjY1LDc5LjgKCUM4MTMuNywyMjQuOCw4NDMuMiwyMjkuMSw4NjEuOCwyMjkuMUw4NjEuOCwyMjkuMXogTTczMC43LDI4NC42YzE3LjcsNS4zLDQ3LjMsOS43LDY1LjgsOS43aDI3OWwtNTMuOSw1NC4ySDczMQoJYy0xNy42LDAtNDUuNi00LjEtNjIuNS05LjNsLTI2NS03OS44Yy0xNy43LTUuMy00Ny4yLTkuNy02NS44LTkuN0g1OC44bDU0LTU0LjJoMjkwLjRjMTcuNiwwLDQ1LjYsNC4xLDYyLjUsOS4yTDczMC43LDI4NC42CglMNzMwLjcsMjg0LjZ6IE03MzEsMzU4LjdoMjc5LjFMOTc4LjYsMzkwYy0xMS40LDExLjMtMzQuNywyMS01MC44LDIxSDY2NS41Yy0xNy4zLDAtNDUuNy00LjItNjIuMi05LjFsLTI2NS03OS4xCgljLTE3LjktNS4zLTQ3LjYtOS42LTY2LjMtOS42SDkuN2MtNy4xLDAtOS40LTEuOS05LjctMi40Yy0wLjItMC40LDAuMS0zLjQsNS4yLTguNGw0MS43LTQxLjVoMjkwLjZjMTcuNiwwLDQ1LjcsNC4xLDYyLjUsOS4xCglsMjY1LjEsNzkuMUM2ODIuOSwzNTQuNCw3MTIuNSwzNTguNyw3MzEsMzU4LjdMNzMxLDM1OC43eiBNOTkzLjUsOTcuOWgyNjIuM2M3LjIsMCw5LjUsMS45LDkuNywyLjNjMC4yLDAuNS0wLjEsMy40LTUuMiw4LjQKCWwtNDEuNyw0MS42SDkyNy45Yy0xNy42LDAtNDUuNy00LjEtNjIuNS05LjJMNjAwLjMsNjEuOWMtMTcuOC01LjMtNDcuMy05LjYtNjUuOC05LjZIMjU1LjNMMjg2LjgsMjFjMTEuNC0xMS40LDM0LjctMjEsNTAuOC0yMUg2MDAKCWMxNy4yLDAsNDUuNyw0LjIsNjIuMSw5LjFsMjY1LjIsNzkuMUM5NDUuMSw5My42LDk3NC44LDk3LjksOTkzLjUsOTcuOUw5OTMuNSw5Ny45eiIvPgo8L3N2Zz4K);
  background-repeat: no-repeat, no-repeat;
  background-size: 138px 138px, 1337px 512px;
  background-position: right 145px top 28px, left -220px top
}

.home .nos_produits .wrapper .en_tete .titre {
  display: inline-block;
  font-family: "Gotham", "PingFang SC", "Microsoft YaHei", "Tahoma", "Arial", "sans-serif";
  font-size: 34px;
  font-weight: normal;
  line-height: 1.3;
  color: #1f1f29
}

.home .nos_produits .wrapper .en_tete .texte {
  margin-top: 20px;
  font-family: "Gotham", "PingFang SC", "Microsoft YaHei", "Tahoma", "Arial", "sans-serif";
  font-size: 16px;
  font-weight: normal;
  line-height: 1.9;
  color: #1f1f29
}

.home .nos_produits .wrapper .slider {
  margin-top: 60px
}

.home .nos_produits .wrapper .slider .cat_prod_wrapper {
  display: flex;
  align-items: flex-end;
  width: 220px;
  height: 305px;
  padding: 25px 30px;
  position: relative
}

.home .nos_produits .wrapper .slider .cat_prod_wrapper a.hrefimage {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0
}

.home .nos_produits .wrapper .slider .cat_prod_wrapper .image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1
}

.home .nos_produits .wrapper .slider .cat_prod_wrapper .image:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, .69));
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2
}

.home .nos_produits .wrapper .slider .cat_prod_wrapper .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 1
}

.home .nos_produits .wrapper .slider .cat_prod_wrapper .cat_prod_link {
  font-family: "Gotham", "PingFang SC", "Microsoft YaHei", "Tahoma", "Arial", "sans-serif";
  font-size: 20px;
  font-weight: normal;
  color: #fff
}

.nos_produits .slider.owl-carousel .owl-stage-outer {
  padding-left: 18px
}

.nos_produits .slider.owl-carousel .owl-nav.disabled {
  display: none !important
}

.nos_produits .slider.owl-carousel .owl-nav {
  display: flex;
  justify-content: space-between;
  width: calc(100vw - ((100vw - 1200px) / 2));
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3
}

.nos_produits .slider.owl-carousel .owl-nav button {
  width: 36px;
  height: 21px;
  margin-right: 20px;
  border-radius: 50px;
  border: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 36px 21px;
  font-size: 0;
  position: relative;
  transition: transform 300ms ease;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIyLjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkNhbHF1ZV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgNi4zIDkuOCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNi4zIDkuODsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLnN0MHtmaWxsOiM1OTYyNTI7fQo8L3N0eWxlPgo8ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxIDEpIj4KCTxnPgoJCTxwYXRoIGlkPSJiXzFfIiBjbGFzcz0ic3QwIiBkPSJNMCw4LjhjLTAuNiwwLTEtMC40LTEtMWMwLTAuMywwLjEtMC41LDAuMy0wLjdsMy4yLTMuMmwtMy4yLTMuMmMtMC40LTAuNC0wLjQtMSwwLTEuNHMxLTAuNCwxLjQsMAoJCQlsNC42LDQuNkwwLjcsOC41QzAuNSw4LjcsMC4zLDguOCwwLDguOCIvPgoJPC9nPgo8L2c+Cjwvc3ZnPgo=)
}

.nos_produits .slider.owl-carousel .owl-nav button:hover {
  opacity: .7
}

.nos_produits .slider.owl-carousel .owl-nav button:before {
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.2s ease-out
}

.nos_produits .slider.owl-carousel .owl-nav button:first-child {
  transform: scaleX(-1);
  filter: FlipH
}

.nos_produits .slider.owl-carousel .owl-nav button:last-child {
  margin-right: 0
}

.nos_produits .slider.owl-carousel .owl-nav button.disabled {
  opacity: .2;
  pointer-events: none
}

.nos_produits .slider.owl-carousel .owl-nav button:before {
  border: 2px solid #cfd5d7
}

.nos_produits .slider.owl-carousel .owl-nav button:hover {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzYiIGhlaWdodD0iMjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgc3Ryb2tlPSIjRkZGIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yNS41MyAxbDkuMzM1IDkuMzM0LTkuMzM0IDkuMzM0TTM0Ljg2NSAxMC4zMzRsLTM0LjQ0LjAyIi8+PC9nPjwvc3ZnPg==) !important
}

.home .actualites_home {
  padding: 70px 0 100px;
  padding-top: 0
}

.home .actualites_home .wrapper {
  display: flex;
  justify-content: space-between
}

.home .actualites_home .wrapper h1 {
  display: inline-block;
  font-family: "Gotham", "PingFang SC", "Microsoft YaHei", "Tahoma", "Arial", "sans-serif";
  font-size: 34px;
  font-weight: normal;
  line-height: 1.3;
  color: #1f1f29;
  margin-bottom: 50px;
  text-transform: uppercase
}

.home .actualites_home .wrapper a.more_article {
  font-family: "Gotham", "PingFang SC", "Microsoft YaHei", "Tahoma", "Arial", "sans-serif";
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #1f1f29;
  margin-top: 15px;
  position: relative
}

.home .actualites_home .wrapper a.more_article::before {
  content: '';
  position: absolute;
  transform: rotate(90deg);
  left: -20px;
  top: 1px;
  width: 13px;
  height: 13px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIyLjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkNhbHF1ZV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgMTQgMTQiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDE0IDE0OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6IzAwNUNCOTt9Cjwvc3R5bGU+Cjx0aXRsZT5pY29uLW1vc2FpcXVlPC90aXRsZT4KPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CjxnIGlkPSJQYWdlLTEiPgoJPGcgaWQ9Il94MzFfODExMi1IT01FIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTI1NS4wMDAwMDAsIC0zNzk1LjAwMDAwMCkiPgoJCTxnIGlkPSJfeDMwXzYtLS1BQ1RVQUxJVMOJUyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTE2LjAwMDAwMCwgMzc3My4wMDAwMDApIj4KCQkJPGcgaWQ9IlRJVFJFIj4KCQkJCQoJCQkJCTxnIGlkPSJDVEEtVE9VUyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTA1MC41MDAwMDAsIDI5LjAwMDAwMCkgcm90YXRlKC0xODAuMDAwMDAwKSB0cmFuc2xhdGUoLTEwNTAuNTAwMDAwLCAtMjkuMDAwMDAwKSB0cmFuc2xhdGUoOTQ4LjAwMDAwMCwgMjEuMDAwMDAwKSI+CgkJCQkJPGcgaWQ9Imljb24tbW9zYWlxdWUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuMDAwMDAwLCAxLjAwMDAwMCkiPgoJCQkJCQk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMCw4aDZ2NkgwVjh6IE0wLDBoNnY2SDBWMHogTTgsOGg2djZIOFY4eiBNOCwwaDZ2Nkg4VjB6Ii8+CgkJCQkJPC9nPgoJCQkJPC9nPgoJCQk8L2c+CgkJPC9nPgoJPC9nPgo8L2c+Cjwvc3ZnPgo=);
  background-repeat: no-repeat;
  background-size: 100%;
  vertical-align: middle
}

.home .actualites_home .wrapper article {
  display: flex;
  flex-direction: column;
  width: 270px
}

.home .actualites_home .wrapper article .wrapper_image_cat {
  margin-bottom: 35px;
  position: relative
}

.home .actualites_home .wrapper article .wrapper_image_cat .wrapper_image {
  width: 270px;
  height: 240px
}

.home .actualites_home .wrapper article .wrapper_image_cat .wrapper_image img {
  width: 100%;
  height: 100%;
  object-fit: contain
}

.home .actualites_home .wrapper article .wrapper_image_cat .wrapper_image.compat-object-fit {
  background-size: 100%;
  background-position: center
}

.home .actualites_home .wrapper article .wrapper_image_cat .wrapper_image.compat-object-fit img {
  display: none
}

.home .actualites_home .wrapper article .wrapper_image_cat .wrapper_cat {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -10px;
  padding: 0 10px;
  position: absolute;
  top: auto;
  left: 0;
  bottom: 0;
  transform: translateY(20px)
}

.home .actualites_home .wrapper article .wrapper_image_cat .wrapper_cat .cat {
  margin: 0 10px 10px;
  padding: 10px 16px;
  border: 2px solid #fff;
  background-color: #2b2e33;
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 0px;
  color: #fff;
  text-transform: uppercase
}

.home .actualites_home .wrapper article .wrapper_image_cat .wrapper_cat .cat a {
  color: #fff
}

.home .actualites_home .wrapper article .titre {
  height: 92px;
  margin-bottom: 15px;
  font-family: "Gotham", "PingFang SC", "Microsoft YaHei", "Tahoma", "Arial", "sans-serif";
  font-size: 20px;
  line-height: 1.3;
  color: #000
}

.home .actualites_home .wrapper article .date {
  margin-bottom: 15px;
  font-family: "Gotham", "PingFang SC", "Microsoft YaHei", "Tahoma", "Arial", "sans-serif";
  font-size: 15px;
  font-weight: normal;
  color: #2b2e33
}

.home .actualites_home .wrapper article .more {
  font-family: "Gotham", "PingFang SC", "Microsoft YaHei", "Tahoma", "Arial", "sans-serif";
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0px;
  color: #5f6b72;
  transition: color 0.3s ease-out
}

.home .actualites_home .wrapper article .more:after {
  content: '';
  width: 10px;
  height: 10px;
  display: inline-block;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIyLjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkNhbHF1ZV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgNi4zIDkuOCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNi4zIDkuODsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLnN0MHtmaWxsOiM1OTYyNTI7fQo8L3N0eWxlPgo8ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxIDEpIj4KCTxnPgoJCTxwYXRoIGlkPSJiXzFfIiBjbGFzcz0ic3QwIiBkPSJNMCw4LjhjLTAuNiwwLTEtMC40LTEtMWMwLTAuMywwLjEtMC41LDAuMy0wLjdsMy4yLTMuMmwtMy4yLTMuMmMtMC40LTAuNC0wLjQtMSwwLTEuNHMxLTAuNCwxLjQsMAoJCQlsNC42LDQuNkwwLjcsOC41QzAuNSw4LjcsMC4zLDguOCwwLDguOCIvPgoJPC9nPgo8L2c+Cjwvc3ZnPgo=);
  background-repeat: no-repeat;
  background-size: 10px 10px;
  margin-left: 10px;
  vertical-align: middle;
  transition: transform 0.2s ease-out
}

.home .actualites_home .wrapper article.sticky {
  width: 455px
}

.home .actualites_home .wrapper article.sticky .wrapper_image_cat {
  margin-bottom: 30px
}

.home .actualites_home .wrapper article.sticky .wrapper_image_cat .wrapper_image {
  width: 455px;
  height: 300px
}

.home .actualites_home .wrapper article.sticky .titre {
  height: 46px;
  margin-bottom: 6px
}

.home .home-mini-slider {
  padding: 100px 0
}

.home .home-mini-slider .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.home .home-mini-slider .wrapper .col {
  width: 45%
}

.home .home-mini-slider .wrapper .col.col_gauche .titre_mini_slider {
  margin-bottom: 30px;
  display: inline-block;
  font-family: "Gotham", "PingFang SC", "Microsoft YaHei", "Tahoma", "Arial", "sans-serif";
  font-size: 34px;
  font-weight: normal;
  line-height: 1.3;
  color: #1f1f29
}

.home .home-mini-slider .wrapper .col.col_gauche .texte_mini_slider {
  margin-bottom: 50px;
  font-family: "Gotham", "PingFang SC", "Microsoft YaHei", "Tahoma", "Arial", "sans-serif";
  font-size: 16px;
  font-weight: normal;
  line-height: 1.9;
  color: #1f1f29
}

.home .home-mini-slider .wrapper .col.col_gauche .buttons {
  display: flex
}

.home .home-mini-slider .wrapper .col.col_droite .slider_wrapper {
  width: 100%;
  height: 450px;
  position: relative
}

.home .home-mini-slider .wrapper .col.col_droite .slider_wrapper:before {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, .8), rgba(0, 0, 0, 0) 50%)
}

.home .home-mini-slider .wrapper .col.col_droite .slider_wrapper .img_wrapper {
  width: 100%;
  height: 450px
}

.home .home-mini-slider .wrapper .col.col_droite .slider_wrapper .img_wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.home-mini-slider .slider_wrapper.owl-carousel>.owl-nav {
  position: absolute;
  top: auto;
  left: auto;
  right: 50px;
  bottom: 50px
}

.home-mini-slider .slider_wrapper.owl-carousel>.owl-nav button {
  width: 36px;
  height: 21px;
  margin-right: 20px;
  border-radius: 50px;
  border: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 36px 21px;
  font-size: 0;
  position: relative;
  transition: transform 300ms ease;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzYiIGhlaWdodD0iMjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgc3Ryb2tlPSIjRkZGIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yNS41MyAxbDkuMzM1IDkuMzM0LTkuMzM0IDkuMzM0TTM0Ljg2NSAxMC4zMzRsLTM0LjQ0LjAyIi8+PC9nPjwvc3ZnPg==);
  z-index: 2
}

.home-mini-slider .slider_wrapper.owl-carousel>.owl-nav button:hover {
  opacity: .7
}

.home-mini-slider .slider_wrapper.owl-carousel>.owl-nav button:before {
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.2s ease-out
}

.home-mini-slider .slider_wrapper.owl-carousel>.owl-nav button:first-child {
  transform: scaleX(-1);
  filter: FlipH
}

.home-mini-slider .slider_wrapper.owl-carousel>.owl-nav button:last-child {
  margin-right: 0
}

.home-mini-slider .slider_wrapper.owl-carousel>.owl-nav button.disabled {
  opacity: .2;
  pointer-events: none
}

.home-mini-slider .slider_wrapper.owl-carousel>.owl-nav button:before {
  border: 2px solid #fff
}

b {
  font-weight: 900
}

.single-profil .wrapper_header_profil {
  position: relative;
  height: 495px
}

.single-profil .wrapper_header_profil.fixed .navigation_header_profil {
  position: fixed;
  width: 100vw;
  top: 97px;
  left: 0;
  z-index: 100
}

.single-profil .wrapper_header_profil .header_profil {
  width: 100%;
  height: 430px
}

.single-profil .wrapper_header_profil .header_profil .slide {
  display: flex;
  align-items: center;
  width: 100%;
  height: 430px;
  padding: 0 118px;
  position: relative
}

.single-profil .wrapper_header_profil .header_profil .slide .textes_content {
  width: 100%;
  position: relative;
  z-index: 2
}

.single-profil .wrapper_header_profil .header_profil .slide .textes_content .titre {
  max-width: 510px;
  margin-bottom: 20px;
  font-family: "Gotham", "PingFang SC", "Microsoft YaHei", "Tahoma", "Arial", "sans-serif";
  font-size: 44px;
  font-weight: normal;
  color: #fff
}

.single-profil .wrapper_header_profil .header_profil .slide .textes_content .titre:before {
  content: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iNzkiIGhlaWdodD0iMzkiIHZpZXdCb3g9IjAgMCA3OSAzOSI+CiAgICA8ZGVmcz4KICAgICAgICA8cGF0aCBpZD0iYSIgZD0iTTMuMDQxIDM5SDBMMzguMzM5IDBoMTYuNDc3TDE2LjE4OCAzOUgzLjA0MXptMjQuMTg0IDBoLTMuMDQxTDYyLjUyMyAwSDc5TDQwLjM3MiAzOUgyNy4yMjV6Ii8+CiAgICA8L2RlZnM+CiAgICA8ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxtYXNrIGlkPSJiIiBmaWxsPSIjZmZmIj4KICAgICAgICAgICAgPHVzZSB4bGluazpocmVmPSIjYSIvPgogICAgICAgIDwvbWFzaz4KICAgICAgICA8dXNlIGZpbGw9IiMwMDVDQjkiIHhsaW5rOmhyZWY9IiNhIi8+CiAgICAgICAgPGcgZmlsbD0iIzAwNUNCOSIgbWFzaz0idXJsKCNiKSI+CiAgICAgICAgICAgIDxwYXRoIGQ9Ik0wIDBoNzl2MzlIMHoiLz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPgo=);
  width: 79px;
  height: 39px;
  margin-right: 8px
}

.single-profil .wrapper_header_profil .header_profil .slide .textes_content .texte {
  max-width: 510px;
  font-family: "Gotham", "PingFang SC", "Microsoft YaHei", "Tahoma", "Arial", "sans-serif";
  font-size: 16px;
  font-weight: normal;
  line-height: 1.9;
  color: #fff
}

.single-profil .wrapper_header_profil .header_profil .slide .images_content {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1
}

.single-profil .wrapper_header_profil .header_profil .slide .images_content .foreground {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 0;
  overflow: hidden
}

.single-profil .wrapper_header_profil .header_profil .slide .images_content .foreground:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .35) 630px, rgba(0, 0, 0, 0) 730px);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2
}

.single-profil .wrapper_header_profil .header_profil .slide .images_content .foreground img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.single-profil .wrapper_header_profil .header_profil .slide .images_content .foreground.compat-object-fit {
  background-size: 100%;
  background-position: center
}

.single-profil .wrapper_header_profil .header_profil .slide .images_content .foreground.compat-object-fit img {
  display: none
}

.single-profil .wrapper_header_profil .navigation_header_profil {
  background-color: #fff;
  border-bottom: 1px solid #cfcfcf;
  position: relative
}

.single-profil .wrapper_header_profil .navigation_header_profil .size_max_width {
  display: flex;
  position: relative;
  height: 65px
}

.single-profil .wrapper_header_profil .navigation_header_profil a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100%;
  margin: 0 20px;
  background-color: transparent;
  border-right: 1px solid #fff;
  font-family: "Gotham", "PingFang SC", "Microsoft YaHei", "Tahoma", "Arial", "sans-serif";
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 0px;
  color: #a5a5a9;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  transition: color 0.3s ease-out
}

.single-profil .wrapper_header_profil .navigation_header_profil a:before {
  content: '';
  width: 1px;
  height: 25px;
  background-color: #cfcfcf;
  position: absolute;
  top: 50%;
  left: -20px;
  transform: translateY(-50%)
}

.single-profil .wrapper_header_profil .navigation_header_profil a:after {
  content: '';
  width: 0;
  height: 3px;
  background-color: #2b2e33;
  position: absolute;
  top: auto;
  left: 0;
  bottom: -2px;
  transform: translateY(-50%);
  transition: width 0.3s ease-out
}

.single-profil .wrapper_header_profil .navigation_header_profil a.active {
  color: #2b2e33
}

.single-profil .wrapper_header_profil .navigation_header_profil a.active:after {
  width: 100%
}

.single-profil .wrapper_header_profil .navigation_header_profil a:first-child {
  margin-left: 0
}

.single-profil .wrapper_header_profil .navigation_header_profil a:first-child:before {
  display: none
}

.single-profil .wrapper_header_profil .navigation_header_profil a.catblue {
  height: 100%;
  margin: 0;
  padding: 0 30px;
  background-color: #2b2e33;
  color: #fff;
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  transition: background-color 0.3s ease-out
}

.single-profil .wrapper_header_profil .navigation_header_profil a.catblue:before,
.single-profil .wrapper_header_profil .navigation_header_profil a.catblue:after {
  display: none
}

.single-profil .wrapper_header_profil .navigation_header_profil a.catblue .content {
  position: relative;
  transition: color 0.3s ease-out
}

.single-profil .wrapper_header_profil .navigation_header_profil a.catblue .content:after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  bottom: -4px;
  transition: background-color 0.3s ease-out
}

.single-profil .module_texte_image {
  padding: 100px 0
}

.single-profil .module_texte_image .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 100px;
  border-bottom: 1px solid #cfd5d7
}

.single-profil .module_texte_image .wrapper .col {
  width: 50%
}

.single-profil .module_texte_image .wrapper .col.col_texte {
  width: 40%
}

.single-profil .module_texte_image .wrapper .col.col_texte .titre {
  margin-bottom: 30px;
  display: inline-block;
  font-family: "Gotham", "PingFang SC", "Microsoft YaHei", "Tahoma", "Arial", "sans-serif";
  font-size: 34px;
  font-weight: normal;
  line-height: 1.3;
  color: #1f1f29
}

.single-profil .module_texte_image .wrapper .col.col_texte .texte {
  font-family: "Gotham", "PingFang SC", "Microsoft YaHei", "Tahoma", "Arial", "sans-serif";
  font-size: 16px;
  font-weight: normal;
  line-height: 1.9;
  color: #1f1f29
}

.single-profil .module_texte_image .wrapper .col.col_texte .texte ul li {
  padding-left: 50px;
  position: relative
}

.single-profil .module_texte_image .wrapper .col.col_texte .texte ul li:before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50px;
  background-color: #2b2e33;
  position: absolute;
  top: 12px;
  left: 25px;
  z-index: 2
}

.single-profil .module_texte_image .wrapper .col.col_texte .texte ul li:after {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50px;
  border: 1px solid #2b2e33;
  background-color: #fff;
  position: absolute;
  top: 9px;
  left: 22px;
  z-index: 1
}

.single-profil .module_texte_image .wrapper .col.col_image .image {
  width: 650px;
  height: 470px
}

.single-profil .module_texte_image .wrapper .col.col_image .image image {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.single-profil .module_texte_image .wrapper .col.col_image .image.compat-object-fit {
  background-size: 100%;
  background-position: center
}

.single-profil .module_texte_image .wrapper .col.col_image .image.compat-object-fit img {
  display: none
}

.single-profil .module_texte_image .wrapper .col.col_image .video {
  width: 100%;
  height: 0;
  padding-bottom: 67%;
  padding-top: 30px;
  position: relative;
  overflow: hidden;
  cursor: pointer
}

.single-profil .module_texte_image .wrapper .col.col_image .video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1
}

.single-profil .module_texte_image .wrapper .col.col_image .video .preset-image {
  width: 100%;
  height: 100%;
  opacity: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  transition: all 0.3s cubic-bezier(.445, .05, .55, .95)
}

.single-profil .module_texte_image .wrapper .col.col_image .video .preset-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s cubic-bezier(.445, .05, .55, .95)
}

.single-profil .module_texte_image .wrapper .col.col_image .video .preset-image .video-content {
  position: absolute;
  left: 50%;
  bottom: 50px;
  transform: translateX(-50%);
  width: 85%;
  z-index: 3
}

.single-profil .module_texte_image .wrapper .col.col_image .video .preset-image .video-content .cta-play {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 68px;
  height: 68px;
  border-radius: 100px;
  position: relative
}

.single-profil .module_texte_image .wrapper .col.col_image .video .preset-image .video-content .cta-play svg {
  transform: translateX(2px)
}

.single-profil .module_texte_image .wrapper .col.col_image .video .preset-image .video-content .cta-play::after {
  content: '';
  width: 100%;
  height: 100%;
  border: 2px solid white;
  border-radius: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s cubic-bezier(.445, .05, .55, .95)
}

.single-profil .module_texte_image .wrapper .col.col_image .video .preset-image::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, .5));
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0
}

.single-profil .module_texte_image .wrapper .col.col_image .video:hover .preset-image img {
  transform: scale(1.04);
  -webkit-backface-visibility: hidden
}

.single-profil .module_texte_image .wrapper .col.col_image .video:hover .preset-image .video-content .cta-play:after {
  transform: translate(-50%, -50%) scale(1.1);
  -webkit-backface-visibility: hidden
}

.single-profil .module_texte_image .wrapper .col.col_image .video.played .preset-image {
  opacity: 0;
  z-index: 0
}

.single-profil .module_list_slider {
  padding: 80px 0 180px;
  position: relative;
  z-index: 1
}

.single-profil .module_list_slider .wrapper {
  display: flex;
  justify-content: flex-end;
  position: relative
}

.single-profil .module_list_slider .wrapper .col.col_texte {
  width: 493px;
  padding: 50px 30px 10px;
  background-color: #fff;
  position: absolute;
  top: auto;
  left: 0;
  bottom: -10px;
  z-index: 2
}

.single-profil .module_list_slider .wrapper .col.col_texte .titre {
  margin-bottom: 30px;
  display: inline-block;
  font-family: "Gotham", "PingFang SC", "Microsoft YaHei", "Tahoma", "Arial", "sans-serif";
  font-size: 34px;
  font-weight: normal;
  line-height: 1.3;
  color: #1f1f29
}

.single-profil .module_list_slider .wrapper .col.col_texte .texte {
  font-family: "Gotham", "PingFang SC", "Microsoft YaHei", "Tahoma", "Arial", "sans-serif";
  font-size: 16px;
  font-weight: normal;
  line-height: 1.9;
  color: #1f1f29
}

.single-profil .module_list_slider .wrapper .col.col_texte ul li {
  padding-left: 50px;
  position: relative
}

.single-profil .module_list_slider .wrapper .col.col_texte ul li:before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50px;
  background-color: #2b2e33;
  position: absolute;
  top: 12px;
  left: 25px;
  z-index: 2
}

.single-profil .module_list_slider .wrapper .col.col_texte ul li:after {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50px;
  border: 1px solid #2b2e33;
  background-color: #fff;
  position: absolute;
  top: 9px;
  left: 22px;
  z-index: 1
}

.single-profil .module_list_slider .wrapper .col.col_texte .bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 35px
}

.single-profil .module_list_slider .wrapper .col.col_slider {
  width: 70%;
  height: 580px
}

.single-profil .module_list_slider .wrapper .col.col_slider .slider_list .slide {
  width: 100%;
  height: auto;
  position: relative
}

.single-profil .module_list_slider .wrapper .col.col_slider .slider_list .slide .background {
  height: 580px;
  width: 100%
}

.single-profil .module_list_slider .wrapper .col.col_slider .slider_list .slide .background img {
  object-fit: cover;
  width: 100%;
  height: 100%
}

.single-profil .module_list_slider .wrapper .col.col_slider .slider_list .slide .background.compat-object-fit {
  background-size: cover;
  background-position: center
}

.single-profil .module_list_slider .wrapper .col.col_slider .slider_list .slide .background.compat-object-fit img {
  display: none
}

.single-profil .module_list_slider .wrapper .col.col_slider .slider_list .slide .forground {
  width: 250px;
  height: auto;
  display: block;
  margin: 0 auto;
  transform: translateY(-50%) translateX(25%)
}

.single-profil .module_list_slider .wrapper .col.col_slider .slider_list .slide .forground img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.single-profil .module_list_slider .wrapper .col.col_slider .slider_list .slide .forground.compat-object-fit {
  background-size: cover;
  background-position: center
}

.single-profil .module_list_slider .wrapper .col.col_slider .slider_list .slide .forground.compat-object-fit img {
  display: none
}

.single-profil .module_list_slider .wrapper .col.col_slider .slider_list .owl-nav {
  display: block;
  position: absolute;
  top: 20px;
  right: 20px
}

.single-profil .module_list_slider .wrapper .col.col_slider .slider_list .owl-nav button {
  background-color: white !important;
  width: 36px;
  height: 21px;
  margin-right: 20px;
  border-radius: 50px;
  border: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 36px 21px;
  font-size: 0;
  position: relative;
  transition: transform 300ms ease;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIyLjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkNhbHF1ZV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgNi4zIDkuOCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNi4zIDkuODsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLnN0MHtmaWxsOiM1OTYyNTI7fQo8L3N0eWxlPgo8ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxIDEpIj4KCTxnPgoJCTxwYXRoIGlkPSJiXzFfIiBjbGFzcz0ic3QwIiBkPSJNMCw4LjhjLTAuNiwwLTEtMC40LTEtMWMwLTAuMywwLjEtMC41LDAuMy0wLjdsMy4yLTMuMmwtMy4yLTMuMmMtMC40LTAuNC0wLjQtMSwwLTEuNHMxLTAuNCwxLjQsMAoJCQlsNC42LDQuNkwwLjcsOC41QzAuNSw4LjcsMC4zLDguOCwwLDguOCIvPgoJPC9nPgo8L2c+Cjwvc3ZnPgo=)
}

.single-profil .module_list_slider .wrapper .col.col_slider .slider_list .owl-nav button:hover {
  opacity: .7
}

.single-profil .module_list_slider .wrapper .col.col_slider .slider_list .owl-nav button:before {
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.2s ease-out
}

.single-profil .module_list_slider .wrapper .col.col_slider .slider_list .owl-nav button:first-child {
  transform: scaleX(-1);
  filter: FlipH
}

.single-profil .module_list_slider .wrapper .col.col_slider .slider_list .owl-nav button:last-child {
  margin-right: 0
}

.single-profil .module_list_slider .wrapper .col.col_slider .slider_list .owl-nav button.disabled {
  opacity: .2;
  pointer-events: none
}

.single-profil .module_list_slider .wrapper .col.col_slider .slider_list .owl-nav button:before {
  border: 2px solid #cfd5d7
}

.single-profil .module_list_slider .slider_list.owl-carousel>.owl-nav {
  display: none
}

.single-profil .module_big_slider {
  margin-top: 120px;
  background-color: rgba(241, 241, 241, .4);
  position: relative
}

.single-profil .module_big_slider .wrapper {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding: 120px 0 50px
}

.single-profil .module_big_slider .wrapper .col {
  width: 45%
}

.single-profil .module_big_slider .wrapper .col.col_texte {
  width: 50%
}

.single-profil .module_big_slider .wrapper .col.col_texte .titre {
  margin-bottom: 30px;
  display: inline-block;
  font-family: "Gotham", "PingFang SC", "Microsoft YaHei", "Tahoma", "Arial", "sans-serif";
  font-size: 34px;
  font-weight: normal;
  line-height: 1.3;
  color: #1f1f29
}

.single-profil .module_big_slider .wrapper .col.col_texte .texte {
  font-family: "Gotham", "PingFang SC", "Microsoft YaHei", "Tahoma", "Arial", "sans-serif";
  font-size: 16px;
  font-weight: normal;
  line-height: 1.9;
  color: #1f1f29
}

.single-profil .module_big_slider .wrapper .col.col_texte ul li {
  padding-left: 50px;
  position: relative
}

.single-profil .module_big_slider .wrapper .col.col_texte ul li:before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50px;
  background-color: #2b2e33;
  position: absolute;
  top: 12px;
  left: 25px;
  z-index: 2
}

.single-profil .module_big_slider .wrapper .col.col_texte ul li:after {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50px;
  border: 1px solid #2b2e33;
  background-color: #fff;
  position: absolute;
  top: 9px;
  left: 22px;
  z-index: 1
}

.single-profil .module_big_slider .wrapper .col.col_texte .bottom {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 35px
}

.single-profil .module_big_slider .wrapper .col.col_slider .slider_big {
  width: 100%;
  height: auto;
  position: relative;
  margin-top: -250px;
  margin-bottom: -80px
}

.single-profil .module_big_slider .wrapper .col.col_slider .slider_big .slide {
  width: 100%;
  height: auto;
  position: relative
}

.single-profil .module_big_slider .wrapper .col.col_slider .slider_big .slide .images_content {
  width: 100%;
  height: 100%;
  position: relative
}

.single-profil .module_big_slider .wrapper .col.col_slider .slider_big .slide .images_content .background {
  width: auto;
  height: 700px
}

.single-profil .module_big_slider .wrapper .col.col_slider .slider_big .slide .images_content .background img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: right center
}

.single-profil .module_big_slider .wrapper .col.col_slider .slider_big .slide .images_content .background.with-forground img {
  object-fit: cover;
  object-position: center center
}

.single-profil .module_big_slider .wrapper .col.col_slider .slider_big .slide .images_content .background.compat-object-fit {
  background-size: contain;
  background-position: center
}

.single-profil .module_big_slider .wrapper .col.col_slider .slider_big .slide .images_content .background.compat-object-fit img {
  display: none
}

.single-profil .module_big_slider .wrapper .col.col_slider .slider_big .slide .images_content .forground {
  width: 250px;
  height: auto;
  display: block;
  margin: 0 auto;
  transform: translateY(-50%)
}

.single-profil .module_big_slider .wrapper .col.col_slider .slider_big .slide .images_content .forground img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.single-profil .module_big_slider .wrapper .col.col_slider .slider_big .slide .images_content .forground.compat-object-fit {
  background-size: 100%;
  background-position: center
}

.single-profil .module_big_slider .wrapper .col.col_slider .slider_big .slide .images_content .forground.compat-object-fit img {
  display: none
}

.single-profil .module_big_slider .wrapper .col.col_slider .slider_big .owl-nav {
  display: block;
  position: absolute;
  top: 20px;
  right: 20px
}

.single-profil .module_big_slider .wrapper .col.col_slider .slider_big .owl-nav button {
  background-color: white !important;
  width: 36px;
  height: 21px;
  margin-right: 20px;
  border-radius: 50px;
  border: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 36px 21px;
  font-size: 0;
  position: relative;
  transition: transform 300ms ease;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIyLjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkNhbHF1ZV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgNi4zIDkuOCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNi4zIDkuODsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLnN0MHtmaWxsOiM1OTYyNTI7fQo8L3N0eWxlPgo8ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxIDEpIj4KCTxnPgoJCTxwYXRoIGlkPSJiXzFfIiBjbGFzcz0ic3QwIiBkPSJNMCw4LjhjLTAuNiwwLTEtMC40LTEtMWMwLTAuMywwLjEtMC41LDAuMy0wLjdsMy4yLTMuMmwtMy4yLTMuMmMtMC40LTAuNC0wLjQtMSwwLTEuNHMxLTAuNCwxLjQsMAoJCQlsNC42LDQuNkwwLjcsOC41QzAuNSw4LjcsMC4zLDguOCwwLDguOCIvPgoJPC9nPgo8L2c+Cjwvc3ZnPgo=)
}

.single-profil .module_big_slider .wrapper .col.col_slider .slider_big .owl-nav button:hover {
  opacity: .7
}

.single-profil .module_big_slider .wrapper .col.col_slider .slider_big .owl-nav button:before {
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.2s ease-out
}

.single-profil .module_big_slider .wrapper .col.col_slider .slider_big .owl-nav button:first-child {
  transform: scaleX(-1);
  filter: FlipH
}

.single-profil .module_big_slider .wrapper .col.col_slider .slider_big .owl-nav button:last-child {
  margin-right: 0
}

.single-profil .module_big_slider .wrapper .col.col_slider .slider_big .owl-nav button.disabled {
  opacity: .2;
  pointer-events: none
}

.single-profil .module_big_slider .wrapper .col.col_slider .slider_big .owl-nav button:before {
  border: 2px solid #cfd5d7
}

.single-profil .module_big_slider .slider_big.owl-carousel>.owl-nav {
  display: none
}

.page-template-services .services_accroche {
  padding: 60px 0
}

.page-template-services .services_accroche>.wrapper .titre {
  max-width: 700px;
  margin-bottom: 60px;
  display: inline-block;
  font-family: "Gotham", "PingFang SC", "Microsoft YaHei", "Tahoma", "Arial", "sans-serif";
  font-size: 55px;
  font-weight: normal;
  line-height: 1.3;
  letter-spacing: 0px;
  color: #fff;
  text-align: center
}

.page-template-services .services_accroche>.wrapper_texte {
  display: flex;
  justify-content: flex-start;
  max-width: calc(100vw - 360px);
  background-color: #2b2e33;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI5NTEiIGhlaWdodD0iMTY5IiB2aWV3Qm94PSIwIDAgOTUxIDE2OSI+CiAgICA8ZGVmcz4KICAgICAgICA8bGluZWFyR3JhZGllbnQgaWQ9ImEiIHgxPSIzNi43MiUiIHgyPSI3OC43OSUiIHkxPSI5MC40ODYlIiB5Mj0iNjEuMjAxJSI+CiAgICAgICAgICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMwMDVDQjkiLz4KICAgICAgICAgICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDI0OTkyIi8+CiAgICAgICAgPC9saW5lYXJHcmFkaWVudD4KICAgIDwvZGVmcz4KICAgIDxwYXRoIGZpbGw9InVybCgjYSkiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTExNTkuNzg0LTEyOC4yMjJoMzMzLjkwM0wxNDI5LjA0LTYzLjQzaC0zNDcuNjgzYy0yMS4wNzEgMC01NC43MzUtNC45MzItNzQuODUyLTExLjAzM0w2ODkuMzM3LTE2OS44NmMtMjEuMjA0LTYuMzU0LTU2LjU3OS0xMS42MTYtNzguNzc2LTExLjYxNkgyNzYuNjc3bDY0LjYyOS02NC43MzVoMzQ3Ljc2YzIxLjAxMiAwIDU0LjUyIDQuOTMyIDc0Ljc1NCAxMC45OTRsMzE3LjE0OSA5NS40MTVjMjEuMjY0IDYuNDUyIDU2LjU5OCAxMS41NzkgNzguODE1IDExLjU3OXptLTc5LjA1OSA3OC45ODZoMzMzLjg1bC02NC41MSA2NC43NmgtMzQ3LjgwN2MtMjEuMTA3IDAtNTQuNjc2LTQuOTMxLTc0LjgzMi0xMS4wMTJMNjEwLjI1NC05MC44MjRjLTIxLjI0Ny02LjQxMS01Ni42MDMtMTEuNjc1LTc4Ljc5OS0xMS42NzVIMTk3LjU2Nmw2NC42NDctNjQuNzU4aDM0Ny43MWMyMS4wNjggMCA1NC42MTggNC45NyA3NC44NTEgMTEuMDI5bDMxNy4xOTMgOTUuMzM4YzIxLjIwNiA2LjQ5IDU2LjUyNCAxMS42NTQgNzguNzU4IDExLjY1NHpNOTIzLjgyOCAxNy4wMTljMjEuMjA3IDYuMzU2IDU2LjYyMiAxMS42MDIgNzguNzYzIDExLjYwMmgzMzMuOTU4bC02NC41NzMgNjQuNzc0SDkyNC4xMmMtMjEuMDMxIDAtNTQuNTgtNC45MzItNzQuNzk1LTExLjA1Nkw1MzIuMTItMTMuMDQ4Yy0yMS4xODctNi4zNzYtNTYuNTQzLTExLjYwMy03OC43NjItMTEuNjAzSDExOS41NGw2NC42MjgtNjQuNzM1SDUzMS44NWMyMS4wNyAwIDU0LjYgNC44NzQgNzQuNzk1IDEwLjkzOWwzMTcuMTg0IDk1LjQ2NnptLjMyNCA4OC40NzNoMzM0LjEzbC0zNy43MSAzNy40NTJjLTEzLjU5MyAxMy41NTMtNDEuNTIgMjUuMDc4LTYwLjg1IDI1LjA3OEg4NDUuNzRjLTIwLjY1MiAwLTU0LjY0OC01LTc0LjQwNy0xMC44NjlMNDU0LjA2NSA2Mi42NTJjLTIxLjM5Mi02LjM3LTU3LTExLjUyNC03OS4zNDYtMTEuNTI0SDYwLjcxOGMtOC41MTkgMC0xMS4zLTIuMjQtMTEuNTctMi44MzgtLjIzNC0uNTAzLjEzNi00LjA3NCA2LjIyMy0xMC4wNThsNDkuOTItNDkuNjE1aDM0Ny44OGMyMS4wOCAwIDU0LjY2NyA0LjkyMyA3NC44NTMgMTAuOTI2bDMxNy4zNDYgOTQuNDhjMjEuMjU3IDYuMzMzIDU2LjYzMiAxMS40NjkgNzguNzgyIDExLjQ2OXptNjI4LjMzNS0zMTEuNWM4LjU5OSAwIDExLjM3OCAyLjI4IDExLjU5MyAyLjc4My4yMzIuNTYtLjE1NSA0LjA3Ni02LjIwNSAxMC4wODZsLTQ5LjkxIDQ5LjY3NkgxMTU5LjkzYy0yMS4xMDUgMC01NC43MTctNC44OS03NC44NDctMTAuOTc1bC0zMTcuNDE5LTk0LjU2Yy0yMS4yNi02LjMxOC01Ni42NDEtMTEuNDc3LTc4Ljc5NS0xMS40NzdIMzU0LjcwNWwzNy43MzQtMzcuNDY0QzQwNi4wOTQtMzExLjUwNSA0MzMuOTY2LTMyMyA0NTMuMjYyLTMyM2gzMTQuMTExYzIwLjU3OCAwIDU0LjY3NiA1LjAwNCA3NC4zOCAxMC44OTdsMzE3LjQxOSA5NC41MDNjMjEuMjk4IDYuMzc1IDU2Ljg1NCAxMS41OTIgNzkuMjgyIDExLjU5MmgzMTQuMDMzeiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTQ5KSIvPgo8L3N2Zz4K);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 951px 169px;
  margin: 0 auto;
  max-width: 1280px;
  position: relative
}

.page-template-services .services_accroche>.wrapper_texte:after {
  background-color: #005cb9;
  content: '';
  position: absolute;
  display: block;
  top: 0;
  height: 220px;
  width: 100vw;
  left: -99vw;
  z-index: -1
}

.page-template-services .services_accroche>.wrapper_texte>.wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1110px;
  margin: 0 0;
  height: 220px;
  font-family: "Gotham", "PingFang SC", "Microsoft YaHei", "Tahoma", "Arial", "sans-serif";
  font-size: 23px;
  line-height: 1.5;
  color: #fff
}

.page-template-services .services_module_image_droite {
  padding: 100px 0 200px
}

.page-template-services .services_module_image_droite .wrapper {
  display: flex;
  justify-content: flex-end;
  position: relative
}

.page-template-services .services_module_image_droite .wrapper .col.col_image {
  width: 90%;
  height: 0;
  padding-top: 52%;
  position: relative
}

.page-template-services .services_module_image_droite .wrapper .col.col_image img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  object-fit: cover
}

.page-template-services .services_module_image_droite .wrapper .col.col_texte {
  width: 493px;
  padding: 50px 50px 10px 30px;
  background-color: #fff;
  position: absolute;
  top: auto;
  left: 0;
  bottom: -10px;
  z-index: 2
}

.page-template-services .services_module_image_droite .wrapper .col.col_texte .titre {
  margin-bottom: 30px;
  display: inline-block;
  font-family: "Gotham", "PingFang SC", "Microsoft YaHei", "Tahoma", "Arial", "sans-serif";
  font-size: 34px;
  font-weight: normal;
  line-height: 1.3;
  color: #1f1f29
}

.page-template-services .services_module_image_droite .wrapper .col.col_texte .wrapper_texte_content {
  font-family: "Gotham", "PingFang SC", "Microsoft YaHei", "Tahoma", "Arial", "sans-serif";
  font-size: 16px;
  font-weight: normal;
  line-height: 1.9;
  color: #1f1f29
}

.page-template-services .services_module_image_droite .wrapper .col.col_texte ul li {
  padding-left: 50px;
  position: relative
}

.page-template-services .services_module_image_droite .wrapper .col.col_texte ul li:before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50px;
  background-color: #2b2e33;
  position: absolute;
  top: 12px;
  left: 25px;
  z-index: 2
}

.page-template-services .services_module_image_droite .wrapper .col.col_texte ul li:after {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50px;
  border: 1px solid #2b2e33;
  background-color: #fff;
  position: absolute;
  top: 9px;
  left: 22px;
  z-index: 1
}

.page-template-services .services_module_image_droite .wrapper .col.col_texte .wrapper_icone {
  width: 27.90179%;
  height: 100%;
  position: absolute;
  top: auto;
  left: auto;
  right: 0;
  bottom: -150px;
  transform: translateX(80%);
  z-index: 3
}

.page-template-services .services_module_image_droite .wrapper .col.col_texte .wrapper_icone img {
  width: 100%;
  height: 100%
}

.page-template-services .services_module_image_gauche {
  margin-top: 120px;
  background-color: rgba(241, 241, 241, .4)
}

.page-template-services .services_module_image_gauche .wrapper {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding: 130px 0 170px
}

.page-template-services .services_module_image_gauche .wrapper .col {
  width: 48%
}

.page-template-services .services_module_image_gauche .wrapper .col.col_texte {
  width: 35%
}

.page-template-services .services_module_image_gauche .wrapper .col.col_texte .titre {
  margin-bottom: 30px;
  display: inline-block;
  font-family: "Gotham", "PingFang SC", "Microsoft YaHei", "Tahoma", "Arial", "sans-serif";
  font-size: 34px;
  font-weight: normal;
  line-height: 1.3;
  color: #1f1f29
}

.page-template-services .services_module_image_gauche .wrapper .col.col_texte .wrapper_texte_content {
  font-family: "Gotham", "PingFang SC", "Microsoft YaHei", "Tahoma", "Arial", "sans-serif";
  font-size: 16px;
  font-weight: normal;
  line-height: 1.9;
  color: #1f1f29
}

.page-template-services .services_module_image_gauche .wrapper .col.col_texte ul li {
  padding-left: 50px;
  position: relative
}

.page-template-services .services_module_image_gauche .wrapper .col.col_texte ul li:before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50px;
  background-color: #2b2e33;
  position: absolute;
  top: 12px;
  left: 25px;
  z-index: 2
}

.page-template-services .services_module_image_gauche .wrapper .col.col_texte ul li:after {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50px;
  border: 1px solid #2b2e33;
  background-color: #fff;
  position: absolute;
  top: 9px;
  left: 22px;
  z-index: 1
}

.page-template-services .services_module_image_gauche .wrapper .col.col_image {
  margin-top: -250px;
  position: relative;
  height: 0;
  padding-top: 56%;
  position: relative
}

.page-template-services .services_module_image_gauche .wrapper .col.col_image>img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  object-fit: cover
}

.page-template-services .services_module_image_gauche .wrapper .col.col_image .wrapper_icone {
  width: 27.90179%;
  height: 100%;
  position: absolute;
  right: 0;
  bottom: -20px;
  transform: translateX(80%);
  z-index: 3
}

.page-template-services .services_module_image_gauche .wrapper .col.col_image .wrapper_icone img {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto
}

.page-template-apropos .apropos_accroche {
  padding: 60px 0
}

.page-template-apropos .apropos_accroche .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 80px
}

.page-template-apropos .apropos_accroche .wrapper .col {
  display: flex;
  flex-direction: column;
  width: 48%
}

.page-template-apropos .apropos_accroche .wrapper .col.col_gauche .titre {
  margin-bottom: 20px;
  display: inline-block;
  font-family: "Gotham", "PingFang SC", "Microsoft YaHei", "Tahoma", "Arial", "sans-serif";
  font-size: 55px;
  font-weight: normal;
  line-height: 1.3;
  letter-spacing: 0px;
  color: #fff;
  text-align: center
}

.page-template-apropos .apropos_accroche .wrapper .col.col_gauche .sous_titre {
  margin-bottom: 20px;
  display: inline-block;
  font-family: "Gotham", "PingFang SC", "Microsoft YaHei", "Tahoma", "Arial", "sans-serif";
  font-size: 34px;
  font-weight: normal;
  line-height: 1.3;
  color: #1f1f29
}

.page-template-apropos .apropos_accroche .wrapper .col.col_gauche .sous_titre:before {
  content: none
}

.page-template-apropos .apropos_accroche .wrapper .col.col_gauche .wrapper_texte {
  font-family: "Gotham", "PingFang SC", "Microsoft YaHei", "Tahoma", "Arial", "sans-serif";
  font-size: 16px;
  font-weight: normal;
  line-height: 1.9;
  color: #1f1f29
}

.page-template-apropos .apropos_accroche .wrapper .col.col_droite {
  width: 30%;
  font-family: "Gotham", "PingFang SC", "Microsoft YaHei", "Tahoma", "Arial", "sans-serif";
  font-size: 23px;
  font-weight: normal;
  line-height: 31px;
  color: #000;
  position: relative
}

.page-template-apropos .apropos_accroche .wrapper .col.col_droite:after {
  content: url(../image/sentinel.svg);
  display: block;
  width: 138px;
  height: 145px;
  position: absolute;
  top: 80px;
  left: auto;
  right: 80px;
  transform: translate(100%, -100%);
  z-index: -1
}

.page-template-apropos .apropos_slider {
  padding: 60px 0
}

.page-template-apropos .apropos_slider .wrapper .slider_nav {
  display: flex;
  justify-content: flex-end;
  height: 105px;
  position: relative
}

.page-template-apropos .apropos_slider .wrapper .slider_nav .pagination {
  display: flex;
  align-items: center;
  width: 555px;
  height: 100%;
  padding: 40px 60px;
  background-color: #eaf0f8;
  font-family: "Gotham", "PingFang SC", "Microsoft YaHei", "Tahoma", "Arial", "sans-serif";
  font-size: 16px;
  font-weight: normal;
  line-height: 30px;
  color: #1f1f29
}

.page-template-apropos .apropos_slider .wrapper .slider_nav .pagination .current {
  color: #2b2e33
}

.page-template-apropos .apropos_slider .wrapper .slider_nav .slider_sub_nav {
  width: 208px;
  height: 100%;
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  bottom: 0
}

.page-template-apropos .apropos_slider .wrapper .slider_nav .slider_sub_nav .owl-nav {
  width: 100%;
  height: 100%
}

.page-template-apropos .apropos_slider .wrapper .slider_nav .slider_sub_nav button {
  width: 50%;
  height: 100%;
  border-radius: 0;
  border: 0;
  background-color: #1f1f29;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzYiIGhlaWdodD0iMjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgc3Ryb2tlPSIjRkZGIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yNS41MyAxbDkuMzM1IDkuMzM0LTkuMzM0IDkuMzM0TTM0Ljg2NSAxMC4zMzRsLTM0LjQ0LjAyIi8+PC9nPjwvc3ZnPg==);
  background-repeat: no-repeat;
  background-size: 15px 15px;
  background-position: center center;
  font-size: 0;
  transition: background-color 0.2s ease-out
}

.page-template-apropos .apropos_slider .wrapper .slider_nav .slider_sub_nav button:first-child {
  transform: scaleX(-1);
  filter: FlipH
}

.page-template-apropos .apropos_slider .wrapper .slider_nav .slider_sub_nav button.disabled {
  opacity: .1;
  pointer-events: none
}

.page-template-apropos .apropos_slider .wrapper .wrapper_slider .slide {
  width: 100%;
  height: 600px;
  position: relative
}

.page-template-apropos .apropos_slider .wrapper .wrapper_slider .slide .wrapper_image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1
}

.page-template-apropos .apropos_slider .wrapper .wrapper_slider .slide .wrapper_image img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.page-template-apropos .apropos_slider .wrapper .wrapper_slider .slide .wrapper_image.compat-object-fit {
  background-size: 100%;
  background-position: center
}

.page-template-apropos .apropos_slider .wrapper .wrapper_slider .slide .wrapper_image.compat-object-fit img {
  display: none
}

.page-template-apropos .apropos_slider .wrapper .wrapper_slider .slide .wrapper_texte {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2
}

.page-template-apropos .apropos_slider .wrapper .wrapper_slider .slide .wrapper_texte .box_texte {
  width: 555px;
  height: 524px;
  padding: 80px;
  background-color: #2b2e33;
  color: #fff
}

.page-template-apropos .apropos_slider .wrapper .wrapper_slider .slide .wrapper_texte .box_texte .chapeau {
  font-family: "Gotham", "PingFang SC", "Microsoft YaHei", "Tahoma", "Arial", "sans-serif";
  font-size: 12px;
  font-weight: 300
}

.page-template-apropos .apropos_slider .wrapper .wrapper_slider .slide .wrapper_texte .box_texte .titre {
  margin-bottom: 20px;
  font-family: "Gotham", "PingFang SC", "Microsoft YaHei", "Tahoma", "Arial", "sans-serif";
  font-size: 18px;
  font-weight: normal;
  line-height: 31px
}

.page-template-apropos .apropos_slider .wrapper .wrapper_slider .slide .wrapper_texte .box_texte .texte {
  font-family: "Gotham", "PingFang SC", "Microsoft YaHei", "Tahoma", "Arial", "sans-serif";
  font-size: 16px;
  line-height: 30px;
  font-weight: 300
}

.page-template-apropos .apropos_slider .wrapper .wrapper_slider .slide .wrapper_texte .box_texte .texte b,
.page-template-apropos .apropos_slider .wrapper .wrapper_slider .slide .wrapper_texte .box_texte .texte strong {
  font-weight: normal; !important
}

.apropos_slider .wrapper_slider.owl-carousel>.owl-nav {
  display: none
}

.page-template-apropos .apropos_chiffres_cles {
  margin-bottom: -200px;
  padding: 130px 0 270px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMTYwIiBoZWlnaHQ9IjUxMSIgdmlld0JveD0iMCAwIDExNjAgNTExIj4KICAgIDxkZWZzPgogICAgICAgIDxsaW5lYXJHcmFkaWVudCBpZD0iYSIgeDE9Ii0xMC4yNzElIiB4Mj0iMTA0LjMwMiUiIHkxPSItMzIyLjA1NCUiIHkyPSI2OC42NjYlIj4KICAgICAgICAgICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI0VFRSIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICAgICAgICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzVGNkI3MiIgc3RvcC1vcGFjaXR5PSIuMDQ4Ii8+CiAgICAgICAgPC9saW5lYXJHcmFkaWVudD4KICAgIDwvZGVmcz4KICAgIDxwYXRoIGZpbGw9InVybCgjYSkiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTEyMDkuNzE4IDIwMi4zNzhoMzQ2LjIzOGwtNjcuMDM0IDY3LjMyMmgtMzYwLjUyN2MtMjEuODUgMC01Ni43NTctNS4xMjUtNzcuNjE4LTExLjQ2NGwtMzI4Ljg4NS05OS4xMTljLTIxLjk4OC02LjYwMy01OC42Ny0xMi4wNy04MS42ODctMTIuMDdIMjkzLjk4Nmw2Ny4wMTctNjcuMjZINzIxLjYxYzIxLjc4NyAwIDU2LjUzMyA1LjEyNCA3Ny41MTUgMTEuNDIzbDMyOC44NjUgOTkuMTM3YzIyLjA1IDYuNzA1IDU4LjY5IDEyLjAzMSA4MS43MjcgMTIuMDMxem0tODEuOTggODIuMDY4aDM0Ni4xODVsLTY2Ljg5NSA2Ny4yODdoLTM2MC42NTVjLTIxLjg4NyAwLTU2LjY5Ny01LjEyMy03Ny41OTctMTEuNDRsLTMyOC44OS05OS4wNTdjLTIyLjAzMS02LjY2Mi01OC42OTMtMTIuMTMtODEuNzEtMTIuMTNIMjExLjk1NGw2Ny4wMzUtNjcuMjg2aDM2MC41NTVjMjEuODQ3IDAgNTYuNjM2IDUuMTYzIDc3LjYxNyAxMS40NmwzMjguOTEgOTkuMDU4YzIxLjk5IDYuNzQzIDU4LjYxMyAxMi4xMDggODEuNjY4IDEyLjEwOHptLTE2Mi42OTMgNjguODRjMjEuOTkgNi42MDUgNTguNzE0IDEyLjA1NiA4MS42NzIgMTIuMDU2aDM0Ni4yOTZsLTY2Ljk1OCA2Ny4zMDFIOTY1LjM0OGMtMjEuODA5IDAtNTYuNTk3LTUuMTI0LTc3LjU1OS0xMS40ODdsLTMyOC45MjEtOTkuMTFjLTIxLjk3MS02LjYyNS01OC42MzMtMTIuMDU1LTgxLjY3Mi0xMi4wNTVIMTMxLjA0M2w2Ny4wMTYtNjcuMjYxaDM2MC41MjZjMjEuODQ4IDAgNTYuNjE3IDUuMDY0IDc3LjU1OSAxMS4zNjVsMzI4LjkwMSA5OS4xOTJ6bS4zMzYgOTEuOTI2aDM0Ni40NzNsLTM5LjEwMiAzOC45MTRjLTE0LjA5NiAxNC4wODEtNDMuMDU0IDI2LjA1Ni02My4xIDI2LjA1NmgtMzI1LjU4Yy0yMS40MTUgMC01Ni42NjctNS4xOTYtNzcuMTU2LTExLjI5Mkw0NzcuOTI4IDQwMC43Yy0yMi4xODMtNi42MTgtNTkuMTA2LTExLjk3My04Mi4yNzctMTEuOTczSDcwLjA0OWMtOC44MzMgMC0xMS43MTctMi4zMjgtMTEuOTk4LTIuOTUtLjI0Mi0uNTIxLjE0MS00LjIzMiA2LjQ1My0xMC40NWw1MS43NjUtNTEuNTVINDc3YzIxLjg1OSAwIDU2LjY4NiA1LjExNSA3Ny42MTggMTEuMzUybDMyOS4wNyA5OC4xNjdjMjIuMDQyIDYuNTggNTguNzI0IDExLjkxNiA4MS42OTIgMTEuOTE2em0zMjUuOTEzLTMyMy42NTVoMzI1LjYzNWM4LjkxNiAwIDExLjc5OCAyLjM3IDEyLjAyMSAyLjg5Mi4yNDEuNTgtLjE2MSA0LjIzNS02LjQzNCAxMC40NzlsLTUxLjc1NSA1MS42MTRoLTM2MC44OWMtMjEuODg1IDAtNTYuNzM5LTUuMDgtNzcuNjEzLTExLjQwM0w4MDMuMTEzIDc2Ljg5Yy0yMi4wNDUtNi41NjQtNTguNzM0LTExLjkyNC04MS43MDYtMTEuOTI0aC0zNDYuNTFsMzkuMTI4LTM4LjkyNkM0MjguMTg1IDExLjk0NCA0NTcuMDg1IDAgNDc3LjA5NSAwSDgwMi44MWMyMS4zMzcgMCA1Ni42OTUgNS4xOTkgNzcuMTI3IDExLjMyMmwzMjkuMTQ1IDk4LjE5YzIyLjA4NSA2LjYyNSA1OC45NTUgMTIuMDQ1IDgyLjIxMSAxMi4wNDV6IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNTgpIi8+Cjwvc3ZnPgo=);
  background-repeat: no-repeat;
  background-size: 1160px 510px;
  background-position: right 0 top 0
}

.page-template-apropos .apropos_chiffres_cles .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.page-template-apropos .apropos_chiffres_cles .wrapper .col {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 33.3%;
  padding: 0 20px
}

.page-template-apropos .apropos_chiffres_cles .wrapper .col .chiffre {
  font-family: "Gotham", "PingFang SC", "Microsoft YaHei", "Tahoma", "Arial", "sans-serif";
  font-size: 81px;
  font-weight: normal;
  color: #2b2e33
}

.page-template-apropos .apropos_chiffres_cles .wrapper .col .texte {
  margin-top: 15px;
  font-family: "Gotham", "PingFang SC", "Microsoft YaHei", "Tahoma", "Arial", "sans-serif";
  font-size: 23px;
  font-weight: normal;
  color: #1f1f29
}

.page-template-apropos .apropos_filiale {
  padding: 100px 0 50px
}

.page-template-apropos .apropos_filiale .wrapper {
  display: flex;
  justify-content: flex-end;
  position: relative
}

.page-template-apropos .apropos_filiale .wrapper .col.col_image {
  width: 90%;
  height: 0;
  padding-top: 52%;
  position: relative
}

.page-template-apropos .apropos_filiale .wrapper .col.col_image:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 33, 67, .78);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2
}

.page-template-apropos .apropos_filiale .wrapper .col.col_image img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  object-fit: cover
}

.page-template-apropos .apropos_filiale .wrapper .col.col_texte {
  width: 493px;
  padding: 50px 50px 10px 30px;
  background-color: #fff;
  position: absolute;
  top: auto;
  left: 0;
  bottom: -10px;
  z-index: 2
}

.page-template-apropos .apropos_filiale .wrapper .col.col_texte .titre {
  margin-bottom: 30px;
  display: inline-block;
  font-family: "Gotham", "PingFang SC", "Microsoft YaHei", "Tahoma", "Arial", "sans-serif";
  font-size: 34px;
  font-weight: normal;
  line-height: 1.3;
  color: #1f1f29
}

.page-template-apropos .apropos_filiale .wrapper .col.col_texte .wrapper_texte_content {
  font-family: "Gotham", "PingFang SC", "Microsoft YaHei", "Tahoma", "Arial", "sans-serif";
  font-size: 16px;
  font-weight: normal;
  line-height: 1.9;
  color: #1f1f29
}

.page-template-apropos .apropos_filiale .wrapper .col.col_texte ul li {
  padding-left: 50px;
  position: relative
}

.page-template-apropos .apropos_filiale .wrapper .col.col_texte ul li:before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50px;
  background-color: #2b2e33;
  position: absolute;
  top: 12px;
  left: 25px;
  z-index: 2
}

.page-template-apropos .apropos_filiale .wrapper .col.col_texte ul li:after {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50px;
  border: 1px solid #2b2e33;
  background-color: #fff;
  position: absolute;
  top: 9px;
  left: 22px;
  z-index: 1
}

.page-template-apropos .apropos_filiale .wrapper .col.col_texte .lien {
  margin-top: 15px;
  display: inline-block;
  font-family: "Gotham", "PingFang SC", "Microsoft YaHei", "Tahoma", "Arial", "sans-serif";
  font-size: 14px;
  font-weight: normal;
  line-height: 1.9;
  letter-spacing: 0px;
  color: #5f6b72;
  transition: color 0.2s ease-out
}

.page-template-apropos .apropos_filiale .wrapper .col.col_texte .wrapper_logo {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  margin-top: 10px
}

.page-template-apropos .apropos_filiale .wrapper .col.col_texte .wrapper_logo img {
  max-width: 145px
}

.contact_form {
  padding: 150px 0 0px;
  background: #2B2E33;
}

.contact_form .contact_form_container {
  background: #fff;
  padding: 65px 190px
}

.contact_form h1 {
  display: inline-block;
  font-family: "Gotham", "PingFang SC", "Microsoft YaHei", "Tahoma", "Arial", "sans-serif";
  font-size: 55px;
  font-weight: normal;
  line-height: 1.3;
  letter-spacing: 0px;
  color: #fff;
  /* text-align: center; */
  color: #2b2e33;
  margin-bottom: 10px
}

.contact_form h2 {
  font-size: 16px;
  letter-spacing: 0px;
  color: #000
}

.contact_form .form {
  margin-top: 40px
}

.contact_form .form .form_item {
  margin-bottom: 25px;
  width: 46%
}

.contact_form .form .form_item_label {
  font-size: 12px;
  font-weight: normal;
  line-height: 2.33;
  letter-spacing: 0px;
  color: #2b2e33;
  text-transform: uppercase
}

.contact_form .form .form_item_message {
  width: 100%
}

.contact_form .form .wpcf7-form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}

.contact_form .form .wpcf7-form input[type="text"],
.contact_form .form .wpcf7-form input[type="email"],
.contact_form .form .wpcf7-form textarea {
  width: 100%;
  border: solid 1px rgba(0, 0, 0, .2);
  height: 50px;
  color: #000;
  font-size: 14px;
  padding: 0 20px
}

.contact_form .form .wpcf7-form textarea {
  padding: 20px;
  height: 250px;
  resize: none
}

.contact_form .form .wpcf7-form .form_item_pj {
  width: 100%
}

.contact_form .form .wpcf7-form .form_item_pj input[type="button"] {
  background-color: transparent;
  color: #000;
  padding: 0 15px 0 0;
  margin-bottom: 10px;
  border: 0;
  border-radius: 0;
  font-family: "Gotham", "PingFang SC", "Microsoft YaHei", "Tahoma", "Arial", "sans-serif";
  font-size: 14px;
  text-transform: none;
  text-decoration: underline;
  margin-right: 10px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI5IiBoZWlnaHQ9IjkiPjxwYXRoIGQ9Ik01LjE0NC43MDdsMy43MTcgMy43MTgtMy43MTcgMy43MTctLjc3OC0uNzc4IDIuMzg5LTIuMzlILjd2LTEuMWg2LjA1NWwtMi4zODktMi4zOS43NzgtLjc3N3oiIGZpbGw9IiM1OTYyNTIiIGZpbGwtcnVsZT0ibm9uemVybyIvPjwvc3ZnPg==);
  background-position: 100% center;
  background-repeat: no-repeat
}

.contact_form .form .wpcf7-form .form_item_pj #mfcf7_zl_multifilecontainer {
  margin-top: 0
}

.contact_form .form .wpcf7-form .form_item_pj .optin_add_files {
  font-style: italic;
  font-size: 13px;
  color: rgba(0, 0, 0, .5)
}

.contact_form .form .form_item_optin {
  margin-bottom: 30px;
  display: flex;
  flex-direction: column
}

.contact_form .form .form_item_optin>br {
  display: none
}

.contact_form .form .form_item_optin .wpcf7-list-item {
  margin: 0
}

.contact_form .form .form_item_optin .wpcf7-list-item-label {
  display: inline-block;
  position: relative;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  color: rgba(0, 0, 0, .5);
  letter-spacing: 0px;
  padding-left: 25px;
  margin-bottom: 13px;
  cursor: pointer
}

.contact_form .form .form_item_optin .wpcf7-list-item-label:before,
.contact_form .form .form_item_optin .wpcf7-list-item-label:after {
  position: absolute;
  top: 3px;
  left: 0
}

.contact_form .form .form_item_optin .wpcf7-list-item-label:before {
  display: block;
  width: 15px;
  height: 15px;
  border: 1px solid #2b2e33
}

.contact_form .form .form_item_optin .wpcf7-list-item-label:after {
  display: block;
  border-radius: 100px;
  width: 9px;
  height: 9px;
  margin: 3px;
  background-color: #2b2e33;
  visibility: hidden
}

.contact_form .form .form_item_optin input:checked+.wpcf7-list-item-label::after {
  visibility: visible
}

.contact_form .form .form_item_sendcapcha {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center
}

.contact_form .form .wpcf7-response-output {
  margin: 10px 0;
  padding: 0;
  border: none
}

.contact_form .form .wpcf7-response-output {
  font-weight: normal;
  color: #fff;
  background-color: #000;
  padding: 8px 15px !important
}

.contact_form .optin_rgpd {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  color: rgba(0, 0, 0, .5);
  letter-spacing: 0px;
  margin-top: 30px
}

.contact_form .optin_rgpd a {
  color: rgba(0, 0, 0, .5);
  text-decoration: underline
}

.implantation {
  padding: 120px 0
}

/* .implantation .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center
} */

/* .implantation .implantation_infos {
  max-width: 1190px;
} */

.implantation .implantation_infos h2 {
  font-size: 42px;
  font-weight: normal;
  line-height: 1.07;
  letter-spacing: 0px;
  color: #2b2e33;
  margin-bottom: 30px
}

.implantation .implantation_infos ul li {
  margin-bottom: 30px;
  padding-left: 35px;
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: 0px;
  font-weight: normal;
  background-repeat: no-repeat
}

.implantation .implantation_infos ul li span {
  font-weight: normal;
  color: #2b2e33
}

.implantation .implantation_infos ul li.implantation_infos_adresse {
  background-image: url(data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjIwIiB2aWV3Qm94PSIwIDAgMTYgMjAiIHdpZHRoPSIxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjNTk2MjUyIj48cGF0aCBkPSJtNy42ODUuMDExYy0yLjA2NS4wMDQtNC4wODguODU5LTUuNTIgMi4zNi0xLjQ1MSAxLjUxOS0yLjI0OCAzLjYyNS0yLjEzNCA1LjczNS4wNyAxLjI5Ni40NTQgMi41NyAxLjEzNyAzLjY3MS4zMzIuNTM0LjcxNiAxLjAzOCAxLjA4NyAxLjU0My45OSAxLjM0NCAyLjAxIDIuNjY5IDMuMDMzIDMuOTkxLjYzMi44MTcgMS4yNjQgMS42MzIgMS45MDEgMi40NDRsLjAzLjA0Yy4wOTUuMTE5LjMyMS4yLjQ2Ni4xOTQuMTYzLS4wMDcuMzYtLjA2LjQ2Ni0uMTk0LjUzNi0uNjgyIDEuMDctMS4zNjkgMS42LTIuMDUzIDEuMDI4LTEuMzI1IDIuMDUyLTIuNjU0IDMuMDUzLTQgLjM4NC0uNTE1Ljc2Ni0xLjAzMSAxLjEzLTEuNTYxLjYzNS0uOTE4IDEuMDk2LTEuOTYgMS4yOS0zLjA2Ni4yLTEuMTUzLjE2Mi0yLjMzOC0uMTUyLTMuNDY2LS4yOC0xLjAyLS43NzctMS45NTEtMS40My0yLjc3Ny0uNjA1LS43NjYtMS4zNzgtMS40MTctMi4yMy0xLjg5Mi0uOTI3LS41MTYtMS45NC0uODItMi45OTItLjkzLS4yNDMtLjAyNi0uNDg5LS4wNC0uNzM1LS4wNC0uMzQ0IDAtLjY3NC4zMDUtLjY1OC42NjIuMDE1LjM2LjI5LjY2My42NTguNjYzLjMxNyAwIC42MzMuMDIyLjk0Ny4wNjQtLjA2LS4wMS0uMTE3LS4wMTYtLjE3Ni0uMDI1LjYwOC4wODQgMS4yMDEuMjQ4IDEuNzY4LjQ4NGwtLjE1OC0uMDY3Yy4zMjUuMTQuNjQuMy45NDIuNDg2LjE0Ny4wOS4yOTIuMTg4LjQzMi4yOWwuMTA2LjA3N2MuMDE1LjAxLjAzLjAyNC4wNDYuMDM1LjA3OS4wNi0uMDY4LS4wNS0uMDY2LS4wNS4wMzMuMDEuMDc1LjA1OS4xLjA4bC4xMTMuMDk0Yy4yNjguMjI3LjUxOC40NzQuNzQ5LjczOS4wNTIuMDYyLjEwNy4xMjQuMTU4LjE4OGwuMDgxLjEwMWMuMDI5LjAzNi4wNy4wOTctLjA1LS4wNjYuMDE3LjAyNC4wMzUuMDQ2LjA1Mi4wNjguMTAzLjE0LjIwMi4yODMuMjk3LjQyOS4yMTMuMzM1LjM5Ny42OS41NTMgMS4wNTdsLS4wNjYtLjE1OWMuMjM3LjU3LjM5OCAxLjE2Ni40ODEgMS43NzdsLS4wMjQtLjE3NmMuMDgzLjYzMy4wODMgMS4yNzYtLjAwMiAxLjkxMWwuMDI0LS4xNzZjLS4wODYuNjE4LS4yNSAxLjIxOC0uNDkyIDEuNzkybC4wNjYtLjE1OWMtLjMzMi43OC0uODIgMS40Ni0xLjMxNSAyLjE0LS40ODYuNjY2LS45ODIgMS4zMjYtMS40OCAxLjk4NC0uMjc1LjM2Mi0uNTUuNzIyLS44MjYgMS4wODJsLS4yMDQuMjY0Yy0uMDE4LjAyNS0uMDgyLjEwNC0uMDAzLjAwNWwtLjAxLjAxMy0uMTAxLjEzYy0uMTM0LjE3NS0uMjY4LjM1LS40MDUuNTI0LS40NS41ODItLjkwMiAxLjE2My0xLjM1NCAxLjc0My0uMjEzLjI3NC0uNDQuNTQzLS42NDQuODI0LS4wMDIuMDA0LS4wMDYuMDA2LS4wMDkuMDFoLjkzMmMtLjE3Ni0uMjIyLS4zNTItLjQ0Ny0uNTI1LS42Ny0uNDMtLjU1Mi0uODYxLTEuMTA2LTEuMjktMS42NmwtLjM4Ni0uNTAxLS4yMDYtLjI3LS4wOTItLjEyMWMtLjAxOC0uMDI0LS4wMzgtLjA0Ni0uMDU1LS4wNy0uMDEzLS4wMTguMTA1LjEzNi4wNjMuMDgzbC0uMDMtLjA0Yy0uMjc3LS4zNi0uNTUxLS43Mi0uODI2LTEuMDgxLS41MTItLjY3NC0xLjAyMy0xLjM0OS0xLjUyNC0yLjAzMS0uNDU0LS42MTgtLjkyNi0xLjIzOS0xLjI3Ni0xLjkyNS0uMDcyLS4xNDEtLjEzOC0uMjg3LS4yLS40MzMuMDIzLjA1My4wNDQuMTA2LjA2Ni4xNi0uMjQxLS41NzUtLjQwNi0xLjE3Ny0uNDkxLTEuNzkzbC4wMjQuMTc2Yy0uMDg0LS42MzMtLjA4Ni0xLjI3Ni0uMDAyLTEuOTExLS4wMS4wNi0uMDE2LjExNy0uMDI1LjE3Ni4wODQtLjYxMS4yNDYtMS4yMDcuNDgxLTEuNzc3bC0uMDY2LjE2Yy4xMzktLjMyOC4yOTktLjY0Ni40ODMtLjk0OC4wOS0uMTQ4LjE4Ny0uMjk0LjI4OC0uNDM1bC4wNzctLjEwNi4wMzUtLjA0NmMuMDYtLjA4LS4wNS4wNjgtLjA1LjA2Ni4wMS0uMDMzLjA1OS0uMDc1LjA4LS4xMDFsLjA5My0uMTEzYy4yMjYtLjI3LjQ3Mi0uNTIxLjczNi0uNzUzLjA2MS0uMDUzLjEyMy0uMTA4LjE4Ni0uMTU5bC4xMDEtLjA4MWMuMDM1LS4wMy4wOTctLjA3MS0uMDY2LjA1LjAyNS0uMDE3LjA0Ny0uMDM1LjA2OS0uMDUzLjEzOC0uMTAzLjI4LS4yMDMuNDI2LS4yOTguMzMzLS4yMTQuNjg3LS40IDEuMDUxLS41NTZsLS4xNTguMDY2Yy41NjctLjIzOCAxLjE2LS40IDEuNzY4LS40ODNsLS4xNzYuMDI0Yy4zMTQtLjA0Mi42My0uMDY0Ljk0Ny0uMDY0LjM0NCAwIC42NzQtLjMwNS42NTgtLjY2Mi0uMDA1LS4zNTItLjI4LS42NTgtLjY1LS42NTh6Ii8+PHBhdGggZD0ibTcuNjg1IDkuOGMtLjEyMyAwLS4yNDMtLjAxLS4zNjQtLjAyNWwuMTc2LjAyNGMtLjIzNS0uMDMzLS40NjQtLjA5NS0uNjgzLS4xODVsLjE1OC4wNjZjLS4xNi0uMDY5LS4zMTQtLjE1LS40Ni0uMjQ3bC0uMTA1LS4wNzVjLS4wMi0uMDE2LS4wOC0uMDYyLjAxLjAwOC4wOTQuMDczLjAyMS4wMTYgMC0uMDAyLS4wNjctLjA1NS0uMTMtLjExMi0uMTkyLS4xNzQtLjA1Ny0uMDU4LS4xMTItLjEyLS4xNjUtLjE4MS0uMDA2LS4wMDktLjA0Ni0uMDQ0LS4wNDYtLjA1NSAwIDAgLjEwNC4xMzkuMDUuMDY2LS4wMjMtLjAzNS0uMDUtLjA3LS4wNzQtLjEwNi0uMDk5LS4xNS0uMTg0LS4zMDctLjI1Mi0uNDcybC4wNjYuMTU4Yy0uMDktLjIyLS4xNTItLjQ1LS4xODUtLjY4NmwuMDI0LjE3N2MtLjAzLS4yNDYtLjAzLS40OSAwLS43MzZsLS4wMjQuMTc3Yy4wMzMtLjIzNi4wOTUtLjQ2Ni4xODUtLjY4N2wtLjA2Ni4xNmMuMDY4LS4xNjIuMTQ5LS4zMTYuMjQ2LS40NjJsLjA3NC0uMTA2Yy4wMTYtLjAyLjA2Mi0uMDgyLS4wMDguMDA5LS4wNzMuMDk1LS4wMTYuMDIyLjAwMiAwIC4wNTUtLjA2Ni4xMTItLjEzLjE3My0uMTkyLjA1Ny0uMDU4LjExOS0uMTEzLjE4LS4xNjYuMDA5LS4wMDYuMDQ0LS4wNDYuMDU1LS4wNDZsLS4wNjYuMDUuMTA2LS4wNzRjLjE0OS0uMS4zMDUtLjE4Ni40Ny0uMjU0bC0uMTU5LjA2NmMuMjItLjA5LjQ0OC0uMTUyLjY4My0uMTg1bC0uMTc1LjAyNGMuMjQzLS4wMzEuNDg3LS4wMzEuNzMgMC0uMDU4LS4wMDktLjExNS0uMDE2LS4xNzUtLjAyNC4yMzUuMDMzLjQ2NC4wOTUuNjgzLjE4NWwtLjE1Ny0uMDY2Yy4xNi4wNjguMzE0LjE1LjQ1OS4yNDdsLjEwNS4wNzVjLjAyMi4wMTYuMDgyLjA2Mi0uMDA4LS4wMDktLjA5NS0uMDczLS4wMjItLjAxNSAwIC4wMDIuMDY1LjA1Ni4xMy4xMTMuMTkuMTc1LjA1OC4wNTcuMTEzLjEyLjE2NS4xOC4wMDcuMDEuMDQ2LjA0NS4wNDYuMDU2IDAgMC0uMTAzLS4xMzktLjA1LS4wNjZsLjA3NS4xMDZjLjA5OC4xNS4xODQuMzA3LjI1Mi40NzJsLS4wNjYtLjE1OWMuMDkuMjIxLjE1Mi40NS4xODUuNjg3LS4wMS0uMDYtLjAxNi0uMTE3LS4wMjQtLjE3Ny4wMy4yNDUuMDMuNDkgMCAuNzM1bC4wMjQtLjE3NmMtLjAzMy4yMzYtLjA5NS40NjUtLjE4NS42ODZsLjA2Ni0uMTU5Yy0uMDY4LjE2MS0uMTUuMzE2LS4yNDYuNDYybC0uMDc0LjEwNmMtLjAxNi4wMi0uMDYyLjA4MS4wMDgtLjAxLjA3My0uMDk0LjAxNi0uMDIxLS4wMDIgMC0uMDU1LjA2Ny0uMTEyLjEzMS0uMTczLjE5My0uMDU3LjA1Ny0uMTE5LjExMi0uMTguMTY1LS4wMS4wMDctLjA0NC4wNDctLjA1NS4wNDcgMCAwIC4xMzgtLjEwNC4wNjYtLjA1MS0uMDM2LjAyNC0uMDcuMDUtLjEwNi4wNzUtLjE1LjEtLjMwNS4xODUtLjQ3LjI1NGwuMTU4LS4wNjZjLS4yMi4wOS0uNDQ4LjE1Mi0uNjgzLjE4NWwuMTc2LS4wMjRjLS4xMjMuMDE1LS4yNDQuMDIyLS4zNjcuMDI0LS4zNDQuMDAyLS42NzQuMzAzLS42NTguNjYyLjAxNS4zNTguMjkuNjY1LjY1OC42NjMuNjc3LS4wMDUgMS4zNy0uMjA2IDEuOTIyLS42MDUuNTktLjQyNiAxLjAyMy0uOTkxIDEuMjczLTEuNjguNDY4LTEuMjg1LjA0OS0yLjg0My0xLjAwMy0zLjcxMS0uNTY5LS40NjgtMS4yMjgtLjc0Mi0xLjk2My0uODAzLS42NzktLjA1OC0xLjM5LjEyLTEuOTcyLjQ3NC0uNTYyLjM0Mi0xLjA0Ny44NTktMS4zMTggMS40NjQtLjMwNy42ODgtLjM5NyAxLjQyLS4yNTIgMi4xNi4yNTcgMS4zMTcgMS4zOSAyLjQzNCAyLjcxMiAyLjY0MS4yLjAzLjM5Ny4wNTUuNi4wNTcuMzQ0LjAwMy42NzMtLjMwNi42NTgtLjY2Mi0uMDEzLS4zNi0uMjg4LS42Ni0uNjU3LS42NnoiLz48L2c+PC9zdmc+)
}

.implantation .implantation_infos ul li.implantation_infos_email {
  background-image: url(data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjEzIiB2aWV3Qm94PSIwIDAgMTkgMTMiIHdpZHRoPSIxOSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJtLjgxMi4yMDNjLS40NCAwLS44MTIuMzczLS44MTIuODEzdjEwLjk2N2MwIC40NC4zNzMuODEzLjgxMi44MTNoMTcuMDYzYy40NCAwIC44MTMtLjM3My44MTMtLjgxM3YtMTAuOTY3YzAtLjQ0LS4zNzMtLjgxMy0uODEzLS44MTN6bTEuMzM0IDEuMjE5aDE0LjM5NmwtNy4xOTggNi42ODN6bS0uOTI3LjggNC4zOTEgNC4wNzQtNC4zOSA0LjM5NHYtOC40Njh6bTE2LjI1IDB2OC40NjdsLTQuMzkzLTQuMzkzem0tMTAuOTYzIDQuOTA2IDIuNDI1IDIuMjUyYy4yMzMuMjE1LjU5Mi4yMTUuODI1IDBsMi40MjUtMi4yNTMgNC40NSA0LjQ1aC0xNC41NzRsNC40NS00LjQ1eiIgZmlsbD0iIzU5NjI1MiIvPjwvc3ZnPg==);
  background-position: 0 3px
}

.implantation .implantation_infos ul li.implantation_infos_telephone {
  background-image: url(data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjE3IiB2aWV3Qm94PSIwIDAgMTcgMTciIHdpZHRoPSIxNyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJtMTYuMzUzIDExLjk2Yy0uNTE5LS4zMTItMy4xMy0xLjg3OC0zLjYyNC0yLjA4Ni0uODQ4LS4zNTctMS40NDEuMTk3LTEuNzYuNDk1bC0uMDYuMDU2Yy0uMTk1LjE4LS40OTguNDUtLjcwNi42MzQtLjIwMS0uMDczLS42MzYtLjI4OC0xLjQ1Ni0uOTIyLS45OS0uNzY1LTIuMTk2LTIuMy0yLjU5NC0yLjg4NC0uMTE4LS4xNzItLjE4Mi0uMzU2LS4yMTgtLjUuMTcyLS4xNjEuNDA3LS4zODcuNjQ4LS42NDIuNjg4LS43MjcuNTEtMS41LjQ4OC0xLjU4Ny0uMDE0LS4wNS0uMDMzLS4xLS4wNTgtLjE0N2wtMS4zNjMtMi41NWMtLjYzMS0xLjMzNy0xLjA0My0xLjgxNS0xLjU3LTEuODI3LS4xNTItLjAwNi0uMjkyLjAzNi0uNDE0LjExLS42MzIuMjU0LTEuMTQxLjcxNC0xLjUxOCAxLjA5Mi0uMDY0LjA2My0uMTY1LjE1Ni0uMjg3LjI2OC0uNzIxLjY2NC0xLjQ0OCAxLjM2LTEuNzE4IDEuOTQ2LS4zNjYuNzkzLjA2MiAyLjQ3OC4yNjQgMy4xNjZsLjAxMS4wMzVjMS4wNiAzLjAwMSAzLjUyIDUuNDU5IDMuNjEgNS41NDcgMi4zOTYgMi41MjIgNC44ODMgNC4xMyA3LjE5MiA0LjY1My41MTQuMTE2Ljk1LjE2MyAxLjMyLjE2MyAxLjE3OCAwIDEuNjg1LS40OCAxLjg3Mi0uNzM4LjMwNC0uMjk2IDEuNzY3LTEuNzI4IDIuMjM3LTIuMjkzLjM1Ni0uNDI3LjM3OC0uODI2LjMzNC0xLjA4NS0uMDkzLS41NTYtLjU0LS44NS0uNjMtLjkwNHptLTIuOTQgMy4zNThjLS4wNTMuMDUxLS4wOTcuMTEtLjEzMS4xNzYtLjAwMi4wMDQtLjQ3Ni4yODgtMS43NjItLjAwMy0yLjAxNy0uNDU2LTQuMzI4LTEuOTctNi41MjEtNC4yNzgtLjAyMy0uMDIzLTIuMzMyLTIuMzI4LTMuMjk0LTUuMDMyLS4yNjItLjkwNC0uNDE4LTEuOTUtLjMyOC0yLjE5Ni4xOC0uMzg4IDEuMDM3LTEuMTc2IDEuNDA0LTEuNTEzLjE0LS4xMy4yNTUtLjIzNi4zMjgtLjMwOS4yMS0uMjExLjUwNC0uNDg2LjgyNC0uNjcyLjExMi4xNzQuMjc0LjQ2LjQ5Ni45M2wuMDE1LjAzIDEuMzA4IDIuNDQ5Yy0uMDEuMDUxLS4wNDUuMTYtLjE1NS4yNzUtLjQyLjQ0My0uODI2LjgtLjgzLjgwMy0uMTUuMTMtLjIzNC4zMi0uMjMzLjUxNyAwIC4wODIuMDIuODI1LjQ5NyAxLjUyNC4yOTQuNDMgMS42NDUgMi4yMzUgMi44ODUgMy4xOTMgMS4yMjguOTQ5IDIuMDA4IDEuMzE2IDIuNjA1IDEuMjMuMTMtLjAxOC4yNTItLjA3NS4zNTItLjE2MiAwIDAgLjYzLS41NTQuOTU5LS44NTdsLjA2NS0uMDYxYy4wOTctLjA5LjI0My0uMjI3LjMwNi0uMjM2LjI5LjEyMyAyLjEzOCAxLjIxIDMuMzkzIDEuOTY0LS40MDEuNDc3LTEuNzEgMS43NjctMi4xODQgMi4yMjh6IiBmaWxsPSIjNTk2MjUyIi8+PC9zdmc+)
}

.implantation .map {
  max-width: 750px
}

.implantation .map img {
  width: 100%
}

@media (max-width:1024px) {
  .contact_form {
      padding: 70px 0 0
  }

  .contact_form .contact_form_container {
      padding: 65px
  }
}

@media (max-width:768px) {
  .contact_form .contact_form_container {
      padding: 20px
  }

  .contact_form h1 {
      font-size: 30px
  }

  .contact_form .form {
      margin-top: 40px
  }

  .contact_form .form .form_item {
      width: 100%
  }

  .contact_form .form .form_item_sendcapcha {
      flex-direction: column
  }

  .contact_form .form .form_item_sendcapcha .cta {
      margin-top: 30px
  }

  .implantation {
      padding: 20px 0
  }

  .implantation .wrapper {
      flex-direction: column
  }

  .implantation .implantation_infos {
      max-width: 100%
  }

  .implantation .implantation_infos h2 {
      font-size: 30px;
      position: absolute;
      top: 9%;
      color: #fff;
  }

  .implantation .map {
      max-width: 100%;
      margin-top: 20px
  }
}

.page-template-contact .select2-container--default .select2-results>.select2-results__options {
  border: solid 1px rgba(0, 0, 0, .2);
  border-top: none
}

.single .wrapper .top {
  display: none
}

.page_connexion {
  position: relative;
  margin-bottom: 130px;
  margin-top: 50px;
  background: #eaf0f8;
  display: flex
}

.page_connexion .connect {
  padding: 50px 120px;
  width: 45%
}

.page_connexion .connect h2 {
  display: inline-block;
  font-family: "Gotham", "PingFang SC", "Microsoft YaHei", "Tahoma", "Arial", "sans-serif";
  font-size: 42px;
  font-weight: normal;
  line-height: 45px;
  letter-spacing: 0px;
  color: #2b2e33;
  max-width: 390px
}

.page_connexion .connect p {
  margin-top: 5%;
  font-size: 16px;
  font-weight: normal;
  line-height: 21px
}

.page_connexion .connect .connexion {
  margin-top: 5%
}

.page_connexion .connect .connexion h3 {
  font-family: "Gotham", "PingFang SC", "Microsoft YaHei", "Tahoma", "Arial", "sans-serif";
  font-size: 28px;
  font-weight: normal;
  line-height: 45px;
  margin-bottom: 3%;
  color: #2b2e33
}

.page_connexion .connect .connexion input.email,
.page_connexion .connect .connexion input.mdp,
.page_connexion .connect .connexion input.text {
  padding: 5px;
  font-family: "Gotham", "PingFang SC", "Microsoft YaHei", "Tahoma", "Arial", "sans-serif";
  font-style: 14px;
  font-weight: normal;
  background: transparent;
  color: rgba(0, 0, 0, .5);
  border: none;
  border-bottom: 1px solid #e1e1e1;
  display: block;
  width: 100%;
  margin-bottom: 20px;
  border-radius: 0;
  position: relative
}

.page_connexion .connect .connexion input.email::placeholder,
.page_connexion .connect .connexion input.mdp::placeholder,
.page_connexion .connect .connexion input.text::placeholder {
  font-size: 14px;
  color: rgba(0, 0, 0, .5)
}

.page_connexion .connect .connexion span {
  position: relative;
  display: block;
  width: 100%
}

.page_connexion .connect .connexion .btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px
}

.page_connexion .connect .connexion .btn .oublie {
  font-size: 14px;
  font-weight: normal;
  line-height: 30px;
  text-decoration: underline
}

.page_connexion .creercompte {
  background: url(../image/mon-compte-bg.jpg) no-repeat;
  background-position: center top;
  background-size: 100%;
  width: 55%;
  position: relative;
  display: flex;
  justify-content: flex-end
}

.page_connexion .creercompte .wrapper {
  position: relative;
  z-index: 2;
  display: flex;
  width: 100%
}

.page_connexion .creercompte .wrapper .premier {
  color: white;
  display: flex;
  position: relative;
  justify-content: flex-end;
  flex-direction: column;
  padding: 80px;
  max-width: 70%;
  align-items: flex-start;
  overflow: hidden
}

.page_connexion .creercompte .wrapper .premier h3 {
  font-family: "Gotham", "PingFang SC", "Microsoft YaHei", "Tahoma", "Arial", "sans-serif";
  font-size: 28px;
  font-weight: normal;
  line-height: 45px;
  margin-bottom: 10px
}

.page_connexion .creercompte .wrapper .premier p {
  margin: 10px 0;
  font-size: 16px;
  font-weight: normal;
  line-height: 21px;
  margin-bottom: 30px
}

.page_connexion .creercompte .wrapper .premier .visible {
  opacity: 1;
  transition: 1s
}

.page_connexion .creercompte .wrapper .premier .visible #inscriptiondiv {
  max-width: 220px
}

.page_connexion .creercompte .wrapper .premier .visible.none {
  position: relative;
  left: -550px;
  opacity: 0;
  transition: 1s
}

.page_connexion .creercompte .wrapper .premier .visible a.cta {
  max-width: 250px
}

.page_connexion .creercompte .wrapper .premier .forminscription {
  width: 100%;
  opacity: 0;
  transition: 1s;
  position: absolute;
  left: 427px
}

.page_connexion .creercompte .wrapper .premier .forminscription input.email,
.page_connexion .creercompte .wrapper .premier .forminscription input.mdp {
  padding: 5px;
  font-family: "Gotham", "PingFang SC", "Microsoft YaHei", "Tahoma", "Arial", "sans-serif";
  font-style: 14px;
  background: transparent;
  border: none;
  border-bottom: 1px solid white;
  display: block;
  width: 100%;
  color: white;
  margin-bottom: 25px;
  border-radius: 0;
  padding-left: 5%;
  position: relative
}

.page_connexion .creercompte .wrapper .premier .forminscription input.email::placeholder,
.page_connexion .creercompte .wrapper .premier .forminscription input.mdp::placeholder {
  font-size: 14px;
  color: white
}

.page_connexion .creercompte .wrapper .premier .forminscription span {
  position: relative;
  display: block;
  width: 100%
}

.page_connexion .creercompte .wrapper .premier .forminscription .mail:after {
  content: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMjciIGhlaWdodD0iMjciIHZpZXdCb3g9IjAgMCAyNyAyNyI+CiAgICA8ZGVmcz4KICAgICAgICA8cGF0aCBpZD0iYSIgZD0iTTYuNTA4IDEuMDM2Yy0xLjIwMiAwLTIuMTgzLjk0NC0yLjE4MyAyLjEwMlM1LjMwNiA1LjI0IDYuNTA4IDUuMjQgOC42OSA0LjI5NiA4LjY5IDMuMTM4cy0uOTgtMi4xMDItMi4xODItMi4xMDJtMC0xLjAzNmMxLjc3MSAwIDMuMjI2IDEuNDAxIDMuMjI2IDMuMTM4IDAgMS43MDYtMS40NTUgMy4xMDgtMy4yMjYgMy4xMDgtMS44MDMgMC0zLjI1OC0xLjQwMi0zLjI1OC0zLjEwOEMzLjI1IDEuNDAxIDQuNzA1IDAgNi41MDggMHptLjAwOCA3LjQyQzEwLjA5IDcuNDIgMTMgMTAuMjIxIDEzIDEzLjY2NGMwIC40ODctMS4wNzUuMzY1LTEuMDc1IDAgMC0yLjg2NC0yLjQwNC01LjIxLTUuNDEtNS4yMS0zLjAwNCAwLTUuNDQgMi4zNDYtNS40NCA1LjIxIDAgLjUxOC0xLjA3NS4zMzUtMS4wNzUgMCAwLTMuNDQzIDIuOTEtNi4yNDYgNi41MTYtNi4yNDZ6Ii8+CiAgICA8L2RlZnM+CiAgICA8ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDcgNSkiPgogICAgICAgIDxtYXNrIGlkPSJiIiBmaWxsPSIjZmZmIj4KICAgICAgICAgICAgPHVzZSB4bGluazpocmVmPSIjYSIvPgogICAgICAgIDwvbWFzaz4KICAgICAgICA8dXNlIGZpbGw9IiM1OTYyNTIiIHhsaW5rOmhyZWY9IiNhIi8+CiAgICAgICAgPGcgZmlsbD0iIzU5NjI1MiIgbWFzaz0idXJsKCNiKSI+CiAgICAgICAgICAgIDxwYXRoIGQ9Ik0tNy01aDI3djI3SC03eiIvPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+Cg==);
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  z-index: 9
}

.page_connexion .creercompte .wrapper .premier .forminscription .pass:after {
  content: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMjciIGhlaWdodD0iMjciIHZpZXdCb3g9IjAgMCAyNyAyNyI+CiAgICA8ZGVmcz4KICAgICAgICA8cGF0aCBpZD0iYSIgZD0iTTguOTg2IDExLjY3MWMwIC4xODgtLjEzNS4zMzItLjMxLjMzMkgxLjI0M2MtLjE3NSAwLS4zMS0uMTQ0LS4zMS0uMzMyVjYuMTRjMC0uMTg4LjEzNS0uMzMyLjMxLS4zMzJIOC42NWMuMTc1IDAgLjMxLjE0NC4zMS4zMzJ2NS41MzJoLjAyN3ptLTUuODEtOC43NjhjMC0xLjA1NC43OTctMS45MDYgMS43ODMtMS45MDYuOTg3IDAgMS43ODQuODUyIDEuNzg0IDEuOTA2VjQuODFIMy4xNzZWMi45MDN6bTUuNSAxLjg5M2gtMVYyLjkwM0M3LjY3NiAxLjMgNi40NTkgMCA0Ljk1OSAwUzIuMjQzIDEuMyAyLjI0MyAyLjkwM1Y0LjgxaC0xQy41NTQgNC44MSAwIDUuNDAyIDAgNi4xMzl2NS41MzJDMCAxMi40MDguNTU0IDEzIDEuMjQzIDEzaDcuNDJjLjY4OCAwIDEuMjQyLS41OTIgMS4yNDItMS4zMjlWNi4xNGMuMDE0LS43MzctLjU0LTEuMzQzLTEuMjMtMS4zNDN6Ii8+CiAgICA8L2RlZnM+CiAgICA8ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDkgNykiPgogICAgICAgIDxtYXNrIGlkPSJiIiBmaWxsPSIjZmZmIj4KICAgICAgICAgICAgPHVzZSB4bGluazpocmVmPSIjYSIvPgogICAgICAgIDwvbWFzaz4KICAgICAgICA8dXNlIGZpbGw9IiMwMDVDQjkiIHhsaW5rOmhyZWY9IiNhIi8+CiAgICAgICAgPGcgZmlsbD0iIzAwNWNiOSIgbWFzaz0idXJsKCNiKSI+CiAgICAgICAgICAgIDxwYXRoIGQ9Ik0tOS03aDI3djI3SC05eiIvPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+Cg==);
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  z-index: 9
}

.page_connexion .creercompte .wrapper .premier .forminscription.none {
  position: absolute;
  left: 25px;
  right: 0;
  opacity: 1;
  transition: 1s
}

.page_connexion .connect .lost_reset_password {
  margin-top: 15px
}

.page_connexion .connect .lost_reset_password p {
  margin-top: 0
}

.page_connexion .connect .lost_reset_password .woocommerce-form-row.form-row-first,
.page_connexion .connect .lost_reset_password .woocommerce-form-row.form-row-last {
  width: 100%;
  display: block;
  margin: 0;
  margin-top: 5px;
  position: relative
}

.page_connexion .connect .lost_reset_password .woocommerce-form-row.form-row-first label,
.page_connexion .connect .lost_reset_password .woocommerce-form-row.form-row-last label {
  display: none
}

.page_connexion .connect .lost_reset_password .woocommerce-form-row.form-row-first input,
.page_connexion .connect .lost_reset_password .woocommerce-form-row.form-row-last input {
  padding: 5px;
  font-family: "Gotham", "PingFang SC", "Microsoft YaHei", "Tahoma", "Arial", "sans-serif";
  font-style: 14px;
  background: white;
  border: none;
  border-bottom: 1px solid #979797;
  display: block;
  width: 100%;
  margin-bottom: 20px;
  border-radius: 0;
  padding-left: 6%;
  position: relative
}

.page_connexion .connect .lost_reset_password .woocommerce-form-row.form-row-first input::placeholder,
.page_connexion .connect .lost_reset_password .woocommerce-form-row.form-row-last input::placeholder {
  font-size: 14px;
  color: black
}

.page_connexion .connect .lost_reset_password .woocommerce-form-row.form-row-first:after,
.page_connexion .connect .lost_reset_password .woocommerce-form-row.form-row-last:after {
  content: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMjciIGhlaWdodD0iMjciIHZpZXdCb3g9IjAgMCAyNyAyNyI+CiAgICA8ZGVmcz4KICAgICAgICA8cGF0aCBpZD0iYSIgZD0iTTguOTg2IDExLjY3MWMwIC4xODgtLjEzNS4zMzItLjMxLjMzMkgxLjI0M2MtLjE3NSAwLS4zMS0uMTQ0LS4zMS0uMzMyVjYuMTRjMC0uMTg4LjEzNS0uMzMyLjMxLS4zMzJIOC42NWMuMTc1IDAgLjMxLjE0NC4zMS4zMzJ2NS41MzJoLjAyN3ptLTUuODEtOC43NjhjMC0xLjA1NC43OTctMS45MDYgMS43ODMtMS45MDYuOTg3IDAgMS43ODQuODUyIDEuNzg0IDEuOTA2VjQuODFIMy4xNzZWMi45MDN6bTUuNSAxLjg5M2gtMVYyLjkwM0M3LjY3NiAxLjMgNi40NTkgMCA0Ljk1OSAwUzIuMjQzIDEuMyAyLjI0MyAyLjkwM1Y0LjgxaC0xQy41NTQgNC44MSAwIDUuNDAyIDAgNi4xMzl2NS41MzJDMCAxMi40MDguNTU0IDEzIDEuMjQzIDEzaDcuNDJjLjY4OCAwIDEuMjQyLS41OTIgMS4yNDItMS4zMjlWNi4xNGMuMDE0LS43MzctLjU0LTEuMzQzLTEuMjMtMS4zNDN6Ii8+CiAgICA8L2RlZnM+CiAgICA8ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDkgNykiPgogICAgICAgIDxtYXNrIGlkPSJiIiBmaWxsPSIjZmZmIj4KICAgICAgICAgICAgPHVzZSB4bGluazpocmVmPSIjYSIvPgogICAgICAgIDwvbWFzaz4KICAgICAgICA8dXNlIGZpbGw9IiMwMDVDQjkiIHhsaW5rOmhyZWY9IiNhIi8+CiAgICAgICAgPGcgZmlsbD0iIzAwNWNiOSIgbWFzaz0idXJsKCNiKSI+CiAgICAgICAgICAgIDxwYXRoIGQ9Ik0tOS03aDI3djI3SC05eiIvPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+Cg==);
  display: block;
  position: absolute;
  width: 27px;
  height: 27px;
  top: 5px;
  left: 0;
  z-index: 9
}

.infocompte.register h1 {
  display: inline-block;
  font-family: "Gotham", "PingFang SC", "Microsoft YaHei", "Tahoma", "Arial", "sans-serif";
  font-size: 42px;
  font-weight: normal;
  line-height: 45px;
  letter-spacing: 0px;
  color: #2b2e33;
  letter-spacing: 0px;
}

.infocompte.register .textintro {
  margin: 8px 0 30px
}

.infocompte.register .editinfo .label .form-row-last {
  margin-right: 0
}

.mon_compte {
  margin-bottom: 50px
}

.mon_compte .navheader {
  margin-top: 50px;
  position: relative
}

.mon_compte .navheader h2 {
  display: inline-block;
  font-family: "Gotham", "PingFang SC", "Microsoft YaHei", "Tahoma", "Arial", "sans-serif";
  font-size: 42px;
  font-weight: normal;
  line-height: 45px;
  letter-spacing: 0px;
  color: #2b2e33
}

.mon_compte .navheader .voirprofil {
  position: absolute;
  right: 0;
  bottom: 0
}

.mon_compte .navheader .woocommerce-MyAccount-navigation {
  float: none;
  width: 100%;
  margin-top: 30px
}

.mon_compte .navheader .woocommerce-MyAccount-navigation .principale {
  display: none
}

.mon_compte .navheader .woocommerce-MyAccount-navigation ul {
  display: flex
}

.mon_compte .navheader .woocommerce-MyAccount-navigation ul li {
  color: rgba(43, 46, 48, .4);
  font-family: "Gotham", "PingFang SC", "Microsoft YaHei", "Tahoma", "Arial", "sans-serif";
  font-size: 15px;
  text-transform: uppercase;
  font-weight: normal;
  padding: 0 20px;
  letter-spacing: 0px;
  border-left: 1px solid #cfcfcf
}

.mon_compte .navheader .woocommerce-MyAccount-navigation ul li a {
  color: rgba(43, 46, 48, .4);
  padding: 8px 0
}

.mon_compte .navheader .woocommerce-MyAccount-navigation ul li:first-of-type {
  border: none;
  padding-left: 0
}

.mon_compte .navheader .woocommerce-MyAccount-navigation ul li.is-active {
  color: #2b2e30
}

.mon_compte .navheader .woocommerce-MyAccount-navigation ul li.is-active a {
  color: #2b2e30;
  border-bottom: 3px solid #2b2e30
}

.mon_compte .navheader .woocommerce-MyAccount-navigation ul li.is-active a {
  color: #2b2e30
}

.woocommerce-edit-address .woocommerce-notices-wrapper {
  display: none
}

.infocompte {
  background-color: #eaf0f8;
  padding: 50px 0
}

.infocompte .woocommerce-MyAccount-content {
  float: none;
  width: 100%;
  background: white;
  padding: 50px 65px
}

.infocompte .woocommerce-MyAccount-content .woocommerce-notices-wrapper {
  margin-bottom: 15px
}

.infocompte .woocommerce-MyAccount-content .woocommerce-info {
  border-top-color: #2b2e33
}

.infocompte .woocommerce-MyAccount-content .woocommerce-info:before {
  color: inherit
}

.infocompte .woocommerce-MyAccount-content h3 {
  font-family: "Gotham", "PingFang SC", "Microsoft YaHei", "Tahoma", "Arial", "sans-serif";
  color: #000;
  font-size: 14px;
  font-weight: normal;
  margin: 15px 0
}

.infocompte .woocommerce-MyAccount-content .addresses {
  display: flex;
  flex-direction: row;
  justify-content: space-between
}

.infocompte .woocommerce-MyAccount-content .addresses>.woocommerce-Address {
  width: 45%
}

.infocompte .woocommerce-MyAccount-content .addresses>.woocommerce-Address .form-row {
  margin-right: 0
}

.infocompte .woocommerce-MyAccount-content form.register {
  border: none;
  padding: 0;
  margin: 0
}

.infocompte .woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper {
  margin-bottom: 30px
}

.infocompte .woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper p {
  display: block;
  border-bottom: 1px solid #e1e1e1;
  margin-right: 30px;
  margin-bottom: 15px
}

.infocompte .woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper p label {
  color: #2b2e33;
  font-family: "Gotham", "PingFang SC", "Microsoft YaHei", "Tahoma", "Arial", "sans-serif";
  font-size: 10px;
  font-weight: normal;
  text-transform: uppercase
}

.infocompte .woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper p label .required {
  color: #2b2e33
}

.infocompte .woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper p input,
.infocompte .woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper p textarea,
.infocompte .woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper p select {
  color: rgba(0, 0, 0, .5);
  width: 100%;
  border: none !important;
  border-radius: none !important;
  padding: 0 !important;
  font-family: "Gotham", "PingFang SC", "Microsoft YaHei", "Tahoma", "Arial", "sans-serif";
  font-size: 14px;
  font-weight: 300
}

.infocompte .woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper p .select2-selection--single {
  background: none;
  border: none;
  border-radius: none
}

.infocompte .woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper p .select2-selection--single .select2-selection__rendered {
  padding: 0;
  color: #1f1f29;
  font-family: "Gotham", "PingFang SC", "Microsoft YaHei", "Tahoma", "Arial", "sans-serif";
  font-size: 14px;
  font-weight: 600
}

.infocompte .textintro {
  font-size: 14px;
  font-weight: normal;
  line-height: 17px;
  width: 40%;
  margin-bottom: 15px
}

.infocompte .formcompte {
  display: flex
}

.infocompte .btnsave {
  margin-top: 40px;
  text-align: right
}

@media (max-width:1024px) {
  .infocompte .btnsave {
      text-align: center
  }
}

.infocompte .btnsave .cta {
  display: initial
}

.infocompte .editinfo,
.infocompte .editmdp {
  flex-grow: 1
}

.infocompte .editinfo h3,
.infocompte .editmdp h3 {
  font-family: "Gotham", "PingFang SC", "Microsoft YaHei", "Tahoma", "Arial", "sans-serif";
  color: #000;
  font-size: 14px;
  font-weight: normal;
  margin: 15px 0
}

.infocompte .editinfo .label,
.infocompte .editmdp .label {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

.infocompte .editinfo .label p,
.infocompte .editmdp .label p {
  display: block;
  width: 46%;
  padding: 0;
  margin-bottom: 15px
}

.infocompte .editinfo .label p label,
.infocompte .editmdp .label p label {
  color: #2b2e33;
  font-family: "Gotham", "PingFang SC", "Microsoft YaHei", "Tahoma", "Arial", "sans-serif";
  font-size: 10px;
  font-weight: normal;
  text-transform: uppercase
}

.infocompte .editinfo .label p label .required,
.infocompte .editmdp .label p label .required {
  color: #2b2e33
}

.infocompte .editinfo .label p input,
.infocompte .editmdp .label p input {
  color: black;
  width: 100%;
  border: none;
  border-radius: 0;
  padding: 0;
  line-height: 2;
  letter-spacing: 0px;
  color: rgba(0, 0, 0, .5);
  font-size: 14px;
  font-weight: normal;
  border-bottom: 1px solid #e1e1e1
}

.infocompte .editinfo .recaptcha,
.infocompte .editmdp .recaptcha {
  display: flex;
  flex-direction: column;
  margin-top: -60px
}

@media (max-width:1024px) {

  .infocompte .editinfo .recaptcha,
  .infocompte .editmdp .recaptcha {
      margin-top: 0
  }

  .infocompte .editinfo .recaptcha .anr_captcha_field,
  .infocompte .editmdp .recaptcha .anr_captcha_field {
      margin-left: 0
  }

  .infocompte .editinfo .recaptcha .anr_captcha_field .anr_captcha_field_div>div,
  .infocompte .editmdp .recaptcha .anr_captcha_field .anr_captcha_field_div>div {
      width: auto !important
  }

  .infocompte .editinfo .recaptcha .anr_captcha_field .anr_captcha_field_div>div>div,
  .infocompte .editmdp .recaptcha .anr_captcha_field .anr_captcha_field_div>div>div {
      display: flex;
      justify-content: center
  }
}

.infocompte .editmdp {
  margin-left: 50px;
  flex-grow: 1;
  width: 13%
}

.infocompte .editmdp .label {
  flex-direction: column
}

.infocompte .editmdp .label p {
  width: 100%
}

.infocompte .editmdp .label p label::placeholder {
  color: #9b9b9b
}

.infocompte .account-orders-table {
  border: none !important
}

.infocompte .account-orders-table .woocommerce-orders-table__header {
  padding: 20px 0 !important
}

.infocompte .account-orders-table .woocommerce-orders-table__header span {
  font-size: 13px !important
}

.infocompte .account-orders-table .woocommerce-orders-table__cell {
  width: 15% !important;
  padding: 30px 0 !important;
  font-size: 14px !important
}

.infocompte .account-orders-table .woocommerce-orders-table__cell a {
  font-size: 14px !important
}

.infocompte .account-orders-table .woocommerce-orders-table__cell-order-actions a {
  background: none;
  text-decoration: underline;
  margin: 10px;
  padding: 0
}

.woocommerce-error,
.woocommerce-message {
  border-color: #2b2e33;
  background-color: #eaf0f8
}

.woocommerce-error::before,
.woocommerce-message::before {
  color: #2b2e33
}

.woocommerce-error .button.wc-forward,
.woocommerce-message .button.wc-forward {
  position: absolute;
  right: 8px;
  top: 8px
}

.woocommerce-account .woocommerce-error,
.woocommerce-account .woocommerce-message {
  background: #ccc;
  border-color: #b81c23
}

.woocommerce-account .woocommerce-error::before,
.woocommerce-account .woocommerce-message::before {
  color: #b81c23
}

.page-template-histoire .header-histoire {
  height: calc(100vh - 80px);
  width: 100%;
  position: relative
}

@media (max-width:1024px) {
  .page-template-histoire .header-histoire {
      height: calc(100vh - 65px)
  }
}

@media (max-width:768px) {
  .page-template-histoire .header-histoire {
      height: 100vh
  }
}

.page-template-histoire .header-histoire .textes-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  width: 100%
}

.page-template-histoire .header-histoire .textes-content .titre {
  display: inline-block;
  font-family: "Gotham", "PingFang SC", "Microsoft YaHei", "Tahoma", "Arial", "sans-serif";
  font-size: 55px;
  font-weight: normal;
  line-height: 1.3;
  letter-spacing: 0px;
  color: #fff;
  text-align: center;
  text-align: left;
  line-height: .93;
  margin-bottom: 15px;
  max-width: 520px
}

.page-template-histoire .header-histoire .textes-content .texte {
  font-size: 16px;
  line-height: 1.56;
  letter-spacing: 0px;
  color: #fff;
  max-width: 520px
}

.page-template-histoire .header-histoire .images-content {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  height: 100%;
  width: 100%
}

.page-template-histoire .header-histoire .images-content .bg {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.page-template-histoire section.strate-01.links-anchor-scrolled {
  padding-top: 80px
}

@media (max-width:768px) {
  .page-template-histoire section.strate-01.links-anchor-scrolled {
      padding-top: 0
  }
}

.page-template-histoire section.strate-01 ul.links-anchor {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
  border-bottom: solid 1px rgba(43, 46, 48, .2);
  background-color: #fff;
  z-index: 2
}

@media (max-width:1024px) {
  .page-template-histoire section.strate-01 ul.links-anchor {
      height: 65px
  }
}

@media (max-width:768px) {
  .page-template-histoire section.strate-01 ul.links-anchor {
      display: none
  }
}

.page-template-histoire section.strate-01 ul.links-anchor.scrolled {
  position: fixed;
  top: 100px;
  left: 0;
  width: 100%
}

@media (max-width:1024px) {
  .page-template-histoire section.strate-01 ul.links-anchor.scrolled {
      top: 65px
  }
}

.page-template-histoire section.strate-01 ul.links-anchor li {
  margin: 0 35px 0 0;
  height: 100%;
  position: relative
}

.page-template-histoire section.strate-01 ul.links-anchor li:last-child {
  margin-right: 0
}

.page-template-histoire section.strate-01 ul.links-anchor li.active a.link-anchor {
  color: #2b2e30
}

.page-template-histoire section.strate-01 ul.links-anchor li.active a.link-anchor::after {
  width: 100%
}

.page-template-histoire section.strate-01 ul.links-anchor li a.link-anchor {
  letter-spacing: 0px;
  font-size: 18px;
  font-weight: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-family: "Gotham", "PingFang SC", "Microsoft YaHei", "Tahoma", "Arial", "sans-serif";
  color: #2b2e33;
  height: 100%;
  transition: all 350ms cubic-bezier(.445, .05, .55, .95)
}

.page-template-histoire section.strate-01 ul.links-anchor li a.link-anchor::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  background-color: #2b2e30;
  width: 0;
  transition: all 350ms cubic-bezier(.445, .05, .55, .95)
}

.page-template-histoire section.strate-01 .timeline {
  margin: 100px 0 70px;
  overflow: hidden
}

@media (max-width:768px) {
  .page-template-histoire section.strate-01 .timeline {
      margin-top: 40px
  }
}

.page-template-histoire section.strate-01 .timeline .timeline-year {
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: row-reverse;
  align-items: center;
  height: 640px;
  margin-bottom: 30px;
  padding: 55px 20px 0;
  margin-top: -55px
}

@media (max-width:768px) {
  .page-template-histoire section.strate-01 .timeline .timeline-year {
      flex-direction: column !important;
      height: auto
  }
}

.page-template-histoire section.strate-01 .timeline .timeline-year.active .center .line .picto {
  opacity: 1
}

.page-template-histoire section.strate-01 .timeline .timeline-year:last-child .center .line::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: -2px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #cfcfcf
}

.page-template-histoire section.strate-01 .timeline .timeline-year:nth-child(odd) {
  flex-direction: row
}

.page-template-histoire section.strate-01 .timeline .timeline-year:nth-child(odd) .left {
  padding-left: 0;
  padding-right: 0;
  justify-content: flex-end
}

.page-template-histoire section.strate-01 .timeline .timeline-year:nth-child(odd) .right {
  align-items: flex-start
}

.page-template-histoire section.strate-01 .timeline .timeline-year .left,
.page-template-histoire section.strate-01 .timeline .timeline-year .right {
  width: 50%;
  max-width: 440px
}

.page-template-histoire section.strate-01 .timeline .timeline-year .left {
  display: flex;
  justify-content: flex-start;
  align-items: center
}

@media (max-width:768px) {
  .page-template-histoire section.strate-01 .timeline .timeline-year .left {
      margin-top: 60px;
      padding-right: 0;
      padding-left: 0;
      width: 70%
  }
}

.page-template-histoire section.strate-01 .timeline .timeline-year .left .image {
  width: auto;
  height: auto;
  position: relative
}

.page-template-histoire section.strate-01 .timeline .timeline-year .center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative
}

@media (max-width:768px) {
  .page-template-histoire section.strate-01 .timeline .timeline-year .center {
      align-items: flex-start;
      position: absolute;
      left: -7px;
      padding-left: 20px
  }
}

.page-template-histoire section.strate-01 .timeline .timeline-year .center .center-bg {
  width: 100%;
  height: calc(100% - 40px);
  background-image: url(data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjQwIiB2aWV3Qm94PSIwIDAgNDAgNDAiIHdpZHRoPSI0MCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Im0zMi45MTkuMDA2LTEzLjExNSAxMy4xNDgtMTMuMTQ2LTEzLjExNS02LjY1OC4wMDcgMTkuODEyIDE5Ljc2NiAxOS43NjQtMTkuODEyeiIgZmlsbD0iIzU4NjI1MiIvPjxwYXRoIGQ9Im0xOS44MiAyNi4yODQtMTkuODEyLTE5Ljc2My4wMDggNi42NTcgMTkuODEyIDE5Ljc2NCAxOS43NjQtMTkuODEyLS4wMDgtNi42NTd6IiBmaWxsPSIjM2U0NDQwIi8+PHBhdGggZD0ibTE5LjgzNiAzOS40MTUtMTkuODEyLTE5Ljc2NS4wMDggNi42NTkgMTMuMzMxIDEzLjI5OSAxMi45NDctLjAxNiAxMy4yOTgtMTMuMzMxLS4wMDgtNi42NTh6IiBmaWxsPSIjNTg2MjUyIi8+PHBhdGggZD0ibTMyLjk5MSAzOS41ODMgNi42MzMtLjAwOC0uMDA4LTYuNjMyem0tMzIuOTQyLjA0IDYuNjMzLS4wMDgtNi42NDItNi42MjR6IiBmaWxsPSIjM2U0NDQwIi8+PC9nPjwvc3ZnPg==);
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1
}

@media (max-width:768px) {
  .page-template-histoire section.strate-01 .timeline .timeline-year .center .center-bg {
      display: none
  }
}

.page-template-histoire section.strate-01 .timeline .timeline-year .center .year {
  top: 0;
  left: 50%;
  width: 310px;
  text-align: center;
  color: #2b2e33;
  font-size: 18px;
  font-family: "Gotham", "PingFang SC", "Microsoft YaHei", "Tahoma", "Arial", "sans-serif";
  font-weight: normal;
  letter-spacing: 0px;
  text-transform: uppercase;
  background-color: #fff;
  margin-bottom: 10px
}

@media (max-width:1024px) {
  .page-template-histoire section.strate-01 .timeline .timeline-year .center .year {
      width: 200px
  }
}

@media (max-width:768px) {
  .page-template-histoire section.strate-01 .timeline .timeline-year .center .year {
      text-align: left
  }
}

.page-template-histoire section.strate-01 .timeline .timeline-year .center .line {
  height: 550px;
  position: relative;
  bottom: 0;
  background-color: #c6c7c7;
  width: 1px
}

@media (max-width:768px) {
  .page-template-histoire section.strate-01 .timeline .timeline-year .center .line {
      left: 20px;
      height: calc(100% - 100px)
  }
}

.page-template-histoire section.strate-01 .timeline .timeline-year .center .line:before {
  content: '';
  position: absolute;
  top: 0;
  left: -2px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #cfcfcf
}

.page-template-histoire section.strate-01 .timeline .timeline-year .right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  padding-left: 0;
  padding-right: 0;
  position: relative
}

@media (max-width:768px) {
  .page-template-histoire section.strate-01 .timeline .timeline-year .right {
      width: 70%;
      max-width: 100%;
      padding-left: 0;
      left: 0
  }
}

.page-template-histoire section.strate-01 .timeline .timeline-year .right .text-container {
  max-width: 380px
}

@media (max-width:768px) {
  .page-template-histoire section.strate-01 .timeline .timeline-year .right .text-container {
      max-width: 100%
  }
}

.page-template-histoire section.strate-01 .timeline .timeline-year .right .groupe {
  font-family: "Gotham", "PingFang SC", "Microsoft YaHei", "Tahoma", "Arial", "sans-serif";
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0px;
  color: #2b2e33;
  margin-bottom: 15px;
  text-transform: uppercase
}

.page-template-histoire section.strate-01 .timeline .timeline-year .right h2 {
  font-family: "Gotham", "PingFang SC", "Microsoft YaHei", "Tahoma", "Arial", "sans-serif";
  font-size: 38px;
  font-weight: normal;
  color: #2b2e33;
  line-height: 41px;
  letter-spacing: 0px;
}

@media (max-width:768px) {
  .page-template-histoire section.strate-01 .timeline .timeline-year .right h2 {
      font-size: 30px;
      line-height: 34px
  }
}

.page-template-histoire section.strate-01 .timeline .timeline-year .right .text {
  margin: 25px 0 30px;
  max-width: 380px;
  color: #000;
  font-size: 16px;
  font-weight: normal;
  line-height: 26px
}

@media (max-width:768px) {
  .page-template-histoire section.strate-01 .timeline .timeline-year .right .text {
      max-width: 100%
  }
}

.page-template-histoire section.strate-01 .timeline .timeline-year .right .cta {
  width: fit-content;
  padding: 0 20px
}

.page-template-espace-presse .article-presse-first-push {
  margin-top: 120px;
  margin-bottom: 80px
}

@media (max-width:768px) {
  .page-template-espace-presse .article-presse-first-push {
      margin-bottom: 40px
  }
}

.page-template-espace-presse .article-presse-first-push .wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}

.page-template-espace-presse .article-presse-first-push .wrapper article {
  width: 26.47059%
}

.page-template-espace-presse .article-presse-first-push .wrapper article .wrapper_image {
  padding-bottom: 76.19048%
}

@media (max-width:768px) {
  .page-template-espace-presse .article-presse-first-push .wrapper article {
      width: 100%;
      padding-bottom: 0
  }
}

@media (max-width:768px) {
  .page-template-espace-presse .article-presse-first-push .wrapper .owl-dots {
      display: flex;
      justify-content: center;
      padding-top: 35px;
      width: 100%
  }

  .page-template-espace-presse .article-presse-first-push .wrapper .owl-dots button {
      background: #2b2e33;
      opacity: .5;
      width: 15px;
      height: 15px;
      border-radius: 100px;
      padding: 0;
      margin: 0 5px
  }

  .page-template-espace-presse .article-presse-first-push .wrapper .owl-dots button.active {
      background: black
  }
}

.page-template-espace-presse .article-presse-first-push .wrapper article .wrapper_image {
  width: 100%;
  position: relative
}

.page-template-espace-presse .article-presse-first-push .wrapper article .wrapper_image>a {
  position: absolute;
  width: 100%;
  height: 100%
}

.page-template-espace-presse .article-presse-first-push .wrapper article .wrapper_image>a>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  line-height: 0
}

.page-template-espace-presse .article-presse-first-push .wrapper article .wrapper_cat {
  display: flex;
  padding-left: 30px;
  flex-wrap: wrap;
  position: relative;
  top: -10px
}

.page-template-espace-presse .article-presse-first-push .wrapper article .wrapper_cat .cat {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  margin: 0 10px 10px 0;
  padding: 0 20px;
  background-color: #2b2e33;
  font-size: 13px;
  font-weight: normal;
  color: white;
  text-transform: uppercase
}

.page-template-espace-presse .article-presse-first-push .wrapper article .wrapper_cat .cat.more {
  background-color: #2b2e33
}

.page-template-espace-presse .article-presse-first-push .wrapper article .titre {
  font-size: 18px;
  line-height: 1.33
}

.page-template-espace-presse .article-presse-first-push .wrapper article .date {
  font-weight: normal;
  font-size: 14px;
  color: #2b2e33;
  line-height: 1;
  margin: 10px 0
}

.page-template-espace-presse .article-presse-first-push .wrapper article .plus>.more {
  font-weight: normal;
  font-size: 14px;
  color: #2b2e33;
  text-transform: uppercase;
  justify-content: space-between;
  align-items: center
}

.page-template-espace-presse .article-presse-first-push .wrapper article .plus>.more .icon {
  width: 8px;
  height: 7px;
  margin-left: 3px;
  display: inline-block;
  position: relative
}

.page-template-espace-presse .article-presse-first-push .wrapper article .plus>.more .icon>svg {
  position: absolute
}

.page-template-espace-presse .article-presse-second-push {
  margin-bottom: 105px
}

.page-template-espace-presse .article-presse-second-push .post {
  padding: 40px 0;
  border-bottom: 1px solid #eaf0f8;
  display: flex;
  align-items: center
}

@media (max-width:768px) {
  .page-template-espace-presse .article-presse-second-push .post {
      flex-direction: column;
      align-items: flex-start
  }
}

.page-template-espace-presse .article-presse-second-push .post:first-child {
  border-top: 1px solid #eaf0f8
}

.page-template-espace-presse .article-presse-second-push .post .text {
  flex-grow: 1
}

@media (max-width:768px) {
  .page-template-espace-presse .article-presse-second-push .post .text {
      margin-bottom: 20px
  }
}

.page-template-espace-presse .article-presse-second-push .post .text h3 {
  margin-bottom: 20px
}

.page-template-espace-presse .article-presse-second-push .post .text h3 a {
  font-size: 20px;
  font-weight: normal;
  letter-spacing: 0px;
  color: #2b2e33;
  transition: all 0.25s
}

.page-template-espace-presse .article-presse-second-push .post .text h3 a:hover {
  opacity: .7
}

.page-template-espace-presse .article-presse-second-push .post .text span {
  display: inline-block;
  font-size: 13px;
  font-weight: normal;
  color: #fff;
  text-transform: uppercase;
  padding: 7px 17px;
  margin-right: 20px;
  background-color: #2b2e33
}

.page-template-espace-presse .article-presse-second-push .post .cta {
  padding: 0 30px
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  padding: 1em 2em 1em 3.5em;
  margin: 0 0 0 !important;
  position: relative
}

body.woocommerce-page input[type=checkbox] {
  -webkit-appearance: checkbox
}

body.woocommerce-page .product-name a {
  font-size: 14px;
  font-weight: normal;
  color: #2b2e33
}

body.woocommerce-page .product-name .variation dt {
  font-style: italic;
  min-width: 200px;
  color: #666
}

body.woocommerce-page .product-name .variation dt:before {
  content: '• '
}

body.woocommerce-page .product-name .variation dd.variation-Textedepersonnalisation {
  font-weight: normal;
}

.marquage-wrapper {
  display: none
}

.marquage-wrapper.show {
  display: table
}

.popindetailsperso .alerteperso {
  color: #2b2e33;
  font-size: 14px !important;
  font-weight: normal;
  margin-bottom: 30px
}

body.woocommerce-cart .woocommerce {}

body.woocommerce-cart .woocommerce .wrapper_custom_cart_woocommerce .wrapper.size_max_width {
  display: flex;
  justify-content: flex-end
}

body.woocommerce-cart .woocommerce .wrapper_custom_cart_woocommerce .wrapper.size_max_width .size_max_cart_content {
  display: flex;
  width: 100%;
  flex-direction: column;
  padding-top: 50px
}

body.woocommerce-cart .woocommerce .wrapper_custom_cart_woocommerce .wrapper.size_max_width .size_max_cart_content .header_liste_prod_valider .back a {
  justify-content: flex-start;
  position: relative;
  padding: 0 20px 0 15px;
  font-weight: normal;
  font-size: 12px;
  color: rgba(43, 46, 48, .4)
}

body.woocommerce-cart .woocommerce .wrapper_custom_cart_woocommerce .wrapper.size_max_width .size_max_cart_content .header_liste_prod_valider .back a:after {
  content: '';
  position: absolute;
  transform: rotate(-180deg);
  left: 0;
  top: 1px;
  width: 10px;
  height: 10px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIyLjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkNhbHF1ZV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgNi4zIDkuOCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNi4zIDkuODsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLnN0MHtmaWxsOiM1OTYyNTI7fQo8L3N0eWxlPgo8ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxIDEpIj4KCTxnPgoJCTxwYXRoIGlkPSJiXzFfIiBjbGFzcz0ic3QwIiBkPSJNMCw4LjhjLTAuNiwwLTEtMC40LTEtMWMwLTAuMywwLjEtMC41LDAuMy0wLjdsMy4yLTMuMmwtMy4yLTMuMmMtMC40LTAuNC0wLjQtMSwwLTEuNHMxLTAuNCwxLjQsMAoJCQlsNC42LDQuNkwwLjcsOC41QzAuNSw4LjcsMC4zLDguOCwwLDguOCIvPgoJPC9nPgo8L2c+Cjwvc3ZnPgo=);
  background-repeat: no-repeat;
  background-size: 8px 8px;
  vertical-align: middle
}

body.woocommerce-cart .woocommerce .wrapper_custom_cart_woocommerce .wrapper.size_max_width .size_max_cart_content .header_liste_prod_valider .title {
  font-size: 32px;
  font-weight: normal;
  line-height: 1.56;
  color: #2b2e33;
  margin: 40px 0 0
}

body.woocommerce-cart .woocommerce .wrapper_custom_cart_woocommerce .wrapper.size_max_width .size_max_cart_content .wrapper_liste_prod_valider {
  display: flex
}

body.woocommerce-cart .woocommerce .wrapper_custom_cart_woocommerce .wrapper.size_max_width .size_max_cart_content .wrapper_liste_prod_valider .col_gauche {
  width: 65%;
  padding-right: 46px;
  border-right: solid .5px rgba(0, 0, 0, .2)
}

body.woocommerce-cart .woocommerce .wrapper_custom_cart_woocommerce .wrapper.size_max_width .size_max_cart_content .wrapper_liste_prod_valider .col_gauche .product-remove a.remove {
  text-indent: -9999px;
  height: 40px;
  width: 40px;
  border-radius: 100%;
  border: solid 2px #2b2e33;
  display: block;
  position: relative;
  transition: all 250ms
}

body.woocommerce-cart .woocommerce .wrapper_custom_cart_woocommerce .wrapper.size_max_width .size_max_cart_content .wrapper_liste_prod_valider .col_gauche .product-remove a.remove:before,
body.woocommerce-cart .woocommerce .wrapper_custom_cart_woocommerce .wrapper.size_max_width .size_max_cart_content .wrapper_liste_prod_valider .col_gauche .product-remove a.remove:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 10px;
  width: 16px;
  height: 2px;
  background-color: #2b2e33;
  transform-origin: 50% 50%;
  transition: all 250ms
}

body.woocommerce-cart .woocommerce .wrapper_custom_cart_woocommerce .wrapper.size_max_width .size_max_cart_content .wrapper_liste_prod_valider .col_gauche .product-remove a.remove:before {
  transform: rotate(45deg)
}

body.woocommerce-cart .woocommerce .wrapper_custom_cart_woocommerce .wrapper.size_max_width .size_max_cart_content .wrapper_liste_prod_valider .col_gauche .product-remove a.remove:after {
  transform: rotate(-45deg)
}

body.woocommerce-cart .woocommerce .wrapper_custom_cart_woocommerce .wrapper.size_max_width .size_max_cart_content .wrapper_liste_prod_valider .col_gauche .product-remove a.remove:hover {
  background-color: #2b2e33;
  border: solid 2px #2b2e33
}

body.woocommerce-cart .woocommerce .wrapper_custom_cart_woocommerce .wrapper.size_max_width .size_max_cart_content .wrapper_liste_prod_valider .col_gauche .product-remove a.remove:hover:before,
body.woocommerce-cart .woocommerce .wrapper_custom_cart_woocommerce .wrapper.size_max_width .size_max_cart_content .wrapper_liste_prod_valider .col_gauche .product-remove a.remove:hover:after {
  background-color: white
}

body.woocommerce-cart .woocommerce .wrapper_custom_cart_woocommerce .wrapper.size_max_width .size_max_cart_content .wrapper_liste_prod_valider .col_gauche .wrapper_maj_panier {
  display: flex;
  justify-content: flex-end
}

body.woocommerce-cart .woocommerce .wrapper_custom_cart_woocommerce .wrapper.size_max_width .size_max_cart_content .wrapper_liste_prod_valider .col_gauche .wrapper_maj_panier #maj_panier[disabled] {
  opacity: .2;
  pointer-events: none
}

body.woocommerce-cart .woocommerce .wrapper_custom_cart_woocommerce .wrapper.size_max_width .size_max_cart_content .wrapper_liste_prod_valider .col_droite {
  width: 35%
}

body.woocommerce-cart .woocommerce .wrapper_custom_cart_woocommerce .wrapper.size_max_width .size_max_cart_content .wrapper_liste_prod_valider .col_droite .cart_marc_intro_contact {
  padding-bottom: 22px;
  margin-bottom: 20px;
  border-bottom: solid .5px rgba(0, 0, 0, .2)
}

body.woocommerce-cart .woocommerce .wrapper_custom_cart_woocommerce .wrapper.size_max_width .size_max_cart_content .wrapper_liste_prod_valider .col_droite .cart_marc_intro_contact a {
  display: inline-flex;
  align-items: center;
  height: 40px;
  padding: 0 32px;
  border: solid 2px #2b2e33;
  border-radius: 20px;
  margin-top: 18px
}

body.woocommerce-cart .woocommerce .wrapper_custom_cart_woocommerce .wrapper.size_max_width .size_max_cart_content .wrapper_liste_prod_valider .col_droite .cart_marc_intro_contact a .content {
  font-family: "Gotham", "PingFang SC", "Microsoft YaHei", "Tahoma", "Arial", "sans-serif";
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
  text-transform: uppercase;
  color: #000
}

body.woocommerce-cart .woocommerce .wrapper_custom_cart_woocommerce .wrapper.size_max_width .size_max_cart_content .wrapper_liste_prod_valider .col_droite .titre_recap {
  font-family: "Gotham", "PingFang SC", "Microsoft YaHei", "Tahoma", "Arial", "sans-serif";
  font-size: 28px;
  font-weight: normal;
  color: #2b2e33;
  margin: -50px 0 25px 0
}

body.woocommerce-cart .woocommerce .wrapper_custom_cart_woocommerce .wrapper.size_max_width .size_max_cart_content .wrapper_liste_prod_valider .col_droite .offre_speciale {
  margin: 20px 0 30px;
  font-size: 12px;
  color: #2b2e33;
  font-weight: normal;
}

body.woocommerce-cart .woocommerce .wrapper_custom_cart_woocommerce .wrapper.size_max_width .size_max_cart_content .wrapper_liste_prod_valider .col_droite .cart_marc_bon_reduction .coupon_wrapper {
  margin-top: 0;
  padding-bottom: 22px;
  margin-bottom: 20px;
  border-bottom: solid .5px rgba(0, 0, 0, .2)
}

body.woocommerce-cart .woocommerce .wrapper_custom_cart_woocommerce .wrapper.size_max_width .size_max_cart_content .wrapper_liste_prod_valider .col_droite .cart_marc_bon_reduction .coupon_wrapper .coupon {
  display: flex;
  height: 40px;
  border: solid .5px rgba(0, 0, 0, .2)
}

body.woocommerce-cart .woocommerce .wrapper_custom_cart_woocommerce .wrapper.size_max_width .size_max_cart_content .wrapper_liste_prod_valider .col_droite .cart_marc_bon_reduction .coupon_wrapper .coupon input {
  width: 80%;
  border: none;
  font-size: 13px;
  color: #000;
  padding-left: 20px
}

body.woocommerce-cart .woocommerce .wrapper_custom_cart_woocommerce .wrapper.size_max_width .size_max_cart_content .wrapper_liste_prod_valider .col_droite .cart_marc_bon_reduction .coupon_wrapper .coupon input::-webkit-input-placeholder {
  color: #000
}

body.woocommerce-cart .woocommerce .wrapper_custom_cart_woocommerce .wrapper.size_max_width .size_max_cart_content .wrapper_liste_prod_valider .col_droite .cart_marc_bon_reduction .coupon_wrapper .coupon input::-moz-placeholder {
  color: #000
}

body.woocommerce-cart .woocommerce .wrapper_custom_cart_woocommerce .wrapper.size_max_width .size_max_cart_content .wrapper_liste_prod_valider .col_droite .cart_marc_bon_reduction .coupon_wrapper .coupon input:-ms-input-placeholder {
  color: #000
}

body.woocommerce-cart .woocommerce .wrapper_custom_cart_woocommerce .wrapper.size_max_width .size_max_cart_content .wrapper_liste_prod_valider .col_droite .cart_marc_bon_reduction .coupon_wrapper .coupon input:-moz-placeholder {
  color: #000
}

body.woocommerce-cart .woocommerce .wrapper_custom_cart_woocommerce .wrapper.size_max_width .size_max_cart_content .wrapper_liste_prod_valider .col_droite .cart_marc_bon_reduction .coupon_wrapper .coupon button {
  width: 20%;
  background-color: #2b2e33;
  color: white;
  font-size: 13px;
  border-radius: 0
}

body.woocommerce-cart .woocommerce .wrapper_custom_cart_woocommerce .wrapper.size_max_width .size_max_cart_content .wrapper_liste_prod_valider .col_droite .woocommerce-remove-coupon {
  display: none
}

body.woocommerce-cart .woocommerce .wrapper_custom_cart_woocommerce .wrapper.size_max_width .size_max_cart_content .wrapper_liste_prod_valider .col_droite #finaliser_commande {
  margin-top: 30px;
  margin-bottom: 35px
}

body.woocommerce-cart .woocommerce .wrapper_custom_cart_woocommerce .wrapper.size_max_width .size_max_cart_content .wrapper_liste_prod_valider .col_droite #finaliser_commande.inactif {
  opacity: .2;
  pointer-events: none
}

body.woocommerce-cart .woocommerce .wrapper_custom_cart_woocommerce .wrapper.size_max_width .size_max_cart_content .wrapper_liste_prod_valider .col_droite label.cgv_accept {
  position: relative;
  padding-left: 20px
}

body.woocommerce-cart .woocommerce .wrapper_custom_cart_woocommerce .wrapper.size_max_width .size_max_cart_content .wrapper_liste_prod_valider .col_droite label.cgv_accept input {
  display: none
}

body.woocommerce-cart .woocommerce .wrapper_custom_cart_woocommerce .wrapper.size_max_width .size_max_cart_content .wrapper_liste_prod_valider .col_droite label.cgv_accept .input {
  width: 14px;
  height: 14px;
  display: block;
  margin-right: 10px;
  border: 1px solid #2b2e33 !important;
  position: absolute;
  left: 0;
  top: 0
}

body.woocommerce-cart .woocommerce .wrapper_custom_cart_woocommerce .wrapper.size_max_width .size_max_cart_content .wrapper_liste_prod_valider .col_droite label.cgv_accept .input::after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 100px;
  margin: 0 4px;
  background-color: #2b2e33;
  position: absolute;
  top: 50%;
  left: -50%;
  transform: translate(50%, -50%);
  visibility: hidden
}

body.woocommerce-cart .woocommerce .wrapper_custom_cart_woocommerce .wrapper.size_max_width .size_max_cart_content .wrapper_liste_prod_valider .col_droite label.cgv_accept .input.active::after {
  visibility: visible
}

body.woocommerce-cart .woocommerce .wrapper_custom_cart_woocommerce .wrapper.size_max_width .size_max_cart_content .wrapper_liste_prod_valider .col_droite label.cgv_accept {
  font-size: 12px;
  margin: 20px 0;
  display: block;
  line-height: 1.17;
  letter-spacing: 0px;
  color: rgba(0, 0, 0, .5)
}

body.woocommerce-cart .woocommerce .wrapper_custom_cart_woocommerce .wrapper.size_max_width .size_max_cart_content .wrapper_liste_prod_valider .col_droite label.cgv_accept input[type="checkbox"] {
  margin-right: 5px
}

body.woocommerce-cart .woocommerce .wrapper_custom_cart_woocommerce .wrapper.size_max_width .size_max_cart_content .wrapper_liste_prod_valider .col_droite label.cgv_accept a {
  color: inherit;
  text-decoration: underline
}

body.woocommerce-cart .woocommerce .wrapper_custom_cart_woocommerce .wrapper.size_max_width .size_max_cart_content .wrapper_liste_prod_valider .col_droite .cart_marc_mode_paiement {
  margin-top: 10px;
  padding-top: 20px;
  border-top: solid .5px rgba(0, 0, 0, .2);
  padding-bottom: 20px;
  margin-bottom: 0;
  border-bottom: solid .5px rgba(0, 0, 0, .2)
}

body.woocommerce-cart .woocommerce .wrapper_custom_cart_woocommerce .wrapper.size_max_width .size_max_cart_content .wrapper_liste_prod_valider .col_droite .cart_marc_mode_paiement .title {
  font-weight: normal;
  font-size: 14px
}

body.woocommerce-cart .woocommerce .wrapper_custom_cart_woocommerce .wrapper.size_max_width .size_max_cart_content .wrapper_liste_prod_valider .col_droite .cart_marc_mode_paiement .texte {
  padding-top: 5px
}

body.woocommerce-cart .woocommerce .wrapper_custom_cart_woocommerce .wrapper.size_max_width .size_max_cart_content .wrapper_liste_prod_valider .col_droite .livraison_gratuite {
  font-size: 12px;
  color: #9b9b9b;
  font-style: italic;
  padding-top: 15px;
  margin-bottom: 30px
}

body.woocommerce-cart .woocommerce .marc_cross_sells {
  padding-top: 95px
}

body.woocommerce-cart .woocommerce .marc_cross_sells h2.cross_sells_title {
  font-family: "Gotham", "PingFang SC", "Microsoft YaHei", "Tahoma", "Arial", "sans-serif";
  font-size: 20px;
  font-weight: normal;
  color: #2b2e33;
  padding-bottom: 25px;
  margin-bottom: 63px;
  border-bottom: solid 1px #2b2e33
}

body.woocommerce-cart .woocommerce .marc_cross_sells ul.products {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0
}

body.woocommerce-cart .woocommerce .marc_cross_sells ul.products li.product {
  float: none;
  position: relative;
  width: 23%;
  margin: 0 auto;
  padding: 0
}

body.woocommerce-cart .woocommerce .marc_cross_sells ul.products li.product a.woocommerce-LoopProduct-link {
  display: block
}

body.woocommerce-cart .woocommerce .marc_cross_sells ul.products li.product a.woocommerce-LoopProduct-link img {
  width: 100%;
  padding: 90px 15px 90px 15px;
  background-color: #f7f7f7;
  height: auto;
  margin: 0
}

body.woocommerce-cart .woocommerce .marc_cross_sells ul.products li.product .product_type_variable {
  display: none
}

body.woocommerce-cart .woocommerce .marc_cross_sells ul.products li.product h2,
body.woocommerce-cart .woocommerce .marc_cross_sells ul.products li.product .price {
  font-size: 17px;
  font-weight: normal;
  margin: 26px 0 0 0;
  padding: 0;
  color: #1f1f29
}

body.woocommerce-cart .woocommerce .marc_cross_sells ul.products li.product .price {
  margin: 10px 0 0 0
}

body.woocommerce-cart table.shop_table {
  border: none;
  margin: 0
}

body.woocommerce-cart table.shop_table th {
  padding: 9px 0
}

body.woocommerce-cart .cart-collaterals .cart_totals {
  width: 315px
}

body.woocommerce-cart .col_droite table.shop_table th,
body.woocommerce-cart .col_droite table.shop_table td {
  padding: 0 0 20px 0;
  font-family: "Gotham", "PingFang SC", "Microsoft YaHei", "Tahoma", "Arial", "sans-serif";
  font-size: 13px;
  font-weight: normal;
  color: #000
}

body.woocommerce-cart .col_droite table.shop_table th.Sous-total,
body.woocommerce-cart .col_droite table.shop_table td.Sous-total {
  padding: 0
}

body.woocommerce-cart .col_droite table.shop_table.shop_table_bottom th,
body.woocommerce-cart .col_droite table.shop_table.shop_table_bottom td {
  padding: 0 0 10px 0
}

body.woocommerce-cart .col_droite table.shop_table .cart-subtotal th,
body.woocommerce-cart .col_droite table.shop_table .cart-subtotal td {
  padding: 0 0 10px 0
}

body.woocommerce-cart .col_droite table.shop_table.shop_table_bottom tr.order_total_ht th,
body.woocommerce-cart .col_droite table.shop_table.shop_table_bottom tr.order_total_ht td {
  padding: 10px;
  background-color: rgba(89, 98, 82, .05);
  color: #2b2e33
}

body.woocommerce-cart .col_droite table.shop_table.shop_table_bottom tr.tax-rate th,
body.woocommerce-cart .col_droite table.shop_table.shop_table_bottom tr.tax-rate td {
  padding: 10px;
  background-color: rgba(89, 98, 82, .05)
}

body.woocommerce-cart .col_droite table.shop_table .filet_separation th,
body.woocommerce-cart .col_droite table.shop_table .filet_separation td {
  background-color: rgba(0, 0, 0, .2);
  padding: 0
}

body.woocommerce-cart .col_droite table.shop_table .filet_separation th .content {
  margin-left: 10px;
  background-color: #cfcfcf;
  height: 1px
}

body.woocommerce-cart .col_droite table.shop_table .filet_separation td .content {
  margin-right: 10px;
  background-color: #cfcfcf;
  height: 1px
}

body.woocommerce-cart .col_droite table.shop_table .order-total th,
body.woocommerce-cart .col_droite table.shop_table .order-total td {
  font-size: 14px;
  font-weight: normal;
  padding-top: 20px
}

body.woocommerce-cart .col_droite table.shop_table .order-total th .includes_tax,
body.woocommerce-cart .col_droite table.shop_table .order-total td .includes_tax {
  display: none
}

body.woocommerce-cart table.woocommerce-cart-form__contents td {
  padding-top: 20px;
  padding-bottom: 20px
}

body.woocommerce-cart table.woocommerce-cart-form__contents td.product-name {
  padding-right: 30px;
  max-width: 300px
}

body.woocommerce-cart table.woocommerce-cart-form__contents td.product-quantity {
  min-width: auto;
  padding-right: 20px
}

body.woocommerce-cart table.woocommerce-cart-form__contents td.product-quantity .quantity {
  border: solid 1px #cfcfcf;
  width: 50px;
  height: 38px;
  position: relative
}

body.woocommerce-cart table.woocommerce-cart-form__contents td.product-quantity .quantity .qty {
  border: none;
  border-radius: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 45px;
  height: 38px;
  padding: 0;
  font-size: 14px
}

body.woocommerce-cart table.woocommerce-cart-form__contents td.product-quantity .quantity button {
  position: absolute;
  right: 0;
  width: 39px;
  height: 18px;
  padding: 0
}

body.woocommerce-cart table.woocommerce-cart-form__contents td.product-quantity .quantity button .content {
  background-color: red;
  transform-origin: 50% 50%;
  transform: rotate(45deg)
}

body.woocommerce-cart table.woocommerce-cart-form__contents td.product-quantity .quantity button.more {
  top: 1
}

body.woocommerce-cart table.woocommerce-cart-form__contents td.product-quantity .quantity button.less {
  top: 18px
}

body.woocommerce-cart table.woocommerce-cart-form__contents td dl.variation {
  display: block;
  margin-top: 20px
}

body.woocommerce-cart table.woocommerce-cart-form__contents td dl.variation dt {
  color: #000;
  font-weight: normal;
  font-style: normal;
  font-size: 12px
}

body.woocommerce-cart table.woocommerce-cart-form__contents td dl.variation dt:before {
  display: none
}

body.woocommerce-cart table.woocommerce-cart-form__contents td dl.variation dd {
  font-size: 12px
}

body.woocommerce-cart table.woocommerce-cart-form__contents td dl.variation dd p {
  float: none;
  clear: both
}

body.woocommerce-cart table.woocommerce-cart-form__contents td dl.variation a {
  color: #2b2e33;
  font-size: 12px
}

body.woocommerce-cart table.woocommerce-cart-form__contents td dl.variation .variation-Total {
  display: none
}

.woocommerce-cart table.cart .product-thumbnail {
  padding-left: 53px;
  padding-right: 63px
}

.woocommerce-cart table.cart img {
  width: 75px
}

.woocommerce table.shop_table td {
  padding: 0
}

.woocommerce .col_droite table.shop_table td[data-title] {
  text-align: right
}

.woocommerce-cart .cart-collaterals .cart_totals tr td,
.woocommerce-cart .cart-collaterals .cart_totals tr th {
  border: none
}

.woocommerce-cart .wc-proceed-to-checkout {
  padding: 0;
  margin-top: 15px
}

col droite les tableaux .woocommerce-cart .cart-collaterals .cart_totals table {
  margin: 0
}

.woocommerce-cart .cart-collaterals .cart_totals table th {
  width: auto
}

.woocommerce-cart table.cart td {
  padding: 18px 0
}

body.woocommerce-checkout #customer_shipping_details {
  display: none !important
}

#checkout_timeline.horizontal.text li:not(:last-child) .timeline-wrapper:after {
  display: none !important
}

body.woocommerce-checkout,
body.woocommerce-cart {
  background-color: #eaf0f8
}

body.woocommerce-checkout .woocommerce .wrapper_custom_cart_woocommerce,
body.woocommerce-cart .woocommerce .wrapper_custom_cart_woocommerce {
  background-color: white
}

body.woocommerce-checkout .woocommerce .wrapper.size_max_width,
body.woocommerce-cart .woocommerce .wrapper.size_max_width {
  display: flex;
  justify-content: flex-end
}

body.woocommerce-checkout .woocommerce .wrapper.size_max_width .size_max_cart_content,
body.woocommerce-cart .woocommerce .wrapper.size_max_width .size_max_cart_content {
  display: flex;
  width: 100%;
  flex-direction: column;
  padding-top: 50px;
  padding-top: 50px;
  padding-bottom: 50px;
  flex-direction: row;
  justify-content: space-between
}

body.woocommerce-checkout .woocommerce .wrapper.size_max_width .size_max_cart_content .wrapper_content_alerte,
body.woocommerce-cart .woocommerce .wrapper.size_max_width .size_max_cart_content .wrapper_content_alerte {
  padding: 50px 100px 80px 100px;
  background-color: white;
  width: 100%
}

body.woocommerce-checkout .woocommerce .wrapper.size_max_width .size_max_cart_content .wrapper_content_alerte .cart-empty,
body.woocommerce-cart .woocommerce .wrapper.size_max_width .size_max_cart_content .wrapper_content_alerte .cart-empty {
  display: inline-block;
  font-family: "Gotham", "PingFang SC", "Microsoft YaHei", "Tahoma", "Arial", "sans-serif";
  font-size: 30px;
  font-weight: normal;
  color: #000;
  margin-bottom: 30px
}

body.woocommerce-checkout .woocommerce .wrapper.size_max_width .size_max_cart_content .wrapper_content_alerte .return-to-shop a,
body.woocommerce-cart .woocommerce .wrapper.size_max_width .size_max_cart_content .wrapper_content_alerte .return-to-shop a {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  border-radius: 20px;
  height: 40px;
  padding: 0 40px;
  background-color: #2b2e33;
  color: white;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: normal;
  font-family: "Gotham", "PingFang SC", "Microsoft YaHei", "Tahoma", "Arial", "sans-serif"
}

body.woocommerce-checkout .woocommerce .wrapper.size_max_width .size_max_cart_content .wrapper_content_alerte .woocommerce-notices-wrapper .woocommerce-info,
body.woocommerce-cart .woocommerce .wrapper.size_max_width .size_max_cart_content .wrapper_content_alerte .woocommerce-notices-wrapper .woocommerce-info,
body.woocommerce-checkout .woocommerce .wrapper.size_max_width .size_max_cart_content .wrapper_content_alerte .woocommerce-notices-wrapper .woocommerce-message,
body.woocommerce-cart .woocommerce .wrapper.size_max_width .size_max_cart_content .wrapper_content_alerte .woocommerce-notices-wrapper .woocommerce-message {
  border: none;
  padding: 0 0 26px 0;
  background-color: transparent;
  font-style: italic
}

body.woocommerce-checkout .woocommerce .wrapper.size_max_width .size_max_cart_content .wrapper_content_alerte .woocommerce-notices-wrapper .woocommerce-info:before,
body.woocommerce-cart .woocommerce .wrapper.size_max_width .size_max_cart_content .wrapper_content_alerte .woocommerce-notices-wrapper .woocommerce-info:before,
body.woocommerce-checkout .woocommerce .wrapper.size_max_width .size_max_cart_content .wrapper_content_alerte .woocommerce-notices-wrapper .woocommerce-message:before,
body.woocommerce-cart .woocommerce .wrapper.size_max_width .size_max_cart_content .wrapper_content_alerte .woocommerce-notices-wrapper .woocommerce-message:before {
  display: none
}

body.woocommerce-checkout .woocommerce .wrapper.size_max_width .size_max_cart_content .wrapper_col_gauche,
body.woocommerce-cart .woocommerce .wrapper.size_max_width .size_max_cart_content .wrapper_col_gauche {
  display: flex;
  flex-direction: column;
  width: 750px;
  background-color: white;
  margin-top: 25px
}

body.woocommerce-checkout .woocommerce .wrapper.size_max_width .size_max_cart_content .wrapper_col_gauche #checkout_timeline,
body.woocommerce-cart .woocommerce .wrapper.size_max_width .size_max_cart_content .wrapper_col_gauche #checkout_timeline {
  display: flex;
  background-color: rgba(43, 46, 48, .15);
  height: auto
}

body.woocommerce-checkout .woocommerce .wrapper.size_max_width .size_max_cart_content .wrapper_col_gauche #checkout_timeline li,
body.woocommerce-cart .woocommerce .wrapper.size_max_width .size_max_cart_content .wrapper_col_gauche #checkout_timeline li {
  flex-grow: 1;
  width: 250px;
  padding: 0;
  border-left: solid 1px white;
  border-top: solid 1px white;
  border-bottom: solid 1px white
}

body.woocommerce-checkout .woocommerce .wrapper.size_max_width .size_max_cart_content .wrapper_col_gauche #checkout_timeline li:last-of-type,
body.woocommerce-cart .woocommerce .wrapper.size_max_width .size_max_cart_content .wrapper_col_gauche #checkout_timeline li:last-of-type {
  border-right: solid 1px white
}

body.woocommerce-checkout .woocommerce .wrapper.size_max_width .size_max_cart_content .wrapper_col_gauche #checkout_timeline li.active,
body.woocommerce-cart .woocommerce .wrapper.size_max_width .size_max_cart_content .wrapper_col_gauche #checkout_timeline li.active {
  background-color: #2b2e33
}

body.woocommerce-checkout .woocommerce .wrapper.size_max_width .size_max_cart_content .wrapper_col_gauche #checkout_timeline li .timeline-wrapper,
body.woocommerce-cart .woocommerce .wrapper.size_max_width .size_max_cart_content .wrapper_col_gauche #checkout_timeline li .timeline-wrapper {
  display: flex;
  align-items: center;
  height: 52px
}

body.woocommerce-checkout .woocommerce .wrapper.size_max_width .size_max_cart_content .wrapper_col_gauche #checkout_timeline li .timeline-wrapper .timeline-label,
body.woocommerce-cart .woocommerce .wrapper.size_max_width .size_max_cart_content .wrapper_col_gauche #checkout_timeline li .timeline-wrapper .timeline-label {
  padding: 0px !important;
  color: white;
  font-family: "Gotham", "PingFang SC", "Microsoft YaHei", "Tahoma", "Arial", "sans-serif";
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0px;
  font-weight: normal;
}

body.woocommerce-checkout .woocommerce .wrapper.size_max_width .size_max_cart_content .wrapper_col_gauche #checkout-wrapper,
body.woocommerce-cart .woocommerce .wrapper.size_max_width .size_max_cart_content .wrapper_col_gauche #checkout-wrapper {
  padding: 40px 65px
}

body.woocommerce-checkout .woocommerce .wrapper.size_max_width .size_max_cart_content .wrapper_col_gauche #checkout-wrapper i,
body.woocommerce-cart .woocommerce .wrapper.size_max_width .size_max_cart_content .wrapper_col_gauche #checkout-wrapper i {
  color: #2b2e33;
  margin: 0 0 20px
}

body.woocommerce-checkout .woocommerce .wrapper.size_max_width .size_max_cart_content .wrapper_col_gauche #checkout-wrapper h3,
body.woocommerce-cart .woocommerce .wrapper.size_max_width .size_max_cart_content .wrapper_col_gauche #checkout-wrapper h3 {
  font-family: "Gotham", "PingFang SC", "Microsoft YaHei", "Tahoma", "Arial", "sans-serif";
  color: #2b2e33;
  font-size: 32px;
  line-height: 40px;
  font-weight: normal;
  margin: 20px 0 15px
}

body.woocommerce-checkout .woocommerce .wrapper.size_max_width .size_max_cart_content .wrapper_col_gauche #checkout-wrapper .woocommerce-message,
body.woocommerce-cart .woocommerce .wrapper.size_max_width .size_max_cart_content .wrapper_col_gauche #checkout-wrapper .woocommerce-message {
  margin-bottom: 20px !important
}

body.woocommerce-checkout .woocommerce .wrapper.size_max_width .size_max_cart_content .wrapper_col_gauche #checkout-wrapper form.checkout.woocommerce-checkout,
body.woocommerce-cart .woocommerce .wrapper.size_max_width .size_max_cart_content .wrapper_col_gauche #checkout-wrapper form.checkout.woocommerce-checkout {
  margin-bottom: 45px
}

body.woocommerce-checkout .woocommerce .wrapper.size_max_width .size_max_cart_content .wrapper_col_gauche #checkout-wrapper .form-row,
body.woocommerce-cart .woocommerce .wrapper.size_max_width .size_max_cart_content .wrapper_col_gauche #checkout-wrapper .form-row {
  display: block;
  border-bottom: 1px solid #cfcfcf;
  padding: 0;
  margin: 0 0 15px
}

body.woocommerce-checkout .woocommerce .wrapper.size_max_width .size_max_cart_content .wrapper_col_gauche #checkout-wrapper .form-row.woocommerce-invalid,
body.woocommerce-cart .woocommerce .wrapper.size_max_width .size_max_cart_content .wrapper_col_gauche #checkout-wrapper .form-row.woocommerce-invalid {
  border-bottom: 1px solid #a00
}

body.woocommerce-checkout .woocommerce .wrapper.size_max_width .size_max_cart_content .wrapper_col_gauche #checkout-wrapper .form-row.woocommerce-invalid label,
body.woocommerce-cart .woocommerce .wrapper.size_max_width .size_max_cart_content .wrapper_col_gauche #checkout-wrapper .form-row.woocommerce-invalid label {
  color: #a00
}

body.woocommerce-checkout .woocommerce .wrapper.size_max_width .size_max_cart_content .wrapper_col_gauche #checkout-wrapper .form-row.woocommerce-invalid label .required,
body.woocommerce-cart .woocommerce .wrapper.size_max_width .size_max_cart_content .wrapper_col_gauche #checkout-wrapper .form-row.woocommerce-invalid label .required {
  color: #a00
}

body.woocommerce-checkout .woocommerce .wrapper.size_max_width .size_max_cart_content .wrapper_col_gauche #checkout-wrapper .form-row label,
body.woocommerce-cart .woocommerce .wrapper.size_max_width .size_max_cart_content .wrapper_col_gauche #checkout-wrapper .form-row label {
  color: #2b2e33;
  font-family: "Gotham", "PingFang SC", "Microsoft YaHei", "Tahoma", "Arial", "sans-serif";
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0px;
  font-weight: normal;
}

body.woocommerce-checkout .woocommerce .wrapper.size_max_width .size_max_cart_content .wrapper_col_gauche #checkout-wrapper .form-row label .required,
body.woocommerce-cart .woocommerce .wrapper.size_max_width .size_max_cart_content .wrapper_col_gauche #checkout-wrapper .form-row label .required {
  color: #2b2e33
}

body.woocommerce-checkout .woocommerce .wrapper.size_max_width .size_max_cart_content .wrapper_col_gauche #checkout-wrapper input:not([type="button"]),
body.woocommerce-cart .woocommerce .wrapper.size_max_width .size_max_cart_content .wrapper_col_gauche #checkout-wrapper input:not([type="button"]),
body.woocommerce-checkout .woocommerce .wrapper.size_max_width .size_max_cart_content .wrapper_col_gauche #checkout-wrapper textarea,
body.woocommerce-cart .woocommerce .wrapper.size_max_width .size_max_cart_content .wrapper_col_gauche #checkout-wrapper textarea,
body.woocommerce-checkout .woocommerce .wrapper.size_max_width .size_max_cart_content .wrapper_col_gauche #checkout-wrapper select,
body.woocommerce-cart .woocommerce .wrapper.size_max_width .size_max_cart_content .wrapper_col_gauche #checkout-wrapper select {
  width: 100%;
  border: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
  font-family: "Gotham", "PingFang SC", "Microsoft YaHei", "Tahoma", "Arial", "sans-serif";
  font-size: 14px;
  font-weight: normal;
  line-height: 2;
  letter-spacing: 0px;
  color: rgba(0, 0, 0, .5)
}

body.woocommerce-checkout .woocommerce .wrapper.size_max_width .size_max_cart_content .wrapper_col_gauche .select2-selection--single,
body.woocommerce-cart .woocommerce .wrapper.size_max_width .size_max_cart_content .wrapper_col_gauche .select2-selection--single {
  background: none;
  border: none;
  border-radius: none
}

body.woocommerce-checkout .woocommerce .wrapper.size_max_width .size_max_cart_content .wrapper_col_gauche .select2-selection--single .select2-selection__rendered,
body.woocommerce-cart .woocommerce .wrapper.size_max_width .size_max_cart_content .wrapper_col_gauche .select2-selection--single .select2-selection__rendered {
  padding: 0;
  color: #1f1f29;
  font-family: "Gotham", "PingFang SC", "Microsoft YaHei", "Tahoma", "Arial", "sans-serif";
  font-size: 14px;
  font-weight: 600
}

body.woocommerce-checkout .woocommerce .wrapper.size_max_width .size_max_cart_content .wrapper_col_gauche #ship-to-different-address,
body.woocommerce-cart .woocommerce .wrapper.size_max_width .size_max_cart_content .wrapper_col_gauche #ship-to-different-address {
  width: auto;
  margin: 20px 0
}

body.woocommerce-checkout .woocommerce .wrapper.size_max_width .size_max_cart_content .wrapper_col_gauche #form_actions,
body.woocommerce-cart .woocommerce .wrapper.size_max_width .size_max_cart_content .wrapper_col_gauche #form_actions {
  display: flex;
  justify-content: flex-end
}

body.woocommerce-checkout .woocommerce .wrapper.size_max_width .size_max_cart_content .wrapper_col_gauche #form_actions input,
body.woocommerce-cart .woocommerce .wrapper.size_max_width .size_max_cart_content .wrapper_col_gauche #form_actions input {
  background-color: white
}

body.woocommerce-checkout .woocommerce .wrapper.size_max_width .wrapper_col_droite,
body.woocommerce-cart .woocommerce .wrapper.size_max_width .wrapper_col_droite {
  display: flex;
  flex-direction: column;
  color: #000;
  padding: 0 20px
}

body.woocommerce-checkout .woocommerce .wrapper.size_max_width .wrapper_col_droite .recap,
body.woocommerce-cart .woocommerce .wrapper.size_max_width .wrapper_col_droite .recap,
body.woocommerce-checkout .woocommerce .wrapper.size_max_width .wrapper_col_droite h2,
body.woocommerce-cart .woocommerce .wrapper.size_max_width .wrapper_col_droite h2 {
  font-family: "Gotham", "PingFang SC", "Microsoft YaHei", "Tahoma", "Arial", "sans-serif";
  font-size: 28px;
  font-weight: normal;
  color: #2b2e33;
  margin-top: 35px;
  margin-bottom: 30px;
  line-height: 1
}

body.woocommerce-checkout .woocommerce .wrapper.size_max_width .wrapper_col_droite .offre_speciale,
body.woocommerce-cart .woocommerce .wrapper.size_max_width .wrapper_col_droite .offre_speciale {
  width: 250px;
  margin: 20px 0 30px;
  font-size: 12px;
  color: #2b2e33;
  font-weight: normal;
}

body.woocommerce-checkout .woocommerce .wrapper.size_max_width .wrapper_col_droite .mini-cart,
body.woocommerce-cart .woocommerce .wrapper.size_max_width .wrapper_col_droite .mini-cart,
body.woocommerce-checkout .woocommerce .wrapper.size_max_width .wrapper_col_droite .woocommerce-order-details,
body.woocommerce-cart .woocommerce .wrapper.size_max_width .wrapper_col_droite .woocommerce-order-details,
body.woocommerce-checkout .woocommerce .wrapper.size_max_width .wrapper_col_droite .woocommerce-bacs-bank-details,
body.woocommerce-cart .woocommerce .wrapper.size_max_width .wrapper_col_droite .woocommerce-bacs-bank-details {
  width: 310px
}

body.woocommerce-checkout .woocommerce .wrapper.size_max_width .wrapper_col_droite .mini-cart table.shop_table,
body.woocommerce-cart .woocommerce .wrapper.size_max_width .wrapper_col_droite .mini-cart table.shop_table,
body.woocommerce-checkout .woocommerce .wrapper.size_max_width .wrapper_col_droite .woocommerce-order-details table.shop_table,
body.woocommerce-cart .woocommerce .wrapper.size_max_width .wrapper_col_droite .woocommerce-order-details table.shop_table,
body.woocommerce-checkout .woocommerce .wrapper.size_max_width .wrapper_col_droite .woocommerce-bacs-bank-details table.shop_table,
body.woocommerce-cart .woocommerce .wrapper.size_max_width .wrapper_col_droite .woocommerce-bacs-bank-details table.shop_table,
body.woocommerce-checkout .woocommerce .wrapper.size_max_width .wrapper_col_droite .mini-cart table.shop_table td,
body.woocommerce-cart .woocommerce .wrapper.size_max_width .wrapper_col_droite .mini-cart table.shop_table td,
body.woocommerce-checkout .woocommerce .wrapper.size_max_width .wrapper_col_droite .woocommerce-order-details table.shop_table td,
body.woocommerce-cart .woocommerce .wrapper.size_max_width .wrapper_col_droite .woocommerce-order-details table.shop_table td,
body.woocommerce-checkout .woocommerce .wrapper.size_max_width .wrapper_col_droite .woocommerce-bacs-bank-details table.shop_table td,
body.woocommerce-cart .woocommerce .wrapper.size_max_width .wrapper_col_droite .woocommerce-bacs-bank-details table.shop_table td,
body.woocommerce-checkout .woocommerce .wrapper.size_max_width .wrapper_col_droite .mini-cart table.shop_table th,
body.woocommerce-cart .woocommerce .wrapper.size_max_width .wrapper_col_droite .mini-cart table.shop_table th,
body.woocommerce-checkout .woocommerce .wrapper.size_max_width .wrapper_col_droite .woocommerce-order-details table.shop_table th,
body.woocommerce-cart .woocommerce .wrapper.size_max_width .wrapper_col_droite .woocommerce-order-details table.shop_table th,
body.woocommerce-checkout .woocommerce .wrapper.size_max_width .wrapper_col_droite .woocommerce-bacs-bank-details table.shop_table th,
body.woocommerce-cart .woocommerce .wrapper.size_max_width .wrapper_col_droite .woocommerce-bacs-bank-details table.shop_table th {
  border: none;
  margin: 0;
  border-radius: 0;
  padding: 0
}

body.woocommerce-checkout .woocommerce .wrapper.size_max_width .wrapper_col_droite .mini-cart table.shop_table tr th.product-total,
body.woocommerce-cart .woocommerce .wrapper.size_max_width .wrapper_col_droite .mini-cart table.shop_table tr th.product-total,
body.woocommerce-checkout .woocommerce .wrapper.size_max_width .wrapper_col_droite .woocommerce-order-details table.shop_table tr th.product-total,
body.woocommerce-cart .woocommerce .wrapper.size_max_width .wrapper_col_droite .woocommerce-order-details table.shop_table tr th.product-total,
body.woocommerce-checkout .woocommerce .wrapper.size_max_width .wrapper_col_droite .woocommerce-bacs-bank-details table.shop_table tr th.product-total,
body.woocommerce-cart .woocommerce .wrapper.size_max_width .wrapper_col_droite .woocommerce-bacs-bank-details table.shop_table tr th.product-total,
body.woocommerce-checkout .woocommerce .wrapper.size_max_width .wrapper_col_droite .mini-cart table.shop_table tr td:last-of-type,
body.woocommerce-cart .woocommerce .wrapper.size_max_width .wrapper_col_droite .mini-cart table.shop_table tr td:last-of-type,
body.woocommerce-checkout .woocommerce .wrapper.size_max_width .wrapper_col_droite .woocommerce-order-details table.shop_table tr td:last-of-type,
body.woocommerce-cart .woocommerce .wrapper.size_max_width .wrapper_col_droite .woocommerce-order-details table.shop_table tr td:last-of-type,
body.woocommerce-checkout .woocommerce .wrapper.size_max_width .wrapper_col_droite .woocommerce-bacs-bank-details table.shop_table tr td:last-of-type,
body.woocommerce-cart .woocommerce .wrapper.size_max_width .wrapper_col_droite .woocommerce-bacs-bank-details table.shop_table tr td:last-of-type {
  text-align: right;
  width: 100px
}

body.woocommerce-checkout .woocommerce .wrapper.size_max_width .wrapper_col_droite .mini-cart table.shop_table td,
body.woocommerce-cart .woocommerce .wrapper.size_max_width .wrapper_col_droite .mini-cart table.shop_table td,
body.woocommerce-checkout .woocommerce .wrapper.size_max_width .wrapper_col_droite .woocommerce-order-details table.shop_table td,
body.woocommerce-cart .woocommerce .wrapper.size_max_width .wrapper_col_droite .woocommerce-order-details table.shop_table td,
body.woocommerce-checkout .woocommerce .wrapper.size_max_width .wrapper_col_droite .woocommerce-bacs-bank-details table.shop_table td,
body.woocommerce-cart .woocommerce .wrapper.size_max_width .wrapper_col_droite .woocommerce-bacs-bank-details table.shop_table td,
body.woocommerce-checkout .woocommerce .wrapper.size_max_width .wrapper_col_droite .mini-cart table.shop_table th,
body.woocommerce-cart .woocommerce .wrapper.size_max_width .wrapper_col_droite .mini-cart table.shop_table th,
body.woocommerce-checkout .woocommerce .wrapper.size_max_width .wrapper_col_droite .woocommerce-order-details table.shop_table th,
body.woocommerce-cart .woocommerce .wrapper.size_max_width .wrapper_col_droite .woocommerce-order-details table.shop_table th,
body.woocommerce-checkout .woocommerce .wrapper.size_max_width .wrapper_col_droite .woocommerce-bacs-bank-details table.shop_table th,
body.woocommerce-cart .woocommerce .wrapper.size_max_width .wrapper_col_droite .woocommerce-bacs-bank-details table.shop_table th {
  font-family: "Gotham", "PingFang SC", "Microsoft YaHei", "Tahoma", "Arial", "sans-serif";
  font-size: 12px;
  font-weight: 600
}

body.woocommerce-checkout .woocommerce .wrapper.size_max_width .wrapper_col_droite .mini-cart table.shop_table thead tr:first-of-type th,
body.woocommerce-cart .woocommerce .wrapper.size_max_width .wrapper_col_droite .mini-cart table.shop_table thead tr:first-of-type th,
body.woocommerce-checkout .woocommerce .wrapper.size_max_width .wrapper_col_droite .woocommerce-order-details table.shop_table thead tr:first-of-type th,
body.woocommerce-cart .woocommerce .wrapper.size_max_width .wrapper_col_droite .woocommerce-order-details table.shop_table thead tr:first-of-type th,
body.woocommerce-checkout .woocommerce .wrapper.size_max_width .wrapper_col_droite .woocommerce-bacs-bank-details table.shop_table thead tr:first-of-type th,
body.woocommerce-cart .woocommerce .wrapper.size_max_width .wrapper_col_droite .woocommerce-bacs-bank-details table.shop_table thead tr:first-of-type th,
body.woocommerce-checkout .woocommerce .wrapper.size_max_width .wrapper_col_droite .mini-cart table.shop_table thead tr:first-of-type td,
body.woocommerce-cart .woocommerce .wrapper.size_max_width .wrapper_col_droite .mini-cart table.shop_table thead tr:first-of-type td,
body.woocommerce-checkout .woocommerce .wrapper.size_max_width .wrapper_col_droite .woocommerce-order-details table.shop_table thead tr:first-of-type td,
body.woocommerce-cart .woocommerce .wrapper.size_max_width .wrapper_col_droite .woocommerce-order-details table.shop_table thead tr:first-of-type td,
body.woocommerce-checkout .woocommerce .wrapper.size_max_width .wrapper_col_droite .woocommerce-bacs-bank-details table.shop_table thead tr:first-of-type td,
body.woocommerce-cart .woocommerce .wrapper.size_max_width .wrapper_col_droite .woocommerce-bacs-bank-details table.shop_table thead tr:first-of-type td {
  font-size: 13px;
  font-weight: normal;
}

body.woocommerce-checkout .woocommerce .wrapper.size_max_width .wrapper_col_droite .mini-cart table.shop_table tbody tr td:last-of-type,
body.woocommerce-cart .woocommerce .wrapper.size_max_width .wrapper_col_droite .mini-cart table.shop_table tbody tr td:last-of-type,
body.woocommerce-checkout .woocommerce .wrapper.size_max_width .wrapper_col_droite .woocommerce-order-details table.shop_table tbody tr td:last-of-type,
body.woocommerce-cart .woocommerce .wrapper.size_max_width .wrapper_col_droite .woocommerce-order-details table.shop_table tbody tr td:last-of-type,
body.woocommerce-checkout .woocommerce .wrapper.size_max_width .wrapper_col_droite .woocommerce-bacs-bank-details table.shop_table tbody tr td:last-of-type,
body.woocommerce-cart .woocommerce .wrapper.size_max_width .wrapper_col_droite .woocommerce-bacs-bank-details table.shop_table tbody tr td:last-of-type,
body.woocommerce-checkout .woocommerce .wrapper.size_max_width .wrapper_col_droite .mini-cart table.shop_table tfoot tr td,
body.woocommerce-cart .woocommerce .wrapper.size_max_width .wrapper_col_droite .mini-cart table.shop_table tfoot tr td,
body.woocommerce-checkout .woocommerce .wrapper.size_max_width .wrapper_col_droite .woocommerce-order-details table.shop_table tfoot tr td,
body.woocommerce-cart .woocommerce .wrapper.size_max_width .wrapper_col_droite .woocommerce-order-details table.shop_table tfoot tr td,
body.woocommerce-checkout .woocommerce .wrapper.size_max_width .wrapper_col_droite .woocommerce-bacs-bank-details table.shop_table tfoot tr td,
body.woocommerce-cart .woocommerce .wrapper.size_max_width .wrapper_col_droite .woocommerce-bacs-bank-details table.shop_table tfoot tr td,
body.woocommerce-checkout .woocommerce .wrapper.size_max_width .wrapper_col_droite .mini-cart table.shop_table tfoot tr th,
body.woocommerce-cart .woocommerce .wrapper.size_max_width .wrapper_col_droite .mini-cart table.shop_table tfoot tr th,
body.woocommerce-checkout .woocommerce .wrapper.size_max_width .wrapper_col_droite .woocommerce-order-details table.shop_table tfoot tr th,
body.woocommerce-cart .woocommerce .wrapper.size_max_width .wrapper_col_droite .woocommerce-order-details table.shop_table tfoot tr th,
body.woocommerce-checkout .woocommerce .wrapper.size_max_width .wrapper_col_droite .woocommerce-bacs-bank-details table.shop_table tfoot tr th,
body.woocommerce-cart .woocommerce .wrapper.size_max_width .wrapper_col_droite .woocommerce-bacs-bank-details table.shop_table tfoot tr th {
  font-weight: normal;
  vertical-align: text-top
}

body.woocommerce-checkout .woocommerce .wrapper.size_max_width .wrapper_col_droite .mini-cart table.shop_table td,
body.woocommerce-cart .woocommerce .wrapper.size_max_width .wrapper_col_droite .mini-cart table.shop_table td,
body.woocommerce-checkout .woocommerce .wrapper.size_max_width .wrapper_col_droite .woocommerce-order-details table.shop_table td,
body.woocommerce-cart .woocommerce .wrapper.size_max_width .wrapper_col_droite .woocommerce-order-details table.shop_table td,
body.woocommerce-checkout .woocommerce .wrapper.size_max_width .wrapper_col_droite .woocommerce-bacs-bank-details table.shop_table td,
body.woocommerce-cart .woocommerce .wrapper.size_max_width .wrapper_col_droite .woocommerce-bacs-bank-details table.shop_table td,
body.woocommerce-checkout .woocommerce .wrapper.size_max_width .wrapper_col_droite .mini-cart table.shop_table th,
body.woocommerce-cart .woocommerce .wrapper.size_max_width .wrapper_col_droite .mini-cart table.shop_table th,
body.woocommerce-checkout .woocommerce .wrapper.size_max_width .wrapper_col_droite .woocommerce-order-details table.shop_table th,
body.woocommerce-cart .woocommerce .wrapper.size_max_width .wrapper_col_droite .woocommerce-order-details table.shop_table th,
body.woocommerce-checkout .woocommerce .wrapper.size_max_width .wrapper_col_droite .woocommerce-bacs-bank-details table.shop_table th,
body.woocommerce-cart .woocommerce .wrapper.size_max_width .wrapper_col_droite .woocommerce-bacs-bank-details table.shop_table th {
  padding-bottom: 12px
}

body.woocommerce-checkout .woocommerce .wrapper.size_max_width .wrapper_col_droite .mini-cart table.shop_table td dl.variation,
body.woocommerce-cart .woocommerce .wrapper.size_max_width .wrapper_col_droite .mini-cart table.shop_table td dl.variation,
body.woocommerce-checkout .woocommerce .wrapper.size_max_width .wrapper_col_droite .woocommerce-order-details table.shop_table td dl.variation,
body.woocommerce-cart .woocommerce .wrapper.size_max_width .wrapper_col_droite .woocommerce-order-details table.shop_table td dl.variation,
body.woocommerce-checkout .woocommerce .wrapper.size_max_width .wrapper_col_droite .woocommerce-bacs-bank-details table.shop_table td dl.variation,
body.woocommerce-cart .woocommerce .wrapper.size_max_width .wrapper_col_droite .woocommerce-bacs-bank-details table.shop_table td dl.variation,
body.woocommerce-checkout .woocommerce .wrapper.size_max_width .wrapper_col_droite .mini-cart table.shop_table th dl.variation,
body.woocommerce-cart .woocommerce .wrapper.size_max_width .wrapper_col_droite .mini-cart table.shop_table th dl.variation,
body.woocommerce-checkout .woocommerce .wrapper.size_max_width .wrapper_col_droite .woocommerce-order-details table.shop_table th dl.variation,
body.woocommerce-cart .woocommerce .wrapper.size_max_width .wrapper_col_droite .woocommerce-order-details table.shop_table th dl.variation,
body.woocommerce-checkout .woocommerce .wrapper.size_max_width .wrapper_col_droite .woocommerce-bacs-bank-details table.shop_table th dl.variation,
body.woocommerce-cart .woocommerce .wrapper.size_max_width .wrapper_col_droite .woocommerce-bacs-bank-details table.shop_table th dl.variation {
  display: none
}

body.woocommerce-checkout .woocommerce .wrapper.size_max_width .wrapper_col_droite .mini-cart table.shop_table tbody tr:last-of-type td,
body.woocommerce-cart .woocommerce .wrapper.size_max_width .wrapper_col_droite .mini-cart table.shop_table tbody tr:last-of-type td,
body.woocommerce-checkout .woocommerce .wrapper.size_max_width .wrapper_col_droite .woocommerce-order-details table.shop_table tbody tr:last-of-type td,
body.woocommerce-cart .woocommerce .wrapper.size_max_width .wrapper_col_droite .woocommerce-order-details table.shop_table tbody tr:last-of-type td,
body.woocommerce-checkout .woocommerce .wrapper.size_max_width .wrapper_col_droite .woocommerce-bacs-bank-details table.shop_table tbody tr:last-of-type td,
body.woocommerce-cart .woocommerce .wrapper.size_max_width .wrapper_col_droite .woocommerce-bacs-bank-details table.shop_table tbody tr:last-of-type td {
  padding-bottom: 20px
}

body.woocommerce-checkout .woocommerce .wrapper.size_max_width .wrapper_col_droite .mini-cart table.shop_table tfoot tr:first-of-type th,
body.woocommerce-cart .woocommerce .wrapper.size_max_width .wrapper_col_droite .mini-cart table.shop_table tfoot tr:first-of-type th,
body.woocommerce-checkout .woocommerce .wrapper.size_max_width .wrapper_col_droite .woocommerce-order-details table.shop_table tfoot tr:first-of-type th,
body.woocommerce-cart .woocommerce .wrapper.size_max_width .wrapper_col_droite .woocommerce-order-details table.shop_table tfoot tr:first-of-type th,
body.woocommerce-checkout .woocommerce .wrapper.size_max_width .wrapper_col_droite .woocommerce-bacs-bank-details table.shop_table tfoot tr:first-of-type th,
body.woocommerce-cart .woocommerce .wrapper.size_max_width .wrapper_col_droite .woocommerce-bacs-bank-details table.shop_table tfoot tr:first-of-type th,
body.woocommerce-checkout .woocommerce .wrapper.size_max_width .wrapper_col_droite .mini-cart table.shop_table tfoot tr:first-of-type td,
body.woocommerce-cart .woocommerce .wrapper.size_max_width .wrapper_col_droite .mini-cart table.shop_table tfoot tr:first-of-type td,
body.woocommerce-checkout .woocommerce .wrapper.size_max_width .wrapper_col_droite .woocommerce-order-details table.shop_table tfoot tr:first-of-type td,
body.woocommerce-cart .woocommerce .wrapper.size_max_width .wrapper_col_droite .woocommerce-order-details table.shop_table tfoot tr:first-of-type td,
body.woocommerce-checkout .woocommerce .wrapper.size_max_width .wrapper_col_droite .woocommerce-bacs-bank-details table.shop_table tfoot tr:first-of-type td,
body.woocommerce-cart .woocommerce .wrapper.size_max_width .wrapper_col_droite .woocommerce-bacs-bank-details table.shop_table tfoot tr:first-of-type td,
body.woocommerce-checkout .woocommerce .wrapper.size_max_width .wrapper_col_droite .mini-cart table.shop_table tfoot tr:last-of-type th,
body.woocommerce-cart .woocommerce .wrapper.size_max_width .wrapper_col_droite .mini-cart table.shop_table tfoot tr:last-of-type th,
body.woocommerce-checkout .woocommerce .wrapper.size_max_width .wrapper_col_droite .woocommerce-order-details table.shop_table tfoot tr:last-of-type th,
body.woocommerce-cart .woocommerce .wrapper.size_max_width .wrapper_col_droite .woocommerce-order-details table.shop_table tfoot tr:last-of-type th,
body.woocommerce-checkout .woocommerce .wrapper.size_max_width .wrapper_col_droite .woocommerce-bacs-bank-details table.shop_table tfoot tr:last-of-type th,
body.woocommerce-cart .woocommerce .wrapper.size_max_width .wrapper_col_droite .woocommerce-bacs-bank-details table.shop_table tfoot tr:last-of-type th,
body.woocommerce-checkout .woocommerce .wrapper.size_max_width .wrapper_col_droite .mini-cart table.shop_table tfoot tr:last-of-type td,
body.woocommerce-cart .woocommerce .wrapper.size_max_width .wrapper_col_droite .mini-cart table.shop_table tfoot tr:last-of-type td,
body.woocommerce-checkout .woocommerce .wrapper.size_max_width .wrapper_col_droite .woocommerce-order-details table.shop_table tfoot tr:last-of-type td,
body.woocommerce-cart .woocommerce .wrapper.size_max_width .wrapper_col_droite .woocommerce-order-details table.shop_table tfoot tr:last-of-type td,
body.woocommerce-checkout .woocommerce .wrapper.size_max_width .wrapper_col_droite .woocommerce-bacs-bank-details table.shop_table tfoot tr:last-of-type td,
body.woocommerce-cart .woocommerce .wrapper.size_max_width .wrapper_col_droite .woocommerce-bacs-bank-details table.shop_table tfoot tr:last-of-type td {
  border-top: solid 1px #ccc;
  padding-top: 20px
}

body.woocommerce-checkout .woocommerce .wrapper.size_max_width .wrapper_col_droite .mini-cart table.shop_table tfoot tr:last-of-type th,
body.woocommerce-cart .woocommerce .wrapper.size_max_width .wrapper_col_droite .mini-cart table.shop_table tfoot tr:last-of-type th,
body.woocommerce-checkout .woocommerce .wrapper.size_max_width .wrapper_col_droite .woocommerce-order-details table.shop_table tfoot tr:last-of-type th,
body.woocommerce-cart .woocommerce .wrapper.size_max_width .wrapper_col_droite .woocommerce-order-details table.shop_table tfoot tr:last-of-type th,
body.woocommerce-checkout .woocommerce .wrapper.size_max_width .wrapper_col_droite .woocommerce-bacs-bank-details table.shop_table tfoot tr:last-of-type th,
body.woocommerce-cart .woocommerce .wrapper.size_max_width .wrapper_col_droite .woocommerce-bacs-bank-details table.shop_table tfoot tr:last-of-type th,
body.woocommerce-checkout .woocommerce .wrapper.size_max_width .wrapper_col_droite .mini-cart table.shop_table tfoot tr:last-of-type td,
body.woocommerce-cart .woocommerce .wrapper.size_max_width .wrapper_col_droite .mini-cart table.shop_table tfoot tr:last-of-type td,
body.woocommerce-checkout .woocommerce .wrapper.size_max_width .wrapper_col_droite .woocommerce-order-details table.shop_table tfoot tr:last-of-type td,
body.woocommerce-cart .woocommerce .wrapper.size_max_width .wrapper_col_droite .woocommerce-order-details table.shop_table tfoot tr:last-of-type td,
body.woocommerce-checkout .woocommerce .wrapper.size_max_width .wrapper_col_droite .woocommerce-bacs-bank-details table.shop_table tfoot tr:last-of-type td,
body.woocommerce-cart .woocommerce .wrapper.size_max_width .wrapper_col_droite .woocommerce-bacs-bank-details table.shop_table tfoot tr:last-of-type td {
  font-weight: normal;
  font-size: 14px
}

body.woocommerce-checkout .woocommerce .wrapper.size_max_width .wrapper_col_droite .mini-cart table.shop_table .includes_tax,
body.woocommerce-cart .woocommerce .wrapper.size_max_width .wrapper_col_droite .mini-cart table.shop_table .includes_tax,
body.woocommerce-checkout .woocommerce .wrapper.size_max_width .wrapper_col_droite .woocommerce-order-details table.shop_table .includes_tax,
body.woocommerce-cart .woocommerce .wrapper.size_max_width .wrapper_col_droite .woocommerce-order-details table.shop_table .includes_tax,
body.woocommerce-checkout .woocommerce .wrapper.size_max_width .wrapper_col_droite .woocommerce-bacs-bank-details table.shop_table .includes_tax,
body.woocommerce-cart .woocommerce .wrapper.size_max_width .wrapper_col_droite .woocommerce-bacs-bank-details table.shop_table .includes_tax {
  display: none
}

body.woocommerce-checkout .woocommerce .wrapper.size_max_width .wrapper_col_droite .mini-cart a.woocommerce-remove-coupon,
body.woocommerce-cart .woocommerce .wrapper.size_max_width .wrapper_col_droite .mini-cart a.woocommerce-remove-coupon,
body.woocommerce-checkout .woocommerce .wrapper.size_max_width .wrapper_col_droite .woocommerce-order-details a.woocommerce-remove-coupon,
body.woocommerce-cart .woocommerce .wrapper.size_max_width .wrapper_col_droite .woocommerce-order-details a.woocommerce-remove-coupon,
body.woocommerce-checkout .woocommerce .wrapper.size_max_width .wrapper_col_droite .woocommerce-bacs-bank-details a.woocommerce-remove-coupon,
body.woocommerce-cart .woocommerce .wrapper.size_max_width .wrapper_col_droite .woocommerce-bacs-bank-details a.woocommerce-remove-coupon {
  color: #2b2e33
}

body.woocommerce-checkout .woocommerce .wrapper.size_max_width .wrapper_col_droite .mini-cart ul#shipping_method .amount,
body.woocommerce-cart .woocommerce .wrapper.size_max_width .wrapper_col_droite .mini-cart ul#shipping_method .amount,
body.woocommerce-checkout .woocommerce .wrapper.size_max_width .wrapper_col_droite .woocommerce-order-details ul#shipping_method .amount,
body.woocommerce-cart .woocommerce .wrapper.size_max_width .wrapper_col_droite .woocommerce-order-details ul#shipping_method .amount,
body.woocommerce-checkout .woocommerce .wrapper.size_max_width .wrapper_col_droite .woocommerce-bacs-bank-details ul#shipping_method .amount,
body.woocommerce-cart .woocommerce .wrapper.size_max_width .wrapper_col_droite .woocommerce-bacs-bank-details ul#shipping_method .amount {
  font-weight: 400
}

body.woocommerce-checkout .woocommerce .wrapper.size_max_width .wrapper_col_droite .mini-cart .wc-bacs-bank-details.order_details.bacs_details,
body.woocommerce-cart .woocommerce .wrapper.size_max_width .wrapper_col_droite .mini-cart .wc-bacs-bank-details.order_details.bacs_details,
body.woocommerce-checkout .woocommerce .wrapper.size_max_width .wrapper_col_droite .woocommerce-order-details .wc-bacs-bank-details.order_details.bacs_details,
body.woocommerce-cart .woocommerce .wrapper.size_max_width .wrapper_col_droite .woocommerce-order-details .wc-bacs-bank-details.order_details.bacs_details,
body.woocommerce-checkout .woocommerce .wrapper.size_max_width .wrapper_col_droite .woocommerce-bacs-bank-details .wc-bacs-bank-details.order_details.bacs_details,
body.woocommerce-cart .woocommerce .wrapper.size_max_width .wrapper_col_droite .woocommerce-bacs-bank-details .wc-bacs-bank-details.order_details.bacs_details {
  display: flex;
  flex-direction: column;
  margin: 0
}

body.woocommerce-checkout .woocommerce .wrapper.size_max_width .wrapper_col_droite .mini-cart .wc-bacs-bank-details.order_details.bacs_details li,
body.woocommerce-cart .woocommerce .wrapper.size_max_width .wrapper_col_droite .mini-cart .wc-bacs-bank-details.order_details.bacs_details li,
body.woocommerce-checkout .woocommerce .wrapper.size_max_width .wrapper_col_droite .woocommerce-order-details .wc-bacs-bank-details.order_details.bacs_details li,
body.woocommerce-cart .woocommerce .wrapper.size_max_width .wrapper_col_droite .woocommerce-order-details .wc-bacs-bank-details.order_details.bacs_details li,
body.woocommerce-checkout .woocommerce .wrapper.size_max_width .wrapper_col_droite .woocommerce-bacs-bank-details .wc-bacs-bank-details.order_details.bacs_details li,
body.woocommerce-cart .woocommerce .wrapper.size_max_width .wrapper_col_droite .woocommerce-bacs-bank-details .wc-bacs-bank-details.order_details.bacs_details li {
  border: none;
  padding-right: 0;
  margin-right: 0;
  display: flex;
  justify-content: space-between;
  align-items: center
}

body.woocommerce-checkout .woocommerce .wrapper.size_max_width .wrapper_col_droite .mini-cart .wc-bacs-bank-details.order_details.bacs_details li strong,
body.woocommerce-cart .woocommerce .wrapper.size_max_width .wrapper_col_droite .mini-cart .wc-bacs-bank-details.order_details.bacs_details li strong,
body.woocommerce-checkout .woocommerce .wrapper.size_max_width .wrapper_col_droite .woocommerce-order-details .wc-bacs-bank-details.order_details.bacs_details li strong,
body.woocommerce-cart .woocommerce .wrapper.size_max_width .wrapper_col_droite .woocommerce-order-details .wc-bacs-bank-details.order_details.bacs_details li strong,
body.woocommerce-checkout .woocommerce .wrapper.size_max_width .wrapper_col_droite .woocommerce-bacs-bank-details .wc-bacs-bank-details.order_details.bacs_details li strong,
body.woocommerce-cart .woocommerce .wrapper.size_max_width .wrapper_col_droite .woocommerce-bacs-bank-details .wc-bacs-bank-details.order_details.bacs_details li strong {
  float: right
}

body.woocommerce-checkout .woocommerce {}

body.woocommerce-checkout .woocommerce .wrapper.size_max_width .size_max_cart_content .wrapper_col_gauche .woocommerce-notice {
  font-size: 32px;
  font-weight: normal;
  line-height: 1.25;
  letter-spacing: normal;
  color: #2b2e33;
  margin-bottom: 35px
}

body.woocommerce-checkout .woocommerce .wrapper.size_max_width .size_max_cart_content .wrapper_col_gauche ul.order_details {
  display: flex;
  flex-wrap: wrap;
  border-bottom: solid 1px rgba(0, 0, 0, .2);
  margin: 0;
  padding-bottom: 30px
}

body.woocommerce-checkout .woocommerce .wrapper.size_max_width .size_max_cart_content .wrapper_col_gauche ul.order_details li {
  width: 100%;
  margin: 0 0 15px;
  text-transform: none;
  font-size: 14px;
  line-height: 1;
  border: none;
  padding: 0;
  list-style-type: none;
  color: #000;
  font-weight: normal;
}

body.woocommerce-checkout .woocommerce .wrapper.size_max_width .size_max_cart_content .wrapper_col_gauche ul.order_details li strong {
  font-weight: normal;
  color: #1f1f29;
  font-size: 1em;
  padding-top: 10px
}

body.woocommerce-checkout .woocommerce .wrapper.size_max_width .size_max_cart_content .wrapper_col_gauche .actions_complementaires {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 42px
}

body.woocommerce-checkout .woocommerce .wrapper.size_max_width .size_max_cart_content .wrapper_col_gauche .actions_complementaires.loggin_required {
  margin-top: 30px;
  border-top: solid 1px #cfcfcf
}

body.woocommerce-checkout .woocommerce .wrapper.size_max_width .size_max_cart_content .wrapper_col_gauche .actions_complementaires a.pdf {
  padding-left: 15px;
  color: #000;
  font-size: 12px;
  font-weight: normal;
  position: relative;
  border-bottom: 1px solid #000
}

body.woocommerce-checkout .woocommerce .wrapper.size_max_width .size_max_cart_content .wrapper_col_gauche .actions_complementaires a.pdf:before {
  width: 10px;
  height: 12px;
  display: block;
  background: url(data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjEyIiB2aWV3Qm94PSIwIDAgMTAgMTIiIHdpZHRoPSIxMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJtMTAgMTAuODczdi03LjUzOGwtMy4xOTQtMy4wNzV2LS4wMTNoLS4wMTVsLS4yNTYtLjI0N2gtNS4zNjNjLS40MDUgMC0xLjE3Mi4yMzUtMS4xNzIgMS4xMjd2OS43NDZjMCAuMzkuMjQ1IDEuMTI3IDEuMTcyIDEuMTI3aDcuNjU2Yy40MDUgMCAxLjE3Mi0uMjM2IDEuMTcyLTEuMTI3em0tLjkzNS03LjgxNGgtMS41NDdjLS42NyAwLS43MS0uNTY5LS43MTItLjY4MnYtMS40OTF6bS40NzUgNy44MTRjMCAuNjQ1LS41OTMuNjg1LS43MTMuNjg2aC03LjY1NWMtLjY3IDAtLjcxLS41NzItLjcxMi0uNjg2di05Ljc0NmMwLS42NDYuNTk0LS42ODUuNzEyLS42ODZoNS4xNzFsLjAwMy4wMDJ2MS45MzRjMCAuMzg4LjI0NSAxLjEyMyAxLjE3MiAxLjEyM2gyLjAwNWwuMDE3LjAxN3ptLS45NzItMy4wM2MtLjAyNS0uMzUxLS42NDQtLjU3Ny0uNjUtLjU4LS4yNC0uMDgtLjUtLjEyLS43OTUtLjEyLS4zMTYgMC0uNjU3LjA0NC0xLjA5NC4xNDItLjM5LS4yNjUtLjcyNi0uNTk2LS45NzgtLjk2My0uMTEtLjE2Mi0uMjEtLjMyNC0uMjk4LS40ODIuMjEzLS40ODYuNDA0LTEuMDEuMzctMS41OTYtLjAyOS0uNDctLjI1LS43ODUtLjU1LS43ODUtLjIwNyAwLS4zODQuMTQ2LS41MjkuNDM1LS4yNTcuNTE2LS4xOSAxLjE3NS4yMDEgMS45NjItLjE0LjMxNi0uMjcxLjY0NS0uMzk4Ljk2My0uMTU3LjM5Ni0uMzIuODA0LS41MDMgMS4xOTItLjUxMy4xOTUtLjkzNS40MzEtMS4yODYuNzItLjIzLjE5LS41MDguNDgtLjUyNC43ODItLjAwNy4xNDMuMDQ0LjI3My4xNDcuMzc4LjExLjExLjI0OC4xNy40LjE3LjUwMiAwIC45ODUtLjY2MSAxLjA3Ny0uNzk0LjE4NC0uMjY2LjM1Ny0uNTYzLjUyNi0uOTA2LjQyNi0uMTQ3Ljg4LS4yNTggMS4zMi0uMzY0bC4xNTctLjAzOC4zNjgtLjA5NGMuMTM0LS4wMzUuMjcxLS4wNzEuNDExLS4xMDUuNDUyLjI3NS45MzguNDU1IDEuNDEyLjUyLjM5OS4wNTcuNzUzLjAyNC45OTMtLjA5Ni4yMTYtLjEwNy4yMjgtLjI3NC4yMjMtLjM0em0tNS41NTIuNzk5Yy0uMDguMTM1LS4xNi4yNjItLjI0Mi4zODEtLjIuMjg4LS41MjUuNTk2LS42OTMuNTk2LS4wMTYgMC0uMDM2LS4wMDMtLjA2NS0uMDMyLS4wMTktLjAyLS4wMjItLjAzMy0uMDItLjA1MS4wMDUtLjEwNi4xNS0uMjk0LjM2My0uNDY5LjE5Mi0uMTU4LjQxLS4zLjY1Ny0uNDI1em0xLjY0Ni00LjM3MmMuMDIuMzQ1LS4wNTcuNjc3LS4xNzEuOTk1LS4xNC0uMzkzLS4yMDYtLjgyOC0uMDMtMS4xOC4wNDQtLjA5LjA4MS0uMTM4LjEwNS0uMTYzLjAzNy4wNTUuMDg2LjE3Ny4wOTYuMzQ4em0uODAyIDMuMTU0LS4wNTUuMDE0Yy0uMTI1LjAzMy0uMjQ1LjA2NC0uMzYxLjA5MmwtLjE1Ny4wMzhjLS4zMTYuMDc3LS42MzguMTU1LS45NTYuMjQ4LjEyLS4yOC4yMzMtLjU2My4zNDMtLjgzOS4wODItLjIwNS4xNjUtLjQxNC4yNTEtLjYyLjA0NC4wNy4wOS4xMzguMTM3LjIwOC4yMTYuMzE1LjQ4Ny42MDcuNzk4Ljg1OXptMi41NzEuNDA1Yy0uMTUyLjA0My0uMzc2LjA0OC0uNjE3LjAxNS0uMjU3LS4wMzYtLjUyLS4xMTItLjc3OS0uMjIzLjQ2MS0uMDY0LjgxOS0uMDQ1IDEuMTI0LjA2LjA3My4wMjQuMTkyLjA5LjI3Mi4xNDh6IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48L3N2Zz4=);
  background-size: contain;
  content: '';
  position: absolute;
  left: 0;
  top: 0
}

body.woocommerce-checkout .woocommerce .wrapper.size_max_width .size_max_cart_content .wrapper_col_droite .woocommerce-customer-details {
  display: none
}

body.woocommerce-checkout .woocommerce .wrapper.size_max_width .size_max_cart_content .wrapper_col_droite .typeachat p {
  display: none
}

body.woocommerce-checkout .woocommerce .wrapper.size_max_width .size_max_cart_content .wrapper_col_droite .woocommerce-order-details {
  width: 310px
}

body.woocommerce-checkout .woocommerce .wrapper.size_max_width .size_max_cart_content .wrapper_col_droite .shipped_via {
  display: none
}

body.woocommerce-checkout .woocommerce .wrapper.size_max_width .size_max_cart_content .wrapper_col_droite .woocommerce-table__product-total.product-total {
  vertical-align: top
}

body.woocommerce-checkout .woocommerce .wrapper.size_max_width .size_max_cart_content .wrapper_col_droite .wc-item-meta li {
  margin-top: 10px
}

body.woocommerce-checkout .woocommerce .wrapper.size_max_width .size_max_cart_content .wrapper_col_droite .wc-item-meta li p {
  clear: both;
  display: block;
  font-weight: 400
}

body.woocommerce-checkout .woocommerce .wrapper.size_max_width .size_max_cart_content .wrapper_col_droite .wc-item-meta li p a {
  font-weight: 400
}

body.woocommerce-checkout .woocommerce .wrapper.size_max_width .size_max_cart_content #payment {
  background: #fff;
  position: relative
}

body.woocommerce-checkout .woocommerce .wrapper.size_max_width .size_max_cart_content #payment .button {
  background-color: #fff;
  border-radius: 0
}

body.woocommerce-checkout .woocommerce .wrapper.size_max_width .size_max_cart_content #payment div.payment_box {
  background: #fff
}

body.woocommerce-checkout .woocommerce .wrapper.size_max_width .size_max_cart_content #payment div.payment_box p {
  color: #000;
  font-size: 13px;
  font-weight: 300
}

body.woocommerce-checkout .woocommerce .wrapper.size_max_width .size_max_cart_content #payment div.payment_box:before {
  border: 1em solid #fff;
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent
}

body.woocommerce-checkout .woocommerce .wrapper.size_max_width .size_max_cart_content #payment ul.payment_methods {
  margin-bottom: 40px
}

body.woocommerce-checkout .woocommerce .wrapper.size_max_width .size_max_cart_content #payment ul.payment_methods .wc_payment_method {
  position: relative;
  padding-left: 20px
}

body.woocommerce-checkout .woocommerce .wrapper.size_max_width .size_max_cart_content #payment .wc_payment_method.payment_method_bacs #payment_method_bacs,
body.woocommerce-checkout .woocommerce .wrapper.size_max_width .size_max_cart_content #payment .wc_payment_method.payment_method_atos #payment_method_bacs,
body.woocommerce-checkout .woocommerce .wrapper.size_max_width .size_max_cart_content #payment .wc_payment_method.payment_method_bacs #payment_method_atos,
body.woocommerce-checkout .woocommerce .wrapper.size_max_width .size_max_cart_content #payment .wc_payment_method.payment_method_atos #payment_method_atos {
  width: 14px;
  height: 14px;
  display: block;
  margin-right: 10px;
  border: 1px solid #2b2e33 !important;
  position: absolute;
  left: 0;
  top: 6px
}

body.woocommerce-checkout .woocommerce .wrapper.size_max_width .size_max_cart_content #payment .wc_payment_method.payment_method_bacs #payment_method_bacs::after,
body.woocommerce-checkout .woocommerce .wrapper.size_max_width .size_max_cart_content #payment .wc_payment_method.payment_method_atos #payment_method_bacs::after,
body.woocommerce-checkout .woocommerce .wrapper.size_max_width .size_max_cart_content #payment .wc_payment_method.payment_method_bacs #payment_method_atos::after,
body.woocommerce-checkout .woocommerce .wrapper.size_max_width .size_max_cart_content #payment .wc_payment_method.payment_method_atos #payment_method_atos::after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 100px;
  margin: 0 4px;
  background-color: #2b2e33;
  position: absolute;
  top: 50%;
  left: -50%;
  transform: translate(50%, -50%);
  visibility: hidden
}

body.woocommerce-checkout .woocommerce .wrapper.size_max_width .size_max_cart_content #payment .wc_payment_method.payment_method_bacs #payment_method_bacs:checked::after,
body.woocommerce-checkout .woocommerce .wrapper.size_max_width .size_max_cart_content #payment .wc_payment_method.payment_method_atos #payment_method_bacs:checked::after,
body.woocommerce-checkout .woocommerce .wrapper.size_max_width .size_max_cart_content #payment .wc_payment_method.payment_method_bacs #payment_method_atos:checked::after,
body.woocommerce-checkout .woocommerce .wrapper.size_max_width .size_max_cart_content #payment .wc_payment_method.payment_method_atos #payment_method_atos:checked::after {
  visibility: visible
}

body.woocommerce-checkout .woocommerce .wrapper.size_max_width .size_max_cart_content #payment .wc_payment_method.payment_method_bacs label,
body.woocommerce-checkout .woocommerce .wrapper.size_max_width .size_max_cart_content #payment .wc_payment_method.payment_method_atos label {
  margin-left: 10px;
  font-weight: normal;
  font-size: 14px
}

body.woocommerce-checkout .woocommerce .wrapper.size_max_width .size_max_cart_content #payment .place-order {
  border: none !important
}

.woocommerce-order-pay .msg_remerciement {
  margin-top: 40px
}

.woocommerce-order-pay #checkout-wrapper input[type="image"] {
  width: auto !important
}

body.woocommerce-page .product-name a {
  font-family: "Gotham", "PingFang SC", "Microsoft YaHei", "Tahoma", "Arial", "sans-serif";
  font-size: 14px;
  font-weight: normal;
  color: #2b2e33
}

label.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox {
  position: relative;
  padding-left: 20px;
  color: rgba(0, 0, 0, .5);
  font-size: 14px;
  font-weight: 300
}

label.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox input {
  opacity: 0
}

label.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox .input {
  width: 14px;
  height: 14px;
  display: block;
  margin-right: 10px;
  border: 1px solid #2b2e33 !important;
  position: absolute;
  left: 0;
  top: 0
}

label.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox .input span.check {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 100px;
  margin: 0 4px;
  background-color: #2b2e33;
  position: absolute;
  top: 50%;
  left: -50%;
  transform: translate(50%, -50%);
  visibility: hidden
}

label.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox .input input:checked+span.check {
  visibility: visible
}

.menu-top-right>ul.woocommerce-mini-cart,
.menu-top-right>p.woocommerce-mini-cart__total,
.menu-top-right>.woocommerce-mini-cart__buttons,
.menu-top-right>p.woocommerce-mini-cart__empty-message {
  display: none
}

.menu-item-cart {
  position: relative
}

.menu-item-cart .dropdown-menu-mini-cart {
  position: absolute;
  right: 0;
  width: 370px;
  top: 36px;
  z-index: 1;
  max-height: 0;
  overflow: hidden;
  transition: none
}

@media (max-width:768px) {
  .menu-item-cart .dropdown-menu-mini-cart {
      width: 100vw;
      top: 46px;
      right: -109px
  }
}

.menu-item-cart .dropdown-menu-mini-cart.active {
  z-index: 99;
  max-height: 1000px;
  transition: all 800ms
}

.menu-item-cart .dropdown-menu-mini-cart .header_dd_mc {
  display: flex;
  position: relative;
  align-items: center;
  height: 72px;
  background-color: #2b2e33;
  color: #fff;
  font-size: 14px;
  padding: 0 32px
}

.menu-item-cart .dropdown-menu-mini-cart .header_dd_mc .close::after {
  position: absolute;
  right: 18px;
  top: 18px;
  width: 33px;
  height: 33px;
  content: url(data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjM1IiB2aWV3Qm94PSIwIDAgMzUgMzUiIHdpZHRoPSIzNSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHN0cm9rZT0iI2ZmZiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMSAxKSI+PHBhdGggZD0ibTE2LjUgMTUuODgzIDQuNDg4LTQuNDg3Yy4xNy0uMTcuNDQ2LS4xNy42MTYgMHMuMTcuNDQ2IDAgLjYxN2wtNC40ODggNC40ODcgNC40ODggNC40ODhjLjE3LjE3LjE3LjQ0NiAwIC42MTZzLS40NDYuMTctLjYxNiAwbC00LjQ4OC00LjQ4Ny00LjQ4OCA0LjQ4N2MtLjE3LjE3LS40NDYuMTctLjYxNiAwcy0uMTctLjQ0NiAwLS42MTZsNC40ODctNC40ODgtNC40ODctNC40ODdjLS4xNy0uMTctLjE3LS40NDcgMC0uNjE3cy40NDYtLjE3LjYxNiAweiIgZmlsbD0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIuNSIvPjxjaXJjbGUgY3g9IjE2LjUiIGN5PSIxNi41IiByPSIxNi41IiBzdHJva2Utd2lkdGg9IjEuNSIvPjwvZz48L3N2Zz4=);
  cursor: pointer
}

.menu-item-cart .dropdown-menu-mini-cart .header_dd_mc .begin {
  font-weight: normal;
}

.menu-item-cart .dropdown-menu-mini-cart .header_dd_mc .end {
  font-weight: 400
}

.menu-item-cart .dropdown-menu-mini-cart .widget_shopping_cart_content {
  background: white;
  padding: 20px 32px 32px 32px
}

.menu-item-cart .dropdown-menu-mini-cart .woocommerce-mini-cart {
  max-height: 230px;
  overflow-y: auto;
  width: 105%;
  padding-right: 15px
}

.menu-item-cart .dropdown-menu-mini-cart .woocommerce-mini-cart li.woocommerce-mini-cart-item {
  position: relative;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px
}

.menu-item-cart .dropdown-menu-mini-cart .woocommerce-mini-cart li.woocommerce-mini-cart-item:before,
.menu-item-cart .dropdown-menu-mini-cart .woocommerce-mini-cart li.woocommerce-mini-cart-item :after {
  display: none
}

.menu-item-cart .dropdown-menu-mini-cart .woocommerce-mini-cart li.woocommerce-mini-cart-item:last-of-type {
  margin-bottom: 0
}

.menu-item-cart .dropdown-menu-mini-cart .woocommerce-mini-cart li.woocommerce-mini-cart-item a:nth-child(1) {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  text-indent: -9999px;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDE2IDE2Ij4KICAgIDxwYXRoIGZpbGw9IiNDRkNGQ0YiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTEyLjIzMiAxNC4yOTlhLjQ2NC40NjQgMCAwIDEtLjQ2NC40Mkg0LjE2M2EuNDY0LjQ2NCAwIDAgMS0uNDY0LS40MmwtLjgyNi0xMC42MWgxMC4yMDJsLS44NDMgMTAuNjF6TTYuNTU1IDIuNDA5aDIuODIxdi0xLjEzSDYuNTU1djEuMTN6bTguNzIyIDBoLTQuNTkzVi42MzhBLjY0Ny42NDcgMCAwIDAgMTAuMDMgMEg1LjkwMWEuNjQ3LjY0NyAwIDAgMC0uNjU0LjY0djEuNzY4SC42NTRhLjY0Ny42NDcgMCAwIDAtLjY1NC42NGMwIC4zNTQuMjkyLjY0LjY1NC42NGguOTEyTDIuMzkgMTQuNGMuMDcuODkyLjg0MyAxLjYgMS43NzIgMS42aDcuNjA1Yy45MjkgMCAxLjcwMy0uNzA4IDEuNzcyLTEuNmwuODQzLTEwLjcxMmguOTEyYS42NDcuNjQ3IDAgMCAwIC42NTQtLjY0YzAtLjM1My0uMzEtLjY0LS42NzItLjY0em0tNS4yMSAxMC4zNThoLjAzNWEuNjQuNjQgMCAwIDAgLjY1NC0uNjA2bC4zOTUtNi4wOTdhLjY0NC42NDQgMCAwIDAtLjYwMi0uNjc0Yy0uMzYxLS4wMTctLjY3LjI1My0uNjg4LjU5bC0uMzk2IDYuMTEzYS42MjEuNjIxIDAgMCAwIC42MDIuNjc0bS0yLjE4NyAwYS42NDcuNjQ3IDAgMCAwIC42NTMtLjY0VjYuMDI4YS42NDcuNjQ3IDAgMCAwLS42NTMtLjY0LjY0Ny42NDcgMCAwIDAtLjY1NC42NHY2LjA5N2MwIC4zNTQuMjkyLjY0LjY1NC42NG0tMi4xODUtLjAxNGguMDM1YS42NDYuNjQ2IDAgMCAwIC42Mi0uNjczbC0uMzk3LTYuMDk3YS42MzUuNjM1IDAgMCAwLS42ODgtLjU5LjY0Ni42NDYgMCAwIDAtLjYyLjY3NGwuMzk3IDYuMDk3Yy4wMzQuMzM3LjMyNy41OS42NTMuNTkiLz4KPC9zdmc+Cg==) no-repeat center center;
  border-radius: 0
}

.menu-item-cart .dropdown-menu-mini-cart .woocommerce-mini-cart li.woocommerce-mini-cart-item a:nth-child(2) {
  float: left
}

.menu-item-cart .dropdown-menu-mini-cart .woocommerce-mini-cart li.woocommerce-mini-cart-item a:nth-child(2) img {
  margin: 0 20px 0 0;
  width: 50px;
  background-color: #f7f7f7;
  padding-top: 6px 3px
}

.menu-item-cart .dropdown-menu-mini-cart .woocommerce-mini-cart li.woocommerce-mini-cart-item a:nth-child(3) {
  display: block;
  width: 90%;
  color: #2b2e33;
  font-size: 12px
}

.menu-item-cart .dropdown-menu-mini-cart .woocommerce-mini-cart li.woocommerce-mini-cart-item dl.variation {
  display: none
}

.menu-item-cart .dropdown-menu-mini-cart .woocommerce-mini-cart__total {
  display: flex;
  padding: 24px 0 0 0;
  margin-top: 40px;
  border-top: solid 1px #cfcfcf;
  font-size: 14px;
  font-weight: normal;
}

.menu-item-cart .dropdown-menu-mini-cart .woocommerce-mini-cart__total strong {
  flex-grow: 10
}

.menu-item-cart .dropdown-menu-mini-cart .woocommerce-mini-cart__buttons a {
  display: flex !important;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  height: 50px !important;
  width: 100%;
  padding: 0 40px;
  background-color: #2b2e33;
  color: white;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: normal;
  font-family: "Gotham", "PingFang SC", "Microsoft YaHei", "Tahoma", "Arial", "sans-serif";
  border-radius: 0
}

.menu-item-cart .dropdown-menu-mini-cart .woocommerce-mini-cart__buttons a:nth-child(1) {
  background-color: white;
  color: #2b2e33;
  border: solid 1px #2b2e33;
  margin-top: 30px
}

.menu-item-cart .dropdown-menu-mini-cart .woocommerce-mini-cart__buttons a:nth-child(1):hover {
  background-color: #2b2e33;
  color: #fff
}

.menu-item-cart .dropdown-menu-mini-cart .woocommerce-mini-cart__buttons a:nth-child(2) {
  display: none !important;
  margin-top: 20px
}

.menu-item-cart .dropdown-menu-mini-cart .woocommerce-mini-cart__buttons a:nth-child(2):hover {
  border: solid 2px #2b2e33;
  background-color: white
}

.menu-item-cart .dropdown-back {
  position: relative;
  padding-right: 8px
}

.menu-item-cart .dropdown-back .basket-item-count {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex !important;
  justify-content: center;
  align-items: center
}

.menu-item-cart .dropdown-back .basket-item-count .cart-items-count {
  background-color: #ef3b3b;
  height: 14px;
  border-radius: 100px;
  color: white;
  position: relative;
  top: -10px;
  font-size: 11px;
  padding: 0 5px;
  display: flex;
  align-items: center;
  justify-content: center
}

.menu-item-cart .dropdown-back:hover svg g circle {
  fill: #2b2e33;
  fill-opacity: 1
}

.menu-item-cart .dropdown-back:hover svg g path {
  fill: #eaf0f8
}

@media (min-width:1025px) {
  .cta:hover {
      background-color: #2b2e33 !important;
      color: #fff !important
  }

  .cta:hover.cta__vert-kaki {
      background-color: #fff !important;
      color: #2b2e33 !important;
  }

  .cta:hover.cta__vert-kaki-inverted {
      background-color: #2b2e33 !important
  }

  .cta:hover.cta__vert-kaki-sombre {
      background-color: #2b2e33 !important;
      color: #fff !important
  }

  .cta:hover.cta__vert-kaki-sombre-inverted {
      background-color: #2b2e33 !important
  }

  .cta:hover.cta__blanc {
      background-color: #fff !important;
      color: #2b2e33 !important
  }

  .home .wrapper_slider_home .slider_home .slide .textes_content .slider_home_nav button:hover:before,
  .nos_produits .slider.owl-carousel .owl-nav button:hover:before,
  .home-mini-slider .slider_wrapper.owl-carousel>.owl-nav button:hover:before,
  .single-profil .module_big_slider .big_slider_nav button:hover:before {
      transform: translate(-50%, -50%) translateZ(0) scale(1.08);
      backface-visibility: hidden
  }

  .home .wrapper_slider_home .navigation_slider_home a:hover {
      background-color: #fff;
      color: #2b2e33
  }

  .home .wrapper_slider_home .navigation_slider_home a:hover:after {
      transform: translateY(-50%) translateZ(0);
      backface-visibility: hidden;
      opacity: 1
  }

  .home .module_double_case .wrapper .case:hover:before {
      background-color: rgba(187, 187, 187, .85)
  }

  .home .module_double_case .wrapper .case:hover .wrapper_hover {
      opacity: 1;
      transform: translate(-50%, -50%) scale(1)
  }

  .home .module_double_case .wrapper .case .wrapper_hover a:hover:after {
      left: 101%
  }

  .home .actualites_home .wrapper article .more:hover {
      color: #2b2e33
  }

  .home .actualites_home .wrapper article .more:hover:after {
      transform: translateX(3px)
  }

  .single-profil .wrapper_header_profil .navigation_header_profil a:hover {
      color: #2b2e33
  }

  .single-profil .wrapper_header_profil .navigation_header_profil a:hover:after {
      width: 100%
  }

  .single-profil .wrapper_header_profil .navigation_header_profil a:last-child:hover {
      background-color: #fff
  }

  .single-profil .wrapper_header_profil .navigation_header_profil a:last-child:hover .content {
      color: #2b2e33
  }

  .single-profil .wrapper_header_profil .navigation_header_profil a:last-child:hover .content:after {
      background-color: #2b2e33
  }

  .apropos_slider .wrapper .slider_nav .slider_sub_nav button:hover {
      background-color: #2b2e33
  }

  .page-template-apropos .apropos_filiale .wrapper .col.col_texte .lien:hover {
      color: #2b2e33
  }
}

@media (min-width:200px) {
  .home .module_double_case .wrapper .case:hover:before {
      background-color: rgba(187, 187, 187, .85)
  }

  .home .module_double_case .wrapper .case:hover .wrapper_hover {
      opacity: 1;
      transform: translate(-50%, -50%) scale(1)
  }

  .home .module_double_case .wrapper .case .wrapper_hover a:hover:after {
      left: 101%
  }
}

@keyframes stickyAppearGo {
  0% {
      transform: translateY(0)
  }

  100% {
      transform: translateY(-100%)
  }
}

@keyframes stickyAppearBack {
  0% {
      transform: translateY(-100%)
  }

  100% {
      transform: translateY(0)
  }
}

@media (min-width:1440px) {
  section.module-10 .col:first-child {
      width: 40%
  }

  section.module-10 .col:last-child {
      width: 56%
  }
}

@media (max-width:1300px) {
  footer.site-footer .bottom .wrapper .right .nav_menu_principal {
      margin-bottom: 15px
  }

  footer.site-footer .bottom .wrapper .right .menus ul li {
      margin-left: 20px;
      margin-right: 0
  }

  .demande_specifique_wrapper>.wrapper,
  .page-template-services .services_accroche>.wrapper_texte>.wrapper {
      padding: 0 8%
  }

  .single section.single {
      width: 100%
  }

  .size_max_width {
      max-width: 1190px;
      margin: 0 auto;
      width: 100%
  }

  .single_product {
      padding: 0 20px
  }

  .single_product .product .summary.entry-summary {
      margin-left: 30px
  }

  .infocompte .editinfo .label p {
      width: 40%
  }

  .infocompte .editmdp .label p {
      width: 100%
  }

  .infocompte .editmdp {
      width: 40%
  }

  .page_connexion .connect {
      width: 50%
  }

  .page_connexion .creercompte {
      width: 50%;
      background-size: cover
  }

  .page_connexion .creercompte .premier {
      max-width: 100% !important;
      padding-bottom: 60px
  }

  .contact_form .form .wpcf7-form .col.last {
      flex-grow: 15;
      padding-right: 0
  }

  section.module-05 .slider .slide .hover h3 {
      font-size: 18px
  }

  .introduction .wrapper .slider_archive_product .slide .textes_content {
      max-width: 85%
  }
}

@media (max-width:1100px) {
  body.woocommerce-cart .woocommerce .wrapper_custom_cart_woocommerce .wrapper.size_max_width .size_max_cart_content {
      display: flex;
      width: 100% !important
  }

  body.woocommerce-cart .woocommerce .wrapper_custom_cart_woocommerce .wrapper.size_max_width .size_max_cart_content .wrapper_liste_prod_valider {
      display: flex;
      justify-content: space-between
  }

  body.woocommerce-cart .woocommerce .wrapper_custom_cart_woocommerce .wrapper.size_max_width .size_max_cart_content .wrapper_liste_prod_valider .col_gauche {
      width: 63%;
      padding-right: 20px;
      border: none
  }

  .page-template-apropos .apropos_chiffres_cles .wrapper .col .chiffre {
      font-size: 58px
  }

  .nos_produits .slider.owl-carousel .owl-nav {
      width: calc(100vw - ((100vw - 1000px) / 2))
  }

  .nos_produits .slider.owl-carousel .owl-stage-outer {
      padding-left: 0
  }

  .single_product .product .summary.entry-summary .tagged_as {
      justify-content: flex-start;
      align-content: flex-start;
      align-items: flex-start;
      flex-direction: column
  }

  .single-profil .module_big_slider .wrapper .col.col_slider .slider_big .slide .images_content .background {
      width: auto;
      height: 600px
  }

  .single-profil .module_list_slider .wrapper .col.col_slider .slider_list .slide .forground {
      width: 250px;
      height: auto;
      display: block;
      margin: 0 auto;
      transform: translateY(-50%) translateX(50%)
  }

  .page_connexion.fuild_max_width.right {
      margin: 0 0 0 0
  }

  .page_connexion {
      flex-direction: column;
      max-width: 1280px !important;
      margin: 0 auto;
      margin: 0 auto !important
  }

  .page_connexion .connect {
      width: 85% !important;
      padding: 5% 0 !important;
      margin: 0 auto
  }

  .page_connexion .creercompte {
      width: 100% !important;
      min-height: 305px;
      padding: 5% 0
  }

  .page_connexion .creercompte .wrapper,
  .page_connexion .creercompte .premier {
      padding: 0 !important
  }

  .contact_form .form .wpcf7-form .col.last {
      width: 100%
  }

  .page-template-services .services_accroche>.wrapper_texte {
      padding: 0 20px 0 20px;
      background-color: #005cb9;
      background-repeat: no-repeat;
      background-position: right top;
      background-size: 951px 169px
  }

  .page-template-services .services_accroche>.wrapper_texte .wrapper {
      font-size: 16px
  }
}

@media (max-width:1024px) {

  body.woocommerce-checkout .woocommerce .wrapper.size_max_width .size_max_cart_content .wrapper_col_droite h2:first-of-type,
  body.woocommerce-cart .woocommerce .wrapper.size_max_width .size_max_cart_content .wrapper_col_droite h2:first-of-type {
      padding-top: 0
  }

  body.woocommerce-checkout .woocommerce .wrapper.size_max_width .size_max_cart_content .wrapper_col_droite .woocommerce-bacs-bank-details,
  body.woocommerce-cart .woocommerce .wrapper.size_max_width .size_max_cart_content .wrapper_col_droite .woocommerce-bacs-bank-details {
      margin-bottom: 30px
  }

  .mon_compte .navheader {
      margin-top: 15px
  }

  .woocommerce-mini-cart__empty-message {
      display: none
  }

  .filtres.stickynav {
      position: relative;
      top: 0;
      left: 0;
      right: 0;
      z-index: 10
  }

  .filtres form {
      flex-direction: column
  }

  .filtres form .nofilter {
      margin-top: 20px;
      margin-bottom: 5px
  }

  .page-template-services .services_module_image_droite {
      padding: 0 0 120px
  }

  .page-template-services .services_module_image_droite .wrapper .col.col_texte .wrapper_icone {
      height: 115px;
      bottom: -20px
  }

  .page-template-services .services_module_image_gauche {
      padding: 0 20px
  }

  .page-template-services .services_module_image_gauche .wrapper {
      padding: 80px 0 80px
  }

  .page-template-services .services_module_image_gauche .wrapper .col.col_image {
      width: 40%
  }

  .page-template-services .services_module_image_gauche .wrapper .col.col_texte {
      width: 50%
  }

  .pre-footer {
      height: auto;
      padding: 45px 0
  }

  .pre-footer .wrapper {
      justify-content: center;
      flex-direction: column
  }

  .pre-footer .wrapper .text {
      margin-bottom: 25px
  }

  footer.site-footer {
      height: 100%
  }

  footer.site-footer .top {
      height: 100%
  }

  footer.site-footer .top .newsletter .mc4wp-form-fields {
      width: 100% !important
  }

  footer.site-footer .bottom .wrapper .right .realisation {
      position: initial
  }

  .site-footer .bottom .wrapper .right .realisation {
      position: initial;
      width: 100%;
      margin-top: 30px;
      text-align: center
  }

  .infocompte .textintro {
      width: 100%
  }

  .infocompte .formcompte {
      flex-direction: column
  }

  .infocompte .formcompte .editinfo .label p,
  .infocompte .formcompte .editmdp .label p {
      width: 45%
  }

  .infocompte .formcompte .editmdp {
      margin-left: 0;
      width: 100%
  }

  .page_connexion .creercompte .wrapper {
      max-width: 85% !important;
      margin: 0 auto
  }

  .page_connexion .creercompte .wrapper .forminscription.none {
      left: 0 !important
  }

  .page-template-apropos .apropos_accroche .wrapper {
      flex-direction: column;
      padding-right: 0
  }

  .page-template-apropos .apropos_accroche .wrapper .col {
      width: 100%
  }

  .page-template-apropos .apropos_accroche .wrapper .col.col_droite {
      width: 100%;
      margin-top: 50px
  }

  .page-template-apropos .apropos_accroche .wrapper .col.col_droite::after {
      display: none
  }

  .page-template-apropos .apropos_slider .wrapper .slider_nav .pagination {
      display: none !important
  }

  .page-template-apropos .apropos_slider .wrapper .wrapper_slider .slide .wrapper_texte {
      align-items: flex-start
  }

  .page-template-apropos .apropos_slider .wrapper .wrapper_slider .slide .wrapper_texte .box_texte {
      width: 555px;
      height: auto;
      padding: 30px
  }

  .page-template-apropos .apropos_chiffres_cles {
      margin-bottom: 0;
      padding: 0
  }

  .page-template-apropos .apropos_chiffres_cles .wrapper {
      align-content: center;
      text-align: center
  }

  .page-template-apropos .apropos_chiffres_cles .wrapper .col {
      margin-bottom: 5%;
      padding: 0 !important
  }

  .page-template-apropos .apropos_chiffres_cles .wrapper .col .chiffre {
      font-size: 40px
  }

  .page-template-apropos .apropos_filiale .col_texte .wrapper_logo {
      justify-content: center !important;
      align-items: center !important;
      margin-bottom: 5%
  }

  .page-template-apropos .apropos_filiale .wrapper .col.col_image {
      margin: 0 auto !important;
      text-align: center
  }

  .page-template-apropos .apropos_filiale .wrapper .col.col_image::before {
      margin: 0 auto
  }

  .module_double_case.little {
      margin-bottom: 5%
  }

  .module_double_case .wrapper .case .wrapper_hover {
      width: 90%;
      height: 90%
  }

  .actualites_home .size_max_width {
      width: 100%
  }

  .bg {
      object-fit: cover;
      width: 100%;
      height: 100%
  }

  .wrapper_slider_home .slider_home .slider_home_nav {
      bottom: 70px !important;
      padding: 0 70px !important
  }

  .wrapper_slider_home .slider_home .slide {
      display: flex;
      align-items: center;
      width: 100%;
      padding: 50px !important
  }

  .wrapper_slider_home .slider_home .slide .background {
      height: auto !important;
      max-width: 58%;
      top: -35px !important
  }

  .navigation_slider_home {
      display: none !important
  }

  .navigation_mobile {
      display: block !important;
      background: #f1f2f2;
      padding: 10px;
      position: relative
  }

  .navigation_mobile select {
      color: #000;
      width: 100%;
      padding: 10px;
      position: relative;
      z-index: 2
  }

  .navigation_mobile::after {
      content: '';
      position: absolute;
      right: 20px;
      top: 5px;
      font-family: arial;
      background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIyLjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkNhbHF1ZV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgNi40IDkuOSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNi40IDkuOTsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLnN0MHtmaWxsOiMwMDVjYjk7fQo8L3N0eWxlPgo8ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxIDEpIj4KCTxnPgoJCTxwYXRoIGlkPSJiXzFfIiBjbGFzcz0ic3QwIiBkPSJNMCw4LjljLTAuNiwwLTEtMC40LTEtMWMwLTAuMywwLjEtMC41LDAuMy0wLjdsMy4yLTMuMmwtMy4yLTMuMmMtMC40LTAuNC0wLjQtMSwwLTEuNHMxLTAuNCwxLjQsMAoJCQlsNC42LDQuNkwwLjcsOC42QzAuNSw4LjgsMC4zLDguOSwwLDguOSIvPgoJPC9nPgo8L2c+Cjwvc3ZnPgo=);
      background-color: transparent;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 8px 22px;
      width: 48px;
      height: 48px;
      z-index: 1
  }

  header {
      overflow: hidden
  }

  header .scroll-it {
      display: none
  }

  header>.container {
      padding: 0 30px !important
  }

  header .bg .deco-title {
      height: auto;
      font-size: 250px !important;
      left: 0 !important
  }

  header .bg .deco-title span {
      display: none
  }

  header .bg .deco-title .wrapper h1 {
      position: relative;
      bottom: auto;
      left: 25px
  }

  header .bg .deco-title .wrapper .bottom {
      position: relative;
      top: 0;
      left: 5px;
      display: flex;
      margin-top: 20px;
      width: 100%
  }

  header .bg .deco-title .wrapper .bottom h5 {
      max-width: 80%
  }

  header.header-marque>.container .wrapper {
      height: auto
  }

  header.header-light {
      height: 56px !important
  }

  header.header-single {
      height: 50px !important
  }

  header.header-404 {
      text-align: center
  }

  header.header-404>.container {
      height: calc(100% - 55px);
      top: 55px
  }

  header.header-home {
      height: 100vh !important
  }

  header.header-home>.container {
      height: calc(100% - 300px);
      top: 70px
  }

  header.header-home>.container:before {
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      background-color: #000;
      opacity: .5;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0
  }

  header.header-home>.container .wrapper {
      padding-top: 0
  }

  header.header-home>.container .wrapper .content {
      transform: translateY(-60%)
  }

  header.header-home>.container h1 {
      margin-bottom: 35px
  }

  header.header-home h5 {
      display: none
  }

  header.header-shadow>.container h5 {
      display: none
  }

  header.header-expertise>.container h1 {
      max-width: 220px;
      font-size: 45px !important;
      line-height: 1.1 !important
  }

  header .navigation-desktop {
      display: none
  }

  .navigation-mobile {
      display: flex;
      width: 100%;
      position: fixed;
      top: 0;
      left: 0;
      z-index: 110
  }

  .navigation-mobile .nav-primary {
      flex-wrap: nowrap;
      flex-direction: column;
      height: auto;
      background-color: #fff;
      top: -1px
  }

  .navigation-mobile .nav-primary .subwrapper {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: center;
      width: 100%;
      height: 70px;
      padding: 0 20px;
      background-color: #fff;
      z-index: 20
  }

  .navigation-mobile .nav-primary .subwrapper:after {
      content: "";
      display: block;
      width: 100%;
      height: 1px;
      background-color: #cfcfcf;
      position: absolute;
      bottom: -1px;
      left: 0;
      right: 0
  }

  .navigation-mobile .nav-primary .logo-header {
      width: 130px;
      height: auto;
      border-right: 0
  }

  .navigation-mobile .nav-primary .logo-header svg {
      width: 100%;
      height: 100%;
      object-fit: contain
  }

  .navigation-mobile .nav-primary .logo-header svg.desktop {
      display: none
  }

  .navigation-mobile .nav-primary .logo-header svg.mobile {
      display: block
  }

  .navigation-mobile .nav-primary .burger-icon {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      width: 21px;
      height: 16px;
      position: relative
  }

  .navigation-mobile .nav-primary .burger-icon:before {
      content: "";
      display: block;
      width: 32px;
      height: 32px;
      border: 2px solid #cfcfcf;
      border-radius: 100px;
      position: absolute;
      opacity: 0;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      transition: 0.25s ease-in-out
  }

  .navigation-mobile .nav-primary .burger-icon:after {
      content: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+Cjxzdmcgd2lkdGg9IjEwcHgiIGhlaWdodD0iOXB4IiB2aWV3Qm94PSIwIDAgMTAgOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4KICAgIDwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggNTAuMiAoNTUwNDcpIC0gaHR0cDovL3d3dy5ib2hlbWlhbmNvZGluZy5jb20vc2tldGNoIC0tPgogICAgPHRpdGxlPkFycm93IFJlZDwvdGl0bGU+CiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4KICAgIDxkZWZzPjwvZGVmcz4KICAgIDxnIGlkPSJQYWdlLTEiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCI+CiAgICAgICAgPGcgaWQ9Ik1PQklMRS1NRU5VLTAxIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMjkwLjAwMDAwMCwgLTgwLjAwMDAwMCkiIHN0cm9rZT0iI0IzMDAzMiI+CiAgICAgICAgICAgIDxnIGlkPSJNRU5VLU9QRU4tTklWLjAxIj4KICAgICAgICAgICAgICAgIDxnIGlkPSJOSVZFQVUtMDEiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDIwLjAwMDAwMCwgNjEuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICAgICAgPGcgaWQ9IkFycm93LVJlZCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMjcwLjAwMDAwMCwgMjAuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICAgICAgICAgIDxnPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgPHBvbHlsaW5lIGlkPSJQYWdlLTEtQ29weS01IiBzdHJva2Utd2lkdGg9IjEuNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNy41MDAwMDAsIDMuNTAwMDAwKSByb3RhdGUoLTkwLjAwMDAwMCkgdHJhbnNsYXRlKC03LjUwMDAwMCwgLTMuNTAwMDAwKSAiIHBvaW50cz0iMTEgMiA3LjE4MTgxODE4IDUgNCAyIj48L3BvbHlsaW5lPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTAuOTEwMjYyNDkxLDMuNzg3MDUxMTggTDguNzcyODc1MzYsMy43ODcwNTExOCIgaWQ9IlBhdGgtMiIgc3Ryb2tlLXdpZHRoPSIxLjUiPjwvcGF0aD4KICAgICAgICAgICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+);
      display: block;
      height: 19px;
      position: absolute;
      opacity: 0;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%) rotate(-180deg) scale(1.5);
      transform: translate(-50%, -50%) rotate(-180deg) scale(1.5);
      transition: 0.25s ease-in-out
  }

  .navigation-mobile .nav-primary .burger-icon .burger-stroke {
      display: block;
      position: absolute;
      height: 2px;
      width: 100%;
      background: #000;
      opacity: 1;
      left: 0;
      transform: rotate(0deg) translate(0, 0);
      transition: 0.25s ease-in-out;
      -webkit-transform-origin: left center;
      transform-origin: left center
  }

  .navigation-mobile .nav-primary .burger-icon .burger-stroke:nth-child(1) {
      top: 0
  }

  .navigation-mobile .nav-primary .burger-icon .burger-stroke:nth-child(2) {
      top: 7px
  }

  .navigation-mobile .nav-primary .burger-icon .burger-stroke:nth-child(3) {
      top: 14px
  }

  .navigation-mobile .nav-primary .burger-icon.opened {
      width: 18px;
      height: 18px
  }

  .navigation-mobile .nav-primary .burger-icon.opened:before {
      opacity: 1
  }

  .navigation-mobile .nav-primary .burger-icon.opened .burger-stroke:first-child,
  .navigation-mobile .nav-primary .burger-icon.opened .burger-stroke:last-child {
      backface-visibility: hidden;
      transition: 0.3s
  }

  .navigation-mobile .nav-primary .burger-icon.opened .burger-stroke:first-child {
      margin-left: -1px;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: rotate(45deg) translate(-50%, -50%)
  }

  .navigation-mobile .nav-primary .burger-icon.opened .burger-stroke:nth-child(2) {
      width: 13px;
      opacity: 0
  }

  .navigation-mobile .nav-primary .burger-icon.opened .burger-stroke:last-child {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: rotate(-45deg) translate(-50%, -50%)
  }

  .navigation-mobile .nav-primary .burger-icon.return:before,
  .navigation-mobile .nav-primary .burger-icon.return:after {
      opacity: 1
  }

  .navigation-mobile .nav-primary .burger-icon.return .burger-stroke {
      opacity: 0
  }

  .navigation-mobile .nav-primary .navigation {
      flex-direction: column;
      justify-content: flex-start;
      width: 100%;
      height: 100vh;
      padding-left: 20px;
      padding-right: 20px;
      padding-bottom: 42px;
      padding-top: 70px;
      position: absolute;
      background: #fff;
      top: 0;
      transform: translateY(-100%);
      opacity: 0;
      transition: all 0.4s ease;
      box-shadow: 0 1px 8px rgba(0, 0, 0, .3)
  }

  .navigation-mobile .nav-primary .navigation.active {
      transform: translateY(0);
      opacity: 1
  }

  .navigation-mobile .nav-primary .navigation .menu-menu-principal-mobile-container {
      width: 100%;
      height: auto
  }

  .navigation-mobile .nav-primary .navigation .menu-menu-principal-mobile-container .menu {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      padding: 10px 0;
      border-bottom: 1px solid #cfcfcf
  }

  .navigation-mobile .nav-primary .navigation .menu-menu-principal-mobile-container .menu .menu-item {
      width: 100%;
      height: 40px;
      position: relative
  }

  .navigation-mobile .nav-primary .navigation .menu-menu-principal-mobile-container .menu .menu-item:after {
      content: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+Cjxzdmcgd2lkdGg9IjEwcHgiIGhlaWdodD0iOXB4IiB2aWV3Qm94PSIwIDAgMTAgOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4KICAgIDwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggNTAuMiAoNTUwNDcpIC0gaHR0cDovL3d3dy5ib2hlbWlhbmNvZGluZy5jb20vc2tldGNoIC0tPgogICAgPHRpdGxlPkFycm93IFJlZDwvdGl0bGU+CiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4KICAgIDxkZWZzPjwvZGVmcz4KICAgIDxnIGlkPSJQYWdlLTEiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCI+CiAgICAgICAgPGcgaWQ9Ik1PQklMRS1NRU5VLTAxIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMjkwLjAwMDAwMCwgLTgwLjAwMDAwMCkiIHN0cm9rZT0iI0IzMDAzMiI+CiAgICAgICAgICAgIDxnIGlkPSJNRU5VLU9QRU4tTklWLjAxIj4KICAgICAgICAgICAgICAgIDxnIGlkPSJOSVZFQVUtMDEiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDIwLjAwMDAwMCwgNjEuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICAgICAgPGcgaWQ9IkFycm93LVJlZCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMjcwLjAwMDAwMCwgMjAuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICAgICAgICAgIDxnPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgPHBvbHlsaW5lIGlkPSJQYWdlLTEtQ29weS01IiBzdHJva2Utd2lkdGg9IjEuNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNy41MDAwMDAsIDMuNTAwMDAwKSByb3RhdGUoLTkwLjAwMDAwMCkgdHJhbnNsYXRlKC03LjUwMDAwMCwgLTMuNTAwMDAwKSAiIHBvaW50cz0iMTEgMiA3LjE4MTgxODE4IDUgNCAyIj48L3BvbHlsaW5lPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTAuOTEwMjYyNDkxLDMuNzg3MDUxMTggTDguNzcyODc1MzYsMy43ODcwNTExOCIgaWQ9IlBhdGgtMiIgc3Ryb2tlLXdpZHRoPSIxLjUiPjwvcGF0aD4KICAgICAgICAgICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+);
      display: block;
      width: 10px;
      height: 22px;
      position: absolute;
      top: 50%;
      right: 0;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%)
  }

  .navigation-mobile .nav-primary .navigation .menu-menu-principal-mobile-container .menu .menu-item a {
      color: #000
  }

  .navigation-mobile .nav-primary .navigation .menu-menu-principal-mobile-container .menu .menu-item ul.sub-menu {
      display: none;
      width: 100%;
      height: auto;
      opacity: 1;
      visibility: visible;
      top: 56px;
      left: 0;
      position: fixed;
      -webkit-transform: none;
      transform: none
  }

  .navigation-mobile .nav-primary .sub-menu {
      width: 100%;
      height: 100%;
      padding-top: 130px;
      background-color: #b30032;
      position: absolute;
      top: 1px;
      left: 0;
      z-index: 12;
      overflow: hidden;
      transform: translateY(-100%);
      opacity: 0;
      transition: all 0.4s ease
  }

  .navigation-mobile .nav-primary .sub-menu.active {
      transform: translateY(0);
      opacity: 1
  }

  .navigation-mobile .nav-primary .sub-menu .tabs-nav {
      display: flex;
      flex-wrap: wrap;
      width: 100%;
      height: 60px;
      position: fixed;
      top: 70px;
      left: 0;
      right: 0
  }

  .navigation-mobile .nav-primary .sub-menu .tabs-nav li {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 50%;
      background-color: #f4ebdb;
      transition: all 0.2s ease
  }

  .navigation-mobile .nav-primary .sub-menu .tabs-nav li a {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 100%;
      font-family: "Gotham", "PingFang SC", "Microsoft YaHei", "Tahoma", "Arial", "sans-serif";
      font-size: 16px;
      color: #000;
      transition: all 0.2s ease
  }

  .navigation-mobile .nav-primary .sub-menu .tabs-nav li.ui-state-active {
      background-color: #98002a
  }

  .navigation-mobile .nav-primary .sub-menu .tabs-nav li.ui-state-active a {
      color: #fff
  }

  .navigation-mobile .nav-primary .sub-menu .tabs-content {
      height: 100%;
      background-color: #b30032;
      overflow-y: scroll
  }

  .navigation-mobile .nav-primary .sub-menu .tabs-content .tab .menu {
      display: flex;
      flex-wrap: wrap;
      flex-direction: column;
      align-items: flex-start;
      padding: 0 20px
  }

  .navigation-mobile .nav-primary .sub-menu .tabs-content .tab .menu .menu-item {
      width: 100%;
      height: 50px;
      border-bottom: 1px solid rgba(0, 0, 0, .15)
  }

  .navigation-mobile .nav-primary .sub-menu .tabs-content .tab .menu .menu-item:last-of-type {
      border-bottom: 0
  }

  .navigation-mobile .nav-primary .sub-menu .tabs-content .tab .menu .menu-item a:after {
      display: none
  }

  .navigation-mobile .nav-primary .nav-secondary {
      height: auto;
      position: static
  }

  .navigation-mobile .nav-primary .nav-secondary .menu-menu-secondaire-container {
      justify-content: flex-start;
      width: 100%
  }

  .navigation-mobile .nav-primary .nav-secondary .menu-menu-secondaire-container .menu {
      flex-wrap: nowrap;
      flex-direction: column;
      align-items: flex-start;
      padding: 10px 0
  }

  .navigation-mobile .nav-primary .nav-secondary .menu-menu-secondaire-container .menu .menu-item {
      width: 100%;
      height: 25px
  }

  .navigation-mobile .nav-primary .nav-secondary .menu-menu-secondaire-container .menu .menu-item a {
      font-family: "Gotham", "PingFang SC", "Microsoft YaHei", "Tahoma", "Arial", "sans-serif";
      font-size: 13px;
      font-weight: normal;
      color: #000
  }

  .navigation-mobile .nav-primary .nav-secondary .menu-menu-secondaire-container .menu .menu-item a:after {
      display: none
  }

  .navigation-mobile .nav-primary .nav-secondary .menu-menu-secondaire-container .menu .menu-item:last-child,
  .navigation-mobile .nav-primary .nav-secondary .menu-menu-secondaire-container .menu .menu-item:nth-last-child(2) {
      border-left: 0
  }

  .navigation-mobile .nav-primary .nav-secondary .menu-menu-secondaire-container .menu .menu-item:last-child:hover,
  .navigation-mobile .nav-primary .nav-secondary .menu-menu-secondaire-container .menu .menu-item:nth-last-child(2):hover {
      background-color: transparent
  }

  .navigation-mobile .nav-primary .nav-secondary .menu-menu-secondaire-container .menu .menu-item:last-child a,
  .navigation-mobile .nav-primary .nav-secondary .menu-menu-secondaire-container .menu .menu-item:nth-last-child(2) a {
      padding: 0;
      font-weight: normal;
      color: #13296b
  }

  .navigation-mobile .nav-primary .nav-secondary .menu-menu-secondaire-container .menu .menu-item:last-child {
      background-image: none;
      position: relative
  }

  .navigation-mobile .nav-primary .nav-secondary .menu-menu-secondaire-container .menu .menu-item:last-child:after {
      content: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+Cjxzdmcgd2lkdGg9IjEwcHgiIGhlaWdodD0iOXB4IiB2aWV3Qm94PSIwIDAgMTAgOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4KICAgIDwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggNTAuMiAoNTUwNDcpIC0gaHR0cDovL3d3dy5ib2hlbWlhbmNvZGluZy5jb20vc2tldGNoIC0tPgogICAgPHRpdGxlPkFycm93IFJlZDwvdGl0bGU+CiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4KICAgIDxkZWZzPjwvZGVmcz4KICAgIDxnIGlkPSJQYWdlLTEiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCI+CiAgICAgICAgPGcgaWQ9Ik1PQklMRS1NRU5VLTAxIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMjkwLjAwMDAwMCwgLTgwLjAwMDAwMCkiIHN0cm9rZT0iI0IzMDAzMiI+CiAgICAgICAgICAgIDxnIGlkPSJNRU5VLU9QRU4tTklWLjAxIj4KICAgICAgICAgICAgICAgIDxnIGlkPSJOSVZFQVUtMDEiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDIwLjAwMDAwMCwgNjEuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICAgICAgPGcgaWQ9IkFycm93LVJlZCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMjcwLjAwMDAwMCwgMjAuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICAgICAgICAgIDxnPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgPHBvbHlsaW5lIGlkPSJQYWdlLTEtQ29weS01IiBzdHJva2Utd2lkdGg9IjEuNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNy41MDAwMDAsIDMuNTAwMDAwKSByb3RhdGUoLTkwLjAwMDAwMCkgdHJhbnNsYXRlKC03LjUwMDAwMCwgLTMuNTAwMDAwKSAiIHBvaW50cz0iMTEgMiA3LjE4MTgxODE4IDUgNCAyIj48L3BvbHlsaW5lPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTAuOTEwMjYyNDkxLDMuNzg3MDUxMTggTDguNzcyODc1MzYsMy43ODcwNTExOCIgaWQ9IlBhdGgtMiIgc3Ryb2tlLXdpZHRoPSIxLjUiPjwvcGF0aD4KICAgICAgICAgICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+);
      display: block;
      width: 10px !important;
      height: 22px !important;
      position: absolute;
      top: 50%;
      right: 0;
      transform: translateY(-50%)
  }

  .navigation-mobile .nav-primary .nav-secondary .search {
      display: flex;
      align-items: center;
      width: 100%;
      max-width: 100%;
      height: 60px;
      margin-left: auto;
      margin-right: auto;
      margin-top: 20px;
      margin-bottom: 20px;
      padding: 0 20px;
      border: 1px solid #cfcfcf;
      border-radius: 35px
  }

  .navigation-mobile .nav-primary .nav-secondary .search form {
      display: flex;
      align-items: center;
      width: 100%;
      position: relative
  }

  .navigation-mobile .nav-primary .nav-secondary .search label {
      width: 100%
  }

  .navigation-mobile .nav-primary .nav-secondary .search input {
      border: 0;
      width: 100%
  }

  .navigation-mobile .nav-primary .nav-secondary .search input::placeholder {
      font-family: "Gotham", "PingFang SC", "Microsoft YaHei", "Tahoma", "Arial", "sans-serif";
      font-size: 14px;
      font-weight: normal;
      color: #000
  }

  .navigation-mobile .nav-primary .nav-secondary .search input[type="submit"] {
      width: 23px;
      height: 23px;
      font-size: 0;
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
      background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+Cjxzdmcgd2lkdGg9IjE3cHgiIGhlaWdodD0iMTdweCIgdmlld0JveD0iMCAwIDE3IDE3IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogICAgPCEtLSBHZW5lcmF0b3I6IFNrZXRjaCA1MC4yICg1NTA0NykgLSBodHRwOi8vd3d3LmJvaGVtaWFuY29kaW5nLmNvbS9za2V0Y2ggLS0+CiAgICA8dGl0bGU+U0VBUkNIPC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGRlZnM+PC9kZWZzPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9Ik1PQklMRS1NRU5VLTAxIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMjY1LjAwMDAwMCwgLTQ2OC4wMDAwMDApIj4KICAgICAgICAgICAgPGcgaWQ9Ik1FTlUtT1BFTi1OSVYuMDEiPgogICAgICAgICAgICAgICAgPGcgaWQ9IlJFQ0hFUkNIRSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMjAuMDAwMDAwLCA0NDcuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICAgICAgPGcgaWQ9IlNFQVJDSCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMjQ0LjAwMDAwMCwgMTkuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUtMTAiIGZpbGw9IiNCMzAwMzIiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE1LjIxMTE4NiwgMTUuODYzOTYxKSByb3RhdGUoLTQ1LjAwMDAwMCkgdHJhbnNsYXRlKC0xNS4yMTExODYsIC0xNS44NjM5NjEpICIgeD0iMTQuNDU2MzgzOCIgeT0iMTIuNDY3MzUwNiIgd2lkdGg9IjEuNTA5NjA0NjEiIGhlaWdodD0iNi43OTMyMjA3NyIgcng9IjAuNzU0ODAyMzA3Ij48L3JlY3Q+CiAgICAgICAgICAgICAgICAgICAgICAgIDxjaXJjbGUgaWQ9Ik92YWwiIHN0cm9rZT0iI0IzMDAzMiIgc3Ryb2tlLXdpZHRoPSIxLjUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDguNTM5NjEzLCA5LjE5MjM4OCkgcm90YXRlKC00NS4wMDAwMDApIHRyYW5zbGF0ZSgtOC41Mzk2MTMsIC05LjE5MjM4OCkgIiBjeD0iOC41Mzk2MTMyOCIgY3k9IjkuMTkyMzg4MTYiIHI9IjYuMDM4NDE4NDYiPjwvY2lyY2xlPgogICAgICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+);
      background-size: 23px 23px;
      background-repeat: no-repeat;
      background-position: center center
  }

  .navigation-mobile .nav-primary .lang {
      display: flex;
      align-items: center;
      width: 100%;
      height: 42px;
      padding: 0 20px;
      background-color: #2b2e33;
      position: absolute;
      bottom: -1px;
      left: 0;
      right: 0
  }

  .navigation-mobile .nav-primary .lang select {
      font-size: 14px;
      font-weight: normal;
      color: #13296b;
      text-transform: uppercase;
      vertical-align: middle;
      cursor: pointer
  }

  .navigation-mobile .nav-primary .lang svg {
      margin-left: 5px
  }

  .navigation-mobile .nav-primary .lang svg path {
      fill: #b30032
  }

  .home-mini-slider .wrapper {
      flex-direction: column
  }

  .home-mini-slider .wrapper .col {
      width: 100% !important
  }

  .home-mini-slider .wrapper .col.col_gauche {
      margin-bottom: 30px
  }

  .home-mini-slider .wrapper .col.col_droite .slider_wrapper::before {
      display: none !important
  }

  .demande_specifique_wrapper .wrapper {
      max-width: 100% !important
  }

  .demande_specifique_wrapper .size_demande_specifique {
      flex-direction: column;
      padding: 30px;
      justify-content: center
  }

  .demande_specifique_wrapper .size_demande_specifique .texte {
      font-size: 28px;
      text-align: center;
      margin-bottom: 15px
  }

  .module_double_case {
      padding: 0 !important
  }

  .home .nos_produits {
      margin: 0 0 100px !important
  }

  .home .nos_produits .slider .owl-dots {
      text-align: center;
      margin-top: 15px
  }

  .home .nos_produits .slider .owl-dots button {
      background: #005cb9;
      opacity: .3;
      width: 15px;
      height: 15px;
      border-radius: 100px;
      padding: 0;
      margin: 0 5px
  }

  .home .nos_produits .slider .owl-dots button.active {
      background: #005cb9;
      opacity: 1
  }

  .module_raisons .raisons.owl-carousel {
      display: block
  }

  .module_raisons .raisons.owl-carousel .raison {
      width: 100%
  }

  .module_raisons .raisons.owl-carousel .owl-dots {
      text-align: center;
      margin-top: 15px
  }

  .module_raisons .raisons.owl-carousel .owl-dots button {
      background: #005cb9;
      opacity: .3;
      width: 15px;
      height: 15px;
      border-radius: 100px;
      padding: 0;
      margin: 0 5px
  }

  .module_raisons .raisons.owl-carousel .owl-dots button.active {
      background: #005cb9;
      opacity: 1
  }

  .actualites_home .wrapper.owl-carousel {
      flex-direction: column;
      padding: 0 !important;
      margin: 0 !important;
      width: 100%
  }

  .actualites_home .wrapper.owl-carousel article {
      margin: 0 auto;
      width: 100% !important;
      max-width: 445px
  }

  .actualites_home .wrapper.owl-carousel article .wrapper_image {
      width: 100% !important
  }

  .actualites_home .wrapper.owl-carousel article .titre {
      max-height: 92px;
      height: 100%
  }

  .actualites_home .wrapper.owl-carousel article .wrapper_image_cat .wrapper_image {
      width: 100%
  }

  .actualites_home .wrapper.owl-carousel article.sticky {
      margin: 0 auto
  }

  .actualites_home .wrapper.owl-carousel .owl-dots {
      text-align: center;
      margin-top: 15px
  }

  .actualites_home .wrapper.owl-carousel .owl-dots button {
      background: #005cb9;
      opacity: .3;
      width: 15px;
      height: 15px;
      border-radius: 100px;
      padding: 0;
      margin: 0 5px
  }

  .actualites_home .wrapper.owl-carousel .owl-dots button.active {
      background: #005cb9;
      opacity: 1
  }

  footer.site-footer .top .wrapper {
      display: flex;
      flex-direction: column;
      padding: 50px 20px
  }

  footer.site-footer .top .wrapper aside.footer-1 {
      flex-direction: column
  }

  footer.site-footer .top .wrapper aside.footer-1 .textwidget {
      max-width: 100%
  }

  footer.site-footer .top .wrapper aside.footer-2 .textwidget {
      max-width: 100%
  }

  footer.site-footer .bottom .wrapper {
      flex-direction: column;
      justify-content: center
  }

  footer.site-footer .bottom .wrapper .right {
      display: block !important
  }

  footer.site-footer .bottom .wrapper .right .menus {
      display: block !important;
      width: 100%;
      padding-top: 30px !important
  }

  footer.site-footer .bottom .wrapper .right .menus ul {
      flex-wrap: wrap;
      align-items: center;
      justify-content: center
  }

  footer.site-footer .bottom .wrapper .right .menus ul.nav_menu_principal {
      margin-bottom: 20px
  }

  footer.site-footer .bottom .wrapper .right .cr_marck_balsan {
      text-align: center
  }

  footer.site-footer .bottom .wrapper .col:first-of-type {
      width: 20%
  }

  footer.site-footer .bottom .wrapper .col:last-of-type {
      width: 80%
  }

  section .box-title .wrapper {
      padding: 0 30px !important
  }

  section .box-title .wrapper .title {
      top: 0 !important
  }

  section.module-01 .wrapper .col:last-of-type {
      padding-top: 60px
  }

  section.module-01 .wrapper .col:last-of-type .box {
      min-height: auto;
      padding-bottom: 0
  }

  section.module-01 .wrapper .col:last-of-type .box .title {
      margin-left: 45px;
      margin-top: 30px
  }

  section.module-01 .wrapper .col:last-of-type .box ul.list {
      margin-top: 20px
  }

  section.module-01 .wrapper .col:last-of-type .box ul.list li {
      padding: 25px
  }

  section.module-02 .wrapper .choice-realisations .slide .col {
      width: 40%
  }

  section.module-03 .box-title .wrapper .content .col:last-of-type {
      display: flex;
      flex-direction: column
  }

  section.module-03 .box-title .wrapper .content .col:last-of-type .cta {
      margin-bottom: 30px
  }

  section.module-03 .box-title .wrapper .content .col:last-of-type .cta:first-of-type {
      margin-right: 0
  }

  section.module-03 .box-title .wrapper .content .col:last-of-type .cta:last-of-type {
      margin-bottom: 0
  }

  section.module-03 .box-title .wrapper .badge-image {
      right: -130px
  }

  section.module-04 {
      margin-top: 50px
  }

  section.module-04>div.wrapper {
      padding-top: 0 !important
  }

  section.module-04 .wrapper {
      padding: 20px 30px !important
  }

  section.module-04 .wrapper .choice-secteurs {
      padding: 30px 0 0
  }

  section.module-04 .wrapper .choice-secteurs .owl-nav {
      top: -40px !important
  }

  section.module-04 .wrapper .choice-secteurs .owl-nav .owl-next {
      right: -50px
  }

  section.module-04 .wrapper .choice-secteurs .owl-nav .owl-prev {
      left: -80px
  }

  section.module-04 .box-title>.wrapper {
      padding-bottom: 0 !important
  }

  section.module-04 .box-title>.wrapper .text {
      margin-top: 20px;
      max-width: 400px
  }

  section.module-06 {
      padding: 40px 0 0
  }

  section.module-06 .wrapper {
      flex-direction: column
  }

  section.module-06 .wrapper .col:first-of-type,
  section.module-06 .wrapper .col:last-of-type {
      width: 100%;
      padding-right: 0;
      margin-bottom: 30px
  }

  section.module-08 {
      flex-direction: column-reverse !important;
      padding: 100px 30px 80px
  }

  section.module-08 .col {
      width: 100%
  }

  section.module-08 .col:first-of-type {
      height: 402px;
      margin-top: 0
  }

  section.module-08 .col:nth-child(2) {
      width: 100%
  }

  section.module-08 .col:nth-child(2) .text,
  section.module-08 .col:nth-child(2) .expand {
      max-width: 100%
  }

  section.module-08 .col.map {
      height: auto
  }

  section.module-08 .col.map .bg-map {
      display: none
  }

  section.module-08 .col.map .accordion-content-map {
      display: flex;
      position: relative;
      flex-direction: column
  }

  section.module-08 .col.map .accordion-content-map ul.bottom li {
      padding: 15px 30px 10px
  }

  section.module-09 {
      padding-top: 100px
  }

  section.module-09 .wrapper {
      max-width: 100%;
      padding: 0 30px 50px !important
  }

  section.module-09 .col-wrapper {
      flex-direction: column
  }

  section.module-09 .col-wrapper .col {
      width: 100%
  }

  section.module-09 .col-wrapper .col:first-of-type {
      margin-bottom: 50px
  }

  section.module-09 .col-wrapper .col:first-of-type .ui-accordion {
      max-width: 100%
  }

  section.module-09 .col-wrapper .col:last-of-type {
      padding: 40px
  }

  section.module-12 .tabs-content .tabs-card .col:last-of-type {
      padding: 230px 70px 0
  }

  .site .home section.strate-02 .box .hover.active {
      flex-wrap: nowrap;
      padding: 20px 30px;
      opacity: 1;
      transform: scale(1)
  }

  .site .home section.strate-02 .box .hover .short-text {
      font-size: 14px
  }

  .site .single-expertise section.strate-02 {
      margin-bottom: -50px
  }

  .site .single-expertise section.strate-02 .tabs-content .tabs-card .col:last-of-type {
      padding: 230px 70px 0
  }

  .site .page-template-groupe section.strate-03 {
      margin-top: 0;
      padding: 0;
      flex-direction: column
  }

  .site .page-template-groupe section.strate-03 .col {
      width: 100% !important
  }

  .site .page-template-groupe section.strate-03 .col.carte {
      height: 700px;
      margin-top: 0
  }

  .site .page-template-groupe section.strate-03 .col:last-of-type {
      padding: 40px 30px
  }

  .site .page-template-groupe section.strate-03 .col:last-of-type .text {
      max-width: 100%
  }

  .site .page-template-groupe section.strate-05 {
      padding-bottom: 0;
      overflow: hidden
  }

  .site .page-template-groupe section.strate-05 .wrapper {
      padding-top: 20px
  }

  .site .page-template-groupe section.strate-05 .deco-title {
      font-size: 130px;
      left: -10px
  }

  .site .page-template-groupe section.strate-05 .wrapper .partenaires .owl-nav,
  .site .page-template-groupe section.strate-05 .wrapper .labels .owl-nav {
      width: auto;
      position: absolute;
      top: -70px;
      left: auto;
      right: 0;
      margin-top: 0;
      transform: none
  }

  .site .page-template-groupe section.strate-05 .wrapper .partenaires .owl-nav>div,
  .site .page-template-groupe section.strate-05 .wrapper .labels .owl-nav>div {
      left: 0;
      right: 0
  }
}

@media (max-width:930px) {
  body.woocommerce-cart .woocommerce .wrapper_custom_cart_woocommerce .wrapper.size_max_width .size_max_cart_content .wrapper_liste_prod_valider {
      flex-direction: column
  }

  body.woocommerce-cart .woocommerce .wrapper_custom_cart_woocommerce .wrapper.size_max_width .size_max_cart_content .wrapper_liste_prod_valider .col_gauche {
      width: 100%;
      padding-right: 0;
      border-right: solid 0 #cfcfcf
  }

  body.woocommerce-cart .woocommerce .wrapper_custom_cart_woocommerce .wrapper.size_max_width .size_max_cart_content .wrapper_liste_prod_valider .col_droite {
      width: 100%
  }

  body.woocommerce-cart .woocommerce .wrapper_custom_cart_woocommerce .wrapper.size_max_width .size_max_cart_content .wrapper_liste_prod_valider .col_droite .titre_recap {
      margin: 0 0 10px 0
  }

  body.woocommerce-cart .woocommerce .wrapper_custom_cart_woocommerce .wrapper.size_max_width .size_max_cart_content .wrapper_liste_prod_valider .col_droite .cart-collaterals .cart_totals {
      width: 100%
  }

  body.woocommerce-cart .woocommerce .marc_cross_sells ul.products li.product {
      width: 47%;
      margin: 0 auto;
      margin-bottom: 5%
  }

  .page-template-services .services_accroche {
      padding: 20px 0
  }

  .page-template-services .services_accroche .wrapper h2 {
      margin-bottom: 20px !important;
      max-width: 100% !important;
      font-size: 36px !important
  }

  .page-template-services .services_accroche .wrapper_texte {
      max-width: 100%
  }

  .page-template-services .services_accroche .wrapper_texte .wrapper {
      height: auto;
      padding: 30px 20px
  }

  .page-template-services .services_module_image_droite {
      padding: 0 0 80px
  }

  .page-template-services .services_module_image_droite .wrapper {
      flex-direction: column-reverse
  }

  .page-template-services .services_module_image_droite .wrapper .col.col_image {
      width: 100%;
      margin-left: 15%
  }

  .page-template-services .services_module_image_droite .wrapper .col.col_texte {
      width: 100%;
      padding: 0 !important;
      position: initial
  }

  .page-template-services .services_module_image_droite .wrapper .col.col_texte .titre {
      font-size: 28px
  }

  .page-template-services .services_module_image_droite .wrapper .col.col_texte .wrapper_icone {
      height: 150px;
      top: auto;
      left: -22%;
      bottom: -40px;
      transform: translateX(80%)
  }

  .page-template-services .services_module_image_gauche {
      margin-top: 20px
  }

  .page-template-services .services_module_image_gauche .wrapper {
      flex-direction: column-reverse;
      padding: 60px 0 60px
  }

  .page-template-services .services_module_image_gauche .wrapper .col.col_texte {
      width: 100%
  }

  .page-template-services .services_module_image_gauche .wrapper .col.col_image {
      margin-top: 0;
      padding-top: 56%;
      width: 80% !important
  }

  .page-template-services .services_module_image_gauche .wrapper .col.col_image .wrapper_icone {
      width: 22.90179%
  }

  .filtres form>ul.list_filter {
      flex-wrap: wrap;
      justify-content: center
  }

  .filtres form>ul.list_filter li {
      border: 1px solid;
      min-width: 300px;
      margin: 5px
  }

  .filtres form>ul.list_filter li div {
      top: 35px
  }

  .popin .popindetails,
  .popin .popindetailsloc {
      width: 84%;
      padding: 100px 30px
  }

  .popin .popindetails .close,
  .popin .popindetailsloc .close {
      top: 90px
  }

  .demande_specifique_wrapper>.wrapper {
      padding: 0 !important
  }

  .single_product .product .woocommerce-product-gallery .flex-viewport {
      flex-grow: 3;
      max-width: 100%
  }

  .single_product .product .summary.entry-summary .tagged_as {
      justify-content: flex-start;
      align-content: flex-start;
      align-items: flex-start;
      flex-direction: column
  }

  .single_product .product .summary.entry-summary .tagged_as .infos {
      margin-bottom: 30px;
      flex-direction: row;
      width: 100%;
      justify-content: space-between
  }

  .woocommerce div.product {
      margin-bottom: 0;
      position: relative;
      flex-direction: column
  }

  .woocommerce div.product .woocommerce-product-gallery {
      float: none !important;
      width: 100% !important
  }

  .woocommerce div.product .woocommerce-product-gallery .thumbnail-principale div a img {
      margin: 0 auto
  }

  .woocommerce div.product .summary.entry-summary {
      margin-left: 0;
      float: none !important;
      width: 100%
  }

  .woocommerce div.product .up-sells {
      margin-left: 0;
      float: none !important;
      width: 100%
  }

  .woocommerce div.product .up-sells h2 {
      line-height: 1
  }

  .woocommerce div.product .up-sells .products li {
      text-align: center
  }

  .woocommerce div.product .up-sells .products li a {
      text-decoration: none;
      margin: 0 auto
  }

  .woocommerce div.product .up-sells .owl-dots {
      text-align: center;
      margin-bottom: 15px
  }

  .woocommerce div.product .up-sells .owl-dots button {
      background: #005cb9;
      opacity: .3;
      width: 15px;
      height: 15px;
      border-radius: 100px;
      padding: 0;
      margin: 0 5px
  }

  .woocommerce div.product .up-sells .owl-dots button.active {
      background: #005cb9;
      opacity: 1
  }

  .single_product .product .up-sells .products li {
      margin: 0 1.5% !important;
      width: 47% !important
  }

  .produits_liste .wrapper .products {
      display: flex;
      flex-wrap: wrap;
      justify-content: center
  }

  .produits_liste .wrapper .products li {
      margin: 0 1.5% !important;
      width: 35% !important
  }

  .page-template-apropos .apropos_filiale .wrapper {
      flex-direction: column
  }

  .page-template-apropos .apropos_filiale .col.col_texte {
      bottom: 0px !important;
      width: 100% !important;
      padding: 20px 0 0 0 !important;
      position: initial !important
  }

  .navheader .voirprofil {
      display: none
  }

  .infocompte .woocommerce-MyAccount-content .addresses {
      flex-direction: column
  }

  .infocompte .woocommerce-MyAccount-content .addresses>.woocommerce-Address {
      width: 100%
  }

  .implantation .nosimplantations {
      flex-direction: column
  }

  .implantation .nosimplantations .list {
      max-width: 100% !important
  }

  .implantation .nosimplantations .map {
      margin-left: 0 !important
  }
}

@media (max-width:768px) {
  #cc-notification #cc-notification-wrapper {
      padding: 10px 20px 0 !important
  }

  #cc-notification.cc-light h2,
  #cc-notification.cc-light h3,
  #cc-notification.cc-light p {
      margin-right: 0 !important
  }

  #cc-notification ul.cc-notification-buttons {
      position: static !important
  }

  #cc-notification ul.cc-notification-buttons li {
      display: flex;
      justify-content: center
  }

  #cc-notification.cc-light ul.cc-notification-buttons li a {
      float: none !important;
      display: inline-block;
      margin-right: 0 !important
  }

  body .voile.visible {
      z-index: -1;
      opacity: 0
  }

  body .voile.visible_deux {
      z-index: -1;
      opacity: 0
  }

  body.woocommerce-checkout .woocommerce .wrapper.size_max_width .size_max_cart_content {
      width: 100%;
      flex-direction: column;
      padding-top: 15px
  }

  body.woocommerce-checkout .woocommerce .wrapper.size_max_width .size_max_cart_content .wrapper_col_droite {
      padding-left: 0;
      margin-bottom: 20px
  }

  body.woocommerce-checkout .woocommerce .wrapper.size_max_width .size_max_cart_content .wrapper_col_droite .recap {
      padding-top: 0
  }

  body.woocommerce-checkout .woocommerce .wrapper.size_max_width .size_max_cart_content .wrapper_col_droite .mini-cart,
  body.woocommerce-checkout .woocommerce .wrapper.size_max_width .size_max_cart_content .wrapper_col_droite .woocommerce-order-details,
  body.woocommerce-checkout .woocommerce .wrapper.size_max_width .size_max_cart_content .wrapper_col_droite .woocommerce-bacs-bank-details {
      width: 100%
  }

  body.woocommerce-checkout .woocommerce .wrapper.size_max_width .size_max_cart_content .wrapper_col_gauche {
      width: 100%;
      margin-top: 0;
      margin-bottom: 20px
  }

  body.woocommerce-checkout .woocommerce .wrapper.size_max_width .size_max_cart_content .wrapper_col_gauche #checkout-wrapper {
      width: auto;
      margin: 20px 30px
  }

  body.woocommerce-checkout .woocommerce .wrapper.size_max_width .size_max_cart_content .wrapper_col_gauche #checkout-wrapper form.checkout.woocommerce-checkout {
      margin-bottom: 20px
  }

  body.woocommerce-cart .woocommerce table.shop_table_responsive tr:nth-child(2n) td,
  body.woocommerce-cart .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
      background: none
  }

  body.woocommerce-cart .woocommerce .wrapper_custom_cart_woocommerce .wrapper.size_max_width .size_max_cart_content .wrapper_liste_prod_valider .col_gauche .wrapper_maj_panier #maj_panier {
      margin-top: 0;
      margin-bottom: 18px
  }

  body.woocommerce-cart .woocommerce .wrapper_custom_cart_woocommerce .wrapper.size_max_width .size_max_cart_content .wrapper_liste_prod_valider .col_gauche .wrapper_maj_panier {
      border-bottom: 1px solid #cfd5d7;
      margin-bottom: 18px
  }

  body.woocommerce-cart .woocommerce .wrapper_custom_cart_woocommerce .wrapper.size_max_width .size_max_cart_content .wrapper_liste_prod_valider .col_gauche tr.woocommerce-cart-form__cart-item.cart_item {
      position: relative;
      padding-left: 100px;
      min-height: 98px;
      margin-bottom: 10px
  }

  body.woocommerce-cart .woocommerce .wrapper_custom_cart_woocommerce .wrapper.size_max_width .size_max_cart_content .wrapper_liste_prod_valider .col_gauche tr.woocommerce-cart-form__cart-item.cart_item td.product-remove {
      position: absolute;
      right: 15px;
      top: 50%;
      transform: translateY(-50%)
  }

  body.woocommerce-cart .woocommerce .wrapper_custom_cart_woocommerce .wrapper.size_max_width .size_max_cart_content .wrapper_liste_prod_valider .col_gauche tr.woocommerce-cart-form__cart-item.cart_item td.product-thumbnail {
      display: block;
      position: absolute;
      left: 0
  }

  body.woocommerce-cart .woocommerce .wrapper_custom_cart_woocommerce .wrapper.size_max_width .size_max_cart_content .wrapper_liste_prod_valider .col_gauche tr.woocommerce-cart-form__cart-item.cart_item td.product-thumbnail a img {
      background: #eaf0f8;
      padding: 8px 5px;
      width: 25%
  }

  body.woocommerce-cart .woocommerce .wrapper_custom_cart_woocommerce .wrapper.size_max_width .size_max_cart_content .wrapper_liste_prod_valider .col_gauche tr.woocommerce-cart-form__cart-item.cart_item td.product-name {
      width: 75%;
      max-width: 75%
  }

  body.woocommerce-cart .woocommerce .wrapper_custom_cart_woocommerce .wrapper.size_max_width .size_max_cart_content .wrapper_liste_prod_valider .col_gauche tr.woocommerce-cart-form__cart-item.cart_item td.product-name a {
      font-family: "Gotham", "PingFang SC", "Microsoft YaHei", "Tahoma", "Arial", "sans-serif";
      font-size: 12px;
      font-weight: normal;
      line-height: 16px;
      display: block;
      color: #2b2e33
  }

  body.woocommerce-cart .woocommerce .wrapper_custom_cart_woocommerce .wrapper.size_max_width .size_max_cart_content .wrapper_liste_prod_valider .col_gauche tr.woocommerce-cart-form__cart-item.cart_item td.product-quantity .quantity {
      border: solid 1px #cfcfcf;
      width: 45px;
      height: 30px;
      position: relative;
      margin-top: 10px
  }

  body.woocommerce-cart .woocommerce .wrapper_custom_cart_woocommerce .wrapper.size_max_width .size_max_cart_content .wrapper_liste_prod_valider .col_gauche tr.woocommerce-cart-form__cart-item.cart_item td.product-quantity .quantity .qty {
      border: none;
      border-radius: 0;
      position: absolute;
      top: 0;
      left: 0;
      width: 40px;
      height: 30px;
      padding: 0;
      font-size: 12px
  }

  body.woocommerce-cart .woocommerce .wrapper_custom_cart_woocommerce .wrapper.size_max_width .size_max_cart_content .wrapper_liste_prod_valider .col_gauche tr.woocommerce-cart-form__cart-item.cart_item td.product-subtotal {
      display: none
  }

  body.woocommerce-cart .woocommerce .wrapper_custom_cart_woocommerce .wrapper.size_max_width .size_max_cart_content .wrapper_liste_prod_valider .col_gauche tr.woocommerce-cart-form__cart-item.cart_item td {
      border-top: none;
      padding: 0;
      text-align: left !important
  }

  body.woocommerce-cart .woocommerce .wrapper_custom_cart_woocommerce .wrapper.size_max_width .size_max_cart_content .wrapper_liste_prod_valider .col_gauche tr.woocommerce-cart-form__cart-item.cart_item td::before {
      display: none
  }

  .woocommerce table.shop_table_responsive tr td::before,
  .woocommerce-page table.shop_table_responsive tr td::before {
      content: attr(data-title);
      font-weight: normal;
      float: left
  }

  body.woocommerce-cart .woocommerce .marc_cross_sells {
      display: none
  }

  .no-flex .clearfix {
      margin-left: 0
  }

  .actualites_header .wrapper .select-wrapper.filter:hover select {
      color: black
  }

  .actualites .wrapper article {
      width: 47%
  }

  .single-profil .wrapper_header_profil .header_profil .slide {
      padding: 0 20px
  }

  .single-profil .wrapper_header_profil .header_profil .slide .textes_content .titre {
      font-size: 24px
  }

  .single-profil .wrapper_header_profil .header_profil .slide .textes_content .titre::before {
      content: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iNzkiIGhlaWdodD0iMzkiIHZpZXdCb3g9IjAgMCA3OSAzOSI+CiAgICA8ZGVmcz4KICAgICAgICA8cGF0aCBpZD0iYSIgZD0iTTMuMDQxIDM5SDBMMzguMzM5IDBoMTYuNDc3TDE2LjE4OCAzOUgzLjA0MXptMjQuMTg0IDBoLTMuMDQxTDYyLjUyMyAwSDc5TDQwLjM3MiAzOUgyNy4yMjV6Ii8+CiAgICA8L2RlZnM+CiAgICA8ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxtYXNrIGlkPSJiIiBmaWxsPSIjZmZmIj4KICAgICAgICAgICAgPHVzZSB4bGluazpocmVmPSIjYSIvPgogICAgICAgIDwvbWFzaz4KICAgICAgICA8dXNlIGZpbGw9IiMwMDVDQjkiIHhsaW5rOmhyZWY9IiNhIi8+CiAgICAgICAgPGcgZmlsbD0iIzAwNUNCOSIgbWFzaz0idXJsKCNiKSI+CiAgICAgICAgICAgIDxwYXRoIGQ9Ik0wIDBoNzl2MzlIMHoiLz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPgo=) !important;
      width: 50px !important;
      position: relative;
      top: 8px;
      height: 40px !important;
      display: inline-block;
      transform: scale(.6)
  }

  .wrapper_header_profil.fixed .navigation_header_profil {
      top: 70px !important
  }

  .navigation_header_profil {
      justify-content: center;
      border-bottom: 0;
      top: 0px !important
  }

  .navigation_header_profil .size_max_width {
      padding: 0 5px
  }

  .navigation_header_profil a {
      margin: 0 10px !important
  }

  .navigation_header_profil a::before {
      display: none
  }

  .navigation_header_profil a:last-child {
      display: none !important
  }

  .single-profil .module_big_slider .wrapper .col.col_slider .slider_big .slide .images_content .background {
      width: auto;
      height: 500px
  }

  .single-profil .module_list_slider .wrapper .col.col_slider .slider_list .slide .background {
      width: auto;
      height: 450px
  }

  .single-profil .module_big_slider .wrapper .col.col_slider .slider_big .slide .images_content .forground,
  .single-profil .module_list_slider .wrapper .col.col_slider .slider_list .slide .forground {
      display: none
  }

  .single-profil .module_big_slider .wrapper .col.col_slider .slider_big .owl-nav,
  .single-profil .module_list_slider .wrapper .col.col_slider .slider_list .owl-nav {
      display: none
  }

  .single-profil .module_big_slider .wrapper .col.col_slider .slider_big .slide .images_content .background img {
      height: auto
  }

  .single-profil .module_texte_image .wrapper {
      padding-bottom: 20px
  }

  .single-profil .module_texte_image {
      padding: 20px 0;
      margin-top: -60px
  }

  .single-profil .module_texte_image .wrapper {
      flex-direction: column
  }

  .single-profil .module_texte_image .wrapper .col_texte {
      width: 100% !important
  }

  .single-profil .module_texte_image .wrapper .col_texte h2 {
      font-size: 20px !important;
      margin-top: 10px
  }

  .single-profil .module_texte_image .wrapper .col_texte h2::before {
      transform: scale(.6)
  }

  .single-profil .module_texte_image .wrapper .col_image {
      margin-top: 30px;
      width: 100%
  }

  .single-profil .module_texte_image .wrapper .image {
      width: 100% !important;
      height: auto !important
  }

  #module_profil_3 {
      margin-bottom: 50px
  }

  .single-profil .module_big_slider {
      background: white;
      margin-top: 0
  }

  .single-profil .module_big_slider .wrapper {
      flex-direction: column-reverse;
      padding: 0 20px
  }

  .single-profil .module_big_slider .wrapper .col_texte {
      width: 100% !important
  }

  .single-profil .module_big_slider .wrapper .col_texte h2 {
      font-size: 20px !important;
      margin-top: 10px
  }

  .single-profil .module_big_slider .wrapper .col_texte h2::before {
      transform: scale(.6)
  }

  .single-profil .module_big_slider .wrapper .col_texte .bottom .big_slider_nav {
      display: none
  }

  .single-profil .module_big_slider .wrapper .col_slider {
      margin-top: 30px;
      width: 100%
  }

  .single-profil .module_big_slider .wrapper .col_slider .slider_big {
      position: relative;
      width: 100%;
      overflow: hidden;
      height: 100% !important;
      margin-top: 0px !important
  }

  .single-profil .module_big_slider .wrapper .col_slider .slider_big .owl-stage-outer {
      height: 100% !important
  }

  .single-profil .module_big_slider .wrapper .col_slider .slider_big .slide {
      width: 100% !important;
      height: 100% !important
  }

  .single-profil .module_big_slider .wrapper .col_slider .slider_big .owl-dots {
      text-align: center;
      margin-top: 15px;
      position: absolute;
      bottom: 15px;
      left: 0;
      right: 0
  }

  .single-profil .module_big_slider .wrapper .col_slider .slider_big .owl-dots button {
      background: white;
      opacity: .5;
      width: 15px;
      height: 15px;
      border-radius: 100px;
      padding: 0;
      margin: 0 5px
  }

  .single-profil .module_big_slider .wrapper .col_slider .slider_big .owl-dots button.active {
      background: white;
      opacity: 1
  }

  .single-profil .module_list_slider {
      padding: 0
  }

  .single-profil .module_list_slider .wrapper {
      flex-direction: column
  }

  .single-profil .module_list_slider .wrapper .col.col_texte {
      margin-top: 30px;
      position: initial;
      width: 100%;
      padding: 0;
      margin-bottom: 30px
  }

  .single-profil .module_list_slider .wrapper .col.col_texte h2 {
      font-size: 20px !important;
      margin-top: 10px
  }

  .single-profil .module_list_slider .wrapper .col.col_texte h2::before {
      transform: scale(.6)
  }

  .single-profil .module_list_slider .wrapper .col.col_texte .bottom {
      display: none
  }

  .single-profil .module_list_slider .wrapper .col.col_slider {
      width: 100%
  }

  .single-profil .module_list_slider .wrapper .col.col_slider .owl-dots {
      text-align: center;
      margin-top: 15px;
      position: absolute;
      bottom: 15px;
      left: 0;
      right: 0
  }

  .single-profil .module_list_slider .wrapper .col.col_slider .owl-dots button {
      background: white;
      opacity: .5;
      width: 15px;
      height: 15px;
      border-radius: 100px;
      padding: 0;
      margin: 0 5px
  }

  .single-profil .module_list_slider .wrapper .col.col_slider .owl-dots button.active {
      background: white;
      opacity: 1
  }

  .page-template-services .services_module_image_gauche .wrapper .col.col_image .wrapper_icone {
      width: 25.90179%
  }

  .home .home-mini-slider .wrapper .col.col_gauche .titre_mini_slider {
      margin-top: 30px
  }

  footer.site-footer .top .wrapper aside.footer-1 .newsletter .mc4wp-success,
  footer.site-footer .top .wrapper aside.footer-1 .newsletter .mc4wp-alert {
      color: #fff;
      position: relative
  }

  .single_product .product .woocommerce-product-gallery .thumbnail-secondaire div.active,
  .single_product .product .woocommerce-product-gallery .flex-control-nav div.active,
  .single_product .product .woocommerce-product-gallery .thumbnail-secondaire li.active,
  .single_product .product .woocommerce-product-gallery .flex-control-nav li.active {
      border: none !important
  }

  .single_product .product .woocommerce-product-gallery .thumbnail-principale a img,
  .single_product .product .woocommerce-product-gallery .woocommerce-product-gallery__image a img {
      margin: 0 auto
  }

  .woocommerce div.product div.images .flex-control-thumbs li img {
      cursor: pointer;
      opacity: 0.5 !important;
      margin: 0
  }

  .woocommerce div.product div.images .flex-control-thumbs li img.flex-active {
      cursor: pointer;
      opacity: 1 !important;
      margin: 0
  }

  .single_product .product .up-sells .products li {
      margin: 0 1.5% !important;
      width: 47% !important
  }

  .produits_liste .wrapper .products li {
      width: 45% !important
  }

  .produits_liste .wrapper .products li {
      flex: 1 0 45%;
      margin-bottom: 5% !important
  }

  .produits_liste .wrapper .products li a img {
      width: 100% !important
  }

  .infocompte .account-orders-table .woocommerce-orders-table__cell {
      width: 100% !important
  }

  .mon_compte .navheader .woocommerce-MyAccount-navigation ul li {
      padding: 0 5px
  }

  .infocompte .formcompte .editinfo .label p,
  .infocompte .formcompte .editmdp .label p {
      width: 100%;
      margin-right: 0
  }

  .apropos_slider .wrapper {
      position: relative
  }

  .apropos_slider .wrapper .slider_nav {
      position: absolute !important;
      z-index: 9;
      top: 0
  }

  .apropos_slider .wrapper .wrapper_slider .slide {
      height: auto !important
  }

  .apropos_slider .wrapper .wrapper_slider .slide .wrapper_image {
      width: 100%;
      height: 180px !important;
      position: initial !important;
      overflow: hidden
  }

  .apropos_slider .wrapper .wrapper_slider .slide .wrapper_texte .box_texte {
      width: 100% !important
  }

  .module_double_case.little .wrapper {
      align-items: center
  }

  .module_double_case.little .wrapper .case {
      margin-bottom: 5%
  }

  .page-template-apropos .apropos_chiffres_cles {
      background-size: 100%;
      background-position: center
  }

  .page-template-apropos .apropos_chiffres_cles .wrapper {
      align-content: center;
      text-align: center;
      flex-direction: column
  }

  .page-template-apropos .apropos_slider .wrapper .wrapper_slider .slide .wrapper_texte.size_max_width {
      padding: 0 0px !important
  }

  .home-mini-slider {
      padding: 0 !important
  }

  /*.wrapper_slider_home .owl-stage-outer .slide {*/
  /*    height: 100vh !important*/
  /*}*/

  .wrapper_slider_home .owl-stage-outer .slide .textes_content .titre {
      max-width: 100% !important;
      margin-bottom: 30px !important;
      font-size: 35px !important
  }

  .wrapper_slider_home .owl-stage-outer .slide .textes_content .buttons {
      flex-wrap: wrap
  }

  .home-mini-slider .slider_wrapper {
      height: 300px !important
  }

  .home-mini-slider .slider_wrapper .img_wrapper {
      width: 100%;
      height: 300px !important
  }

  .home-mini-slider .slider_wrapper .owl-dots {
      position: absolute;
      bottom: 15px;
      left: 0;
      right: 0;
      width: 100%;
      text-align: center
  }

  .home-mini-slider .slider_wrapper .owl-dots button {
      background: white;
      opacity: .5;
      width: 15px;
      height: 15px;
      border-radius: 100px;
      padding: 0;
      margin: 0 5px
  }

  .home-mini-slider .slider_wrapper .owl-dots button.active {
      opacity: 1
  }

  .module_double_case .wrapper {
      display: flex;
      justify-content: space-between;
      max-width: 1195px
  }

  .module_double_case .wrapper .case {
      margin: 0 !important;
      margin-bottom: 30px !important;
      width: 100%;
      height: 100%;
      min-height: 450px
  }

  .module_double_case .wrapper .case .titre {
      font-size: 22px;
      width: 80%
  }

  .pre-footer .wrapper {
      flex-direction: column
  }

  .pre-footer .wrapper .text {
      text-align: center;
      font-size: 30px;
      margin-right: 0px;
      line-height: 1.17;
      letter-spacing: .86px
  }
  .page-template-actualites .actualites_header .wrapper h1, .page-template-category .actualites_header .wrapper h1{
      font-size: 35px !important;
  }
  .header-custom .header-image-full-screen .textes-content .titre, .header-page .header-image-full-screen .textes-content .titre{
      font-size: 35px !important;
      line-height: 1.5;
  }
  .down h2{
      font-size: 35px !important;
  }

  footer.site-footer {
      padding: 0px !important
  }

  footer.site-footer .top .wrapper aside.footer-1 h2 {
      font-size: 30px;
      line-height: 1.17;
      letter-spacing: .86px;
      max-width: 300px;
      margin-bottom: 10px
  }

  footer.site-footer .bottom .wrapper .logo-footer {
      display: none
  }

  footer.site-footer .bottom .wrapper .right .menus {
      padding: 0 !important
  }

  footer.site-footer .bottom .wrapper .right .menus ul {
      font-size: 14px;
      justify-content: left
  }

  footer.site-footer .bottom .wrapper .right .menus ul li {
      margin-left: 0;
      margin-right: 20px
  }

  footer.site-footer .bottom .wrapper .right .cr_marck_balsan {
      font-size: 14px;
      text-align: left
  }

  footer.site-footer {
      height: auto;
      padding: 0 30px
  }

  footer.site-footer .bottom {
      text-align: center;
      height: auto;
      position: relative;
      padding: 30px 0
  }

  footer.site-footer .bottom .wrapper {
      flex-direction: column-reverse
  }

  footer.site-footer .bottom .wrapper .col:first-of-type {
      margin-top: 35px;
      width: 100%;
      justify-content: center
  }

  footer.site-footer .bottom .wrapper .col:last-of-type>div {
      width: 100%
  }

  footer.site-footer .bottom .wrapper .col:last-of-type>div ul {
      flex-direction: column
  }

  footer.site-footer .bottom .wrapper .col:last-of-type>div ul li {
      margin-bottom: 20px;
      margin-left: 0 !important
  }

  footer.site-footer .bottom .wrapper .col:last-of-type>div ul li:last-of-type {
      margin-bottom: 0
  }

  section.module-01 {
      padding: 60px 0 0
  }

  section.module-01 .wrapper {
      flex-direction: column
  }

  section.module-01 .wrapper .col {
      width: 100%
  }

  section.module-01 .wrapper .col:first-of-type {
      margin-bottom: 100px
  }

  section.module-01 .wrapper .col:first-of-type .text {
      margin: 0
  }

  section.module-01 .wrapper .col:last-of-type .box {
      max-width: 100%
  }

  section.module-02 {
      padding: 60px 0 0
  }

  section.module-02 .box-title>h2 {
      padding: 0 !important
  }

  section.module-02 .wrapper .choice-realisations {
      height: auto;
      padding: 0 0 50px
  }

  section.module-02 .wrapper .choice-realisations .owl-nav {
      top: 0;
      left: auto;
      right: 0;
      transform: translate(0, -100%)
  }

  section.module-02 .wrapper .choice-realisations .slide {
      flex-direction: column
  }

  section.module-02 .wrapper .choice-realisations .slide .col {
      width: 100% !important
  }

  section.module-02 .wrapper .choice-realisations .slide .col .box-infos {
      margin-top: 0 !important;
      margin-bottom: 0 !important
  }

  section.module-02 .wrapper .choice-realisations .slide .col .image-left {
      margin-top: 20px !important;
      padding-top: 30px !important;
      position: relative !important;
      margin-bottom: 35px
  }

  section.module-03 {
      max-width: 100%
  }

  section.module-03 .box-title .wrapper .content .col:first-child {
      width: 60%
  }

  section.module-03 .box-title .wrapper .content .col:last-child {
      width: 40%
  }

  section.module-03 .box-title .wrapper .badge-image {
      top: -100px;
      right: 30px
  }

  section.module-04 {
      padding: 20px 0 40px
  }

  section.module-04 .wrapper .choice-secteurs .owl-nav {
      width: auto;
      left: auto;
      right: 20px;
      transform: none
  }

  section.module-04 .wrapper .choice-secteurs .owl-nav>div {
      position: relative !important
  }

  section.module-04 .wrapper .choice-secteurs .owl-nav .owl-prev {
      left: 0
  }

  section.module-04 .wrapper .choice-secteurs .owl-nav .owl-next {
      right: 0
  }

  section.module-04 .wrapper .choice-secteurs .owl-dots {
      display: flex;
      justify-content: center;
      width: 100%;
      bottom: -20px
  }

  section.module-05 {
      justify-content: flex-start;
      align-items: flex-start;
      min-height: 640px;
      padding: 0
  }

  section.module-05 .deco-title {
      display: none
  }

  section.module-05 .title {
      position: static;
      transform: rotate(0)
  }

  section.module-05 .slider {
      max-width: none;
      margin-top: 8px;
      display: flex;
      flex-direction: column-reverse
  }

  section.module-05 .slider .owl-nav {
      position: absolute;
      top: -82px;
      right: 15px
  }

  section.module-05 .slider .slide {
      width: 100%
  }

  section.module-06 {
      padding: 0
  }

  section.module-08 .col:nth-child(2) {
      align-items: flex-start
  }

  section.module-09 {
      padding-top: 0
  }

  section.module-09 .deco-title {
      display: none
  }

  section.module-09 .col-wrapper {
      padding-top: 0
  }

  section.module-10 {
      padding: 30px 20px 50px;
      background: #b30032
  }

  section.module-10 .wrapper {
      flex-direction: column;
      padding: 0 !important
  }

  section.module-10 .col {
      width: 100%
  }

  section.module-10 .col:first-of-type {
      margin-bottom: 70px
  }

  section.module-10 .col:first-of-type .text {
      font-size: 22px;
      margin-top: 15px
  }

  section.module-10 .col:last-of-type ul {
      column-count: 1
  }

  section.module-10 .col:last-of-type ul li:last-child {
      padding-bottom: 35px;
      border-bottom: 1px solid rgba(255, 255, 255, .2)
  }

  section.module-10 .col:last-of-type .number {
      width: 60px;
      height: 43px;
      font-size: 50px
  }

  section.module-10 .col:last-of-type .infos {
      font-size: 17px
  }

  section.module-11 {
      padding: 60px 20px 100px !important
  }

  section.module-11 .wrapper .box .hover {
      display: none
  }

  section.module-11 .box-title {
      margin-bottom: 30px;
      position: static
  }

  section.module-11 .box-title .title {
      margin-bottom: 15px;
      position: static;
      transform: none
  }

  section.module-11 .box-title .title p {
      line-height: 1
  }

  section.module-11 .box-title .subtitle {
      position: static
  }

  section.module-12 .tabs-nav {
      height: 167px;
      width: 100%;
      position: relative
  }

  section.module-12 .tabs-content .tabs-card {
      flex-direction: column-reverse
  }

  section.module-12 .tabs-content .tabs-card .col {
      width: 100% !important;
      height: auto !important;
      margin: 0 !important
  }

  section.module-12 .tabs-content .tabs-card .col:last-of-type {
      padding: 70px
  }

  section .box-title .deco-title {
      display: none
  }

  section .box-title>.wrapper h2 {
      margin-left: 20px
  }

  .site .post-template-default header,
  .site .single-post header,
  .site .page-template-default header {
      height: 50px !important
  }

  .site .home section.search-bar {
      padding: 0;
      background-color: #faf4e5;
      top: auto;
      position: absolute;
      bottom: -5px;
      width: 100%
  }

  .site .home section.search-bar .wrapper {
      position: static;
      transform: none;
      flex-direction: column;
      border: 0;
      padding: 35px !important;
      background-color: transparent
  }

  .site .home section.search-bar .wrapper .col {
      width: 100%;
      padding: 20px 30px !important;
      border: 1px solid #cfcfcf !important;
      border-radius: 50px
  }

  .site .home section.search-bar .wrapper .col:first-of-type {
      margin-bottom: 20px
  }

  .site .home section.strate-01 {
      flex-direction: column;
      align-items: flex-start;
      padding: 50px 0 100px
  }

  .site .home section.strate-01:after {
      width: 100%;
      height: 50%;
      left: 0
  }

  .site .home section.strate-01 .post-sticky {
      display: none
  }

  .site .home section.strate-01 .posts .post-sticky {
      display: block
  }

  .site .home section.strate-01 .box-title {
      position: static;
      width: 100%;
      height: auto;
      margin-bottom: 15px
  }

  .site .home section.strate-01 .box-title .title {
      position: static;
      transform: none
  }

  .site .home section.strate-01 .indication {
      display: flex;
      justify-content: flex-end;
      align-items: center;
      width: 100%;
      padding: 0 20px;
      margin-bottom: 20px;
      font-family: "Gotham", "PingFang SC", "Microsoft YaHei", "Tahoma", "Arial", "sans-serif";
      font-size: 18px;
      color: #000
  }

  .site .home section.strate-01 .indication svg {
      width: 15px;
      height: 14px;
      margin-left: 15px
  }

  .site .home section.strate-01 .posts {
      width: 100%;
      padding: 0 0 0 20px
  }

  .site .home section.strate-01 .posts .post,
  .site .home section.strate-01 .posts .post-sticky {
      width: 280px;
      margin-right: 0
  }

  .site .home section.strate-01 .posts .post .image,
  .site .home section.strate-01 .posts .post-sticky .image {
      width: 100%;
      height: 396px;
      padding-top: 0
  }

  .site .home section.strate-01 .see,
  .site .home section.strate-01 .badge-image {
      display: none
  }

  .site .home section.strate-02 {
      padding: 0
  }

  .site .home section.strate-02 .deco-titre {
      display: none
  }

  .site .home section.strate-02 .wrapper {
      flex-wrap: nowrap;
      flex-direction: column;
      padding: 0 !important
  }

  .site .home section.strate-02 .box {
      width: 100%
  }

  .site .page-template-actualites section.strate-01,
  .site .page-template-category section.strate-01 {
      padding-top: 50px
  }

  .site .page-template-actualites section.strate-01 .ahead,
  .site .page-template-category section.strate-01 .ahead {
      max-width: 100%;
      padding-right: 20px;
      margin-bottom: 20px
  }

  .site .page-template-actualites section.strate-01 .box-title,
  .site .page-template-category section.strate-01 .box-title {
      margin-left: 0;
      height: auto
  }

  .site .page-template-actualites section.strate-01 .box-title .title,
  .site .page-template-category section.strate-01 .box-title .title {
      position: static;
      transform: none
  }

  .site .page-template-actualites section.strate-01 .posts,
  .site .page-template-category section.strate-01 .posts {
      width: 100%;
      padding: 0 20px
  }

  .site .page-template-actualites section.strate-01 .posts .post,
  .site .page-template-category section.strate-01 .posts .post {
      width: 280px;
      height: auto
  }

  .site .page-template-actualites section.strate-01 .posts .post .image,
  .site .page-template-category section.strate-01 .posts .post .image {
      width: 100%;
      height: 396px;
      padding-top: 0
  }

  .site .page-template-actualites section.strate-01 .owl-theme .owl-dots,
  .site .page-template-category section.strate-01 .owl-theme .owl-dots {
      position: absolute;
      bottom: -60px;
      left: 50%;
      transform: translateX(-50%)
  }

  .site .page-template-actualites section.strate-01 .owl-theme .owl-dots .owl-dot span,
  .site .page-template-category section.strate-01 .owl-theme .owl-dots .owl-dot span {
      background-color: #f4ebdb
  }

  .site .page-template-actualites section.strate-01 .owl-theme .owl-dots .owl-dot.active span,
  .site .page-template-category section.strate-01 .owl-theme .owl-dots .owl-dot.active span,
  .site .page-template-actualites section.strate-01 .owl-theme .owl-dots .owl-dot:hover span,
  .site .page-template-category section.strate-01 .owl-theme .owl-dots .owl-dot:hover span {
      background-color: #d2c1a1
  }

  .site .page-template-actualites section.strate-02,
  .site .page-template-category section.strate-02 {
      margin-bottom: 80px
  }

  .site .page-template-recrutement section.strate-01 {
      padding-top: 50px
  }

  .site .page-template-recrutement section.strate-01 .ahead {
      max-width: 100%;
      padding-right: 20px;
      margin-bottom: 20px
  }

  .site .page-template-recrutement section.strate-01 .box-title {
      margin-left: 0;
      height: auto
  }

  .site .page-template-recrutement section.strate-01 .box-title .title {
      position: static;
      transform: none
  }

  .site .page-template-recrutement section.strate-02 {
      margin-bottom: 80px
  }

  .site .page-template-services section.strate-01 {
      padding-top: 50px
  }

  .site .page-template-services section.strate-01 .box-title {
      margin-left: 0;
      height: auto
  }

  .site .page-template-services section.strate-01 .box-title .title {
      position: static;
      transform: none
  }

  .site .page-template-services section.strate-01 .owl-theme .owl-dots {
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%)
  }

  .site .page-template-services section.strate-01 .owl-theme .owl-dots .owl-dot span {
      background-color: #f4ebdb
  }

  .site .page-template-services section.strate-01 .owl-theme .owl-dots .owl-dot.active span,
  .site .page-template-services section.strate-01 .owl-theme .owl-dots .owl-dot:hover span {
      background-color: #d2c1a1
  }

  .site .page-template-groupe section.strate-03 {
      margin-top: 0;
      padding: 0;
      flex-direction: column
  }

  .site .page-template-groupe section.strate-03 .col {
      width: 100% !important
  }

  .site .page-template-groupe section.strate-03 .col.carte {
      height: 700px;
      margin-top: 0
  }

  .site .page-template-groupe section.strate-03 .col:last-of-type {
      padding: 40px 30px
  }

  .site .page-template-groupe section.strate-04 {
      padding: 20px 0
  }

  .site .page-template-groupe section.strate-04 .wrapper {
      flex-direction: column;
      padding-bottom: 0 !important
  }

  .site .page-template-groupe section.strate-04 .wrapper>.col {
      width: 100% !important
  }

  .site .page-template-groupe section.strate-04 .wrapper>.col:first-of-type {
      margin-bottom: 40px
  }

  .site .page-template-groupe section.strate-04 .wrapper>.col:last-of-type {
      display: none
  }

  .site .page-template-groupe section.strate-04 .wrapper>.col ul.list {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between
  }

  .site .page-template-groupe section.strate-04 .wrapper>.col ul.list li {
      display: flex;
      width: 48%;
      align-items: flex-start;
      margin-bottom: 15px
  }

  .site .page-template-groupe section.strate-05 {
      padding-top: 0
  }

  .site .single-secteur-activite section.strate-01 {
      padding: 30px 0 50px
  }

  .site .single-secteur-activite section.strate-02 {
      padding: 0
  }

  .site .single-secteur-activite section.strate-04 {
      margin-top: 0;
      padding: 30px 0 0
  }

  .site .single-secteur-activite section.strate-04 .wrapper {
      padding: 0 30px !important
  }

  .site .single-secteur-activite section.strate-05 {
      padding: 0 30px
  }

  .site .single-secteur-activite section.strate-06 {
      height: auto;
      padding: 30px 0
  }

  .site .single-secteur-activite section.strate-06 .box-title .wrapper .content {
      flex-direction: column;
      align-items: flex-start
  }

  .site .single-secteur-activite section.strate-06 .box-title .wrapper .content .col:first-of-type {
      margin-bottom: 30px
  }

  .site .single-expertise section.strate-02 {
      padding-bottom: 0;
      margin-top: 100px
  }

  .site .single-expertise section.strate-02 .tabs-nav {
      height: 167px;
      width: 100%;
      position: relative
  }

  .site .single-expertise section.strate-02 .tabs-content .tabs-card {
      flex-direction: column-reverse
  }

  .site .single-expertise section.strate-02 .tabs-content .tabs-card .col {
      width: 100% !important;
      height: auto !important;
      margin: 0 !important
  }

  .site .single-expertise section.strate-02 .tabs-content .tabs-card .col:last-of-type {
      padding: 70px
  }

  .site .single-marque header>.container .scroll-it {
      display: none
  }

  .site .page-template-innovation>.main {
      background-color: #fff
  }

  .site .page-template-innovation section.single {
      padding-top: 0
  }

  .site .page-template-innovation section.single:nth-child(2) .wrapper .choice-realisations .owl-nav {
      left: auto;
      flex-direction: row-reverse
  }

  .site .page-template-rse section.strate-05 {
      padding: 40px 0 20px
  }

  .site .page-template-rse section.strate-05 .wrapper {
      padding: 0 30px !important
  }

  .site .page-template-rse section.strate-05 .deco-title {
      display: none
  }

  .site .page-template-talents section.strate-04 {
      margin-top: 20px
  }

  .site .page-template-talents section.strate-05 {
      margin-bottom: 20px
  }

  .site .page-template-talents section.strate-06 .wrapper {
      padding: 50px 30px 0 !important
  }

  .site .page-template-talents section.strate-07 {
      padding: 30px 20px 60px !important
  }

  .site .page-template-actualites section.strate-01,
  .site .page-template-category section.strate-01,
  .site .archive section.strate-01,
  .site .category section.strate-01 {
      padding-bottom: 35px
  }

  .site .page-template-actualites section.strate-01 .ahead,
  .site .page-template-category section.strate-01 .ahead,
  .site .archive section.strate-01 .ahead,
  .site .category section.strate-01 .ahead {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: space-between;
      max-width: 100%;
      margin-bottom: 0
  }

  .site .page-template-actualites section.strate-01 .ahead .box-title,
  .site .page-template-category section.strate-01 .ahead .box-title,
  .site .archive section.strate-01 .ahead .box-title,
  .site .category section.strate-01 .ahead .box-title {
      margin-left: 0;
      height: 80px
  }

  .site .page-template-actualites section.strate-01 .ahead .box-title .title,
  .site .page-template-category section.strate-01 .ahead .box-title .title,
  .site .archive section.strate-01 .ahead .box-title .title,
  .site .category section.strate-01 .ahead .box-title .title {
      left: 0;
      top: 20px
  }

  .site .page-template-actualites section.strate-02 .wrapper,
  .site .page-template-category section.strate-02 .wrapper,
  .site .archive section.strate-02 .wrapper,
  .site .category section.strate-02 .wrapper {
      padding: 0 30px 50px !important
  }

  .site h2 {
      max-width: 100% !important
  }
}

@media (max-width:600px) {
  .page-template-services .services_module_image_droite .wrapper .col.col_texte .wrapper_icone {
      height: 122px
  }

  .actualites .wrapper article {
      width: 96%
  }

  .module_double_case .wrapper {
      flex-direction: column
  }

  .home .wrapper_slider_home .slider_home .owl-dots {
      position: absolute;
      bottom: 15px;
      left: 0;
      right: 0;
      width: 100%;
      text-align: center
  }

  .home .wrapper_slider_home .slider_home .owl-dots button {
      background: white;
      opacity: .5;
      width: 15px;
      height: 15px;
      border-radius: 100px;
      padding: 0;
      margin: 0 5px
  }

  .home .wrapper_slider_home .slider_home .owl-dots button.active {
      opacity: 1
  }

  .home .wrapper_slider_home .slider_home .slider_home_nav {
      position: relative;
      bottom: 65px;
      text-align: center
  }

  .home .wrapper_slider_home .slider_home .slide .images_content .foreground,
  .home .wrapper_slider_home .slider_home .slide .images_content .background {
      display: none
  }

  .home .wrapper_slider_home .slider_home .slide .images_content .mobile {
      width: 102%;
      height: 100%;
      position: relative;
      z-index: 0;
      overflow: hidden;
      display: block
  }

  .home .nos_produits {
      margin: 0 0 100px
  }

  .single section.single .wrapper .content h2 {
      font-size: 24px
  }

  .single section.single .wrapper .content blockquote {
      padding: 0
  }

  .single section.single .wrapper .content blockquote p {
      font-size: 18px;
      line-height: 1.2
  }

  .introduction .wrapper .slider_archive_product .slide .textes_content {
      max-width: 100%
  }
}

@media (max-width:480px) {
  .woocommerce div.product div.summary {
      margin-bottom: 5em
  }

  body.search .single .wrapper {
      padding: 20px !important
  }

  .menu-item-cart .dropdown-menu-mini-cart .woocommerce-mini-cart__buttons a {
      padding: 0 20px
  }

  body.woocommerce-checkout .woocommerce .wrapper.size_max_width .size_max_cart_content .wrapper_col_gauche #checkout_timeline li.active {
      display: block
  }

  body.woocommerce-checkout .woocommerce .wrapper.size_max_width .size_max_cart_content .wrapper_col_gauche #checkout_timeline li {
      display: none
  }

  body.woocommerce-checkout .woocommerce .wrapper.size_max_width .size_max_cart_content .wrapper_col_gauche #checkout-wrapper {
      margin: 10px 20px
  }

  .popin .popindetails,
  .popin .popindetailsloc,
  .popin .popindetailsperso {
      padding: 30px 30px;
      width: 100%;
      z-index: -1;
      padding-top: 58px
  }

  .popin .popindetails .close,
  .popin .popindetailsloc .close,
  .popin .popindetailsperso .close {
      top: 20px
  }

  .popin .popindetails.active,
  .popin .popindetailsloc.active,
  .popin .popindetailsperso.active {
      transition: 1s;
      overflow-y: auto;
      width: 100%;
      opacity: 1;
      z-index: 99
  }

  .fil-ariane {
      display: none
  }

  body.woocommerce-cart .woocommerce .wrapper_custom_cart_woocommerce .wrapper.size_max_width .size_max_cart_content .wrapper_liste_prod_valider .col_gauche .wrapper_maj_panier {
      display: flex;
      justify-content: center
  }

  body.woocommerce-cart .woocommerce .wrapper_custom_cart_woocommerce .wrapper.size_max_width .size_max_cart_content .wrapper_liste_prod_valider .col_droite .cart_marc_intro_contact {
      text-align: center
  }

  .actualites .wrapper article .titre {
      height: 60px
  }

  .single section.single .wrapper .top {
      padding-top: 0
  }

  .single section.single .wrapper .top h1 {
      margin-bottom: 0
  }

  .single section.single .wrapper .top h1::before {
      transform: scale(.8);
      margin-right: 0
  }

  .single section.single .pretop {
      margin-top: 20px;
      flex-direction: column
  }

  .single section.single .pretop .date {
      font-size: 15px;
      margin-top: 20px
  }

  section.single .wrapper #previous-next-posts div {
      width: 45%
  }

  .single section.single .wrapper #previous-next-posts #btn-next {
      text-align: right
  }

  .actualites_header .wrapper .select-wrapper.filter {
      width: 100%
  }

  .single_product {
      margin-bottom: 0
  }

  .single_product .product .woocommerce-product-gallery .flex-viewport {
      flex-grow: 3;
      max-width: 430px;
      max-height: 525px;
      background-color: #f7f7f7;
      height: auto !important;
      padding: 0 0
  }

  .single_product .product .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__wrapper {
      height: 400px
  }

  .single_product .product .up-sells {
      flex-grow: 2;
      margin-top: 0;
      margin-bottom: 30px
  }

  .single_product .product .up-sells .products {
      display: block
  }

  .single_product .product .up-sells h2 {
      padding: 15px 0
  }

  .single_product .product .up-sells .products li:last-of-type {
      margin: 0 0 2em 0 !important
  }

  .retourmobile {
      display: block;
      position: relative;
      margin-top: 20px
  }

  a.returnmobile {
      justify-content: flex-start;
      position: relative;
      padding: 0 20px 0 40px;
      font-weight: normal;
      font-size: 14px;
      color: #2b2e33
  }

  a.returnmobile:after {
      content: '';
      position: absolute;
      transform: rotate(-180deg);
      left: 20px;
      top: 3px;
      width: 10px;
      height: 10px;
      background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIyLjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkNhbHF1ZV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgNi4zIDkuOCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNi4zIDkuODsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLnN0MHtmaWxsOiM1OTYyNTI7fQo8L3N0eWxlPgo8ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxIDEpIj4KCTxnPgoJCTxwYXRoIGlkPSJiXzFfIiBjbGFzcz0ic3QwIiBkPSJNMCw4LjhjLTAuNiwwLTEtMC40LTEtMWMwLTAuMywwLjEtMC41LDAuMy0wLjdsMy4yLTMuMmwtMy4yLTMuMmMtMC40LTAuNC0wLjQtMSwwLTEuNHMxLTAuNCwxLjQsMAoJCQlsNC42LDQuNkwwLjcsOC41QzAuNSw4LjcsMC4zLDguOCwwLDguOCIvPgoJPC9nPgo8L2c+Cjwvc3ZnPgo=);
      background-repeat: no-repeat;
      background-size: 10px 10px;
      vertical-align: middle
  }

  .single_product {
      margin-top: 40px
  }

  .single_product h1.product_title {
      margin: 15px 0
  }

  .single_product .product .summary.entry-summary .tagged_as {
      justify-content: center;
      align-content: center;
      align-items: center;
      flex-direction: column
  }

  .single_product .product .summary.entry-summary .tagged_as .nuagetag span {
      margin: 0 20px
  }

  .single_product .product .summary.entry-summary .tagged_as .nuagetag span img {
      width: 42px
  }

  .single_product .details {
      border-top: 1px solid #cfd5d7;
      border-bottom: 1px solid #cfd5d7;
      padding: 20px 0;
      text-align: center;
      width: 100%;
      margin-top: 15px
  }

  .single_product .product .summary.entry-summary .related.products .allselect {
      max-width: 100%
  }

  .single_product .product .summary.entry-summary .variations_form .optionsachat .variations {
      width: 100% !important
  }

  .single_product .product .summary.entry-summary .variations_form .optionsachat .variations .tabletaille {
      width: 100% !important
  }

  .single_product .single_variation_wrap {
      width: 100%
  }

  .single_product .single_variation_wrap .quantity {
      width: 100%
  }

  .single_product .single_variation_wrap .quantity input {
      width: 100%;
      text-align: left
  }

  .woocommerce-error .button.wc-forward,
  .woocommerce-message .button.wc-forward {
      display: none
  }

  .product .summary.entry-summary .variations_form .add_card {
      margin-top: 45px;
      flex-direction: column;
      align-items: center !important
  }

  .product .summary.entry-summary .variations_form .add_card .poploc {
      margin-top: 20px
  }

  .option_file {
      display: none
  }

  .single_product .product .woocommerce-product-gallery .thumbnail-secondaire,
  .single_product .product .woocommerce-product-gallery .flex-control-nav {
      width: 100%;
      max-width: 100%;
      justify-content: center;
      display: flex;
      text-align: center;
      margin-top: 10px !important
  }

  .single_product .product .woocommerce-product-gallery .thumbnail-secondaire li,
  .single_product .product .woocommerce-product-gallery .flex-control-nav li {
      padding: 0;
      margin: 5px !important;
      text-align: center;
      width: 5% !important
  }

  .single_product .product .woocommerce-product-gallery .thumbnail-secondaire li img,
  .single_product .product .woocommerce-product-gallery .flex-control-nav li img {
      border: 1px solid #cfd5d7;
      background: white;
      width: 15px !important;
      height: 15px;
      border-radius: 100px;
      padding: 7px
  }

  .single_product .product .woocommerce-product-gallery .thumbnail-secondaire li img.flex-active,
  .single_product .product .woocommerce-product-gallery .flex-control-nav li img.flex-active {
      border: 1px solid #2b2e33;
      background: #2b2e33
  }

  .single_product .product .woocommerce-product-gallery {
      flex-direction: column
  }

  .single_product .product .woocommerce-product-gallery .thumbnail-secondaire,
  .single_product .product .woocommerce-product-gallery .flex-control-nav {
      flex-direction: row;
      width: 100%;
      margin-right: 0 !important
  }

  .single_product .product .woocommerce-product-gallery .thumbnail-secondaire li:last-of-type,
  .single_product .product .woocommerce-product-gallery .flex-control-nav li:last-of-type {
      margin-right: 0 !important
  }

  .single_product {
      padding: 0 0
  }

  .single_product .product .summary.entry-summary h1.product_title {
      font-family: 'Raleway', sans-serif;
      font-size: 24px;
      margin: 15px 0
  }

  .single_product .product .summary.entry-summary p.price {
      font-family: "Gotham", "PingFang SC", "Microsoft YaHei", "Tahoma", "Arial", "sans-serif";
      font-size: 18px
  }

  .single_product .product .summary.entry-summary .variations_form .optionsachat {
      display: flex;
      justify-content: flex-start;
      align-items: flex-start;
      flex-direction: column
  }

  .single_product .product .up-sells .products li {
      width: 100% !important
  }

  .single_product .product .up-sells .products li a {
      margin: 0 auto
  }

  .produits_liste .headercatalogue {
      align-items: center;
      flex-direction: column
  }

  .produits_liste .wrapper .products li {
      flex: 1 0 50%
  }

  .introduction .wrapper {
      height: 300px
  }

  .introduction .wrapper h1 {
      font-size: 24px !important
  }

  .introduction .wrapper h1::before {
      transform: scale(.8) !important
  }

  .produits_liste .wrapper .products li {
      width: 70% !important
  }

  .mon_compte .navheader h2 {
      font-size: 20px
  }

  .mon_compte .navheader h2:before {
      transform: scale(.8)
  }

  .woocommerce table.shop_table td {
      border-top: 0 solid rgba(0, 0, 0, .1)
  }

  .woocommerce table.shop_table_responsive tr:nth-child(2n) td,
  .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
      background-color: white
  }

  .woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-number {
      color: #2b2e33;
      border-bottom: 1px solid #2b2e33;
      margin-top: 30px
  }

  .woocommerce-MyAccount-navigation {
      position: relative
  }

  .woocommerce-MyAccount-navigation .principale {
      display: block !important;
      text-transform: uppercase;
      text-decoration: none;
      border: 1px solid #eaf0f8;
      position: relative;
      cursor: pointer;
      color: #5f6b72;
      font-size: 12px;
      font-weight: normal;
      font-family: "Gotham", "PingFang SC", "Microsoft YaHei", "Tahoma", "Arial", "sans-serif";
      padding: 10px 20px;
      padding-right: 65px;
      transition: 0.5s
  }

  .woocommerce-MyAccount-navigation .principale::after {
      content: '';
      position: absolute;
      transform: rotate(90deg);
      right: 22px;
      bottom: 14px;
      width: 10px;
      height: 10px;
      background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIyLjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkNhbHF1ZV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgNi4zIDkuOCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNi4zIDkuODsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLnN0MHtmaWxsOiM1OTYyNTI7fQo8L3N0eWxlPgo8ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxIDEpIj4KCTxnPgoJCTxwYXRoIGlkPSJiXzFfIiBjbGFzcz0ic3QwIiBkPSJNMCw4LjhjLTAuNiwwLTEtMC40LTEtMWMwLTAuMywwLjEtMC41LDAuMy0wLjdsMy4yLTMuMmwtMy4yLTMuMmMtMC40LTAuNC0wLjQtMSwwLTEuNHMxLTAuNCwxLjQsMAoJCQlsNC42LDQuNkwwLjcsOC41QzAuNSw4LjcsMC4zLDguOCwwLDguOCIvPgoJPC9nPgo8L2c+Cjwvc3ZnPgo=);
      background-repeat: no-repeat;
      background-size: 10px 10px;
      vertical-align: middle
  }

  .woocommerce-MyAccount-navigation .depliant {
      visibility: hidden;
      position: absolute;
      top: 38px;
      opacity: 0;
      left: 0;
      right: -1px;
      background: white;
      z-index: 9;
      transition: 0.5s
  }

  .woocommerce-MyAccount-navigation .depliant.active {
      display: block;
      top: 38px;
      visibility: visible;
      opacity: 1;
      transition: 0.5s
  }

  .woocommerce form .form-row-first,
  .woocommerce-page form .form-row-first {
      float: none
  }

  .woocommerce form .form-row-first,
  .woocommerce form .form-row-last,
  .woocommerce-page form .form-row-first,
  .woocommerce-page form .form-row-last {
      width: 100%;
      overflow: visible
  }

  .mon_compte {
      margin-bottom: 40px;
      margin-top: 30px
  }

  .mon_compte .wrapper {
      padding: 0 0
  }

  .mon_compte .navheader {
      width: 85%;
      margin: 0 auto
  }

  .mon_compte .navheader .woocommerce-MyAccount-navigation {
      margin-top: 15px
  }

  .mon_compte .navheader .woocommerce-MyAccount-navigation ul {
      flex-direction: column
  }

  .mon_compte .navheader .woocommerce-MyAccount-navigation ul li {
      padding: 10px !important;
      border: none;
      background: #eaf0f8;
      border: 1px solid #cfd5d7;
      color: black
  }

  .mon_compte .navheader .woocommerce-MyAccount-navigation ul li.is-active {
      background: #2b2e33
  }

  .mon_compte .navheader .woocommerce-MyAccount-navigation ul li.is-active a {
      color: white
  }

  .mon_compte .navheader .woocommerce-MyAccount-navigation ul li a {
      color: black
  }

  .woocommerce-button.woocommerce-button--next.woocommerce-Button.woocommerce-Button--next.button,
  .woocommerce-button.woocommerce-button--previous.woocommerce-Button.woocommerce-Button--previous.button {
      display: flex;
      justify-content: center;
      align-items: center;
      position: relative;
      border: 2px solid;
      background-color: #2b2e33;
      font-size: 12px;
      text-transform: uppercase;
      font-family: 'Raleway', sans-serif;
      font-weight: normal;
      color: inherit;
      border-radius: 100px;
      border-color: #2b2e33;
      color: white;
      cursor: pointer;
      padding: 10px 40px
  }

  .infocompte {
      background: none;
      padding: 0;
      margin: 30px 0;
      margin-top: -30px
  }

  .infocompte .woocommerce-MyAccount-content {
      padding: 0 !important;
      padding-top: 30px !important;
      margin-top: 15px
  }

  .infocompte .woocommerce-MyAccount-content .woocommerce-EditAccountForm {
      padding: 10px 0
  }

  .infocompte .account-orders-table .woocommerce-orders-table__cell {
      padding: 10px 0 !important
  }

  .infocompte .woocommerce-MyAccount-content {
      padding: 30px
  }

  .page_connexion h2 {
      font-size: 24px !important;
      line-height: 1.1em !important
  }

  .page_connexion h2::before {
      transform: scale(.8) !important
  }

  .page_connexion .creercompte .wrapper .premier {
      justify-content: center
  }

  .page_connexion .creercompte .wrapper .premier .forminscription input.email,
  .page_connexion .creercompte .wrapper .premier .forminscription input.mdp {
      padding-left: 12%
  }

  .page_connexion h3 {
      font-size: 20px !important
  }

  .page_connexion .connect .connexion .btn {
      flex-direction: column
  }

  .page-template-apropos .apropos_accroche .wrapper {
      padding: 15px !important
  }

  .page-template-apropos .apropos_accroche .wrapper .col_gauche h1 {
      font-size: 24px !important;
      margin-top: 20px
  }

  .page-template-apropos .apropos_accroche .wrapper .col_gauche h1:before {
      transform: scale(.8)
  }

  .page-template-apropos .apropos_accroche .wrapper .col_gauche .sous_titre {
      font-size: 20px !important
  }

  .page-template-apropos .apropos_slider {
      padding: 0 !important
  }

  .page-template-apropos .apropos_slider .slider_nav {
      height: 80px !important
  }

  .page-template-apropos .apropos_slider .slider_nav .slider_sub_nav {
      width: 150px !important
  }

  .page-template-apropos .apropos_accroche .wrapper .col.col_droite {
      font-size: 20px
  }

  .page-template-apropos .apropos_chiffres_cles {
      background-size: 155% !important;
      margin: 60px 0
  }

  .page-template-apropos .apropos_chiffres_cles .col {
      width: 100% !important
  }

  .page-template-apropos .apropos_filiale {
      padding: 0 !important
  }

  .page-template-apropos .apropos_filiale .wrapper .col_texte .titre {
      font-size: 20px !important
  }

  .page-template-apropos .apropos_filiale .wrapper .col_texte .titre::before {
      transform: scale(.8)
  }

  .page-template-apropos .apropos_filiale .wrapper .col_texte .wrapper_logo {
      margin-top: 5% !important;
      margin-bottom: 10% !important
  }

  .page-template-apropos .apropos_filiale .wrapper .col_image {
      width: 100% !important
  }

  .page-template-apropos .apropos_filiale .wrapper .col_image::before {
      width: 100% !important
  }

  .page-template-apropos .apropos_filiale .wrapper .col_image img {
      object-fit: cover !important
  }

  .single-profil .wrapper_header_profil .navigation_header_profil {
      position: fixed !important;
      width: 100vw;
      top: 70px !important;
      left: 0;
      z-index: 100
  }

  .page-template-services .services_accroche {
      padding: 20px 0 !important
  }

  .page-template-services .services_accroche .wrapper .titre {
      margin: 20px 0 !important;
      font-size: 22px !important
  }

  .page-template-services .services_accroche .wrapper .titre::before {
      transform: scale(.8);
      margin-right: 0
  }

  .page-template-services .services_module_image_droite {
      padding: 40px 0 60px
  }

  .services_module_image_droite .wrapper .col_texte,
  .services_module_image_gauche .wrapper .col_texte {
      margin-bottom: 30px
  }

  .services_module_image_droite .wrapper .col_texte .titre,
  .services_module_image_gauche .wrapper .col_texte .titre {
      font-size: 20px !important
  }

  .services_module_image_droite .wrapper .col_texte .titre::before,
  .services_module_image_gauche .wrapper .col_texte .titre::before {
      transform: scale(.8)
  }

  .services_module_image_droite .wrapper .col.col_image .wrapper_icone,
  .services_module_image_gauche .wrapper .col.col_image .wrapper_icone {
      width: 35.90179% !important
  }

  .wrapper_slider_home .slider_home .slide {
      padding: 15px !important
  }

  .wrapper_slider_home .slider_home .slide .titre {
      font-size: 28px !important
  }

  .wrapper_slider_home .slider_home .slide .buttons a {
      margin-bottom: 15px;
      padding: 10px 30px
  }

  .wrapper_slider_home .slider_home .slide .background {
      max-width: 100% !important;
      top: 0 !important;
      left: 0 !important
  }

  .wrapper_slider_home .slider_home .slide .background .front {
      object-fit: cover
  }

  .home-mini-slider {
      padding-bottom: 0 !important;
      padding-top: 0px !important
  }

  .home-mini-slider .wrapper {
      padding: 15px !important
  }

  .home-mini-slider .wrapper .col_gauche h2 {
      font-size: 20px !important;
      line-height: 28px !important
  }

  .home-mini-slider .wrapper .col_gauche h2::before {
      transform: scale(.8);
      width: 45px;
      position: relative;
      top: 4px
  }

  .demande_specifique_wrapper .wrapper {
      padding: 15px !important
  }

  .demande_specifique_wrapper .wrapper .size_demande_specifique {
      padding: 0 !important;
      justify-content: center
  }

  .demande_specifique_wrapper .wrapper .size_demande_specifique .texte {
      font-size: 22px
  }

  .module_double_case.little {
      padding: 0 !important;
      margin-top: 40px;
      margin-bottom: 80px
  }

  .module_double_case.little .wrapper {
      padding: 0 !important;
      width: 100% !important
  }

  .module_double_case.little .wrapper .case {
      min-height: 285px;
      max-height: 285px
  }

  .nos_produits {
      margin: 0 !important;
      padding-top: 50px !important;
      background-repeat: no-repeat, no-repeat;
      background-size: 0 0, 737px 352px !important;
      background-position: right 145px top 28px, left -450px top !important
  }

  .nos_produits .wrapper {
      padding: 0 !important;
      width: 100% !important
  }

  .nos_produits .wrapper .en_tete {
      width: 85%;
      margin: 0 auto
  }

  .nos_produits .wrapper .en_tete .titre {
      font-size: 20px !important
  }

  .nos_produits .wrapper .en_tete .titre::before {
      transform: scale(.8);
      width: 45px;
      position: relative;
      top: 4px
  }

  .nos_produits .wrapper .slider {
      margin-top: 20px
  }

  .nos_produits .wrapper .slider .owl-stage-outer {
      padding-left: 0px !important
  }

  .nos_produits .wrapper .slider .cat_prod_wrapper .cat_prod_link {
      font-size: 18px !important
  }

  .module_raisons .wrapper {
      padding: 40px 15px !important
  }

  .module_raisons .wrapper .en_tete {
      text-align: left
  }

  .module_raisons .wrapper .en_tete .titre {
      font-size: 20px
  }

  .module_raisons .wrapper .en_tete .titre::before {
      margin-right: 0;
      transform: scale(.8);
      width: 45px;
      position: relative;
      top: 4px
  }

  .module_raisons .wrapper .en_tete .texte {
      font-size: 16px;
      margin: 20px 0 50px
  }

  .module_raisons .wrapper .raisons {
      margin: 10px auto 0;
      position: relative;
      left: -5px
  }

  .actualites {
      padding: 70px 0 0
  }

  .actualites_header .wrapper {
      height: 150px
  }

  .actualites_header .wrapper h1 {
      font-size: 22px
  }

  .actualites_header .wrapper h1::before {
      transform: scale(.8)
  }

  .actualites_home .intro {
      flex-direction: column;
      margin-bottom: 30px
  }

  .actualites_home .intro h1 {
      margin-bottom: 0px !important;
      font-size: 20px !important
  }

  .actualites_home .intro h1::before {
      transform: scale(.8)
  }

  .actualites_home .intro .more_article {
      width: 185px;
      margin-left: 15px
  }

  .actualites_home .titre,
  .actualites_home .date,
  .actualites_home .more {
      padding: 10px
  }

  .mentions_newsletter {
      padding: 15px
  }

  .site-footer .top .wrapper .right .social_networks {
      display: flex;
      justify-content: flex-end;
      align-items: center;
      flex-direction: column
  }

  .site-footer .top .wrapper .right .social_networks .follow-us {
      margin-bottom: 30px
  }

  .site-footer .top .wrapper .right .social_networks .social_network_link {
      margin: 0 10px
  }

  .site-footer .top .wrapper .right .big_button {
      padding: 10px
  }

  .site .page-template-actualites section.strate-01 .posts .post,
  .site .page-template-category section.strate-01 .posts .post {
      width: 100%
  }

  .home .wrapper_slider_home .slider_home .slider_home_nav,
  .introduction .wrapper .slider_archive_product .slider_archive_product_nav {
      display: none
  }

  .main>section:first-child {
      padding-top: 70px !important
  }

  .main>section:first-child>.wrapper {
      padding-top: 20px !important
  }

  .cta.filter {
      width: calc(100% - 60px)
  }

  .deco-title {
      font-size: 100px !important
  }

  section.single:first-child {
      padding-top: 10px !important
  }

  section.single .wrapper {
      margin-top: 0 !important
  }

  section.single .wrapper .top {
      padding-top: 30px
  }

  section.module-01 {
      padding: 45px 0 0
  }

  section.module-01 .wrapper .col:last-of-type {
      padding-top: 20px
  }

  section.module-01 .wrapper .col:last-of-type .badge-image {
      display: none
  }

  section.module-02 .box-title>h2 {
      padding: 0 60px
  }

  section.module-03 {
      height: auto;
      padding: 50px 0;
      margin-bottom: 60px;
      text-align: center
  }

  section.module-03.module-big-height {
      height: auto
  }

  section.module-03 .box-title .wrapper {
      flex-direction: column;
      padding: 0 30px !important
  }

  section.module-03 .box-title .wrapper h2 {
      margin-bottom: 20px;
      margin-left: 0
  }

  section.module-03 .box-title .wrapper h2:before {
      content: "" !important
  }

  section.module-03 .box-title .wrapper>a {
      margin-bottom: 20px
  }

  section.module-03 .box-title .wrapper>a:last-of-type {
      margin-bottom: 0
  }

  section.module-03 .box-title .wrapper .badge-image {
      display: none
  }

  section.module-03 .box-title .wrapper .content {
      flex-direction: column
  }

  section.module-03 .box-title .wrapper .content .col {
      width: 100% !important
  }

  section.module-03 .box-title .wrapper .content .col:last-of-type .list li {
      margin-bottom: 5px
  }

  section.module-04 {
      margin-top: 30px;
      padding: 0;
      margin-bottom: 50px
  }

  section.module-04 .wrapper {
      padding: 0 30px !important
  }

  section.module-04 .wrapper .choice-secteurs {
      padding: 0;
      width: 100%
  }

  section.module-04 .wrapper .choice-secteurs .slide {
      width: 100%
  }

  section.module-04 .box-title>.wrapper .text {
      margin-bottom: 20px !important
  }

  section.module-05 .slider .owl-nav>div {
      margin: 0 8px
  }

  section.module-06 {
      padding: 0
  }

  section.module-07 .list .post,
  section.module-07 .list .offre {
      flex-direction: column-reverse;
      height: auto
  }

  section.module-07 .list .post .text,
  section.module-07 .list .offre .text {
      width: 100%
  }

  section.module-07 .list .post .image,
  section.module-07 .list .offre .image {
      width: 100%;
      height: 140px;
      margin-bottom: 20px
  }

  section.module-08 {
      padding: 60px 30px;
      margin-top: 30px
  }

  section.module-09 {
      margin-top: 60px
  }

  section.module-09 .col-wrapper {
      padding-top: 0
  }

  section.module-09 .col:last-of-type .text-right p {
      font-size: 20px
  }

  section.module-11 .wrapper {
      padding: 0 !important
  }

  section.module-11 .wrapper .box {
      width: 100%
  }

  section.module-11 .wrapper .box:first-of-type {
      margin-bottom: 20px
  }

  section.module-11 .box-title .subtitle {
      max-width: 100%
  }

  section.module-12 .tabs-nav .categorie {
      width: 100%;
      text-align: center;
      font-size: 10px
  }

  section .video .video-content {
      bottom: 20px
  }

  section .box-title>.wrapper h2 {
      margin-left: 0 !important;
      font-size: 34px !important
  }

  section .box-title>.wrapper h2::before {
      content: none !important
  }

  section .box-title>.wrapper .text {
      margin-top: 15px !important;
      margin-bottom: 30px !important
  }

  section.strate-05 .box-title .wrapper {
      padding: 0 30px !important
  }

  section.single {
      padding-top: 20px !important;
      padding-bottom: 0 !important
  }

  section.single:nth-child(2) .wrapper {
      padding: 0 30px !important
  }

  section.single .wrapper {
      margin: 20px auto 0;
      top: auto;
      padding: 0 !important
  }

  section.single .wrapper .top .image {
      height: 200px !important
  }

  section.single .wrapper .top h1 {
      padding: 0
  }

  section.single .wrapper .top h5 {
      padding: 0;
      font-size: 20px !important;
      line-height: 28px !important;
      margin-bottom: 30px
  }

  section.single .wrapper .content h1 {
      font-size: 22px !important
  }

  section.single .wrapper .content h1:before {
      transform: scale(.8)
  }

  section.single .wrapper .content h2 {
      font-size: 20px !important
  }

  section.single .wrapper .content>h2,
  section.single .wrapper .content>h3,
  section.single .wrapper .content>p {
      padding: 0
  }

  section.single .wrapper .content blockquote {
      padding: 20px 0px !important;
      margin-bottom: 0
  }

  section.single .wrapper .content blockquote p {
      font-size: 18px
  }

  section.single .wrapper .content .col-2 {
      width: 100%
  }

  section.single .wrapper .content ul,
  section.single .wrapper .content ol {
      padding-left: 0
  }

  section.single .wrapper .content ul li,
  section.single .wrapper .content ol li {
      padding-left: 25px
  }

  section.single .wrapper .content ul li::before,
  section.single .wrapper .content ol li::before {
      left: 4px
  }

  section.single .wrapper .content ul li::after,
  section.single .wrapper .content ol li::after {
      left: 0
  }

  section.single .wrapper .content>h2,
  section.single .wrapper .content>h3,
  section.single .wrapper .content>p {
      padding-left: 0
  }

  section.single .wrapper .content>h2 .first,
  section.single .wrapper .content>h3 .first,
  section.single .wrapper .content>p .first {
      padding: 0
  }

  section.single .wrapper .content>h2 .first::before,
  section.single .wrapper .content>h3 .first::before,
  section.single .wrapper .content>p .first::before {
      content: none
  }

  section.single .wrapper .share {
      flex-direction: column
  }

  section.single .wrapper .share h3 {
      margin-bottom: 15px
  }

  section .title {
      font-size: 35px !important
  }

  section.single .wrapper #previous-next-posts div {
      width: 50%
  }

  section.single .wrapper #previous-next-posts div:first-child a {
      text-align: left
  }

  section.single .wrapper #previous-next-posts div:last-child a {
      text-align: right
  }

  header .bg .deco-title .wrapper h1 {
      font-size: 35px;
      line-height: 50px
  }

  header .bg .deco-title .wrapper .bottom h5 {
      max-width: 100%;
      font-size: 14px
  }

  .site .home section.search-bar .wrapper.desktop {
      display: none
  }

  .site .home section.search-bar .wrapper.mobile {
      display: flex;
      padding: 20px !important
  }

  .site .home section.search-bar .wrapper.mobile .col {
      height: 56px
  }

  .site .home section.search-bar .wrapper.mobile .col.choosed span {
      font-size: 0
  }

  .site .home section.search-bar .wrapper.mobile .col span {
      left: 20px;
      font-size: 14px;
      font-weight: 600
  }

  .site .home section.search-bar .wrapper.mobile .col .select-wrapper {
      height: 100%;
      width: 100%;
      padding: 0 20px;
      position: absolute;
      left: 0;
      right: 0
  }

  .site .home section.search-bar .wrapper.mobile .col .select-wrapper select {
      height: 100%;
      font-size: 14px;
      padding-left: 0 !important;
      text-align: left
  }

  .site .home section.search-bar .wrapper.mobile .col svg {
      right: 20px
  }

  .site .home section.search-bar .wrapper.mobile .col .loader {
      right: 20px
  }

  .site .home section.strate-02 .wrapper {
      height: auto
  }

  .site .home section.strate-02 .box {
      height: 480px
  }

  .site .single-expertise header .bg .deco-title {
      transform: translateX(-100%) translateY(-75%)
  }

  .site .single-expertise section.strate-02 {
      margin-bottom: 0;
      margin-top: 50px
  }

  .site .single-expertise section.strate-02 .tabs-content .tabs-card .col:last-of-type {
      padding: 30px 30px 50px
  }

  .site .page-template-actualites section.strate-01 .ahead,
  .site .page-template-category section.strate-01 .ahead {
      flex-direction: column;
      padding-right: 0
  }

  .site .page-template-actualites section.strate-01 .box-title .title,
  .site .page-template-category section.strate-01 .box-title .title {
      margin-bottom: 20px
  }

  .site .page-template-actualites section.strate-01 .wrapper,
  .site .page-template-category section.strate-01 .wrapper {
      padding: 30px 0 !important
  }

  .site .page-template-recrutement section.strate-01 .ahead {
      flex-direction: column;
      padding-right: 0
  }

  .site .page-template-recrutement section.strate-01 .box-title .title {
      margin-bottom: 20px
  }

  .site .page-template-recrutement section.strate-01 .filters {
      display: flex;
      flex-direction: column;
      align-items: center;
      width: 100%
  }

  .site .page-template-services section.strate-01 .services-wrapper .service {
      width: 100%;
      height: 396px
  }

  .site .page-template-services section.strate-01 .services-wrapper .service .text {
      width: 100%
  }

  .site .page-template-services section.strate-01 .owl-theme .owl-dots {
      width: 100%
  }

  .site .page-template-services section.strate-01 .owl-theme .owl-dots .owl-dot {
      padding: 0
  }

  .site .page-template-groupe section.strate-04 .wrapper>.col ul.list {
      flex-direction: column
  }

  .site .page-template-groupe section.strate-04 .wrapper>.col ul.list li {
      width: 100%
  }

  .site .page-template-groupe section.strate-05 .deco-title {
      display: none
  }

  .site .page-template-groupe section.strate-05 .wrapper .partenaires .partenaire {
      width: 100%
  }

  .site .page-template-groupe section.strate-05 .wrapper .partenaires .partenaire img {
      width: 100%;
      max-width: 100%
  }

  .site .page-template-groupe section.strate-05 .wrapper .partenaires .owl-dots {
      width: 100%
  }

  .site .page-template-rse section.strate-05 {
      padding: 20px 0 30px
  }

  .site .page-template-rse section.strate-05 .wrapper .labels {
      margin-top: 40px;
      margin-bottom: 0
  }

  .site .page-template-rse section.strate-05 .wrapper .labels .label {
      display: flex;
      justify-content: center;
      align-items: center
  }

  .site .page-template-rse section.strate-05 .wrapper .labels .owl-nav {
      justify-content: center;
      margin-top: 30px;
      position: static;
      transform: none
  }

  .site .page-template-rse section.module-06 .wrapper .col:last-of-type .image {
      justify-content: flex-start;
      align-items: flex-start;
      padding: 20px
  }

  .site .page-template-rse section.strate-08 {
      margin-bottom: 60px
  }

  .site .page-template-innovation section.module-02 .wrapper .choice-realisations .slide .col:first-child {
      padding-top: 60px;
      flex-direction: column
  }

  .site .page-template-innovation section.module-02 .wrapper .choice-realisations .slide .col:first-child .box-infos,
  .site .page-template-innovation section.module-02 .wrapper .choice-realisations .slide .col:first-child .image-left {
      width: 100%
  }

  .site .page-template-innovation section.module-02 .wrapper .choice-realisations .slide .col:first-child .owl-nav {
      position: absolute
  }

  .site .single-post .main>section:first-child>.wrapper {
      padding-top: 20px !important;
      margin-top: 25px !important
  }

  .site .single-secteur-activite .strate-01 .wrapper {
      padding-bottom: 0 !important
  }

  .site .single-secteur-activite .strate-02 .tabs-content .tabs-card .col:last-of-type {
      padding: 30px 30px 50px
  }

  .site .single-secteur-activite .strate-05 {
      min-height: auto;
      padding-bottom: 60px !important
  }

  .site header {
      height: 450px !important
  }

  .site header.header-single,
  .site header.header-light {
      height: 72px !important
  }

  .site header .bg {
      top: auto !important;
      height: calc(100% - 56px) !important;
      width: 100% !important;
      position: absolute !important;
      bottom: 0 !important
  }

  .site header>.container {
      top: 56px !important;
      height: calc(100% - 56px)
  }

  .site header>.container .wrapper {
      height: 100% !important
  }

  .site header>.container .deco-title {
      font-size: 140px !important;
      left: -12px !important
  }

  .site header>.container h1 {
      font-size: 34px !important;
      line-height: 1.1 !important
  }

  .site header.header-home {
      height: 650px !important
  }

  .site header.header-home>.container {
      height: calc(100% - 220px);
      top: 56px
  }

  .site header.header-home>.container h1 {
      font-size: 38px;
      line-height: 45px
  }

  .site header.header-home>.container h1 p:first-child:before {
      width: 30px;
      margin-right: 15px
  }

  .site header.header-expertise>.container h1 {
      max-width: 180px;
      font-size: 34px !important
  }

  .site .navigation-mobile .nav-primary .navigation {
      flex-wrap: nowrap;
      overflow-x: hidden;
      overflow-y: scroll
  }

  .site .navigation-mobile .nav-primary .navigation .nav-secondary .search {
      margin-bottom: 100px
  }

  .site .navigation-mobile .nav-primary.active .lang {
      visibility: visible;
      transform: translateY(0)
  }

  .site .navigation-mobile .nav-primary .lang {
      z-index: 100;
      position: fixed;
      visibility: hidden;
      transform: translateY(100%);
      transition: 125ms ease-in-out 0.15s
  }

  .site .pre-footer {
      height: auto;
      padding: 25px 0
  }

  .site .pre-footer .wrapper {
      flex-direction: column;
      justify-content: center
  }
}

@media (max-width:375px) {
  .home .wrapper_slider_home .slider_home .slide .textes_content .titre {
      max-width: 100% !important;
      margin-bottom: 10px !important
  }

  .home .wrapper_slider_home .slider_home .slide .textes_content .sous_titre {
      margin-bottom: 15px;
      font-size: 18px
  }

  .home .wrapper_slider_home .slider_home .slide .textes_content .texte {
      max-width: 600px;
      margin-bottom: 20px;
      color: #fff
  }

  .home .wrapper_slider_home .slider_home .slide .buttons a {
      margin-bottom: 15px;
      padding: 10px 15px;
      font-size: 11px
  }

  body.woocommerce-checkout .woocommerce .wrapper.size_max_width .size_max_cart_content {
      padding-bottom: 0
  }

  body.woocommerce-checkout .woocommerce .wrapper.size_max_width {
      padding: 0
  }

  body.woocommerce-checkout .woocommerce .wrapper.size_max_width .size_max_cart_content .wrapper_col_droite {
      padding-left: 20px;
      padding-right: 20px
  }

  body.woocommerce-checkout .woocommerce .wrapper.size_max_width .size_max_cart_content .wrapper_col_droite h2 {
      font-size: 23px
  }

  body.woocommerce-checkout .woocommerce .wrapper.size_max_width .size_max_cart_content .wrapper_col_gauche {
      padding-bottom: 20px;
      margin-top: 0
  }

  body.woocommerce-checkout .woocommerce .wrapper.size_max_width .size_max_cart_content .wrapper_col_gauche .woocommerce-notice {
      font-size: 24px;
      margin-top: 20px
  }

  body.woocommerce-checkout .woocommerce .wrapper.size_max_width .size_max_cart_content .wrapper_col_gauche .woocommerce-notice::before {
      transform: scale(.8)
  }

  body.woocommerce-checkout .woocommerce .wrapper.size_max_width .size_max_cart_content .wrapper_col_gauche .woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
      display: flex;
      flex-direction: column;
      padding-bottom: 15px
  }

  body.woocommerce-checkout .woocommerce .wrapper.size_max_width .size_max_cart_content .wrapper_col_gauche .woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li {
      width: 100%;
      float: none;
      margin-bottom: 15px;
      margin-right: 0
  }

  body.woocommerce-cart .size_max_width {
      padding: 0 10px
  }

  body.woocommerce-cart .woocommerce .wrapper_custom_cart_woocommerce .wrapper.size_max_width .size_max_cart_content .wrapper_liste_prod_valider .col_gauche tr.woocommerce-cart-form__cart-item.cart_item {
      padding-left: 90px;
      min-height: 98px;
      margin-bottom: 10px
  }

  body.woocommerce-cart .woocommerce .wrapper_custom_cart_woocommerce .wrapper.size_max_width .size_max_cart_content .wrapper_liste_prod_valider .col_gauche tr.woocommerce-cart-form__cart-item.cart_item td.product-remove {
      position: absolute;
      right: 0
  }

  body.woocommerce-cart .woocommerce .wrapper_custom_cart_woocommerce .wrapper.size_max_width .size_max_cart_content .wrapper_liste_prod_valider .col_gauche .wrapper_maj_panier {
      margin-bottom: 30px;
      margin-top: 30px
  }

  .single section.single .wrapper .top h1 {
      font-size: 22px
  }

  .single-profil .module_big_slider .wrapper .col.col_slider .slider_big .slide .images_content .background {
      width: auto;
      height: 300px
  }

  .single-profil .module_big_slider .wrapper .col_slider {
      height: 300px
  }

  .single-profil .module_list_slider .wrapper .col.col_slider .slider_list .slide .background {
      width: auto;
      height: 280px
  }

  .single-profil .module_list_slider .wrapper .col.col_slider {
      height: auto
  }

  .produits_liste .wrapper h3 {
      text-align: center
  }

  .produits_liste .wrapper .products li {
      width: 100% !important
  }

  .contact_form .form .wpcf7-form .col .sendcapcha .wpcf7-form-control-wrap {
      left: 8%
  }

  .woocommerce form.checkout_coupon,
  .woocommerce form.login,
  .woocommerce form.register {
      padding: 0
  }
}

@media (max-width:320px) {
  header.header-404>.container .cta {
      font-size: 15px
  }

  section.module-02 .wrapper .choice-realisations {
      padding: 0 0 20px
  }

  section.module-02 .wrapper .choice-realisations .owl-nav {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100%;
      margin-top: 20px;
      position: static;
      transform: translate(0, 0)
  }

  section.module-05 .slider .owl-nav {
      justify-content: center;
      margin-top: 30px;
      position: relative;
      top: auto;
      right: auto
  }

  section.module-05 .slider .owl-nav>div {
      display: none
  }

  section.module-05 .slider .owl-dots {
      width: 100%;
      display: flex;
      justify-content: center
  }

  section.module-10 {
      padding: 30px 15px 50px
  }

  section.module-10 .col:last-of-type .infos {
      margin-left: 15px
  }

  section.module-12 .tabs-nav .categorie {
      font-size: 8px
  }

  section .video .video-content .cta-play {
      width: 45px;
      height: 45px
  }

  section .video .video-content .infos {
      margin-top: 10px;
      font-size: 18px
  }

  section .box-title .wrapper .title:before {
      width: 25px;
      margin-right: 15px
  }

  .site .home section.strate-01 .posts .post,
  .site .home section.strate-01 .posts .post-sticky {
      width: 250px
  }

  .site .home section.strate-01 .posts .text h3 {
      font-size: 22px;
      padding: 0 10px 0 0
  }

  .site .page-template-groupe section.strate-04 .wrapper>.col:first-of-type {
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      align-items: flex-start
  }

  .site .page-template-groupe section.strate-04 .wrapper>.col .cta:first-of-type {
      margin-right: 0;
      margin-bottom: 20px
  }

  .site .page-template-groupe section.strate-05 .wrapper .partenaires .owl-nav,
  .site .page-template-groupe section.strate-05 .wrapper .labels .owl-nav {
      justify-content: center;
      margin-top: 30px;
      position: relative;
      top: auto
  }
}

@media (max-height:750px) {
  header.header-marque>.container .wrapper {
      margin: -80px auto 0
  }

  header.header-marque>.container .scroll-it {
      bottom: -30px
  }
}

@media (max-width:1500px) {
  #popin-choice .col .en_tete .titre {
      font-size: 18px !important
  }

  #popin-choice .col .en_tete h3 {
      font-size: 13px
  }

  .page section.single {
      padding-left: 105px;
      padding-right: 105px;
      width: 100%
  }
}

@media (max-width:1024px) {
  #popin-choice {
      display: none
  }
}

@media (max-width:930px) {
  .page section.single {
      padding-left: 65px;
      padding-right: 65px;
      width: 100%
  }
}

@media (max-width:600px) {
  .page section.single {
      padding-left: 25px;
      padding-right: 25px;
      width: 100%
  }
}

@media (max-width:480px) {
  .page section.single {
      padding-left: 0;
      padding-right: 0;
      width: 100%;
      margin-bottom: 50px
  }

  .page section.single .top h1 {
      font-size: 22px !important
  }
}

@media (max-width:1024px) {

  .size_max_width,
  .size_max_width_navigation {
      width: 100%;
      padding: 0 20px
  }

  .header_site {
      position: relative;
      z-index: 10;
      overflow: visible;
      width: 100vw
  }

  .header_site .burger-head {
      display: flex
  }

  .header_site .menus_top.active .menu_top_main {
      transform: translateX(0)
  }

  .header_site .menus_top.active .menu_top_contexte_right {
      height: 50px;
      background: #2b2e33
  }

  .header_site .menus_top .menu_top_contexte {
      border-bottom: 0px !important
  }

  .header_site .menus_top .menu_top_contexte .menu_top_contexte_left {
      width: 150px
  }

  .header_site .menus_top .menu_top_contexte .menu_top_contexte_right {
      z-index: 2;
      transition: all 0.7s ease
  }

  .header_site .menus_top .menu_top_contexte .wrapper {
      height: 70px
  }

  .header_site .menus_top .menu_top_contexte .logo-header-mobile {
      display: block
  }

  .header_site .menus_top .menu_top_contexte .language {
      display: none
  }

  .header_site .menus_top .menu_top_contexte .nav_menu_top_contexte {
      margin-right: 20px
  }

  .header_site .menus_top .menu_top_contexte .nav_menu_top_contexte .menu_top_contexte_left {
      width: 150px
  }

  .header_site .menus_top .menu_top_contexte .nav_menu_top_contexte .nav_menu_top_contexte_item {
      padding: 0 8px
  }

  .header_site .menus_top .menu_top_contexte .nav_menu_top_contexte .nav_menu_top_contexte_item>a {
      transform: scale(1.3)
  }

  .header_site .menus_top .menu_top_contexte .nav_menu_top_contexte .nav_menu_top_contexte_item>a span.label {
      display: none
  }

  .header_site .menus_top .menu_top_contexte .nav_menu_top_contexte .nav_menu_top_contexte_item>a svg {
      margin-left: 0
  }

  .header_site .menus_top .menu_top_contexte .nav_menu_top_contexte .nav_menu_top_contexte_item.header_eshop .lien-eshop {
      display: none
  }

  .header_site .menus_top .menu_top_contexte .nav_menu_top_contexte .nav_menu_top_contexte_item.header_eshop:after {
      display: none
  }

  .header_site .menus_top .menu_top_contexte .nav_menu_top_contexte .nav_menu_top_contexte_item.loupe_header_search {
      display: none
  }

  .header_site .menus_top .menu_top_main {
      position: absolute;
      max-width: 100vw;
      height: 100vh;
      border-bottom: 0;
      transform: translateX(-100%);
      transition: transform 0.2s ease-out;
      z-index: 1;
      top: 0
  }

  .header_site .menus_top .menu_top_main.wrapper {
      flex-direction: column;
      justify-content: flex-start;
      align-items: flex-start;
      padding: 90px 20px 0 !important;
      overflow: auto;
      background: #2b2e33
  }

  .header_site .menus_top .menu_top_main.wrapper * {
      color: #fff !important
  }

  .header_site .menus_top .menu_top_main.wrapper .navigation_container {
      flex-direction: column;
      height: auto
  }

  .header_site .menus_top .menu_top_main.wrapper .menu-principal {
      width: 100%;
      padding: 0 0 35px;
      border-bottom: .5px solid #fff
  }

  .header_site .menus_top .menu_top_main.wrapper .menu-principal ul.navigation_container .menu-item {
      height: 38px;
      font-size: 20px;
      position: relative;
      margin: 0
  }

  .header_site .menus_top .menu_top_main.wrapper .menu-principal ul.navigation_container .menu-item.menu-item-logo-marck-balsan {
      display: none
  }

  .header_site .menus_top .menu_top_main.wrapper .menu-principal ul.navigation_container .menu-item.menu-item-has-children>a:after {
      content: none
  }

  .header_site .menus_top .menu_top_main.wrapper .menu-principal ul.navigation_container .menu-item.menu-item-has-children .sub-menu {
      display: flex;
      flex-direction: column;
      align-items: center;
      width: 100vw;
      height: calc(100vh - 160px);
      padding: 0;
      position: fixed;
      top: 160px;
      left: 0;
      z-index: 100;
      background: #2b2e33;
      transform: translateX(-100%);
      transition: transform 0.2s ease-out
  }

  .header_site .menus_top .menu_top_main.wrapper .menu-principal ul.navigation_container .menu-item.menu-item-has-children .sub-menu.active {
      transform: translateX(0)
  }

  .header_site .menus_top .menu_top_main.wrapper .menu-principal ul.navigation_container .menu-item.menu-item-has-children .sub-menu .sub-menu-head {
      display: inline-flex;
      align-items: center;
      width: 100%;
      height: 60px;
      padding: 0 20px 0 50px;
      font-size: 14px;
      font-weight: normal;
      text-transform: none;
      color: #fff;
      background-color: #2b2e33;
      position: relative
  }

  .header_site .menus_top .menu_top_main.wrapper .menu-principal ul.navigation_container .menu-item.menu-item-has-children .sub-menu .sub-menu-head:before {
      content: '';
      display: inline-block;
      width: 18px;
      height: 10px;
      background-image: url(data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjExIiB2aWV3Qm94PSIwIDAgMTggMTEiIHdpZHRoPSIxOCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJtMTIuNzY1IDAgNC42NjggNC42NjctNC42NjggNC42NjdtNC42NjgtNC42NjctMTcuMjIuMDEiIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIuNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCAxKSIvPjwvc3ZnPg==);
      background-repeat: no-repeat;
      background-size: auto 100%;
      background-position: center center;
      position: absolute;
      top: 50%;
      left: 20px;
      transform: scaleX(-1) translateY(-50%)
  }

  .header_site .menus_top .menu_top_main.wrapper .menu-principal ul.navigation_container .menu-item.menu-item-has-children .sub-menu .menu-item {
      height: 40px;
      width: 100%;
      margin: 0 auto;
      padding: 0 20px
  }

  .header_site .menus_top .menu_top_main.wrapper .menu-principal ul.navigation_container .menu-item.menu-item-has-children .sub-menu .menu-item a {
      font-size: 13px;
      font-weight: normal;
      text-transform: uppercase
  }

  .header_site .menus_top .menu_top_main.wrapper .menu-top-right {
      width: 100%;
      padding: 50px 0 50px
  }

  .header_site .menus_top .menu_top_main.wrapper .menu-top-right .menu-item {
      margin-bottom: 20px;
      font-size: 13px;
      height: fit-content
  }

  .header_site .menus_top .menu_top_main.wrapper .menu-top-right .menu-item:last-child {
      margin-bottom: 0
  }

  .header_site .menus_top .menu_top_main.wrapper .menu-principal ul.navigation_container .menu-item.menu-item-has-children:after,
  .header_site .menus_top .menu_top_main.wrapper .disposition_mobile .menu-item-has-children:after {
      content: '';
      display: inline-block;
      width: 18px;
      height: 10px;
      background-image: url(data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjExIiB2aWV3Qm94PSIwIDAgMTggMTEiIHdpZHRoPSIxOCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJtMTIuNzY1IDAgNC42NjggNC42NjctNC42NjggNC42NjdtNC42NjgtNC42NjctMTcuMjIuMDEiIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIuNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCAxKSIvPjwvc3ZnPg==);
      background-repeat: no-repeat;
      background-size: auto 100%;
      background-position: center center;
      position: absolute;
      pointer-events: none;
      top: 50%;
      right: 0;
      transform: translateY(-50%)
  }

  .header_site .popin_search_header {
      position: relative;
      left: auto;
      top: auto;
      width: 100%;
      background: transparent;
      margin-bottom: 35px
  }

  .header_site .popin_search_header .close {
      display: none
  }

  .header_site .popin_search_header input[type="submit"] {
      display: block;
      width: 24px;
      height: 24px;
      border: 0;
      font-size: 0;
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCI+PHBhdGggZD0iTTExLjcxNyA5LjI0OGE0Ljg5NCA0Ljg5NCAwIDAwMS40NDMtMy40ODMgNC44OTMgNC44OTMgMCAwMC0xLjQ0My0zLjQ4MkE0Ljg5NCA0Ljg5NCAwIDAwOC4yMzQuODRhNC44OTMgNC44OTMgMCAwMC0zLjQ4MiAxLjQ0MyA0Ljg5MyA0Ljg5MyAwIDAwLTEuNDQzIDMuNDgyYzAgMS4zMTYuNTEzIDIuNTUzIDEuNDQzIDMuNDgzYTQuODkzIDQuODkzIDAgMDAzLjQ4MiAxLjQ0MyA0Ljg5IDQuODkgMCAwMDMuNDgzLTEuNDQzTS4xMjMgMTMuMjgzbDMuNzUyLTMuNzUyYTUuNzE3IDUuNzE3IDAgMDEtMS40MDYtMy43NjZjMC0xLjU0LjYtMi45ODcgMS42ODktNC4wNzZBNS43MjYgNS43MjYgMCAwMTguMjM0IDBjMS41NCAwIDIuOTg4LjYgNC4wNzcgMS42OUE1LjcyIDUuNzIgMCAwMTE0IDUuNzY1YzAgMS41NC0uNiAyLjk4OC0xLjY4OSA0LjA3N2E1LjcyNSA1LjcyNSAwIDAxLTQuMDc3IDEuNjkgNS43MiA1LjcyIDAgMDEtMy43NjUtMS40MDdMLjcxNyAxMy44NzdhLjQyLjQyIDAgMTEtLjU5NC0uNTk0IiBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48L3N2Zz4=);
      background-repeat: no-repeat;
      background-size: 14px 14px;
      background-position: center center;
      background-color: transparent;
      position: absolute;
      top: 50%;
      right: 15px;
      transform: translateY(-50%)
  }

  .header_site .popin_search_header .wrapper_search {
      display: flex;
      align-items: center;
      padding: 0;
      height: 47px;
      padding-left: 0
  }

  .header_site .popin_search_header .wrapper_search>svg {
      display: none
  }

  .header_site .popin_search_header .wrapper_search form {
      width: 100%
  }

  .header_site .popin_search_header .wrapper_search form input[type="search"] {
      border: 1px solid #fff;
      width: 100%;
      height: 40px;
      position: relative;
      padding: 10px 20px;
      font-size: 14px;
      letter-spacing: .44px;
      color: #fff
  }

  .header_site .popin_search_header .wrapper_search form input[type="search"]::placeholder {
      font-family: "Gotham", "PingFang SC", "Microsoft YaHei", "Tahoma", "Arial", "sans-serif";
      font-size: 14px;
      font-weight: normal;
      letter-spacing: .44px;
      color: #fff
  }

  .home .header_site .menus_top {
      z-index: 0
  }

  .site-footer .top .wrapper .right .social_networks .rs {
      margin-top: 25px
  }

  .navigation_mobile {
      padding: 10px 30px
  }

  .navigation_mobile:before {
      content: '';
      width: 1px;
      height: 45px;
      background-color: #a5a5a9;
      position: absolute;
      top: 50%;
      right: 80px;
      transform: translateY(-50%)
  }

  .navigation_mobile:after {
      top: 50%;
      transform: rotate(90deg) translateX(-50%)
  }

  .navigation_mobile select {
      font-weight: normal;
  }
}

body.search .single {
  padding: 60px 0 100px
}

body.search .single .wrapper {
  padding: 50px 60px 100px;
  background: #eaf0f8;
  margin-top: 150px
}

body.search .main {
  min-height: 100vh;
  height: 100%;
  padding: 0;
  color: #000;
  font-size: 17px;
  line-height: 25px
}

body.search .main section.single {
  padding-bottom: 100px
}

body.search .main h1 {
  margin-top: -10px;
  margin-bottom: 70px
}

body.search .main h2 {
  margin-bottom: 20px
}

body.search .main h2 a {
  color: #2b2e33;
  line-height: 40px;
  font-family: "Gotham", "PingFang SC", "Microsoft YaHei", "Tahoma", "Arial", "sans-serif";
  font-size: 35px;
  font-weight: normal;
  text-transform: initial
}

body.search .main article {
  padding: 55px 0;
  margin: 0 !important;
  border-top: solid 1px #dbdada;
  display: flex
}

body.search .main article:first-of-type {
  padding-top: 0;
  border: 0
}

body.search .main article .zone-texte {
  flex-grow: 1
}

@media (max-width:768px) {
  body.search .main article .zone-texte {
      margin-bottom: 20px
  }
}

body.search .main article .zone-image {
  max-width: 200px;
  max-height: 150px;
  position: relative
}

body.search .main article .zone-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center
}

body.search .main a.cta {
  margin-top: 20px;
  display: inline-flex;
  padding: 0 80px
}

body.search .main .page-header {
  position: relative
}

body.search .main .entry-summary {
  margin: 0 0 5px
}

body.search .main .entry-summary p {
  font-family: "Gotham", "PingFang SC", "Microsoft YaHei", "Tahoma", "Arial", "sans-serif";
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: .3px;
  color: #000
}

body.search .main form {
  width: 100%;
  position: relative
}

body.search .main input[type="search"] {
  font-family: "Gotham", "PingFang SC", "Microsoft YaHei", "Tahoma", "Arial", "sans-serif";
  font-weight: normal;
  font-size: 55px;
  letter-spacing: 2px;
  color: #2b2e33;
  border: 0;
  border-bottom: 1px solid #2b2e33;
  box-shadow: none;
  outline: 0;
  padding: 5px 0;
  border-radius: 0;
  width: 100%;
  line-height: 48px;
  z-index: 1;
  position: relative;
  background-color: transparent
}

body.search .main input[type="search"]::-webkit-input-placeholder {
  font-size: 55px;
  letter-spacing: 2px;
  color: #2b2e33
}

body.search .main input[type="search"]::-moz-placeholder {
  font-size: 55px;
  letter-spacing: 2px;
  color: #2b2e33
}

body.search .main input[type="search"]:-ms-input-placeholder {
  font-size: 55px;
  letter-spacing: 2px;
  color: #2b2e33
}

body.search .main input[type="search"]:-moz-placeholder {
  font-size: 55px;
  letter-spacing: 2px;
  color: #2b2e33
}

body.search .main input[type="submit"] {
  font-size: 0;
  border: 0;
  box-shadow: none;
  outline: 0;
  border-radius: 0;
  background-color: transparent
}

body.search .main button.search-submit {
  display: none;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  box-shadow: none;
  border: 0;
  width: 29px;
  height: 18px;
  background-color: transparent;
  padding: 0
}

body.search .main button.search-submit svg {
  width: 100%;
  height: 100%;
  display: block
}

body.search .main button.search-submit svg * {
  fill: #000
}

body.search .main .no-results {
  color: #000
}

body.search nav.posts-navigation {
  margin-top: 10px
}

body.search nav.posts-navigation .nav-links a {
  color: #2b2e33;
  font-size: 15px;
  font-weight: normal;
  text-transform: uppercase;
  position: relative
}

body.search nav.posts-navigation .nav-links a:before {
  content: '';
  display: block;
  width: 45px;
  height: 45px;
  border: solid 1px #2b2e33;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 100px
}

body.search nav.posts-navigation .nav-links a:after {
  content: '';
  display: block;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI5IiBoZWlnaHQ9IjkiPjxwYXRoIGQ9Ik01LjE0NC43MDdsMy43MTcgMy43MTgtMy43MTcgMy43MTctLjc3OC0uNzc4IDIuMzg5LTIuMzlILjd2LTEuMWg2LjA1NWwtMi4zODktMi4zOS43NzgtLjc3N3oiIGZpbGw9IiM1OTYyNTIiIGZpbGwtcnVsZT0ibm9uemVybyIvPjwvc3ZnPg==);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 14px;
  height: 13px
}

body.search nav.posts-navigation .nav-links .nav-previous a {
  padding-left: 60px
}

body.search nav.posts-navigation .nav-links .nav-previous a:after {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%) scaleX(-1)
}

body.search nav.posts-navigation .nav-links .nav-next a {
  padding-right: 60px
}

body.search nav.posts-navigation .nav-links .nav-next a:before {
  right: 0
}

body.search nav.posts-navigation .nav-links .nav-next a:after {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%)
}

.more_options_for_print_only {
  display: none
}

.archive-product-print {
  display: none
}

@media print {

  .woocommerce-error,
  .woocommerce-info,
  .woocommerce-message {
      display: none !important
  }

  #cookie-notice {
      display: none
  }

  .archive-product-screen {
      display: none !important
  }

  html,
  body {
      position: relative;
      font-size: 12pt;
      width: 210mm;
      color: #000;
      background-color: #fff;
      display: block;
      margin: 0;
      margin-top: -35px
  }

  .archive-product-print.single_product {
      display: block;
      height: 100%;
      width: 100%;
      position: relative;
      padding: 0;
      margin: 0;
      overflow: visible
  }

  .archive-product-print.single_product #wrapper_fiche_produit_print {
      font-family: 'Raleway', sans-serif;
      height: 100%;
      width: 100%;
      position: relative
  }

  .archive-product-print.single_product #wrapper_fiche_produit_print .top {
      display: flex;
      justify-content: space-between;
      margin-bottom: 10mm;
      align-items: center
  }

  .archive-product-print.single_product #wrapper_fiche_produit_print .top .wrapper_logo svg.logo-sentinel-print {
      height: 16.2mm;
      width: 30mm
  }

  .archive-product-print.single_product #wrapper_fiche_produit_print .top .wrapper_description {
      font-size: 10pt;
      font-weight: normal;
      text-transform: uppercase;
      text-align: right
  }

  .archive-product-print.single_product #wrapper_fiche_produit_print .header {
      display: flex;
      justify-content: space-between;
      align-items: stretch;
      background-color: black !important;
      color: white;
      font-size: 16pt
  }

  .archive-product-print.single_product #wrapper_fiche_produit_print .header .wrapper_title {
      font-weight: normal;
      text-transform: uppercase;
      padding-left: 5mm;
      padding-top: 2mm;
      padding-bottom: 2mm
  }

  .archive-product-print.single_product #wrapper_fiche_produit_print .header .wrapper_ref {
      display: flex;
      align-items: center;
      align-self: stretch;
      background-color: #2b2e33 !important
  }

  .archive-product-print.single_product #wrapper_fiche_produit_print .header .wrapper_ref .content_ref {
      flex-shrink: 0;
      padding-left: 5mm;
      padding-right: 5mm;
      min-width: 5cm
  }

  .archive-product-print.single_product #wrapper_fiche_produit_print .middle_images {
      display: flex
  }

  .archive-product-print.single_product #wrapper_fiche_produit_print .middle_images .col_gauche {
      width: 54%;
      flex-shrink: 0
  }

  .archive-product-print.single_product #wrapper_fiche_produit_print .middle_images .col_gauche img {
      width: 90mm;
      height: auto
  }

  .archive-product-print.single_product #wrapper_fiche_produit_print .middle_images .col_droite {
      width: 46%;
      flex-shrink: 0;
      display: flex;
      justify-content: center;
      flex-direction: column
  }

  .archive-product-print.single_product #wrapper_fiche_produit_print .middle_images .col_droite .top_col_droite {
      display: flex;
      justify-content: center;
      flex-direction: column
  }

  .archive-product-print.single_product #wrapper_fiche_produit_print .middle_images .col_droite .top_col_droite img {
      width: 50mm;
      height: auto;
      margin: 0 auto
  }

  .archive-product-print.single_product #wrapper_fiche_produit_print .middle_images .col_droite .bottom_col_droite {
      display: flex;
      flex-direction: column;
      align-items: center
  }

  .archive-product-print.single_product #wrapper_fiche_produit_print .middle_images .col_droite .bottom_col_droite .content_col {
      display: inline-flex;
      flex-direction: column;
      align-items: flex-start
  }

  .archive-product-print.single_product #wrapper_fiche_produit_print .middle_images .col_droite .bottom_col_droite .content_col span {
      color: #999;
      font-size: 8pt;
      font-weight: normal;
      margin-bottom: 2mm;
      display: flex;
      justify-content: center;
      align-items: center
  }

  .archive-product-print.single_product #wrapper_fiche_produit_print .middle_images .col_droite .bottom_col_droite .content_col span img {
      width: 4mm;
      height: auto;
      margin-right: 3mm
  }

  .archive-product-print.single_product #wrapper_fiche_produit_print .middle_images .col_droite .bottom_col_droite span.poptailles {
      display: none
  }

  .archive-product-print.single_product #wrapper_fiche_produit_print h2 {
      font-family: 'Raleway', sans-serif;
      font-size: 13pt;
      text-transform: uppercase;
      font-weight: normal;
      padding-bottom: 4mm
  }

  .archive-product-print.single_product #wrapper_fiche_produit_print .bottom_details {
      font-family: "Gotham", "PingFang SC", "Microsoft YaHei", "Tahoma", "Arial", "sans-serif";
      column-count: 2;
      column-gap: 20mm;
      font-size: 8pt
  }

  .archive-product-print.single_product #wrapper_fiche_produit_print .bottom_details.without_taille .tailles-detail {
      display: none
  }

  .archive-product-print.single_product #wrapper_fiche_produit_print .bottom_details .close,
  .archive-product-print.single_product #wrapper_fiche_produit_print .bottom_details .separation {
      display: none
  }

  .archive-product-print.single_product #wrapper_fiche_produit_print .bottom_details div {
      padding-bottom: 4mm
  }

  .archive-product-print.single_product #wrapper_fiche_produit_print .bottom_details h4 {
      font-weight: normal;
      font-size: 9pt
  }

  .archive-product-print.single_product .bottom_ml {
      font-family: "Gotham", "PingFang SC", "Microsoft YaHei", "Tahoma", "Arial", "sans-serif";
      font-size: 6pt;
      position: fixed;
      bottom: 0mm;
      height: 25mm;
      left: 0;
      width: 100%;
      background-color: white
  }

  .archive-product-print.single_product .bottom_ml strong {
      font-weight: normal;
  }

  .archive-product-print.single_product .bottom_ml .url {
      font-family: 'Raleway', sans-serif;
      font-size: 7pt;
      text-align: center;
      font-weight: normal;
      text-transform: uppercase;
      padding-bottom: 2mm;
      border-bottom: solid .2mm #ccc
  }

  .archive-product-print.single_product .bottom_ml .adresses {
      display: flex;
      padding-top: 2mm;
      padding-bottom: 2mm
  }

  .archive-product-print.single_product .bottom_ml .adresses .left,
  .archive-product-print.single_product .bottom_ml .adresses .right {
      position: relative;
      width: 50%;
      flex-shrink: 0;
      padding-top: 10px
  }

  .archive-product-print.single_product .bottom_ml .adresses .left {
      padding-left: 15px
  }

  .archive-product-print.single_product .bottom_ml .adresses .left p {
      position: relative
  }

  .archive-product-print.single_product .bottom_ml .adresses .left p .picto {
      position: absolute;
      top: 2xp;
      left: -15px;
      width: 10px;
      height: 10px
  }

  .archive-product-print.single_product .bottom_ml .adresses .left p .picto img {
      max-width: 100%;
      width: auto;
      max-height: 100%;
      height: auto;
      object-fit: cover
  }

  .archive-product-print.single_product .bottom_ml .adresses .right {
      display: flex;
      flex-direction: column;
      align-items: flex-end;
      padding-right: 15px
  }

  .archive-product-print.single_product .bottom_ml .adresses .right strong em {
      color: grey;
      font-style: normal
  }

  .archive-product-print.single_product .bottom_ml .adresses .right p.logo {
      margin-top: 5px
  }

  .archive-product-print.single_product .bottom_ml .adresses .right p.logo span {
      display: inline-block;
      margin-left: 5px;
      max-width: 12px
  }

  .archive-product-print.single_product .bottom_ml .adresses .right p.logo img {
      max-width: 100%;
      max-height: 100%;
      width: auto;
      height: auto;
      object-fit: cover
  }

  .archive-product-print.single_product .bottom_ml .adresses .border_top {
      position: absolute;
      top: 0;
      width: 100px;
      height: 2px;
      background-color: rgba(0, 0, 0, .2)
  }

  .archive-product-print.single_product .bottom_ml .ml {
      text-align: center;
      color: grey
  }

  @page {
      size: A4 portrait;
      margin-top: 20mm;
      margin-left: 15mm;
      margin-right: 15mm;
      margin-bottom: 21mm
  }

  * {
      print-color-adjust: exact
  }

  body {
      -webkit-print-color-adjust: exact !important
  }

  button,
  header,
  footer,
  section.single .wrapper .share,
  #previous-next-posts,
  .formulaire-candidature,
  section.module_raisons,
  footer.site-footer,
  .pre-footer,
  .woocommerce-breadcrumb,
  .popinproduit,
  .up-sells,
  section.single_product:not(.archive-product-print) {
      display: none !important
  }
}

.bloc_poly .wrapper_bloc {
  width: 100%;
  margin: 100px auto;
  font-family: "Gotham", "PingFang SC", "Microsoft YaHei", "Tahoma", "Arial", "sans-serif";
  font-weight: normal;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0px
}

.bloc_poly .wrapper_bloc.small_bloc {
  max-width: 1062px
}

.bloc_poly .wrapper_bloc.medium_bloc {
  max-width: calc(1190px + (2 * 20px))
}

.bloc_poly .wrapper_bloc.medium_bloc .inner_content {
  margin: 0 20px
}

.bloc_poly .wrapper_bloc.large_bloc {
  max-width: calc(1310px + (2 * 20px))
}

.bloc_poly .wrapper_bloc.large_bloc .inner_content {
  margin: 0 20px
}

.bloc_poly .wrapper_bloc .cta {
  display: inline-flex;
  padding: 0px 60px;
}

.bloc_poly .wrapper_bloc .cta {
  font-size: 12px
}

@media screen and (min-width:768px) {
  .bloc_poly .wrapper_bloc .cta {
      font-size: calc(12px + 2 * ((100vw - 768px) / 504))
  }
}

@media screen and (min-width:1272px) {
  .bloc_poly .wrapper_bloc .cta {
      font-size: 14px
  }
}

.bloc_poly .wrapper_bloc .inner_content.rtl {
  flex-direction: row-reverse
}

.bloc_poly .wrapper_bloc .wysiwyg_content h2 {
  font-family: "Gotham", "PingFang SC", "Microsoft YaHei", "Tahoma", "Arial", "sans-serif";
  font-size: 25px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: .83px;
  text-transform: uppercase;
  color: #2b2e33;
  margin: 40px 0 15px
}

.bloc_poly .wrapper_bloc .wysiwyg_content h3 {
  font-family: "Gotham", "PingFang SC", "Microsoft YaHei", "Tahoma", "Arial", "sans-serif";
  font-size: 20px;
  font-weight: normal;
  letter-spacing: 1px;
  color: #2b2e30;
  margin: 20px 0 10px
}

.bloc_poly .wrapper_bloc .wysiwyg_content p {
  font-family: "Gotham", "PingFang SC", "Microsoft YaHei", "Tahoma", "Arial", "sans-serif";
  font-weight: normal;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0px;
  color: #2b2e33;
  /*margin: 10px 0 20px*/
}

.bloc_poly .wrapper_bloc .wysiwyg_content p a {
  color: #2b2e33;
  text-decoration: underline
}

.bloc_poly .wrapper_bloc .wysiwyg_content p a span {
  color: #2b2e33
}

.bloc_poly .wrapper_bloc .wysiwyg_content ol {
  counter-reset: item;
  list-style: none
}

.bloc_poly .wrapper_bloc .wysiwyg_content ol li:before {
  content: counter(item);
  position: absolute;
  top: 0;
  left: 2px;
  color: #2b2e33;
  font-weight: normal;
}

.bloc_poly .wrapper_bloc .wysiwyg_content ul li::before {
  content: '';
  position: absolute;
  left: 2px;
  top: 8px;
  width: 5px;
  height: 5px;
  transform: rotate(-315deg);
  background-color: #2b2e33
}

.bloc_poly .wrapper_bloc .wysiwyg_content li {
  counter-increment: item;
  position: relative;
  padding-left: 20px;
  margin: 0 0 20px;
  font-size: 16px;
  font-weight: 300
}

.bloc_poly .wrapper_bloc .wysiwyg_content li a {
  color: #2b2e33;
  text-decoration: underline
}

.bloc_poly .wrapper_bloc .wysiwyg_content li a span {
  color: #2b2e33
}

.bloc_poly .wrapper_bloc .wysiwyg_content strong {
  font-weight: normal;
}

.bloc_poly .wrapper_bloc .wysiwyg_content em {
  font-style: italic
}

.bloc_poly .wrapper_bloc .wysiwyg_content img {
  max-width: 100%;
  height: auto;
  width: auto
}

.bloc_poly .wrapper_bloc .wysiwyg_content ul li {
  margin: 0 0 5px
}

.bloc_poly .wrapper_bloc .wysiwyg_content ul li:before {
  top: 12px
}

.bloc_poly .wrapper_bloc .wysiwyg_content ol li {
  margin: 0 0 5px
}

.bloc_poly .wrapper_bloc .wysiwyg_content.with_iframe h2 {
  text-transform: none;
  line-height: 1.1;
  letter-spacing: 1.3px;
  color: #2b2e33;
  font-weight: normal;
}

.bloc_poly .wrapper_bloc .wysiwyg_content.with_iframe h2 {
  font-size: 30px
}

@media screen and (min-width:768px) {
  .bloc_poly .wrapper_bloc .wysiwyg_content.with_iframe h2 {
      font-size: calc(30px + 12 * ((100vw - 768px) / 504))
  }
}

@media screen and (min-width:1272px) {
  .bloc_poly .wrapper_bloc .wysiwyg_content.with_iframe h2 {
      font-size: 42px
  }
}

.bloc_poly.ti2c .wrapper_bloc .inner_content {
  display: flex;
  justify-content: space-between
}

@media (max-width:768px) {
  .bloc_poly.ti2c .wrapper_bloc .inner_content {
      flex-direction: column
  }
}

@media (max-width:768px) {
  .bloc_poly.ti2c .wrapper_bloc .inner_content.rtl {
      flex-direction: column-reverse
  }
  .bloc_poly.ti2c .wrapper_bloc .inner_content {
      flex-direction: column-reverse
  }
  .bloc_poly.ti2c .wrapper_bloc .inner_content .col_gauche {
      margin-top: 0px;
  }
  .bloc_poly .wrapper_bloc {
      margin: 20px auto;
  }
}

.bloc_poly.ti2c .wrapper_bloc .inner_content.rtl .col_droite .wrapper_img:after {
  left: -42px;
  right: auto
}

.bloc_poly.ti2c .wrapper_bloc .inner_content.rtl .col_gauche .titre_module {
  margin-top: 30px
}

.bloc_poly.ti2c .wrapper_bloc .inner_content .col_gauche {
  max-width: 41.94631%;
  width: 100%;
  /* margin-top: 100px; */
  padding: 20px 0;
}

@media (max-width:768px) {
  .bloc_poly.ti2c .wrapper_bloc .inner_content .col_gauche {
      max-width: 100%
  }
}

.bloc_poly.ti2c .wrapper_bloc .inner_content .col_gauche .titre_module {
  line-height: 1.14;
  letter-spacing: 0px;
  margin-bottom: 26px;
  font-weight: normal;
  color: #2b2e33
}

.bloc_poly.ti2c .wrapper_bloc .inner_content .col_gauche .titre_module {
  font-size: 30px
}

@media screen and (min-width:768px) {
  .bloc_poly.ti2c .wrapper_bloc .inner_content .col_gauche .titre_module {
      font-size: calc(18px + 12 * ((100vw - 768px) / 504))
  }
}

@media screen and (min-width:1272px) {
  .bloc_poly.ti2c .wrapper_bloc .inner_content .col_gauche .titre_module {
      font-size: 30px
  }
}

.bloc_poly.ti2c .wrapper_bloc .inner_content .col_gauche .texte_module {
  font-weight: 300
}

.bloc_poly.ti2c .wrapper_bloc .inner_content .col_gauche .texte_module {
  font-size: 14px
}

@media screen and (min-width:768px) {
  .bloc_poly.ti2c .wrapper_bloc .inner_content .col_gauche .texte_module {
      font-size: calc(14px + 2 * ((100vw - 768px) / 504))
  }
}

@media screen and (min-width:1272px) {
  .bloc_poly.ti2c .wrapper_bloc .inner_content .col_gauche .texte_module {
      font-size: 16px
  }
}

.bloc_poly.ti2c .wrapper_bloc .inner_content .col_gauche .texte_kaki_module {
  text-transform: uppercase;
  font-weight: normal;
  line-height: 1.35;
  margin-bottom: 20px
}

.bloc_poly.ti2c .wrapper_bloc .inner_content .col_gauche .texte_kaki_module .extra {
  padding: 0 4px;
  margin: 4px 0;
  background-color: #2b2e33;
  display: inline-block;
  color: white
}

.bloc_poly.ti2c .wrapper_bloc .inner_content .col_gauche .wrapper_cta {
  margin-top: 34px
}

@media (max-width:768px) {
  .bloc_poly.ti2c .wrapper_bloc .inner_content .col_gauche .wrapper_cta {
      margin-top: 20px;
      margin-bottom: 30px
  }
}

.bloc_poly.ti2c .wrapper_bloc .inner_content .col_droite {
  max-width: 52.43289%;
  width: 100%
}

@media (max-width:768px) {
  .bloc_poly.ti2c .wrapper_bloc .inner_content .col_droite {
      max-width: 100%
  }
}

.bloc_poly.ti2c .wrapper_bloc .inner_content .col_droite .wrapper_img {
  position: relative;
  width: 100%;
  padding-bottom: 75.2%
}

.bloc_poly.ti2c .wrapper_bloc .inner_content .col_droite .wrapper_video {
  position: relative;
  width: 100%;
  height: auto;
}

/* .bloc_poly.ti2c .wrapper_bloc .inner_content .col_droite .wrapper_img:after {
  content: '';
  display: block;
  width: 105px;
  height: 105px;
  position: absolute;
  bottom: 40px;
  right: -42px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDUiIGhlaWdodD0iMTA1IiB2aWV3Qm94PSIwIDAgMTA1IDEwNSI+CiAgICA8ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIG9wYWNpdHk9Ii4yNSI+CiAgICAgICAgPGc+CiAgICAgICAgICAgIDxnPgogICAgICAgICAgICAgICAgPGc+CiAgICAgICAgICAgICAgICAgICAgPGc+CiAgICAgICAgICAgICAgICAgICAgICAgIDxwYXRoIGZpbGw9IiM1ODYyNTIiIGQ9Ik04Ni40MTMgMC4wMTdMNTEuOTg3IDM0LjUyOSAxNy40NzcgMC4xMDMgMCAwLjEyMiA1Mi4wMDggNTIuMDA2IDEwMy44ODcgMC4wMDF6IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTI1MiAtMzI2KSB0cmFuc2xhdGUoODIpIHRyYW5zbGF0ZSg0MCkgdHJhbnNsYXRlKDExMzAgMzI2KSIvPgogICAgICAgICAgICAgICAgICAgICAgICA8cGF0aCBmaWxsPSIjM0U0NDQwIiBkPSJNNTIuMDI4IDY4Ljk5NkwwLjAyMiAxNy4xMTcgMC4wNDMgMzQuNTk0IDUyLjA0OCA4Ni40NzMgMTAzLjkzIDM0LjQ2NSAxMDMuOTA3IDE2Ljk5MXoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMjUyIC0zMjYpIHRyYW5zbGF0ZSg4MikgdHJhbnNsYXRlKDQwKSB0cmFuc2xhdGUoMTEzMCAzMjYpIi8+CiAgICAgICAgICAgICAgICAgICAgICAgIDxwYXRoIGZpbGw9IiM1ODYyNTIiIGQ9Ik01Mi4wNjkgMTAzLjQ2M0wwLjA2MiA1MS41ODIgMC4wODMgNjkuMDYxIDM1LjA3OCAxMDMuOTcgNjkuMDYzIDEwMy45MjggMTAzLjk3IDY4LjkzNSAxMDMuOTQ5IDUxLjQ1OHoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMjUyIC0zMjYpIHRyYW5zbGF0ZSg4MikgdHJhbnNsYXRlKDQwKSB0cmFuc2xhdGUoMTEzMCAzMjYpIi8+CiAgICAgICAgICAgICAgICAgICAgICAgIDxwYXRoIGZpbGw9IiMzRTQ0NDAiIGQ9Ik04Ni42MDIgMTAzLjkwN0wxMDQuMDEzIDEwMy44ODYgMTAzLjk5MiA4Ni40NzR6TS4xMjggMTA0LjAxMkwxNy41MzkgMTAzLjk5MS4xMDUgODYuNnoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMjUyIC0zMjYpIHRyYW5zbGF0ZSg4MikgdHJhbnNsYXRlKDQwKSB0cmFuc2xhdGUoMTEzMCAzMjYpIi8+CiAgICAgICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4K)
} */

.bloc_poly.ti2c .wrapper_bloc .inner_content .col_droite .wrapper_img img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%
}

.bloc_poly.push_aag .wrapper_bloc .inner_content {
  max-width: calc(1190px + (2 * calc(20px * 2)));
  width: 100%;
  margin: 0 auto;
  position: relative
}

.bloc_poly.push_aag .wrapper_bloc .inner_content:before {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: calc((1190px - 100vw)/2);
  width: calc((100vw - 1190px)/2);
  height: 100%;
  background-color: #eaf0f8
}

@media (max-width:768px) {
  .bloc_poly.push_aag .wrapper_bloc .inner_content:before {
      display: none
  }
}

.bloc_poly.push_aag .wrapper_bloc .inner_content .col_unique {
  max-width: calc(1190px - 120px);
  width: 100%;
  padding-right: 128px;
  padding-top: 28px;
  padding-bottom: 28px;
  min-height: 150px;
  padding-left: calc(20px * 2);
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 2;
  background-color: #eaf0f8
}

@media (max-width:768px) {
  .bloc_poly.push_aag .wrapper_bloc .inner_content .col_unique {
      max-width: 100%;
      flex-direction: column;
      padding: 58px 20px 53px 20px
  }
}

@media (max-width:768px) {
  .bloc_poly.push_aag .wrapper_bloc .inner_content .wrapper_textes {
      width: 100%;
      display: flex;
      flex-direction: column;
      align-items: center
  }
}

.bloc_poly.push_aag .wrapper_bloc .inner_content .wrapper_textes .texte_aag {
  font-weight: normal;
  line-height: 1.14;
  letter-spacing: 1px;
  color: #2b2e33;
  max-width: 630px
}

.bloc_poly.push_aag .wrapper_bloc .inner_content .wrapper_textes .texte_aag {
  font-size: 30px
}

@media screen and (min-width:768px) {
  .bloc_poly.push_aag .wrapper_bloc .inner_content .wrapper_textes .texte_aag {
      font-size: calc(30px + 5 * ((100vw - 768px) / 504))
  }
}

@media screen and (min-width:1272px) {
  .bloc_poly.push_aag .wrapper_bloc .inner_content .wrapper_textes .texte_aag {
      font-size: 35px
  }
}

@media (max-width:768px) {
  .bloc_poly.push_aag .wrapper_bloc .inner_content .wrapper_textes .texte_aag {
      text-align: center
  }
}

.bloc_poly.push_aag .wrapper_bloc .inner_content .wrapper_textes .nom_aag {
  font-weight: normal;
  line-height: 1.2;
  margin-top: 12px
}

@media (max-width:768px) {
  .bloc_poly.push_aag .wrapper_bloc .inner_content .wrapper_textes .nom_aag {
      text-align: center
  }
}

.bloc_poly.push_aag .wrapper_bloc .inner_content .wrapper_textes .fonction_aag {
  line-height: 1.2;
  font-weight: 300
}

@media (max-width:768px) {
  .bloc_poly.push_aag .wrapper_bloc .inner_content .wrapper_textes .fonction_aag {
      text-align: center
  }
}

@media (max-width:768px) {
  .bloc_poly.push_aag .wrapper_bloc .inner_content .wrapper_cta {
      margin-top: 34px
  }
}

.bloc_poly.push_aag .wrapper_bloc.bg_kaki_sombre .inner_content:before {
  background-color: #2b2e33
}

.bloc_poly.push_aag .wrapper_bloc.bg_kaki_sombre .inner_content .col_unique {
  background-color: #2b2e33
}

.bloc_poly.push_aag .wrapper_bloc.bg_kaki_sombre .inner_content .texte_aag,
.bloc_poly.push_aag .wrapper_bloc.bg_kaki_sombre .inner_content .nom_aag,
.bloc_poly.push_aag .wrapper_bloc.bg_kaki_sombre .inner_content .fonction_aag {
  color: white
}

.bloc_poly.push_simple .wrapper_bloc .inner_content {
  max-width: calc(1190px + (2 * calc(20px * 2)));
  width: 100%;
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: flex-end
}

.bloc_poly.push_simple .wrapper_bloc .inner_content:before {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  right: calc((1190px - 100vw)/2);
  width: calc((100vw - 1190px)/2);
  height: 100%;
  background-color: #eaf0f8
}

@media (max-width:768px) {
  .bloc_poly.push_simple .wrapper_bloc .inner_content:before {
      display: none
  }
}

.bloc_poly.push_simple .wrapper_bloc .inner_content .col_unique {
  max-width: calc(1190px - 120px);
  width: 100%;
  padding-top: 18px;
  padding-bottom: 20px;
  min-height: 150px;
  padding-left: 64px;
  padding-right: calc(20px * 2);
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
  background-color: #eaf0f8
}

@media (max-width:768px) {
  .bloc_poly.push_simple .wrapper_bloc .inner_content .col_unique {
      max-width: 100%;
      flex-direction: column;
      padding: 61px 20px 55px 20px
  }
}

@media (max-width:768px) {
  .bloc_poly.push_simple .wrapper_bloc .inner_content .wrapper_textes {
      width: 100%;
      display: flex;
      flex-direction: column;
      align-items: center
  }
}

.bloc_poly.push_simple .wrapper_bloc .inner_content .wrapper_textes .texte_aag {
  font-weight: normal;
  line-height: 1.14;
  letter-spacing: 1px;
  color: #2b2e33;
  width: 100%
}

.bloc_poly.push_simple .wrapper_bloc .inner_content .wrapper_textes .texte_aag {
  font-size: 30px
}

@media screen and (min-width:768px) {
  .bloc_poly.push_simple .wrapper_bloc .inner_content .wrapper_textes .texte_aag {
      font-size: calc(30px + 5 * ((100vw - 768px) / 504))
  }
}

@media screen and (min-width:1272px) {
  .bloc_poly.push_simple .wrapper_bloc .inner_content .wrapper_textes .texte_aag {
      font-size: 35px
  }
}

@media (max-width:768px) {
  .bloc_poly.push_simple .wrapper_bloc .inner_content .wrapper_textes .texte_aag {
      text-align: center
  }
}

.bloc_poly.push_simple .wrapper_bloc .inner_content .wrapper_textes .introduction {
  font-weight: normal;
  line-height: 1.2;
  margin-top: 8px
}

@media (max-width:768px) {
  .bloc_poly.push_simple .wrapper_bloc .inner_content .wrapper_textes .introduction {
      text-align: center
  }
}

.bloc_poly.push_simple .wrapper_bloc .inner_content .wrapper_picto {
  margin-right: 77px;
  width: 51px;
  height: 51px;
  flex-shrink: 0
}

@media (max-width:768px) {
  .bloc_poly.push_simple .wrapper_bloc .inner_content .wrapper_picto {
      margin-right: 0;
      margin-bottom: 16px
  }
}

.bloc_poly.push_simple .wrapper_bloc.bg_kaki_sombre .inner_content:before {
  background-color: #2b2e33
}

.bloc_poly.push_simple .wrapper_bloc.bg_kaki_sombre .inner_content .col_unique {
  background-color: #2b2e33
}

.bloc_poly.push_simple .wrapper_bloc.bg_kaki_sombre .inner_content .texte_aag {
  color: white
}

.bloc_poly.push_simple .wrapper_bloc.no_margin_bottom {
  margin-bottom: 0
}

.bloc_poly.push_simple .wrapper_bloc.no_margin_top {
  margin-top: 0
}

.bloc_poly.trois_cartouches>.wrapper_bloc.transparent {
  background-color: transparent
}

.bloc_poly.trois_cartouches>.wrapper_bloc.transparent .inner_content {
  padding-top: 0;
  padding-bottom: 0
}

.bloc_poly.trois_cartouches>.wrapper_bloc.transparent .inner_content_cartouche {
  background-color: #2b2e33 !important
}

.bloc_poly.trois_cartouches>.wrapper_bloc.transparent .inner_content_cartouche .titre_cartouche,
.bloc_poly.trois_cartouches>.wrapper_bloc.transparent .inner_content_cartouche .sous_titre_cartouche {
  color: white
}

.bloc_poly.trois_cartouches>.wrapper_bloc.gris_clair {
  background-color: #eaf0f8
}

.bloc_poly.trois_cartouches>.wrapper_bloc.gris_clair .inner_content_cartouche {
  background-color: #2b2e33 !important
}

.bloc_poly.trois_cartouches>.wrapper_bloc.gris_clair .inner_content_cartouche .titre_cartouche,
.bloc_poly.trois_cartouches>.wrapper_bloc.gris_clair .inner_content_cartouche .sous_titre_cartouche {
  color: white
}

.bloc_poly.trois_cartouches>.wrapper_bloc.kaki_sombre {
  /* background-color: #2b2e33; */
  background-color: #2B2E33;
}

.bloc_poly.trois_cartouches>.wrapper_bloc.kaki_sombre .titre_3cl,
.bloc_poly.trois_cartouches>.wrapper_bloc.kaki_sombre .sous_titre_3cl {
  color: white
}

.bloc_poly.trois_cartouches .inner_content {
  padding-top: 8.40336%;
  padding-bottom: 9.2437%
}

.bloc_poly.trois_cartouches .titre_3cl {
  line-height: 1.1;
  letter-spacing: 1.3px;
  color: #2b2e33;
  font-weight: normal;
  text-align: center;
  margin-bottom: 26px
}

.bloc_poly.trois_cartouches .titre_3cl {
  font-size: 30px
}

@media screen and (min-width:768px) {
  .bloc_poly.trois_cartouches .titre_3cl {
      font-size: calc(30px + 12 * ((100vw - 768px) / 504))
  }
}

@media screen and (min-width:1272px) {
  .bloc_poly.trois_cartouches .titre_3cl {
      font-size: 42px
  }
}

.bloc_poly.trois_cartouches .sous_titre_3cl {
  text-align: center;
  line-height: 1.5;
  margin-bottom: 39px;
  font-weight: 300
}

.bloc_poly.trois_cartouches .sous_titre_3cl {
  font-size: 14px
}

@media screen and (min-width:768px) {
  .bloc_poly.trois_cartouches .sous_titre_3cl {
      font-size: calc(14px + 2 * ((100vw - 768px) / 504))
  }
}

@media screen and (min-width:1272px) {
  .bloc_poly.trois_cartouches .sous_titre_3cl {
      font-size: 16px
  }
}

.bloc_poly.trois_cartouches .wrapper_cartouches {
  display: flex;
  justify-content: space-between
}

@media (max-width:768px) {
  .bloc_poly.trois_cartouches .wrapper_cartouches {
      flex-direction: column
  }
}

.bloc_poly.trois_cartouches .wrapper_cartouches .cartouche {
  width: 29.36242%;
  padding-bottom: 41.94631%;
  position: relative;
  display: block
}

@media (max-width:768px) {
  .bloc_poly.trois_cartouches .wrapper_cartouches .cartouche {
      width: 100%;
      padding-bottom: 137.14286%;
      margin-bottom: 30px
  }

  .bloc_poly.trois_cartouches .wrapper_cartouches .cartouche:last-of-type {
      margin-bottom: 0
  }
}

.bloc_poly.trois_cartouches .wrapper_cartouches .cartouche:hover .content_cartouche .inner_content_cartouche,
.bloc_poly.trois_cartouches .wrapper_cartouches .cartouche.hover .content_cartouche .inner_content_cartouche {
  opacity: 1;
  transform: scale(1)
}

.bloc_poly.trois_cartouches .wrapper_cartouches .cartouche img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%
}

.bloc_poly.trois_cartouches .wrapper_cartouches .cartouche .content_cartouche {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.bloc_poly.trois_cartouches .wrapper_cartouches .cartouche .content_cartouche .titre_cartouche {
  font-weight: normal;
  line-height: 1.29;
  letter-spacing: 1px;
  text-transform: uppercase
}

.bloc_poly.trois_cartouches .wrapper_cartouches .cartouche .content_cartouche .titre_cartouche {
  font-size: 30px
}

@media screen and (min-width:768px) {
  .bloc_poly.trois_cartouches .wrapper_cartouches .cartouche .content_cartouche .titre_cartouche {
      font-size: calc(30px + 5 * ((100vw - 768px) / 504))
  }
}

@media screen and (min-width:1272px) {
  .bloc_poly.trois_cartouches .wrapper_cartouches .cartouche .content_cartouche .titre_cartouche {
      font-size: 35px
  }
}

.bloc_poly.trois_cartouches .wrapper_cartouches .cartouche .content_cartouche .titre_cartouche.under {
  position: absolute;
  width: 100%;
  z-index: 1;
  color: white;
  text-align: center
}

/* .bloc_poly.trois_cartouches .wrapper_cartouches .cartouche .content_cartouche .inner_content_cartouche {
  width: calc(100% - 44px);
  height: calc(100% - 44px);
  background-color: white;
  color: #2b2e33;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 22px;
  position: relative;
  z-index: 2;
  opacity: 0;
  transform: scale(.8);
  transition: all 500ms;
} */

.bloc_poly.trois_cartouches .wrapper_cartouches .cartouche .content_cartouche .inner_content_cartouche {
  width: 100%;
  height: 69%;
  background-color: white;
  color: #2b2e33;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 22px;
  position: relative;
  z-index: 2;
  opacity: 0;
  transform: scale(.8);
  transition: all 500ms;
  border-radius: 50%;
}

.bloc_poly.trois_cartouches .wrapper_cartouches .cartouche .content_cartouche .inner_content_cartouche .bottom_inner_content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column
}

.bloc_poly.trois_cartouches .wrapper_cartouches .cartouche .content_cartouche .inner_content_cartouche .sous_titre_cartouche {
  line-height: 1.44;
  text-align: center;
  margin-top: 16px;
  font-weight: 300
}

.bloc_poly.trois_cartouches .wrapper_cartouches .cartouche .content_cartouche .inner_content_cartouche .sous_titre_cartouche {
  font-size: 14px
}

@media screen and (min-width:768px) {
  .bloc_poly.trois_cartouches .wrapper_cartouches .cartouche .content_cartouche .inner_content_cartouche .sous_titre_cartouche {
      font-size: calc(14px + 2 * ((100vw - 768px) / 504))
  }
}

@media screen and (min-width:1272px) {
  .bloc_poly.trois_cartouches .wrapper_cartouches .cartouche .content_cartouche .inner_content_cartouche .sous_titre_cartouche {
      font-size: 16px
  }
}

.bloc_poly.trois_cartouches .wrapper_cartouches .cartouche .content_cartouche .inner_content_cartouche .pseudo_cta {
  margin-top: 25px
}

.bloc_poly.slide_image__texte_cta_accordeon .wrapper_bloc {
  font-weight: 300
}

.bloc_poly.slide_image__texte_cta_accordeon .inner_content {
  display: flex;
  justify-content: space-between
}

@media (max-width:768px) {
  .bloc_poly.slide_image__texte_cta_accordeon .inner_content {
      flex-direction: column
  }
}

.bloc_poly.slide_image__texte_cta_accordeon .inner_content.inverted_col {
  flex-direction: row-reverse
}

@media (max-width:768px) {
  .bloc_poly.slide_image__texte_cta_accordeon .inner_content.inverted_col {
      flex-direction: column
  }
}

.bloc_poly.slide_image__texte_cta_accordeon .wrapper_entete {
  width: 100%;
  text-align: center;
  margin-bottom: 55px
}

@media (max-width:768px) {
  .bloc_poly.slide_image__texte_cta_accordeon .wrapper_entete {
      margin-bottom: 40px
  }
}

.bloc_poly.slide_image__texte_cta_accordeon .wrapper_entete .titre_b2c {
  line-height: 1.1;
  letter-spacing: 1.3px;
  color: #2b2e33;
  font-weight: normal;
}

.bloc_poly.slide_image__texte_cta_accordeon .wrapper_entete .titre_b2c {
  font-size: 30px
}

@media screen and (min-width:768px) {
  .bloc_poly.slide_image__texte_cta_accordeon .wrapper_entete .titre_b2c {
      font-size: calc(30px + 12 * ((100vw - 768px) / 504))
  }
}

@media screen and (min-width:1272px) {
  .bloc_poly.slide_image__texte_cta_accordeon .wrapper_entete .titre_b2c {
      font-size: 42px
  }
}

.bloc_poly.slide_image__texte_cta_accordeon .wrapper_entete .sous_titre_b2c {
  line-height: 1.5;
  margin-top: 25px
}

.bloc_poly.slide_image__texte_cta_accordeon .col_gauche {
  width: 52.60504%;
  position: relative
}

@media (max-width:768px) {
  .bloc_poly.slide_image__texte_cta_accordeon .col_gauche {
      width: 100%
  }
}

.bloc_poly.slide_image__texte_cta_accordeon .col_gauche.inverted_col {
  display: flex;
  justify-content: flex-end
}

@media (max-width:768px) {
  .bloc_poly.slide_image__texte_cta_accordeon .col_gauche.inverted_col {
      width: 100%
  }
}

.bloc_poly.slide_image__texte_cta_accordeon .col_gauche.with_slider {
  width: 52.77311%;
  padding-bottom: 50.42017%;
  align-self: flex-start
}

@media (max-width:768px) {
  .bloc_poly.slide_image__texte_cta_accordeon .col_gauche.with_slider {
      width: 100%;
      padding-bottom: calc(120% + 51px + 25px)
  }
}

.bloc_poly.slide_image__texte_cta_accordeon .col_gauche .wrapper_image {
  width: 79.8722%;
  padding-bottom: 95.84665%;
  position: relative
}

@media (max-width:768px) {
  .bloc_poly.slide_image__texte_cta_accordeon .col_gauche .wrapper_image {
      width: 100%;
      padding-bottom: 120%
  }
}

.bloc_poly.slide_image__texte_cta_accordeon .col_gauche .wrapper_image img {
  position: absolute;
  object-fit: cover;
  width: 100%;
  height: 100%
}

.bloc_poly.slide_image__texte_cta_accordeon .col_gauche .wrapper_image.gif_anime img {
  left: 50%;
  transform: translateX(-50%);
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto
}

.bloc_poly.slide_image__texte_cta_accordeon .col_gauche .wrapper_nav_slider {
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  display: flex;
  justify-content: space-between
}

@media (max-width:768px) {
  .bloc_poly.slide_image__texte_cta_accordeon .col_gauche .wrapper_nav_slider {
      top: unset;
      bottom: 0;
      transform: translateY(0%);
      justify-content: center
  }
}

.bloc_poly.slide_image__texte_cta_accordeon .col_gauche .wrapper_nav_slider a {
  width: 51px;
  height: 51px;
  border-radius: 100%;
  background-color: white
}

@media (max-width:768px) {
  .bloc_poly.slide_image__texte_cta_accordeon .col_gauche .wrapper_nav_slider a {
      margin: 0 10px
  }
}

.bloc_poly.slide_image__texte_cta_accordeon .col_gauche .wrapper_slider {
  width: 79.8722%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%)
}

@media (max-width:768px) {
  .bloc_poly.slide_image__texte_cta_accordeon .col_gauche .wrapper_slider {
      width: 100%
  }
}

.bloc_poly.slide_image__texte_cta_accordeon .col_gauche .wrapper_slider .slide {
  width: 100%;
  height: auto
}

.bloc_poly.slide_image__texte_cta_accordeon .col_gauche .wrapper_slider .owl-nav {
  display: none
}

.bloc_poly.slide_image__texte_cta_accordeon .col_gauche .wrapper_slider .owl-dots {
  display: none
}

.bloc_poly.slide_image__texte_cta_accordeon .col_droite {
  width: 47.39496%
}

@media (max-width:768px) {
  .bloc_poly.slide_image__texte_cta_accordeon .col_droite {
      width: 100%
  }
}

.bloc_poly.slide_image__texte_cta_accordeon .col_droite.with_slider {
  width: 42.01681%
}

@media (max-width:768px) {
  .bloc_poly.slide_image__texte_cta_accordeon .col_droite.with_slider {
      width: 100%
  }
}

.bloc_poly.slide_image__texte_cta_accordeon .col_droite .title_gsi_dta {
  line-height: 1.1;
  letter-spacing: 1.3px;
  color: #2b2e33;
  font-weight: normal;
  margin-bottom: 4.60993%
}

.bloc_poly.slide_image__texte_cta_accordeon .col_droite .title_gsi_dta {
  font-size: 30px
}

@media screen and (min-width:768px) {
  .bloc_poly.slide_image__texte_cta_accordeon .col_droite .title_gsi_dta {
      font-size: calc(30px + 12 * ((100vw - 768px) / 504))
  }
}

@media screen and (min-width:1272px) {
  .bloc_poly.slide_image__texte_cta_accordeon .col_droite .title_gsi_dta {
      font-size: 42px
  }
}

@media (max-width:768px) {
  .bloc_poly.slide_image__texte_cta_accordeon .col_droite .title_gsi_dta {
      margin-top: 30px;
      margin-bottom: 17px
  }
}

.bloc_poly.slide_image__texte_cta_accordeon .col_droite .intro_gsi_dta {
  margin-bottom: 4.60993%
}

@media (max-width:768px) {
  .bloc_poly.slide_image__texte_cta_accordeon .col_droite .intro_gsi_dta {
      margin-top: 30px;
      margin-bottom: 17px
  }
}

.bloc_poly.slide_image__texte_cta_accordeon .col_droite .wrapper_cta {
  margin-top: 7.0922%
}

.bloc_poly.slide_image__texte_cta_accordeon .col_droite .accordeon {
  border-bottom: solid 1px #dfdfdf;
  padding-top: 18px;
  padding-bottom: 18px
}

.bloc_poly.slide_image__texte_cta_accordeon .col_droite .accordeon .titre_accordeon {
  font-weight: normal;
  line-height: 1;
  letter-spacing: .34px;
  cursor: pointer;
  outline: none;
  display: flex;
  justify-content: space-between;
  align-items: center
}

.bloc_poly.slide_image__texte_cta_accordeon .col_droite .accordeon .titre_accordeon {
  font-size: 16px
}

@media screen and (min-width:768px) {
  .bloc_poly.slide_image__texte_cta_accordeon .col_droite .accordeon .titre_accordeon {
      font-size: calc(16px + 2 * ((100vw - 768px) / 504))
  }
}

@media screen and (min-width:1272px) {
  .bloc_poly.slide_image__texte_cta_accordeon .col_droite .accordeon .titre_accordeon {
      font-size: 18px
  }
}

.bloc_poly.slide_image__texte_cta_accordeon .col_droite .accordeon .titre_accordeon .ui-icon {
  display: none
}

.bloc_poly.slide_image__texte_cta_accordeon .col_droite .accordeon .titre_accordeon .picto_titre {
  position: relative;
  width: 14px;
  height: 9px;
  transform-origin: 50% 50%;
  transform: rotate(180deg);
  transition: all 500ms
}

.bloc_poly.slide_image__texte_cta_accordeon .col_droite .accordeon .titre_accordeon .picto_titre svg {
  position: absolute
}

.bloc_poly.slide_image__texte_cta_accordeon .col_droite .accordeon .titre_accordeon.ui-state-active .picto_titre {
  transform: rotate(0deg)
}

.bloc_poly.slide_image__texte_cta_accordeon .col_droite .accordeon .wrapper_content_accordeon {
  padding: 6px 0 12px
}

.bloc_poly.slide_image__texte_cta_accordeon .col_droite .accordeon .wrapper_content_accordeon .wrapper_cta_accordeon {
  margin-top: 28px
}

.bloc_poly.slide_image__texte_cta_accordeon .col_droite .accordeon .wrapper_content_accordeon .wrapper_cta_accordeon a {
  font-size: 14px;
  font-weight: normal;
  color: #2b2e33;
  text-transform: uppercase;
  position: relative;
  display: flex;
  align-items: center
}

.bloc_poly.slide_image__texte_cta_accordeon .col_droite .accordeon .wrapper_content_accordeon .wrapper_cta_accordeon a .texte_cta {
  display: inline-block;
  margin-right: 5px
}

.bloc_poly.slide_image__texte_cta_accordeon .col_droite .accordeon .wrapper_content_accordeon .wrapper_cta_accordeon a .picto_cta {
  width: 12px;
  height: 11px;
  position: relative;
  transform: scale(.58333);
  margin-left: 3px
}

.bloc_poly.slide_image__texte_cta_accordeon .col_droite .accordeon .wrapper_content_accordeon .wrapper_cta_accordeon a .picto_cta svg {
  position: absolute
}

.bloc_poly.quatre_raisons .wrapper_bloc {
  font-weight: 300
}

.bloc_poly.quatre_raisons .wrapper_bloc.gris_clair {
  background-color: #eaf0f8
}

.bloc_poly.quatre_raisons .wrapper_bloc.gris_clair .inner_content {
  padding-top: 96px;
  padding-bottom: 108px
}

@media (max-width:768px) {
  .bloc_poly.quatre_raisons .wrapper_bloc.gris_clair .inner_content {
      padding-top: 54px;
      padding-bottom: 56px
  }
}

.bloc_poly.quatre_raisons .titre_bloc {
  line-height: 1.1;
  letter-spacing: 0px;
  color: #2b2e33;
  font-weight: normal;
  text-align: center
}

.bloc_poly.quatre_raisons .titre_bloc {
  font-size: 30px
}

@media screen and (min-width:768px) {
  .bloc_poly.quatre_raisons .titre_bloc {
      font-size: calc(30px + 12 * ((100vw - 768px) / 504))
  }
}

@media screen and (min-width:1272px) {
  .bloc_poly.quatre_raisons .titre_bloc {
      font-size: 42px;
      margin-bottom: 90px;
  }
}

.bloc_poly.quatre_raisons .introduction_bloc {
  text-align: center;
  max-width: 780px;
  margin: 15px auto 0
}

.bloc_poly.quatre_raisons .introduction_bloc {
  font-size: 14px
}

@media screen and (min-width:768px) {
  .bloc_poly.quatre_raisons .introduction_bloc {
      font-size: calc(14px + 2 * ((100vw - 768px) / 504))
  }
}

@media screen and (min-width:1272px) {
  .bloc_poly.quatre_raisons .introduction_bloc {
      font-size: 16px
  }
}

.bloc_poly.quatre_raisons .wrapper_raisons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap
}

@media (max-width:768px) {
  .bloc_poly.quatre_raisons .wrapper_raisons {
      justify-content: space-around
  }
}

.bloc_poly.quatre_raisons .wrapper_raisons .raison {
  width: 17.52941%;
  padding: 0 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  /*margin-top: 60px*/
}

@media (max-width:768px) {
  .bloc_poly.quatre_raisons .wrapper_raisons .raison {
      width: calc(50% - 20px);
      margin-bottom: 30px
  }
}

.bloc_poly.quatre_raisons .wrapper_raisons .raison .wrapper_svg {
  align-self: center;
  height: 125px;
  display: flex;
  flex-direction: column;
  justify-content: center
}

@media (max-width:768px) {
  .bloc_poly.quatre_raisons .wrapper_raisons .raison .wrapper_svg {
      height: calc(125px * .71)
  }
}

@media (max-width:768px) {
  .bloc_poly.quatre_raisons .wrapper_raisons .raison .wrapper_svg svg {
      transform: scale(.71)
  }
}

.bloc_poly.quatre_raisons .wrapper_raisons .raison .wrapper_png {
  height: 130px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center
}

.bloc_poly.quatre_raisons .wrapper_raisons .raison .wrapper_png img {
  max-width: 100%;
  max-height: 100%;
  height: auto
}

.bloc_poly.quatre_raisons .wrapper_raisons .raison .titre_raison {
  color: #2b2e33;
  font-weight: normal;
  text-align: center;
  line-height: 1;
  /*text-transform: uppercase;*/
  margin: 35px 0 5px
}

.bloc_poly.quatre_raisons .wrapper_raisons .raison .titre_raison {
  font-size: 18px
}

@media screen and (min-width:768px) {
  .bloc_poly.quatre_raisons .wrapper_raisons .raison .titre_raison {
      font-size: calc(18px + 2 * ((100vw - 768px) / 504))
  }
}

@media screen and (min-width:1272px) {
  .bloc_poly.quatre_raisons .wrapper_raisons .raison .titre_raison {
      font-size: 20px
  }
}

@media (max-width:768px) {
  .bloc_poly.quatre_raisons .wrapper_raisons .raison .titre_raison {
      margin: 20px 0 5px
  }
}

.bloc_poly.quatre_raisons .wrapper_raisons .raison .sous_titre_raison {
  text-align: center
}

.bloc_poly.quatre_raisons .wrapper_raisons .raison .sous_titre_raison {
  font-size: 14px
}

@media screen and (min-width:768px) {
  .bloc_poly.quatre_raisons .wrapper_raisons .raison .sous_titre_raison {
      font-size: calc(14px + 2 * ((100vw - 768px) / 504))
  }
}

@media screen and (min-width:1272px) {
  .bloc_poly.quatre_raisons .wrapper_raisons .raison .sous_titre_raison {
      font-size: 16px
  }
}

.bloc_poly.quatre_raisons .wrapper_raisons .raison .sous_titre_raison {
  line-height: 16.8px
}

@media screen and (min-width:768px) {
  .bloc_poly.quatre_raisons .wrapper_raisons .raison .sous_titre_raison {
      line-height: calc(16.8px + 11.2 * ((100vw - 768px) / 504))
  }
}

@media screen and (min-width:1272px) {
  .bloc_poly.quatre_raisons .wrapper_raisons .raison .sous_titre_raison {
      line-height: 28px
  }
}

.bloc_poly.chiffres_cles>.wrapper_bloc>.wrapper_bloc {
  background-color: #eaf0f8
}

.bloc_poly.chiffres_cles>.wrapper_bloc>.wrapper_bloc.gris_fonce {
  background-color: #2b2e33
}

.bloc_poly.chiffres_cles>.wrapper_bloc>.wrapper_bloc.gris_fonce .colonne_gauche_cc .intro_cc {
  color: white
}

.bloc_poly.chiffres_cles>.wrapper_bloc>.wrapper_bloc.gris_fonce .colonne_droite_cc .wrapper_chiffre_cc .gros_chiffre_cc,
.bloc_poly.chiffres_cles>.wrapper_bloc>.wrapper_bloc.gris_fonce .colonne_droite_cc .wrapper_chiffre_cc .textes_cc {
  color: white
}

.bloc_poly.chiffres_cles .inner_content {
  display: flex;
  justify-content: space-between;
  padding-top: 6.69291%;
  padding-bottom: 6.29921%
}

@media (max-width:768px) {
  .bloc_poly.chiffres_cles .inner_content {
      flex-direction: column;
      margin: 0 30px
  }
}

.bloc_poly.chiffres_cles .colonne_gauche_cc {
  width: 42.01681%
}

@media (max-width:768px) {
  .bloc_poly.chiffres_cles .colonne_gauche_cc {
      width: 100%;
      margin-bottom: 58px
  }
}

.bloc_poly.chiffres_cles .colonne_gauche_cc .intro_cc {
  letter-spacing: .88px
}

.bloc_poly.chiffres_cles .colonne_gauche_cc .intro_cc {
  font-size: 18px
}

@media screen and (min-width:768px) {
  .bloc_poly.chiffres_cles .colonne_gauche_cc .intro_cc {
      font-size: calc(18px + 4 * ((100vw - 768px) / 504))
  }
}

@media screen and (min-width:1272px) {
  .bloc_poly.chiffres_cles .colonne_gauche_cc .intro_cc {
      font-size: 22px
  }
}

.bloc_poly.chiffres_cles .colonne_gauche_cc .intro_cc p {
  line-height: 1.45
}

.bloc_poly.chiffres_cles .colonne_gauche_cc .wrapper_image_cc {
  width: 100%;
  padding-bottom: 82%;
  position: relative
}

.bloc_poly.chiffres_cles .colonne_gauche_cc .wrapper_image_cc img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover
}

.bloc_poly.chiffres_cles .colonne_gauche_cc .wrapper_cta_cc {
  margin-top: 8%
}

.bloc_poly.chiffres_cles .colonne_droite_cc {
  width: 36.63866%
}

@media (max-width:768px) {
  .bloc_poly.chiffres_cles .colonne_droite_cc {
      width: 100%
  }
}

.bloc_poly.chiffres_cles .colonne_droite_cc .wrapper_chiffre_cc {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  padding-top: 8.02752%;
  padding-bottom: 6.88073%;
  border-bottom: 1px solid #cccccc;
}

@media (max-width:768px) {
  .bloc_poly.chiffres_cles .colonne_droite_cc .wrapper_chiffre_cc {
      padding-top: 22px;
      padding-bottom: 17px;
      justify-content: flex-start
  }
}

.bloc_poly.chiffres_cles .colonne_droite_cc .wrapper_chiffre_cc:first-of-type {
  padding-top: 0
}

.bloc_poly.chiffres_cles .colonne_droite_cc .wrapper_chiffre_cc:last-of-type {
  padding-bottom: 0;
  border-bottom: none
}

.bloc_poly.chiffres_cles .colonne_droite_cc .wrapper_chiffre_cc .gros_chiffre_cc {
  font-weight: normal;
  line-height: .82;
  color: #2b2e33;
}

.bloc_poly.chiffres_cles .colonne_droite_cc .wrapper_chiffre_cc .gros_chiffre_cc {
  font-size: 50px
}

@media screen and (min-width:768px) {
  .bloc_poly.chiffres_cles .colonne_droite_cc .wrapper_chiffre_cc .gros_chiffre_cc {
      font-size: calc(50px + 20 * ((100vw - 768px) / 504))
  }
}

@media screen and (min-width:1272px) {
  .bloc_poly.chiffres_cles .colonne_droite_cc .wrapper_chiffre_cc .gros_chiffre_cc {
      font-size: 70px
  }
}

@media (max-width:768px) {
  .bloc_poly.chiffres_cles .colonne_droite_cc .wrapper_chiffre_cc .gros_chiffre_cc {
      width: 110px;
      padding-right: 28px;
      text-align: right
  }
}

.bloc_poly.chiffres_cles .colonne_droite_cc .wrapper_chiffre_cc .textes_cc {
  width: 59.63303%;
  margin-left: 4.58716%;
  line-height: 1.44
}

.bloc_poly.chiffres_cles .colonne_droite_cc .wrapper_chiffre_cc .textes_cc {
  font-size: 14px
}

@media screen and (min-width:768px) {
  .bloc_poly.chiffres_cles .colonne_droite_cc .wrapper_chiffre_cc .textes_cc {
      font-size: calc(14px + 2 * ((100vw - 768px) / 504))
  }
}

@media screen and (min-width:1272px) {
  .bloc_poly.chiffres_cles .colonne_droite_cc .wrapper_chiffre_cc .textes_cc {
      font-size: 16px
  }
}

@media (max-width:768px) {
  .bloc_poly.chiffres_cles .colonne_droite_cc .wrapper_chiffre_cc .textes_cc {
      margin-left: 0;
      width: calc(100% - 110px)
  }
}

.bloc_poly.chiffres_cles .colonne_droite_cc .wrapper_chiffre_cc .textes_cc .titre_gros_chiffre_cc {
  font-weight: normal;
  letter-spacing: .5px
}

.bloc_poly.chiffres_cles .colonne_droite_cc .wrapper_chiffre_cc .textes_cc .texte_gros_chiffre_cc {
  font-weight: 300
}

.bloc_poly.quatre_cartouches .wrapper_bloc {
  margin-top: 70px;
  margin-bottom: 70px
}

.bloc_poly.quatre_cartouches .wrapper_top_strate .titre_strate {
  line-height: 1.1;
  letter-spacing: 1.3px;
  color: #2b2e33;
  font-weight: normal;
  text-align: center;
  margin-bottom: 25px
}

.bloc_poly.quatre_cartouches .wrapper_top_strate .titre_strate {
  font-size: 30px
}

@media screen and (min-width:768px) {
  .bloc_poly.quatre_cartouches .wrapper_top_strate .titre_strate {
      font-size: calc(30px + 12 * ((100vw - 768px) / 504))
  }
}

@media screen and (min-width:1272px) {
  .bloc_poly.quatre_cartouches .wrapper_top_strate .titre_strate {
      font-size: 42px
  }
}

.bloc_poly.quatre_cartouches .wrapper_top_strate .sous_titre_strate {
  font-weight: normal;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 55px
}

.bloc_poly.quatre_cartouches .wrapper_cartouches {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}

@media (max-width:768px) {
  .bloc_poly.quatre_cartouches .wrapper_cartouches {
      flex-direction: column;
      justify-content: flex-start
  }
}

.bloc_poly.quatre_cartouches .wrapper_cartouches .cartouche {
  width: 47.47899%;
  padding-bottom: 39.07563%;
  position: relative;
  display: block;
  margin-bottom: 40px
}

@media (max-width:768px) {
  .bloc_poly.quatre_cartouches .wrapper_cartouches .cartouche {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100%;
      padding-bottom: 0
  }

  .bloc_poly.quatre_cartouches .wrapper_cartouches .cartouche:last-of-type {
      margin-bottom: 0
  }
}

@media (min-width:768px) {
  .bloc_poly.quatre_cartouches .wrapper_cartouches .cartouche:nth-last-child(-n+2) {
      margin-bottom: 0
  }
}

.bloc_poly.quatre_cartouches .wrapper_cartouches .cartouche:hover .content_cartouche .inner_content_cartouche,
.bloc_poly.quatre_cartouches .wrapper_cartouches .cartouche.hover .content_cartouche .inner_content_cartouche {
  background-color: white
}

.bloc_poly.quatre_cartouches .wrapper_cartouches .cartouche:hover .content_cartouche .inner_content_cartouche .titre_cartouche,
.bloc_poly.quatre_cartouches .wrapper_cartouches .cartouche.hover .content_cartouche .inner_content_cartouche .titre_cartouche {
  color: #2b2e33
}

.bloc_poly.quatre_cartouches .wrapper_cartouches .cartouche:hover .content_cartouche .inner_content_cartouche .bottom_inner_content,
.bloc_poly.quatre_cartouches .wrapper_cartouches .cartouche.hover .content_cartouche .inner_content_cartouche .bottom_inner_content {
  max-height: 300px
}

.bloc_poly.quatre_cartouches .wrapper_cartouches .cartouche:hover .content_cartouche .inner_content_cartouche .bottom_inner_content .sous_titre_cartouche,
.bloc_poly.quatre_cartouches .wrapper_cartouches .cartouche.hover .content_cartouche .inner_content_cartouche .bottom_inner_content .sous_titre_cartouche {
  opacity: 1;
  transition: opacity 750ms 250ms
}

.bloc_poly.quatre_cartouches .wrapper_cartouches .cartouche:hover .content_cartouche .inner_content_cartouche .bottom_inner_content .pseudo_cta,
.bloc_poly.quatre_cartouches .wrapper_cartouches .cartouche.hover .content_cartouche .inner_content_cartouche .bottom_inner_content .pseudo_cta {
  opacity: 1;
  transition: opacity 750ms 250ms
}

.bloc_poly.quatre_cartouches .wrapper_cartouches .cartouche img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%
}

.bloc_poly.quatre_cartouches .wrapper_cartouches .cartouche .titre_cartouche_under {
  display: none;
  position: absolute;
  width: 100%;
  color: white;
  text-align: center;
  font-weight: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
  padding: 15px
}

@media (max-width:768px) {
  .bloc_poly.quatre_cartouches .wrapper_cartouches .cartouche .titre_cartouche_under {
      display: block
  }
}

.bloc_poly.quatre_cartouches .wrapper_cartouches .cartouche .titre_cartouche_under {
  font-size: 30px
}

@media screen and (min-width:768px) {
  .bloc_poly.quatre_cartouches .wrapper_cartouches .cartouche .titre_cartouche_under {
      font-size: calc(30px + 5 * ((100vw - 768px) / 504))
  }
}

@media screen and (min-width:1272px) {
  .bloc_poly.quatre_cartouches .wrapper_cartouches .cartouche .titre_cartouche_under {
      font-size: 35px
  }
}

.bloc_poly.quatre_cartouches .wrapper_cartouches .cartouche .titre_cartouche_under {
  line-height: 35px
}

@media screen and (min-width:768px) {
  .bloc_poly.quatre_cartouches .wrapper_cartouches .cartouche .titre_cartouche_under {
      line-height: calc(35px + 10 * ((100vw - 768px) / 504))
  }
}

@media screen and (min-width:1272px) {
  .bloc_poly.quatre_cartouches .wrapper_cartouches .cartouche .titre_cartouche_under {
      line-height: 45px
  }
}

.bloc_poly.quatre_cartouches .wrapper_cartouches .cartouche .content_cartouche {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

@media (max-width:768px) {
  .bloc_poly.quatre_cartouches .wrapper_cartouches .cartouche .content_cartouche {
      height: auto;
      position: relative
  }
}

.bloc_poly.quatre_cartouches .wrapper_cartouches .cartouche .content_cartouche .inner_content_cartouche {
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 22px;
  transition: all 500ms
}

@media (max-width:768px) {
  .bloc_poly.quatre_cartouches .wrapper_cartouches .cartouche .content_cartouche .inner_content_cartouche {
      width: 100%;
      height: auto;
      margin: 15px
  }
}

.bloc_poly.quatre_cartouches .wrapper_cartouches .cartouche .content_cartouche .inner_content_cartouche .titre_cartouche {
  font-weight: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
  color: white
}

.bloc_poly.quatre_cartouches .wrapper_cartouches .cartouche .content_cartouche .inner_content_cartouche .titre_cartouche {
  font-size: 30px
}

@media screen and (min-width:768px) {
  .bloc_poly.quatre_cartouches .wrapper_cartouches .cartouche .content_cartouche .inner_content_cartouche .titre_cartouche {
      font-size: calc(30px + 5 * ((100vw - 768px) / 504))
  }
}

@media screen and (min-width:1272px) {
  .bloc_poly.quatre_cartouches .wrapper_cartouches .cartouche .content_cartouche .inner_content_cartouche .titre_cartouche {
      font-size: 35px
  }
}

.bloc_poly.quatre_cartouches .wrapper_cartouches .cartouche .content_cartouche .inner_content_cartouche .titre_cartouche {
  line-height: 35px
}

@media screen and (min-width:768px) {
  .bloc_poly.quatre_cartouches .wrapper_cartouches .cartouche .content_cartouche .inner_content_cartouche .titre_cartouche {
      line-height: calc(35px + 10 * ((100vw - 768px) / 504))
  }
}

@media screen and (min-width:1272px) {
  .bloc_poly.quatre_cartouches .wrapper_cartouches .cartouche .content_cartouche .inner_content_cartouche .titre_cartouche {
      line-height: 45px
  }
}

@media (max-width:768px) {
  .bloc_poly.quatre_cartouches .wrapper_cartouches .cartouche .content_cartouche .inner_content_cartouche .titre_cartouche {
      color: transparent
  }
}

.bloc_poly.quatre_cartouches .wrapper_cartouches .cartouche .content_cartouche .inner_content_cartouche .bottom_inner_content {
  max-height: 0;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transition: all 500ms
}

@media (max-width:768px) {
  .bloc_poly.quatre_cartouches .wrapper_cartouches .cartouche .content_cartouche .inner_content_cartouche .bottom_inner_content {
      max-height: unset
  }
}

.bloc_poly.quatre_cartouches .wrapper_cartouches .cartouche .content_cartouche .inner_content_cartouche .sous_titre_cartouche {
  text-align: center;
  margin-top: 14px;
  font-weight: normal;
  opacity: 0
}

.bloc_poly.quatre_cartouches .wrapper_cartouches .cartouche .content_cartouche .inner_content_cartouche .sous_titre_cartouche {
  line-height: 20px
}

@media screen and (min-width:768px) {
  .bloc_poly.quatre_cartouches .wrapper_cartouches .cartouche .content_cartouche .inner_content_cartouche .sous_titre_cartouche {
      line-height: calc(20px + 2 * ((100vw - 768px) / 504))
  }
}

@media screen and (min-width:1272px) {
  .bloc_poly.quatre_cartouches .wrapper_cartouches .cartouche .content_cartouche .inner_content_cartouche .sous_titre_cartouche {
      line-height: 22px
  }
}

.bloc_poly.quatre_cartouches .wrapper_cartouches .cartouche .content_cartouche .inner_content_cartouche .pseudo_cta {
  margin-top: 25px;
  opacity: 0;
  padding: 0 25px
}

.bloc_poly.gros_slider>.wrapper_bloc.transparent {
  background-color: transparent
}

.bloc_poly.gros_slider>.wrapper_bloc.gris_clair {
  background-color: #eaf0f8;
}

.bloc_poly.gros_slider>.wrapper_bloc.gris_fonce {
  background-color: #2B2E33
}

.bloc_poly.gros_slider .wrapper_bloc.no_margin_bottom {
  margin-bottom: 0
}

.bloc_poly.gros_slider .wrapper_bloc.no_margin_top {
  margin-top: 0
}

.bloc_poly.gros_slider .inner_content {
  padding-top: 8.40336%;
  padding-bottom: 8.40336%;
  position: relative
}

@media (max-width:768px) {
  .bloc_poly.gros_slider .inner_content {
      margin: 0 !important;
      display: flex;
      flex-direction: column
  }
}

.bloc_poly.gros_slider .inner_content .wrapper_nav_slider {
  position: absolute;
  width: calc(100% - 84.033613445378151%);
  z-index: 2;
  left: 0;
  padding-top: 8.40336%;
  display: flex;
  justify-content: center
}

@media (max-width:768px) {
  .bloc_poly.gros_slider .inner_content .wrapper_nav_slider {
      width: 100%;
      padding-top: 0;
      margin-bottom: 30px;
      position: relative;
      left: unset
  }
}

.bloc_poly.gros_slider .inner_content .wrapper_nav_slider a {
  display: block;
  position: relative;
  width: 26.84211%;
  padding-bottom: 26.84211%;
  margin: 0 12px
}

@media (max-width:768px) {
  .bloc_poly.gros_slider .inner_content .wrapper_nav_slider a {
      width: 51px;
      padding-bottom: 51px
  }
}

.bloc_poly.gros_slider .inner_content .wrapper_nav_slider a .inner_a {
  position: absolute;
  width: 100%;
  height: 100%
}

.bloc_poly.gros_slider .inner_content .wrapper_nav_slider a .inner_a svg {
  object-fit: fill;
  width: 100%;
  height: 100%
}

.bloc_poly.gros_slider .wrapper_slider {
  width: 100%;
  position: relative
}

@media (max-width:768px) {
  .bloc_poly.gros_slider .wrapper_slider {
      margin-bottom: -95px
  }
}

.bloc_poly.gros_slider .wrapper_slider .slide {
  width: 100%;
  padding-bottom: 61.76471%;
  position: relative
}

@media (max-width:768px) {
  .bloc_poly.gros_slider .wrapper_slider .slide {
      padding-bottom: 0;
      display: flex;
      flex-direction: column-reverse
  }
}

.bloc_poly.gros_slider .wrapper_slider .slide .wrapper_textes {
  width: 42.01681%;
  padding-bottom: 36.05882%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  background-color: white
}

@media (max-width:768px) {
  .bloc_poly.gros_slider .wrapper_slider .slide .wrapper_textes {
      width: calc(100% - 20px);
      padding-bottom: 0;
      position: relative;
      left: 20px;
      bottom: unset;
      top: -95px
  }
}

.bloc_poly.gros_slider .wrapper_slider .slide .wrapper_textes .inner_textes {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 12% 12% 8%;
  overflow-y: auto
}

@media (max-width:768px) {
  .bloc_poly.gros_slider .wrapper_slider .slide .wrapper_textes .inner_textes {
      position: relative;
      height: auto;
      padding: 30px 20px 50px 20px
  }
}

.bloc_poly.gros_slider .wrapper_slider .slide .wrapper_textes .inner_textes .titre {
  line-height: 1.1;
  letter-spacing: 0px;
  color: #2b2e33;
  font-weight: normal;
}

.bloc_poly.gros_slider .wrapper_slider .slide .wrapper_textes .inner_textes .titre {
  font-size: 30px
}

@media screen and (min-width:768px) {
  .bloc_poly.gros_slider .wrapper_slider .slide .wrapper_textes .inner_textes .titre {
      font-size: calc(30px + 12 * ((100vw - 768px) / 504))
  }
}

@media screen and (min-width:1272px) {
  .bloc_poly.gros_slider .wrapper_slider .slide .wrapper_textes .inner_textes .titre {
      font-size: 40px
  }
}

.bloc_poly.gros_slider .wrapper_slider .slide .wrapper_textes .inner_textes .titre {
  line-height: 29px
}

@media screen and (min-width:768px) {
  .bloc_poly.gros_slider .wrapper_slider .slide .wrapper_textes .inner_textes .titre {
      line-height: calc(29px + 13 * ((100vw - 768px) / 504))
  }
}

@media screen and (min-width:1272px) {
  .bloc_poly.gros_slider .wrapper_slider .slide .wrapper_textes .inner_textes .titre {
      line-height: 40px
  }
}

.bloc_poly.gros_slider .wrapper_slider .slide .wrapper_textes .inner_textes .texte {
  /*font-weight: normal;*/
  margin-top: 30px
}

.bloc_poly.gros_slider .wrapper_slider .slide .wrapper_textes .inner_textes .texte {
  font-size: 14px
}

@media screen and (min-width:768px) {
  .bloc_poly.gros_slider .wrapper_slider .slide .wrapper_textes .inner_textes .texte {
      font-size: calc(14px + 2 * ((100vw - 768px) / 504))
  }
}

@media screen and (min-width:1272px) {
  .bloc_poly.gros_slider .wrapper_slider .slide .wrapper_textes .inner_textes .texte {
      font-size: 16px
  }
}

.bloc_poly.gros_slider .wrapper_slider .slide .wrapper_textes .inner_textes .texte {
  line-height: 20px
}

@media screen and (min-width:768px) {
  .bloc_poly.gros_slider .wrapper_slider .slide .wrapper_textes .inner_textes .texte {
      line-height: calc(20px + 8 * ((100vw - 768px) / 504))
  }
}

@media screen and (min-width:1272px) {
  .bloc_poly.gros_slider .wrapper_slider .slide .wrapper_textes .inner_textes .texte {
      line-height: 28px
  }
}

.bloc_poly.gros_slider .wrapper_slider .slide .wrapper_textes .inner_textes .wrapper_cta {
  margin-top: 40px
}

.bloc_poly.gros_slider .wrapper_slider .slide .wrapper_image {
  width: 84.03361%;
  padding-bottom: 54.20168%;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0
}

@media (max-width:768px) {
  .bloc_poly.gros_slider .wrapper_slider .slide .wrapper_image {
      width: 100%;
      padding-bottom: 82.66667%;
      position: relative;
      top: unset;
      right: unset
  }
}

.bloc_poly.gros_slider .wrapper_slider .slide .wrapper_image a.video_wrapper {
  position: absolute;
  width: 100%;
  height: 100%
}

.bloc_poly.gros_slider .wrapper_slider .slide .wrapper_image a.video_wrapper .icon_video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 110px;
  height: 110px;
  border-radius: 100%;
  border: solid 2px white;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2
}

.bloc_poly.gros_slider .wrapper_slider .slide .wrapper_image a.video_wrapper .wrapper_iframe_video {
  display: none
}

.bloc_poly.gros_slider .wrapper_slider .slide .wrapper_image img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover
}

.bloc_poly.gros_slider .owl-nav {
  display: none
}

.bloc_poly.remontee_actus .wrapper_bloc {
  margin-top: 130px;
  margin-bottom: 120px
}

.bloc_poly.remontee_actus .inner_content .top_strate_ligne {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px
}

@media (max-width:768px) {
  .bloc_poly.remontee_actus .inner_content .top_strate_ligne {
      flex-direction: column;
      margin-bottom: 25px
  }
}

.bloc_poly.remontee_actus .inner_content .top_strate_ligne .titre_strate {
  line-height: 1.1;
  letter-spacing: 0px;
  color: #2b2e33;
  font-weight: normal;
}

.bloc_poly.remontee_actus .inner_content .top_strate_ligne .titre_strate {
  font-size: 30px
}

@media screen and (min-width:768px) {
  .bloc_poly.remontee_actus .inner_content .top_strate_ligne .titre_strate {
      font-size: calc(30px + 12 * ((100vw - 768px) / 504))
  }
}

@media screen and (min-width:1272px) {
  .bloc_poly.remontee_actus .inner_content .top_strate_ligne .titre_strate {
      font-size: 42px
  }
}

@media (max-width:768px) {
  .bloc_poly.remontee_actus .inner_content .top_strate_ligne .titre_strate {
      text-align: center
  }
}

.bloc_poly.remontee_actus .inner_content .top_strate_ligne .wrapper_cta {
  display: flex
}

@media (max-width:768px) {
  .bloc_poly.remontee_actus .inner_content .top_strate_ligne .wrapper_cta {
      justify-content: center;
      margin-top: 18px
  }
}

.bloc_poly.remontee_actus .inner_content .top_strate_ligne .wrapper_cta>a {
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase;
  color: #2b2e33;
  justify-content: space-between;
  align-items: center;
  height: auto
}

.bloc_poly.remontee_actus .inner_content .top_strate_ligne .wrapper_cta>a .icon {
  width: 8px;
  height: 7px;
  margin-left: 3px;
  display: inline-block;
  position: relative
}

.bloc_poly.remontee_actus .inner_content .top_strate_ligne .wrapper_cta>a .icon>svg {
  position: absolute
}

.bloc_poly.remontee_actus .inner_content .wrapper_actus {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}

@media (max-width:768px) {
  .bloc_poly.remontee_actus .inner_content .wrapper_actus {
      flex-direction: column
  }
}

.bloc_poly.remontee_actus .inner_content .wrapper_actus.ligne article {
  width: 30%;
}

/* .bloc_poly.remontee_actus .inner_content .wrapper_actus.ligne article .wrapper_image {
  padding-bottom: 76.19048%
} */

/* .bloc_poly.remontee_actus .inner_content .wrapper_actus.ligne article.sticky_post {
  width: 36.97479%
} */

/* .bloc_poly.remontee_actus .inner_content .wrapper_actus.ligne article.sticky_post .wrapper_image {
  padding-bottom: 65.90909%
} */

.bloc_poly.remontee_actus .inner_content .wrapper_actus.page article {
  /* width: 22%; */
  width: 29.15966%
}

.bloc_poly.remontee_actus .inner_content .wrapper_actus.page article:nth-child(n+4) {
  margin-top: 50px
}

@media (max-width:768px) {
  .bloc_poly.remontee_actus .inner_content .wrapper_actus.page article:nth-child(n+4) {
      margin-top: 0
  }
}

/* .bloc_poly.remontee_actus .inner_content .wrapper_actus.page article .wrapper_image {
  padding-bottom: 76.08069%
} */

@media (max-width:768px) {
  .bloc_poly.remontee_actus .inner_content .wrapper_actus article {
      width: 100% !important;
      margin-bottom: 30px
  }

  .bloc_poly.remontee_actus .inner_content .wrapper_actus article:nth-child(3) {
      margin-bottom: 0
  }
}

.bloc_poly.remontee_actus .inner_content .wrapper_actus article.hidden {
  display: none
}

.bloc_poly.remontee_actus .inner_content .wrapper_actus article.article-completing-liste {
  height: 0 !important;
  opacity: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important
}

.bloc_poly.remontee_actus .inner_content .wrapper_actus article .wrapper_image {
  width: 100%;
  position: relative
}

.bloc_poly.remontee_actus .inner_content .wrapper_actus article .wrapper_image>a {
  position: absolute;
  width: 100%;
  height: 100%
}

.bloc_poly.remontee_actus .inner_content .wrapper_actus article .wrapper_image>a>img {
  /* width: 100%; */
  height: 100%;
  object-fit: cover;
  line-height: 0
}

.bloc_poly.remontee_actus .inner_content .wrapper_actus article .wrapper_cat {
  display: flex;
  padding-left: 30px;
  flex-wrap: wrap;
  position: relative;
  top: -10px
}

.bloc_poly.remontee_actus .inner_content .wrapper_actus article .wrapper_cat .cat {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  margin: 0 10px 10px 0;
  padding: 0 20px;
  background-color: #2b2e33;
  font-weight: normal;
  color: white;
  text-transform: uppercase
}

.bloc_poly.remontee_actus .inner_content .wrapper_actus article .wrapper_cat .cat {
  font-size: 12px
}

@media screen and (min-width:768px) {
  .bloc_poly.remontee_actus .inner_content .wrapper_actus article .wrapper_cat .cat {
      font-size: calc(12px + 1 * ((100vw - 768px) / 504))
  }
}

@media screen and (min-width:1272px) {
  .bloc_poly.remontee_actus .inner_content .wrapper_actus article .wrapper_cat .cat {
      font-size: 13px
  }
}

.bloc_poly.remontee_actus .inner_content .wrapper_actus article .wrapper_cat .cat.more {
  background-color: #2b2e33
}

.bloc_poly.remontee_actus .inner_content .wrapper_actus article .titre {
  font-size: 18px;
  /* height: 50px; */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  line-height: 1.33;
  text-align: center;
  font-weight: normal;
}

.bloc_poly.remontee_actus .inner_content .wrapper_actus article .date {
  font-weight: normal;
  font-size: 14px;
  color: #2b2e33;
  line-height: 1;
  margin: 16px 0
}

.bloc_poly.remontee_actus .inner_content .wrapper_actus article .plus>.more {
  font-weight: normal;
  font-size: 14px;
  color: #2b2e33;
  text-transform: uppercase;
  justify-content: space-between;
  align-items: center
}

.bloc_poly.remontee_actus .inner_content .wrapper_actus article .plus>.more .icon {
  width: 8px;
  height: 7px;
  margin-left: 3px;
  display: inline-block;
  position: relative
}

.bloc_poly.remontee_actus .inner_content .wrapper_actus article .plus>.more .icon>svg {
  position: absolute
}

.bloc_poly.remontee_actus .inner_content .wrapper_actus .wrapper_pagination {
  width: 100%;
  margin-top: 70px;
  flex-shrink: 0;
  display: flex;
  justify-content: flex-end
}

@media (max-width:768px) {
  .bloc_poly.remontee_actus .inner_content .wrapper_actus .wrapper_pagination {
      margin-top: 30px
  }
}

.bloc_poly.remontee_actus .inner_content .wrapper_actus .wrapper_pagination a {
  color: #2b2e33;
  font-weight: normal;
  font-size: 18px;
  display: flex;
  height: 45px;
  width: 45px;
  justify-content: center;
  align-items: center;
  border: solid 1px #2b2e33;
  border-radius: 100px;
  margin: 0 5px
}

.bloc_poly.remontee_actus .inner_content .wrapper_actus .wrapper_pagination a.active {
  background-color: #2b2e33;
  color: white
}

.bloc_poly.remontee_actus #ajax_result {
  transition: all 900ms
}

.bloc_poly.remontee_actus #ajax_result.search_in_progress {
  opacity: 0
}
.bloc_poly.knowledge_base .wrapper_bloc {
  padding: 100px 0 160px;
  margin: 0 auto;
}
.bloc_poly.knowledge_base .wrapper_bloc.medium_bloc .inner_content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  /*gap: 6.3vw;*/
  /*max-height: 25.729vw;*/
  /*overflow: hidden;*/
}
/*.bloc_poly.knowledge_base .inner_content .r .ev .item .item_left {*/
/*    margin-left: 40px;*/
/*}*/
.bloc_poly.knowledge_base .inner_content .titre_strate {
  line-height: 1.1;
  letter-spacing: 0px;
  color: #fff;
  font-weight: 700
}

.bloc_poly.knowledge_base .inner_content .titre_strate {
  font-size: 30px
}

@media screen and (min-width:768px) {
  .bloc_poly.knowledge_base .inner_content .titre_strate {
      font-size: calc(30px + 12 * ((100vw - 768px) / 504))
  }
}

@media screen and (min-width:1272px) {
  .bloc_poly.knowledge_base .inner_content .titre_strate {
      font-size: 42px
  }
}

@media (max-width:768px) {
  .bloc_poly.knowledge_base .inner_content .titre_strate {
      text-align: center
  }
}
.bloc_poly.knowledge_base .inner_content .text{
  margin-top: 3.072vw;
  margin-bottom: 2.083vw;
}
.bloc_poly.knowledge_base .inner_content .text a{
  /*color: #2B2E33;*/
  color: #fff;
  font-family: "Microsoft YaHei";
  font-size: 0.833vw;
  font-style: normal;
  font-weight: 700;
  line-height: 2;
}
.bloc_poly.knowledge_base .inner_content .pic{
  width: 100%;
  height: auto;
  flex-shrink: 0;
  /*background: url(<path-to-image>) lightgray 50% / cover no-repeat;*/
}
.bloc_poly.knowledge_base .inner_content .pic img{
  border-radius: 1.041vw;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bloc_poly.knowledge_base .inner_content .r .ev{
  flex: 1;
}
@media (min-width:769px) {
  .bloc_poly.knowledge_base .inner_content .l {
  width: 40%;
}
.bloc_poly.knowledge_base .inner_content .r {
  margin-top: 4.25vw;
  display: flex;
  flex-direction: column;
  width: 38%;
}
}
.bloc_poly.knowledge_base .inner_content .r .item{
  width: 100%;
  display: flex;
  /*gap: 6.614vw;*/
  height: 119px;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 1.041vw;
}
@media (min-width:1400px) {
  .bloc_poly.knowledge_base .inner_content .r{
  /*max-height: 23.1vw;*/
  overflow: hidden; 
}
}
@media (min-width:769px) and (max-width:1400px) {
  .bloc_poly.knowledge_base .inner_content .r{
  /*max-height: 27.729vw;*/
  overflow: hidden;
  }
}


.bloc_poly.knowledge_base .inner_content .r:hover{
  overflow-y: auto; 
}
.bloc_poly.knowledge_base .inner_content .r::-webkit-scrollbar {
width: 0; /* 隐藏滚动条 */
}
.bloc_poly.knowledge_base .inner_content .r .item .item_left .t1 {
  margin-top: 1.5vw;
}
.bloc_poly.knowledge_base .inner_content .r .item .item_right a{
  color: #fff;
}
.bloc_poly.knowledge_base .inner_content .r .item .item_left .t1 span{
  /*color: #2B2E33;*/
  color: #fff;
  font-family: "Microsoft YaHei";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
}
.bloc_poly.knowledge_base .inner_content .r .item .item_left .t2 {
  /*width: 18.75vw;*/
  height: 1.666vw;
  flex-shrink: 0;
  margin: 0.6vw 0;
}
.bloc_poly.knowledge_base .inner_content .r .item .item_left .t2 span{
  color: rgba(43, 46, 51, 0.80);
  font-family: "Microsoft YaHei";
  font-size: 0.625vw;
  font-style: normal;
  font-weight: 400;
  line-height: 1.66; 
}

.bloc_poly.knowledge_base .inner_content .r .underline{
  /*width: 26.5vw;*/
  width: 100%;
  height: 2px;
  flex-shrink: 0;
  background: rgba(255,255,255,0.2);
}
@media (max-width:768px) {
  .bloc_poly.knowledge_base .wrapper_bloc.medium_bloc .inner_content{
      display: block;
  }
  .bloc_poly.knowledge_base .inner_content .pic {
      width: 100%;
      height: auto;
  }
  .bloc_poly.knowledge_base .inner_content .text a{
      display: block;
      text-align: center;
      font-size: 14px;
      color: #fff;
      font-weight: 700;
  }
  .bloc_poly.knowledge_base .inner_content .r .item .item_right a {
      font-size: 14px;
  }
  .bloc_poly.knowledge_base .inner_content .r .item{
      display: block;
  }
  .bloc_poly.knowledge_base .inner_content .r .item .item_left .t1 span{
      font-size: 16px;
  }
  .bloc_poly.knowledge_base .inner_content .r .item .item_left .t2 span{
      font-size: 12px;
  }
  .bloc_poly.knowledge_base .inner_content .r .underline {
      display: none;
  }
  .bloc_poly.knowledge_base .inner_content .r .item .item_left .t2{
      width: 100%;
      height: 100%;
      margin: 16px 0;
  }
  .bloc_poly.knowledge_base .inner_content .r .item .item_left .t1{
      margin-top: 16px;
  }
}
.bloc_poly.knowledge_base .inner_content .r .item .item_right a {
  white-space: nowrap;
}
.bloc_poly.remontee_actus .inner_content .top_strate_ligne .wrapper_cta {
  display: flex
}

@media (max-width:768px) {
  .bloc_poly.remontee_actus .inner_content .top_strate_ligne .wrapper_cta {
      justify-content: center;
      margin-top: 18px
  }
}

.bloc_poly.remontee_actus .inner_content .top_strate_ligne .wrapper_cta>a {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #2b2e33;
  justify-content: space-between;
  align-items: center;
  height: auto
}

.bloc_poly.remontee_actus .inner_content .top_strate_ligne .wrapper_cta>a .icon {
  width: 8px;
  height: 7px;
  margin-left: 3px;
  display: inline-block;
  position: relative
}

.bloc_poly.remontee_actus .inner_content .top_strate_ligne .wrapper_cta>a .icon>svg {
  position: absolute
}

.bloc_poly.remontee_actus .inner_content .wrapper_actus {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}

@media (max-width:768px) {
  .bloc_poly.remontee_actus .inner_content .wrapper_actus {
      flex-direction: column
  }
}
.bloc_poly.maillage_service .wrapper_services {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}

.bloc_poly.maillage_service .wrapper_services .cartouche {
  width: 29.36242%;
  padding-bottom: 41.94631%;
  position: relative;
  display: block
}

@media (max-width:768px) {
  .bloc_poly.maillage_service .wrapper_services .cartouche {
      width: 100%;
      padding-bottom: 142.85714%;
      margin-top: 20px
  }

  .bloc_poly.maillage_service .wrapper_services .cartouche:first-of-type {
      margin-top: 0
  }
}

.bloc_poly.maillage_service .wrapper_services .cartouche:nth-child(n+4) {
  margin-top: 3.36134%
}

@media (max-width:768px) {
  .bloc_poly.maillage_service .wrapper_services .cartouche:nth-child(n+4) {
      margin-top: 20px
  }
}

.bloc_poly.maillage_service .wrapper_services .cartouche.fake {
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  height: 0 !important;
  overflow: hidden !important;
  opacity: 0 !important
}

.bloc_poly.maillage_service .wrapper_services .cartouche:hover .content_cartouche .inner_content_cartouche {
  background-color: white
}

.bloc_poly.maillage_service .wrapper_services .cartouche:hover .content_cartouche .inner_content_cartouche .titre_cartouche {
  color: #2b2e33
}

.bloc_poly.maillage_service .wrapper_services .cartouche:hover .content_cartouche .inner_content_cartouche .bottom_inner_content {
  max-height: 300px
}

.bloc_poly.maillage_service .wrapper_services .cartouche:hover .content_cartouche .inner_content_cartouche .bottom_inner_content .sous_titre_cartouche {
  opacity: 1;
  transition: opacity 750ms 250ms
}

.bloc_poly.maillage_service .wrapper_services .cartouche:hover .content_cartouche .inner_content_cartouche .bottom_inner_content .pseudo_cta {
  opacity: 1;
  transition: opacity 750ms 250ms
}

.bloc_poly.maillage_service .wrapper_services .cartouche img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%
}

.bloc_poly.maillage_service .wrapper_services .cartouche .content_cartouche {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.bloc_poly.maillage_service .wrapper_services .cartouche .content_cartouche .inner_content_cartouche {
  width: calc(100% - 44px);
  height: calc(100% - 44px);
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 22px;
  transition: all 500ms
}

.bloc_poly.maillage_service .wrapper_services .cartouche .content_cartouche .inner_content_cartouche .titre_cartouche {
  font-weight: normal;
  line-height: 1.29;
  letter-spacing: 0px;
  text-transform: uppercase;
  text-align: center;
  color: white
}

.bloc_poly.maillage_service .wrapper_services .cartouche .content_cartouche .inner_content_cartouche .titre_cartouche {
  font-size: 20px
}

@media screen and (min-width:768px) {
  .bloc_poly.maillage_service .wrapper_services .cartouche .content_cartouche .inner_content_cartouche .titre_cartouche {
      font-size: calc(20px + 10 * ((100vw - 768px) / 504))
  }
}

@media screen and (min-width:1272px) {
  .bloc_poly.maillage_service .wrapper_services .cartouche .content_cartouche .inner_content_cartouche .titre_cartouche {
      font-size: 30px
  }
}

.bloc_poly.maillage_service .wrapper_services .cartouche .content_cartouche .inner_content_cartouche .bottom_inner_content {
  max-height: 0;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transition: all 500ms
}

.bloc_poly.maillage_service .wrapper_services .cartouche .content_cartouche .inner_content_cartouche .sous_titre_cartouche {
  line-height: 1.44;
  text-align: center;
  margin-top: 16px;
  opacity: 0
}

.bloc_poly.maillage_service .wrapper_services .cartouche .content_cartouche .inner_content_cartouche .pseudo_cta {
  margin-top: 25px;
  opacity: 0
}

.bloc_poly.page_404 .wrapper_bloc.medium_bloc {
  padding-top: 204px
}

.bloc_poly.page_404 .cartouche_404 {
  background-color: #2b2e33;
  padding: 75px 10px;
  color: white
}

.bloc_poly.page_404 .cartouche_404 .titre_404 {
  line-height: 1.1;
  letter-spacing: 0px;
  color: #2b2e33;
  font-weight: normal;
  text-align: center;
  color: inherit
}

.bloc_poly.page_404 .cartouche_404 .titre_404 {
  font-size: 30px
}

@media screen and (min-width:768px) {
  .bloc_poly.page_404 .cartouche_404 .titre_404 {
      font-size: calc(30px + 12 * ((100vw - 768px) / 504))
  }
}

@media screen and (min-width:1272px) {
  .bloc_poly.page_404 .cartouche_404 .titre_404 {
      font-size: 42px
  }
}

.bloc_poly.page_404 .cartouche_404 .texte_404 {
  font-weight: normal;
  text-align: center;
  margin-top: 30px
}

.bloc_poly.page_404 .cartouche_404 .wrapper_cta_404 {
  text-align: center;
  margin-top: 30px
}

.bloc_poly.carte_sites_prod .inner_content {
  display: flex;
  justify-content: space-between
}

@media (max-width:960px) {
  .bloc_poly.carte_sites_prod .inner_content {
      flex-direction: column
  }
}

.bloc_poly.carte_sites_prod .inner_content .col_droite {
  width: 41.84874%
}

@media (max-width:960px) {
  .bloc_poly.carte_sites_prod .inner_content .col_droite {
      width: 100%
  }
}

.bloc_poly.carte_sites_prod .inner_content .col_droite .titre {
  line-height: 1.1;
  letter-spacing: 0px;
  color: #2b2e33;
  font-weight: normal;
  margin-bottom: 32px;
  text-transform: none
}

.bloc_poly.carte_sites_prod .inner_content .col_droite .titre {
  font-size: 30px
}

@media screen and (min-width:768px) {
  .bloc_poly.carte_sites_prod .inner_content .col_droite .titre {
      font-size: calc(30px + 12 * ((100vw - 768px) / 504))
  }
}

@media screen and (min-width:1272px) {
  .bloc_poly.carte_sites_prod .inner_content .col_droite .titre {
      font-size: 42px
  }
}

.bloc_poly.carte_sites_prod .inner_content .col_gauche {
  width: 47.31092%
}

@media (max-width:960px) {
  .bloc_poly.carte_sites_prod .inner_content .col_gauche {
      width: 100%;
      margin-top: 75px
  }
}

.bloc_poly.carte_sites_prod .inner_content .col_gauche .wrapper_carte {
  width: 100%;
  padding-bottom: 99.64476%;
  position: relative
}

.bloc_poly.carte_sites_prod .inner_content .col_gauche .wrapper_carte .carte {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../image/map_sites_prod.svg);
  background-size: 100%;
  background-repeat: no-repeat
}

.bloc_poly.carte_sites_prod .inner_content .col_gauche .wrapper_carte .carte .carte_inner_content {
  position: relative;
  width: 498px;
  height: 578px;
  transform-origin: 0 0
}

.bloc_poly.carte_sites_prod .inner_content .col_gauche .wrapper_carte .carte .carte_inner_content .label {
  position: absolute
}

.bloc_poly.carte_sites_prod .inner_content .col_gauche .wrapper_carte .carte .carte_inner_content .label.popin_fixe .wrapper_zone_reactive {
  display: none
}

.bloc_poly.carte_sites_prod .inner_content .col_gauche .wrapper_carte .carte .carte_inner_content .label.popin_fixe .popin {
  opacity: 1;
  z-index: 2
}

.bloc_poly.carte_sites_prod .inner_content .col_gauche .wrapper_carte .carte .carte_inner_content .label .wrapper_zone_reactive {
  display: flex;
  align-items: center;
  cursor: pointer
}

.bloc_poly.carte_sites_prod .inner_content .col_gauche .wrapper_carte .carte .carte_inner_content .label .wrapper_zone_reactive .poi {
  display: block;
  width: 10px;
  height: 10px;
  transform-origin: 50% 50%;
  transform: rotate(45deg);
  background-color: #666;
  margin-right: 5px
}

.bloc_poly.carte_sites_prod .inner_content .col_gauche .wrapper_carte .carte .carte_inner_content .label .wrapper_zone_reactive .libelle {
  color: #666;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: normal;
  line-height: .7
}

.bloc_poly.carte_sites_prod .inner_content .col_gauche .wrapper_carte .carte .carte_inner_content .label .popin {
  opacity: 0;
  position: absolute;
  z-index: -1;
  top: 20px;
  left: 0;
  background-color: white;
  padding: 13px;
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, .1);
  width: 180px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
  font-weight: normal;
  transition: all 350ms
}

.bloc_poly.carte_sites_prod .inner_content .col_gauche .wrapper_carte .carte .carte_inner_content .label .popin.active {
  opacity: 1;
  z-index: 3
}

@media (max-width:1480px) {
  .bloc_poly.carte_sites_prod .inner_content .col_gauche .wrapper_carte .carte .carte_inner_content .label .popin.decal_gauche {
      left: -160px
  }
}

.bloc_poly.carte_sites_prod .inner_content .col_gauche .wrapper_carte .carte .carte_inner_content .label .popin .localisation {
  font-size: 12px;
  color: black;
  border-bottom: solid 1px #dadada;
  line-height: 1.75;
  padding-bottom: 4px;
  margin-bottom: 17px
}

.bloc_poly.carte_sites_prod .inner_content .col_gauche .wrapper_carte .carte .carte_inner_content .label .popin .localisation .lieu {
  font-weight: normal;
}

.bloc_poly.carte_sites_prod .inner_content .col_gauche .wrapper_carte .carte .carte_inner_content .label .popin .description {
  font-size: 11px;
  margin-top: 10px;
  color: #9b9b9b;
  line-height: 1.09;
  letter-spacing: 0px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start
}

.bloc_poly.carte_sites_prod .inner_content .col_gauche .wrapper_carte .carte .carte_inner_content .label .popin .description .picto {
  width: 16px;
  height: 16px
}

.bloc_poly.carte_sites_prod .inner_content .col_gauche .wrapper_carte .carte .carte_inner_content .label .popin .description .activite {
  width: calc(100% - 22px)
}

.bloc_poly.carte_sites_prod .inner_content .col_gauche .wrapper_carte .carte .carte_inner_content .label.sainte_pazanne {
  top: 249px;
  left: 122px
}

.bloc_poly.carte_sites_prod .inner_content .col_gauche .wrapper_carte .carte .carte_inner_content .label.lille {
  top: 47px;
  left: 346px
}

.bloc_poly.carte_sites_prod .inner_content .col_gauche .wrapper_carte .carte .carte_inner_content .label.marseille {
  bottom: 74px;
  left: 460px
}

.bloc_poly.carte_sites_prod .inner_content .col_gauche .wrapper_carte .carte .carte_inner_content .label.calais {
  top: 9px;
  left: 296px
}

.bloc_poly.carte_sites_prod .inner_content .col_gauche .wrapper_carte .carte .carte_inner_content .label.le_havre {
  top: 94px;
  left: 220px
}

.bloc_poly.carte_sites_prod .inner_content .col_gauche .wrapper_carte .carte .carte_inner_content .label.rouen {
  top: 112px;
  left: 260px
}

.bloc_poly.carte_sites_prod .inner_content .col_gauche .wrapper_carte .carte .carte_inner_content .label.gennevilliers {
  top: 138px;
  left: 303px
}

.bloc_poly.carte_sites_prod .inner_content .col_gauche .wrapper_carte .carte .carte_inner_content .label.paris {
  top: 156px;
  left: 309px
}

.bloc_poly.carte_sites_prod .inner_content .col_gauche .wrapper_carte .carte .carte_inner_content .label.la_chartre {
  top: 198px;
  left: 204px
}

.bloc_poly.carte_sites_prod .inner_content .col_gauche .wrapper_carte .carte .carte_inner_content .label.mer {
  top: 215px;
  left: 275px
}

.bloc_poly.carte_sites_prod .inner_content .col_gauche .wrapper_carte .carte .carte_inner_content .label.montierchaume {
  top: 281px;
  left: 294px
}

.bloc_poly.carte_sites_prod .inner_content .col_gauche .wrapper_carte .carte .carte_inner_content .label.dracy {
  top: 275px;
  left: 405px
}

.bloc_poly.carte_sites_prod .inner_content .col_gauche .wrapper_carte .carte .carte_inner_content .label.taninges {
  top: 308px;
  left: 485px
}

.bloc_poly.carte_sites_prod .inner_content .col_gauche .wrapper_carte .carte .carte_inner_content .label.nice {
  top: 459px;
  left: 514px
}

.bloc_poly.carte_sites_prod .inner_content .col_gauche .wrapper_carte .carte .carte_inner_content .label.tunisie {
  top: 507px;
  left: 370px
}

.page-template-accueil .bloc_poly:nth-last-child(-n+1)>.wrapper_bloc,
.page-template-actualites .bloc_poly:nth-last-child(-n+1)>.wrapper_bloc,
.page-template-category .bloc_poly:nth-last-child(-n+1)>.wrapper_bloc {
  margin-bottom: 100px !important
}

.page-template-accueil .bloc_poly:nth-child(1)>.wrapper_bloc {
  /*margin-top: 130px !important*/
}

@media (max-width:768px) {
  .page-template-accueil .bloc_poly:nth-child(1)>.wrapper_bloc {
      margin-top: 60px !important
  }
}

.page-template-accueil .bloc_poly.trois_cartouches>.wrapper_bloc {
  /*margin-top: 130px !important*/
  margin-bottom: 0 !important;
}

@media (max-width:768px) {
  .page-template-accueil .bloc_poly.trois_cartouches>.wrapper_bloc {
      margin-top: 60px !important
  }
}

@media (max-width:768px) {
  .page-template-accueil .bloc_poly .wrapper_bloc {
      margin-top: 60px !important;
      margin-bottom: 60px !important
  }
}

.header-custom~.polymorphe .bloc_poly:first-of-type>.gris_clair,
.header-custom~.polymorphe .bloc_poly:first-of-type>.gris_fonce {
  margin-top: 0
}

.header-custom~.polymorphe .bloc_poly:first-of-type>.gris_clair>.wrapper_bloc,
.header-custom~.polymorphe .bloc_poly:first-of-type>.gris_fonce>.wrapper_bloc {
  margin-top: 0
}

select.select-custom {
  display: none
}

.select2-container {
  width: 100% !important
}

select.select-custom,
.select-custom-container.select2-selection--single {
  padding: 0 50px 0 20px;
  background: transparent;
  border-radius: 0;
  font-size: 14px;
  font-family: "Gotham", "PingFang SC", "Microsoft YaHei", "Tahoma", "Arial", "sans-serif";
  font-weight: normal;
  width: 100%;
  height: 50px;
  position: relative;
  outline: none;
  cursor: pointer
}

select.select-custom.select-custom-container-blanc,
.select-custom-container.select2-selection--single.select-custom-container-blanc {
  border: 1px solid #fff;
  color: #fff
}

select.select-custom.select-custom-container-black,
.select-custom-container.select2-selection--single.select-custom-container-black {
  border: solid 1px rgba(0, 0, 0, .2);
  color: #000;
  background: #fff
}

select.select-custom.select-custom-container-vert-kaki,
.select-custom-container.select2-selection--single.select-custom-container-vert-kaki {
  border: solid 1px #2b2e33;
  color: #2b2e33;
  background: #fff
}

select.select-custom.select-custom-container-produit,
.select-custom-container.select2-selection--single.select-custom-container-produit {
  border: solid .5px rgba(0, 0, 0, .2);
  font-size: 11px;
  height: 38px;
  padding-left: 15px
}

select.select-custom.select-custom-container-produit .select2-selection__rendered,
.select-custom-container.select2-selection--single.select-custom-container-produit .select2-selection__rendered {
  line-height: 38px
}

select.select-custom.select-custom-container-produit .icon-arrow,
.select-custom-container.select2-selection--single.select-custom-container-produit .icon-arrow {
  position: absolute;
  right: 0;
  top: 6px;
  height: 23px;
  width: 38px;
  border-left: solid .5px rgba(0, 0, 0, .2);
  display: flex;
  align-items: center;
  justify-content: center
}

select.select-custom.no-border,
.select-custom-container.select2-selection--single.no-border {
  border: 0px !important
}

select.select-custom .select2-selection__rendered,
.select-custom-container.select2-selection--single .select2-selection__rendered {
  line-height: 50px;
  color: inherit;
  padding: 0
}

select.select-custom .select2-selection__arrow,
.select-custom-container.select2-selection--single .select2-selection__arrow {
  display: none
}

select.select-custom .icon-arrow,
.select-custom-container.select2-selection--single .icon-arrow {
  position: absolute;
  right: 25px;
  top: 14px
}

.select-custom-dropdown {
  border: none !important;
  border-radius: 0px !important
}

.select-custom-dropdown .select2-results>.select2-results__options {
  border: solid 1px #2b2e33;
  border-top: none
}

.select-custom-dropdown .select2-results .select2-results__option {
  color: #2b2e33;
  padding: 16px
}

.select-custom-dropdown .select2-results .select2-results__option[aria-selected=true],
.select-custom-dropdown .select2-results .select2-results__option[data-selected=true] {
  background: #eaf0f8
}

.select-custom-dropdown .select2-results .select2-results__option--highlighted,
.select-custom-dropdown .select2-results .select2-results__option--highlighted[aria-selected=true],
.select-custom-dropdown .select2-results .select2-results__option--highlighted[data-selected=true] {
  color: #fff;
  background: #2b2e33
}

#popin_video {
  position: fixed;
  top: 0;
  left: 0;
  background-color: black;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  transform: scale(.8);
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  transition: all 800ms
}

#popin_video.activate {
  transform: scale(1);
  opacity: 1;
  visibility: visible;
  z-index: 9999
}

#popin_video .close_video {
  position: absolute;
  right: 30px;
  top: 30px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  z-index: 2000
}

#popin_video .close_video>.icon {
  width: 100%;
  height: 100%;
  display: flex;
  background-color: white;
  border-radius: 50%;
  align-items: center;
  justify-content: center
}

#popin_video .close_video>.icon>svg {
  position: relative;
  left: -1px;
  width: 15px;
  height: 15px;
  object-fit: contain
}

#popin_video .close_video>.icon>svg path {
  fill: black
}

#popin_video .video_embed {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000
}

#popin_video .video_embed iframe {
  width: 80%;
  height: 80%;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: none;
  background-color: transparent
}

@media (max-width:850px) {
  .single-service .menus_top.menu_top__transparent:not(.active) {
      background-color: #fff
  }

  .single-service .menus_top.menu_top__transparent:not(.active) .menu_top_contexte {
      border-bottom: solid 1px rgba(0, 0, 0, .2)
  }

  .single-service .menus_top.menu_top__transparent:not(.active) .menu_top_contexte .language ul {
      position: relative;
      padding-right: 12px
  }

  .single-service .menus_top.menu_top__transparent:not(.active) .menu_top_contexte .language ul:after {
      content: '';
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      right: 0;
      width: 7px;
      height: 4px;
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI3IiBoZWlnaHQ9IjQiIHZpZXdCb3g9IjAgMCA3IDQiPgogICAgPGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBzdHJva2U9IiM1OTYyNTIiPgogICAgICAgICAgICA8Zz4KICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik01NyAxMkw1NCAxNSA1NyAxOCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTUyIC0yMykgdHJhbnNsYXRlKDAgMTApIG1hdHJpeCgwIC0xIC0xIDAgNzAuNSA3MC41KSIvPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4K);
      background-repeat: no-repeat
  }

  .single-service .menus_top.menu_top__transparent:not(.active) .menu_top_contexte .language ul select {
      color: #2b2e30;
      text-transform: uppercase;
      font-weight: normal;
      font-size: 14px
  }

  .single-service .menus_top.menu_top__transparent:not(.active) .menu_top_contexte .nav_menu_top_contexte .nav_menu_top_contexte_item>a {
      color: #2b2e30
  }

  .single-service .menus_top.menu_top__transparent:not(.active) .menu_top_contexte .nav_menu_top_contexte .loupe_header_search svg * {
      fill: #2b2e30
  }

  .single-service .menus_top.menu_top__transparent:not(.active) .menu_top_contexte .nav_menu_top_contexte .header_eshop svg * {
      fill: #2b2e30
  }

  .single-service .menus_top.menu_top__transparent:not(.active) .menu_top_contexte .nav_menu_top_contexte .header_eshop:after {
      background: #2b2e30
  }

  .single-service .menus_top.menu_top__transparent:not(.active) .menu_top_contexte .nav_menu_top_contexte .header_account svg * {
      fill: #2b2e30
  }

  .single-service .menus_top.menu_top__transparent:not(.active) .wrapper .navigation_container .menu-item a {
      color: inherit
  }

  .single-service .menus_top.menu_top__transparent:not(.active) .wrapper .menu-principal .menu-item-has-children>a:after {
      border-bottom: 0 solid #2b2e30
  }

  .single-service .menus_top.menu_top__transparent:not(.active) .wrapper .menu-principal .menu-item-has-children:hover>a:after {
      border-bottom: 30px solid #2b2e30
  }

  .single-service .menus_top.menu_top__transparent:not(.active) .wrapper .menu-principal .menu-item-has-children .sub-menu {
      background-color: #2b2e30
  }

  .single-service .menus_top.menu_top__transparent:not(.active) .wrapper .menu-principal .menu-item-has-children .sub-menu li.menu-item {
      color: #fff !important
  }

  .single-service .menus_top.menu_top__transparent:not(.active) .wrapper .menu-principal .menu-item-has-children .sub-menu li.menu-item a:hover {
      text-shadow: 0 0 1px #fff, 0 0 1px #fff !important
  }

  .single-service .menus_top.menu_top__transparent:not(.active) .wrapper .menu-principal .menu-item-has-children .sub-menu::after {
      background-color: #2b2e30
  }

  .single-service .menus_top.menu_top__transparent:not(.active) .burger-head .burger-icon:before {
      border: 1px solid #2b2e33
  }

  .single-service .menus_top.menu_top__transparent:not(.active) .burger-head .burger-icon:after {
      background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIyLjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkNhbHF1ZV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgNi4zIDkuOCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNi4zIDkuODsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLnN0MHtmaWxsOiM1OTYyNTI7fQo8L3N0eWxlPgo8ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxIDEpIj4KCTxnPgoJCTxwYXRoIGlkPSJiXzFfIiBjbGFzcz0ic3QwIiBkPSJNMCw4LjhjLTAuNiwwLTEtMC40LTEtMWMwLTAuMywwLjEtMC41LDAuMy0wLjdsMy4yLTMuMmwtMy4yLTMuMmMtMC40LTAuNC0wLjQtMSwwLTEuNHMxLTAuNCwxLjQsMAoJCQlsNC42LDQuNkwwLjcsOC41QzAuNSw4LjcsMC4zLDguOCwwLDguOCIvPgoJPC9nPgo8L2c+Cjwvc3ZnPgo=)
  }

  .single-service .menus_top.menu_top__transparent:not(.active) .burger-head .burger-icon .burger-stroke {
      background: #2b2e33
  }

  .single-service .header-custom .header-simple.header__vert-kaki-sombre {
      background-color: white
  }

  .single-service .header-custom .header-simple.header-simple-superposition {
      height: 560px
  }

  .single-service .polymorphe .bloc_poly .wrapper_bloc .wysiwyg_content h1:first-of-type {
      color: #2b2e33
  }
}

@media (min-width:850px) {
  .single-service .header-custom .header-simple.header-simple-superposition {
      height: 678px
  }

  .single-service .polymorphe .bloc_poly .wrapper_bloc .wysiwyg_content h1:first-of-type {
      color: white
  }
}

.single-service .header-custom .header-simple.header-simple-superposition {
  padding-top: unset;
  padding-bottom: unset;
  margin-bottom: unset
}

.single-service .header-custom .header-simple .titre {
  display: none
}

.single-service .header-custom .header-simple .texte {
  display: none
}

.single-service .polymorphe {
  margin-top: -545px
}

.single-service .polymorphe .bloc_poly .wrapper_bloc .wysiwyg_content h1:first-of-type {
  line-height: 1.07;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 0px;
  margin-bottom: 42px
}

.single-service .polymorphe .bloc_poly .wrapper_bloc .wysiwyg_content h1:first-of-type {
  font-size: 32px
}

@media screen and (min-width:768px) {
  .single-service .polymorphe .bloc_poly .wrapper_bloc .wysiwyg_content h1:first-of-type {
      font-size: calc(32px + 13 * ((100vw - 768px) / 504))
  }
}

@media screen and (min-width:1272px) {
  .single-service .polymorphe .bloc_poly .wrapper_bloc .wysiwyg_content h1:first-of-type {
      font-size: 45px
  }
}

.single-service .polymorphe .bloc_poly .wrapper_bloc .wysiwyg_content p:first-of-type {
  line-height: 0;
  margin-top: 0;
  margin-bottom: 40px;
  padding-bottom: 55%;
  position: relative
}

.single-service .polymorphe .bloc_poly .wrapper_bloc .wysiwyg_content p:first-of-type>img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover
}

.single-service .bloc_poly .wrapper_bloc.medium_bloc {
  max-width: calc(810px + (2 * 20px))
}

.single-service .bloc_poly .wrapper_bloc.medium_bloc .inner_content {
  margin: 0 20px
}

.page-template-recrutement .wrapper_bloc {
  margin-top: 0 !important;
  margin-bottom: 0 !important
}

.page-template-recrutement section.strate-01 {
  display: flex;
  flex-direction: column;
  padding-top: 100px;
  padding-bottom: 120px;
  position: relative
}

.page-template-recrutement section.strate-01 .title {
  display: inline-block;
  font-family: "Gotham", "PingFang SC", "Microsoft YaHei", "Tahoma", "Arial", "sans-serif";
  font-size: 42px;
  font-weight: normal;
  line-height: 45px;
  letter-spacing: 0px;
  color: #2b2e33;
  margin-bottom: 40px
}

.page-template-recrutement section.strate-01 .filters {
  display: flex;
  margin-bottom: 20px
}

@media (max-width:768px) {
  .page-template-recrutement section.strate-01 .filters {
      flex-direction: column
  }
}

.page-template-recrutement section.strate-01 .filters .select-wrapper {
  position: relative;
  width: 350px
}

@media (max-width:768px) {
  .page-template-recrutement section.strate-01 .filters .select-wrapper {
      width: 100%
  }
}

.page-template-recrutement section.strate-01 .filters .select-wrapper:first-child {
  margin-right: 20px
}

@media (max-width:768px) {
  .page-template-recrutement section.strate-01 .filters .select-wrapper:first-child {
      margin-right: 0;
      margin-bottom: 20px
  }
}

.page-template-recrutement section.strate-01 .offres .offre {
  padding: 50px 0;
  border-bottom: 1px solid #eaf0f8;
  display: flex;
  align-items: center
}

@media (max-width:768px) {
  .page-template-recrutement section.strate-01 .offres .offre {
      flex-direction: column;
      align-items: flex-start
  }
}

.page-template-recrutement section.strate-01 .offres .offre:last-child {
  border: 0;
  padding-bottom: 0
}

.page-template-recrutement section.strate-01 .offres .offre .text {
  flex-grow: 1
}

@media (max-width:768px) {
  .page-template-recrutement section.strate-01 .offres .offre .text {
      margin-bottom: 20px
  }
}

.page-template-recrutement section.strate-01 .offres .offre .text h3 {
  margin-bottom: 20px
}

.page-template-recrutement section.strate-01 .offres .offre .text h3 a {
  font-size: 20px;
  font-weight: normal;
  letter-spacing: 0px;
  color: #2b2e33;
  transition: all 0.25s
}

.page-template-recrutement section.strate-01 .offres .offre .text h3 a:hover {
  opacity: .7
}

.page-template-recrutement section.strate-01 .offres .offre .text span {
  display: inline-block;
  font-size: 13px;
  font-weight: normal;
  color: #fff;
  text-transform: uppercase;
  padding: 7px 17px;
  margin-right: 20px
}

.page-template-recrutement section.strate-01 .offres .offre .text span.zone-geo {
  background-color: #2b2e33
}

.page-template-recrutement section.strate-01 .offres .offre .text span.type-contrat {
  background-color: #2b2e33
}

.page-template-recrutement section.strate-01 .offres .offre .cta {
  max-width: 160px;
  padding: 0 30px
}

.single.single-offre-emploi section.single:nth-child(1) {
  padding-bottom: 25px !important
}

.single.single-offre-emploi section.single:nth-child(1) .categorie {
  background-color: #2b2e33
}

.single.single-offre-emploi section.single:nth-child(1) .categorie.type-contrat {
  background-color: #2b2e33
}

.single.single-offre-emploi section.single #previous-next-posts {
  border-bottom: 1px solid #eaf0f8;
  padding-bottom: 40px
}

.single.single-offre-emploi section.formulaire-candidature {
  background: transparent;
  padding-top: 60px !important;
  padding-bottom: 100px
}

.single.single-offre-emploi section.formulaire-candidature h2 {
  display: inline-block;
  font-family: "Gotham", "PingFang SC", "Microsoft YaHei", "Tahoma", "Arial", "sans-serif";
  font-size: 45px;
  font-weight: normal;
  line-height: 1.1;
  letter-spacing: 0px;
  color: #2b2e33;
  text-align: left;
  text-transform: uppercase;
  max-width: 475px;
  text-transform: initial
}

.single.single-offre-emploi section.formulaire-candidature .contact_form_container {
  padding: 0 !important
}

@media (max-width:480px) {

  .page-template-actualites .main>section:first-child>.wrapper,
  .page-template-category .main>section:first-child>.wrapper {
      position: relative;
      top: 30px
  }
}

.page-template-actualites .actualites_header,
.page-template-category .actualites_header {
  margin-bottom: -300px
}

.page-template-actualites .actualites_header .wrapper,
.page-template-category .actualites_header .wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center
}

.page-template-actualites .actualites_header .wrapper h1,
.page-template-category .actualites_header .wrapper h1 {
  display: inline-block;
  font-family: "Gotham", "PingFang SC", "Microsoft YaHei", "Tahoma", "Arial", "sans-serif";
  font-size: 55px;
  font-weight: normal;
  line-height: 1.3;
  letter-spacing: 0px;
  color: #fff;
  text-align: center;
  margin-bottom: 20px
}

.page-template-actualites .actualites_header .wrapper .select-wrapper.filter,
.page-template-category .actualites_header .wrapper .select-wrapper.filter {
  background: transparent;
  margin: 20px auto 0;
  text-align: left;
  position: relative;
  cursor: pointer;
  width: 90%;
  max-width: 350px
}

.single section.single,
.page section.single {
  padding: 215px 0 120px;
  position: relative;
  width: 85%;
  max-width: 810px;
  margin: 0 auto
}

@media (max-width:1024px) {

  .single section.single,
  .page section.single {
      padding: 90px 0 !important;
      margin-bottom: 50px
  }
}

.single section.single .pretop .listcategories,
.page section.single .pretop .listcategories {
  display: flex;
  margin-bottom: 15px
}
.single .pretop .listcategories {
  margin-bottom: 50px !important;
}
.single section.single .pretop .listcategories .categorie,
.page section.single .pretop .listcategories .categorie {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  margin: 0 10px 10px 0;
  padding: 0 20px;
  background-color: #2b2e33;
  font-size: 13px;
  font-weight: normal;
  color: #fff;
  text-transform: uppercase;
  width: fit-content
}

.single section.single .pretop .listcategories .categorie a,
.page section.single .pretop .listcategories .categorie a {
  color: #fff
}

.single section.single .pretop .date,
.page section.single .pretop .date {
  font-family: "Gotham", "PingFang SC", "Microsoft YaHei", "Tahoma", "Arial", "sans-serif";
  font-size: 16px;
  color: #000
}

.single section.single .wrapper .top,
.page section.single .wrapper .top {
  display: block;
  margin-top: 20px;
  text-align: center;
}

.single section.single .wrapper .top h1,
.page section.single .wrapper .top h1 {
  line-height: 1.1;
  letter-spacing: 0px;
  color: #2b2e33;
  font-weight: normal;
}

.single section.single .wrapper .top h1,
.page section.single .wrapper .top h1 {
  font-size: 30px
}

@media screen and (min-width:768px) {

  .single section.single .wrapper .top h1,
  .page section.single .wrapper .top h1 {
      font-size: calc(30px + 12 * ((100vw - 768px) / 504))
  }
}

@media screen and (min-width:1272px) {

  .single section.single .wrapper .top h1,
  .page section.single .wrapper .top h1 {
      font-size: 42px
  }
}

.single section.single .wrapper .top .image,
.page section.single .wrapper .top .image {
  height: 410px;
  overflow: hidden;
  margin: 50px 0 60px
}

.single section.single .wrapper .top .image img,
.page section.single .wrapper .top .image img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.single section.single .wrapper .top .image.compat-object-fit,
.page section.single .wrapper .top .image.compat-object-fit {
  background-size: 100%;
  background-position: center
}

.single section.single .wrapper .top .image.compat-object-fit img,
.page section.single .wrapper .top .image.compat-object-fit img {
  display: none
}

.single section.single .wrapper .content,
.page section.single .wrapper .content {
  margin-top: 30px
}

.single section.single .wrapper .content h2,
.page section.single .wrapper .content h2 {
  font-family: "Gotham", "PingFang SC", "Microsoft YaHei", "Tahoma", "Arial", "sans-serif";
  font-size: 25px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0px;
  text-transform: uppercase;
  color: #2b2e33;
  margin: 40px 0 15px
}

.single section.single .wrapper .content h3,
.page section.single .wrapper .content h3 {
  font-family: "Gotham", "PingFang SC", "Microsoft YaHei", "Tahoma", "Arial", "sans-serif";
  font-size: 20px;
  font-weight: normal;
  letter-spacing: 0px;
  color: #2b2e30;
  margin: 20px 0 10px
}

.single section.single .wrapper .content p,
.page section.single .wrapper .content p {
  font-family: "Gotham", "PingFang SC", "Microsoft YaHei", "Tahoma", "Arial", "sans-serif";
  /*font-weight: normal;*/
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0px;
  color: #000;
  margin: 10px 0 20px
}

.single section.single .wrapper .content p a,
.page section.single .wrapper .content p a {
  color: #2b2e33;
  text-decoration: underline
}

.single section.single .wrapper .content p a span,
.page section.single .wrapper .content p a span {
  color: #2b2e33
}

.single section.single .wrapper .content ol,
.page section.single .wrapper .content ol {
  counter-reset: item;
  list-style: none
}

.single section.single .wrapper .content ol li:before,
.page section.single .wrapper .content ol li:before {
  content: counter(item);
  position: absolute;
  top: 0;
  left: 2px;
  color: #2b2e33;
  font-weight: normal;
}

.single section.single .wrapper .content ul li::before,
.page section.single .wrapper .content ul li::before {
  content: '';
  position: absolute;
  left: 2px;
  top: 8px;
  width: 5px;
  height: 5px;
  transform: rotate(-315deg);
  background-color: #2b2e33
}

.single section.single .wrapper .content li,
.page section.single .wrapper .content li {
  counter-increment: item;
  position: relative;
  padding-left: 20px;
  margin: 0 0 20px;
  font-size: 16px;
  font-weight: 300
}

.single section.single .wrapper .content li a,
.page section.single .wrapper .content li a {
  color: #2b2e33;
  text-decoration: underline
}

.single section.single .wrapper .content li a span,
.page section.single .wrapper .content li a span {
  color: #2b2e33
}

.single section.single .wrapper .content strong,
.page section.single .wrapper .content strong {
  font-weight: normal;
}

.single section.single .wrapper .content em,
.page section.single .wrapper .content em {
  font-style: italic
}

.single section.single .wrapper .content img,
.page section.single .wrapper .content img {
  max-width: 100%;
  height: auto;
  width: auto
}

.single section.single .wrapper .content blockquote,
.page section.single .wrapper .content blockquote {
  padding: 30px 100px
}

.single section.single .wrapper .content blockquote p,
.page section.single .wrapper .content blockquote p {
  font-family: "Gotham", "PingFang SC", "Microsoft YaHei", "Tahoma", "Arial", "sans-serif";
  font-size: 25px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.48;
  letter-spacing: normal;
  color: #000
}

.single section.single .wrapper .content blockquote p a,
.page section.single .wrapper .content blockquote p a {
  color: #2b2e33;
  text-decoration: underline
}

.single section.single .wrapper .content blockquote p a span,
.page section.single .wrapper .content blockquote p a span {
  color: #2b2e33
}

.single section.single .wrapper .content blockquote h6,
.page section.single .wrapper .content blockquote h6 {
  display: inline-block;
  font-family: "Gotham", "PingFang SC", "Microsoft YaHei", "Tahoma", "Arial", "sans-serif";
  font-size: 34px;
  font-weight: normal;
  line-height: 1.3;
  color: #1f1f29;
  font-size: 15px;
  font-weight: 300
}

.single section.single .wrapper .content blockquote h6::before,
.page section.single .wrapper .content blockquote h6::before {
  transform: scale(.5);
  position: relative;
  top: 5px;
  right: -10px
}

.single section.single .wrapper .content blockquote h6 span,
.page section.single .wrapper .content blockquote h6 span,
.single section.single .wrapper .content blockquote h6 strong,
.page section.single .wrapper .content blockquote h6 strong {
  font-weight: 800
}

.single section.single .wrapper .content ol,
.page section.single .wrapper .content ol {
  list-style: none;
  counter-reset: li
}

.single section.single .wrapper .content ol li,
.page section.single .wrapper .content ol li {
  position: relative;
  padding-left: 50px;
  margin: 10px 0;
  counter-increment: li;
  font-size: 15px
}

.single section.single .wrapper .content ol li::before,
.page section.single .wrapper .content ol li::before {
  content: counter(li);
  color: #2b2e33;
  position: absolute;
  left: 23px;
  top: 2px;
  font-weight: normal;
  font-size: 12px
}

.single section.single .wrapper .content ol li a,
.page section.single .wrapper .content ol li a {
  color: #2b2e33;
  text-decoration: underline
}

.single section.single .wrapper .content ol li a span,
.page section.single .wrapper .content ol li a span {
  color: #2b2e33
}

.single section.single .wrapper .share,
.page section.single .wrapper .share {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 70px 0 40px;
  padding: 30px 0;
  border-top: 1px solid #eaf0f8;
  border-bottom: 1px solid #eaf0f8
}

.single section.single .wrapper .share h3,
.page section.single .wrapper .share h3 {
  margin-right: 25px;
  font-family: "Gotham", "PingFang SC", "Microsoft YaHei", "Tahoma", "Arial", "sans-serif";
  font-weight: normal;
  font-size: 16px;
  color: #000
}

.single section.single .wrapper .share ul,
.page section.single .wrapper .share ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap
}

.single section.single .wrapper .share ul li,
.page section.single .wrapper .share ul li {
  margin-right: 25px
}

.single section.single .wrapper .share ul li a,
.page section.single .wrapper .share ul li a {
  height: 30px;
  display: flex;
  align-items: center
}

.single section.single .wrapper .share ul li i,
.page section.single .wrapper .share ul li i {
  color: #cfd5d7
}

.single section.single .wrapper .share ul li.linkedin,
.page section.single .wrapper .share ul li.linkedin {
  border-right: 1px solid #cfd5d7;
  padding-right: 25px;
  font-size: 25px
}

.single section.single .wrapper #previous-next-posts,
.page section.single .wrapper #previous-next-posts {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

.single section.single .wrapper #previous-next-posts a,
.page section.single .wrapper #previous-next-posts a {
  display: inline-flex;
  align-items: center;
  font-family: "Gotham", "PingFang SC", "Microsoft YaHei", "Tahoma", "Arial", "sans-serif";
  font-size: 15px;
  font-weight: normal;
  color: #2b2e33;
  text-transform: uppercase;
  transition: color 0.3s ease
}

.single section.single .wrapper #previous-next-posts a span.picto,
.page section.single .wrapper #previous-next-posts a span.picto {
  border: solid 1px #2b2e33;
  border-radius: 100px;
  display: flex;
  height: 45px;
  width: 45px;
  justify-content: center;
  align-items: center
}

@media (max-width:768px) {

  .single section.single .wrapper #previous-next-posts a span.texte_next_prev,
  .page section.single .wrapper #previous-next-posts a span.texte_next_prev {
      display: none
  }
}

.single section.single .wrapper #previous-next-posts #btn-next,
.page section.single .wrapper #previous-next-posts #btn-next {
  margin-left: auto
}

.single section.single .wrapper #previous-next-posts #btn-next span,
.page section.single .wrapper #previous-next-posts #btn-next span {
  margin-left: 12px
}

.single section.single .wrapper #previous-next-posts #btn-next svg,
.page section.single .wrapper #previous-next-posts #btn-next svg {
  transform: scale(1.7)
}

.single section.single .wrapper #previous-next-posts #btn-prev span,
.page section.single .wrapper #previous-next-posts #btn-prev span {
  margin-right: 12px
}

.single section.single .wrapper #previous-next-posts #btn-prev svg,
.page section.single .wrapper #previous-next-posts #btn-prev svg {
  transform: rotate(180deg) scale(1.7)
}

.woocommerce-page>#main {
  padding-top: 145px
}

@media (max-width:1024px) {
  .woocommerce-page>#main {
      padding-top: 75px
  }
}

@media (max-width:480px) {
  .main>section.introduction:first-child {
      padding-top: 0 !important
  }
}

.introduction {
  color: white;
  overflow: hidden
}

.introduction .wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-content: center;
  height: 400px
}

.introduction .wrapper .slider_archive_product {
  width: 100%;
  height: 100%;
  position: relative
}

.introduction .wrapper .slider_archive_product .owl-stage-outer,
.introduction .wrapper .slider_archive_product .owl-stage,
.introduction .wrapper .slider_archive_product .owl-item {
  height: 100%
}

.introduction .wrapper .slider_archive_product>.owl-nav {
  display: none
}

.introduction .wrapper .slider_archive_product .slider_archive_product_nav {
  position: relative;
  bottom: 90px
}

.introduction .wrapper .slider_archive_product .slider_archive_product_nav button {
  width: 36px;
  height: 21px;
  margin-right: 20px;
  border-radius: 50px;
  border: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 36px 21px;
  font-size: 0;
  position: relative;
  transition: transform 300ms ease;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzYiIGhlaWdodD0iMjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgc3Ryb2tlPSIjRkZGIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yNS41MyAxbDkuMzM1IDkuMzM0LTkuMzM0IDkuMzM0TTM0Ljg2NSAxMC4zMzRsLTM0LjQ0LjAyIi8+PC9nPjwvc3ZnPg==)
}

.introduction .wrapper .slider_archive_product .slider_archive_product_nav button:hover {
  opacity: .7
}

.introduction .wrapper .slider_archive_product .slider_archive_product_nav button:before {
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.2s ease-out
}

.introduction .wrapper .slider_archive_product .slider_archive_product_nav button:first-child {
  transform: scaleX(-1);
  filter: FlipH
}

.introduction .wrapper .slider_archive_product .slider_archive_product_nav button:last-child {
  margin-right: 0
}

.introduction .wrapper .slider_archive_product .slider_archive_product_nav button.disabled {
  opacity: .2;
  pointer-events: none
}

.introduction .wrapper .slider_archive_product .slider_archive_product_nav button:before {
  border: 2px solid #fff
}

.introduction .wrapper .slider_archive_product .slide {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  position: relative
}

.introduction .wrapper .slider_archive_product .slide .textes_content {
  width: 100%;
  position: relative;
  z-index: 2
}

.introduction .wrapper .slider_archive_product .slide .textes_content .titre {
  max-width: 600px;
  font-family: "Gotham", "PingFang SC", "Microsoft YaHei", "Tahoma", "Arial", "sans-serif";
  font-size: 55px;
  font-weight: normal;
  color: #fff;
  font-size: 44px
}

.introduction .wrapper .slider_archive_product .slide .textes_content .titre:before {
  content: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iNzkiIGhlaWdodD0iMzkiIHZpZXdCb3g9IjAgMCA3OSAzOSI+CiAgICA8ZGVmcz4KICAgICAgICA8cGF0aCBpZD0iYSIgZD0iTTMuMDQxIDM5SDBMMzguMzM5IDBoMTYuNDc3TDE2LjE4OCAzOUgzLjA0MXptMjQuMTg0IDBoLTMuMDQxTDYyLjUyMyAwSDc5TDQwLjM3MiAzOUgyNy4yMjV6Ii8+CiAgICA8L2RlZnM+CiAgICA8ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxtYXNrIGlkPSJiIiBmaWxsPSIjZmZmIj4KICAgICAgICAgICAgPHVzZSB4bGluazpocmVmPSIjYSIvPgogICAgICAgIDwvbWFzaz4KICAgICAgICA8dXNlIGZpbGw9IiMwMDVDQjkiIHhsaW5rOmhyZWY9IiNhIi8+CiAgICAgICAgPGcgZmlsbD0iIzAwNUNCOSIgbWFzaz0idXJsKCNiKSI+CiAgICAgICAgICAgIDxwYXRoIGQ9Ik0wIDBoNzl2MzlIMHoiLz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPgo=);
  width: 79px;
  height: 39px;
  margin-right: 8px
}

.introduction .wrapper .slider_archive_product .slide .textes_content .sous_titre {
  max-width: 600px;
  margin-bottom: 20px;
  color: #2b2e33;
  font-weight: normal;
  font-size: 20px;
  text-transform: uppercase
}

.introduction .wrapper .slider_archive_product .slide .textes_content .texte {
  max-width: 600px;
  margin-bottom: 50px;
  color: #fff
}

.introduction .wrapper .slider_archive_product .slide .textes_content .buttons {
  display: flex
}

.introduction .wrapper .slider_archive_product .slide .textes_content .buttons .cta {
  margin-right: 32px
}

.introduction .wrapper .slider_archive_product .slide .textes_content .buttons .cta:last-child {
  margin-right: 0
}

body.search .main .introduction .wrapper .slider_archive_product .slide .textes_content .buttons .cta {
  margin-top: 0;
  padding: 0 40px
}

.introduction .wrapper .slider_archive_product .slide .images_content {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1
}

.introduction .wrapper .slider_archive_product .slide .images_content .background {
  width: 100%;
  height: 100%
}

.introduction .wrapper .slider_archive_product .slide .images_content .background img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.introduction .wrapper .wrapper_nav {
  position: absolute;
  z-index: 2;
  bottom: 20px;
  left: 0;
  width: 100%;
  height: 50px
}

@media (max-width:480px) {
  .introduction .wrapper .wrapper_nav {
      bottom: 0;
      height: 30px
  }
}

.introduction .wrapper .wrapper_nav .inner_content_wn {
  max-width: 1190px;
  margin: 0 auto;
  display: flex
}

@media (max-width:1300px) {
  .introduction .wrapper .wrapper_nav .inner_content_wn {
      max-width: 85%
  }
}

@media (max-width:1024px) {
  .introduction .wrapper .wrapper_nav .inner_content_wn {
      padding: 0 20px
  }
}

@media (max-width:600px) {
  .introduction .wrapper .wrapper_nav .inner_content_wn {
      max-width: 100%
  }
}

.introduction .wrapper .wrapper_nav .inner_content_wn .arrow {
  Width: 35px;
  height: 19px;
  background-repeat: no-repeat;
  background-size: 100%
}

.introduction .wrapper .wrapper_nav .inner_content_wn .arrow.left {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzNiIgaGVpZ2h0PSIyMSIgdmlld0JveD0iMCAwIDM2IDIxIj4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgc3Ryb2tlPSIjRkZGIj4KICAgICAgICAgICAgPGc+CiAgICAgICAgICAgICAgICA8Zz4KICAgICAgICAgICAgICAgICAgICA8Zz4KICAgICAgICAgICAgICAgICAgICAgICAgPGc+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNMjUuNTMxIDBMMzQuODY1IDkuMzM0IDI1LjUzMSAxOC42NjhNMzQuODY1IDkuMzM0TC40MjUgOS4zNTQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMjUgLTQ1OCkgdHJhbnNsYXRlKC0xIDE1MCkgdHJhbnNsYXRlKDEpIHRyYW5zbGF0ZSgxMjMgNjkpIG1hdHJpeCgtMSAwIDAgMSAzOCAyNDApIi8+CiAgICAgICAgICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPgo=)
}

.introduction .wrapper .wrapper_nav .inner_content_wn .arrow.right {
  margin-left: 20px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzNiIgaGVpZ2h0PSIyMSIgdmlld0JveD0iMCAwIDM2IDIxIj4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgc3Ryb2tlPSIjRkZGIj4KICAgICAgICAgICAgPGc+CiAgICAgICAgICAgICAgICA8Zz4KICAgICAgICAgICAgICAgICAgICA8Zz4KICAgICAgICAgICAgICAgICAgICAgICAgPGc+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNMjUuNTMxIDBMMzQuODY1IDkuMzM0IDI1LjUzMSAxOC42NjhNMzQuODY1IDkuMzM0TC40MjUgOS4zNTQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xODEgLTQ1OCkgdHJhbnNsYXRlKC0xIDE1MCkgdHJhbnNsYXRlKDEpIHRyYW5zbGF0ZSgxMjMgNjkpIHRyYW5zbGF0ZSg1OCAyNDApIi8+CiAgICAgICAgICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPgo=)
}

.introduction h1 {
  display: inline-block;
  font-family: "Gotham", "PingFang SC", "Microsoft YaHei", "Tahoma", "Arial", "sans-serif";
  font-size: 55px;
  font-weight: normal;
  line-height: 1.3;
  letter-spacing: 0px;
  color: #fff;
  text-align: center;
  color: white
}

body.search .main .introduction h1 {
  margin-top: 0;
  margin-bottom: 0
}

.introduction p {
  margin-top: 1%;
  font-size: 16px;
  line-height: 25px
}

.filtres {
  position: relative;
  z-index: 3;
  background-color: #fff;
  height: 63px;
  max-width: calc(1190px + (2 * 20px));
  margin: 0 auto
}

.filtres .inner_content {
  margin: 0 20px
}

@media (max-width:1024px) {
  .filtres {
      height: auto
  }
}

.filtres.stickynav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10
}

.filtres .inner_content_filter {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  margin: 0 20px;
  border-bottom: 1px solid #cfcfcf
}

@media (max-width:1024px) {
  .filtres .inner_content_filter {
      flex-direction: column-reverse;
      height: auto;
      margin: 0;
      border-bottom: none
  }
}

.filtres .wrapper_inner_filter {
  height: 100%
}

.filtres .wrapper_inner_filter.left {
  width: calc(100% - 315px)
}

@media (max-width:1024px) {
  .filtres .wrapper_inner_filter.left {
      width: 100%
  }
}

.filtres .wrapper_inner_filter.left form {
  display: flex;
  height: 100%
}

.filtres .wrapper_inner_filter.left form input[type="checkbox"].hidden {
  display: none
}

.filtres .wrapper_inner_filter.left form .wrapper_level1 {
  position: relative;
  margin-right: 50px
}

@media (max-width:1024px) {
  .filtres .wrapper_inner_filter.left form .wrapper_level1 {
      margin-right: 0
  }

  .filtres .wrapper_inner_filter.left form .wrapper_level1.active {
      z-index: 10
  }

  .filtres .wrapper_inner_filter.left form .wrapper_level1.active .link_level1 {
      color: #2b2e33
  }

  .filtres .wrapper_inner_filter.left form .wrapper_level1.active .link_level1.auto_submit:before {
      transform: translateY(-50%) rotate(0deg)
  }
}

@media (min-width:1024px) {
  .filtres .wrapper_inner_filter.left form .wrapper_level1:hover .link_level1 {
      color: #2b2e33
  }

  .filtres .wrapper_inner_filter.left form .wrapper_level1:hover .link_level1:after {
      background-color: #2b2e33
  }

  .filtres .wrapper_inner_filter.left form .wrapper_level1:hover .sub_menu {
      max-height: 500px;
      padding: 50px 55px 44px;
      border: solid 1px #d5d5d6;
      border-top: none;
      transition: all 800ms
  }
}

.filtres .wrapper_inner_filter.left form .wrapper_level1 .link_level1 {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  font-size: 14px;
  color: rgba(43, 46, 48, .4);
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0px;
  cursor: pointer
}

@media (max-width:1024px) {
  .filtres .wrapper_inner_filter.left form .wrapper_level1 .link_level1 {
      height: 55px
  }

  .filtres .wrapper_inner_filter.left form .wrapper_level1 .link_level1 a {
      pointer-events: none
  }

  .filtres .wrapper_inner_filter.left form .wrapper_level1 .link_level1.auto_submit:before {
      content: '';
      display: block;
      width: 14px;
      height: 9px;
      background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSI5IiB2aWV3Qm94PSIwIDAgMTQgOSI+CiAgICA8ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIHN0cm9rZT0iIzU5NjI1MiIgc3Ryb2tlLXdpZHRoPSIyIj4KICAgICAgICAgICAgPGc+CiAgICAgICAgICAgICAgICA8Zz4KICAgICAgICAgICAgICAgICAgICA8Zz4KICAgICAgICAgICAgICAgICAgICAgICAgPGc+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNNTUzLjkzNCAxNC4xNzZMNTU5LjkzNCAyMC4xNzYgNTY1LjkzNCAxNC4xNzYiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMzAyIC03NzU4KSB0cmFuc2xhdGUoMTI1IDYzMjUpIHRyYW5zbGF0ZSgwIDEyOTApIHRyYW5zbGF0ZSg2MjQpIHRyYW5zbGF0ZSgwIDEzMSkgbWF0cml4KDEgMCAwIC0xIDAgMzQuMzUyKSIvPgogICAgICAgICAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4K);
      position: absolute;
      top: 50%;
      transform: translateY(-50%) rotate(180deg);
      right: 20px
  }
}

.filtres .wrapper_inner_filter.left form .wrapper_level1 .link_level1:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 3px;
  background-color: transparent;
  transition: all 500ms
}

@media (max-width:1024px) {
  .filtres .wrapper_inner_filter.left form .wrapper_level1 .link_level1:after {
      height: 1px;
      background-color: #d5d5d6
  }
}

@media (max-width:1024px) {
  .filtres .wrapper_inner_filter.left form .wrapper_level1 .link_level1 .texte {
      padding: 0 20px
  }
}

.filtres .wrapper_inner_filter.left form .wrapper_level1 .sub_menu {
  position: absolute;
  left: 0;
  top: 63px;
  padding: 0 55px 0;
  display: flex;
  background-color: white;
  border: none;
  max-height: 0;
  overflow: hidden
}

@media (max-width:1024px) {
  .filtres .wrapper_inner_filter.left form .wrapper_level1 .sub_menu {
      position: relative;
      top: 0;
      display: block;
      overflow-y: auto;
      width: 100%;
      padding: 0 20px
  }

  .filtres .wrapper_inner_filter.left form .wrapper_level1 .sub_menu.open {
      max-height: 300px;
      border: solid 1px #d5d5d6;
      border-top: none
  }
}

.filtres .wrapper_inner_filter.left form .wrapper_level1 .sub_menu .col:first-of-type {
  padding-right: 70px;
  border-right: solid 1px rgba(43, 46, 48, .2)
}

@media (max-width:1024px) {
  .filtres .wrapper_inner_filter.left form .wrapper_level1 .sub_menu .col:first-of-type {
      padding-right: unset;
      border-right: none;
      padding-top: 20px;
      padding-bottom: 20px
  }
}

.filtres .wrapper_inner_filter.left form .wrapper_level1 .sub_menu .col:last-of-type {
  padding-left: 70px
}

@media (max-width:1024px) {
  .filtres .wrapper_inner_filter.left form .wrapper_level1 .sub_menu .col:last-of-type {
      padding-left: unset;
      padding-top: 20px;
      padding-bottom: 20px
  }
}

.filtres .wrapper_inner_filter.left form .wrapper_level1 .sub_menu .titre_col {
  font-weight: normal;
  margin-bottom: 9px;
  letter-spacing: 0px;
  color: #2b2e33;
  font-size: 14px;
  text-transform: uppercase
}

.filtres .wrapper_inner_filter.left form .wrapper_level1 .sub_menu .wrapper_item_sm {
  letter-spacing: 0px;
  font-size: 13px;
  color: #9b9b9b;
  line-height: 1.69;
  display: flex
}

.filtres .wrapper_inner_filter.left form .wrapper_level1 .sub_menu .wrapper_item_sm label {
  white-space: nowrap;
  cursor: pointer;
  transition: all 350ms
}

.filtres .wrapper_inner_filter.left form .wrapper_level1 .sub_menu .wrapper_item_sm label:hover {
  color: #2b2e33
}

@media (max-width:1024px) {
  .filtres .wrapper_inner_filter.left form .wrapper_level1 .sub_menu .col_offres {
      padding-top: 20px;
      padding-bottom: 20px
  }
}

.filtres .wrapper_inner_filter.right {
  width: 315px
}

@media (max-width:1024px) {
  .filtres .wrapper_inner_filter.right {
      width: 100%;
      height: 55px
  }
}

.filtres .wrapper_inner_filter.right>form {
  background-color: #eaf0f8;
  height: 100%;
  display: flex;
  align-items: center;
  padding-left: 40px
}

@media (max-width:1024px) {
  .filtres .wrapper_inner_filter.right>form {
      padding: 0 20px;
      flex-direction: row
  }
}

.filtres .wrapper_inner_filter.right>form input[type="submit"] {
  border: none;
  padding: 0;
  background-color: transparent;
  border-radius: 0;
  width: 14px;
  height: 14px;
  margin-right: 10px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCI+PHBhdGggZD0iTTExLjcxNyA5LjI0OGE0Ljg5NCA0Ljg5NCAwIDAwMS40NDMtMy40ODMgNC44OTMgNC44OTMgMCAwMC0xLjQ0My0zLjQ4MkE0Ljg5NCA0Ljg5NCAwIDAwOC4yMzQuODRhNC44OTMgNC44OTMgMCAwMC0zLjQ4MiAxLjQ0MyA0Ljg5MyA0Ljg5MyAwIDAwLTEuNDQzIDMuNDgyYzAgMS4zMTYuNTEzIDIuNTUzIDEuNDQzIDMuNDgzYTQuODkzIDQuODkzIDAgMDAzLjQ4MiAxLjQ0MyA0Ljg5IDQuODkgMCAwMDMuNDgzLTEuNDQzTS4xMjMgMTMuMjgzbDMuNzUyLTMuNzUyYTUuNzE3IDUuNzE3IDAgMDEtMS40MDYtMy43NjZjMC0xLjU0LjYtMi45ODcgMS42ODktNC4wNzZBNS43MjYgNS43MjYgMCAwMTguMjM0IDBjMS41NCAwIDIuOTg4LjYgNC4wNzcgMS42OUE1LjcyIDUuNzIgMCAwMTE0IDUuNzY1YzAgMS41NC0uNiAyLjk4OC0xLjY4OSA0LjA3N2E1LjcyNSA1LjcyNSAwIDAxLTQuMDc3IDEuNjkgNS43MiA1LjcyIDAgMDEtMy43NjUtMS40MDdMLjcxNyAxMy44NzdhLjQyLjQyIDAgMTEtLjU5NC0uNTk0IiBmaWxsPSIjMmIyZTMwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48L3N2Zz4K);
  background-repeat: no-repeat;
  background-position: center
}

.filtres .wrapper_inner_filter.right>form input[type="search"] {
  color: #2b2e30;
  border: none;
  padding: 0;
  width: calc(100% - (14px + 10px + 40px + 10px));
  font-size: 14px;
  letter-spacing: 0px;
  font-family: sans-serif;
  font-weight: 400
}

.filtres .wrapper_inner_filter.right>form input[type="search"]::placeholder {
  font-size: 15px;
  font-weight: normal;
  letter-spacing: 0px
}

.filtres form>ul.list_filter {
  display: flex;
  flex-direction: row;
  font-size: 12px;
  font-weight: normal;
  font-family: "Gotham", "PingFang SC", "Microsoft YaHei", "Tahoma", "Arial", "sans-serif";
  text-transform: uppercase
}

.filtres form>ul.list_filter li {
  border-right: 1px solid #cfcfcf;
  position: relative;
  cursor: pointer;
  color: #cfd5d7
}

.filtres form>ul.list_filter li.active a {
  color: #1f1f29;
  transition: 0.5s
}

.filtres form>ul.list_filter li.highlight a {
  color: #1f1f29;
  transition: 0.5s
}

.filtres form>ul.list_filter li a {
  padding: 10px 20px;
  padding-right: 65px;
  min-width: 250px;
  display: block;
  color: #a5a5a9;
  transition: 0.5s;
  cursor: pointer
}

.filtres form>ul.list_filter li a::after {
  content: '';
  position: absolute;
  transform: rotate(90deg);
  right: 22px;
  bottom: 14px;
  width: 10px;
  height: 10px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIyLjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkNhbHF1ZV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgNi4zIDkuOCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNi4zIDkuODsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLnN0MHtmaWxsOiM1OTYyNTI7fQo8L3N0eWxlPgo8ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxIDEpIj4KCTxnPgoJCTxwYXRoIGlkPSJiXzFfIiBjbGFzcz0ic3QwIiBkPSJNMCw4LjhjLTAuNiwwLTEtMC40LTEtMWMwLTAuMywwLjEtMC41LDAuMy0wLjdsMy4yLTMuMmwtMy4yLTMuMmMtMC40LTAuNC0wLjQtMSwwLTEuNHMxLTAuNCwxLjQsMAoJCQlsNC42LDQuNkwwLjcsOC41QzAuNSw4LjcsMC4zLDguOCwwLDguOCIvPgoJPC9nPgo8L2c+Cjwvc3ZnPgo=);
  background-repeat: no-repeat;
  background-size: 10px 10px;
  vertical-align: middle
}

.filtres form>ul.list_filter li div {
  visibility: hidden;
  position: absolute;
  top: 57px;
  opacity: 0;
  left: 0;
  right: -1px;
  background: #eaf0f8;
  z-index: 20;
  transition: 0.5s
}

.filtres form>ul.list_filter li div ul {
  max-height: 200px;
  overflow: auto
}

.filtres form>ul.list_filter li div ul li {
  border: none !important;
  padding: 8px 20px !important;
  text-transform: initial
}

.filtres form>ul.list_filter li div ul li::before {
  display: none
}

.filtres form>ul.list_filter li div ul li label {
  display: flex;
  justify-content: space-between;
  color: #1f1f29
}

.filtres form>ul.list_filter li div ul li label input {
  margin-left: 10px
}

.filtres form>ul.list_filter li div button {
  width: 100%;
  background-color: #2b2e33;
  color: white;
  text-align: center;
  padding: 10px;
  border-radius: 0
}

.filtres form>ul.list_filter li div.active {
  display: block;
  visibility: visible;
  opacity: 1;
  transition: 0.5s
}

.filtres form .nofilter {
  font-size: 12px;
  font-weight: normal;
  font-family: "Gotham", "PingFang SC", "Microsoft YaHei", "Tahoma", "Arial", "sans-serif";
  color: #2b2e33;
  text-transform: uppercase;
  border-bottom: 2px solid #2b2e33;
  padding-bottom: 5px
}

.produits_liste {
  margin: 55px 0 20px;
  position: relative;
  z-index: 2
}

.produits_liste .wrapper h2 {
  font-family: "Gotham", "PingFang SC", "Microsoft YaHei", "Tahoma", "Arial", "sans-serif";
  font-size: 42px;
  font-weight: normal;
  line-height: 1.14;
  letter-spacing: 0px;
  color: #2b2e33
}

body.search .main .produits_liste .wrapper h2 {
  margin-bottom: 0
}

.produits_liste .wrapper h3 {
  font-size: 28px;
  font-weight: normal;
  font-family: "Gotham", "PingFang SC", "Microsoft YaHei", "Tahoma", "Arial", "sans-serif";
  margin: 30px 0;
  line-height: 1.71;
  letter-spacing: 0px;
  color: #000
}

.produits_liste .wrapper .products {
  display: flex;
  flex-wrap: wrap
}

.produits_liste .wrapper .products li {
  flex: 1 0 22%;
  margin: 0;
  width: auto;
  overflow: hidden;
  position: relative;
  max-width: 280px
}

.produits_liste .wrapper .products li:last-of-type {
  margin: 0 0 2.992em 0 !important
}

@media (max-width:768px) {
  .produits_liste .wrapper .products li {
      width: 280px !important;
      flex: 0 0 auto !important
  }

  .produits_liste .wrapper .products li:last-of-type {
      margin: 0 1.5% !important
  }
}

@media (max-width:480px) {
  .produits_liste .wrapper .products li {
      max-width: 100% !important;
      width: 100% !important;
      margin-left: 0 !important;
      margin-right: 0 !important
  }

  .produits_liste .wrapper .products li:last-of-type {
      margin-left: 0 !important;
      margin-right: 0 !important
  }
}

.produits_liste .wrapper .products li a {
  display: flex;
  flex-direction: column
}

.produits_liste .wrapper .products li a span.onsale {
  background: #2b2e33;
  font-family: "Gotham", "PingFang SC", "Microsoft YaHei", "Tahoma", "Arial", "sans-serif";
  width: 200px;
  border-radius: 0 !important;
  padding: 10px;
  color: white;
  font-size: 15px;
  font-weight: normal;
  line-height: 20px;
  min-height: auto;
  right: -60px !important;
  top: 30px;
  z-index: 1;
  transform: rotate(50deg)
}

.produits_liste .wrapper .products li a .bandeau {
  right: 0;
  top: 0;
  position: absolute;
  width: 130px;
  height: 130px;
  z-index: 9
}

.produits_liste .wrapper .products li a .bandeau img {
  width: 100% !important;
  height: 100% !important;
  display: initial;
  background: none;
  padding: 0;
  object-fit: initial
}

.produits_liste .wrapper .products li a img {
  background: #eaf0f8;
  width: 305px !important;
  padding: 80px 15px;
  height: 410px !important;
  object-fit: contain
}

@media (max-width:480px) {
  .produits_liste .wrapper .products li a img {
      width: 100% !important
  }
}

.produits_liste .wrapper .products li a h2 {
  font-size: 14px !important;
  font-family: "Gotham", "PingFang SC", "Microsoft YaHei", "Tahoma", "Arial", "sans-serif";
  color: #2b2e33;
  line-height: 22px;
  font-weight: normal;
  text-transform: uppercase
}

.produits_liste .wrapper .products li a span.price {
  font-size: 18px !important;
  font-family: "Gotham", "PingFang SC", "Microsoft YaHei", "Tahoma", "Arial", "sans-serif";
  line-height: 22px;
  font-weight: normal;
  color: #000
}

.produits_liste .wrapper .products li a span.price del {
  color: #000;
  opacity: 1
}

.produits_liste .wrapper .products li a span.price del span {
  color: #000
}

.produits_liste .wrapper .products li a span.price ins .woocommerce-Price-amount {
  color: #2b2e33 !important;
  font-weight: 900
}

.produits_liste .wrapper .products li a .woocommerce-Price-amount {
  color: #000
}

.produits_liste .wrapper .products li .button.add_to_cart_button {
  display: none
}

.produits_liste .wrapper .headercatalogue {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.produits_liste .wrapper .headercatalogue .total p {
  font-family: "Gotham", "PingFang SC", "Microsoft YaHei", "Tahoma", "Arial", "sans-serif";
  font-size: 28px;
  font-weight: normal;
  line-height: 1.71;
  letter-spacing: 0px;
  text-align: right;
  color: #000;
  margin: 0
}

.produits_liste .wrapper .headercatalogue .total p span {
  font-weight: 300
}

.produits_liste .wrapper .woocommerce-info {
  border-top-color: #2b2e33
}

.produits_liste .wrapper .woocommerce-info:before {
  color: #2b2e33
}

.produits_liste .woocommerce-pagination {
  width: 100%;
  margin-bottom: 30px;
  text-align: right !important
}

.produits_liste .woocommerce-pagination ul {
  display: flex;
  justify-content: flex-end;
  border: none !important
}

.produits_liste .woocommerce-pagination ul li {
  background-color: #eaf0f8;
  border: none !important;
  border-radius: 100px;
  margin-left: 5px !important;
  width: 38px;
  text-align: center
}

.produits_liste .woocommerce-pagination ul li a {
  color: #2b2e33;
  font-weight: normal;
  padding: .8em 0.5em !important
}

.produits_liste .woocommerce-pagination ul li a.next svg {
  transform: rotate(180deg);
  position: relative;
  bottom: -2px
}

.produits_liste .woocommerce-pagination ul li a.next svg g {
  stroke: #2b2e33
}

.produits_liste .woocommerce-pagination ul li a.prev svg {
  position: relative;
  bottom: -2px
}

.produits_liste .woocommerce-pagination ul li a.prev svg g {
  stroke: #2b2e33
}

.produits_liste .woocommerce-pagination ul li span {
  padding: .8em 0.5em !important
}

.produits_liste .separateur {
  width: 100%;
  border: solid 1px rgba(43, 46, 48, .2);
  margin: 30px 0 60px
}

.woocommerce-breadcrumb {
  padding: 20px 0px !important;
  margin-bottom: 0;
  color: rgba(43, 46, 48, .4);
  margin-top: 40px !important
}

@media (max-width:1024px) {
  .woocommerce-breadcrumb {
      margin-top: 0px !important
  }
}

.woocommerce-breadcrumb a {
  position: relative;
  margin-right: 20px;
  font-size: 12px;
  color: rgba(43, 46, 48, .4) !important
}

.woocommerce-breadcrumb a::before {
  content: '';
  position: absolute;
  right: -14px;
  bottom: 4px;
  width: 6px;
  height: 6px;
  display: inline-block;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIyLjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkNhbHF1ZV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgNi4zIDkuOCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNi4zIDkuODsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLnN0MHtmaWxsOiM1OTYyNTI7fQo8L3N0eWxlPgo8ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxIDEpIj4KCTxnPgoJCTxwYXRoIGlkPSJiXzFfIiBjbGFzcz0ic3QwIiBkPSJNMCw4LjhjLTAuNiwwLTEtMC40LTEtMWMwLTAuMywwLjEtMC41LDAuMy0wLjdsMy4yLTMuMmwtMy4yLTMuMmMtMC40LTAuNC0wLjQtMSwwLTEuNHMxLTAuNCwxLjQsMAoJCQlsNC42LDQuNkwwLjcsOC41QzAuNSw4LjcsMC4zLDguOCwwLDguOCIvPgoJPC9nPgo8L2c+Cjwvc3ZnPgo=);
  background-repeat: no-repeat;
  background-size: 6px 6px;
  margin-left: 10px;
  vertical-align: middle;
  transition: transform 0.2s ease-out
}

footer.site-footer .woocommerce-mini-cart.cart_list.product_list_widget,
footer.site-footer .woocommerce-mini-cart-item.mini_cart_item,
footer.site-footer .woocommerce-mini-cart__total.total,
footer.site-footer .woocommerce-mini-cart__buttons.buttons,
footer.site-footer .menu-item.menu-item-cart {
  display: none
}

.retourmobile {
  display: none
}

.single_product {
  margin-top: 30px;
  margin-bottom: 50px;
  position: relative;
  z-index: 1
}

.single_product .product {
  display: flex;
  flex-wrap: wrap
}

.single_product .product .woocommerce-product-gallery {
  float: none !important;
  display: flex;
  flex-direction: row-reverse;
  overflow: hidden;
  flex-grow: 1;
  justify-content: flex-end
}

.single_product .product .woocommerce-product-gallery span.onsale {
  background: #005cb9;
  font-family: "Gotham", "PingFang SC", "Microsoft YaHei", "Tahoma", "Arial", "sans-serif";
  width: 200px;
  border-radius: 0 !important;
  padding: 10px;
  color: white;
  font-size: 15px;
  font-weight: normal;
  line-height: 20px;
  min-height: auto;
  left: auto;
  right: -60px !important;
  top: 30px;
  transform: rotate(50deg)
}

.single_product .product .woocommerce-product-gallery .bandeau {
  right: 0;
  top: 0;
  position: absolute;
  width: 130px;
  height: 130px;
  z-index: 9
}

.single_product .product .woocommerce-product-gallery .bandeau img {
  width: 100%;
  height: 100%;
  display: initial
}

.single_product .product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
  background-color: #eaf0f8;
  width: 100%;
  max-height: 575px
}

.single_product .product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper div {
  max-height: 575px
}

.single_product .product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  display: none !important
}

.single_product .product .woocommerce-product-gallery .flex-viewport {
  flex-grow: 3;
  max-height: 575px;
  background-color: #eaf0f8;
  height: auto !important
}

.single_product .product .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__wrapper {
  height: 100%;
  max-height: 575px
}

.single_product .product .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__wrapper div {
  padding: 50px 0
}

.single_product .product .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__wrapper div.firefox {
  left: -70px
}

.single_product .product .woocommerce-product-gallery .flex-viewport .zoomImg {
  background-color: #eaf0f8 !important
}

.single_product .product .woocommerce-product-gallery .thumbnail-principale,
.single_product .product .woocommerce-product-gallery .woocommerce-product-gallery__image {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
  height: 100%
}

.single_product .product .woocommerce-product-gallery .thumbnail-principale a,
.single_product .product .woocommerce-product-gallery .woocommerce-product-gallery__image a {
  height: 100%;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center
}

.single_product .product .woocommerce-product-gallery .thumbnail-principale a img,
.single_product .product .woocommerce-product-gallery .woocommerce-product-gallery__image a img {
  width: 435px;
  margin: 0 auto
}

.single_product .product .woocommerce-product-gallery .thumbnail-secondaire,
.single_product .product .woocommerce-product-gallery .flex-control-nav {
  width: 100%;
  max-width: 110px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  margin-top: 8px;
  margin-right: 25px !important;
  max-height: 575px
}

.single_product .product .woocommerce-product-gallery .thumbnail-secondaire div,
.single_product .product .woocommerce-product-gallery .flex-control-nav div,
.single_product .product .woocommerce-product-gallery .thumbnail-secondaire li,
.single_product .product .woocommerce-product-gallery .flex-control-nav li {
  padding: 4px;
  width: 100% !important;
  margin: 0 15px 15px 0px !important;
  text-align: center
}

.single_product .product .woocommerce-product-gallery .thumbnail-secondaire div.active,
.single_product .product .woocommerce-product-gallery .flex-control-nav div.active,
.single_product .product .woocommerce-product-gallery .thumbnail-secondaire li.active,
.single_product .product .woocommerce-product-gallery .flex-control-nav li.active {
  border: 1px solid #2b2e33
}

.single_product .product .woocommerce-product-gallery .thumbnail-secondaire div img,
.single_product .product .woocommerce-product-gallery .flex-control-nav div img,
.single_product .product .woocommerce-product-gallery .thumbnail-secondaire li img,
.single_product .product .woocommerce-product-gallery .flex-control-nav li img {
  display: block;
  width: 100%;
  height: auto;
  box-shadow: none;
  background-color: #eaf0f8;
  padding: 10px 15px;
  margin: 0 auto !important;
  opacity: 1 !important;
  max-height: 120px;
  object-fit: contain
}

.single_product .product .summary.entry-summary {
  margin-top: 0;
  margin-left: 80px;
  float: none !important;
  position: relative;
  max-width: 490px
}

@media (max-width:1024px) {
  .single_product .product .summary.entry-summary {
      max-width: 100%
  }
}

.single_product .product .summary.entry-summary .product_meta {
  font-family: "Gotham", "PingFang SC", "Microsoft YaHei", "Tahoma", "Arial", "sans-serif";
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000;
  position: relative
}

.single_product .product .summary.entry-summary h1.product_title {
  font-family: "Gotham", "PingFang SC", "Microsoft YaHei", "Tahoma", "Arial", "sans-serif";
  font-size: 32px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.25;
  letter-spacing: 0px;
  color: #2b2e33;
  margin: 18px 0
}

.single_product .product .summary.entry-summary p.price {
  font-size: 24px !important;
  font-family: "Gotham", "PingFang SC", "Microsoft YaHei", "Tahoma", "Arial", "sans-serif";
  font-weight: normal;
  color: #000
}

.single_product .product .summary.entry-summary p.price del {
  color: #000;
  opacity: 1
}

.single_product .product .summary.entry-summary p.price del span {
  color: #000
}

.single_product .product .summary.entry-summary p.price ins .woocommerce-Price-amount {
  color: #2b2e33 !important;
  font-weight: 900
}

.single_product .product .summary.entry-summary .woocommerce-product-details__short-description {
  font-family: "Gotham", "PingFang SC", "Microsoft YaHei", "Tahoma", "Arial", "sans-serif";
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 20px;
  letter-spacing: normal;
  color: #2d2b2b;
  margin: 25px 0 50px
}

.single_product .product .summary.entry-summary .tagged_as {
  margin: 20px 0;
  display: flex;
  justify-content: space-between;
  align-content: center;
  align-items: flex-start
}

.single_product .product .summary.entry-summary .tagged_as .infos {
  display: flex;
  flex-direction: column
}

.single_product .product .summary.entry-summary .tagged_as .infos .nuagetag span {
  margin-right: 20px;
  position: relative
}

.single_product .product .summary.entry-summary .tagged_as .infos .nuagetag span img {
  width: 30px
}

.single_product .product .summary.entry-summary .tagged_as .infos .nuagetag span em {
  visibility: hidden;
  position: absolute;
  bottom: -5px;
  left: 20px;
  right: -50px;
  display: block;
  width: max-content;
  min-width: 80px;
  max-width: 200px;
  font-family: "Gotham", "PingFang SC", "Microsoft YaHei", "Tahoma", "Arial", "sans-serif";
  font-size: 10px;
  color: #2b2e33;
  border: 1px solid #2b2e33;
  padding: 3px;
  background: white;
  z-index: 2
}

.single_product .product .summary.entry-summary .tagged_as .infos .nuagetag span:hover em {
  visibility: visible
}

.single_product .product .summary.entry-summary .tagged_as .infos .poptailles {
  font-size: 12px;
  margin-top: 10px
}

.single_product .product .summary.entry-summary .tagged_as .infos .poptailles a {
  color: #5f6b72;
  text-decoration: underline
}

.single_product .product .summary.entry-summary .tagged_as .details {
  display: flex;
  margin-top: 5px
}

.single_product .product .summary.entry-summary .tagged_as .details .popdetails {
  border: 2px solid #2b2e33;
  color: #2b2e33;
  text-transform: uppercase;
  border-radius: 100px;
  padding: 0 15px;
  font-family: "Gotham", "PingFang SC", "Microsoft YaHei", "Tahoma", "Arial", "sans-serif";
  font-size: 11px;
  cursor: pointer;
  font-weight: normal;
  margin-right: 10px;
  line-height: 21px
}

.single_product .product .summary.entry-summary .tagged_as .details .popdetails:last-child {
  margin-right: 0
}

.single_product .product .summary.entry-summary .tagged_as .details .poppersonnaliser {
  border: 2px solid #2b2e33;
  background-color: #2b2e33;
  background-image: url(data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjEwIiB2aWV3Qm94PSIwIDAgMTAgMTAiIHdpZHRoPSIxMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJtMTQuOTk5IDkuNzgyYzEuMjIzIDAgMi4yMTkuOTk1IDIuMjE5IDIuMjE4cy0uOTk2IDIuMjE3LTIuMjIgMi4yMTdjLTEuMjIxIDAtMi4yMTYtLjk5NC0yLjIxNi0yLjIxN3MuOTk1LTIuMjE4IDIuMjE4LTIuMjE4bS0zLjQgNC4yMzEtLjgyOC44MjggMS4zODcgMS4zODguODI5LS44MjhjLjMyMS4xOS42NjcuMzMzIDEuMDMyLjQyNnYxLjE3M2gxLjk2MnYtMS4xNzNjLjM2NS0uMDkzLjcxLS4yMzYgMS4wMzItLjQyNmwuODI4LjgyOCAxLjM4OC0xLjM4OC0uODI4LS44MjhjLjE5LS4zMjIuMzMzLS42NjguNDI2LTEuMDMyaDEuMTcydi0xLjk2MmgtMS4xNzNjLS4wOTMtLjM2NS0uMjM1LS43MS0uNDI2LTEuMDMybC44MjgtLjgyOS0xLjM4OC0xLjM4Ny0uODI4LjgyOGMtLjMyMS0uMTktLjY2Ny0uMzMzLTEuMDMyLS40MjZ2LTEuMTczaC0xLjk2MXYxLjE3M2MtLjM2NS4wOTMtLjcxLjIzNS0xLjAzMi40MjZsLS44MjktLjgyOC0xLjM4NyAxLjM4Ny44MjguODI5Yy0uMTkuMzIyLS4zMzMuNjY3LS40MjYgMS4wMzJoLTEuMTc0djEuOTYyaDEuMTczYy4wOTMuMzY1LjIzNS43MS40MjYgMS4wMzIiIGZpbGw9IiNmZmYiIGZpbGwtcnVsZT0iZXZlbm9kZCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTEwIC03KSIvPjwvc3ZnPg==);
  background-position: 8px 5px;
  background-repeat: no-repeat;
  color: #fff;
  text-transform: uppercase;
  border-radius: 100px;
  padding: 0 10px 0 22px;
  font-family: "Gotham", "PingFang SC", "Microsoft YaHei", "Tahoma", "Arial", "sans-serif";
  font-size: 11px;
  cursor: pointer;
  font-weight: normal;
  line-height: 21px
}

.single_product .product .summary.entry-summary .related.products h4 {
  font-weight: normal;
  font-family: "Gotham", "PingFang SC", "Microsoft YaHei", "Tahoma", "Arial", "sans-serif";
  font-size: 12px;
  margin: 15px 0 10px
}

.single_product .product .summary.entry-summary .related.products .allselect {
  max-width: 60%
}

.single_product .product .summary.entry-summary form.variations_form,
.single_product .product .summary.entry-summary form.cart {
  margin: 10px 0;
  margin-bottom: -30px
}

.single_product .product .summary.entry-summary form.variations_form .optionsachat,
.single_product .product .summary.entry-summary form.cart .optionsachat {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start
}

.single_product .product .summary.entry-summary form.variations_form .optionsachat h4,
.single_product .product .summary.entry-summary form.cart .optionsachat h4 {
  font-weight: normal;
  font-family: "Gotham", "PingFang SC", "Microsoft YaHei", "Tahoma", "Arial", "sans-serif";
  font-size: 12px;
  margin: 15px 0 10px
}

.single_product .product .summary.entry-summary form.variations_form .optionsachat .variations,
.single_product .product .summary.entry-summary form.cart .optionsachat .variations {
  width: auto;
  margin-top: 15px
}

.single_product .product .summary.entry-summary form.variations_form .optionsachat .variations td,
.single_product .product .summary.entry-summary form.cart .optionsachat .variations td {
  line-height: initial
}

.single_product .product .summary.entry-summary form.variations_form .optionsachat .variations .value,
.single_product .product .summary.entry-summary form.cart .optionsachat .variations .value {
  display: flex
}

.single_product .product .summary.entry-summary form.variations_form .optionsachat .variations .label,
.single_product .product .summary.entry-summary form.cart .optionsachat .variations .label {
  font-weight: normal;
  font-family: "Gotham", "PingFang SC", "Microsoft YaHei", "Tahoma", "Arial", "sans-serif";
  font-size: 12px;
  padding: 0 0 10px
}

.single_product .product .summary.entry-summary form.variations_form .optionsachat .variations .tabletaille,
.single_product .product .summary.entry-summary form.cart .optionsachat .variations .tabletaille {
  min-width: 215px
}

.single_product .product .summary.entry-summary form.variations_form .optionsachat .variation_total,
.single_product .product .summary.entry-summary form.cart .optionsachat .variation_total {
  margin-right: 30px
}

.single_product .product .summary.entry-summary form.variations_form .optionsachat .variation_total .woocommerce-variation-price span.price,
.single_product .product .summary.entry-summary form.cart .optionsachat .variation_total .woocommerce-variation-price span.price {
  color: #2b2e33
}

.single_product .product .summary.entry-summary form.variations_form .optionsachat .variation_total woocommerce-variation.single_variation,
.single_product .product .summary.entry-summary form.cart .optionsachat .variation_total woocommerce-variation.single_variation {
  display: block !important
}

.single_product .product .summary.entry-summary form.variations_form .optionsachat .single_variation_wrap .quantity,
.single_product .product .summary.entry-summary form.cart .optionsachat .single_variation_wrap .quantity {
  border: solid .5px rgba(0, 0, 0, .2);
  border-radius: 0;
  padding: 10px 10px;
  font-family: "Gotham", "PingFang SC", "Microsoft YaHei", "Tahoma", "Arial", "sans-serif";
  font-size: 11px;
  font-weight: normal;
  color: #000;
  position: relative
}

.single_product .product .summary.entry-summary form.variations_form .optionsachat .single_variation_wrap .quantity input,
.single_product .product .summary.entry-summary form.cart .optionsachat .single_variation_wrap .quantity input {
  border: none;
  padding: 0;
  font-family: "Gotham", "PingFang SC", "Microsoft YaHei", "Tahoma", "Arial", "sans-serif";
  font-size: 11px;
  font-weight: 300
}

.single_product .product .summary.entry-summary form.variations_form .add_card,
.single_product .product .summary.entry-summary form.cart .add_card {
  margin-top: 35px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 250px
}

.single_product .product .summary.entry-summary form.variations_form .add_card>*,
.single_product .product .summary.entry-summary form.cart .add_card>* {
  margin-top: 10px
}

.single_product .product .summary.entry-summary form.variations_form .add_card>*:nth-child(1),
.single_product .product .summary.entry-summary form.cart .add_card>*:nth-child(1) {
  margin-top: 0
}

.single_product .product .summary.entry-summary .surcommande {
  margin-top: 30px
}

.single_product .product .summary.entry-summary .surcommande p {
  margin-bottom: 15px;
  font-family: "Gotham", "PingFang SC", "Microsoft YaHei", "Tahoma", "Arial", "sans-serif";
  font-size: 16px;
  font-weight: normal;
  line-height: 1.9;
  color: #1f1f29
}

.single_product .product .summary.entry-summary .bientot {
  margin-top: 30px
}

.single_product .product .summary.entry-summary .option_file {
  display: flex;
  justify-content: flex-end;
  right: 0;
  position: relative;
  bottom: 0
}

@media (max-width:768px) {
  .single_product .product .summary.entry-summary .option_file {
      justify-content: center;
      margin-top: 50px;
      position: initial
  }
}

.single_product .product .summary.entry-summary .option_file .file_pdf {
  background: url(data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjEyIiB2aWV3Qm94PSIwIDAgMTAgMTIiIHdpZHRoPSIxMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJtMTAgMTAuODczdi03LjUzOGwtMy4xOTQtMy4wNzV2LS4wMTNoLS4wMTVsLS4yNTYtLjI0N2gtNS4zNjNjLS40MDUgMC0xLjE3Mi4yMzUtMS4xNzIgMS4xMjd2OS43NDZjMCAuMzkuMjQ1IDEuMTI3IDEuMTcyIDEuMTI3aDcuNjU2Yy40MDUgMCAxLjE3Mi0uMjM2IDEuMTcyLTEuMTI3em0tLjkzNS03LjgxNGgtMS41NDdjLS42NyAwLS43MS0uNTY5LS43MTItLjY4MnYtMS40OTF6bS40NzUgNy44MTRjMCAuNjQ1LS41OTMuNjg1LS43MTMuNjg2aC03LjY1NWMtLjY3IDAtLjcxLS41NzItLjcxMi0uNjg2di05Ljc0NmMwLS42NDYuNTk0LS42ODUuNzEyLS42ODZoNS4xNzFsLjAwMy4wMDJ2MS45MzRjMCAuMzg4LjI0NSAxLjEyMyAxLjE3MiAxLjEyM2gyLjAwNWwuMDE3LjAxN3ptLS45NzItMy4wM2MtLjAyNS0uMzUxLS42NDQtLjU3Ny0uNjUtLjU4LS4yNC0uMDgtLjUtLjEyLS43OTUtLjEyLS4zMTYgMC0uNjU3LjA0NC0xLjA5NC4xNDItLjM5LS4yNjUtLjcyNi0uNTk2LS45NzgtLjk2My0uMTEtLjE2Mi0uMjEtLjMyNC0uMjk4LS40ODIuMjEzLS40ODYuNDA0LTEuMDEuMzctMS41OTYtLjAyOS0uNDctLjI1LS43ODUtLjU1LS43ODUtLjIwNyAwLS4zODQuMTQ2LS41MjkuNDM1LS4yNTcuNTE2LS4xOSAxLjE3NS4yMDEgMS45NjItLjE0LjMxNi0uMjcxLjY0NS0uMzk4Ljk2My0uMTU3LjM5Ni0uMzIuODA0LS41MDMgMS4xOTItLjUxMy4xOTUtLjkzNS40MzEtMS4yODYuNzItLjIzLjE5LS41MDguNDgtLjUyNC43ODItLjAwNy4xNDMuMDQ0LjI3My4xNDcuMzc4LjExLjExLjI0OC4xNy40LjE3LjUwMiAwIC45ODUtLjY2MSAxLjA3Ny0uNzk0LjE4NC0uMjY2LjM1Ny0uNTYzLjUyNi0uOTA2LjQyNi0uMTQ3Ljg4LS4yNTggMS4zMi0uMzY0bC4xNTctLjAzOC4zNjgtLjA5NGMuMTM0LS4wMzUuMjcxLS4wNzEuNDExLS4xMDUuNDUyLjI3NS45MzguNDU1IDEuNDEyLjUyLjM5OS4wNTcuNzUzLjAyNC45OTMtLjA5Ni4yMTYtLjEwNy4yMjgtLjI3NC4yMjMtLjM0em0tNS41NTIuNzk5Yy0uMDguMTM1LS4xNi4yNjItLjI0Mi4zODEtLjIuMjg4LS41MjUuNTk2LS42OTMuNTk2LS4wMTYgMC0uMDM2LS4wMDMtLjA2NS0uMDMyLS4wMTktLjAyLS4wMjItLjAzMy0uMDItLjA1MS4wMDUtLjEwNi4xNS0uMjk0LjM2My0uNDY5LjE5Mi0uMTU4LjQxLS4zLjY1Ny0uNDI1em0xLjY0Ni00LjM3MmMuMDIuMzQ1LS4wNTcuNjc3LS4xNzEuOTk1LS4xNC0uMzkzLS4yMDYtLjgyOC0uMDMtMS4xOC4wNDQtLjA5LjA4MS0uMTM4LjEwNS0uMTYzLjAzNy4wNTUuMDg2LjE3Ny4wOTYuMzQ4em0uODAyIDMuMTU0LS4wNTUuMDE0Yy0uMTI1LjAzMy0uMjQ1LjA2NC0uMzYxLjA5MmwtLjE1Ny4wMzhjLS4zMTYuMDc3LS42MzguMTU1LS45NTYuMjQ4LjEyLS4yOC4yMzMtLjU2My4zNDMtLjgzOS4wODItLjIwNS4xNjUtLjQxNC4yNTEtLjYyLjA0NC4wNy4wOS4xMzguMTM3LjIwOC4yMTYuMzE1LjQ4Ny42MDcuNzk4Ljg1OXptMi41NzEuNDA1Yy0uMTUyLjA0My0uMzc2LjA0OC0uNjE3LjAxNS0uMjU3LS4wMzYtLjUyLS4xMTItLjc3OS0uMjIzLjQ2MS0uMDY0LjgxOS0uMDQ1IDEuMTI0LjA2LjA3My4wMjQuMTkyLjA5LjI3Mi4xNDh6IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48L3N2Zz4=);
  width: 20px;
  height: 25px;
  display: block
}

.single_product .product .summary.entry-summary .option_file .print_css {
  padding-left: 15px;
  color: #000;
  font-size: 12px;
  font-weight: normal;
  position: relative;
  border-bottom: 1px solid #000
}

.single_product .product .summary.entry-summary .option_file .print_css:before {
  width: 10px;
  height: 12px;
  display: block;
  background: url(data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjEyIiB2aWV3Qm94PSIwIDAgMTAgMTIiIHdpZHRoPSIxMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJtMTAgMTAuODczdi03LjUzOGwtMy4xOTQtMy4wNzV2LS4wMTNoLS4wMTVsLS4yNTYtLjI0N2gtNS4zNjNjLS40MDUgMC0xLjE3Mi4yMzUtMS4xNzIgMS4xMjd2OS43NDZjMCAuMzkuMjQ1IDEuMTI3IDEuMTcyIDEuMTI3aDcuNjU2Yy40MDUgMCAxLjE3Mi0uMjM2IDEuMTcyLTEuMTI3em0tLjkzNS03LjgxNGgtMS41NDdjLS42NyAwLS43MS0uNTY5LS43MTItLjY4MnYtMS40OTF6bS40NzUgNy44MTRjMCAuNjQ1LS41OTMuNjg1LS43MTMuNjg2aC03LjY1NWMtLjY3IDAtLjcxLS41NzItLjcxMi0uNjg2di05Ljc0NmMwLS42NDYuNTk0LS42ODUuNzEyLS42ODZoNS4xNzFsLjAwMy4wMDJ2MS45MzRjMCAuMzg4LjI0NSAxLjEyMyAxLjE3MiAxLjEyM2gyLjAwNWwuMDE3LjAxN3ptLS45NzItMy4wM2MtLjAyNS0uMzUxLS42NDQtLjU3Ny0uNjUtLjU4LS4yNC0uMDgtLjUtLjEyLS43OTUtLjEyLS4zMTYgMC0uNjU3LjA0NC0xLjA5NC4xNDItLjM5LS4yNjUtLjcyNi0uNTk2LS45NzgtLjk2My0uMTEtLjE2Mi0uMjEtLjMyNC0uMjk4LS40ODIuMjEzLS40ODYuNDA0LTEuMDEuMzctMS41OTYtLjAyOS0uNDctLjI1LS43ODUtLjU1LS43ODUtLjIwNyAwLS4zODQuMTQ2LS41MjkuNDM1LS4yNTcuNTE2LS4xOSAxLjE3NS4yMDEgMS45NjItLjE0LjMxNi0uMjcxLjY0NS0uMzk4Ljk2My0uMTU3LjM5Ni0uMzIuODA0LS41MDMgMS4xOTItLjUxMy4xOTUtLjkzNS40MzEtMS4yODYuNzItLjIzLjE5LS41MDguNDgtLjUyNC43ODItLjAwNy4xNDMuMDQ0LjI3My4xNDcuMzc4LjExLjExLjI0OC4xNy40LjE3LjUwMiAwIC45ODUtLjY2MSAxLjA3Ny0uNzk0LjE4NC0uMjY2LjM1Ny0uNTYzLjUyNi0uOTA2LjQyNi0uMTQ3Ljg4LS4yNTggMS4zMi0uMzY0bC4xNTctLjAzOC4zNjgtLjA5NGMuMTM0LS4wMzUuMjcxLS4wNzEuNDExLS4xMDUuNDUyLjI3NS45MzguNDU1IDEuNDEyLjUyLjM5OS4wNTcuNzUzLjAyNC45OTMtLjA5Ni4yMTYtLjEwNy4yMjgtLjI3NC4yMjMtLjM0em0tNS41NTIuNzk5Yy0uMDguMTM1LS4xNi4yNjItLjI0Mi4zODEtLjIuMjg4LS41MjUuNTk2LS42OTMuNTk2LS4wMTYgMC0uMDM2LS4wMDMtLjA2NS0uMDMyLS4wMTktLjAyLS4wMjItLjAzMy0uMDItLjA1MS4wMDUtLjEwNi4xNS0uMjk0LjM2My0uNDY5LjE5Mi0uMTU4LjQxLS4zLjY1Ny0uNDI1em0xLjY0Ni00LjM3MmMuMDIuMzQ1LS4wNTcuNjc3LS4xNzEuOTk1LS4xNC0uMzkzLS4yMDYtLjgyOC0uMDMtMS4xOC4wNDQtLjA5LjA4MS0uMTM4LjEwNS0uMTYzLjAzNy4wNTUuMDg2LjE3Ny4wOTYuMzQ4em0uODAyIDMuMTU0LS4wNTUuMDE0Yy0uMTI1LjAzMy0uMjQ1LjA2NC0uMzYxLjA5MmwtLjE1Ny4wMzhjLS4zMTYuMDc3LS42MzguMTU1LS45NTYuMjQ4LjEyLS4yOC4yMzMtLjU2My4zNDMtLjgzOS4wODItLjIwNS4xNjUtLjQxNC4yNTEtLjYyLjA0NC4wNy4wOS4xMzguMTM3LjIwOC4yMTYuMzE1LjQ4Ny42MDcuNzk4Ljg1OXptMi41NzEuNDA1Yy0uMTUyLjA0My0uMzc2LjA0OC0uNjE3LjAxNS0uMjU3LS4wMzYtLjUyLS4xMTItLjc3OS0uMjIzLjQ2MS0uMDY0LjgxOS0uMDQ1IDEuMTI0LjA2LjA3My4wMjQuMTkyLjA5LjI3Mi4xNDh6IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48L3N2Zz4=);
  background-size: contain;
  content: '';
  position: absolute;
  left: 0;
  top: 0
}

.single_product .product .up-sells {
  flex-grow: 2;
  margin-top: 30px
}

.single_product .product .up-sells h2 {
  font-size: 28px;
  font-weight: normal;
  font-family: "Gotham", "PingFang SC", "Microsoft YaHei", "Tahoma", "Arial", "sans-serif";
  padding: 30px 0;
  color: #000;
  line-height: 1.71;
  letter-spacing: 0px;
  border-bottom: solid 1px rgba(43, 46, 48, .2);
  margin-bottom: 50px
}

.single_product .product .up-sells .products {
  display: flex;
  flex-wrap: wrap
}

.single_product .product .up-sells .products li {
  margin: 0 1.5% 2.992em 0 !important;
  width: 23.8% !important;
  float: none !important;
  overflow: hidden;
  position: relative
}

.single_product .product .up-sells .products li a span.onsale {
  background: #2b2e33;
  font-family: "Gotham", "PingFang SC", "Microsoft YaHei", "Tahoma", "Arial", "sans-serif";
  width: 200px;
  border-radius: 0 !important;
  padding: 10px;
  color: white;
  font-size: 15px;
  font-weight: normal;
  line-height: 20px;
  min-height: auto;
  left: -60px !important;
  top: 30px;
  transform: rotate(-50deg)
}

.single_product .product .up-sells .products li a .bandeau {
  right: 0;
  top: 0;
  position: absolute;
  width: 130px;
  height: 130px;
  z-index: 9
}

.single_product .product .up-sells .products li a .bandeau img {
  width: 100% !important;
  height: 100% !important;
  display: initial;
  background: none;
  padding: 0;
  object-fit: initial
}

.single_product .product .up-sells .products li a img {
  background: #eaf0f8;
  width: 305px !important;
  padding: 80px 15px;
  height: 400px;
  object-fit: contain
}

.single_product .product .up-sells .products li a h2 {
  font-size: 14px !important;
  font-family: "Gotham", "PingFang SC", "Microsoft YaHei", "Tahoma", "Arial", "sans-serif";
  color: #2b2e33;
  line-height: 22px;
  font-weight: normal;
  border: none;
  text-transform: uppercase
}

.single_product .product .up-sells .products li a span.price {
  font-size: 17px !important;
  font-family: "Gotham", "PingFang SC", "Microsoft YaHei", "Tahoma", "Arial", "sans-serif";
  line-height: 22px;
  font-weight: 800
}

.single_product .product .up-sells .products li a span.price del {
  color: #000;
  opacity: 1
}

.single_product .product .up-sells .products li a span.price del span {
  color: #000
}

.single_product .product .up-sells .products li a span.price ins .woocommerce-Price-amount {
  color: #2b2e33 !important;
  font-weight: 900
}

.single_product .product .up-sells .products li a .woocommerce-Price-amount {
  color: #000
}

.single_product .product .up-sells .products li:last-of-type {
  margin: 0 0 2.992em 0 !important
}

.single_product .product .up-sells .products li .button.add_to_cart_button {
  display: none
}

.optionsachat .gform_variation_wrapper {
  display: none !important
}

.recupdetail,
.recuplocation,
.recupperso {
  display: none
}

.popin .close {
  cursor: pointer;
  position: absolute;
  top: 30px;
  right: 40px;
  width: 40px;
  height: 40px;
  background: url(data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjM1IiB2aWV3Qm94PSIwIDAgMzUgMzUiIHdpZHRoPSIzNSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHN0cm9rZT0iIzU5NjI1MiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMSAxKSI+PHBhdGggZD0ibTE2LjUgMTUuODgzIDQuNDg4LTQuNDg3Yy4xNy0uMTcuNDQ2LS4xNy42MTYgMHMuMTcuNDQ2IDAgLjYxN2wtNC40ODggNC40ODcgNC40ODggNC40ODhjLjE3LjE3LjE3LjQ0NiAwIC42MTZzLS40NDYuMTctLjYxNiAwbC00LjQ4OC00LjQ4Ny00LjQ4OCA0LjQ4N2MtLjE3LjE3LS40NDYuMTctLjYxNiAwcy0uMTctLjQ0NiAwLS42MTZsNC40ODctNC40ODgtNC40ODctNC40ODdjLS4xNy0uMTctLjE3LS40NDcgMC0uNjE3cy40NDYtLjE3LjYxNiAweiIgZmlsbD0iIzU5NjI1MiIgc3Ryb2tlLXdpZHRoPSIuNSIvPjxjaXJjbGUgY3g9IjE2LjUiIGN5PSIxNi41IiByPSIxNi41IiBzdHJva2Utd2lkdGg9IjEuNSIvPjwvZz48L3N2Zz4=);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 9
}

.popin .popindetails,
.popin .popindetailsloc,
.popin .popindetailsperso {
  position: fixed;
  opacity: 1;
  top: 0;
  right: -85%;
  width: 48%;
  background: white;
  height: 100%;
  padding: 80px 50px;
  z-index: 10;
  transition: 1s
}

.popin .popindetails.active,
.popin .popindetailsloc.active,
.popin .popindetailsperso.active {
  right: 0;
  transition: 1s;
  overflow-y: auto
}

.popin .popindetails .tailles-detail,
.popin .popindetailsloc .tailles-detail,
.popin .popindetailsperso .tailles-detail {
  display: none
}

.popin .popindetails h2,
.popin .popindetailsloc h2,
.popin .popindetailsperso h2 {
  font-family: "Gotham", "PingFang SC", "Microsoft YaHei", "Tahoma", "Arial", "sans-serif";
  font-size: 32px;
  font-weight: normal;
  letter-spacing: 0px;
  color: #2b2e33;
  margin-bottom: 40px
}

.popin .popindetails h3,
.popin .popindetailsloc h3,
.popin .popindetailsperso h3 {
  font-family: "Gotham", "PingFang SC", "Microsoft YaHei", "Tahoma", "Arial", "sans-serif";
  font-size: 20px;
  font-weight: normal;
  letter-spacing: 0px;
  color: black;
  padding-bottom: 10px
}

.popin .popindetails .separation,
.popin .popindetailsloc .separation,
.popin .popindetailsperso .separation {
  background: #2b2e33;
  width: 50px;
  height: 1px;
  display: block;
  margin-bottom: 30px
}

.popin .popindetails div,
.popin .popindetailsloc div,
.popin .popindetailsperso div {
  margin: 0 0 20px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.43;
  letter-spacing: 0px
}

.popin .popindetails div h4,
.popin .popindetailsloc div h4,
.popin .popindetailsperso div h4 {
  font-family: "Gotham", "PingFang SC", "Microsoft YaHei", "Tahoma", "Arial", "sans-serif";
  font-size: 20px;
  font-weight: normal;
  letter-spacing: 0px;
  line-height: 1.33;
  letter-spacing: normal;
  color: #000;
  margin: 10px 0
}

.popin .popindetails div p,
.popin .popindetailsloc div p,
.popin .popindetailsperso div p {
  margin: 0 0 20px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.43;
  letter-spacing: 0px
}

.popin .popindetails .cta,
.popin .popindetailsloc .cta,
.popin .popindetailsperso .cta {
  margin-top: 30px;
  width: 200px
}

.popin .popindetailsloc div {
  font-size: 14px
}

.popin .popindetailsloc .ctas {
  display: flex;
  justify-content: space-between
}

.popin .popindetailsperso .gform_hidden {
  display: none
}

.popin .popindetailsperso .product_totals {
  display: none
}

.popin .popindetailsperso .cta {
  width: auto;
  display: inline-flex
}

.popin .popindetailsperso h2 {
  margin-bottom: 10px
}

.popin .popindetailsperso p {
  font-size: 12px !important
}

.popin .popindetailsperso .gform_wrapper .gfield_checkbox li label,
.popin .popindetailsperso .gform_wrapper .gfield_radio li label {
  line-height: 20px;
  font-size: 12px;
  font-weight: normal;
  padding-left: 25px;
  position: relative
}

.popin .popindetailsperso .gform_wrapper .gfield_checkbox li label:before,
.popin .popindetailsperso .gform_wrapper .gfield_radio li label:before {
  content: '';
  position: absolute;
  top: 2px;
  left: 0;
  height: 16px;
  width: 16px;
  background-color: #fff;
  border: 1px solid #d6d6d6;
  border-radius: 2px
}

.popin .popindetailsperso .gform_wrapper .gfield_checkbox li input:checked~label:before,
.popin .popindetailsperso .gform_wrapper .gfield_radio li input:checked~label:before {
  background-color: #2b2e33;
  border: 1px solid #2b2e33;
  background-image: url(data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjciIHZpZXdCb3g9IjAgMCA3IDciIHdpZHRoPSI3IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Im02LjE3NC4wMy0zLjY0NSA0LjM3LTEuNzktMS42Ni0uNzM0IDEuMTQ0IDIuMjEgMi4wNDguNDE3LjM4Ny4zNzctLjQ1MSA0LjAxOS00LjgxOHoiIGZpbGw9IiNmZmYiIGZpbGwtcnVsZT0iZXZlbm9kZCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLjAxOCAuMjk4KSIvPjwvc3ZnPg==);
  background-position: 3px 4px;
  background-repeat: no-repeat
}

.popin .popindetailsperso .gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox],
.popin .popindetailsperso .gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio],
.popin .popindetailsperso .gform_wrapper.gf_browser_chrome .gfield_checkbox li input {
  margin: 0
}

.popin .popindetailsperso .gfield .ginput_container {
  margin: 10px 0 0
}

.popin .popindetailsperso .field_perso {
  margin: 0 0 20px
}

.popin .popindetailsperso .field_perso>.gfield_label {
  font-size: 13px;
  font-weight: normal;
}

.popin .popindetailsperso .field_perso .gfield_checkbox {
  display: flex
}

.popin .popindetailsperso .field_perso.position_marquage li {
  width: 215px
}

.popin .popindetailsperso .field_perso.position_marquage li i {
  font-weight: normal;
  color: #005cb9
}

.popin .popindetailsperso .field_perso.position_logo li {
  width: 150px;
  line-height: 15px;
  font-size: 15px;
  display: flex;
  align-items: center
}

.popin .popindetailsperso .field_perso.position_logo li input[type=checkbox] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0
}

.popin .popindetailsperso .field_perso.position_logo li .ginput_price {
  font-weight: normal;
  color: #2b2e33
}

.popin .popindetailsperso .field_perso input[type="text"] {
  width: 430px
}

.popin .popindetailsperso .field_perso .ginput_container .gfield_checkbox {
  position: relative
}

.popin .popindetailsperso .field_perso .ginput_container .gfield_checkbox input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0
}

.popin .popindetailsperso .field_perso .ginput_container .gfield_checkbox label i {
  color: inherit
}

.popin .popindetailsperso .gfield_description {
  opacity: .5;
  font-style: italic;
  margin-top: 10px;
  color: #2d2b2b
}

.popin .popindetailsperso i.infoperso {
  display: block;
  margin: 10px 0;
  font-style: italic;
  color: #2b2e33;
  font-size: 12px;
  font-weight: 300
}

.popin .popindetailsperso .charleft {
  display: none
}

.popin .popindetailsperso .perso-broderie {
  display: block;
  border-top: 1px solid #e8e8e8;
  padding-top: 45px;
  margin-top: 45px;
  font-size: 13px;
  font-weight: normal;
}

.popin .popindetailsperso .perso-broderie .mailto {
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase;
  color: #2b2e33;
  margin-top: 20px
}

.popin .popindetailsperso .perso-broderie .mailto:after {
  content: '';
  display: inline-block;
  width: 10px;
  height: 8px;
  margin-left: 5px;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI5IiBoZWlnaHQ9IjkiPjxwYXRoIGQ9Ik01LjE0NC43MDdsMy43MTcgMy43MTgtMy43MTcgMy43MTctLjc3OC0uNzc4IDIuMzg5LTIuMzlILjd2LTEuMWg2LjA1NWwtMi4zODktMi4zOS43NzgtLjc3N3oiIGZpbGw9IiM1OTYyNTIiIGZpbGwtcnVsZT0ibm9uemVybyIvPjwvc3ZnPg==)
}

.popin .popindetailsperso .validation_error {
  color: red;
  margin-bottom: 20px;
  font-size: 14px
}

.popin .popindetailsperso .gfield_error label {
  color: red
}

.popin .popindetailsperso .gfield_error .gfield_description.validation_message {
  display: none
}

.popin .popindetailsperso .gfield_total label {
  font-size: 13px;
  font-weight: 600
}

.popin .popindetailsperso .gfield_total .ginput_total {
  font-size: 13px;
  color: #2b2e33
}

.popin.inactive {
  z-index: 0;
  opacity: 0
}

.woocommerce-product-gallery {
  position: relative;
  margin-bottom: 3em
}

.woocommerce-product-gallery figure {
  margin: 0
}

.woocommerce-product-gallery .woocommerce-product-gallery__image:nth-child(n+2) {
  width: 25%;
  display: inline-block
}

.woocommerce-product-gallery .flex-control-thumbs li {
  list-style: none;
  float: left;
  cursor: pointer
}

.woocommerce-product-gallery .flex-control-thumbs img {
  opacity: .5
}

.woocommerce-product-gallery .flex-control-thumbs img.flex-active,
.woocommerce-product-gallery .flex-control-thumbs img:hover {
  opacity: 1
}

.woocommerce-product-gallery img {
  display: block
}

.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
  width: 33.3333%
}

.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
  width: 25%
}

.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
  width: 20%
}

.woocommerce-product-gallery__trigger {
  position: absolute;
  top: 1em;
  right: 1em;
  z-index: 99
}

a.woocommerce-product-gallery__trigger {
  text-decoration: none
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  position: absolute;
  top: .875em;
  right: .875em;
  display: block;
  height: 2em;
  width: 2em;
  border-radius: 3px;
  z-index: 99;
  text-align: center;
  text-indent: -999px;
  overflow: hidden
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  background-color: #169fda;
  color: #fff
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:hover {
  background-color: #1781ae;
  border-color: #1781ae;
  color: #fff
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:before {
  font: normal normal normal 1em/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  content: "\f00e";
  line-height: 2;
  text-indent: 0
}

@media (min-width:1024px) {
  .menu_top_contexte_right {
      display: none !important;
  }

  .navbar-toggle {
      display: none !important;
  }

  .menu-list {
      display: none !important;
  }
  .menu-top-right .navbar-toggle {
      display: block !important;
      top: 38%;
  }
  .scrolled .menu-top-right .navbar-toggle {
      top: 30%;
  }
  .menu-top-right .menu_top_contexte_right {
      display: block !important;
      cursor: pointer;
  }
}
@media (max-width:1024px) {
  .menu-top-right .navbar-toggle {
      display: none!important;
  }
}

footer.site-footer .top .footer-1 .logo-footer {
  position: relative;
  height: 100px;
  min-width: 170px;
  background: url(../image/logo3.svg) no-repeat center;
  background-size: 199px 63px
}

.navbar-toggle {
  display: inline-block;
  padding: 0 0;
  margin: 0;
  background-color: transparent;
  border: none !important;
  position: relative;
  z-index: 501;
}

.navbar-toggle .line-top,
.navbar-toggle .line-middle,
.navbar-toggle .line-bottom {
  display: block;
  width: 20px;
  height: 3px;
  background-color: #ffffff;
  margin: 3px 0;
  transition: 0.4s;
}

.menus_top.menu_top__transparent.scrolled .navbar-toggle span {
  background-color: #000000;
}

.menu-list {
  background: #ffffff;
  width: 100%;
  border-top: 1px solid #000;
}

.right-list {
  display: flex;
  /* justify-content: center; */
  align-items: center;
}

.right-list ul {
  width: 100%;
}

.right-list ul li {
  border-top: 1px solid #ddd;
  width: 100%;
}

.right-list ul li a {
  height: 32px;
  font-size: 16px;
  line-height: 50px;
  text-decoration: none;
  width: 80%;
  margin-left: 10%;
  color: #000000;
  border-bottom: solid 1px rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  font-weight: normal;
}

.open .line-top {
  -webkit-transform: rotate(45deg) translate(2px, 7px);
  transform: rotate(45deg) translate(2px, 7px);
}

.open .line-middle {
  opacity: 0;
}

.open .line-bottom {
  -webkit-transform: rotate(-45deg) translate(1px, -7px);
  transform: rotate(-45deg) translate(1px, -7px);
}

.sub {
  background-color: #eee;
}

.on a {
  color: red !important;
}

.menu_top_main .menu-principal .box-op {
  opacity: 1!important;
  pointer-events: inherit !important;
}
.menus_top.menu_top__transparent.scrolled:not(.active) .wrapper .menu-principal .hov a {
  opacity: .7;
}

.menus_top.menu_top__transparent .wrapper .menu-principal  a:hover {
  opacity: .7;
}

.menus_top.menu_top__transparent.scrolled:not(.active) .wrapper .menu-principal  a:hover {
  opacity: .7;
}




.menus_top .wrapper .menu-principal .hov a {
  opacity: 1;
}

.menus_top .scrolled:not(.active) .wrapper .menu-principal .hov a {
  opacity: .7;
}

.menus_top .wrapper .navigation_container .menu-item a:hover {
  opacity: .7;
}

.menus_top .scrolled:not(.active) .wrapper .navigation_container .menu-item a:hover {
  opacity: .7;
}
.menu-principal .navigation_container .item_menu_level1  {
  opacity: 0;
  pointer-events: none;
}
@media (min-width:1101px) {
  .bloc_poly.remontee_actus .inner_content .wrapper_actus article .wrapper_image {
      min-height: 250px;
  }
}

@media (min-width:901px) and (max-width:1100px) {
  .bloc_poly.remontee_actus .inner_content .wrapper_actus article .wrapper_image {
      min-height: 200px;
  }
}

@media (min-width:769px) and (max-width:900px) {
  .bloc_poly.remontee_actus .inner_content .wrapper_actus article .wrapper_image {
      min-height: 160px;
  }
}
.bloc_poly .wrapper_bloc.medium_bloc .inner_content .f_box {
  display: flex;
  /*height: 24.166vw;*/
  gap: 1.718vw;
}
.bloc_poly .wrapper_bloc.medium_bloc .inner_content .f_box .l {
  width: 58.37%;
}
.bloc_poly .wrapper_bloc.medium_bloc .inner_content .f_box .l .pic{
  position: relative;
  width: 100%;
  height: 100%;
}
.bloc_poly .wrapper_bloc.medium_bloc .inner_content .f_box .l .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
  cursor: pointer;
}
.bloc_poly .wrapper_bloc.medium_bloc .inner_content .f_box .l .pic video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}
.bloc_poly .wrapper_bloc.medium_bloc .inner_content .f_box .l .pic p {
  position: absolute;
  left: 19px;
  bottom: 30px;
  color: #FFF;
  font-family: "Noto Sans SC";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.bloc_poly .wrapper_bloc.medium_bloc .inner_content .f_box .l .pic .icon {
  position: absolute;
  top: 16px;
  right: 9px;
}
.bloc_poly .wrapper_bloc.medium_bloc .inner_content .f_box .r {
  width: 36.09%;
  gap: 14px;
  display: grid;
  grid-template-rows: repeat(2,1fr);
} 
.bloc_poly .wrapper_bloc.medium_bloc .inner_content .f_box .r .item {
  /*height: 11.718vw;*/
  position: relative;
}
.bloc_poly .wrapper_bloc.medium_bloc .inner_content .f_box .r .item p{
  bottom: 18px;
  left: 13px;
  position: absolute;
  color: #FFF;
  font-family: "Noto Sans SC";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.bloc_poly .wrapper_bloc.medium_bloc .inner_content .f_box .r .item .icon {
  position: absolute;
  top: 17px;
  right: 19px;
}
@media (min-width:1101px) {
  .bloc_poly .wrapper_bloc.medium_bloc .inner_content .f_box {
      height: 450px;
  }
  .bloc_poly .wrapper_bloc.medium_bloc .inner_content .f_box .r .item {
      height: 218px;
  }
  .bloc_poly.ti1c .wrapper_bloc .inner_content .swiper .swiper-slide {
      height: 260px;
  }
}
@media (min-width:901px) and (max-width:1100px) {
  .bloc_poly .wrapper_bloc.medium_bloc .inner_content .f_box {
      height: 36.363vw;
  }
  .bloc_poly .wrapper_bloc.medium_bloc .inner_content .f_box .r .item {
      height: 17.545vw;
  }
  .bloc_poly.ti1c .wrapper_bloc .inner_content .swiper .swiper-slide {
  height: 23.636vw;
  
  }
}
@media (min-width:769px) and (max-width:900px) {
  .bloc_poly .wrapper_bloc.medium_bloc .inner_content .f_box {
      height: 38.888vw;
  }
  .bloc_poly .wrapper_bloc.medium_bloc .inner_content .f_box .r .item {
      height: 18.666vw;
  }
  .bloc_poly.ti1c .wrapper_bloc .inner_content .swiper .swiper-slide {
      height: 28vw;
  }
}
.video-modal {
          position: fixed;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background: rgba(0,0,0,0.85);
          display: none; /* 默认隐藏 */
          justify-content: center;
          align-items: center;
          z-index: 9999;
          padding: 20px;
          box-sizing: border-box;
      }


.video-modal.active {
          display: flex;
      }

.modal-content {
          position: relative;
          width: 100%;
          height: 70vh;
          max-width: 1200px;
          /*max-height: 90vh;*/
      }


.close-btn {
          position: absolute;
          top: -20px;
          right: -40px;
          background: none;
          border: none;
          color: white;
          font-size: 30px;
          cursor: pointer;
          padding: 5px 10px;
          transition: transform 0.2s ease;
      }

      .close-btn:hover {
          transform: scale(1.1);
      }

      .modal-video {
          width: 100%;
          /*height: auto;*/
          height: 70vh;
          border-radius: 4px;
          max-height: 90vh;
      }
      @media (max-width: 768px) {
          .close-btn {
              top: -30px;
              font-size: 24px;
          }
      }
.bloc_poly .wrapper_bloc.medium_bloc .inner_content .f_box .r .item img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
  max-height: 100%;
  border-radius: 12px;
}
.bloc_poly .wrapper_bloc.medium_bloc .inner_content .f_box .r .item iframe{
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
  max-height: 100%;
  border-radius: 12px;
}
.bloc_poly.ti1c .wrapper_bloc .inner_content {
  display: flex;
  flex-direction: column;
  gap: 80px;
  /*height: 26.093vw;*/
  height: 450px;
}
.bloc_poly.ti1c .wrapper_bloc .inner_content .text {
  color: #2B2E33;
  font-size: 42px;
font-style: normal;
  font-weight: 700;
  line-height: 46.2px; /* 110% */
}
.bloc_poly.ti1c .wrapper_bloc .inner_content .swiper .swiper-pagination {
  bottom: 0;
}

.bloc_poly.ti1c .wrapper_bloc .inner_content .swiper .swiper-slide .pic {
  width: 100%;
  height: 100%;
  position: relative;
}
.bloc_poly.ti1c .wrapper_bloc .inner_content .swiper .swiper-slide .pic p {
  position: absolute;
  bottom: 24px;
  color: #fff;
  left: 15px;
}
.bloc_poly.ti1c .wrapper_bloc .inner_content .swiper .swiper-slide .pic .icon {
  position: absolute;
  bottom: 8px;
  right: 16px;
  cursor: pointer;
}
.bloc_poly.ti1c .wrapper_bloc .inner_content .swiper {
    width: 100%;
    height: 100%;
  }

.bloc_poly.ti1c .wrapper_bloc .inner_content .swiper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
    object-fit: cover;
    border-radius: 12px;
  }
section.container {
  padding: 8.593vw 19.27vw 7.708vw 15.26vw;
}
section.container .f_box {
  display: flex;
  /*gap: 18.229vw;*/
  justify-content: space-between;
}
section.container .f_box .l_item .text p {
  color: #2B2E33;
  font-family: "Noto Sans SC";
  font-size: 2.187vw;
  font-style: normal;
  font-weight: 700;
  line-height: 1.1
}
section.container .f_box .l_item .f_item {
  margin-top: 5.468vw;
  display: flex;
  gap: 20px;
}
section.container .f_box .l_item .f_item .sidebar-nav{
  position: relative;
  background: #D9D9D9;
  width: 2px;
  height: 38.645vw;
}
section.container .f_box .l_item .f_item .sidebar-nav svg {
  width: 11px;
  height: 11px;
  left: -5px;
  position: absolute;
  cursor: pointer;
}
section.container .f_box .l_item .f_item .sidebar-nav .n1 {
  top: 18px;
}
section.container .f_box .l_item .f_item .sidebar-nav .n2 {
  top: 6.51vw;
} 
section.container .f_box .l_item .f_item .sidebar-nav .n3 {
  top: 11.979vw;
}
section.container .f_box .l_item .f_item .sidebar-nav .on {
  width: 14px;
  height: 14px;
  left: -6px;
  flex-shrink: 0;
aspect-ratio: 1/1;
}
section.container .f_box .l_item .f_item .sidebar-nav .on circle {
  fill: #2B2E33;
}
section.container .f_box .l_item .f_item .text_item {
  display: flex;
  flex-direction: column;
  gap: 3.125vw;
}
section.container .f_box .l_item .f_item .text_item p{
  color: #2B2E33;
  font-family: "Noto Sans SC";
  font-size: 1.25vw;
  font-style: normal;
  font-weight: 400;
  line-height: 1.925;
  cursor: pointer;
}
section.container .f_box .l_item .f_item .text_item .on {
  color: #2B2E33;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.65; /* 165% */
}
section.container .f_box .r_item {
  width: 37.552vw;
}
section.container .f_box .r_item .text-item {
  margin: 3.229vw 0;
}
section.container .f_box .r_item .text-item p{
  color: #000;
  font-family: "Noto Sans SC";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 2
}

section.container .f_box .r_item .pic {
  position: relative;
  width: 100%;
  height: 22.239vw;
  margin-bottom: 4.947vw;
}
section.container .f_box .r_item .pic.hidden{display:none;}
section.container .f_box .r_item .pic .icon {
  position: absolute;
  top: 22px;
  right: 22px;
  cursor: pointer;
}
section.container .f_box .r_item .pic img{
  border-radius: 12px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
}
section.container .f_box .r_item .pic p {
  margin: 14px 0 0 14px;
  color: #000;
  font-family: "Noto Sans SC";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
section.container .f_box .r_item .more {
  margin-top: 0.781vw;
}
section.container .f_box .r_item .more a {
  text-align: center;
  color: #D9D9D9;
  font-family: "Noto Sans SC";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 2.566;
}
section.container .f_box .r_item .content-panel {
          display: none; 
      }
section.container .f_box .r_item .content-panel.active {
          display: block; 
      }
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #000;
}
@media (max-width: 768px) {
  section.container .f_box {
      display: block;
  }
  section.container .f_box .l_item .text p {
      font-size: 18px;
  }
  section.container .f_box .r_item .text-item p {
      font-size: 16px;
  }
  section.container .f_box .l_item .f_item .sidebar-nav {
      /*display: none;*/
  }
  section.container .f_box .l_item .f_item .text_item {
      
  }
  section.container .f_box .l_item .f_item .sidebar-nav svg {
      top: 50%;
  }
  section.container .f_box .l_item .f_item .text_item p {
      font-size: 16px;
      line-height: normal;
  }
  section.container .f_box .l_item .f_item .text_item .on {
      font-size: 16px;
      line-height: normal;
      font-weight: bold;
  }
  section.container .f_box .l_item .f_item {
      justify-content: center;
      align-items: center;
  }
  section.container .f_box .r_item .pic p {
      font-size: 14px;
      margin: -4px 0 0 14px;
      text-align: center;
  }
  section.container .f_box .r_item .pic {
      height: auto;
  }
  section.container .f_box .r_item .pic img {
      aspect-ratio: 7 / 4;
  }
  .bloc_poly.ti1c .wrapper_bloc .inner_content .swiper .swiper-pagination {
      display: none;
  }
  .bloc_poly .wrapper_bloc1 {
      margin: 70px auto;
  }
  section.container .f_box .r_item {
      width: 100%;
  }
}
.bloc_poly .logo {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
.bloc_poly.remontee_actus.bgc .inner_content .top_strate_ligne .titre_strate {
  transform: translateY(75px);
}
.bloc_poly.bgc {
    background: url(/static/image/bg.jpg) no-repeat;
    height: 100%;
    position: relative;
    background-size: 100% 100%;
  }

.bloc_poly .logo img {
    width: 100%;
    height: 100%;
  }

.bloc_poly .circle-outer {
    position: relative;
    border-radius: 50%;
    background: #eeeeee;
    transition: transform 0.8s ease;
    box-shadow: 3px 4px 14px 1px #c0baba;
  }

.bloc_poly .circle-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    background: #ffffff;
    transition: transform 0.8s ease;
    animation: scaleDisappear 4s infinite ease-out;
    transform-origin: center;
    box-shadow: 0 0 10px rgb(0 0 0 / 5%);
  }
  .bloc_poly .circle {
      position: absolute;
      border: 1px solid #fff;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
      border-radius: 50%;
      background: #F4F4F5;
      top: 50%;
      left: 50%;
      transform: translate(-50%,-50%);
  }

  @keyframes scaleDisappear {
0% {
  transform: translate(-50%,-50%) scale(1) ; /* 初始状态 */
}
50% {
  transform:translate(-50%,-50%) scale(1.05); /* 中间点放大（而非终点） */
}
100% {
  transform:translate(-50%,-50%) scale(1); /* 收回初始状态 */
}
}
.bloc_poly .bg .circle-container {
    position: absolute;
    transition: transform 0.8s ease;
  }
.bloc_poly .main {
  height: 75vh;
  transform: translateY(-75px);
  /*margin-bottom: 130px;*/
}
.bloc_poly .bg .circle-container:nth-child(1) {
    top: 48%;
    left: 15%;
  }

.bloc_poly  .bg .circle-container:nth-child(1) .circle-outer {
    width: 7.333vw;
    height: 7.333vw;
  }

.bloc_poly  .bg .circle-container:nth-child(1) .circle-inner {
    width: 6.416vw;
    height: 6.416vw;
  }

.bloc_poly  .bg .circle-container:nth-child(2) {
    top: 30%;
    left: 22%;
  }

  .bg .circle-container:nth-child(2) .circle-outer {
    width: 5vw;
    height: 5vw;
  }

.bloc_poly   .bg .circle-container:nth-child(2) .circle-inner {
    width: 4vw;
    height: 4vw;
  }

.bloc_poly  .bg .circle-container:nth-child(3) {
    top: 70%;
    left: 23%;
  }

.bloc_poly   .bg .circle-container:nth-child(3) .circle-outer {
    width: 5vw;
    height: 5vw;
  }

.bloc_poly  .bg .circle-container:nth-child(3) .circle-inner {
    width: 4vw;
    height: 4vw;
  }

.bloc_poly  .bg .circle-container:nth-child(4) {
    top: 52%;
    left: 26%;
  }

.bloc_poly  .bg .circle-container:nth-child(4) .circle-outer {
    width: 5vw;
    height: 5vw;
  }

.bloc_poly  .bg .circle-container:nth-child(4) .circle-inner {
    width: 4vw;
    height: 4vw;
  }

.bloc_poly  .bg .circle-container:nth-child(5) {
    top: 23%;
    left: 31%;
  }

.bloc_poly  .bg .circle-container:nth-child(5) .circle-outer {
    width: 6.666vw;
    height: 6.666vw;
  }

.bloc_poly  .bg .circle-container:nth-child(5) .circle-inner {
    width: 5.416vw;
    height: 5.416vw;
  }

.bloc_poly .bg .circle-container:nth-child(6) {
    top: 45%;
    left: 34%;
  }

.bloc_poly  .bg .circle-container:nth-child(6) .circle-outer {
    width: 7.5vw;
    height: 7.5vw;
  }

.bloc_poly  .bg .circle-container:nth-child(6) .circle-inner {
    width: 6.25vw;
    height: 6.25vw;
  }

.bloc_poly .bg .circle-container:nth-child(7) {
    top: 73%;
    left: 35%;
  }

.bloc_poly  .bg .circle-container:nth-child(7) .circle-outer {
    width: 7.333vw;
    height: 7.333vw;
  }

.bloc_poly  .bg .circle-container:nth-child(7) .circle-inner {
    width: 5.416vw;
    height: 5.416vw;
  }
  .bloc_poly  .bg .circle-container:nth-child(7) .circle {
      width: 6.51vw;
      height: 6.51vw;
  }
.bloc_poly  .bg .circle-container:nth-child(8) {
    top: 21%;
    left: 43%;
  }

.bloc_poly  .bg .circle-container:nth-child(8) .circle-outer {
    width: 7.5vw;
    height: 7.5vw;
  }

.bloc_poly  .bg .circle-container:nth-child(8) .circle-inner {
    width: 6.25vw;
    height: 6.25vw;
  }

.bloc_poly  .bg .circle-container:nth-child(9) {
    top: 49%;
    left: 45%;
  }

.bloc_poly  .bg .circle-container:nth-child(9) .circle-outer {
    width: 6.875vw;
    height: 6.875vw;
  }

.bloc_poly .bg .circle-container:nth-child(9) .circle-inner {
    width: 5vw;
    height: 5vw;
  }
  .bloc_poly .bg .circle-container:nth-child(9) .circle {
      width: 5.989vw;
      height: 5.989vw;
  }
.bloc_poly  .bg .circle-container:nth-child(10) {
    top: 76%;
    left: 47%;
  }

.bloc_poly .bg .circle-container:nth-child(10) .circle-outer {
    width: 7.333vw;
    height: 7.333vw;
  }

.bloc_poly .bg .circle-container:nth-child(10) .circle-inner {
    width: 5.416vw;
    height: 5.416vw;
  }
  .bloc_poly .bg .circle-container:nth-child(10) .circle {
      width: 6.51vw;
      height: 6.51vw;
  }
.bloc_poly .bg .circle-container:nth-child(11) {
    top: 32%;
    left: 53%;
  }

.bloc_poly .bg .circle-container:nth-child(11) .circle-outer {
    width: 6.875vw;
    height: 6.875vw;
  }

.bloc_poly .bg .circle-container:nth-child(11) .circle-inner {
    width: 5vw;
    height: 5vw;
  }
  .bloc_poly .bg .circle-container:nth-child(11) .circle {
      width: 5.989vw;
      height: 5.989vw;
  }
.bloc_poly  .bg .circle-container:nth-child(12) {
    top: 58%;
    left: 55%;
  }

.bloc_poly .bg .circle-container:nth-child(12) .circle-outer {
    width: 7.333vw;
    height: 7.333vw;
  }

.bloc_poly  .bg .circle-container:nth-child(12) .circle-inner {
    width: 5.416vw;
    height: 5.416vw;
  }
  .bloc_poly  .bg .circle-container:nth-child(12) .circle {
      width: 6.51vw;
      height: 6.51vw;
  }
.bloc_poly .bg .circle-container:nth-child(13) {
    top: 17%;
    left: 63%;
  }

.bloc_poly  .bg .circle-container:nth-child(13) .circle-outer {
    width: 7.5vw;
    height: 7.5vw;
  }

.bloc_poly   .bg .circle-container:nth-child(13) .circle-inner {
    width: 6.25vw;
    height: 6.25vw;
  }

.bloc_poly  .bg .circle-container:nth-child(14) {
    top: 45%;
    left: 63%;
  }

.bloc_poly  .bg .circle-container:nth-child(14) .circle-outer {
    width: 6.666vw;
    height: 6.666vw;
  }

.bloc_poly  .bg .circle-container:nth-child(14) .circle-inner {
    width: 5.416vw;
    height: 5.416vw;
  }

.bloc_poly .bg .circle-container:nth-child(15) {
    top: 74%;
    left: 64%;
  }

.bloc_poly  .bg .circle-container:nth-child(15) .circle-outer {
  width: 7.333vw;
    height: 7.333vw;
  }

.bloc_poly  .bg .circle-container:nth-child(15) .circle-inner {
    width: 5.416vw;
    height: 5.416vw;
  }
  .bloc_poly  .bg .circle-container:nth-child(15) .circle {
      width: 6.51vw;
      height: 6.51vw;
  }
.bloc_poly  .bg .circle-container:nth-child(16) {
    top: 29%;
    left: 74%;
  }

.bloc_poly .bg .circle-container:nth-child(16) .circle-outer {
    width: 5vw;
    height: 5vw;
  }

.bloc_poly  .bg .circle-container:nth-child(16) .circle-inner {
    width: 4vw;
    height: 4vw;
  }

.bloc_poly .bg .circle-container:nth-child(17) {
    top: 47%;
    left: 72%;
  }

.bloc_poly .bg .circle-container:nth-child(17) .circle-outer {
    width: 7.333vw;
    height: 7.333vw;
  }

.bloc_poly .bg .circle-container:nth-child(17) .circle-inner {
    width: 5.416vw;
    height: 5.416vw;
  }
  .bloc_poly  .bg .circle-container:nth-child(17) .circle {
      width: 6.51vw;
      height: 6.51vw;
  }
.bloc_poly .bg .circle-container:nth-child(18) {
    top: 70%;
    left: 77%;
  }

.bloc_poly .bg .circle-container:nth-child(18) .circle-outer {
    width: 5vw;
    height: 5vw;
  }

.bloc_poly .bg .circle-container:nth-child(18) .circle-inner {
    width: 4vw;
    height: 4vw;
  }

.bloc_poly .bg .circle-container:nth-child(19) {
    top: 41%;
    left: 81%;
  }

.bloc_poly  .bg .circle-container:nth-child(19) .circle-outer {
    width: 5vw;
    height: 5vw;
  }

.bloc_poly .bg .circle-container:nth-child(19) .circle-inner {
    width: 4vw;
    height: 4vw;
  }
  .bloc_poly.knowledge_base {
      background: url(/static/image/knowledge.jpg) no-repeat;
      background-size: 100% 100%;
  }
  .bloc_poly.remontee_actus.bgc .wrapper_bloc{
      margin-bottom: 0 !important;
  }
  @media (max-width:769px) {
  .bloc_poly .wrapper_bloc.medium_bloc .inner_content .f_box {
      flex-direction: column;
  }
  .bloc_poly .wrapper_bloc.medium_bloc .inner_content .f_box .l {
      width: 100%;
  }
  .bloc_poly .wrapper_bloc.medium_bloc .inner_content .f_box .r {
      width: 100%;
  }
  .bloc_poly.remontee_actus.bgc .inner_content .top_strate_ligne .titre_strate {
      font-size: 30px;
      text-align: center;
  }
  .bloc_poly .bg .circle-container:nth-child(1) {
      left: 10%;
  }
    .bloc_poly  .bg .circle-container:nth-child(1) .circle-outer {
    width: 60px;
    height: 60px;
  }

.bloc_poly  .bg .circle-container:nth-child(1) .circle-inner {
    width: 50px;
    height: 50px;
  }
  .bloc_poly  .bg .circle-container:nth-child(2) .circle-outer {
    width: 60px;
    height: 60px;
  }

.bloc_poly  .bg .circle-container:nth-child(2) .circle-inner {
    width: 50px;
    height: 50px;
  }
  .bloc_poly .bg .circle-container:nth-child(2) {
      top: 30%;
      left: 7%;
  }
    .bloc_poly  .bg .circle-container:nth-child(3) .circle-outer {
    width: 60px;
    height: 60px;
  }
  .bloc_poly .bg .circle-container:nth-child(3) {
      /*left: 12%;*/
      left: 7%;
      top: 75%;
  }
.bloc_poly  .bg .circle-container:nth-child(3) .circle-inner {
    width: 50px;
    height: 50px;
  }
    .bloc_poly  .bg .circle-container:nth-child(4) .circle-outer {
    width: 60px;
    height: 60px;
  }
  .bloc_poly .bg .circle-container:nth-child(4) {
      top: 62%;
  left: 9%;
  }
.bloc_poly  .bg .circle-container:nth-child(4) .circle-inner {
    width: 50px;
    height: 50px;
  }
    .bloc_poly  .bg .circle-container:nth-child(5) .circle-outer {
    width: 60px;
    height: 60px;
  }

.bloc_poly  .bg .circle-container:nth-child(5) .circle-inner {
    width: 50px;
    height: 50px;
  }
  .bloc_poly .bg .circle-container:nth-child(6) {
      top: 40%;
  }
    .bloc_poly  .bg .circle-container:nth-child(6) .circle-outer {
    width: 60px;
    height: 60px;
  }

.bloc_poly  .bg .circle-container:nth-child(6) .circle-inner {
    width: 50px;
    height: 50px;
  }
  
    .bloc_poly  .bg .circle-container:nth-child(7) .circle-outer {
    width: 60px;
    height: 60px;
  }

.bloc_poly  .bg .circle-container:nth-child(7) .circle-inner {
    width: 50px;
    height: 50px;
  }
  .bloc_poly .bg .circle-container:nth-child(8) {
      left: 50%;
  }
    .bloc_poly  .bg .circle-container:nth-child(8) .circle-outer {
    width: 60px;
    height: 60px;
  }

.bloc_poly  .bg .circle-container:nth-child(8) .circle-inner {
    width: 50px;
    height: 50px;
  }
    .bloc_poly  .bg .circle-container:nth-child(9) .circle-outer {
    width: 60px;
    height: 60px;
  }

.bloc_poly  .bg .circle-container:nth-child(9) .circle-inner {
    width: 50px;
    height: 50px;
  }
  .bloc_poly .bg .circle-container:nth-child(10) {
      top: 82%;
  }
    .bloc_poly  .bg .circle-container:nth-child(10) .circle-outer {
    width: 60px;
    height: 60px;
  }

.bloc_poly  .bg .circle-container:nth-child(10) .circle-inner {
    width: 50px;
    height: 50px;
  }
    .bloc_poly  .bg .circle-container:nth-child(11) .circle-outer {
    width: 60px;
    height: 60px;
  }

.bloc_poly  .bg .circle-container:nth-child(11) .circle-inner {
    width: 50px;
    height: 50px;
  }
    .bloc_poly  .bg .circle-container:nth-child(12) .circle-outer {
    width: 60px;
    height: 60px;
  }

.bloc_poly  .bg .circle-container:nth-child(12) .circle-inner {
    width: 50px;
    height: 50px;
  }
  .bloc_poly .bg .circle-container:nth-child(13) {
      top: 17%;
      left: 73%;
  }
    .bloc_poly  .bg .circle-container:nth-child(13) .circle-outer {
    width: 60px;
    height: 60px;
  }

.bloc_poly  .bg .circle-container:nth-child(13) .circle-inner {
    width: 50px;
    height: 50px;
  }
    .bloc_poly  .bg .circle-container:nth-child(14) .circle-outer {
    width: 60px;
    height: 60px;
  }

.bloc_poly  .bg .circle-container:nth-child(14) .circle-inner {
    width: 50px;
    height: 50px;
  }
    .bloc_poly  .bg .circle-container:nth-child(15) .circle-outer {
    width: 60px;
    height: 60px;
  }

.bloc_poly  .bg .circle-container:nth-child(15) .circle-inner {
    width: 50px;
    height: 50px;
  }
    .bloc_poly  .bg .circle-container:nth-child(16) .circle-outer {
    width: 60px;
    height: 60px;
  }

.bloc_poly  .bg .circle-container:nth-child(16) .circle-inner {
    width: 50px;
    height: 50px;
  }
  .bloc_poly .bg .circle-container:nth-child(17) {
      top: 54%;
      left: 74%;
  }
    .bloc_poly  .bg .circle-container:nth-child(17) .circle-outer {
    width: 60px;
    height: 60px;
  }

.bloc_poly  .bg .circle-container:nth-child(17) .circle-inner {
    width: 50px;
    height: 50px;
  }
  .bloc_poly .bg .circle-container:nth-child(18){
      left: 80%;
  }
    .bloc_poly  .bg .circle-container:nth-child(18) .circle-outer {
    width: 60px;
    height: 60px;
  }

.bloc_poly  .bg .circle-container:nth-child(18) .circle-inner {
    width: 50px;
    height: 50px;
  }
    .bloc_poly  .bg .circle-container:nth-child(19) .circle-outer {
    width: 60px;
    height: 60px;
  }

.bloc_poly  .bg .circle-container:nth-child(19) .circle-inner {
    width: 50px;
    height: 50px;
  }
}
.bloc_poly .logo {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
.bloc_poly.remontee_actus.bgc .inner_content .top_strate_ligne .titre_strate {
  transform: translateY(75px);
}
.bloc_poly.bgc {
    background: url(/static/image/bg.jpg) no-repeat;
    height: 100%;
    position: relative;
    background-size: 100% 100%;
  }

.bloc_poly .logo img {
    width: 100%;
    height: 100%;
  }

.bloc_poly .circle-outer {
    position: relative;
    border-radius: 50%;
    background: #eeeeee;
    transition: transform 0.8s ease;
    box-shadow: 3px 4px 14px 1px #c0baba;
  }

.bloc_poly .circle-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    background: #ffffff;
    transition: transform 0.8s ease;
    animation: scaleDisappear 4s infinite ease-out;
    transform-origin: center;
    box-shadow: 0 0 10px rgb(0 0 0 / 5%);
  }
  .bloc_poly .circle {
      position: absolute;
      border: 1px solid #fff;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
      border-radius: 50%;
      background: #F4F4F5;
      top: 50%;
      left: 50%;
      transform: translate(-50%,-50%);
  }

  @keyframes scaleDisappear {
0% {
  transform: translate(-50%,-50%) scale(1) ; /* 初始状态 */
}
50% {
  transform:translate(-50%,-50%) scale(1.05); /* 中间点放大（而非终点） */
}
100% {
  transform:translate(-50%,-50%) scale(1); /* 收回初始状态 */
}
}
.bloc_poly .bg .circle-container {
    position: absolute;
    transition: transform 0.8s ease;
  }
.bloc_poly .main {
  height: 75vh;
  transform: translateY(-75px);
  /*margin-bottom: 130px;*/
}
.bloc_poly .bg .circle-container:nth-child(1) {
    top: 48%;
    left: 15%;
  }

.bloc_poly  .bg .circle-container:nth-child(1) .circle-outer {
    width: 7.333vw;
    height: 7.333vw;
  }

.bloc_poly  .bg .circle-container:nth-child(1) .circle-inner {
    width: 6.416vw;
    height: 6.416vw;
  }

.bloc_poly  .bg .circle-container:nth-child(2) {
    top: 30%;
    left: 22%;
  }

  .bg .circle-container:nth-child(2) .circle-outer {
    width: 5vw;
    height: 5vw;
  }

.bloc_poly   .bg .circle-container:nth-child(2) .circle-inner {
    width: 4vw;
    height: 4vw;
  }

.bloc_poly  .bg .circle-container:nth-child(3) {
    top: 70%;
    left: 23%;
  }

.bloc_poly   .bg .circle-container:nth-child(3) .circle-outer {
    width: 5vw;
    height: 5vw;
  }

.bloc_poly  .bg .circle-container:nth-child(3) .circle-inner {
    width: 4vw;
    height: 4vw;
  }

.bloc_poly  .bg .circle-container:nth-child(4) {
    top: 52%;
    left: 26%;
  }

.bloc_poly  .bg .circle-container:nth-child(4) .circle-outer {
    width: 5vw;
    height: 5vw;
  }

.bloc_poly  .bg .circle-container:nth-child(4) .circle-inner {
    width: 4vw;
    height: 4vw;
  }

.bloc_poly  .bg .circle-container:nth-child(5) {
    top: 23%;
    left: 31%;
  }

.bloc_poly  .bg .circle-container:nth-child(5) .circle-outer {
    width: 6.666vw;
    height: 6.666vw;
  }

.bloc_poly  .bg .circle-container:nth-child(5) .circle-inner {
    width: 5.416vw;
    height: 5.416vw;
  }

.bloc_poly .bg .circle-container:nth-child(6) {
    top: 45%;
    left: 34%;
  }

.bloc_poly  .bg .circle-container:nth-child(6) .circle-outer {
    width: 7.5vw;
    height: 7.5vw;
  }

.bloc_poly  .bg .circle-container:nth-child(6) .circle-inner {
    width: 6.25vw;
    height: 6.25vw;
  }

.bloc_poly .bg .circle-container:nth-child(7) {
    top: 73%;
    left: 35%;
  }

.bloc_poly  .bg .circle-container:nth-child(7) .circle-outer {
    width: 7.333vw;
    height: 7.333vw;
  }

.bloc_poly  .bg .circle-container:nth-child(7) .circle-inner {
    width: 5.416vw;
    height: 5.416vw;
  }
  .bloc_poly  .bg .circle-container:nth-child(7) .circle {
      width: 6.51vw;
      height: 6.51vw;
  }
.bloc_poly  .bg .circle-container:nth-child(8) {
    top: 21%;
    left: 43%;
  }

.bloc_poly  .bg .circle-container:nth-child(8) .circle-outer {
    width: 7.5vw;
    height: 7.5vw;
  }

.bloc_poly  .bg .circle-container:nth-child(8) .circle-inner {
    width: 6.25vw;
    height: 6.25vw;
  }

.bloc_poly  .bg .circle-container:nth-child(9) {
    top: 49%;
    left: 45%;
  }

.bloc_poly  .bg .circle-container:nth-child(9) .circle-outer {
    width: 6.875vw;
    height: 6.875vw;
  }

.bloc_poly .bg .circle-container:nth-child(9) .circle-inner {
    width: 5vw;
    height: 5vw;
  }
  .bloc_poly .bg .circle-container:nth-child(9) .circle {
      width: 5.989vw;
      height: 5.989vw;
  }
.bloc_poly  .bg .circle-container:nth-child(10) {
    top: 76%;
    left: 47%;
  }

.bloc_poly .bg .circle-container:nth-child(10) .circle-outer {
    width: 7.333vw;
    height: 7.333vw;
  }

.bloc_poly .bg .circle-container:nth-child(10) .circle-inner {
    width: 5.416vw;
    height: 5.416vw;
  }
  .bloc_poly .bg .circle-container:nth-child(10) .circle {
      width: 6.51vw;
      height: 6.51vw;
  }
.bloc_poly .bg .circle-container:nth-child(11) {
    top: 32%;
    left: 53%;
  }

.bloc_poly .bg .circle-container:nth-child(11) .circle-outer {
    width: 6.875vw;
    height: 6.875vw;
  }

.bloc_poly .bg .circle-container:nth-child(11) .circle-inner {
    width: 5vw;
    height: 5vw;
  }
  .bloc_poly .bg .circle-container:nth-child(11) .circle {
      width: 5.989vw;
      height: 5.989vw;
  }
.bloc_poly  .bg .circle-container:nth-child(12) {
    top: 58%;
    left: 55%;
  }

.bloc_poly .bg .circle-container:nth-child(12) .circle-outer {
    width: 7.333vw;
    height: 7.333vw;
  }

.bloc_poly  .bg .circle-container:nth-child(12) .circle-inner {
    width: 5.416vw;
    height: 5.416vw;
  }
  .bloc_poly  .bg .circle-container:nth-child(12) .circle {
      width: 6.51vw;
      height: 6.51vw;
  }
.bloc_poly .bg .circle-container:nth-child(13) {
    top: 17%;
    left: 63%;
  }

.bloc_poly  .bg .circle-container:nth-child(13) .circle-outer {
    width: 7.5vw;
    height: 7.5vw;
  }

.bloc_poly   .bg .circle-container:nth-child(13) .circle-inner {
    width: 6.25vw;
    height: 6.25vw;
  }

.bloc_poly  .bg .circle-container:nth-child(14) {
    top: 45%;
    left: 63%;
  }

.bloc_poly  .bg .circle-container:nth-child(14) .circle-outer {
    width: 6.666vw;
    height: 6.666vw;
  }

.bloc_poly  .bg .circle-container:nth-child(14) .circle-inner {
    width: 5.416vw;
    height: 5.416vw;
  }

.bloc_poly .bg .circle-container:nth-child(15) {
    top: 74%;
    left: 64%;
  }

.bloc_poly  .bg .circle-container:nth-child(15) .circle-outer {
  width: 7.333vw;
    height: 7.333vw;
  }

.bloc_poly  .bg .circle-container:nth-child(15) .circle-inner {
    width: 5.416vw;
    height: 5.416vw;
  }
  .bloc_poly  .bg .circle-container:nth-child(15) .circle {
      width: 6.51vw;
      height: 6.51vw;
  }
.bloc_poly  .bg .circle-container:nth-child(16) {
    top: 29%;
    left: 74%;
  }

.bloc_poly .bg .circle-container:nth-child(16) .circle-outer {
    width: 5vw;
    height: 5vw;
  }

.bloc_poly  .bg .circle-container:nth-child(16) .circle-inner {
    width: 4vw;
    height: 4vw;
  }

.bloc_poly .bg .circle-container:nth-child(17) {
    top: 47%;
    left: 72%;
  }

.bloc_poly .bg .circle-container:nth-child(17) .circle-outer {
    width: 7.333vw;
    height: 7.333vw;
  }

.bloc_poly .bg .circle-container:nth-child(17) .circle-inner {
    width: 5.416vw;
    height: 5.416vw;
  }
  .bloc_poly  .bg .circle-container:nth-child(17) .circle {
      width: 6.51vw;
      height: 6.51vw;
  }
.bloc_poly .bg .circle-container:nth-child(18) {
    top: 70%;
    left: 77%;
  }

.bloc_poly .bg .circle-container:nth-child(18) .circle-outer {
    width: 5vw;
    height: 5vw;
  }

.bloc_poly .bg .circle-container:nth-child(18) .circle-inner {
    width: 4vw;
    height: 4vw;
  }

.bloc_poly .bg .circle-container:nth-child(19) {
    top: 41%;
    left: 81%;
  }

.bloc_poly  .bg .circle-container:nth-child(19) .circle-outer {
    width: 5vw;
    height: 5vw;
  }

.bloc_poly .bg .circle-container:nth-child(19) .circle-inner {
    width: 4vw;
    height: 4vw;
  }
  .bloc_poly.knowledge_base {
      background: url(/static/image/knowledge.jpg) no-repeat;
      background-size: 100% 100%;
  }
  .bloc_poly.remontee_actus.bgc .wrapper_bloc{
      margin-bottom: 0 !important;
  }
  @media (max-width:769px) {
  .bloc_poly .wrapper_bloc.medium_bloc .inner_content .f_box {
      flex-direction: column;
  }
  .bloc_poly .wrapper_bloc.medium_bloc .inner_content .f_box .l {
      width: 100%;
  }
  .bloc_poly .wrapper_bloc.medium_bloc .inner_content .f_box .r {
      width: 100%;
  }
  .bloc_poly.remontee_actus.bgc .inner_content .top_strate_ligne .titre_strate {
      font-size: 30px;
      text-align: center;
  }
  .bloc_poly .bg .circle-container:nth-child(1) {
      left: 6%;
      top: 45%;
  }
    .bloc_poly  .bg .circle-container:nth-child(1) .circle-outer {
    width: 60px;
    height: 60px;
  }

.bloc_poly  .bg .circle-container:nth-child(1) .circle-inner {
    width: 50px;
    height: 50px;
  }
  .bloc_poly  .bg .circle-container:nth-child(2) .circle-outer {
    width: 60px;
    height: 60px;
  }

.bloc_poly  .bg .circle-container:nth-child(2) .circle-inner {
    width: 50px;
    height: 50px;
  }
  .bloc_poly .bg .circle-container:nth-child(2) {
              top: 30%;
      left: 7%;
  }
    .bloc_poly  .bg .circle-container:nth-child(3) .circle-outer {
    width: 60px;
    height: 60px;
  }
  .bloc_poly .bg .circle-container:nth-child(3) {
      left: 5%;
      top: 82%;
  }
.bloc_poly  .bg .circle-container:nth-child(3) .circle-inner {
    width: 50px;
    height: 50px;
  }
    .bloc_poly  .bg .circle-container:nth-child(4) .circle-outer {
    width: 60px;
    height: 60px;
  }

.bloc_poly  .bg .circle-container:nth-child(4) .circle-inner {
    width: 50px;
    height: 50px;
  }
  .bloc_poly .bg .circle-container:nth-child(4) {
      top: 62%;
  left: 9%;
  }
    .bloc_poly  .bg .circle-container:nth-child(5) .circle-outer {
    width: 60px;
    height: 60px;
  }
  .bloc_poly .bg .circle-container:nth-child(5) {
      top: 27%;
      left: 26%;
  }
.bloc_poly  .bg .circle-container:nth-child(5) .circle-inner {
    width: 50px;
    height: 50px;
  }
  .bloc_poly .bg .circle-container:nth-child(6) {
      top: 44%;
      left: 27%;
  }
    .bloc_poly  .bg .circle-container:nth-child(6) .circle-outer {
    width: 60px;
    height: 60px;
  }

.bloc_poly  .bg .circle-container:nth-child(6) .circle-inner {
    width: 50px;
    height: 50px;
  }
  
    .bloc_poly  .bg .circle-container:nth-child(7) .circle-outer {
    width: 60px;
    height: 60px;
  }

.bloc_poly  .bg .circle-container:nth-child(7) .circle-inner {
    width: 50px;
    height: 50px;
  }
  .bloc_poly .bg .circle-container:nth-child(7) {
      top: 93%;
  left: 22%;
  }
  .bloc_poly .bg .circle-container:nth-child(8) {
      left: 50%;
      top: 26%;
  }
    .bloc_poly  .bg .circle-container:nth-child(8) .circle-outer {
    width: 60px;
    height: 60px;
  }

.bloc_poly  .bg .circle-container:nth-child(8) .circle-inner {
    width: 50px;
    height: 50px;
  }
    .bloc_poly  .bg .circle-container:nth-child(9) .circle-outer {
    width: 60px;
    height: 60px;
  }

.bloc_poly  .bg .circle-container:nth-child(9) .circle-inner {
    width: 50px;
    height: 50px;
  }
  .bloc_poly .bg .circle-container:nth-child(9) {
      top: 59%;
      left: 31%;
  }
  .bloc_poly .bg .circle-container:nth-child(10) {
      top: 78%;
      left: 34%;
  }
    .bloc_poly  .bg .circle-container:nth-child(10) .circle-outer {
    width: 60px;
    height: 60px;
  }

.bloc_poly  .bg .circle-container:nth-child(10) .circle-inner {
    width: 50px;
    height: 50px;
  }
    .bloc_poly  .bg .circle-container:nth-child(11) .circle-outer {
    width: 60px;
    height: 60px;
  }

.bloc_poly  .bg .circle-container:nth-child(11) .circle-inner {
    width: 50px;
    height: 50px;
  }
  .bloc_poly .bg .circle-container:nth-child(11) {
      top: 41%;
      left: 48%;
  }
    .bloc_poly  .bg .circle-container:nth-child(12) .circle-outer {
    width: 60px;
    height: 60px;
  }

.bloc_poly  .bg .circle-container:nth-child(12) .circle-inner {
    width: 50px;
    height: 50px;
  }
  .bloc_poly .bg .circle-container:nth-child(12) {
      top: 80%;
  left: 58%;
  }
  .bloc_poly .bg .circle-container:nth-child(13) {
      top: 26%;
      left: 73%;
  }
    .bloc_poly  .bg .circle-container:nth-child(13) .circle-outer {
    width: 60px;
    height: 60px;
  }

.bloc_poly  .bg .circle-container:nth-child(13) .circle-inner {
    width: 50px;
    height: 50px;
  }
    .bloc_poly  .bg .circle-container:nth-child(14) .circle-outer {
    width: 60px;
    height: 60px;
  }

.bloc_poly  .bg .circle-container:nth-child(14) .circle-inner {
    width: 50px;
    height: 50px;
  }
  .bloc_poly .bg .circle-container:nth-child(14) {
      top: 59%;
      left: 76%;
  }
    .bloc_poly  .bg .circle-container:nth-child(15) .circle-outer {
    width: 60px;
    height: 60px;
  }

.bloc_poly  .bg .circle-container:nth-child(15) .circle-inner {
    width: 50px;
    height: 50px;
  }
  .bloc_poly .bg .circle-container:nth-child(15) {
      top: 93%;
      left: 45%;
  }
    .bloc_poly  .bg .circle-container:nth-child(16) .circle-outer {
    width: 60px;
    height: 60px;
  }

.bloc_poly  .bg .circle-container:nth-child(16) .circle-inner {
    width: 50px;
    height: 50px;
  }
  .bloc_poly .bg .circle-container:nth-child(16) {
      top: 42%;
  left: 74%;
  }
  .bloc_poly .bg .circle-container:nth-child(17) {
      top: 60%;
      left: 52%;
  }
    .bloc_poly  .bg .circle-container:nth-child(17) .circle-outer {
    width: 60px;
    height: 60px;
  }

.bloc_poly  .bg .circle-container:nth-child(17) .circle-inner {
    width: 50px;
    height: 50px;
  }
  .bloc_poly .bg .circle-container:nth-child(18){
      top: 94%;
      left:73% ;
  }
    .bloc_poly  .bg .circle-container:nth-child(18) .circle-outer {
    width: 60px;
    height: 60px;
  }

.bloc_poly  .bg .circle-container:nth-child(18) .circle-inner {
    width: 50px;
    height: 50px;
  }
    .bloc_poly  .bg .circle-container:nth-child(19) .circle-outer {
    width: 60px;
    height: 60px;
  }

.bloc_poly  .bg .circle-container:nth-child(19) .circle-inner {
    width: 50px;
    height: 50px;
  }
  .bloc_poly .bg .circle-container:nth-child(19) {
      top: 77%;
  left: 78%;
  }
}
.page-template-accueil .bloc_poly.trois_cartouches>.wrapper_bloc .zuo {
  width: 40%;
}
.page-template-accueil .bloc_poly.trois_cartouches>.wrapper_bloc .you {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  width: 48%;
}
.page-template-accueil .bloc_poly.trois_cartouches>.wrapper_bloc .you .t1{
  font-size: 44px;
  color: #fff;
}
.page-template-accueil .bloc_poly.trois_cartouches>.wrapper_bloc .you .t2{
  font-size: 24px;
  color: #fff;
  opacity: 0.6;
  line-height: 1;
}
.new .wrapper_bloc.medium_bloc .inner_content{
  display: flex;
  padding: 200px 0;
  gap: 130px;
}
@media (max-width:1200px) {
  .page-template-accueil .bloc_poly.trois_cartouches>.wrapper_bloc .you .t1 {
      font-size: 3.333vw;
  }
}
@media (max-width:768px) {
  .page-template-accueil .bloc_poly.trois_cartouches>.wrapper_bloc .you .t1 {
      font-size: 24px;
  }
  .new .wrapper_bloc.medium_bloc .inner_content {
      padding: 120px 0;
      gap: 100px;
      flex-direction: column;
  }
  .page-template-accueil .bloc_poly.trois_cartouches>.wrapper_bloc .you .t2{
  font-size: 18px;
}
.page-template-accueil .bloc_poly.trois_cartouches>.wrapper_bloc .zuo .pic{
  height: 300px;
}
.page-template-accueil .bloc_poly.trois_cartouches>.wrapper_bloc .zuo {
  width: 100%;
} 
.page-template-accueil .bloc_poly.trois_cartouches>.wrapper_bloc .you {
  width: 100%;
}
.page-template-accueil .bloc_poly.trois_cartouches>.wrapper_bloc .zuo .pic img {
  height: 100%;
}
.new .wrapper_bloc.medium_bloc {
  padding: 50px 0;
  gap: 50px;
}
}
.menu-top-right .flex-box {
  display: flex;
  gap: 20px;
  align-items: center;
  
}
.menu-top-right .flex-box p {
  font-size: 14px;
  color:#fff;
}
.menu-top-right .flex-box .item {
  position: relative;
  padding: 2px 6px;
  display: flex;
  align-items: center;
  gap: 15px;
  border-radius: 6px;
  border: 1px solid #fff;
}
.menu-top-right .flex-box .item img {
  width: 14px;
  height: 14px;
}
.menus_top .wrapper {
  align-items: center;
}
.menu-principal .navigation_container .item_menu_level1 {
  display: none;
}
.menu_top_main .menu-principal .box-op {
  display: block;
}
.menu-top-right .flex-box .hide.hide1 {
  display: none;
}
.menu-top-right .flex-box .pic{
  width: 22px;
  height: 22px;
}
.menu-top-right .flex-box .pic img {
  width: 100%;
  height: 100%;
  margin-left: 10px;
}
.scrolled .menu-top-right .flex-box p {
  color: #000;
}
.scrolled .menu-top-right .flex-box .item {
  border: 1px solid #000;
}
.menu-top-right .flex-box .item img:nth-child(3) {
  display: none;
}
.scrolled .menu-top-right .flex-box .item img:nth-child(2) {
  display: none;
}
.scrolled .menu-top-right .flex-box .item img:nth-child(3) {
  display: block;
}
.menu-top-right .flex-box .pic img:nth-child(2) {
  display: none;
}
.scrolled .menu-top-right .flex-box .pic img:nth-child(1) {
  display: none;
}
.scrolled .menu-top-right .flex-box .pic img:nth-child(2) {
  display: block;
}
.menu-top-right .flex-box .dropdown {
  position: absolute;
  width: 100%;
  top: 100%;
  padding: 10px 0 0 0;
  left: 50%;
  transform: translateX(-50%);
  display: none;
}
.menu-top-right .flex-box .dropdown .links a {
  color: #fff;
}
.menu-top-right .flex-box .dropdown .links{
  text-align: left;
  padding: 5px 6px;
  /*background: #fff;*/
  background: transparent;
}
.menu-top-right .flex-box .lan {
  cursor: pointer;
}
.menu-top-right .flex-box .lan:hover .dropdown{
  display: block;
}
footer.site-footer .top .wrapper aside.footer-3 {
  margin-top: 6vw;
}
footer.site-footer .top .wrapper aside.footer-3 .main {
  display: flex;
  gap: 20px;
  align-items: center;
}
footer.site-footer .top .wrapper aside.footer-3 .main .pic {
  width: 22px;
  height: 22px;
}
footer.site-footer .top .wrapper aside.footer-3 .main .pic img {
  width: 100%;
  height: 100%;
}
footer.site-footer .top .wrapper aside.footer-3 .main .item {
  position: relative;
  padding: 2px 6px;
  display: flex;
  align-items: center;
  gap: 15px;
  border-radius: 6px;
  border: 1px solid #fff;
}
footer.site-footer .top .wrapper aside.footer-3 .main .item img {
  width: 14px;
  height: 14px;
  transform: rotate(180deg);
}
footer.site-footer .top .wrapper aside.footer-3 .main .item p {
  font-size: 14px;
  color: #fff;
}
footer.site-footer .top .wrapper aside.footer-3 .main .dropdown {
  position: absolute;
  width: 100%;
  bottom: 100%;
  padding: 0 0 10px 0;
  left: 50%;
  transform: translateX(-50%);
  display: none;
}
footer.site-footer .top .wrapper aside.footer-3 .main .dropdown .links {
  text-align: left;
  padding: 5px 6px;
  background: transparent;
}
footer.site-footer .top .wrapper aside.footer-3 .main .dropdown .links a {
  color: #fff;
}
footer.site-footer .top .wrapper aside.footer-3 .main .lan {
  cursor: pointer;
}
footer.site-footer .top .wrapper aside.footer-3 .main .lan:hover .dropdown{
  display: block;
}
@media (max-width:1024px) {
  .header_site .menus_top .menu_top_contexte .menu_top_contexte_right .item{
      display: flex;
      gap: 10px;
      align-items: center;
      border:1px solid  #fff;
      padding: 2px 6px;
      border-radius: 6px;
  }
  .header_site .menus_top .menu_top_contexte .menu_top_contexte_right .item p {
      font-size: 14px;
      color: #fff;
  }
  .header_site .menus_top .menu_top_contexte .menu_top_contexte_right .item img {
      width: 14px;
      /*display: none;*/
  }
  .header_site .menus_top .menu_top_contexte .menu_top_contexte_right {
      display: flex;
      gap: 10px;
      align-items: center;
  }
}

.bloc_poly .wrapper_bloc.medium_bloc .inner_content .flex_box .left {
  width: 35%;
}
.bloc_poly .wrapper_bloc.medium_bloc .inner_content .flex_box {
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
}
.bloc_poly .wrapper_bloc.medium_bloc .inner_content .flex_box .left .pic {
  width: 100%;
  height: 100%;
} 
.bloc_poly .wrapper_bloc.medium_bloc .inner_content .flex_box .left .pic img {
  width: 100%;
  height: 100%;
  /*aspect-ratio: 4/3;*/
  border-radius: 12px;
}
.bloc_poly .wrapper_bloc.medium_bloc .inner_content .flex_box .right {
  width: 55%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.bloc_poly .wrapper_bloc.medium_bloc .inner_content .flex_box .right .ev {
  display: flex;
  gap: 15px;
  align-items: baseline;
  padding: 3px 15px;
  border: 1px solid  #d2d2d2;
  border-radius:12px ;
}
.bloc_poly .wrapper_bloc.medium_bloc .inner_content .flex_box .right .ev .t1 {
  font-size: 38px;
}
.bloc_poly .wrapper_bloc.medium_bloc .inner_content .flex_box .right .ev .t2 {
  font-size: 18px;
}
.bloc_poly .wrapper_bloc.large_bloc .flex_item {
  display: flex;
  gap: 110px;
  align-items: center;
}
.bloc_poly .wrapper_bloc.large_bloc .flex_item .left_item{
  width: 40%;
}
.bloc_poly .wrapper_bloc.large_bloc .flex_item .right_item {
  width: 47%;
  display: flex;
  flex-direction: column;
  gap: 70px;
}
.bloc_poly .wrapper_bloc.large_bloc .flex_item .right_item .t1 {
  font-size: 60px;
}
.bloc_poly .wrapper_bloc.large_bloc .flex_item .right_item .t2 {
  font-size: 26px;
  color: #8D8D8D;
  line-height: 1.4;
}
.insulation {
  padding: 10px;
}
.bloc_poly.insulation .wrapper_bloc {
  margin: 50px auto;
}
.bloc_poly.matters .inner_content .titre_strate {
  line-height: 1.1;
  letter-spacing: 0px;
  color: #fff;
  font-weight: 700
}
.bloc_poly.matters .wrapper_bloc.medium_bloc .inner_content .flex_main {
  display: flex;
  margin-top: 50px;
  gap: 100px;
  align-items: center;
  /*justify-content: space-between;*/
}
.bloc_poly.matters .wrapper_bloc.medium_bloc .inner_content .flex_main .left_main .pic{
  width: 170px;
}
.bloc_poly.matters .wrapper_bloc.medium_bloc .inner_content .flex_main .left_main .pic img{
  width: 100%;
}
.bloc_poly.matters .wrapper_bloc.medium_bloc .inner_content .flex_main .right_main .line{
  width: 2px;
  position: relative;
  height: 530px;
  background: #fff;
}
.bloc_poly.matters .wrapper_bloc.medium_bloc .inner_content .flex_main .right_main .line svg {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.bloc_poly.matters .wrapper_bloc.medium_bloc .inner_content .flex_main .right_main .line svg:nth-child(1) {
  top: 10%;
}
.bloc_poly.matters .wrapper_bloc.medium_bloc .inner_content .flex_main .right_main .line svg:nth-child(2) {
  top: 55%;
}
.bloc_poly.matters .wrapper_bloc.medium_bloc .inner_content .flex_main .right_main {
display: flex;
gap: 30px;
}
.bloc_poly.matters .wrapper_bloc.medium_bloc .inner_content .flex_main .right_main .main_text .ev{
  display: flex;
  gap: 20px;
}
.bloc_poly.matters .wrapper_bloc.medium_bloc .inner_content .flex_main .right_main .main_text p {
  height: fit-content;
  font-size: 32px;
  line-height: 1;
  color: #fff;
}
.bloc_poly.matters .wrapper_bloc.medium_bloc .inner_content .flex_main .right_main .main_text .dress {
  display: flex;
  flex-direction: column;
  height: fit-content;
  border: 1px solid  #919296;
  gap: 30px;
  padding: 0 20px 0 10px;
  width: 31.77vw;
}
.bloc_poly.matters .wrapper_bloc.medium_bloc .inner_content .flex_main .right_main .main_text .dress .p1 {
  font-size: 18px;
  color: #fff;
  opacity: 0.6;
}
.bloc_poly.matters .wrapper_bloc.medium_bloc .inner_content .flex_main .right_main .main_text .ev:nth-child(1) {
  transform: translateY(45px);
}
.bloc_poly.matters .wrapper_bloc.medium_bloc .inner_content .flex_main .right_main .main_text .ev:nth-child(2) {
  transform: translateY(88px);
}
@media screen and (min-width:1580px) {
  .bloc_poly.matters .wrapper_bloc.medium_bloc .inner_content .flex_main .right_main .main_text .ev:nth-child(2) {
      transform: translateY(128px);
  }
}
@media screen and (min-width:768px) {
  .bloc_poly.matters .inner_content .top_strate_ligne .titre_strate {
      font-size: calc(30px + 12 * ((100vw - 768px) / 504))
  }
}

@media screen and (min-width:1272px) {
  .bloc_poly.matters .inner_content .top_strate_ligne .titre_strate {
      font-size: 42px
  }
}
@media screen and (max-width:1280px) {
  .bloc_poly.matters .wrapper_bloc.medium_bloc .inner_content .flex_main .right_main .main_text .ev:nth-child(2) {
      transform: translateY(150px);
  }
}
@media (max-width:768px) {
  .bloc_poly.matters .inner_content .top_strate_ligne .titre_strate {
      text-align: center;
      font-size: 30px;
  }
}
@media (max-width:768px) {
  .bloc_poly .wrapper_bloc.medium_bloc .inner_content .flex_box .left {
      width: 100%;
  }
  .bloc_poly .wrapper_bloc.medium_bloc .inner_content .flex_box {
      flex-direction: column;
  }
  .bloc_poly .wrapper_bloc.medium_bloc .inner_content .flex_box .right {
      width: 100%;
      gap: 20px;
  }
  .bloc_poly .wrapper_bloc.medium_bloc .inner_content .flex_box {
      gap: 30px;
  }
  .bloc_poly .wrapper_bloc.medium_bloc .inner_content .flex_box .right .ev {
      align-items: center;
  }
  .bloc_poly .wrapper_bloc.large_bloc .flex_item .left_item {
      width: 100%;
  }
  .bloc_poly .wrapper_bloc.large_bloc .flex_item {
      gap: 30px;
      width: 100%;
      flex-direction: column;
      padding: 0 20px;
  }
  .bloc_poly .wrapper_bloc.medium_bloc .inner_content .flex_box {
      margin-top: 0;
  }
  .bloc_poly .wrapper_bloc.large_bloc .flex_item .right_item {
      width: 100%;
      gap: 0;
      
  }
  .bloc_poly .wrapper_bloc.large_bloc .flex_item .right_item .t1 {
      font-size: 30px;
  }
  .bloc_poly .wrapper_bloc.large_bloc .flex_item .right_item .t2 {
      font-size: 20px;
  }
  .bloc_poly.matters .wrapper_bloc.medium_bloc .inner_content .flex_main {
      flex-direction: column;
  }
  .bloc_poly.matters .wrapper_bloc.medium_bloc .inner_content .flex_main .right_main {
      width: 100%;
      flex-direction: column;
  }
  .bloc_poly.matters .wrapper_bloc.medium_bloc .inner_content .flex_main .right_main .line {
      width: 100%;
      height: 3px;
  }
  .bloc_poly.matters .wrapper_bloc.medium_bloc .inner_content .flex_main .right_main .line svg {
      transform: translateY(-50%);
      top: 50%;
  }
  .bloc_poly.matters .wrapper_bloc.medium_bloc .inner_content .flex_main .right_main .line svg:nth-child(1) {
  left: 25%;
}
.bloc_poly.matters .wrapper_bloc.medium_bloc .inner_content .flex_main .right_main .line svg:nth-child(2) {
  left: 75%;
}
.bloc_poly.matters .wrapper_bloc.medium_bloc .inner_content .flex_main .right_main .main_text .dress {
  width: 100%;
  padding: 5px;
}
.bloc_poly.matters .wrapper_bloc.medium_bloc .inner_content .flex_main .right_main .main_text .ev {
  transform:translateY(0) !important;
  flex-direction: column;
}
.bloc_poly.matters .wrapper_bloc.medium_bloc .inner_content .flex_main .right_main .main_text p {
  text-align: center;
}
.bloc_poly.matters .wrapper_bloc.medium_bloc .inner_content .flex_main .right_main .main_text {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
}

#backToTop {
          position: fixed;
          bottom: 30px;
          right: 30px;
          width: 50px;
          height: 50px;
          background-color: #919296;
          color: white;
          border: none;
          cursor: pointer;
          transition: all 0.3s ease;
          opacity: 0;
          visibility: hidden;
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
      }
      #backToTop:hover {
          transform: scale(1.1);
      }
      #backToTop.show {
          opacity: 1;
          visibility: visible;
      }
      #backToTop svg {
          position: absolute;
          top: 50%;
          left: 50%;
          fill: white;
          transform: translate(-50%,-50%);
          width: 35px;
          height: 35px;
      }
.bloc_poly.trois_cartouches.matters .inner_content {
  padding-bottom:5.2437% ;
  padding-top: 7.40336%;
}    
@media screen and (max-width:768px) {
  .home .wrapper_slider_home .slider_home .slide {
      height: auto;
      min-height: auto;
      margin-top: 70px;
  }
  .home .wrapper_slider_home .slider_home {
      height: auto;
  }
  .header_site .menus_top .menu_top_contexte .logo-header-mobile img:nth-child(1) {
      display: none;
  }
  .menus_top .wrapper .logo-simplify {
      display: block;
  }
  .header_site .menus_top .menu_top_contexte .menu_top_contexte_right .item img {
      display: none;
  }
  .wrapper_slider_home .slider_home .slide .buttons a {
      padding: 0 5px !important;
  }
  .header_site .menus_top .menu_top_contexte .menu_top_contexte_right .item {
      border:1px solid  #000;
  }
  .header_site .menus_top .menu_top_contexte .menu_top_contexte_right .item p{
      color: #000;
  }
  .navbar-toggle .line-top,
.navbar-toggle .line-middle,
.navbar-toggle .line-bottom {
  background-color: #000000;
}
}


.bloc_poly.application .wrapper_bloc.large_bloc {
  padding: 80px 0;
}
.bloc_poly.application .wrapper_bloc.large_bloc .flex-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.bloc_poly.application .wrapper_bloc.large_bloc .flex-item .left-item p {
  font-size: 60px;
  color: #fff;
}
.bloc_poly.application .wrapper_bloc.large_bloc .flex-item .right-item {
  width: 45%;
}
.bloc_poly.application .wrapper_bloc.large_bloc .flex-main {
  display: flex;
  gap: 20px;
  margin-top: 15px;
}
.bloc_poly.application .wrapper_bloc.large_bloc .flex-main .pic:nth-child(4) {
  display: none;
} 
.bloc_poly.application .wrapper_bloc.large_bloc img {
  border-radius: 12px;
}
.bloc_poly.application .wrapper_bloc.large_bloc .pic {
  position: relative;
}
.bloc_poly.application .wrapper_bloc.large_bloc .pic p {
  position: absolute;
  top: 4%;
  left: 6%;
  color: #fff;
  font-size: 30px;
  line-height: 1.2;
}
@media screen and (max-width:768px) {
  .bloc_poly.application .wrapper_bloc.large_bloc .flex-item .left-item p {
      font-size: 30px;
  }
  .bloc_poly.application .wrapper_bloc.large_bloc .flex-item {
      flex-direction: column;
  }
  .bloc_poly.application .wrapper_bloc.large_bloc {
      padding: 40px 5%;
  }
  .bloc_poly.application .wrapper_bloc.large_bloc .flex-item .right-item {
      width: 100%;
      margin-top: 20px;
      display: none;
  }
  .bloc_poly.application .wrapper_bloc.large_bloc .flex-main {
      flex-direction: column;
      margin-top: 30px;
  }
  .bloc_poly.application .wrapper_bloc.large_bloc .pic p {
      font-size: 18px;
  }
  .bloc_poly.application .wrapper_bloc.large_bloc .flex-main .pic:nth-child(4) {
      display: block;
  }
}
@media screen and (min-width:768px) {
  .bloc_poly.application .wrapper_bloc.large_bloc .flex-item .left-item {
      transform: translateY(-50px);
  }
}



.bloc_poly.tssg .wrapper_bloc.large_bloc .inner_content .flex-container {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.bloc_poly.tssg .wrapper_bloc.large_bloc .inner_content .flex-container .left-box {
  width: 35%;
}
.bloc_poly.tssg .wrapper_bloc.large_bloc .inner_content .flex-container .right-box {
  width: 55%;
  
}
.bloc_poly.tssg .wrapper_bloc.large_bloc .inner_content .flex-container .right-box .item {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.bloc_poly.tssg .wrapper_bloc.large_bloc .inner_content .flex-container .right-box .item .ev{
  border: 1px solid #d2d2d2;
  border-radius: 12px;
  padding: 10px;
}
.bloc_poly.tssg .wrapper_bloc.large_bloc .inner_content .flex-container .right-box .item .ev1 {
  font-size: 32px;
  font-weight: 700;
}
.bloc_poly.tssg .wrapper_bloc.large_bloc .inner_content .flex-container .right-box .item .ev .t1{
  font-size: 28px;
}
.bloc_poly.tssg .wrapper_bloc.large_bloc .inner_content .flex-container .right-box .item .ev .t2{
  font-size: 28px;
}
@media screen and (max-width:768px) {
  .bloc_poly.tssg .wrapper_bloc.large_bloc .inner_content .flex-container {
      flex-direction: column-reverse;
      gap: 20px;
  }
  .bloc_poly.tssg .wrapper_bloc.large_bloc .inner_content .flex-container .right-box {
      width: 100%;
  }
  .bloc_poly.tssg .wrapper_bloc.large_bloc .inner_content .flex-container .right-box .item .ev1 {
      font-size: 30px;
      text-align: center;
  }
  .bloc_poly.tssg .wrapper_bloc.large_bloc .inner_content .flex-container .right-box .item .ev .t1 {
      font-size: 18px;
  }
  .bloc_poly.tssg .wrapper_bloc.large_bloc .inner_content .flex-container .right-box .item .ev .t2 {
      font-size: 18px;
  }
  .bloc_poly.tssg .wrapper_bloc.large_bloc .inner_content .flex-container .right-box .item {
      gap: 20px;
  }
  .bloc_poly.tssg .wrapper_bloc.large_bloc .inner_content .flex-container .left-box {
      width: 60%;
      margin: auto;
  }
}
.bloc_poly .wrapper_bloc.medium_bloc .innovation {
  margin: 0 20px;
  padding-top: 6.69291%;
  padding-bottom: 6.29921%;
}
.bloc_poly .wrapper_bloc.medium_bloc .innovation .titre_strate {
  font-size: 42px;
  line-height: 1.1;
  letter-spacing: 0px;
  color: #2b2e33;
  font-weight: 700;
  text-align: center;
}
.bloc_poly .wrapper_bloc.medium_bloc .innovation .item{
  display: flex;
  flex-direction: column;
  gap: 50px;
  padding-top: 8%;
}
.bloc_poly .wrapper_bloc.medium_bloc .innovation .item .ev p {
  font-size: 28px;
}

@media screen and (max-width:768px) {
  .bloc_poly .wrapper_bloc.medium_bloc .innovation .titre_strate {
      font-size: 30px;
  }
  .bloc_poly .wrapper_bloc.medium_bloc .innovation {
      padding-top: 14.69291%;
  padding-bottom: 14.29921%;
  }
  .bloc_poly .wrapper_bloc.medium_bloc .innovation .item .ev p {
  font-size: 20px;
}
.bloc_poly .wrapper_bloc.medium_bloc .innovation .item {
  gap: 25px;
  padding-top: 15%;
}
}
.page{
  width: 100%;
  height: auto;
  padding: 0;
}
.mob {
  display: none;
}
@media screen and (max-width:768px) {
  .pc {
      display: none;
  }
  .mob {
      display: block;
  }
  * {
margin: 0;
padding: 0;
box-sizing: border-box;
}

html {
font-size: calc(100vw / 7.5);
}

body {
font-family: 'Poppins', sans-serif;
width: 100%;
background: #fff;
overflow-x: hidden;
-webkit-font-smoothing: antialiased;
font-size: .32rem;
}

img {
max-width: 100%;
display: block;
}

a {
text-decoration: none;
color: inherit;
}

ul {
list-style: none;
}

/* ========== Buttons ========== */
.btn-outline {
display: flex;
align-items: center;
justify-content: center;
width: 6.7rem;
max-width: 100%;
height: 1.08rem;
border: .01rem solid #fff;
border-radius: .12rem;
font-size: .32rem;
font-weight: 400;
color: #fff;
margin: 0 auto;
cursor: pointer;
}

.btn-dark {
display: flex;
align-items: center;
justify-content: center;
width: 5.76rem;
max-width: 100%;
height: 1.08rem;
background: #2b2e33;
border: .01rem solid #fff;
border-radius: .12rem;
font-size: .32rem;
font-weight: 400;
color: #fff !important;
margin: 0 auto;
cursor: pointer;
}

.btn-outline-sm {
display: flex;
align-items: center;
justify-content: center;
width: 5.76rem;
max-width: 100%;
height: 1.08rem;
background: #2b2e33;
border: .01rem solid #fff;
border-radius: .12rem;
font-size: .32rem;
font-weight: 400;
color: #fff;
margin: .12rem auto 0;
cursor: pointer;
}

/* ========== Hero Section ========== */
.hero {
position: relative;
background: #1b1b1b;
padding-bottom: 1rem;
overflow: hidden;
}

.hero-top-text {
text-align: center;
color: #fff;
font-size: .28rem;
font-weight: 300;
opacity: 0.6;
padding: .3rem 0 .25rem;
line-height: 1.5;
}

.header {
display: flex;
align-items: center;
justify-content: space-between;
padding: .2rem .4rem;
}

.logo svg,
.logo img {
width: 1.21rem;
height: 1.09rem;
object-fit: contain;
}

.header-right {
display: flex;
align-items: center;
gap: .24rem;
}

.sample-btn-header {
display: flex;
align-items: center;
gap: .1rem;
background: rgba(255,255,255,0.12);
border-radius: .12rem;
padding: 0 .23rem;
height: .75rem;
color: #fff;
font-size: .32rem;
font-weight: 300;
white-space: nowrap;
}

.sample-btn-header .icon-notes {
width: .29rem;
height: .29rem;
}

.hamburger {
display: flex;
flex-direction: column;
gap: .1rem;
cursor: pointer;
z-index: 1001;
}

.hamburger span {
display: block;
width: .66rem;
height: .02rem;
background: #fff;
}

/* ========== Navigation Overlay ========== */
.nav-overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #1b1b1b;
z-index: 1000;
display: flex;
flex-direction: column;
overflow-y: auto;
-webkit-overflow-scrolling: touch;
transform: translateX(100%);
transition: transform .35s cubic-bezier(.4, 0, .2, 1);
}

.nav-overlay.open {
transform: translateX(0);
}

.nav-top-text {
text-align: center;
color: #fff;
font-size: .28rem;
font-weight: 300;
opacity: 0.6;
padding: .3rem 0 .25rem;
line-height: 1.5;
}

.nav-header {
display: flex;
align-items: center;
justify-content: space-between;
padding: .2rem .4rem;
}

.nav-logo {
position: relative;
width: 1.21rem;
height: 1.09rem;
}

.nav-logo svg {
width: 100%;
height: 100%;
}

.nav-close {
width: .64rem;
height: .64rem;
position: relative;
cursor: pointer;
}

.nav-close span {
position: absolute;
top: 50%;
left: 50%;
width: .58rem;
height: .02rem;
background: #fff;
}

.nav-close span:first-child {
transform: translate(-50%, -50%) rotate(-45deg);
}

.nav-close span:last-child {
transform: translate(-50%, -50%) rotate(45deg);
}

.nav-menu {
flex: 1;
padding: .9rem 0 0;
}

.nav-item {
display: flex;
align-items: center;
justify-content: space-between;
padding: 27px .4rem;
height: .83rem;
cursor: pointer;
}

.nav-item-title {
font-size: .46rem;
font-weight: 700;
color: #fff;
line-height: 1.08;
}

.nav-arrow {
width: 20px;
height: 20px;
display: flex;
align-items: center;
justify-content: center;
transition: transform .3s;
}

.nav-arrow img {
width: 100%;
height: 100%;
object-fit: contain;
}

.nav-arrow--down {
transform: rotate(90deg);
}

.nav-arrow--right img {
width: 20px;
}

.nav-submenu {
max-height: 0;
overflow: hidden;
transition: max-height .35s cubic-bezier(.4, 0, .2, 1);
padding-left: .44rem;
}

.nav-submenu--open {
max-height: 6rem;
}

.nav-submenu li {
display: flex;
align-items: center;
gap: .31rem;
padding: .15rem 0;
font-size: .36rem;
font-weight: 300;
color: #fff;
opacity: 0.6;
line-height: 1.5;
cursor: pointer;
}

.nav-dot {
width: .14rem;
height: .14rem;
border-radius: 50%;
background: #fff;
flex-shrink: 0;
}

.nav-lang-wrapper {
padding: .6rem .4rem 1rem;
width: 100%;
}

.nav-lang {
display: flex;
align-items: center;
justify-content: space-between;
cursor: pointer;
}

.nav-lang-left {
display: flex;
align-items: center;
gap: .25rem;
}

.nav-globe {
width: .73rem;
height: .73rem;
flex-shrink: 0;
}

.nav-lang-text {
font-size: .36rem;
font-weight: 300;
color: #fff;
opacity: 0.6;
}

.nav-lang-arrow {
width: 39px;
height: 39px;
flex-shrink: 0;
transition: transform .3s;
}

.nav-lang-arrow.open {
transform: rotate(180deg);
}

.nav-lang-list {
max-height: 0;
overflow: hidden;
transition: max-height .35s cubic-bezier(.4, 0, .2, 1);
padding-left: .98rem;
}

.nav-lang-list.open {
max-height: 5rem;
}

.nav-lang-list li {
font-size: .36rem;
font-weight: 300;
color: #fff;
opacity: 0.6;
line-height: 1.5;
padding: .19rem 0;
cursor: pointer;
}

body.nav-open {
overflow: hidden;
}

body.nav-open .header-right {
visibility: hidden;
}

.hero-content {
display: flex;
flex-direction: column;
align-items: center;
gap: .8rem;
margin-top: .6rem;
}

.hero-image {
width: 100%;
}

.hero-image img {
width: 100%;
object-fit: cover;
}

.hero-title {
font-size: .64rem;
font-weight: 700;
color: #fff;
line-height: 1.08;
padding: 0 .4rem;
}

.hero-btn {
margin-top: .6rem;
}
.nav-submenu--open a {
    color: #fff;
}
/* ========== Section Common ========== */
.section {
padding: 1.4rem .4rem;
}

.section-title {
font-size: .46rem;
font-weight: 700;
color: #000;
line-height: 1.08;
text-align: center;
margin-bottom: .7rem;
}

.section-title-light {
font-size: .46rem;
font-weight: 700;
color: #fff;
line-height: 1.08;
text-align: center;
margin-bottom: .8rem;
}

/* ========== Revolution Section ========== */
.revolution-content {
display: flex;
flex-direction: column;
gap: .4rem;
}

.revolution-img {
border-radius: .08rem;
overflow: hidden;
}

.revolution-img img {
width: 100%;
height: auto;
}

.feature-card {
border: .02rem solid #d2d2d2;
border-radius: .12rem;
padding: .32rem;
display: flex;
flex-direction: column;
gap: .32rem;
}

.feature-card-header {
display: flex;
align-items: center;
gap: .32rem;
}

.feature-num {
font-size: 1.024rem;
font-weight: 700;
opacity: 0.1;
line-height: 1.5;
flex-shrink: 0;
}

.feature-card-header h3 {
font-size: .36rem;
font-weight: 700;
line-height: 1.5;
color: #000;
}

.feature-card p {
font-size: .32rem;
font-weight: 300;
line-height: 1.5;
color: #000;
}

/* ========== Moisture Section ========== */
.moisture-section {
background: #eaf0f8;
border-radius: .12rem;
margin: 0 .4rem;
padding: 1.4rem .32rem;
}

.moisture-img {
text-align: center;
margin-bottom: 1.16rem;
}

.moisture-img img {
width: 3.6rem;
margin: 0 auto;
}

.moisture-features {
display: flex;
flex-direction: column;
gap: 1rem;
}

.moisture-item {
display: flex;
gap: .2rem;
align-items: flex-start;
}

.dot {
width: .18rem;
height: .18rem;
border-radius: 50%;
background: #000;
flex-shrink: 0;
margin-top: .12rem;
}

.moisture-text h3 {
font-size: .36rem;
font-weight: 700;
line-height: 1.2;
color: #000;
margin-bottom: .28rem;
}

.moisture-text p {
font-size: .32rem;
font-weight: 300;
line-height: 1.5;
color: #000;
}

/* ========== Lightweight Section ========== */
.lightweight-section {
background: #2b2e33;
}

.lightweight-content {
display: flex;
flex-direction: column;
gap: 1rem;
}

.lightweight-img img {
width: 100%;
}

.lightweight-desc {
font-size: .32rem;
font-weight: 300;
line-height: 1.5;
color: #fff;
text-align: center;
}

.lightweight-desc strong {
font-weight: 700;
}

.lightweight-note {
display: flex;
flex-direction: column;
gap: .32rem;
}

.note-text {
font-size: .28rem;
font-weight: 300;
color: #fff;
opacity: 0.6;
text-align: center;
line-height: 1.5;
}

.lightweight-section .btn-outline {
width: 100%;
}

/* ========== Sandwich Section ========== */
.sandwich-section {
padding-top: 1.4rem;
}

.sandwich-img {
margin-bottom: 1.08rem;
}

.sandwich-img img {
width: 100%;
object-fit: cover;
}

.sandwich-subtitle {
font-size: .36rem;
font-weight: 700;
line-height: 1.2;
color: #000;
margin-bottom: .7rem;
}

.sandwich-content {
display: flex;
flex-direction: column;
}

.sandwich-item {
display: flex;
gap: .2rem;
align-items: flex-start;
margin-bottom: .9rem;
}

.sandwich-text h4 {
font-size: .32rem;
font-weight: 700;
line-height: 1.5;
color: #000;
margin-bottom: .28rem;
}

.sandwich-text p {
font-size: .32rem;
font-weight: 300;
line-height: 1.5;
color: #000;
}

/* ========== Application Section ========== */
.application-section {
background: #2b2e33;
}

.application-grid {
display: flex;
flex-direction: column;
gap: .4rem;
margin-bottom: 1rem;
}

.app-card img {
width: 100%;
border-radius: .12rem;
object-fit: cover;
}

.app-card h3 {
font-size: .36rem;
font-weight: 700;
color: #fff;
text-align: center;
margin-top: .26rem;
line-height: 1.2;
}

.application-section .btn-outline {
width: 100%;
}

/* ========== Tech Section ========== */
.tech-section {
background: #eaf0f8;
margin: 0;
}

.tech-intro {
font-size: .32rem;
font-weight: 300;
line-height: 1.5;
color: #000;
margin-bottom: .4rem;
padding: 0 .2rem;
}

.tech-features {
display: flex;
flex-direction: column;
gap: .7rem;
margin: .8rem 0;
padding: 0 .36rem;
}

.tech-item {
display: flex;
flex-direction: column;
gap: .09rem;
}

.tech-icon {
width: .8rem;
height: .8rem;
object-fit: contain;
margin-bottom: .09rem;
}

.tech-item h3 {
font-size: .36rem;
font-weight: 700;
color: #000;
line-height: 1.5;
}

.tech-item p {
font-size: .32rem;
font-weight: 300;
color: #000;
line-height: 1.5;
}

/* ========== Laws Section ========== */
.laws-section {
background: #2b2e33;
}

.laws-grid {
display: flex;
flex-direction: column;
gap: .4rem;
}

.law-card {
text-align: center;
}

.law-img {
width: 100%;
height: 0;
padding-bottom: 139%;
overflow: hidden;
border-radius: .08rem;
position: relative;
}

.law-img img {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: cover;
}

.law-card h3 {
font-size: .36rem;
font-weight: 700;
color: #fff;
margin-top: .2rem;
line-height: 1.2;
}

/* ========== Performance Section ========== */
.performance-section {
padding-top: 1.4rem;
}

.perf-grid {
display: flex;
gap: .2rem;
margin-bottom: .5rem;
}

.perf-item {
flex: 1;
text-align: center;
}

.perf-item img {
width: 100%;
height: auto;
object-fit: cover;
}

.perf-item h3 {
font-size: .28rem;
font-weight: 700;
color: #000;
text-align: center;
margin-top: .31rem;
line-height: 1.2;
}

.perf-single {
text-align: center;
margin: .5rem auto .78rem;
width: 3.25rem;
}

.perf-single img {
width: 100%;
height: auto;
}

.perf-single h3 {
font-size: .28rem;
font-weight: 700;
color: #000;
text-align: center;
margin-top: .31rem;
line-height: 1.2;
}

/* ========== Knowledge Section ========== */
.knowledge-section {
background: #00030a;
padding: 1.4rem .4rem;
}

.knowledge-img {
border-radius: .12rem;
overflow: hidden;
margin-bottom: 1.04rem;
}

.knowledge-img img {
width: 100%;
object-fit: cover;
}

.knowledge-list {
display: flex;
flex-direction: column;
gap: .62rem;
margin-bottom: .8rem;
}

.knowledge-item {
display: flex;
align-items: center;
justify-content: space-between;
padding-bottom: .54rem;
border-bottom: .01rem solid rgba(255,255,255,0.2);
}

.knowledge-item span {
font-size: .36rem;
font-weight: 700;
color: #fff;
line-height: 1.2;
flex: 1;
}

.arrow-icon {
width: .39rem;
height: .39rem;
flex-shrink: 0;
}

.knowledge-section .btn-outline {
width: 100%;
max-width: 100%;
}

/* ========== KnowBase Page (mobile) ========== */
.knowbase-banner {
position: relative;
width: 100%;
height: 230px;
overflow: hidden;
}

.knowbase-banner-img {
position: absolute;
left: 0;
top: 3.44rem;
width: 100%;
height: 6.14rem;
}

.knowbase-banner-img img {
width: 100%;
height: 100%;
object-fit: cover;
}

.knowbase-banner-title {
position: absolute;
left: .53rem;
bottom: 1.2rem;
font-family: 'Poppins', sans-serif;
font-size: .85rem;
font-weight: 700;
color: #fff;
line-height: 1.24;
z-index: 1;
}

.knowbase-list {
background: #fff;
padding: .53rem;
}

.knowbase-item {
display: flex;
align-items: center;
justify-content: space-between;
padding: .36rem 0;
border-bottom: .01rem solid #ddd;
gap: .3rem;
}

.knowbase-item-title {
font-family: 'Poppins', sans-serif;
font-size: .32rem;
font-weight: 300;
color: #000;
line-height: 1.5;
flex: 1;
}

.knowbase-item-btn {
display: inline-flex;
align-items: center;
justify-content: center;
background: #2b2e33;
color: #fff;
font-family: 'Poppins', sans-serif;
font-size: .32rem;
font-weight: 400;
line-height: 1.5;
padding: .2rem .44rem;
border-radius: .16rem;
text-decoration: none;
white-space: nowrap;
flex-shrink: 0;
}

.knowbase-slogan {
background: #eaf0f8;
padding: .5rem .4rem;
text-align: center;
display: none;
}

.knowbase-slogan p {
font-family: 'Poppins', sans-serif;
font-size: .32rem;
font-weight: 300;
color: #000;
line-height: 1.5;
}

/* ========== Explainer Section ========== */
.explainer-section {
padding: 1.4rem .4rem;
}

.video-grid {
display: flex;
flex-direction: column;
gap: .4rem;
margin-bottom: .7rem;
}

.video-card {
background: #09090b;
border-radius: .12rem;
overflow: hidden;
}

.video-thumb {
margin: .38rem .26rem 0;
border-radius: .12rem;
overflow: hidden;
height: 3.51rem;
}

.video-thumb img {
width: 100%;
height: 100%;
object-fit: cover;
}

.video-info {
display: flex;
align-items: center;
justify-content: space-between;
padding: .33rem .26rem .38rem;
}

.video-info h3 {
font-size: .36rem;
font-weight: 700;
color: #fff;
line-height: 1.2;
}

.circle-arrow {
width: .63rem;
height: .63rem;
}

.explainer-section .btn-dark {
width: 100%;
max-width: 100%;
}

/* ========== Precautions Section ========== */
.precautions-section {
background: #2b2e33;
padding: 1.4rem .75rem 1.4rem .75rem;
}

.precautions-title {
font-size: .46rem;
font-weight: 700;
color: #fff;
line-height: 1.08;
text-align: center;
margin-bottom: 1.51rem;
}

.precautions-body {
display: flex;
flex-direction: column;
gap: .96rem;
}

.precaution-block {
display: flex;
flex-direction: column;
}

.precaution-subtitle {
font-size: .36rem;
font-weight: 700;
color: #fff;
line-height: 1.2;
margin-bottom: .72rem;
padding-left: .66rem;
}

.precaution-items {
display: flex;
flex-direction: column;
gap: .78rem;
}

.precaution-content {
display: flex;
gap: .2rem;
align-items: flex-start;
}

.caution-icon {
width: .46rem;
height: .46rem;
flex-shrink: 0;
margin-top: .05rem;
}

.precaution-content p {
font-size: .32rem;
font-weight: 300;
color: #fff;
line-height: 1.5;
}

/* ========== Partners Section ========== */
.partners-section {
padding: 1.4rem .4rem;
overflow: hidden;
}

.partners-cloud {
position: relative;
width: 100%;
height: 5.5rem;
margin-bottom: .6rem;
}

.partner-logo {
position: absolute;
border-radius: 50%;
overflow: hidden;
}

.partner-logo img {
width: 100%;
height: 100%;
object-fit: contain;
border-radius: 50%;
background: #fff;
box-shadow: 0 0 .11rem rgba(0,0,0,0.05);
}

.partner-logo.size-sm {
width: .84rem;
height: .84rem;
}

.partner-logo.size-md {
width: 1.14rem;
height: 1.14rem;
}

.partner-logo.size-lg {
width: 1.31rem;
height: 1.31rem;
}

/* ========== Evolution Section ========== */
.evolution-section {
padding: 1.4rem .4rem;
}

.news-list {
display: flex;
flex-direction: column;
gap: .46rem;
}

.news-card {
padding-bottom: .05rem;
}

.news-img {
width: 100%;
border-radius: .08rem;
overflow: hidden;
margin-bottom: .28rem;
}

.news-img img {
width: 100%;
height: auto;
object-fit: cover;
}

.news-card h3 {
font-size: .36rem;
font-weight: 700;
color: #000;
line-height: 1.2;
margin-bottom: .28rem;
}

.news-date {
font-size: .32rem;
font-weight: 300;
color: #000;
line-height: 1.5;
}

/* ========== Innovation Section ========== */
.innovation-section {
background: #e5edf7;
padding: 1.4rem .4rem;
overflow: hidden;
}

.innovation-quote {
font-size: .32rem;
font-weight: 300;
color: #000;
text-align: center;
line-height: 1.5;
margin-bottom: .8rem;
}

.innovation-hero-img {
margin-bottom: .8rem;
}

.innovation-hero-img img {
width: 100%;
height: auto;
object-fit: cover;
}

.innovation-text {
font-size: .32rem;
font-weight: 300;
color: #000;
text-align: center;
line-height: 1.5;
margin-bottom: .6rem;
}

.innovation-imgs {
display: flex;
gap: .17rem;
margin-bottom: .6rem;
}

.innovation-imgs img {
flex: 1;
min-width: 0;
height: 2.93rem;
object-fit: cover;
}

.carousel {
overflow: hidden;
margin-bottom: .3rem;
touch-action: pan-y;
}

.carousel-track {
display: flex;
gap: .1rem;
transition: transform .5s cubic-bezier(.4, 0, .2, 1);
will-change: transform;
}

.carousel-track img {
height: 2.87rem;
width: auto;
flex-shrink: 0;
pointer-events: none;
}

.progress-bar {
width: 100%;
height: .02rem;
background: #d9d9d9;
position: relative;
}

.progress-fill {
height: .02rem;
background: #000;
transition: width .5s;
}

/* ========== Footer ========== */
.footer {
background: #2b2e33;
padding: 1.4rem .4rem;
}

.footer-logo {
margin-bottom: 1rem;
}

.footer-logo svg,
.footer-logo img {
width: 1.21rem;
height: 1.09rem;
object-fit: contain;
}

.footer-links {
display: grid;
grid-template-columns: 1fr 1fr;
gap: .6rem .06rem;
}

.footer-col h4 {
font-size: .28rem;
font-weight: 700;
color: #fff;
text-transform: capitalize;
margin-bottom: .5rem;
line-height: 1.2;
}

.footer-col ul li {
font-size: .28rem;
font-weight: 300;
color: #fff;
text-transform: capitalize;
line-height: 1.5;
margin-bottom: .25rem;
cursor: pointer;
}

.footer-bottom-links {
grid-column: 1 / -1;
display: grid;
grid-template-columns: 1fr 1fr;
gap: .06rem;
}

.footer-bottom-links span {
font-size: .28rem;
font-weight: 700;
color: #fff;
text-transform: uppercase;
line-height: 1.2;
cursor: pointer;
}

.footer-lang-wrapper {
margin-top: 2.33rem;
width: 6.43rem;
}

.footer-lang {
display: flex;
align-items: center;
justify-content: space-between;
cursor: pointer;
}

.footer-lang-left {
display: flex;
align-items: center;
gap: .25rem;
}

.globe-icon {
width: .73rem;
height: .73rem;
flex-shrink: 0;
}

.lang-text {
font-size: .36rem;
font-weight: 300;
color: #fff;
opacity: 0.6;
}

.lang-arrow {
width: 39px;
height: 39px;
flex-shrink: 0;
transition: transform .3s;
}

.lang-arrow.open {
transform: rotate(180deg);
}

.lang-list {
max-height: 0;
overflow: hidden;
transition: max-height .35s cubic-bezier(.4, 0, .2, 1);
padding-left: .98rem;
}

.lang-list.open {
max-height: 5rem;
}

.lang-list li {
font-size: .36rem;
font-weight: 300;
color: #fff;
opacity: 0.6;
line-height: 1.5;
padding: .19rem 0;
cursor: pointer;
}

/* ========== Bottom Bar ========== */
.bottom-bar {
background: #f5f5f5;
padding: .8rem .4rem;
}

.privacy p {
font-size: .32rem;
font-weight: 300;
color: #000;
line-height: 1.5;
margin-bottom: .2rem;
}

/* ========== Back to Top ========== */
.back-to-top {
width: 1.2rem;
height: 1.2rem;
background: #919296;
border-radius: .12rem;
box-shadow: 0 .08rem .25rem rgba(0,0,0,0.25);
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
margin-left: auto;
margin-right: .4rem;
margin-top: .6rem;
}

.back-to-top svg {
width: .77rem;
height: .77rem;
}

/* ========== Sample Button ========== */
.fixed-sample-btn {
background: #000;
border-radius: .12rem;
padding: .24rem .44rem;
display: flex;
align-items: center;
justify-content: center;
gap: .2rem;
cursor: pointer;
margin: .6rem auto;
width: fit-content;
}

.fixed-sample-btn .icon-notes {
width: .4rem;
height: .4rem;
}

.fixed-sample-btn span {
font-size: .4rem;
font-weight: 400;
color: #fff;
white-space: nowrap;
}

/* ========== Social Icons ========== */
.social-icons {
display: flex;
align-items: center;
justify-content: center;
gap: .3rem;
margin: .4rem 0;
}

.social-icon {
display: flex;
align-items: center;
justify-content: center;
}

.social-icon svg {
width: .62rem;
height: .62rem;
}
.bloc_poly.remontee_actus.bgc .wrapper_bloc {
  margin-top: 0 !important;
}
section.container .f_box .r_item {
  padding-top: 100px;
}
section.container .f_box .r_item .text-item {
  display: none;
}

/* ========== Brand Story Mobile ========== */
.brand-story-banner {
  position: relative;
  width: 100%;
  height: 230px;
  overflow: hidden;
}

.brand-story-banner-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4.6rem;
}

.brand-story-banner-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.brand-story-banner-title {
  position: absolute;
  bottom: .5rem;
  left: .4rem;
  font-size: .64rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.08;
  z-index: 1;
}

.brand-story-section {
  padding: .7rem .4rem;
}

.brand-story-hi {
  font-size: .46rem;
  font-weight: 700;
  color: #000;
  line-height: 1.08;
  text-align: center;
  padding: .7rem 0;
}

.brand-story-h2 {
  font-size: .36rem;
  font-weight: 700;
  color: #000;
  line-height: 1.2;
  margin-bottom: .5rem;
}

.brand-story-text {
  font-size: .32rem;
  font-weight: 300;
  color: #000;
  line-height: 1.5;
  margin-bottom: .4rem;
}

.brand-story-text:last-child {
  margin-bottom: 0;
}

.brand-story-author {
  text-align: right;
  margin-top: .3rem;
}

.brand-story-innovation-bar {
  background: #eaf0f8;
  padding: .5rem .4rem;
  text-align: center;
}

.brand-story-innovation-bar p {
  font-size: .32rem;
  font-weight: 300;
  color: #000;
  line-height: 1.5;
}

/* ========== Introduce Mobile ========== */
.intro-banner {
  position: relative;
  width: 100%;
  height: 230px;
  overflow: hidden;
}

.intro-banner-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4.6rem;
}

.intro-banner-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.intro-banner-title {
  position: absolute;
  bottom: 1.5rem;
  left: .4rem;
  right: .4rem;
  font-size: .64rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.08;
  z-index: 1;
  font-family: 'Poppins', sans-serif;
}

.intro-section {
  padding: 1.4rem .4rem;
}

.intro-section--grey {
  background: #eaf0f8;
}

.intro-section--dark {
  background: #2b2e33;
}

.intro-hi {
  font-size: .46rem;
  font-weight: 700;
  color: #000;
  line-height: 1.08;
  text-align: center;
  margin-bottom: .7rem;
  font-family: 'Poppins', sans-serif;
}

.intro-hi-light {
  font-size: .46rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.08;
  text-align: center;
  margin-bottom: .7rem;
  font-family: 'Poppins', sans-serif;
}

.intro-img-rounded {
  border-radius: .08rem;
  overflow: hidden;
  margin-bottom: .7rem;
}

.intro-img-rounded img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

.intro-text {
  font-size: .32rem;
  font-weight: 300;
  color: #000;
  line-height: 1.5;
  margin-bottom: .4rem;
  font-family: 'Poppins', sans-serif;
}

.intro-text p {
  margin-bottom: .3rem;
}

.intro-text p:last-child {
  margin-bottom: 0;
}

.intro-text-light {
  font-size: .32rem;
  font-weight: 300;
  color: #fff;
  line-height: 1.5;
  margin-bottom: .4rem;
  font-family: 'Poppins', sans-serif;
}

.intro-text-light p {
  margin-bottom: .3rem;
}

.intro-text-light p:last-child {
  margin-bottom: 0;
}

.intro-btn-dark {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 1.08rem;
  background: #2b2e33;
  border-radius: .12rem;
  font-size: .32rem;
  font-weight: 400;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  cursor: pointer;
  margin-top: .4rem;
}

.intro-timeline {
  font-size: .32rem;
  font-weight: 300;
  color: #000;
  line-height: 1.5;
  font-family: 'Poppins', sans-serif;
}

.intro-timeline p {
  margin-bottom: .2rem;
}

.intro-timeline strong,
.intro-timeline b {
  font-size: .36rem;
  font-weight: 700;
  line-height: 1.2;
}

.intro-icons-grid {
  /*display: grid;*/
  /*grid-template-columns: repeat(3, 1fr);*/
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: .2rem;
  margin-top: .3rem;
}

.intro-icon-item {
  text-align: center;
  width: 30%;
}

.intro-icon-item img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.intro-belief-block {
  padding: .9rem .4rem;
}

.intro-belief-title {
  font-size: .46rem;
  font-weight: 700;
  color: #000;
  line-height: 1.08;
  text-align: center;
  margin-bottom: .64rem;
  font-family: 'Poppins', 'Noto Sans JP', sans-serif;
}

.intro-belief-img {
  border-radius: .08rem;
  overflow: hidden;
  margin-bottom: .64rem;
}

.intro-belief-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

.intro-belief-text {
  font-size: .32rem;
  font-weight: 300;
  color: #000;
  line-height: 1.5;
  font-family: 'Poppins', sans-serif;
}

.intro-belief-text p {
  margin-bottom: .2rem;
}

.intro-belief-text p:last-child {
  margin-bottom: 0;
}

.intro-belief-text .intro-belief-sign {
  text-align: right;
  margin-top: .2rem;
}

.intro-innovation-bar {
  background: #eaf0f8;
  padding: .7rem .4rem;
  text-align: center;
}

.intro-innovation-bar p {
  font-size: .32rem;
  font-weight: 300;
  color: #000;
  line-height: 1.5;
  font-family: 'Poppins', sans-serif;
}

/* environment.php mob styles */
.env-banner {
  position: relative;
  width: 100%;
  height: 230px;
  overflow: hidden;
}

.env-banner-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4.6rem;
}

.env-banner-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.env-banner-title {
  position: absolute;
  bottom: 1.6rem;
  left: .4rem;
  right: .4rem;
  font-family: 'Poppins', sans-serif;
  font-size: .64rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.24;
}

.env-belief-block {
  padding: .9rem .4rem;
}

.env-belief-title {
  font-size: .46rem;
  font-weight: 700;
  color: #000;
  line-height: 1.08;
  text-align: center;
  margin-bottom: .5rem;
  font-family: 'Poppins', sans-serif;
}

.env-belief-img {
  border-radius: .08rem;
  overflow: hidden;
  margin-bottom: .64rem;
}

.env-belief-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

.env-belief-text {
  font-size: .32rem;
  font-weight: 300;
  color: #000;
  line-height: 1.5;
  font-family: 'Poppins', sans-serif;
}

.env-belief-text p {
  margin-bottom: .2rem;
}

.env-belief-text p:last-child {
  margin-bottom: 0;
}

.env-slider-section {
  padding: 0 .4rem 1rem;
}

.env-slider-wrapper {
  width: 100%;
  overflow: hidden;
}

.env-slide {
  width: 100%;
}

.env-slide img {
  width: 100%;
  height: auto;
  display: block;
}

.env-slider-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .4rem;
  margin-top: .4rem;
}

.env-slider-nav a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.env-slider-nav svg {
  width: .51rem;
  height: .51rem;
}

.env-slider-counter {
  font-size: .32rem;
  font-weight: 300;
  color: #000;
  font-family: 'Poppins', sans-serif;
  line-height: 1.5;
}

.env-innovation-bar {
  background: #eaf0f8;
  padding: .7rem .4rem;
  text-align: center;
}

.env-innovation-bar p {
  font-size: .32rem;
  font-weight: 300;
  color: #000;
  line-height: 1.5;
  font-family: 'Poppins', sans-serif;
}

/* ========== Principle Mobile ========== */
.principle-banner {
  position: relative;
  width: 100%;
  height: 230px;
  overflow: hidden;
}

.principle-banner-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4.6rem;
}

.principle-banner-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.principle-banner-title {
  position: absolute;
  bottom: .5rem;
  left: .4rem;
  right: .4rem;
  font-size: .64rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.24;
  z-index: 1;
  font-family: 'Poppins', sans-serif;
}

.principle-block {
  padding: .9rem .4rem;
}

.principle-block--grey {
  background: #eaf0f8;
}

.principle-hi {
  font-size: .46rem;
  font-weight: 700;
  color: #000;
  line-height: 1.08;
  text-align: center;
  margin-bottom: .5rem;
  font-family: 'Poppins', 'Noto Sans JP', sans-serif;
}

.principle-img-rounded {
  border-radius: .08rem;
  overflow: hidden;
  margin-bottom: .64rem;
}

.principle-img-rounded img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

.principle-text {
  font-size: .32rem;
  font-weight: 300;
  color: #000;
  line-height: 1.5;
  font-family: 'Poppins', sans-serif;
}

.principle-text p {
  margin-bottom: .2rem;
}

.principle-text p:last-child {
  margin-bottom: 0;
}

.principle-cta-bar {
  background: #2b2e33;
  padding: 1rem .4rem;
  text-align: center;
}

.principle-cta-text {
  font-size: .32rem;
  font-weight: 300;
  color: #fff;
  line-height: 1.5;
  font-family: 'Poppins', sans-serif;
  margin-bottom: .6rem;
}

.principle-cta-bar .btn-outline {
  border-color: #fff;
  color: #fff;
}

.principle-innovation-bar {
  background: #eaf0f8;
  padding: .7rem .4rem;
  text-align: center;
}

.principle-innovation-bar p {
  font-size: .32rem;
  font-weight: 300;
  color: #000;
  line-height: 1.5;
  font-family: 'Poppins', sans-serif;
}

/* ========== Authority / Data Download Mobile ========== */
.auth-banner {
  position: relative;
  width: 100%;
  height: 230px;
  overflow: hidden;
}

.auth-banner-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4.6rem;
}

.auth-banner-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.auth-banner-title {
  position: absolute;
  bottom: .5rem;
  left: .4rem;
  right: .4rem;
  font-size: .64rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.24;
  z-index: 1;
  font-family: 'Poppins', sans-serif;
}

.auth-test-img {
  text-align: center;
  margin-bottom: .7rem;
}

.auth-test-img img {
  max-width: 60%;
  margin: 0 auto;
  display: block;
}

.auth-download-section {
  padding: .9rem .4rem 1.4rem;
}

.auth-download-list {
  display: flex;
  flex-direction: column;
}

.auth-download-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: .4rem 0;
  border-bottom: .01rem solid #ddd;
  gap: .3rem;
}

.auth-download-name {
  font-size: .32rem;
  font-weight: 300;
  color: #000;
  line-height: 1.5;
  font-family: 'Poppins', sans-serif;
  flex: 1;
}

.auth-download-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 2.4rem;
  height: 1.08rem;
  background: #2b2e33;
  border-radius: .12rem;
  font-size: .32rem;
  font-weight: 400;
  color: #fff !important;
  font-family: 'Poppins', sans-serif;
  cursor: pointer;
  flex-shrink: 0;
  text-decoration: none;
}

.auth-innovation-bar {
  background: #eaf0f8;
  padding: .7rem .4rem;
  text-align: center;
  /*display: none;*/
}

.auth-innovation-bar p {
  font-size: .32rem;
  font-weight: 300;
  color: #000;
  line-height: 1.5;
  font-family: 'Poppins', sans-serif;
}

/* ========== Clothing Page Mobile ========== */
.cl-hero {
  position: relative;
  background: #1b1b1b;
  overflow: hidden;
}

.cl-hero-visual {
  position: relative;
  width: 100%;
  height: 7.18rem;
  overflow: hidden;
}

.cl-hero-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cl-hero-title {
  position: absolute;
  bottom: .6rem;
  left: .4rem;
  right: .4rem;
  color: #fff;
  font-size: .64rem;
  font-weight: 700;
  line-height: 1.24;
  font-family: 'Poppins', sans-serif;
  z-index: 2;
}

.cl-section {
  padding: .7rem .4rem;
}

.cl-title {
  font-size: .46rem;
  font-weight: 700;
  color: #000;
  line-height: 1.08;
  text-align: center;
  margin-bottom: .7rem;
  font-family: 'Poppins', sans-serif;
}

.cl-dark-card {
  background: #09090b;
  border-radius: .12rem;
  overflow: hidden;
  margin-bottom: .7rem;
}

.cl-dark-card-img {
  background: #fff;
  border-radius: .12rem;
  margin: .38rem .26rem 0;
  overflow: hidden;
  height: 3.51rem;
}

.cl-dark-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cl-dark-card-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: .3rem .26rem .38rem;
}

.cl-dark-card-info h3 {
  color: #fff;
  font-size: .36rem;
  font-weight: 700;
  line-height: 1.2;
  font-family: 'Poppins', sans-serif;
}

.cl-dark-card-info svg {
  width: .63rem;
  height: .63rem;
  flex-shrink: 0;
}

.cl-block-img {
  border-radius: .08rem;
  overflow: hidden;
  margin-bottom: .7rem;
}

.cl-block-img img {
  width: 100%;
  display: block;
}

.cl-block-text {
  font-size: .32rem;
  font-weight: 300;
  color: #000;
  line-height: 1.5;
  font-family: 'Poppins', sans-serif;
}

.cl-block-text p {
  margin: 0;
}

.cl-slider-section {
  padding: 0 0 1rem;
}

.cl-slider-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.cl-slider-wrap::-webkit-scrollbar {
  display: none;
}

.cl-slider-track {
  display: flex;
  gap: .2rem;
  padding: 0 .4rem;
}

.cl-slider-item {
  flex-shrink: 0;
  width: 5rem;
  height: 6.7rem;
  border-radius: .12rem;
  overflow: hidden;
}

.cl-slider-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cl-video-section {
  padding: .7rem .4rem;
  background: #fff;
}

.cl-section-text {
  font-size: .32rem;
  font-weight: 300;
  color: #000;
  line-height: 1.5;
  margin-bottom: .5rem;
  font-family: 'Poppins', sans-serif;
}

.cl-video-card {
  position: relative;
  border-radius: .12rem;
  overflow: hidden;
  cursor: pointer;
}

.cl-video-card img {
  width: 100%;
  height: 4rem;
  object-fit: cover;
  display: block;
}

.cl-video-card p {
  position: absolute;
  bottom: .2rem;
  left: .2rem;
  color: #fff;
  font-size: .28rem;
  font-weight: 300;
  font-family: 'Poppins', sans-serif;
  z-index: 2;
}

.cl-video-icon {
  position: absolute;
  top: .2rem;
  right: .2rem;
  z-index: 2;
}

.cl-video-icon svg {
  width: .6rem;
  height: .6rem;
}

.cl-video-card::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(to top, rgba(0,0,0,0.5), transparent);
  pointer-events: none;
}

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

.clothing-pagination {
  margin-top: .3rem;
}

.clothing-pagination.swiper-pagination-progressbar {
  position: relative !important;
  height: .04rem;
  background: #e5e5e5;
}

.clothing-pagination .swiper-pagination-progressbar-fill {
  background: #000 !important;
}

.cl-innovation-bar {
  background: #eaf0f8;
  padding: .7rem .4rem;
  text-align: center;
}

.cl-innovation-bar p {
  font-size: .32rem;
  font-weight: 300;
  color: #000;
  line-height: 1.5;
  font-family: 'Poppins', sans-serif;
}

.videoModalMob {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.85);
  z-index: 99999;
  align-items: center;
  justify-content: center;
}

.videoModalMob .modal-content {
  position: relative;
  width: 90%;
  max-width: 100%;
  aspect-ratio: 16/9;
}

.videoModalMob .modal-video-mob {
  width: 100%;
  height: 100%;
  border: none;
  border-radius: .12rem;
}

.videoModalMob .close-btn {
  position: absolute;
  top: -.6rem;
  right: 0;
  background: none;
  border: none;
  color: #fff;
  font-size: .6rem;
  cursor: pointer;
  z-index: 10;
}

/* ========== Shoes Page Mobile ========== */
.shoes-banner {
  position: relative;
  width: 100%;
  height: 230px;
  overflow: hidden;
}

.shoes-banner-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4.6rem;
}

.shoes-banner-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.shoes-banner-title {
  position: absolute;
  bottom: .5rem;
  left: .4rem;
  right: .4rem;
  font-family: 'Poppins', sans-serif;
  font-size: .64rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.24;
  z-index: 1;
}

.shoes-blocks-wrapper {
  display: flex;
  flex-direction: column;
  gap: .7rem;
  padding: 1rem .4rem;
}

.shoes-block {
  display: flex;
  flex-direction: column;
  gap: .7rem;
}

.shoes-block-title {
  font-family: 'Poppins', sans-serif;
  font-size: .46rem;
  font-weight: 700;
  color: #000;
  line-height: 1.08;
  text-align: center;
}

.shoes-block-img {
  border-radius: .08rem;
  overflow: hidden;
}

.shoes-block-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.shoes-block-text {
  font-family: 'Poppins', sans-serif;
  font-size: .32rem;
  font-weight: 300;
  line-height: 1.5;
  color: #000;
}

.shoes-block-text p {
  margin-bottom: .3rem;
}

.shoes-block-text p:last-child {
  margin-bottom: 0;
}

.shoes-block-text strong,
.shoes-block-text b {
  font-weight: 700;
  font-size: .36rem;
  line-height: 1.2;
}

.shoes-video-section {
  padding: .7rem .4rem;
}

.shoes-video-card {
  position: relative;
  border-radius: .08rem;
  overflow: hidden;
  cursor: pointer;
}

.shoes-video-card img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.shoes-video-card p {
  font-family: 'Poppins', sans-serif;
  font-size: .32rem;
  font-weight: 300;
  color: #000;
  line-height: 1.5;
  padding: .2rem 0;
}

.shoes-video-card .icon {
  position: absolute;
  top: .3rem;
  right: .3rem;
}

.shoes-video-card .icon svg {
  width: .6rem;
  height: .6rem;
}

.shoes-gallery-section {
  padding: 0 .4rem 1rem;
}

.shoes-gallery {
  display: flex;
  flex-direction: column;
  gap: .45rem;
}

.shoes-gallery-track {
  position: relative;
  overflow: hidden;
  border-radius: .08rem;
}

.shoes-gallery-slide {
  display: none;
}

.shoes-gallery-slide.active {
  display: block;
}

.shoes-gallery-slide img {
  width: 100%;
  aspect-ratio: 502 / 577;
  object-fit: cover;
  border-radius: .08rem;
}

.shoes-gallery-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.shoes-gallery-prev,
.shoes-gallery-next {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  line-height: 0;
}

.shoes-gallery-prev svg,
.shoes-gallery-next svg {
  width: 1rem;
  height: 1rem;
}

.shoes-slogan {
  background: #eaf0f8;
  padding: .5rem .4rem;
  text-align: center;
}

.shoes-slogan p {
  font-family: 'Poppins', sans-serif;
  font-size: .32rem;
  font-weight: 300;
  color: #000;
  line-height: 1.5;
}
}



/* ========== Protection Page Mobile ========== */
.prot-banner {
  position: relative;
  width: 100%;
  height: 230px;
  overflow: hidden;
}

.prot-banner-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6.14rem;
}

.prot-banner-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.prot-banner-title {
  position: absolute;
  bottom: 1.2rem;
  left: .53rem;
  right: .53rem;
  font-family: 'Poppins', sans-serif;
  font-size: .64rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.24;
  z-index: 1;
}

.prot-video-section {
  padding: .7rem .4rem;
}

.prot-video-card {
  position: relative;
  border-radius: .08rem;
  overflow: hidden;
  cursor: pointer;
}

.prot-video-card img {
  width: 100%;
  height: 4rem;
  object-fit: cover;
  display: block;
}

.prot-video-card p {
  position: absolute;
  bottom: .2rem;
  left: .2rem;
  color: #fff;
  font-size: .28rem;
  font-weight: 300;
  font-family: 'Poppins', sans-serif;
  z-index: 2;
}

.prot-video-icon {
  position: absolute;
  top: .2rem;
  right: .2rem;
  z-index: 2;
}

.prot-video-icon svg {
  width: .6rem;
  height: .6rem;
}

.prot-video-card::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(to top, rgba(0,0,0,0.5), transparent);
  pointer-events: none;
}

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

.prot-pagination {
  margin-top: .3rem;
}

.prot-pagination.swiper-pagination-progressbar {
  position: relative !important;
  height: .04rem;
  background: #e5e5e5;
}

.prot-pagination .swiper-pagination-progressbar-fill {
  background: #000 !important;
}

.protVideoModalMob {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.85);
  z-index: 99999;
  align-items: center;
  justify-content: center;
}

.protVideoModalMob .modal-content {
  position: relative;
  width: 90%;
  max-width: 100%;
  aspect-ratio: 16/9;
}

.protVideoModalMob .prot-modal-video-mob {
  width: 100%;
  height: 100%;
  border: none;
  border-radius: .12rem;
}

.protVideoModalMob .close-btn {
  position: absolute;
  top: -.6rem;
  right: 0;
  background: none;
  border: none;
  color: #fff;
  font-size: .6rem;
  cursor: pointer;
  z-index: 10;
}

.prot-intro {
  background: #eaf0f8;
  padding: 1rem .53rem;
  display: flex;
  flex-direction: column;
  gap: .7rem;
}

.prot-intro-title {
  font-family: 'Poppins', sans-serif;
  font-size: .5rem;
  font-weight: 700;
  text-align: center;
  color: #000;
  line-height: 1.08;
}

.prot-intro-img {
  border-radius: .08rem;
  overflow: hidden;
}

.prot-intro-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.prot-intro-text {
  font-family: 'Poppins', sans-serif;
  font-size: .32rem;
  font-weight: 300;
  line-height: 1.5;
  color: #000;
}

.prot-blocks-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1rem .53rem;
}

.prot-block {
  display: flex;
  flex-direction: column;
  gap: .7rem;
}

.prot-block-title {
  font-family: 'Poppins', sans-serif;
  font-size: .5rem;
  text-align: center;
  font-weight: 700;
  color: #000;
  line-height: 1.08;
}

.prot-block-img {
  border-radius: .08rem;
  overflow: hidden;
}

.prot-block-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.prot-block-text {
  font-family: 'Poppins', sans-serif;
  font-size: .32rem;
  font-weight: 300;
  line-height: 1.5;
  color: #000;
}

.prot-slogan {
  background: #eaf0f8;
  padding: .7rem .53rem;
  text-align: center;
}

.prot-slogan p {
  font-family: 'Poppins', sans-serif;
  font-size: .32rem;
  font-weight: 300;
  color: #000;
  line-height: 1.5;
}

/* ========== News Page Mobile ========== */
.news-hero {
position: relative;
width: 100%;
height: 230px;
overflow: hidden;
}

.news-hero-bg {
position: absolute;
left: 0;
top: 2.58rem;
width: 100%;
height: 4.6rem;
}

.news-hero-bg img {
width: 100%;
height: 100%;
object-fit: cover;
}

.news-hero-title {
position: absolute;
left: .4rem;
bottom: 1.5rem;
font-family: 'Poppins', sans-serif;
font-size: .64rem;
font-weight: 700;
color: #fff;
line-height: 1.24;
z-index: 2;
}

.news-list-section {
padding: 1rem .4rem;
display: flex;
flex-direction: column;
gap: .7rem;
}

.news-card {
display: flex;
flex-direction: column;
gap: .7rem;
}

.news-card a {
display: flex;
flex-direction: column;
gap: .7rem;
text-decoration: none;
color: inherit;
}

.news-card-title {
font-family: 'Poppins', sans-serif;
font-size: .46rem;
font-weight: 700;
color: #000;
line-height: 1.08;
text-align: center;
}

.news-card-img {
border-radius: .08rem;
overflow: hidden;
}

.news-card-img img {
width: 100%;
height: auto;
object-fit: cover;
}

.news-card-date {
font-family: 'Poppins', sans-serif;
font-size: .36rem;
font-weight: 700;
color: #000;
line-height: 1.2;
text-align: center;
}

.news-card-btn {
display: flex;
align-items: center;
justify-content: center;
width: 100%;
height: 1.08rem;
background: #2b2e33;
border-radius: .12rem;
font-family: 'Poppins', sans-serif;
font-size: .32rem;
font-weight: 400;
color: #fff;
}

/* ========== Honour Page Mobile ========== */
.honour-list-section {
padding: 1rem .4rem;
display: flex;
flex-direction: column;
gap: .7rem;
}

.honour-card {
display: flex;
flex-direction: column;
gap: .7rem;
}

.honour-card a {
display: flex;
flex-direction: column;
align-items: center;
gap: .7rem;
text-decoration: none;
color: inherit;
}

.honour-card-title {
font-family: 'Poppins', sans-serif;
font-size: .46rem;
font-weight: 700;
color: #000;
line-height: 1.08;
text-align: center;
width: 100%;
}

.honour-card-img {
width: 79.1%;
border-radius: .08rem;
overflow: hidden;
}

.honour-card-img img {
width: 100%;
height: auto;
object-fit: cover;
}

.honour-card-btn {
display: flex;
align-items: center;
justify-content: center;
width: 100%;
height: 1.08rem;
background: #2b2e33;
border-radius: .12rem;
font-family: 'Poppins', sans-serif;
font-size: .32rem;
font-weight: 400;
color: #fff;
}

/* ===== Mobile Explainer Video Page ===== */
.mob-vc-header {
  background: #1b1b1b;
  padding: 2.8rem 0.53rem 1.6rem;
  position: relative;
  overflow: hidden;
}
.mob-vc-header h1 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 0.853rem;
  color: #fff;
  line-height: 1.24;
  position: relative;
  z-index: 1;
}
.mob-vc-catalogue {
  padding: 0.8rem 0.53rem 1rem;
}
.mob-vc-title {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 0.613rem;
  color: #000;
  text-align: center;
  line-height: 1.08;
  margin-bottom: 0.8rem;
}
.mob-vc-nav {
  display: flex;
  gap: 0.27rem;
  margin-bottom: 0.8rem;
  align-items: flex-start;
}
.mob-vc-nav-line {
  position: relative;
  width: 2px;
  background: #D9D9D9;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
  padding: 0.2rem 0;
  min-height: 100%;
}
.mob-vc-nav-dot {
  width: 0.16rem;
  height: 0.16rem;
  border-radius: 50%;
  background: #D9D9D9;
  margin-bottom: 1.4rem;
  cursor: pointer;
  flex-shrink: 0;
  position: relative;
  left: 0;
  transition: all 0.3s;
}
.mob-vc-nav-dot:last-child {
  margin-bottom: 0;
}
.mob-vc-nav-dot.on {
  width: 0.24rem;
  height: 0.24rem;
  background: #2B2E33;
}
.mob-vc-nav-labels {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  padding-top: 0.12rem;
}
.mob-vc-nav-label {
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  font-size: 0.427rem;
  color: #000;
  line-height: 1.5;
  cursor: pointer;
  transition: all 0.3s;
}
.mob-vc-nav-label.on {
  font-weight: 700;
  font-size: 0.48rem;
}
.mob-vc-panel {
  display: none;
}
.mob-vc-panel.active {
  display: block;
}
.mob-vc-card {
  background: #09090b;
  border-radius: 0.16rem;
  overflow: hidden;
  margin-bottom: 0.53rem;
  padding: 0.507rem 0.347rem;
  position: relative;
}
.mob-vc-card-img {
  width: 100%;
  border-radius: 0.16rem;
  overflow: hidden;
  margin-bottom: 0.44rem;
}
.mob-vc-card-img img {
  width: 100%;
  aspect-ratio: 619 / 351;
  object-fit: cover;
  display: block;
  border-radius: 0.16rem;
}
.mob-vc-card-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mob-vc-card-title {
  font-family: 'Poppins', 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 0.48rem;
  color: #fff;
  line-height: 1.2;
  flex: 1;
  min-width: 0;
}
.mob-vc-card-arrow {
  flex-shrink: 0;
  width: 0.84rem;
  height: 0.84rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.mob-vc-card-arrow svg {
  width: 0.84rem;
  height: 0.84rem;
}

/* ===== Mobile Contact Us Page ===== */
.mob-ct-header {
  background: #1b1b1b;
  padding: 2.8rem 0.53rem 1.6rem;
  position: relative;
  overflow: hidden;
  min-height: 9.57rem;
  display: flex;
  align-items: flex-end;
}
.mob-ct-header h1 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 0.853rem;
  color: #fff;
  line-height: 1.24;
  position: relative;
  z-index: 1;
}
.mob-ct-body {
  padding: 1rem 0.53rem 1.2rem;
}
.mob-ct-company-name {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 0.613rem;
  color: #000;
  text-align: center;
  line-height: 1.08;
  margin-bottom: 0.53rem;
}
.mob-ct-card {
  border: 2px solid #d2d2d2;
  border-radius: 0.16rem;
  padding: 0.6rem 0.53rem;
  margin-bottom: 0.8rem;
}
.mob-ct-card p {
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  font-size: 0.427rem;
  color: #000;
  line-height: 1.5;
  margin-bottom: 0.32rem;
}
.mob-ct-card p:last-child {
  margin-bottom: 0;
}
.mob-ct-card p strong,
.mob-ct-card p b {
  font-weight: 700;
}
.mob-article-detail {
  padding: 0 0.53rem;
  background: #fff;
}
.mob-article-header {
  padding: 2.8rem 0 0.6rem;
  background: #1b1b1b;
  margin: 0 -0.53rem;
  padding-left: 0.53rem;
  padding-right: 0.53rem;
}
.mob-article-title {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 0.64rem;
  color: #fff;
  line-height: 1.3;
  margin: 0;
}
.mob-article-body {
  padding: 0.8rem 0 1rem;
}
.mob-article-content {
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  font-size: 0.4rem;
  color: #333;
  line-height: 1.7;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.mob-article-content h1,
.mob-article-content h2,
.mob-article-content h3,
.mob-article-content h4,
.mob-article-content h5,
.mob-article-content h6 {
  font-weight: 700;
  color: #1b1b1b;
  margin: 0.6rem 0 0.3rem;
  line-height: 1.3;
}
.mob-article-content h1 { font-size: 0.64rem; }
.mob-article-content h2 { font-size: 0.56rem; }
.mob-article-content h3 { font-size: 0.48rem; }
.mob-article-content h4 { font-size: 0.43rem; }
.mob-article-content p {
  margin-bottom: 0.4rem;
}
.mob-article-content img {
  max-width: 100%;
  height: auto;
  border-radius: 0.1rem;
  margin: 0.3rem 0;
  display: block;
}
.mob-article-content video {
  max-width: 100%;
  height: auto;
}
.mob-article-content table {
  width: 100%;
  overflow-x: auto;
  display: block;
  border-collapse: collapse;
  margin: 0.4rem 0;
  font-size: 0.37rem;
}
.mob-article-content table td,
.mob-article-content table th {
  border: 1px solid #ddd;
  padding: 0.2rem 0.26rem;
  text-align: left;
}
.mob-article-content table th {
  background: #f5f5f5;
  font-weight: 700;
}
.mob-article-content ul,
.mob-article-content ol {
  padding-left: 0.53rem;
  margin-bottom: 0.4rem;
}
.mob-article-content li {
  margin-bottom: 0.2rem;
}
.mob-article-content a {
  color: #596252;
  text-decoration: underline;
}
.mob-article-content blockquote {
  border-left: 3px solid #596252;
  padding: 0.3rem 0.4rem;
  margin: 0.4rem 0;
  background: #f9f9f9;
  color: #555;
}
.mob-article-content iframe {
  max-width: 100%;
}
.mob-article-back {
  padding: 0.4rem 0 1.2rem;
  text-align: center;
}
.mob-article-back .btn-outline-sm {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.24rem 0.6rem;
  border: 1px solid #596252;
  border-radius: 0.08rem;
  color: #596252;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 0.37rem;
  text-decoration: none;
  transition: all 0.3s;
}
.mob-article-back .btn-outline-sm:active {
  background: #596252;
  color: #fff;
}
@media screen and (max-width:1880px) {}
@media screen and (max-width:1520px) {}
@media screen and (max-width:1366px) {}
@media screen and (max-width:1250px) {}
@media screen and (max-width:991px) {}
@media screen and (max-width:768px) {}
@media screen and (max-width:480px) {}